.crpt-modern button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}

.crpt-modern .pt-btn {
    cursor: pointer;
}

.crpt-modern .pt-btn[disabled] {
    cursor: default
}

.crpt-modern {
    cursor: default;
    margin-top: 30px
}

.crpt-modern, .crpt-modern .pt-block {
    font-size: 15px;
    line-height: 1.2;
    color: #4e4e4e;
    text-align: center;
}

.crpt-modern *, .crpt-modern *:before, .crpt-modern *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.crpt-modern .pt-cols {
    position: relative;
}

.crpt-modern .pt-cols-2 {
    max-width: 640px
}

.crpt-modern .pt-cols-3 {
    max-width: 970px
}

.crpt-modern .pt-cols-4 {
    max-width: 1300px
}

.crpt-modern .pt-cols-5 {
    max-width: 1640px
}

.crpt-modern .pt-cols-main {
    text-align: center;
    font-size: 0
}

.crpt-modern .pt-cols .pt-col {
    display: inline-block;
    max-width: 330px;
    width: 100%;
    vertical-align: bottom;
    padding: 0 !important;
}

.crpt-modern .pt-line-middle {
    display: table-cell;
    vertical-align: middle;
    line-height: 24px
}

.crpt-modern [class*='pt-lines-'] {
    display: table;
    width: 100%
}

.crpt-modern .pt-lines-2 {
    height: 48px
}

.crpt-modern .pt-lines-3 {
    height: 72px
}

@media (max-width:767px) {
    .crpt-modern .pt-cols .pt-cols-side {
        max-width: 330px
    }
}

@media (min-width:480px) {
    .crpt-modern .pt-cols .pt-cols-main {
        margin: 0 -10px
    }
    .crpt-modern .pt-cols .pt-col {
        padding: 0 10px;
        width: 50%
    }
}

@media (min-width:768px) {
    .crpt-modern .pt-cols-3 .pt-col, .crpt-modern .pt-cols-5 .pt-col {
        width: 33.3333%
    }
}

@media (min-width:992px) {
    .crpt-modern .pt-cols-4 .pt-col {
        width: 25%
    }
    .crpt-modern .pt-cols-5 .pt-cols-main {
        margin: 0 -5px
    }
    .crpt-modern .pt-cols-5 .pt-col {
        padding: 0 5px;
        width: 20%
    }
}

.crpt-modern .pt-tooltip {
    display: none;
    position: absolute;
    right: 50%;
    bottom: 100%;
    min-width: 200px;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    text-align: center;
    z-index: 100;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
}

.crpt-modern .pt-tooltip .pt-tooltip-content {
    position: relative;
    background-color: #fff;
    padding: 10px;
    display: block;
    text-align: left;
    margin-bottom: 8px;
    max-width: 100%;
    border-radius: 7px;
    border-color: #fff;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line {
    display: block;
    text-align: center;
    font-size: 14px;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span {
    position: relative;
    display: inline-block;
    padding: 8px;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: #404040
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before {
    right: 100%
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    left: 100%
}

.crpt-modern .pt-tooltip .pt-tooltip-content .fa {
    margin: 0
}

.crpt-modern .pt-tooltip .pt-tooltip-content img {
    max-width: 100%
}

.crpt-modern .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
}

.crpt-modern .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;
    margin-bottom: 10px
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list {
    display: block;
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list>span {
    display: block;
    line-height: 1.4
}

.crpt-modern .pt-tooltip .pt-tooltip-content .pt-tooltip-list .fa {
    font-size: 13px;
    line-height: $default-lh;
    width: 20px
}

.crpt-modern .pt-tooltip-bottom, .crpt-modern .pt-tooltip-bottom-left, .crpt-modern .pt-tooltip-bottom-right {
    bottom: auto;
    top: 100%;
}

.crpt-modern .pt-tooltip-bottom .pt-tooltip-content, .crpt-modern .pt-tooltip-bottom-left .pt-tooltip-content, .crpt-modern .pt-tooltip-bottom-right .pt-tooltip-content {
    margin: 8px 0 0 0;
}

.crpt-modern .pt-tooltip-bottom .pt-tooltip-content:after, .crpt-modern .pt-tooltip-bottom-left .pt-tooltip-content:after, .crpt-modern .pt-tooltip-bottom-right .pt-tooltip-content:after {
    top: auto;
    bottom: 100%;
    border-width: 0 8px 8px 8px;
    border-bottom-color: inherit
}

.crpt-modern .pt-tooltip-left-top, .crpt-modern .pt-tooltip-left-bottom, .crpt-modern .pt-tooltip-right-top, .crpt-modern .pt-tooltip-right-bottom, .crpt-modern .pt-tooltip-top-left, .crpt-modern .pt-tooltip-bottom-left, .crpt-modern .pt-tooltip-top-right, .crpt-modern .pt-tooltip-bottom-right {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none
}

.crpt-modern .pt-tooltip-left .pt-tooltip-content:after, .crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after, .crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after, .crpt-modern .pt-tooltip-right .pt-tooltip-content:after, .crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after, .crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after {
    border-width: 8px 8px
}

.crpt-modern .pt-tooltip-right, .crpt-modern .pt-tooltip-right-top, .crpt-modern .pt-tooltip-right-bottom {
    left: 100%;
    right: auto;
    text-align: left;
}

.crpt-modern .pt-tooltip-right .pt-tooltip-content, .crpt-modern .pt-tooltip-right-top .pt-tooltip-content, .crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content {
    margin: 0 0 0 11px;
}

.crpt-modern .pt-tooltip-right .pt-tooltip-content:after, .crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after, .crpt-modern .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
}

.crpt-modern .pt-tooltip-left, .crpt-modern .pt-tooltip-left-top, .crpt-modern .pt-tooltip-left-bottom {
    right: 100%;
    text-align: right;
}

.crpt-modern .pt-tooltip-left .pt-tooltip-content, .crpt-modern .pt-tooltip-left-top .pt-tooltip-content, .crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content {
    margin: 0 11px 0 0;
}

.crpt-modern .pt-tooltip-left .pt-tooltip-content:after, .crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after, .crpt-modern .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
}

.crpt-modern .pt-tooltip-top, .crpt-modern .pt-tooltip-bottom {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%)
}

.crpt-modern .pt-tooltip-right, .crpt-modern .pt-tooltip-left {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}

.crpt-modern .pt-tooltip-right .pt-tooltip-content:after, .crpt-modern .pt-tooltip-left .pt-tooltip-content:after {
    top: 50%;
    margin-top: -8px
}

.crpt-modern .pt-tooltip-right-top, .crpt-modern .pt-tooltip-left-top {
    bottom: auto;
    top: 50%;
    margin-top: -16px;
}

.crpt-modern .pt-tooltip-right-top .pt-tooltip-content:after, .crpt-modern .pt-tooltip-left-top .pt-tooltip-content:after {
    top: 8px
}

.crpt-modern .pt-tooltip-right-bottom, .crpt-modern .pt-tooltip-left-bottom {
    bottom: 50%;
    margin-bottom: -18px;
}

