html {
    margin-top: 0 !important;
}

/*input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button*/
/*.table-order-progress .btn[onclick] {*/
    /*background : rgb(221, 221, 221);*/
/*}*/

html, body {
    background: #f7f6f4;
    font-family: 'robotoregular', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin-top: 0 !important;
    /*overflow:auto;*/
    height: 100%;
}

.home .wrapper {
    padding-bottom: 0;
}

.nav .current-menu-item .back-s {
    display: none;
}

.wrapper {
    position: relative;
    min-height: 100%;
    padding-bottom: 30px
}

h1, .h1 {
    font-family: 'robotolight', sans-serif;
    font-size: 32px;
    font-weight: 300;
}

.font-15 {
    font-size: 15px;
}

.font-20 {
    font-size: 20px;
    font-weight: 500;
}

.font-22 {
    font-size: 22px;
}

input, button, select, textarea {
    font-family: 'robotoregular', sans-serif;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #4879ab;
}

.container {
    width: auto;
}

@media (min-width: 768px) {	
    .container {
        width: auto;
        padding-left: 35px;
        padding-right: 35px;
    }
}
.container .container {
    width: auto;
    padding-left: inherit;
    padding-right: inherit;
}

/*     padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
.container.container-md {}

@media (max-width: 991px) {	
    .container.container-md {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: auto !important;
    }
}
.form-title-desktop {
    display: none;
}
.form-title-mobile {
    display: block;
}

@media (min-width: 992px) {
	#menu-item-3444 { display : none; }
    .form-title-desktop {
        display: block;
    }
    .form-title-mobile {
        display: none;
    }

    .container {
        /*width: 970px;*/
        width: 938px;
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.nav.navbar-nav.navbar-right li:first-child a {
        max-width: 360px;
    }
}

@media (min-width: 1200px) {
    .container {
        /*width: 1170px;*/
        width: 938px;
    }
    .button-close {
        position: absolute;
        padding: 3px 5px;
        background: #ffffff;
        display: block;
        z-index: 1000;
        top: 0;
        left: 100%;
        border-left: 2px solid #cccccc;
    }
}



.hide-back-s .back-s {
    visibility: hidden;
}

