/** 735 COMMON STYLES **/


.print_type_select{
    margin-bottom: 10px;
    margin-left: 8px;
}


input
{
    outline: none;
}

.size_quantity_input_cont_1 p.color-name{
    display: none;
}


#cont_color_changes{
    margin-bottom: 10px;
}



.instruction-text{
    margin-top: 5px;
    color: #747474;
    font-size: 12px;
 /*   margin-bottom: 10px;*/
}

.btn-add-cart-sample
,.btn-add-cart-sample:hover
{
    background: #d52732;
    font-weight: bold;
    color: #fff;
}

.sample_overview{
    color: #747474;  
}

.color-change-icon
{
    width: 100%;
    background: #d9e5fe;
    display: flex;
    justify-content: center;
    align-items: center;
}

#orderSampleModal .modal-footer{
    justify-content: space-between;
}


.color-change-title
{
    font-size: 18px;
    margin-bottom: 15px;
}

#ow-div-tot
{
    bottom: 0;
    position: absolute;
    right: 0;
    bottom: 80px;
    background: #c9e0e5 none repeat scroll 0 0;
    color: #0a738a;
    font-weight: bold;
    /*height: 67px;*/
    width: 270px;
    margin-bottom: 5px;
    padding: 22px;
    padding-left: 15px;
    font-size: 14px;
}

#ow-text-tot-val
{
    float: right;
} 

#ow-text-tot
{
    color: #333333;
    font-size: 13px;
}

.checked-step:before
{
    top: 9px;
    left: 132px;
    position: absolute; 
    content: " ";
    background: url("../img/checked.png") no-repeat 0 0;
    height: 26px;
    width: 26px;
}

#customization_menu ul li.checked-step
{
    background-color: #0a738a;
}

#customization_menu ul li.menu-disabled
{
    cursor: auto;
    background: #9E9E9E none repeat scroll 0% 0%;
}

#close_cust {
position: absolute;
top: -25px;
right: 7px;
cursor: pointer;
font-weight: bold;
font-size: 13px;
color: #555;
}

#overview_text_title
{
    padding: 12px 130px 14px 12px;
    margin-bottom: 3px;
    font-size: 12px;
    background-color: #F2F2F2;
}

#close_cust  img{
    vertical-align: middle;
    margin-top: -3px;
}

#customization_header .heading{
    background: #f2f2f2 url('../img/cust-icon-gray.png') no-repeat 12px 12px;
    padding: 12px;
    padding-left: 60px;
    font-size: 12px;
}

#customization_header .heading b{
    font-size: 15px;
}

#customization_menu ul li{
    float: left;
    cursor: default;
    /*width: 159.3px;*/
    color: #fff;
    background: #9e9e9e;
    padding: 8px;
    text-align: left;
    font-size: 11px;
    line-height: 29px;
    margin-right: 5px;
    position: relative;
}


#customization_menu ul li.menu-disabled.checked-step{
        cursor: default;
}

#customization_menu ul li.checked-step{
        cursor: pointer;
}    

#ow-div-scroll
{
    height: 275px;
    width: 100%;
    overflow: auto; 
}

#customization_menu{
    margin-bottom: 5px;
}

#customization_menu ul li.step-upload{
    margin-right: 0;
}

#customization_menu ul li.active{
    background: #074c5b;
}

#customization_menu ul li.step-btn i
{
 margin-top: 0px;   
 font-size: 27px;
}

.cust-info{
    background: #c9e0e5;
    /*height: 67px;*/
    color: #0a738a;
    font-style: italic;
      font-size: 12px !important;
    padding: 14px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 44px;
}

#customization_content{
    /*width: 817px;*/
    font-size: 13px;
}

.cust-info-icon{
 vertical-align: middle;
  margin-top: 0px;
  margin-right: 12px;
  position: absolute;
 left: 13px;
top: 12px;
}

