body {
    background: url('/img/bg_store.jpg') no-repeat;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    font-size: 14px;
}

a {
    color: #636363;
}

.form-error {
    display: none !important;
}




            hr.styled {
                overflow: visible; /* For IE */
                height: 30px;
                border-style: solid;
                border-color: #ccc;
                border-width: 1px 0 0 0;
                border-radius: 20px;
            }
            hr.styled:before { /* Not really supposed to work, but does */
                display: block;
                content: "";
                height: 30px;
                margin-top: -31px;
                border-style: solid;
                border-color: #ccc;
                border-width: 0 0 1px 0;
                border-radius: 20px;
            }


#loading {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 999;
}

.content.shop {
    background: #fff;
    height: 100%;
    padding: 30px;
    padding-bottom: 100px;
    min-height: 700px;
}

.header {
    height: 120px;
    flex-flow: row nowrap;
}


.header .block {
    width: 100%;
}

.block.store-logo {
    width: 150px;
    padding-right: 50px;
    height: 34px;
}

.block.store-search {
    width: 550px;
}


.search-input {
    padding: 0 10px;
    box-sizing: border-box;
    height: 38px;
    line-height: 24px;
    border: 0;
    border-radius: 15px;
    width:300px;
    padding-right: 50px;
}

button[type="submit"] {
    position: relative;
    margin-left: -50px;
    border-radius: 15px;
    height: 38px;
    bottom: -3px;
    width: 50px;
    background: transparent;
    color: white;
    border: 0;
    -webkit-appearance: none;
}

h1 {
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}

footer a,
footer strong,
footer #made-in a{
    color: #fff;
}

h1.green, .green {
    color: #3e014f;
}

h1.product-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 10px;
}


h2 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.products .block {
    margin-bottom: 30px;
}

.products .block:active {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.products .block .product-picture {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}




.products .block .product-picture img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.products .block .product-name {
    font-weight: 600;
    color: #000;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

.products .block .product-brand {
        text-align: center;
    font-size: 12px;
    padding-bottom: 5px;
}




.products .block .product-delete {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

.products .block .product-delete a {
    font-weight: 600;
    color: tomato;
}


.product-price {
    font-weight: 600;
    color: #000;
    text-align: center;
}

.product-price.big {
    text-align: left;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.product-price.in-cart {
    display: flex;
    justify-content: center;
}


.product-price .qty {
    font-size: 16px;
    margin: 0 15px;
}

.product-price.in-cart img,
.product-price.in-cart a{
    width: 24px;
    height: 24px;
}



.delete-product {
    display: inline-block;
    color: tomato;
    font-weight: 500;
    font-size: 12px;
    margin-top:5px;
    border-bottom: 1px dashed;
}

.product-price .old-price {
    position: relative;
    color: #9f9f9f;
    margin-left: 10px;
}

.product-price .old-price:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    left: 1px;
    border-top: 1px solid #2c2d2e;
}

.photos {
    position: relative;
    width: 100%;
    height: 460px;
}

.photos:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url('/img/loading.gif') no-repeat center center; 
    z-index: 999;
    top: 0;
    left: 0;
}

.photos.hide-loading:after  {
    display: none;
}

.photos div {
    height: 460px;
    margin-right: 20px;
}

.photos img {
    visibility: hidden;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

       h2.form-title {
                    font-size: 18px;
                }

small.grey {
    font-size: 12px;
    color: #ccc;
}

.slick-slide:not(.slick-active) {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


.admin-buttons {
    border-top: 2px solid #E0E0E0;
    padding-top: 20px;
    margin-top: 30px;
    color: #E0E0E0;
}

.admin-buttons a {
    font-weight: 600;
    color:tomato;
}



.store-form label {
    margin: 10px 0;
    font-weight: 500;
    color: #000;
}

.store-form input[type=text], 
.store-form input[type=phone], 
.store-form select,
.store-form textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #ccc;
    outline: 0;
    padding: 1em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    resize: none;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.store-form input[type=text]:focus,
.store-form input[type=phone]:focus, 
.store-form select:focus,
.store-form textarea:focus {
    border: 1px solid #636363;
}

.store-form textarea {
    height: 155px;
}


.store-form .form-inline {
    display: flex;
    align-items: center;
}

.store-form .form-inline input {
    margin: 0 10px;
}




section {
    flex-grow: 1;
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 450px;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    box-sizing: border-box;
}
.file-drop-area.is-active {
    background-color: rgba(0, 0, 0, 0.05);
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
.file-input:focus {
    outline: none;
}


.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    border-radius: 5px;
    width: 20px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #814ba0;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #814ba0;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #ccc;
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}


.transformer-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid white;
}
.transformer-tabs li {
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
}
.transformer-tabs li.active {
    color: #000;
    border: 0;
}


.transformer-tabs a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    padding: 0.5rem;
}
.transformer-tabs a.active {
    border-bottom: 3px solid transparent;
    position: relative;
    bottom: -3px;
}


/*@media (max-width: 700px) {
    .transformer-tabs ul {
        border-bottom: 0;
        overflow: hidden;
        position: relative;
        background: #666;
         fallback 
        background: linear-gradient(#666, #222);
    }
    .transformer-tabs ul::after {
        content: "☰";
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }
    .transformer-tabs ul.open a {
        position: relative;
        display: block;
    }
    .transformer-tabs li {
        display: block;
    }
    .transformer-tabs a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .transformer-tabs a.active {
        border: 0;
        z-index: 1;
        background: #666;
         fallback 
        background: linear-gradient(#666, #222);
    }
}*/

.tabs {
    margin-top: 20px;
}

.tabs > div {
    display: none;
    padding: 1rem;
}


.tabs > .active {
    display: block;
}

.amount-order {
    color: #000;
    font-weight: 600;
    margin: 20px 0;
}

.amount-order small {
    font-weight: 400;
    font-size:12px;
}


.terms {
    font-size: 10px;
    color:#c7c7c7;
    margin-top: 20px;
}

#none {
    font-size: 18px;
    color:#c7c7c7;
    margin-top: 20px;
}

#order-block {
    display: none;
}