body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.625;
    font-family: Montserrat, sans-serif;
}
a {
  font-weight: 400;
  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 start ----*/
.link-btn a {
    font-weight: 700;
    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: 0px;
    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);
}
/* hover color */
.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);
}
/* white btn */
.link-btn.white-btn a {
    color: #ffffff;
}
.link-btn.white-btn:hover a {
    color: #ffffff;
}
.link-btn.white-btn:before {
    color: #ffffff;
}
.link-btn.white-btn:after {
    color: #ffffff;
}
.link-btn.white-btn:hover:before {
    opacity: 1;
    visibility: visible;
    color: #ffffff;
    transform: translateY(0%) scale(1);
}
.link-btn.white-btn:hover:after {
    opacity: 0;
    color: #ffffff;
    visibility: hidden;
    transform: translateY(0%) scale(0);
}

/* black btn */
.link-btn.black-btn a {
    color: #000000;
}
.link-btn.black-btn:hover a {
    color: #000000;
}
.link-btn.black-btn:before {
    color: #000000;
}
.link-btn.black-btn:after {
    color: #000000;
}
.link-btn.black-btn:hover:before {
    opacity: 1;
    visibility: visible;
    color: #000000;
    transform: translateY(0%) scale(1);
}
.link-btn.black-btn:hover:after {
    opacity: 0;
    color: #000000;
    visibility: hidden;
    transform: translateY(0%) scale(0);
}
/*---- link btn end ----*/



/*---- button area start ----*/

.main-btn a {
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 30px;
    outline: 0;
    display: inline-block;
    transition: all .3s ease;
}

.main-btn.white-btn a {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 30px;
    outline: 0;
    display: inline-block;
    transition: all .3s ease;
}

/*---- button area start ----*/





/*------------------------------------
          font face section
------------------------------------*/

@font-face {
  font-family: ProximaNova;
  src: url(../fonts/proxima-nova/proxima-nova-regular-alt.woff2);
  font-weight: 400;
}
@font-face {
  font-family: ProximaNova;
  src: url(../fonts/proxima-nova/proxima-nova-semibold-alt.woff2);
  font-weight: 500;
}
@font-face {
  font-family: ProximaNova;
  src: url(../fonts/proxima-nova/proxima-nova-bold-alt.woff2);
  font-weight: 600;
}

/*----------------------------------------------------
                   button section
----------------------------------------------------*/


/*----------------------------------------------------
                  header section
----------------------------------------------------*/
.top-header {
    text-align: center;
    background-color: #000000;
    padding: 20px 0;
}
.logo-desk {
    padding-left: 0 !important;
}
.top-header a {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    transition: all 0.2s ease-out;
}
.top-header a:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 0%;
    opacity: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    display: inline-block;
    transition: all 0.2s ease-out;
}
.top-header a:hover:before {
    content: '';
    width: 100%;
    opacity: 1;
}
.top-header p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}
.header-padding {
    padding-top: 100px;
}
.header-action {
    display: flex;
    align-items: center;
}
.logo-desk img {
    height: 40px;
    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: #000000;
    position: absolute;
    width: 0%;
    opacity: 0;
    height: 3px;
    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 section
----------------------------------------------------*/
.banner {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-text {
    top: 160px;
    position: absolute;
}
.banner-text h1 {
    font-size: 45px;
    letter-spacing: 1px;
    line-height: 56px;
    color: #002a3a;
    max-width: 522px;
    font-weight: 600;
    margin-bottom: 30px;
}
.banner-section {
    position: relative;
}
/*----------------------------------------------------
                  banner section
----------------------------------------------------*/

.white-stripe {
    text-align: center;
    padding: 40px 0;
}
.white-stripe h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    margin-bottom: 10px;
}
.white-stripe h2 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    margin-bottom: 10px;
}