.crpt-modern .pt-tooltip-right-bottom .pt-tooltip-content:after, .crpt-modern .pt-tooltip-left-bottom .pt-tooltip-content:after {
    top: auto;
    bottom: 10px
}

.crpt-modern .pt-tooltip-show-icon, .crpt-modern .pt-tooltip-show-text {
    display: inline-block;
    position: relative;
    line-height: 1;
}

.crpt-modern .pt-tooltip-show-icon:hover, .crpt-modern .pt-tooltip-show-text:hover {
    cursor: help;
}

.crpt-modern .pt-tooltip-show-icon:hover .pt-tooltip, .crpt-modern .pt-tooltip-show-text:hover .pt-tooltip {
    display: block
}

.crpt-modern .pt-tooltip-show-icon {
    /* vertical-align: top;
	position: relative;
	left: 5px;
	top: 5px; */
    line-height: unset;
}

.crpt-modern .pt-tooltip-show-icon .pt-tooltip-show i.fa {
    width: auto;
    font-size: 14px;
    line-height: $default-lh;
    margin: 0;
    color: #8dc642;
}

.crpt-modern .pt-tooltip-top-left, .crpt-modern .pt-tooltip-bottom-left {
    margin-left: -50px;
    left: 50%;
    right: auto;
    text-align: left;
}

.crpt-modern .pt-tooltip-top-left .pt-tooltip-content:after, .crpt-modern .pt-tooltip-bottom-left .pt-tooltip-content:after {
    right: auto;
    left: 42px;
    margin-right: 0
}

.crpt-modern .pt-tooltip-top-right, .crpt-modern .pt-tooltip-bottom-right {
    margin-right: -50px;
    right: 50%;
    text-align: right;
}

.crpt-modern .pt-tooltip-top-right .pt-tooltip-content:after, .crpt-modern .pt-tooltip-bottom-right .pt-tooltip-content:after {
    right: 42px;
    margin-right: 0
}

