/* Hela blocket */
.sitesmart-ecommerce-combined {
    float: right;
    width: 600px;
}

/* Alla block wrappers */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-small,
.sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper {
    
}

/* Alla knappar */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-small .button,
.sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper button,
button.sitesmart-ecommerce-search-button {
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
    background-color: #436bbd !important;
}

/* Alla knappar aktiva */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-small.active .button {
    background-color: #97b9ff !important;
}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-small .button p {
    
}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-small .button p img,
.sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper img {
    
}

/* Alla texter */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-small .contentCombined p {
    color: #436bbd !important;
}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-small.active .contentCombined p {
    color: #97b9ff !important;
}

/**
 * SÖK
 * - Block
 * - Knapp
 */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper {

}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper button {
    -webkit-border-top-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper input.sitesmart-ecommerce-search {
    -webkit-border-top-left-radius: 30px !important;
    -webkit-border-bottom-left-radius: 30px !important;
    -moz-border-radius-topleft: 30px !important;
    -moz-border-radius-bottomleft: 30px !important;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background-color: #436bbd !important;
    border: none !important;
    color: #f4f4f4 !important;
}

/**
 * FAVORITER
 * - Block
 * - Knapp
 * - Text
 */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-favourite {

}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-favourite .button {

}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-favourite .contentCombined p {
    
}

/**
 * JÄMFÖRELSE
 * - Block
 * - Knapp
 * - Text
 */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-compare {

}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-compare .button {
    
}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-compare .contentCombined p {
    
}

/**
 * VARUKORG
 * - Block
 * - Knapp
 * - Text
 */
.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-content {

}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-content .button {
    
}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-content.active .button {
}

.sitesmart-ecommerce-combined .sitesmart-ecommerce-cart-content .contentCombined p {
    
}

/* Mobilt */
@media screen and (max-width: 810px) {

    .sitesmart-ecommerce-combined {
    float: right;
    width: 300px;
    margin-top: 10px ;
    }
    body.sitesmart-site-content .ssd-25 .s-ec-cart--css-2 {
        margin-top: 10px;
    }

    .sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper button {
        -webkit-border-radius: 30px !important;
        -moz-border-radius: 30px !important;
        border-radius: 30px !important;
    }

}

/* Mobilt */
@media screen and (max-width: 600px) {

    .sitesmart-ecommerce-combined {
    float: left;
    width: 300px;
    margin-left: 10px ;
    margin-top: 0px ;
    }

    body.sitesmart-site-content .ssd-25 .s-ec-cart--css-2 {
        margin-top: 0;
        margin-left: 10px;
    }

    .sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper button {
        -webkit-border-radius: 30px !important;
        -moz-border-radius: 30px !important;
        border-radius: 30px !important;
    }

}

@-moz-document url-prefix() {

    button.sitesmart-ecommerce-search-button {
        height: 44px !important;
    }

    .sitesmart-ecommerce-combined .sitesmart-ecommerce-search-wrapper {
        padding-right: 0px !important;
    }

}

.sitesmart-site-content .sitesmart-ecommerce-combined .sitesmart-ecommerce-search::-webkit-input-placeholder {
    color: #f4f4f4 !important;
}
.sitesmart-site-content .sitesmart-ecommerce-combined .sitesmart-ecommerce-search:-moz-placeholder {
    color: #f4f4f4 !important;
    opacity: 1;
}
.sitesmart-site-content .sitesmart-ecommerce-combined .sitesmart-ecommerce-search::-moz-placeholder {
    color: #f4f4f4 !important;
    opacity: 1;
}
.sitesmart-site-content .sitesmart-ecommerce-combined .sitesmart-ecommerce-search:-ms-input-placeholder {
    color: #f4f4f4 !important;
}
.sitesmart-site-content .sitesmart-ecommerce-combined .sitesmart-ecommerce-search:placeholder-shown {
    color: #f4f4f4 !important;
} 
.sitesmart-ecommerce-comparison-list table tr:nth-child(odd) td {
    background-color: #e7eccc;
}
.sitesmart-ecommerce-product-data-search button[type=submit] {
    background-color: #bababa !important;
}

.sitesmart-site-content .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 0px;
    cursor: default;
}

