#favorite-panel {
    margin: 0 auto;
    padding: 15px;
    width: 600px;
}
#favorite-panel .favorite-thumb {
    width: 255px;
    text-align: center;
    float: right;
    border-right: 1px solid #e1e1e1;
    height: 216px;
    overflow: hidden;
    margin-top: 10px;
}
#favorite-panel .favorite-info {
    direction: rtl;
    float: right;
    padding-left: 40px;
    width: 300px;
    margin-top: 10px;
}
#favorite-panel .txtDescription {
    width: 570px;
    margin: 10px auto;
    clear: both;
}
#favorite-panel .favorite-info hgroup h1 {
    color: #4d4d4d;
    font: 16px/22px yekan;
    background:none;
}
#favorite-panel .favorite-info hgroup h3 {
    color: #818181;
    display: inline-block;
    font: 11px "yekan";
    margin: 3px 0 0;
}
#favorite-panel #products-favorite-config > h4, #favorite-panel #products-favorite-config label, #favorite-panel .txtDescription label {
    color: #777777;
    display: block;
    font: 12px "yekan";
    margin: 30px 0 10px;
    text-align: right;
}
.sbHolder {
    background-color: #fafbfc;
    border: 1px solid #dfe5e8;
    font: normal 12px yekan;
    height: 36px;
    position: relative;
    width: 250px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
}
#favorite-panel #products-favorite-config .sbHolder {
    width: 286px;
    margin-top: 4px;
}

.sbToggle {
   
    display: block;
    height: 16px;
    outline: none;
    position: absolute;
    left: 10px;
    top: 14px;
    width: 16px;
}
.sbSelector {
    color: #4d4d4d;
    display: block;
    height: 36px;
    line-height: 34px;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 44px;
    text-align: right;
    text-decoration: none;
    text-indent: 10px;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 80%;
}
.sbOptions {
    background: #fff;
    border: 1px solid #dfe5e8;
    left: -1px;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 39px;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 3;
    box-shadow: 0 2px 2px #cacaca;
    -moz-box-shadow: 0 2px 2px #cacaca;
    -webkit-box-shadow: 0 2px 2px #cacaca;
    -ms-box-shadow: 0 2px 2px #cacaca;
}
.sbOptions li a {
    display: block;
    line-height: 30px;
    margin: 3px 0;
    color: #4d4d4d;
    padding-right: 22px;
    text-align: right;
    text-decoration: none;
}
#favorite-panel #products-favorite-config > h4, #favorite-panel #products-favorite-config label, #favorite-panel .txtDescription label {
    color: #777777;
    display: block;
    font: 12px "yekan";
    margin: 30px 0 10px;
    text-align: right;
}
#favorite-panel #products-favorite-config input {
    border: 1px solid #dfe5e8;
    color: #8c8c8c;
    font: 12px yekan;
    height: 26px;
    margin: 5px 0;
    text-align: right;
    width: 266px;
    padding: 5px 10px;
    resize:none;
}
#favorite-panel .error-validartion {
    clear: right;
    color: #dd4b39;
    font-size: 13px;
    margin: 0.2em 0;
    text-align: right !important;
    display: none;
}
#favorite-panel .error-validartion {
    clear: right;
    color: #dd4b39;
    font-size: 13px;
    margin: 0.2em 0;
    text-align: right !important;
    display: none;
}
#favorite-panel .txtDescription {
    width: 570px;
    margin: 10px auto;
    clear: both;
}
#favorite-panel .txtDescription label {
    color: #4d4d4d;
    margin: 26px 0 10px;
    font-size: 13px;
}
#favorite-panel .txtDescription textarea {
    border: 1px solid #dfe5e8;
    font: 12px yekan;
    height: 100px;
    margin: 0;
    padding: 5px 10px;
    width: 550px;
    resize:none;
}
#favorite-panel .button-container {
    margin: 20px 0 0 0;
}
.button-container.small {
    min-height: 32px;
    height: 32px;
}
.button-container.small {
    min-height: 32px;
    height: 32px;
}
.button-container {
    display: inline-block;
    line-height: 0;
    margin: 4px;
    min-height: 38px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.button-container .button {
    line-height: 0;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.button-container .button, .button-container .button i.button-icon {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.button-container .button span, .button-container i.button-icon, .button-container i.button-icon::before, .button-container i.button-icon::after, .button-container .button, .button-container .button div {
    -webkit-transition: background-color 150ms ease 0s;
    -ms-transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease 0s;
    -o-transition: background-color 150ms ease 0s;
    transition: background-color 150ms ease 0s;
}
.button-container .button, .button-container .button i.button-icon {
    background-color: #ccc;
}
.button-container .button.dark-blue, .button-container .button.dark-blue i.button-icon {
    background-color: #969ba8;
}

.button-container .button i.button-icon {
    display: none;
}
.button-container .button i.button-icon {
    background: url("../image/Public/vtwo/slices.png") no-repeat 0 0;
}
.button-container .button, .button-container .button i.button-icon {
    background-color: #ccc;
}
.button-container .button i.button-icon {
    background: url("../image/Public/vtwo/slices.png") no-repeat;
}
.button-container .button.dark-blue, .button-container .button.dark-blue i.button-icon {
    background-color: #969ba8;
}
.button-container .button i.button-icon.button-icon-notification {
    background-position: -89px -414px;
}
.button-container .button.dark-blue .button-label {
    background-color: #969ba8;
}
.button-container .button div, .button-container .button span, .button-container .button i {
    position: relative;
    display: block;
}
.button-container .button-label .button-labelname {
    display: block;
    font-family: yekan;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.button-container.small .button-label .button-labelname {
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
}
.btnS {
    font-family: 'yekan';
    margin: 20px 0px;
    padding: 5px 60px;
    color: #fff;
    cursor: pointer;
    font-size: 2rem;
    border: none;
    float: left;
    background: #1793b5;
}
.btnS.right
{
    float:right;
}

