.ut2-add-to-compare.added:not(.label) i, 
.ut2-add-to-wish.added:not(.label) i, 
.ut2-quick-view-button.added i {
    color: #FF6D6D;
}
.ty-footer-form-block__input input[type=email] {
    border-color: transparent;
    border-radius: 18px;
    box-shadow: none;
    margin-right: 6px;
    padding: 4px 15px;
    width: calc(90% - 130px);
    min-height: 36px;
    outline: medium none;
    transition: all 150ms ease 0s;
    height: 32px;
}
.ut2-filters .ty-product-filters__submit-button i {
    color: #43b02a;
    font-size: 16px;
    left: 0;
    margin-right: 7px;
    position: relative;
}
.ty-product-filters__color-filter-check.test {
    color: #000;
}
.variations td {
    padding: 4px 0;
    text-align: left;
    font-weight: 700;
}
.variations .detail-parameter-block-title {
    font-size: 13px;
    font-weight: 700;
}
.variations #colors label {
    display: inline-block;
    padding: 6px;
    margin: 3px 6px 3px 0;
    min-width: 35px;
    min-height: 35px;
    white-space: nowrap;
    border: solid 1px #ddd;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset;
}
.variations #variants label {
    display: inline-block;
    padding: 6px;
    margin: 3px 6px 3px 0;
    min-width: 35px;
    white-space: nowrap;
    border: solid 1px #ddd;
    cursor: pointer;
    text-align: center;
}
.variations #colors label.active, 
.variations #variants label.active {
    padding: 4px;
    color: #43b02a;
    border: solid 2px #43b02a;
}
.variations label input {
    display: none;
}
.ty-product-labels__item {
    background: #ff4040 none repeat scroll 0 0;
    border: 1px solid;
    color: #f10c0c;
    text-shadow: none;
}
.ty-product-labels__item--discount 
.ty-product-labels__content {
    color: #ffffff;
}
.ty-product-labels__item--discount .ty-product-labels__content em {
    color: #ffffff;
}
.rating .rater-starsOff, 
.rating .rater-starsOn {
    width: 80px;
    display: inline-block;
    text-align: left;
    background: url(../images/rating.gif) repeat-x 0 0;
    height: 16px;
}
.rating .rater-starsOn {
    background-position: 0 -16px;
}
.litecheckout__cart {
    margin-bottom: 30px;
}
.ab__mb_items.colored .ab__mb_item {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.ab__mb_items.colored .ab__mb_item:last-child {
    border-bottom: 0 none;
}
.ab__mb_item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.ab__mb_item-title.cm-combination:after {
    content: "\e908";
    font-family: uni2-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -10px;
    font-size: 22px;
    color: #d5d5d5;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.ab__mb_item-title.cm-combination.open:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.alert.alert-danger {
    color: #bf4d4d;
    margin-bottom: 10px;
}
.alert.success {
    color: #496e16;
    margin-bottom: 10px;
}
@media screen and (max-width: 320px) {
    .ty-footer-form-block__input input[type="email"] {
		width: -webkit-calc(90% - 36px);
		width: calc(90% - 36px);
	}
}
.secret_number {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    background: rgb(246, 246, 246);
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px rgb(70, 81, 167), -1px 1px rgb(106, 115, 184), -1px -1px rgb(106, 115, 184), 1px -1px rgb(106, 115, 184);
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}

.ty-product-options select {
    min-width: 250px;
}

.top-menu-grid-vetrtical .ut2-menu__inbox .ty-menu__items .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items.with-pic {
    padding-right: 0px;
}

.ty-control-group {
    margin-bottom: 10px;
}

.ui-dialog .buttons-container {
    border: 0 none;
    margin: 20px -20px -20px;
    position: relative !important;
    width: calc(100% + 40px);
}