.sitesmart-site-content .ui-widget-content:not(.sitesmart-tabs):not(#productTab-spec):not(#productTab-description):not(#productTab-blog):not(#productTab-misc):not(#productTab-reviews):not([id*=userPageTab]):not(.ui-autocomplete),
.sitesmart-site-content .ui-timepicker-wrapper {
    border: 1px solid #eeeeee !important;
    background-color: #eeeeee !important;
    color: #b9d23d !important;
    box-shadow: none;
    height: 5px;
}

.sitesmart-site-content .ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: -.5em;
}

.sitesmart-site-content .ui-state-default,
.sitesmart-site-content .ui-widget-content .ui-state-default,
.sitesmart-site-content .ui-widget-header:not(.sitesmart-navi) .ui-state-default {
    border: none;
    background: #97b9ff;
    font-weight: bold;
    color: #ccc !important;
}
.sitesmart-site-content .ui-slider-horizontal {
    height: 10px;
}
/* Produktblock */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper,
.sitesmart-ecommerce-list .item-wrapper .hover,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
*/
    border: 1px solid #eaeaea;
}

/* Produktblock popup */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover {
    border: 1px solid #97b9ff;
}

/* Produktblock aktiv (quickview) */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper.active {
    border: none;
}

/* Rundade hörn (botten) för knappar */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .last.left a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .last.left a {
    -webkit-border-bottom-left-radius: 20px !important;
    -moz-border-radius-bottomleft: 20px !important;
    border-bottom-left-radius: 20px !important;
*/
}

.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .last.right a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .last.right a {
    -webkit-border-bottom-right-radius: 20px !important;
    -moz-border-radius-bottomright: 20px !important;
    border-bottom-right-radius: 20px !important;
}

/* Wrappers för knappar */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .buy,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .read-more,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .quick-look,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .add-favourite,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .add-comparison,
.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,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .add-comparison {
   background-color: transparent !important;
}

/* Knappar */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .buy a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .buy .s-ec-p__add-to-cart,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .read-more a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .quick-look a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .add-favourite a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .add-comparison a,
.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 .add-comparison a {
    background-color: #97b9ff !important;
    color: #ffffff !important;
}

/* Aktiv favorit-knapp */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .add-favourite a.sitesmart-favourite-active,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .add-favourite a.sitesmart-favourite-active {
    background-color: #1d3567 !important;
    color: #97b9ff !important;
}

/* Köpknapp */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .buy a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .buy .s-ec-p__add-to-cart,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .buy a {
    background-color: #1d3567 !important;
    color: #ffffff !important;
}

.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .buy .s-ec-p__add-to-cart {
    display: block;
    margin: 0;
    padding: 23px 0px;
    border-bottom-right-radius: 20px;
}

/* Läs mer-knapp */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .read-more a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .read-more a {

}

/* Snabbtitts-knapp */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .quick-look a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .quick-look a {

}

/* Favoritknapp */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .list-buttons .add-favourite a,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .list-buttons .add-favourite a {

}

/* Bildwrapper */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .image,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .image {
    
}

/* Bild */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .image img,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .image img {
    
}

/* Produktnamn */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .name,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .name {
    white-space: normal;
    height: 60px;
}

.sitesmart-ecommerce-list .item-wrapper .hover .name {
    line-height: 32px;
}

/* Lagerbeskrivning */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .stock-description,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .stock-description {
}

/* Artikelnummer */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .sku,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .sku {
}

/* Pris */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .price-button .price .price-value,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .price-button .price .price-suffix,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .price-button .price .price-prefix,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .price .price-value,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .price .price-suffix,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .price .price-prefix {
}

/* Specifikt prisvärde */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .price-button .price .price-value,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .price .price-value {

}

/* Specifikt prissuffix och prisprefix */
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .price-button .price .price-suffix,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .price-button .price .price-prefix,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .price .price-suffix,
.sitesmart-ecommerce-list .item-wrapper .content-wrapper .hover .price .price-prefix {
}

@media screen and (max-width: 507px) {
    
    .sitesmart-ecommerce-list .item-wrapper .content-wrapper .name {
        padding-right: 0;
        padding-left: 0;
        height: 100px;
    }
    
}

