body {
  margin:0;
  padding:0;
  box-sizing:border-box;
  overflow-x:hidden;
  font-weight:300;
  color:#000;
  font-size:16px;
  letter-spacing:normal;
  line-height:1.625;
  font-family:Montserrat, sans-serif
}
.font-weight-300 {
  font-weight:300!important
}
.yellow_bg {
  background:#fdefc4
}
.blue_bg {
  background:#d4e4ff
}
.green_bg {
  background:#ddefd1
}
p {
  font-weight:300
}
a {
  font-weight:300;
  color:inherit;
  text-decoration:none
}
a:hover {
  color:inherit;
  text-decoration:none
}
ul, ol {
  list-style-type:none
}
ol, ul {
  padding-left:0;
  margin-bottom:0
}
.gray-bg {
  background:#f4f4f3
}
.my-container {
  padding:0 40px
}
.pad-top {
  padding-top:60px
}
.pad-bottom {
  padding-bottom:60px
}
.pad-top-half {
  padding-top:35px
}
.pad-bottom-half {
  padding-bottom:35px
}
.container-fluid {
  padding-left:80px;
  padding-right:80px
}
.link-btn a {
  font-weight:300;
  font-size:20px;
  transition:all .3s;
  color:#002a3a
}
.link-btn {
  padding-left:0;
  padding-right:0;
  transition:all .3s;
  display:inline-block;
  position:relative
}
  .link-btn:hover {
  padding-left:25px;
  padding-right:0
}
  .link-btn:before {
  content:"\f061";
  font-family:FontAwesome;
  position:absolute;
  left:0;
  top:2px;
  opacity:0;
  color:#002a3a;
  visibility:hidden;
  font-size:18px;
  transform:translateY(0) scale(0);
  transition:all .3s
}
  .link-btn:after {
  content:"\f061";
  font-family:FontAwesome;
  position:absolute;
  right:-25px;
  top:2px;
  font-size:18px;
  color:#002a3a;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  transition:all .3s
}
  .link-btn:hover:before {
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1)
}
  .link-btn:hover:after {
  opacity:0;
  visibility:hidden;
  transform:translateY(0) scale(0)
}
  .link-btn.hover-color:hover a {
  color:#40a09c
}
  .link-btn.hover-color:hover:before {
  opacity:1;
  visibility:visible;
  color:#40a09c;
  transform:translateY(0) scale(1)
}
  .link-btn.hover-color:hover:after {
  opacity:0;
  color:#40a09c;
  visibility:hidden;
  transform:translateY(0) scale(0)
}
.link-btn.white-btn a {
  color:#fff
}
  .link-btn.white-btn:hover a {
  color:#fff
}
  .link-btn.white-btn:before {
  color:#fff
}
  .link-btn.white-btn:after {
  color:#fff
}
  .link-btn.white-btn:hover:before {
  opacity:1;
  visibility:visible;
  color:#fff;
  transform:translateY(0) scale(1)
}
  .link-btn.white-btn:hover:after {
  opacity:0;
  color:#fff;
  visibility:hidden;
  transform:translateY(0) scale(0)
}
.link-btn.black-btn a {
  color:#000
}
  .link-btn.black-btn:hover a {
  color:#000
}
  .link-btn.black-btn:before {
  color:#000
}
  .link-btn.black-btn:after {
  color:#000
}
  .link-btn.black-btn:hover:before {
  opacity:1;
  visibility:visible;
  color:#000;
  transform:translateY(0) scale(1)
}
  .link-btn.black-btn:hover:after {
  opacity:0;
  color:#000;
  visibility:hidden;
  transform:translateY(0) scale(0)
}
a, button {
  transition:all .3s
}
.book-btn {
  width:max-content;
  padding:10px 10px;
  font-weight:500;
  background:#000;
  outline:0;
  border:1px solid #000;
  font-size:11px;
  letter-spacing:.5px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  border-radius:0
}
  .book-btn:hover {
  color:#000;
  border:1px solid #000;
  background:#fff0
}
.main-btn {
  width:max-content;
  padding:12px 24px;
  font-weight:500;
  outline:0;
  font-size:14px;
  letter-spacing:.5px;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:0
}
.btn-1 {
  color:#fff;
  background:#000;
  border:2px solid #000
}
  .btn-1:hover {
  color:#000!important;
  border:2px solid #000;
  background:#fff0
}
.btn-2 {
  color:#000;
  background-color:#fff;
  border:2px solid #fff
}
  .btn-2:hover {
  color:#fff;
  border:2px solid #fff;
  background:#fff0
}
@font-face {
  font-family:ProximaNova;
  src:url(../fonts/proxima-nova/proxima-nova-regular-alt.woff2);
  font-weight:300
}
@font-face {
  font-family:ProximaNova;
  src:url(../fonts/proxima-nova/proxima-nova-semibold-alt.woff2);
  font-weight:300
}
@font-face {
  font-family:ProximaNova;
  src:url(../fonts/proxima-nova/proxima-nova-bold-alt.woff2);
  font-weight:300
}
.top-header {
  text-align:center;
  background-color:#000;
  padding:20px 0
}
.logo-desk {
  padding-left:0!important
}
.top-header a {
  color:#fff;
  font-size:18px;
  position:relative;
  transition:all .2s ease-out
}
  .top-header a:before {
  content:'';
  background:#fff;
  position:absolute;
  width:0;
  opacity:0;
  height:2px;
  left:0;
  bottom:0;
  display:inline-block;
  transition:all .2s ease-out
}
  .top-header a:hover:before {
  content:'';
  width:100%;
  opacity:1
}
.top-header p {
  font-size:18px;
  color:#fff;
  margin-bottom:0
}
.header-padding {
  padding-top:115px
}
.header-action {
  display:flex;
  align-items:center
}
.logo-desk img {
  height:62px;
  width:auto
}
.right-header-img img {
  width:105px
}
.heade-icon i {
  color:#002a3a;
  font-size:25px
}
  .main_menu ul li.hover-link a:before {
  content:'';
  background:#000;
  position:absolute;
  width:0;
  opacity:0;
  height:1px;
  left:0;
  right:0;
  bottom:-5px;
  margin:auto
}
  .main_menu ul li.hover-link:hover a:before {
  content:'';
  width:100%;
  opacity:1
}
.logo-desk {
  padding-bottom:0!important;
  padding-top:0!important
}
  .menu-hover-none:hover a:before {
  display:none
}
  .sub_menu li a:before {
  content:"";
  display:none
}
  .mega_menu.sub_menu a:before {
  content:"";
  display:none
}
.center-menu {
  text-align:center
}
.banner {
  position:relative;
  background-size:cover;
  width:100%;
  height:100%;
  min-height:700px;
  background-position:center;
  background-repeat:no-repeat
}
.banner-text {
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  position:absolute;
  text-align:center;
  z-index:11
}
.banner-text h1 {
  font-size:64px;
  line-height:70px;
  color:#fff;
  font-weight:700;
  margin-bottom:20px;
  text-transform:uppercase
}
.banner-text p {
  font-size:22px;
  font-weight:500;
  color:#fff;
  margin-bottom:15px
}
.banner-section {
  position:relative;
  margin-top:80px
}
.white-stripe {
  text-align:center;
  padding:40px 0
}
.white-stripe h1 {
  font-size:40px;
  line-height:45px;
  font-weight:300;
  margin-bottom:10px
}
.white-stripe h2 {
  font-size:40px;
  line-height:45px;
  font-weight:300;
  margin-bottom:10px
}
.best-two-product {
  display:grid;
  width:100%;
  grid-column-gap:0;
  grid-row-gap:0;
  grid-template-columns:repeat(2, minmax(0, 1fr))
}
.best-product-item {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:80px 30px;
  transition:transform ease-in .3s
}
  .gray-bg:first-child {
  background-image:linear-gradient(233deg, #4f5259, #33383d)
}
.white-gray-bg {
  background-image:linear-gradient(233deg, #f0eee9, #dbd9d4)
}
.best-product-img img {
  width:auto;
  height:315px
}
.best-product-text {
  padding-right:30px
}
.best-product-text h3 {
  font-size:2rem;
  letter-spacing:.035em;
  line-height:1.277em;
  color:#fff;
  margin-bottom:15px;
  font-weight:300
}
.best-product-text p {
  font-size:18px;
  letter-spacing:normal;
  line-height:1.555em;
  font-weight:300;
  color:#fff;
  max-width:11.88em;
  margin-bottom:30px
}
.white-gray-bg .best-product-text h3 {
  color:#002a3a
}
.white-gray-bg .best-product-text p {
  color:#002a3a
}
  .gray-bg.best-product-item:hover {
  transform:scale(1.05);
  z-index:9
}
  .white-gray-bg.best-product-item:hover {
  transform:scale(1.05);
  z-index:9
}
.best-one-product {
  display:grid;
  width:100%;
  grid-column-gap:0;
  grid-row-gap:0;
  grid-template-columns:repeat(1, minmax(0, 1fr))
}
.best-one-product .best-product-item {
  display:grid;
  width:100%;
  grid-column-gap:0;
  grid-row-gap:0;
  grid-template-columns:repeat(2, minmax(0, 1fr))
}
  .best-one-product .gray-bg:first-child {
  background:#aaa
}
.best-one-product .best-product-img img {
  width:100%;
  min-height:400px;
  object-fit:cover
}
.best-one-product .best-product-text {
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding:0 70px
}
.best-one-product .best-product-text h3 {
  font-size:34px;
  line-height:34px;
  letter-spacing:0;
  color:#000;
  margin-bottom:15px;
  font-weight:300
}
.best-one-product .best-product-item {
  padding:0
}
.best-one-product .best-product-text p {
  font-size:18px;
  letter-spacing:normal;
  line-height:1.555em;
  font-weight:300;
  color:#000;
  max-width:100%;
  margin-bottom:30px
}
  .best-one-product .gray-bg.best-product-item:hover {
  transform:scale(1);
  z-index:9
}
.quiz-section .row {
  justify-content:flex-start
}
.quiz-section .banner-text {
  margin-right:115px;
  margin-top:130px
}
.quiz-section .banner-text h4 {
  font-size:34px;
  line-height:34px;
  letter-spacing:0;
  color:#000;
  margin-bottom:15px;
  font-weight:300
}
.quiz-section .banner-text p {
  color:#000
}
.quiz-section .banner {
  position:relative;
  background-size:cover;
  width:100%;
  height:100%;
  min-height:500px;
  background-position:bottom
}
.app-promo-section .banner-text p {
  font-size:18px;
  letter-spacing:normal;
  line-height:1.555em;
  font-weight:300;
  color:#000;
  max-width:100%;
  margin-bottom:30px
}
.app-promo-section .banner-text {
  width:40%
}
.app-promo-section .banner-text h4 {
  font-size:34px;
  line-height:34px;
  letter-spacing:0;
  color:#000;
  margin-bottom:15px;
  font-weight:300
}
.app-promo-section .banner {
  position:relative;
  background-size:cover;
  width:100%;
  height:100%;
  min-height:500px;
  background-position:inherit
}
.card-text-left .row {
  justify-content:flex-start
}
.card-text-right .row {
  justify-content:flex-end
}
.background-card-section .background-card-text {
  margin-left:102px;
  max-width:414px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-direction:column
}
.background-card-section .background-card-text h4 {
  font-size:38px;
  letter-spacing:1px;
  line-height:45px;
  color:#002a3a;
  max-width:522px;
  font-weight:300;
  margin-bottom:15px
}
.background-card-section .background-card-text p {
  color:#002a3a
}
.background-card-section .background-card {
  position:relative;
  background-size:cover;
  width:100%;
  height:100%;
  min-height:500px;
  background-position:inherit;
  display:flex;
  align-items:center
}
.background-card {
  position:relative;
  background-size:cover;
  width:100%;
  height:100%;
  min-height:700px;
  background-position:center;
  background-repeat:no-repeat
}
.background-card-text h4 {
  font-size:45px;
  letter-spacing:1px;
  line-height:56px;
  color:#002a3a;
  max-width:522px;
  font-weight:300;
  margin-bottom:30px
}
.background-card-text .ad-logo {
  height:45px;
  margin-bottom:20px
}
.inline-link {
  display:flex;
  align-items:center
}
  .inline-link .link-btn:last-child {
  margin-left:80px
}
.grid-card {
  display:grid;
  width:100%;
  grid-column-gap:0;
  grid-row-gap:0;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  min-height:500px;
  overflow:hidden
}
.grid-card-img img {
  width:100%;
  height:500px;
  object-fit:cover
}
.grid-card-text {
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:0 80px
}
.grid-card-text h5 {
  font-size:34px;
  line-height:34px;
  letter-spacing:0;
  color:#000;
  margin-bottom:15px;
  font-weight:300
}
.grid-card-text p {
  font-size:18px;
  letter-spacing:normal;
  line-height:1.555em;
  font-weight:300;
  color:#fff;
  max-width:100%;
  margin-bottom:30px;
  display:block
}
.grid-card-text.gray-bg-2 h5 {
  color:#fff;
  margin-bottom:10px
}
.pink-bg-2 {
  background:#000
}
.pink-bg-2.grid-card-text h5 {
  max-width:100%;
  color:#fff;
  margin-bottom:10px
}
.white-bg-2 {
  background:#fff
}
.white-bg-2.grid-card-text h5 {
  max-width:100%;
  color:#000;
  margin-bottom:10px
}
.white-bg-2.grid-card-text p {
  max-width:100%;
  color:#000;
  margin-bottom:10px
}
.brand-video-section {
  position:relative;
  background-size:cover;
  width:100%;
  height:100%;
  min-height:800px;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  justify-content:center;
  align-items:center
}
.brand-video-section .play-btn {
  width:68px;
  height:68px;
  line-height:68px;
  background-color:#ef426f;
  border:0;
  border-radius:50%;
  outline:0;
  cursor:pointer;
  position:relative;
  z-index:9;
  font-size:22px;
  color:#fff;
  display:inline-block;
  text-align:center
}
.gray-stripe {
  text-align:center;
  background-color:#aaa
}
.stripe-text {
  max-width:960px;
  padding:1.25rem;
  margin:0 auto;
  text-align:center
}
.gray-stripe p {
  font-size:14px;
  line-height:1.29;
  color:#212529;
  font-weight:300;
  text-align:center;
  margin-bottom:0
}
.footer-section {
  padding:80px;
  background-color:#e2e2e2;
  margin:0 auto
}
.footer-inline {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.news-latter-input {
  display:flex;
  align-items:center;
  position:relative;
  width:100%
}
.news-latter-input input {
  border-bottom:1px solid #000!important;
  border-radius:0;
  border:0;
  color:#000;
  background:#fff0;
  outline:0;
  padding:0 0 10px 0;
  font-size:20px;
  width:100%
}
  .news-latter-input input::placeholder {
  color:#939c9e
}
.news-latter-input button {
  border-radius:0;
  border:0;
  background:#fff0;
  outline:0;
  padding:30px 0 10px 0;
  font-size:20px;
  position:absolute;
  right:0;
  bottom:0;
  width:30px;
  text-align:end
}
.news-latter-input button i {
  color:#939c9e
}
  .news-latter-input input:focus {
  color:#212529;
  background-color:#fff0;
  border-color:#fff0;
  outline:0;
  box-shadow:0 0 0 0rem rgb(13 110 253 / .25)
}
.follow-us {
  padding-left:100px
}
.follow-us a {
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  color:#fff;
  background-color:#000;
  border-radius:50%;
  margin-right:10px;
  transition:all .2s;
  display:inline-block
}
  .follow-us a:last-child {
  margin-right:0
}
  .follow-us a:hover {
  background-color:#000
}
.fitbit-c__social-follow-links {
  display:flex;
  align-items:center;
  max-width:35em;
  margin-top:4em;
  margin-left:-5px
}
.head-1 {
  font-size:24px;
  letter-spacing:.02083em;
  line-height:1.5em;
  color:#000;
  margin:0 0 33px 0;
  font-weight:300;
  text-transform:uppercase
}
.footer-head h6 {
  font-size:14px;
  letter-spacing:.057em;
  line-height:1.42em;
  color:#939c9e;
  text-transform:uppercase;
  margin-bottom:5px;
  font-weight:300
}
.footer-link a {
  font-size:13px;
  letter-spacing:.5px;
  color:#000;
  line-height:30px;
  margin-bottom:10px;
  position:relative;
  font-weight:300
}
  .footer-link a:before {
  content:"";
  transition:all .25s ease
}
  .footer-link a:hover:before {
  content:"";
  position:absolute;
  background-color:#000;
  left:0;
  bottom:-1px;
  height:1px;
  width:100%
}
.inline-footer-link {
  display:flex;
  justify-content:space-between;
  width:90%;
  margin-top:70px
}
.vodiapicker {
  display:none
}
.flag-a {
  padding-left:0;
  margin-bottom:0
}
.flag-a img, .btn-select img {
  width:30px
}
.flag-a li {
  list-style:none;
  padding-top:0;
  padding-bottom:0;
  padding-left:4px;
  padding-right:4px;
  font-size:15px;
  font-weight:300;
  border-bottom:1px solid #e2e2e2
}
  .flag-a li:last-child {
  border-bottom:0 solid #eee
}
  .flag-a li:hover {
  background-color:#efefef;
  color:#111;
  cursor:pointer
}
.flag-a li span, .btn-select li span {
  margin-left:0;
  top:2px;
  position:relative;
  display:inline-block
}
.b {
  display:none;
  width:38px;
  border:0 solid rgb(0 0 0 / .15);
  border-radius:0;
  background:#e9e9e9;
  z-index:999;
  position:absolute;
  text-align:left;
  left:0;
  top:45px
}
.btn-select {
  margin-top:11px;
  width:50px;
  height:30px;
  padding:0;
  border-radius:0;
  background-color:#fff0;
  border:0 solid #111
}
.btn-select li {
  list-style:none;
  float:right;
  color:#111;
  font-size:16px;
  font-weight:300;
  cursor:pointer
}
  .btn-select:hover li {
  margin-left:0
}
  .btn-select:focus {
  outline:0
}
.language-select {
  position:relative;
  z-index:9999;
  right:0;
  top:0
}
.lang-select i {
  top:35%;
  position:absolute;
  right:7%;
  color:#111;
  font-size:20px
}
  .btn-select li>span::after {
  content:"";
  display:inline-block;
  width:0;
  height:0;
  margin-left:5px;
  margin-top:-5px;
  vertical-align:middle;
  border-top:6px solid #111;
  border-right:6px solid #fff0;
  border-left:6px solid #fff0
}
nav .container {
  position:relative
}
.gray-bg-2 {
  background:#000
}
.small-des {
  font-size:22px;
  font-weight:300
}
  @media only screen and (max-width:991px) {
  .language-select{position:relative;
  z-index:999;
  left:0;
  top:0
}
.b {
  right:12px;
  top:45px;
  left:auto
}
.btn-select {
  margin-top:12px;
  height:25px
}
.flag-a img, .btn-select img {
  width:30px
}
.lang-select {
  text-align:end
}
  }.category-item.slick-slide:not(:last-child) {
  margin-right:10px
}
.category-item .category-img {
  max-height:155px!important;
  max-width:100%;
  width:100%;
  height:100%;
  padding:15px;
  border:1px solid #ddd
}
.category-item img {
  height:100%;
  max-width:100%;
  width:100%;
  max-height:123px
}
.category-item .category-name {
  padding:10px 10px 20px 10px;
  text-align:center;
  font-weight:300;
  margin:auto;
  word-break:break-word;
  font-size:13px;
  line-height:18px;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%
}
.category-slide-section.hide-img {
  position:sticky;
  top:0;
  background:#fff;
  width:100%;
  z-index:9999;
  padding:20px 0 20px 0
}
.hide-img .category-img {
  display:none
}
.hide-img .category-name {
  border:1px solid #ddd;
  padding:5px 10px;
  min-height:50px
}
.category-details {
  background:#fff
}
.category-details-head {
  border-bottom:.7px solid #b0b1b2;
  padding:50px 0;
  width:100%;
  text-align:left
}
.category-details-head h1 {
  font-size:40px;
  line-height:45px;
  font-weight:300;
  margin-bottom:10px;
  color:#000
}
.category-details-head p {
  font-size:18px;
  letter-spacing:normal;
  line-height:1.555em;
  font-weight:300;
  color:#000;
  margin-top:10px;
  margin-bottom:0;
  max-width:90vw;
  display:block
}
.category-area {
  margin-top:50px;
  padding-bottom:50px
}
.category-product-section {
  display:grid;
  width:100%;
  grid-column-gap:20px;
  grid-row-gap:20px;
  grid-template-columns:repeat(4, minmax(0, 1fr))
}
.category-product-text-area {
  background:#f7f7f7;
  padding:15px;
  position:relative
}
.cate-name {
  font-size:10px;
  display:block;
  word-break:break-word;
  color:#000;
  text-align:left;
  font-weight:300;
  letter-spacing:.5px
}
  .cate-name:hover {
  color:#000;
  text-decoration:underline
}
.category-product-img {
  position:relative
}
.category-product-img img {
  width:100%;
  min-height:210px;
  max-height:100%;
  object-fit:cover
}
.cate-product-name {
  font-size:20px;
  color:#000;
  text-align:left;
  line-height:26px;
  margin-bottom:5px
}
.cat-info a {
  display:block;
  color:#000;
  font-size:13px;
  line-height:20px
}
.hover-visible-area a {
  color:#000;
  font-size:13px;
  line-height:20px;
  position:relative;
  padding-left:20px;
  font-weight:300
}
  .hover-visible-area a:before {
  content:"\f00c";
  font-family:FontAwesome;
  color:#000;
  font-size:13px;
  line-height:20px;
  position:absolute;
  left:0;
  top:1px
}
.hover-visible-area {
  padding:10px 0;
  display:none;
  transition:all .2s ease-out
}
.cat-info {
  min-height:130px
}
  .category-product-item:hover .hover-visible-area {
  display:block
}
.inline-in {
  display:flex;
  justify-content:space-between;
  flex-direction:column;
  position:relative
}
.in-stock {
  color:#000;
  font-size:12px
}
.view-room {
  position:absolute;
  right:-15px;
  bottom:-15px;
  background:#e7e7e7;
  color:#000;
  font-size:20px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  z-index:11
}
  .view-room:hover {
  background:#e7e7e7;
  color:#000;
  text-decoration:none
}
.in-stock .on {
  background:#afafaf;
  width:6px;
  height:6px;
  display:inline-block;
  margin-left:5px;
  border-radius:50%
}
.cat-wishlist {
  position:absolute;
  right:10px;
  top:5px;
  color:#000;
  font-size:20px
}
  .cat-wishlist:hover {
  color:#000;
  text-decoration:none
}
.category-product-img-gallery {
  position:absolute;
  right:0;
  bottom:0;
  background:#fff0;
  color:#000;
  font-size:22px;
  width:55px;
  height:55px;
  line-height:50px;
  text-align:center;
  padding-right:5px;
  z-index:11
}
  .category-product-img-gallery:before {
  content:"+";
  position:absolute;
  right:5px;
  bottom:-10px;
  color:#000;
  font-size:30px;
  font-weight:200
}
  .category-product-img-gallery:hover {
  color:#000;
  text-decoration:none
}
.wrapper {
  cursor:pointer;-webkit-transform:translateZ(0);-webkit-font-smoothing:antialiased
}
.wrapper .tooltip {
  background:#000;
  bottom:100%;
  color:#fff;
  font-size:12px;
  font-weight:300;
  line-height:16px;
  letter-spacing:.5px;
  text-align:center;
  display:inline-block;
  left:-45px;
  font-family:Montserrat, sans-serif;
  margin-bottom:15px;
  opacity:0;
  padding:10px 10px;
  border-radius:4px;
  pointer-events:none;
  position:absolute;
  width:100%;
  min-width:140px;-moz-transform:translateY(10px);
  transform:translateY(10px);-moz-transition:all .25s ease-out;
  transition:all .25s ease-out;-moz-box-shadow:2px 2px 6px rgb(0 0 0 / .28);
  box-shadow:2px 2px 6px rgb(0 0 0 / .28)
}
  .wrapper .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%
}
  .wrapper .tooltip:after {
  border-left:solid #fff0 10px;
  border-right:solid #fff0 10px;
  border-top:solid #000 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0
}
  .wrapper:hover .tooltip {
  opacity:1;
  pointer-events:auto;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);
  transform:translateY(0)
}
.lte8 .wrapper .tooltip {
  display:none
}
  .lte8 .wrapper:hover .tooltip {
  display:block
}
.wrapper .order-tooltip {
  left:-20px!important;
  padding:8px 10px!important;
  min-width:110px!important
}
.lord-next {
  border:0;
  font-size:14px;
  font-weight:300;
  min-width:160px;
  margin-top:50px;
  padding:10px 0;
  background-color:#000;
  color:#fff!important;
  display:inline-block;
  text-align:center
}
  .lord-next:hover {
  background-color:#000;
  color:#fff!important;
  text-decoration:none
}
.details-img-section {
  display:flex;
  justify-content:space-between
}
.details-img {
  width:61%
}
.details-text {
  width:39%
}
.details-img .slick-next {
  right:-20px;
  z-index:9;
  opacity:0;
  transition:all .2s ease-in-out
}
  .details-img:hover .slick-next {
  right:20px;
  opacity:1
}
  .details-img .slick-next:before {
  content:''!important;
  background-image:url(../images/arrow-right-thicker.svg)!important;
  width:45px!important;
  height:45px!important;
  position:absolute;
  background-repeat:no-repeat;
  right:0;
  opacity:1!important
}
.details-img .slick-prev {
  left:-20px;
  z-index:9;
  opacity:0;
  transition:all .2s ease-in-out
}
  .details-img:hover .slick-prev {
  left:20px;
  opacity:1
}
  .details-img .slick-prev:before {
  content:''!important;
  background-image:url(../images/arrow-left-thicker.svg)!important;
  width:45px!important;
  height:45px!important;
  position:absolute;
  background-repeat:no-repeat;
  left:0;
  opacity:1!important
}
.details-img .slick-slide {
  height:625px
}
.details-img .slick-slide img {
  object-fit:cover;
  height:100%;
  width:100%;
  transition-duration:.3s;
  transition-property:width, height, top, left
}
  .details-img .slick-dots li button:before {
  position:absolute;
  top:0;
  left:0;
  width:18px;
  height:4px;
  content:''!important;
  text-align:center;
  opacity:.25;
  color:#000;
  background:#000;
  transition:all .2s ease
}
.details-img .slick-dots li.slick-active {
  width:35px!important
}
  .details-img .slick-dots li.slick-active button:before {
  opacity:.75;
  color:#000;
  width:35px!important
}
.details-img .slick-dots li {
  width:18px;
  height:4px;
  transition:all .2s ease
}
.details-img .slick-dots {
  bottom:50px;
  left:80px;
  text-align:left
}
.details-img-section .slick-dotted.slick-slider {
  margin-bottom:30px
}
.details-text {
  padding:120px 60px 0 60px;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-direction:column;
  height:auto;
  border-bottom:0 solid #f1f1f1
}
.details-text h1 {
  font-size:40px;
  color:#000;
  text-align:left;
  line-height:40px;
  margin-top:15px;
  margin-bottom:15px;
  font-weight:300
}
.details-text h2 {
  font-size:20px;
  color:#000;
  text-align:left;
  line-height:28px;
  margin-bottom:15px;
  font-weight:300
}
.details-text h5 {
  font-size:12px;
  word-break:break-word;
  color:#000;
  text-align:left;
  font-weight:300;
  margin:0;
  letter-spacing:.5px
}
.details-text h5 a {
  font-size:13px;
  word-break:break-word;
  color:#000;
  text-align:left;
  font-weight:300;
  margin:0;
  letter-spacing:.5px;
  text-transform:uppercase
}
.short-info {
  width:100%;
  margin-bottom:26px
}
.short-info i {
  font-size:22px
}
.short-text {
  font-size:16px;
  font-weight:300;
  padding-left:20px;
  margin-left:20px;
  border-left:1px solid #cdcdcd;
  line-height:22px
}
.text-1 {
  font-size:16px;
  font-weight:300
}
.text-1 span {
  font-weight:300
}
.text-2 {
  font-size:13px;
  font-weight:300;
  color:#8bc149;
  margin-top:5px
}
.box-item .box-img img {
  width:100%;
  height:auto
}
.box-item h4 {
  font-size:22px;
  color:#000;
  text-align:center;
  line-height:28px;
  margin-top:20px;
  margin-bottom:15px;
  font-weight:300
}
.box-item p {
  font-size:20px;
  color:#000;
  text-align:center;
  line-height:28px;
  margin-bottom:0
}
.center-heading {
  width:100%;
  display:flex;
  justify-content:center;
  padding:50px 0 60px 0
}
.center-heading h3 {
  width:70%;
  text-align:center;
  font-weight:300;
  font-size:20px;
  line-height:30px
}
.box-item h6 {
  font-size:13px;
  font-weight:300;
  color:#000;
  text-align:center;
  line-height:20px;
  margin-top:10px;
  margin-bottom:10px
}
.view-all-feature {
  font-size:14px;
  font-weight:300;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:60px;
  cursor:pointer
}
.view-all-feature i {
  font-size:20px;
  margin-right:5px;
  opacity:1;
  width:20px
}
.discover-features {
  padding:60px 0;
  display:none
}
.details-faq {
  display:flex;
  justify-content:center;
  align-items:center;
  padding:60px 0
}
.details-faq .accordion {
  width:70%
}
.details-faq .accordion-item {
  border-radius:0;
  background:#fff;
  border-left:0;
  border-right:0
}
  .details-faq .accordion-button:not(.collapsed) {
  background-color:#fff;
  box-shadow:0 0 #fff;
  padding:15px 0 15px 30px;
  color:#000
}
  .details-faq .accordion-button:focus {
  z-index:3;
  border-color:unset;
  outline:0;
  box-shadow:0 0 #fff
}
.details-faq .accordion-body {
  border-top:1px solid #ced1d3;
  font-size:15px;
  line-height:26px;
  padding:15px 30px;
  text-align:left
}
.details-faq .accordion-body p {
  font-size:15px;
  line-height:26px;
  margin:0
}
table {
  font-family:Montserrat, sans-serif!important
}
.details-faq tr td {
  border:1px solid #ddd;
  padding:10px
}
  .details-faq .product-list tr td:first-child {
  border:1px solid #ddd;
  border-left:1px #ddd solid!important;
  padding-left:10px!important;
  padding:10px
}
  .details-faq .product-list tr td:last-child {
  border:1px solid #ddd;
  border-right:1px #ddd solid!important;
  padding-right:10px!important;
  padding:10px
}
.details-faq table b, strong {
  font-weight:300
}
.details-faq tr td p {
  margin-bottom:0
}
.details-faq .accordion {
  --bs-accordion-btn-icon-width:18px;--bs-accordion-btn-icon:url(../images/plus.svg);--bs-accordion-btn-active-icon:url(../images/minus.svg)
}
.details-faq .accordion-button {
  padding:15px 0 15px 30px
}
  .details-faq .accordion-button::after {
  position:absolute;
  left:0;
  width:18px;
  height:18px
}
.certificates-section {
  margin-top:0;
  display:flex;
  justify-content:flex-start;
  flex-wrap:nowrap;
  max-width:790px;
  width:100%;
  overflow-x:auto
}
.certificates-box {
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  max-width:180px;
  flex-grow:1;
  width:100%;
  margin-right:20px
}
.certificates-img {
  border:0 solid #dee2e6;
  width:180px;
  height:180px;
  display:flex;
  justify-content:center;
  align-items:center;
  padding:0
}
.certificates-img img {
  width:auto;
  height:auto;
  max-width:140px;
  max-height:156px
}
.certificates-text {
  text-align:center;
  font-size:15px;
  padding:10px 0
}
.download-box {
  display:inline-flex;
  justify-content:space-between;
  align-items:center;
  border:1px solid #e5e5e5;
  padding:10px;
  min-width:300px;
  max-width:680px
}
.download-item {
  margin-top:20px
}
  .download-item:first-child {
  margin-top:0
}
  .download-item:last-child {
  margin-bottom:5px
}
.download-box i {
  font-size:24px;
  color:#505050
}
.download-item h4 {
  font-size:18px;
  font-weight:300;
  margin-bottom:15px
}
.download-box p {
  font-size:12px!important;
  font-weight:300;
  margin-bottom:0;
  line-height:20px!important;
  width:90%
}
.download-box p span {
  font-size:12px;
  font-weight:300;
  margin-bottom:0;
  display:block
}
.related-product img {
  width:100%
}
  .related-product .category-product-item.slick-slide:not(:last-child) {
  margin-right:20px
}
.quick-item {
  width:100%;
  height:auto;
  position:relative
}
.quick-item img {
  width:100%;
  height:500px;
  object-fit:cover
}
.quick-item h5 {
  padding:30px;
  background:#f1f1f1;
  font-size:20px;
  font-weight:300;
  line-height:1.3;
  margin:0;
  min-height:150px
}
.arrow-icon {
  position:absolute;
  right:0;
  bottom:0;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  border:0 solid #e5e5e5;
  color:#ababab
}
.main-heading {
  font-size:28px;
  font-weight:300;
  text-align:center;
  margin:0
}
.related-product {
  margin-top:60px
}
.quick-pad {
  margin-top:60px
}
.contact-form .form-submit {
  position:relative;
  width:100%;
  margin:14px 0
}
.contact-form .form-submit button {
  width:100%;
  padding:8px;
  background:#000;
  font-weight:300;
  font-size:14px;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #fff0;
  transition:.2s;
  letter-spacing:.5px;
  color:#fff;
  cursor:pointer
}
.contact-form .form-input input, .contact-form .form-input select, .contact-form .form-input textarea {
  position:relative;
  width:100%;
  padding:8px 15px;
  outline:#fff0 solid 1px;
  border:1px solid #c2c2c2;
  border-radius:4px;
  background:0 0!important;
  color:#2c3638
}
.contact-bg {
  padding:80px 15px;
  position:relative
}
  .contact-bg:before {
  content:"";
  background:#000;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:1;
  z-index:1
}
.contact-head h1 {
  font-size:34px;
  font-weight:300;
  color:#fff;
  margin:0;
  position:relative;
  z-index:2
}
.contact-head p {
  color:#fff;
  margin-top:15px;
  margin-bottom:0;
  position:relative;
  z-index:2;
  font-size:18px
}
.contact-number {
  display:flex;
  align-items:flex-start;
  margin-top:10px
}
.contact-number a {
  display:block;
  font-weight:300;!important;
  font-size:17px!important
}
.contact-number i {
  font-size:55px;
  margin-right:10px!important
}
.office-head h2 {
  font-size:30px;
  font-weight:300;
  color:#000;
  line-height:40px;
  margin:0
}
.box .icon img {
  height:64px
}
.box {
  padding:40px;
  border:1px solid #eee;
  border-radius:10px
}
  .box:hover {
  border:1px solid #000
}
.box h4 {
  font-weight:300;
  font-size:20px;
  margin-top:20px;
  margin-bottom:10px
}
.contact-form .form-title {
  color:#00c5b2;
  font-size:22px;
  font-weight:300;
  text-align:center;
  margin:15px 0 50px
}
.contact-form .form, .contact-form .form-input {
  position:relative;
  width:100%
}
.contact-form .form-controll {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-bottom:15px
}
.contact-form .form-controll label {
  color:#000;
  font-weight:300;
  font-size:14px;
  margin-top:5px;
  margin-bottom:5px
}
  .contact-form input:focus {
  border:1px solid #b90134
}
.contact-form .form-submit {
  position:relative;
  width:100%;
  margin:14px 0
}
.contact-form .form-submit button {
  width:100%;
  padding:8px;
  background:#000;
  font-weight:300;
  font-size:14px;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #fff0;
  transition:.2s;
  letter-spacing:.5px;
  color:#fff;
  cursor:pointer
}
  .contact-form .form-submit button:hover {
  background:#000;
  transition:.2s ease-out
}
.checkox {
  display:flex;
  align-items:center;
  width:auto!important
}
.checkox label {
  margin:0!important;
  padding-left:7px
}
.contact-form-section h1 {
  font-weight:300;
  font-size:30px;
  margin-bottom:15px
}
.map iframe {
  width:100%;
  height:375px;
  border:1px solid #ebebeb;
  padding:10px
}
.address-box {
  background:#fff;
  padding:0;
  margin-bottom:20px;
  border-radius:0;
  position:relative
}
.address-box h1 {
  font-weight:300;
  font-size:22px;
  color:#fff;
  margin-bottom:8px
}
.address-box h4 {
  font-weight:300;
  font-size:22px;
  color:#000!important;
  margin-bottom:8px
}
.address-box i {
  margin-right:5px
}
.address-box a, .address-box p {
  color:#000;
  font-size:14px;
  font-weight:300;
  margin-bottom:3px;
  display:block
}
  .address-box.map:before {
  content:"\f5a0";
  position:absolute;
  color:#fff
}
  .address-box.call:before {
  content:"\f098";
  position:absolute;
  color:#fff
}
.requred {
  color:red;
  font-size:16px!important;
  font-weight:300!important;
  display:inline-block!important
}
.career-form {
  display:flex;
  justify-content:left;
  align-items:flex-start;
  width:100%;
  padding:50px 0;
  position:relative;
  flex-direction:column
}
.career-form form {
  width:50%
}
h1.form-head {
  font-size:17px;
  margin-bottom:15px;
  text-transform:uppercase;
  font-weight:300;
  position:relative
}
h5.form-head {
  font-size:17px;
  margin-bottom:15px;
  font-weight:300;
  position:relative
}
.zcwf_ckbox {
  position:relative;
  top:0;
  margin-left:8px
}
.required-star {
  color:#dc5757;
  font-size:14px;
  margin-left:-2px;
  font-weight:700
}
.career-form label {
  font-size:16px;
  font-weight:300;
  margin-bottom:5px
}
option, select {
  font-family:Montserrat, sans-serif
}
  input[type=text], input[type=date]::placeholder {
  font-family:Montserrat, sans-serif
}
.submit-btn .btn-btn {
  display:inline-block;
  background-color:#222;
  border:2px solid #222;
  color:#fff;
  padding:8px 25px;
  margin-top:15px;
  text-decoration:none;
  text-align:center;
  line-height:20px;
  transition:all 200ms;
  cursor:pointer;
  font-size:14px;
  font-weight:300;
  font-family:Montserrat, sans-serif
}
.submit-btn .reset-btn {
  display:inline-block;
  background-color:#fff;
  border:2px solid #222;
  color:#222;
  padding:8px 25px;
  margin-top:15px;
  line-height:20px;
  text-decoration:none;
  text-align:center;
  transition:all 200ms;
  cursor:pointer;
  font-size:14px;
  font-weight:300;
  font-family:Montserrat, sans-serif
}
.count-span {
  position:absolute;
  left:0;
  width:20px;
  height:20px;
  line-height:20px;
  display:block;
  color:#fff;
  text-align:center;
  border-radius:50%;
  font-weight:300;
  font-size:13px;
  background:#111
}
.form-head {
  padding-left:30px
}
.inline-form select {
  width:20%;
  margin-right:5px
}
.inline-form {
  display:flex;
  align-items:center
}
.requred {
  color:red;
  font-size:16px!important;
  font-weight:300!important;
  display:inline-block!important
}
.career-form option, select, .career-form input {
  height:40px!important
}
.career-form .form-group {
  margin-bottom:2rem
}
.form-item {
  margin-bottom:15px
}
.file-style input[type=file] {
  display:none
}
.label {
  font-size:16px;
  font-weight:300;
  margin-bottom:5px
}
.file-style label {
  font-size:14px;
  border-radius:0;
  height:40px;
  padding:10px 15px;
  border:1px dashed #dbdbdb;
  width:100%;
  line-height:1.25;
  color:#7c7c7c;
  background-color:#f9f9f9;
  text-align:center
}
.button-inline button {
  display:inline-block;
  background-color:#222;
  border:2px solid #222;
  color:#fff;
  border-radius:6px;
  padding:8px 25px;
  margin-top:15px;
  text-decoration:none;
  text-align:center;
  transition:all 200ms;
  cursor:pointer;
  font-size:14px;
  font-weight:300;
  font-family:Montserrat, sans-serif
}
  .button-inline button:hover {
  background-color:#fff0;
  border:2px solid #222;
  color:#222
}
.button-inline .cancel {
  background:#fff;
  color:#222;
  margin-right:10px
}
  .button-inline .cancel:hover {
  background:#222;
  color:#fff
}
  @media only screen and (max-width:991px) {
  .career-form form{width:100%
}
}.blog-sidebar .text-left {
  margin-left:0;
  text-align:left
}
.blog-sidebar .text-left h5 {
  font-size:15px;
  margin-bottom:2px
}
.blog-sidebar .text-left h5 a {
  font-weight:300
}
.sidebar-description p {
  font-size:14px;
  margin-bottom:0;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical
}
.category-heading {
  font-size:2rem;
  margin-bottom:.5rem;
  font-weight:300;
  line-height:1.2;
  color:#000
}
.blog-category h2 {
  font-size:1.2rem;
  margin-bottom:.5rem;
  font-weight:300;
  line-height:1.2;
  color:#000
}
.grid-category.pad-none, .padding_none {
  padding:0!important
}
.grid-category {
  display:grid;
  width:100%;
  grid-column-gap:30px;
  grid-row-gap:30px;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  padding:0 30px
}
.category-box {
  width:100%;
  height:auto;
  display:block
}
.category-box, .category-box-img, .collection-item, .img-2, .review-text p, .sale-img {
  overflow:hidden
}
.category-box-img {
  border-radius:0
}
.category-box-img img {
  width:100%;
  border-radius:0
}
.category-box-img img, .sale-img img {
  transition:.5s ease-out;
  height:auto
}
.category-text {
  background:#fff;
  margin:-40px 20px 20px;
  padding:35px 20px 20px;
  border-radius:0;
  box-shadow:0 0 10px 0 #0000000d
}
.cart-desktop, .category-box-img, .category-text, .image {
  position:relative
}
.category-text h6 {
  font-size:28px;
  font-weight:300
}
.category-text h6, .category-text p, .sale-owl h3, .sale-owl p {
  margin-bottom:10px
}
.category-text h6, .email-section h4, .sale-owl h3, .video-section .main-heading h3 {
  line-height:1.2;
  font-family:Montserrat, sans-serif
}
.category-text h6, .category-text p, .sale-owl h3, .sale-owl p {
  margin-bottom:10px
}
.underline-hover-effect .underline {
  padding-bottom:.25rem;
  position:relative;
  font-weight:300
}
.banner-text a, .main-btn, .underline-hover-effect .underline {
  display:inline-block;
  text-transform:uppercase
}
.category-text h6, .category-text p, .sale-owl h3, .sale-owl p {
  margin-bottom:10px
}
  .underline-hover-effect:hover .underline::before {
  width:100%
}
  .underline-hover-effect .underline::before {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:1px;
  background-color:#2e2c2c;
  transition:width .25s ease-out
}
.top-strip p, a {
  font-weight:300
}
.product-details-img {
  padding:0;
  height:100%;
  border:0 solid #e3e3e3;
  width:100%
}
.details-head {
  font-size:22px;
  margin-bottom:15px;
  font-weight:300
}
.details-btn a {
  border:1px solid #000;
  width:100%;
  padding:10px 20px;
  font-size:14px;
  font-weight:300;
  margin:15px 0;
  display:block;
  text-align:center
}
  .details-btn a:first-child, .details-btn a:nth-child(2):hover {
  background:#000;
  color:#fff
}
.main-heading.product h3 {
  font-size:20px;
  margin-bottom:5px
}
.heading_1 h1, .heading_1 h2, .heading_1 h3, .main-heading h3 {
  font-size:30px;
  font-weight:300;
  font-family:Montserrat, sans-serif;
  margin-bottom:12px
}
.categoryimg, .gray-hover, .list-heading, .select-form, .success-box, .video-img {
  position:relative
}
.sale-img {
  position:relative;
  border-radius:0
}
.sale-img img {
  width:100%!important;
  border-radius:0
}
.category-box-img img, .sale-img img {
  transition:.5s ease-out;
  height:auto
}
.blog-sidebar .text-left h5 {
  font-size:15px;
  margin-bottom:2px
}
.blog-sidebar .text-left h5 a {
  font-weight:300
}
.sidebar-description p {
  font-size:14px;
  margin-bottom:0;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical
}
.vi-text h1 {
  font-size:2rem;
  margin-bottom:.5rem;
  font-weight:300;
  line-height:1.2;
  color:#000
}
.box-icon.big-box {
  width:175px;
  height:175px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:85px;
  background:#000;
  border-radius:50%;
  color:#fff
}
.box-icon {
  width:120px;
  height:120px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:50px;
  background:#000;
  border-radius:50%;
  color:#fff
}
.box-img {
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  margin-bottom:20px
}
.border-box-item {
  font-size:13px;
  padding:10px 15px;
  color:#212123;
  font-weight:300;
  text-decoration:none;
  border:1px solid #ddd;
  border-right:0;
  height:45px;
  cursor:pointer
}
  .border-box-item:last-child {
  border-right:1px solid #ddd
}
.border-box-item i {
  font-size:22px
}
.border-box {
  display:flex;
  justify-content:flex-end;
  margin-top:20px;
  margin-bottom:30px;
  width:100%
}
.border-box-item.wrapper .tooltip {
  opacity:1;
  pointer-events:auto;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);
  transform:translateY(0);-webkit-animation:bounce-tooltip 2s infinite
}
  .border-box-item.wrapper:hover .tooltip {
  opacity:1;
  pointer-events:auto;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);
  transform:translateY(0);-webkit-animation:bounce-tooltip 2s infinite
}
  .border-box-item.wrapper .tooltip:after {
  margin-left:-8px
}
@-webkit-keyframes bounce-tooltip {
  0{bottom:53px
}
25% {
  bottom:57px
}
50% {
  bottom:60px
}
75% {
  bottom:57px
}
100% {
  bottom:53px
}
}.footer_last_text {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:15px
}
.main_menu {
  display:flex;
  justify-content:space-between;
  align-items:center
}
.login-btn {
  background:#000!important;
  color:#fff!important;
  font-weight:300!important;
  font-size:14px!important;
  padding:7px 25px!important;
  outline:0!important;
  transition:.2s ease!important;
  text-decoration:none!important;
  border:2px solid #000!important;
  top:-5px
}
  .login-btn:hover {
  background:#fff!important;
  color:#000!important;
  border:2px solid #000!important
}
.pr-0 {
  padding-right:0!important
}
.copy-right span {
  font-size:13px;
  font-weight:300
}
.d-price {
  font-size:20px;
  margin-bottom:20px
}
.category-item {
  margin-bottom:0;
  border-radius:0;
  position:relative
}
.categoryimg, .gray-hover, .list-heading, .select-form, .success-box, .video-img {
  position:relative
}
.new-category .categoryimg img {
  width:100%;
  height:auto;
  border-radius:0;
  max-height:100%
}
.image-on-image {
  position:absolute;
  top:5px;
  left:15px
}
.QR-code {
  background:#fff;
  position:relative;
  top:0;
  left:0;
  border-radius:0 0 6px 6px;
  display:flex;
  flex-direction:column;
  align-items:center;
  width:85px;
  padding:2px 5px 10px 5px;
  z-index:999
}
  @media(min-width:992px) {
  .mobile-appointment, .mobile-flex{display:none
}
.mobile-qr {
  display:none
}
.desktop-qr {
  display:flex
}
}.QR-code span {
  font-size:17px;
  font-weight:300
}
.cate-box {
  padding:15px 0;
  background:#fff;
  border:0 solid #e9e7e6;
  text-align:left
}
.category-category .category-item h4 {
  font-weight:300;
  font-size:16px;
  margin-top:0
}
.category-category .category-item p {
  font-weight:300;
  font-size:13px;
  margin-bottom:0
}
.button-section, .button-section-2 {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:15px
}
.button-section-2 .view_btn {
  border:1px solid #000;
  color:#000;
  background:0;
  padding:8px 10px;
  border-radius:6px
}
.button-section-2 .sample_btn, .button-section-2 .view_btn {
  width:48%;
  font-size:14px;
  font-weight:300;
  text-transform:uppercase;
  text-align:center
}
  .button-section .view_btn:hover, .button-section-2 .view_btn:hover {
  border:1px solid #000;
  background:#000;
  color:#fff
}
.brand-img img {
  width:auto!important;
  height:60px;
  border-radius:0
}
.product-faq .details-faq {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  padding:60px 0
}
.product-faq .details-faq .accordion {
  width:100%
}
.short-item-2 {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:20px
}
.short-item {
  display:flex;
  align-items:center
}
.form-select {
  border:1px solid #ddd;
  border-radius:0
}
  .form-select:focus {
  border-color:#000;
  box-shadow:0 0 0 0rem rgb(13 110 253 / .25)
}
.product-details .description h2, .product-details .description h3, .product-details .description h4, .product-details .description h5, .product-details .description h6 {
  font-size:22px;
  margin-bottom:15px;
  font-weight:300
}
.sidebar-description {
  font-size:14px
}
.description ol, .description ul {
  padding-left:2rem
}
.description ul, .description ol {
  list-style-type:disc
}
.description img {
  width:100%!important;
  height:auto!important
}
.description table tr, .description table tr td {
  border:1px solid #333;
  padding:10px
}
.description table tr p, .description table tr td p {
  margin-bottom:0
}
.description b, .description strong {
  font-weight:bolder
}
.hover-effect.grid-card-img {
  transition:transform ease-in .3s
}
  .hover-effect.grid-card-img:hover {
  transform:scale(1.04);
  z-index:9
}
.hover-effect.grid-card-text {
  transition:transform ease-in .3s
}
  .hover-effect.grid-card-text:hover {
  transform:scale(1.04);
  z-index:9
}
.accordion-head {
  font-size:28px;
  font-weight:300;
  margin-bottom:15px
}
.faq-page .accordion-button h5 {
  margin-bottom:0;
  font-size:1rem;
  font-weight:300
}
.faq-page .accordion-head {
  font-size:24px;
  font-weight:300;
  margin:15px 0
}
.faq-page h3 {
  font-size:24px;
  font-weight:300;
  margin:15px 0
}
.details-faq.faq-page .accordion {
  width:100%
}
.calculator-text h3 {
  font-size:28px;
  color:#000;
  line-height:30px;
  margin-top:0;
  margin-bottom:10px;
  font-weight:300
}
.radio-inline {
  display:flex;
  margin-top:30px;
  margin-bottom:60px
}
.radio-button-container {
  color:rgb(0 0 0 / .75);
  display:block;
  position:relative;
  cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;
  user-select:none;
  margin-right:45px
}
.radio-button-container input {
  position:absolute;
  opacity:0;
  cursor:pointer
}
.checkmark {
  position:absolute;
  top:70px;
  left:18px;
  height:21px;
  width:21px;
  background-color:#fff0;
  border-radius:50%;
  border:2px solid rgb(0 0 0 / .25);
  transition:all .3s
}
  .radio-button-container:hover input~.checkmark {
  border-color:rgb(0 0 0 / .5)
}
  .radio-button-container input:checked~.checkmark {
  background-color:#fff0;
  border-color:#000
}
  .checkmark:after {
  content:"";
  position:absolute;
  display:none
}
  .radio-button-container input:checked~.checkmark:after {
  display:block
}
  .radio-button-container .checkmark:after {
  top:2px;
  left:2px;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#000
}
.form-section .form-group {
  margin-bottom:15px
}
.calculator-input-inline {
  display:flex;
  align-items:center
}
.calculator-input-inline .cross_symbol {
  padding:0 30px
}
.cross_symbol {
  user-select:none;
  color:#9f9f9f
}
.modal-content {
  padding:15px 15px 30px 15px
}
  @media(min-width:576px) {
  .modal-dialog{max-width:80%;
  padding-top:50px
}
}.compare-table .product-item th, .product-item td {
  width:280px;
  font-size:14px
}
  .compare-table .product-item:first-child {
  border-top:1px solid #dee2e6
}
.compare-table .product-item th {
  border-right:1px solid #dee2e6;
  font-size:16px
}
.compare-table .product-item {
  display:flex
}
.compare-table {
  width:100%;
  overflow-x:scroll
}
.black-button {
  display:inline-block;
  background-color:#000;
  border:2px solid #000;
  color:#fff;
  border-radius:6px;
  padding:8px 25px;
  margin-top:15px;
  text-decoration:none;
  text-align:center;
  transition:all 200ms;
  cursor:pointer;
  font-size:14px;
  font-weight:300;
  font-family:Montserrat, sans-serif
}
  .black-button:hover {
  background-color:#fff0;
  border:2px solid #000;
  color:#000
}
.currency-item img {
  height:24px
}
.currency-head {
  font-size:34px;
  margin:50px 0
}
.currency-list li a img {
  width:24px;
  height:24px;
  margin-right:15px
}
.currency-list li a {
  font-size:15px;
  line-height:26px;
  font-weight:300;
  color:#000;
  display:block;
  margin-bottom:8px
}
.currency-list h4 {
  font-size:18px;
  color:#1e1e1e;
  margin-bottom:20px;
  line-height:26px;
  height:45px
}
.currencybody .modal-content {
  padding:15px 15px 15px 15px;
  top:35px
}
.currency-mobile {
  display:none
}
  @media only screen and (max-width:900px) {
  .currency-list h4{font-size:20px;
  margin-top:20px;
  margin-bottom:15px;
  height:auto
}
.currency-head {
  font-size:30px;
  margin:40px 0 20px 0
}
.currency-mobile {
  position:absolute;
  right:118px;
  top:5px;
  display:flex
}
.currency-mobile a {
  display:flex;
  flex-direction:row-reverse;
  align-items:center
}
.currency-mobile a span {
  padding-right:3px
}
}.new-lang-section a {
  font-size:14px;
  font-weight:300;
  display:flex;
  align-items:center
}
.new-lang-section a i {
  font-size:24px;
  margin-left:8px
}
.about-section h2 {
  font-weight:300;
  text-transform:capitalize;
  font-size:20px!important;
  line-height:24px
}
.about-section h3 {
  font-weight:300;
  font-size:40px;
  line-height:50px;
  text-transform:capitalize;
  margin-bottom:20px
}
.wrap-box {
  padding:50px;
  background-color:#fff;
  height:100%;
  border-top:1px solid #000
}
.wrap-box h4 {
  font-size:40px;
  line-height:45px;
  margin-bottom:15px;
  color:#000;
  font-weight:300
}
.wrap-box p {
  color:#000;
  font-size:16px
}
.top-box {
  position:absolute;
  top:50px;
  left:50px;
  padding-left:0;
  display:flex;
  justify-content:center;
  align-items:flex-start;
  height:100%
}
  video::-webkit-media-controls {
  display:none
}
.box-color {
  background-color:#9ecfd8
}
.box-gray {
  background-color:#f0f0f0
}
.same-box {
  display:flex
}
.small-box {
  padding:50px;
  border-right:1px solid #000
}
  .small-box:last-child {
  border-right:0 solid #000
}
.small-box h5 {
  font-size:40px;
  line-height:45px;
  margin-bottom:15px;
  font-weight:300
}
.small-box p {
  font-size:16px
}
.box-section {
  display:flex;
  margin-bottom:-5px;
  height:820px
}
.left-box, .right-box {
  width:50%;
  min-height:760px;
  max-height:100%;
  position:relative
}
.left-box img {
  width:100%;
  height:100%;
  object-fit:cover
}
.left-box video {
  width:100%;
  height:100%;
  object-fit:cover
}
.left-box h3 {
  font-size:70px;
  line-height:67px;
  color:#fff;
  font-weight:100;
  padding-right:50px
}
.img-box-section {
  display:flex;
  width:100%;
  height:auto
}
.animi_text_heading {
  color:#fff;
  text-decoration:none;
  font-size:24px;
  line-height:24px;
  font-weight:300;
  position:absolute;
  left:0;
  bottom:50px;
  width:100%;
  text-align:center
}
.img-box {
  width:50%;
  height:auto;
  position:relative
}
.img-box {
  width:100%;
  height:950px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center
}
.single-box h4 {
  font-size:60px;
  line-height:64px;
  color:#fff;
  margin-bottom:15px;
  font-weight:200
}
.single-box h6 {
  font-size:24px;
  font-weight:300;
  line-height:24px;
  color:#fff
}
.single-box {
  padding-top:80px;
  padding-left:80px
}
  .animi_text_heading:hover i {
  transform:translateX(-10%) rotateZ(-90deg)!important;-ms-transform:translateX(-10%) rotateZ(-90deg)!important;-webkit-transform:translateX(-10%) rotateZ(-90deg)!important;-moz-transform:translateX(-10%) rotateZ(-90deg)!important;-o-transform:translateX(-10%) rotateZ(-90deg)!important
}
.animi_text_heading i {
  transform:translateY(-15%);-ms-transform:translateY(-15%);-webkit-transform:translateY(-15%);-moz-transform:translateY(-15%);-o-transform:translateY(-15%);
  transition:all 250ms
}
.custom-accordion .accordion-head {
  text-transform:capitalize;
  font-size:20px;
  font-weight:300
}
.custom-accordion .accordion-header .accordion-button {
  font-size:110px;
  text-transform:capitalize;
  font-weight:100
}
.sub-heading {
  font-weight:300;
  font-size:26px;
  margin-bottom:30px
}
.new_carousel .owl_box h5 {
  font-size:24px;
  font-weight:300;
  margin:15px 0
}
.new_carousel .owl_box p {
  color:#000;
  font-weight:300;
  margin-bottom:0
}
.custom-accordion .details-faq .accordion-body {
  padding:30px 0
}
.custom-accordion .details-faq .accordion {
  --bs-accordion-btn-icon-width:64px 64px;--bs-accordion-btn-icon:url(../images/plus.svg);--bs-accordion-btn-active-icon:url(../images/minus.svg)
}
  .custom-accordion .details-faq .accordion-button::after {
  width:64px;
  height:64px;
  right:0
}
.custom-accordion .details-faq .accordion-button {
  padding:15px 0 15px 0!important
}
.bg-img-width {
  width:100%;
  height:610px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  display:flex;
  align-items:center
}
.bg-content {
  width:60%;
  position:absolute;
  left:80px
}
.bg-content h4 {
  font-size:20px;
  line-height:30px;
  font-weight:300;
  color:#fff
}
.bg-content h6 {
  font-size:55px;
  line-height:58px;
  font-weight:300;
  color:#fff;
  margin-bottom:30px;
  margin-top:10px
}
.bg-content p {
  font-size:22px;
  font-weight:300;
  color:#fff;
  margin-bottom:50px
}
.animi_text_heading_2 span {
  padding-left:30px
}
.animi_text_heading_2 a {
  color:#fff;
  text-decoration:none;
  font-size:24px;
  line-height:24px;
  font-weight:300;
  position:relative
}
.animi_text_heading_2 a i {
  position:absolute;
  top:7px;
  transform:translateY(-15%);-ms-transform:translateY(-15%);-webkit-transform:translateY(-15%);-moz-transform:translateY(-15%);-o-transform:translateY(-15%);
  transition:all 250ms
}
  .animi_text_heading_2 a:hover i {
  transform:translateX(-10%) rotateZ(-90deg)!important;-ms-transform:translateX(-10%) rotateZ(-90deg)!important;-webkit-transform:translateX(-10%) rotateZ(-90deg)!important;-moz-transform:translateX(-10%) rotateZ(-90deg)!important;-o-transform:translateX(-10%) rotateZ(-90deg)!important
}
.blog-carousel .sub-heading {
  font-size:40px;
  line-height:40px
}
.blog-carousel .owl-carousel .owl_box img {
  width:100%;
  height:345px;
  object-fit:cover;
  filter:brightness(1);
  transition:filter 1s ease 0
}
  .blog-carousel .owl-carousel .owl_box:hover img {
  filter:brightness(.7)
}
.blog-carousel .owl_box h5 {
  font-size:20px
}
.sub_sub_head {
  text-transform:uppercase;
  font-size:20px;
  font-weight:300
}
.animi_text_heading .link {
  position:absolute;
  right:70px;
  bottom:0
}
  .main_menu .active a:after {
  content:'';
  background:#000;
  position:absolute;
  width:100%;
  opacity:1;
  height:1px;
  left:0;
  right:0;
  bottom:-5px;
  margin:auto
}
  .hover-link.active:hover a:before {
  opacity:0;
  height:0
}
.box-icon.big-box img {
  height:50px;
  width:auto
}
.box-icon.big-box img {
  height:50px;
  width:auto
}
.blog-category img {
  width:100%;
  height:auto;
  padding-right:100px
}
  @media only screen and (max-width:991px) {
  .blog-category img{padding-right:0;
  padding-bottom:30px
}
}.custome-table {
  width:100%
}
.custome-table, th, td {
  padding:10px;
  border:1px solid #ddd;
  border-collapse:collapse
}
.immediate span {
  background:#c5dfb8
}
.yello_days span {
  background:#fce798
}
.blue_days span {
  background:#b5c5e6
}
.rotate-td {
  width:55px;
  height:70px;
  padding:0!important;
  transform:rotate(270deg);
  text-align:right
}
.head_table td {
  font-weight:700;
  font-size:16px;
  text-transform:uppercase;
  text-align:center
}
.head_table th {
  font-weight:700;
  font-size:16px;
  text-transform:uppercase;
  text-align:center;
  padding:10px
}
.custome-table td span {
  display:inline-block;
  width:20px;
  height:20px;
  border-radius:50%;
  vertical-align:middle
}
.inline-chat {
  display:flex
}
.available-item span {
  display:inline-block;
  width:16px;
  height:16px;
  border-radius:50%;
  margin-right:5px
}
.available-chat h4 {
  font-weight:700;
  font-size:16px;
  text-transform:uppercase
}
.available-item {
  font-weight:300;
  font-size:16px;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  margin-right:15px
}
.available-chat {
  padding-top:20px;
  padding-bottom:5px
}
.grid-product {
  display:grid;
  width:100%;
  grid-column-gap:20px;
  grid-row-gap:20px;
  grid-template-columns:repeat(3, minmax(0, 1fr))
}
.new-category-product {
  position:absolute;
  left:-1px;
  top:-1px
}
.new-category-product img {
  width:5rem;
  height:5rem
}
.grid-product-item .img-section .pro-img {
  width:100%;
  height:24rem;
  object-fit:cover
}
.size-box {
    margin-bottom:50px
}
.size-box p {
  color:#000;
  font-size:12px;
  line-height:14px;
  text-align:left;
  font-weight:300;
  margin-top:5px;
  margin-bottom: 0;
}
.content-section h4 {
  color:#000;
  font-size:16px;
  font-weight:600;
  margin-top:10px;
  margin-bottom:0;
  text-transform:uppercase
}
.main-text {
  font-size:45px;
  text-align:center;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:40px
}
.main-pagination nav {
  position:relative;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:50px 0;
  height:auto
}
  .main-pagination nav .page-link:hover {
  z-index:2;
  color:#fff;
  background-color:#000;
  border-color:#000
}
.main-pagination nav .active>.page-link, .main-pagination nav .page-link.active {
  z-index:3;
  color:var(--bs-pagination-active-color);
  background-color:#000;
  border-color:#000
}
.main-pagination nav .page-link {
  color:#000;
  background-color:var(--bs-pagination-bg);
  border:var(--bs-pagination-border-width) solid #000
}
  @media only screen and (max-width:991px) {
  .main-text{font-size:30px;
  padding:0 15px
}
.hover-link.has_dropdown.red-box a {
    width: fit-content;
}
.grid-product {
  grid-column-gap:15px;
  grid-row-gap:15px;
  grid-template-columns:repeat(2, minmax(0, 1fr))
}
}.brochure-table {
  width:60%
}
.brochure-table tr {
  border-top:1px solid #ddd
}
  .brochure-table tr:last-child {
  border-bottom:1px solid #ddd
}
.brochure-table tr td {
  border:0 solid #ddd;
  padding:10px 0
}
  .brochure-table tr td:last-child {
  text-align:right
}
.feature-img-section {
  display:flex;
  justify-content:center;
  align-items:center
}
.feature-img-section img {
  height:130px
}
.technical-feature-section {
  display:flex;
  justify-content:center;
  align-items:center;
  margin-top:30px
}
.technical-feature-section img {
  height:76px
}
.details-small-img img {
  width:100%;
  height:250px;
  object-fit:cover;
  border:1px solid #ddd
}
  @media only screen and (max-width:991px) {
  .feature-img-section img{height:auto;
  width:100%
}
.technical-feature-section img {
  height:auto;
  width:100%
}
  }.banner-section:before {
  content:"";
  background:#000;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:.4;
  z-index:1
}
.social-fixed-section {
  position:fixed;
  top:50%;
  right:0;
  border-radius:10px 0 0 10px;
  z-index:999;
  display:flex;
  flex-direction:column
}
.fixed-list {
  width:53px;
  height:53px;
  background:#000;
  color:#fff;
  float:left;
  position:relative;
  text-align:center;
  font-size:17px;-webkit-transition:.5s;-moz-transition:.5s;
  transition:.5s;
  cursor:pointer;
  display:flex;
  justify-content:center;
  align-items:center;
  line-height:1.2;
  text-decoration:none
}
  .fixed-list:hover {
  color:#fff
}
.content-fixed {
  display:flex;
  flex-direction:column;
  transform:translateX(0);-webkit-transition:.5s;-moz-transition:.5s;
  transition:.5s
}
.slide-content {
  transform:translateX(100%)
}
.fixed-list span {
  position:absolute;
  right:45px;
  height:53px;
  background:#000;
  font-size:17px;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  width:150px;
  border-radius:0;
  transform:rotateY(90deg);
  transform-origin:0 0
}
  .fixed-list:hover span {
  transform-origin:100% 0 0;
  transform:rotateY(0)
}
.wp-bg {
  background:#26d367!important
}
.wp-bg.fixed-list span {
  background:#26d367
}
.fixed-main-btn {
  width:53px;
  height:53px;
  background:#000;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  text-align:center;
  font-size:17px;-webkit-transition:.5s;-moz-transition:.5s;
  transition:.5s;
  cursor:pointer
}
.header-action-btn {
  display:flex;
  align-items:center;
  margin-right:30px
}
  .header-action-btn-list:first-child {
  padding-left:0;
  margin-left:0
}
.header-action-btn-list {
  padding-left:10px;
  margin-left:10px;
  position:relative
}
.right-logo {
  margin-right:10px
}
  .header-action-btn-list:before {
  content:"";
  position:absolute;
  background:#000;
  width:1px;
  height:50px;
  top:-2px;
  left:0
}
  .header-action-btn-list:first-child:before {
  content:"";
  width:0;
  height:0
}
.header-action-btn-list h4 {
  font-size:13px;
  line-height:20px;
  font-weight:300;
  text-transform:uppercase;
  margin:0
}
.header-action-btn-list a, .header-action-btn-list p {
  font-size:14px;
  font-weight:300;
  line-height:20px;
  margin:0!important
}
.right-menu {
  display:flex;
  align-items:center
}
.size-box-details p {
  color:#000;
  font-size:20px;
  line-height:20px;
  text-align:left;
  font-weight:300;
  margin-top:5px;
  margin-bottom:15px
}
.custome_form {
  margin-bottom:5px
}
.custome_form label {
  font-size:16px;
  font-weight:300;
  margin-bottom:5px
}
.custome_form input {
  outline:0;
  padding:5px;
  border-radius:0;
  width:100%;
  height:40px!important;
  font-size:14px;
  border:1px solid #000
}
.custome_form textarea {
  outline:0;
  padding:5px;
  border-radius:0;
  width:100%;
  height:100px!important;
  font-size:14px;
  border:1px solid #000
}
.form-btn {
  display:flex;
  gap:10px
}
.form-btn {
  display:flex;
  gap:10px
}
.form-btn .zcwf_button {
  background:#fff;
  border:2px solid #000;
  color:#000;
  width:50%;
  padding:0;
  font-weight:500;
  outline:0;
  font-size:14px;
  letter-spacing:.5px;
  cursor:pointer;
  text-transform:uppercase;
  border-radius:0;
  transition:all .3s
}
  .form-btn .zcwf_button:hover {
  background:#000;
  border:2px solid #000;
  color:#fff
}
.form-btn .formsubmit {
  width:50%;
  padding:0;
  font-weight:500;
  background:#000;
  outline:0;
  border:2px solid #000;
  font-size:14px;
  letter-spacing:.5px;
  cursor:pointer;
  color:#fff;
  text-transform:uppercase;
  border-radius:0;
  transition:all .3s
}
  .form-btn .formsubmit:hover {
  background:#fff;
  border:2px solid #000;
  color:#000
}
.thanku-head {
  font-size:50px;
  text-align:center;
  text-transform:uppercase;
  color:#26d367
}
.thanku-box p {
  text-align:center;
  font-size:20px;
  padding:15px;
  width:45%
}
.thanku-box {
  display:flex;
  flex-direction:column;
  justify-content:center;
  width:100%;
  align-items:center;
  padding:60px
}
.small-text-span span {
  font-size:12px;
  display:block;
  line-height:16px
}
.inline-map {
  display:flex;
  transition:all .3s
}
.location-box iframe {
  border:0;
  width:auto;
  height:175px
}
.location-text span {
  display:block
}
.location-text {
  padding:20px;
  height:175px;
  width:100%;
  background:#f7f7f7
}
.location-box {
  display:grid;
  width:100%;
  grid-column-gap:30px;
  grid-row-gap:30px;
  grid-template-columns:repeat(2, minmax(0, 1fr))
}
  .inline-map:hover {
  box-shadow:0 0 6px 3px #20202017
}
.feature-box-section {
  padding-top:50px
}
.gallery-img-grid .gallery-img img {
  height:250px;
  width:100%;
  object-fit:contain;
  border:1px solid #c7c7c7
}
.gallery-img-grid {
  display:grid;
  width:100%;
  grid-column-gap:10px;
  grid-row-gap:10px;
  grid-template-columns:repeat(4, minmax(0, 1fr))
}
.right-logo .logo-1 img {
  height:18px
}
.right-logo .logo-2 img {
  height:100px;
  width:100%
}
.right-logo .logo-1 {
  padding-right:15px;
  position:relative
}
  .right-logo .logo-1:after {
  content:"";
  position:absolute;
  background:#000;
  width:1px;
  height:45px;
  top:-12px;
  right:0
}
.inline-contact-box {
  display:flex;
  gap:40px
}
.contact-box-item img {
  height:100px;
  margin-bottom:10px
}
.contact-box-item p, .contact-box-item a {
  color:#000;
  font-size:14px;
  font-weight:300;
  margin-bottom:0;
  display:block
}
.right-logo.for-footer-logo .logo-1 img {
  height:20px
}
.right-logo.for-footer-logo .logo-2 img {
  height:100px
}
  .right-logo.for-footer-logo .logo-2:before {
  content:"";
  position:absolute;
  background:#000;
  width:0;
  height:45px;
  top:-12px;
  left:0
}
.right-logo.for-footer-logo .logo-2 {
  padding-left:0;
  margin-left:0;
  position:relative
}
.right-logo.for-footer-logo {
  display:flex;
  flex-direction:column;
  row-gap:10px
}
.center-width {
  display:flex;
  justify-content:center;
  align-items:center
}
.new-details-product {
  width:100%
}
.grid-img-one {
  display:flex;
  gap:30px;
  position:relative;
  flex-direction:column;
  width:70%
}
.grid-main-img {
  width:480px
}
.grid-main-img img {
  width:100%;
  height:600px;
  object-fit:cover;
  border:1px solid #aaa
}
.grid-sub-img img {
  width:100px;
  height:230px;
  object-fit:cover;
  border:1px solid #aaa
}
.grid-heading {
  position:absolute;
  bottom:0;
  margin-left:510px;
  z-index:1
}
.benifit-img-two img {
  height:700px
}
.heading-img-section {
  display:flex;
  gap:30px;
  position:relative
}
.benifit-img-two {
  padding-left:30px;
  display:flex;
  border-left:1px solid #000;
  justify-content:center;
  align-items:center
}
.pro-img-details {
  display:flex;
  gap:30px;
  position:relative
}
.main-product-img {
  width:100%;
  height:auto
}
.benifit-img-one {
  width:100%;
  display:flex
}
.benifit-img-one .main-heading, .benifit-img-two .main-heading {
  font-size:28px;
  font-weight:500;
  text-align:center
}
.benifit-img-one img {
  height:auto;
  width:100%
}
.grid-section-second {
  display:flex;
  justify-content:center;
  width:100%;
  grid-column-gap:20px;
  grid-row-gap:20px
}
.available-item {
  border-top:1px solid #dee2e6;
  border-bottom:1px solid #dee2e6;
  padding:10px 0 10px 0;
  color:#000;
  font-size:16px
}
.sub-text {
  font-size:12px;
  font-weight:400;
  display:block;
  margin-bottom:5px
}
.available-item-item {
  border-top:1px solid #000;
  border-bottom:0 solid #dee2e6;
  padding:5px 10px 0 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:fit-content
}
.available-item-item p {
  color:#000;
  font-size:16px;
  margin-bottom:0;
  font-weight:600
}
.available-section {
  margin-bottom:20px
}
.grid-heading .main-heading {
  font-size:20px;
  font-weight:500;
  text-align:left;
  margin-bottom:20px
}
.face-image-item .sub-text {
  text-align:center;
  margin-top:5px
}
.face-image {
  display:flex;
  gap:2px
}
  @media (min-width:992px) and (max-width :1280px) {
  .grid-img-one{width:100%
}
.benifit-img-two img {
  height:580px
}
.grid-main-img {
  width:350px
}
.grid-heading {
  margin-left:380px
}
}.filter-button {
  font-size:14px;
  background-color:#fff;
  outline:none;
  border:1px solid #000;
  color:#000;
  padding:5px 10px
}
  .filter-button:hover, .filter-button:focus, .filter-button.active {
  color:#fff;
  background-color:#000;
  outline:none
}
.filter-button-inline {
  display:flex;
  gap:5px;
  justify-content:center;
  align-items:center;
  margin-bottom:30px
}
.gallery-img img {
  width:100%;
  height:300px;
  object-fit:cover;
  object-position:center
}
.gallery-img {
  display:flex;
  width:100%;
  height:300px;
  transition:var(--transition);
  position:relative;
  overflow:hidden
}
  .gallery-img:before {
  content:"";
  background:#0000008f;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:1;
  visibility:hidden;
  transition:var(--transition)
}
  .gallery-img:hover:before {
  opacity:.8;
  visibility:visible
}
.view-icon {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  font-size:20px;
  width:50px;
  height:50px;
  line-height:50px;
  border-radius:50%;
  text-align:center;
  background:#fff;
  color:#000;
  opacity:0;
  visibility:hidden
}
  .gallery-img:hover .view-icon {
  opacity:1;
  visibility:visible
}
.album-box {
  display:grid;
  width:100%;
  grid-column-gap:10px;
  grid-row-gap:10px;
  grid-template-columns:repeat(5, minmax(0, 1fr))
}
.grid-product-item .btn-1 {
  border:1px solid #000
}
.grid-product-item .main-btn {
  padding:5px 15px;
  font-size:12px;
  margin-top:5px
}
.furniture-page iframe {
  height:750px
}
.logo_small img {
  height:40px
}
  .right-logo .logo_small:after {
  content:"";
  position:absolute;
  background:#000;
  width:0;
  height:45px;
  top:-12px;
  right:0
}
.right-logo .logo_small {
  padding-right:0;
  position:relative
}
.stock-qty {
  color:#000;
  font-size:14px;
  margin-bottom:0;
  font-weight:400
}
.available-table-section table td {
  border:1px solid #000;
  font-size:12px;
  font-weight:400;
  padding:5px 10px
}
.available-table-section table td span {
  display:block
}
.available-table-section p {
  color:#000;
  font-size:16px;
  margin-bottom:5px;
  font-weight:600
}
.available-table-section {
  margin-bottom:20px
}
.view-for-desktop {
  display:block
}
.view-for-mobile {
  display:none
}
.available-table-section table td {
  width:101px
}
  .available-table-section table tr:first-child {
  text-align:center
}
.permalink {
  text-transform:uppercase;
  margin-bottom:15px;
  font-size:14px;
  line-height:18px
}
.inline-banner-btn {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px
}
.inline-banner-btn .btn-1 {
    background: red;
    border-color: red;
}
.inline-banner-btn .main-btn:hover {
    border-color: #000000;
    background: #000000;
    color: #fff !important;
}
.banner-description {
  font-size:16px!important;
  font-weight:400!important;
  line-height:1.625!important;
  margin-bottom:30px!important
}
.about-section ol, .about-section ul {
  padding-left:2rem
}
.about-section ul li {
  list-style-type:disc
}
h4, h5 {
  font-weight:300
}
.heading_1 ol, .heading_1 ul {
  padding-left:2rem;
  list-style:disc
}
.heading_1 ul li {
  margin-bottom:5px;
  list-style-type:disc
}
.contact-form-section h2 {
  font-weight:300;
  font-size:30px;
  margin-bottom:15px
}
.main-head {
  font-weight:300;
  font-size:30px;
  margin-bottom:15px
}
.contact-form-section ol, .contact-form-section ul {
  padding-left:2rem
}
.contact-form-section ul li {
  list-style-type:disc
}
.blog-carousel ul {
  padding-left:2rem;
  list-style:disc
}
.heading-center {
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
  text-align:center
}
.heading-center .section-heading, .heading-center p {
  width:70%
}
.section-heading {
  font-size:40px;
  line-height:54px;
  margin-bottom:15px;
  font-weight:200
}
.search-box form {
    display: flex;
}
.search-box input {
    height: 45px;
    padding: 5px 15px;
    outline: 0;
    border-radius: 0;
    border: 1px solid #000;
    border-right: 0;
}
.search-box .main-btn {
    height: 45px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}
.sale-badge {
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background: red;
    color: #fff;
    padding: 4px 10px;
    left: 15px;
    top: 15px;
    letter-spacing: 0.5px;
}
.hover-link.has_dropdown.red-box a {
    background: red;
    color: #fff;
    padding: 4px 10px;
}

.hover-link.has_dropdown.red-box.active a:after {
    background: red;
}
.hover-link.has_dropdown.red-box a:before {
    background: red;
}
.inline-banner-btn .main-btn {
    width: 280px;
}
.inline-banner-btn .main-btn a{
    font-weight: 600;
}











