.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}
.sp-container, .sp-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.sp-top {
    position: relative;
    width: 100%;
    display: inline-block;
}
.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.sp-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%}
.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%}
.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%}
.sp-fill {
    padding-top: 80%}
.sp-sat, .sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
    opacity: .8;
}
.sp-alpha {
    display: none;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: 1px solid #333;
}
.sp-clear {
    display: none;
}
.sp-clear.sp-clear-display {
    background-position: center;
}
.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px;
}
.sp-alpha, .sp-alpha-handle, .sp-clear, .sp-container, .sp-container button, .sp-container.sp-dragging .sp-input, .sp-dragger, .sp-preview, .sp-replacer, .sp-slider {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.sp-container.sp-buttons-disabled .sp-button-container, .sp-container.sp-input-disabled .sp-input-container, .sp-container.sp-palette-buttons-disabled .sp-palette-button-container, .sp-initial-disabled .sp-initial, .sp-palette-disabled .sp-palette-container, .sp-palette-only .sp-picker-container {
    display: none;
}
.sp-sat {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
    background: -moz-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -ms-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -o-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, #0f0), color-stop(0.5, #0ff), color-stop(0.67, #00f), color-stop(0.83, #f0f), to(red));
    background: -webkit-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
    background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}
.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
    display: none!important;
}
.sp-cf:after, .sp-cf:before {
    content: "";
    display: table;
}
.sp-cf:after {
    clear: both;
}
@media (max-device-width:480px) {
    .sp-color {
    right: 40%}
.sp-hue {
    left: 63%}
.sp-fill {
    padding-top: 60%}
}
.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: #fff;
    opacity: .8;
}
.sp-container {
    border-radius: 3px;
    background-color: #f2f5f6;
    border: 1px solid #ced5d9;
    padding: 0;
}
.sp-clear, .sp-color, .sp-container, .sp-container button, .sp-container input, .sp-hue {
    font: 400 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-clear, .sp-color, .sp-hue {
    border: 1px solid #666;
}
.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
    width: 100%}