/*---- best two product start ----*/
.best-two-product {
    display: grid;
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(2, minmax(0px, 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: 600;
}
.best-product-text p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.555em;
    font-weight: 500;
    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 two product end ----*/


/*---- best one product start ----*/
.best-one-product {
    display: grid;
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(1, minmax(0px, 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(0px, 1fr));
}
.best-one-product .gray-bg:first-child {
    background: #aaaaaa;
}
.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: #000000;
    margin-bottom: 15px;
    font-weight: 900;
}
.best-one-product .best-product-item {
    padding: 0 0;
}
.best-one-product .best-product-text p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.555em;
    font-weight: 400;
    color: #000;
    max-width: 100%;
    margin-bottom: 30px;
}
.best-one-product .gray-bg.best-product-item:hover {
    transform: scale(1);
    z-index: 9;
}

/*---- best one product end ----*/


/*---- quiz section start ----*/
.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: #000000;
    margin-bottom: 15px;
    font-weight: 900;
}
.quiz-section .banner-text p{
    color: #000000;
}
.quiz-section .banner {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-position: bottom;
}
/*---- quiz section end ----*/


/*---- app promo section start ----*/
.app-promo-section .banner-text p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.555em;
    font-weight: 400;
    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: #000000;
    margin-bottom: 15px;
    font-weight: 900;
}
.app-promo-section .banner {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-position: inherit;
}

/*---- quiz section end ----*/



/*---- background card start */
.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: 600;
    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: 600;
    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;
}
/*---- background card end */


/*---- grid card start */
.grid-card {
    display: grid;
    width: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, minmax(0px, 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: #000000;
    margin-bottom: 15px;
    font-weight: 900;
}
.grid-card-text p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.555em;
    font-weight: 400;
    color: #ffffff;
    max-width: 100%;
    margin-bottom: 30px;
    display: block;
}
.grid-card-text.gray-bg-2 h5 {
    color: #ffffff;
    margin-bottom: 10px;
}
.pink-bg-2 {
    background: #000000;
}
.pink-bg-2.grid-card-text h5 {
    max-width: 100%;
    color: #ffffff;
    margin-bottom: 10px;
}
.white-bg-2 {
    background: #ffffff;
}
.white-bg-2.grid-card-text h5 {
    max-width: 100%;
    color: #000000;
    margin-bottom: 10px;
}
.white-bg-2.grid-card-text p {
    max-width: 100%;
    color: #000000;
    margin-bottom: 10px;
}
/*---- grid card end */


/*---- brand video start */
.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: #ffffff;
    display: inline-block;
    text-align: center;
}
/*---- brand video end */

.gray-stripe {
    text-align: center;
    background-color: #aaaaaa;
}
.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: 400;
    text-align: center;
    margin-bottom: 0;
}


/*---- footer start ----*/
.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 #000000 !important;
    border-radius: 0;
    border: 0;
    color: #000000;
    background: transparent;
    outline: 0;
    padding: 0px 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: transparent;
    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: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}

/*--- social link start ---*/
.follow-us {
    padding-left: 100px;
}
.follow-us a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    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: #000000;
}
/*--- social link start ---*/

.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: #000000;
    margin: 0 0 33px 0;
    font-weight: 600;
    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: 600;
}
.footer-link a {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}
.footer-link a:before {
    content: "";
    transition: all .25s ease;
}
.footer-link a:hover:before {
    content: "";
    position: absolute;
    background-color: #000000;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
}
.inline-footer-link {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 70px;
}

/*---- footer end ----*/


