
/*================================================
Products Details Area CSS
=================================================*/
.products-details-desc .product-content h3 {
  margin-bottom: 18px;
  font-size: 25px;
}

.products-details-desc .product-content .product-review {
  margin-bottom: 15px;
}

.products-details-desc .product-content .product-review .rating {
  display: inline-block;
  font-size: 20px;
}

.products-details-desc .product-content .product-review .rating i {
  color: #ffba0a;
}

.products-details-desc .product-content .price {
  margin-bottom: 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.products-details-desc .product-content .price .old-price {
  text-decoration: line-through;
  color: #828893;
}

.products-details-desc .product-content p {
  margin-bottom: 0;
}

.products-details-desc .product-content .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

.products-details-desc .product-content .products-info li {
  color: #666;
  margin-bottom: 8px;
  font-size: 14px;

}

.products-details-desc .product-content .products-info li:last-child {
  margin-bottom: 0;
}

.products-details-desc .product-content .products-info li span {
  color: #09101f;
  font-size: 14px;
  margin-right: 5px;

}

.products-details-desc .product-content .products-info li a,td {
 
  color: #6e727f;
  font-size: 14px;
}

.products-details-desc .product-content .products-info li a:hover {
  color: #0068C8;
}

.products-details-desc .product-content .products-color-switch {
  margin-top: 10px;
}

.products-details-desc .product-content .products-color-switch p span {
  color: #09101f;
  font-size: 16px;
  font-weight: 700;
}

.products-details-desc .product-content .products-color-switch .available-color a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  vertical-align: middle;
  margin-left: 6px;
}

.products-details-desc .product-content .product-quantities {
  margin-top: 20px;
}

.products-details-desc .product-content .product-quantities span {
  color: #09101f;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}

.products-details-desc .product-content .product-quantities .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.main-menu li.nav-item {
    position: relative;
    margin-right: 25px;
}


.products-details-desc .product-content .product-quantities .input-counter span {
  position: absolute;
  top: 0;
  background-color: #a4a4a4;
  cursor: pointer;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 50%;
}

.products-details-desc .product-content .product-quantities .input-counter span.minus-btn {
  left: 0;
}

.products-details-desc .product-content .product-quantities .input-counter span.plus-btn {
  right: 0;
}

.products-details-desc .product-content .product-quantities .input-counter input {
  height: 25px;
  color: #09101f;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.products-details-desc .product-content .product-quantities .input-counter input::-webkit-input-placeholder {
  color: #09101f;
}

.products-details-desc .product-content .product-quantities .input-counter input:-ms-input-placeholder {
  color: #09101f;
}

.products-details-desc .product-content .product-quantities .input-counter input::-ms-input-placeholder {
  color: #09101f;
}

.products-details-desc .product-content .product-quantities .input-counter input::placeholder {
  color: #09101f;
}

.products-details-desc .product-content .product-add-to-cart {
  margin-top: 20px;
}

.products-details-desc .product-content .product-add-to-cart .default-btn {
  position: relative;
  border: none;
  padding: 12px 30px;
  background-color: #0068C8;
  color: #ffffff;
  border: 1px solid #0068C8;
  cursor: pointer;
  border-radius: 0;
}

.products-details-desc .product-content .product-add-to-cart .default-btn i {
  margin-right: 2px;
}

.products-details-tabs {
  margin-top: 50px;
}

.products-details-tabs .nav {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
  display: block;
}

.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-right: 30px;
}

.products-details-tabs .nav .nav-item:last-child {
  margin-right: 0;
}

.products-details-tabs .nav .nav-item .nav-link {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background-color: transparent;
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #09101f;
}

.products-details-tabs .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0068C8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: -2px;
}

.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
  color: #09101f;
}

.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.products-details-tabs .tab-content .tab-pane h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane p {
  font-size: 15px;
}

