﻿.color-list-block {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.colors-summary {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.color-item {
    display: inline-block;
    position: relative;
    margin: 0px 0px 0px 20px;
    max-width: 90px;
    text-align: center;
}

    .color-item .delete {
        position: absolute;
        bottom: 0;
        right: 10px;
        background-color: #f1f2f2;
        color: black;
        padding: 3px;
    }

.color-item-inner {
    border: 1px solid black;
    position: relative;
    width: 90px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.color-name {
    overflow-wrap: break-word;
    font-size: 20px;
    text-align: center;
    padding: 0 5px;
}

.products-summary-row {
    min-height: 150px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #cfcfcf;
}

.product-text {
}

.product-image img {
    width: 110px;
    height: auto;
}

.product-mini-image {
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.product-title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 3px;
}

.related-color-name {
    padding-right: 40px;
    line-height: 35px;
    white-space: nowrap;
}

.related-articles {
    clear: both;
    padding-top: 30px;
    text-align: right;
}

    .related-articles p {
        margin-bottom: 0px;
    }

.articles-summary p {
    text-align: right;
    margin: 5px;
}

#set-cart-name-form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 320px;
    padding: 10px 20px;
    background: #f4f7f8;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 5px;
    position: relative;
}

    #set-cart-name-form input[type="text"],
    #set-cart-name-form select {
        background: rgba(255,255,255,.1);
        border: none;
        border-radius: 4px;
        margin: 0;
        outline: 0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        background-color: #e8eeef;
        color: #8a97a0;
        -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
        box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
        margin-bottom: 5px;
    }

        #set-cart-name-form input[type="text"]:focus {
            background: #d2d9dd;
        }

    #set-cart-name-form input[type="submit"],
    #set-cart-name-form input[type="button"] {
        margin-top: 10px;
    }

    #set-cart-name-form .field-validation-error {
        color: red;
    }

.list-content {
    margin-top: 80px;
}

    .list-content h4 {
        text-align: right;
    }

#open-share-block, #open-share-block-bottom {
    margin-top: 30px;
}

#shareLink, #shareLinkBottom {
    padding: 7px;
    border: 2px solid #f15a29;
    border-radius: 5px;
    font-weight: bold;
    margin-left: 70px;
    margin-right: 70px;
    direction: ltr;
}

.copy-to-clipboard, .copy-to-clipboard-bottom {
    padding: 5px 15px;
    margin-top: 15px;
}

.shareBtn, .openFormBtn, .shareBtnBottom, .openFormBtnBottom {
    margin: 0 7px;
    background-color: #fff;
    border: 2px solid #f15a29;
    border-radius: 5px;
    color: #f15a29;
    padding: 3px 7px;
}

.clearCartBtn {
    margin: 0 7px;
    background-color: #fff;
    border: 2px solid #A0A0A0;
    border-radius: 5px;
    color: #A0A0A0;
    padding: 3px 7px;
}

.cart-color-remove, .cart-article-remove {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.cart-product-remove {
    line-height: 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    margin-left: 5px;
}

#colors-list {
    margin-bottom: 70px;
    float: left;
    width: 100%;
}

.list-content .container {
    max-width: 100%;
}

.product-image > a {
    display: inline-block;
}

.product-colors-list {
    list-style: none;
    padding: unset;
}

    .product-colors-list li {
        margin-bottom: 10px;
    }

.color-families-text {
    font-size: 23px;
    font-weight: bold;
}

.articles-summary .help-articles > li {
    padding: 28px 12px 6px 40px;
}

@media (max-width: 724px) {
    .articles-summary .help-articles > li {
        padding: 28px 12px 6px 5px;
    }

    .articles-summary .cart-article-item .gray-text {
        padding-top: 0px;
    }

    .color-item {
        margin: 0px 0px 10px 20px;
    }

    .color-item-inner {
        margin: 0;
    }

    .product-image > img {
        width: 80px;
        height: 100px;
    }

    #shareLink, #shareLinkBottom {
        margin-left: 0px;
        margin-right: 0px;
        overflow-wrap: break-word;
    }
}

@media (max-width: 449px) {
    .color-item {
        width: 33.33%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        max-width: none;
    }

    .shareBtn, .openFormBtn, .shareBtnBottom, .openFormBtnBottom, .clearCartBtn {
        margin: 10px 0 0 0;
        font-size: 14px;
        padding: 3px 5px;
    }
}

@media (min-width: 450px) and (max-width: 599px) {
    .color-item {
        width: 25%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        max-width: none;
    }

    .color-item-inner {
        width: 95px;
    }
}

@media (min-width: 600px) and (max-width: 724px) {
    .color-item {
        width: 20%;
        box-sizing: border-box;
        margin: 0 0 5px 0;
        max-width: none;
    }

    .color-item-inner {
        width: 100px;
    }
}

@media (min-width: 725px) and (max-width: 979px) {
    .color-item {
        width: 16.66666666666667%;
        margin: 0 0 5px 0;
        max-width: none;
    }

    .color-item-inner {
        margin: 0;
        width: 95px;
    }
}

@media (min-width: 980px) and (max-width: 1249px) {
    .color-item {
        width: 12.5%;
        margin: 0 0 5px 0;
        max-width: none;
    }

    .color-item-inner {
        margin: 0;
        width: 100px;
    }
}

@media (min-width: 1250px) {
    .color-item {
        width: 10%;
        margin: 0 0 5px 0;
        max-width: none;
    }

    .color-item-inner {
        margin: 0;
        width: 100px;
    }
}