/*-------------------- flag section start ----------------*/
.vodiapicker{
    display: none;
}
.flag-a{
    padding-left: 0px;
    margin-bottom: 0px;
}
.flag-a img, .btn-select img{
    width: 30px;
}
.flag-a li{
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
}
.flag-a li:last-child {
    border-bottom: 0px solid #eee;
}
.flag-a li:hover{
    background-color: #efefef;
    color: #111;
    cursor: pointer;
}
.flag-a li span, .btn-select li span{
    margin-left: 0px;
    top: 2px;
    position: relative;
    display: inline-block;
}
/* item list */
.b{
    display: none;
    width: 38px;
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    background: #e9e9e9;
    z-index: 999;
    position: absolute;
    text-align: left;
    right: 13px;
    top: -85px;
}
.btn-select{
    margin-top: 11px;
    width: 50px;
    height: 30px;
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
    border: 0px solid #111;
}
.btn-select li{
    list-style: none;
    float: right;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.btn-select:hover li{
    margin-left: 0px;
}
.btn-select:focus{
    outline:none;
}
.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 transparent;
    border-left: 6px solid transparent;
}
nav .container{
    position: relative;
}
.gray-bg-2 {
    background: #000000;
}
.small-des {
    font-size: 22px;
    font-weight: 700;
}
/*---- flag Mobile Responsive start ----*/
@media only screen and (max-width: 991px) {
    .language-select {
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
    }
    .btn-select {
        margin-top: 12px;
        height: 25px;
    }
    .flag-a img, .btn-select img {
        width: 30px;
    }
    .lang-select {
        text-align: end;
    }
}
/*---- flag Mobile Responsive end ----*/

/*-------------------- flag section end ----------------*/



