/*.cvd-box{*/
/*    display: none;*/
/*}*/
.product-viewing-main-banner img {
    width: 100%;
}

.sub-title-product-viewing-he {
    font-family: assistantr !important;
    position: absolute;
    bottom: 30px;
    font-size: 8rem;
    color: #fff;
    left: 10rem;
    text-shadow: 1px 2px 3px #1a1a1a;
    letter-spacing: 1rem;
    text-align: left;
    font-weight: 100;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}


.content-container {
    display: flex;
    text-align: right;
}

.he-text-rtl {
    direction: rtl;
    margin-right: 2rem;
}

.prod-head-title {
    font-size: 2.5rem !important;
    font-weight: bolder;
    margin-bottom: 2rem !important;
}

.prod-head-sub-title {
    margin-bottom: 0.5rem;
    width: 70px;
}

.prod-desc {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.select-attr span {
    /*margin-left: 2.9rem;*/
    display: inline-block;
    width: 60px;
    margin-left: 0.6rem;
}

.midot-headline {
    width: 60px;
    font-size: 16px;
    margin-left: 1rem;
}

.size-op-warpper {
    padding-bottom: 11px;
}

.size-op {
    margin-left: 1rem;
}

.custom-order {
    margin-top: 7rem;
    margin-bottom: 3rem;
    width: 83%;
}

.reviewText {
    height: 100px !important;
    resize: none;
}

.custom-order span {
    font-weight: bolder;
    margin-bottom: 10px;
}


.cust-ord-btn {
    cursor: pointer;
}

.homepage-prod-container{
    display: flex;
justify-content: center;
}

.homepage-cat-container, .homepage-prod-container, .homepage-colection-container {
    width: 100% !important;
}

.homepage-prod img {
    height: 250px !important;
    object-fit: cover;
}

/* cart btn alert */
.cart-alert {
    animation: colorChange;
    animation-duration: 3s
}

.sizeSelect{
    font-size: 16px;
    margin-bottom: 10px;
    width: 150px;
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 2px;
    /* line-height: 36px; */
    height: 25px;
    margin-left: 1rem;
}

.size-table{
margin-bottom: 5px;
}

@keyframes colorChange {
    0% {
        color: #ECBD00;
    }
    25% {
        color: #dcdcdc;
    }
    50% {
        color: #ECBD00;
    }
    75% {
        color: #dcdcdc;
    }
    100% {
        color: #ECBD00;;
    }
}

@media screen and (max-width: 860px) {
    .flex-direction-nav a {
        top: 36%;
    }

    .img-thumbnail {
        max-height: 350px !important;
    }

    .flexslider .slides > li {
        max-height: 350px !important;
    }
}

@media screen and (max-width: 766px) {

    .he-text-rtl {
        direction: rtl;
        margin-right: 2rem;
        width: 90% !important;
        margin: auto;
        padding: 2rem;
    }
    .prod-head-sub-title,.midot-headline {
        width: 70px;
    }
    .midot-headline{
        margin-left: 0.5rem;
    }
    .sizeSelect,.select-attr select{
        width: unset;
    }
    .custom-order{
        width: 100%;
        display: inline-block;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1000px) {
    .content-container{
flex-direction: column;
        width: 100%;
        margin: auto;
    }
    .col-sm-7{
        width: 100%;
    }
}


.prod-type-picker{
    flex-direction: column;
}

.price-box {
align-items: center
}

.new-price{
    margin-right: 0px;
}

.solo-new-price{
    display: block!important;
}

.diam-txt{
    margin-left: 10px;
}

.prod-type-picker{
    margin-bottom: 10px;
}

.singleProduct .heading.price {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.curr-price-container{
    margin-bottom: 20px;
}


.new-price{
    color: unset;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.new-price del{
    color: #6b6a6a;
    /*color: #adadad;*/
    font-size: 22px;
    margin-left: 5px;
    /*font-size: 1.4rem;*/
    /*margin-right: 10px;*/
}

input[type='radio']:checked ~ .new-price{
    color: #1a1a1a;
}
input[type='radio']:checked ~ .real-d-box{
    color: #1a1a1a;
}
input[type='radio']:checked ~ .diam-txt{
    color: #1a1a1a;
}

input[type='radio'] ~ .new-price{
    color: #adadad;
}
input[type='radio'] ~ .real-d-box{
    color: #adadad;
}

input[type='radio'] ~ .diam-txt{
    color: #adadad;
}
