/*@font-face {
    font-family: Geometria;
    src: url('fonts/Geometria-Bold.otf');
}*/

.fl {float: left;} .fr {float: right;} .cl {clear:both;} .cll {clear:left;}

body {
    margin: 0;
    padding: 0;
    background: #0b0b0f;
    color: #fff;
    font-family: Geometria, ProximaNova, sans-serif;
    font-weight: bold;
    font-size: 11px;
}

.smooth-zoom {
    transition: transform .5s ease-in-out;
}

.smooth-zoom:hover {
    transform: scale(1.05) rotate(1.05deg);
}

.smooth-zoom-product {
    transition: transform .5s ease-in-out;
}

.smooth-zoom-product:hover {
    transform: scale(.94);
}

#wrap {
    min-width: 800px;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

#head {
    margin: 15px 0px 15px;
}

.nav {
    margin-top: 25px;
}

.nav a {
    text-transform: uppercase;
    margin-right: 40px;
    color: white;
    text-decoration: none;
    font-size: 11px;
}

.nav a:hover {
    text-decoration: underline;
}

.nav .personal-cabinet a {
    color: #ffc600;
}

.personal-cabinet-icon {
    margin-right: 10px;
}

#account-content {
    background: #fff;
    width: 100%;
}

#account-content .menu {
    border-bottom: 1px solid #e4e4e4;
    
    display: flex;

    -webkit-flex-nowrap: nowrap;
    -moz-flex-nowrap: nowrap;
    -ms-flex-nowrap: nowrap;
    -o-flex-nowrap: nowrap;
    -khtml-flex-nowrap: nowrap;
    flex-nowrap: nowrap;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
}

#account-content .menu .menu-left {
    display: flex;

    -webkit-flex-nowrap: nowrap;
    -moz-flex-nowrap: nowrap;
    -ms-flex-nowrap: nowrap;
    -o-flex-nowrap: nowrap;
    -khtml-flex-nowrap: nowrap;
    flex-nowrap: nowrap;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -khtml-flex-direction: row;
    flex-direction: row;
}

#account-content .menu-item {
    cursor: pointer;
}

#account-content .menu-item:hover, #account-content .menu-exit:hover {
    background: #fcfcfc;
    text-decoration: underline;
}

#account-content .menu .active {
    background: #4d4def;
}

#account-content .menu .active:hover {
    background: #5858f0;
}

#account-content .menu .active a {
    color: #fff;
}

#account-content .menu a {
    color: #c9c8c8;
    text-decoration: none;
    text-transform: uppercase;
}

#account-content .menu a:hover {
    text-decoration: underline;
}

#account-content .menu .menu-item {
    padding: 45px 50px 40px 50px;
}

#account-content .menu .support-count {
    color: #000;
    background: #ffd800;
    padding: 5px;
    margin-left: 8px;
}

#account-content .menu .menu-exit {
    padding: 43px 50px 40px 50px;
    border-left: 1px solid #e4e4e4;
}

#account-content .menu .menu-exit .icon {
    margin-right: 10px;
}

#account-content .menu .menu-exit .link {
    margin-top: 1px;
}

#account-content .menu .menu-exit .link  a{
    color: black;
}

#account-content .purchases-content {
    color: #000;
    width: 100%;
    display:table;
    min-height: 600px;
}

#account-content .content {
    color: #000;
    width: 100%;
}

#account-content .content .row {
    display: block;
    width: 100%;
}

#account-content .content .left {
    min-height: 200px;
    display: table-cell;
    vertical-align: top;
}

#account-content .content .right {
    vertical-align: top;
    width: 503px;
    display: table-cell;
    cursor:pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: url('../images_redesign/cabinet-hero-hov.png') no-repeat #a9a9a9 bottom right;

}

#account-content .content .right:hover {
    text-decoration: underline !important;
    background: url('../images_redesign/cabinet-hero.png') no-repeat #e4e4e4 bottom right;

}


#account-content .content-row-left-in {
    margin: 110px 100px;
}

.content-row-left-in .login {
    font-size: 20px;
}

.content-row-left-in .email {
    margin: 4px 60px;
    font-family: "Open Sans";
}

.socials .label {
    margin-top: 40px;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 12px;
}

.socials-itself {
    background: blue;
    height: 50px;
    margin-top: 50px;
}

#account-content .content-row-left-in-support .chatss,
#account-content .content-row-left-in-support .left,
#account-content .content-row-left-in-support .info {
    display: table-cell;
    vertical-align: top;
}

#account-content .content-row-left-in-support .chatss,
#account-content .content-row-left-in-support .info {
    min-width: 228px;
    table-layout: fixed;
}