/*------------------------------------------------------------------
                        category product page start
------------------------------------------------------------------*/
.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: 500;
    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: #ffffff;
}
.category-details-head {
    border-bottom: 0.7px solid #b0b1b2;
    padding: 50px 0;
    width: 100%;
    text-align: left;
}
.category-details-head h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #000000;
}
.category-details-head p {
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.555em;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 90vw;
    display: block;
}
/* category product start */
.category-area {
    margin-top: 50px;
    padding-bottom: 50px;
}
.category-product-section {
    display: grid;
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.category-product-section.grid-box-1 {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.category-product-section.grid-box-2 {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.category-product-section.grid-box-3 {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.category-product-section.grid-box-4 {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.category-product-section.grid-box-5 {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
}
.category-product-section.grid-box-6 {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
}
.category-product-section.grid-box-7 {
    grid-template-columns: repeat(7, minmax(0px, 1fr));
}
.category-product-section.grid-box-8 {
    grid-template-columns: repeat(8, minmax(0px, 1fr));
}
.category-product-section.grid-box-9 {
    grid-template-columns: repeat(9, minmax(0px, 1fr));
}
.category-product-section.grid-box-10 {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
}

.category-img-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.category-img-box .herringbone-img {
    height: 540px;
}








.category-product-text-area {
    padding: 5px 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 65px;
}
.category-product-item {
    position: relative;
}
.cate-name {
    font-size: 10px;
    display: block;
    word-break: break-word;
    color: #000000;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.cate-name:hover {
    color: #000000;
    text-decoration: underline;
}
.category-product-img {
    position: relative;
}
.category-product-img img {
    width: 100%;
    height: 265px;
    object-fit: cover;
}
.cate-product-name {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    margin-bottom: 0px;
}
.cate-product-name a {
    font-weight: 600;
}
.cat-info a {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}
.hover-visible-area a {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}
.hover-visible-area a:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
}
.hover-visible-area {
    padding: 10px 0;
    display: none;
    transition: all 0.2s ease-out;
}
.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: #000000;
    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: #000000;
    font-size: 20px;
}
.cat-wishlist:hover {
    color: #000000;
    text-decoration: none;
}
.category-product-img-gallery {
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
    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: #000000;
    font-size: 30px;
    font-weight: 200;
}
.category-product-img-gallery:hover {
    color: #000000;
    text-decoration: none;
}
/* category product end */

/*----- hover text tooltip start ----*/
.wrapper {
    cursor: pointer;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}
.wrapper .tooltip {
    background: #000000;
    bottom: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.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 rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 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 transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #000000 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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.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;
}
/*----- hover text tooltip end ----*/

.lord-next {
    border: none;
    font-size: 14px;
    font-weight: 500;
    min-width: 160px;
    margin-top: 50px;
    padding: 10px 0;
    background-color: #000000;
    color: #ffffff!important;
    display: inline-block;
    text-align: center;
}
.lord-next:hover {
    background-color: #000000;
    color: #ffffff !important;
    text-decoration: none;
}

/*------------------------------------------------------------------
                        category product page end
------------------------------------------------------------------*/



/*------------------------------------------------------------------
                        product details page start
------------------------------------------------------------------*/
.details-img-section {
    display: flex;
    justify-content: space-between;
}
.details-img {
    width: 61%;
}
.details-text {
    width: 39%;
}
/*--- slick area start ---*/
/*--- next ---*/
.details-img .slick-next {
    right: -20px;
    z-index: 9;
    opacity: 0;
    transition: all 0.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;
}
/*--- prev ---*/
.details-img .slick-prev {
    left: -20px;
    z-index: 9;
    opacity: 0;
    transition: all 0.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;
}
/*--- dots ---*/
.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: #000000;
    background: #000000;
    transition: all 0.2s ease;
}
.details-img .slick-dots li.slick-active {
    width: 35px !important;
}
.details-img .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    width: 35px !important;
}
.details-img .slick-dots li {
    width: 18px;
    height: 4px;
    transition: all 0.2s ease;
}
.details-img .slick-dots {
    bottom: 50px;
    left: 80px;
    text-align: left;
}
/*--- slick area end ---*/
.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: 100vh;
    border-bottom: 1px solid #f1f1f1;
}
.details-text h1 {
    font-size: 40px;
    color: #000000;
    text-align: left;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
.details-text h2 {
    font-size: 20px;
    color: #000000;
    text-align: left;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
}
.details-text h5 {
    font-size: 12px;
    word-break: break-word;
    color: #000000;
    text-align: left;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.5px;
}
.details-text h5 a {
    font-size: 13px;
    word-break: break-word;
    color: #000000;
    text-align: left;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.short-info {
    width: 100%;
    margin-bottom: 70px;
}
.short-info i {
    font-size: 22px;
}
.short-text {
    font-size: 16px;
    font-weight: 600;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #cdcdcd;
    line-height: 22px;
}
.text-1 {
    font-size: 16px;
    font-weight: 500;
}
.text-1 span {
    font-weight: 600;
}
.text-2 {
    font-size: 13px;
    font-weight: 400;
    color: #8bc149;
    margin-top: 5px;
}
.box-item .box-img img {
    width: auto;
    height: 64px;
}
.box-item h4 {
    font-size: 22px;
    color: #000000;
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 500;
}
.box-item p {
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    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: 400;
    font-size: 28px;
    line-height: 40px;
}
.box-item h6 {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.view-all-feature {
    font-size: 14px;
    font-weight: 500;
    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 start ---*/
.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: #ffffff;
    box-shadow: 0 0 #ffffff;
    padding: 15px 0 15px 30px;
    color: #000000;
}
.details-faq .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: 0 0 #ffffff;
}
.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;
}
table {
    font-family: Montserrat, sans-serif !important;
}
.details-faq tr td {
    border: 1px solid #ddd;
    padding: 10px;
}
.details-faq tr td:first-child {
    border: 1px solid #ddd;
    border-left: 0;
    padding-left: 0 !important;
    padding: 10px;
}
.details-faq tr td:last-child {
    border: 1px solid #ddd;
    border-right: 0;
    padding-right: 0 !important;
    padding: 10px;
}
.details-faq  table b, strong {
    font-weight: 500;
}
.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
}
/*--- details faq end  ---*/

/*--- certificate start ---*/
.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;
}
/*--- certificate end ---*/

.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: 400;
    margin-bottom: 15px;
}
.download-box p {
    font-size: 12px !important;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px !important;
    width: 90%;
}
.download-box p span {
    font-size: 12px;
    font-weight: 500;
    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: auto;
}
.quick-item h5 {
    padding: 30px;
    background: #f1f1f1;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    min-height: 150px;
}
.arrow-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0px solid #e5e5e5;
    color: #ababab;
}
.main-heading {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.related-product{
    margin-top: 60px;
}
.quick-pad {
    margin-top: 60px;
}
/*------------------------------------------------------------------
                        product details page end
------------------------------------------------------------------*/


/*contact page start*/

.contact-form .form-submit {
    position: relative;
    width: 100%;
    margin: 14px 0;
}
.contact-form .form-submit button {
    width: 100%;
    padding: 8px;
    background: #000000;
    font-weight: 300;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    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: transparent 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: #000000;
    font-weight: 300;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: .2s;
    letter-spacing: .5px;
    color: #fff;
    cursor: pointer
}

.contact-form .form-submit button:hover {
    background: #000000;
    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: 800;
    font-size: 30px;
    margin-bottom: 15px
}

.map iframe {
    width: 100%;
    height: 375px;
    border: 1px solid #ebebeb;
    padding: 10px
}

.address-box {
    background: #fff;
    padding: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    position: relative
}

.address-box h1 {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px
}

.address-box h4 {
    font-weight: 800;
    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
}

.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: 500 !important;
    display: inline-block !important;
}
/*contact page end*/


