* {
  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 strong {
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  display:block;
}

.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: 4px;
  transition: .3s all ease;
  background: #0693e3;
  padding-left: 10px;
}

.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: #4CB5F7;
}

.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;
}
.mr-btn-7 a{
  background: #FDD17D;
  color: #111111;
  font-weight: normal;
  border: 0px solid #111111;
  background: linear-gradient(180deg, #f7dfa5, #f0c14b) repeat scroll 0 0 transparent;
}
.mr-btn-7 a:hover{
  color: #111111;
  background: linear-gradient(180deg, #f5d78e, #eeb933) repeat scroll 0 0 transparent;
}


/* .mr-btn-7 a::before {
  background-image: url("../img/css/amazon.png");
  background-size: cover;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  margin-right: 5px;
  vertical-align: middle;
} */

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

/*================*/
/* Responsive Part*/
/*===============*/
@media only screen and (max-width: 900px) {
  .tj-wrapper .table-container-wrap .table-hading-part .single-heading-item strong {
    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 strong {
    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;
  }
  
}

/*Table 7*/
.tj-wrapper .table-container-wrap .table-7 {
  background: #fcfcfc;
  border-bottom: 1px solid #ddd;
}

.tj-wrapper .table-container-wrap .table-7 .single-heading-item strong {
  color: #415F73;
}

.tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content p {
  color: #415F73;
}

.tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content p a {
  color: #006CB4;
  font-weight: normal;
}

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

.tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content p a {
  color: #006CB4;
  font-weight: normal;
}

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

.tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content .btn a {
  background: #FDD17D;
  color: #111111;
  font-weight: normal;
  border: 0px solid #111111;
  background: linear-gradient(180deg, #f7dfa5, #f0c14b) repeat scroll 0 0 transparent;
}

.tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content .btn a:hover {
  color: #111111;
  background: linear-gradient(180deg, #f5d78e, #eeb933) repeat scroll 0 0 transparent;
}

/* .tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content .btn a::before {
  background-image: url("../img/css/amazon.png");
  background-size: cover;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  margin-right: 5px;
  vertical-align: middle;
} */
.tj-wrapper .table-container-wrap .table-hading-part .action{
	width: 250px;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .action{
	width: 250px;
}

/*Todya button fix 20220525*/
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn a{
  padding: 12px 7px;
  font-size: 13px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.mr-product-buy-button{
  margin-top: 35px;
  margin-bottom: 35px;

}
.mr-product-buy-button a{
  margin-top: 10px;
}



@media only screen and (max-width: 550px){
  .tj-wrapper .table-container-wrap .table-single-row-wrap .action {
    width:100%;
  }

  .tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn a{
    padding: 9px 7px;
    font-weight:500;
  }
  .tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content .btn a{
    font-size:12px;
  }
  
  .tj-wrapper .table-container-wrap .table-7-row .table-data-single-item .main-table-content .btn a::before{
    width:12px;
    height:12px;
  }
  }
  
  /** Table 8 start **/
.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-8-content .table-data-single-item .main-table-content {
  position: relative;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content img:hover {
  transition: .5s all ease;
  transform: scale(1.5);
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content p a {
  color: #303030;
  font-size: 15px;
  text-align: left;
  font-weight: normal;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content p a:hover {
  transition: .3s all ease;
  color: #000000;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content .btn a {
  background: #f39c12;
  font-size: 14px;
  min-width: 100px;
  text-align: center;
  color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
  border-radius: 4px;
  padding: 9px 18px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 4px;
  border: 0;
  white-space: normal !important;
  cursor: pointer;
  line-height: normal;
  position: relative;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content .btn a:hover {
  opacity: .85;
  background: #f39c12;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content .cheack {
  display: inline-block;
  background: #0693e3;
  padding: 1px 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content .cheack:after {
  content: "";
  border-style: solid;
  border-width: 20px 8px 0 0;
  border-color: #0693e3 transparent transparent transparent;
  position: absolute;
  right: -8px;
  top: 0;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content .cheack span {
  color: #fff;
  font-weight: bold;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .retinglavel {
  position: relative;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .retinglavel span {
  font-size: 22px;
  color: #303030;
  font-weight: bold;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .retinglavel span:before {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #ddd;
  top: 30px;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .retinglavel span:after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 80%;
  background-color: #0693e3;
  top: 30px;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-8 a, .mr-btn-8 a{
  background: #f39c12 !important;
}
.tj-wrapper .table-container-wrap .table-single-row-wrap .table-data-single-item .main-table-content .btn-8 a:hover, .mr-btn-8 a:hover{
  background: #bb780e !important;
}


.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .retinglavel .table-8 {
  background: transparent;
}

.tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .retinglavel .table-8:after {
  width: 80%;
}


@media only screen and (max-width: 600px) {
  .tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .responsive-heading {
    display: none;
  }
  .tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .main-table-content {
    width: 100%;
    text-align: center;
  }
  .tj-wrapper .table-container-wrap .table-8-content .table-data-single-item .retinglavel {
    width: 30%;
    margin: auto;
  }
}
/** Table 8 start **/