@import url(https://fonts.googleapis.com/css?family=Nunito:400,600,700,900);


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800&display=swap');


@font-face {
    font-family: 'ingiri';
    src: url('../fonts/bpg_ingiri_arial.eot');
    src: url('../fonts/bpg_ingiri_arial.eot') format('embedded-opentype'), url('../fonts/bpg_ingiri_arial.woff') format('woff'), url('../fonts/bpg_ingiri_arial.ttf') format('truetype'), url('../fonts/bpg_ingiri_arial.svg#BPGIngiriArialRegular') format('svg');
}

@font-face {
    font-family: 'mtavruli';
    src: url('../fonts/bpg_extrasquare_mtavruli.eot');
    src: url('../fonts/bpg_extrasquare_mtavruli.eot') format('embedded-opentype'), url('../fonts/bpg_extrasquare_mtavruli.woff2') format('woff2'), url('../fonts/bpg_extrasquare_mtavruli.woff') format('woff'), url('../fonts/bpg_extrasquare_mtavruli.ttf') format('truetype'), url('../fonts/bpg_extrasquare_mtavruli.svg#bpg_extrasquare_mtavruli') format('svg');
}

@font-face {
    font-family: "glahosylfaen";
    src: url("../fonts/bpg_glaho_sylfaen.ttf") format("truetype")
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-light.eot);
    src: local("Cerebri-sans Light"),url(../fonts/cerebrisans-light.woff) format("woff");
    font-weight: 300
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-regular.eot);
    src: local("Cerebri-sans Regular"),url(../fonts/cerebrisans-regular.woff) format("woff");
    font-weight: 400
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-medium.eot);
    src: local("Cerebri-sans Medium"),url(../fonts/cerebrisans-medium.woff) format("woff");
    font-weight: 500
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-semibold.eot);
    src: local("Cerebri-sans Semibold"),url(../fonts/cerebrisans-semibold.woff) format("woff");
    font-weight: 600
}

@font-face {
    font-family: "Cerebri Sans,sans-serif";
    src: url(../fonts/cerebrisans-bold.eot);
    src: local("Cerebri-sans Bold"),url(../fonts/cerebrisans-bold.woff) format("woff");
    font-weight: 700
}

@font-face {
  font-family: h;
  src: url(../fonts/HelveticaNeueLTGEO-55Roman_0.otf)
}
@font-face {
  font-family: hb;
  src: url(../fonts/HelveticaNeueLTGEO-75Bold_0.otf)
}
@font-face {
  font-family: lari;
  src: url(../fonts/lari.ttf)
}