.sp-input {
    font-size: 12px!important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    width: 100%;
    background: 0 0;
    border-radius: 3px;
    color: #222;
}
.sp-input:focus {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-palette-container, .sp-picker-container {
    float: left;
    position: relative;
    padding: 10px 10px 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}
.sp-palette-container {
    border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
    border: 0;
}
.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    cursor: pointer;
}
.sp-palette .sp-thumb-el.sp-thumb-active, .sp-palette .sp-thumb-el:hover {
    border-color: orange;
}
.sp-initial {
    float: left;
    border: 1px solid #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0;
}
.sp-initial .sp-clear-display {
    background-position: center;
}
.sp-button-container, .sp-palette-button-container {
    float: right;
}
.sp-replacer {
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #91765d;
    background: #f2f5f6;
    vertical-align: middle;
    color: #333;
    border-color: #ced5d9;
    padding: 8px 6px;
    border-radius: 4px;
}
.sp-replacer.sp-active, .sp-replacer:hover {
    border-color: #acb7be;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}
.sp-preview {
    width: 18px;
    height: 18px;
    border: 1px solid #ced5d9;
    margin-right: 5px;
    float: left;
    z-index: 0;
}
.sp-palette {
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 2px 1px;
    border: 1px solid #d0d0d0;
}
.sp-container {
    padding-bottom: 0;
}
.sp-container button {
    background-color: #eee;
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(to bottom, #eee, #ccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle;
}
.sp-container button:hover {
    background-color: #ddd;
    background-image: -webkit-linear-gradient(top, #ddd, #bbb);
    background-image: -moz-linear-gradient(top, #ddd, #bbb);
    background-image: -ms-linear-gradient(top, #ddd, #bbb);
    background-image: -o-linear-gradient(top, #ddd, #bbb);
    background-image: linear-gradient(to bottom, #ddd, #bbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f!important;
    margin: 0 5px 0 0;
    padding: 2px;
    vertical-align: middle;
    text-decoration: none;
}
.sp-cancel:hover {
    color: #d93f3f!important;
    text-decoration: underline;
}
.sp-palette span.sp-thumb-active, .sp-palette span:hover {
    border-color: #000;
}
.sp-alpha, .sp-preview, .sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-alpha-inner, .sp-preview-inner, .sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;
    base64, iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;
    base64, R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
: focus {
    outline: 0!important;
}
.ui-widget-content {
    border: 1px solid #b3b3b3;
}
pre {
    border: 1px solid #999;
    padding: 1em;
    background-color: #FFE;
}
li {
    list-style-position: inside;
}
.ui-slider-range {
    background: #729fcf;
}
.ui-slider-handle {
    border-color: #729fcf;
}
html {
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}
.ng-cloak, .x-ng-cloak, [data-ng-cloak], [ng-cloak], [ng\:cloak], [x-ng-cloak] {
    display: none!important;
}
.spinner {
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/loading.gif) center center/32px 32px no-repeat;
    display: block;
    width: 100%;
    height: 100%}
.btn-control img {
    float: left;
}

.product-thumbnail {
    margin-bottom: 20px;
    text-align: center;
}
.product-thumbnail .product {
    display: block;
    height: 103px;
}
.product-thumbnail .caption {
    margin-top: 10px;
    height: 46px;
    overflow: hidden;
}
.drag-box {
    display: block;
    overflow: hidden;
    border: 3px dashed #d2d2d2;
    width: 300px;
    height: 280px;
    padding: 15px;
    margin: 0 auto;
}
.drag-box.drag-over {
    border: 3px dashed #5bc0de;
}
.scroller {
    height: 300px;
    width: auto;
    overflow: hidden;
    position: relative;
}
.scroller.external-scrollbar {
    padding-right: 30px;
}
.font-thumbmail {
    /*width: 40%;*/
    line-height: 62px;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
}

.font-thumbnail img { width: 100%; height: auto; }


.font-thumbmail:nth-child(even) {
    border-right: 0px solid transparent;
}
.font-thumbmail:nth-last-of-type(-n+2) {
    border-bottom: 0px solid transparent;
}
.font-thumbmail a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-categories {
    min-width: 100px;
    text-transform: capitalize;
}
.clipArt-scroller {
    width: 456px;
}
.clipArt-thumbnail, .myImage-thumbnail {
    height: 62px;
    line-height: 62px;
    border-bottom: 0px solid #eee;
    border-right: 0 solid #eee;
}
.clipArt-thumbnail a, .myImage-thumbnail a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.clipArt-thumbnail img, .myImage-thumbnail img {
    max-height: 62px;
    max-width: 62px;
}
.dropdown-clipart {
    padding: 5px;
    width: 350px;
}
@media (min-width:768px) {
    .dropdown-clipart {
        padding: 15px;
        width: 550px;
    }
}
.pull-right>.dropdown-menu {
    right: -20px;
}
.dropdown-menu {
    font-size: 18px;
    z-index: 1031;
}
.dropdown-item {
    height: 50px;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
    padding-bottom: 55px;
    margin-right: -30px;
    margin-left: 10px;
}
.file-upload-preview {
    min-width: 300px;
    max-height: 300px;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    background: #eee;
}
.clipArt-thumbnail:nth-child(even) {
    border-right: 1px solid transparent;
}
.clipArt-thumbnail:nth-last-of-type(-n+2) {
    border-bottom: 1px solid transparent;
}
.myImage-thumbnail {
    height: 102px;
    line-height: 102px;
    padding: 5px;
}
.myImage-thumbnail:nth-child(3n) {
    border-right: 1px solid transparent;
}
.myImage-thumbnail a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.myImage-thumbnail img {
    max-height: 100%;
    max-width: 100%}
.myImage-thumbnail .thumbnail-upload {
    color: #b3b3b3;
    font-size: 40px;
    margin-top: 30px;
}
.myImage-thumbnail .thumbnail-upload:hover {
    color: #555;
}
.no-upload:hover {
    text-decoration: none;
}
.no-upload i {
    color: #b3b3b3;
    font-size: 40px;
    margin-top: 30px;
}
.no-upload i:hover {
    color: #555;
}
.ps-scrollbar-x-rail, .ps-scrollbar-y-rail {
    opacity: .5!important;
}
*, :after, :before {
    -moz-box-sizing: border-box;
}
.orientation-thumbnail img {
	width: 100%;
    height: auto;
}
.capitalize {
    text-transform: capitalize;
}
#designer-product {
    position: relative;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
#designer-product.zoom {
    transform: rotate(4deg) scale(1.005) skew(1deg) translate(0px);
    -webkit-transform: rotate(4deg) scale(1.005) skew(1deg) translate(0px);
    -moz-transform: rotate(4deg) scale(1.005) skew(1deg) translate(0px);
    -o-transform: rotate(4deg) scale(1.005) skew(1deg) translate(0px);
    -ms-transform: rotate(4deg) scale(1.005) skew(1deg) translate(0px);
}
#designer-product #designer-holder {
    position: absolute;
    display: block;
    z-index: 0;
}
#designer-product #designer-holder img {
   width: 100%;
   height: auto;
}
#designer-product #designer-transparency {
    position: absolute;
    display: block;
    z-index: 0;
}
#designer-product #designer-transparency img {
    width: 100%;
    height: auto;
}
#designer-product #designer-container {
    display: block;
    position: absolute;
    border: 1px solid transparent;
}
#designer-product #designer-container:hover {
    border: 1px dashed transparent;
}
.popover-content {
    padding: 4px;
}
.popover-content .btn {
    padding: 1px 4px;
    text-align: left;
}
.popover-content .btn.btn-default {
    background: 0 0;
    border-color: transparent;
    font-size: 12px;
}
.popover-content .btn.btn-default:hover {
    background-color: #F2FBFF;
    border-color: #c4edff;
}
div.ui-state-disabled.ui-draggable-disabled {
    opacity: 1;
}
.sfm .chosen-results {
    max-height: 400px!important;
}
.sfm .sf {
    font-size: 36px;
    height: 52px;
    line-height: 52px!important;
    white-space: nowrap;
}
.sfm .sf:hover {
    color: #21759B;
}
.sfm .gf {
    height: 64px;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
img.sfm-preview {
    margin: 0;
    padding: 0;
    border: 0;
}
.sfm .gf, .sfm-preview {
    background-color: #000;
}
.sfm .gf:hover, .sfm-preview:hover {
    background-color: #21759B;
}
.sfm .chosen-results li {
    padding: 0!important;
}
.bordered {
    border: 1px solid red;
}
.sliderExample {
    width: 640px;
    padding: 2em;
    background-color: #f5f5f5;
    border: 1px solid #f0f0f0;
    margin: 2em;
}
.sliderExample>div {
    margin: 1em 0;
}
.vertical-container {
    width: 15%;
    display: inline-block;
}
#swatch {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
}
#red .ui-slider-range {
    background: #ef2929;
}
#red .ui-slider-handle {
    border-color: #ef2929;
}
#green .ui-slider-range {
    background: #8ae234;
}
#green .ui-slider-handle {
    border-color: #8ae234;
}
#blue .ui-slider-range {
    background: #729fcf;
}
#blue .ui-slider-handle {
    border-color: #729fcf;
}
.ng-spinner {
    width: 30px;
}
.color-picker {
    padding: 15px 15px 15px 0;
}
.breadcrumb li {
    text-transform: capitalize;
}
.panel-category h3 {
    margin-top: 0;
}
.btn-group.btn-zoom {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99;
    background: 0 0;
}
.btn-group.btn-zoom .btn-default {
    color: #222;
    background-color: #fff;
    border: 1px solid #b3b3b3;
}
.btn-group.btn-zoom .btn-default.active, .btn-group.btn-zoom .btn-default:active, .btn-group.btn-zoom .btn-default:focus, .btn-group.btn-zoom .btn-default:hover, .open>.dropdown-toggle.btn-group.btn-zoom .btn-default {
    color: #222;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
}
.btn-group.btn-zoom .btn-default.active, .btn-group.btn-zoom .btn-default:active, .open>.dropdown-toggle.btn-group.btn-zoom .btn-default {
    background-image: none;
}
.btn-group.btn-zoom .btn-default.disabled, .btn-group.btn-zoom .btn-default.disabled.active, .btn-group.btn-zoom .btn-default.disabled:active, .btn-group.btn-zoom .btn-default.disabled:focus, .btn-group.btn-zoom .btn-default.disabled:hover, .btn-group.btn-zoom .btn-default[disabled], .btn-group.btn-zoom .btn-default[disabled].active, .btn-group.btn-zoom .btn-default[disabled]:active, .btn-group.btn-zoom .btn-default[disabled]:focus, .btn-group.btn-zoom .btn-default[disabled]:hover, fieldset[disabled] .btn-group.btn-zoom .btn-default, fieldset[disabled] .btn-group.btn-zoom .btn-default.active, fieldset[disabled] .btn-group.btn-zoom .btn-default:active, fieldset[disabled] .btn-group.btn-zoom .btn-default:focus, fieldset[disabled] .btn-group.btn-zoom .btn-default:hover {
    background-color: #fff;
    border-color: #fff;
}
.btn-group.btn-zoom .btn-default .badge {
    color: #fff;
    background-color: #222;
}
.btn-group.btn-zoom .btn-default:hover {
    border: 1px solid #b3b3b3;
}

