.button, .pointer-cursor {
    cursor: pointer;
}
.mdl-ripple { background: #000; opacity: 0.001; }
body {
    background-color: #424242;
}
a {
    color: #03a9f4;
    text-decoration: none;
}
em {
    font-style: italic;
}
b, strong {
    font-weight: 500;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.hide-block {
    display: none;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.float-right {
    float: right;
}
.flex {
    display: flex;
}
.full-width {
    width: 100%}
.no-margin {
    margin: 0;
}
.margin-5 {
    margin: 5px;
}
.padding-5, td.padding-5 {
    padding: 5px;
}
.padding-left-5, td.padding-left-5 {
    padding-left: 5px;
}
.valign-top {
    vertical-align: top;
}
.valign-middle, th.valign-middle {
    vertical-align: middle;
}
.ellipsis_text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-justify {
    text-align: justify;
}
.text-center, td.text-center, th.text-center {
    text-align: center;
}
.text-left, td.text-left, tr.text-left {
    text-align: left;
}
.text-right, td.text-right {
    text-align: right;
}
.text-underlined {
    text-decoration: underline;
}
.product-card-price-msrp, .text-line-through {
    text-decoration: line-through;
}
.top-space {
    margin-top: 10px;
}
.chart-card {
    padding: 10px;
    height: 300px;
}
.link-decoration{
    color: #03a9f4;
    text-decoration: none;
    cursor: pointer;
}
.mdl-table td, .mdl-table th {
    padding: 0;
    margin: 0;
}
.mdl-select__fix-height {
    position: relative;
    overflow-y: auto;
    max-height: 150px!important;
}
.mdl-table {
    border-collapse: collapse;
}
.mdl-table--payment-icon {
    font-size: 20px!important;
}
.mdl-color--blue-grey-820 {
    background-color: #33424A;
}
.mdl-color--blue-grey-840 {
    background-color: #303E46;
}
.mdl-color--blue-grey-860 {
    background-color: #2C3A41;
}
.mdl-color--blue-grey-880 {
    background-color: #29363D;
}
.mdl-color--blue-grey-920 {
    background-color: #1E282C;
}
.mdl-color--blue-grey-940 {
    background-color: #171E21;
}
.mdl-color--blue-grey-960 {
    background-color: #0F1416;
}
.mdl-color--blue-grey-980 {
    background-color: #070A0B;
}
.color-white {
    color: #fff;
}
.text-note {
    color: #03a9f4;
    font-size: 12px;
    margin-top: 0;
    display: block;
}
#snackbar {
    z-index: 101;
    color: #fff;
    background-color: #03a9f4;
}
.profile-picture>img {
    border-radius: 25px;
}
div.mdl-grid.breadcrumb-container {
    padding-bottom: 0;
    height: 30px;
}
.breadcrumb ol {
    height: 10px;
}
.breadcrumb ol li a {
    font-weight: 700;
}
.breadcrumb ol li {
    list-style-type: none;
    float: left;
    font-weight: 700;
}
.product_cards_layout {
    text-align: center;
}
.product_cards {
    display: inline-block;
    padding: 10px;
    border-radius: 7px;
}
.product_cards_title_section h6 {
    width: 100%;
    margin: 3px 0;
    padding: 0;
    text-align: center;
    color: #000;
}
.product_cards_image_section {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    background-color: #fff;
}
.product_cards_region {
    position: absolute;
    margin-left: -12px;
    margin-top: -8px;
    width: 40px;
    height: auto;
    filter: drop-shadow(0 2px 3px #666);
}
.product_cards_image, .product_cards_image_large {
    margin-bottom: 5px;
    width: auto;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 10px #666;
}
.product_cards_image {
    max-height: 190px;
}
.product_cards_image_large {
    max-height: 400px;
}
.product_cards_content_section {
    margin-top: 10px;
    vertical-align: bottom;
}
.product_cards_denomination_section {
    width: 100%;
    height: 35px;
    vertical-align: middle;
    /* border-radius: 3px;
    border: 1px solid #03a9f4 */;
    font-size: 15px;
}
.product_cards_denomination_section > div {
    border-radius: 3px;
    border: 1px solid #03a9f4; 
}
.product_cards_denomination_section>div:not(:first-child) {
    border-left: 1px solid #03a9f4;
}
.denominationCell {
    padding: 9px 0;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.denominationCellSelected {
    color: #fff;
}
.product_cards_denomination_empty_section {
    width: 100%;
    height: 35px;
}
.product_cards_price_section {
    width: 100%;
    height: 25px;
    margin-top: 2px;
}
.product_cards_price_currency_image {
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
}
.product_cards_add_to_cart_button {
    padding: 0 5px;
}
.product-card-price-msrp {
    font-size: 15px;
}
.product-card-price-sale {
    font-size: 15px;
    color: red;
    padding: 0 10px;
}
#my-dialog {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
#my-dialog--panel {
    position: fixed;
    overflow: auto;
    padding: 0 25px 25px;
    z-index: 100;
    min-width: 260px;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    border-radius: 25px;
    box-shadow: 0 15px 30px #000;
}
.filter-container, .game_button_menu_bar, .product_layout--panel-card-text, img.img-medium-card, img.img-small-card {
    background-color: #fff;
}
#my-dialog--close-button {
    position: absolute;
    margin: 7px 0 0 -30px;
    width: 100%;
    text-align: right;
}
#my-dialog--title {
    margin-right: 20px;
}
#my-dialog--footer {
    margin: 15px 0;
    width: 100%;
    text-align: right;
}
#my-dialog--footer-fix {
    position: absolute;
    right: 25px;
    bottom: 15px;
}
.my-dialog--video {
    display: inline-block;
    width: 560px;
    height: 315px;
    max-width: 100%}