ul.nav.navbar-nav.navbar-right li:first-child a {
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


/*header*/
.navbar {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    header {
        padding-top: 15px;
    }
}

a.logo {
    display: none;
    width: 222px;
    margin: 0 auto 15px;
}

a.logo img{
    width: 100%;
    height: auto;
}

/*.home-content .container .row{*/
    /*position: relative;*/
/*}*/

/*.home-content .container .row h1{*/
    /*position: absolute;*/
    /*z-index: 1;*/
    /*left: 0;*/
    /*right: 0;*/
    /*margin: auto;*/
    /*top: 7px;*/
/*}*/

/*.home-content .container .row h1 + div {*/
    /*padding-top: 29px;*/
    /*margin: 0 auto;*/
    /*float: none;*/
/*}*/

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 252px;
    height: 63px;
    padding: 0;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar-brand img {
    text-align: center;
    display: block;
}

.navbar-default {
    background: #ffffff;
}
.navbar-default .navbar-nav {
    overflow: hidden;
}
.navbar-default .navbar-nav > li {
    display: block;
    text-align: center;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-link {
    font-size: 36px;
    color: #ffffff;
    height: 90px;
    line-height: 70px;
    font-family: 'robotomedium', sans-serif;
    text-transform: uppercase;
    background: url(../images/backg-mobile-menu.jpg) no-repeat 50% 100%;
    display: block;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-default .navbar-link {
    background: none;
}

.navbar-default .navbar-link:hover {
    text-decoration: none;
}

.navbar-text.navbar-right {
    float: none;
    text-align: center;
}

.navbar-text {
    margin-top: 0;
}

@media (min-width: 992px) {
    .navbar-text {
        margin-top: 15px;
    }
}

header .navbar-collapse.in {
    overflow-y: visible;
}

.navbar-collapse {
    /*background:#4879ab;*/
    /*position:fixed;*/
    /*top:95px;*/
    /*left:0;*/
    /*right:0;*/
    /*bottom:0;*/
    /*z-index:10000000000;*/
    position: absolute;
    top: 93px;
    left: 0;
    right: 0;
    z-index: 10000000000;
    margin: auto;
    background: #4879ab;
}

button.navbar-toggle {
    background-image: url(../images/nav-mobile.png);
    background-position: -2px 0;
    background-repeat: no-repeat;
}

.navbar-toggle-close {
    background-position: 100% 0 !important;
}

@media (min-width: 992px) {
    .navbar-brand {
        display: none;
    }

    a.logo {
        display: block;
    }

    .navbar-collapse {
        background: #ffffff;
        position: static;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.navbar-toggle {
    margin-top: 25px;
    margin-right: 1em;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-link {
        color: #292c35;
        text-transform: uppercase;
        font-family: 'robotomedium', sans-serif;
        font-size: 13px;
        /*padding-left:25px;
		padding-right:25px;*/
        padding-left: 23px;
        padding-right: 23px;
        float: left;
        letter-spacing: .2em;
        height: auto;
        line-height: 1.56;
    }

    header .nav {
        margin-left: -15px;
    }

    header .navbar-text {
        margin-right: -15px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #82151b;
    }

    .navbar-default .navbar-nav > li.active > a {
        background: #e6e9ec;
    }

    .navbar-default .navbar-link {
        display: block;
        color: #292c35;
        text-transform: uppercase;
        font-size: 13px;
        padding-right: 15px;
        overflow: hidden;
        font-family: 'robotomedium', sans-serif;
        letter-spacing: .2em;

    }

    .navbar-default .navbar-link .back-link {
        width: 18px;
        height: 14px;
        background: url(../images/back-s.png) no-repeat 25% 0;
        display: inline-block;

    }

    .navbar-right {
        margin-right: 0;
    }

}

.back-s {
    background: url(../images/back-s.png) no-repeat;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 16px;
    visibility: hidden;
}

@media (min-width: 992px) {
    .back-s {
        visibility: visible !important;
    }
}

@media (min-width: 992px) {
    .navbar-default {
        background-color: #ffffff;
        border: none;
    }
}

.navbar {
    border-radius: 0;
}

@media (min-width: 992px) {
    .container-fluid.menu-container-fluid {
        width: 967px;
    }

    .logout-menu {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid.menu-container-fluid {
        /*width:1170px;*/
        /*width: 938px;*/
    }
}

/*home-content*/

.home-content {
    padding-top: 10px;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .home-content {
        padding-top: 15px;
    }

    .hover-view {
        background: rgba(28, 39, 56, 0.5);
    }

    .hover-view a,
    .hover-view a:focus {
        text-decoration: none !important;
    }

}

@media (min-width: 992px) {
    .home-content {
        padding-top: 15px;
    }
}

.home-content h1 {
    text-align: center;
    font-size: 35px;
    color: #292c35;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.home-content h1 small {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #5f6067;
    font-weight: normal;
    letter-spacing: .1em;
    font-family: 'robotoregular', sans-serif;
}

@media (min-width: 768px) {
    .home-content h1 {
        font-size: 36px;
    }

    .home-content h1 small {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .home-content h1 {
        font-size: 30px;
    }

    .home-content h1 small {
        font-size: 15px;
    }
}

.home-slaider {
    max-width: 938px;
    margin: 0 auto 1em;
    position: relative;
}

.home-slider-pagination {
    position: absolute;
    top: 8%;
    bottom: 8%;
    width: 1px;
    background: #cacbce;
    z-index: 2;
}

.home-paginations-a {
    position: absolute;
    width: 60px;
    height: 56px;
    background: url(../images/bg-for-home-slider.png) no-repeat;
    top: 50%;
    margin-top: -27px;
    left: -31px;
    cursor: pointer;
}

.home-paginations-a a {
    background-image: url(../images/nav-home-slider.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 24px;
    display: inline-block;
    text-indent: -99999px;
    margin-top: 15px;

}

.home-paginations-a .prev {
    background-position: 0 0;
    margin-left: 14px;
    margin-right: 2px;
}

.home-paginations-a .next {
    background-position: 100% 0;
}

/* div */
.slider-viewport {
    margin: 0 auto;
    width: 100%;
    height: 658px;
    overflow: hidden;
    position: relative;
}

/* ul */
.slidewrapper {
    position: relative;
    display: inline-block;
    line-height: 0;
    min-height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.slide:nth-child(1) {
    user-select: none;
    max-width: 100%;
    z-index: 0;
}

.slide:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width : 50%;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
}

.slide {
    text-align: center;
    /*border: 1px solid red;*/
}

.slide img {
    display: block;
    margin: 0 auto;
    font-size : 1px;

    position: relative;
    top: 50%;
    /*left: -77px;*/
    height: 100%;
    -webkit-transform : translateY(-50%) scale(1.1);
    -moz-transform    : translateY(-50%) scale(1.1);
    -ms-transform     : translateY(-50%) scale(1.1);
    -o-transform      : translateY(-50%) scale(1.1);
    transform         : translateY(-50%) scale(1.1);
    -webkit-transform-origin : 57% 50%;
    -moz-transform-origin    : 57% 50%;
    -ms-transform-origin     : 57% 50%;
    -o-transform-origin      : 57% 50%;
    transform-origin         : 57% 50%;
}

/* li */
/*.slide {*/
    /*width: 100%;*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*list-style: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*background-position: center center;*/
    /*background-position: 25% 58%;*/
    /* background-size: 80% 80%; */
    /*background-position: -140px;*/
    /*background-size: cover;*/
    /*border: 1px solid red;*/
    /*background-repeat: no-repeat;*/
/*}*/

/*.slide:nth-child(1) {*/
    /*width: 100%!important;*/
/*}*/

.btn-danger {
    background: #82161b;
    text-transform: uppercase;
    border: none;
    font-size: 18px;
    font-family: 'robotomedium', sans-serif;
}

.btn-danger:hover, .btn-danger:focus {
    background: #b33830;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background: #b33830;
    background: #b33830;
}

.p-quation {
    font-size: 13px;
    color: #353639;
    text-align: right;
}
.home-quation {
    width: 530px;
    position: absolute;
    left: 50%;
    margin-left: -254px;
    top: 84%;
    text-align: center;
}

.home-quation .btn-danger {
    margin-bottom: 17px;
    border-radius: 0
}

@media (min-width: 768px) {
    .home-quation .btn-danger {
        float: left;
        padding: 14px 57px;
        border-bottom: 1px solid #b33830;
    }

    .home-quation .p-quation {
        float: left;
        text-align: left;
        margin: 6px 20px 6px 0;
    }
}

@media (max-width: 767px) {
    .p-quation {
        text-align : center;
        max-width: 268px;
    }
}
@media (max-width: 991px) {
    .contact-repair {
        margin-top : 1em;;
        text-align: center;
    }
    .contact-repair > [class*=col-]{
        padding-bottom: 1em;
    }
    .p-quation {
        display: inline-block;
    }
    .p-quation br {
        display: none;
    }
}




/*@media(min-width:768px) {*/
/*.home-quation .btn-danger {float:left;padding: 10px 56px;}*/
/*}*/


/*footer*/
footer {
    margin-top: -108px;
    padding: 15px 0 10px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    /*min-width:640px;*/
}

footer.gallery-footer {
    padding-top: 45px;
}

footer.order-footer {
    margin-top: 30px;
}

footer.account-footer {
    margin-top: 0;
}

@media (min-width: 992px) {
    footer.order-footer {
        margin-top: 80px;
    }

    footer.gallery-footer {
        padding-top: 15px;
    }
}

.footer-nav {
    /*width:450px;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.footer-nav li {
    float: left;
    margin-right: 50px;

}

.footer-nav li:last-child {
    margin-right: 0px;
}

.footer-nav li a {
    color: #444444;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden;
    font-family: 'robotomedium', sans-serif;
}

.footer-social {
    overflow: hidden;
    width: 261px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social a {
    float: left;
    margin-right: 40px;
    width: 20px;
    height: 24px;
    background-image: url(../images/social-hover.png);
    background-repeat: no-repeat;
    opacity: 0.4;
}

.footer-social a:hover {
    opacity: 1;
}

.footer-social a#tw {
    background-position: 0 0;
}

.footer-social a#f {
    background-position: 24% 0;
}

.footer-social a#o {
    background-position: 50% 0;
    margin-top: 1px;
}

.footer-social a#ut {
    background-position: 77% 0;
}

.footer-social a#p {
    background-position: 100% 0;
    width: 18px;
    margin-right: 0;
}

@media (min-width: 992px) {
    footer {
        background: #f7f6f4;
    }

    .footer-nav {
        float: left;
    }

    .footer-nav li a {
        font-size: 11px;
        width: auto;
    }

    .footer-social {
        float: right;
        width: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-social a {
        margin-right: 8px;
    }
}

#copyright {
    color: #868a95;
    font-size: 12px;
    margin-top: 10px;
}

/*blog.html*/
.post-main {
    margin-bottom: 120px;
}

.post {
    margin-bottom: 50px;
}

.post img {
    margin-bottom: 25px;
    width: 100%;
}

.post hr {
    border: 1px solid #b6b6b8;
}

.content-blog {
    margin-top: 20px;
}

.content-blog .blog-posts {
    float: right;
}

.content-blog h1 a, .content-blog h2 {
    font-size: 32px;
    color: #000000;
    font-family: 'robotolight', sans-serif;
}

time {
    display: block;
    font-size: 13px;
    color: #696969;
    margin-bottom: 15px;
}

.post-social {
    padding: 3px 0;
    overflow: hidden;
}

.post-social a {
    float: left;
    width: 28px;
    height: 27px;
    margin-right: 10px;
    background-image: url(../images/social-blog.png);
    background-repeat: no-repeat;
}

.your-cart-form .wrapper-product .block-1.clearfix.padding-top-bottom-25.b-first .pair-glyph {
    padding-right: 24px;
}

.post-social a.tw {
    background-position: 0 0;
}

.post-social a.p {
    background-position: 25% 0;
}

.post-social a.f {
    background-position: 50% 0;
}

.post-social a.mail {
    background-position: 75% 0;
}

.post-social a.c {
    background-position: 100% 0;
}

a.comment {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 10px;
    color: #696969;
    text-decoration: none;

}

.navbar-default .navbar-nav > li > a.color-gray {
    color: #ffffff;
    background: none;
}

ol.commentlist .avatar {
    float: left;
    width: auto;
    margin-right: 15px;
    max-width: 32px;
}

ol.commentlist .comment-body {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a.color-gray {
        color: #696969;
    }
}

a.comment span {
    height: 20px;
    background: url(../images/back-s.png) no-repeat 60% 0;
    width: 26px;
    float: left;
    margin-top: -3px;
}

.back-c {
    background: #e6e9ec;
}

.featured-posts {
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 1px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .featured-posts {
        /*margin-left: -1px;*/
    }

    .post-main {
        margin-right: 21px;
    }
}

@media (min-width: 992px) {
    .post-main {
        margin-right: 15px;
    }
}

.featured-posts h2 {
    padding-left: 30px;
}

.featured-posts ul li {
    font-size: 13px;
    padding: 7px 30px;
}

.featured-posts ul li a {
    font-size: 13px;
    color: #000000;
}

.full-post .back {
    font-size: 13px;
    color: #000000;
    display: block;

}

.back span {
    height: 20px;
    background: url(../images/back-s.png) no-repeat 93% 100%;
    width: 15px;
    float: left;
    margin-top: 1px;
}

/*.gallery-content*/
.gallery-content img {
    width: 100%;
    margin-bottom: 15px;
}

.gallery-content h1 {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.gallery-content .col-xs-6, .gallery-content .col-sm-4 {
    /*padding-left: 7px;*/
    /*padding-right: 7px;*/

}

.footer-spacer {
    height: 108px;
}

@media (max-width: 991px) {
    .gallery-content .row {
        /*margin-left: -30px !important;*/
        /*margin-right: -30px !important;*/
    }

    footer{
        margin-top: -123px;
    }

    .footer-spacer {
        height: 123px;
    }

    .footer-nav {
        text-align: center;
    }

    .footer-nav li {
        float: none;
        display: inline-block;
    }
}

.loading {
    background: url(../images/loading.png) no-repeat;
    width: 40px;
    height: 39px;
    margin: 20px auto;
}

.gallery-img {
    position: relative;
}

.gallery-content .row {
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
}

.hover-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 39, 56, 0);
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.hover-view:hover {
    background: rgba(28, 39, 56, 0.5);
}

.hover-view a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 13px;
    padding: 15px 50px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transform : translateX(-50%) translateY(-50%);
    -moz-transform    : translateX(-50%) translateY(-50%);
    -ms-transform     : translateX(-50%) translateY(-50%);
    -o-transform      : translateX(-50%) translateY(-50%);
    transform         : translateX(-50%) translateY(-50%);
}

.hover-view:hover a {
    display: block;
}

@media (min-width: 768px) {
    .hover-view a {
        display: none;
        position: absolute;
        color: #ffffff;
        font-size: 13px;
        padding: 15px 50px;
        border: 1px solid #ffffff;
        border-radius: 3px;
        text-transform: uppercase;
    }

    .hover-view:hover a {
        display: block;
    }
}

.hover-view a:hover,
.hover-view a:focus {
    text-decoration: none !important;
}

@media (min-width: 768px) {
    .gallery-content .row {
        /*margin-left: -22px;*/
        /*margin-right: -22px;*/
    }
}

@media (max-width: 768px) {
    .button-close {
        position: absolute;
        padding: 3px 5px;
        background: #ffffff;
        display: block;
        z-index: 1000;
        top: 0;
        right: 0%;
        border-left: none;
    }
}

/*popup*/
.item-comment {
    font-size: 13px;
}

.img-popup img {
    width: 100%;
    margin-bottom: 20px;
}

.img-popup {
    width: 100%;
}

@media (min-width: 992px) {
    .img-popup {
        width: 60%;
    }

    .popup-comments {
        background: #ffffff;
        overflow-y: auto;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 40%;
    }
}

.video-popup {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-popup iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-back {
    display: none;
    width: 48px;
    height: 31px;
    background: url(../images/back-gallery.png) no-repeat;
    float: left;
    margin-top: 30px;
}

.gallery-back-show {
    display: block;
}

@media (min-width: 992px) {
    .gallery-back {
        display: none;
    }
    .button-close {
        position: absolute;
        padding: 3px 5px;
        background: #ffffff;
        display: block;
        z-index: 1000;
        top: 0;
        left: 100%;
        border-left: 2px solid #cccccc;
    }
}

.popup-comments time {
    display: inline;
}

.item-comment {
    border-bottom: 1px dotted #000000;
    padding: 39px 0 27px;
    margin: -12px 20px 0;
    background: url(../images/item-comment.jpg) no-repeat 50% 0;
}

.first-item-comment {
    background: none;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.button-close .close {
    float: none;
    float: left;
}

@media (min-width: 992px) {
    .button-close {
        display: block;
    }
}

/*help-content*/
.text-danger {
    color: #82161b;
}

.help-content {
    padding-top: 20px;
}

.help-content .col-sm-4 {

}

.help-content h2 {
    font-size: 32px;
    font-weight: 300;
    font-family: 'robotolight', sans-serif;

}

.customer-service p,.customer-service dd,section.main-section.static-content p, section.main-section.static-content dd {
    margin-bottom: 27px;
    text-align: justify;
}

.post.full-post {
    text-align: justify;
}

.help-content p.no-margin {
    margin-bottom: 10px;
}

.help-content ul {
    padding-left: 20px;
}

.help-content ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.help-content h3 {
    font-size: 20px;
    font-family: 'robotolight', sans-serif;
    font-weight: bold;
}

.help-contancts {
    clear: right;
}

.help-contancts .help-contact-form h3 {
    top: 0!important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    display: table;
    vertical-align: middle;
    padding: 0 18px;
    line-height: 30px;
    /*width: 312px;*/
}

.panel {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background: #ffffff;
    border-bottom: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ffffff;
}

.panel-default > .panel-heading .title-highlighted {
    color: #82161b;
}

.help-content .panel-default > .panel-heading {
    background: #f7f6f4;
}

.back-fff {
    background: #ffffff;
    padding: 20px;
}

.panel-group .panel {
    border-radius: 0;
}

.help-contact-form {
    padding-bottom: 70px;
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
}

@media (min-width: 768px) {
    .help-contact-form {
        padding-left: 31px;
        padding-right: 31px;
        padding-top: 4px;
        padding-bottom: 31px;
    }

    .help-contact-form > h2{
        margin-bottom: 25px;
    }

    .help-contact-form #Idmessage {
        margin-bottom: 28px;
    }
}

.help-contact-form .btn-primary {
    font-size: 22px;
}

@media (min-width: 992px) {
    .help-contact-form .btn-primary {
        font-size: 13px;
    }
}

.panel-title {
    font-size: 14px;
}

.panel .panel-title {

}

.customer-service .panel-heading h4 {
    display: list-item;
}

.customer-service .row {
    /*margin-right: 15px;*/
}

.contact-address {
    background: #ffffff;
    color: #696969;
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
}

/*content-how-it-works*/
.content-how-it-works {
    text-align: center;
}

.content-how-it-works h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.content-how-it-works img {
    margin-top: 90px;
    display: none;
}

.how-back-mobile {
    background: url(../images/how-it-works-mobile.png) no-repeat;
    width: 575px;
    height: 949px;
    margin: 0 auto;
}

.b-login-form{
    padding: 0;
}

@media (min-width: 768px) {
    .how-back-mobile {
        background: none;
        width: auto;
        height: auto;
    }

    .content-how-it-works img {
        display: block;
        margin: 0 auto 15px;
    }

    .content-how-it-works img:first-child{
        margin-bottom: 25px;
    }

    .content-how-it-works h1 {
        font-size: 30px;
        text-transform: uppercase;
    }
}

.content-how-it-works h2 {
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'robotobold', sans-serif;
    line-height: 1.65;
    text-align: right;

}

/*order-content*/
.your-cart-form {
    background: #ffffff;
    margin-bottom: 20px;
}

.order-history h1 {
    float: left;
}

td.order-label > div {
    display: none
}

td.order-label > div:first-child {
    display: block;
}

@media (min-width: 992px) {
    .help-content-row {
        margin-left: -28px;
        margin-right: -35px;
    }
}

.continue-block {
    text-align: center;
}
.continue-block .btn { }

@media (min-width: 768px) {
    .continue-block {
        text-align: right;
    }
}
#loadModal .vertical-alignment-helper {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform : translateY(-50%);
    -moz-transform    : translateY(-50%);
    -ms-transform     : translateY(-50%);
    -o-transform      : translateY(-50%);
    transform         : translateY(-50%);
}

#loadModal .modal-dialog {
    width : 80%;
}
@media (min-width: 768px) {
    #loadModal .modal-dialog {
        width : 50%;
    }
}
@media (min-width: 992px) {
    #loadModal .modal-dialog {
        width : 30%;
    }
}

.padding-right-40 {
    padding-right: 60px;
    padding-left: 20px;
}

.your-cart-form-header {
    padding-top: 10px;
    padding-bottom: 0;
}

.block-1 {
    padding-left: 20px;
    padding-right: 20px;
}

.your-cart-form textarea {
    width: 280px;
}

.h3 {
    margin-top: 0;
}

.color-c8 {
    color: #c8c8c8;
}

.pair-glyph p {
    margin-right: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.padding-top-bottom-25 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f6f4;
}

.product-text-area {
    float: none;
}

@media (min-width: 768px) {
    .product-text-area {
        float: left;
    }

}

.page-template-default.woocommerce-cart.woocommerce-page .wrapper{
    padding-bottom: 30px;
}

.page-template-default.woocommerce-cart.woocommerce-page .order-content{
    padding-top: 0;
}

.btn-primary {
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-family: 'robotomedium', sans-serif;
    background: #4879ab;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background: #2a7fd4;
}

.order-content .btn-primary {
    font-size: 24px;
}

.order-content .btn-danger {
    font-size: 24px;
}

.your-cart-form #Idpromokod {
    height: 57px;
}

@media (min-width: 992px) {
    .order-content .btn-primary {
        font-size: 13px;
    }

    .order-content .btn-danger {
        font-size: 18px;
    }

    .your-cart-form #Idpromokod {
        height: 40px;
    }
}

.text-success {
    color: #0a920a;
}

.order-content {
    padding-top: 15px;
}

.order-content .h4 {
    font-weight: normal;
    line-height: 1.4;
}

.order-content .block-5 .form-group {
    margin-bottom: 0;
    width: 140px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.order-content .block-5 input[type="submit"] {
    display: inline-block;
}

.text-muted {
    color: #696969;
    font-size: 13px;
}

.order-content table {
    float: right;
    width: 100%;
}

.order-content table td {
    text-align: right;
    width: 40px;
    height: 25px;
}

.order-content table td:first-of-type {
    text-align: left;
}


@media (min-width: 768px) {
    .order-content table td:first-of-type {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .promo-block {
        min-width: 293px;
    }
}


.guaranteed {
    margin-top: 34px;
    /*padding-left: 30px;*/
}

@media (min-width: 768px) {
    .guaranteed {
        padding-left: 30px;
    }
}

.guaranteed a {
    color: #000000;
    text-decoration: underline;
}

.guaranteed h2 {
    font-size: 20px;
    font-weight: 300;
}

.guaranteed img {
    margin-top: 20px;
}

/*container-checkout*/
.container-checkout {
    padding-bottom: 0;
    overflow: hidden;
}
@media (min-width: 992px) {
    .container-checkout {
        padding-bottom: 0;
        overflow: inherit;
    }
}

.page-parent.page-template-default.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.customize-support .wrapper{
    padding-bottom: 30px;
}


@media (min-width: 992px) {
    .container-checkout {
        padding-top: 20px;
    }

}

.container-checkout a {
    color: #000000;
}

.checkout-header a {
    text-decoration: underline;
    margin-top: 30px;
}
.checkout-address .address-left,
.checkout-address .address-right {
    margin-top: 1%;
    /*min-height: 257px;*/
}
.checkout-address .address-left > div,
.checkout-address .address-right > div {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 34px;
    border       : 2px solid #eceff1;
    border-radius: 3px;
    background: #eceff1;
    margin-bottom:20px;
    min-height: 258px;
}

.border-address > div {
    border-color: #4879ab !important;
    background: #e6e9ec;
}


@media (min-width: 768px) {
    .checkout-address .address-left > div,
    .checkout-address .address-right > div {
        /*min-height: 287px;*/
    }
}



/*.checkout-address .address-left {*/
    /*margin-right: 1%;*/
    /*margin-bottom: 20px;*/
    /*min-height: 228px;*/
/*}*/
.container-checkout .checkout-address .address-right > div,
.container-checkout .checkout-address .address-left > div {
    /*margin-top: 30px;*/
    min-height: 228px;
}

@media (min-width: 768px) {
    .container-checkout .checkout-address .address-right {
        /*margin-left: 1%;*/
        /*margin-top: 0;*/
    }
}


.payment-information{
    padding: 25px 27px 34px;
}

.payment-information > div > div > .font-20{
    margin-bottom: 17px;
}

.payment-form label {
    margin-bottom: 2px;
}

.payment-form .form-group{
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .checkout-address .address-right,
    .checkout-address .address-left {
        /*width: 48%;*/
    }
}




.checkout-address .new-shipping-adress {
    padding-top: 3px;
    padding-bottom: 10px;
}

.new-checkout-address {
    background: #eceff1;
    border: 2px solid #eceff1;
    margin-bottom: 16px;
    padding-top: 30px;
    padding-bottom: 8px;
    border-radius: 3px;
    margin-right: 12px;
}

.checkout-address {
    padding: 25px;
    margin-top: 15px;
}

.checkout-address.inner {
    padding: 0 17px;
    margin: 8px auto 0;
}

#update-user-account label.error {
    max-width: 261px;
}

.uppdate-password .btn-link {
    font-size: 24px;
}

.uppdate-password .btn-danger {
    font-size: 22px;
}

@media (min-width: 992px) {
    .uppdate-password .btn-link {
        font-size: 13px;
    }

    .uppdate-password .btn-danger {
        font-size: 13px;
    }
}

.checkout-address p {
    margin-left: 25px;
}
.checkout-address button {
    margin-left: 25px;
}

.checkout-address.inner .col-sm-6 > .font-20{
    margin-bottom: 4px;
    line-height: 32px;
}
.checkout-address.inner .col-sm-6 > p{
    line-height: 18px;
    margin-bottom: 20px;
}

.checkout-address.inner .btn-primary{
    padding-left: 28px;
    padding-right: 28px;
    margin-right: 15px;
    float: right;
}

.container-checkout .text-muted {
    font-size: 15px;
    margin-right: 5px;
}

.container-checkout .billing-address .panel {
    background: #ffffff;
}

.container-checkout .billing-address .panel-default > .panel-heading {
    background: #ffffff;
}

.payment-information, .billing-address, .checkout-address {
    margin-bottom: 20px;
}

.payment-information-right {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .payment-information-right {
        float: right;
        width: 285px;
        margin-top: 0;
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
    .payment-information .payment-information-left {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .payment-information .col-lg-6 {
        width: 48%;
    }

    .payment-information .col-lg-6.payment-information-left {
        margin-right: 1%;
    }

    .payment-information .col-lg-6.payment-information-right {
        margin-left: 1%;
    }

    .payment-information-right {
        float: left;
    }
}

.payment-form {
    background: transparent;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 0;
}

@media screen and (min-width: 768px){
    .payment-form {
        color : #ffffff;
        background: #7e8285;
        border-radius: 15px;
    }
}

.payment-form .form-control {
    height: 40px;
}

.payment-form select.form-control {
    font-size: 20px;
}

.payment-form input {
    font-size: 20px;
}

.payment-form .form-group {
    /*width: 358px;*/
    margin: 0 auto 15px;
    /*padding-left: 7px;*/
}
@media screen and (min-width: 768px){
    .payment-form .form-group {
        width: 358px;
    }
}

@media screen and (min-width: 768px) {
    .payment-form .form-group {
         padding-left: 7px;
    }
}

.payment-form .form-group label {
    display: block;
    font-weight: normal;
    font-size: 13px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.payment-form .form-group.form-group-1 label {
    margin-left: .4em;
}

.payment-form .form-group input,
.payment-form .form-group .form-group-2-1,
.payment-form .form-group .form-group-2-2 {
    display: inline-block;
}

.payment-form .form-group-1 input {
    width: 80px;
    margin-right: 7px;
}

input#payment_cardnumber_4 {
    margin-right: 0;
}

.payment-form .form-group-2 input {
    width: 167px;
}

.payment-form .form-group-2-1 {
    margin-right: 6px;
}

.form-control {
    background: #fdfdfd;
}

select.form-control {
    color: #606060;
}

.form-group-3-2, .form-group-3-1 {
    width: 155px;
    float: left;
    margin-right: 18px;
}

.form-group-3-2 {
    position: relative;
}

.form-group-3-2 span {
    position: absolute;
    top: 35px;
    left: 69px;
    color: #000000;
}

.form-group-3-1 input {
    width: 70px;
}

.form-group-3-2-1, .form-group-3-2-2 {
    width: 65px;
    display: inline-block;
}

.form-group-3-2-1 {
    margin-right: 10px;
}

.form-group-3-2 select {
    height: 40px;
    line-height: 33px;
    font-size: 20px;
    color: #000;
}

.form-group-3-2 .form-control {
    padding-left: 6px;
    padding-right: 6px;
}

/*order-history*/
.order-history-wrap {}
.order-history {
    padding-top: 0;
    padding-bottom: 0;
}

.order-search {
    width: 100%;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-search input {
    float: left;
}

.order-search input[type="text"] {
    width: 95%;
    background: none;
    display: block;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px 0 0 4px;
}

.order-search input[type="image"] {
    width: 20px;
    display: block;
    padding-top: 18px;
}

@media (min-width: 992px) {
    .order-search {
        width: 200px;
    }

    .order-search input[type="text"] {
        width: 170px;
        height: 34px;
    }

    .order-search input[type="image"] {
        padding-top: 7px;
    }
}

.container-checkout .checkout-a a {
    color: #ffffff;
}

.container-checkout .panel {
    background: #ffffff;
}

.container-checkout .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ffffff;
}

.container-checkout .btn-danger {
    font-size: 24px;
}

@media (min-width: 992px) {
    .container-checkout .btn-danger {
        font-size: 18px;
    }
}

.order-history-table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.order-history-table thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    padding-left: 30px;
}

.order-history-table .table > thead > tr > th {
    border-bottom: none;
}

.order-history-table tbody tr {
    background: #ffffff;
}

.order-history-table tbody tr td {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;

}

@media screen and (min-width: 992px) {
    .order-history-table tbody tr td {
        vertical-align: middle;
    }
}

.order-history-table tbody tr td time {
    margin-bottom: 0;
}

.order-history-table .status-process {
    float: left;
    width: 17px;
    height: 15px;
    background: url(../images/status.png) no-repeat 100% 0;
    margin-top: 4px;
    margin-right: 7px;
}

.order-history-table .status-complete {
    float: left;
    width: 17px;
    height: 15px;
    background: url(../images/status.png) no-repeat 0 0;
    margin-top: 4px;
    margin-right: 7px;
}

.account-information .checkout-address .btn-primary {
    padding-left: 40px;
    padding-right: 40px;
}

.account-information .checkout-address .btn-link {
    color: #82161b;
    text-transform: uppercase;
}

.account-information a {
    color: #000000;
}

.account-information .h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.b-account-info form > .col-sm-12:first-child {
    padding-bottom: 0;
    padding-top: 25px;
}

.b-account-info form > .col-sm-12 {
    padding-top: 0;
}

.ship-address {
    margin-bottom: 15px;
}


.btn-link {
    font-family: 'robotomedium', sans-serif;
}

.mg-right {
    margin-right: 20px;
}

.b-agree-wrapper .pull-right .mg-right {
    margin: 7px 0 19px 0;
    text-align: right;
}

.checkout-address .row > .font-20{
    padding-left: 17px;
    margin-bottom: 0;
}

/*email-content*/
.email-content .container {
    background: #ffffff;
}

.email-content header {
    padding: 60px 0;
    background: url(../images/email-header.jpg) repeat-x 0 0;
}

.email-content h1 {
    margin-bottom: 25px;
}

.email-content h1 span {
    font-weight: 500;
}

.email-content h1 small {
    color: #000000;
}

.order-datails {
    border: 10px solid #eceff1;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 150px;
}

.email-quation a {
    color: #000000;
    text-decoration: underline;
}

.email-content .footer-email {
    padding-top: 50px;
    padding-bottom: 40px;
}

.email-footer-menu li {
    float: left;
    margin-right: 25px;
}

@media (min-width: 768px) {
    .email-footer-menu li {
        margin-right: 50px;
    }
}

.email-footer-menu li a {
    color: #444444;
    text-transform: uppercase;
}

/*bg-profile*/
.bg-profile {
    background: url(../images/bg-profile.jpg) center center no-repeat;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -khtml-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
}

.my-profile .btn {
    min-width: 200px;
    text-align: center;
    font-size: 24px;
}

.container-profile {
    margin-top: 75px;
    margin-bottom: 75px;
}

@media (min-width: 768px) {
    .container-profile {
        margin-top: 75px;
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) {
    .container-profile {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .my-profile .btn {
        font-size: 13px;
    }
}

.my-profile {
    padding: 30px;
    text-align: center;
}

#profile-form {
    margin-top: 20px;
}

.my-profile .btn-primary {
    float: right;
}

.my-profile .form-control-static {
    text-decoration: underline;
}

.my-profile .form-control-static a {
    color: #000000;
}

.form-group .error:not(label) {
    border: 1px solid #e5262f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.help-form label.error {
    /*color: #e5262f;*/
    /*font-size: 12px;*/
    /*font-weight: normal;*/
    /*border: none;*/
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    right: 109%;
    position: absolute;
    top: 6px;
    color: #e5262f;
    font-size: 13px;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 0px;
    padding: 0;
    height: 40px;
    line-height: 38px;
    margin-top: -6px;
    background: #fff;
    border: none;
    text-align: right;
    border-radius: 2px 0 0 2px;
}


.help-form label.error:after {
    content: '';
    background: none;
    display: block;
    position: absolute;
    width: 21px;
    height: 40px;
    top: -1px;
    right: -21px;
    left: inherit;
}

.form-group {
    position: relative;
}

#form-payment label.error,
.new-checkout-address label.error,
#commentform label.error,
#update-user-account label.error,
#profile-form label.error,
/*#resetPasswordForm label.error,*/
#cart-form label.error,
#checkout-login-form label.error {
    /*position: absolute;*/
    color: transparent;
    font-size: 13px;
    font-weight: normal;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 5px;
    margin-top: -15px;
}
#form-payment label.error,
.new-checkout-address label.error,
#commentform label.error,
/*#update-user-account label.error,*/
#profile-form label.error,
#cart-form label.error,
#checkout-login-form label.error {
    position: absolute;
}
#resetPasswordForm label.error {
    color: #e5262f;
    font-weight : normal;
}

/*@media (min-width: 768px) {*/
    /*#form-payment label.error,*/
    /*.new-checkout-address label.error,*/
    /*#commentform label.error,*/
    /*#update-user-account label.error,*/

    /*#profile-form label.error,*/
    /*#cart-form label.error,*/
    /*#checkout-login-form label.error {*/
        /*color: #e5262f;*/
    /*}*/
/*}*/
@media (min-width: 992px) {
    #form-payment label.error,
    .new-checkout-address label.error,
    #commentform label.error,
    #update-user-account label.error,
    #resetPasswordForm label.error,

    #profile-form label.error,
    #cart-form label.error,
    #checkout-login-form label.error {
        left: 107%;
        /*position: absolute;*/
        top: 6px;
        color: #e5262f;

        font-size: 13px;
        font-weight: normal;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        min-width: 261px;
        padding: 0 10px 0 5px;
        height: 40px;
        line-height: 38px;
        margin-top: -6px;
        background: none;
        border: none;
        text-align: left;
    }

    #profile-form label.error {
        left: 111% !important;
    }
    #update-user-account label.error{
        left: 110%;
    }

    #checkout-login-form label.error,#profile-form label.error{
        left: 103%;
    }

    label.error:after {
        content: '';
        background: none;
        display: block;
        position: absolute;
        width: 21px;
        height: 40px;
        top: -1px;
        left: -21px;
    }

    #form-payment label.error {
        left:  106%;
    }

    .new-checkout-address label.error{
        left:  108%;
    }

    #update-user-account label.error{
        width: 288px;
        max-width: 288px;
        background-size: 100% 100%;
    }

    #cart-form label.error {
        left: 167%;
    }
    #cart-form label {
        max-width: 130%
    }

    #form-payment .checkbox.mg-right label.error{
        background: url(../images/back-error-right.png) no-repeat;
        top: 0;
        bottom: 0;
        width: 261px!important;
        left: -268px;
        max-width: 261px!important;
        margin: auto;
        padding: 3px 0 3px 13px;
    }

    .b-agree-wrapper .pull-right .checkbox.mg-right > label {
        position: relative;
    }

    #form-payment .payment-information .payment-form label.error {
        top: 29px;
        text-transform: none;
        left: 119%;
    }

    .my-profile >:not(#lostPassword) .text-danger,
    #resetPasswordForm label.error {
        background-color: #fff;
        left: 101%;
        position: absolute;
        top: 97px;
        color: #e5262f;
        font-size: 13px;
        font-weight: normal;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        min-width: 320px;
        padding: 0 10px 0 5px;
        height: 40px;
        line-height: 38px;
        margin-top: -6px;
        background: none;
        border: none;
        text-align: left;
        border-left: none;
    }

    form#resetPasswordForm label.error{
        left: 111%;
        top: 5px;
        min-width: 231px;
    }

    .my-profile.back-fff.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3 .text-danger:after {
        content: '';
        background: none;
        display: block;
        position: absolute;
        width: 21px;
        height: 40px;
        top: -1px;
        left: -21px;
    }

    .my-profile.back-fff.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3 #lostPassword .text-danger,
    .my-profile.back-fff.col-xs-12.col-sm-8.col-sm-offset-2.col-md-6.col-md-offset-3 #resetPassword .text-danger{
        top: 143px;
        min-width: 150px;
        max-width: 370px;
        width: 100%;
    }

}