.mainmenu { background: #A6ACAF; }

.mainoptions {
    margin-left: 8px;
    margin-right: -6px;
}

.mainmenu.col-lg-1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.btn-group.btn-menu {
    width: 100%;
    overflow-x: hidden;
}

.btn-menu .btn {
    border-radius: 0px !important;
}

.btn-menu .btn-default {
    color: #CACFD2;
    background: #A6ACAF;
    border: 0px !important;
}

.btn-menu .btn-default:focus, .btn-menu .btn-default:hover {
    color: #fff;
    background: #BDC3C7;
    text-shadow: 1px 1px 0px #909497;
}

.btn-menu .btn-default.active, .btn-menu .btn-default:active { 
    color: #149bbc;
    background: #fff;
    box-shadow: 0px 0px 30px #626567;
    text-shadow: none !important;
}

.btn-menu .btn-default.active:hover, .btn-menu .btn-default:active:hover {
    text-shadow: none !important;
} 

.btn-group.btn-menu i {
    font-size: 32px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .btn-group.btn-menu i {
        font-size: 48px;
    }
}

.list-group-item .row {
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-group-item i {
    font-size: 25px;
    padding: 5px 30px 5px 20px;
}
.color-selector-selected {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}
.color-selector {
    width: 18px;
    height: 18px;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid #b3b3b3;
    overflow: hidden;
}
.color-selector.active {
    box-shadow: 0 0 3px #00a2ea, 0 0 3px #00a2ea;
}
.font-category-selector .selected {
    font-weight: 700;
}
.font-category-selector a {
    text-transform: capitalize;
}
.font-selector .selected {
    font-weight: 700;
}
.font-selector a {
    text-transform: capitalize;
}
.simplecolorpicker.picker:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''}
.simplecolorpicker.picker:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''}
.simplecolorpicker.picker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1051;
    display: none;
    float: left;
    min-width: 160px;
    max-width: 264px;
    padding: 4px 0 0 4px;
    margin: 1px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box;
}
.simplecolorpicker.inline {
    display: inline-block;
    height: 18px;
    padding: 4px 0;
}
.simplecolorpicker div, .simplecolorpicker.icon {
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid transparent;
}
.simplecolorpicker div {
    margin: 0 4px 4px 0;
}
.simplecolorpicker div.selected, .simplecolorpicker div:hover {
    border: 1px solid #000;
}
.nav-tabs .edit {
    display: none;
}
.nav-tabs .edit.active {
    display: block;
}
.nav-tabs>li>a {
    background-color: #149bbc;
}
.btn-buy {
    background-image: -webkit-linear-gradient(top, #fdca5f 0, #ee9105 100%);
    background-image: linear-gradient(to bottom, #fdca5f 0, #ee9105 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdca5f', endColorstr='#ffee9105', GradientType=0);
    border: 2px solid #FF9110;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
}
.mini-loader {
    position: absolute;
    top: 39px;
    right: 5px;
    display: block;
    width: 65px;
    height: 30px;
}
.splash-screen {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.splash-screen .progress-wrapper {
    width: 40%;
    margin-left: 30%;
    margin-top: 15%;
    text-align: center;
}
.bs-countries-modal-sm {
    display: none;
    height: 0;
}
.bs-countries-modal-sm .modal-dialog {
    right: -13px;
    top: 16px;
    width: 400px;
    z-index: 6;
    position: absolute;
}
@media (min-width:768px) {
    .bs-countries-modal-sm {
    display: none;
    height: 0;
}
.bs-countries-modal-sm .modal-dialog {
    right: 25px;
    top: -6px;
    width: 768px;
    z-index: 6;
    position: absolute;
}
.row.equal {
    display: table;
}
.row.equal [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
}
}
#cart {
    right: 0;
    position: absolute;
    top: -24px;
    z-index: 9;
}
#cart .heading {
    cursor: pointer;
    float: right;
    padding: 10px 14px 6px;
    background: #FFF;
    position: relative;
    z-index: 1;
    margin-top: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}
#cart .heading h4 {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 3px;
}
#cart .heading a {
    text-decoration: none;
}
#cart .heading a span {
    background: #FFF;
    padding-right: 15px;
}
#cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    left: 10px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-radius: 0 7px 7px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background: #FFF;
}
#cart.active .heading {
    margin-top: 8px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    -khtml-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