.drawer_layout {
    border: 0;
    box-shadow: 0 0 3px #000;
}
.drawer_category_button_icon {
    width: 20px;
    text-align: center;
}
.drawer_category_spacer {
    display: inline-block;
    margin: -15px 12px -15px -15px;
}
.etransfer-image{
  width: auto;
  max-width: 100%;
}
.etransfer-direction{
  font-weight: bold;
  padding-bottom: 5px;
}
.bitcoin-image{
    width: auto;
    max-width: 100%;
}
.bitcoin-direction{
    font-weight: bold;
    padding-bottom: 5px;
    font-size: large;
}
.font-size-18{
    font-size: 18px;
}
@keyframes flash_button {
    0%, 100% {
    filter: drop-shadow(0 0 6px rgb(33,  150,  243));
    -webkit-filter: drop-shadow(0 0 6px rgb(33,  150,  243));
}
50% {
    filter: drop-shadow(0 0 0 rgb(33,  150,  243));
    -webkit-filter: drop-shadow(0 0 0 rgb(33,  150,  243));
}
}.drawer_flash_button {
    animation: flash_button 1.5s infinite;
}
.drawer_login_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
.game_button_menu_bar {
    justify-content: center;
    padding: 10px!important;
    box-shadow: 0 3px 2px gray;
    z-index: 2;
}
.game_button {
    display: inline-block;
    padding: 5px;
}
#preloader, .carousel-container .carousel-content a {
    display: block;
}
.game_button_image {
    width: 100%;
    box-shadow: rgba(0, 0, 0, .8) 0 5px 10px;
    border-radius: 100px;
}
.menubar_logo_xl {
    margin-left: -5px;
}
.menubar_logo_xs {
    width: auto;
    height: 25px;
    margin-left: -20px;
}
.menubar_search_filter_bar_menu {
    width: 230px;
}
.menubar_search_filter_bar_flag {
    width: 40px;
    height: auto;
    filter: drop-shadow(0 2px 3px #666);
}
.menubar_shopping_cart {
    overflow: visible;
}
.menubar_currency_flag {
    width: 32px;
    height: auto;
}
.menubar_currency_flag_button_image {
    width: 24px;
    height: auto;
}
#preloader {
    background: #fff;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.circle-loader, .loader {
    height: 50px;
    width: 50px;
    position: absolute;
}
.loader {
    /*left: calc(50% - 50px);
    top: calc(50% - 50px);*/
	left : 47%;
	top: 40%;
}
.circle-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    /* left: 50%;*/
    top: 20% 
}
.circle-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
    stroke: #3f88f8;
}
@keyframes rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes dash {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
}
}.product_layout--panel {
    padding: 10px;
}
.product_layout--panel-title {
    margin: -10px -10px 20px;
}
.img-product-details-sale {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 70px;
    width: 40%}
