@import "global.css";
@font-face {
  font-family: 'Rubik';
  src: url('https://cdn.tunefab.com/assets/Public/home/css/font/Rubik-SemiBold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'Rubik';
  src: url('https://cdn.tunefab.com/assets/Public/home/css/font/Rubik-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('https://cdn.tunefab.com/assets/Public/home/css/font/Rubik-Light.ttf');
  font-weight: 300;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body,
h1,
h2,
h3,
p,
ul,
ol,
li,
div,
section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
images {
  display: inline-block;
  vertical-align: top;
}
body {
  font-family: 'Rubik';
  font-size: 16px;
  color: #000;
  background: #fff;
  margin: 0 auto;
}
.container {
  width: 1080px;
  margin: 0 auto;
}
.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(211, 255, 225, 0.41);
  padding: 65px 0;
}
.banner .title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 38px;
  font-weight: bold;
}
.banner .desc {
  font-size: 18px;
}
.banner .desc a {
  color: #008253;
  border-bottom: 1px solid #008253;
  transition: all 0.5s;
}
.banner .desc a::after {
  content: '>>';
  display: inline-block;
  transform: translate(5px);
  transition: all 0.5s;
}
.banner .desc a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.banner .desc a:hover::after {
  transform: translate(10px);
}
.wrap {
  padding: 80px 0;
}
.wrap .container > .title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.wrap .container .content {
  display: none;
  justify-content: space-between;
  margin-top: 95px;
}
.wrap .container .content .item {
  flex: 0 0 336px;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 30px 20px;
}
.wrap .container .content .item .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.wrap .container .content .item .desc {
  font-weight: 400;
  text-align: center;
  color: #525252;
  margin-bottom: 12px;
}
.wrap .container .content .item .new-price {
  text-align: center;
  margin-bottom: 12px;
}
.wrap .container .content .item .new-price .price {
  font-weight: bold;
  font-size: 46px;
  line-height: 55px;
  color: #ff7a00;
}
.wrap .container .content .item .new-price span.tax {
  display: inline-block;
  font-weight: 400;
  color: #525252;
  transform: translateY(-4px);
}
.wrap .container .content .item .only {
  text-align: center;
  color: #525252;
}
.wrap .container .content .item .buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  background: linear-gradient(272.51deg, #26d0a0 0.63%, #5cca7a 95.09%);
  border-radius: 55px;
  margin: 30px auto 10px;
}
.wrap .container .content .item .buy span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.wrap .container .content .item .buy:hover {
  background: linear-gradient(272.51deg, #09ad7f 0.63%, #23ba4c 95.09%);
}
.wrap .container .content .item .list {
  flex: 1;
  padding-left: 35px;
}
.wrap .container .content .item .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-green.svg);
  font-weight: 400;
  line-height: 24px;
  color: #525252;
  margin-bottom: 20px;
  padding-left: 10px;
}
.wrap .container .content .best {
  position: relative;
  background: linear-gradient(273.97deg, #5cca7a -7.07%, #5cca7a 97.41%), #ffffff;
}
.wrap .container .content .best .title {
  color: #fff;
}
.wrap .container .content .best .new-price .price {
  color: #fbff21;
}
.wrap .container .content .best .tag {
  position: absolute;
  top: -34px;
  left: calc(50% - 50px);
  width: 100px;
  height: 44px;
  background: #ff5c5c;
  font-weight: 400;
  text-align: center;
  line-height: 44px;
  color: #fff;
  border-radius: 6px;
}
.wrap .container .content .best .tag::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ff5c5c;
}
.wrap .container .content .best .desc {
  color: #fff;
}
.wrap .container .content .best p.tax {
  text-align: center;
  color: #fff;
}
.wrap .container .content .best .buy {
  box-sizing: border-box;
  background: #fff;
}
.wrap .container .content .best .buy span {
  background: linear-gradient(274.82deg, #26d0a0 10.71%, #4bdd8d 466.28%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap .container .content .best .buy:hover {
  background: linear-gradient(272.51deg, #26d0a0 0.63%, #5cca7a 95.09%), linear-gradient(274.82deg, #26d0a0 10.71%, #4bdd8d 466.28%), #ffffff;
  border: 2px solid #ffffff;
}
.wrap .container .content .best .buy:hover span {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap .container .content .best .list li {
  list-style-image: url('https://cdn.tunefab.com/images/downloading/icon-right-white.svg');
  color: #fff;
}
.wrap .container .win-content .item .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap .container .win-content .best .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-green.svg') no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap .container .win-content .best .buy:hover::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: 0 14px 0 0;
}
.wrap .container .mac-content .item .buy::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 14px 0 0;
}
.wrap .container .mac-content .best .buy::before {
  content: '';
  width: 25px;
  height: 33px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-green.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap .container .mac-content .best .buy:hover::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap .container > .desc {
  text-align: center;
  margin-top: 54px;
}
.wrap .container > .desc a {
  color: #008253;
  text-decoration: underline;
  transition: all 0.5s;
}
.wrap .container > .desc a:hover {
  color: #000;
}
/* paypal*/

.wrap .container .buy-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  border-radius: 55px;
  margin: 10px auto 20px;
}

.wrap .container .buy-btn-paypal{
  background-color: #ffc439;
}

.wrap .container  .buy-btn-paypal:hover {
  background-color: #eeab0f;
}

.wrap .container .buy-btn-paypal img{
  width: auto;
  height: 22px;
  margin: auto;
}

/* apple */
.banner-apple {
  background: rgba(160, 120, 246, 0.41);
}
.banner-apple .desc a {
  color: #745ef3;
  border-bottom: 1px solid #745ef3;
}
.wrap-apple .container .content .item .buy {
  background: linear-gradient(319deg, #8266f4 0%, #cb91f9 100%);
}
.wrap-apple .container .content .item .buy:hover {
  background: linear-gradient(319deg, #6947f0 0%, #ab5aec 100%);
}
.wrap-apple .container .content .item .list li {
  list-style-image: url('https://cdn.tunefab.com/images/downloading/icon-right-apple.svg');
}
.wrap-apple .container .content .best {
  background: linear-gradient(138deg, #d194f9 0%, #c88ff8 17%, #ae80f7 46%, #8568f4 82%, #6f5bf2 99%);
}
.wrap-apple .container .content .best .buy {
  background: #fff;
}
.wrap-apple .container .content .best .buy span {
  background: linear-gradient(274.82deg, #745ef3 10.71%, #745ef3 466.28%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-apple .container .content .best .buy:hover {
  background: linear-gradient(319deg, #8266f4 0%, #cb91f9 100%);
  border: 2px solid #ffffff;
}
.wrap-apple .container .content .best .list li {
  list-style-image: url('https://cdn.tunefab.com/images/downloading/icon-right-white.svg');
}
.wrap-apple .container .win-content .item .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-apple .container .win-content .best .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-apple.svg') no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-apple .container .win-content .best .buy:hover::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: 0 14px 0 0;
}
.wrap-apple .container .mac-content .item .buy::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 14px 0 0;
}
.wrap-apple .container .mac-content .best .buy::before {
  content: '';
  width: 25px;
  height: 33px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-apple.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-apple .container .mac-content .best .buy:hover::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-apple .container > .desc a {
  color: #745ef3;
}
/* audible */
.banner-audible {
  background: rgba(27, 178, 193, 0.41);
}
.banner-audible .desc a {
  color: #505df1;
  border-bottom: 1px solid #505df1;
}
.wrap-audible .container .content .item .buy {
  background: #1db1c1;
}
.wrap-audible .container .content .item .buy:hover {
  background: #149fae;
}
.wrap-audible .container .content .item .list li {
  list-style-image: url('https://cdn.tunefab.com/images/downloading/icon-right-audible.svg');
}
.wrap-audible .container .content .best {
  background: linear-gradient(137deg, #1db1c1 0%, #4a60b3 100%);
}
.wrap-audible .container .content .best .buy {
  background: #fff;
}
.wrap-audible .container .content .best .buy span {
  background: linear-gradient(274.82deg, #1bb2c1 10.71%, #1bb2c1 466.28%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-audible .container .content .best .buy:hover {
  background: linear-gradient(319deg, #1db1c1 0%, #1db1c1 100%);
  border: 2px solid #ffffff;
}
.wrap-audible .container .content .best .list li {
  list-style-image: url('https://cdn.tunefab.com/images/downloading/icon-right-white.svg');
}
.wrap-audible .container .win-content .item .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-audible .container .win-content .best .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-audible.svg') no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-audible .container .win-content .best .buy:hover::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-win-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: 0 14px 0 0;
}
.wrap-audible .container .mac-content .item .buy::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-white.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 14px 0 0;
}
.wrap-audible .container .mac-content .best .buy::before {
  content: '';
  width: 25px;
  height: 33px;
  background: url('https://cdn.tunefab.com/images/downloading/icon-mac-audible.svg') no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-audible .container .mac-content .best .buy:hover::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-audible .container > .desc a {
  color: #505df1;
}
/* amazon */
.banner-amazon {
  background: rgba(73, 48, 225, 0.41);
}
.banner-amazon .desc a {
  color: #505df1;
  border-bottom: 1px solid #505df1;
}
.wrap-amazon .container .content .item .buy {
  background: linear-gradient(318deg, #583cea 0%, #795ffd 100%);
}
.wrap-amazon .container .content .item .buy:hover {
  background: linear-gradient(318deg, #3e1ee3 0%, #5336e9 100%);
}
.wrap-amazon .container .content .item .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-amazon.svg);
}
.wrap-amazon .container .content .best {
  background: linear-gradient(180deg, #7a60ff 0%, #4630b8 100%);
}
.wrap-amazon .container .content .best .buy {
  background: #fff;
}
.wrap-amazon .container .content .best .buy span {
  background: linear-gradient(274.82deg, #795ffd 10.71%, #795ffd 466.28%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-amazon .container .content .best .buy:hover {
  background: linear-gradient(318deg, #583cea 0%, #795ffd 100%);
  border: 2px solid #ffffff;
}
.wrap-amazon .container .content .best .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-white.svg);
}
.wrap-amazon .container .win-content .item .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-amazon .container .win-content .best .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-amazon.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-amazon .container .win-content .best .buy:hover::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 14px 0 0;
}
.wrap-amazon .container .mac-content .item .buy::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 14px 0 0;
}
.wrap-amazon .container .mac-content .best .buy::before {
  content: '';
  width: 25px;
  height: 33px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-amazon.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-amazon .container .mac-content .best .buy:hover::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-amazon .container > .desc a {
  color: #505df1;
}
/* deezer */
.banner-deezer {
  background: rgba(253, 140, 20, 0.41);
}
.banner-deezer .desc a {
  color: #505df1;
  border-bottom: 1px solid #505df1;
}
.wrap-deezer .container .content .item .buy {
  background: linear-gradient(318deg, #fd8c14 0%, #fcb468 100%);
}
.wrap-deezer .container .content .item .buy:hover {
  background: linear-gradient(318deg, #eb7e0b 0%, #fc9629 100%);
}
.wrap-deezer .container .content .item .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-deezer.svg);
}
.wrap-deezer .container .content .best {
  background: linear-gradient(36deg, #f04457 0%, #fd8c14 100%), #fff;
}
.wrap-deezer .container .content .best .buy {
  background: #fff;
}
.wrap-deezer .container .content .best .buy span {
  background: linear-gradient(274.82deg, #fd8c14 10.71%, #fd8c14 466.28%), #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-deezer .container .content .best .buy:hover {
  background: linear-gradient(318deg, #fd8c14 0%, #fcb468 100%);
  border: 2px solid #ffffff;
}
.wrap-deezer .container .content .best .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-white.svg);
}
.wrap-deezer .container .win-content .item .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-deezer .container .win-content .best .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-deezer.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-deezer .container .win-content .best .buy:hover::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 14px 0 0;
}
.wrap-deezer .container .mac-content .item .buy::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 14px 0 0;
}
.wrap-deezer .container .mac-content .best .buy::before {
  content: '';
  width: 25px;
  height: 33px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-deezer.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-deezer .container .mac-content .best .buy:hover::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-deezer .container > .desc a {
  color: #505df1;
}
/* pandora */
.banner-pandora {
  background: rgba(119, 21, 165, 0.2);
}
.banner-pandora .desc a {
  color: #505df1;
  border-bottom: 1px solid #505df1;
}
.wrap-pandora .container .content .item .buy {
  background: linear-gradient(250deg, #e72e52 0%, #7713a3 55.21%, #308fec 98.96%);
}
.wrap-pandora .container .content .item .buy:hover {
  background: linear-gradient(250deg, #ca0a30 0%, #7e06b2 55.21%, #0d6cca 98.96%);
}
.wrap-pandora .container .content .item .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-pandora.svg);
}
.wrap-pandora .container .content .best {
  background: linear-gradient(150deg, #e72e52 0%, #7713a3 55.21%, #308fec 98.96%);
}
.wrap-pandora .container .content .best .buy {
  background: #fff;
}
.wrap-pandora .container .content .best .buy span {
  background: linear-gradient(0deg, #85179a 0%, #85179a 100%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-pandora .container .content .best .buy:hover {
  background: linear-gradient(250deg, #e72e52 0%, #7713a3 55.21%, #308fec 98.96%);
  border: 2px solid #ffffff;
}
.wrap-pandora .container .content .best .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-white.svg);
}
.wrap-pandora .container .win-content .item .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-pandora .container .win-content .best .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-pandora.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-pandora .container .win-content .best .buy:hover::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 14px 0 0;
}
.wrap-pandora .container .mac-content .item .buy::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 14px 0 0;
}
.wrap-pandora .container .mac-content .best .buy::before {
  content: '';
  width: 25px;
  height: 33px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-pandora.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-pandora .container .mac-content .best .buy:hover::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-pandora .container > .desc a {
  color: #505df1;
}
/* youtube */
.banner-youtube {
  background: rgba(253, 87, 91, 0.41);
}
.banner-youtube .desc a {
  color: #505df1;
  border-bottom: 1px solid #505df1;
}
.wrap-youtube .container .content .item .buy {
  background: #fd5f63;
}
.wrap-youtube .container .content .item .buy:hover {
  background: #e23c40;
}
.wrap-youtube .container .content .item .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-youtube.svg);
}
.wrap-youtube .container .content .best {
  background: linear-gradient(145deg, #ff8386 0%, #fc5055 100%), #fff;
}
.wrap-youtube .container .content .best .buy {
  background: #fff;
}
.wrap-youtube .container .content .best .buy span {
  background: linear-gradient(0deg, #fd595e 0%, #fd595e 100%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wrap-youtube .container .content .best .buy:hover {
  background: linear-gradient(0deg, #fd5f63 0%, #fd5f63 100%), #fff;
  border: 2px solid #ffffff;
}
.wrap-youtube .container .content .best .list li {
  list-style-image: url(https://cdn.tunefab.com/images/downloading/icon-right-white.svg);
}
.wrap-youtube .container .win-content .item .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-youtube .container .win-content .best .buy::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-youtube.svg) no-repeat;
  background-size: 100% 100%;
  margin: -2px 14px 0 0;
}
.wrap-youtube .container .win-content .best .buy:hover::before {
  content: '';
  width: 15px;
  height: 17px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-win-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 14px 0 0;
}
.wrap-youtube .container .mac-content .item .buy::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 14px 0 0;
}
.wrap-youtube .container .mac-content .best .buy::before {
  content: '';
  width: 25px;
  height: 33px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-youtube.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-youtube .container .mac-content .best .buy:hover::before {
  content: '';
  width: 17px;
  height: 21px;
  background: url(https://cdn.tunefab.com/images/downloading/icon-mac-white.svg) no-repeat;
  background-size: 100% 100%;
  margin: -4px 10px 0 0;
}
.wrap-youtube .container > .desc a {
  color: #505df1;
}
.buy-btn-paypal{
	display: none !important;
}