
.btn-form .label {
    padding-left: 0 !important;
}

.attr_value > img {
    width: 100%;
    height: auto;
    border-radius: 5%;
    border: 1px solid #383434;
    margin-bottom: 10px;
}

.attr_name {
    font-size: 13pt;
}

.productSelected {
    cursor: pointer;
}

.active {
    background-color: #56c3ba !important;
    /*color:white;*/
}

div.product_option_2.active{
    background-color:white !important;
    border:5px solid #56c3ba;
}

.measure-input {
    margin: 5px 0;
    height: 32px;
    width: 100%;
}

.border {
    border: 1px solid #e6e6e6;
}

.side_control {
    padding: 15px;
    border: 1px solid #e6e6e6;
}

.side_control > img {
    border: 2px solid #e6e6e6;
    border-radius: 100%;
}

.add_other_measure {
    font-size: 30px;
    padding: 20px 0;
}

.attribute_title {
    font-size: 28px !important;
    font-weight: bolder;
    color: black;
    margin-left: 0 !important;
}

.attribute_title_sm {
    font-size: 15px !important;
    color: black;
    margin-left: 0 !important;
    margin-top:5px;
}

.attribute_description_sm {
    font-size: 12px !important;
    color: black;
    margin-left: 0 !important;
    margin-top:5px;
}

.attribute_description > p {
    font-size: 16px;
    color: black;
    margin-left: 0 !important;
}

.preview_image {
    width: 40% !important;
    margin: 20px auto;
}


.cursor-pointer {
    cursor: pointer !important;
}

.position-relative {
    position: relative !important;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    color: red;
    cursor: pointer;
    z-index: 99;
}

.margin-33 {
    margin-top: 33px;
}

.preview_cart_title {
    font-size: 14px;
    font-weight: bold;
}

.mt-2 {
    margin-top: 2rem;
}

#cart-box-content {
    max-height: 80vh;
    overflow-y: auto;
    font-size:17pt;
    padding: 40px 20px;
}

#CartForm {
    display: none;
}

 .price {
     font-size: 17px;
     font-weight: bold;
 }

.sm-title-block {
    font-size: 13px;
    margin: 0;
}

.text-danger {
    color: red;
}

.fa-times-circle {
    font-size: 27px;
}

h5 {
    margin: 10px 0;
}

.line {
    width: 100%;
    height: 1px;
    background: #eeeeed;
}

.cart-bg {
    padding: 25px;
    box-shadow: 0 0 2px #868383;
    margin-bottom: 5px;
}

 .price {
     font-size: 17px;
     font-weight: bold;
 }

.sm-title-block {
    font-size: 16px;
    margin: 0;
}

.text-danger {
    color: red;
}

.fa-times-circle {
    font-size: 27px;
}

h5 {
    margin: 10px 0;
}

.line {
    width: 100%;
    height: 1px;
    background: #eeeeed;
}

.cart-bg {
    padding: 25px;
    box-shadow: 0 0 2px #868383;
    margin-bottom: 5px;
}

.form-control {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
}

.form-control-input-label {
    display: block;
    margin-bottom: 8px;
    color: #828282 !important;
}

.py-2 {
    padding: 2rem 0;
}

.validate-error {
    color: red !important;
}
.item-info{
  color: white;
}
.margin-43{
    margin-top: 43px;
}

.slider-title > a{
    font-size: 32pt !important;
}
.sub-text-header{
    margin: 5px auto;
}

.slider-content{
    text-align: center !important;
}

.slider-content .shorttxtSlide{
    font-size: 40pt;
}
.sub-text-header h5 {
    line-height: 73px;
}

@media screen and (max-width: 597px){
    #scroll-container > p {
        font-size: 13pt !important;
    }
    .d-sm-none{
        display: none !important;
    }
}
@media screen and (max-width: 768px) {
    .box-seat.box-seat-full .pro-text{
        top: 17%;
        left: 0 !important;
        right:0;
        margin: auto;
        text-align:justify;
        width:90%;
        opacity:0.8;
    }
    .password_reset{
        isplay: block;
    width: 100%;
    padding: 0;
    margin-top: 20px;
    }
}