#checkout-login-form label.error{
    min-width: 230px;
}

.checkout-address .col-sm-6.address-left p:nth-child(2),.checkout-address .col-sm-6.address-right p:nth-child(2),
.checkout-address.inner .col-sm-6.address-left p:nth-child(2),.checkout-address.inner .col-sm-6.address-right p:nth-child(2){
    min-height: 88px;
}

.b-login-form .checkbox > label {
    float: left;
    /*margin: 9px 15px 15px;*/
    position: relative;
}

/*@media (min-width: 1210px) {*/
    /*#checkout-login-form .checkbox > label > label.error {*/
        /*width: 144px;*/
        /*min-width: 142px;*/
        /*right: 113%;*/
        /*left: inherit;*/
        /*top: 0;*/
        /*bottom: 0;*/
        /*margin: auto;*/
        /*text-align: right;*/
        /*padding-right: 5px;*/
    /*}*/

    /*#checkout-login-form .checkbox > label > label.error:after {*/
        /*content: '';*/
         /*background: url(../images/arrow-back-right.png) no-repeat;*/
        /*right: -21px;*/
        /*left: inherit;*/
    /*}*/
/*}*/

@media (min-width: 768px) {

    #checkout-login-form .checkbox > label > label.error{
        display: block!important;
    }

    #checkout-login-form .checkbox > label > label.error {
        width: 230px;
        min-width: 230px;
        left: 115%;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: left;
        padding-right: 5px;
    }

    #checkout-login-form .checkbox > label > label.error:after {
        content: '';
        background: none;
        left: -21px;
        right: inherit;
    }
}