#account-content .content-row-left-in-support .left {
    white-space: nowrap;
    width: 100%;
}

#account-content .content-row-left-in-support .info {
    background: #f6f6f6;
    height: 600px;
    padding: 15px;
}

#account-content .content-row-left-in-support .chatss {
    border-left: 1px solid #e4e4e4;
    max-height: 600px;
}

.chat-item {
    padding: 20px 40px 16px 40px;
    font-family: "Myriad Pro";
    border-right: 1px solid #e4e4e4;
    cursor: pointer
}

.chat-item:hover {
    background: #e5e5e5;
}

.chat-item.unread {
    font-weight: bold;
}

.chat-item.read {
    color: #c0c0c0;
    font-weight: lighter;
}

.chat-item.active {
    background: #f6f6f6;
    color: #003cff;
    border: none;
}

.chat-item .chat-item-count {
    color: #000;
    background: #ffd800;
    padding: 5px;
    margin-left: 8px;
}

.chat-window {
    padding: 30px 60px;
    min-height: 450px;
    max-height: 600px;
    overflow-y: scroll;
}

.chat-entry {
    font-family: "Open Sans";
    margin-bottom: 30px;
}

.chat-entry .name {
    font-weight: bold;
}

.chat-entry .text-itself{
    max-width: 350px;
    margin-top: 10px;
    overflow-wrap: break-word;
    white-space: normal !important;
    font-weight: 400;
}

.chat-entry .date .status {
    margin: 2px 3px 0 10px;
}

.chat-entry .date {
    color: #d2d2d2;
}

.chat-entry .text {
    margin-left: 15px;
}

.send-form {
    border-top: 1px solid #e4e4e4;
    font-family: "Open Sans";
}

.in-send-form {
    margin: 20px 50px;
}

.send-form .text-input {
    overflow: hidden;
}

.send-form .text-input textarea {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    outline: none;
    min-width: 600px;
    height: 50px;
}

.send-form .attach {
    margin: 18px 35px 0 35px;
}

.send-form .send-button button {
    background: #4d4def;
    color: white;
    border: none;
    padding: 18px 44px;
}

.howto-bg {
    background: url('../images_redesign/static-bg.png');
    overflow-x: hidden;
}

.howto-content {
    margin: 100px 45px;
    font-family: "Open Sans";
    max-width: 1100px;
}

.howto-content .title {
    font-size: 48px;
    font-weight: bold;
}

.howto-content .step {
    margin-top: 100px;
}

.howto-content .step-num {
    background: url('../images_redesign/howto-step.png');
    width: 206px;
    height: 156px;
    font-size: 72px;
    font-weight: lighter;
    padding-top: 65px;
}

.howto-content .text {
    font-size: 18px;

}

.howto-content .desc {
    width: 342px;
    margin-left: 50px;
    margin-top: 100px;
}

.howto-content .descl {
    margin-right: 50px;
    margin-left: 0px;
    margin-top: 100px;
}

.howto-content .question {
    text-align: center;

}

.guarantees-text {
    font-size: 18px;
    font-family: "Open Sans";
    margin-top: 50px;
    line-height: 40px;
}

.question {
    margin-top: 75px;
    font-size: 18px;
}

.question-text {
    margin-top: 20px;
    line-height: 35px;
}

.question button  {
    margin-top: 50px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 70px;
    border: none;
    background: #eee949;
    outline: none;
    cursor: pointer;
    transition: background 1s ease-out 0.05s;
}

.question button:hover {
    background: white;
    /*background: #f5f5f5;*/
    /*text-decoration: underline;*/
}

.dbuys {
    margin-top: 50px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 70px;
    border: none;
    background: #eee949;
    outline: none;
    cursor: pointer;
    transition: background 1s ease-out 0.05s;
}

 .dbuys:hover {
    background: #CFCA40;
    /*background: #f5f5f5;*/
    /*text-decoration: underline;*/
}


/*
.question button {
    margin-top: 50px;
    background: white;
    color: black;
    font-size: 14px;
    padding: 20px 85px;
    border: none;
    cursor: pointer;
}

.question button:hover {
    background: #f0f0f0;
    text-decoration: underline;
    outline: none;
}*/

.want-shop {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 150px;
}

.want-shop a {
    color: #ffc600;
}

.product-bg {
    background: url('../images_redesign/product-bg.png') top center #000;
}

.product {
    margin-top: 50px;
    font-family: "Open Sans";
}



.product-desc {
    margin-left: 60px;
    max-width: 760px;
    min-width: 100px;
}

.product-desc .title {
    font-size: 50px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
}