@media (min-width:992px) {
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col {
        width: 270px;
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:before, .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
        content: "";
        display: table
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col:after {
        clear: both
    }
    .crpt-modern .pt-tooltip-show-text .pt-tooltip .pt-tooltip-content .pt-tooltip-2col>span {
        float: left;
        width: 50%
    }
}

.crpt-modern .pt-badge {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 0 2px 0 0;
    font-size: 16px;
    line-height: $default-lh;
}

.crpt-modern .pt-badge:after {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    opacity: .1;
}

.crpt-modern .pt-badge:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.crpt-modern .pt-badge .pt-text {
    position: absolute;
    left: 15.81623381592643px;
    top: -38.18376618407357px;
    width: 76.36753236814714px;
    height: 76.36753236814714px;
    text-align: center;
    line-height: 124.19999999999999px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 0 1px 0 #666;
    box-shadow: 0 0 1px 0 #666
}

.crpt-modern .pt-new .pt-text {
    background-color: #337ab7
}

.crpt-modern .pt-discount .pt-text {
    background-color: #f00
}

.crpt-modern .pt-popular .pt-text {
    background-color: #39b54a
}

.crpt-modern .pt-block {
    margin-bottom: 30px
}

.crpt-modern .pt-title, .crpt-modern .pt-title span, .crpt-modern .pt-price-container, .crpt-modern .pt-footer, .crpt-modern .pt-content {
    position: relative;
}

.crpt-modern .pt-content, .crpt-modern .pt-title, .crpt-modern .pt-title:before, .crpt-modern .pt-btn {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.crpt-modern .pt-content {
    border-radius: 2px;
    border: 1px solid #efefef
}

.crpt-modern .pt-head {
    background: #f4f4f4
}

.crpt-modern .pt-title {
    font-size: 18px;
    color: #fff;
    height: 20px;
    font-weight: 700;
    line-height: 40px;
}

.crpt-modern .pt-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 1px;
    height: 0
}

.crpt-modern .pt-price-container, .crpt-modern .pt-title:before {
    /* -webkit-box-shadow: 100px 0 100px -100px #808080 inset, -100px 0 100px -100px #808080 inset;
	box-shadow: 100px 0 100px -100px #808080 inset, -100px 0 100px -100px #808080 inset;
	background: #333 */
}

.crpt-modern .pt-price-container {
    color: #fff;
    padding: 5px 0;
    margin: -1px -1px 0 -1px
}

.crpt-modern .pt-price-block {
    font-size: 0;
    padding: 9px 0;
}

.crpt-modern .pt-price-block span {
    display: inline-block;
    vertical-align: middle
}

.crpt-modern .pt-price-block .pt-currency {
    font-size: 18px
}

.crpt-modern .pt-price-block .pt-price-main {
    font-size: 44px;
    line-height: 1.1;
}

.crpt-modern .pt-has-sub .pt-price-block {
    padding: 0
}

.crpt-modern .pt-sub {
    display: block
}

.crpt-modern .pt-btn {
    height: 55px;
    font-size: 20px;
    line-height: 55px;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
    margin: 1px -1px -1px -1px;
    border: 0 none;
    /* -webkit-box-shadow: 50px 0 50px -50px #808080 inset, -50px 0 50px -50px #808080 inset, 0 0 2px #1a1a1a;
	box-shadow: 50px 0 50px -50px #808080 inset, -50px 0 50px -50px #808080 inset, 0 0 2px #1a1a1a;
	background: #333; */
}

.crpt-modern .pt-btn:hover, .crpt-modern .pt-btn:focus {
    color: #fff;
    font-size: 30px;
    line-height: $default-lh;
    -webkit-box-shadow: none;
    box-shadow: none
}

.crpt-modern .pt-footer {
    background: #f4f4f4;
    min-height: 55px
}

.crpt-modern .pt-tooltip-show-text .pt-tooltip-show {
    border-bottom: 1px dotted
}

.crpt-modern .pt-list {
    /* padding: 10px 5px 5px; */
    position: relative;
}

.pt-tooltip-show {
    line-height: unset;
    border-bottom: 1px dotted;
}

.crpt-modern .pt-list .fa {
    font-size: 17px
}

.crpt-modern .pt-list .pt-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.crpt-modern .pt-list .fa-check {
    color: #009245
}

.crpt-modern .pt-list .fa-times {
    color: #ff1d25
}

.crpt-modern .pt-list-item {
    padding: 7px 0 6px;
    line-height: 21px;
    position: relative;
    height: 55px;
}

.pt-cols-main .pt-list-item {
    height: 55px;
    line-height: 55px;
    padding: 0;
}

.PTST {
    width: 100%;
}

.pt-tooltip-show-input {
    width: 100%;
}

.pt-tooltip-show-input input {
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 9px;
    font-size: 13px;
    height: 42px;
    border: 0px solid #ededed;
    text-align: right;
}

.pt-tooltip-show-input input:hover, .pt-tooltip-show-input input:focus, .pt-tooltip-show-input input:focus-within, .pt-tooltip-show-input input:active {
    /* -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4) !important; */
    border-color: #efefef !important;
    outline: none;
}

@media (max-width:1199px) {
    .crpt-modern .pt-cols-4, .crpt-modern .pt-cols-5 {
        max-width: none;
        padding: 0 !important;
    }
    .crpt-modern .pt-cols-4 .pt-cols-side, .crpt-modern .pt-cols-5 .pt-cols-side {
        display: none
    }
    .crpt-modern .pt-cols-4 .pt-col, .crpt-modern .pt-cols-5 .pt-col {
        min-width: 180px
    }
    .crpt-modern .pt-cols-4 .pt-line-middle, .crpt-modern .pt-cols-5 .pt-line-middle, .crpt-modern .pt-cols-4 [class*='pt-lines-'], .crpt-modern .pt-cols-5 [class*='pt-lines-'] {
        display: inline
    }
    .crpt-modern .pt-cols-4 .pt-list .pt-back, .crpt-modern .pt-cols-5 .pt-list .pt-back {
        opacity: 1;
    }
    .crpt-modern .pt-cols-4 .pt-list .pt-list-item+.pt-list-item, .crpt-modern .pt-cols-5 .pt-list .pt-list-item+.pt-list-item {
        border-top: 1px dotted #ccc
    }
    .crpt-modern .pt-cols-4 .pt-list .pt-list-item .pt-text, .crpt-modern .pt-cols-5 .pt-list .pt-list-item .pt-text {
        display: block;
        color: #a9a9a9;
    }
}

@media (max-width:991px) {
    .crpt-modern .pt-cols-3 {
        max-width: none;
        padding: 0 !important;
    }
    .crpt-modern .pt-cols-3 .pt-cols-side {
        display: none
    }
    .crpt-modern .pt-cols-3 .pt-col {
        min-width: 180px
    }
    .crpt-modern .pt-cols-3 .pt-line-middle, .crpt-modern .pt-cols-3 [class*='pt-lines-'] {
        display: inline
    }
    .crpt-modern .pt-cols-3 .pt-list .pt-back {
        opacity: 1;
    }
    .crpt-modern .pt-cols-3 .pt-list .pt-list-item+.pt-list-item {
        border-top: 1px dotted #ccc
    }
    .crpt-modern .pt-cols-3 .pt-list .pt-list-item .pt-text {
        display: block
    }
}

@media (max-width:767px) {
    .crpt-modern .pt-cols-2 {
        max-width: none;
        padding: 0 !important;
    }
    .crpt-modern .pt-cols-2 .pt-cols-side {
        display: none
    }
    .crpt-modern .pt-cols-2 .pt-col {
        min-width: 180px
    }
    .crpt-modern .pt-cols-2 .pt-line-middle, .crpt-modern .pt-cols-2 [class*='pt-lines-'] {
        display: inline
    }
    .crpt-modern .pt-cols-2 .pt-list .pt-back {
        opacity: 1;
    }
    .crpt-modern .pt-cols-2 .pt-list .pt-list-item+.pt-list-item {
        border-top: 1px dotted #ccc
    }
    .crpt-modern .pt-cols-2 .pt-list .pt-list-item .pt-text {
        display: block
    }
}

.crpt-modern .pt-cols {
    padding-left: 280px;
    padding-right: 10px;
    margin: 0 auto;
}

.crpt-modern .pt-list-block {
    display: block;
    position: absolute;
    left: 0;
    /* bottom: 57px; */
    top: 96px;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #ececec;
    /* padding: 48px 8px 44px; */
}

.crpt-modern .pt-list-block .pt-list-item:nth-child(2n) {
    background-color: #f3f3f3
}

.crpt-modern .pt-list-block .pt-text {
    display: block;
    width: 270px;
    padding-right: 20px;
    padding-left: 10px;
    text-align: right;
}

.crpt-modern .pt-list .pt-back {
    opacity: .3;
}

.crpt-modern .pt-list .pt-list-item+.pt-list-item {
    border-top: 0 none
}

.crpt-modern .pt-list .pt-list-item .pt-text {
    display: none
}

.crpt-modern.pt-no-header .pt-block .pt-head {
    display: none
}

.crpt-modern.pt-no-header .pt-block .pt-list {
    padding-top: 0
}

.crpt-modern.pt-no-header .pt-list-block {
    padding-top: 0
}

.crpt-modern.pt-no-footer .pt-block .pt-list {
    padding-bottom: 0
}

.crpt-modern.pt-no-footer .pt-block .pt-footer {
    display: none
}

.crpt-modern.pt-no-footer .pt-list-block {
    padding-bottom: 0;
    bottom: 30px
}

.crpt-modern.pt-side-xs .pt-cols {
    padding-left: 180px
}

.crpt-modern.pt-side-xs .pt-list-block .pt-text {
    width: 172px
}

.crpt-modern.pt-side-sm .pt-cols {
    padding-left: 220px
}

.crpt-modern.pt-side-sm .pt-list-block .pt-text {
    width: 212px
}

.crpt-modern.pt-side-md .pt-cols {
    padding-left: 240px
}

.crpt-modern.pt-side-md .pt-list-block .pt-text {
    width: 232px
}

.crpt-modern.pt-side-lg .pt-cols {
    padding-left: 280px
}

.crpt-modern.pt-side-lg .pt-list-block .pt-text {
    width: 272px
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-title {
    color: #4e4e4e;
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-title:before {
    height: 0
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-price-container {
    -webkit-box-shadow: 100px 0 100px -100px #dadada inset, -100px 0 100px -100px #dadada inset;
    box-shadow: 100px 0 100px -100px #dadada inset, -100px 0 100px -100px #dadada inset;
    background: #c0c0c0
}

.crpt-modern .pt-cols .pt-col:nth-child(n) .pt-block.pt-not-available .pt-btn {
    font-size: 26px;
    cursor: default;
    -webkit-box-shadow: 50px 0 50px -50px #dadada inset, -50px 0 50px -50px #dadada inset, 0 0 2px #a7a7a7;
    box-shadow: 50px 0 50px -50px #dadada inset, -50px 0 50px -50px #dadada inset, 0 0 2px #a7a7a7;
    background: #c0c0c0
}

.crpt-modern .pt-selected .pt-content, .crpt-modern.pt-animation-default .pt-cols .pt-block:hover .pt-content, .crpt-modern.pt-animation-2 .pt-cols .pt-block:hover .pt-content {
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    box-shadow: 0 0 12px rgb(0 0 0 / 40%)
}

.crpt-modern .pt-selected .pt-title, .crpt-modern.pt-animation-default .pt-cols .pt-block:hover .pt-title, .crpt-modern.pt-animation-1 .pt-cols .pt-block:hover .pt-title {
    color: #fff;
}

.crpt-modern .pt-selected .pt-title:before, .crpt-modern.pt-animation-default .pt-cols .pt-block:hover .pt-title:before, .crpt-modern.pt-animation-1 .pt-cols .pt-block:hover .pt-title:before {
    height: 100%
}

.crpt-modern.pt-animation-default:hover .pt-selected .pt-content, .crpt-modern.pt-animation-2:hover .pt-selected .pt-content, .crpt-modern.pt-animation-1 .pt-cols .pt-selected .pt-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.crpt-modern.pt-animation-default:hover .pt-selected .pt-title, .crpt-modern.pt-animation-1:hover .pt-selected .pt-title, .crpt-modern.pt-animation-2 .pt-cols .pt-selected .pt-title {
    color: #4e4e4e;
}

.crpt-modern.pt-animation-default:hover .pt-selected .pt-title:before, .crpt-modern.pt-animation-1:hover .pt-selected .pt-title:before, .crpt-modern.pt-animation-2 .pt-cols .pt-selected .pt-title:before {
    height: 0
}

.crpt-modern-orangeRed .pt-price-container, .crpt-modern .crpt-modern-orangeRed .pt-price-container, .crpt-modern-orangeRed .pt-title:before, .crpt-modern .crpt-modern-orangeRed .pt-title:before {
    /* -webkit-box-shadow: 100px 0 100px -100px #8dc642 inset, -100px 0 100px -100px #4caf50 inset;
    box-shadow: 100px 0 100px -100px #8dc642 inset, -100px 0 100px -100px #4caf50 inset;
    background: #8dc642; */
}

.crpt-modern-orangeRed .pt-btn, .crpt-modern .crpt-modern-orangeRed .pt-btn {
    /* -webkit-box-shadow: 100px 0 100px -100px #8dc642 inset, -100px 0 100px -100px #4caf50 inset;
    box-shadow: 100px 0 100px -100px #8dc642 inset, -100px 0 100px -100px #4caf50 inset; */
    /* background: #8dc642; */
}

.crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c1700
}

.crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-orangeRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c1700
}

.crpt-modern-cadetBlue .pt-price-container, .crpt-modern .crpt-modern-cadetBlue .pt-price-container, .crpt-modern-cadetBlue .pt-title:before, .crpt-modern .crpt-modern-cadetBlue .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #bfd8d9 inset, -100px 0 100px -100px #bfd8d9 inset;
    box-shadow: 100px 0 100px -100px #bfd8d9 inset, -100px 0 100px -100px #bfd8d9 inset;
    background: #5f9ea0
}

.crpt-modern-cadetBlue .pt-btn, .crpt-modern .crpt-modern-cadetBlue .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #bfd8d9 inset, -50px 0 50px -50px #bfd8d9 inset, 0 0 2px #4c7e80;
    box-shadow: 50px 0 50px -50px #bfd8d9 inset, -50px 0 50px -50px #bfd8d9 inset, 0 0 2px #4c7e80;
    background: #5f9ea0
}

.crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content {
    background-color: #132020;
    border-color: #132020;
}

.crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #22393a
}

.crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-cadetBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #22393a
}

.crpt-modern-chocolate .pt-price-container, .crpt-modern .crpt-modern-chocolate .pt-price-container, .crpt-modern-chocolate .pt-title:before, .crpt-modern .crpt-modern-chocolate .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #f0bd99 inset, -100px 0 100px -100px #f0bd99 inset;
    box-shadow: 100px 0 100px -100px #f0bd99 inset, -100px 0 100px -100px #f0bd99 inset;
    background: #d2691e
}

.crpt-modern-chocolate .pt-btn, .crpt-modern .crpt-modern-chocolate .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #f0bd99 inset, -50px 0 50px -50px #f0bd99 inset, 0 0 2px #a55318;
    box-shadow: 50px 0 50px -50px #f0bd99 inset, -50px 0 50px -50px #f0bd99 inset, 0 0 2px #a55318;
    background: #d2691e
}

.crpt-modern-chocolate .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content {
    background-color: #2d1606;
    border-color: #2d1606;
}

.crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #50280b
}

.crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-chocolate .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #50280b
}

.crpt-modern-crimson .pt-price-container, .crpt-modern .crpt-modern-crimson .pt-price-container, .crpt-modern-crimson .pt-title:before, .crpt-modern .crpt-modern-crimson .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #f594a7 inset, -100px 0 100px -100px #f594a7 inset;
    box-shadow: 100px 0 100px -100px #f594a7 inset, -100px 0 100px -100px #f594a7 inset;
    background: #dc143c
}

.crpt-modern-crimson .pt-btn, .crpt-modern .crpt-modern-crimson .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #f594a7 inset, -50px 0 50px -50px #f594a7 inset, 0 0 2px #ad102f;
    box-shadow: 50px 0 50px -50px #f594a7 inset, -50px 0 50px -50px #f594a7 inset, 0 0 2px #ad102f;
    background: #dc143c
}

.crpt-modern-crimson .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content {
    background-color: #2f040d;
    border-color: #2f040d;
}

.crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #540817
}

.crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-crimson .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #540817
}

.crpt-modern-darkViolet .pt-price-container, .crpt-modern .crpt-modern-darkViolet .pt-price-container, .crpt-modern-darkViolet .pt-title:before, .crpt-modern .crpt-modern-darkViolet .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #d36dff inset, -100px 0 100px -100px #d36dff inset;
    box-shadow: 100px 0 100px -100px #d36dff inset, -100px 0 100px -100px #d36dff inset;
    background: #9400d3
}

.crpt-modern-darkViolet .pt-btn, .crpt-modern .crpt-modern-darkViolet .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #d36dff inset, -50px 0 50px -50px #d36dff inset, 0 0 2px #7000a0;
    box-shadow: 50px 0 50px -50px #d36dff inset, -50px 0 50px -50px #d36dff inset, 0 0 2px #7000a0;
    background: #9400d3
}

.crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content {
    background-color: #240033;
    border-color: #240033;
}

.crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #40005c
}

.crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-darkViolet .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #40005c
}

.crpt-modern-deepPink .pt-price-container, .crpt-modern .crpt-modern-deepPink .pt-price-container, .crpt-modern-deepPink .pt-title:before, .crpt-modern .crpt-modern-deepPink .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #ffadd9 inset, -100px 0 100px -100px #ffadd9 inset;
    box-shadow: 100px 0 100px -100px #ffadd9 inset, -100px 0 100px -100px #ffadd9 inset;
    background: #ff1493
}

.crpt-modern-deepPink .pt-btn, .crpt-modern .crpt-modern-deepPink .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #ffadd9 inset, -50px 0 50px -50px #ffadd9 inset, 0 0 2px #e00079;
    box-shadow: 50px 0 50px -50px #ffadd9 inset, -50px 0 50px -50px #ffadd9 inset, 0 0 2px #e00079;
    background: #ff1493
}

.crpt-modern-deepPink .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content {
    background-color: #33001c;
    border-color: #33001c;
}

.crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c0032
}

.crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-deepPink .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c0032
}

.crpt-modern-fireBrick .pt-price-container, .crpt-modern .crpt-modern-fireBrick .pt-price-container, .crpt-modern-fireBrick .pt-title:before, .crpt-modern .crpt-modern-fireBrick .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #e88585 inset, -100px 0 100px -100px #e88585 inset;
    box-shadow: 100px 0 100px -100px #e88585 inset, -100px 0 100px -100px #e88585 inset;
    background: #b22222
}