@media (min-width: 992px) {
    .form-group-3-2 select{
        /*position: absolute;
        top: 6px;
        left: 103%;
        color: #e5262f;*/
        font-size: 13px;
        font-weight: normal;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        /*min-width: 261px;*/
        padding: 0 10px 0 5px;
        height: 40px;
        line-height: 40px;
        /*margin-top: -6px;*/
        background: #fff;
        /*border: 1px solid #E63039;*/
        text-align: left;
    }

    #profile-form label.error:after, .my-profile label.error:after {
        content: '';
        background: none;
        display: block;
        position: absolute;
        width: 21px;
        height: 40px;
        top: -1px;
        left: -21px;
    }
}

.agree label.error {
    position: relative;
    color: #e5262f;
    margin-top: -23px;
    display: block;

}

.agree-bill label.error {
    color: #e5262f;
    float: right;
}

.agree .btn-danger {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .agree .btn-danger {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.form-control {
    height: 38px;
}

/*order-details*/
.order-details .back {
    color: #000000;
}

.order-details h1 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.order-details p.h1{
    margin: 0;
    margin-top: 15px;
}

.font-13 {
    font-size: 13px;
}

.order-details table tbody tr td {
    padding-left: 25px;
    padding-right: 25px;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-details table thead tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
}

.order-details table tbody tr.table-footer td {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e6e9ec;
}

.order-details table {
    margin-bottom: 15px;
}

.order-details .table-order-progress {
    margin-bottom: 10px;
}

.td-top {
    padding-top: 4px;
    display: block;
}

.td-left {
    text-align: right;
}

.order-details .table-order-progress tbody tr td {
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table-order-progress .btn[onclick] {
    background : rgb(221, 221, 221);
    display: block;
    margin-top: .5em;
}

.table-order-progress {
    margin-top: 15px;
}

.order-details {
    padding-top: 10px;
}

.order-ship-address {
    background: #ffffff;
    padding: 40px 35px;
    margin-top: 0;
}

@media (min-width: 768px) {

    .order-ship-address {
        padding: 40px 25px;
        margin-top: 130px;
    }
}

@media (min-width: 992px) {

    .order-ship-address {
        padding: 34px 35px;
        margin-top: 130px;
    }
}

body.modal-open {
    padding-right: 0 !important;
    overflow: hidden !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.modal-open {
        padding-right: 0 !important;
    }
}

.new-shipping-adress .btn-primary {
    margin-left: 0px;
}

@media screen and (min-width: 768px) {
    .new-shipping-adress .btn-primary {
        margin-left: 20px;
    }

}

div#inifiniteLoader {
    z-index: 1000;
    display: none;
    text-align: center;
}

a.video-icon {
    border: none;
}

p > a > img {
    margin-right: 20px;
    margin-top: 5px;
}

/*Woocommerce*/
ul.woocommerce-error {
    border-top: none !important;
}

.home-content .container {
    overflow: hidden;
    padding-bottom: 110px;
    margin-bottom: -110px;
}

.order-status {
    position: relative;
    text-transform: lowercase;
    font-size: 13px;
}

.order-status:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 13px;
}

.order-status.complete:after {
    background-color: #29a523;
}

.order-status.cancel:after {
    background-color: #F00;
}

.order-status.process:after {
    background-color: #ffda2a;
}

.add-new-address a {
    position: relative;
    margin-left: 23px;
}

.add-new-address a:after {
    content: '+';
    position: absolute;
    top: 2px;
    left: -23px;
    display: inline-block;
    width: 17px;
    vertical-align: middle;
    height: 16px;
    text-align: center;
    background-color: #696969;
    color: #fff;
    font-family: 'Arial', sans-serif;
    border-radius: 16px;
    line-height: 17px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none!important;
    border: 0;
}

.add-new-address a:hover{
    text-decoration: none;
}

.add-new-address a:hover span{
    text-decoration: underline;
}

input.btn.btn-danger.pull-right {
    padding: 11px 36px;
}

.uppdate-password .btn-link {
    /*padding-top: 11px;*/
}

.col-sm-12.uppdate-password {
    padding-top: 13px;
}

.my-profile input.btn.btn-danger.btn-lg {
    /*float: right;*/
}

#message .text-muted {
    font-size: 14px;
    max-width: 313px;
    margin-right: auto;
    margin-left: auto;
}