.product-desc .category {
    color: #a0a0a0;
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0 20px;
}

.product-desc .switchers a {
    font-size: 12px;
    color: #ff9000;
    text-decoration: none;
    border-bottom: 1px dashed #ff9000;
    margin-right: 25px;
}

.product-desc .switchers a.active {
    color: white;
    text-decoration: none;
    border-bottom: none;
}

.product-desc .current-text {
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.product-desc .buy-bar {
    margin-top: 30px;
}

.product-desc .buy-bar button {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 70px;
    border: none;
    background: #eee949;
    outline: none;
    cursor: pointer;
    transition: background 1s ease-out 0.05s;
}

.product-desc .buy-bar button:hover {
    background: white;
    /*background: #f5f5f5;*/
    /*text-decoration: underline;*/
}

.product-desc .buy-bar .price {
    padding: 10px 75px;
    font-size: 36px;
}

.product-desc .status, .product-desc .discount {
    font-size: 12px;
    margin-top: 15px;
}

.product-desc .discount {
    margin-left: 77px;
}

.product-desc .discount .economy {
    color: #ff9000;
}

.product-desc .status span {
    margin-right: 10px;
}

.product-desc .discount .old-price {
    color: #2a2a2a;
    margin-left: 15px;
    text-decoration: line-through;
}

.main-bg {
    background: url('../images_redesign/home_bg.png') #07070a no-repeat top center;
}

.tbl {display: table;}
.trow {display: table-row}

.home-random {
    display: table-cell;
    vertical-align: top;
}

.gold-random, .platinum-random, .silver-random, .discount-of-day, .random-five {
    cursor: pointer;
}

.gold-random {
    background: url('../images_redesign/rnd1.png') no-repeat bottom left;
    width: 243px;
    height: 334px;
    padding-right: 30px;
}

.platinum-random {
    background: url('../images_redesign/rnd2.png') no-repeat bottom left;
    width: 644px;
    height: 390px;
    padding-right: 10px;
}

.silver-random {
    background: url('../images_redesign/rnd3.png') no-repeat bottom left;
    width: 243px;
    height: 334px;
}

.in-gold-random {
    margin-top: 115px;
    margin-left: 25px;
}

.gold-random .title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
}

.gold-random .desc {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.gold-random .price {
    margin-top: 50px;
}

.gold-random .price .current-price {
    font-size: 24px;
}

.gold-random .price .old-price {
    color: #a4a2a2;
    text-decoration: line-through;
    font-family: "Open Sans";
    font-size: 14px;
    margin: 5px;
    margin-left: 20px;
}

.in-platinum-random {
    margin-top: 115px;
    margin-left: 345px;
}

.platinum-random .title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
}

.platinum-random .desc {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.platinum-random .price {
    margin-top: 50px;
}

.platinum-random .price .current-price {
    font-size: 24px;
}

.platinum-random .price .old-price {
    color: #a4a2a2;
    text-decoration: line-through;
    font-family: "Open Sans";
    font-size: 14px;
    margin: 5px;
    margin-left: 20px;
}

.in-silver-random {
    margin-top: 115px;
    margin-left: 25px;
}

.silver-random .title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 28px;
}

.silver-random .desc {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
}

.silver-random .price {
    margin-top: 50px;
}

.silver-random .price .current-price {
    font-size: 24px;
}

.silver-random .price .old-price {
    color: #a4a2a2;
    text-decoration: line-through;
    font-family: "Open Sans";
    font-size: 14px;
    margin: 5px;
    margin-left: 20px;
}

.additional-top {
    margin-top: 30px;
}

.discount-of-day {
    background: url('../images_redesign/discountofday.png') no-repeat;
    width: 442px;
    height: 205px;
    margin-right: 29px;
}

.discount-of-day .title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
}

.discount-of-day .current-price {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: bold;
}

.discount-of-day .old-price {
    color: #6f7081;
    font-family: "Open Sans";
    font-size: 14px;
    text-decoration: line-through;
}

.discount-of-day .off-percent {
    color: #58f58c;
    font-family: "Open Sans";
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    margin: 5px;
    text-shadow: #21ae56 0px 0px 10px;
}

.in-discount {
    margin: 20px 0 0 200px;
}

.all-products {
    margin-top: 50px;
}

.all-products-row {
    text-align: justify;
}

.all-products-row:after {
    display: inline-block;
    content: "";
    width: 100%;
}

.all-products-item {
    margin-bottom: 30px;
    display: inline-block;
    width: 234px;
    vertical-align: top;
    cursor:pointer;
}

.all-products-item .title {
    margin: 10px 0 5px;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
}