.crpt-modern-fireBrick .pt-btn, .crpt-modern .crpt-modern-fireBrick .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #e88585 inset, -50px 0 50px -50px #e88585 inset, 0 0 2px #871a1a;
    box-shadow: 50px 0 50px -50px #e88585 inset, -50px 0 50px -50px #e88585 inset, 0 0 2px #871a1a;
    background: #b22222
}

.crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content {
    background-color: #2b0808;
    border-color: #2b0808;
}

.crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #4d0f0f
}

.crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-fireBrick .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #4d0f0f
}

.crpt-modern-flame .pt-price-container, .crpt-modern .crpt-modern-flame .pt-price-container, .crpt-modern-flame .pt-title:before, .crpt-modern .crpt-modern-flame .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #f8b8a1 inset, -100px 0 100px -100px #f8b8a1 inset;
    box-shadow: 100px 0 100px -100px #f8b8a1 inset, -100px 0 100px -100px #f8b8a1 inset;
    background: #ed4d13
}

.crpt-modern-flame .pt-btn, .crpt-modern .crpt-modern-flame .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #f8b8a1 inset, -50px 0 50px -50px #f8b8a1 inset, 0 0 2px #be3d0f;
    box-shadow: 50px 0 50px -50px #f8b8a1 inset, -50px 0 50px -50px #f8b8a1 inset, 0 0 2px #be3d0f;
    background: #ed4d13
}

.crpt-modern-flame .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content {
    background-color: #2f0f04;
    border-color: #2f0f04;
}

.crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #551b07
}

.crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-flame .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #551b07
}

.crpt-modern-goldenRod .pt-price-container, .crpt-modern .crpt-modern-goldenRod .pt-price-container, .crpt-modern-goldenRod .pt-title:before, .crpt-modern .crpt-modern-goldenRod .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #f1dba2 inset, -100px 0 100px -100px #f1dba2 inset;
    box-shadow: 100px 0 100px -100px #f1dba2 inset, -100px 0 100px -100px #f1dba2 inset;
    background: #daa520
}

.crpt-modern-goldenRod .pt-btn, .crpt-modern .crpt-modern-goldenRod .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #f1dba2 inset, -50px 0 50px -50px #f1dba2 inset, 0 0 2px #ae8319;
    box-shadow: 50px 0 50px -50px #f1dba2 inset, -50px 0 50px -50px #f1dba2 inset, 0 0 2px #ae8319;
    background: #daa520
}

.crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content {
    background-color: #2c2207;
    border-color: #2c2207;
}

.crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #503d0c
}

.crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-goldenRod .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #503d0c
}

.crpt-modern-green .pt-price-container, .crpt-modern .crpt-modern-green .pt-price-container, .crpt-modern-green .pt-title:before, .crpt-modern .crpt-modern-green .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #a5e2ad inset, -100px 0 100px -100px #a5e2ad inset;
    box-shadow: 100px 0 100px -100px #a5e2ad inset, -100px 0 100px -100px #a5e2ad inset;
    background: #39b54a
}

.crpt-modern-green .pt-btn, .crpt-modern .crpt-modern-green .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #a5e2ad inset, -50px 0 50px -50px #a5e2ad inset, 0 0 2px #2d8e3a;
    box-shadow: 50px 0 50px -50px #a5e2ad inset, -50px 0 50px -50px #a5e2ad inset, 0 0 2px #2d8e3a;
    background: #39b54a
}

.crpt-modern-green .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content {
    background-color: #0c2710;
    border-color: #0c2710;
}

.crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #16461d
}

.crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-green .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #16461d
}

.crpt-modern-indianRed .pt-price-container, .crpt-modern .crpt-modern-indianRed .pt-price-container, .crpt-modern-indianRed .pt-title:before, .crpt-modern .crpt-modern-indianRed .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #f1d1d1 inset, -100px 0 100px -100px #f1d1d1 inset;
    box-shadow: 100px 0 100px -100px #f1d1d1 inset, -100px 0 100px -100px #f1d1d1 inset;
    background: #cd5c5c
}

.crpt-modern-indianRed .pt-btn, .crpt-modern .crpt-modern-indianRed .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #f1d1d1 inset, -50px 0 50px -50px #f1d1d1 inset, 0 0 2px #bc3a3a;
    box-shadow: 50px 0 50px -50px #f1d1d1 inset, -50px 0 50px -50px #f1d1d1 inset, 0 0 2px #bc3a3a;
    background: #cd5c5c
}

.crpt-modern-indianRed .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content {
    background-color: #270c0c;
    border-color: #270c0c;
}

.crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #461616
}

.crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-indianRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #461616
}

.crpt-modern-indigo .pt-price-container, .crpt-modern .crpt-modern-indigo .pt-price-container, .crpt-modern-indigo .pt-title:before, .crpt-modern .crpt-modern-indigo .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #9f1cff inset, -100px 0 100px -100px #9f1cff inset;
    box-shadow: 100px 0 100px -100px #9f1cff inset, -100px 0 100px -100px #9f1cff inset;
    background: #4b0082
}

.crpt-modern-indigo .pt-btn, .crpt-modern .crpt-modern-indigo .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #9f1cff inset, -50px 0 50px -50px #9f1cff inset, 0 0 2px #2e004f;
    box-shadow: 50px 0 50px -50px #9f1cff inset, -50px 0 50px -50px #9f1cff inset, 0 0 2px #2e004f;
    background: #4b0082
}

.crpt-modern-indigo .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content {
    background-color: #1d0033;
    border-color: #1d0033;
}

.crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #35005c
}

.crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-indigo .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #35005c
}

.crpt-modern-slateGray .pt-price-container, .crpt-modern .crpt-modern-slateGray .pt-price-container, .crpt-modern-slateGray .pt-title:before, .crpt-modern .crpt-modern-slateGray .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #c6ccd3 inset, -100px 0 100px -100px #c6ccd3 inset;
    box-shadow: 100px 0 100px -100px #c6ccd3 inset, -100px 0 100px -100px #c6ccd3 inset;
    background: #708090
}

.crpt-modern-slateGray .pt-btn, .crpt-modern .crpt-modern-slateGray .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #c6ccd3 inset, -50px 0 50px -50px #c6ccd3 inset, 0 0 2px #5a6673;
    box-shadow: 50px 0 50px -50px #c6ccd3 inset, -50px 0 50px -50px #c6ccd3 inset, 0 0 2px #5a6673;
    background: #708090
}

.crpt-modern-slateGray .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content {
    background-color: #16191d;
    border-color: #16191d;
}

.crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #282e34
}

.crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-slateGray .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #282e34
}

.crpt-modern-steelBlue .pt-price-container, .crpt-modern .crpt-modern-steelBlue .pt-price-container, .crpt-modern-steelBlue .pt-title:before, .crpt-modern .crpt-modern-steelBlue .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #b2cce1 inset, -100px 0 100px -100px #b2cce1 inset;
    box-shadow: 100px 0 100px -100px #b2cce1 inset, -100px 0 100px -100px #b2cce1 inset;
    background: #4682b4
}

