
          .pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-running .container, .pace-running .container-fluid{
  visibility: hidden;
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: #353535;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(100%) translateY(-100%) rotate(45deg);
  transform: translateX(100%) translateY(-100%) rotate(45deg);
  pointer-events: none;
}

.pace.pace-active .pace-activity {
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.pace .pace-activity::before,
.pace .pace-activity::after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    content: '';
}

.pace .pace-activity::before {
    margin-left: -40px;
    width: 80px;
    height: 80px;
    border-right-color: rgba(0, 0, 0, .2);
    border-left-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 3s linear infinite;
    animation: pace-theme-corner-indicator-spin 3s linear infinite;
}

.pace .pace-activity::after {
    bottom: 50px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    -webkit-animation: pace-theme-corner-indicator-spin 1s linear infinite;
    animation: pace-theme-corner-indicator-spin 1s linear infinite;
}

@-webkit-keyframes pace-theme-corner-indicator-spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@keyframes pace-theme-corner-indicator-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}



 html, body{
  min-width: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}
.container-fluid{
  background:#f8f8f8  url(../images/textured-stripes.png) top repeat;
  padding-bottom: 50px;
}
.container-fluid.wave-right{
    background: #fff;
}
.container-fluid.wave-left{
    background: transparent;
}
.container-fluid.wave-left > div{
    background: #262626;
    padding: 40px;
}
.bg-black, .bg-black > div{
  padding:40px 20px;
  background: #262626 !important;
}
.container{
  padding-bottom: 50px;
}
.no-bottom-padding{
    padding: 0px;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'IBM Plex Mono';
    margin:80px auto 50px;
    position: relative;
}
h2:after{
    content: "";
    position: absolute;
    width: 150px;
    height: 2px;
    top:10px;
    background: #000;
}
.panel-heading a {
    text-decoration: none;
}
.panel .fa {
    font-size: 12px;
}
.panel-default {
    border-color: #fff !important;
}
.panel-default>.panel-heading {
    background-color: #f9f9ff;
}
.widget-wrap .single-sidebar-widget {
    padding: 48px 30px;
    background: #f9f9ff;
    margin-bottom: 30px;
}
.widget-wrap .single-sidebar-widget__title {
    font-size: 20px;
    font-weight: 700;
    margin-top:10px;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}
.widget-wrap .single-sidebar-widget__title::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background: #ccc;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.widget-wrap .newsletter-widget .bbtns {
    border: 0;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'IBM Plex Mono';
}
.widget-wrap .newsletter-widget .col-autos {
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}

.widget-wrap .newsletter-widget .form-control {
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    height: 50px;
    border-color: rgba(112,111,135,0.2);
}
.float-none{
  float: none !important;
}
.navbar-brand{
  margin:0px auto 30px;
  display: block;
  height: auto !important;
  padding: 0 !important;
  color:#000 !important;
  clear: both;
}

