/* FORMULÄR */
button,
input[type='button'],
input[type='submit'] {
    background-color: #ba953a;
    border: none;
    padding: 10px 20px;
    color: #fff;
    margin: 10px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sitesmart-site-content input[type=text],
.sitesmart-site-content input[type=password],
.sitesmart-site-content textarea,
.sitesmart-site-content select {
    border: 1px solid #ba953a;
    background-color: #f8f6ef;
    width: 100%;
    padding: 15px;
    margin: 5px 0px;
    /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    */
}

.sitesmart-site-content textarea {
    width: 100%;
    min-height: 100px;
}

/* PRODUKTSIDA */
.sitesmart-ecommerce-product-wrapper .name {
    padding-bottom: 0px;
}

.sitesmart-ecommerce-product-wrapper .secondary-name {
    
}

.sitesmart-ecommerce-product-wrapper .sitesmart-ecommerce-buy-button {
    font-size: 20px;
}

/* PRODUKTSIDA FLIKAR */
.sitesmart-tabs ul li a,
.sitesmart-tabs ul li.ui-state-active a {
    border: 1px solid #dedede;
    /*
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    */
}

.sitesmart-tabs ul li.ui-state-active a {
    border-bottom: 1px solid #fff;
}

.sitesmart-tabs .tab-content {
    border: 1px solid #dedede;
}

/* PRODUKTLISTA */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover {
    border: 1px solid #dedede;
    background-color: #fff;
    /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    */
}

.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .buy,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .read-more,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .quick-look,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .add-favourite {
    background-color: #eaeaea;
}

.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .buy a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .read-more a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .quick-look a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .add-favourite a {
    
}

.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .buy {
    background-color: #bbbbbb;
}

.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .buy a {
    color: #fff;
}

/* KASSA */
.sitesmart-site-content form.sitesmart-ecommerce-checkout .shipping-wrapper {
    padding-left: 20px;
}

.sitesmart-site-content form.sitesmart-ecommerce-checkout .customer-input-wrapper-left {
    padding-right: 20px;
}

.sitesmart-site-content form.sitesmart-ecommerce-checkout fieldset.ecommerce-login-input,
.sitesmart-site-content form.sitesmart-ecommerce-checkout fieldset.voucher-code-input {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.sitesmart-site-content form.sitesmart-ecommerce-checkout .login-notice,
.sitesmart-site-content form.sitesmart-ecommerce-checkout .coupon-notice {
    border: 1px solid #dedede;
    background-color: #fff;
}

/* KASSA VARUKORG */
.sitesmart-site-content form.sitesmart-ecommerce-checkout .cart-wrapper {
    border: 1px solid #dedede;
    padding: 20px;
    background-color: #fff;
}

/* SÖK */ 

.sitesmart-cms-search {
    float: left;
    width: 75%;
    max-width: 75%;
    min-width: 75% !important;
    padding: 10px !important;
}

.sitesmart-cms-search-button {
    width: 24%;
    max-width: 23%;
    min-width: 23% !important;
    margin-top: 5px;
    margin-left: 5px;
    padding: 12px 12px 12px;
}