.crpt-modern-steelBlue .pt-btn, .crpt-modern .crpt-modern-steelBlue .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #b2cce1 inset, -50px 0 50px -50px #b2cce1 inset, 0 0 2px #38678f;
    box-shadow: 50px 0 50px -50px #b2cce1 inset, -50px 0 50px -50px #b2cce1 inset, 0 0 2px #38678f;
    background: #4682b4
}

.crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content {
    background-color: #0e1b25;
    border-color: #0e1b25;
}

.crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #1a3042
}

.crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-steelBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #1a3042
}

.crpt-modern-yellowGreen .pt-price-container, .crpt-modern .crpt-modern-yellowGreen .pt-price-container, .crpt-modern-yellowGreen .pt-title:before, .crpt-modern .crpt-modern-yellowGreen .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #d7ebad inset, -100px 0 100px -100px #d7ebad inset;
    box-shadow: 100px 0 100px -100px #d7ebad inset, -100px 0 100px -100px #d7ebad inset;
    background: #9acd32
}

.crpt-modern-yellowGreen .pt-btn, .crpt-modern .crpt-modern-yellowGreen .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #d7ebad inset, -50px 0 50px -50px #d7ebad inset, 0 0 2px #7ba428;
    box-shadow: 50px 0 50px -50px #d7ebad inset, -50px 0 50px -50px #d7ebad inset, 0 0 2px #7ba428;
    background: #9acd32
}

.crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content {
    background-color: #1f290a;
    border-color: #1f290a;
}

.crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #374a12
}

.crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-yellowGreen .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #374a12
}

.crpt-modern-mediumTurquoise .pt-price-container, .crpt-modern .crpt-modern-mediumTurquoise .pt-price-container, .crpt-modern-mediumTurquoise .pt-title:before, .crpt-modern .crpt-modern-mediumTurquoise .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #b0ebeb inset, -100px 0 100px -100px #b0ebeb inset;
    box-shadow: 100px 0 100px -100px #b0ebeb inset, -100px 0 100px -100px #b0ebeb inset;
    background: #36cccb
}

.crpt-modern-mediumTurquoise .pt-btn, .crpt-modern .crpt-modern-mediumTurquoise .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #b0ebeb inset, -50px 0 50px -50px #b0ebeb inset, 0 0 2px #2aa5a4;
    box-shadow: 50px 0 50px -50px #b0ebeb inset, -50px 0 50px -50px #b0ebeb inset, 0 0 2px #2aa5a4;
    background: #36cccb
}

.crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content {
    background-color: #0a2928;
    border-color: #0a2928;
}

.crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #134949
}

.crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-mediumTurquoise .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #134949
}

.crpt-modern-darkCyan .pt-price-container, .crpt-modern .crpt-modern-darkCyan .pt-price-container, .crpt-modern-darkCyan .pt-title:before, .crpt-modern .crpt-modern-darkCyan .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #26ffe9 inset, -100px 0 100px -100px #26ffe9 inset;
    box-shadow: 100px 0 100px -100px #26ffe9 inset, -100px 0 100px -100px #26ffe9 inset;
    background: #008c7e
}

.crpt-modern-darkCyan .pt-btn, .crpt-modern .crpt-modern-darkCyan .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #26ffe9 inset, -50px 0 50px -50px #26ffe9 inset, 0 0 2px #005950;
    box-shadow: 50px 0 50px -50px #26ffe9 inset, -50px 0 50px -50px #26ffe9 inset, 0 0 2px #005950;
    background: #008c7e
}

.crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content {
    background-color: #00332e;
    border-color: #00332e;
}

.crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #005c53
}

.crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-darkCyan .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #005c53
}

.crpt-modern-dodgerBlue .pt-price-container, .crpt-modern .crpt-modern-dodgerBlue .pt-price-container, .crpt-modern-dodgerBlue .pt-title:before, .crpt-modern .crpt-modern-dodgerBlue .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #cce5ff inset, -100px 0 100px -100px #cce5ff inset;
    box-shadow: 100px 0 100px -100px #cce5ff inset, -100px 0 100px -100px #cce5ff inset;
    background: #39f
}

.crpt-modern-dodgerBlue .pt-btn, .crpt-modern .crpt-modern-dodgerBlue .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #cce5ff inset, -50px 0 50px -50px #cce5ff inset, 0 0 2px #007fff;
    box-shadow: 50px 0 50px -50px #cce5ff inset, -50px 0 50px -50px #cce5ff inset, 0 0 2px #007fff;
    background: #39f
}

.crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content {
    background-color: #001933;
    border-color: #001933;
}

.crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #002e5c
}

.crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-dodgerBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #002e5c
}

.crpt-modern-navyBlue .pt-price-container, .crpt-modern .crpt-modern-navyBlue .pt-price-container, .crpt-modern-navyBlue .pt-title:before, .crpt-modern .crpt-modern-navyBlue .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #8ac4ff inset, -100px 0 100px -100px #8ac4ff inset;
    box-shadow: 100px 0 100px -100px #8ac4ff inset, -100px 0 100px -100px #8ac4ff inset;
    background: #0078f0
}

.crpt-modern-navyBlue .pt-btn, .crpt-modern .crpt-modern-navyBlue .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #8ac4ff inset, -50px 0 50px -50px #8ac4ff inset, 0 0 2px #005ebd;
    box-shadow: 50px 0 50px -50px #8ac4ff inset, -50px 0 50px -50px #8ac4ff inset, 0 0 2px #005ebd;
    background: #0078f0
}

.crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content {
    background-color: #001933;
    border-color: #001933;
}

.crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #002e5c
}

.crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-navyBlue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #002e5c
}

.crpt-modern-greenVogue .pt-price-container, .crpt-modern .crpt-modern-greenVogue .pt-price-container, .crpt-modern-greenVogue .pt-title:before, .crpt-modern .crpt-modern-greenVogue .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #0698e5 inset, -100px 0 100px -100px #0698e5 inset;
    box-shadow: 100px 0 100px -100px #0698e5 inset, -100px 0 100px -100px #0698e5 inset;
    background: #023550
}

.crpt-modern-greenVogue .pt-btn, .crpt-modern .crpt-modern-greenVogue .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #0698e5 inset, -50px 0 50px -50px #0698e5 inset, 0 0 2px #01141e;
    box-shadow: 50px 0 50px -50px #0698e5 inset, -50px 0 50px -50px #0698e5 inset, 0 0 2px #01141e;
    background: #023550
}

.crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content {
    background-color: #012132;
    border-color: #012132;
}

.crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #023b5a
}

.crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-greenVogue .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #023b5a
}

.crpt-modern-blumine .pt-price-container, .crpt-modern .crpt-modern-blumine .pt-price-container, .crpt-modern-blumine .pt-title:before, .crpt-modern .crpt-modern-blumine .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #7eacc4 inset, -100px 0 100px -100px #7eacc4 inset;
    box-shadow: 100px 0 100px -100px #7eacc4 inset, -100px 0 100px -100px #7eacc4 inset;
    background: #355e74
}