#customization_widget
{
    background: #f2f2f2;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}


#prev_step_btn{
background-color: #9E9E9E;
cursor: pointer;
width: 115px;
margin: 0 auto;
color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
padding: 23px;  
}

#next_step_btn{
background-color: #c21c3c;
cursor: pointer;
width: 155px;
margin: 0 auto;
color: #fff;
font-weight: bold;
font-size: 14px;
text-align: center;
padding: 23px;
}
#next_step_btn.btn-step-full{
    width: 269px;
}



#overview_product{
    padding-left: 4px;
}

#customization_product{
   min-height: 280px;
}
#customization_overview{
    position: relative;


}

#customization_buttons{
    position: absolute;
    bottom: 0;
    right: 0;
}

#customization_product_thumb{
    width: 49px;
    height: 63px;
    margin-right: 4px;
}

#customization_product_text{
    width: 210px;
    font-size: 12px;
    line-height: 15px;
}

#customization_product_text span{
    color: #0a738a;
    font-size: 13px;
}

#customization_product_text .sku{
    font-size: 11px;
    text-transform: uppercase;
}

.row-overview{ padding: 5px 10px; font-size: 15px; color: #747474; }


/*** STEP QUATITIES ***/

#main_qty{
    font-size: 25px;
    width: 94px;
}
.ui-spinner{
     border: solid 1px #9e9e9e;   
     border-radius: 0;
}

.ui-spinner a.ui-spinner-button{
    width: 34px;
    text-align: center;
    border-left:solid 1px #9e9e9e;
}

.ui-spinner a.ui-spinner-button.ui-spinner-down {
    border-top: solid 1px #9e9e9e;
}

.ui-spinner .ui-icon.ui-icon-carat-1-s
{
    left: 8px;
}
.ui-spinner .ui-icon{
    left: 9px;
}


.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../js/jqueryui/images/ui-icons_222222_256x240.png");
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
   background: none;
   border: 1px solid #9e9e9e;
   cursor: pointer;
}



/******/

.print_img
{
    max-height: 190px;
    object-fit: contain;
}

/***STEP CUSTOMIZATION****/
.opt-row{
  font-size: 12px;
   /* font-family: 'Open Sans', sans-serif;*/
  line-height: 14px;
}
.opts{
    font-size: 13px;
   /* font-family: 'Open Sans', sans-serif;*/
}

ul.opts{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 8px;
}

#customization_content li label{
  position: relative;
}
#customization_content li label .opt-faq
{
  position: absolute;
  right: -27px;
  display: block;
  top: 2px;
  color: #0A738A;
  display: none;
  font-size: 11px;
}

#customization_content li label .opt-radio:checked + .opt-faq 
{
    display: block;
}

#customization_content li:hover .opt-faq{
  display: block;
}

.size-cm{
  display: none;
}

.opt-radio:checked + .size-cm
{
  display: inline;
}

.opts label{
    font-weight: normal;
    margin-bottom: 2px;
}


.print-pos-icon{
 width: 100%;
 background: #d9e5fe;
}

.pf_customization .print-pos-icon{
    background:transparent;
}


.opt-row{
    padding-top: 1px;
}
.div35{
    height: 35px;
}


.opt-pos-label.bold-text
{
    font-size: 13px;
}

.print-measures-cont .print-opts-cont ul {
    width: 150px;
}

.divider-opts{
   height: 1px; 
   background: #a0a0a0;
   width: 100%;
}

.opt-pos-label{
    font-weight: 600;
    font-size: 16px;

    display: flex;
    justify-content: space-between;
}

.print_dimensions {
    font-size: 14px;
    font-weight: normal;
    padding: 0 4px;
    color: #163f93 !important;
    margin-top: 5px;
}


.cust-info  .opt-pos-label{

line-height: 8px;
font-style: normal;
margin-bottom: 5px;
}



.opt-pos-label b{
    font-size: 13px;
    color: #0a738a;
}


.print-pos-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}


.opts-cont{
    padding-top: 0px;
    padding-bottom: 35px;
}


