html,body{
  width: 100%;
  height: 100%;
  margin:0;
  padding: 0;
}

body{
  font-family: 'Museo', sans-serif!important;
  padding: 0;
  color: #fff;
  background-color: var(--primary-color)!important;
  margin:0;
}
body::-webkit-scrollbar {
    width: 5px;
}
 
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
    background-color: var(--black-color);
    outline: 1px solid slategrey;
}
ul, ol{
  list-style: none!important;
  padding:0;
  margin:0 !important;
}
p{
  margin-bottom:15px!important;
  font-size: 14px;
  line-height: 24px;
}
input[type="submit"]:hover{
    border-color: var(--primary-color)!important;
}
a:hover, a{
  text-decoration: none;
}
a, button, .caption-text h2{
    transition: 0.5s ease-in-out!important;
}
@font-face {
    font-family: 'Museo';
    src: url('../fonts/Museo300-Regular.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo';
    src: url('../fonts/Museo700-Regular.otf');
    font-weight: 700; 
    font-style: normal;
}

:root {
  --primary-color: #081f28;
  --secondry-color: #fd0;
  --white-color: #fff;
  --black-color: #000;
}

/*===================
    Banner slide
===================*/
.onst-banner-section, .onst-inner-banner-section{
  padding: 60px 0;
  background: var(--primary-color);
}
.onst-banner-heading h1, .onst-inner-banner-heading h1{
    font-size: 66px;
    color: #fff;
    font-weight: 700;
    line-height: 76px;
    width: fit-content;
    margin: 0 0 90px;
}
.onst-banner-heading h1 span, .onst-inner-banner-heading h1 span, .onst-work-process .onst-section-heading h2 span,
.onst-product-section-heading h2 span, .onst-chose-goal h2 span{
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.onst-banner-heading h1 span:before, .onst-inner-banner-heading h1 span:before,
.onst-work-process .onst-section-heading h2 span:before, .onst-product-section-heading h2 span:before,
.onst-chose-goal h2 span:before{
  content: "";
  position: absolute;
  top: 9px;
  right: 90px;
  width: 85%;
  height: 46px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  background-image: url(https://lottogram.de/wp-content/uploads/2024/01/Asset-5.png);
}
.copyrights p {
	margin-bottom:0!important;
}
.onst-inner-banner-heading h1 span:before{
  right: 0!important;
  width: 100%!important;
}
.banner-content{
    background: #000000a1;
    padding: 45px 44px;
}
.banner-content h1{
    font-size: 36px;
    line-height: 49px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
}
.onst-banner-content p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 35px!important;
}
.onst-banner-content a, .onst-home-product-btn a{
   transition: all .3s;
    border: 1px solid var(--secondry-color)!important;
    color: var(--secondry-color)!important;
    background: transparent;
    border-radius: 32px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 15px;
    padding: 11px 30px 11px 
}
.onst-banner-slide img{
      height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 35px;
}
.onst-banner-slide a{
  position: relative;
  display: block;
}
.onst-banner-slider-content{
    position: absolute;
    bottom: 32px;
    left: 32px;
}
.onst-banner-slider-content p{
      color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15!important;
}
.onst-banner-slider-content p i{
  margin-right: 10px;
}
.onst-banner-slider-content h3{
  text-shadow: 0 2px 4px rgba(0,0,0,.25);
  color: #fff;
  font-size: 30px;
  line-height: 43px;
  font-weight: 700;
  margin: 0;
}
/*===================
  Our Cate
===================*/
.onst-home-cat-section, .onst-home-product-sec, .onst-our-partner-section{
  background: #f4f4f4;
}
.onst-home-cat-section{
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.onst-home-product-sec{
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.onst-section-heading h2, .onst-product-section-heading h2, .onst-chose-goal h2{
   font-size: 44px;
    line-height: 64px;
    color: #000;
    position: relative;
    width: fit-content;
    font-weight: 700;
}
.onst-section-heading h2 span{
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.onst-section-heading h2 span:before{
 content: "";
  position: absolute;
  top: 1px;
  right: 0px;
  width: 77%;
  height: 29px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50^;
  pointer-events: none;
  background-image: url(https://lottogram.de/wp-content/uploads/2024/01/Asset-6.png);
}
.onst-cat-card a{
  color: #000!important;
}
.onst-cat-card a:hover{
  text-decoration: none;
}
.onst-cat-card a img{
    width: 100%;
    height: 325px;
    border-radius: 20px;
}
.onst-card-categ-content{
      display: flex;
    background: #fff;
    width: calc(100% - 30px);
    margin: 0 auto;
    align-items: center;
    padding: 15px 25px;
    justify-content: space-between;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.onst-card-categ-content h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
}
.onst-section-heading{
  margin-bottom: 50px;
}
.onst-card-categ-content .icon{
  transition: all .15s;
    width: 50px;
    font-size: 18px;
    display: flex;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid #3d3d54;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    line-height: 28px;
}
/*===================
Home Product
===================*/
.onst-home-product-sec{
  padding-bottom: 80px;
}
.onst-prodcut-img{
  position: relative;
}
.onst-prodcut-img p{
  background: #ffffffb3;
    backdrop-filter: blur(8px);
    position: absolute;
    top: 24px;
    left: 20px;
    border-radius: 20px;
    padding: 7px 14px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}
.onst-prodcut-img p i, .onst-product-banner-heading p i{
  margin-right:10px;
}
.onst-prodcut-img img{
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  height: 250px!important;
  border-top-right-radius: 20px;
}
.onst-product-content{
  background: #fff;
  padding: 28px 25px 30px;
  z-index: 99;
  position: relative;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.product-whishlist{
  border: 5px solid white;
    position: absolute;
    top: -24px;
    border-radius: 50%;
    right: 14px;
}
.product-whishlist i{
    color: #c6c6cb;
    width: 40px;
    display: flex;
    height: 40px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.onst-product-content h3{
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}
.onst-product-content ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.onst-product-content ul li{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}
.onst-product-content ul li i{
  color: var(--secondry-color);
  margin-right: 10px;
}
.onst-product-btn{
  cursor: pointer;
    transition: all .4s;
    border: none;
    background: var(--secondry-color);
    transform: translateY(-100%) scale(.95);
    color: #000!important;
    width: 100%;
    margin-top: -2rem;
    padding: 3rem 1rem 1rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    font-size: 1.1428571429rem;
    font-weight: 600;
}
.onst-product-item:hover .onst-product-btn{
  transform:none;
}
.onst-home-product-btn{
  text-align: center;
}
.onst-home-product-btn a{
  font-size: 18px!important;
  line-height: 26px!important;
  font-weight: 700!important;
}
/*===================
  Work Process
===================*/
.onst-work-process, .onst-inner-page-banner{
  background: var(--primary-color);
  padding: 80px 0;
}
.onst-work-process .onst-section-heading h2, .onst-chose-goal h2{
  color: #fff!important;
}
.onst-work-process .onst-section-heading h2 span:before, .onst-inner-page-banner h1 span:before{
  right: 0!important;
  width: 100%!important;
}
.onst-section-content p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.stage-visualiser__canvas.stage-visualiser__canvas--desktop{
  background-image: url(http://localhost/BlogsPakistan/wp-content/uploads/2023/12/stage-visualisation-desktop.ea029c4a.png);
}
/*===================
  Our Partner
===================*/
.onst-our-partner-section{
  padding: 80px 0;
  border-radius: 50px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}
.onst-charity-item img{
	border-radius:7px;
}
.onst-charity-section{
  padding: 0 0 80px 0;
	background: #f4f4f4;
  border-bottom-left-radius:50px;
  border-bottom-right-radius:50px;
}
.onst-partner-slide{
  min-height: 340px;
  padding: 54px;
  border-radius: 40px;
  background-color: #fff;
}
.onst-partner-slide img{
    width: 280px!important;
    margin-bottom: 32px;
    height: 100px!important;
    object-fit: contain;
}
.onst-partner-slide p{
    max-width: 350px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
}
/*===================
  Shop
===================*/
.onst-inner-page-banner h1 {
  margin: 0!important;
}
.onst-cat-filter ul form{
  display: flex;
}
.onst-cat-filter ul form li{
  color: var(--primary-color);
  background: #f4f4f4;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 32px;
  transition: all .2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-weight: 300;
  margin-right: 10px!important;
  line-height: 1.5;
  cursor: pointer;
}
.onst-cat-filter ul form li:hover, .onst-cat-filter ul form li.active{
  color: #fff;
  background-color: var(--primary-color);
}
.onst-listing-section{
  padding:50px 0 80px 0;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.onst-product-listing-tab{
  padding-top: 80px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #fff;
}
.onst-listing-section .onst-product-item, .onst-related-product .onst-product-item{
  box-shadow: 2px 2px 40px rgba(0,0,0,.07);
    border-radius: 20px;
}
.onst-related-product .products li{
  width: 30.5%!important;
}
.cart-menu__amount button{
  border: none;
  background: #fff;
  border-radius: 50%;
  width: 1.8571428571rem;
  height: 1.8571428571rem;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}
.cart-menu__amount .global-icon-cta-plus{
  background: var(--primary-color);
  color: #fff;
}
.cart-menu__amount{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4!important;
  border-radius: 2rem;
  padding: 8px 15px;
  min-height: 45px;
  gap: 0.5em;
}
.cart-menu__amount input {
    width: 2em;
}
.onst-product-content a{
  color: #000!important;
}
.onst-listing-section .onst-product-content a h2, .onst-related-product .onst-product-content a h2{
    font-size: 22px!important;
    line-height: 32px!important;
    font-weight: 600;
    padding: 0!important;
    margin-bottom: 20px!important;
}
.onst-related-product .onst-product-content ul::before, .onst-related-product .onst-product-content ul::after,
.onst-related-product .onst-product-content ul::before, .onst-related-product .onst-product-content ul::after {
  content: none!important;
}
.cart-menu {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 0.5rem;
  width: 100%;
}
.cart-menu__button{
  flex: 1 0 auto;
}
.cart-menu__button button{
  background: var(--secondry-color)!important;
  width: 100%!important;
  text-align: center;
  color: var(--primary-color)!important;
  font-size: 14px!important;
  font-weight: 800!important;
  margin-top: 0!important;
  padding: 17px 10px!important;
    border-radius: 30px!important;
}
.onst-prodcut-price-span{
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 12px;
}
.onst-prodcut-price-span ins{
  background: transparent!important;
}
.cart-menu__amount i{
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 12px;
}
.cart-menu__amount input::-webkit-outer-spin-button,
.cart-menu__amount input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-menu__amount input{
  border: none!important;
  text-align: center;
  background: transparent;
  color: #000!important;
}
/*===================
  Single Page
===================*/
.onst-product-page-banner{
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.onst-product-banner-heading h1{
  font-size: 56px;
    line-height: 71px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.25);
    font-weight: 700;
    margin: 0;
}
.cart-menu a, .onst-product-short-cart .cart-menu__amount{
  background: #ffffff33!important;
}
.onst-product-short-cart p{
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  background: rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff!important;
}
.onst-product-banner-heading p{
  position: unset;
    width: fit-content;
    font-size: 20px;
    line-height: 34px;
    background: #ffffffb3;
    color: #000;
    padding: 7px 14px;
    font-weight: 700;
    border-radius: 8px;
    margin: 20px 0 35px!important;
}
.onst-date{
  background: rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff!important;
  width: max-content;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
}
.onst-product-banner-top{
  padding-bottom: 60px;
}
.product-short-info ul{
  margin: 0;
  justify-content: space-between;
  width: auto;
  display: flex;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 20px 30px;
  height: 100%;
}
.product-short-info ul li p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.product-short-info ul li strong{
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  margin-top: 12px!important;
}
.onst-ticket-no{
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(0,0,0,.2);
    width: 250px;
    margin: auto 0 auto auto;
    backdrop-filter: blur(8px);
    color: #fff;
    padding: 1rem 2rem 1.5rem;
    text-align: center;
    font-size: 1rem;
    height: 100%;
}
.onst-ticket-no strong{
  display: block;
  font-size: 40px;
  line-height: 45px;
  margin-top: 10px;
}
.onst-product-content-sec, .onst-related.product{
  border-radius: 50px;
  padding: 70px 0;
  margin-top: -20px;
  background: white;
}
.onst-product-page-content h3{
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000;
}
.onst-default-content-table h5{
  font-size: 22px;  
  line-height: 32px;
  font-weight: 700;
  margin-top: 30px;
  color:#000;
}
.onst-default-content-table{
  text-align: center;
    margin: 0 auto;
    width: 440px;
}
.onst-default-content-table table tr th,
.onst-default-content-table table tr td{
  font-size: 16px;
    font-weight: 200;
    text-align: left;
    padding: 12px;
}
.onst-product-page-img ul{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.onst-product-page-img ul li img{
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.onst-product-page-img ul li:nth-child(1){
   width: 100%;
}
.onst-product-page-img ul li:nth-child(1) img{
  height: 380px;
}
.onst-product-page-img ul li:nth-child(2){
   width: 60%;
}
.onst-product-page-img ul li:nth-child(3){
   width: 36%;
}
.onst-product-winner-sec{
  background: var(--primary-color);
  padding: 80px 0;
}
.onst-product-section-heading h2{
  color: #fff;
}
.onst-product-section-heading h2 span:before, .onst-chose-goal h2 span:before{
width: 100%;
right: 0; 
}
.onst-product-section-heading p{
  margin-top: 40px;
  color: #fff;
  font-weight: 600;
}
.onst-content, .onst-winner-story p{
  color: #fff;
}
.onst-content p{
  margin-top: 10px;
}
.onst-winner-story{
  padding: 1.5rem;
  background: var(--primary-color);
  border: 2px solid var(--secondry-color);;
  border-radius: 10px;
}
.onst-winner-story h3{
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 17px;
}
.onst-winner-story img{
    height: 200px!important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.onst-winner-story strong{
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.odds-comparison__bars{
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 0.7rem;
}
.odds-comparison__bar{
    position: relative;
    z-index: 1;
    display: flex;
    font-weight: 800;
    align-items: center;
    padding: 0 25px;
    gap: 18px;
    color: #fff;
    height: 40px;
    border-top-right-radius: 20px;
    background: var(--secondry-color);
    border-bottom-right-radius: 20px;
}
.odds-comparison__bar span{
  flex: 1 0 auto;
  text-align: center;
}
/*===================
  About Us
===================*/
.onst-home-cat-section, .vhcl-blog-section, .onst-blogs-listing,
.vhcl-single-page-content{
  padding: 80px 0;
}
.onst-about-page-sec{
  background: #fff;
    border-radius: 50px;
    padding: 130px 0;
    margin-top: -144px;
}
.onst-about-left-content img{
      height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 26px;
}
.onst-about-chose-sec{
  padding: 70px 0;
}
.onst-about-chose-us img{
  height: 720px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 50px;
}
.onst-about-left-content h3, .onst-about-right-content h3{
      font-size: 28px;
    line-height: 39px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}
.onst-chose-list ul, .accordion-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onst-chose-goal p{
      margin-top: 40px;
    color: #fff;
}
.accordion-header .toggle-icon{
    font-size: 18px;
    line-height: 17px;
    font-weight: 700;
    border: 2px solid;
    padding: 0px 4px 1px;
    border-radius: 50%;
}
.accordion-header h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
}
.onst-chose-list ul li strong{
  font-size: 56px;
    color: #ffff;
    line-height: 74px;
}
.onst-chose-list ul li p{
      font-size: 22px;
    color: #fff;
    line-height: 32px;
}
.accordion-item{
  border-bottom: 1px solid #d3d3d387;
  padding-bottom: 12px;
  padding-top: 13px;
}
/*===================
  Brand Logo
===================*/
.onst-why-we-are{
  background: #fff;
  border-radius: 50px;
  padding: 80px 0;
}
/*===================
  Brand Logo
===================*/
.vhcl-brand-logo{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vhcl-brand-logo .vhcl-brand-logo-item{
    width: 20%;
    margin: 40px 0;
    text-align: center;
}
.vhcl-barand-logo-heading{
  text-align: center;
}
.vhcl-why-chose-section img{
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.vhcl-logo-section{
  padding-top: 80px;
}
/*===================
   blog
===================*/
.vhcl-section-heading{
  text-align: center;
  margin-bottom: 45px;
}
.onst-blog-bx ul{
  display: flex;
  padding: 14px 0 5px;
}
.onst-blog-bx img{
  width: 100%;
  height: 254px;
  object-fit: cover;
}
.onst-blog-bx ul li{
     font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 10px;
}
.onst-blog-bx ul li span{
  margin-left: 6px;
  color: var(--primary-color);
}
.onst-blog-bx h3{
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    color: #000;
}
.onst-blog-bx a{
      display: block;
    background: var(--primary-color);
    width: 117px;
    padding: 6px 0 7px;
    text-align: center;
    font-size: 14px;
    margin-top: 17px;
    line-height: 25px;
    font-weight: 600;
    color: #fff!important;
}
/*===================
   Blog Listing
===================*/
.vhcl-blog-heading{
    width: 100%;
    max-width: 660px;
    margin: 0px auto 45px;
    text-align: center;
}
.onst-pagination{
    padding-top: 70px;
    text-align: center;
}
.onst-blogs-listing .onst-blog-bx{
  margin-bottom: 40px;
}
.onst-pagination .page-numbers{
    color: var(--primary-color);
    text-decoration: none;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 23px;
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #0000001f;
    padding: 5px 10px;

}
.onst-pagination .page-numbers:hover, .onst-pagination .page-numbers:active, .onst-pagination .page-numbers:focus, .onst-pagination .current {
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
}
.product-list .product{
  width: 25%;
  position: relative;
}
.product-list{
    display: flex;
    flex-wrap: wrap;
}
.product-list .product img{
      width: 100%;
    height: 400px;
    object-fit: cover;
}
.product-title{
    background: linear-gradient(45deg, #fa0202 81%, #ffffff00 46%);
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    height: 82px;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    width: 100%;
    color: #fff;
    padding: 16px 64px 20px 20px;
}
/*===================
  Content None
===================*/
.onst-nofound-page-content label{
    width: 100%;
    margin:0;
}
.onst-nofound-page-content p{
    text-align: center;
}
.onst-nofound-page-content .search-form{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 410px;
    margin: 25px auto;
}
.onst-nofound-page-content .search-form .search-field{
    height: 50px;
    border: 1px solid #d3d3d387;
    border-radius: 0;
    line-height: 25px;
    padding-left: 13px;
    width: 100%;
}
.onst-nofound-page-content .search-form .search-submit{
    border: 1px solid var(--second-color);
    height: 50px;
    border-radius: 0;
    transition: 0.5s ease-in-out;
    background: var(--primary-color);
    color: var(--white-color);
    cursor: pointer;
    font-weight: 500;
    padding: 10px 29px;
}
.onst-nofound-page-content .search-form .search-field:focus-visible{
  outline: none;
}
/*=====================
   404 not found  
=====================*/
.onst-error-404{
  text-align: center;
}
.onst-error-404 h1{
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    margin: 10px 0;
    color: #000;
}
.onst-error-404 h1 span{
  color: var(--secondry-color);
}
.onst-error-content h3{
  font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 22px;
}
/*===================
    sidebar
===================*/
.onst-default-page, .onst-single-blog-post, .onst-error-404, .onst-blogs-listing{
  padding: 70px 0;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 45px;
}
.entry-content{
  margin: 0!important;
}
.onst-page-content  h1{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  margin: 0 0 27px;
}
.onst-sidebar #secondary section{
    margin-bottom: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.onst-sidebar .widget_search input{
  height: 45px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
}
.onst-sidebar .widget_search .wp-block-search__inside-wrapper {
  padding: 0;
  border:1px solid #94949469;
}
.onst-sidebar .widget_search button{
    border: 0;
    border-radius: -0;
    color: #fff;
    background: var(--primary-color);
}
.onst-sidebar #secondary section h2{
  font-size: 22px;
    line-height: 31px;
    padding-bottom: 10px;
    color: #000;
    margin-bottom: 14px;
    font-weight: 700;
    border-bottom: 2px solid var(--primary-color);
}
.onst-sidebar #secondary section ul li{
  border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.onst-sidebar #secondary section ul li a, .footer-adress ul li a{
  color: #000;
}
.onst-sidebar #secondary section ul li:last-child{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.onst-post-content ul li{
  display: inline-block;
    padding: 0 15px 0 0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.onst-single-blog-thumbnail img{
      height: 360px;
    object-fit: cover;
}
.onst-single-blog-thumbnail, .dbweb-default-page article{
  margin-bottom: 25px;
}
.onst-post-content ul li i {
    color: var(--primary-color);
    margin-right: 12px;
}
.onst-post-content ul li a, .dbweb-footer-social ul li a, .footer-about p{
  color: var(--black-color);
}
.onst-blog-title h2, .page-title h2{
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.vhcl-post-comment{
  padding: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    margin: 50px 0 0;
}
.vhcl-post-comment .comment-reply-title {
  font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
}
.onst-single-blog-content{
  margin-right: 15px;
}
.vhcl-post-comment textarea{
  width: 100%;
    font-size: 16px;
    border-radius: 0;
    line-height: 24px;
    margin: 10px 0 15px;
    padding: 10px 10px 10px 15px;
}
.vhcl-post-comment .form-submit .submit{
  font-size: 16px;
    line-height: 26px;
    background: var(--primary-color);
    color: #fff!important;
    display: block;
    transition: 0.5s ease-in-out;
    text-align: center;
    font-style: italic;
    cursor: pointer;
    border: 0;
    width: 165px;
    padding: 12px;
    font-weight: 600;
}
.woocommerce-message a{
  font-size: 16px!important;
  line-height: 16px!important;
  background: var(--secondry-color)!important;
  color: #000!important;
  display: block;
  transition: 0.5s ease-in-out;
  text-align: center;
  border-radius: 29px;
  width: 115px;
  padding: 12px!important;
}
.default-image{
  margin-bottom: 18px;
}
/*===================
  Cart Page
===================*/
.onst-default-content .woocommerce table {
    border: 1px solid #ececec !important;
    border-bottom: none;
    border-radius: 0 !important;
}
.onst-default-content .woocommerce table.shop_table td,
.onst-default-content .woocommerce table.shop_table th,
.onst-default-content .woocommerce table.shop_table td,
.onst-default-content .woocommerce table.shop_table th {
    padding: 30px 15px !important;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    border-left: none;
    border-right: none;
}
.onst-default-content .woocommerce table.shop_table td.product-name a{
  color: #000;
  font-weight: 600;
}
.onst-default-content .woocommerce .cart_item .product-thumbnail img {
    width: 90px !important;
    border-radius: 5px;
}
.onst-default-content .cart #coupon_code {
    width: 53% !important;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 23px;
    padding: 12px 15px;
}
.kla-single-product-footer button{
  width: 100%!important;
  margin-top: 20px!important;
}
.kla-single-product-sidebox-header .price{
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.vhcl-product-box .onsale{
    font-weight: 700;
    position: absolute;
    text-align: center;
    color: #fff;
}
.vhcl-product-box{
  position: relative;
}
.vhcl-single-product-content .onsale,
.woocommerce ul.products li.product .onsale,
.vhcl-product-box .onsale{
  background: var(--secondry-color)!important;
  border-radius: 0!important;
  top: 14px !important;
  left: auto !important;
  margin: 0!important;
  right: 12px !important;
  padding: 8px 15px!important;
  font-size: 14px!important;
  line-height: 23px!important;
  min-height: auto!important;
}
.vhcl-single-product-tabs .related.products{
  display: none!important;
}
.woocommerce-tabs .tabs {
  padding: 0!important;
}
.reviews_tab{
  border:none!important;
  border-radius: 0!important;
  padding: 4px 25px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background: var(--primary-color)!important;
  color: #fff!important;
  border-radius: 0;
  border:none;
  padding: 4px 25px;
}
.woocommerce-Tabs-panel h2{
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{
  content: none;
}
.onst-default-content .woocommerce .button, .checkout-button,
.kla-single-product-footer button{
    background-color: var(--secondry-color) !important;
    color: #000 !important;
    text-transform: capitalize;
    border-radius: 29px;
    border: 0px!important;
    font-size: 14px!important;
    text-align: center;
	font-family: 'Museo';
    font-weight: 600 !important;
    padding: 10px 27px 13px!important;
    margin-right: 5px !important;
    line-height: 27px!important;
}
.woocommerce-shipping-calculator a{
  color: #000;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after{
  color: var(--secondry-color);!important;
}
.cart-collaterals{
  margin-bottom: 50px!important;
}
.onst-default-content .cart_totals h2{
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    margin-bottom: 20px;
}
.onst-default-content .shipping-calculator-form .select2-selection--single,
.shipping-calculator-form input{
  border-radius: 0!important;
  height: 40px!important;
  border: 1px solid #d3d3d3ab!important;
  margin-bottom: 10px!important;
}
.onst-default-content .shipping-calculator-form .select2-selection__rendered,
.shipping-calculator-form input{
  line-height: 38px!important;
  font-size: 14px!important;
}
.onst-default-content .shipping-calculator-form .select2-selection__arrow {
    height: 34px;
}
.shipping-calculator-form .button{
  line-height: 20px!important;
  margin-top: 5px!important;
}
.cart_totals .wc-proceed-to-checkout a.checkout-button{
    padding: 15px 0!important;
    margin: 0!important;
	font-size:18px!important;
}
.vhcl-checkout-section .checkout .col-1 {
    padding: 45px 35px!important;
    background-color: white;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    width: 53% !important;
    max-width: 53%!important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 47% !important;
    max-width: 47%;
}
.vhcl-checkout-section .checkout .col-2 {
    background: #fdfdfd;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    padding: 45px 35px;
}
/*===================
  Checkout
===================*/
.vhcl-checkout-section .col-1 .woocommerce-billing-fields h3,
.vhcl-checkout-section .col-2 h3{
      font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.onst-register-field-wrap{
	display:flex;
	justify-content:space-between;
}
.onst-rest-feild{
	width:48%;
	margin-bottom: 20px;
}
 .woocommerce-billing-fields .input-text,
 .select2-container .select2-selection--single,
 .woocommerce form .form-row textarea,
 .woocommerce form .form-row input.input-text,
.onst-register-field-wrap input,
.onst-rest-feild select{
  display: block;
  height: 50px!important;
  background-color: #fff;
  background-image: none;
  border-radius: 0px!important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #ececec !important;
  padding: 15px 18px !important;
  font-size: 15px;
  background: none;
  width: 100%;
  transition: all .5s;
  color: #000;
  border-radius: 25px!important;
}
#ship-to-different-address-checkbox{
  height: 16px;
  width: 29px;
}
 .woocommerce form .form-row textarea{
  height: 150px!important;
  margin-bottom: 20px!important;
 }
.onst-default-content .woocommerce form .form-row label,
.onst-register-field-wrap label{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 7px;
margin-left: 10px;
   font-weight: 700;
}
.onst-personal-data h3{
	font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 20px;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px!important;
	right: 12px!important;
}
 .select2-container .select2-selection--single .select2-selection__rendered{
  line-height: 17px!important;
  padding: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px!important;
}
.onst-default-content .woocommerce form .form-row{
  margin-bottom: 15px!important;
}
.woocommerce-checkout #payment {
  background: #dbe4ec4f!important;
} 
.woocommerce-info::before,
.woocommerce-message::before{
  color: var(--primary-color)!important;
}
.woocommerce-info, .woocommerce-message{
  border-color: var(--primary-color)!important;
}
.woocommerce-page div.product div.images {
  width: 100%!important;
  float: none!important;
}
.summary.entry-summary{
  display: block;
  float: none!important;
  width: 100%!important;
}
#primary-menu li.onst-register{
	display:none;
}
/*media*/
@media screen and ( max-width: 600px ){
  .onst-header-contact ul li:last-child, .footer-space{
    display: none!important;
  }
  .onst-logo{
    border-right: none!important;
  }
  .onst-header .row div.col-sm-2{
    order: 2;
  }
  .onst-default-content .woocommerce .button{
        padding: 10px 16px 13px!important;
  }
  .onst-header .row div.col-sm-7{
    order: 1;
  }
  .onst-header-contact a span{
    right: -2px!important;
    font-size: 9px!important;
    line-height: 8px!important;
  }
  .main-navigation button{
    padding: 0;
  }
  .onst-header-contact ul li a, .onst-header-contact ul li, .main-navigation button{
    width: 43px!important;
    height: 43px!important;
    font-size: 14px;
  }
  .onst-header .row div:nth-child(3){
    order: 3;
  }
  .onst-main-menu .main-navigation.toggled #primary-menu{
    width: 100%;
    position: fixed;
    background: var(--primary-color);
    left: 0;
    z-index: 999;
    padding: 5px 21px;
    top: 75px;
    height: 100%;
    padding-top: 20px;
  }
  #primary-menu li.onst-register{
		background: var(--secondry-color);
		width: 55%;
		margin: 20px auto 0!important;
		border-radius: 28px;
	  display:block!important;
	}
	#primary-menu li.onst-register a{
		color: #000!important;
		
	}
  .main-navigation.toggled .menu-toggle{
    position: fixed;
    z-index: 9999;
    top: 20px;
    left: 17px;
  }
  .woocommerce-page table.cart td.actions .coupon .button{
      width: 44%!important;
      font-size: 14px!important;
  }
  .onst-default-content .woocommerce table.shop_table td,
  .onst-default-content .woocommerce table.shop_table th{
    font-size: 14px;
    line-height: 22px;
  }
  .woocommerce-shipping-destination{
    text-align: left;
    margin-top: 16px!important;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2{
    max-width: 100%!important;
    width: 100%!important;
    padding: 40px 0!important;
  }
  .vhcl-checkout-section .checkout .col-2{
    background: none; 
    border: none;
    padding: 0px!important;
  }
  #place_order{
    margin-top: 25px;
  }
  .onst-banner-heading h1, .onst-inner-banner-heading h1 {
    font-size: 44px!important;
    line-height: 61px!important;
    margin: 0 0 45px;
  }
  .onst-banner-content, .onst-cat-card{
    margin-bottom: 40px;
  }
  .onst-certiface-wrap .onst-certiface-item{
    width: 100%;
    text-align: left;
  }
  .onst-certiface-wrap .onst-certiface-item:last-child{
    display: none;
  }
  .onst-home-cat-section{
    padding: 50px 0;
  }
  .onst-section-heading h2, .onst-product-section-heading h2, .onst-chose-goal h2, footer .onst-footer-certificate h2{
    font-size: 34px;
    line-height: 54px;
  }
  .onst-banner-heading h1 span:before{
    width: 100%;
    right: 0!important;
  }
  .banner-content h1 {
    font-size: 30px;
    line-height: 47px;
  }
  .vhcl-logo {
    width: 170px;
    padding-left: 12px;
  }
  .vhcl-header .col-sm-8{
    display: none;
  }
  #primary-menu li{
    font-size: 20px!important;
    line-height: 25px!important;
    padding: 15px 0;
    font-weight: 600;
    text-align: center;
  }
  .onst-footer-infp{
    margin: 35px 0;
  }
  /*#primary-menu, .vhcl-about-image{
    margin-top: 20px;
  }*/
  .menu-toggle{
    margin: auto 0 auto auto;
  }
  #primary-menu li{
    margin-right:0!important;
  }
  #primary-menu li:last-child{
    border-bottom: none!important;
  }
  .main-navigation.toggled button .fa-bars,
  .main-navigation button .fa-xmark{
    display: none;
  }
  .main-navigation button:focus-visible{
    outline: none!important;
  }
  .main-navigation.toggled button .fa-xmark{
    display: block;
  }
  .vhcl-main-menu .menu-toggle{
    border: none;
    width: 40px;
    height: 33px;
    text-align: center;
    padding: 9px 0;
    font-size: 16px;
  }
  .product-list .product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100%!important;
  }
  .onst-blog-bx, .vhcl-about-content, .vhcl-footer-col, .copyrights{
    margin-bottom: 25px;
  }
  .vhcl-brand-logo .vhcl-brand-logo-item {
    width: 38%;
    margin: 40px auto;
  }
  .banner-content a, .vhcl-about-content a{
    width: 155px;
    line-height: 23px;
    font-size: 16px
  }
  .navigation{
    padding: 0!important;
  }
  .footer-terms-cond-wrap ol{
    list-style: none!important;
  }
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    float: none!important;
  }
  .woocommerce-ordering .orderby{
    width: 100%;
    margin:20px 0!important;
  }
	.onst-why-we-are{
	   border-radius: 19px;
       padding: 41px 0;

	}
	.onst-main-menu{
		margin-left:0!important;
	}
}

@media screen and (min-width:601px) and (max-width:1050px){
  .onst-header-contact ul li:last-child{
    display: none;
  }
  .main-navigation.toggled button .fa-bars,
  .main-navigation button .fa-xmark, .main-navigation #primary-menu, .footer-space{
    display: none;
  }
  .main-navigation button:focus-visible{
    outline: none!important;
  }
  .main-navigation.toggled button .fa-xmark{
    display: block;
  }
   #primary-menu li{
    border-bottom: 1px solid #fdfdfd7a;
    padding: 15px 0;
  }
  #primary-menu li{
    margin-right:0!important;
  }
  #primary-menu li:last-child{
    border-bottom: none!important;
  }
  h1{
    font-size: 50px!important;
    line-height: 62px!important;
  }
  .onst-certiface-wrap{
    margin-bottom: 30px;
  }
  .onst-certiface-item img{
    width: 113px!important;
    height: 87px!important;
  }
  .onst-header .row div.col-sm-7{
    order: 3;
  }
  .onst-main-menu .main-navigation.toggled #primary-menu{
      width: 100%;
      position: fixed;
      background: var(--primary-color);
      left: 0;
      display: block;
      z-index: 999;
      padding: 5px 21px;
      height: 100%;
      top: 74px;
      padding-top: 75px;
  }
  .main-navigation.toggled .menu-toggle{
    position: fixed;
    z-index: 9999;
    top: 20px;
    left: 17px;
  }
  .onst-banner-content a{
        font-size: 16px;
    line-height: 28px;
  }
  .main-navigation .menu-toggle{
    display: block!important;
    margin: auto 0 auto auto;
    border: 1px solid #3d3d54!important;
  }
}