.display-none {
    display: none !important;
}

.account-advantages-right {
    margin-top: 50px;
}

.account-advantages-right .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.account-advantages-right .items .item {
    margin: 0 auto 50px;
    width: 150px;
    text-align: center;
}

.account-advantages-right .items .item .img {
    margin-bottom: 20px;
}

.checkout-simplecheckout .simple-content, .checkout-simplecheckout .account-login .well {
    border: none;
    margin: 0;
}

.simple-content, .account-login .well {
    border: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.simple-content form, .account-login .well form {
    padding: 30px;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.simple-content .icons, .account-login .well .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.simple-content .icons i, .account-login .well .icons i {
    margin: 0 14px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.simple-content .block-registr-login, .account-login .well .block-registr-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f55b40+0,e73691+100 */
    background: #f55b40;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f55b40 0%, #e73691 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#f55b40), to(#e73691));
    background: -o-linear-gradient(top, #f55b40 0%, #e73691 100%);
    background: linear-gradient(to bottom, #f55b40 0%, #e73691 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f55b40', endColorstr='#e73691', GradientType=0);
    /* IE6-9 */
}

.simple-content .block-registr-login p, .account-login .well .block-registr-login p {
    text-align: center;
    color: #ffffff;
}

.simple-content .block-registr-login .h2, .account-login .well .block-registr-login .h2 {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 40px;
}

.simple-content .block-registr-login a, .account-login .well .block-registr-login a {
    width: 160px;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 40px;
}

.simple-content .block-registr-login .icons, .account-login .well .block-registr-login .icons {
    margin-top: 20px;
    margin-bottom: 30px;
}

.simple-content .block-registr-login .icons i, .account-login .well .block-registr-login .icons i {
    color: #e73692;
    background-color: #ffffff;
}

.account-login h2 {
    display: none;
}

.account-login .well {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}


.account-login .well form {
    padding: 50px 45px 65px;
}

.account-login .well form > p {
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    color: #e73692;
    font-size: 28px;
    font-weight: 700;
}

.account-login .well form label {
    width: 100%;
    margin-bottom: 5px;
}

.account-login .well form .form-group input {
    width: 200px;
    padding: 3px 12px;
    height: 30px;

}

.account-login .well form .btn-button-login {
    text-align: center;
    margin-top: 35px;
}

.account-login .well form .btn-button-login a input {
    width: 160px;
}

.account-login .well form .btn-button-login > p {
    margin-top: 30px;
    margin-bottom: 15px;
}

.account-login .well form .btn-button-login .icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-login .well form .btn-button-login .icons i {
    color: #ffffff;
    margin: 0 14px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-login .well form .btn-button-login .icons .fa-facebook {
    background-color: #5f81c4;
}

.account-login .well form .btn-button-login .icons .fa-google-plus {
    background-color: #e62b33;
}

.account-simpleregister h1.register-account-title {
    display: none;
}

.account-simpleregister .simpleregister .simplecheckout-block {
    margin: 0;
}

.account-simpleregister .simpleregister .simplecheckout-block .register-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
}

.account-simpleregister .simpleregister .simplecheckout-block .register-form tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.account-simpleregister .simpleregister .simplecheckout-block .register-form tr .simplecheckout-table-form-left {
    width: 100%;
    margin-bottom: 6px;
}

.account-simpleregister .simpleregister .simplecheckout-block .register-form tr .simplecheckout-table-form-right input {
    padding: 8px;
}

.account-simpleregister .simpleregister .simplecheckout-block .register-form tr td {
    padding: 0;
    margin-bottom: 15px;
}

.account-simpleregister .simpleregister .simplecheckout-block.heading h2 {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    color: #e73692;
    font-size: 28px;
    font-weight: 700;
}
.account-simpleregister .simpleregister .simplecheckout-block h2 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
}

.account-simpleregister .simpleregister .simpleregister-button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.account-simpleregister .simpleregister .simpleregister-button-block > p {
    margin-top: 20px;
    font-weight: 700;
}

.account-simpleregister .simpleregister .simpleregister-button-block .icons {
    margin-top: 10px;
}

.account-simpleregister .simpleregister .simpleregister-button-block .icons i {
    color: #ffffff;
}

.account-simpleregister .simpleregister .simpleregister-button-block .icons .fa-facebook {
    background-color: #5f81c4;
}

.account-simpleregister .simpleregister .simpleregister-button-block .icons .fa-google-plus {
    background-color: #e62b33;
}

.account-simpleregister .simpleregister .simpleregister-button-block .simpleregister-button-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account-simpleregister .simpleregister .simpleregister-button-block .simpleregister-button-right label {
    margin-top: 10px;
}

.account-simpleregister .simpleregister .simpleregister-button-block .simpleregister-button-right label input {
    margin-right: 10px;
}
.advantages {
    text-align: center;
}
.advantages .advantage {
    padding-top: 40px;
}
.advantages img {
    width: 64px;
    margin-bottom: 25px;
}



/* Product page */

.category-pd.productPage .row.gallery-class .bigPhoto {
    border: 1px solid #c9c9c9;
}

.category-pd.productPage .quantity-title {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 33px;
}

.quantity-adder span.add-up, .quantity-adder span.add-down {
    width: 33px;
}

.category-pd.productPage .list-unstyled-price li span.qas {
    color: #aaa;
    font-size: 13px;
}

.category-pd.productPage .list-unstyled-price li h2 {
    margin: 0;
    font: 600 23px/23px "Open Sans", Helvetica, Arial, sans-serif;
}

.category-pd.productPage .title-option .form-group label {
    text-transform: uppercase;
    line-height: 33px;
    margin-bottom: 0;
}

.category-pd.productPage .title-option .form-group select {
    display: inline-block;
    width: 40%;
    position: absolute;
    left: 75px;
}

.category-pd.productPage .title-option .form-group.buy-group-buttons {
    display: inline-block;
}

.category-pd.productPage .quantity-adder {
    margin-left: 45px;
    min-width: 67px;
    margin-bottom: 15px;
}

.category-pd.productPage .quantity-adder span.add-down {
    height: 100%;
    left: -33px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.category-pd.productPage .quantity-adder span.add-down:hover {
    background: #e73691;
}

.category-pd.productPage .quantity-adder span.add-up {
    height: 100%;
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.category-pd.productPage .quantity-adder span.add-up:hover {
    background: #e73691;
}

.category-pd.productPage .quantity-adder span.add-up:before, .category-pd.productPage .quantity-adder span.add-down:before {
    color: white;
    line-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category-pd.productPage .quantity-adder span.add-up:before {
    content: '+';
}

.category-pd.productPage .quantity-adder span.add-down:before {
    content: '-';
}

.category-pd.productPage #input-quantity {
    width: 34px;
    padding: 0;
    text-align: center;
    background: white;
    border: 1px solid #e73691;
}

.category-pd.productPage .product-content .sale_label_product {
    right: 20px;
    top: 20px;
    z-index: 998;
}

.category-pd.productPage .product-content .leather_label {
    top: 80px;
    right: 25px;
}

.category-pd.productPage .btn-group {
    display: block;
}

.category-pd.productPage #product div.btn-group button {
    border-radius: 3px;
    margin-top: 0;
    height: 33px;
    min-width: 33px;
    margin-right: 10px !important;
    float: left !important;
    font-size: 11px;
}

.category-pd.productPage .btn-group .btn-primary {
    width: auto;
}

.category-pd.productPage .btn-group .wishlist-button {
    background: #bebebe;
}

.category-pd.productPage .btnOneClick {
    margin-top: 10px;
    width: 155px;
    border-radius: 3px;
}

.category-pd.productPage #button-cart {
    width: 155px;
}

.category-pd.productPage #button-cart:focus {
    background-color: #222 !important;
}

.category-pd.productPage .form-group .buy-group-buttons {
    margin-bottom: 0;
}

.category-pd.productPage #tabs {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 0 30px;
}

.category-pd.productPage #tabs li {
    width: 32.5%;
    text-align: center;
    border-bottom: 1px solid #ccc !important;
    display: inline-block;
    position: relative;
}

