.signz_product_content {
    display: flex;
    flex-direction: column;
    clear: both;
    /* border: 2px solid #aaa; */
    /* padding: 5px; */
    margin-bottom: 20px;
    background-color: white;
}

.signz_product_media {
    width: 100%;
    
}
.signz_product_short {
    width: 100%;
}
.signz_product_short ul {
    padding-left: 15px;
    font-size: 12px;
}

.signz_product_main{
    width: 100%;
}

.page-title-wrapper.product h1.page-title .base { 
    font-size: 22px;
    font-weight: 400;
    color: #333;
}
.input-text.qty {
    box-shadow: none;
}

.prices-tier {
    background-color: salmon;
}

.product-options-wrapper select, input {
    border-radius: 10px;
}
.product-options-wrapper select, input[type="file" i] {
    border-radius: 0px;
    width: 100%;
}


.product-info-price .price-box .price-container .price {
    display: block;
    font-size: 20px;
    font-weight: 800;
}
.signz_new_trade_price {
    display: block;
    font-size: 32px;
    font-weight: 700;
}
.signz_price_discount_margin {
    font-size: 22px;
    color: var(--main-purple);
}

.product-social-links .action.towishlist:before, .product-social-links .action.tocompare:before {
    color: var(--main-purple);
}

.product.info.detailed .value {
    width: 100%;
    /* overflow-x: scroll; */
}

.box-tocart .fieldset {
    display: flex;
    align-items: center;
    height: 50px;
}
.box-tocart .fieldset .field.qty {
    display: flex;
    align-items: center;
    width: 45%;
    margin-bottom: 0px;
    color: black;
}
.box-tocart .fieldset .field.qty .label {
    font-size: 18px;
    margin: 0px;
    margin-right: 5px;
}
.box-tocart .fieldset .field.qty .control {
    display: flex;
    align-items: center;
}
.box-tocart .fieldset .field.qty .control input {
    font-size: 18px;
}

.box-tocart .fieldset .actions {
    width: 70%;
}
.box-tocart .fieldset .actions button {
    width: 100%;
    margin-bottom: 0px;
}
.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 0px;
}


.field.qty .label, .field.qty .control {
    width: auto;
}
.fieldset > .field.qty:not(.choice) > .label {
    width: auto;
    margin-right: 10px;
}

.signz_cart_rule {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--main-purple);
}

.new_colour {
    background-color: white;
    width: 32px;
    height: 32px;
    margin-left: 5px;
    border: 1px solid black;
}

.signz_cart_rule_quantity {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    border: 1px solid var(--main-green);
    border-left: 0px;
    border-right: 0px;
}
.signz_cart_rule_quantity_discounts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 5px;
    font-size: 14px;
    color: #333;
}
.signz_cart_rule_quantity_discounts .signz_cart_rule_quantity_items {
    padding: 5px;
    text-align: center;
}
.signz_cart_rule_quantity_items_selected {
    border: 1px solid var(--main-green);
}
.signz_cart_rule_quantity_items:hover {
    cursor: pointer;
    background-color: var(--secondary-blue1);
}
.signz_cart_rule_quantity_title {
    display: block;
    background-color: #333;
    color: #fff;
    padding: 5px;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    background-color: white;
    color: black;
}
.signz_cart_rule_quantity_content {
    display: block;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    color: var(--main-purple);
}

.products-related .products.list.items.product-items {
    white-space: nowrap;
    overflow-x: auto;
}

.products-related .page-layout-1column .products-grid .product-item {
    white-space: normal;
}

.products-related .item.product.product-item, .upsell .item.product.product-item, .crosssell .item.product.product-item {
    position: relative;
    width: calc((100% - 3%) / 2);
    margin-right: 1%;
}


.old_retail_price_header {
    display: none;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #aaa;
}

.old_retail_price {
    color: var(--main-purple);
    text-decoration: line-through;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
}

.stock.unavailable {
    color: red;
}

.product-info-main .product-info-price .price-box {
    width: 50%;
}

.sign_product_item_overlay li {
    white-space: normal;
}

.product-info-main .product-reviews-summary {
    display: none;
}

.product-info-price .price-box  .price-container.price-final_price .price-wrapper {
    display: inline-block;
} 

.fieldset > .field, .fieldset > .fields > .field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.fieldset > .field:not(.choice) > .label {
    display: inline-block;
    width: 50%;
    text-align: left;
    font-size: 13px;
}
.review-field-text .fieldset > .field:not(.choice) > .label {
    width: 30%;
}
.review-fieldset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.review-fieldset .review-field-text {
    width: 100%;
}
.review-fieldset .control {
    width: 100%;
}

.product-add-form .product-options-wrapper .field .control {
    display: inline-block;
    width: 50%;
}


