@import url('https://fonts.googleapis.com/css?family=Montserrat|Roboto');


iframe {
    max-width: none !important;
}

.spreadShopAdminWrapper h1,
.spreadShopAdminWrapper h2 {
    font-family: 'Montserrat', sans-serif;font-size: 28px;
}

.spreadShopAdminWrapper p {
    font-size: 16px;
    text-align: left;
}

.spreadShopAdminWrapper {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
    width:100%;
    height: 100vh;
    min-width: 650px;
    min-height: 600px;
}

.settingsContainer {
    background-color: #fff;
    margin:0 auto;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
}

.settingsContainer .left {
    background-image: url("images/spreadshop-plugin-screen.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    background-size: cover;
    max-width: 760px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.settingsContainer .right {
    width: 50%;height: 100%;
    min-width: 300px;
    padding: 20px;
    margin: 0 auto;
    margin-top:50px;
    text-align: center;
    position: relative;
    transform: translateY(10%);
}

.pluginHeadline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    max-width: 50%;
    min-width: 200px;
}

#spreadShopSettingsEdit {
    min-height: 30%;
    display: none;
    text-align: right;
    padding: 5%;
    background-color: white;
    width: 80%;
    height: auto;
    top: 0px;
    position: absolute;
    margin: 0 auto;
    box-shadow: 2px 2px 30px -10px;
    left: 5%;
    margin: 20px;
}

#platform-language,
#platform-currency {
    min-width: 140px;
}

#platform-language {
    margin-right: 5px;
}

.button-primary,
.btn-primary,
.wp-core-ui .settingsContainer .button-primary {
    margin: 0 auto;
    color: #fff;
    background-color: #ffa64c !important;
    display: inline-block;
    width: 100%;
    border: 1px solid  #ffa64c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 12px 6px;
    text-decoration: none;
    max-width: 226px;
    text-align: center;
    margin-top: 15px;
}

.button-primary:hover,
.btn-primary:hover,
.wp-core-ui .settingsContainer .button-primary:hover {
    color: #fff;
    background-color: #ff8c17 !important;
}

.button-grey,.btn-grey {
    margin: 0 5px;
    color: rgb(68, 68, 68);
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    border: 1px solid rgb(68, 68, 68);
    cursor: pointer;
    font-size: 16px;
    padding: 6px 12px;
    text-decoration: none;
    max-width: 200px;
    text-align: center;
    margin-top: 15px;
}

.button-grey:hover,.btn-grey:hover {
    color: rgb(255, 140, 23);
    border: 1px solid rgb(255, 140, 23);
    background-color: #ffffff !important;
}

.wp-core-ui .button-primary {

    font-size: 17px;
    padding: 6px 12px;
    background: #ffa64c;

    height: auto;

    border: 1px solid #ffa64c;
    border-radius: 3px;

    box-shadow: none;
    color: #fff;

    text-decoration: none;
    text-shadow: none;
    text-align: center;
}

.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    background: #ffa64c;
    border-color: #ff8c17;
    color: #fff;
}

.wp-core-ui .button-primary:focus {
    box-shadow: 0 1px 0 #ffa64c, 0 0 2px 1px #ff8c17;
}

.btn-secondary-container {
    text-align: center;
}

.btn-secondary {
    display: inline-block;
    margin: 20px 0;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #444;
}

.btn-secondary:hover {
    color: #ff8c17!important;
    border-bottom: 1px solid #ff8c17;
}

.btn-secondary-container + p.submit {
    margin-top: 10px;
}

.btn-secondary-container .btn-secondary {
    margin: 20px 0 0 0;
}

.shopInfoContainer {
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.shopInfoContainer h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.settingsContainer .submit {
    text-align: center;
}

.shopSettingsContainer {
    text-align: left;
    margin: 0 auto ;
    margin-top: 25px;
}

.shopSettingsContainer th + td,
.shopSettingsContainer__settings-edit  th + td {
    text-align: right;
}

.shopSettingsContainer__settings-edit {
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

.shopSettingsInfo{
    max-width: 362px;
    margin: 0 auto ;
}

.shopSettings__heading {
    font-weight: bold;
    text-align: center;
}

.shopSettings__subheading {
    padding-top: 5px;
}

th[scope="row"] > span {
    font-weight: normal;
}

.shopSettings__divider {
    border-top: 1px solid grey;
    padding-bottom: 5px;
}