.category-pd.productPage #tabs li.active a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-bottom: 3px solid #e73691 !important;
    padding: 12px 25px;
    display: inline-block;
    transition: 0.5s;
}

.category-pd.productPage #tabs li a {
    display: block;
    border: none;
    max-height: 43px;
    font-size: 13px;
    top: 1px;
    text-transform: none;
    transition: 0.5s;
    font-weight: bold;
    color: #8F8F8F;
}

.category-pd.productPage #tab-description, .category-pd.productPage #tab-review, .category-pd.productPage #tab-youtube, .category-pd.productPage #tab_social, .category-pd.productPage #tab-customtab {
    border-top: none;
    padding: 30px;
}

.category-pd.productPage #tab-review.active {
    display: inline-block;
    width: 100%;
}

.category-pd.productPage #tab-review > div {
    width: 50%;
    float: left;
}

.reviews {
    padding-right: 15px;
}
#tab-review .sendForm {
    position: relative;
    padding-left: 15px;
}
#tab-review h2 {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: bold;
}
.review > .text {
    padding: 27px 35px;
    background: #F6F6F6;
}
.review > .name {
     font-weight: bold;
     font-size: 17px;
     text-transform: uppercase;
     margin-bottom: 25px;
}
#tab-review .review {
    padding-bottom: 25px;
}
.category-pd.productPage #tab-review .form-group.required {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0;
}
.buyInSecond.modal {
    z-index: 10000;
}
.modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
.modal-header {
    padding: 0;
    text-align: center;
}
.modal-title {
    line-height: 60px;
    font-size: 17px;
    color: white;
    background: url("/image/catalog/popUpHeader.jpg");
}
.modal-header .close{
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 0.8;
    height: 20px;
    width: 20px;
}
.modal-header .close:hover{
    opacity: 1;
}
.buyInSecond .modal-body {
    padding: 30px;
}
.buyInSecond .modal-body .form-group label {
    font-size: 15px;
    line-height: inherit;
    padding: 0;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.buyInSecond .commentDesc {
    font-size: 12px;
    margin-bottom: 5px;
}
.buyInSecond textarea.form-control {
    width: 100%;
    margin-bottom: 25px;
}
.title-option .modal-body .form-group {
    margin-bottom: 10px;
}

.category-pd.productPage #tab-review .form-group.required textarea {
    margin-bottom: 30px;
}