.crpt-modern-blumine .pt-btn, .crpt-modern .crpt-modern-blumine .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #7eacc4 inset, -50px 0 50px -50px #7eacc4 inset, 0 0 2px #254251;
    box-shadow: 50px 0 50px -50px #7eacc4 inset, -50px 0 50px -50px #7eacc4 inset, 0 0 2px #254251;
    background: #355e74
}

.crpt-modern-blumine .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content {
    background-color: #101c23;
    border-color: #101c23;
}

.crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #1d333f
}

.crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-blumine .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #1d333f
}

.crpt-modern-java .pt-price-container, .crpt-modern .crpt-modern-java .pt-price-container, .crpt-modern-java .pt-title:before, .crpt-modern .crpt-modern-java .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #6bd9e0 inset, -100px 0 100px -100px #6bd9e0 inset;
    box-shadow: 100px 0 100px -100px #6bd9e0 inset, -100px 0 100px -100px #6bd9e0 inset;
    background: #1f8c93
}

.crpt-modern-java .pt-btn, .crpt-modern .crpt-modern-java .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #6bd9e0 inset, -50px 0 50px -50px #6bd9e0 inset, 0 0 2px #166469;
    box-shadow: 50px 0 50px -50px #6bd9e0 inset, -50px 0 50px -50px #6bd9e0 inset, 0 0 2px #166469;
    background: #1f8c93
}

.crpt-modern-java .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content {
    background-color: #09282a;
    border-color: #09282a;
}

.crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #10484c
}

.crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-java .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #10484c
}

.crpt-modern-atlantis .pt-price-container, .crpt-modern .crpt-modern-atlantis .pt-price-container, .crpt-modern-atlantis .pt-title:before, .crpt-modern .crpt-modern-atlantis .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #d2e8a3 inset, -100px 0 100px -100px #d2e8a3 inset;
    box-shadow: 100px 0 100px -100px #d2e8a3 inset, -100px 0 100px -100px #d2e8a3 inset;
    background: #93c230
}

.crpt-modern-atlantis .pt-btn, .crpt-modern .crpt-modern-atlantis .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #d2e8a3 inset, -50px 0 50px -50px #d2e8a3 inset, 0 0 2px #749926;
    box-shadow: 50px 0 50px -50px #d2e8a3 inset, -50px 0 50px -50px #d2e8a3 inset, 0 0 2px #749926;
    background: #93c230
}

.crpt-modern-atlantis .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content {
    background-color: #1f290a;
    border-color: #1f290a;
}

.crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #384a12
}

.crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-atlantis .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #384a12
}

.crpt-modern-oliveDrab .pt-price-container, .crpt-modern .crpt-modern-oliveDrab .pt-price-container, .crpt-modern-oliveDrab .pt-title:before, .crpt-modern .crpt-modern-oliveDrab .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #c2e184 inset, -100px 0 100px -100px #c2e184 inset;
    box-shadow: 100px 0 100px -100px #c2e184 inset, -100px 0 100px -100px #c2e184 inset;
    background: #7ba428
}

.crpt-modern-oliveDrab .pt-btn, .crpt-modern .crpt-modern-oliveDrab .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #c2e184 inset, -50px 0 50px -50px #c2e184 inset, 0 0 2px #5c7b1e;
    box-shadow: 50px 0 50px -50px #c2e184 inset, -50px 0 50px -50px #c2e184 inset, 0 0 2px #5c7b1e;
    background: #7ba428
}

.crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content {
    background-color: #1f290a;
    border-color: #1f290a;
}

.crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #374a12
}

.crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-oliveDrab .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #374a12
}

.crpt-modern-jewel .pt-price-container, .crpt-modern .crpt-modern-jewel .pt-price-container, .crpt-modern-jewel .pt-title:before, .crpt-modern .crpt-modern-jewel .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #47d772 inset, -100px 0 100px -100px #47d772 inset;
    box-shadow: 100px 0 100px -100px #47d772 inset, -100px 0 100px -100px #47d772 inset;
    background: #186d31
}

.crpt-modern-jewel .pt-btn, .crpt-modern .crpt-modern-jewel .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #47d772 inset, -50px 0 50px -50px #47d772 inset, 0 0 2px #0f431e;
    box-shadow: 50px 0 50px -50px #47d772 inset, -50px 0 50px -50px #47d772 inset, 0 0 2px #0f431e;
    background: #186d31
}

.crpt-modern-jewel .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content {
    background-color: #092a13;
    border-color: #092a13;
}

.crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #114b22
}

.crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-jewel .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #114b22
}

.crpt-modern-supernova .pt-price-container, .crpt-modern .crpt-modern-supernova .pt-price-container, .crpt-modern-supernova .pt-title:before, .crpt-modern .crpt-modern-supernova .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #ffebce inset, -100px 0 100px -100px #ffebce inset;
    box-shadow: 100px 0 100px -100px #ffebce inset, -100px 0 100px -100px #ffebce inset;
    background: #ffae35
}

.crpt-modern-supernova .pt-btn, .crpt-modern .crpt-modern-supernova .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #ffebce inset, -50px 0 50px -50px #ffebce inset, 0 0 2px #ff9a02;
    box-shadow: 50px 0 50px -50px #ffebce inset, -50px 0 50px -50px #ffebce inset, 0 0 2px #ff9a02;
    background: #ffae35
}

.crpt-modern-supernova .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content {
    background-color: #331f00;
    border-color: #331f00;
}

.crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c3700
}

.crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-supernova .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c3700
}

.crpt-modern-darkOrange .pt-price-container, .crpt-modern .crpt-modern-darkOrange .pt-price-container, .crpt-modern-darkOrange .pt-title:before, .crpt-modern .crpt-modern-darkOrange .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #fc9 inset, -100px 0 100px -100px #fc9 inset;
    box-shadow: 100px 0 100px -100px #fc9 inset, -100px 0 100px -100px #fc9 inset;
    background: #ff8000
}

.crpt-modern-darkOrange .pt-btn, .crpt-modern .crpt-modern-darkOrange .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #fc9 inset, -50px 0 50px -50px #fc9 inset, 0 0 2px #c60;
    box-shadow: 50px 0 50px -50px #fc9 inset, -50px 0 50px -50px #fc9 inset, 0 0 2px #c60;
    background: #ff8000
}

.crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content {
    background-color: #331a00;
    border-color: #331a00;
}

.crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c2e00
}

.crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-darkOrange .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c2e00
}

.crpt-modern-guardsmanRed .pt-price-container, .crpt-modern .crpt-modern-guardsmanRed .pt-price-container, .crpt-modern-guardsmanRed .pt-title:before, .crpt-modern .crpt-modern-guardsmanRed .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #ff7373 inset, -100px 0 100px -100px #ff7373 inset;
    box-shadow: 100px 0 100px -100px #ff7373 inset, -100px 0 100px -100px #ff7373 inset;
    background: #d90000
}