#cont_color_changes .opts-cont{
    padding-bottom: 0px;
}

#cont_color_changes .opt-pos-label-cont
{
    margin-left: 8px;
}

.divider-line-opts{
    margin: 0px 8px;
}

#set_neutral{
    padding: 11px;
    margin: 3px;
    /*height: 48px;*/
    margin-bottom: 3px;
    background: #ffffff;
    line-height: 25px;
}

#set_neutral_check{
    margin-top: 0px;
    vertical-align: middle;
}

#set_neutral img{
    vertical-align: middle;
    margin-right: 6px;
}

/************/


/******STEP CARTCHOICHE*****/

.continue-shopping-btn{
    color: #fff;
    background: #9fc7d1 url('../img/plus-icon.png') no-repeat 10px 10px;
    padding: 10px;
    padding-left: 55px;
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    margin-right: 14px;
    text-shadow: -2px 0px 2px rgba(150, 150, 150, 1);
    width: 180px;
    cursor: pointer;
    text-decoration: none;
}

.continue-shopping-btn span{
    font-size: 14px;
}

.go-tocart-btn{
    color: #fff;
    background: #c21c3c url('../img/round-cart-icon.png') no-repeat 10px 10px;
    padding: 10px;
    padding-left: 55px;
    font-size: 17px;
    font-weight: bold;
    line-height: 16px;
    text-shadow: -2px 0px 2px rgba(150, 150, 150, 1);
    cursor: pointer;
    text-decoration: none;
     width: 180px;
}

.go-tocart-btn span{
       font-size: 14px;
      

}

#choice_heading{
    padding: 17px 10px 10px 63px;
    background: #F2F2F2 url("../img/gray-cart.png") no-repeat scroll 10px 10px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
    line-height: 13px;
    height: 61px;
}

#choice_heading span{
    font-size: 12px;
    font-weight: normal;
}


.items-count{
    font-size: 13px;
    margin-top: 10px;

}


.link-faq a{
    color: #0A738A;
}

#taglie-col2.gadget-color-sizes{
    width: auto !important;
}
/***************************/
/****STEP UPLOAD************/

#next_time
{
    background-color: #ffffff;
    height: 48px;
    margin-left: 10px;
    position: relative;
    top: 10px;
    width: 780px;
    padding: 11px;
}

#img-next
{
    display: block;
    float: left;
    margin-right: 11px;
}

#next_text
{
    margin-top: 3px;
    font-size: 13px;
    float: left;
}

#next_check
{
    margin-top: 6px;
    margin-left: 5px;
    margin-right: 60px;
    float: left;
}



#img-block1
{
    margin-top: 55px;
    margin-left: 40px;
}

.img-block2
{
    display: block;
}



.up-text1
{
    font-size: 11px;
    margin-bottom: 0;
}

.up-text2
{
    font-size: 13px;
    color: #0a738a;
    font-weight: bold;
}

.up-center-button
{
    background-color: #0a738a;
    color: #ffffff;
    font-size: 11px;
    height: 32px;
    margin-top: 20px;
    padding-top: 8px;
    text-align: center;
    width: 87px;
    position: relative;
    overflow: hidden;
}


.up-text-area
{
    width: 450px;
    height: 60px;
    padding: 10px;
    resize: none;
}

.optional-text-area
{
    width: 450px;
    height: 60px;
    padding: 10px;
    resize: none;
}

.up-text-right
{
    padding-left: 5px;
    padding-bottom: 10px;
}

#next-time-cont
{
    height: 60px;
}

