@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplay-Regular.woff2') format('woff2'),
        url('../fonts/HalyardDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplaySemiBold-Regular.woff2') format('woff2'),
        url('../fonts/HalyardDisplaySemiBold-Regular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display Book';
    src: url('../fonts/HalyardDisplayBook-Regular.woff2') format('woff2'),
        url('../fonts/HalyardDisplayBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplayExtraLight-Regular.woff2') format('woff2'),
        url('../fonts/HalyardDisplayExtraLight-Regular.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplayLight-Regular.woff2') format('woff2'),
        url('../fonts/HalyardDisplayLight-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halyard Display';
    src: url('../fonts/HalyardDisplayMedium-Regular.woff2') format('woff2'),
        url('../fonts/HalyardDisplayMedium-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Halyard Display';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
p{
    font-family: "DM Sans", sans-serif;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1320px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 25px 70px;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.home-header{
    position: fixed;    
}
header.home-header.nav-new{
    padding: 15px 70px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
header .container{
    padding: 0;
    max-width: 100%;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 26px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.mobile-cart,.tablet-hide{display: none;}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 0 0 30px;
}
.navbar-light .navbar-nav li {
    margin-right: 30px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 5px 0px;
    color: #090116;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:after{
    position: absolute;
    content: '';
    background: #090116;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link:hover:after{
    width: 100%;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #090116;
}

ul.enter-nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}
ul.enter-nav li{
    margin-right: 25px;
}
ul.enter-nav li:last-child{
    margin: 0;
}
ul.enter-nav li a{
    color: #090116;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
ul.enter-nav li a span{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    line-height: 15px;
    background: #e74c3c;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mobile-hide{display: none;}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #090116;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #090116;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);background-color: #fff;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);background-color: #fff;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner{
    position: relative;
    padding: 115px 0 120px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.hero-banner-img{
    width: 50%;
    overflow: hidden;
}
.hero-banner-img img{
    width: 100%;
}
.banner-shap{
    position: absolute;
    top: 0;
    left: 0;
}
.banner-shap img{
    width: 100%;
}
.banner-center-rw{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 250px 70px 60px;
    z-index: 5;
}
.banner-data{
    max-width:60%;
}
.banner-data h2{
    font-size: 14px;
    font-weight: normal;
    color: #090116;
    line-height: 22px;
    margin: 0 auto 130px;
    letter-spacing: 1px;
    max-width: 315px;
}
.banner-data h1{
    margin: 0 0 50px;
    font-size: 41px;
    font-weight: 500;
    color: #090116;
    line-height: 68px;
}
.btn-shop{
    display: table;
    webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.tag-line-wrp{
    overflow: hidden;
    position: relative;
    border-top: 1px solid #090116;
    border-bottom: 1px solid #090116;
    padding: 37px 0;
    min-height: 115px;
}
.tag-line-wrp ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;    
    width: 100%;
    margin: 0;    
    animation: a-text-scroll 8s linear infinite;
}
/*@keyframes a-text-scroll {
    0% { transform: translate3d(100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}*/
@keyframes a-text-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.tag-line-wrp ul li{
    font-size: 47px;
    font-weight: 500;
    color: #090116;
    text-transform: uppercase;
}
.tag-line-wrp ul li span{
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #DEDDE0;
    display: block;
    margin: 0 44px;
}

.service-wrp{
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-wrp .row{
    margin: 0 -20px;
}
.service-wrp .row .col-md-4{
    padding: 0 20px;
}
.service-img{
    width: 70px;
    height: 70px;
    margin: 0 0 20px;
}
.service-img img{
    width: 100%;
}
.service-data h3{
    font-size: 22px;
    font-weight: 500;
    color: #090116;
    line-height: 30px;
    margin: 0 0 15px;
}
.service-data p{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 26px;
}

.science-wrp{
    position: relative;
}
.science-wrp .container{
    max-width: 1400px;
}
.science-left-rw{
    position: sticky;
    top: 100px;
    left: 0;
}
.power-nature{
    width: 100%;
    padding: 35px;
    border-radius: 15px;
    background: #44b614;
    height: calc(100% - 24px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 0 24px;
}
.power-nature h2{
    margin: 0;
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
}
.power-img img{
    width: 100%;
}
.research-img img{
    border-radius: 15px;
    width: 100%;
}

.about-right-part{
    padding: 0 0 0 90px;
}
.about-data{margin: 0 0 120px;}
.about-data h6{
    font-size: 14px;
    font-weight: 500;
    color: #090116;
    line-height: 22px;
    margin: 0 0 15px;
}
.about-data h2{
    font-size:  57px;
    font-weight: 500;
    color: #090116;
    line-height: 68px;
    margin: 0 0 25px;
}
.about-data p{
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 26px;
    margin: 0;
}
.service-data-rw{
    margin: 0 0 55px;
}
.service-data-rw:last-child{
    margin: 0;
}
.service-data-rw figure svg{
    margin: 0 0 10px;
}
.service-data-rw figure svg path{
    fill: #E74C3C;
}
.service-data-rw h3{
    font-size: 24px;
    font-weight: 500;
    color: #090116;
    line-height: 32px;
    margin: 0 0 7px;
}
.service-data-rw p{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 28px;
}

.web-tags-wrp{
    padding: 120px 0;
    overflow: hidden;
}
.web-tags-wrp h2{
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: 84px;
    font-weight: 500;
    color: #000;
    line-height: 84px;
    margin: 0;
    position: relative;
    /*left:10px;
    white-space: nowrap;
    right: 81vw;*/
}
.web-tags-wrp h2 figure{
    margin: 0 0 0 15px;
}
.Frists{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.web-tags-wrp h2:nth-child(even){
    margin: 0 0 0 auto;
    justify-content: flex-end;
}
.web-tags-wrp h2:nth-child(even) figure{
    margin: 0 15px 0 0;
}

.tablets-list-wrp{
    overflow: hidden;
}
.tablets-list-wrp ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.tablets-list-wrp ul li{
    width: 25%;
    padding: 0 2px;
    position: relative;
}
.tablets-list-wrp ul li figure{
    position: relative;
}
.tablets-list-wrp ul li figure img{
    width: 100%;
}
.tablets-list-wrp ul li figure:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #44b614;
    opacity: 0; 
    top: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tablets-list-wrp ul li figure:before{   
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #05080d;
    opacity: 0.50;
    top: 0;
    left: 0;
}
.tablets-list-wrp ul li:hover figure:after{
    opacity: 0.70;
}
.tablet-data{
    padding: 50px 35px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tablet-data h3{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    margin: 0 0 15px;
}
.tablet-data p{
    font-size: 16px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
    margin: 0;
}
.more-btn{
    font-size: 18px;
    display: table;
    color: #fff;
    font-weight: 500;
    margin: 15px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.tablets-list-wrp ul li:hover .tablet-data{
    padding: 50px 35px;
}
.tablets-list-wrp ul li:hover .tablet-data .more-btn{
    opacity: 1;
    visibility: visible;
}

.changes-list-wrp{
    overflow: hidden;
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.changes-list-wrp ul{
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    animation: a-text-scroll 8s linear infinite;
}
.changes-list-wrp ul li{
    font-size: 27px;
    font-weight: 400;
    color: #090116;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
}
.changes-list-wrp ul li span{
    font-size: 27px;
    color: #090116;
    display: block;
    margin: 0 44px;
}

.contact-new-wrp{
    padding: 120px 0;
    background-color: #F7F6F9;
    background-image: url('../images/l-drug-deco-back-3.webp');
    background-position: top right;
    background-repeat: no-repeat;
}
.contact-row{
    margin: 0 0 120px;
}
.contact-row .row{
    align-items: center;
}
.contact-img{
    padding: 0 50px 0 0;
}
.contact-img img{
    width: 100%;
}
.contact-form h6{
    font-size: 14px;
    font-weight: 500;
    color: #090116;
    line-height: 22px;
    margin: 0 0 15px;
}
.contact-form h2{
    font-size: 57px;
    font-weight: 500;
    color: #090116;
    line-height: 57px;
    margin: 0 0 45px;
}
.contact-form .form-group{
    margin: 0 0 30px;
    position: relative;
}
.contact-form .form-group .input-box{
    position: relative;
}
.contact-form .form-group .input-box .form-control{
    padding: 12px 47px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dedde0;
    height: auto;
    font-family: "DM Sans", sans-serif;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #090116;
    resize: none;
}
.contact-form .form-group .input-box .form-control::placeholder{
    color: #949395;
}
.contact-form .form-group .input-box i{
    color: #949395;
    font-size: 16px;
    position: absolute;
    top: 17px;
    left: 15px;
}
.custome-chack{
    margin: 0 0 30px;
}
.custome-chack .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custome-chack .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #626263;
    font-family: "DM Sans", sans-serif;
    line-height: 22px;
    display: flex;
}
.custome-chack .styled-checkbox + label span a{
    border-bottom: 1px solid #626263;
    color: #626263;
}
.custome-chack .styled-checkbox + label span a:hover{
    color: #000;
}
.custome-chack .styled-checkbox + label:before {
    content: "";
    margin:3px 10px 0 0;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #dedde0;
    background: #fff;
}
.custome-chack .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left:5px;
    top: 50%;
    background: #090116;
    width: 7px;
    height: 7px;
    border-radius: 2px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.contact-form button{
    display: table;
    padding: 17px 35px;
    background: #e74c3c;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.contact-form button i{
    margin-right: 10px;
}
.contact-form button:hover{
    background: #CF4436;
    color: #fff;
}

.news-row h6{
    font-size: 14px;
    font-weight: 500;
    color: #090116;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 1.8px;
}
.news-row h2{
    font-size: 57px;
    font-weight: 500;
    color: #090116;
    line-height: 57px;
    margin: 0 0 45px;
}
.news-row .row{
    margin: 0 -20px;
}
.news-row .row .col-md-4{
    padding: 0 20px;
}
.blog-block{
    padding: 40px 60px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.blog-block:hover{
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.08);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}
.blog-block ul{
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}
.blog-block ul li{
    margin: 0 20px 0 0;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    color: #949395;
    line-height: 22px;
}
.blog-block ul li:last-child{
    margin: 0;
}
.blog-block ul li:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #949395;
    right: -13px;
    top: 8px;
}
.blog-block ul li:last-child:after{display: none;}
.blog-block ul li strong{
    color: #090116;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.8px;
}
.blog-block h3{
    font-size: 28px;
    font-weight: 500;
    color: #090116;
    line-height: 36px;
    margin: 0 0 15px;
}
.blog-block p{
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 26px;
}
.readmore{
    position: relative;
    display: table;
    color: #090116;
    font-size: 20px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.readmore:hover{
    padding: 0 0 0 10px;
}

.sponcers-list{
    padding: 120px 0 0;
}
.sponcers-list ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sponcers-list ul li{
    width: 16.66%;
}
.sponcers-list ul li figure{
    max-width: 206px;
    height: 67px;
}
.sponcers-list ul li figure img{
    width: 100%;
    margin: 0 auto;
    opacity: 0.25;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.sponcers-list ul li:hover figure img{
    opacity: 1;
}

footer{
    padding: 75px 0 60px;
}
.footer-top{
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #626263;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo a{
    display: table;
}
.footer-logo a img{
    height: 26px;
}
.quicklinks ul{
    display: flex;
    align-items: center;
}
.quicklinks li {
    margin-right: 30px;
}
.quicklinks li:last-child {
    margin-right: 0;
}
.quicklinks li a{
    padding: 5px 0px;
    color: #090116;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.quicklinks li a:after{
    position: absolute;
    content: '';
    background: #090116;
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.quicklinks li a.active:after,
.quicklinks li a:hover:after{
    width: 100%;
}
.quicklinks li a.active,
.quicklinks li a:hover {
    color: #090116;
}

.footer-middle{
    padding: 45px 0;
}
.footer-cnt p{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 28px;
    font-family: "DM Sans", sans-serif;
}
.footer-cnt p span{
    display: block;
}
.footer-links ul li a{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    display: table;
    line-height: 28px;
    font-family: "DM Sans", sans-serif;
}
.footer-links ul li a:hover{
    color: #090116;
}

.copyright-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright-row p{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    display: table;
    line-height: 28px;
    font-family: "DM Sans", sans-serif;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    display: block;
    overflow: hidden;
    width: 45px;
    height: 45px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    border: none !important;
    background-color: #f7f6f9;
    color: #090116;
    border-radius: 100%;
    margin: 0 8px 0 0;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    background: #090116;
    color: #fff;
}

footer.footer-wrp{
    background: #0f0326;
    padding: 0;
}
footer.footer-wrp .footer-middle{
    padding: 95px 0 95px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer.footer-wrp .footer-cnt p{
    color: rgba(255, 255, 255, 0.70);
}
footer.footer-wrp .footer-links ul li a{
    color: #fff;
}
footer.footer-wrp .footer-links ul li a:hover{
    color: #0984e3;
}
footer.footer-wrp .copyright-row p{
    color: rgba(255, 255, 255, 0.70);
}
footer.footer-wrp .copyright-row{
    padding: 30px 0;
}

#button {
    display: inline-block;
    background-color: #090116;
    width: 45px;
    height:45px;
    text-align: center;
    border-radius: 100%;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button:hover{
    background: #4F9215;
    color: #fff;
}
#button.show{
    opacity: 1;
    visibility: visible;
}

.fixed-actionbar{
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    z-index: 55;
}
.fixed-actionbar li a{
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #DEDDE0;
    background: #4F9215;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.fixed-actionbar li:last-child a{
    border: none;
}
.fixed-actionbar li a:hover{
    width: 68px;
    height: 60px;
}

figure{
    margin: 0;
}
.search-block{
    position: fixed;
    width: 100%;
    height: 470px;
    background: #0f0326;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    z-index: 150;
    top: -150%;
    left: 0;
    right: 0;
    padding: 0 70px 120px;
    transition: top 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
}
.search-block.show-search{
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 6px;
    transition: top 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
}
.search-block .btn-search-close{
    font-size:34px;
    font-weight: 300;
    color: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.search-block .btn-search-close:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.search-head{
    padding: 55px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 40px;
}
.search-head .search-logo img{
    height: 25px;
}
.search-text-block{
    position: relative;
}
.search-text-block:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.30;
    bottom: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.search-text-block:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 1;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    transition-delay: 1s;
}
.search-block.show-search .search-text-block:before{        
    width: 0;
    left:auto;
    right:0;
}
.search-text-block .form-control{
    padding: 35px 50px 35px 0;
    border-radius: 0;
    border: none;
    height: auto;
    box-shadow: none;
    font-size: 32px;
    font-weight: 400;
    background: transparent;
    color: #fff;
}
.search-text-block .form-control::placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.search-text-block button{
    background: transparent;
    border: none;
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 40px;
    right: 0;
}

aside.sidebar{
    position: fixed;
    top: 0;
    right:-100%;
    z-index: 150;
    background: #0f0326;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    padding: 40px 35px;
    max-width: 390px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-flow: column;
    transition: right 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
}
aside.sidebar.show-sidebar{
    right: 0;
    transition: right 0.8s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
}
aside.sidebar .search-head{
    padding: 0;
}
aside.sidebar .search-head .btn-sidebar-close{
    width: 47px;
    height: 47px;
    background: #13052d;
    border-radius: 100%;
    line-height: 47px;
    text-align: center;
    font-size:24px;
    font-weight: 300;
    color: #fff;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
aside.sidebar .search-head .btn-sidebar-close:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.sidebar-nav{
    margin:auto 0;
}
.sidebar-nav ul{
    display: flex;
    flex-flow: column;    
}
.sidebar-nav ul li{
    margin: 0 0 25px;
}
.sidebar-nav ul li:last-child{
    margin: 0;
}
.sidebar-nav ul li a{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #f8f7f9;
}
.sidebar-nav ul li a i{
    min-width: 34px;
    height: 34px;
    margin-right: 10px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}
.sidebar-nav ul li a:hover{
    opacity: 0.75;
}

.sidebar-contact{
    padding: 45px 0 0;
    margin: auto 0 0 0;
    border-top: 1px solid #1C1D3C;
}
.sidebar-contact h4{
    font-size: 24px;
    font-weight: 500;
    color: #f8f7f9;
    line-height: 30px;
    margin: 0 0 10px;
}
.sidebar-contact p{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #bdbac2;
    font-family: "DM Sans", sans-serif;
    line-height: 20px;
}
/* **** End Home Page **** */

/* **** Terms Page **** */
.terms-wrp{
    padding: 50px 0 30px;
}
.terms-wrp h1{
    text-align: center;
    font-weight: bold;
    color: #090116;
    font-size: 57px;
    line-height: 57px;
    margin: 0 auto 35px;
}
.terms-wrp p{
    font-size: 17px;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    color: #626263;
    text-align: center;
    line-height: 28px;
    margin: 0 auto 25px;
}
.terms-wrp ul li strong,.terms-wrp p strong{
    font-weight: bold;
    color: #626263;
}
.terms-wrp ul{
    margin: 0 auto 25px;
}
.terms-wrp ul li{
    position: relative;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;    
    font-weight: normal;
    color: #626263;
    text-align: center;
    line-height: 28px;
    padding: 0 0 0 25px;
}
.terms-wrp ul li:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #626263;
    border-radius: 100%;
    top: 15px;
    left: 0;
}
.terms-wrp ul li ul.sublist li:after{
    background: transparent;
    border: 1px solid #626263;
}
/* **** End Terms Page **** */

/* **** Shop Page **** */
.shop-banner{
    padding: 70px 0 70px;
}
.shop-banner h1{
    font-size: 57px;
    font-weight: bold;
    color: #090116;
    text-align: center;
    line-height: 57px;
    margin: 0 auto;
}
.shop-wrp{
    position: relative;
    padding: 50px 0;
}
.shop-wrp .container{
    max-width: 1380px;
}

.filter-sidebar{
    max-width: 270px;
    width: 100%;
}
.btn-filter-close{
    display: none;
}
.filter-sidebar .accordion .accordion-item{
    margin: 0 0 40px;
    background-color: transparent;
    border: none;
}
.filter-sidebar .accordion .accordion-item:last-child{
    margin: 0;
}
.filter-sidebar .accordion .accordion-item .accordion-button {
    font-size: 19px;
    color:#090116;
    padding: 0 35px 0 0;
    font-weight: 500;
    background-color: transparent;
    position: relative;
}
.filter-sidebar .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.filter-sidebar .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.filter-sidebar .accordion .accordion-item .accordion-button::after {
    display: none;
}
.filter-sidebar .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #626263;
    height: 30px;
    width: 30px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.filter-sidebar .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f067";
}
.filter-sidebar .accordion .accordion-body{
    padding: 25px 0 0;
}

.category-block ul li{
    margin: 0 0 5px;
}
.category-block ul li a{
    display: block;
    color: #e74c3c;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
}
.category-block ul li .category-sublist{
    padding: 5px 0 0 15px;
}
.category-block ul li .category-sublist li{
    margin: 0 0 5px;
}
.category-block ul li .category-sublist li:last-child{
    margin: 0;
}
.category-block ul li .category-sublist li a{
    color: #0a0217;
}
.category-block ul li .category-sublist li a:hover{
    color: #626263;
}


.brands-lit ul li{
    margin: 0 0 5px;
}
.brands-lit ul li:last-child{
    margin: 0;
}
.custome-line .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custome-line .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: block;
    color: #0a0217;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

.custome-line .styled-checkbox + label span i{
    color: #cfc8d8;
    font-size: 14px;
}
.custome-line .styled-checkbox + label span i.fill{
    color: #090116;
}
.custome-line .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    min-width: 22px;
    width: 22px;
    height: 22px;
    background: #f7f6f9;
    border-radius: 6px;
    border: 1px solid #dedde0;
}
.custome-line .styled-checkbox:checked + label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 2px;
    background: #44B614;
    border-radius: 6px;
    border: 1px solid #44B614;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.size-rw ul{
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.custome-size .styled-checkbox {
    position: absolute;
    opacity: 0;
}
.custome-size .styled-checkbox + label{
    position: relative;
    cursor: pointer;
    padding: 0;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
    margin: 0;
    padding: 10px 20px;
    color: #626263;
    border-radius: 10px;
    border: 1px solid #dedde0;
    background: #f7f6f9;
}
.custome-size .styled-checkbox + label span{
    position: relative;
    z-index: 1;
}
.custome-size .styled-checkbox + label:before {
    position: absolute;
    content: "";
    display: block;
    vertical-align: text-top;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dedde0;
    background: #f7f6f9;
    top: 0;
    left: 0;
    right: 0;
}
.custome-size .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #dedde0;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
}

.irs--round .irs-bar {
   background-color: #090116;
}

.irs--round .irs-handle {
  background-color: #090116;
  border-color: #090116;
}

.irs--round .irs-handle.state_hover, 
.irs--round .irs-handle:hover {
   background-color: #090116;
}

.irs--round .irs-handle {
  width: 16px;
  height: 16px;
  top: 29px
}

.irs--round .irs-from, 
.irs--round .irs-to, 
.irs--round .irs-single {
  background-color: transparent;
  color: #666666;
}

.irs--round .irs-from:before, 
.irs--round .irs-to:before, 
.irs--round .irs-single:before,
.irs--round .irs-min, 
.irs--round .irs-max {
  display: none;
}
.price-disbx{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 15px 0 0;
}
.price-disbx span{
    color:#090116;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    margin: 0 10px 0 0;
}
.price-disbx .pritxt{
    background: transparent;
    color:#090116;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    width: 50px;
    display: table;
}

.pro-list-sort-rw{
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pro-list-sort-rw .form-group{
    margin: 0;
    max-width: 240px;
}
.pro-list-sort-rw .form-group .form-control{
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    color: #090116;
    font-family: "DM Sans", sans-serif;
    line-height: 24px;
    -webkit-appearance: none;
    background-image: url('../images/down-ic.svg');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center right 0;    
}
.product-block{
    margin: 0 0 50px;
}
.product-img{position: relative;}
.product-img img{
    width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.product-block:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.product-img ul.shop-act{
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.product-block:hover ul.shop-act{
    opacity: 1;
    visibility: visible;
}
.product-img ul.shop-act li{
    margin: 0 0 6px;
}
.product-img ul.shop-act li a{
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 3px 30px 0 rgba(0,0,0,0.06);
    line-height: 45px;
    color: #090116;
    font-size: 16px;
    text-align: center;
    display: block;
}
.product-img ul.shop-act li a:hover{
    color: #0984e3;
}

.product-smll-dt{
    padding: 20px 0 0;
}
.product-smll-dt h4{
    font-size: 16px;
    font-weight: normal;
    font-family: "DM Sans", sans-serif;
    color: #626263;
    line-height: 24px;
    margin: 0 0 10px;
}
.product-smll-dt h3{
    font-size: 24px;
    font-weight: 500;
    color: #090116;
    line-height: 30px;
    margin: 0 0 10px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.product-smll-dt h3:hover{
    color: #0984E3;
}
.product-smll-dt h5{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #626263;
}

.btn-filter{
    display: none;
    align-items: center;
    font-size: 16px;
    color: #090116;
}
.btn-filter i{
    margin-right: 5px;
}
/* **** End Shop Page **** */

/* **** Shop Details Page **** */
.shop-details-line{
    position: relative;
    background: #F7F6F9;
    padding: 15px 0;
}
.headline-row{
    max-width: 700px;
    margin: 0 auto;
}
.headline-box{
    padding: 5px 40px;
}
.headline-box p{
    font-size: 19px;
    font-weight: 500;
    color: #090116;
    line-height: 28px;
    margin: 0;
    text-align: center;
}
.headline-slider .slick-prev,
.headline-slider .slick-next{
    position: absolute;
    right:30px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.headline-slider .slick-prev:before,
.headline-slider .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #626263;
    font-weight:400;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:20px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.headline-slider .slick-prev {
    left:30px;
    right: auto;
}
.headline-slider .slick-prev:before {
    content: "\f053";
}
.headline-slider .slick-prev:hover:before,
.headline-slider .slick-next:hover:before{
    color: #090116;
}

.shop-details-wrp{
    padding: 120px 0;
    position: relative;
}
.shop-details-wrp .container {
    max-width: 1380px;
}
.product-slider-block{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px 0 0;
}
.slider-single{
    width: 80%;
    padding: 0 10px;
}
.slider-nav{
    width: 20%;
    padding: 0 10px;
}
.slider-nav:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 87.24%);
    width: 100%;
    height:40px;
    bottom:-5px;
    left: 0;
    right: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.slider-nav .slick-slide {
    margin: 5px 0;
}
.slider-nav .slick-list {
    margin: -5px 0;
}
.slick-slide:focus-visible {
    outline: none !important;
}
.slider-nav:hover:after{
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.small-box{
    position: relative;
}
.small-box img{
    width: 100%;
    height: 120px;
    border-radius: 15px;
    object-fit: cover;
    opacity: 0.50;
    cursor: pointer;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.slider-nav .slick-active.is-active .small-box img{
    opacity: 1;
}

.slider-nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider-nav.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.slider-imgbox{
    position: relative;
}
.slider-imgbox img{
    width: 100%;
    height:500px;
    object-fit: contain;
    object-position: center;
}

.slider-single .slick-prev,
.slider-single .slick-next{
    position: absolute;
    right:30px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.slider-single .slick-prev:before,
.slider-single .slick-next:before {
    width: 40px;
    height: 40px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #090116;
    background: #F7F6F9;
    font-weight:400;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size:16px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.slider-single .slick-prev {
    left:30px;
    right: auto;
}
.slider-single .slick-prev:before {
    content: "\f053";
}
.slider-single .slick-prev:hover:before,
.slider-single .slick-next:hover:before{
    color:#fff;
    background:#090116;
}

.slider-single {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider-single.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.product-details-data-box{
    padding: 0 0 0 40px;
}
.product-details-data-box h6{
    font-size: 16px;
    font-weight: normal;
    color: #626263;
    line-height: 24px;
    margin: 0 0 10px;
    font-family: "DM Sans", sans-serif;
}
.product-details-data-box h1{
    font-size: 35px;
    font-weight: 500;
    color: #090116;
    line-height: 45px;
    margin: 0 0 25px;
}
.product-details-data-box h3{
    font-size: 24px;
    font-weight: 400;
    color: #0984e3;
    line-height: 26px;
    margin: 0 0 70px;
}

.pro-quanitybx{
    margin: 0 0 40px;
}
.pro-quanitybx ul{
    display: flex;
    flex-wrap: wrap;
}
.pro-quanitybx ul li{
    margin-right: 10px;
}
.pro-quanitybx ul li:last-child{
    margin: 0;
}
.quantity-box{
    position: relative;
    max-width: 130px;
}
.quantity-box .form-control{
    padding: 15px 50px 15px 30px;
    border-radius: 5px;
    border: 1px solid #dedde0;
    box-shadow: none;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #626263;
    line-height: 24px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.quantity-grp{
    position: absolute;
    top: 4px;
    right: 15px;
    display: flex;
    flex-flow: column;
}
.quantity-grp button{
    background: transparent;
    border: none;
    font-size: 16px;
    color: #626263;
}

.pro-quanitybx ul li a.btn-buy{
    background: #44b614;
    border-radius: 5px;
    color: #fff;
    padding: 15px 55px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    border: none;
    display: table;
}
.pro-quanitybx ul li a.btn-buy:hover{
    background: #090116;
    color: #fff;
}
.pro-quanitybx ul li a.btn-like{
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: block;
    line-height: 58px;
    text-align: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
    color: #090116;
    font-size: 18px;
}
.pro-quanitybx ul li a.btn-like:hover{
    color: #0984e3;
}

.pay-accespts h5{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    color: #090116;
    line-height: 26px;
}
.pay-accespts{
    margin: 0 0 40px;
}
.pay-accespts ul{
    display: flex;
    flex-wrap: wrap;
}
.pay-accespts ul li{
    margin-right: 6px;
    border-radius: 6px;
    border: 1px solid #dedde0;
}
.pay-accespts ul li:hover{
    border-color: #090116;
}
.pay-accespts ul li img{
    border-radius: 6px;
    height: 40px;
}
.fastest-delivery-rw{
    margin: 0 0 40px;
}
.fastest-delivery-rw ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.fastest-delivery-rw ul li{
    width: 33.33%;
    padding: 0 10px;
}
.fastest-delivery-rw ul li i{
    font-size: 40px;
    color: #0984e3;
    text-align: center;
    margin: 0 auto 10px;
    display: table;
}
.fastest-delivery-rw ul li h6{
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #090116;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
}
.contact-support-bx{
    padding: 18px;
    background: #09011608;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.contact-support-bx i{
    font-size: 38px;
    color: #626263;
    margin-right: 10px;
    font-weight: 300;
    opacity: 0.70;
}
.contact-support-bx h5{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
}
.contact-support-bx h5 span{
    color: #090116;
}

.product-specification-row{
    padding: 90px 0 30px;
}
.product-specification-row .accordion .accordion-item{
    margin: 0 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dedde0;
}
.product-specification-row .accordion .accordion-item .accordion-button {
    font-size: 24px;
    color:#090116;
    padding: 25px 35px 25px 0;
    font-weight: 500;
    background-color: transparent;
    position: relative;
}
.product-specification-row .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.product-specification-row .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.product-specification-row .accordion .accordion-item .accordion-button::after {
    display: none;
}
.product-specification-row .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 25px;
    font-size: 18px;
    color: #626263;
    height: 30px;
    width: 30px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-specification-row .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}
.product-specification-row .accordion .accordion-body{
    padding: 15px 0 25px;
}
.specification-data h3{
    font-size: 35px;
    font-weight: 500;
    color: #090116;
    line-height: 40px;
    margin: 0 0 20px;
}
.specification-data p{
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 26px;
    margin: 0 0 20px;
    font-family: "DM Sans", sans-serif;
}
.specification-data p:last-child{
    margin: 0;
}

.related-products-row{
    padding: 35px 0 0;
}
.related-products-row h2{
    font-size: 47px;
    font-weight: 500;
    color: #090116;
    line-height: 57px;
    margin: 0 0 55px;
}
.related-products-row .product-block{
    margin: 0;
}
.related-products-row .product-block .product-img ul.shop-act{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: inherit;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.related-products-row .product-block .product-img ul.shop-act li{
    margin: 0 10px 0 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.related-products-row .product-block .product-img ul.shop-act li:last-child{
    margin: 0;
}
.related-products-row .product-block .product-img ul.shop-act li:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}
.related-products-row .product-block  .product-smll-dt h3{
    font-size: 19px;
}
/* **** End Shop Details Page **** */

/* **** Cart Page **** */
.cart-wrp{
    padding: 120px 0;
    border-top: 55px solid #090116;
}
.cart-navigate-row{
    margin: 0 0 100px;
}
.cart-navigate-row ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-navigate-row ul li{
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
    color: #090116;
    line-height: 26px;
    margin-right: 130px;
    position: relative;
}
.cart-navigate-row ul li:last-child{
    margin: 0;
}
.cart-navigate-row ul li:after{
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    color: #09011633;
    font-size: 16px;
    right: -70px;
    top: 5px;
}
.cart-navigate-row ul li:last-child:after{display: none;}
.cart-navigate-row ul li span{
    min-width: 34px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #090116;
    font-size: 15px;
    margin-right: 15px;
    display: block;
}
.cart-navigate-row ul li.active span{
    background: #0984e3;
}

.cart-table-row{
    margin: 0 0 50px;
}
.cart-table-row .table{
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 6px;
}
.cart-table-row .table thead th{
    padding: 12px 15px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    font-family: "DM Sans", sans-serif;
}
.cart-table-row .table thead th:first-child{
    border-radius: 6px 0 0 0;
}
.cart-table-row .table thead th:last-child{
    border-radius: 0 6px 0 0;
}
.cart-table-row .table tbody tr td{
    padding: 12px 15px;
    border: none;
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    font-family: "DM Sans", sans-serif;
}
.cart-img{
    width: 70px;
    height: 70px;
}
.cart-img img{
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
}
.remove-btn{
    color: #626263;
    font-size: 24px;
}
.remove-btn:hover{
    color: #090116;
}

.cart-total-box h3{
    font-size: 24px;
    font-weight: 500;
    color: #090116;
    line-height: 30px;
    margin: 0 0 25px;
}

.cart-total-box table{
    margin: 0 0 30px;
    border: 1px solid #ddd;
}
.cart-total-box table tbody tr td{
    padding: 24px 28px;
    font-size: 17px;
    font-weight: normal;
    color: #090116;
    border: 1px solid #ddd;
}
.cart-total-box table tbody tr td:first-child{
    background: #f7f6f9;
    font-weight: 500;
}

.btn-chackout{
    display: block;
    width: 100%;
    background: #44b614;
    color: #fff;
    padding: 18px 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 5px;
}
.btn-chackout:hover{
    background: #090116;
    color: #fff;
}
/* **** End Cart Page **** */

/* **** Chackout Page **** */
.chackout-wrp{
    padding: 60px 0 60px;
}
.chackout-form .form-group{
    margin: 0 0 30px;
}
.chackout-form .form-group label{
    display: block;
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    color: #626263;
    line-height: 26px;
    font-family: "DM Sans", sans-serif;
}
.chackout-form .form-group .form-control{
    padding: 15px 0;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #626263;
    height: auto;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif;
    color: #090116;
}
.order-details h2{
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 500;
    color: #090116;
    text-align: center;
    line-height: 40px;
}
.order-details-summary{
    border-radius: 15px;
    background: #f7f6f9;
    padding: 25px 50px;
    margin: 0 0 30px;
}
.order-details-summary ul li{
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.order-details-summary ul li:last-child{
    border: none;
}
.order-details-summary ul li p{
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #090116;
    line-height: 26px;
}
.order-details-summary ul li p span{
    margin: 0 0 0 auto;
}
.order-details-summary ul li h6{
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #0984e3;
    line-height: 26px;
}
.order-details-summary ul li h6 span{
    margin: 0 0 0 auto;
}
/* **** End Chackout Page **** */

/* **** Blog Details Page **** */
.blog-details-wrp{
    padding: 80px 0;
}
.blog-details-wrp h1{
    font-size: 57px;
    font-weight: 700;
    color: #090116;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 30px;
}
.blog-details-wrp p{
    font-size: 17px;
    font-weight: normal;
    color: #626263;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 20px;
    font-family: "DM Sans", sans-serif;
}
.blog-details-wrp p strong{
    font-weight: bold;
}
.blog-cover-img{
    margin: 0 auto 30px;
    max-width: 630px;
}
.blog-cover-img img{
    width: 100%;
}
.blog-details-wrp h2{
    font-size: 47px;
    font-weight: bold;
    color: #090116;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 20px;
}
.blog-details-wrp ul{
    margin: 0 0 20px;
}
.blog-details-wrp ul li{
    position: relative;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;    
    font-weight: bold;
    color: #626263;
    text-align: center;
    line-height: 28px;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
}
.blog-details-wrp ul li:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #626263;
    border-radius: 100%;
    top: 15px;
    left: 0;
}
.blog-details-wrp ul li:last-child{
    margin: 0;
}