.product_layout--panel-item-description {
    padding: 10px 10px 35px;
}
.product_layout--panel-item-description-title {
    margin: -10px -10px 0;
}
.product_layout--panel_description_button {
    margin-top: -30px;
    margin-right: -2000px;
}
.product_layout--panel-card-text>div {
    margin-bottom: 5px;
}
.product_layout--top_viewed_product_panel {
    margin-top: 15px;
}
.product_layout--top_viewed_product_image {
    width: auto;
    height: 75px;
    border-radius: 3px;
}
.product_layout--top_viewed_product_icon1 {
    width: 21px;
    height: 20px;
}
.product_layout--top_viewed_product_icon2 {
    width: 27px;
    height: 20px;
    margin: 0 -3px;
}

#item_description {
  overflow: hidden;
  margin-top: 10px;
  color: black;
  font-family: Roboto;
  font-size: 15px;
  line-height: 23px;
}

#item_description * {
  line-height: 23px;
  color: black;
  font-family: Roboto;
  font-size: 15px;
}

#item_description li {
  margin-left: 15px;
  color: black;
  font-family: Roboto;
  font-size: 15px;
  line-height: 23px;
}

#item_description h1, #item_description h2 {
  /*margin: 0 0 2px 0;*/
  color: black;
  font-family: Roboto;
  font-size: 20px;
  line-height: 23px;
}

#item_description p, #item_description span, #item_description b,  #item_description strong,#item_description em, #item_description a {
 
  color: black;
  font-family: Roboto;
  font-size: 15px;
  width: 100%;
  max-width: 846px;
  line-height: 23px;
}



table.table-order-history {
    margin: 10px auto;
}
img.img-small-card {
    width: auto;
    height: 30px;
    border-radius: 3px;
}
img.img-medium-card {
    width: auto;
    height: 150px;
    border-radius: 7px;
}
img.img-gift-card {
    height: auto;
    width: auto;
    max-width: 100%}
td div.div-usage-instructions {
    display: inline-block;
    max-width: 500px;
    text-align: left;
}
td .div-price, td div.div-currency-container {
    display: inline-block;
    width: 50px;
    text-align: right;
}
i.status-icon {
    margin-top: 6px;
}
i.processor-icon-none-paid {
    margin: 6px 0 0;
}
td div.div-order-detail {
    padding: 15px 7px;
    word-break: break-word;
    white-space: normal;
    text-align: center;
}
td div.div-product-name {
    word-break: break-word;
    white-space: normal;
    padding-right: 5px;
}
td.small-image-container {
    width: 50px;
}
@media screen and (max-width:480px) {
    .mdl-data-table td: first-of-type, .mdl-data-table th:first-of-type {
    padding-left: 7px;
}
.mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
    padding-right: 7px;
}
.mdl-data-table td.cell-container {
    padding-left: 0;
    padding-right: 0;
}
td.small-image-container {
    width: 40px;
}
table.table-order-history.mdl-data-table {
    white-space: normal;
}
}.dialog_submit--recaptcha {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    transform-origin: 8 0;
    -webkit-transform-origin: 8 0;
}
.dialog--submit_button {
    margin-top: 15px;
}
.dialog--small_panel {
    max-width: 300px;
}
.dialog_about_us {
    width: 100%}
.dialog_about_us--description {
    text-align: justify;
}
.dialog_about_us--panel_top {
    padding: 10px;
    text-align: left;
}
.dialog_about_us--panel_bottom {
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
}
.dialog_about_us--panel_contact {
    display: inline-block;
    width: 33%;
    min-width: 220px;
    margin-top: 20px;
    text-align: left;
}
.dialog_faq--panel_search {
    margin-top: 50px;
    text-align: center;
    vertical-align: top;
}
.dialog_faq--search_textfield {
    width: 400px;
    max-width: 70%}