.category-pd.productPage #tab-review .form-group.required label {
    font-weight: 600;
}

.category-pd.productPage #tab-review .form-group.required button[type="submit"],
.buyInSecond button[type="submit"]{
    background: #e73691;
    border: 1px solid #e73691;
    color: white;
    padding: 6px 26px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    margin: 12px auto 0;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.category-pd.productPage #tab-review .form-group.required button[type="submit"]:hover,
.buyInSecond button[type="submit"]:hover{
    background: white;
    color: #e73691;
    border: 1px solid #ccc;
}

.image-additional img {
    border: none;
}

.image-additional-product.product-slider {
    margin-top: 45px;
}

.image-additional-product .bx-wrapper .bx-next {
    bottom: -45px;
}

.image-additional-product .bx-wrapper .bx-prev {
    top: -45px;
}

.thumbnails img {
    margin: 0 auto;
}

.product-content .row h1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 7px;
}

.product-content .list-unstyled li span {
    color: initial;
}

.product-content .list-unstyled-price {
    margin-bottom: 20px;
}

.title-option select.form-control {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}

.title-option .form-group {
    margin-bottom: 20px;
    position: relative;
}

.quantity-adder span.add-up:before,
.quantity-adder span.add-down:before {
    font-size: 12px;
}

.successForm {
    display: none;
    text-align: center;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50px;
}

.successForm span {
    font-size: 80px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin-bottom: 30px;
}

