﻿
/*رنگ ها*/

.cf {
    height: 24px !important;
    width: 24px !important;
    float: right;
}

.cf1 {
    height: 40% !important;
    width: 40% !important;
    float: right;
}

.cf-box {
    width: 50px;
    height: 50px;
}

.cf-box2 {
    width: 100%;
    height: 100%;
    margin: 1%
}

.box-color3 {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-left: 2.5%;
    padding-top: 5px;
    /*padding-bottom:10px;*/

    font-size: 12px;
    /*line-height: 1.42857143;*/
    color: #555;
    /*background-color: #e2e2e2;*/
    background-image: none;
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}

.form-control-Color {
    display: inline-block;
    width: 305px;
    height: 34px;
    margin: 0;
    /*padding: 6px 12px;*/
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.box-color {
    display: inline-block;
    width: 220px;
    height: 120px;
    /*padding: 6px 12px;*/

    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container-color {
    /*display: block;*/
    position: relative;
    padding: 0;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-color input {
        position: absolute;
        opacity: 100;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkbox {
    position: absolute;
    top: 0px;
    left: 0;
    right: 20px;
    height: 10px;
    width: 10px;
    opacity: 100;
    background-color: rgba(0, 0, 0, .075);
}

/* On mouse-over, add a grey background color */
.container-color:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-color input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-color input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-color.checkmark:after {
    left: 5px;
    top: 5px;
    width: 3px;
    height: 5px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.headerLine {
    background: #919576 !important;
    color: #FFFCF7 !important;
    padding: 10px;
}

/*button open*/
.buttonItem {
    display: none;
}

.buttonItemLabel {
    width: 100%;
    display: flex;
    padding: 8px;
    background: #C3C3B1;
    color: #262626;
    text-align: center;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    justify-content: center;
    cursor: pointer;
}

    .buttonItemLabel::after {
        content: "❯";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
        transform: rotate(90deg);
        color: #606060 !important;
        margin: 3px 10px;
        cursor: pointer;
    }

.buttonItem:checked + .buttonItemLabel::after {
    transform: rotate(270deg);
}

.buttonItemLabelOpen::after {
    transform: rotate(270deg) !important;
}

.buttonItemOpen:checked + .buttonItemLabelOpen::after {
    transform: rotate(90deg) !important;
}

.itemInside {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
}

.buttonItem1:checked ~ .itemInside {
    height: 1600px !important;
    transition: all 1.5s;
}

.itemInside2 {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
}

.buttonItem2:checked ~ .itemInside2 {
    height: 127px !important;
    transition: all 1.5s;
}

.itemInside3 {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
}

.buttonItem3:checked ~ .itemInside3 {
    height: 150px !important;
    transition: all 1.5s;
}

.itemInside4 {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
}

.buttonItem4:checked ~ .itemInside4 {
    height: 167px !important;
    transition: all 1.5s;
}

.itemInside5 {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
}

.buttonItem5:checked ~ .itemInside5 {
    height: 390px !important;
    transition: all 1.5s;
}

.itemInside6 {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
}

.buttonItem6:checked ~ .itemInside6 {
    height: 500px !important;
    transition: all 1.5s;
}

.itemInside7 {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
}

.buttonItem7:checked ~ .itemInside7 {
    height: 167px !important;
    transition: all 1.5s;
}

.itemInside8 {
    height: 0;
    overflow-y: hidden;
    transition: all 0.7s;
    padding: 0;
    position: relative;
    display: flex;
}

.itemInside8Inside {
    width: 50%;
}

.itemInside8Inside2 {
    max-width: 369px;
    direction: rtl;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 0;
}

.itemInside8Inside .rowItemPart {
    display: flex;
    width: 65%;
    max-height: 40px;
}

.buttonItem8:checked ~ .itemInside8 {
    height: 180px !important;
    transition: all 1.5s;
}

.itemInside8Line {
    border-left: 1px solid #777E59;
}

.lineItem1 {
    width: 100%;
    height: 1px;
    background: #606060;
    margin-top: 65px;
}

.itemCenter {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: 25px auto;
    gap: 80px;
}

.rowItemCenterInside {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rowItemPartCenter {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.itemImage {
    width: 100%;
    display: flex;
}

.itemImageImg {
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    width: 33.5%;
    padding: 20px;
    display: flex;
    justify-content: center;
    max-width: 380px;
}

.colorRugs {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.colorRugsInside {
    display: flex;
    max-width: 80px;
    gap: 8px;
    cursor: pointer;
}

    .colorRugsInside input {
        display: flex;
        margin-top: 35px;
    }
/*item*/
.rowItem {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    padding: 0 !important;
}

.rowItemPart {
    display: flex;
    width: 32.5%;
    max-height: 40px;
}

.rowItemPart2 {
    display: flex;
    width: 50%;
    max-height: 40px;
}

.rowItemPart3 {
    display: flex;
    width: 32.5%;
    max-height: 40px;
}

.rowItemLabel {
    padding: 10px;
    gap: 10px;
    height: 40px;
    background: #E6DBD1;
    border: 1px solid rgba(96, 96, 96, 0.4);
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: normal !important;
    width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 175px;
    font-size: 12px;
}

.rowItemInputDiv {
    display: flex;
    flex: 1;
}

.rowItemInput {
    flex: 1 !important;
    height: 40px !important;
    background-color: #E0E0E0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 11px;
    direction: ltr;
}

.twoInput {
    gap: 3px;
}

.rowItemLabelPas {
    flex: 1 !important;
    height: 40px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 11px;
    font-weight: 200;
    text-align: left;
    margin: 0 !important;
    display: flex;
    justify-content: end;
    padding: 12px 0;
    min-width: 95px;
}

.itemImageImgCenter {
    border: 1px solid #606060;
    height: auto;
}

.itemImageImgBottom {
    border-right: 1px solid #606060;
    height: auto;
}

.rowItemImage {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 0 !important;
    flex-direction: column;
}

.rowItemImageDiv a {
    color: #919576 !important;
    text-decoration: none !important;
}

.rowItemImageDiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.moreImageRug {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.rowItemImageDivlabel {
    font-size: 11.6px;
    font-weight: 200;
    text-align: left !important;
    margin: auto !important;
    padding: 1px !important;
    display: flex;
    justify-content: center;
}

.itemCheckBox {
    display: flex;
}

    .itemCheckBox input {
        margin-top: 0 !important;
    }

    .itemCheckBox label {
        font-size: 11.6px;
        font-weight: 200;
        text-align: left !important;
        margin: auto 5px !important;
        padding: 1px !important;
    }

.rowItemPartCheck input {
    margin-top: 0 !important;
}

.rowItemPartCheck label {
    font-size: 11.6px;
    font-weight: 200;
    text-align: left !important;
    margin: auto 5px !important;
    padding: 1px !important;
}

.rowItemSelect {
    flex: 1 !important;
    height: 40px !important;
    background-color: #FFFCF7 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 11px;
    min-height: 40px;
}

.rowItemPartCheck {
    justify-content: center;
}

itemInsideText {
    display: flex;
    margin: 10px 5px;
}

.rowItemPartText {
    display: flex;
    justify-content: center;
    margin: auto 5px;
}

#EntrancePriceCarpet2 {
    display: none;
}

#EntrancePriceLabel2 {
    display: none;
}

#Pricing {
    max-width: 100px;
    min-width: 100px;
}

.itemInsideText {
    font-size: 13px;
    font-weight: 500;
}

.PricingNumber {
    display: flex;
}

.desNone {
    display: none;
}

.phoneTopTo {
    margin-top: 30px
}

.lineHr {
    border-top: 1px solid #606060;
    width: 100%;
    margin: 33px 0;
}

.rowItemPart3 label {
    max-width: 175px;
}

.itemImageImgInside {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 60%;
}

.rowItemPartPrice {
    display: flex;
    width: 66.4%;
    max-height: 40px;
}

.rowItemPartPriceDiv {
    display: flex;
}

    .rowItemPartPriceDiv .rowItemSelect {
        width: 196px;
        outline: none;
    }

.rowItemPartPrice .rowItemLabel {
    max-width: 100px;
}

.rowItemPartPriceSpan {
    display: flex;
    margin: auto 5px;
}


@media(max-width:768px) {

    .buttonItem1:checked ~ .itemInside {
        height: auto !important;
    }

    .buttonItem2:checked ~ .itemInside2 {
        height: auto !important;
    }

    .buttonItem3:checked ~ .itemInside3 {
        height: auto !important
    }

    .buttonItem4:checked ~ .itemInside4 {
        height: auto !important;
    }

    .buttonItem5:checked ~ .itemInside5 {
        height: auto !important;
        overflow-x: hidden;
    }
    .buttonItem6:checked ~ .itemInside6 {
        height: auto !important;
        overflow-x: hidden;
    }

    .buttonItem7:checked ~ .itemInside7 {
        height: auto !important;
    }

    .buttonItem8:checked ~ .itemInside8 {
        height: auto !important;
    }

    .rowItem {
        margin-top: 0;
        flex-direction: column;
    }

    .rowItemPart button {
        width: 60%;
        margin: auto;
    }

    .rowItemPart {
        width: 100%;
        max-height: none;
        margin-bottom: 5px;
        flex-direction: column;
    }

    .rowItemPartOne {
        flex-direction: column;
    }

        .rowItemPartOne label {
            width: 100%;
            margin-bottom: 5px !important;
            padding: 6px 0;
        }

    .rowItemLabelPas {
        margin: 0 3px 0 0 !important;
        background: #DDDACE;
        justify-content: center;
    }

    .rowItemPart3 {
        width: 100% !important;
        max-height: none;
        margin-bottom: 5px;
        flex-direction: column;
    }

    .rowItemLabel {
        min-width: 0;
    }

    .itemCenter {
        gap: 20px;
        flex-direction: column;
    }

    .itemImage {
        flex-direction: column;
    }

    .rowItemPartCenter {
        flex-direction: column;
    }

    .itemImageImg {
        border-top: none;
        width: 100%;
        max-height: none;
        max-width: none;
    }

    .itemInside8Inside {
        width: 100%;
    }

    .itemInside8Line {
        border: none;
    }

    .itemInside8Inside2 {
        max-width: none;
        margin: 0;
    }

        .itemInside8Inside button,
        .itemInside8Inside2 button {
            width: 60%;
            margin: 9px auto;
        }

    .itemInside8 {
        flex-direction: column;
    }

    .itemInside8Inside .rowItemPart {
        display: flex;
        width: 100%;
        max-height: none;
    }

    .itemImageImgCenter {
        border: none;
        border-bottom: 1px solid #606060;
        width: 100%;
    }

    .itemImageImgBottom {
        border: none;
        border-bottom: 1px solid #606060;
        width: 100%;
    }

    .colorRugs {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .colorRugsInside {
        display: flex;
        max-width: 71px;
        gap: 8px;
        cursor: pointer;
        margin-bottom: 10px;
    }

    .lineItem1 {
        margin-top: 20px;
    }

    .itemCheckBox {
        display: flex;
        justify-content: center;
        margin: 7px;
    }

    .rowItemLabelPas {
        min-width: 0;
    }

    .itemImageImgInside {
        width: 70%;
    }

    .Pricing {
        margin: 0 3px 0 0 !important;
        background: #DDDACE;
        justify-content: center;
        padding: 6px 0;
        max-width: 100px;
        min-width: 100px;
        height: 32px;
    }

    .desNone {
        display: flex;
    }

    .itemInsideText {
        border-bottom: 1px solid #606060;
        padding: 10px 0;
        margin-bottom: 19px;
        text-align: center;
    }

    #selectTo {
        justify-content: center;
        background: none;
    }

    .selectToLabel {
        width: 100%;
    }

    .rowItemInputDivSelect {
        flex-direction: column;
    }

    .phoneTopTo {
        margin-top: 0;
    }

    .rowItemPart3 label {
        max-width: none;
        width: 100%;
        margin-bottom: 5px !important;
        padding: 6px 0;
    }

    .lineHr {
        margin: 15px 0;
    }

    .itemInside6 .itemInsideText {
        margin-bottom: 0;
        border: none !important;
    }

    .itemInside6 .rowItemSelect {
        margin-left: 3px;
    }

    .rowItemLabel {
        padding: 6px;
        height: 32px;
    }

    .rowItemSelect {
        height: 32px !important;
        min-height: 32px;
    }

    .rowItemInput {
        height: 32px !important;
    }

    .rowItemInputGry {
        height: 32px !important;
    }

    .rowItemLabelPas {
        height: 32px !important;
        padding: 6px 0;
    }

    .currency {
        flex-direction: column;
    }

        .currency .rowItemLabel {
            width: 100%
        }

    .rowItemPartPrice {
        width: 100%;
        max-height: none;
        flex-direction: column;
    }

        .rowItemPartPrice .rowItemLabel {
            max-width: none;
        }

    .rowItemPartPriceDiv {
        flex-direction: column;
    }

        .rowItemPartPriceDiv .rowItemSelect {
            width: 100%;
        }

    .rowItemPartPriceSpan {
        justify-content: center !important;
        margin: auto 0;
    }

    #PriceRugMeter {
        background-color: #E0E0E0 !important;
        padding: 7px 0;
    }

    #divTextPrice {
        padding: 7px 0px;
        justify-content: center;
        margin: 5px 0;
        background: #DDDACE;
    }

    .rowItemPartPriceDiv .rowItemSelect {
        margin-bottom: 5px;
    }
}
