.scsp-layout .product-description {
    margin: 0px 0px 35px 0px;
    font-size: 14px;
    line-height: 22px;
    color: #111;
}

.scsp-layout .product-code {
    text-align: left;
    margin-top: -14px;
}

.scsp-layout .product-images .image-container {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.scsp-layout .product-images .image-container,
.scsp-layout .product-images .image-container img {
    width: 115px;
    height: 115px;
}

.scsp-layout .product-images .image-container img {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}

.scsp-layout .product-images .image-container img:hover {
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -125px;
    z-index: 2;
}

.scsp-layout .scsp-top-properties {
    margin-bottom: 20px;
    display: flex;
}

.scsp-layout .scsp-top-properties .title-section {
    flex: 1 1 auto;
}

.scsp-layout .scsp-top-properties .image-section {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    flex: 0 0 auto;
}

.scsp-layout .scsp-top-properties .image-section img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
}

.scsp-layout .scsp-top-properties .clear-float {
    clear: both;
}

.scsp-layout .scsp-general-properties {
    width: 100%;
}

.scsp-layout .scsp-general-properties .section th {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 20px 3px 20px;
    background-color: #ddffed;
    background-image: linear-gradient(61deg, #ddffed, #f8f6ff);
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.scsp-layout .scsp-general-properties .property td {
    line-height: 20px;
    padding: 10px 5px 10px 5px;
}

.scsp-layout .scsp-general-properties .property .name {
    width: 30%;
}

.scsp-layout .scsp-general-properties .property .name,
.scsp-layout .scsp-general-properties .property .value {
    border-style: solid;
    border-width: 0px 0px 1px 1px;
}

.scsp-layout .scsp-general-properties .property .value span:not(:first-child).custom {
    font-weight: bold;
}

.scsp-layout .scsp-general-properties .property .value span:not(:last-child)::after {
    content: ",";
}

.scsp-layout .scsp-general-properties .property:nth-child(odd) .name {
    border-color: #e1e0e0;
}

.scsp-layout .scsp-general-properties .property:nth-child(even) .name {
    border-color: #eee9e9;
}

.scsp-layout .scsp-general-properties .property:nth-child(odd) .value {
    border-color: #ebeeee;
}

.scsp-layout .scsp-general-properties .property:nth-child(even) .value {
    border-color: #76fefe;
}

.scsp-layout .scsp-top-properties .title-section .cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations {
    width: 100%;
    flex: 0 0 auto;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    position: relative;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .label {
    flex: 0 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values {
    flex: 1 1 auto;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select.opened {
    position: relative;
    z-index: 10;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values button {
    margin-bottom: 5px;
    background-color: white;
    border: 1px solid gray;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values button:not(.selected):hover {
    background-color: #c9f8d1;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values button.selected {
    background-color: #00a63f;
    color: white;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values button.invalid {
    background-color: #d6d6d6;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values button.invalid:hover {
    background-color: #f8ccc9;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values:not(.as-select) button[data-value="0"] {
    display: none;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select:not(.opened) button:not(.selected) {
    display: none;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select:not(.opened) button.selected {
    display: block;
    width: 100%;
    text-align: left;
    max-width: 200px;
    background: white;
    color: black;
    position: relative;
    margin-bottom: 0px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select:not(.opened) button.selected::after {
    border-bottom: 2px solid gray;
    border-right: 2px solid gray;
    content: '';
    display: block;
    height: 5px;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select:not(.opened) button.selected:hover,
.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select:not(.opened) button.selected:hover::after {
    border-color: #00a63f;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select.opened button {
    display: block;
    width: 100%;
    text-align: left;
    max-width: 200px;
    margin-bottom: 0px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select.opened button:not(:first-child) {
    border-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .values.as-select.opened button:not(:last-child) {
    border-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .price {
    font-size: 21px;
    line-height: 35px;
    width: 50%;
}

.scsp-layout .scsp-top-properties .title-section .cart > .price > .label {
    color: black;
}

.scsp-layout .scsp-top-properties .title-section .cart > .price > .price {
    color: #09851d;
}

.scsp-layout .scsp-top-properties .title-section .cart > .balance {
    line-height: 35px;
    height: 35px;
    width: 50%;
    text-align: center;
}

.scsp-layout .scsp-top-properties .title-section .cart > .balance > .label {
    padding-right: 10px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .balance > .quantity::after {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .balance > .quantity[data-quantity="0"]::after {
    content: attr(data-outofstock);
    background: #f8ccc9;
}

.scsp-layout .scsp-top-properties .title-section .cart > .balance > .quantity:not([data-quantity="0"])::after {
    content: attr(data-prefix) " " attr(data-quantity) attr(data-sufix);
    background: #c9f8d1;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity {
    display: flex;
    line-height: 30px;
    height: 30px;
    width: 50%;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .label {
    padding-right: 10px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .quantity {
    display: flex;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .quantity > button {
    border: solid gray 1px;
    text-align: center;
    width: 30px;
    font-size: 22px;
    background: #f5f6f6;
    cursor: pointer;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .quantity > input {
    border-top: solid gray 1px;
    border-bottom: solid grey 1px;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    width: 40px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .quantity > button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .quantity > button:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .quantity > button:first-child:hover {
    background: #f8ccc9;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .quantity > button:last-child:hover {
    background: #c9f8d1;
}

.scsp-layout .scsp-top-properties .title-section .cart > .buy {
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: white;
    width: 40%;
    margin-left: 5%;
}

.scsp-layout .scsp-top-properties .title-section .cart > .buy > .buy-now {
    display: block;
    width: 100%;
    padding-left: 13px;
    padding-right: 37px;
    background-color: #00a63f;
    background-image: url(../../images/icons/add_to_cart.png);
    background-repeat: no-repeat;
    background-position: right+6px center;
    background-size: 11%;
    transition: all 0.2s;
    border-radius: 3px;
}

.scsp-layout .scsp-top-properties .title-section .cart > .buy > .buy-now:not([data-add-quantity="0"]):hover {
    background-color: #068737;
    background-size: 14%;
    cursor: pointer;
}

.scsp-layout .scsp-top-properties .title-section .cart > .buy > .buy-now[data-add-quantity="0"] {
    background-color: gray;
}

.scsp-layout .scsp-top-properties .title-section .cart > .quantity > .label,
.scsp-layout .scsp-top-properties .title-section .cart > .variations > .variation > .label {
    align-items: center;
    display: flex;
    line-height: 15px;
}