.all-products-item .category {
    color: #7186da;
    font-family: "Open Sans";
    font-size: 13px;
}

.all-products-item .price {
    margin-top: 16px;
}

.all-products-item .price .off-percent {
    background: #58f58c;
    /*background: #FFF;*/
    font-family: "Open Sans";
    font-size: 18px;
    color: #20a95d;
    /*color: #000;*/
    padding: 12px;
}

.all-products-item .price .new-price {
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans";
    padding: 12px 8px 0 12px;
}

.all-products-item .price .old-price {
    color: #acacac;
    font-size: 14px;
    font-family: "Open Sans";
    text-decoration: line-through;
    padding: 16px 7px;
}

.prod {
    margin-bottom: 75px;
}


table.history tr td {
    width: 150px;
}

table.history tr a {
    color: green;
}

#chats .inner {
    height: 650px;
}

#azz {
    display: none;
    position: absolute;
}

#azz .auth-triangle {
    height: 13px;
    margin-left: 260px;
}

.ulogin {
    background: url('../images_redesign/loginbg.png') no-repeat top right #fff;
    color: #1a1a1a;
    padding: 15px;
}

.ulogin .title {
    font-family: Geometria;
    font-size: 12px;
    margin: 15px auto;
    text-transform: uppercase;
    text-align: center;
}

.auth-social {
    width: 325px;
    margin: 0 auto;
}

.auth-social > a.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.auth-social a i, .for_social a i {
    color: #d4d4d4;
    padding: 22px;
    border: 2px solid #d4d4d4;
    margin: 10px;
    width: 10px;
}

.auth-social a i:hover, .for_social a i:hover {
    color: #d4d4d4;
    padding: 22px;
    border: 2px solid #d4d4d4;
    margin: 10px;
}

.auth-social a i.vk, .for_social a i.vk {background: #586895; border: 2px solid #586895; color: white;}
.auth-social a i.fb, .for_social a i.fb {background: #3b5998; border: 2px solid #3b5998; color: white;}
.auth-social a i.tw, .for_social a i.tw {background: #00aced; border: 2px solid #00aced; color: white;}
.auth-social a i.gl, .for_social a i.gl {background: #dd4b39; border: 2px solid #dd4b39; color: white;}

.email-proposal {
    text-align: center;
    font-size: 10px;
    font-family: "Open Sans";
}

.email-proposal a {
    color: #1a1a1a;
    text-decoration: underline;
}

.auth-separator {
    background: #f0f0f0;
    height: 1px;
    content: " ";
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}

.email-block {
    border: 1px solid #eaeaea;
    padding: 7px 30px ;
    background: white;
}

.email-block input {
    border: none;
    height: 40px;
    width: 220px !important;
}

.email-block i.fa {
    margin-right: 5px;
    color: #a0a0a0;
    border-right: 1px solid #e2e2e2;
    padding-right: 12px;
}

.auth-email .text {
    font-size: 12px;
    line-height: 17px;
    font-family: "Open Sans";
    margin-bottom: 15px;
    text-align: center;
    color: #797979;
}

.auth-email form fieldset {
    margin-bottom: 15px;
}

.auth-email button {
    width: 245px;
    margin: 0 auto;
    border: 5px solid #eae800;
    font-family: "Open Sans";
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    padding: 20px 0px;
    font-weight: bold;
    text-transform: none !important;
    background: transparent;
}

.auth-email button:hover {
    background: #eae800;
    text-decoration: none !important;
}

.auth-email .text2 {
    font-size: 12px;
    font-family: "Open Sans";
    margin: 15px 0 20px;
    text-align: center;
    color: #4a4a4a;
}

#filter-goods {
    font-family: Geometria;
    margin-top: 45px;
}

#filter-goods input {
    text-transform: uppercase;
    background: transparent;
    border: none;
    border-bottom: 1px solid #39393b;
    outline: none;
    font-size: 14px;
    font-family: Geometria;
    color: white;
}

#filter-goods select {
    border: none;
    background: transparent;
    font-family: Geometria;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    outline: none;
    margin-left: 55px;
    background: url('../images_redesign/downarr.png') no-repeat right;
    -webkit-appearance: none;
    /*background-position-x: -8px;*/
}

#filter-goods select option {
    color: black;
}

#filter-goods #filter-genre  {
    width: 110px;
}

#filter-goods #filter-category  {
    width: 137px;
}

#filter-goods #filter-year {
    width: 110px;
}

.store-images {width:600px;}

.store-images a {
    background-size: cover;
    background-position: center;
    display: inline-block;
    float: left;
    width: 130px;
    height: 130px;
    margin: 10px 10px 0 0;
}

