/** 735 COMMON STYLES **/
#customization-box{
   /* width: 1106px;*/
}

input
{
    outline: none;
}

.opts-list{
  float: none !important;
}

.nice-select .list{
  width: 100% !important;
}

#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;
    padding: 22px;
    margin-bottom: 5px;
}

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

.cust-info-icon{
 vertical-align: middle;
margin-top: -4px;
margin-right: 5px;
}

#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;
}


#customization_overview{
    /*width: 285px;*/
}

#customization_product{

}
#overview_product{
    padding-left: 4px;
}

#customization_product{
   min-height: 280px;
}
#customization_overview{
    position: relative;
    border-left: solid #e9e9e9 1px;
    margin-left: 4px;
    /*min-height: 551px;*/
}

#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{
    font-size: 12px;
    padding: 12px 9px;
    border-top: solid 1px #e9e9e9;
}
.overview-val{
    color: #0a738a;
}



/*** STEP QUATITIES ***/

#main_qty{
    font-size: 15px;
    /*border: 0 none;*/
    width: 80%;
}
.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;
}



/******/


/***STEP CUSTOMIZATION****/
.opt-row{

}
.opts{

}

.opts label{
    font-weight: normal;
}


.print-pos-icon{
    margin-right: 40px;
    width: 90px;
    text-align: center;
   margin-left: 20px;
}
.print-pos-icon{
    max-width: 90px;
}

.opt-row{
    padding-top: 1px;
}
.div35{
    height: 35px;
}
.opt-pos-label{
    font-weight: bold;
}
.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-size: 11px;
    line-height: 8px;
}

#customizations_cont
{

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




.no-opt-cont{
    margin-top: 9px;
}

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

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

#set_neutral_check {
    margin-top: 8px;
    vertical-align: unset;
    margin-right: 8px;
}

#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;

}

#step_cartChoice{
    /*width: 620px;*/
}


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

#taglie-col2.gadget-color-sizes{
    width: auto !important;
}
/***************************/
/****STEP UPLOAD************/
#prev-cont-t-c
{
    height: 366px;
    width: 817px;
    z-index: 1;
    background-color: #f2f2f2;
    font-family: "Open Sans";
    overflow: auto; 
}

#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;
}

.up-block
{
    height: 140px;
    border-bottom: 1px solid #a0a0a0;
    width: 780px;
    margin-left: 10px;
}

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

.img-block2
{
    display: block;
}

.img-block2-conteiner
{
    margin-top: 38px;
    margin-left: 40px;
    height: 70px;
    width: 70px;
    padding-top: 20px;
}

.up-left-block
{
    border-right: 1px solid #a0a0a0;
    float: left;
    height: 85px;
    left: 140px;
    margin-top: 12px;
    position: relative;
    width: 1px;
}

.up-div-center
{
    height: 85px;
    left: 175px;
    float: left;
    position: relative;
    top: -58px;
    width: 120px;
    border-right: 1px solid #a0a0a0;
}

.up-div-center1
{
    top: -75px;
}

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

.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-div-right
{
    height: 80px;
    float: left;
    position: relative;
    width: 450px;
    left: 210px;
    top: -60px;
}

.up-div-right1
{
    top: -154px
}

.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: 200px;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
}

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

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

.uploadinfo{
    margin-top: 20px;
    width: 87px;
}
.progress{
    margin-bottom: 5px;
    height: 32px;
}

.delete-file{
    cursor: pointer;
}

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

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

#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
{
    height: auto;
    z-index: 1;
    background-color: #f2f2f2;
    font-family: "Open Sans";
}



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

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

#prev-cont-t-c2
{
    background-color: #f2f2f2;
    font-family: "Open Sans";
}

#list-color
{
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    text-align: left;
}

#list-color-title
{
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    text-align: left;
}

.list-color-elem
{
    height: 34px;
    padding: 4px;
    border: 1px solid #d1d1d1;
    font-size: 11px;
    line-height: 12px;
}

.list-color-ico
{
    height: 24px;
    width: 24px;
    background-color: transparent;
    margin: 0 auto;
    float: none;
    border-radius: 100px;
    overflow: hidden;
    border: solid 1px #9E9C9C;
}

.list-color2-ico
{
    height: 24px;
    width: 12px;
    margin-left: -17px;
    float: left;
}

#taglie-col1
{
    margin-top: 0;
    float: left;
    border-collapse: collapse;
    border: 0 none;
}

#taglie-col2
{
    border-collapse: collapse;
    border: 1px solid #d1d1d1;
    border-top: 0px;
}

.taglie-col-elem
{
    height: 34px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-weight: bold;
    color: #0a738a;
    width: 65px;
    text-align: center;    
}

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

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

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

.input-color-size
{
    height: 31px;
    background-color: #fff;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center; 
    border-style: inset;
    border-width: 0;
    

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

.color-text-th{
    font-size: 13px;
}
/***************************/
/******STEP CUSTOMIZZATION**/
.print-measures-cont ul{
        width: 162px;
    }
    .print-specials-cont ul{
        width: 160px;
    }

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

    #cont_rows
    {
        position: relative;
    }
        #customization-box
    {
        width: 733px;
    }
    
    #grey-div-title
    {
        color: #333333;
        height: 61px;
        width: 100%;
        line-height: 13px;
        background-color: #f2f2f2;
        margin-bottom: 15px;
        padding: 16px;
        font-family: "Open Sans";
    }
    
    #dark-div
    {
        height: 380px;
        width: 100%;
        color: #ffffff;
        background-color: #434343;
        position: relative;
        font-family: "Open Sans";
    }
    
    #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;
    font-family: "Open Sans";
    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: 130px;
}

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

#cont-opt
{
    position: relative;
}


.prices-table{
  width: 100%;
}

.prices-table tr td:first-child{
  border-right:solid 1px #e1e4e4;
}

.prices-table tr td:last-child{
  text-align: right;
}

.prices-table tr td{
  background: #fff;
  padding:10px 7px;
  border-bottom: solid 1px #e1e4e4;
}

#prices{
  background: #f5f5f5;
}

.prev-text{
  color: #515951;
  font-size: 15px;
  margin-top: 10px;
}
.info-link{
  color: #3492d6;
}

.prev-completed-icon{
  padding-left: 100px;
  background: url('../img/prev-completed.png') no-repeat 0 0;
  background-size: 65px;
  width: 290px;
  text-align: right;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 18px;
  font-family: STOUTHeavy;
  height: 110px;
  padding-top: 21px;
  margin-top: 20px;
}

.pi{
  background: url('../img/bg-prev-buttons.png') no-repeat 0 0;
  height: 56px;
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}

.pi.pi-save-btn{
    background-position: 0 -60px;
}

.pi.pi-add-to-cart{
    background-position: 0 0;
}


.btn-prev{
  background:#f9bd32; 
  padding: 15px;
  font-family: 'Roboto Slab';
  cursor: pointer;
  font-size: 13px;
  text-align: center;
}

#prev-buttons{
  margin-bottom: 30px;
}


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