.dialog_faq--search_button {
    vertical-align: top;
    margin-top: 17px;
}
.dialog_faq--panel_search_topic {
    margin-top: 50px;
}
.dialog_faq--panel_spliter {
    margin: 50px auto;
}
.dialog_faq--panel_topic_title {
    text-align: center;
    font-weight: 700;
}
.dialog_faq--panel_topic {
    margin: 10px;
    box-shadow: 1px 1px 2px #666;
}
.dialog_faq--panel_bar_topic {
    padding: 10px;
    box-shadow: 1px 1px 2px #666;
}
.dialog_faq--panel_bar_topic_button {
    display: inline-block;
    vertical-align: middle;
}
.dialog_faq--panel_bar_subtopic {
    margin: 2px 0;
    padding: 5px;
    box-shadow: 1px 1px 2px #424242;;
    color: #fff;
    cursor: pointer;
}
.dialog_faq--panel_bar_button {
    padding: 15px;
}
.dialog_faq--footer {
    margin: 100px -25px 0;
    padding: 20px;
    box-shadow: 1px 1px 3px #666;
}
.dialog_faq--footer_phone_button, .dialog_faq--footer_title {
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.dialog_faq--footer_phone_button {
    font-size: 100%;
    padding: 0;
}
.dialog_faq--footer_button_icon {
    vertical-align: middle;
    padding-bottom: 3px;
}
.dialog_faq--footer_mail_button {
    vertical-align: text-bottom;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.dialog_faq--ajax-panel-topic {
    margin: 10px;
    box-shadow: 1px 1px 2px #666;
}
.dialog_faq--ajax-panel-topic-bar {
    padding: 10px;
    box-shadow: 1px 1px 2px #666;
}
.dialog_faq--ajax-panel-subtopic {
    margin: 2px 0;
    padding: 5px;
    box-shadow: 1px 1px 2px #666;
    color: #fff;
}
.dialog_faq--ajax-panel-subtopic-bar {
    padding: 15px;
}
.dialog_submit_ticket--attach_file_label {
    width: 225px;
    margin-left: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media screen and (max-width:480px) {
    .dialog_faq a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
}.confirm_cc_currency_image {
    height: 34px;
    width: 34px;
    margin-bottom: 4px;
}
.mdl-tooltip {
    will-change: unset;
}
.filter-container {
    width: 97%;
    height: 35px;
    position: absolute;
    box-shadow: 0 3px 2px gray;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 10px;
}
.filter-drop-down {
    width: 50%;
    max-width: 240px;
    display: inline;
    float: left;
}
.banner_xs {
    width: 100%;
    height: auto;
    max-height: 320px;
}
.banner_xl {
    width: 100%;
    height: auto;
    max-height: 320px;
}
.carousel-container {
    position: relative;
    overflow: hidden;
    height: 277px;
}

.carousel-content {
    margin: 0;
    padding: 0;
    z-index: 5;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.carousel-content li {
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0) blur(5px);
    -webkit-Filter: blur(5px);
    -moz-Filter: blur(5px);
    -o-Filter: blur(5px);
    -ms-Filter: blur(5px);
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.carousel-content li.carousel-active {
    z-index: 5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100) blur(0);
    -webkit-Filter: blur(0);
    -moz-Filter: blur(0);
    -o-Filter: blur(0);
    -ms-Filter: blur(0);
}
#carousel-left-button, #carousel-right-button {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.carousel-container:hover>#carousel-left-button, .carousel-container:hover>#carousel-right-button {
    -webkit-box-shadow: 0 0 3px 1px rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 3px 1px rgba(255, 255, 255, .6);
    box-shadow: 0 0 3px 1px rgba(255, 255, 255, .6);
}
.carousel-container:hover>#carousel-left-button i, .carousel-container:hover>#carousel-right-button i {
    opacity: .9;
}
#carousel-left-button {
    left: 20px;
}
#carousel-right-button {
    right: 20px;
}
#carousel-left-button i, #carousel-right-button i {
    color: #fff;
    font-size: 48px;
    opacity: .6;
    transition: opacity .7s;
}
#carousel-left-button i {
    margin-left: -13px;
    margin-top: 1px;
}
#carousel-right-button i {
    margin-left: -10px;
}
a .current-promotion {
    margin-bottom: 3px;
}
a .current-promotion:hover {
    opacity: .7;
}
.email-layout {
    background-color: #E0E0E0;
    margin-top: -16px;
}
.inner-div {
    display: inline-block;
}
.inner-div span {
    font-size: 15px!important;
    font-weight: 700;
}
.button {
    background: url(http://www.payvivo.in/media/assets/images/cart-btn-right.png);
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff;
    padding: 2px;
    width: 80px;
}
.block-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-section{
    max-width: 100%;
}

@media screen and (min-width:760px) {
    .mdl-mega-footer__drop-down-section {
        width: 24%
    }
    #footer-promotion.mdl-mega-footer__drop-down-section {
        float: left;
    }
    .footer-section{
        max-width: 284.75px;
    }
}
.footer-section-payment{
    float: left;
}
@media screen and (max-width:1818px) {
    .footer-section-payment{
        float: none;
    }
}