@media (min-width: 700px) {
    .related-products.owl-carousel .owl-item img {
        width: inherit;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .category-pd.productPage #tabs {
        padding: 0px;
    }

    .category-pd.productPage #tabs li a {
        padding: 4px 0;
        min-height: 43px;
    }

    .tab-content-description #tabs li {
        float: left;
    }

    .category-pd.productPage #tabs li.active a {
        padding: 4px 0;
    }

    .category-pd.productPage #tab-review form,
    .category-pd.productPage #tab-review form {
        width: 100%;
    }
    .account-login .well,
    .simple-content{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

/* CHECKOUT CART */
.checkout-simplecheckout .category-pd .col-sm-9 {
    width: 100%;
    float: right;
}

.checkout-simplecheckout .category-pd .col-sm-9 .simplecheckout-step {
    position: relative;
}

.checkout-simplecheckout .category-pd .col-sm-9 .simplecheckout-step .simplecheckout-block {
    display: inline-block;
    width: 49%;
    float: right;
}

.checkout-simplecheckout .category-pd .col-sm-9 #simplecheckout_cart {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#fe730a), to(#e73691));
    background: -webkit-linear-gradient(left, #fe730a, #e73691);
    background: -o-linear-gradient(left, #fe730a, #e73691);
    background: linear-gradient(to right, #fe730a, #e73691);
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    overflow: auto;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .image {
    display: inline-block;
    float: left;
    height: 100%;
    position: relative;
    margin-right: 15px;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .image a {
    display: inline-block;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .name {
    margin-right: 25px;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .name a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: white;
    font-weight: 600;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .model {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .model span {
    text-decoration: underline;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .remove {
    display: block;
    position: absolute;
    color: #fff;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    border: 1px solid white;
    border-radius: 9px;
    text-align: center;
    line-height: 15px;
}
.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .remove i{
    font-size: 13px;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .remove:hover {
    cursor: pointer;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .total {
    font-size: 23px;
    line-height: 28px;
    color: white;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .quantity {
    position: absolute;
    bottom: 17px;
    left: 195px;
}

.checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .quantity p {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: white;
    font-weight: 300;
}
.checkout-simplecheckout .quatityButtons {
    display: inline-block;
    overflow: auto;
    vertical-align: middle;
    margin-left: 13px;
}
.checkout-simplecheckout .quatityButtons > *{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid white;
    background: transparent;
    text-align: center;
    color: white;
}
.checkout-simplecheckout .quatityButtons > *:hover,
.checkout-simplecheckout .quatityButtons > *:active,
.checkout-simplecheckout .quatityButtons > *:focus{
    color: #F15059;
    background: white;
}
.checkout-simplecheckout .quatityButtons > input{
    border-left: none;
    border-right: none;
    font-size: 15px;
}
.checkout-simplecheckout .quatityButtons button:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.checkout-simplecheckout .quatityButtons button:last-child{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.checkout-simplecheckout .totalWrapper {
    border: 1px solid #C8C8C8;
    border-left: 15px solid #E8378F;
    padding: 5px 0;
}
.simplecheckout-cart-total {
    border: none;
    text-align: left;
}
.simplecheckout-cart-total .title{
    width: 165px;
    display: inline-block;
    text-align: right;
}
#total_total .title b{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
}
.simplecheckout-cart-total-value {
    margin: 0 15px;
}
.simplecheckout .simplecheckout-table-form td,
#temp_flat_container td{
    display: block;
    width: 100%;
}

.simplecheckout .simplecheckout-table-form-right,
#temp_flat_container td.simplecheckout-login-right{
    padding-bottom: 10px;
}
.simplecheckout .simplecheckout-table-form-right input,
.simplecheckout .simplecheckout-table-form-right select,
#temp_flat_container td.simplecheckout-login-right input{
    padding: 3px 12px;
    height: 30px;
    border: 1px solid #ccc;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    max-width: 50% !important;
}
.simplecheckout textarea
{
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 64px;
}
.simplecheckout .simplecheckout-table-form-right input:active,
.simplecheckout .simplecheckout-table-form-right input:focus,
#temp_flat_container td.simplecheckout-login-right input:active,
#temp_flat_container td.simplecheckout-login-right input:focus{
    border: 1px solid #E8378F;
}
#temp_flat_container .simplecheckout-login {
    display: table;
    width: 100%;
}
#temp_flat_container #simplecheckout_login .button {
    margin: 0 35% !important;
}
#temp_flat_container #simple_login_header {
    display: none;
}
.simplecheckout .simplecheckout-rule-group {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}
.simplecheckout .register-form {
    padding: 0 15px;
}
.simplecheckout-block-content {
    padding: 0px;
}
.simplecheckout h2.legend {
    font-size: 23px;
    margin: 10px 0 15px 0;
    padding: 0 20px;
    font-weight: bold;
}
.simplecheckout fieldset h2.legend {
    font-size: 15px;
    font-weight: normal;
    padding: 0;
}
.fakeTabs {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.fakeTabs .tab {
    float: left;
    width: 50%;
    height: 70px;
    display: flex;
    position: relative;
}
.fakeTabs .text {
    color: #939393;
    min-width: 50%;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
}
.fakeTabs .tab:not(.active){
    cursor: pointer;
}
.fakeTabs .tab:hover .text{
    color: #444;
}
.fakeTabs .tab.active .text{
    color: #000000;
}
.fakeTabs .tab.active:after {
    background: #E8378F;
    height: 5px;
    content: '';
    border-radius: 5px;
    width: 50%;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 25%;
}
.clear {
    clear: both;
}
#total_shipping {
    display: none !important;
}
#simplecheckout_form_0 {
    width: 100%;
}
.tabsWrapper {
    padding-top: 20px;
}
.tabsWrapper > div {
    position: absolute;
    left: -99999999px;
}
.tabsWrapper > div.active {
    position: static;
    left: 0;
}
.simple-content .simplecheckout-step .button {
    margin: 20px auto 30px !important;
    display: block;
    width: 130px;
}
#simplecheckout_shipping fieldset {
    border-bottom: 0;
}
.fakeTabWrapper {
    display: none;
}
#simplecheckout_shipping_address fieldset {
    margin-top: -30px;
    border-top: 0;
    padding-top: 20px;
}
#simplecheckout_comment fieldset {
    border-top: 0;
    padding-top: 20px;
    margin-bottom: 0;
}
#simplecheckout_payment fieldset {
    padding-top: 20px;
    margin-bottom: 0;
    border-bottom: 0;
}
#simplecheckout_shipping,
#simplecheckout_payment,
#simplecheckout_customer{
    margin-top: -50px;
    position: relative;
    z-index: 5;
}
#simplecheckout_payment{
    margin-bottom: 0;
}
.simplecheckout-button-block .simplecheckout-button-right {
    display: none;
}
.simplecheckout-methods-table td.code {
    width: 45px;
}
.simplecheckout-methods-table .code input{
    display: none;
}
.simplecheckout-methods-table label{
    display: none;
    font-size: 15px;
    font-weight: bold;
}
.simplecheckout-methods-table img{
    float: left;
}
.paymentDesc {
    padding-top: 15px;
}




    /*simpleregister*/
