/* Upper header */


.search-container {
    display: block;
    cursor: pointer;
}

.mobile-search {
    display: none;
    cursor: pointer;
}

.search-input {
  width: 100%;
  height: 60px;
  border: 1px solid black;
}

.ssul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ssul li {

  padding: 10px 20px;
  background: rgb(248, 248, 248);
  cursor: pointer;


}

.ssul li:hover {

  padding: 10px 20px;
  background: #ff4d94;
  cursor: pointer;
  color: white;


}



.pc-menu {
    display: block;
}

.menu {
	display: none;
}

.fresh-link {
  text-decoration: none;
  color: black;
  font-family: 'Roboto', sans-serif;
}

.dropdown-menu-end {
  font-family: 'Roboto', sans-serif;
}
.small-heading {
  font-weight: normal;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

.search-icon {
  margin-right: 10px;
}

.seeall-right-arrow {
  margin-top: -4px;
  margin-left: 10px;
}


.img-border2-ash {
  border: 2px solid rgba(143, 143, 143, 0.5);
}

.ft-btn-out-black {
  display: inline-block;
  background: white;
  border: 1px solid black;
  text-decoration: none;
  color: black;
  font-size: 18px;
  padding: 10px 20px;
}

.ft-btn-out-black:hover {

  background: black;
  color: white;

}

.ft-input {
display: block;
height: 40px;
width: 100%;
padding-left: 20px;
font-family: 'Roboto', sans-serif;
}

.ft-label {
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: black;
}

@media only screen and (max-width: 991px) {
    .search-container {
        display: none;
    }

    .mobile-search {
        display: block;
    }

    .pc-menu {
        display: none;
    }


	.menu {
		width: 50px;
		height: auto;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		cursor: pointer;
    font-family: 'Roboto', sans-serif;
	}


  }

  .splide__progress__bar {
    height: 5px;
    background: #56b904;
  }


.drop-menu-icon {
  font-size: 17px;
  margin-right: 15px;
  margin-top: -3px;
  font-family: 'Roboto', sans-serif;
}

.cart {
    width: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 10px;
    
}

.account {
    width: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-right: 12px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}


.cart-text {
    margin-top: 5px;
    color:black;
    font-family: 'Roboto', sans-serif;
}


.account-text {
    margin-top: 5px;
    color:black;
    cursor: pointer;
}

.shop-text {
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}

.search-form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}


.search-button {
    background: #ffe6ff;
    color: black;
    outline: none;
    border: 1px solid #ff80ff;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.search-bar {
    border: 1px solid #ff80ff;
    padding: 10px 10px;
    width: 100%;
    outline: none;
    font-family: 'Roboto', sans-serif;
}


.main-logo {
    width: 120px;
    height: 27.6px;
}



@media only screen and (min-width: 460px) {



.main-logo {
  width: 250px;
  height: 57.5px;
}


.cart {
    width: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin-right: 20px;
    font-family: 'Roboto', sans-serif;
    
}

.account {
    width: 50px;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin-right: 18px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.menu {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;

}

.shop-text {
    margin-top: 5px;
}

.cart-text {
    margin-top: 5px;
    color:black;
}

}


/* PC menue */
.pc-menu-container {
    border: 1px solid rgba(133, 133, 133, 0.527);
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.pc-menu-item{
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    height: 100%;
    margin-right: 12px;
    margin-left: 12px;
}

.underline {
    width: 100%;
    height: 5px;
    background-color: white;
}

.pc-menu-item:hover .underline {
    background-color: #ff80ff;
} 

.pc-menu-item-expnad{
    display: block;
    position: absolute;
    top: 156px;
    left: 0px;
    width: 100%;
    height: 350px;
    background: rgb(255, 255, 255);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    z-index: 20;
    border-bottom: 1px solid rgb(221, 221, 221);
    border-top: 1px solid rgb(221, 221, 221);
}

.pc-menu-item:hover .pc-menu-item-expnad{
    visibility: visible;
    opacity: 1;
}

.pc-menu-item-expnad h4 {
  font-size: 20px;
  color: #077eec;
  /* border-bottom: 1px solid rgb(223, 223, 223); */
  margin-top: 10px;
  
}


.pc-me-ex-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-right: 20px;
}

.pc-me-ex-ul li{
    line-height: 25px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    background: #0084ff07;
    margin-bottom: 5px;
}

.pc-me-ex-ul li a{
  text-decoration: none;
  color: black;
  font-size: 15px;
  padding: 10px 10px;
  
}



.px-ex-ul-div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

}