.products-details-tabs .tab-content .tab-pane ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
  margin-bottom: 12px;
  position: relative;
  color: #6e727f;
  padding-left: 15px;
  font-weight: 500;
  font-size: 15px;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #6e727f;
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
  float: left;
  width: 9%;
  margin-top: 10px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
  font-weight: bold;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
  margin-top: 14px;
  float: left;
  width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
  text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
  width: 70%;
  height: 18px;
  background-color: #0068C8;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
  width: 20%;
  height: 18px;
  background-color: #0068C8;
  border-radius: 5px;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
  width: 5%;
  height: 18px;
  background-color: #0068C8;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
  width: 3%;
  height: 18px;
  background-color: #0068C8;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
  width: 2%;
  height: 18px;
  background-color: #0068C8;
  border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form {
  margin-top: 45px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title {
  position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating {
  display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating .bx.bxs-star {
  color: #ffba0a;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating i {
  color: #ebebeb;
  font-size: 16px;
  margin-right: -1px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn {
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  color: #ffffff !important;
  padding: 10px 25px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn span {
  background-color: #09101f;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments {
  margin-top: 35px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating .bx.bxs-star {
  color: #ffba0a;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating i {
  font-size: 16px;
  color: #ebebeb;
  margin-right: -1px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item h3 {
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span strong {
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item p {
  margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form {
  margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control {
  height: 55px;
  color: #09101f;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
  padding: 1px 0 0 15px;
  font-size: 15px;
  font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control::-webkit-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control::-ms-input-placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control::placeholder {
  color: #7e7e7e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus {
  border-color: #0068C8;
  background-color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .form-control:focus::placeholder {
  color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .default-btn {
  color: #ffffff !important;
  cursor: pointer;
  border: none;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form .default-btn span {
  background-color: #09101f;
}

.products-details-tabs .tab-content .tab-pane .information-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.products-details-tabs .tab-content .tab-pane .information-list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 0;
  font-size: 14px;
  color: #09101f;
}

.products-details-tabs .tab-content .tab-pane .information-list li::before {
  display: none;
}

.products-details-tabs .tab-content .tab-pane .information-list li span {
  color: #6e727f;
  font-size: 14px;
}

.products-details-tabs .tab-content .tab-pane .information-list li a {
  display: inline-block;
  position: relative;
  color: #6e727f;
  font-size: 14px;
}

.products-details-tabs .tab-content .tab-pane .information-list li a:hover::before {
  width: 100%;
}

.products-details-tabs .tab-content .tab-pane .information-list li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0068C8;
}

.products-details-tabs .tab-content .tab-pane .information-list li:last-child {
  margin-bottom: 0;
}
/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 30px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background: #0068C8;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #0068C8;
}

.widget-area .widget_search form button {
  border: none;
  background-color: #eeeeee;
  color: #0068C8;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #0068C8;
  color: #ffffff;
}

.widget-area .widget_maxon_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_maxon_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.widget-area .widget_maxon_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_maxon_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_maxon_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_maxon_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog/blog-1.jpg);
}

.widget-area .widget_maxon_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog/blog-2.jpg);
}

.widget-area .widget_maxon_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog/blog-3.jpg);
}

.widget-area .widget_maxon_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_maxon_posts_thumb .item .info span {
  display: block;
  color: #0068C8;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-area .widget_maxon_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
}

.widget-area .widget_maxon_posts_thumb .item .info .title a {
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_maxon_posts_thumb .item .info .title a:hover {
  color: #0068C8;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  margin-bottom: 15px;
  color: #09101f;
  font-size: 15px;
  font-weight: 500;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li a {
  color: #09101f;
  display: inline-block;
  position: relative;
  width: 100%;
}

.widget-area .widget_categories ul li a:hover {
  color: #0068C8;
}

.widget-area .widget_categories ul li a i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.widget-area .widget_tag_cloud {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 5px;
  padding: 25px;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 18px;
}

.widget-area .tagcloud a {
  background: #f5f5f5;
  display: inline-block;
  color: #09101f;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px !important;
  margin-top: 8px;
  margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #0068C8;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
  text-align: center;
  margin: 0 auto 35px;
}

.section-title h2 {
  font-size: 38px;
  margin-bottom: 15px;
}

.section-title p {
  max-width: 525px;
  margin: auto;
}

/*================================================
Products Area CSS
=================================================*/
.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.products-list-tab .tabs {
  text-align: left;
  padding-left: 0;
  list-style-type: none;
  line-height:55px;
  height:55px;
background-image: linear-gradient(to right, #fff,#fff); border-bottom: 1px solid #ddd;
}

.products-list-tab .tabs li {
  display: inline-block;
  margin-right: 35px;
}

.products-list-tab .tabs li:first-child {
  margin-right: 0;
   font-size:20px;
   padding:0 30px 0 20px;
   color:#000;
}

.products-list-tab .tabs li a {
  color: #09101f;
  padding-bottom: 5px;
  font-size:14px;

}

.products-list-tab .tabs li.current a {
  color: #fff;
 
}

.single-products {
  margin-bottom: 30px;
}

.single-products .products-image {
  position: relative;
  overflow: hidden;
}

.single-products .products-image img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-products .products-image .tag {
  display: inline-block;
  background: transparent;
  border: 1px solid #c5c1c1;
  color: #ff0000;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 25px;
  padding: 5px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-products .products-image .products-action {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image .products-action li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.single-products .products-image .products-action li:last-child {
  margin-right: 0;
}

.single-products .products-image .products-action li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #0068C8;
  color: #ffffff;
  font-size: 18px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-products .products-image .products-action li a i:hover {
  background-color: #0068C8;
  color: #ffffff;
}

.single-products .products-content {
  margin-top: 0px;
  text-align: center;
}

.single-products .products-content h3 {
  font-size: 15px;
  margin-bottom: 0;
}

.single-products .products-content h3 a {
  color: #09101f;
  font-weight:normal;
}

.single-products .products-content .rating {
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 5px;
}

.single-products .products-content .rating li {
  display: inline-block;
  list-style-type: none;
}

.single-products .products-content .rating li i {
  color: #0068C8;
  font-size: 16px;
}

.single-products .products-content span {
  font-size: 18px;
  color: #0068C8;
  font-weight: 600;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-products:hover .products-image .tag {
  background: #0068C8;
  border: 1px solid #0068C8;
  color: #ffffff;
}

.single-products:hover .products-image img {
-webkit-transform: rotate(5deg) scale(1.2);
transform: rotate(5deg) scale(1.2);
transition: all .25s linear;
}


.single-products:hover .products-image .products-action {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.single-products-overview {
  margin-bottom: 30px;
  position: relative;
}

.single-products-overview::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: .50;
}

.single-products-overview img {
  width: 100%;
}

.single-products-overview .products-overview-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-products-overview .products-overview-content span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
}

.single-products-overview .products-overview-content h3 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 15px;
  color: #ffffff;
}

.single-products-overview .products-overview-content .products-overview-btn {
  margin-top: 25px;
}

.single-products-overview .products-overview-content .products-overview-btn a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffffff;
  color: #0068C8;
  font-weight: 500;
}

.single-products-overview .products-overview-content .products-overview-btn a:hover {
  background-color: #0068C8;
  color: #ffffff;
}

.single-products-overview:hover .products-overview-content {
  bottom: 5px;
}

.products-category .category-title {
  text-align: center;
}

.products-category .category-title a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  background-color: #0068C8;
  padding: 20px 30px;
  width: 100%;
}

.products-category .products-category-menu {
  overflow: auto;
  max-height: 620px;
  width: 100%;
  -webkit-box-shadow: 0px 11px 92px 5px rgba(109, 109, 109, 0.21);
          box-shadow: 0px 11px 92px 5px rgba(109, 109, 109, 0.21);
  background-color: #ffffff;
}

.products-category .products-category-menu .category-list {
  padding-left: 0;
  margin-bottom: 0;
}

.products-category .products-category-menu .category-list li {
  list-style-type: none;
}

.products-category .products-category-menu .category-list li a {
  padding: 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  z-index: 1;
  color: #09101f;
}

.products-category .products-category-menu .category-list li a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #0068C8;
}

.products-category .products-category-menu .category-list li a:hover {
  color: #ffffff;
}

.products-category .products-category-menu .category-list li a:hover::before {
  height: 100%;
}

.products-category .products-category-menu .category-list li:last-child a {
  border-bottom: none;
}

.products-category ::-webkit-scrollbar {
  width: 5px;
}

.products-category ::-webkit-scrollbar-track {
  background: #666666;
}

.products-category ::-webkit-scrollbar-thumb {
  background: #e1e1e1;
}

.products-area.bg-ffffff .single-products {
  margin-bottom: 20px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

 </style>  
 
 <style>.ccbb1{width:165px;height:30px;color:#fff; font-weight:normal;font-size: 12px;background-color:#0068c8;CURSOR:pointer; border:0;border-radius: 4px;transition: 0.5s;padding: 0px 10px;
}
.ccbb1:hover{
background-color:#00baff;
color:#fff;
}

th,
tr,
td {
	padding: 0px;
}
.title1 {color:#000000; font-size:14px;}
.title1:hover {color:#0b3c8e; text-decoration:underline;}

.title2 {color:#000000; font-size:14px;}
.title2:hover {color:#0b3c8e; text-decoration:underline;}

b, strong {
    font-weight: bolder;
    color: #000;
}