* {
     margin:0px;
     padding:0px;
     border:none;
     outline:none;
}
 body {
     font-size: 14px;
     color: #555f62;
     line-height: 1.7;
     font-weight:400;
     background: #f5f6f8;
     font-family: "h";
}
 a{
     text-decoration: none;
     cursor: pointer;
     transition: all .25s ease-in-out;
}
 button, a:hover,a:focus,a:visited{
     text-decoration:none;
     outline:none !important;
     transition: all .3s ease-in-out;
}
 h1,h2,h3,h4,h5,h6 {
     position:relative;
     font-weight: normal;
     margin:0px;
     background: none;
     line-height: 1.7;
}
 ul,li{
     list-style:none;
     padding:0px;
     margin:0px;
}
 img{
     display:inline-block;
     max-width:100%;
     height:auto;
}
 .pt-30 {
     padding-top: 30px;
}
/** * Owl Carousel v2.2.0 * Copyright 2013-2016 David Deutsch * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) */
/* * Owl Carousel - Core */
.blog-carousel.owl-carousel {
     display: none;
     width: 100%;
     -webkit-tap-highlight-color: transparent;
     position: relative;
     z-index: 1;
}
.blog-carousel.owl-carousel .owl-stage {
     position: relative;
     -ms-touch-action: pan-Y;
}
.blog-carousel.owl-carousel .owl-stage:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
.blog-carousel.owl-carousel .owl-stage-outer {
     position: relative;
     overflow: hidden;
     -webkit-transform: translate3d(0px, 0px, 0px);
}
.blog-carousel.owl-carousel .owl-item {
     position: relative;
     min-height: 1px;
     float: left;
     -webkit-backface-visibility: hidden;
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
}
.blog-carousel.owl-carousel .owl-item img {
     display: block;
     width: 100%;
     -webkit-transform-style: preserve-3d;
}
.blog-carousel.owl-carousel .owl-dots.disabled {
     display: none;
}
.blog-carousel.owl-carousel .owl-nav .owl-prev, .blog-carousel.owl-carousel .owl-nav .owl-next, .blog-carousel.owl-carousel .owl-dot {
     cursor: pointer;
     cursor: hand;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
.blog-carousel.owl-carousel.owl-loaded {
     display: block;
}
.blog-carousel.owl-carousel.owl-loading {
     opacity: 0;
     display: block;
}
.blog-carousel.owl-carousel.owl-hidden {
     opacity: 0;
}
.blog-carousel.owl-carousel.owl-refresh .owl-item {
     visibility: hidden;
}
.blog-carousel.owl-carousel.owl-drag .owl-item {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
.blog-carousel.owl-carousel.owl-grab {
     cursor: move;
     cursor: grab;
}
.blog-carousel.owl-carousel .owl-stage-outer {
     position: relative;
     display: block;
     padding-top: 0px;
     padding-bottom: 0px;
     -webkit-transition: all 100ms linear;
     transition: all 100ms linear;
     -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
}
.blog-carousel.owl-carousel .owl-dots {margin: 0 4px;display: inline-flex;align-items: center;}
.blog-carousel.owl-carousel .owl-dots .owl-dot {
     position: relative;
     display: inline-block;
     width: 21px;
     height: 2px;
     background: #111111;
     margin: 0;
     padding: 0px;
     -webkit-transition: all 100ms linear;
     transition: all 100ms linear;
     -webkit-transition-delay: 0.1s;
     transition-delay: 0.1s;
     margin: 0 4px;
}
.blog-carousel.owl-carousel .owl-dots .owl-dot.active {
     background: #f7676d;
}
.blog-carousel .owl-nav {
     display: flex;
     justify-content: space-between;
     position: absolute;
     top: calc(50% - 50px);
     left: -40px;
     width: calc(100% + 80px);
}
.blog-carousel .owl-nav [class*=owl-] {
     font-size: 17px;
     cursor: pointer;
     transition: all 0.2s ease-in-out;
     line-height: 1;
}
.blog-carousel .owl-next.disabled, .owl-prev.disabled {
     opacity: 0.2;
}
.blog-carousel .owl-nav .owl-prev {}
.blog-carousel .owl-nav .owl-next {
}
.blog-carousel .owl-nav img {
    height: 12px;
    position: relative;
    cursor: pointer;
}
.section-padding {
    padding: 60px 0;
}
.theme-btn {
     display: inline-flex;
     white-space: nowrap;
     position: relative;
     font-size: 16px;
     padding: 0px 30px;
     height: 55px;
     border-radius: 2px;
     z-index: 1;
     overflow: hidden;
     cursor: pointer;
     text-align: center;
     transition: all .25s ease-in-out;
     color: #fff;
     background: #a88fa2;
     align-items: center;
     justify-content: center;
}
 .theme-btn:hover {
     transition: all .25s ease-in-out;
     background: #111111;
}
 .theme-btn img {
     filter: brightness(0) invert(1);
     height: 8px;
     margin-left: 10px;
 }
 .link-btn {
     display: inline-flex;
     white-space: nowrap;
     position: relative;
     font-size: 16px;
     padding: 0px 25px;
     border-radius: 2px;
     z-index: 1;
     overflow: hidden;
     cursor: pointer;
     height: 45px;
     min-height: 45px;
     text-align: center;
     transition: all .25s ease-in-out;
     color: #fff;
     background: #a88fa2;
     align-items: center;
}
.link-btn:hover {
     transition: all .25s ease-in-out;
     background: #111111;
}
 .link-btn img {
     filter: brightness(0) invert(1);
     height: 8px;
     margin-left: 10px;
 }
.hf-img {
    width: 100%;
}
.blog-main-card .blog-main-img a {
    overflow: hidden;
    display: block;
    border-radius: 2px;
}
.blog-main-card .blog-main-img a img {
    width: 100%;
    aspect-ratio: 9 / 6;
    object-fit: cover;
    transition: all .3s ease;
}
.blog-main-card:hover .blog-main-img a img {scale: 1.1;transition: all .3s ease;}
.blog-main-card .blog-main-content {padding-left: 40px;}
.blog-main-card .blog-main-content h3 {
    margin-bottom: 20px;
    line-height: 1.5;
}
.blog-main-card .blog-main-content h3 a {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 30px;
    text-transform: uppercase;
}
.blog-main-card .blog-main-content p {
    font-family: 'h';
    font-size: 16px;
    line-height: 2;
    margin: 0;
    margin-bottom: 30px;
    color: #777777;
}

.comment-form {
    background: #ffffff;
    border-radius: 2px;
    padding: 20px 24px 6px 24px;
    margin-bottom: 15px;
}
.blog-details-img img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease;
    max-height: 60vh;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.blog-details-card:hover .blog-details-img a img {scale: 1.1;transition: all .3s ease;}
.blog-details-card .blog-details-content {margin-bottom: 40px;}
.blog-details-card .blog-details-content h3 {
    margin-bottom: 20px;
    line-height: 1.5;
}
.blog-details-card .blog-details-content h3 a {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 30px;
    text-transform: uppercase;
}
.blog-details-card .blog-details-content p {
    font-family: 'h';
    font-size: 16px;
    line-height: 2;
    margin: 0;
    margin-bottom: 10px;
    color: #777777;
}
.blog-details-card .blog-date {
    margin-bottom: 20px;
}
.blog-card .blog-img {
    margin-bottom: 25px;
}
.blog-card .blog-img a {
    display: block;
    overflow: hidden;
    border-radius: 2px;
}
.blog-card .blog-img a img {
    width: 100%;
    aspect-ratio: 9 / 6;
    object-fit: cover;
    transition: all .3s ease;
}
.blog-card:hover .blog-img a img {
    scale: 1.1;
    transition: all .3s ease;
}
.blog-card .blog-content {
    padding-left: 0;
}
.blog-card .blog-content h3 {
    margin-bottom: 15px;
    line-height: 1.2;
}
.blog-card .blog-content h3 a {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 20px;
    text-transform: uppercase;
}
.blog-card .blog-content p {
    font-family: 'h';
    font-size: 16px;
    line-height: 2;
    margin: 0;
    margin-bottom: 30px;
    color: #777777;
    display: inline-block;
}


.blog-main-section {
    background: #f5f6f8;
}
.categories-section {
    background: #ffffff;
    padding-bottom: 10px;
}
.category-card {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    height: 100%;
}
.category-card .category-img {
    margin-bottom: 25px;
}
.category-card .category-img a {
    display: block;
    overflow: hidden;
    border-radius: 2px;
}
.category-card .category-img a img {
    width: 100%;
    aspect-ratio: 9 / 9;
    object-fit: cover;
    transition: all .3s ease;
}
.category-card:hover .category-img a img {
    scale: 1.1;
    transition: all .3s ease;
}
.category-card .category-content {text-align: center;max-width: 400px;flex-basis: 100%;margin: 0 auto;}
.category-card .category-content h3 {
    margin-bottom: 15px;
    line-height: 1.2;
}
.category-card .category-content h3 a {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
}
.category-card .category-content p {
    font-size: 16px;
    font-family: 'h';
    line-height: 2;
    margin: 0;
    margin-bottom: 25px;
    color: #777777;
}
.section-title {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.product-desc-block .section-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eaec;
    font-weight: 900;
}
}
.quote-section {
    background: #ffffff;
    padding-bottom: 60px;
}
.quote-block {
    width: 100%;
    max-width: 1500px;
    padding: 0 15px;
    margin: 0 auto;
}
.quote-card {
    position: relative;
    padding: 90px 30px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
}
.quote-card h3 {
    font-family: 'glahosylfaen' !important;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.7;
    text-transform: uppercase;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}
.quote-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.quote-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #18151887;
    z-index: 1;
}
.quote-logo {
    height: 40px;
    margin-bottom: 70px;
    position: relative;
    z-index: 1;
}