.mobile-menu-title {
    color: #2E74B3;
}


/* Mobile header */



.mobile__nav {
    margin: 0;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  
  .mobile__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  }
  
  .mobile__nav a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: black;
    padding: 10px 15px 15px 15px;
    font-family: 'Roboto', sans-serif;
  }
  
  .mobile__nav {
    position: absolute;
    width: 90%;
    height: 100%;
    background: #ededed;
    overflow: hidden;
  }
  .mobile__nav header {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 10px 0px;
  }
  
  .mobile__nav header .header__btns button {
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    background: white;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }
  .mobile__nav nav {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .mobile__nav nav ul.first-level {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mobile__nav nav ul.first-level li {
    background: white;
    border-bottom: 1px solid rgba(143, 143, 143, 0.37);
  }
  .mobile__nav nav ul.first-level li:hover {
    background: rgb(231, 231, 231);
  }
  .mobile__nav nav ul.first-level li:hover a {
    color: rgb(4, 141, 233);
  }
  .mobile__nav nav ul.second-level {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 200ms ease-in;
  }
  .mobile__nav nav ul.second-level li {
    background: white;
    border-bottom: 1px solid rgba(143, 143, 143, 0.37);
  }
  .mobile__nav nav ul.second-level li:hover {
    background: rgb(231, 231, 231);
  }
  .mobile__nav nav ul.second-level li:hover a {
    color: rgb(4, 141, 233);
  }
  .mobile__nav nav ul.second-level.active {
    transform: translateX(0%);
  }
  .mobile__nav nav ul.third-level {
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform 200ms ease-in;
  }
  .mobile__nav nav ul.third-level li {
    background: white;
    border-bottom: 1px solid rgba(143, 143, 143, 0.37);
  }
  .mobile__nav nav ul.third-level li:hover {
    background: rgb(231, 231, 231);
  }
  .mobile__nav nav ul.third-level li:hover a {
    color: rgb(4, 141, 233);
  }
  .mobile__nav nav ul.third-level.active {
    transform: translateX(0%);
  }
  .mobile__nav nav a[data-level-id] {
    position: relative;
  }
  .mobile__nav nav a[data-level-id]::after {
    content: "❯";
    position: absolute;
    right: 10px;
  }
  .mobile__nav nav a.back__menu {
    padding-left: 50px;
  }
  .mobile__nav nav a.back__menu[data-level-id]::after {
    content: "❮";
    left: 5px;
  }




  /* Footer section */


.footer-section ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #ffffff;
  position: relative;
}
.footer-cta {
  margin-top: 50px;
  border-bottom: 1px solid #9e9e9e9a;
  border-top: 1px solid #9e9e9e9a;
}
.single-cta i {
  color: #000000;
  font-size: 30px;
  float: left;
  margin-top: 8px;
  font-family: 'Roboto', sans-serif;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text p {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: 'Roboto', sans-serif;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}

.footer-text div {
  margin-bottom: 14px;
  font-size: 15px;
  color: #5a5858;
  line-height: 28px;
  padding-right: 25px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
.footer-social-icon span {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  font-family: 'Roboto', sans-serif;
}
.footer-social-icon i {
  display: inline-block;
}

.footer-widget p {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.orange-bar {
  width: 65px;
  height: 3px;
  background-color: #ff80ff;
  margin-bottom: 20px;
}


.footer-widget ul{
  list-style-type: none;
}

.footer-widget ul li {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff80ff;
  cursor: pointer;
}
.footer-widget ul li a {
  color: #5c5c5c;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: 1px solid #9e9e9e7c;
  color: #333333;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ffe6ff;
    padding: 13px 20px;
    border: none;
    top: 0;
    height: 100%;
    color: black;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.copyright-area{
  background: #ebebeb;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}
.copyright-text p a{
  color: #ff80ff;
  text-decoration: none;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #00b8e6;
}
.footer-menu li a {
  font-size: 14px;
  color: #070597;
  font-family: 'Roboto', sans-serif;
}


/* About us page */

.aboutusdiv {
  width: 100%;
  height: auto;
  overflow: hidden;

}

.aboutusdiv img {
  width: 100%;
  height: auto;

}

.about-us-text {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
}

.about-btn-container {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.about-btn {
  padding: 20px 40px;
  display: block;
  background: rgb(53, 157, 248);
  color: white;
  font-size: 20px;
  margin-inline: 20px;
  font-family: 'Roboto', sans-serif;
  
}


/* index banner style */

.banner-img {
  width: 100%;
  height: auto;
  margin-top: -2%;
}
.banner-holder {
  height: 270px;
  overflow: hidden;
}

@media only screen and (min-width: 395px) {

  .banner-img {
    margin-top: -13%;
  }
  .banner-holder {
    height: 270px;
  }
  
}

@media only screen and (min-width: 625px) {

  .banner-img {
    margin-top: -15%;
  }
  .banner-holder {
    height: 350px;
  }
}

@media only screen and (min-width: 895px) {
  .banner-img {
    margin-top: -13%;
  }
  .banner-holder {
    height: 400px;
  }
}

@media only screen and (min-width: 1020px) {
  .banner-img {
    margin-top: -17%;
  }
  .banner-holder {
    height: 500px;
  }
  
}



/* Index contents */
.category-container {
  font-family: 'Roboto', sans-serif;
}
.category-h2 {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
}

.seeall-link{
  background: none;
  border: 1px solid rgb(212, 212, 212);
  padding: 5px 20px;
  text-decoration: none;
  height: 30px;
  line-height: 20px;
  font-size: 18px;
  border-radius: 15px;
  margin-left: 20px;
  font-family: 'Roboto', sans-serif;


}

.devider {
  width: 3px;
  height: 25px;
  display: inline-block;
  background: rgb(117, 117, 117);
  margin-left: 20px;
  margin-right: 20px;
}

.category-seeall {
  text-decoration: none;
  color: red;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
}

.index-category {
  font-size: 16px;
  margin-top: 10px;
  color: black;
  font-family: 'Roboto', sans-serif;
}

.single-category {
  text-decoration: none;
}

.single-category img {
  padding: 10px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.single-category:hover .category-svg {
  border: 1px solid #ff80ff;
}

@media only screen and (min-width: 995px) {
  .single-category img {
    width: 130px;
    height: 130px;
  }
}

.feature1-container {
  font-family: 'Roboto', sans-serif;
}

.custom-pc {
border: 5px solid rgb(31, 29, 29);
}

.black-link-btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-family: 'Roboto', sans-serif;
  background-color: #000000;
  padding: 10px 20px;
  border: 5px solid rgba(255, 255, 255, 0);

}

.black-link-btn:hover {
  color: white;
  border: 5px solid red;

}

.featured-service {
  background-color: #fab722;
  color: black;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.accessories-zone {
  background-color: #eec5e4;
}

.accessories-zone h2 {
  color: black;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.accessories-zone-detail {
  font-family: 'Roboto', sans-serif;
}



/* Login register */

.modal-body {
  font-family: 'Roboto', sans-serif;
}

.f-pass {
  color: blue;
  cursor: pointer;
}

.signin-submit {
  background: black;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 10px 30px;
  width: 100%;
}

.account-exist {
  color: red;
  font-family: 'Roboto', sans-serif;
}

.account-exist-mobile {
  color: red;
  font-family: 'Roboto', sans-serif;
}

.otp-failed {
  color: red;
  font-family: 'Roboto', sans-serif;
}


/* Product card design */

.product-name-t1 {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 1.0rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  text-align: left;
}

.rating-number {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 1.0rem;
  
}

.product-price {
  font-family: 'Roboto', sans-serif;
  color: black;
  font-size: 1.3rem;
  font-weight: bold;
}

.product-link-t1 {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.product-card-t1 {
  box-shadow: none;
  padding: 20px 5px;
  display: block;
  position: relative;
}

.product-card-t1:hover {
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.171);
}

.pbadge-t1 {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  max-width: 60px;
}

.badge-text-1 {
  text-transform: capitalize;
  background: #ff0066;
  color: white;
  width: 60px;
  text-align: center;
  margin-top: 10px;
}

.pbadge-t2 {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  max-width: 60px;
}

.badgetext-2 {
  text-transform: capitalize;
  background: #ac00e6;
  color: white;
  width: 90px;
  text-align: center;
  margin-top: 10px;
  position: absolute;
  right: 10px;
}



/* Product details page */

.prod-link-nav {

}

.prod-nav-link {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  text-align: left;
}

.prod-link-div{
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  font-family: roboto;
}

.share-prod {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

.share-btn a {
  margin-right: 10px;
}

#instalink {
  cursor: pointer;
}

.product-title-h1 {
  font-weight: bold;
  font-size: 35px;
  font-family: roboto;
  
}

@media only screen and (max-width: 991px) {
  .product-title-h1 {
    font-weight: bold;
    font-size: 24px;
    font-family: roboto;
  }

}



.delivery {
  font-weight: bold;
  font-size: 20px;
  font-family: roboto;
  margin-left: 15px;
}

.delivery-charge {
  font-weight: bold;
  font-size: 20px;
  font-family: roboto;
  margin-left: 15px;
  color: green;
  text-transform: capitalize;
}

.p-brand {
  text-transform: capitalize;
}
.pro-img-cont {
  height: 100%;
  width: 100%;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#main-carousel {
  width: 100%;
}

#thumbnail-carousel {
  width: 100%;
}

.prod-price {
  font-family: roboto;
  font-size: 35px;
  font-weight: bold;
  color: black;
}

.prod-price-bd {
  font-family: roboto;
  font-size: 20px;
  font-weight: bold;
  color: red;
  text-decoration: line-through;
}
.price-save {
  font-family: roboto;
  font-size: 20px;
  font-weight: normal;
  color: red;
  margin-left: 15px;
}
.vat_inc {
  font-family: roboto;
  font-size: 17px;
  font-weight: normal;
  color: black;
}

.pro-condition {
  font-family: roboto;
  font-size: 20px;
}

.counter {
  width: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.counter input {
  width: 80px;
  border: 0;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  background: #ebebeb;
  color: #000000;
  appearance: none;
  outline: 0;
  border: 1px solid rgb(212, 212, 212);
}
.counter span {
  display: block;
  font-size: 25px;
  padding: 0 10px;
  cursor: pointer;
  color: #ffffff;
  background: #077eec;
  user-select: none;

}
.counter .up {
  margin-left: 10px;
}
.counter .down {
  margin-right: 10px;
}

.stock {
  font-family: roboto;
  font-size: 20px;

}

.quan {
  background: none;
  margin-right: 10px;
  font-family: roboto;
  font-weight: normal;
  font-size: 18px;

}

.add-cart {
  outline: none;
  background: yellow;
  color: black;
  font-family: roboto;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 30px;
  border-radius: 22px;
  border: none;
}

.buy-now {
  outline: none;
  background: rgb(255, 209, 5);
  color: black;
  font-family: roboto;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 30px;
  border-radius: 22px;
  border: none;
}

.smae-day-del {
  font-family: roboto;
  font-weight: bold;
  font-size: 15px;
}

.prod-feat {
  background-color: #f3f3f3;
}

.prod-feat-div {
  display: flex;
  flex-direction: row;
}

.prod-feat-div div {
  font-family: roboto;
  font-weight: bold;
  font-size: 20px;
  margin-left: 20px;
}

.man-war {
  font-family: roboto;
  font-weight: normal;
  font-size: 15px;
}

.pro-det-ul {
  list-style-type: none;
}


.list-tick {
  color: #00a651;
  font-weight: bold;
  margin-right: 10px;
  font-size: 25px;
}

.prod-features h2 {
  font-family: roboto;
  font-weight: bold;
  font-size: 25px;
  color: black;
}

.product-overview {
  font-family: roboto;
  font-size: 18px;
}

.product-description {
  font-family: roboto;
  font-size: 18px;
}


/* Login verify page */

.loader {
  width: 60px;
  height: 60px;
  border: 7px solid #ececec;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 

  .wrong-pass {
    font-family: roboto;
    font-size: 20px;
    color: red;
    text-align: center;
  }


    /* Product filter CSS */

.filter-title {
  font-family: roboto;
  font-size: 17px;
  color: rgb(14, 90, 233);
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #0084ff;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid rgb(151, 150, 150);
	background: white;
	font-weight: normal;
	color: #454545;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	margin-top: -3px;
	outline: none;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	border: none;
	color: #454545;
	text-decoration: none;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #0ce005;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}