.navbar-brand img{
    width:150px;
    float: none;
    display: inline-block;
}
.navbar-default{
    background: transparent !important;
    border: none;
    box-shadow: none;
}
.navbar .navbar-nav{
    display: table;
    width: 100%;
    max-width: 800px;
    float: none;
    margin: 0 auto !important;
    text-align: center;
}
.navbar ul li{
    display: table-cell;
    float: none;
    text-align: center;
}
.navbar .navbar-nav a{
    font-weight: bold;
    color:#fff !important;
    font-family: 'IBM Plex Mono', 'Helvetica Neue', Helvetica;
    text-transform: uppercase;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
}
.navbar .navbar-nav .active a, .navbar .navbar-nav .active a:hover, .navbar .navbar-nav a:hover{
    background:transparent;
    color:#292929;
}
.navbar .navbar-nav a:after{
    background:url(../images/icon.png) no-repeat center;
    background-size: contain;
    width:18px;
    height:16px;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top:1px;
    margin: 0 auto;
    display: none;
}
.navbar .navbar-nav .active a:after, .navbar .navbar-nav a:hover:after{
    display: block;
}
.jumbotron{
  margin-top:10px;
  background:rgba(255,255,255,0.1);
}
.jumbo-wrap{
  background: url(../images/bg10.jpg) no-repeat center bottom;
  background-size: cover;
  border-radius: 7px;
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.5);
}
.jumbotron h3{
    font-family: 'IBM Plex Mono', "Playfair Display";
    text-transform: capitalize;
    margin: 0px auto 10px;
    background: rgba(0,0,0,0.5);
    color:#fff;
    font-size: 32px;
    padding: 7px;
    display: inline-block;
    text-align: center;
    font-weight: 900;
    border:1px dashed #222 ;
}
.jumbotron small{
    text-transform: uppercase;
    align-items: center;
    display: -ms-flexbox;
    /*text-shadow: 1px 0px 0px rgba(0,0,0,0.7);*/
    display: flex;
    font-family: 'IBM Plex Mono';
    letter-spacing: 1px;
    font-weight: 700;
    -ms-flex-align: center;
    transform-origin: top left;
    transform: rotate(90deg);
    margin-left: 10px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    position: relative;
    border: 1px dashed #aaa;
    display: inline-flex;
    padding: 5px;
}
.jumbotron small .fa{
  font-size:16px;
  color:#000;
}
.jumbotron small img{
    width: 30px;
    /*box-shadow: 0px 1px 1px rgba(0,0,0,0.5);*/
    /*border-radius: 100%;*/
}

.info p {
    font-family: "Playfair Display";
    margin-top: 5px;
    color: #000;
}
.info{
    margin: 10px auto;
    width: 80%;
    font-family: 'Work Sans';
}
.features{
  margin-top: 20px;
}
.feature{
    border-radius: 100%;
    padding: 0px 20px;
    text-align: center;
    max-width: 100px;
    min-height: 100px;
    margin: 0 auto;
    background: url(../images/vinyl.png) left top no-repeat;
    color: #fff;
    position: relative;
    background-size: cover;
}
.feature:before{
    content: "";
    width: 30%;
    height: 30%;
    border-radius: 100%;
    background: #babbbb;
    position: absolute;
    left: 0;
    top: 35%;
    bottom: 25%;
    right: 0;
    margin: 0 auto;
    transition: all ease-in 0.3s;
    z-index: 999;
}
.feature .fa {
    font-size: 18px;
    color: #394d5c;
    position: absolute;
    z-index: 9999;
    top: 42%;
    margin: 0 auto;
    left: 0;
    transition: all ease-in 0.2s;
    right: 0;
}
.feature:hover:before{
    width: 50%;
    height: 50%;
    top:25%;
}
.feature:hover .fa{
    font-size: 16px;
}
.no-padding{
  padding: 0;
}
.features:before{
    background: url(../images/arrow-1.png) no-repeat rgba(0,0,0,0);
    content: "";
    height: 80px;
    position: absolute;
    width: 215px;
    left: 280px;
    top: 50px;
    z-index: 999;
}
.features:after{
    background: url(../images/arrow-2.png) no-repeat rgba(0,0,0,0);
    content: "";
    height: 80px;
    position: absolute;
    width: 215px;
    right: 280px;
    top: 0px;
    z-index: 999;
}
.as-featured{
    text-align: center;
}
.as-featured img{
  max-width: 100px;
}
h2:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 25px;
    top: -30px;
    background: url(../images/vinyl2.png) no-repeat center;
    background-size: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.wave-right:before{
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 170px;
    background: url(../images/wave-right.png) no-repeat top;
    background-size:cover; 
}
.wave-left:before{
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 170px;
    background: url(../images/wave-left-b.png) no-repeat top;
    background-size:cover; 
}
       
footer{
  /*background: #222 !important;*/
  color:#fff;
  font-family: Dosis;
  font-size: 13px;
}
footer img{
  max-width: 130px; 
}