/* Generella indrag */
.sitesmart-ecommerce-product-wrapper h2,
.sitesmart-ecommerce-product-wrapper h3,
.sitesmart-ecommerce-product-wrapper h4,
.sitesmart-ecommerce-product-wrapper h5,
.sitesmart-ecommerce-product-wrapper h6,
.sitesmart-ecommerce-product-wrapper p,
.sitesmart-ecommerce-product-wrapper .price-wrapper,
.sitesmart-ecommerce-product-wrapper .sitesmart-ecommerce-add-to-cart > div {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Priswrapper */
.sitesmart-ecommerce-product-wrapper .price-wrapper {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/* Texter i priswrapper */
.sitesmart-ecommerce-product-wrapper .price-wrapper h2,
.sitesmart-ecommerce-product-wrapper .price-wrapper h3,
.sitesmart-ecommerce-product-wrapper .price-wrapper h4,
.sitesmart-ecommerce-product-wrapper .price-wrapper h5,
.sitesmart-ecommerce-product-wrapper .price-wrapper h6,
.sitesmart-ecommerce-product-wrapper .price-wrapper p {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

/* Wrapper för köpknapp och antalsfält */
.sitesmart-ecommerce-product-wrapper .sitesmart-ecommerce-add-to-cart > div {
    padding-bottom: 20px !important;
}

/* Antalsfält */
.sitesmart-ecommerce-product-wrapper .sitesmart-ecommerce-add-to-cart input {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Artikelnummer, vikt, storlek */
.sitesmart-ecommerce-product-wrapper .sku-wrapper,
.sitesmart-ecommerce-product-wrapper .weight-wrapper,
.sitesmart-ecommerce-product-wrapper .size-wrapper {

}

/* Kort beskrivning */
.sitesmart-ecommerce-product-wrapper .short-description {
    padding-bottom: 20px !important;
}

/* Kod-wrapper */
.sitesmart-ecommerce-product-wrapper .code-wrapper {
    width: 100%;
}


.sitesmart-ecommerce-product-wrapper .productTextDataField,
#ecommerce-product-customData {

    border-color: #1d3567 !important;
    margin-bottom: 10px !important;
    padding: 25px !important;

}
/* Flikar */
.sitesmart-tabs ul li a {
    background-color: #97b9ff;
    color: #ffffff;
    -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;
}

/* Aktiv flik */
.sitesmart-tabs ul li.ui-state-active a {
    background-color: #ffffff;
    color: #97b9ff;
    border-bottom: 1px solid #ffffff;
}

/* Innehåll */
.sitesmart-tabs .tab-content {
    background-color: #ffffff;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-topright: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

/* Texter innehåll */
.sitesmart-tabs .tab-content h2,
.sitesmart-tabs .tab-content h3,
.sitesmart-tabs .tab-content h4,
.sitesmart-tabs .tab-content h5,
.sitesmart-tabs .tab-content h6,
.sitesmart-tabs .tab-content p {
    color: #666666;
}

/* Alla knappar */
button,
input[type=button] {
    
}

/* Köpknapp produktsida */
.sitesmart-ecommerce-product-wrapper .s-ec-p__add-to-cart,
.sitesmart-ecommerce-product-wrapper .sitesmart-ecommerce-buy-button {
    background-color: #1d3567;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

/* Checkout- och skicka order-knapp */
.sitesmart-ecommerce-to-checkout,
.sitesmart-ecommerce-checkout button[type=submit] {
    background-color: #1d3567 !important;
    border: none !important;
    color: #ffffff !important;
}

.sitesmart-ecommerce-product-wrapper .s-ec-p__add-to-cart {
    display: block;
    margin: 0;
    width: 100%;
    height: 70px;
    min-height: 70px;
    max-height: 70px;
}

/* KASSA VARUKORG */
.sitesmart-site-content form.sitesmart-ecommerce-checkout .shipping-wrapper {
    padding-left: 20px;
}

.notice-wrapper,
.cart-wrapper {
    padding: 0px;
}

.notice-wrapper div div,
.cart-wrapper-inner {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    padding: 20px;
    border: 1px solid #bababa !important;
}

.notice-wrapper p {
    padding-top: 0px;
    padding-bottom: 0px;
}

.customer-input-wrapper-left {
    padding-right: 5px;
}

.customer-input-wrapper-right {
    padding-left: 5px;
}


.sitesmart-site-content form.sitesmart-ecommerce-checkout .customer-input-wrapper-left,
.sitesmart-site-content form.sitesmart-ecommerce-checkout .customer-input-wrapper-right {
    
}

.sitesmart-site-content form.sitesmart-ecommerce-checkout .ecommerce-alternative-customer-address {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

@media screen and (max-width: 810px) {

    .sitesmart-site-content form.sitesmart-ecommerce-checkout .customer-input-wrapper-left,
    .sitesmart-site-content form.sitesmart-ecommerce-checkout .customer-input-wrapper-right {
        width: 100% !important;
        padding: 0px !important;
    }

    .sitesmart-site-content form.sitesmart-ecommerce-checkout .shipping-wrapper {
        padding-left: 0px;
    }

}
/* Livesök bakgrund */
.sitesmart-site-content ul.ui-autocomplete li {
    background-color: rgba(255, 255, 255, 0.9); 
    margin: 0px !important;
    padding-left: 5px !important;
    max-width: 240px !important;
} 

/* Livesök bakgrund */
.sitesmart-site-content ul.ui-autocomplete ul li {
    max-width: 240px !important;
} 
body.sitesmart-site-content .ssd-25 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    justify-content: start;
}

body.sitesmart-site-content .ssd-25 .sitesmart-ecommerce-combined {
    display: flex;
    width: auto;
    min-width: auto;
    max-width: none;
}


body.sitesmart-site-content .ssd-25 .s-ec-cart--css-2 {
    padding-left: 9px;
}
body.sitesmart-site-content .ssd-25 .s-ec-cart--css-2 .s-ec-cart__button-counter {
    position: static !important;
    display: inline-block !important;
    background-color: transparent;
    padding: 0;
    margin: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.sitesmart-site-content .ssd-25  .s-ec-cart--css-2 .s-ec-cart__button-counter > p {
    color: #436bbd !important;
    padding: 0 0 0 5px;
}

body.sitesmart-site-content .ssd-25 .s-ec-cart--css-2 .s-ec-cart__button img {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 50%;
    background-color: #436bbd;
}

body.sitesmart-site-content .ssd-25 .s-ec-cart--css-2 .s-ec-cart__button img.has-items {
    background-color: #97b9ff !important;
}


.s-ec-checkout--css-2 .s-ec-cart__totals tr td .s-ec-cart__totals-shipping-amount-to-free-limit-text,
.s-ec-checkout--css-2 .s-ec-cart__totals tr td .s-ec-cart__totals-shipping-amount-to-free-limit-value,
.s-ec-cart--css-2.s-ec-cart--small .s-ec-cart__totals-simple-amount-to-free-shipping-text,
.s-ec-cart--css-2.s-ec-cart--small .s-ec-cart__totals-simple-amount-to-free-shipping-value {
    color: #1d3567;
}

.s-ec-cart--css-2.s-ec-cart--small .s-ec-cart__content-header {
    background-color: #1d3567;
}








.s-ec-cart--small.s-ec-cart--css-2 .s-ec-cart__content-buttons {
    gap: 20px;
    padding: 0 20px;
}

.s-ec-cart--small.s-ec-cart--css-2 .s-ec-cart__item-added .s-ec-cart__item {
    padding: 0 20px;
    text-align: left;
}
.s-ec-cart--css-2 .s-ec-cart__item-added > p {
    text-align: left;
}

.s-ec-cart--small.s-ec-cart--css-2 .s-ec-cart__content-buttons .sitesmart-button {
    margin: 0;
    border-radius: 20px;
}

.s-ec-cart--css-2 .s-ec-cart__content-buttons .s-ec-cart__continue-shopping-button {
    background-color: #e8e8e5;
    color: #222;
}

.s-ec-cart--css-2 .s-ec-cart__content-buttons .s-ec-cart__checkout-button {
    color: #fff;
    background-color: #1d3567;
}

/*
.sitesmart-site-content .s-ec-combined-cart__counter-count {
    background-color: #ffaa00;
}
*/