.form-group.col-xs-12.col-lg-12 {
    z-index: 2;
}

.b-account-info{
    /*background-color: #fff;*/
}

.b-login-message{
    text-align: left;
    margin: 0 0 20px;
    /*padding: 0 0 0 15px;*/
}

@media screen and (min-width: 1026px) {
    .home-content .container {
        overflow: inherit;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .checkout-header > h1{
        /*padding-left: 20px;*/
    }

    .home-content .container .row h1 + div{
        padding-top: 130px;
    }

    .home-content h1{
        font-size: 35px;
    }

    .content-how-it-works a.btn.btn-danger.btn-lg{
        float: none;
        margin: 25px auto 0;
    }


    .b-login-form .checkbox > label {
        float: left;
        margin: 0;
        /*padding: 0 0 0 34px;*/
    }

    #checkout-login-form label.error{
        display: none!important;
    }

    .b-login-form {
        /*padding: 0 15px;*/
    }

    .b-login-message{
        /*padding-left: 30px;*/
    }
}

@media screen and (max-width: 960px) {
    .footer-nav{
        text-align: center;
    }

    .footer-nav li{
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width: 991px) {
    .popup-comments {
        max-height: 550px;
        overflow-y: auto;
        width: 99.9%;
    }

    .home .wrapper {
        padding-bottom: 80px;
    }

    .order-history-table tbody tr td {
        word-break: break-all;
        white-space: inherit !important;
    }

    .order-history-table tbody tr td:first-child {
        word-break : normal;
    }
}

@media screen and (max-width: 768px) {
    .home-quation {
        width: 320px;
        position: absolute;
        left: 50%;
        margin-left: -160px;
        top: 90%;
        text-align: center;
    }

    .my-profile {
        /*padding: 15px;*/
    }

    /*.my-profile .form-group.col-xs-12.col-lg-12, */
    /*.my-profile .form-group.clearfix.col-lg-12 {*/
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    /*}*/

    .container-checkout .my-profile .container {
        padding: 0;
    }

    .your-cart-form .padding-top-bottom-25{
        position: relative;
    }

    .your-cart-form .padding-top-bottom-25 > .pull-left{
        /*float: none!important;*/
    }

    .your-cart-form .padding-top-bottom-25 > .pull-left > .h4{
        margin-bottom: 21px;
    }

    .your-cart-form .block-1.padding-top-bottom-25 > .pull-right{
        /*position: absolute;*/
        top: 32px;
        right: 20px;
    }

    .footer-nav li{
        /*float: left;*/
        /*display: block;*/
        margin-right: 20px;
    }

    .b-login-message{
        /*padding-left: 15px;*/
    }

    .b-login-form .checkbox > label {
        padding: 0 0 0 19px;
    }
}

@media screen and (max-width: 500px) {
    .navbar-brand img {
        width: 190px;
        height: auto;
        padding-top: 5px;
    }

    .my-profile input.btn.btn-danger.btn-lg {
        font-size: 20px;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .home-content .container .row h1 + div {
        padding-top: 105px;
    }

    .home-content h1{
        font-size: 24px;
    }
    .home-content h1 small {
        font-size: 14px;
    }
    .how-back-mobile {
        width: 100%;
        background-size: contain;
    }

    div#respond textarea {
        width: 100%;
    }

    .block-2.padding-right-40.padding-top-bottom-25.clearfix button.btn.btn-primary.pull-left {
        margin: 0 12px 12px 0;
    }

    button.btn.btn-primary.pull-left + p.pull-right {
        float: left !important;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        margin-top: 67px;
    }
}

@media screen and (max-width: 500px) {
    .home-content .container .row h1 + div {
        padding-top: 85px;
    }

    .how-back-mobile {
        height: 780px;
        background-size: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 35px;
    }
}

@media screen and (max-width: 480px) {
    #copyright {
        color: #868a95;
        font-size: 5px;
        margin-top: 10px;
    }
    /*.pull-left {*/
        /*float: left !important;*/
    /*}*/
    /*.pull-right {*/
        /*float: right !important;*/
    /*}*/
    .footer-social a {
        margin-right: 10px !important;
    }
    .footer-social {
        display: inline-block;
        width: 150px;
    }
    .home-content h1{
        font-size: 16px;
    }
    .home-content h1 small {
        font-size: 10px;
    }

    .how-back-mobile {
        height: 740px;
    }

    .your-cart-form textarea {
        width: 100%;
    }

    .block-2.padding-right-40.padding-top-bottom-25.clearfix button.btn.btn-primary.pull-left {
        font-size: 19px;
    }

    .your-cart-form #Idpromokod, .order-content .block-5 input[type="submit"] {
        margin-bottom: 12px;
    }

    .order-history-table tbody tr td {
        padding-left: 5px;
    }

    .order-history-table tbody tr td:last-child, .order-history-table tbody tr td {
        word-break: break-all;
        white-space: inherit !important;
    }

    .order-status:after {
        display: none;
    }

    .order-history-table thead tr th {
        padding-left: 10px;
    }

    .order-history > .container {
        /*padding: 0;*/
    }

    .order-history > .container .row {
        /*margin: 0;*/
    }

    .order-search input[type="text"] {
        width: 92%;
    }

    .agree {
        width: 269px;
        margin: 0 auto;
        float: none!important;
    }

    .btn-geo-trust {
        width: auto;
        width: 20vw;
    }

    /*.pull-right.clearfix.agree input.checkout-a.pull-right.btn.btn-danger {*/
        /*width: 100%;*/
        /*padding: 11px 10px;*/
    /*}*/

    .payment-form .form-group{
        font-size: 0;
        width: 100%;
    }

    .payment-form .form-group label{
        font-size: 13px;
    }

    .payment-form .form-group-1 input{
        width: 22%;
        margin: 0 1.5%;
        padding: 6px 1%;
    }

    .payment-form .form-group .form-group-2-1, .payment-form .form-group .form-group-2-2{
        display: block;
        margin: 0 1%;
    }

    .payment-form .form-group-2-1 input,.payment-form .form-group-2-2 input{
        margin-right: 0;
        padding: 0 2px;
        width: 100%;
    }

    .payment-form .form-group-3-1 {
        width: 32%;
        margin-right: 10px;
        margin-left: 1%;
    }

    .payment-form .form-group-3-2 {
        width: 60%;
        margin-right: 0;
    }

    .form-group-3-2-1,
    .form-group-3-2-2 {
        margin-right: 10px;
        width: 65px;

    }

    .checkout-address {
        padding: 10px;
    }

    .checkout-address .address-left,
    .checkout-address .address-right
    {
        /*padding: 25px 10px;*/
    }

    .checkout-address .address-left p,
    .checkout-address .address-right p,
    .checkout-address .address-left button,
    .checkout-address .address-right button {
        margin-left: 15px;
    }

    .b-account-info {
        background-color: transparent;
    }

    .b-account-info input.btn.btn-danger.pull-right{
        padding: 11px 20px;
    }

    .b-account-info input.btn.btn-link.pull-right {
        float: left!important;
        margin-right: 0;
    }

    .footer-nav li{
        margin-right: 13px;
    }

    .footer-nav li a{
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    .how-back-mobile {
        height: 570px;
    }
    .footer-nav li a{
        font-size: 11px;
    }
}

@media screen and (max-width: 340px) {
    .how-back-mobile {
        height: 520px;
    }
}

#wpadminbar {
    display: none !important;
}

a:focus, input:focus {
    outline: none;
}

.block-5.padding-right-40 {
    padding-right: 20px;
    padding-left: 20px;
}

.block-5.padding-right-40 .pull-right.col-sm-6:last-child {
    padding-left: 0;
}

.order-content table td p {
    padding-left: 10px;
}

@media (max-width: 767px) {

    .col-sm-4.order-address{
        margin-bottom: 15px;
    }

    .block-5.padding-right-40 .pull-right {
        float: none !important;
    }

    .order-content .cart_totals {
        padding: 0 10px;
    }
    .order-content table {
        margin-top: 10px;
    }

    .b-agree-wrapper .row > .pull-right{
        float: none!important;
    }

    .b-agree-wrapper .row > a{
        float: none;
    }

    .b-agree-wrapper .pull-right .mg-right{
        margin: 17px 20px 17px 0;
    }
}

@media (max-width: 600px) {
    #copyright .pull-right {
        /*float: left !important;*/
    }

    #copyright .pull-left:first-child {
        /*float: none !important;*/
    }

    footer{
        margin-top: -116px;
    }

    .footer-spacer {
        height: 146px
    }

    .b-agree-wrapper .row > .pull-right{
        width: 100%;
    }

    .agree input.checkout-a.pull-right.btn.btn-danger {
        width: 100%;
        padding: 11px 10px;
    }
}

