.products-loading {
    position: absolute;
    left: calc(50% - 208px);
    top: calc(50% - 208px);
}

.store {}

.store.company .store-header {
    display: block;
    background-color: #009BCF;
    padding: 20px 0;
    background: url('../img/bgs/store_company_header.jpg') center center transparent no-repeat;
}

.store.club .store-header {
    display: block;
    padding: 20px 0;
    background: url('../img/bgs/store_club_header.jpg') center center transparent no-repeat;
    height: 80px;
}

.product-image {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.store.top100 .store-header {
    display: block;
    padding: 20px 0;
    background: url('../img/bgs/store_top100_header.jpg') center center transparent no-repeat;
}

.store.fantastic4 .store-header {
    display: block;
    padding: 20px 0;
    background: url('../img/bgs/store_fantastic4_header.jpg') center center transparent no-repeat;
}

.store.irgun .store-header {
    display: block;
    padding: 20px 0;
    background: url('../img/bgs/store_irgun_header.jpg') center center transparent no-repeat;
}

.store.concerts .store-header {
    display: block;
    padding: 20px 0;
    background: url('../img/bgs/store_concerts_header.jpg') center center transparent no-repeat;
}

.branch {
    font-size: 22px;
}

.store.negev .store-header {
    display: block;
    padding: 20px 0;
    background: url('../img/bgs/store_negev_header.jpg') center center transparent no-repeat;
}

.store .store-header h2 {
    margin: 0;
    color: white;
    font-size: 36px;
}

.store .store-header h2>img {
    width: 42px;
    vertical-align: middle;
}

.store .store-header>span {
    color: #C72B3F;
}

.sorting {
    float: left;
    font-size: 24px;
    position: relative;
}

.sorting .title-list {
    float: right;
    color: #333333;
    text-decoration: none;
    line-height: 0;
    cursor: pointer;
}

.sorting .title-list:after {
    content: '\203A';
    float: left;
    font-size: 32px;
    margin: 0 8px;
    line-height: 0;
    cursor: pointer;
    font-family: monospace;
    color: #73938F;
    text-decoration: none;
}

.sorting.open .title-list:after {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.sorting .toggle {
    float: left;
    line-height: 0;
    cursor: pointer;
    text-decoration: none;
}

.sorting .sub-list {
    list-style-type: none;
    display: none;
    top: 100%;
    right: 0;
    left: auto;
    float: right;
    text-align: right;
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 0;
    margin: 20px 0;
    font-size: 18px;
    /* min-width: 240px; */
    /* overflow: hidden; */
    display: none;
}

.sorting.open .sub-list {
    display: block;
}

.sorting .sub-list .title-list {}

.sorting .sub-list li {
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sorting .sub-list li a {
    float: right;
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
}

.sorting li a:hover {
    background-color: white;
    background-image: inherit;
}

.sorting li.dropdown {
    float: left;
    /* margin: 0; */
    display: block;
    float: right;
    min-width: 100px;
}

.sorting li.dropdown.open .dropdown-menu {}

.store .store-filter {
    font-size: 24px;
    color: #8B62A6;
    padding: 15px 0;
    margin-bottom: 40px;
}

.store .store-filter .filter-range {
    /* font-size: 28px; */
    color: #8B62A6;
    padding: 15px 0;
    margin-top: 20px;
}

.store .store-filter .filter-range .amount-submit {
    float: right;
    display: inline-block;
    font-size: 18px;
    background-color: #8C63A6;
    color: white;
    padding: 0px 15px;
    text-decoration: none;
    margin: 5px 0 5px 15px;
}

.store .store-filter .filter {
    font-size: 28px;
    color: #8B62A6;
    padding: 15px 0;
    border-bottom: solid 1px #EFE9F3;
    margin-bottom: 40px;
}

.store .store-filter .filter>span {
    color: #C72B3F;
}

.store .store-filter .ui-widget-content {
    background: inherit;
    background-color: #CCCCCC;
    border-radius: 0;
    border: none;
    height: 3px;
    width: 91%;
    margin: 0 2%;
}

.store .store-filter .ui-state-default {
    background: inherit;
    background-color: #8C63A6;
    border-radius: 0;
    border: none;
    top: -.38em;
    height: 22px;
    width: 22px;
}

.store .store-filter .ui-slider-range {
    background: inherit;
    background-color: #C72B3F;
    border-radius: 0;
    border: none;
}

.store .store-filter .amount {
    width: 120px;
}

.store .store-body {
    display: block;
    width: 100%;
    margin-top: 50px;
    background-color: white;
}

.store .store-footer {
    font-size: 18px;
    padding: 40px 0;
    margin-bottom: 100px;
    display: block;
    width: 100%;
}

.store .liner {
    margin: 40px 0;
    border-bottom: none;
    width: 100%;
    float: left;
}

.no-products {
    text-align: center;
    font-size: 36px;
    color: #1C3F7B;
}

.no-products a {
    color: #1C3F7B;
    text-decoration: none;
    border: solid 1px #1C3F7B;
    padding: 5px 20px;
    font-size: 24px;
    display: block;
    margin: 50px auto;
    max-width: 250px;
}

.store .right-side {
    display: inline-block;
    float: right;
    width: 20%;
}

.store .change-store {
    display: block;
    padding: 5px 20px 5px 10px;
    margin-bottom: 10px;
    font-size: 24px;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 8px;
    outline: 0;
}

.store .change-store:after {
    content: '>';
    float: left;
    font-family: monospace;
    font-size: 32px;
    line-height: 1;
}

.store.company .change-store:after {
    content: '<';
    float: right;
    margin-right: -10px;
    margin-left: 10px;
    font-family: monospace;
    font-size: 32px;
    line-height: 1;
}

.store.company .change-store {
    background-color: #1C3F7B;
}

.store .change-store {
    background-color: #1C3F7B;
}

.store .change-store.pink {
    background-color: #BE4670;
}

.store .change-store.green {
    background-color: #5eb130;
}

.store .change-store.orange {
    background-color: #E96840;
}

.store .change-store.ki {
    background-color: #747d1c;
}

.store .change-store.blue {
    background-color: #009BCF;
}

.store .left-side {
    display: inline-block;
    width: 80%;
    padding: 0 40px 0 0;
}

.products {
    display: block;
    margin-bottom: 70px;
}

.products .embed-responsive {
    min-height: 850px;
}

.products .embed-responsive iframe {
    min-height: 850px;
    height: 100%;
    overflow: hidden;
    border: none;
}

.products-row {
    display: block;
    width: 100%;
}

.products-row .product {
    margin: 0 auto;
    width: 285px;
    /* height: 310px; */
    padding: 0;
    background-color: white;
    margin: 0 0 40px 40px;
    display: inline-block;
}

.products-row .product:first-child {
    padding: 0;
}

.products-row .product:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.product .dialog {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    bottom: 4px;
    background-color: #CCCCCC;
    border: solid 2px white;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 15px;
}

.product .dialog .dialog-toggle {
    display: none;
    color: black;
    background-color: white;
    font-weight: bold;
    font-size: 20px;
    opacity: 1;
    line-height: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    border: solid 1px #B11924;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product .dialog .dialog-content {
    opacity: 1;
    text-align: center;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    margin: 0px;
    display: block;
    position: relative;
}

.product .dialog .dialog-content>.btn>img {
    height: 30px;
    width: auto;
}

.product .dialog .details {
    background-color: white;
    color: black;
    border: solid 1px #919091;
}

.product .dialog .dialog-content .btn {
    background-color: inherit;
    padding: 5px;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.product .dialog .btn1 {}

.product .dialog .add-to-cart img {
    width: 20px;
    float: left;
}

.product:hover .dialog-toggle {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.product:hover .dialog-content {
    /* height: 50px; */
}

.product .dialog .dialog-content button:hover {
    opacity: 1;
}


/* PRODUCT */

.store.club .product {
    /* width: 50%; */
    /* display: block; */
    /* font-size: 16px; */
}

.store.club .product .product-box {
    display: block;
    position: relative;
    width: 100%;
    height: 260px;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.store.fantastic4 .product .product-box {
    height: 283px;
}

.store.fantastic4 .product {
    width: 283px;
}

.store.fantastic4 .products .products-row {
    padding: 0 140px;
}

.store.club .products-row .product:first-child .product-box {
    padding: 0;
}

.store.club .products-row .product:last-child .product-box {
    padding: 0;
}

.store.club .product .product-box .product-header {
    /* width: 100%; */
    /* height: 10%; */
    /* display: none; */
    position: relative;
}

.store.club .product .product-box .product-tag {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    color: white;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    z-index: 10;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.store.club .product .product-box .product-tag strong {
    font-size: 140%;
    font-family: inherit;
    font-weight: inherit;
}

.store.club .product .product-box .product-tag small {
    line-height: 2.1;
}

.category-title {
    font-size: 24px;
    color: #1c3f7b;
}

.category-title-hr {
    width: 935px;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.store.club .product .product-box .wrapper-tags {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 0;
    margin: -2px;
    text-align: center;
    float: left;
    z-index: 10;
    background-color: transparent !important;
}

.store.club .product .product-box .product-tag.tag1 {
    background-color: #1C3F7B;
}

.store.club .product .product-box .product-tag.tag2 {
    background-color: #8B62A6;
}

.store.fantastic4 .product .product-box .product-tag.tag1 {
    background-color: #5eb130;
}

.store.irgun .product .product-box .product-tag.tag1 {
    background-color: #009bcf;
}

.store.concerts .product .product-box .product-tag.tag1 {
    background-color: #747d1c;
}

.store.negev .product .product-box .product-tag.tag1 {
    background-color: #E96840;
}

.store.club .product .product-box .product-body {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: #1C3F7B;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 24px;
    overflow: hidden;
    border: solid 1px #1c3e7b;
}

.store.fantastic4 .product .product-box .product-body {
    background-color: #5eb130;
    border: solid 1px #5eb130;
}

.store.irgun .product .product-box .product-body {
    background-color: #009bcf;
    border: solid 1px #009bcf;
}

.store.concerts .product .product-box .product-body {
    background-color: #747d1c;
    border: solid 1px #747d1c;
}

.store.negev .product .product-box .product-body {
    background-color: #E96840;
    border: solid 1px #E96840;
}

.store.club .product .product-box .wrapper-product-image {
    width: 100%;
    height: 213px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.store.fantastic4 .product .product-box .wrapper-product-image {
    height: 213px !important;
}

.store.club .product .product-box .product-image {
    margin: 0 auto 0 auto;
    max-width: 100%;
    max-height: 215px;
    background-size: cover;
    background-position: 50% 50%;
    /* width: 100%;*/
    /* height: 100%; */
    /* width: auto; */
}

.store.fantastic4 .product .product-box .product-image {
    max-height: 213px !important;
}

.wrapper-product-image div {
    display: flex;
    box-sizing: border-box;
    background-color: #fff;
}

.store.club .product .product-box .product-footer {
    font-size: 19px;
    overflow: hidden;
    /* height: 10%; */
    line-height: 1;
    display: block;
}

@-webkit-keyframes rotating
/* Safari and Chrome */

{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.store.club .product .product-box .product-name {
    color: white;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.3;
}

.store.fantastic4 .product .product-box .product-name {
    font-size: 22px;
    padding: 10px 0 0 0;
    font-family: fb_bold;
    line-height: 1.2;
}

.store.club .product .product-box .product-title {
    color: #ffffff;
    width: 100%;
    text-align: center;
}

.store.club .product .product-box .product-price {
    text-align: center;
    position: relative;
    float: right;
    display: inline-block;
    width: 100%;
    color: #fff;
    font-family: fb;
    font-size: 14px;
}

.store.fantastic4 .product .product-box .product-price {
    font-size: 19px;
}

.price3 {
    /*font-weight: bold;*/
}

.store.club .product .product-box .product-price.price1 {
    color: #999999;
}

.store.club .product .product-box .product-price.price2 {
    color: #009BCF;
}

.store.club .product .product-box .product-price.price3 {
    color: #1C3F7B;
}


/* END PRODUCT */


/* PRODUCT */

.store.company .product {
    /* width: 50%; */
    /* display: block; */
    /* font-size: 16px; */
}

.store.company .product .product-box {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.store.company .products-row .product:first-child .product-box {
    padding: 0;
}

.store.company .products-row .product:last-child .product-box {
    padding: 0;
}

.store.company .product .product-box .product-header {
    /* width: 100%; */
    /* height: 10%; */
    /* display: none; */
    position: relative;
}

.store.company .product .product-box .product-tag {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    color: white;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    z-index: 10;
    border: solid 2px white;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.store.company .product .product-box .product-tag strong {
    font-size: 140%;
    font-family: inherit;
    font-weight: inherit;
}

.store.company .product .product-box .product-tag small {}

.store.company .product .product-box .wrapper-tags {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 0;
    text-align: center;
    float: left;
    z-index: 10;
}

.store.company .product .product-box .product-tag.tag1 {
    background-color: #009BCF;
}

.store.company .product .product-box .product-tag.tag2 {
    background-color: #8B62A6;
}

.store.company .product .product-box .product-body {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: relative;
    background-color: #009BCF;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 24px;
    /* overflow: hidden; */
}

.store.company .product .product-box .wrapper-product-image {
    width: 100%;
    margin: 0;
    position: relative;
    /* border: solid 2px #FFF; */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.store.company .product .product-box .product-image {
    width: 100%;
    /* height: 100%; */
    /* width: auto; */
}

.store.company .product .product-box .product-footer {
    font-size: 120%;
    overflow: hidden;
    /* height: 10%; */
    line-height: 1;
    padding: 6px 0 0;
    display: block;
}

.store.company .product .product-box .product-name {
    color: white;
    padding: 5px 10px;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    overflow: hidden;
}

.store.company .product .product-box .product-title {
    color: #666666;
    width: 100%;
    text-align: center;
}

.store.company .product .product-box .product-price {
    font-size: 90%;
    text-align: center;
    position: relative;
    float: right;
    display: inline-block;
    width: 33.333333%;
}

.store.company .product .product-box .product-price.price1 {
    color: #999999;
}

.store.company .product .product-box .product-price.price2 {
    color: #009BCF;
}

.store.company .product .product-box .product-price.price3 {
    color: #1C3F7B;
}


/* END PRODUCT */


/* PRODUCT */

.store.top100 .product {
    /* width: 50%; */
    /* display: block; */
    /* font-size: 16px; */
}

.store.top100 .product .product-box {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.store.top100 .products-row .product:first-child .product-box {
    padding: 0;
}

.store.top100 .products-row .product:last-child .product-box {
    padding: 0;
}

.store.top100 .product .product-box .product-header {
    /* width: 100%; */
    /* height: 10%; */
    /* display: none; */
    position: relative;
}

.store.top100 .product .product-box .product-tag {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    color: white;
    padding: 5px 15px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    z-index: 10;
    border: solid 2px white;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.store.top100 .product .product-box .product-tag strong {
    font-size: 140%;
    font-family: inherit;
    font-weight: inherit;
}

.store.top100 .product .product-box .product-tag small {}

.store.top100 .product .product-box .wrapper-tags {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding: 0;
    text-align: center;
    float: left;
    z-index: 10;
}

.store.top100 .product .product-box .product-tag.tag1 {
    background-color: #BE4670;
}

.store.top100 .product .product-box .product-tag.tag2 {
    background-color: #8B62A6;
}

.store.top100 .product .product-box .product-body {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: relative;
    background-color: #BE4670;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 24px;
    border: solid 1px #BE4670;
    /* overflow: hidden; */
}

.store.top100 .product.over .product-box .product-body:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background-color: rgba(255, 255, 255, 0.6);
}

.store.top100 .product.over .product-box .product-body:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1060;
    background-color: rgba(255, 255, 255, 0.6);
    background: url('../img/default/sale_over.png') center center transparent no-repeat;
}

.melaiazal .product-box .product-body:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background-color: rgba(255, 255, 255, 0.3);
}

.melaiazal .product-box .product-body:after {
    content: '';
    line-height: 250px;
    font-size: 26px;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1060;
    background-color: rgba(255, 255, 255, 0.3);
    /*background: url('../img/default/coupon_over.png') center center transparent no-repeat;*/
}

.expired .product-box .product-body:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background-color: rgba(255, 255, 255, 0.3);
}

.expired .product-box .product-body:after {
    content: '';
    color: #444;
    line-height: 250px;
    font-size: 26px;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1060;
    background-color: rgba(255, 255, 255, 0.3);
    /*background: url('../img/default/coupon_exp.png') center center transparent no-repeat;*/
}

.store.top100 .product .product-box .wrapper-product-image {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.store.top100 .product .product-box .product-image {
    width: 100%;
    /* height: 100%; */
    /* width: auto; */
}

.store.top100 .product .product-box .product-footer {
    font-size: 120%;
    overflow: hidden;
    /* height: 10%; */
    line-height: 1;
    display: block;
}

.store.top100 .product .product-box .product-name {
    color: white;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    overflow: hidden;
}

.store.top100 .product .product-box .product-title {
    color: #666666;
    width: 100%;
    text-align: center;
}

.store.top100 .product .product-box .product-price {
    font-size: 90%;
    text-align: center;
    position: relative;
    float: right;
    display: inline-block;
    width: 100%;
}

.store.top100 .product .product-box .product-price.price1 {
    color: #999999;
}

.store.top100 .product .product-box .product-price.price2 {
    color: #009BCF;
}

.store.top100 .product .product-box .product-price.price3 {
    color: #BE4670;
}


/* END PRODUCT */

form.search {
    padding: 0;
    /* border: solid 1px black; */
    width: 100%;
    height: 40px;
    margin: 0;
    margin-bottom: 20px;
}

form.search input {
    background-color: inherit;
    position: relative;
    background-color: #F2F2F2;
    font-size: 16px;
    padding: 5px 10px;
    border: none;
    float: right;
    width: 83%;
    height: 100%;
}

form.search button {
    background-color: inherit;
    position: relative;
    background-color: #CCCCCC;
    padding: 0;
    border: none;
    float: left;
    height: 100%;
    line-height: 1;
    padding: 8px;
}

form.search button img {
    height: 100%;
}

.store .filters {
    display: block;
    height: 40px;
    margin-bottom: 20px;
}

.store .filters .company-logo {
    margin-top: -5px;
    width: 120px;
}

.store .filters .btn-group {
    display: inline-block;
    float: left;
    margin-right: 40px;
}

.store .filters .btn-group .btn {
    border: none;
    background-color: inherit;
    color: #1C3F7B;
    font-size: 18px;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.store .filters .btn-group .btn:hover {
    background-color: inherit;
}

.store .filters .btn-group .btn .text-grey {
    color: #666666;
}

.store .filters .btn-group .btn .text-blue {
    color: #1C3F7B;
    border-bottom: solid 1px #1C3F7B;
}

.store .filters .btn-group .btn .text-blue:after {
    content: '>';
    display: inline-block;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: monospace;
    line-height: 1;
    margin-right: 10px;
}

.store .filters .btn-group .btn .caret {
    border: none;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    line-height: 28px;
}

.store .filters .btn-group .dropdown-menu {
    border: none;
    text-align: right;
}

.store .filters .btn-group .dropdown-menu li {
    font-size: 18px;
    padding: 2px 12px;
    border-bottom: solid 1px #ccc;
    cursor: pointer;
}

.store .filters .btn-group .dropdown-menu li a {}

.store .store-body .right-side .voucher_img {
    margin-bottom: 20px;
    width: 100%;
}

.store .banners .voucher_img {}

.store .banners a:first-child .voucher_img {
    float: left;
}

.store .banners a:last-child .voucher_img {
    float: right;
}

.store.club .categories {
    display: block;
    color: whitesmoke;
    /*background-color: #DADFE9;*/
    font-size: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.store.club .categories>h2 {
    margin: 0;
    padding: 5px 20px;
    background-color: #1C3F7B;
}

.category-selected a {
    color: white !important;
}

.store.club .categories .categories-title {
    width: 100%;
    margin: 15px 0 10px;
    color: #E63189;
    padding: 5px 10px;
    font-size: 24px;
}

.store.club .categories .categories-list {
    list-style-type: none;
    width: 100%;
    min-height: 28px;
    /* display: inline-block; */
    margin: 0;
    height: 100%;
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.store.club .categories .categories-list>li {
    display: inline-block;
    background-color: #1c3e7b;
    margin: 0 0 15px 15px;
    border-bottom: solid 1px whitesmoke;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 220px;
    height: 40px;
    text-align: center;
    border-radius: 12px;
}

.fantastic4-category {
    padding: 0 90px;
}

.fantastic4-logo {
    background-image: url(../img/categories/fantastic4_logo.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    height: 280px;
    margin-top: -40px;
}

.fantastic4-category li {
    width: 320px !important;
    height: 340px !important;
    background-color: #57c227 !important;
    background-size: 100% 90%;
    background-repeat: no-repeat;
    border-radius: 30px;
    border: solid 1px #57c227;
    margin: 20px !important;
}

.fantastic4-category li a {
    width: 100% !important;
    height: 65px !important;
    background-color: #57c227 !important;
    border-radius: 0 0 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 34px;
    line-height: 55px !important;
}

.negev-category li {
    background-color: #E96840 !important;
    border: solid 1px #E96840;
}

.store.club .categories .categories-list>li.open {
    background-color: #546E9C;
    color: white;
}

.store.club .categories .categories-list>li.open a {
    color: white;
}

.store.club .categories .categories-list>li:last-child {
    border: none;
}

.store.club .categories .categories-list>li .circle {
    background-color: #E63189;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    font-size: 18px;
    margin: 8px 0;
    text-align: center;
    line-height: 0.8;
    float: right;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.store.club .categories .categories-list>li>a {
    float: right;
    color: white;
    text-decoration: none;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
    line-height: 30px;
}

.store.club .categories .categories-list>li>.toggle {
    float: left;
    font-size: 32px;
    margin: 0;
    line-height: 38px;
    cursor: pointer;
    font-family: monospace;
    color: #1C3F7B;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    padding: 0;
    text-align: center;
}

.store.club .categories .categories-list>li.open>.toggle {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.store.club .categories .categories-list>li>ul {
    list-style-type: none;
    margin-right: 20px;
    padding: 0;
    display: none;
    height: auto;
    overflow: hidden;
    /* background-color: #D5EFF7; */
}

.store.club .categories .categories-list>li.open>ul {
    height: auto;
}

.store.club .categories .categories-list>li>ul>li {
    /* background-color: #ECF5FB; */
    height: 32px;
    border-top: solid 1px white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.store.club .categories .categories-list>li.open>ul>li {
    /* height: 32px; */
    /* border-top: solid 1px white; */
    border: none;
}

.store.club .categories .categories-list>li>ul>li a {
    float: right;
    margin: 0;
    color: black;
    text-decoration: none;
    width: 100%;
}

.store.club .categories .sub-list {
    list-style-type: none;
    display: none;
    top: 100%;
    right: 0;
    left: auto;
    float: right;
    text-align: right;
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 0;
    margin: 0;
    font-size: 18px;
    /* min-width: 240px; */
    /* overflow: hidden; */
    display: block;
}

.store.club .categories .sub-list .title-list {}

.store.club .categories .sub-list li {
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.store.club .categories .sub-list li a {
    float: right;
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}

.store.club .categories li a:hover {}

.store.club .categories li.dropdown {
    float: left;
    /* margin: 0; */
    display: block;
    float: right;
    min-width: 100px;
}

.store.club .categories li.dropdown.open .dropdown-menu {}

.store.company .categories {
    display: block;
    color: whitesmoke;
    background-color: #D5EFF7;
    font-size: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.store.company .categories>h2 {
    margin: 0;
    padding: 5px 20px;
    background-color: #009BCF;
}

.store.company .categories .categories-title {
    width: 100%;
    margin: 15px 0 10px;
    color: #E63189;
    padding: 5px 10px;
    font-size: 24px;
}

.store.company .categories .categories-list {
    list-style-type: none;
    width: 100%;
    min-height: 28px;
    /* display: inline-block; */
    margin: 0;
    height: 100%;
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.store.company .categories .categories-list>li {
    min-height: 42px;
    padding: 5px 20px 5px 0;
    display: table;
    width: 100%;
    background-color: #D5EFF7;
    border-bottom: solid 1px whitesmoke;
    vertical-align: middle;
}

.store.company .categories .categories-list>li.open {
    background-color: #1C3F7B;
    color: white;
}

.store.company .categories .categories-list>li.open a {
    color: white;
}

.store.company .categories .categories-list>li:last-child {
    border: none;
}

.store.company .categories .categories-list>li .circle {
    background-color: #E63189;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    font-size: 18px;
    margin: 8px 0;
    text-align: center;
    line-height: 0.8;
    float: right;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.store.company .categories .categories-list>li>a {
    float: right;
    color: black;
    text-decoration: none;
}

.store.company .categories .categories-list>li>.toggle {
    float: left;
    font-size: 32px;
    margin: 0 8px;
    line-height: 1;
    cursor: pointer;
    font-family: monospace;
    color: #1C3F7B;
}

.store.company .categories .categories-list>li.open>.toggle {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.store.company .categories .categories-list>li>ul {
    list-style-type: none;
    margin-right: 20px;
    padding: 0;
    display: none;
    height: auto;
    overflow: hidden;
    /* background-color: #D5EFF7; */
}

.store.company .categories .categories-list>li.open>ul {
    height: auto;
}

.store.company .categories .categories-list>li>ul>li {
    /* background-color: #ECF5FB; */
    height: 32px;
    border-top: solid 1px white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.store.company .categories .categories-list>li.open>ul>li {
    /* height: 32px; */
    /* border-top: solid 1px white; */
    border: none;
}

.store.company .categories .categories-list>li>ul>li a {
    float: right;
    margin: 0;
    color: black;
    text-decoration: none;
}

.store.company .categories .sub-list {
    list-style-type: none;
    display: none;
    top: 100%;
    right: 0;
    left: auto;
    float: right;
    text-align: right;
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 0;
    margin: 0;
    font-size: 18px;
    /* min-width: 240px; */
    /* overflow: hidden; */
    display: block;
}

.store.company .categories .sub-list .title-list {}

.store.company .categories .sub-list li {
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.store.company .categories .sub-list li a {
    float: right;
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}

.store.company .categories li a:hover {}

.store.company .categories li.dropdown {
    float: left;
    /* margin: 0; */
    display: block;
    float: right;
    min-width: 100px;
}

.store.company .categories li.dropdown.open .dropdown-menu {}

.store.top100 .categories {
    display: block;
    color: whitesmoke;
    background-color: #DADFE9;
    font-size: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.store.top100 .categories>h2 {
    margin: 0;
    padding: 5px 20px;
    background-color: #1C3F7B;
}

.store.top100 .categories .categories-title {
    width: 100%;
    margin: 15px 0 10px;
    color: #E63189;
    padding: 5px 10px;
    font-size: 24px;
}

.store.top100 .categories .categories-list {
    list-style-type: none;
    width: 100%;
    min-height: 28px;
    /* display: inline-block; */
    margin: 0;
    height: 100%;
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.store.top100 .categories .categories-list>li {
    min-height: 42px;
    display: table;
    width: 100%;
    background-color: #DADFE9;
    border-bottom: solid 1px whitesmoke;
    vertical-align: middle;
    position: relative;
}

.store.top100 .categories .categories-list>li.open {
    background-color: #546E9C;
    color: white;
}

.store.top100 .categories .categories-list>li.open a {
    color: white;
}

.store.top100 .categories .categories-list>li:last-child {
    border: none;
}

.store.top100 .categories .categories-list>li .circle {
    background-color: #E63189;
    color: #FFFFFF;
    width: 14px;
    height: 14px;
    font-size: 18px;
    margin: 8px 0;
    text-align: center;
    line-height: 0.8;
    float: right;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.store.top100 .categories .categories-list>li>a {
    float: right;
    color: black;
    text-decoration: none;
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 5px 20px;
}

.store.top100 .categories .categories-list>li>.toggle {
    float: left;
    font-size: 32px;
    margin: 0;
    line-height: 38px;
    cursor: pointer;
    font-family: monospace;
    color: #1C3F7B;
    position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    top: 0;
    padding: 0;
    text-align: center;
}

.store.top100 .categories .categories-list>li.open>.toggle {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.store.top100 .categories .categories-list>li>ul {
    list-style-type: none;
    margin-right: 20px;
    padding: 0;
    display: none;
    height: auto;
    overflow: hidden;
    /* background-color: #D5EFF7; */
}

.store.top100 .categories .categories-list>li.open>ul {
    height: auto;
}

.store.top100 .categories .categories-list>li>ul>li {
    /* background-color: #ECF5FB; */
    height: 32px;
    border-top: solid 1px white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.store.top100 .categories .categories-list>li.open>ul>li {
    /* height: 32px; */
    /* border-top: solid 1px white; */
    border: none;
}

.store.top100 .categories .categories-list>li>ul>li a {
    float: right;
    margin: 0;
    color: black;
    text-decoration: none;
    width: 100%;
}

.store.top100 .categories .sub-list {
    list-style-type: none;
    display: none;
    top: 100%;
    right: 0;
    left: auto;
    float: right;
    text-align: right;
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 0;
    margin: 0;
    font-size: 18px;
    /* min-width: 240px; */
    /* overflow: hidden; */
    display: block;
}

.store.top100 .categories .sub-list .title-list {}

.store.top100 .categories .sub-list li {
    float: right;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.store.top100 .categories .sub-list li a {
    float: right;
    display: inline-block;
    width: 100%;
    padding: 0px 15px;
}

.store.top100 .categories li a:hover {}

.store.top100 .categories li.dropdown {
    float: left;
    /* margin: 0; */
    display: block;
    float: right;
    min-width: 100px;
}

.store.top100 .categories li.dropdown.open .dropdown-menu {}

.store-pagination {
    text-align: center;
    font-size: 18px;
    padding: 0;
    display: block;
    margin-bottom: 40px;
}

.store-pagination ul {
    margin: 0;
}

.store-pagination ul li {
    float: right;
}

.store-pagination ul li.active {}

.store-pagination ul li a {
    border-radius: 0 !important;
    background-color: #FFFFFF;
    /* border-color: #1D3F7C; */
    border: none;
    color: #1D3F7C;
    font-size: 20px;
    line-height: 1;
    border-radius: 8px !important;
}

.store-pagination ul li.active a {
    background-color: #1D3F7C;
    border-color: #1D3F7C;
    color: #F2F2F2;
    font-weight: bold;
}

.store-pagination ul li a:hover {
    border-color: inherit;
    background-color: #F2F2F2;
    color: #1D3F7C;
    border-radius: 8px !important;
}

.store-pagination ul li.active a:hover {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}

.store-pagination ul li:first-child a {
    /* border-top-right-radius: 15px !important; */
    /* border-bottom-right-radius: 15px !important; */
}

.store-pagination ul li:last-child a {
    /* border-top-left-radius: 15px !important; */
    /* border-bottom-left-radius: 15px !important; */
}


/* spinner */

.spinner {}

.spinner .btn {
    background-color: inherit;
    font-size: 18px;
    line-height: 1;
    background-color: #8B62A6;
    border: solid 1px #8B62A6;
    color: white;
    font-weight: bold;
    border-radius: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    float: right;
}

.spinner .btn-sub {}

.spinner .btn-add {}

.spinner .quantity {
    width: 30px;
    height: 30px;
    background-color: white;
    border: solid 1px #8B62A6;
    color: #8B62A6;
    padding: 2px 5px;
    margin: 0 2px;
    float: right;
    text-align: center;
    line-height: 1;
}


/* end sppiner */


/* cool radio button */

div.cool-radio {
    clear: both;
    margin: 0;
    /* float: right; */
    margin-bottom: 5px;
    display: inline-block;
    padding-left: 15px;
}

div.cool-radio>label {
    width: 20px;
    height: 20px;
    border: none;
}


/* hide input */

div.cool-radio input.radio:empty {
    position: fixed;
    left: -999px;
}


/* style label */

div.cool-radio .obj-price {
    font-weight: bold;
    float: left;
}

div.cool-radio input.radio:empty~label {
    position: relative;
    width: 100%;
    /* float: right; */
    /* line-height: 30px; */
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 24px;
    padding-left: 0;
    font-size: 18px;
    font-family: inherit;
    font-weight: normal;
    line-height: 1;
}

div.cool-radio input.radio:empty~label:before {
    position: absolute;
    display: block;
    top: 0px;
    bottom: 0;
    right: 0;
    content: '';
    width: 16px;
    height: 16px;
    background-color: white;
    border: solid 1px #333;
    margin: 1px;
}


/* toggle hover */

div.cool-radio input.radio:hover:not(:checked)~label:before {
    content: '';
    text-indent: 3px;
    color: #C2C2C2;
    font-size: 16px;
    line-height: 1.1;
}

div.cool-radio input.radio:hover:not(:checked)~label {
    /* color: #888; */
}


/* toggle on */

div.cool-radio input.radio:checked~label:before {
    content: '\2713';
    line-height: 0.5;
    text-indent: -4px;
    color: #1C3F7B;
    font-size: 24px;
}

div.cool-radio input.radio:checked~label {
    /* color: #777; */
}


/* radio focus */

div.cool-radio input.radio:focus~label:before {
    /*box-shadow: 0 0 0 3px #999;*/
}


/* end cool radio button */

.product-page-left-side {
    width: 400px;
}

.product-view {}

.product-view table {
    width: 100%;
}

.product-view table tr {}

.product-view table td {
    vertical-align: top;
}

.product-view .product-name {
    margin-bottom: 40px;
}

.product-view table td:first-child {
    padding-left: 100px;
}

.product-view table td:last-child {}

.product-view .product-name>h4 {
    color: #1C3F7B;
    margin: 0;
    font-size: 28px;
}

.top100 .product-view .product-name>h4 {
    color: #BE4670;
}

.product-view .product-description {
    margin-bottom: 40px;
    /* padding-right: 10px; */
    /* max-height: 235px; */
    /* overflow-y: scroll; */
    direction: ltr;
}

.product-view .product-extras {
    margin-bottom: 40px;
}

.product-view .product-extras .title-row {
    border-bottom: solid 1px #333;
    margin: 10px 0;
    font-size: 20px;
}

.product-view .product-extras ul {
    list-style-type: none;
}

.product-view .product-extras ul li {
    font-size: 18px;
    font-family: inherit;
    font-weight: normal;
    float: right;
}

.product-view .product-description>div {
    direction: rtl;
    font-size: 18px;
}

.product-view .product-quantity {
    margin: 10px 0;
}

.product-view .product-quantity>input {
    border-radius: 0;
    border: solid 1px #1C3F7B;
    line-height: 1;
}

.product-view .buttons {}

.product-view .buttons .btn {
    border: solid 1px white;
    border-radius: 0;
    width: 33.3%;
    height: 53px;
    display: inline-block;
    color: white;
    font-size: 22px;
}

.product-fantastic4-squares {
    margin-bottom: 50px;
}

.product-fantastic4-squares div {
    display: inline-block;
    vertical-align: top;
    background-color: #5eb130;
    width: 49.4%;
    height: 55px;
    display: inline-block;
    padding: 2.7% 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.product-view .buttons .btn>img {
    width: 28px;
    vertical-align: sub;
}

.product-view .buttons .btn.btn4 {
    background-color: #bdcf27 !important;
}
.product-view .buttons .btn.btn1 {
    background-color: #009BCF;
    float: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-view .buttons .btn.btn2 {
    background-color: #bdcf27;
    float: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.product-view .buttons .btn.btn3 {
    background-color: #3b5998 !important;
}

.product-view .top100-status {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.product-view .top100-status .col {
    display: inline-block;
    float: right;
    background-color: #BE4670;
    width: 50%;
    color: white;
    font-size: 20px;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
}

.product-view .top100-status .col.col1 {
    border-left: solid 1px white;
}

.product-view .top100-status .col.col2 {
    border-right: solid 1px white;
}

.product-view .negev-status .ccol {
    width: 50% !important; 
}

.product-view .top100-status .ccol {
    display: table-cell;
    vertical-align: middle;
    background-color: #F2F2F2;
    width: 33.333333%;
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
    text-align: center;
    border: solid 1px white;
}

.product-view .top100-status .ccol strong {
    color: #BE4670;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

.product-view .top100-status .ccol.col1 {}

.product-view .top100-status .ccol.col2 {}

.product-view .top100-status .ccol.col3 {
    background-color: #BE4670;
    color: white;
    font-size: 20px;
}

.product-view .product-prices {
    background-color: #F2F2F2;
    height: 50px;
    margin-bottom: 10px;
}

.product-view .product-prices .price {
    font-size: 20px;
    word-spacing: -2px;
    line-height: 50px;
    text-align: center;
    position: relative;
    float: right;
    display: inline-block;
    width: 33.333333%;
}

.product-view .product-prices .price {
    white-space: nowrap;
    overflow: hidden;
    width: 50%;
}

.store.club .product-view .product-prices .price {}

.store.top100 .product-view .product-prices .price {}

.store.company .product-view .product-prices .price {}

.product-view .product-prices .price.price1 {
    color: #4d4d4d;
}

.product-view .product-prices .price.price2 {
    color: #4d4d4d;
}

.product-view .product-prices .price.price3 {
    color: white;
    background-color: #009BCF;
}

.product-view .carousel {}

.product-view .carousel .carousel-inner {}

.product-view .carousel .item {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}

.product-view .carousel .item img {
    visibility: hidden;
}

.product-view .carousel .carousel-control {
    background-image: inherit;
    width: 40px;
    font-size: 32px;
    font-family: monospace;
    text-shadow: inherit;
    color: #1C3F7B;
}

.product-view .carousel .carousel-control.left {}

.product-view .carousel .carousel-control.right {}

.product-view .carousel .carousel-control>span {
    width: 100%;
    display: block;
    top: 50%;
    margin-top: -22px;
    position: absolute;
}

.checkout {
    min-height: 600px;
}

.checkout .checkout-header {
    display: block;
    background: url('../img/bgs/store_club_header.jpg') center center transparent no-repeat;
    padding: 20px 0;
    margin-bottom: 50px;
}

.checkout .checkout-header h2 {
    margin: 0;
    color: white;
    font-size: 36px;
}

.checkout .checkout-header h2>img {
    width: 42px;
    vertical-align: middle;
}

.checkout .checkout-header>span {
    color: #C72B3F;
}

.checkout-table .license {
    font-size: 14px;
    width: 50%;
    padding: 20px 0 0 0%;
    text-align: right;
    line-height: 1;
    color: #999999;
}

.checkout-table .license>img {
    width: 100%;
}

.checkout-table .spinner {}

.checkout-table .spinner .btn {
    background-color: inherit;
    font-size: 20px;
    line-height: 1;
    border: solid 1px transparent;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    color: black;
    font-weight: normal;
}

.checkout-table .spinner .btn-sub {}

.checkout-table .spinner .btn-add {}

.checkout-table .spinner .quantity {
    width: 60px;
    height: 24px;
    background-color: white;
    border: solid 1px #CDCDCD;
    color: #333333;
    padding: 2px 5px;
}

.checkout-table {
    width: 80%;
    float: right;
}

.checkout-table .table {
    min-height: 220px;
}

.checkout-table .table thead {
    border: none;
}

.checkout-table .table thead th {
    text-align: right;
    font-weight: inherit;
    padding-right: 0;
    border: none;
    color: #666666;
}

.checkout-table .table tbody {}

.checkout-table .table tbody tr {
    border-top: 1px solid #1E4179;
}

.checkout-table .table tbody tr.no-border {
    border: none;
}

.checkout-table .table tbody tr td {
    vertical-align: sub;
    padding: 0;
    border: none;
    padding: 2px 0;
    text-align: center;
}

.checkout-table .table tbody tr th {
    text-align: center;
}

.checkout-table button.remove {
    width: 24px;
    height: 24px;
    background-color: white;
    border: solid 1px #333333;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    color: #333333;
    vertical-align: middle;
}

.checkout-table .table tbody tr td h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #1E4179;
    width: 300px;
}

.checkout-table .table tbody tr td .adds-on {
    list-style-type: none;
    /* max-width: 350px; */
}

.checkout-table .table tbody tr td .adds-on li {
    line-height: 1.2;
    margin-bottom: 4px;
}

.checkout-table .table tbody tr td .adds-on li form {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}

.checkout-table .table tbody tr td .adds-on li .remove {
    width: 20px;
    height: 20px;
    vertical-align: top;
    font-size: 20px;
}

.checkout-table .table tbody tr td .adds-on li label {
    margin: 0;
    font-weight: inherit;
    vertical-align: middle;
}

.checkout-table .table tbody tr td .adds-on li span {}

.checkout-table .table tbody tr td p {
    margin: 0;
    font-size: 12px;
    display: none;
}

.checkout-table .table tbody tr td .border-input {
    width: 80px;
    background-color: white;
    border: solid 1px #CDCDCD;
    padding: 2px 5px;
    height: 24px;
    line-height: 1;
    font-size: 16px;
}

.checkout-table .table tbody tr td .wrapper-image {
    width: 100px;
    padding: 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.checkout-table .table tbody tr td .img-responsive {
    width: 100%;
    height: auto;
}

.checkout-total {
    width: 15%;
    float: left;
}

.checkout-total .table {
    text-align: center;
    font-size: 18px;
}

.checkout-total .table thead {
    border: none;
}

.checkout-total .table thead th {
    text-align: center;
    border: none;
    font-weight: inherit;
}

.checkout-total .table tfoot {}

.checkout-total .table tfoot tr {}

.checkout-total .table tfoot tr th {
    text-align: center;
    border-top: none;
    padding: 0;
}

.checkout-total .table tfoot tr th h4 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    background-color: #B7E3F1;
    padding: 15px 0;
    color: #333333;
    /* height: 300px; */
}

.checkout-total .table tbody {
    border: none;
}

.checkout-total .table tbody tr {
    background-color: #E0F3F9;
    border-bottom: solid 1px white;
}

.checkout-total .table tbody tr.row1 {}

.checkout-total .table tbody tr.row2 {}

.checkout-total .table tbody tr.row3 {}

.checkout-total .table tbody tr.row4 {
    font-weight: bold;
    color: #1C3F7B;
}

.checkout-total .table tbody tr.row5 {
    background-color: #B7E3F1;
    font-size: 16px;
}

.checkout-total .table tbody tr td {
    border: none;
    line-height: 1;
}

.checkout-total .table tbody tr td select {
    padding: 8px 10px;
    width: 100%;
    float: right;
}

.checkout-total .table tbody tr td select option {
    /* padding: 5px 0; */
}

.checkout-total .buttons {
    margin: 20px 0;
}

.checkout-total .buttons .btn {
    font-weight: normal;
    position: relative;
    font-size: 20px;
    color: white;
    text-align: center;
    border: none;
    padding: 5px 10px;
    width: 100%;
    border-radius: 0;
}

.checkout-total .buttons .btn>img {
    width: 24px;
}

.checkout-total .buttons .btn.btn1 {
    background-color: #009BCF;
    margin-bottom: 5px;
}

.checkout-total .buttons .btn.btn2 {
    background-color: #1C3F7B;
}

.payment {
    min-height: 600px;
}

.payment .payment-header {
    display: block;
    padding: 20px 0;
    margin-bottom: 50px;
    background: url('../img/bgs/store_club_header.jpg') center center transparent no-repeat;
}

.payment .payment-header h2 {
    margin: 0;
    color: white;
    font-size: 36px;
}

.payment .payment-header h2>img {
    width: 42px;
    vertical-align: middle;
}

.payment .payment-header>span {
    color: #C72B3F;
}

.payment table {
    margin: 0 auto;
    width: 900px;
}

.payment table tr {}

.payment table td {
    vertical-align: top;
    padding: 0 25px;
    width: 50%;
}

.payment table td:first-child {}

.payment table td:last-child {}

#tranzilaPaymentContact {
    width: 418px;
    float: right;
}

.payment table h2 {
    color: #1C3F7B;
}

.payment table .form-horizontal {
    width: 100%;
}

.payment table .form-horizontal button {
    color: white;
    border: none;
    padding: 8px 5px;
    text-align: center;
    width: 49.5%;
    font-size: 20px;
}

.payment table .form-horizontal button.btn1 {
    background-color: #009BCF;
    float: left;
}

.payment table .form-horizontal button.btn2 {
    background-color: #1C3F7B;
    float: right;
}

.payment table .form-horizontal .form-group {
    margin: 0;
    margin-bottom: 10px;
}

.payment table .form-horizontal .form-group .control-label {
    float: right;
    width: 70px;
    text-shadow: inherit;
    font-weight: inherit;
    padding: 0;
}

.payment table .form-horizontal .form-control.width-33 {
    width: 33.33333% !important;
}

.payment table .form-horizontal .form-control.width-50 {
    width: 50% !important;
}

.payment table .form-horizontal .form-group .form-control {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-radius: 0;
    height: inherit;
    float: right;
    width: 100%;
    height: 33px;
    line-height: 1;
}

.payment table .form-horizontal .form-group textarea.form-control {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    border-radius: 0;
    height: inherit;
    float: right;
    width: 100%;
    height: 60px;
}

.payment table .form-horizontal .form-group .buttons {
    display: block;
    width: 100%;
    float: left;
    padding-left: 2px;
}

.thank {
    width: 100%;
}

.thank article {
    /* width: 410px; */
    /* margin: 0 172px 0 0; */
    /* padding-top: 30px; */
    padding: 10px 30px 40px;
}

.thank h1 {
    color: #8B62A6;
    font-size: 34px;
    text-align: center;
}

.thank h1 strong {}

.thank h4 {
    color: #C82B3F;
    font-size: 24px;
    margin-top: 32px;
    border-bottom: solid 1px;
    line-height: 1;
}

.thank span {
    text-align: right;
    direction: rtl;
    color: #9453C1;
}

.thank span strong {
    color: #333;
    margin-left: 5px;
    font-weight: normal;
}

.thank .finish {
    color: #C72B3F;
    border: solid 1px #C72B3F;
    background-color: white;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 200px;
}