.sidebar-round {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.close-mobile {
    display: none;
}
* {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #373749;
}
::-webkit-scrollbar-track {
    background: #2c2c3c;
}
p {
    margin: 0;
}
body {
    background: #161616 !important;
    font-size: 14px;
    color: #bcbcca;
    margin: 0;
    font-weight: 500;
    line-height: unset;
}
.triplezone-wrapper {
    max-width: 1360px;
    margin: auto;
    padding: 0 0px;
    position: relative;
}
#ipServer {
    cursor: context-menu;
    opacity: 0;
    outline: 0;
    border: none;
    position: fixed;
}
#loader {
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 0;
}
#modal {
    background: #161616;
}
@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.animated {
    display: none;
    position: absolute;
    left: 44%;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #05a0c7;
}
#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #05a0c7;
}
#successAnimationResult {
    fill: #05a0c7;
    opacity: 0;
}
#successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}
#successAnimation.animated #successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
    animation: 0.3s linear 0.9s both fadeIn;
}
@-webkit-keyframes glowitem {
    0% {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(127, 187, 194, 0.5));
        filter: drop-shadow(0px 0px 5px rgba(127, 187, 194, 0.5));
    }
    100% {
        -webkit-filter: drop-shadow(0px 0px 10px rgba(127, 187, 194, 0.5));
        filter: drop-shadow(0px 0px 10px rgba(127, 187, 194, 0.5));
    }
}
@keyframes glowitem {
    0% {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(127, 187, 194, 0.5));
        filter: drop-shadow(0px 0px 5px rgba(127, 187, 194, 0.5));
    }
    100% {
        -webkit-filter: drop-shadow(0px 0px 10px rgba(127, 187, 194, 0.5));
        filter: drop-shadow(0px 0px 10px rgba(127, 187, 194, 0.5));
    }
}
.mobile-enabled {
    display: block !important;
}
.mobile-icon {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-filter: drop-shadow(0px 0px 5px #7fbbc2);
    filter: drop-shadow(0px 0px 5px #7fbbc2);
}
.swal-modal {
    padding: 20px !important;
    background: #373749 !important;
}
.swal-footer .swal-button {
    background-color: #05a0c7 !important;
    border-radius: 5px !important;
    padding: 12px 50px !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    outline: none !important;
}
.swal-footer {
    text-align: center;
}
.swal-title:not(:last-child) {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: 1.5px;
    color: #fff !important;
}
.swal-text {
    color: #bcbcca !important;
}
.body--with-sidebar,
.checkout__page {
    display: -ms-grid;
    display: grid;
}
.body--with-sidebar img,
.checkout__page img {
    max-width: 100%;
}
.body--with-sidebar .triplezone-sidebar,
.checkout__page .triplezone-sidebar {
    margin-bottom: 20px;
}
.body--with-sidebar .triplezone-sidebar .sidebar-header,
.checkout__page .triplezone-sidebar .sidebar-header {
    background: #2c2c3c;
    padding: 30px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
    position: relative;
}
.body--with-sidebar .triplezone-sidebar .sidebar-header p,
.checkout__page .triplezone-sidebar .sidebar-header p {
    color: #05a0c7;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav,
.checkout__page .triplezone-sidebar .sidebar-nav {
    background: #2c2c3c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    display: none;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav .link__active,
.checkout__page .triplezone-sidebar .sidebar-nav .link__active {
    border-left: 4px solid #ffcb5b;
    color: #ffcb5b !important;
    background: #ffcb5b;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 203, 91, 0.15)), color-stop(35%, #373749)) !important;
    background: linear-gradient(90deg, rgba(255, 203, 91, 0.15) 0%, #373749 35%) !important;
    overflow: hidden;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav .link__active::after,
.checkout__page .triplezone-sidebar .sidebar-nav .link__active::after {
    height: 50px;
    content: "";
    position: absolute;
    left: -49px;
    width: 50px;
    background: #ffcb5b;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav .toggle-drop-active,
.checkout__page .triplezone-sidebar .sidebar-nav .toggle-drop-active {
    background: #373749;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav .active-dropdown,
.checkout__page .triplezone-sidebar .sidebar-nav .active-dropdown {
    color: #ffcb5b;
    background: #373749;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav .rotire-carret,
.checkout__page .triplezone-sidebar .sidebar-nav .rotire-carret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul,
.checkout__page .triplezone-sidebar .sidebar-nav ul {
    list-style-type: none;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li,
.checkout__page .triplezone-sidebar .sidebar-nav ul li {
    border-top: 1px solid #373749;
    position: relative;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown,
.checkout__page .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown {
    background: #373749;
    display: none;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown li,
.checkout__page .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown li {
    display: block;
    border-top: none;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown li a,
.checkout__page .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown li a {
    display: block;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown li:hover a,
.checkout__page .triplezone-sidebar .sidebar-nav ul li .triplezone-dropdown li:hover a {
    margin-left: 5px;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li a,
.checkout__page .triplezone-sidebar .sidebar-nav ul li a {
    display: block;
    text-decoration: none;
    color: #bcbcca;
    padding: 30px 20px;
    padding-left: 90px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li a .rotire-carret,
.checkout__page .triplezone-sidebar .sidebar-nav ul li a .rotire-carret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li a i,
.checkout__page .triplezone-sidebar .sidebar-nav ul li a i {
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li a:hover,
.checkout__page .triplezone-sidebar .sidebar-nav ul li a:hover {
    color: #fff;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li:last-child,
.checkout__page .triplezone-sidebar .sidebar-nav ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul li:last-child .triplezone-dropdown,
.checkout__page .triplezone-sidebar .sidebar-nav ul li:last-child .triplezone-dropdown {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav ul:nth-child(1),
.checkout__page .triplezone-sidebar .sidebar-nav ul:nth-child(1) {
    display: block;
}
.body--with-sidebar .triplezone-sidebar .sidebar-nav li a:before,
.checkout__page .triplezone-sidebar .sidebar-nav li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    width: 64px;
    height: 100%;
    display: block;
    background-size: contain !important;
}
.body--with-sidebar .triplezone-main-content,
.checkout__page .triplezone-main-content {
    position: relative;
}
.body--with-sidebar .triplezone-main-content .title-category,
.checkout__page .triplezone-main-content .title-category {
    background: #2c2c3c;
    padding: 20px;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .triplezone-main-content .title-category .category-title,
.checkout__page .triplezone-main-content .title-category .category-title {
    font-weight: bold;
    color: #05a0c7;
    font-size: 24px;
}
.body--with-sidebar .triplezone-main-content .description-category,
.checkout__page .triplezone-main-content .description-category {
    background: #2c2c3c;
    padding: 20px;
    padding-top: 0;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.body--with-sidebar .triplezone-main-content .body-object,
.checkout__page .triplezone-main-content .body-object {
    background: #2c2c3c;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .triplezone-main-content .triplezone-body-description,
.checkout__page .triplezone-main-content .triplezone-body-description {
    background: #2c2c3c;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .triplezone-main-content .triplezone-body-description .body-obj,
.checkout__page .triplezone-main-content .triplezone-body-description .body-obj {
    margin: 20px 0;
}
.body--with-sidebar .triplezone-main-content .giftcard-button,
.checkout__page .triplezone-main-content .giftcard-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    background: #05a0c7;
    padding: 6px 15px;
    font-weight: 700;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .triplezone-main-content .giftcard-button i,
.checkout__page .triplezone-main-content .giftcard-button i {
    font-size: 22px;
    vertical-align: middle;
}
.body--with-sidebar .triplezone-main-content .announcement,
.checkout__page .triplezone-main-content .announcement {
    background: #05a0c7;
    padding: 15px 20px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
}
.body--with-sidebar .triplezone-main-content .announcement p,
.checkout__page .triplezone-main-content .announcement p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}
.body--with-sidebar .triplezone-main-content .announcement p i,
.checkout__page .triplezone-main-content .announcement p i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px;
}
.body--with-sidebar .triplezone-main-content .announcement:before,
.checkout__page .triplezone-main-content .announcement:before {
    content: "";
    position: absolute;
    display: block;
    top: 99%;
    left: 20px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top-color: #05a0c7;
}
.body--with-sidebar .triplezone-main-content .home-splash,
.checkout__page .triplezone-main-content .home-splash {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}
.body--with-sidebar .triplezone-main-content .home-splash .splash__goal,
.checkout__page .triplezone-main-content .home-splash .splash__goal {
    width: 100%;
    background: #373749;
    border-radius: 5px;
}
.body--with-sidebar .triplezone-main-content .home-splash .splash__goal .splash__goal--body,
.checkout__page .triplezone-main-content .home-splash .splash__goal .splash__goal--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body--with-sidebar .triplezone-main-content .home-splash .splash__goal .splash__goal--body .goal__title,
.checkout__page .triplezone-main-content .home-splash .splash__goal .splash__goal--body .goal__title {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.body--with-sidebar .triplezone-main-content .home-splash .splash__goal .splash__goal--body .goal__progress,
.checkout__page .triplezone-main-content .home-splash .splash__goal .splash__goal--body .goal__progress {
    color: #05a0c7;
    font-weight: bold;
}
.body--with-sidebar .triplezone-main-content .home-splash .splash__goal .splash__goal--footer,
.checkout__page .triplezone-main-content .home-splash .splash__goal .splash__goal--footer {
    height: 10px;
    background: #1e1e29;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.body--with-sidebar .triplezone-main-content .home-splash .splash__goal .splash__goal--footer .splash__goal__footer--progress,
.checkout__page .triplezone-main-content .home-splash .splash__goal .splash__goal--footer .splash__goal__footer--progress {
    background: #05a0c7;
    position: absolute;
    width: 0%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.body--with-sidebar .triplezone-main-content .home-splash p,
.checkout__page .triplezone-main-content .home-splash p {
    margin: 0;
}
.body--with-sidebar .triplezone-main-content .home-splash .welcome-s,
.checkout__page .triplezone-main-content .home-splash .welcome-s {
    width: 100%;
    margin-bottom: 10px;
}
.body--with-sidebar .triplezone-main-content .home-splash .welcome-s p,
.checkout__page .triplezone-main-content .home-splash .welcome-s p {
    font-weight: bold;
    text-transform: uppercase;
}
.body--with-sidebar .triplezone-main-content .home-splash .welcome-s p:nth-child(1),
.checkout__page .triplezone-main-content .home-splash .welcome-s p:nth-child(1) {
    font-size: 12px;
    color: #ffcb5b;
}
.body--with-sidebar .triplezone-main-content .home-splash .welcome-s p:nth-child(2),
.checkout__page .triplezone-main-content .home-splash .welcome-s p:nth-child(2) {
    color: #05a0c7;
    font-size: 22px;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(#ffcb5b, #05a0c7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s,
.checkout__page .triplezone-main-content .home-splash .featured-item-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-title,
.checkout__page .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    opacity: 1;
    color: #05a0c7;
    -webkit-filter: drop-shadow(0px 0px 5px #da3ae9);
    filter: drop-shadow(0px 0px 5px #da3ae9);
    margin-bottom: 5px;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-item-title,
.checkout__page .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-item-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-item-price,
.checkout__page .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-item-price {
    color: #4da564;
    font-weight: bold;
    font-size: 12px;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-item-price del,
.checkout__page .triplezone-main-content .home-splash .featured-item-s .featured-item-description .featured-item-price del {
    color: #fe3c45;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s .featured-item-description a,
.checkout__page .triplezone-main-content .home-splash .featured-item-s .featured-item-description a {
    padding: 5px 10px;
    color: #fff;
    border: none;
    margin-right: auto;
    background: #4da564;
    outline: none;
    display: inline-block;
    text-decoration: none;
    margin-top: 5px;
    border-radius: 5px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s img,
.checkout__page .triplezone-main-content .home-splash .featured-item-s img {
    max-width: 128px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.body--with-sidebar .triplezone-main-content .home-splash .featured-item-s:hover img,
.checkout__page .triplezone-main-content .home-splash .featured-item-s:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: drop-shadow(0px 0px 5px rgba(218, 58, 233, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(218, 58, 233, 0.5));
}
.body--with-sidebar .triplezone-main-content p,
.checkout__page .triplezone-main-content p {
    margin: 0;
    line-height: 1.5;
}
.body--with-sidebar .triplezone-main-content legend,
.checkout__page .triplezone-main-content legend {
    padding: 0 20px;
    color: #4da564;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.body--with-sidebar .triplezone-main-content .support,
.checkout__page .triplezone-main-content .support {
    color: #4da564;
}
.body--with-sidebar .triplezone-main-content .refund,
.checkout__page .triplezone-main-content .refund {
    color: #fe3c45;
}
.body--with-sidebar .triplezone-main-content .support-button,
.checkout__page .triplezone-main-content .support-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #4da564;
    padding: 0 19px;
    height: 37px;
    line-height: 37px;
    font-weight: 700;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .triplezone-main-content .support-button i,
.checkout__page .triplezone-main-content .support-button i {
    font-size: 20px;
    vertical-align: middle;
}
.body--with-sidebar .triplezone-main-content .support-button:hover,
.checkout__page .triplezone-main-content .support-button:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .triplezone-main-content .terms-button,
.checkout__page .triplezone-main-content .terms-button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fe3c45;
    padding: 0 19px;
    height: 37px;
    line-height: 37px;
    font-weight: 700;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .triplezone-main-content .terms-button i,
.checkout__page .triplezone-main-content .terms-button i {
    font-size: 20px;
    vertical-align: middle;
}
.body--with-sidebar .triplezone-main-content .terms-button:hover,
.checkout__page .triplezone-main-content .terms-button:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.body--with-sidebar .title-of-subject,
.checkout__page .title-of-subject {
    color: #ffffff;
    font-weight: 900;
    letter-spacing: 0.8px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.body--with-sidebar .giftcard-widget .giftcard-box,
.checkout__page .giftcard-widget .giftcard-box {
    position: relative;
}
.body--with-sidebar .giftcard-widget .giftcard-box i,
.checkout__page .giftcard-widget .giftcard-box i {
    position: absolute;
    padding: 8px 12px;
    pointer-events: none;
    color: #ffcb5b;
    font-size: 25px;
}
.body--with-sidebar .giftcard-widget .giftcard-box input,
.checkout__page .giftcard-widget .giftcard-box input {
    border: none;
    background: #373749;
    padding: 13px;
    outline: none;
    border-radius: 5px;
    padding-left: 51px;
    max-width: 320px;
    width: 300px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #bcbcca;
}
.body--with-sidebar .giftcard-widget .giftcard-box button,
.checkout__page .giftcard-widget .giftcard-box button {
    background: #4da564;
    padding: 13px 20px;
    outline: none;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.triplezone-modules {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -15px;
}
.triplezone-modules .triplezone-module {
    background: #373749;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin: 0 7.5px;
}
.triplezone-modules .triplezone-module .triplezone-module__header {
    padding: 15px 15px;
    position: relative;
}
.triplezone-modules .triplezone-module .triplezone-module__header i {
    vertical-align: middle;
    font-size: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff38;
}
.triplezone-modules .triplezone-module .triplezone-module__header p {
    margin-bottom: 0;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #05a0c7;
    text-transform: uppercase;
    margin-left: 40px;
}
.triplezone-modules .giftcard__response {
    background: #1e1e29;
    border: none;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    color: #bdbdbd;
    width: 100%;
    letter-spacing: 0.5px;
}
.triplezone-modules .giftcard__response p {
    line-height: unset !important;
    text-align: left !important;
}
.triplezone-modules .giftcard__back--btn {
    background: #fe3c45 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.triplezone-modules .giftcard__back--btn span {
    margin-right: 5px !important;
}
.triplezone-modules .giftcard__back__btn--disabled {
    opacity: 0.5;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.triplezone-modules #giftcard__response--stage2 {
    display: none;
}
.triplezone-modules .giftcard__module {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(60% - 15px);
    flex: 0 0 calc(60% - 15px);
    margin-top: 15px;
}
.triplezone-modules .giftcard__module .giftcard__module--body {
    padding: 15px 15px;
    padding-top: 0;
}
.triplezone-modules .giftcard__module .giftcard__module--body p {
    text-align: center;
    line-height: 1.5;
}
.triplezone-modules .giftcard__module .giftcard__module--body .giftcard__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.triplezone-modules .giftcard__module .giftcard__module--body .giftcard__buttons button {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    border: none;
    background: #4da564;
    padding: 10px 15px;
    font-weight: 700;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-left: 5px;
    outline: none;
}
.triplezone-modules .giftcard__module .giftcard__module--body .giftcard__buttons button:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.triplezone-modules .giftcard__module .giftcard__module--body .giftcard__buttons input {
    background: #1e1e29;
    border: none;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    color: #bdbdbd;
    width: 100%;
    letter-spacing: 0.5px;
}
.triplezone-modules .giftcard__module .giftcard__module--body .giftcard__buttons ::-webkit-input-placeholder {
    color: #bcbcca;
}
.triplezone-modules .giftcard__module .giftcard__module--body .giftcard__buttons input:focus,
.triplezone-modules .giftcard__module .giftcard__module--body .giftcard__buttons input:hover {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.triplezone-modules .recent-payments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 15px);
    flex: 0 0 calc(40% - 15px);
    margin-top: 10px;
}
.triplezone-modules .recent-payments .tea {
    width: 30px;
    height: 30px;
    background: #ffffff05;
    margin: 5px;
    border-radius: 5px;
}
.triplezone-modules .recent-payments .tea:nth-child(1) {
    opacity: 1;
}
.triplezone-modules .recent-payments .tea:nth-child(2) {
    opacity: 0.8;
}
.triplezone-modules .recent-payments .tea:nth-child(3) {
    opacity: 0.65;
}
.triplezone-modules .recent-payments .tea:nth-child(4) {
    opacity: 0.55;
}
.triplezone-modules .recent-payments .tea:nth-child(5) {
    opacity: 0.32;
}
.triplezone-modules .recent-payments .tea:nth-child(6) {
    opacity: 0.25;
}
.triplezone-modules .recent-payments .tea:nth-child(7) {
    opacity: 0.2;
}
.triplezone-modules .recent-payments .payment-pr {
    margin: 5px 5px;
    cursor: pointer;
    position: relative;
}
.triplezone-modules .recent-payments .payment-pr .payment-tooltip {
    bottom: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background: #373749;
    color: #71829a;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.triplezone-modules .recent-payments .payment-pr .payment-tooltip .payment-item {
    color: #bcbcca;
    font-weight: 500;
    font-size: 12px;
}
.triplezone-modules .recent-payments .payment-pr .payment-tooltip p {
    margin: 0;
    text-transform: unset;
    text-align: center;
    color: #05a0c7;
    font-weight: bold;
}
.triplezone-modules .recent-payments .payment-pr:hover .payment-tooltip {
    opacity: 1;
    bottom: 115%;
}
.triplezone-modules .recent-payments .payments-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -5px;
    padding: 10px 15px;
    padding-top: 0;
}
.triplezone-modules .recent-payments .payments-flex img {
    max-width: 30px;
    border-radius: 5px;
}
.triplezone-modules .top-payments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(40% - 15px);
    flex: 0 0 calc(40% - 15px);
}
.triplezone-modules .top-payments .top__payments--body {
    padding: 10px 20px 20px 20px;
}
.triplezone-modules .top-payments .top__payments--body .top-donator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.triplezone-modules .top-payments .top__payments--body .top-donator .info .ign {
    color: #ffcb5b;
    font-weight: bold;
}
.splash__goal__footer--progress {
    max-width: 100%;
}
.triplezone--module__info {
    border-radius: 5px;
    background: #373749;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.triplezone--module__header {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ffffff05;
    position: relative;
}
.triplezone--module__header i {
    position: absolute;
    font-size: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff38;
}
.triplezone--module__header p {
    margin-left: 40px;
    font-weight: 700;
    font-size: 16px;
    color: #05a0c7;
}
.triplezone--module__body {
    padding: 20px;
    text-align: center;
}
.triplezone--module__body a {
    color: #05a0c7;
    text-decoration: none;
}
.variables {
    margin: 0 !important;
}
.variables input,
.variables select,
.variables .input-group {
    margin-bottom: 0 !important;
}
.form-group {
    margin-bottom: 20px;
}
.input-group-addon {
    background: #05a0c7;
    border: none;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.__input--options {
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 20px 10px;
    border: none;
    background: #373749;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    color: inherit;
    font-size: 16px;
}
.__input--options::-webkit-input-placeholder {
    color: #bcbcca;
}
.__input--options:-ms-input-placeholder {
    color: #bcbcca;
}
.__input--options::-ms-input-placeholder {
    color: #bcbcca;
}
.__input--options::placeholder {
    color: #bcbcca;
}
.__options--buttons {
    margin: 0px -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.__options--buttons .__options-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin: 0 5px;
}
.__options--buttons .__options-btn .__continue--btn--options {
    font-weight: bold;
    padding: 15px 10px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px;
    background: #4da564;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0 !important;
}
.__options--buttons .__options-btn .__continue--btn--options:hover {
    background: #48995d;
}
.__options--buttons .__options-btn .__back--btn-options {
    font-weight: bold;
    padding: 15px 10px;
    color: #fff !important;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    background: #fe3c45;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: block;
    text-align: center;
    text-decoration: none;
}
.__options--buttons .__options-btn .__back--btn-options:hover {
    background: #d9373f;
}
.__loading--refresh {
    -webkit-animation: rotation 0.6s infinite linear;
    animation: rotation 0.6s infinite linear;
    display: none;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.login-loader {
    z-index: 2 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.loading__animated {
    display: inline-block;
    -webkit-animation: rotation 2.6s infinite linear;
    animation: rotation 2.6s infinite linear;
}
.login-error {
    border: 1px solid #fe3c45 !important;
}
.ign_image {
    border-radius: 5px;
    height: 32px;
    left: 61px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}
#modal-login {
    background: #2c2c3c;
}
.login-panel {
    background: #2c2c3c;
    text-align: center;
    padding: 50px;
    position: relative;
}
.login-panel img.logo__server {
    max-width: 128px;
    position: absolute;
    top: -55px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.login-panel .login-title {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.login-panel .login-description {
    margin-bottom: 0;
}
.login-panel form .username {
    margin: 5px 0 7px 0;
}
.login-panel form .username .triplezone-login input {
    border: none;
    background: #373749;
    padding: 15px;
    outline: none;
    border-radius: 5px;
    color: #fff;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding-left: 55px;
}
.login-panel form .username .triplezone-login img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 62px;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.login-panel form .username .triplezone-login button {
    background: #4da564;
    padding: 15px 20px;
    outline: none;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px auto;
    width: 100%;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 820px;
        max-width: calc(100% - 10px);
    }
}
.modal-title {
    color: #ffcb5b;
    text-transform: uppercase;
    font-weight: 700;
}
.modal-header {
    padding: 30px 30px;
    border: none;
    background-color: #373749;
}
.modal-footer {
    border: none;
    padding: 15px 30px;
    background-color: #373749;
}
.modal-body {
    padding: 30px 30px;
    max-height: 60vh;
    overflow-x: auto;
    background-color: #2c2c3c;
}
.modal .close {
    background: #2c2c3c;
    color: #bcbcca;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.modal-content {
    border-radius: 0px;
}
.modal-body::-webkit-scrollbar {
    width: 5px;
}
.modal-content {
    background-clip: unset;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.activ-zone {
    background: #262626;
    color: #fff !important;
}
.modal-body::-webkit-scrollbar-thumb {
    background: #373749;
}
.modal-body::-webkit-scrollbar-track {
    background: #2c2c3c;
}
.logout-btn {
    color: #fe3c45 !important;
    padding-right: 6px;
    background: #2c2c3c;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    text-decoration: none !important;
}
.shopping-cart-overlay .shopping-cart {
    background: #2c2c3c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header {
    background: #373749;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description {
    margin-left: 20px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description .title-cart {
    font-size: 16px;
    color: #05a0c7;
    font-weight: bold;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description .description-cart {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description #activate-dropdown {
    background: none;
    border: none;
    color: #ffffff;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    font-size: 14px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description #activate-dropdown span {
    color: #05a0c7;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description .currency-triplezone {
    position: relative;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description #dropdown-currency-triplezone {
    margin-top: 15px;
    position: absolute;
    background: #2c2c3c;
    max-width: 300px;
    width: 300px;
    border-radius: 5px;
    z-index: 10;
    display: none;
    -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description #dropdown-currency-triplezone ul {
    list-style-type: none;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description #dropdown-currency-triplezone ul li {
    width: calc(33.33% - 3px);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description #dropdown-currency-triplezone ul li a {
    color: #bcbcca;
    display: block;
    text-decoration: none;
    padding: 10px 0;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .cart-description #dropdown-currency-triplezone ul li a:hover {
    color: #ffcb5b;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .close-shoppingcart {
    margin-left: auto;
    background: #2c2c3c;
    outline: none;
    border: none;
    color: #bcbcca;
    font-size: 22px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-header .close-shoppingcart:hover {
    color: #fe3c45;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body {
    margin: 20px 0;
    padding: 0 20px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .cart-tile {
    font-size: 18px;
    color: #05a0c7;
    font-weight: bold;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .empty-cart-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fe3c45;
    text-transform: uppercase;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .empty-cart-description {
    margin: 10px 0;
    text-align: center;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .cart-desc {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .shopping-description {
    margin: 20px 0;
    color: #ffcb5b;
    font-weight: bold;
    font-size: 16px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .shopping-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #373749;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .shopping-item img {
    max-width: 72px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .shopping-item .shopping-item-description .title-item {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .shopping-item .shopping-item-description .description-item {
    color: #4da564;
    font-size: 12px;
    font-weight: bold;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .shopping-item a {
    margin-left: auto;
    color: #fe3c45;
    font-size: 22px;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    outline: none;
    border: none;
    background: none;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-body .shopping-item a:hover {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(244, 67, 54, 0.5));
    filter: drop-shadow(0px 0px 5px rgba(244, 67, 54, 0.5));
}
.shopping-cart-overlay .shopping-cart .shopping-cart-footer {
    padding: 20px;
    padding-top: 0;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-footer a {
    padding: 22px 20px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-footer a i {
    font-size: 22px;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-footer a:hover i {
    margin-left: 10px;
}
.shopping-cart-overlay .shopping-cart .shopping-cart-footer a:nth-child(1) {
    background: #4da564;
    color: #fff;
}
.shopping-cart-overlay .shopping-cart .options__display {
    background: #2c2c3c;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 5px;
    color: #ffcb5b;
}
.shopping-cart-overlay .shopping-cart .package__quantity {
    color: #05a0c7;
}
.steam__login {
    background: #4da564;
    padding: 15px 20px;
    outline: none;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #fff !important;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 10px auto;
    width: 100%;
    text-decoration: none !important;
}
.shopping__as {
    text-decoration: none;
    color: transparent !important;
}
.shopping__as .shopping__as--widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 3px solid #373749;
    background: #2c2c3c;
    color: #bcbcca;
}
.shopping__as .shopping__as--widget .__avatar {
    margin-right: 20px;
}
.shopping__as .shopping__as--widget .__avatar .avatar-head {
    max-width: 32px;
    border-radius: 5px;
}
.shopping__as .shopping__as--widget .__description .__logout--text {
    font-weight: 800;
    font-size: 9px;
    text-transform: uppercase;
}
.shopping__as .shopping__as--widget .__description .__shopping__as--text {
    font-size: 14px;
    line-height: 1;
    margin-top: -2px;
    color: #ffcb5b;
    font-weight: bold;
}
.disabled__btn {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.disabled__btn--qnt {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rotate__compress {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.status__btn {
    font-weight: bold;
    padding: 8px 10px;
    color: #fff !important;
    font-size: 13px;
    border-radius: 5px;
    margin: auto;
    background: #4da564;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
    outline: none !important;
}
.status__btn:hover {
    background: #48995d;
}
.well {
    background-color: #373749 !important;
    border: 1px solid #4d4d62 !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #1e1e29 !important;
}
.order__result {
    color: #ffcb5b;
    margin-top: 17px;
    font-weight: bold;
}
.title-of-tab {
    padding: 15px 10px;
    background: #373749;
    border: 1px solid #4d4d62;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.options {
    margin-top: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #05a0c7;
}
.options ul {
    margin: 0;
}
.options ul li {
    list-style: none;
    padding: 15px 10px;
    border-top: 1px solid #4d4d62;
    border-right: 1px solid #4d4d62;
}
.options ul li:last-child {
    border-bottom: 1px solid #4d4d62;
}
.tab-zone {
    display: none;
}
.tab__buttons {
    background: #4d4d62;
}
.toggle-tab {
    padding: 20px 20px;
    margin: 0;
    border: none;
    background: transparent;
    font-weight: bold;
    outline: none;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.toggle-tab::first-letter {
    text-transform: uppercase;
}
.toggle-tab:hover {
    border-color: rgba(0, 0, 0, 0.2);
}
.tab__id {
    display: none;
}
.toggled-zone {
    display: block;
}
.btn-rosu {
    border-bottom: 3px solid #05a0c7 !important;
}
.footer-triplezone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.footer-triplezone .footer-copyright p {
    margin: 0;
}
.footer-triplezone .footer-copyright .copyright-title {
    color: #bcbcca;
    font-weight: bold;
}
.footer-triplezone .footer-copyright .copyright-subtitle {
    font-size: 12px;
    opacity: 0.5;
}
.footer-triplezone .designed-by path {
    stroke: transparent;
    fill: #bcbcca;
}
.footer-triplezone .designed-by {
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
    .category__list--item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.33% - 15px) !important;
        flex: 0 0 calc(33.33% - 15px) !important;
    }
}
@media only screen and (max-width: 500px) {
    .category__list--item {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
    }
    .header-logo-image {
        max-width: 320px !important;
    }
}
@media only screen and (min-width: 968px) {
    .body--with-sidebar {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(240px, 320px) 1fr;
        grid-template-columns: minmax(240px, 320px) 1fr;
        grid-gap: 20px;
    }
    .triplezone-sidebar {
        margin-bottom: 0 !important;
    }
    .triplezone-header-g {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .header-logo {
        top: 30px !important;
    }
    .widget.minecraft-widget {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
        margin-top: auto !important;
    }
    .back-btn span {
        display: inline-block !important;
    }
    .home-splash {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .placeholder-items {
        display: block !important;
    }
    .triplezone-modules {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .sidebar-nav {
        display: block !important;
    }
    .sidebar-header {
        cursor: auto !important;
    }
    .sidebar-header p {
        text-align: center !important;
    }
    .home-splash .splash__goal {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(40% - 15px) !important;
        flex: 0 0 calc(40% - 15px) !important;
    }
    .home-splash .welcome-s {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(60% - 15px) !important;
        flex: 0 0 calc(60% - 15px) !important;
        margin: 0 !important;
    }
    .mobile-icon {
        display: none !important;
    }
    .recent-payments {
        margin-top: 0 !important;
    }
    .footer-triplezone {
        text-align: unset !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        margin: 40px 0 !important;
    }
    .designed-by {
        margin-top: 0px !important;
    }
    .sidebar-round {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .checkout__page {
        -ms-grid-columns: minmax(240px, 320px) 1fr;
        grid-template-columns: minmax(240px, 320px) 1fr;
        grid-gap: 20px;
        margin-bottom: 0 !important;
    }
    .checkout__page--sidebar {
        margin-bottom: 0 !important;
    }
    .checkout__form {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.33% - 15px) !important;
        flex: 0 0 calc(33.33% - 15px) !important;
    }
}
@media only screen and (min-width: 968px) {
    .triplezone-header-g {
        margin-top: -61px !important;
    }
}
.header-splash {
    background: url(https://cdn.discordapp.com/attachments/455777545485549589/837666945569521764/a06d864f9a81f011eb35069db2849369.png) no-repeat 50% / cover;
}