.navbar-default .navbar-nav > li.hide-back-s a {
    background-image: none;
}

.navbar-default .navbar-nav > li.hide-back-s.back-none a {
    background: url(../images/backg-mobile-menu.jpg) no-repeat 50% 100%;
}

#stOverlay {
    height: 100%;
    width: 100%;
    background-color: #000;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=60);
    opacity: .6;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    z-index: 89999990
}

.stwrapper {
    z-index: 89999999;
    position: fixed;
    top: 20%;
    left: 50%
}

#stLframe {
    position: absolute;
    z-index: 1000020;
    left: 0;
    top: 0;
    background-color: #ededed;
    border: 1px solid #d5dcdc;
    border-radius: 5px;
    box-shadow: 0 2px 2px #666;
    height: 100%;
    width: 100%
}

.stwrapper.stwrapper5x {
    margin: 0 0 0 -256px;
    height: 419px;
    width: 514px
}

.stwrapper.stwrapper4x {
    margin: 0 0 0 -167px;
    height: 337px;
    width: 334px
}

.stclose {
    cursor: pointer;
    z-index: 2000000;
    position: absolute;
    right: 3px;
    top: -2px;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, Sans-Serif;
    text-align: left;
    line-height: 1.0em;
    text-decoration: none;
    cursor: pointer;
    height: 28px;
    width: 26px
}

.stCloseNew2 {
    cursor: pointer;
    z-index: 2000000;
    position: absolute;
    right: 25px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    height: 25px;
    width: 30px
}

.stCloseNew {
    background: url("http://w.sharethis.com/share5x/images/widget-icons-sprite.png") no-repeat scroll -3px -131px transparent;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 26px;
    top: -10px;
    width: 30px;
    z-index: 2000000
}

.stNativeButton {
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    top: 7px
}

.stNativeButton a {
    text-decoration: none
}

.stFourSquare {
    display: inline-block;
    top: 6px
}

.stGoogleNative {
    top: 20px
}

.stTwitterFollowFrame {
    width: 62px;
    height: 20px;
    *width: 67px;
    *height: 23px
}

.stTwitterFollow {
    top: 0;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 3px 3px 0;
    padding: 0;
    font-size: 11px;
    line-height: 16px;
    vertical-align: bottom;
    overflow: visible;
    *top: 4px;
    *display: inline
}

.stYoutube {
    top: 9px
}

.stButton .stButton_left {
    background-image: url("http://w.sharethis.com/images/button_left.gif");
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    width: 5px;
    line-height: 20px
}

.stButton .stButton_right {
    background-image: url("http://w.sharethis.com/images/button_right.gif");
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    width: 5px;
    line-height: 20px
}

