        .see{
            color: #000;
            padding-left: 10px;
        }
        .see_val{
            line-height: none;
            font-weight: normal;
            color: #c4c4c4;
            font-size: 12px;
            text-align: center !important;
            margin-left: 10px;
            line-height: normal;
            padding: 1px 5px;
        }
        .see_val:last-child{
            margin-left: 0px;
        }
        .see_active{
            font-weight: bold;
            font-size: 14px;
            color: #000;
            border-bottom: 2px #000 solid;
        }
        #sort_list{
            position: absolute; 
            z-index: 1; 
            border: 1px #c0c0c0 solid; 
            background-color: #fff; 
            padding: 3px 10px; 
            text-align: right; 
            display: none
        }
        #sort_item{
            display: block; 
            font-weight: normal; 
            margin-bottom: 0px; 
            font-size: 10px
        }
        #sm_label{
            font-weight: 500;
            font-size: 12px;
            line-height: 18px;
            position: absolute;
            right: 30px;
        }
        #colors {
            display: inline-block;
            border-radius: 100%;
            text-align: center;
            height: 25px;
            width: 25px;
            margin: 3px
        }
        #colors .color {
            cursor: pointer;
            border: none;
            position: relative;
        }  
        
        .round {
          position: relative;
        margin-bottom: 5px;
        }
        .inline-block{
          display: inline-block;
        margin-left: 15px;
        margin-bottom: 5px
        }
        .inline-2block{
          display: inline-block;
        margin-left: 42%;
        margin-bottom: 5px
        }
        .round label {
          border: 1px solid #ccc;
          border-radius: 50%;
          cursor: pointer;
          height: 18px;
          right: 0;
          position: absolute;
          top: 0;
          width: 18px;
        }

        .round label:after {
          border: 2px solid #ccc;
          border-top: none;
          border-left: none;
          content: "";
          height: 6px;
          right: 2px;
          opacity: 0;
          position: absolute;
          top: 4px;
          transform: rotate(45deg);
          width: 12px;
        }

        .round input[type="checkbox"] {
          visibility: hidden;
        }

        .round input[type="checkbox"]:checked + label:after {
          opacity: 1;
        }    
        #loading
        {
            width: 100px;
            height: 100px;
            margin: 10px auto 0 auto;
            background: url('loader.gif') no-repeat;
        }
        .sub_color{
            width: 20px;
            height: 20px;
            border: 1px solid #BDBDBD;
            padding: 1px;
            border-radius: 100%;
            position: block;
            overflow: hidden;
            margin: 3px;
            cursor: pointer;
        }
        .c_title{
            color: #000;
            font-weight: 600;
            font-size: 12px
        }