#cart.active .heading:after {
    background-color: #fff;
    height: 20px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    right: -2px;
}
#cart.active .content {
    display: block;
}
#cart .empty {
    padding-top: 50px;
    text-align: center;
}
.tooltip-wrapper {
    display: inline-block;
}
.delete {
    color: red;
}
.bold {
    font-weight: 700;
}
.container {
    background: #fff;
    box-shadow: 0px 0px 20px #626567;
    /*background: #f5f5f5 url("images/stripes-light.png") repeat top left fixed;
    border: 1px solid #f1f1f1;
    border-radius: 5px;*/
}
.mute-link {
    color: #b3b3b3;
    margin-left: 8px;

}
.no-mobile-padding {
    padding: 0;
}
.mobile-footer {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
    background: #eee;
    z-index: 1031;
}
body {
    margin: 0;
    padding: 0;
	background: #909497;
    overflow-x: hidden;
}

.outer-holder {
    display: block;
    margin: 30px 0px;
    overflow: hidden;
}

.btn-mini {
    height: 25px;
    padding: 4px 8px;
}

.canvas-container {
    border: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}
.checkout-border {
    padding-right: 30px;
    border-right: 1px solid #d2d2d2;
}

.mobile-nav {
    height: 40px;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.mobile-nav a {
    color: #fff;
}
.mobile-nav i {
    font-size: 18.7px;
}
.navbar-default.mobile-footer-nav {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default.mobile-footer-nav .btn {
    border-radius: 0;
}
.navbar-default.mobile-footer-nav .btn:first-child {
    border-left: 0;
}
.navbar-default.mobile-footer-nav .btn:last-child {
    border-right: 0;
}
.nav-menu-switch {
    display: block;
    width: 80px;
    height: 15px;
    line-height: 15px;
    margin: 0 auto -2px;
    text-align: center;
    background: #f2f5f6;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ced5d9;
    border-bottom: none;
    color: #333;
    font-size: 12px;
}

.product-orientations {
    float: left;
    width: 100%;
    margin: 30px 0px;
}



.loading-indicator {
    width: 44px;
    height: 44px;
    position: fixed;
    display: none;
    z-index: 9999;
    top: 20%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
}
.loading-indicator i {
    font-size: 50px;
}
#PPDGFrame .panel {
    background: 0 0;
}
.well.well-clear {
    background: #fff;
}
.payment-choice .caption {
    padding-bottom: 0;
    padding-top: 18px;
}

/* Added */
.pagetop .yourlogo {
    float: left;
    margin-bottom: 2%;
    padding: 2% 2% 2% 6%;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 0px 20px #626567;
}

.pagetop .yourlogo img { opacity: 1; }
.pagetop .yourlogo img:hover { opacity: 1; }

.pagetop ul.yourinfo {
    float: left;
    list-style: none;
    padding: 0;
}

.pagetop .yourinfo li strong { color: #fff; }

.pagetop .yourinfo li a { color: #E5E7E9; }
.pagetop .yourinfo li a:hover { color: #fff; }

/*.pagetop .yourinfo li:nth-child(2), 
.pagetop .yourinfo li:nth-child(4) { 
    border-left: 1px dotted #A6ACAF; border-right: 1px dotted #A6ACAF; 
}*/
.pagetop .yourphone, .pagetop .youremail { text-align: center; }
.pagetop .yourphone i, .pagetop .youremail i { font-size: 32px; margin-bottom: 5px; }
.pagetop .youremail { 
    width: 32%;
    padding-left: 16px;
}

.pagetop .yourinfo li {
    float: left;
    width: 25%;
    margin-top: 2%;
    color: #E5E7E9;
}

@media screen and (max-device-width: 480px) { 
    .pagetop .yourinfo li {
        width: 20%;
    }
    .pagetop .yourinfo li:nth-child(1) { 
        border-right: 1px dotted #A6ACAF; 
    }
}

@media screen and (min-width: 480px) and (max-device-width: 1400px) { 
    .pagetop .yourinfo li {
        width: 33%;
    }
}

.pagetop ul.ptopmenu {
    float: right;
    list-style: none;
    margin: 4% 0% 0% 0%;
    padding: 0px 20px;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 20px #626567;
}

.ptopmenu li.menulink {
    float: right;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.ptopmenu .menulink:hover { background: #149bbc; }

.ptopmenu .menulink a { color: #909497; }

.ptopmenu .menulink:hover a, .ptopmenu .menulink a:focus, .ptopmenu .menulink a:hover { color: #fff; }

.mcon {  clear:both; margin-top: 0; margin-bottom: 0; padding: 1% 0%; height: 100%; }

footer { 
    float: left;
    width: 100%;
    padding: 1.2% 0%;
    text-align: center;
    font-size: 12px;
}

footer a {
    color: #fff;
    text-decoration: none;
    opacity: .2;
}

footer a:hover { color: #fff; opacity: 1; }

.pagetop .yourlogo img, .ptopmenu li.menulink, .ptopmenu .menulink a, footer a {
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.thank-you-modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .thank-you-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.thank-you-modal > .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.popover-content a {
  color: black;
}

.popover-content .btn.btn-default:hover, 
.popover-content .btn.btn-default:visited {
  color: black;
}

.fa.fa-angle-up,
.fa.fa-angle-down {
    /*margin-top: -2px;*/
    font-size: 3em;
}

.ui-widget input {
    font-size: 22px;
}

.ui-spinner-button {
    width: 35px;
}

.ng-spinner {
    width: 43px;
    outline-color: rgba(0, 0, 0, 0);
}

@media (max-width: 480px) {
    .container {
        margin-right: -10px;
    }
}

@media (min-width: 768px) {
    .container {
        width: inherit;
        padding-right: 16px;
    }
}

.btn-default:focus {
    background-color: #149bbc;
}

.btn-default.active {
    background-color: #7c0e8c;
}