/* TITANIUM */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin-top: 0;
    padding-top: 0;
    font: 14px "Open Sans", sans-serif;
    font-weight: 400;
    color: #333;
	background: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

#page {
    margin: 0 auto;
}

a, a:hover, a:visited {
    color: #FF4757;
}

#head {
    clear: both;
    width: 100%;
    max-width: 730px;
    margin-top: 1em;
}

#guide {
    width: 100%;
    max-width: 730px;
    font-size: 14px;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    background: url(head-corners-tile.png) repeat-x;
    letter-spacing: 1px;
    padding: 12px;
    -moz-box-shadow: 2px 3px 3px #aaa;
    -webkit-box-shadow: 3px 4px 4px #aaa;
    border: 1px #cdcdcd solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #aaa;
}

#content {
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    background: inherit;
    padding: 10px;
}

#head-security {
    display: none;
}

#head {
    display: none;
}

/**
 * Switches
 */

/* No security info */
.ns #head-security {
    display: none;
}

/* No header */
.nh #head {
    display: none;
}

/**
 * Override
 */

.store-order-action-list li {
    white-space: normal !important; /* france length */
}

.core-form-field-required .core-form-field-label {
    font-weight: bold;
}

.core-form-field-group + .core-form-field-group {
    margin-top: 2em;
}

.core-form-field-label {
    margin-bottom: 4px;
}

.core-body-window .core-section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    margin-top: 0;
}

.core-body-window .core-section-header {
}

.core-body-window .core-section-body {
    padding: 2em;
    border: 1px solid #aaa;
    background: #f8f8f8;
}

.store-footer {
    background: #fff url(footer-bg2.gif) repeat;
    color: #eee;
    margin-bottom: 30px;
    padding: 2em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.store-footer a:link, .store-footer a:visited {
    color: #00bfff;
}

.store-footer a:hover {
    color: #ffa500;
    text-decoration: none;
}

.store-product-detail-description-short {
    margin-left: 1em;
}

.store-product-list-item {
    margin-bottom: 0;
}

.store-product-list-item-title {
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #ddd;
}

.store-product-list-item-description {
    margin-top: 1em;
}

.store-product-detail {
    line-height: 1.4em;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.store-product-detail:after {
    display: none;
}

.store-product-detail-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.core-form-field-group-header, .store-product-list-item-title {
    font-family: "Montserrat", sans-serif;
    margin-right: 1em;
}

.store-page-navigation {
    border-top: 1px dotted #ddd;
}

.store-product-detail-quantity {
    margin-top: 10px;
}

.store-product-detail-description, .store-product-list-item-description {
    /*	text-align: justify;*/
    margin-bottom: 1em;
}

.store-product-option-groups {
    padding-left: 1em;
    padding-right: 1em;
}

.core-form-field-body-note {
    font-size: 10px;
    margin-top: 4px;
    color: #666;
}

.core-form-field-body input[type="text"] {
    padding: 10px 15px;
    border: 1px solid #aaa;
    border-radius: 0;
    width: 100%;
    background: #ffffff;
}

.core-form-field-body select {
    padding: 10px 15px;
    border: 1px solid #aaa;
    border-radius: 0;
    width: 100%;
}

.store-tools {
    display: none !important;
}

.store-product-detail-image {
    display: none;
}

.store-product-detail-description {
    display: none;
}

.store-decorate-button .store-page-navigation .store-action-command,
.store-decorate-button .store-product-list-item-action-list .store-action-command {
    border: none;
    color: #fff;
    padding: 10px 15px !important;
    background: #FF4757;
    border-radius: 25px !important;
    transition: 0.2s all;
}

.store-decorate-button .store-page-navigation .store-action-command:hover,
.store-decorate-button .store-product-list-item-action-list .store-action-command:hover {
    border: none;
    color: #fff;
    background-color: #ff1428;
    border-radius: 25px !important;
    padding: 10px 15px !important;
}

.store-decorate-silk .store-action-next .store-action-title {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4-4 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

.core-form-field-group-body {
    display: flex !important;
    margin-left: -10px;
    margin-right: -10px;
}

.core-form-field-area-left,
.core-form-field-area-right {
    width: 50%;
    margin: 0 10px;
    float: none;
}

@media screen and (max-width: 767px) {
    .core-form-field-group-body {
        margin-left: 0;
        flex-direction: column;
        margin-right: 0;
    }
    .core-form-field-area-left,
    .core-form-field-area-right {
        width: 100%;
        margin: 0;
    }
}

.store-decorate-silk input[type="text"].store-action-input,
.store-decorate-silk input[type="text"].store-action-input-line {
    padding: 5px;
    border: 1px solid #aaa;
    border-radius: 0;
    background: #ffffff;
}

.store-decorate-silk .store-action-complete .store-action-title {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4-4 4' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
    background-position: center right;
    padding-left: 0;
    padding-right: 19px;
}

.core-messages {
    padding: 0px;
    border: none;
}

.store-decorate-silk .core-message-warn, .store-decorate-silk .core-message-error, .store-decorate-silk .core-message-fatal {
    padding: 15px;
    background: #FF4757;
    color: #fff;
}