.blog-date {
    font-family: 'glahosylfaen' !important;
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
    background: #a88fa2;
    border-radius: 2px;
    padding: 10px 20px 7px 20px;
    line-height: 1;
    margin-right: 5px;
}
.news-info-list .blog-date {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 20px;
}
.blog-categories {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.blog-categories a {
    font-family: 'glahosylfaen' !important;
    color: #f7676d;
    font-size: 14px;
    margin-bottom: 5px;
    background: hsl(0deg 0% 100% / 90%);
    border-radius: 2px;
    padding: 8px 15px 5px 15px;
    line-height: 1;
    width: fit-content;
}

.blog-sidebar .blog-categories {
    margin-top: 20px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.blog-sidebar .blog-categories a {background: hsl(220deg 17.65% 96.67%);display: inline-block;}
.section-title-btn {
    text-align: right;
    margin-bottom: 50px;
}
.latest-blogs {
    margin-top: 20px;
}
.newsletter-section {
    background: #ffffff;
}
.newsletter-block {
    width: 100%;
}
.newsletter-card {
    position: relative;
    padding: 90px 30px;
    text-align: center;
    border-radius: 2px;
    overflow: hidden;
}
.newsletter-card h3 {
    font-family: 'glahosylfaen' !important;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.7;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 800px;
}
.newsletter-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.newsletter-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7f697ad9;
    z-index: 1;
}



.newsletter-section form {
    margin-top: 0;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.newsletter-section form button {
    position: absolute;
    right: 20px;
    top: 10px;
    border-radius: 6px;
    background: transparent;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
}

.newsletter-section form button img {
    filter: brightness(0) invert(1);
    height: 12px;
}

.newsletter-section form input {
    min-height: 60px;
    padding-left: 25px;
    padding-right: 60px;
    border-radius: 2px;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    width: 100%;
    font-size: 16px;
}
.form-control:focus {
    border: 2px solid rgb(255 255 255 / 70%);
    color: #ffffff;
    background: transparent;
    outline: none;
    box-shadow: none;
}
.newsletter-section form input::-moz-placeholder {
    color: #ffffff;
    opacity: 1
}

.newsletter-section form input::placeholder {
    color: #ffffff;
    opacity: 1
}

.categories-mb {
    margin-bottom: 50px;
}
.blog-card {
    position: relative;
}
.mb-30 {
    margin-bottom: 30px;
}
.bg-white {
    background: #ffffff;
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #c0c0c0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    display: block;
    width: 100%;
}
.comment-form input  {
    height: 60px;
    line-height: 58px;
    border: none;
    background: #f5f6f8;
}
.comment-form textarea {
    height: 60px;
    line-height: 58px;
    border: none;
    background: #f5f6f8;
}
.comment-form label {
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-details-nav {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 40px;
}
.blog-details-nav:hover {color: #a88fa2;}
.blog-details-nav img {
    height: 14px;
    display: block;
}
.blog-details-nav span {
    font-size: 16px;
    padding: 0 20px;
}
.blog-details-nav-left {
    
}
.blog-details-nav-right {
    text-align: right;
    justify-content: right;
}
.review-section {
    margin-bottom: 10px;
}
.review-section label {
    margin-right: 20px;
    margin-bottom: 10px;
}
.review-block {
    display: inline-block;
    margin: 0 20px 0 0px;
}
.review-btn {
    background: none;
    border: none;
    background: #f5f6f8;
    border-radius: 2px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
}
.review-btn:hover {
    background: #a88fa2;
}
.review-btn img {
    width: 14px;
    min-width: 14px;
}
.review-btn:hover img {filter: brightness(0) invert(1);}
.white-bg {
    background: #ffffff;
}

.breadcrumps-section {
    padding: 30px 0;
}
.breadcrumps-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.breadcrumps-list ul li {
    margin-right: 35px;
    color: #111111;
}
.breadcrumps-list ul li a {
    position: relative;
    color: #111111;
    opacity: 0.5;
}
.breadcrumps-list ul li a:hover {
    color: #a88fa2;
    opacity: 1;
}
.breadcrumps-list ul li a:after {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../img/arrow-right.svg);
    top: 2px;
    right: -24px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.news-info-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
.news-info-list ul li {
    color: #111111;
}
.news-info-list ul li a {
    position: relative;
    color: #111111;
    opacity: 0.5;
}
.news-info-list ul li a:hover {
    color: #a88fa2;
    opacity: 1;
}
.news-info-list ul li a:after {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../img/arrow-right.svg);
    top: 2px;
    right: -24px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}


.blog-sidebar {
    background: #ffffff;
    border-radius: 2px;
    padding: 30px 24px 24px 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}


.sidebar-dropdown {
    margin-bottom: 40px;
}
.sidebar-dropdown .dropdown-btn {
    color: #fff;
    background: #a88fa2;
    width: 100%;
    display: block;
    height: 60px;
    border-radius: 2px;
    padding: 0 25px;
    line-height: 63px;
    font-family: 'glahosylfaen' !important;
    position: relative;
    font-size: 19px;
}
.sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-menu .sidebar-dropdown > a:after {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../img/arrow-right.svg);
    top: 23px;
    right: 24px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    rotate: 90deg;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 15px 25px 15px 25px;
  background: #f5f6f8;
  border-radius: 2px;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a {
    font-family: 'glahosylfaen' !important;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 5px 0px;
    color: #111111;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a:hover {
    color: #a88fa2;
}
.sidebar-menu ul li a span.label,
.sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}
.sidebar-menu .sidebar-submenu {
  display: none;
}
.sidebar-dropdown.active .sidebar-submenu {
  display: block;
}
.sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(180deg);
  color: #222;
}
.latest-blog-sidebar {
    
}
.sidebar-title {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 19px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.latest-blog-card {
    display: block;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding: 15px 0 15px 30px;
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
}
.latest-blog-card:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.latest-blog-card:hover {
    color: #a88fa2;
}
.latest-blog-card:before {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    background: url(../img/arrow-right.svg);
    top: 19px;
    left: 0;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.4;
}
.adv-sidebar {
    margin-top: 40px;
}
.adv-sidebar a {
    display: block;
}
.adv-sidebar a img {
    width: 100%;
    border-radius: 2px;
    margin-top: 0px;
}
.adv-sidebar .sidebar-title {
    margin-bottom: 20px;
}
.tags-sidebar {
    margin-top: 40px;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid-full {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 90%;
    padding-right: 15px;
    padding-left: 15px;
}
.review-buttons {
    display: inline-block;
}

.product-details-section {padding-bottom: 30px;}
.breadcrumps-section {
    /* padding-top: 30px; */
}
.product-block {
    background: #ffffff;
    padding: 30px;
}
.product-desc-block {
    background: #ffffff;
    padding: 30px;
    margin-top: 10px;
}


.product-slider-wrapper{width: 100%;aspect-ratio: 9/9;max-height: 80vh;}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide,.pd-thumb-slider-main .swiper-slide,.pd-thumb-slider-modal .swiper-slide {
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active,.pd-thumb-slider-main .swiper-slide-thumb-active,.pd-thumb-slider-modal .swiper-slide-thumb-active {
  opacity: 1;
}

.pd-thumb-slider-main {
  margin-bottom: 10px;
}
.pd-thumb-slider-modal {
  margin-bottom: 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.swiper-button-next, .swiper-button-prev {
color: #fff !important;
}


.mySwiper {
display: none;
}
  .product-slider-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.pd-thumb-slider-main .swiper-slide {
    width: 100%;
    border: 1px solid #e8eaec;
}
.pd-thumb-slider-modal .swiper-slide {
    width: 100%;
    /* width: 100px; */
    border: 1px solid #e8eaec;
}
.pd-thumb-slider-main img {
    aspect-ratio: unset;
    width: 110px;
    object-fit: cover;
}
.pd-thumb-slider-main video {
    /* aspect-ratio: 1 / 1; */
    width: 100px;
    object-fit: cover;
    height: 100%;
}
.pd-thumb-slider-modal img {
    aspect-ratio: 1/1;
    width: 100px;
    object-fit: contain;
}
.pd-thumb-slider-modal video {
    aspect-ratio: 1 / 1;
    width: 100px;
    object-fit: contain;
    height: 100%;
}
.pd-slider-main {
    width: calc(100% - 110px);
}
.pd-slider-main video {
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
}
.pd-slider-main {
    border: 1px solid #e8eaec;
}
.pd-slider-modal {
    width: calc(100% - 110px);
    aspect-ratio: unset;
    border: 1px solid #e8eaec;
}
.pd-slider-modal video {
    height: 100%;
    width: 100%;
    object-fit: contain;
}













.modal .close,
.modal .modal-header {
    display: block
}

.table-shop-cart.table>tbody>tr>td {
    vertical-align: middle
}

.modal {
    overflow: hidden;
    z-index: 1400;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.middle-modal {
    text-align: left;
    width: auto
}

.modal .modal-dialog {left: 50%;top: 50%;position: fixed!important;-webkit-transform: translateY(-50%) translateX(-50%)!important;-moz-transform: translateY(-50%) translateX(-50%)!important;-ms-transform: translateY(-50%) translateX(-50%)!important;transform: translateY(-50%) translateX(-50%)!important;}

.modal .modal-content {
  border: none;
  padding: 20px;
  width: calc(100% - 30px);
  max-height: calc(100vh - 40px);
  height: max-content;
  overflow: hidden;
  max-width: unset;
  margin: 20px auto;
  border-radius: 0;
}

.modal .modal-details {
    height: 100vh;
    overflow: hidden;
}

.modal .modal-sm .modal-details {
    padding: 30px 20px
}

@media screen and (max-width:768px) {
    .modal {
        overflow-y: auto
    }
    .middle-modal .modal-details {
        /* padding: 40px 30px 20px; */
    }
}

@media screen and (min-width:768px) {
    .middle-modal>.modal-dialog {
        left: 50%;
        top: 50%;
        position: fixed!important;
        -webkit-transform: translateY(-50%) translateX(-50%)!important;
        -moz-transform: translateY(-50%) translateX(-50%)!important;
        -ms-transform: translateY(-50%) translateX(-50%)!important;
        transform: translateY(-50%) translateX(-50%)!important;
    }
}

.middle-modal>.container,
.middle-modal>.container-lg,
.middle-modal>.container-md,
.middle-modal>.container-sm {
    padding-left: 0!important;
    padding-right: 0!important
}

.modal-backdrop {
    z-index: 1300
}

.modal-backdrop.in {
    opacity: .7
}

.modal .modal-img {
    overflow: hidden;
    position: absolute;
    left: 0;
    height: 101%;
    top: -1px;
    padding: 0
}

.modal .modal-img.to-right {
    left: auto;
    right: 0
}

.modal-img-form {
    text-align: center;
    height: 40%;
    margin-top: 35%;
}

.modal .modal-img img {
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 10px 10px 40px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}

.modal .slick-slider img {
    max-width: 100%
}

@media screen and (max-width:1185px) {
    .middle-modal>div {
        width: 100%;
        max-width: none;
        padding: 0
    }
}

@media screen and (max-width:1000px) {
    .modal .modal-img {
        height: 100%
    }
    .modal .modal-img img {
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%
    }
}

@media screen and (max-width:768px) {
    .modal .modal-img {
        position: relative;
        height: auto;
        min-height: 300px
    }
    .modal .modal-img img {
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%
    }
    .middle-modal>div {
        /* margin-top: 15px; */
        /* margin-bottom: 15px; */
    }
    .delivery-table table th,
    .delivery-table table td {
        width: 100% !important;!i;!;
        display: block;
        border-bottom: none;
    }

}

.modal .modal-lg,
.modal .modal-xl {margin: 0;}

.modal .modal-promo {
    padding: 150px 40px;
    max-width: 1170px
}

@media only screen and (max-width:1024px) {
    .modal .slick-slider {
        background: url(../images/loader.gif) center center no-repeat;
        min-height: 100px
    }
    .modal .slick-slider .slick-list {
        opacity: 0;
        -webkit-transition: opacity .4s;
        -moz-transition: opacity .4s;
        transition: opacity .4s
    }
    .modal .slick-slider.modal-active .slick-list {
        opacity: 1
    }
    .modal .slick-slider.modal-active {
        background: 0 0
    }
}

.modal .close {
    opacity: 1;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 40px;
    color: #111111;
    z-index: 20;
    margin: 0;
    font-size: 13px;
    line-height: 30px;
    font-weight: 100;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #1D1D1F !important;
    height: 14px;
    display: flex;
}
.modal .close:hover {
    opacity: 0.5 !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #ffffff !important;!i;!;
}
.modal .close img {
  height: 14px;
  filter: brightness(0);
  position: relative;
  top: -1px;
}

.modal .modal-xl {
    width: 100%;
    max-width: 1170px;
    height: auto;
    position: relative
}

.modal .modal-md {
    margin: 15px auto
}

.modal .modal-sm {
    margin: 40px auto;
    position: relative
}

@media screen and (max-width:1185px) {
    .modal .modal-xl {
        width: auto;
        margin: 40px 15px
    }
}

@media screen and (max-width:915px) {
    .modal .modal-lg {
    }
}

@media screen and (max-width:768px) {
    .modal .modal-sm {
    }
}




.close:not(:disabled):not(.disabled) {
    cursor: pointer
}


.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: 0;
    height: 100vh;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgb(29 29 31 / 60%);
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        width: 500px;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 100%;
        /* max-height: 80vh; */
        margin: 0 !important;
    }
}



.modal .news-card .news-card-img img {height: calc(100vh - 30px);max-height: calc(100vh - 30px);}

.modal-form {
  padding: 30px;
  background: #ffffff;
  border-radius: 30px;
  height: calc(100vh - 30px);
  vertical-align: middle;
  display: table-cell;
}

/* width */
.modal ::-webkit-scrollbar {
  width: 3px;
  border-radius: 5px;
}

/* Track */
.modal ::-webkit-scrollbar-track {
  border-radius: 5px;
  opacity: 1;
}

/* Handle */
.modal ::-webkit-scrollbar-thumb {
  background: #D0D0D0;
  border-radius: 5px;
  border-top: 80px solid #ffffff
}

.pointers-none {
    pointer-events: none;
}

.big-modal {
    width: 100%;
    margin: 0;
    max-width: 1200px;
}

.thumb-icon {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thumb-icon img {
    width: 30px !important;
    height: 30px !important;
    border: none !important;
}
.pd-slider-main a {
    cursor: zoom-in;
}

.slider-view-all {
    color: #111111 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #ffffff 30%, #ffffff00 100%);
    display: block;
    width: 100%;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    padding-top: 100px;
    line-height: 1.4;
}

.pd-thumb-slider-main .swiper-button-next,
.pd-thumb-slider-main .swiper-button-prev,
.pd-thumb-slider-modal .swiper-button-next,
.pd-thumb-slider-modal .swiper-button-prev {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 20px;
    right: auto;
    left: auto;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
    display: flex;
}
.pd-thumb-slider-main .swiper-button-next {
    top: auto;
    bottom: 50px;
    right: auto;
    left: auto;
}
.pd-thumb-slider-modal .swiper-button-next {
    top: auto;
    bottom: 20px;
    right: auto;
    left: auto;
}

.product-details-content {
    margin-bottom: 60px;
    padding-left: 80px;
}

.product-details-content .pd-title {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.5;
}
.product-details-content p {
    font-family: 'h';
    font-size: 16px;
    line-height: 2;
    margin: 0;
    margin-bottom: 10px;
    color: #111111;
}
.pd-code {
    margin-bottom: 20px !important;
    color: #b3b3b3 !important;
}
.product-details-content .pd-price {
    font-size: 30px;
    color: #111111;
    font-family: Outfit;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
}
.lari {
  font-family: lari;
}
.product-details-content .pd-price .lari {position: relative;font-size: 26px;top: 1px;/* padding-right: 2px; */}
.product-details-content .pd-price .old-price {margin-left: 10px;opacity: 0.2;text-decoration: line-through;}


.pd-content {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8eaec;
}
.pd-content p {
}

.pd-badges {
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 2;
    text-align: right;
}
.sale-badge {
    display: block;
    font-size: 24px;
    color: #f7676d;
    font-family: Outfit;
    line-height: 1;
}
.stock-badge {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-family: 'h';
    background: #a88fa2;
    line-height: 1;
    border-radius: 2px;
    padding: 5px 7px 5px 7px;
    margin-top: 10px;
}


.qty-input {
  color: #111111;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: fit-content;
  height: 48px;
  padding: 0 10px;
}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 32px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: Outfit;
  font-weight: 400;
  font-size: 15px;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 20px;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 1px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
}
.qty-input .qty-count--add {
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  /* background: #f2f2f2; */
  cursor: not-allowed;
  /* border-color: transparent; */
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}

.pd-action {display: flex;margin-top: 20px;width: 100%;justify-content: center;gap: 10px;flex-wrap: wrap;}
.theme-btn.cart-btn {
    height: 48px;
    font-size: 15px;
    padding: 0px 20px;
}

.action-buttons {
    display: inline-block;
}

.share-btn {
    background: none;
    border: none;
    background: #f5f6f8;
    border-radius: 2px;
    width: auto;
    height: 48px;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.action-block {
    display: inline-block;
    margin: 0 0px 0 10px;
}
.share-btn:hover {
    background: #111111;
}
.share-btn img {
    width: 12px;
    position: relative;
    transition: all .3s ease-in-out;
}
.share-btn:hover img {filter: brightness(0) invert(1);transition: all .3s ease-in-out;}

.theme-btn img.btn-card-icon  {
    height: auto;
    width: 16px;
    margin-right: 10px;
    position: relative;
    margin-left: 0;
}


.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #111111;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 25px 60px 25px 0px;
  background: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #a88fa2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 20px;
    text-transform: uppercase;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 36px;
  right: 0;
  width: 10px;
  height: 10px;
}
.accordion button .icon::before,
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  right: 0px;
  width: 14px;
  height: 1px;
  background: #111111;
}
.accordion button .icon::after {
    transform: rotate(90deg);
}
.accordion button[aria-expanded=true] {
  color: #a88fa2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content .accordion-desc {
  padding: 25px 0;
}
.accordion .accordion-content p {
  font-family: 'h';
  font-size: 16px;
  line-height: 2;
  margin: 0;
  margin-bottom: 10px;
  /* color: #111111; */
}
.accordion-img {
    width: 100%;
}

.features-block {display: inline-block;margin-bottom: 70px;}
.features-block .feature-card{display: flex;align-items: center;margin-right: 30px;margin-bottom: 15px;}
.features-block .feature-card .feature-card-icon {min-width: 50px;width: 50px;height: 50px;border-radius: 2px;display: inline-flex;margin-right: 15px;overflow: hidden;}
.features-block .feature-card .feature-card-icon img {

}
.features-block .feature-card h3 {color: #111111;font-family: 'glahosylfaen' !important;font-size: 16px;}



.product-popular-card {
    margin-bottom: -1px;
    display: block;
    padding: 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
}
.product-popular-card img {
    min-width: 70px;
    width: 70px;
    height: 70px;
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 1px solid #e5e5e5;
    margin-right: 20px;
}
.product-popular-card .product-popular-content {
    
}
.product-popular-card .product-popular-content h3 {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}
.chosen-title {
    color: #919191 !important;
    font-family: 'h';
    font-size: 16px;
    line-height: 2;
    margin: 0;
    margin-bottom: 20px;
}
.product-popular-card-chosen {
    background: #f5f6f8;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.product-popular-price {
    font-size: 20px;
    color: #a88fa2 !important;
    font-family: Outfit;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.product-popular-price .lari {
    position: relative;
    font-size: 17px;
    top: 1px;
}
.product-popular-block {
}
.flex-card {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.popular-add {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    right: 20px;
    top: -21px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 50%;
}
.popular-add:before,
.popular-add:after {
  content: "";
  height: 1px;
  width: 14px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.popular-add:after {
    transform: rotate(90deg);
}

.product-popular-cart {
    height: 100%;
    text-align: center;
}

.product-popular-cart-price {
    font-size: 30px;
    color: #a88fa2 !important;
    font-family: Outfit;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: center;
    margin-bottom: 30px;
}
.product-popular-cart-price .lari {
    position: relative;
    font-size: 26px;
    top: 1px;
}


ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #e8eaec;
    display: inline-block;
    margin-bottom: 30px;
    display: flex;
}

ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-family: 'glahosylfaen' !important;
    color: #919191;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: -1px;
    padding-right: 15px;
    margin-right: 15px;
    border-bottom: 1px solid transparent;
    transition: all .25s ease-in-out;
}

.tab_last {}

ul.tabs li:hover {
    color: #111111;
}

ul.tabs li.active {border-bottom: 1px solid #000000;color: #111111;}

.tab_container {
    border-top: none;
    width: 100%;
    /* overflow: auto; */
}

.tab_content {
    padding: 0;
    display: none;
}

.tab_drawer_heading { display: none; }

.product-desc-tabs {
    display: block;
}

.tab_container .comment-form {
    padding: 0;
    /* margin: 0 !important; */
}
.tab_container .comment-form textarea {
    /* margin: 0 !important; */
}
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.delivery-table {
    text-align: center;
}

.delivery-table .row {}

.delivery-table .col-sm-4 {}

.delivery-table h3 {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 18px;
    border: 0.5px solid #e5e5e5;
    padding: 16px 10px 12px 10px;
    margin: 0;
    background: #f5f6f8;
    height: 100%;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    line-height: 1.3;
}

.delivery-table .delivery-content {
    border: 0.5px solid #e5e5e5;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.delivery-table .delivery-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    padding: 15px 10px;
}

.delivery-table .delivery-content p span {
    opacity: 0.4;
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.delivery-table .delivery-content p a {font-size: 14px;margin-top: 0;display: block;overflow-wrap: anywhere;color: #a88fa2;}

.delivery-table table {text-align: center;}

.delivery-table table thead {background: #a88fa2;}

.delivery-table table thead th {font-family: 'glahosylfaen' !important;color: #ffffff;font-size: 18px;border: 1px solid #968091;width: 34%;padding: 14px 10px 10px 10px;}

.delivery-table table tbody {
}

.delivery-table table tbody tr td {
}
.delivery-table table tbody tr:last-child td {background: #a88fa212;}

.delivery-table table tbody td {padding: 15px 10px 15px 10px;font-size: 15px;color: #111111;border: 1px solid #e5e5e5;}

.delivery-table table tbody td span {opacity: 0.4;font-size: 14px;margin-top: 10px;display: block;}

.delivery-table table tbody td a {
    font-size: 14px;
    margin-top: 0;
    display: block;
    color: #a88fa2;
    overflow-wrap: anywhere;
}

.reviews-block {
    width: 100%;
    position: relative;
}
.review-cards {
    margin-bottom: 30px;
}
.review-card {
    background: #f5f6f8;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: -1px;
}
.review-card p {font-family: 'h';font-size: 16px;line-height: 2;margin: 5px 0;color: #777777;}
.review-card h3 {font-family: 'glahosylfaen' !important;color: #111111;font-size: 20px;text-transform: uppercase;margin: 5px 0;}


.rating-radio {
  display: flex;
  /* justify-content: center; */
  padding: 0px 0 20px 0;
}
/* make the current radio visually hidden */
.rating-radio input[type=radio]{
  -webkit-appearance: none;
  box-shadow: none; /* remove shadow on invalid submit */
  line-height: 1;
  margin: 0px 10px 0px 0px;
  width: auto;
  height: auto;
  background: none;
  padding: 0;
}

/* generated content is now supported on input. supporting older browsers? change button above to {position: absolute; opacity: 0;} and add a label, then style that, and change all selectors to reflect that change */
.rating-radio input[type=radio]::after {
  content: '\2605';
  font-size: 30px;
}

/* by default, if no value is selected, all stars are grey */
.rating-radio input[type=radio]:invalid::after {
  color: #d5d5d5;
}

/* if the rating has focus or is hovered, make all stars darker */
.rating-radio:hover input[type=radio]:invalid::after,
.rating-radio:focus-within input[type=radio]:invalid::after
{color: #f78a2c;}

/* make all the stars after the focused one back to ligh grey, until a value is selected */
.rating-radio:hover input[type=radio]:hover ~ input[type=radio]:invalid::after,
.rating-radio input[type=radio]:focus ~ input[type=radio]:invalid::after  {color: #d5d5d5;}


/* if a value is selected, make them all selected */
.rating-radio input[type=radio]:valid {
  color: #f78a2c;
}
/* then make the ones coming after the selected value look inactive */
.rating-radio input[type=radio]:checked ~ input[type=radio]:not(:checked)::after{
  color: #d5d5d5;
}


.club-cover-section {
    position: relative;
    width: 100%;
}
.club-cover-bg {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 360px;
}
.club-cover-content {
    position: relative;
}
.club-text {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    width: 90%;
    margin: -150px auto 0px;
    background-color: #fff;
    border: 1px solid #EEEEEF;
    position: relative;
    border-radius: 16px;
    max-width: 60%;
    padding: 29px 24px 21px;
}
.club-cover-content h3 {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.5;
}
.club-cover-content h4 {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.5;
}
.club-cover-content p {
    font-family: 'h';
    font-size: 15px;
    margin: 0;
    margin-bottom: 10px;
    color: #111111;
}
ul.tabs.inf-tabs {
    border: none;
    margin-top: 30px;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.inf-tabs li {
    font-size: 15px !important;
    background-color: #ffffff;
    color: #525767 !important;
    padding: 8px 20px 6px 20px !important;
    font-size: 16px;
    border-radius: 50px;
    border: none !important;
    margin: 0 !important;
}
.inf-tabs li.active,
.inf-tabs li:hover {
    background-color: #FF5A68;
    color: #fff !important;
}
.in-select {
    text-align: right;
}
.inf-select {
    text-align: right;
}
.inf-select select {
    border: solid 0 transparent;
    padding: 0px 12px 2px 12px;
    background-color: #F8F8F8;
    text-align: left;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-flex;
    font-size: 14px;
    width: 224px;
    height: 30px;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) center;
}

.inf-content {
    width: 100%;
}
.inf-card {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 4px;
    position: relative;
    margin: 0 0 16px;
    padding: 30px 24px 16px;
}
.inf-card .inf-img img {
    width: 125px;
    aspect-ratio: 1/1;
    object-fit: contain;
    border-radius: 50%;
    min-width: 125px;
    margin-right: 28px;
}

.inf-card .top-badge {
    height: 46px;
    border-radius: 8px;
    background-color: #FFF1F2;
    font-size: 15px;
    font-weight: 600;
    color: #FF5A68;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 24px;
    padding: 0 30px;
}

.inf-content-body h3 {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 19px;
    margin-bottom: 3px;
    line-height: 1.3;
}

.inf-id {
    color: #525767;
    font-size: 15px;
    margin-bottom: 3px;
}

.inf-country {
    font-size: 15px;
    color: #525767;
    display: inline-flex;
    align-items: center;
    font-family: hb;
}
.inf-country img {
    padding-left: 8px;
    width: auto;
    height: 16px;
}

.inf-content-body {
    margin-bottom: 25px;
}

.inf-content-footer {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.inf-btn {
    font-size: 15px;
    color: #525767;
    border-bottom: 1px solid #525767;
}

.inf-social {
    display: flex;
    align-items: center;
    gap: 8px;
}
.inf-social a {
}
.inf-social a img {
    width: 18px;
    min-width: 18px;
}
.inf-social a span {
    font-size: 14px;
    margin-left: 4px;
    color: #757575;
}
.inf-section {
    padding-bottom: 30px;
}
.inf-modal {overflow: auto !important;!i;!;max-width: 585px;height: auto;}
.modal.inf-modal .modal-content {
    border: none;
    padding: 0;
    width: calc(100% - 30px);
    max-height: calc(100vh - 40px);
    overflow: hidden;
    max-width: unset;
    margin: 20px auto;
    border-radius: 8px;
}
.inf-modal-content {overflow: auto;display: block;padding: 20px;}
.inf-modal-header {text-align: center;}
.inf-modal-header h3 {
    font-family: 'glahosylfaen' !important;
    color: #111111;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.inf-modal-header .inf-image {width: 80px;border-radius: 50%;aspect-ratio: 1/1;margin: 0 auto 15px auto;}
.inf-modal-header .inf-id {
    line-height: 1.2;
    font-size: 14px;
}
.inf-link {
    font-size: 14px;
    margin-bottom: 4px;
    color: #757575;
}
.inf-link a {
    
}
.inf-modal-header .inf-social {
    justify-content: center;
    margin-bottom: 20px;
}
.inf-modal-body {border-radius: 4px;background-color: #F8F8F8;padding: 16px;margin-bottom: 24px;}
.inf-modal-body h3 {font-family: 'glahosylfaen' !important;color: #80869A;font-size: 15px;margin-bottom: 5px;line-height: 1.3;}
.inf-modal-body p {font-family: 'h';font-size: 14px;line-height: 2;margin-bottom: 5px;color: #525767;}
.inf-modal-video {
    margin-bottom: 20px;
}
.inf-modal-video iframe {
    display: block;
    width: 100%;
    aspect-ratio: 9/5;
}
.inf-modal-footer {
    display: block;
}
.inf-modal .close {
    
}
.inf-modal .close i {
    
}
.inf-modal-footer .close {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 100%;
    text-align: center;
    display: block;
    border: none;
    outline: none;
    padding: 0;
    height: 44px;
    line-height: 44px;
    background-color: #FF5A68;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-shadow: none;
    float: none;
}



/* width */
.inf-modal ::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.inf-modal ::-webkit-scrollbar-track {
  opacity: 1;
  background: #ffffff;
}

/* Handle */
.inf-modal ::-webkit-scrollbar-thumb {
  background: #edebeb;
    border: none;
}

.container-club {
    max-width: 1210px;
}




@media (max-width: 1399px) {
    .blog-carousel .owl-nav {
        top: 25%;
        left: 15px;
        width: calc(100% - 30px);
    }
}
@media (max-width: 1199px) {
    .blog-main-card .blog-main-content {
        padding-left: 30px;
    }
    .container-fluid-full {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    ul.tabs.inf-tabs {
        justify-content: center;
        margin-bottom: 20px;
    }
    .club-text {
        margin: -120px auto 0px;
        max-width: 100%;
    }
    .inf-card {
        margin-bottom: 30px;
        display: block;
        text-align: center;
        padding-top: 0;
        margin-top: 62px;
    }
    .inf-card .inf-img img {
        margin-right: 0;
        margin-bottom: 15px;
        margin-top: -62px;
    }
    .inf-content-body {
        margin-bottom: 5px;
    }
    .inf-card .top-badge {
        position: relative;
        top: unset;
        right: unset;
        display: inline-flex;
        margin-bottom: 12px;
    }
    .inf-content-footer {
        display: block;
    }
    .inf-btn {
        display: inline-block;
        margin-bottom: 12px;
    }
    .inf-social {
        justify-content: center;
    }
    .inf-select {
        text-align: center;
        margin-bottom: 20px;
    }
    .news-info-list ul {
        justify-content: left;
        margin-top: 10px;
    }
    .blog-main-card .blog-main-content {
        padding-left: 0px;
    }
    .blog-main-card .blog-main-content h3 a {
        font-size: 22px;
    }
    .blog-details-card .blog-details-content {
    }
    .blog-details-card .blog-details-content h3 a {
        font-size: 22px;
    }
    .product-details-content {
        margin-bottom: 30px;
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .product-block {
        background: #ffffff;
        /* padding: 15px; */
    }
    .pd-thumb-slider-main img {
        width: 50px;
    }
    .pd-thumb-slider-modal {
        width: 40px;
    }
    .pd-thumb-slider-modal img {
        width: 50px;
    }
    .thumb-icon img {
        width: 20px !important;
        height: 20px !important;
    }
    .pd-slider-main {
        width: calc(100% - 50px) !important;
    }
    .pd-thumb-slider-main video {
        width: 40px !important;
    }
    .pd-slider-modal {
        width: calc(100% - 50px) !important;
    }
    .pd-thumb-slider-modal video {
        width: 40px !important;
    }
    .swiper-vertical {
        width: 40px !important;
    }
    .slider-view-all {
        font-size: 11px !important;
    }
    .section-padding {
        padding: 30px 0;
    }
    .blog-main-card .blog-main-content {
        padding-top: 20px;
    }
    .blog-main-card .blog-main-content h3 {
        margin-bottom: 10px;
    }
    .blog-main-card .blog-main-content p {
        margin-bottom: 20px;
    }
    .blog-details-card .blog-details-content {
    }
    .blog-details-card .blog-details-content h3 {
        margin-bottom: 10px;
    }
    .blog-details-card .blog-details-content p {
        margin-bottom: 20px;
    }
    .section-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .categories-mb {
        margin-bottom: 30px;
    }
    .quote-block {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .quote-card {
        padding: 40px 15px;
    }
    .newsletter-card {
        padding: 40px 15px;
    }
    .quote-logo {
        height: 30px;
        margin-bottom: 30px;
    }
    .quote-card h3 {
        font-size: 20px;
    }
    .newsletter-card h3 {
        font-size: 20px;
    }
    .quote-section {
        padding-bottom: 0px;
    }
    .section-title-btn {
        margin-bottom: 30px;
        text-align: left;
    }
    .product-desc-block {
        /* padding: 15px; */
    }
}