/*-------- career form start --------*/

.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: 700;
    position: relative;
}
h5.form-head {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}
.zcwf_ckbox {
    position: relative;
    top: 0;
    margin-left: 8px;
}
.required-star {
    color: #dc5757;
    font-size: 14px;
    margin-left: -2px;
    font-weight: bold;
}
.career-form label {
    font-size: 16px;
    font-weight: 500;
    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: #ffffff;
    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: 600;
    font-family: Montserrat, sans-serif;
}
.submit-btn .reset-btn{
    display: inline-block;
    background-color: #ffffff;
    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: 600;
    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: 600;
    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: 500 !important;
    display: inline-block !important;
}
.career-form option,select,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: 500;
    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: #ffffff;
    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: 600;
    font-family: Montserrat, sans-serif;
}
.button-inline button:hover{
    background-color: transparent;
    border: 2px solid #222;
    color: #222;
}
.button-inline .cancel{
    background: #ffffff;
    color: #222;
    margin-right: 10px;
}
.button-inline .cancel:hover{
    background: #222;
    color: #ffffff;
}
@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: 600;
}
.sidebar-description p {
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* after 3 line show ... */
    -webkit-box-orient: vertical;
}
/*-------- career form end --------*/


/*-------- category start --------*/
.category-heading {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 800;
    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 0px #0000000d;
}
.banner-text, .cart-desktop, .category-box-img, .category-text, .image {
    position: relative;
}
.category-text h6 {
    font-size: 28px;
    font-weight: 800;
}
.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: 0.25rem;
    position: relative;
    font-weight: 800;
}
.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: 800
}

.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, .main-heading h3 {
    font-size: 30px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    margin-bottom: 12px;
    margin-top: 20px;
}
.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: 600;
}
.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: 0.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}
/*-------- category end --------*/
.box-icon.big-box {
    width: auto;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 85px;
    background: #ffffff;
    border-radius: 50%;
    color: #fff;
}
.box-icon {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    background: #000000;
    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: 500;
    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(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: bounce-tooltip 2s infinite
}
.border-box-item.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -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
    }
}

.copy-right {

}
.footer_last_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.main_menu {
    display: flex;
    justify-content: space-between;
}

.login-btn {
    background: #000 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 7px 25px !important;
    outline: 0 !important;
    transition: 0.2s ease !important;
    text-decoration: none !important;
    border: 2px solid #000000 !important;
    top: -5px;
}
.login-btn:hover {
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.copy-right span {
    font-size: 13px;
    font-weight: 400;
}
.d-price {
    font-size: 20px;
    margin-bottom: 20px;
}


/* category start */
.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: #ffffff;
    position: relative;
    top: 0px;
    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: 800;
}
.cate-box {
    padding: 15px 0;
    background: #fff;
    border: 0px 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: #000000;
    box-shadow: 0 0 0 0rem rgba(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: 600;
}
.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: 800;
    margin-bottom: 15px;
}


/*---- new faq start ----*/

.faq-page .accordion-button h5{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
}
.faq-page .accordion-head {
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0;
}
.faq-page h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0;
}
.faq-page .text-accordion-body p {

}
.details-faq.faq-page .accordion {
    width: 100%;
}

/*---- new faq end ----*/

/*---- calculator section start ----*/