.stButton .stButton_gradient {
    background-repeat: repeat-x;
    border: 1px solid #bfbfbf;
    padding: 2px;
    font-family: serif;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    height: 16px;
    background: #d5d5d5;
    background: -moz-linear-gradient(top, #d5d5d5 0, #efefef 48%, #fff 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(48%, #efefef), color-stop(94%, #fff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0)
}

.stButton .stBubble + .stButton_gradient {
    min-width: 54px
}

span.stButton span.email, span.sharethis {
    color: #000
}

.stButton .stButton_gradient:hover {
    background: #d5d5d5;
    background: -moz-linear-gradient(top, #fff 0, #efefef 48%, #d5d5d5 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(48%, #efefef), color-stop(94%, #d5d5d5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d5d5d5', GradientType=0)
}

.stButton .stButton_gradient2 {
    background-image: url('http://w.sharethis.com/images/gradient2.gif');
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 60px;
    padding-left: 4px;
    white-space: nowrap
}

.stButton {
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 11px;
    line-height: 16px
}

.stButton .stBubble {
    height: 44px;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    color: #4d4d4d;
    width: 60px;
    overflow: hidden;
    display: none;
    background: url(http://w.sharethis.com/share4x/images/bubble_arrow_below.png) no-repeat 10px 40px;
    line-height: 16px
}

.stButton .stBubbleSm {
    background-image: url("http://w.sharethis.com/images/bubble_sm.png");
    width: 30px;
    height: 25px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 16px
}

.stButton .stBubbleSmHoriz {
    background-image: url("http://w.sharethis.com/images/bubble_sm_horiz.png");
    width: 36px;
    height: 25px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 16px;
    position: absolute;
    right: 30px
}

.stButton .stHBubble {
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    z-index: -1;
    *margin-left: 0;
    display: none
}

.stButton .stArrow {
    padding-left: 3px;
    margin-left: -1px;
    background: url(http://w.sharethis.com/share4x/images/bubble_arrow.png) no-repeat 3px 8px;
    line-height: 16px;
    height: 14px;
    display: inline-block;
    *display: inline;
    *padding-left: 6px
}

.stButton .stBubble_count_sm {
    font-size: 10px;
    text-align: center;
    padding-top: 1px;
    width: 30px;
    font-family: Verdana, Helvetica, sans-serif
}

.stButton .stBubble_count {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    width: 58px;
    height: 29px;
    font-family: Verdana, Helvetica, sans-serif;
    color: black;
    position: relative;
    z-index: -1;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #d5d5d5;
    background: -moz-linear-gradient(top, #d5d5d5 0, #efefef 48%, #fff 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(48%, #efefef), color-stop(94%, #fff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0)
}

.stButton .stBubble_count:hover {
    background: #ddd;
    background: -moz-linear-gradient(top, #fff 0, #efefef 48%, #d5d5d5 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(48%, #efefef), color-stop(94%, #d5d5d5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d5d5d5', GradientType=0)
}

.stButton .stBubble_hcount {
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    height: 16px;
    line-height: 16px
}

.stButton .chicklets {
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 3px;
    white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    display: inline-block;
    height: 16px;
    line-height: 16px
}

.stButton .chicklets:hover {
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=75)
}

.stButton .chicklets2 {
    background: url("http://w.sharethis.com/share4x/images/service-icons-sprite.png") no-repeat scroll right top transparent;
    padding: 0 0 2px 20px;
    white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px
}

.stButton .st_fsIcon {
    position: relative;
    top: 1px
}

.stButton .seven_live_seven {
    background-image: url("http://w.sharethis.com/images/seven_live_seven_16.png")
}

.stButton .a1_webmarks {
    background-image: url("http://w.sharethis.com/images/a1_webmarks_16.png")
}

.stButton .adfty {
    background-image: url("http://w.sharethis.com/images/adfty_16.png")
}

.stButton .aim {
    background-image: url("http://w.sharethis.com/images/aim_16.png")
}

.stButton .allvoices {
    background-image: url("http://w.sharethis.com/images/allvoices_16.png")
}

.stButton .amazon_wishlist {
    background-image: url("http://w.sharethis.com/images/amazon_wishlist_16.png")
}

.stButton .arto {
    background-image: url("http://w.sharethis.com/images/arto_16.png")
}

.stButton .att {
    background-image: url("http://w.sharethis.com/images/att_16.png")
}

.stButton .baidu {
    background-image: url("http://w.sharethis.com/images/baidu_16.png")
}

.stButton .blinklist {
    background-image: url("http://w.sharethis.com/images/blinklist_16.png")
}

.stButton .blip {
    background-image: url("http://w.sharethis.com/images/blip_16.png")
}

.stButton .blogged {
    background-image: url("http://w.sharethis.com/images/blogged_16.png")
}

.stButton .blogger {
    background-image: url("http://w.sharethis.com/images/blogger_16.png")
}

.stButton .blogmarks {
    background-image: url("http://w.sharethis.com/images/blogmarks_16.png")
}

.stButton .brainify {
    background-image: url("http://w.sharethis.com/images/brainify_16.png")
}

.stButton .buddymarks {
    background-image: url("http://w.sharethis.com/images/buddymarks_16.png")
}

.stButton .care2 {
    background-image: url("http://w.sharethis.com/images/care2_16.png")
}

.stButton .citeulike {
    background-image: url("http://w.sharethis.com/images/citeulike_16.png")
}

.stButton .chiq {
    background-image: url("http://w.sharethis.com/images/chiq_16.png")
}

.stButton .connotea {
    background-image: url("http://w.sharethis.com/images/connotea_16.png")
}

.stButton .corank {
    background-image: url("http://w.sharethis.com/images/corank_16.png")
}

.stButton .corkboard {
    background-image: url("http://w.sharethis.com/images/corkboard_16.png")
}

.stButton .current {
    background-image: url("http://w.sharethis.com/images/current_16.png")
}

.stButton .dealsplus {
    background-image: url("http://w.sharethis.com/images/dealsplus_16.png")
}

.stButton .delicious {
    background-image: url("http://w.sharethis.com/images/delicious_16.png")
}

.stButton .digg {
    background-image: url("http://w.sharethis.com/images/digg_16.png")
}

.stButton .diigo {
    background-image: url("http://w.sharethis.com/images/diigo_16.png")
}

.stButton .dotnetshoutout {
    background-image: url("http://w.sharethis.com/images/dotnetshoutout_16.png")
}

.stButton .dzone {
    background-image: url("http://w.sharethis.com/images/dzone_16.png")
}

.stButton .evernote {
    background-image: url("http://w.sharethis.com/images/evernote_16.png")
}

.stButton .embed_ly {
    background-image: url("http://w.sharethis.com/images/embed_ly_16.png")
}

.stButton .email {
    background-image: url("http://w.sharethis.com/images/email_16.png")
}

.stButton .facebook {
    background-image: url("http://w.sharethis.com/images/facebook_16.png")
}

.st_facebook_vcount .stBubble, .st_fb_like_vcount .stBubble {
    background-image: url("http://w.sharethis.com/share4x/images/Facebook_arrow_below.png")
}

.st_facebook_hcount .stArrow, .st_fb_like_hcount .stArrow {
    background-image: url(http://w.sharethis.com/share4x/images/Facebook_bubble_arrow.png)
}

.st_facebook_vcount .stBubble_count, .st_fb_like_vcount .stBubble_count {
    background: #eceef5;
    border: 1px solid #cad4e7;
    filter: none
}

.st_facebook_vcount .stBubble_count:hover, .st_fb_like_vcount .stBubble_count:hover {
    background: #eceef5;
    border: 1px solid #8faeeb;
    filter: none
}

.stButton .fashiolista {
    background-image: url("http://w.sharethis.com/images/fashiolista_16.png")
}

.stButton .flipboard {
    background-image: url("http://w.sharethis.com/images/flipboard_16.png")
}

.stButton .fb_like {
    background-image: url("http://w.sharethis.com/images/fb_like_16.png");
    background-position: 0 0
}

.st_fb_like_button .stButton_gradient, .st_fb_like_button .stButton_gradient:hover, .st_fb_like_vcount .stButton_gradient, .st_fb_like_vcount .stButton_gradient:hover, .st_fb_like_hcount .stButton_gradient, .st_fb_like_hcount .stButton_gradient:hover, .st_facebook_button .stButton_gradient, .st_facebook_button .stButton_gradient:hover, .st_facebook_vcount .stButton_gradient, .st_facebook_vcount .stButton_gradient:hover, .st_facebook_hcount .stButton_gradient, .st_facebook_hcount .stButton_gradient:hover {
    color: #000;
    border: 1px solid #cad4e7;
    font-family: serif;
    background: #eceef5;
    filter: none
}

.st_fb_like_vcount .fb_like, .st_fb_like_hcount .fb_like, .st_fb_like_button .fb_like {
    background-image: url("http://static.ak.fbcdn.net/rsrc.php/v1/zb/r/L6P2fymQtet.png");
    background-position: 0 -32px
}

.st_fb_like_vcount .stButton_gradient:hover, .st_fb_like_hcount .stButton_gradient:hover, .st_fb_like_button .stButton_gradient:hover, .st_facebook_vcount .stButton_gradient:hover, .st_facebook_hcount .stButton_gradient:hover, .st_facebook_button .stButton_gradient:hover {
    border: 1px solid #8faeeb
}

.stButton .folkd {
    background-image: url("http://w.sharethis.com/images/folkd_16.png")
}

.stButton .foodlve {
    background-image: url("http://w.sharethis.com/images/foodlve_16.png")
}

.stButton .fresqui {
    background-image: url("http://w.sharethis.com/images/fresqui_16.png")
}

.stButton .friendfeed {
    background-image: url("http://w.sharethis.com/images/friendfeed_16.png")
}

.stButton .funp {
    background-image: url("http://w.sharethis.com/images/funp_16.png")
}

.stButton .fwisp {
    background-image: url("http://w.sharethis.com/images/fwisp_16.png")
}

.stButton .google {
    background-image: url("http://w.sharethis.com/images/google_16.png")
}

.stButton .google_bmarks {
    background-image: url("http://w.sharethis.com/images/google_bmarks_16.png")
}

.stButton .google_reader {
    background-image: url("http://w.sharethis.com/images/google_reader_16.png")
}

.stButton .google_translate {
    background-image: url("http://w.sharethis.com/images/google_translate_16.png")
}

.stButton .hadash_hot {
    background-image: url("http://w.sharethis.com/images/hadash_hot_16.png")
}

.stButton .hatena {
    background-image: url("http://w.sharethis.com/images/hatena_16.png")
}

.stButton .hyves {
    background-image: url("http://w.sharethis.com/images/hyves_16.png")
}

.stButton .identi {
    background-image: url("http://w.sharethis.com/images/identi_16.png")
}

.stButton .jumptags {
    background-image: url("http://w.sharethis.com/images/jumptags_16.png")
}

.stButton .kaboodle {
    background-image: url("http://w.sharethis.com/images/kaboodle_16.png")
}

.stButton .linkagogo {
    background-image: url("http://w.sharethis.com/images/linkagogo_16.png")
}

.stButton .linkedin {
    background-image: url("http://w.sharethis.com/images/linkedin_16.png")
}

.stButton .livejournal {
    background-image: url("http://w.sharethis.com/images/livejournal_16.png")
}

.stButton .meneame {
    background-image: url("http://w.sharethis.com/images/meneame_16.png")
}

.stButton .mister_wong {
    background-image: url("http://w.sharethis.com/images/mister_wong_16.png")
}

.stButton .mixx {
    background-image: url("http://w.sharethis.com/images/mixx_16.png")
}

.stButton .myspace {
    background-image: url("http://w.sharethis.com/images/myspace_16.png")
}

.stButton .n4g {
    background-image: url("http://w.sharethis.com/images/n4g_16.png")
}

.stButton .netlog {
    background-image: url("http://w.sharethis.com/images/netlog_16.png")
}

.stButton .netvibes {
    background-image: url("http://w.sharethis.com/images/netvibes_16.png")
}

.stButton .netvouz {
    background-image: url("http://w.sharethis.com/images/netvouz_16.png")
}

.stButton .newsvine {
    background-image: url("http://w.sharethis.com/images/newsvine_16.png")
}

.stButton .nujij {
    background-image: url("http://w.sharethis.com/images/nujij_16.png")
}

.stButton .oknotizie {
    background-image: url("http://w.sharethis.com/images/oknotizie_16.png")
}

.stButton .orkut {
    background-image: url("http://w.sharethis.com/images/orkut_16.png")
}

.stButton .plaxo {
    background-image: url("http://w.sharethis.com/images/plaxo_16.png")
}

.stButton .reddit {
    background-image: url("http://w.sharethis.com/images/reddit_16.png")
}

.stButton .segnalo {
    background-image: url("http://w.sharethis.com/images/segnalo_16.png")
}

.stButton .sina {
    background-image: url("http://w.sharethis.com/images/sina_16.png")
}

.stButton .slashdot {
    background-image: url("http://w.sharethis.com/images/slashdot_16.png")
}

.stButton .speedtile {
    background-image: url("http://w.sharethis.com/images/speedtile_16.png")
}

.stButton .squidoo {
    background-image: url("http://w.sharethis.com/images/squidoo_16.png")
}

.stButton .startaid {
    background-image: url("http://w.sharethis.com/images/startaid_16.png")
}

.stButton .startlap {
    background-image: url("http://w.sharethis.com/images/startlap_16.png")
}

.stButton .strands {
    background-image: url("http://w.sharethis.com/images/strands_16.png")
}

.stButton .stumbleupon {
    background-image: url("http://w.sharethis.com/images/stumbleupon_16.png")
}

.stButton .stumpedia {
    background-image: url("http://w.sharethis.com/images/stumpedia_16.png")
}

.stButton .technorati {
    background-image: url("http://w.sharethis.com/images/technorati_16.png")
}

.stButton .twitter {
    background-image: url("http://w.sharethis.com/images/twitter_16.png")
}

.st_twitter_hcount .stArrow {
    background-image: url(http://w.sharethis.com/share4x/images/Twitter_bubble_arrow.png)
}

.st_twitter_vcount .stBubble_count, .st_twitter_vcount .stBubble_count {
    background: #fff;
    border: 1px solid #cce3f3;
    filter: none
}

.st_twitter_button .stButton_gradient, .st_twitter_button .stButton_gradient:hover, .st_twitter_vcount .stButton_gradient, .st_twitter_vcount .stButton_gradient:hover, .st_twitter_hcount .stButton_gradient, .st_twitter_hcount .stButton_gradient:hover {
    border: 1px solid #cce3f3;
    background: #fff;
    filter: none
}

.st_twitter_vcount .stBubble {
    background-image: url("http://w.sharethis.com/share4x/images/Twitter_arrow_below.png")
}

.stButton .typepad {
    background-image: url("http://w.sharethis.com/images/typepad_16.png")
}

.stButton .viadeo {
    background-image: url("http://w.sharethis.com/images/viadeo_16.png")
}

.stButton .virb {
    background-image: url("http://w.sharethis.com/images/virb_16.png")
}

.stButton .voxopolis {
    background-image: url("http://w.sharethis.com/images/voxopolis_16.png")
}

.stButton .weheartit {
    background-image: url("http://w.sharethis.com/images/weheartit_16.png")
}

.stButton .wordpress {
    background-image: url("http://w.sharethis.com/images/wordpress_16.png")
}

.stButton .xanga {
    background-image: url("http://w.sharethis.com/images/xanga_16.png")
}

.stButton .xerpi {
    background-image: url("http://w.sharethis.com/images/xerpi_16.png")
}

.stButton .xing {
    background-image: url("http://w.sharethis.com/images/xing_16.png")
}

.stButton .yahoo {
    background-image: url("http://w.sharethis.com/images/yahoo_16.png")
}

.stButton .yigg {
    background-image: url("http://w.sharethis.com/images/yigg_16.png")
}

.stButton .fark {
    background-image: url("http://w.sharethis.com/images/fark_16.png")
}

.stButton .bus_exchange {
    background-image: url("http://w.sharethis.com/images/bus_exchange_16.png")
}

.stButton .bebo {
    background-image: url("http://w.sharethis.com/images/bebo_16.png")
}

.stButton .buffer {
    background-image: url("http://w.sharethis.com/images/buffer_16.png")
}

.stButton .mail_ru {
    background-image: url("http://w.sharethis.com/images/mail_ru_16.png")
}

.stButton .instagram {
    background-image: url("http://w.sharethis.com/images/instagram_16.png")
}

.stButton .edmodo {
    background-image: url("http://w.sharethis.com/images/edmodo_16.png")
}

.stButton .odnoklassniki {
    background-image: url("http://w.sharethis.com/images/odnoklassniki_16.png")
}

.stButton .moshare {
    background-image: url("http://w.sharethis.com/images/moshare_16.png")
}

.stButton .raise_your_voice {
    background-image: url("http://w.sharethis.com/images/raise_your_voice_16.png")
}

.stButton .vkontakte {
    background-image: url("http://w.sharethis.com/images/vkontakte_16.png")
}

.stButton .pinterest {
    background-image: url("http://w.sharethis.com/images/pinterest_16.png")
}

.stButton .pocket {
    background-image: url("http://w.sharethis.com/images/pocket_16.png")
}

.stButton .googleplus {
    background-image: url("http://w.sharethis.com/images/googleplus_16.png")
}

.stButton .gbuzz {
    background-image: url("http://w.sharethis.com/images/gbuzz_16.png")
}

.stButton .tumblr {
    background-image: url("http://w.sharethis.com/images/tumblr_16.png")
}

.stButton .twackle {
    background-image: url("http://w.sharethis.com/images/twackle_16.png")
}

.stButton .sharethis {
    background-image: url("http://w.sharethis.com/images/sharethis_16.png")
}

.stButton .messenger {
    background-image: url("http://w.sharethis.com/images/messenger_16.png")
}

.stButton .sonico {
    background-image: url("http://w.sharethis.com/images/sonico_16.png")
}

.stButton .instapaper {
    background-image: url("http://w.sharethis.com/images/instapaper_16.png")
}

.stButton .whatsapp {
    background-image: url("http://w.sharethis.com/images/whatsapp_16.png")
}

.stButton .yammer {
    background-image: url("http://w.sharethis.com/images/yammer_16.png")
}

.stButton .formspring {
    background-image: url("http://w.sharethis.com/images/formspring_16.png")
}

.stButton .print {
    background-image: url("http://w.sharethis.com/images/print_16.png")
}

.stButton .stLarge {
    display: inline-block;
    height: 32px;
    width: 32px;
    position: relative
}

.stButton .stHuge {
    display: inline-block;
    height: 64px;
    width: 64px;
    position: relative
}

.stButton .stSmall, .stButton .stSmall2 {
    display: inline-block;
    height: 16px;
    width: 16px;
    position: relative
}

.stButton .stSmall2 {
    bottom: 2px
}

.stButton .stLarge:hover {
    opacity: .75;
    background-position: -32px
}

.stButton .stSmall:hover, .stButton .stSmall:hover {
    opacity: .75;
    background-position: -16px
}

.stButton .stHuge:hover {
    opacity: .75;
    background-position: -64px
}

.stButton .stSmBar {
    display: inline-block;
    height: 16px;
    width: 16px
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    background-image: url(/images/facebook_counter.png);
    background-repeat: no-repeat;
    display: inline-block;
    white-space: nowrap;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 16px;
    width: auto;
    position: relative
}

.stButton .st-twitter-counter, .stButton .st-facebook-counter {
    width: 60px
}

.stButton .st-yahoo-counter, .stButton .st-linkedin-counter {
    width: 60px
}

.stButton .st-gbuzz-counter, .stButton .st-google-counter {
    width: 60px
}

.stButton .st-pinterest-counter, .stButton .st-email-counter {
    width: 60px
}

.stButton .st-sharethis-counter {
    width: 86px
}

.stButton .st-sharethis-counter2 {
    width: 63px
}

.stButton .stMainServices img, .stButton img {
    border: none !important;
    margin: 0 !important;
    z-index: 100000 !important;
    background: none !important;
    padding: 0 !important;
    float: none !important
}

.stButton .stFb:hover {
    opacity: .75;
    -ms-filter: "alpha(opacity=75)";
    filter: alpha(opacity=75)
}

.stButton .stTwbutton {
    background: url(http://w.sharethis.com/images/twitter_counter.png);
    background-repeat: no-repeat
}

.stButton .stTwbutton:hover {
    background-position: 0 -23px
}

.stCSSButton {
    border: 1px solid #212121;
    color: white;
    display: inline-block;
    vertical-align: bottom;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    *float: left;
    *line-height: 16px;
    background: #363636;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#363636', endColorstr='#868686', GradientType=0);
    background: -moz-linear-gradient(top, #d6d6d6 0, #363636 42%, #868686 88%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(42%, #363636), color-stop(88%, #868686))
}

.stCSSButton:hover {
    box-shadow: 1px 1px 5px #888;
    -moz-box-shadow: 1px 1px 5px #888;
    -webkit-box-shadow: 1px 1px 5px #888;
    border: 1px solid #333;
    background: #545454;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#989898', GradientType=0);
    background: -moz-linear-gradient(top, #dcdcdc 0, #545454 42%, #989898 88%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(42%, #545454), color-stop(88%, #989898))
}

.stCSSSprite {
    display: inline-block;
    vertical-align: top;
    background: url("http://w.sharethis.com/share4x/images/service-icons-sprite.png") no-repeat;
    height: 16px;
    width: 16px;
    margin: 3px;
    float: left;
    line-height: 16px
}

.stCSSText {
    display: inline-block;
    margin: 3px;
    margin-left: 4px;
    padding-right: 5px;
    vertical-align: top;
    font-size: 11px;
    font-family: sans-serif;
    font-weight: bold
}

.stCSSHBubble {
    vertical-align: top;
    display: inline-block;
    background: #eee;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #d5d5d5 0, #efefef 48%, #fff 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(48%, #efefef), color-stop(94%, #fff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0)
}

.stCSSHArrow {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #eee;
    border-bottom: 5px solid transparent;
    position: relative;
    top: -5px;
    left: 1px
}

.stCSSHArrowBorder {
    vertical-align: top;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #bfbfbf;
    border-bottom: 5px solid transparent;
    margin-top: 7px;
    *float: left
}

.stCSSHBubble_count {
    display: inline-block;
    height: 16px;
    margin: 3px;
    text-align: center;
    vertical-align: top;
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    color: #555
}

.stCSSVBubble {
    width: 100%;
    *width: 75px
}

.stCSSVArrow {
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: relative;
    top: -7px;
    left: -6px;
    z-index: 5
}

.stCSSVArrowBorder {
    width: 0;
    height: 0;
    border-top: 6px solid #bfbfbf;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: 10px
}

.stCSSVBubble_count {
    font-size: 11px;
    font-family: helvetica;
    font-weight: bold;
    text-align: center;
    padding-top: 14px;
    color: #555;
    background: #eee;
    height: 30px;
    border: 1px solid #bfbfbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: -moz-linear-gradient(top, #d5d5d5 0, #efefef 48%, #fff 94%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d5d5), color-stop(48%, #efefef), color-stop(94%, #fff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#ffffff', GradientType=0)
}

.st_fblike_fbLong {
    vertical-align: text-top;
    position: relative;
    top: -1px;
    *top: -4px
}

.st_plusone_vcount div {
    margin-right: 5px;
    margin-top: 5px
}

.st_plusone_button div {
    margin-right: 5px
}

.st_linkedinfollow .stLinkedinfollow, .st_linkedinfollow_button .stLinkedinfollow, .st_linkedinfollow_buttons .stLinkedinfollow, .st_linkedinfollow_hcount .stLinkedinfollow {
    top: 6px
}

.st_linkedinfollow_large .stLinkedinfollow {
    top: -2px
}

#stToolPop {
    color: #fff;
    z-index: 99999999 !important;
    height: 43px;
    width: 43px;
    background: #01bf01;
    margin: 0
}

#stToolPop a {
    display: block;
    width: 100%;
    height: 100%
}

#stToolPop a:link, #stToolPop a:visited, #stToolPop a:hover {
    background: 0;
    color: none
}

#stToolPop span {
    text-indent: -9999px
}

.stToolPop-circular {
    border-radius: 50%;
    border: solid 6px #fff
}

.semiTrans {
    opacity: .8
}

#stToolPop.gray {
    background-color: #47545d
}

.stToolPop-absolute {
    position: absolute
}

.stToolPop-fixed {
    position: fixed
}

#stToolPop_logo {
    vertical-align: top !important
}

.cart-wait {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.woocommerce-error {
    display: none;
}
.widefat .column-order_status mark.received-box:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.content-how-it-works a.btn.btn-danger.btn-lg{
    padding: 14px 57px;
    border-radius: 3px;
    margin-top: 25px;
    /*float: left;*/
}

#get-discount-text {
    margin-bottom: 0;
    line-height: 1.4;
    padding-top: .5em;
    clear: both;
}
/*#get-discount-text:before {*/
    /*content: '';*/
    /*display: table;*/
/*}*/

@media (min-width: 992px) {
    #get-discount-text {
        margin-bottom: 0;
        margin-left: .5em;
        float: right;
        clear: right;
    }

}

.name-comment{
    color: #3f3f3f;
}

.my-profile.back-fff .container {
    max-width: 100%;
}

.customer-service .title-highlighted {
    color: rgb(166, 96, 98);
}

.customer-service div.panel-body{
    border: 0;
    background-color: #fff;
}

.container-checkout form {
    padding: 0;
}

 :-ms-input-placeholder,
 :root .add-new-address a:after{
    line-height: 19px;
}

#cart-form .block-5.padding-right-40.padding-top-bottom-25.clearfix.back-c label.error {
    position: absolute;
    left: 0;
    background-color: transparent;
    border: none;
    top: 45px;
    padding: 0;
}

#cart-form .block-5.padding-right-40.padding-top-bottom-25.clearfix.back-c label.error:after {
    display: none;
}

.post.full-post h1{
    padding-right: 25px;
}

div.post p {
    text-align: justify;
}
div.full-post h1 {
    text-align: left;
}

@media (min-height: 821px) and (max-height: 2000px) {
    .content-how-it-works h1 {
        margin-bottom: 25px !important;
        margin-top: 30px !important;
    }
    .how-back-mobile img {
        margin-bottom: 25px !important;
        margin-top: 30px !important;
    }
    .home-content small {
        padding-top: 20px !important;
        padding-bottom: .5em !important;
    }

    .home-content .home-quation {
        padding-top: 30px;
    }
    .home-slaider {
        max-width: 938px;
        margin: 5px auto 0;
        position: relative;
    }
}

@media (min-height: 200px) and (max-height: 820px) {
    .content-how-it-works h1 {
        margin-bottom: 10px !important;
        margin-top: 15px !important;
    }
    .how-back-mobile img {
        margin-bottom: 15px !important;
        margin-top: 10px !important;
    }
    .home-content .home-quation {
        padding-top: 0px;
    }
    .home-slaider {
        max-width: 938px;
        /*margin: 0 auto;*/
        position: relative;
    }
    /*.slide img {*/
        /*left: auto;*/
        /*height: 100%;*/
    /*}*/
}

h3#comments {
    text-align: left !important;
}
.modal {
    position: fixed !important;
}

