body {
    display: block;
    min-height: 100%;
    margin: 0;
    letter-spacing: 0.08rem;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #4A547A;
    line-height: 24px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #0E1B4D;
    font-weight: 700;
    line-height: 26px;
}
.top-bar {
    height: 41px;
    font-weight: 700;
    line-height: 11px;
}
.top-bar__message {
    text-align: center;
    padding: 15px;
    margin: 0;
    font-size: 15px;
}
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  margin: 0 0 45px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  color: #6c757d;
}

.header li a:hover,
.header .menu-btn:hover {
    text-decoration: revert;
    color: #313538;
}

.header .logo {
  display: block;
  float: left;
}
.header .logo img {
    /* max-width: 90px; */
   margin-top: 21px;
    width: 145px;
}
/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  line-height: 50px;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header .menu {
    clear: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
.product__title h1 {
    font-size: 40px;
    line-height: 45px;
}
section {
    display: flex;
    min-height: 100vh;
    justify-content: space-around;
}
.left, .right {
    flex: 1;
}
.left .inner {
    height: 75vh;
    display: block;
}
.right .inner {
    position: relative;
    top: -25px;
    padding-left: 15px; 
}
.left .inner.sticky {
    position: sticky;
    top: 35px;
}
.left .inner.sticky .product__media-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.container-page {
    max-width: 70rem;
    margin: 0 auto;
}
.slider-for img {
    max-width: 519px;
    border-radius: 25px;
    width: 100%;
}
.slider-nav img {
    width: 100%;
    border-radius: 12px;
    height: 120px;
 
}
.slider-nav .slick-slide {
    max-width: 130px;
    width: calc(25% - 0.8rem);
    border-radius: 12px;
    margin-top: 15px;
    margin-right: 12px;
}
.slider-nav .slick-current {
    border: 1px solid #000;
}
.product__media-image {
    width: 45%;
}
.product__text {
    text-transform: uppercase;
    font-size: 12px;
}
.price-title {
    font-size: 22px;
    letter-spacing: 0;
    color: #0E1B4D;
}
.form__label {
    margin-top: 12px;
}
.textcolor1 {
    color: #1F7FAF;
}
.textcolor2 {
    color: #FF2A00;
}
.right-part-img {
    border-radius: 20px;
    margin: auto;
    display: block;
    width: 100%;
}
.img-right {
    float: right;
}
.row-right-part-img {
    display: flow-root;
}
.note-text {
    color: #4A547A;
    font-weight: 700;
    line-height: 22px;
}
/*style section Reviews */

#reviews {
    width: 100%;
}
.columns {
    max-width: 996px;
    margin: auto;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin: 15px auto;
    padding: 20px 0;
}
.col1 {
    max-width: 25%;
}
.img-review-product {
    max-width: 190px;
}
.col2 {
    margin: auto;
}
.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.skillbar span {
    color: white;
    float: right;
    text-align: right;
    font-weight: bolder;
    flex: auto;
    font-size: 14px;
    flex: auto;
}
.skillbar {
    background: #00b359;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    margin: 5px 0px;
    margin-left: 5px;
    text-transform: uppercase;
    height: 20px;
    overflow: hidden;
    border-radius: 0px;
}
.r--grid-item {
    min-height: 100px;
    border-radius: 8px;
    float: left;
    margin: 0 0 15px;
    width: calc(100% - 8px);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.r--grid {
    margin: 20px -10px 0;
    clear: both;
}
.r--author {
    padding: 1px 16px 1px 1px;
    border-radius: 50px;
    font-weight: 700;
    text-align: left;
    line-height: 33px;
    height: 34px;
    min-width: 80px;
    margin: 22px 0 0 14px;
    background: #fff;
    max-width: 90%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: left;
}
.r--avatar-default, .r--stars-author .img {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    margin-right: 10px!important;
}
.r--item-body {
    float: left;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 15px 18px;
}
.r--grid-item {
    margin: 0 10px 20px;
    width: calc(25% - 20px);
    color: #333;
}
.r--title-review {
    font-weight: 700;
    margin: 10px 0 0;
    font-size: 1em!important;
}
.r--item-body-bottom {
    width: 100%;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 0;
    margin: 14px 0 0;
    border-top: solid 1px #ededed;
    justify-content: space-between;
    font-weight: 400;
}
.r--like-icon.like.r--flex-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.r--item-body-bottom .r--reply-helpul {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    
}
.r--helpul-item {
    margin: 0!important;
    line-height: 100%;
}
.r--like {
    float: left;
}
.r-icon--like {
    color: #000;
    font-size: 14px;
    position: relative;
    top: -1px;
}
.r--like-icon.dislike {
    margin-left: 13px;
}
.r--icon-helful {
    color: #999;
}
.r--content-review {
    margin: 6px 0 0;
    font-size: .95em;
    text-align: left;
    float: left;
    width: 100%;
    font-weight: 400;
}
.fa.fa-check {
    color: #fff;
    background: #66c345;
    border-radius: 20px;
    font-size: 8px;
    padding: 4px;
    position: relative;
    top: -2px;
}
@media (min-width: 768px) {
    .landing__reviews {
        padding-top: 80px;
    }
    .columns:not(.is-desktop) {
        display: flex;
    }
    .col2 {
        max-width: 18%;
    }
}

/* style footer */
.main-footer {
    margin-top: 50px;
    background-color: #0E1B4D;
    color: #fff;
    padding: 0 15px;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.container a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1.3px;
    line-height: 20px;
    transition: color .2s;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    padding: 10px;
}
.main-footer__disclaimer {
    text-align: center;
    padding-bottom: 40px;
}
.main-footer__disclaimer p {
    color: #949494;
    font-size: 14px;
    line-height: 15px;
}
.container li {
    list-style: none;
}
.r--grid-item {
    box-sizing: border-box;
    position: absolute;
    opacity: 1;
}
.r--grid-item1 {
    left: 0%;
    top: 0px;
}
.r--grid-item2 {
    left: 25%;
    top: 0px;
}
.r--grid-item3 {
    left: 50%;
    top: 0px;
}
.r--grid-item4 {
    left: 75%;
    top: 0px;
}
.r--grid-item5 {
    left: 50%;
    top: 315.328px;
}
.r--grid-item6 {
    left: 75%;
    top: 315.328px;
}
.r--grid-item7 {
    left: 25%;
    top: 315.328px;
}
.r--grid-item8 {
    left: 0%;
    top: 315.328px;
}

.r--grid {
  height: 0; 
}
.r--item-body-bottom {
    font-size: 16px;
}
@media (min-width: 768px) {
    .main-footer {
        margin-top: 144px;
    }
    .main-footer__nav {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .main-footer__nav ul {
        margin-top: 10px;
    }
    .main-footer__nav a {
        padding: 10px 25px;
    }
    .main-footer__disclaimer--landing {
        padding-top: 40px;
    }
    .main-footer__disclaimer {
        padding-top: 50px;
        border-top: 1px solid hsla(0, 0%, 100%, .2);
    }
}
@media (max-width: 1060px) {
    .r--grid-item6 {
        top: 310.906px;
    }
}
@media (max-width: 989px) {
    section {
        flex-direction: column;
    }
    .header .menu {
        line-height: 5px;
        z-index: 99999;
        position: absolute;
        top: 180px;
        width: 95%;
    }
    .header .container-page {
        height: 70px;
        padding: 0;
    }
    .header .logo img {
    /* max-width: 90px; */
    margin-top: 10px;
    width: 145px;
    }
    .header .menu-icon {
    padding: 47px 20px;
    }
    .header .logo {
        float: unset;
        width: 90px;
        margin: auto;
    }
    .menu-icon {
        top: -75px;
    }
    .slick-slide img {
        margin: auto;
    }
    .slider-nav .slick-list.draggable {
        margin: auto;
        width: 80%;
    }
    .right, .container-page {
        padding: 0 15px;
    }
    .right .inner {
        padding-left: 0;
    }
    .center {
        max-width: 600px;
    }
    .img-right {
        float: unset;
    }
    .right-part-img {
        max-width: 500px;
    }
    .columns .column.col1 {
        margin: auto;
    }
    .r--author {
        height: 40px;
    }
    .r--grid-item {
        width: 100%;
        position: unset;
        margin: 10px 0;
    }
    .r--grid-item1 {
        left: 0%;
        top: 0px;
    }
    .r--grid-item2 {
        left: 50%;
        top: 0px;
    }
    .r--grid-item3 {
        left: 0%;
        top: 20%;
    }
    .r--grid-item4 {
        left: 50%;
        top: 27%;
    }
    .r--grid-item5 {
        left: 0%;
        top: 53%;
    }
    .r--grid-item6 {
        left: 50%;
        top: 63%;
    }
    .r--grid {
      height: 1530px;  
    }
}

@media (max-width: 690px) {
    .r--grid-item4 {
        top: 28%;
    }
    .r--grid-item6 {
        top: 67%;
    }
}
@media (max-width: 637px) {
    .r--grid-item4 {
        top: 31%;
    }
    .r--grid-item5 {
        top: 57%;
    }
    .r--grid-item6 {
        top: 75%;
    }
    .r--grid {
        height: 1700px;
    }
}

@media (max-width: 578px) {
    .left .inner{
    height: auto;
    margin-bottom: 25px;
    }
     .left .inner.sticky .product__media-image{
        position: unset;
     }
    .top-bar.bar-one .top-bar__message {
        padding: 5px 15px;
        line-height: 20px;
    }
    
}
@media (max-width: 499px) {
    .r--grid {
        height: 2360px;
    }
    .row-svg {
        font-size: 8px;
    }
    .top-bar__message {
        font-size: 14px;
    }
    .top-bar .top-bar__message {
        padding: 5px 15px;
        line-height: 16px;
    }
    .r--like-icon.like.r--flex-center {
        flex-direction: column-reverse;
    }
    .product__title h1 {
        font-size: 30px;
    }
    .slider-nav .slick-slide img {
        max-width: 75px;
        height: 75px;
    }
    .r--grid-item3 {
        top: 18%;
    }
    .r--grid-item4 {
        top: 29%;
    }
    .r--grid-item5 {
        top: 55%;
    }
    .r--grid-item6 {
        top: 74%;
    }
}
@media (max-width: 320px) {
    .r--grid {
        height: 2400px;
    }
    .r--grid-item {
        font-size: 14px;
    }
    .row-svg {
        font-size: 5px;
    }
}

/* btn mobile */
    .btn_scroll_buy{display: none;}
    .sectionMobileBtn{display: none!important;}
        @media (max-width: 767px){
    .sectionMobileBtn{display: block!important;}
    .btn_scroll_buy{
        display: block;
            position: fixed;
    bottom: 0px;
    left: 0%;
    right: 0%;
    z-index: 998;
    background-color: #fff;
    }
    .boxBtnScroll{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid #5f8ac7;
    }
    .btnScrollProduct{
        width: 20%;
        position: relative;
    }
    .btnScrollText{
        width: 37%;
        position: relative;
    }
    .btnScroll{
        width: 55%;
    }
    .btnScrollProduct img{
        width: 65px;
        margin-top: -42px;
    }
    .btnScrollProduct div{
        position: relative;
        top: 32px;
        right: -31px;
        width: 50px;
        height: 50px;
    }
    .btnScrollProduct div p{
    font-size: 8px;
    line-height: 10px;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    }
    .btnScrollProduct div h5{
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    color: #0db259;
    text-align: center;
    }
    .btnScrollProduct div img{
        width: 100%;
    }
    .btnScrollText p{
        position: absolute;
    left: 5px;
    font-size: 10px;
    top: -40px;
    }
    .btnScrollText h5{
        position: absolute;
left: -7px;
    line-height: 15px;
    top: -23px;
        font-size: 14px;
        font-weight: 800;
    }
    .btn_mobile{
    background: #00b359;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    font-family: Barlow Condensed, Arial Narrow, Impact, sans-serif;
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    z-index: 999;
    padding: 10px;
    margin: 0 10px;
          }
        }
@media (max-width: 400px){
    .btnScrollProduct{
        width: 20%;
        position: relative;
    }
    .btnScrollText{
        width: 30%;
        position: relative;
    }
    .btnScroll{
        width: 50%;
    }
    .btnScrollText p{
    left: 5px;
    font-size: 8px;
    top: -40px;
    }
    .btnScrollText h5{
left: 8px;
    line-height: 15px;
    top: -44px;
    }
    .btn_mobile{
        margin: 0 5px;
    }
}