.calculator-text h3 {
    font-size: 28px;
    color: #000000;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.radio-inline {
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
}
/* label container */
.radio-button-container {
    color: rgba(0,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;
}

/* Hide the browser's default radio button */
.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 70px;
    left: 18px;
    height: 21px;
    width: 21px;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.25);
    transition: all 0.3s;
}

/* On mouse-over, add a grey background color */
.radio-button-container:hover input ~ .checkmark {
    border-color: rgba(0,0,0,0.5);
}

/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
    background-color: rgba(0,0,0,0);
    border-color: #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000000;
}
.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;
    }
}

/*---- calculator section end ----*/

/*---- compare section start ----*/

.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: #000000;
    border: 2px solid #000000;
    color: #ffffff;
    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: 600;
    font-family: Montserrat, sans-serif;
}
.black-button:hover{
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
}

/*---- compare section end ----*/


/*---- currency section start ----*/
.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: 400;
    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;
    }


}
/*---- currency section end ----*/


.new-lang-section a {
    font-size: 14px;
    font-weight: 500;
    display:flex;
    align-items: center;
}
.new-lang-section a i {
    font-size: 24px;
    margin-left:8px;
}
.mods {
    display: flex;
    align-items: center;
}
.mods .fa-globe {
    font-size: 22px;
    margin-top: -22px;
    margin-left: 5px;
}
.goog-te-gadget .goog-te-combo {
    cursor: pointer;
    background: transparent;
    outline: 0;
}


/*cookies start*/
.cookies-modal-1 .modal-header {
    padding: 10px 0;
}
.cookies-modal-1 .modal-body {
    padding: 15px 0;
}
.cookies-modal-1 .modal-header button {
    border: 0;
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #e9e9e9;
    color: #000;
}
.cookies-check-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.text-check {
    width: 90%;
}
.text-check h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.text-check p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.cookies-check-item .form-check input{
    width: 22px;
    height: 22px !important;
}

.allow-btn {
    background: #000 !important;
    color: #fff !important;
}
.cookies-btn.mobile-column {
    justify-content: flex-start;
    margin-top:20px;
}
.language-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-modal .modal-dialog {
    max-width: 45%;
    padding-top: 50px;
}
.language-modal .modal-content {
    padding: 20px;
}
.language-modal .modal {
    z-index: 99999;
}
.col-lg-5, .col-lg-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.submit-btn-2 {
    width: 100%;
    padding: 8px;
    background: #000000;
    font-weight: 300;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: .2s;
    letter-spacing: .5px;
    color: #fff;
    cursor: pointer;
}
.cookies h4 {
    font-size: 20px;
    font-weight: 600;
}
.cookies p {
    font-size: 14px;
    margin: 0;
}
.cookies-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.cookieButton button {
    border: 1px solid #2a2a2a;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
    outline: 0;
}
.cookies {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    padding: 30px 0;
    box-shadow: 0px -8px 20px 2px #0000001c;
}
/*cookies end*/

.header-action-btn-list:first-child {
    padding-left: 0;
    margin-left: 0;
}
.header-action-btn-list {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.header-action-btn-list:first-child:before {
    content: "";
    width: 0;
    height: 0;
}
.header-action-btn-list:before {
    content: "";
    position: absolute;
    background: #000;
    width: 1px;
    height: 50px;
    top: -2px;
    left: 0;
}
.header-action-btn-list h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.header-action-btn-list a, .header-action-btn-list p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 !important;
}
.small-text-span span {
    font-size: 12px;
    display: block;
    line-height: 18px;
}
.right-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accessories-section .category-product-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 15px;
}
.accessories-section .category-product-text-area {
    padding: 0;
    position: relative;
    bottom: 0;
    width: 100%;
    border-top: 0px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: auto;
}
.accessories-section .cate-product-name {
    font-size: 16px;
}
.accessories-section .cate-product-name a {
    font-weight: 400;
}
.accessories-section .cat-info a {
    font-size: 10px;
    font-weight: 500;
}
.accessories-section .cat-info {
    line-height: 10px;
}
/*.accessories-section .category-product-item {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}*/