.file-up 
{
    cursor: pointer;
    direction: ltr;
    font-size: 116px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.file-up-opts 
{
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.uploaded-file{
    font-size: 10px;
    font-weight: bold;
}

.up-file-box{
    display: flex;
    justify-content: space-between;
}

.uploadinfo{
    margin-top: 0px;
    width: calc(100% - 10px);
    height: 26px;
    margin: 0 auto;

}
.progress{
    margin-bottom: 5px;
    height: 6px;
}
.up-side-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 11px;
    margin-top: 10px;
}

.delete-file{
    cursor: pointer;
    line-height: 10px;
}

.delete-file i{
    font-size: 14px;
}

.delete-file-opts{
    cursor: pointer;
}

.up-block-last
{
    margin-bottom: 0;
}

.up-block{
    margin-bottom: 3px !important;
}

#disable-selection-div
{
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    opacity: 0.8;
    display: none;
    z-index: 1;
}

#cont-up
{
    position: relative;
}
/***************************/
/*****STEP COLOR SIZE*******/
#prev-cont-t-c1
{
    z-index: 1;
}

#quantity
{
    font-size: 12px;
    margin-left: 32px;
    margin-top: 5px;
    position: absolute;
    text-align: center;
    display: none;
}

#quantity strong{
  font-size: 15px;
}

#prev-cont-t-c2
{
    /*height: 312px;*/
    background: #fff;
}

#list-color
{  
 
    border-collapse: collapse;
    width: 128px;
    text-align: left;
    float: left;
}

#list-color-title {
    background: #fff;
    border-collapse: collapse;
    text-align: left;
    
    width: 100%;
}

.list-color-elem
{
    height: 34px;
    padding: 4px;
    border-left: none;
    border-right: none;
    font-size: 11px;
    line-height: 12px;
}

.list-color-ico
{
    height: 22px;
    width: 22px;
    background-color:transparent;
    float: left;
}