footer h3{                  
  font-size: 53px;
  font-family: 'Dosis', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  text-align: right;
  letter-spacing: 3px;
}
footer .shipping-block{
  background: url(../images/footer-map2.png) no-repeat top;
  background-size: contain;
}
footer h5{
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Work Sans';
  letter-spacing: 1px;
}
footer .footer-logo{
  margin:30px;
}
footer .fa, footer .fab{
  margin-right: 30px;
  display: inline-block;
  color:#fff;
}
.subscribe-block{
  max-width: 400px;
  padding: 40px;
  margin: 0 auto;
  background:#222;
  float: none;
  border-radius: 138px;
  color:#fff;
  margin-bottom: 50px;
}
.subscribe-block:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -25px;
    background: #222 url(../images/vinyl.png);
    background-size: contain;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.subscribe-block h3{
  margin-top: 20px;
}
.subscribe-block .btn{
  color:#222;
  background: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  float: none;
  max-width: 250px;
}
 .plan h3{
  background: url(../images/bg8.jpg) center;
  background-size: cover;
  padding: 40px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  font-family: Dosis;
    text-align: center;
    border-radius: 10px 10px 0 0;
    font-size: 38px;

 }
 .plan > div{
    max-width: 400px;
    margin:0 auto;
    position: relative;
 }
 .plan .price {
    position: absolute;
    background: #fff;
    padding: 22px 0;
    border-radius: 100%;
    width: 70px;
    text-align: center;
    font-weight: bold;
    top: -34px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    font-family: 'IBM Plex Mono';
}
.plan li {
    list-style-type: none;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #eee;
            text-align: center;
}
.plan ul {
    margin: 0;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.plan .btn {

    color: #fff;
    border-radius: 30px;
    padding: 13px 24px;
    display: block;
    text-transform: uppercase;
    margin: 20px auto;
    background: #222;
    color: #222;
    background: #fff;
    border:3px solid #ccc;
    font-family: 'IBM Plex Mono';
    font-weight: bold;
    max-width: 200px;
    font-size: 15px;
}
.plan.active .btn{
    color: #fff;
    border:none;
    background: -webkit-linear-gradient(left, #262626 0%,#828180 100%);
    background: -webkit-gradient(linear, left top, right top, from(#262626),to(#828180));
    background: -o-linear-gradient(left, #262626 0%,#828180 100%);
    background: linear-gradient(to right, #262626 0%,#828180 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#828180',GradientType=1 );
}
.subscribe-plans{
    background: #222;
    color:#fff !important; 
}
.plan{
  border-radius: 10px;
}
.plan > div{
  background: #fff;
  color:#222 !important;
  border-radius: 10px;
}
#userReviews .carousel-caption{
              position: relative;
              right: 0 !important;
              left: 0 !important;
              padding:0;
              margin:0;
          }

          #userReviews .carousel-caption h1{
              margin:20px auto;
              font-size: 18px;
              color:#222;
              max-width: 500px;
          }
          #userReviews .carousel-indicators li{
            border-color: #222;
          }
          #userReviews .carousel-indicators li.active{
            background: #222;
          }
          #userReviews .carousel-caption{
            text-shadow: none;
            color: #394d5c;
          }
          #userReviews .carousel-caption p{
            font-weight: bold;
          }
          .plan li i.fa {
              position: absolute;
              left: 30px;
              color: #16A05D;
          }

.product img{
  max-width: 100%;
}
.product h3{
      margin-top: 0;
    font-family: 'Work Sans';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    color:#636363;
}
.product .price{
  font-size: 48px;
    font-family: 'Work Sans';
    color: #3fa53f;
    margin-bottom: 40px;
    display: block;
}
.product .spec{
      background: rgba(0,0,0,0.7) url(../images/seal-sm.png) no-repeat right bottom;
    padding: 30px;
    box-shadow: 0px 3px 8px -1px rgba(0,0,0,0.6);
    border-radius: 10px;
    color: #fff;
}
.product{
  padding:40px 0;
  background:#f8f8f8  url(../images/textured-stripes.png) top repeat;
}
.product ul {
    list-style-type: none;
  }
