.smart-image-search-button {
    box-sizing: border-box;
    font: inherit;
    overflow: visible;
    text-transform: none;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    margin: 0;
    vertical-align: baseline;
    border-radius: 0;
    padding: 0.6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    margin-left: -30px;
    border-width: 1px;
    width: 60%;
    /*background: white;*/
    font-size: 17px;
    cursor: pointer;
    border-image: initial;
    border-color: rgb(216,216,216);
    border-top-color: rgb(216,216,216);
    border-right-color: rgb(209,209,209);
    border-style: solid;
    border-bottom-color: rgb(186,186,186);
}
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.st-actionContainer {
    z-index: 1500;
    position: fixed;
    display: inline-block;
}

.right-bottom {
    bottom: 2em;
    right: 2em;
    float: right !important;
}

.left-bottom {
    bottom: 2em;
    left: 2em;
    float: left !important;
}

.left-top {
    top: 2em;
    left: 2em;
    float: left !important;
}

.right-top {
    top: 2em;
    right: 2em;
    float: right !important;
}

div.st-actionContainer li{
    list-style: none;
}

.popup-container {
    height: auto;
    width: 500px;
    overflow:auto;
}

.st-panel{
    width: auto;
    margin-bottom: 1%;
    background-color: white;
    color: white;
    border: 2px solid #eee;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
    display: none;
}

div.st-panel{
    font-family: Roboto;
    font-size: 15px;
    padding: 5px;
}

.st-panel-header{
    background-color: white;
    color: black;
    padding: 3px;
}

.st-panel-contents{
    padding: 15px;
}

.st-button-main{
    color:black;
    text-align:center;
    line-height:60px;
    cursor:pointer;
    height: 100%;
    width: 100%;
    font-size: 25px;
}

.st-btn-container{
    background:white;
    width:60px;
    height:60px;
    border-radius:100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.rotateForward{
    animation-name:             rotateF;
    animation-duration:         0.65s;
    animation-iteration-count:  1;

}

@keyframes rotateF {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.rotateBackward{
    animation-name:             rotateB;
    animation-duration:         0.65s;
    animation-iteration-count:  1;

}

@keyframes rotateB {
    from {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
}

/*option grid in panel*/
/**
.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gridChild {
	flex: 0 0 33.33%;
	height: 50px;
	background-color: #999;
	text-align:center;
	text-decoration: none;
	color: white;
	line-height:50px;
}

.gridChild:hover {
	background-color: #eee;
	color: black;
}
*/
.btn--has-icon-after {
    padding: 10px;
    background: purple;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    cursor: pointer;
}

.p_content {
    color: black;
}

form.smart-search-bar {
    display: flex;
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
}

form.smart-search-bar input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 70%;
    background: #f1f1f1;
    line-height: normal;
    margin: 0px 0px 0px 0px;
}

form.smart-search-bar button {
    float: left;
    width: 60%;
    /*background: white;*/
    /*color: black;*/
    /*font-size: 17px;*/
    /*cursor: pointer;*/
    /*margin-left:-30px;*/
}

form.smart-search-bar::after {
    content: "";
    clear: both;
    display: table;
}

form.smart-search-bar input:focus {
    outline-width: 0;
}

#p-table {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#p-table td {
    width: 33%;
}
div.p-cell {
    margin: 5px;
    padding: 10px;
}
img.p-img {
    width: 100%;
    height: auto;
}
div.p-name {
    font-weight: bold;
    font-size: 1.1em;
}
div.p-price {
    color: black;
}
div.p-desc {
    color: #888;
    font-size: 0.9em;
}
button.p-add {
    background: #f46b41;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px;
    margin: 10px 5px 5px 5px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
}

.image-icon-search {
    display: block;
    margin: auto;
}

.icon-smart-search {
    margin: auto;
}

#smart-loading {
    padding-top: 50px;
    color: gray;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    display: none;
}

.smart-icon-search {
    display: block;
    margin: auto;
}

.hide {
    display: none;
}
.show {
    display: inline;
}
.st_body {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.7;
    -moz-transition:opacity 800ms;
    -o-transition:opacity 800ms;
    -webkit-transition:opacity 800ms;
    transition:opacity 800ms;
    z-index: 1500;
}
.st_container_close { position:absolute; top:9px; right:32px; width:16px; height:12px; padding:15px 11px 0 0; }
.st_container_close span { display:block; width:18px; height:5px; background:#333; }
.st_container_close span:first-child {      -ms-transform:rotate(45deg);      -webkit-transform:rotate(45deg);transform:rotate(45deg);  }
.st_container_close span:last-child {    margin:-5px 0 0;      -ms-transform:rotate(135deg);      -webkit-transform:rotate(135deg);    transform:rotate(135deg);  }

button:focus {outline:0;}

.cropperContainerImg{
    display: block;
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
    max-height: 300px;
}
.cropper-crop-box {
    background-color: white;
}