.list-color2-ico
{
    height: 22px;
    width: 50%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

#taglie-col1
{
    width: calc(100% - 128px);
    border-collapse: collapse;
    background: #fff;
    border-top: none;
    border-left: none;
    border-bottom: solid 1px transparent;
}


#taglie-col2
{
    margin-left: 0;
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-top: 0px;
}

.taglie-col-elem
{
    height: 34px;
    border: 2px solid #d1d1d1;
    border-left: none;
    border-right: none;
    font-size: 16px;
    font-weight: bold;

    width: 65px;
    text-align: center;  

}

.taglie-col-elem .nd{
    color: #ff3333;
    font-size: 10px;
}

#taglie-col-title
{
    height: 34px;
    display: none;
    border: 1px solid #d1d1d1;
    width: 65px;
    text-align: left;    
}

.taglie-col-h
{
    color: #585858;
    font-size: 13px;
    padding-left: 10px;
    border-bottom: none;
    font-weight: normal;
    border-top: none;
}

.taglie-col-h2
{
    color: #585858;
    font-size: 13px;
    width: 65px;
    height: 34px;
    text-align: center;  
}

.input-color-size
,.disp-input-color-size
{
    height: 28px;
    background-color: #f4f7ff;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    width: 90%;
    text-align: center; 
    border-style: inset;
    border-width: 0;
    box-shadow: inset 2px 2px 6px 0px #0000005e;
}


.disp-input-color-size
{
    color: #d52732;
}



.input-color-size:focus{
    border: 2px solid #d52732;
  
  
  }

  .input-color-size.tipografia-quantity{
      cursor: default;
  }

  .input-color-size.tipografia-quantity:focus{
    border: none;
  }

/***************************/
/******STEP CUSTOMIZZATION**/
.print-measures-cont ul{
        width: 162px;
    }
    .print-specials-cont ul{
        width: 168px;
    }

    #disable-selection-div
    {
        width: 100%;
        height: 100%;
        background-color: #f2f2f2;
        position: absolute;
        opacity: 0.8;
        display: none;
        z-index: 1;
    }

    #cont_rows
    {
        position: relative;
    }


    
    #grey-div-title
    {
        color: #333333;
        height: 61px;
        width: 100%;
        line-height: 13px;
        background-color: #f2f2f2;
        margin-bottom: 15px;
        padding: 16px;
        
    }
    
    #dark-div
    {
        height: 380px;
        width: 100%;
        color: #ffffff;
        background-color: #434343;
        position: relative;
        
    }
    
    #gear-div-title
    {
        display: block;
        float: left;
        margin-right: 16px;
    }
    
    #title1
    {
        font-size: 15px;
        font-weight: bold;
    }
    
    #title2
    {
        font-size: 13px;
        line-height: 22px;
    }
    
    #left-div-cust
    {
        padding-top: 30px;
        padding-left: 20px;
        height: 100%;
        width: 50%;
        float: left;
    }
    
    #right-div-cust
    {
        padding-top: 30px;
        padding-left: 34px;
        height: 100%;
        width: 50%;
        float: left;
    }
    
    #or-div
    {
        top: 40%;
        left: 44.8%;
        position: absolute;
        color: #434343;
        top: 40%;
        left: 44.8%;
    }
    
    #or-div-text
    {
        top: 28px;
        left: 14px;
        position: absolute;
        font-size: 14px;
        font-weight: bold;
    }
    
    .dark-div-title2
    {
        font-size: 15px;
        font-weight: bold;
        color: #ffffff;
    }
    
    #custom-group-sel
    {
        padding: 5px;
        position: relative;
        top: 3px;
        width: 90%;
    }
    
    .vertical-splitter
    {
        background-color: #7a7a7a;
        width: 1px;
        height: 103px;
        position: absolute;
        left: 39px;
    }
    
    #vertical-splitter1
    {
        top: -112px;
    }
    
    #vertical-splitter2
    {
        top: 87px;
    }
    
    #text-right
    {
        line-height: 13px;        
    }
    
    #text-right2
    {
        font-size: 13px;
    }
    
    .cont-div
    {
        height: 180px;
        width: 100%;
        margin-top: 20px;
    }
    
    .button-dark-div
    {
        width: 313px;
        height: 60px;
        line-height: 60px;
        background-color: #c21c3c;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }
    
    .button-dark-div:hover
    {
        cursor: pointer;
    }
    
    #text-left-div-center
    {
        font-size: 12px;
        height: 81%;
        line-height: 16px;
        margin-top: 4px;
        overflow: auto;
        padding-top: 13px;
        width: 88%;
    }
    
    .green-cust-text
    {
        color: #5dbdd2;
    }
/***************************/
/*****STEP OPTIONAL*********/
#prev-cont-opt
{
    height: 366px;
    width: 817px;
    overflow: auto; 
    background-color: #f2f2f2;
    
    padding: 10px;
    font-size: 13px;
}

.green-text-title
{
    color: #0a738a;
    font-weight: bold;
}

#opt-block1
{
    height: 50px;
    background-color: #ffffff;
    padding: 11px;
}

#opt-text1
{
    margin-left: 10px;
    padding: 4px;
    width: 150px;
    float: left;
}

#opt-text2
{
    margin-left: 100px;
    padding: 4px;
    float: left;
}

#opt-img-box1
{
    display: block;
    float: left;
}

#opt-block2
{
    height: 240px;
    border-bottom: 1px solid #a0a0a0;
    padding-top: 5px;
}

#opt-div-text1
{
    height: 100%;
    margin-left: 20px;
    padding: 10px;
    width: 280px;
    float: left;
}

#opt-div-text2
{
    height: 100%;
    margin-left: 20px;
    padding: 10px;
    float: left;
}

#opt-div-text3
{
    height: 100%;
    margin-left: 20px;
    padding: 10px;
    float: left;
}

#opt-div-text4
{
    height: 100%;
    margin-left: 20px;
    margin-top: 5px;
    float: left;
}

#opt-div-text5
{
    height: 100%;
    margin-left: 20px;
    margin-top: 5px;
    float: left;
}

#opt-div-text6
{
    height: 100%;
    margin-left: 20px;
    margin-top: -40px;
    padding: 10px;
    float: left;
}

#opt-img-top
{
    margin-left: 30px;
    margin-top: 10px;
    display: block;
    float: left;
}

#opt-img-imb
{
    margin-left: 30px;
    margin-top: -30px;
    display: block;
    float: left;
}

#opt-img-et
{
    margin-left: 30px;
    margin-top: 10px;
    display: block;
    float: left;
}

#opt-img-package
{
    margin-top: 10px;
    display: block;
    float: left;
}

#opt-check
{
    margin-top: 7px;
    float: left;
}

#opt-block3
{
    height: 160px;
    /*border-bottom: 1px solid #a0a0a0;*/
    padding-top: 10px;
}

#opt-b-a-p
{
    color: #929292;
    height: 50px;
    float: left;
    margin-top: 10px;
    margin-left: 150px;
    width: 260px;
}

#opt-b-a-p:hover
{
    cursor: default;
}

#opt-block4
{
    height: 75px;
     border-bottom: 1px solid #a0a0a0;
}

#disable-selection-div
{
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: absolute;
    opacity: 0.8;
    display: none;
    z-index: 1;
}

#cont-opt
{
    position: relative;
}

#cont-opt ul li label{
  position: relative;
}

/***************************/

#cont_print_opts .divider-line:last-child{
  display: none;
}