.main-main-home-v1 .row h1.register-account-title {
    font-size: 19px;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 25px;
    margin: 0;
}

#uLogin {
    width: 100px;
}
#uLogin .ulogin-buttons-container {
    width: 100% !important;
    height: 36px !important;
}
#uLogin .ulogin-buttons-container > div {
    margin: 0 !important;
    width: 36px !important;
    height: 36px !important;
    font: normal normal normal 18px/1 FontAwesome;
    color: white;
    line-height: 35px;
    border-radius: 20px!important;
    text-align: center;
}
#uLogin .ulogin-buttons-container > div:first-child {
    background: #5f81c4 !important;

}
#uLogin .ulogin-buttons-container > div:first-child:before {
    content: "\f09a";
}
#uLogin .ulogin-buttons-container > div:last-child {
    left: auto !important;
    right: 0 !important;
    position: absolute !important;
    background: #e62b33 !important;
}
#uLogin .ulogin-buttons-container > div:last-child:after {
    content: "\f0d5";
}

.register-content .simple-content {
    margin: 0;
    padding: 0;
}
#simpleregister .simplecheckout-table-form-right {
    width: 100%;
}
#simpleregister .simplecheckout-table-form-right input{
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    border: 1px solid #C9C9C9;
}
.account-simpleregister .simplecheckout-required {
    display: inline;
}
#simpleregister .simplecheckout-rule-group{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 10px;
}
.newsletter .simplecheckout-table-form-right label {
    width: fit-content;
    line-height: 19px;
}
#simpleregister .newsletter .simplecheckout-table-form-right input {
    float: right;
    width: auto;
    margin: 4px 0 0 10px !important;
}
.account-simpleregister .simpleregister .simplecheckout-block.newsletter .register-form tr .simplecheckout-table-form-left
{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}
.simpleregister .simpleregister-block-content {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.account-simpleregister .simpleregister .simpleregister-button-block > p.agreement
{
    margin-top: 5px;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
.simpleregister .agreement a
{
    text-decoration: underline;
}
.userType .simplecheckout-table-form-right label {
    display: inline-block !important;
}
.userType .simplecheckout-table-form-right label + label {
    margin-left: 15px;
}
#simpleregister .userType .simplecheckout-table-form-right input {
    width: auto;
}
.panel-group#accordion {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .agreementModal .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
}

@media (max-width: 420px) {
    .checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .image {
        float: none;
    }
    .checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description {
        margin-top: 15px;
    }
    .checkout-simplecheckout .category-pd #simplecheckout_cart .product_wrapper .product-description .quantity {
        position: static;
        margin-top: 10px;
    }
    .simplecheckout-cart-total .title {
        width: auto;
    }
    .simplecheckout .simplecheckout-table-form-right input,
    .simplecheckout .simplecheckout-table-form-right select,
    #temp_flat_container td.simplecheckout-login-right input {
        width: 100%;
        max-width: 100% !important;
    }
    .simplecheckout .simplecheckout-rule-group,
    #simpleregister .simplecheckout-table-form-right input,
    #simpleregister .simplecheckout-rule-group{
        width: 100%;
    }
    #simplecheckout_customer .fakeTabs .text {
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    #simplecheckout_shipping, #simplecheckout_payment, #simplecheckout_customer {
        margin-top: 0;
    }
}
