/* Sketch - Responsive Pricing Tables v1.0 */
.sketch-style4 {
  margin-top: 30px;
}
.sketch-style4,
.sketch-style4 .pt-block {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 300;
  text-align: left;
  cursor: default;
}
.sketch-style4 *,
.sketch-style4 *:before,
.sketch-style4 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sketch-style4 .pt-block {
  padding: 17px 20px;
  position: relative;
}
.sketch-style4 .pt-block:after {
  content: "";
  display: block;
  clear: both;
}
.sketch-style4 .pt-block > * {
  position: relative;
}
.sketch-style4 .pt-block > :not(.pt-btn):last-child {
  margin-bottom: 0;
}
.sketch-style4 .pt-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sketch-style4 .pt-title {
  color: #939393;
  font-size: 20px;
  line-height: 1.24;
}
.sketch-style4 .pt-price {
  color: #939393;
}
.sketch-style4 .pt-btn {
  color: #939393;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}
.sketch-style4 .pt-btn:hover,
.sketch-style4 .pt-btn:focus {
  color: #818181;
}
.sketch-style4 .pt-tooltip-show-text .pt-tooltip-show {
  border-bottom: 1px solid;
}
.sketch-style4 .pt-list {
  clear: both;
  color: #696969;
  margin: 0;
  padding: 0;
}
.sketch-style4 .pt-list li {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
@-webkit-keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  30%, 70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes wobble {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  30%, 70% {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@-webkit-keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  30%, 70% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
@keyframes rotate {
  0%, 100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  30%, 70% {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    transform: rotate(1deg);
  }
}
.sketch-style4[class*='pt-animation-'] .pt-col:nth-child(n) .pt-block.pt-not-available {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.sketch-style4.pt-animation-1 .pt-block:hover {
  -webkit-animation: wobble 0.4s;
  -moz-animation: wobble 0.4s;
  animation: wobble 0.4s;
}
.sketch-style4.pt-animation-2 .pt-block:hover {
  -webkit-animation: rotate 0.4s;
  -moz-animation: rotate 0.4s;
  animation: rotate 0.4s;
}
.sketch-style4 .pt-cols {
  text-align: center;
  font-size: 0;
}
.sketch-style4 .pt-cols .pt-col {
  display: inline-block;
  min-width: 200px;
  max-width: 330px;
  width: 100%;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .sketch-style4 .pt-cols-2,
  .sketch-style4 .pt-cols-3,
  .sketch-style4 .pt-cols-4,
  .sketch-style4 .pt-cols-5 {
    margin: 0 -15px;
  }
  .sketch-style4 .pt-cols-2 .pt-col,
  .sketch-style4 .pt-cols-3 .pt-col,
  .sketch-style4 .pt-cols-4 .pt-col,
  .sketch-style4 .pt-cols-5 .pt-col {
    min-width: 230px;
    padding: 0 15px;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .sketch-style4 .pt-cols-3 .pt-col,
  .sketch-style4 .pt-cols-5 .pt-col {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .sketch-style4 .pt-cols-4 .pt-col {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .sketch-style4 .pt-cols-5 {
    margin: 0 -10px;
  }
  .sketch-style4 .pt-cols-5 .pt-col {
    min-width: 220px;
    padding: 0 10px;
    width: 20%;
  }
}
.sketch-style4 .pt-tooltip {
  display: none;
  position: absolute;
  right: 50%;
  bottom: 100%;
  min-width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
  text-align: center;
  font-style: normal;
  z-index: 100;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
  line-height: 1;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content {
  position: relative;
  background-color: #1a1a1a;
  padding: 3px;
  display: block;
  text-align: left;
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 2px;
  border-color: #1a1a1a;
  border-width: 2px;
  border-style: solid;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
  display: block;
  text-align: center;
  font-size: 14px;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
  position: relative;
  display: inline-block;
  padding: 8px;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before,
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 20px;
  background-color: #404040;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
  right: 100%;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
  left: 100%;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .fa {
  margin: 0;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content img {
  max-width: 100%;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-top-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  margin-right: -8px;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
  display: block;
  border-bottom: 1px solid #404040;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 5px 2px 5px;
  margin-bottom: 5px;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
  display: block;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-list > span {
  display: block;
  line-height: 1.4;
}
.sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
  font-size: 13px;
  width: 24px;
  text-align: center;
  padding-right: 4px;
}
.sketch-style4 .pt-tooltip-bottom,
.sketch-style4 .pt-tooltip-bottom-left,
.sketch-style4 .pt-tooltip-bottom-right {
  bottom: auto;
  top: 100%;
}
.sketch-style4 .pt-tooltip-bottom .pt-tooltip-content,
.sketch-style4 .pt-tooltip-bottom-left .pt-tooltip-content,
.sketch-style4 .pt-tooltip-bottom-right .pt-tooltip-content {
  margin: 8px 0 0 0;
}
.sketch-style4 .pt-tooltip-bottom .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-bottom-left .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-bottom-right .pt-tooltip-content:after {
  top: auto;
  bottom: 100%;
  border-width: 0 8px 8px 8px;
  border-bottom-color: inherit;
}
.sketch-style4 .pt-tooltip-left-top,
.sketch-style4 .pt-tooltip-left-bottom,
.sketch-style4 .pt-tooltip-right-top,
.sketch-style4 .pt-tooltip-right-bottom,
.sketch-style4 .pt-tooltip-top-left,
.sketch-style4 .pt-tooltip-bottom-left,
.sketch-style4 .pt-tooltip-top-right,
.sketch-style4 .pt-tooltip-bottom-right {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.sketch-style4 .pt-tooltip-left .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-left-top .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-left-bottom .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-right .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-right-top .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-right-bottom .pt-tooltip-content:after {
  border-width: 8px 8px;
}
.sketch-style4 .pt-tooltip-right,
.sketch-style4 .pt-tooltip-right-top,
.sketch-style4 .pt-tooltip-right-bottom {
  left: 100%;
  right: auto;
  text-align: left;
}
.sketch-style4 .pt-tooltip-right .pt-tooltip-content,
.sketch-style4 .pt-tooltip-right-top .pt-tooltip-content,
.sketch-style4 .pt-tooltip-right-bottom .pt-tooltip-content {
  margin: 0 0 0 11px;
}
.sketch-style4 .pt-tooltip-right .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-right-top .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-right-bottom .pt-tooltip-content:after {
  right: 100%;
  border-width: 8px 8px 8px 0;
  border-top-color: transparent;
  border-right-color: inherit;
  margin-right: 0;
}
.sketch-style4 .pt-tooltip-left,
.sketch-style4 .pt-tooltip-left-top,
.sketch-style4 .pt-tooltip-left-bottom {
  right: 100%;
  text-align: right;
}
.sketch-style4 .pt-tooltip-left .pt-tooltip-content,
.sketch-style4 .pt-tooltip-left-top .pt-tooltip-content,
.sketch-style4 .pt-tooltip-left-bottom .pt-tooltip-content {
  margin: 0 11px 0 0;
}
.sketch-style4 .pt-tooltip-left .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-left-top .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-left-bottom .pt-tooltip-content:after {
  left: 100%;
  right: auto;
  border-width: 8px 0 8px 8px;
  border-top-color: transparent;
  border-left-color: inherit;
  margin-right: 0;
}
.sketch-style4 .pt-tooltip-top,
.sketch-style4 .pt-tooltip-bottom {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  transform: translateX(50%);
}
.sketch-style4 .pt-tooltip-right,
.sketch-style4 .pt-tooltip-left {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}
.sketch-style4 .pt-tooltip-right .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-left .pt-tooltip-content:after {
  top: 50%;
  margin-top: -8px;
}
.sketch-style4 .pt-tooltip-right-top,
.sketch-style4 .pt-tooltip-left-top {
  bottom: auto;
  top: 50%;
  margin-top: -16px;
}
.sketch-style4 .pt-tooltip-right-top .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-left-top .pt-tooltip-content:after {
  top: 6px;
}
.sketch-style4 .pt-tooltip-right-bottom,
.sketch-style4 .pt-tooltip-left-bottom {
  bottom: 50%;
  margin-bottom: -18px;
}
.sketch-style4 .pt-tooltip-right-bottom .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-left-bottom .pt-tooltip-content:after {
  top: auto;
  bottom: 8px;
}
.sketch-style4 .pt-tooltip-show-icon,
.sketch-style4 .pt-tooltip-show-text {
  display: inline-block;
  position: relative;
}
.sketch-style4 .pt-tooltip-show-icon:hover,
.sketch-style4 .pt-tooltip-show-text:hover {
  cursor: help;
}
.sketch-style4 .pt-tooltip-show-icon:hover .pt-tooltip,
.sketch-style4 .pt-tooltip-show-text:hover .pt-tooltip {
  display: block;
}
.sketch-style4 .pt-tooltip-show-icon {
  vertical-align: top;
  position: relative;
  left: 5px;
  top: -5px;
  line-height: 1;
}
.sketch-style4 .pt-tooltip-show-icon .pt-tooltip-show i.fa {
  width: auto;
  font-size: 14px;
  margin: 0;
}
.sketch-style4 .pt-tooltip-top-left,
.sketch-style4 .pt-tooltip-bottom-left {
  margin-left: -50px;
  left: 50%;
  right: auto;
  text-align: left;
}
.sketch-style4 .pt-tooltip-top-left .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-bottom-left .pt-tooltip-content:after {
  right: auto;
  left: 40px;
  margin-right: 0;
}
.sketch-style4 .pt-tooltip-top-right,
.sketch-style4 .pt-tooltip-bottom-right {
  margin-right: -50px;
  right: 50%;
  text-align: right;
}
.sketch-style4 .pt-tooltip-top-right .pt-tooltip-content:after,
.sketch-style4 .pt-tooltip-bottom-right .pt-tooltip-content:after {
  right: 40px;
  margin-right: 0;
}
@media (min-width: 992px) {
  .sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
    width: 275px;
  }
  .sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before,
  .sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    content: "";
    display: table;
  }
  .sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
    clear: both;
  }
  .sketch-style4 .pt-tooltip .pt-tooltip-content .pt-tooltip-2col > span {
    float: left;
    width: 50%;
  }
}
.sketch-style4 .pt-block {
  margin: 10px 0 30px 0;
}
.sketch-style4 .pt-back {
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 10px;
}
.sketch-style4 .pt-title {
  background-color: #fff;
  border: 3px solid #939393;
  margin: -27px 12px 26px -5px;
  text-align: left;
  border-radius: 0 0 10px 10px;
  padding: 7px 12px;
}
.sketch-style4 .pt-title:before {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: -19px;
  border-top: 5px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 5px solid #939393;
  border-left: 8px solid #939393;
}
.sketch-style4 .pt-title:after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  right: -13px;
  border-top: 3px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 3px solid #fff;
  border-left: 5px solid #fff;
}
.sketch-style4 .pt-price {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 14px 0;
}
.sketch-style4 .pt-btn {
  background-color: #fff;
  border: 3px solid #939393;
  display: block;
  border-radius: 21px 0 0 21px;
  padding: 4px 26px;
  margin: 0 -30px 8px 30px;
  text-align: center;
}
.sketch-style4 .pt-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: -9px;
  right: -3px;
  border-top: 3px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 3px solid #939393;
  border-left: 5px solid #939393;
}
.sketch-style4 .pt-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  right: 3px;
  border-top: 1px solid transparent !important;
  border-right: 2px solid transparent !important;
  border-bottom: 1px solid #fff;
  border-left: 2px solid #fff;
}
.sketch-style4 .pt-btn:hover,
.sketch-style4 .pt-btn:focus {
  background-color: #fff;
  border-color: #818181;
}
.sketch-style4 .pt-btn:hover:before,
.sketch-style4 .pt-btn:focus:before {
  border-color: #818181;
}
.sketch-style4 .pt-btn:hover:after,
.sketch-style4 .pt-btn:focus:after {
  border-color: #fff;
}
.sketch-style4 .pt-list {
  margin: 0 0 26px 0;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back {
  background-color: #fff;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:hover,
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:focus {
  color: #c6c6c6;
  border-color: #c6c6c6;
  cursor: default;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:before,
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:hover:before,
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:focus:before {
  border-color: #c6c6c6;
}
.sketch-style4 .pt-selected .pt-back,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-back {
  background-color: #fff;
  border-color: #b9b9b9;
  border-width: 4px;
}
.sketch-style4 .pt-selected .pt-title,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}
.sketch-style4 .pt-selected .pt-title:before,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title:before {
  border-color: #606060;
}
.sketch-style4 .pt-selected .pt-title:after,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-title:after {
  border-color: #606060;
}
.sketch-style4 .pt-selected .pt-price,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-price {
  color: #b9b9b9;
}
.sketch-style4 .pt-selected .pt-list,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-list {
  color: #939393;
}
.sketch-style4 .pt-selected .pt-btn,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}
.sketch-style4 .pt-selected .pt-btn:before,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:before {
  border-color: #606060;
}
.sketch-style4 .pt-selected .pt-btn:after,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:after {
  border-color: #606060;
}
.sketch-style4 .pt-selected .pt-btn:hover,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover,
.sketch-style4 .pt-selected .pt-btn:focus,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}
.sketch-style4 .pt-selected .pt-btn:hover:before,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover:before,
.sketch-style4 .pt-selected .pt-btn:focus:before,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus:before {
  border-color: #4e4e4e;
}
.sketch-style4 .pt-selected .pt-btn:hover:after,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:hover:after,
.sketch-style4 .pt-selected .pt-btn:focus:after,
.sketch-style4[class*='pt-animation-'] .pt-col .pt-block:hover .pt-btn:focus:after {
  border-color: #4e4e4e;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-back,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-back {
  border-color: #d1d1d1;
  border-width: 2px;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-title {
  color: #939393;
  background-color: #fff;
  border-color: #939393;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title:before,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-title:before {
  border-color: #939393;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-title:after,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-title:after {
  border-color: #fff;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-price,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-price {
  color: #939393;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-list,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-list {
  color: #696969;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn {
  background-color: #fff;
}
.sketch-style4 .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available:nth-child(n) .pt-btn:after,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:after {
  border-color: #fff;
}
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-back {
  background-color: #fff;
}
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn {
  color: #939393;
  border-color: #939393;
}
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:before {
  border-color: #939393;
}
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:hover,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:focus {
  color: #818181;
  background-color: #fff;
  border-color: #818181;
}
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:hover:before,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:focus:before {
  border-color: #818181;
}
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:hover:after,
.sketch-style4[class*='pt-animation-']:hover .pt-selected .pt-btn:focus:after {
  border-color: #fff;
}
.sketch-style4[class*='pt-animation-'] .pt-back,
.sketch-style4[class*='pt-animation-'] .pt-title,
.sketch-style4[class*='pt-animation-'] .pt-title:before,
.sketch-style4[class*='pt-animation-'] .pt-title:after,
.sketch-style4[class*='pt-animation-'] .pt-price,
.sketch-style4[class*='pt-animation-'] .pt-btn,
.sketch-style4[class*='pt-animation-'] .pt-btn:before,
.sketch-style4[class*='pt-animation-'] .pt-btn:after,
.sketch-style4[class*='pt-animation-'] .pt-list {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pt-content-loader.ptcl-sketch-style4{display:block}.pt-content-loader.ptcl-sketch-style4+.pt-content-loader-bar{display:none}