.changeQtyButton {
    width: 30%;
    font-size: 22px;
    font-weight: 800;
    background: white;
    border: 1px solid black;
    border-radius:0px;
}
.changeQtyButton:not(.primary) {
    box-shadow: none;
}
.changeQtyButton:hover, .changeQtyButton:focus {
    background: none;
    border: 1px solid black;
}
.box-tocart .fieldset {
    display: flex;
    align-items: stretch;
    height: 50px;
}
.box-tocart .fieldset .field.qty {
    display: flex;
    align-items: stretch;
    width: 35%;
    margin-bottom: 0px;
    color: black;
}
.box-tocart .fieldset .field.qty .label {
    font-size: 18px;
    margin: 0px;
    margin-right: 5px;
}
.box-tocart .fieldset .field.qty .control {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 95%;
}
.box-tocart .fieldset .field.qty .control input {
    font-size: 18px;
    height: unset;
    border-radius: 0px;
    border: 1px solid #999;
}
.box-tocart .fieldset .actions {
    display: flex;
    width: 70%;
}
.box-tocart .fieldset .actions button {
    width: 100%;
    margin-bottom: 0px;
}
.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 0px;
}

.signz_product_content_left .page-title {
    margin-bottom: 20px;
    padding: 10px 10px 0px 10px;
}

.signz_product_content_left_bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.colourChart {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-right: 5px;
}
.ralBox {
    width: 70px;
    margin-bottom: 15px;
    cursor: pointer;
}
.ralColour {
    width: 100%;
    height: 50px;
}
.ralNumber {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
}
.ralName {
    margin-top: 5px;
    font-size: 12px;
}

.modal-popup .modal-content, .modal-popup .modal-slide {
    padding-right: 10px;
    padding-left: 10px;
}



.login_message {
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    color: orangered;
    border: 1px solid orangered;
    border-radius: 5px;
    padding: 10px;
}
.login_message a {
    color: orangered;
    text-decoration: none;
}

@media (min-width: 768px), print {

    .login_message {
        font-size: 16px;
    }

    
    .page-title-wrapper.product h1.page-title .base { 
        font-size: 24px;
        font-weight: 500;
    }


    .modal-popup .modal-content, .modal-popup .modal-slide {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .ralBox {
        width: 150px;
        margin-bottom: 15px;
    }    
    .ralColour {
        width: 100%;
        height: 50px;
    }    
    .ralNumber {
        font-size: 16px;
    }
    .ralName {
        margin-top: 5px;
        font-size: 14px;
    }

    .signz_product_short h4 a {
        font-size: 14px;
        color: #333;
        text-decoration: underline;
    }

    .signz_product_content {
        flex-direction: row;
    }

    .page-layout-1column .product.media.signz_product_media {
        width: 56%;
    }

    .signz_product_content_left {
        display: flex;
        flex-direction: column;
        width: 60%;
    }


    
    .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
        color: var(--main-purple);
    }


    .signz_product_content_left_bottom {
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    


    .signz_product_short {
        width: 44%;
        margin-top: 10px;
        padding: 5px;
        padding-left: 15px;
        padding-right: 20px;
    }    

    .product-info-main .product-info-price {
        margin-top: 10px;
    }
    .page-layout-1column .product-info-main {
        width: 40%;
        padding: 5px;
    }
    
    .fieldset > .field:not(.choice) > .label {
        display: inline-block;
        width: 50%;
        text-align: left;
   }

   /* CSS for the Description, Accessories etc */
   .product.data.items > .item.content {
       border: 2px solid #aaa;
   }
   .product.data.items > .item.title > .switch {
        color: #333;
        font-weight: 700;
        font-size: 16px;
        padding: 1px 20px;
    }   
    .product.data.items > .item.title.active {
        margin-top: 5px;
        border-left: 2px solid #aaaaaa;
        border-right: 2px solid #aaaaaa;
        border-top: 2px solid #aaaaaa;
    }
    .product.data.items > .item.title.active > .switch {
        color: var(--main-purple);
    }

    .product-add-form .product-options-wrapper .field .control {
        display: inline-block;
        width: 48%;
    }
    
    .product-info-main .product-info-price .price-box {
        display: table-row;
        width: 50%;
    }

    .product-reviews-summary .reviews-actions a:not(:last-child) {
        margin-right: 0px;
    }
    .product-reviews-summary .reviews-actions {
        font-size: 12px;
    }

    .review-fieldset {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 10px;
    }
    .review-fieldset .control {
        width: 100%;
    }
    .product-info-main .product.attribute.sku {
        font-size: 12px;
    }

    .products-related .item.product.product-item, .upsell .item.product.product-item {
        position: relative;
        width: calc((100% - 3%) / 4);
        margin-right: 1%;
    }
    .crosssell .item.product.product-item {
        position: relative;
        width: calc((100% - 3%) / 3);
        margin-right: 1%;
    }

    .review-field-text .fieldset > .field:not(.choice) > .label {
        width: 30%;
    }
    .review-fieldset .control {
        width: 100%;
    }
}

@media (min-width: 1024px), print {
    .product-add-form .product-options-wrapper .field .control {
        display: inline-block;
        width: 48%;
    }
    .products-related .item.product.product-item, .upsell .item.product.product-item {
        position: relative;
        width: calc((100% - 4%) / 5);
        margin-right: 1%;
    }
    .crosssell .item.product.product-item {
        position: relative;
        width: calc((100% - 4%) / 3);
        margin-right: 1%;
    }
    .review-fieldset .control {
        width: 100%;
    }
}