.product ul li{
      font-family: "IBM Plex Mono";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0;
    position: relative;
    padding-left: 20px;
}
.product ul li .fa{
  position: absolute;
  left: 0;
    top: 3px;
    color: #a0a0a0;
}
.product .btn{
      border: none;
    font-family: "IBM Plex Mono";
    background: -webkit-gradient(linear, left top, right top, from(#262626),to(#828180));
    background: -o-linear-gradient(left, #262626 0%,#828180 100%);
    background: linear-gradient(to right, #262626 0%,#828180 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#828180',GradientType=1 );
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    width: 150px;
  }
@media(max-width: 667px){
  .features:before,
  .features:after{
      display: none;
    }  

  nav.navbar .navbar-nav li{
      display: block;
      float: none;
      width: 100%;
      text-align: left;
      background: rgba(0,0,0,0.5);
      border-bottom:1px solid rgba(0,0,0,0.1);
    }
    .navbar-collapse{
      border-top: none;
    }
     nav.navbar .navbar-nav li.active a:after, nav.navbar .navbar-nav li:hover a:after{  
        top: 13px;
     }
  }
header {
    background: #888888 !important;
    background-image: none;
    padding: 10px !important;
    color: #fff;
    font-family: 'IBM Plex Mono';
    text-align: center;
    margin-bottom: 40px;
}
header .fa, header .fab {
    color: #fff;
    margin-right: 20px;
}
.single-recent-blog-post.card-view .thumb-info {
    max-width: 260px;
}
.single-recent-blog-post .thumb-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    font-family: 'IBM Plex Mono';
    width: 100%;
    max-width: 415px;
    padding: 10px 20px;
    border-radius: 0px 100px 0 0;
}
.single-recent-blog-post .details {
    padding-top: 30px;
    padding:15px;
}
.single-recent-blog-post .details p {
    color: #777777;
}
.button {
    display: inline-block;
    border: 1px solid #222;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 24px;
    background-color: #222;
    color: #ffffff;
    transition: all .4s ease;
    font-family: 'IBM Plex Mono';
    border-radius: 5px;
  }
.single-recent-blog-post .details .button {
    margin-top: 8px;
}
.single-recent-blog-post.card-view .details h3 {
    font-size: 20px;
    font-family: "Work Sans",serif;
    color: #3a414e;
    line-height: 1.333;
    margin:0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.single-recent-blog-post .thumb-info li {
    display: inline-block;
    font-size: 15px;
    color: #777777;
    margin-right: 10px;
}
.single-recent-blog-post .thumb {
    position: relative;
}
.widget-wrap .single-sidebar-widget {
    padding: 48px 30px;
    background: #f9f9ff;
    margin-bottom: 30px;
}
.widget-wrap .single-sidebar-widget__title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}
.widget-wrap .single-sidebar-widget__title::after {
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background: #ccc;
    position: absolute;
    bottom: 4px;
    z-index: -1;
}
.widget-wrap .newsletter-widget .bbtns {
    border: 0;
    background: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'IBM Plex Mono';
}
.widget-wrap .newsletter-widget .col-autos {
    width: 100%;
}
.form-group {
    margin-bottom: 1rem;
}

.widget-wrap .newsletter-widget .form-control {
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    padding: 0px 15px;
    height: 50px;
    border-color: rgba(112,111,135,0.2);
}
.widget-wrap .post-category-widget .cat-list li {
    padding: 13px 20px;
    background: #ffffff;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget-wrap .post-category-widget .cat-list li a {
    color: #797979;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.blog-pagination .page-item.active .page-link {
    background: transparent;
    border-color: #222;
    color: #000000;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.blog-pagination .page-item {
    border: none;
}
.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: .8rem 1.05rem;
    margin: 0 5px;
    line-height: 1.25;
    color: #222;
    background: transparent;
    border-radius: 0;
    border: 2px solid #eeeeee;
}
.blog-post-area .row .col-md-6:nth-child(odd) {
    padding-left: 0 !important;
    padding-right: 20px !important;
}
.blog-post-area .row .col-md-6:nth-child(even) {
    padding-right: 0px !important;
    padding-left: 20px !important;
}
.blog-post-area .row .thumb{
  border-radius: 5px;
}
.blog-post-area .row .thumb img{
  width: 100%;
}
.thumb-info .fa {
    margin-right: 5px;
    color: #000;
}
.thumb-info a {
    color: #888;
    letter-spacing: -1px;
}
.single-recent-blog-post.card-view {
    margin-bottom: 40px;
    border-radius: 10px;
    background: #f5f5f5;
}

.blog-post-area .row .col-md-6:nth-child(even) .single-recent-blog-post.card-view {
    border-radius: 100px 10px 0 0; 
}
.blog-post-area .row .col-md-6:nth-child(odd) .single-recent-blog-post.card-view{
    border-radius: 10px 100px 0 0; 
}
.blog-post-area .row .col-md-6:nth-child(odd) .thumb {
    border-radius: 10px 100px 0 0;
    overflow: hidden;
}
.blog-post-area .row .col-md-6:nth-child(even) .thumb {
    border-radius: 100px 10px 0 0;
    overflow: hidden;
}

.products article {
    text-align: center;
    background: #EED;
    padding: 20px 0px 0px;
    border: 1px solid #eee;
    box-shadow: 1px 2px 8px -5px rgba(0,0,0,0.7);
    border-radius: 10px;
    margin-bottom: 40px;
}
.products article figure {
    height: 200px;
    text-align: center;
    width: 100%;
    background: #fff;
}
.products article figure img {
    max-width: 90%;
    max-height: 100%;
}
.products article a .title{
    font-weight: bold;
    color:#000;
    text-decoration: none !important;
    font-family: 'IBM Plex Mono';
    text-transform: uppercase;
    margin:0 0 20px;
}
.products article .price{
  font-size: 32px;
  margin:15px;
  font-weight: bold;
  font-family: 'IBM Plex Mono';
}
.products article button.cart{
    color:#777;
    font-size:18px;
    text-transform: uppercase;
    font-family: 'IBM Plex Mono';
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    padding: 20px 0;
    border-top:1px solid #dad1d1;
    word-spacing: -2px;
}
.products article button.cart i.fa{
    color:#000;
}
.single-product article figure img {
    max-width: 90%;
    max-height: 100%;
}

.single-product article a .title{
    font-weight: bold;
    color:#000;
    text-decoration: none !important;
    font-family: 'IBM Plex Mono';
    text-transform: uppercase;
    margin:0 0 20px;
}
.single-product article .price{
  font-size: 32px;
  margin:15px;
  font-weight: bold;
  font-family: 'IBM Plex Mono';
}
.single-product article button.cart{
    color:#777;
    font-size:18px;
    text-transform: uppercase;
    font-family: 'IBM Plex Mono';
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    padding: 20px 0;
    border-top:1px solid #dad1d1;
    border-bottom:1px solid #dad1d1;
    word-spacing: -2px;
}
.single-product article button.cart i.fa{
    color:#000;
}
.single-product article .description{
  font-size: 14px;
  padding:20px;
  font-family: 'IBM Plex Mono';
  line-height: 26px;
}
.single-product article .description ul{
  margin:0;
  padding: 0;
}
.single-product article figure {
    text-align: center;
    width: 100%;
    background: #fff;
}
.single-product .tab-pane{
    padding:20px;
}
.single-product .carousel-indicators{
  bottom: -20px;
}
.single-product .carousel-indicators li{
    background-color: rgb(190, 160, 160);
    border: 1px solid #ad8888;
}
.single-product .carousel-indicators li.active{
    background-color: #fff;
}
.single-product .quantity {
    float: right;
}
.single-product .quantity input {
    width: 40px;
    text-align: center;
    border: none;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 10px;
}
.single-product button.button {
    padding: 6px 11px;
    border-radius: 5px;
}