* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/*=================*/
/*START FIRST TABLE*/
/*=================*/
.tj-wrapper {
  text-align: center;
}

.tj-wrapper .table-container-wrap {
  max-width: 1000px;
  margin: 50px auto;
  box-shadow: 0px 0px 5px 1px #d9d2d9;
}

.tj-wrapper .table-container-wrap .table-hading-part {
  display: flex;
  justify-content: space-between;
  background: #4CB5F7;
}

.tj-wrapper .table-container-wrap .table-hading-part .single-heading-item {
  width: 100%;
}

.tj-wrapper .table-container-wrap .table-hading-part .single-heading-item h2 {
  text-transform: uppercase;
  color: #fff;
  padding: 20px 10px;
  font-size: 16px;
}

.tj-wrapper .table-container-wrap .table-hading-part .serial {
  width: 10%;
}

.tj-wrapper .table-container-wrap .table-hading-part .image {
  width: 20%;
}

.tj-wrapper .table-container-wrap .table-hading-part .name {
  width: 30%;
}

.tj-wrapper .table-container-wrap .table-hading-part .rating {
  width: 15%;
}

.tj-wrapper .table-container-wrap .table-hading-part .action {
  width: 25%;
}

.tj-wrapper .table-container-wrap .table-2 {
  background: #191463;
}

.tj-wrapper .table-container-wrap .table-3 {
  background: #00A384;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .responsive-heading {
  display: none;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content {
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content p {
  font-size: 16px;
  font-weight: bold;
  color: #3a3a3a;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .top-pick {
  position: absolute;
  background: red;
  padding: 4px 10px;
  font-weight: 700;
  color: #fff;
  left: 0;
  font-size: 15px;
  transform: rotate(-20deg);
  border: 1px solid red;
  transition: .5s all ease;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .top-pick:hover {
  background: #fff;
  color: #191463;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .ourtoppick {
  position: absolute;
  font-weight: 700;
  font-size: 15px;
  padding: 2px 15px;
  left: 0;
  top: 0;
  border: 2px solid red;
  color: #000;
  background: #fff;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content img {
  width: 100px;
  height: auto;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .pick {
  display: inline-block;
  background: red;
  padding: 3px 10px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  left: 0;
  font-size: 15px;
  border: 2px solid red;
  transition: .5s all ease;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .pick:hover {
  background: transparent;
  color: red;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .most-versatile {
  display: inline-block;
  background: #191463;
  padding: 3px 10px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  left: 0;
  font-size: 15px;
  border: 2px solid #191463;
  transition: .5s all ease;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .most-versatile:hover {
  background: transparent;
  color: #191463;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .number-rating {
  margin: 5px;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .number-rating span {
  font-weight: 700;
  color: #191463;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content p a {
  text-decoration: none;
  color: #0004EE;
  color: #3a3a3a;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content p a:hover {
  color: #F76D6D;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-image {
  display: inline-block;
  width: 96px;
  height: 20px;
  background-image: url("../img/star-rating-file.png");
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-10 {
  background-position: -77px 0;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-20 {
  background-position: -58px 0;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-30 {
  background-position: -39px 0;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-40 {
  background-position: -20px 0;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-50 {
  background-position: 0 0;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-5 {
  background-position: -77px -28px;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-15 {
  background-position: -59px -28px;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-25 {
  background-position: -40px -28px;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-35 {
  background-position: -20px -28px;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .rating-icon-45 {
  background-position: 0px -28px;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn a,.mr-product-buy-button a {
  padding: 10px 15px;
  text-decoration: none !important;
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  transition: .3s all ease;
  background: #038BB1;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn a:hover,.mr-product-buy-button a:hover {
  background: #01546b;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .serial {
  width: 10%;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .image {
  width: 20%;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .name {
  width: 30%;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .rating {
  width: 15%;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .action {
  width: 25%;
}

.tj-wrapper .table-container-wrap .table-3-content .table-data-single-item .main-table-content p a {
  color: #000;
}

.tj-wrapper .table-container-wrap .table-3-content .table-data-single-item .main-table-content p a:hover {
  color: #0a0444;
}

.tj-wrapper .table-container-wrap .table-3-content .table-data-single-item .main-table-content .number-rating span {
  color: #1B1464;
}

.tj-wrapper .table-container-wrap .table-3-content .table-data-single-item .main-table-content .btn a {
  background: #00A384;
}

.tj-wrapper .table-container-wrap .table-3-content .table-data-single-item .main-table-content .btn a:hover {
  background: #aeaef1;
  color: #222;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.36);
}

.tj-wrapper .table-container-wrap .table-3-content .table-data-single-item .main-table-content .top-related {
  position: absolute;
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  left: 0;
  top: 21px;
  background: #2ed573;
  transform: rotate(-45deg);
  transition: .3s all ease;
}

.tj-wrapper .table-container-wrap .table-3-content .table-data-single-item .main-table-content .top-related:hover {
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.36);
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content p a {
  display: block;
  text-align: left;
}

.tj-wrapper .table-container-wrap .table-4{
  background: #038BB1;
}
.tj-wrapper .table-container-wrap .table-5{
  background: #009945;
}
.tj-wrapper .table-container-wrap .table-6{
  background: #540099;
}

.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-2 a , .mr-btn-2 a{
  background: red !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-2 a:hover, .mr-btn-2 a:hover{
  background: rgb(175, 0, 0)!important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-3 a, .mr-btn-3 a{
  background: #006452 !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-3 a:hover, .mr-btn-3 a:hover{
  background: #00473a !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-4 a, .mr-btn-4 a{
  background: #F19833 !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-4 a:hover, .mr-btn-4 a:hover{
  background: #f3a245 !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-5 a, .mr-btn-5 a{
  background: #055e2d !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-5 a:hover, .mr-btn-5 a:hover{
  background: #00461f !important;

}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-6 a, .mr-btn-6 a{
  background: #39289b !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-6 a:hover, .mr-btn-6 a:hover{
  background: #2c2649 !important;
}

/*===============*/
/*END FIRST TABLE*/
/*===============*/

/*================*/
/* Responsive Part*/
/*===============*/
@media only screen and (max-width: 900px) {
  .tj-wrapper .table-container-wrap .table-hading-part .single-heading-item h2 {
    font-size: 15px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item p a {
    font-size: 15px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 665px) {
  .tj-wrapper .table-container-wrap .table-hading-part .single-heading-item h2 {
    font-size: 14px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item p a {
    font-size: 14px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item p {
    font-size: 14px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .btn a {
    font-size: 14px;
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 600px) {
  .tj-wrapper .table-container-wrap .table-hading-part {
    display: none;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap {
    display: block;
    padding: 30px 0;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content {
    display: block;
    width: 50%;
    text-align: left;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content p a {
    font-size: 16px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .responsive-heading {
    display: block;
    width: 50%;
    margin-right: 10px;
  }
  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .responsive-heading h2 {
    text-align: left;
    color: #4CB5F7;
    padding: 10px;
    font-size: 15px;
  }
}