.hide-br-xs-sm br {
    display: none;
}

@media (min-width: 992px) {
    .hide-br-xs-sm br {
        display : block;
    }
}

.how-it-works-txt,
.how-it-works-txt h2{
    text-align: center;
}
.how-it-works-btn {
    text-align: center;
}
@media (min-width: 768px) {
    .how-it-works-txt,
    .how-it-works-txt h2 {
        text-align: right;
    }
    .how-it-works-btn {
        display: inherit;
        text-align: left;
    }

}



.btn.update-cancel {
    float: left;
    text-transform: uppercase;
    color: #6f7479;

}
.btn.update-submit {
    float: right;
}

@media (min-width: 768px) {
    .btn.update-cancel {
        float: right;
        margin-right: 30px;
    }
}

.btn-geo-trust {
    display: inline-block;
    margin-bottom: 1em;
}

.ship-text {
    margin: 50px auto;
    padding-left : 2em;
    padding-right : 2em;
}
.ship-text p {
    margin: 0;
}

@media (min-width: 768px) {
    .ship-text {
        margin: 50px 50px 50px;
        padding-left : inherit;
        padding-right : inherit;
    }
    .ship-text p {

    }

}

.cardboxes-img {
    display: block;
    margin: 0 auto;
}

.spinner-img {}

.b-home-slider-wrap {
    position: relative;
    top: -1em;
}
.b-home-slider-title {
    position: relative;
    z-index: 1;
}
.b-home-slider-body {
    position: relative;
    z-index: 0;
}
.contact-repair {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .b-home-slider-wrap {
        top      : -1em;
    }
    .b-home-slider-body {
       top: -3em;
    }
    .contact-repair {
        position: relative;
        top: -2em;
    }
}

@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .b-home-slider-wrap {
        /*top      : 0;*/
    }
    .b-home-slider-body {
        top: 0;
    }
    .contact-repair {
        position: relative;
        top: 0;
    }
}

.how-it-works br { display: none; }

@media (min-width: 768px) {
    /*.how-it-works br { display: block; }*/
}



@media (min-width: 768px) {
    .content-how-it-works h1,
    .home-content h1 {
        font-size: 36px;
    }
}

@media (min-width: 992px) {
    .content-how-it-works h1,
    .home-content h1 {
        font-size: 30px;
    }
}

.content-how-it-works h1,
.home-content h1 {
    /*font-size: 35px;*/
}

@media screen and (max-width: 991px) {
    .content-how-it-works h1,
    .home-content h1{
        font-size: 35px;
    }
}

@media screen and (max-width: 640px) {
    .content-how-it-works h1,
    .home-content h1{
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .content-how-it-works h1,
    .home-content h1{
        font-size: 16px;
    }
}

#gallery-content.row {
    margin-left: -10px;
    margin-right: -10px;
}

#gallery-content.row > [class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 7px;
}

.customer-cushion {
    margin-bottom: 2em;
}