.subproduct-title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    color: white;
    margin: 40px 0 15px;
}

.footer-nav div {
    float:left;
    margin-right: 25px;
}

.footer-nav div a {
    text-transform: uppercase;
}

.footer-nav div a:hover {
    text-decoration: underline;
}

#footer {
    margin-top: 20px;
    margin-bottom: 40px;
}

.guarantees-text a {
    color: #eae800;
    text-decoration: underline;
}

.store-digits {
    margin: 70px 100px;
}

#circle-one {
    border: 5px solid #42d950;
    width: 150px;
    height:150px;
    border-radius: 66%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(66, 217, 80, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(66, 217, 80, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(66, 217, 80, 0.75);
}

#circle-one .incircle {
    padding: 56px 19px;
}

#circle-one .circle-digit-one {
    color: #42d950;
    font-size: 40px;
    padding-left: 7px;
    text-shadow: 0px 0px 5px rgba(66, 217, 80, 0.62);
    width: 50px;
    text-align: right;
}

#circle-one .circle-digit-two {
    position: relative;
    top: -20px;
    left: 60px;
    font-size: 20px;
}

#circle-two {
    border: 5px solid #42d950;
    width: 150px;
    height:150px;
    border-radius: 66%;
    margin-left:25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(66, 217, 80, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(66, 217, 80, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(66, 217, 80, 0.75);
}

#circle-two .incircle {
    padding: 56px 14px;
}

#circle-two .circle-digit-one {
    color: #42d950;
    font-size: 40px;
    padding-left: 10px;
    text-shadow: 0px 0px 5px rgba(66, 217, 80, 0.62);
}

#circle-two .circle-digit-two {
    position: relative;
    top: -20px;
    left: 60px;
    font-size: 20px;
}

#store-add-info {
    margin-top: 40px;
}

.store-requirements td {
    border:none;
    padding: 5px 15px;
}

.store-requirements table {
    border: none;
}

.trailer-wrap {
    width: 500px;
    margin-right: 50px;
}

#color-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0d0d11;
    z-index: -1;
    display: none;
}

.store-cat {
    padding: 3px 7px;
}

.store-more-title {
    font-family: ProximaNova;
    font-size: 36px;
    margin-bottom: 55px;
    padding-top: 20px;
    font-weight: 100;
}

.in-acc-right {
    padding: 20px;
    margin-top: 232px;
    text-align: center;
}

.in-acc-right a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.in-acc-right a:hover {
    text-decoration: underline;
}

.content-account-history {
    margin: 15px 40px;
}

table.history tr {
    width: 200px;
}

.history-row {
    font-family: "Open Sans";
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
    padding: 25px 40px 30px;
}

.history-row .info {
    margin-top: 5px;
}

.history-row .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.history-row .d-icon {
    margin-right: 9px;
    margin-top: 1px;
}

.history-row .d-text {
    font-size: 14px;
    color: #9a9a9a;
}

.item-placeholder {
    color: #8a8a8a;
    font-size: 12px;
    margin-top: 12px;
}

.item-itself {
    margin: 5px;
}

.item-text {
    font-size: 14px;
    font-weight: bold;
    max-width: 400px;
}

.history-price {
    padding: 10px;
    font-size: 22px;
    margin-left: 100px;
}

.pagination {
    text-align:center;
    width: 410px;
    margin: 20px auto 130px auto;
}

.pagination a {
    text-transform: uppercase;
    font-size: 14px;
}

.pagination a.active {
    color: gray;
    border:none;
}

.pagination:after {clear:both;}

.ppp {
    border: 2px solid #5ddc5d;
    background: #5ddc5d;
    padding: 13px 13px 11px 13px;
    border-radius: 66%;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    float:left;
}

.pppactive {
    border: 2px solid #5ddc5d;
    padding: 13px 13px 11px 13px;
    border-radius: 66%;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    float:left;
}

#azz .success {text-align:center;}

#store-add-info strong {font-weight: 900;}

.chat-entry .text a {color: orange;}

.name .me {padding: 2px;}

.ajax-file-upload-container {display: none !important;}

.inf-cl a {
    color: black;
}

.inf-cl p {
    color: #929292;
    margin-bottom: 25px;

}

.inf-cl .socialz {
    margin-bottom: 15px;
}
.main-bg-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/sales-left.png) no-repeat left top, url(../images/sales-right.png) no-repeat right top;
    /*background: url(../images/snow.png) no-repeat center top;*/
    opacity: 0.4;
}

.store-media {
    margin-top: 30px;
}

.new-year-widget {
    position: absolute;
    max-width: 100%
}