.color_name_cell
{
    width: 90px;
    color: #747474;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}

.quantity_tipografia .color_name_cell{
    font-size: 14px;
}

.quantity_tipografia  td.taglie-col-elem
,.quantity_tipografia  td.color_name_cell
{
    vertical-align: middle !important;
}


.col-name-box{
    display: flex;
    align-items: center;
}

.print-opts-cont ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

.dim-area-stampa{
    color: #747474;
    margin-bottom: 10px;
}

.dim-area-stampa span{
    color: #ff0000;
}

.btn-prosegui{
    font-weight: bold;
    color: #fff;
    font-weight: bold;
    background: #d52732;
    font-size: 14px;
    display: none;
    
}
/*
.up-box{
    margin-bottom: 20px;
}*/

.btn-prosegui:hover{
    color: #fff;
}

.no-up-box .img-block2-conteiner
,.ristampa-box .img-block2-conteiner
{
    padding: 14px;
}

.up-block
{
    overflow: hidden;
}

.img-block2-conteiner{
    background: #d9e5fe;
    padding: 10px;
    text-align: center;
    position: relative;
    /*overflow: hidden;*/
}

.riepilogo-title{
    background: #d9e5fe;
    font-weight: 700;
    padding: 10px 10px;
    margin-bottom: 1px;
    text-transform: uppercase;
}

.riepilogo-title img{
    margin-top: -5px;
    margin-right: 10px;
}

.row-overview-title{
    background: #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.sticky-cont{
    position: -webkit-sticky;
    position: sticky;
    top: 244px;
}

.overview-grand-total{ font-size: 22px; font-weight: 600; }
.gal-cont{ padding-bottom: 20px; border-bottom:solid 1px #c9c6c8; margin-bottom: 5px; }


.step-closed .step-body
{
    display: none;
}

.step-closed .step-num{
    background: #de878d69;
}

.step-closed .step-title{
    color:  #97a1c0
}


.c-box{
    cursor: pointer;
    position: relative;
}

.c-box-selected.c-box{
    border-color: #d52732;
    
}


.c-box:hover{
    border-color: #d52732;
}



.selected-label{
    position: absolute;
    top: 3px;
    right: 3px;
    background: #d52732;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    letter-spacing: 1px;
}

.c-box-selected .selected-label{
    display: block !important;
}

.img-block2-conteiner{
    display: flex;
    justify-content: center;
    align-items: center;
}


.up-box 
{
    margin-bottom: 35px;
}

.upload-max-text{
    color: #747474;
    font-size: 12px;
    height: 60px;
}

.upload-max-text p{
    color: #747474;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
.trSticky {
    position: sticky;
    top: -1px;
    background: #fff;
    border: 1px solid #dee2e6;
}

.scroll-table {
 /*   max-height: 444px;*/
    overflow-y: auto;
}

#line_group_notes {
    background: #fff;
    padding: 15px;
    border: 2px solid #dadada;
    border-radius: 5px;
}

.opt_label {
    padding: 4px;
    width: 100%;
    border: 2px solid #dadada;
    margin-bottom: 5px !important;
    cursor: pointer;
    transition: all 0.3s;
}

.opt_label:hover {
    border-color: #d52732;
    box-shadow: 3px 3px 3px #00000036;
    transition: all 0.3s;
}

.opt_label_checked {
    border-color: #d52732;
    transition: all 0.3s;
}

#size_select {
    width: 39%;
    margin: 5px 5%;
    height: 35px;
    display: inline;
}

 .input-color-size.mobile {
    height: 35px;
    background-color: #f4f7ff;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    width: 39%;
    text-align: center;
    margin: 5px 5px;
    border-style: inset;
    border-width: 0;
    box-shadow: inset 2px 2px 6px 0px #0000005e;
}




/* Chrome, Safari, Edge, Opera */
input.input-color-size.mobile::-webkit-outer-spin-button,
input.input-color-size.mobile::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  display: none;
}