.crpt-modern-guardsmanRed .pt-btn, .crpt-modern .crpt-modern-guardsmanRed .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #ff7373 inset, -50px 0 50px -50px #ff7373 inset, 0 0 2px #a60000;
    box-shadow: 50px 0 50px -50px #ff7373 inset, -50px 0 50px -50px #ff7373 inset, 0 0 2px #a60000;
    background: #d90000
}

.crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content {
    background-color: #300;
    border-color: #300;
}

.crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #5c0000
}

.crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-guardsmanRed .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #5c0000
}

.crpt-modern-cabaret .pt-price-container, .crpt-modern .crpt-modern-cabaret .pt-price-container, .crpt-modern-cabaret .pt-title:before, .crpt-modern .crpt-modern-cabaret .pt-title:before {
    -webkit-box-shadow: 100px 0 100px -100px #e9bbc7 inset, -100px 0 100px -100px #e9bbc7 inset;
    box-shadow: 100px 0 100px -100px #e9bbc7 inset, -100px 0 100px -100px #e9bbc7 inset;
    background: #c44767
}

.crpt-modern-cabaret .pt-btn, .crpt-modern .crpt-modern-cabaret .pt-btn {
    -webkit-box-shadow: 50px 0 50px -50px #e9bbc7 inset, -50px 0 50px -50px #e9bbc7 inset, 0 0 2px #a43451;
    box-shadow: 50px 0 50px -50px #e9bbc7 inset, -50px 0 50px -50px #e9bbc7 inset, 0 0 2px #a43451;
    background: #c44767
}

.crpt-modern-cabaret .pt-tooltip .pt-tooltip-content, .crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content {
    background-color: #270c13;
    border-color: #270c13;
}

.crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-heading, .crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-heading {
    border-bottom-color: #461622
}

.crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:before, .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after, .crpt-modern .crpt-modern-cabaret .pt-tooltip .pt-tooltip-content .pt-tooltip-center-line span:after {
    background-color: #461622
}

.pt-value .fa-download {
    font-size: 12px !important;
    color: #607d8b;
}

.PTPC01 {
    background: #8859bf;
}

.PTPC02 {
    background: #fda100;
}

.PTPC03 {
    background: #00d557;
}

.PTPC04 {
    background: #f44336;
}

.PTFoot01>a {
    background: #8859bf;
}

.PTFoot02>a {
    background: #fda100;
}

.PTFoot03>a {
    background: #00d557;
}

.PTFoot04>a {
    background: #f44336;
}

.optionsForPricing {
    position: absolute;
    right: 0;
}

.optionsForPricingIn {
    /* margin-left: 10px; */
}

.optionsForPricingIn button {
    font-size: 14px;
    background: #fff;
    color: #474747;
    border: 1px solid #939393;
    padding: 10px 15px;
    border-radius: 4px;
    margin-left: 10px;
}

.optionsForPricingIn button:hover {
    color: #8dc642;
    border: 1px solid #8dc642;
}

.optionsForPricingIn button i {
    margin-left: 6px;
}

.calcPricePopupBtn {
    width: 100%;
    float: left;
    margin-top: 7px;
    color: #8dc642;
    font-size: 13px;
    font-weight: 600;
    /* border: 1px solid #8dc642; */
    padding: 4px;
    border-radius: 27px;
    display: none;
}

.WOWhyPickyCalculator {
    background: #f7faff;
}

.pt-list-itemCalulator {
    /* height: 70px !important; */
}

.pt-list-itemCalulator .pt-tooltip-show-input label {
    font-size: 12px;
}

.pt-list-itemCalulatorContent {
    /* height: 70px;
    line-height: 70px !important; */
}

.pt-textCalc {
    /* margin-top: 10px; */
}

.PTValueDownload {
    cursor: pointer;
    padding: 4px;
}

.PTValueDownload:hover {
    color: #8dc642;
}

.floating-form {
    width: 320px;
}

/****  floating-Lable style start ****/

.floating-label {
    position: relative;
    margin-bottom: 0px;
    float: left;
    margin-top: 22px;
    border: none;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #757575;
}

.floating-input:focus, .floating-select:focus {
    outline: none;
    border-bottom: 2px solid #5264AE;
}

.floating-label-text {
    right: 10px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: -5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus~label, .floating-input:not(:placeholder-shown)~label {
    top: -18px;
    font-size: 12px;
    color: #000;
}

.floating-select:focus~label, .floating-select:not([value=""]):valid~label {
    top: -18px;
    font-size: 12px;
    color: #000;
}

/* active state */

.floating-input:focus~.bar:before, .floating-input:focus~.bar:after, .floating-select:focus~.bar:before, .floating-select:focus~.bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */

.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */

.floating-input:focus~.highlight, .floating-select:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

/****  floating-Lable style end ****/

.floating-credit {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #aaa;
    font-size: 13px;
    font-family: arial, sans-serif;
}

.floating-credit a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.floating-credit a:hover {
    border-bottom: 1px dotted #f8f8f8;
}

.floating-heading {
    position: fixed;
    color: #aaa;
    font-size: 20px;
    font-family: arial, sans-serif;
}

.floating-labelMob {
    display: none;
}

/***  daniel - Fork me friend - style  ***/

@media (min-width: 0px) and ( max-width: 767px) {
    .pt-tooltip-show-input input {
        text-align: center;
    }
    .floating-labelMob {
        display: block;
    }
    .pt-cols-main .pt-list-item {
        height: auto;
        line-height: 36px;
        padding: 10px 15px;
    }
    .crpt-modern .pt-cols-4 .pt-col {
        width: 24%;
        margin-right: 1%;
    }
    .ptback01, .ptback02, .ptback03, .ptback04 {
        background: #fff !important;
    }
    .pt-list-itemCalulatorContent {
        height: auto !important;
        line-height: unset !important;
    }
}

@media (min-width: 768px) and ( max-width: 991px) {
    .crpt-modern .pt-tooltip-right-top, .crpt-modern .pt-tooltip-left-top {
        left: 0;
    }
    .crpt-modern .pt-price-block .pt-price-main {
        font-size: 32px;
    }
    .crpt-modern .pt-cols .pt-col {
        padding: 0 10px;
        width: 22%;
        margin: 1%;
        min-width: 22%;
    }
    .pt-cols-main .pt-list-item {
        height: auto;
        line-height: 36px;
        padding: 10px 15px;
    }
    .ptback01, .ptback02, .ptback03, .ptback04 {
        background: #fff !important;
    }
}

@media ( max-width: 1199px) {
    .pt-cols-main .pt-list-item {
        height: auto;
        line-height: 30px;
        padding: 10px;
    }
    .ptback02, .ptback04 {
        background: #fff !important;
    }
    .calcPricePopupBtn {
        display: block;
    }
}

@media (min-width: 0px) and (max-width: 559px) {
    .crpt-modern .pt-cols-4 .pt-col {
        width: 100%;
        margin-right: 0%;
        min-width: 100%;
    }
}