/* Firefox */
input[type=number].input-color-size.mobile {
  -moz-appearance: textfield;
}



 .size_quantity_input_cont_1 .input-color-size.mobile{
    width: 90%;
}

p.color-name {
    width: 39%;
    display: inline-block;
    text-align: center;
    margin: 5px 5%;
    font-size: 13px;
}

.btn-show_sizes {
    background: #d52732;
    color: white !important;
    width: calc(100% - 10px);
    height: 30px;
    padding: 0px;
    display: block;
    margin: 5px auto;
    transition: all 0.3s;
    font-size: 14px;
}

.btn-show-disp
{
    background: #1bc85f;
    color: white !important;
    width: calc(100% - 10px);
    height: 30px;
    padding: 0px;
    display: block;
    margin: 5px auto;
    transition: all 0.3s;
    font-size: 14px;

}


.btn-show_sizes > .fa-caret-down {
    transform: rotate(0deg);
    transition: all 0.3s;
}

.btn-show_sizes.opened > .fa-caret-down {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.btn-show_sizes.has_size {
    background: #163F93;
    color: white !important;
    width: 150px;
    height: 30px;
    padding: 0px;
    display: block;
    margin: 30px auto 5px;
    transition: all 0.3s;
}

.total_circle {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #163f93;
    color: white;
    height: 35px;
    width: 35px;
    font-size: 12px;
    border-radius: 20px;
    padding: 11px 0px;
    text-align: center;
}

span.see_opt_descr {
    cursor: pointer;
    color: #184090;
    font-weight: bold;
    display: none;
}

.opt-radio:checked~span.see_opt_descr
{
    display: inline;
}

.p-opt:hover span.see_opt_descr
{
    display: inline;
}


@media screen and (max-width: 1023px) {

    .row-overview{
        padding: 0px 10px;
        
    }
    .row-overview.row-overview-title {
        background: #f2f2f2;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    p.color-name
    {
        width: auto;
        min-width: 60px;
        margin: 5px 0;
    }
    

    .disp-input-color-size
    {
        height: 35px;
        flex: 3;
    }


    .input-color-size.mobile
    {
        flex: 3;
        width: 82px;
    }

    .size_quantity_input_cont_1 .input-color-size.mobile
    {
     /*   width: 80px;*/
     width: 100%;
     min-width: 60px;
     max-width: 100px;
 }
    }
 


    .btn-calcola-preventivo.btn
    ,.order-sample.btn
    {
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
    }


    .size_quantity_input_cont 
    {
        display: flex;
        align-items: center;
    }

    .size_quantity_input_cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    
    .nd {
        width: 39%;
        text-align: center;
        display: inline-block;
        margin: 5px 5%;
        padding: 11.5px 0px;
        color: #ff3333;
        font-size: 10px;
    } 
    .col-name-box
    {
        padding:0 5px;
    }
} 