.breadcrumb{
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: inherit;
    border-radius: 0;
}
#review{
    text-align: justify;
}
nav.navbar-default {
    margin-bottom: 0px;
}
/* submenu */
#submenu{
    background-color: white;
    height: 40px;
    border-bottom: 1px solid rgba(231, 231, 231, 1);
    margin-bottom: 20px;
}
.submenu{
    position: relative;
}
.submenu .item{
    float: left;
    background-color: #5E5652;
    border-radius: 5px 5px 0px 0px;
    border-right: 1px solid #817c79;
    width: 20%;
    text-align: center;
    height: 39px;
}
.submenu .item:last-child {
    border: 0;
}
.submenu .item .head{
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    color: white;
    display: block;
    white-space: nowrap;
    padding: 10px 0;
    font-weight: 800;
}
.submenu .item .head-hover{
    color: #5E5652;
    background-color: white;
    border: 1px solid #d3d3d3;
}
.submenu .item .wrapper{
    display: none;
    left: 0;
    position: absolute;
    top: 39px;
    width: 100%;
    background-color: white;
    opacity: 0;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    z-index: 10001;
}
.submenu .item .wrapper:hover{
    display: block;
    opacity: 1;
}
.submenu .item .head:hover{
    text-decoration: none;
    color: #5E5652;
    background-color: white;
    border: 1px solid #d3d3d3;
}
.submenu .item .head:hover + .wrapper{
    display: block;
    -webkit-animation-duration: 0.1s; 
    animation-duration: 0.1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.submenu .item .list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.submenu .item .list li{
    float: left;
    margin: 0;
    height: 50px;
    padding: 15px 10px 15px 10px;
    width: 20%;
    font-size: 14px;
}
.submenu .item .list a{
    cursor: pointer;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    font-weight: 600;
}
.submenu .item .list a:hover{
    text-decoration: underline;
}

/* slide 1 */
.index-shop{
    padding-bottom: 50px;
}
.index-shop .slide1{
    width: 100%;
    height: 410px;
    background: #FFFFFF url(../images/shop/tlo_3.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
    color: white;
    padding: 60px;
}
.index-shop .slide1 h1{
    text-align: center;
    font-size: 48px;
}
.index-shop .slide1 h2{
    text-align: center;
    font-size: 32px;
    font-weight: 400!important;
}
.index-shop .slide1 p{
    text-align: center;
    font-size: 28px;
    font-weight: 400!important;
}
.index-shop .slide1 .input-group{
    width: 500px;
    height: 55px;
    margin: auto;
    margin-bottom: 10px;
}
.index-shop .slide1 .input-group input{
    height: 100%;
    font-size: 16px;
}
.index-shop .slide1 .input-group .input-group-btn button{
    height: 45px;
    margin-top: -10px;
}
.index-shop .slide1 .buttons{
    width: 500px;
    margin: auto;
    text-align: center;
}
/* slide */
.autocomplete-note{
    color: #BBB;
}
div.Tokenize{
    width: 500px!important;
    height: 45px!important;
    color: black!important;
}
@media(max-width: 767px)
{
    div.Tokenize{
        width: 100%!important;
    }
}
div.Tokenize ul.TokensContainer {
    height: 45px!important;
}
div.Tokenize ul.TokensContainer li.Token, div.Tokenize ul.TokensContainer li.TokenSearch{
    height: 32px!important;
}
div.Tokenize ul.TokensContainer li.TokenSearch input{
    height: 32px;
    font-size: 22px!important;
}
div.Tokenize ul.TokensContainer li.Token {
    line-height: 29px!important;
}
div.TokenizeMeasure, div.Tokenize ul li span, div.Tokenize ul.TokensContainer li.TokenSearch input{
    font-size: 15px!important;
}
div.Tokenize ul.TokensContainer li.Token a.Close {
    font-size: 20px !important;
    line-height: 30px!important;
    margin: 0 0 0 5px!important;
}
div.Tokenize ul.TokensContainer li.TokenSearch input{
    box-shadow: none!important;
}
div.Tokenize ul.TokensContainer, div.Tokenize ul.Dropdown{
    border-radius: 3px;
}
.index-shop .slide, .index-shop .slide3, .index-shop .slide4, .index-shop .slide5, .index-shop .slide6, .index-shop .slide7{
    padding: 40px 0;
}
.index-shop .slide .header{
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.index-shop .slide .header h3{
    float: left;
}
.index-shop .slide .header a{
    padding-right: 15px;
    float: right;
    margin-top: 30px;
    text-transform: uppercase;
}
.index-shop .slide .list{
    padding-right: 0!important;
}
.index-shop .products{
    display: inline-block;
    width: 100%;
}
.index-shop .products .product{
    color: #333;
    position: relative;
    height: 208px;
    width: 210px;
    background-color: white;
    border: 1px solid #c9c9c9;
    float: left;
    padding: 5px;
    margin-right: 21px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.index-shop .products .product:hover{
    border: 1px solid black;
    text-decoration: none;
}
.index-shop .products .product .main-image{
    width: 100%;
    max-width: 240px;
    height: 156px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.index-shop .products .product .information{
    display: table;
    width: 100%;
    height: 40px;
    margin-top: 2px;
}
.index-shop .products .product .information .title{
    height: 40px;
    overflow: hidden;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
}
.index-shop .products .product .information .price{
    width: 75px;
    font-size: 15px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.index-shop .products .ribbon{
    position: absolute;
    top: -8px;
    width: 135px;
    right: -12px;
}
/* slide 2 */
.index-shop #slide2{
    background-color: #F4F4F4;
}
/* slide 3 */
.index-shop #slide3{
    color: white;
    text-align: center;
    position: relative;
    padding: 0;
}
.index-shop #slide3 img{
    width: 100%;
}
.index-shop #slide3 .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.index-shop #slide3 h3{
    font-size: 38px!important;
    font-weight: 700!important;
}
/* slide 4 */
.index-shop #slide4{
    background-color: #F4F4F4;
}
/* slide 5 */
.index-shop #slide5{
    background-color: white;
}
/* slide 6 */
.index-shop #slide6{
    background-color: #F4F4F4;
}
/* slide 7 */
.index-shop #slide7{
    background-color: white;
}

/* product */
#product .product-id{
    color: #BBB;
    position: absolute;
    font-size: 12px;
    right: 20px;
}
#product .wrapper{
    background-color: white;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#product .wrapper .images{
    display: block;
    max-width: 100%;
    //max-height: 520px;
    text-align: center;
    padding: 15px;
    margin: auto;
    position: relative;
}
#product .wrapper .images .ribbon{
    position: absolute;
    right: -27px;
    top: -19px;
    z-index: 10001;
}
#product .wrapper .images .owl-carousel .owl-wrapper-outer{
    height: 600px!important;
}
#product .wrapper .images .owl-item{
    display: table!important;
}
@media(min-width: 768px)
{
    #product .wrapper .images .owl-item{
        width: 720px!important;
        height: 600px!important;
    }
}
#product .wrapper .images .owl-item .item
{
    display: table-cell!important;
    vertical-align: middle!important;
    cursor: -webkit-zoom-in;
}
#product .wrapper .images #carousel .item img{
    height: auto;
    max-height: 600px !important;
    max-width: 640px;
}
/* single */
#product .wrapper .single .owl-carousel .owl-wrapper-outer{
    height: 100%!important;
}
#product .wrapper .single .owl-item{
    height: 100%!important;
}
#product .wrapper .single #carousel .item img{
    height: auto;
    max-height: 100%!important;
}

#product .wrapper .images .navigation{
    position: absolute;
    display: table;
    width: 720px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@-moz-document url-prefix(){
    #product .wrapper .images .navigation{
        top: 46%;
    }
}
@media screen\0{
    #product .wrapper .images .navigation{
        top: 46%;
    }
}
#product .wrapper .images .navigation .arrow-left, #product .wrapper .images .navigation .arrow-right{
    border: 1px solid black;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    font-size: 12px;
}
#product .wrapper .images .navigation .arrow-left{
    float: left;
    margin-left: 10px;
    padding: 2px 2px 0 0px;
}
#product .wrapper .images .navigation .arrow-right{
    float: right;
    margin-right: 10px;
    padding: 1px 0px 0 0px;
}
#product .wrapper .images .navigation .arrow-left:hover, #product .wrapper .images .navigation .arrow-right:hover{
    color: white;
    background-color: #333;
}
#product .wrapper .thumbnails{
    text-align: left;
    padding: 15px;
    border-top: 1px solid #d2d5da;
    border-radius: 0 0 3px 3px;
    background: #fff;
    color: #535865;
    display: inline-block;
    width: 100%;
}
#product .wrapper .thumbnails .box{
    width: 100px;
    height: 100px;
    float: left;
    margin-left: 10px;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
}
#product .wrapper .thumbnails .box:first-child{
    margin-left: 0px;
}
#product .wrapper .thumbnails .box a{
    width: 100%;
    height: 100%;
    display: block;
}
@media(max-width: 767px){
    #product .wrapper .images{
        max-width: 100%;
    }
    #product .wrapper .images #carousel .item img{
        height: auto;
        max-height: 240px !important;
    }
    #product .wrapper .images .owl-item{
        width: inherit;
    }
    #product .wrapper .images .navigation{
        display: none;
    }
    #product .wrapper .images .ribbon {
        right: -14px;
        top: -10px;
        z-index: 1;
        height: 100px;
    }
    #product .wrapper .images .owl-carousel .owl-wrapper-outer {
        height: inherit!important;
    }
    #product .purchase, #product .author{
        margin-top: 20px;
    }
    .index-shop #slide3 h3{
        font-size: 20px;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    #product .wrapper .images{
        max-width: 94%;
    }
    #product .wrapper .images .navigation{
        left: -19px;
    }
    #product .wrapper .images .owl-item{
        width: 647px!important;
    }
    #product .wrapper .images .ribbon{
        right: -49px;
        z-index: 1;
    }
    #product .purchase, #product .author{
        margin-top: 20px;
    }
}

#product .purchase, #product .author{
    background-color: white;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#product .purchase .cost{
    font-size: 20px;
}
#product .purchase .cost span{
    font-size: 35px;
}
#product .purchase .text{
    text-align: justify;
    font-size: 15x;
    margin: 10px 0;
}
#product .purchase .text .license{
    padding: 0 0 0 20px;
}
#product .purchase .button button, #product .purchase .button a, #product .attributes .button a{
    width: 100%;
    height: 40px;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    margin-bottom: 8px;
    border: 1px solid;
}
#product .purchase .button a:hover, #product .attributes .button a:hover{
    text-decoration: none;
}
#product .attributes, #product .notaccept{
    margin: 20px 0;
    background-color: white;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#product .notaccept, #product .toaccept{
    margin: 0 0 20px 0;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
#product .notaccept{
    color: #9F6000;
    background-color: #FEEFB3;
}
#product .toaccept{
    color: #00529B;
    background-color: #BDE5F8;
}
#product .notaccept .title, #product .toaccept .title{
    font-weight: 700;
    font-size: 18px;
}
#product .notaccept .text, #product .toaccept .text{
    text-align: justify;
    font-size: 15x;
    margin: 10px 0;
}
#product .attributes .row, #product .author .row{
    margin-bottom: 10px;
}
#product .attributes .name, #product .author .name{
    font-weight: bold;
}
#product .attributes .value, #product .author .value{
    color: gray;
}
#product .attributes .value a, #product .author .value a{
    margin-right: 5px;
    display: inline-block;
}

/* SEARCH */
.sidebar-header{
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    padding: 5px 10px;
    background-color: #dddddd;
    text-align: justify;
    margin: 5px 0;
}
.sidebar-dropdown-icon{
    margin-top: 4px;
}
.sidebar{
    background-color: white;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 10px 0;
}
.sidebar .criteria .sorting{
    text-align: center;
}
.sidebar .criteria .sorting select {
    width: 100%;
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #888;
    border: 1px solid #ccc;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
}
.sidebar .criteria .sorting label {
    position:relative;
    width: 100%;
}
.sidebar .criteria .sorting label:after {
    content: '<>';
    font: 13px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 3px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}
.sidebar .criteria .sorting label:before {
    content: '';
    right: 6px;
    top: 1px;
    width: 20px;
    height: 23px;
    background: #f8f8f8;
    position: absolute;
    pointer-events: none;
    display: block;
}
.sidebar .criteria .color-circle{
    height: 14px;
    width: 14px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, .25);
    display: inline-block;
    margin: 2px 2px -2px 0;
}
.sidebar .criteria .color-circle-rainbow {
    background: #ff0004;
    background: -moz-linear-gradient(-45deg, #ff0004 20%, #29b8e5 78%, #b3dced 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(20%,#ff0004), color-stop(78%,#29b8e5), color-stop(100%,#b3dced));
    background: -webkit-linear-gradient(-45deg, #ff0004 20%,#29b8e5 78%,#b3dced 100%);
    background: -o-linear-gradient(-45deg, #ff0004 20%,#29b8e5 78%,#b3dced 100%);
    background: -ms-linear-gradient(-45deg, #ff0004 20%,#29b8e5 78%,#b3dced 100%);
    background: linear-gradient(135deg, #ff0004 20%,#29b8e5 78%,#b3dced 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#b3dced',GradientType=1 );
    border: none;
}
.sidebar .criteria .title{
    background-color: #dddddd;
    font-size: 18px;
    padding: 5px;
}
.sidebar .criteria .value{
    padding: 5px;
}
.sidebar .criteria .value .option{
    font-size: 12px;
}
.sidebar .criteria .value .option .text{
    font-size: 12px;
    height: 25px;
    width: 100%;
}
.sidebar .criteria .value .option .price{
    font-size: 12px;
    height: 25px;
    width: 80px;
}
.sidebar .criteria #type-logo{
    width: 100%;
}
.sidebar .criteria #type-logo .option{
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 3px;
    position: relative;
    opacity: 0.5;
}
.sidebar .criteria #type-logo .checked{
    border: 1px solid black;
    opacity: 1;
}
.sidebar .criteria #type-logo .option:last-child{
    margin-bottom: 0px;
}
.sidebar .criteria #type-logo .option img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 85%;
}
.sidebar .sidebar-clear{
    float: right;
    text-align: right;
    font-size: 10px;
    margin-top: 6px;
    cursor: pointer;
}
.sidebar .advanced{
    text-align: right;
    display: block;
    margin-right: 5px;
    cursor: pointer;
}
.sidebar .tag{
    cursor: pointer;
    padding: 0 4px;
}
.sidebar .tag-checked{
    background-color: #0079cc;
    color: white;
}
.sidebar .tag-smallest{
    font-size: 12px;
}
.sidebar .tag-small{
    font-size: 16px;
}
.sidebar .tag-medium{
    font-size: 20px;
}
.sidebar .tag-large{
    font-size: 24px;
}
.sidebar .tag-largest{
    font-size: 28px;
}
.sidebar .tag:hover{
    background-color: #0079cc;
    color: white;
}

@media(min-width: 768px) and (max-width: 991px){
    .sidebar .criteria .title{
        font-size: 11px;
    }
    .sidebar .sidebar-clear{
        margin-top: 2px;
    }
    .sidebar .criteria .value .option .price{
        width: 80%;
        margin-bottom: 2px;
    }
    .sidebar .criteria .value .option{
        font-size: 11px;
    }
}

.search-header h1{
    margin-top: 10px;
    margin-bottom: 3px;
    float:left;
}
.search-header h2{
    clear: both;
    font-size: 14px;
}

.results{
    padding-right: 0px;
}
.results .products{
    display: inline-block;
    width: 100%;
}
.results .products .monstroid-banner{
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    margin-right: 17px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 5px;
}
.results .products .monstroid-banner .text{
    position: absolute;
    font-size: 25px;
    left: 0;
    right: 0;
}
.results .products .monstroid-banner img{
    width: 100%;
}
.results .products .product{
    color: #333;
    position: relative;
    height: 208px;
    width: 201px;
    background-color: white;
    border: 1px solid #c9c9c9;
    float: left;
    padding: 5px;
    margin-right: 14px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
@media(max-width: 767px)
{
    .results{
        margin-top: 10px;
    }
}
@media(max-width: 444px)
{
    .results .products .product{
        float: none;
        display: block;
        margin: 0 auto 10px auto;
    }
}
.results .products .product:hover{
    border: 1px solid black;
}
.results .products .ribbon{
    position: absolute;
    top: -8px;
    width: 135px;
    right: -12px;
}
.results .products .product .main-image{
    width: 100%;
    max-width: 240px;
    height: 156px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.results .products .product .popup-image{
    width: 500px;
    border: 1px solid #333;
    z-index: 1001;
    position: absolute;
}
.results .products .product .information{
    display: table;
    width: 100%;
    height: 40px;
    margin-top: 2px;
}
.results .products .product .information .title{
    height: 40px;
    overflow: hidden;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
}
.results .products .product .information .price{
    width: 75px;
    font-size: 15px;
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}
.results .products .noresults{
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
}
#shop-loader {
    bottom: 0;
    position: fixed;
    text-align: center;
    padding: 0;
    z-index: -1;
}
#shop-loader-wrapper {
    display: table;
    padding: 0;
}
#shop-loader-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#shop-loader-content {
    display: inline-block;
    padding: 20px;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
}
#shop-loader-content img{
    margin-bottom: 15px;
}
#results-loader {
    clear: both;
    text-align: center;
}
#go-to-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 48px;
    height: 48px;
    background: url(../images/shop/scroll-top.png) no-repeat 0px 0px;
    z-index: 1001;
    opacity: 0.5;
}
#go-to-top:hover{
    opacity: 1;
}

#shop-chosen-tag{
    margin-bottom: 10px;
    margin-right: 15px;
    background-color: #dddddd;
}
@media(max-width: 1199px){
    #shop-chosen-tag{
        margin-right: 0;
    }
}
@media(max-width: 768px){
    #shop-chosen-tag{
        margin-left: 0;
    }
}
.chosen-tag{
    cursor: pointer;
    font-size: 10px;
    margin-left: 5px;
    background-color: #0079CC;
    padding: 4px;
    border-radius: 5px;
    color: white;
    margin-top: 1px;
    padding-bottom: 5px;
}
.chosen-tag-remove{
    cursor: pointer;
    font-size: 10px;
    margin-left: 5px;
}
.chosen-tag.glyphicon{
    top: 0 !important;
    margin-bottom: 8px;
}
.shop-chosen-tag-active{
    font-size: 15px;
    font-family: "Arial";
}
.shop-chosen-tag-title{
    display: block;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 5px;
}
.shop-chosen-tag-bar{
    margin-left: 5px;
}
#shop-chosen-tag-clear{
    cursor: pointer;
    float: right;
    font-size: 10px;
    padding-right: 10px;
    line-height: 25px;
}


/* Graphic profile */
.graphic .products{
    display: inline-block;
    width: 100%;
}
.graphic .products .product{
    color: #333;
    position: relative;
    height: 185px;
    width: 175px;
    background-color: white;
    border: 1px solid #c9c9c9;
    float: left;
    padding: 5px;
    margin-right: 12px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.graphic .products .ribbon{
    position: absolute;
    top: -8px;
    width: 135px;
    right: -12px;
}
.graphic .products .product:hover{
    border: 1px solid black;
}
.graphic .products .product .main-image{
    width: 100%;
    max-width: 240px;
    height: 145px;
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.graphic .products .product .information{
    display: inline;
    width: 100%;
    height: 30px;
    line-height: 34px;
}
.graphic .products .product .information .title{
    width: 71%;
    height: 30px;
    overflow: hidden;
    float: left;
    font-size: 13px;
}
.graphic .products .product .information .price{
    width: 29%;
    float: right;
    text-align: right;
}

.graphic .author{
    background-color: white;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    padding: 10px 10px;;
}
.graphic .author .image{
    margin: auto;
    width: 194px;
    height: 194px;
}
.graphic .author .image img{
    width: 100%;
    height: 100%;
}
.graphic .author hr{
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.graphic .author .row{
    margin-bottom: 10px;
}
.graphic .author .name{
    font-weight: bold;
}
.graphic .author .value{
    color: gray;
}
.graphic .author .value a{
    margin-right: 5px;
    display: inline-block;
}


/* ORDER */
.order .image{
    height: 100%;
    width: 100%;
    text-align: center;
}
.order .image img{
    max-height: 100%;
    max-width: 100%;
    background-color: white;
    border: 1px solid #c9c9c9;
    padding: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.order .information, .order .license{
    background-color: white;
    border: 1px solid #c9c9c9;
    padding: 5px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    margin-bottom: 5px;
}
.order .information .price{
    font-size: 21px;
    font-weight: 600;
}
.order .information .price .value{
    font-size: 35px;
}
.order .information .title .head, .order .license .head{
    font-size: 18px;
    font-weight: 600;
}
.order .information .value{
    font-size: 24px;
}
.order .information .text{
    padding: 5px 0;
    text-align: justify;
}
.order .information .text hr{
    margin: 12px 0;
}
.order .corrections, .order .license{
    margin-top: 20px;
}
.order .corrections textarea{
    width: 100%;
    max-width: 100%;
    height: 200px;
    max-height: 200px;
}
.metric .register .header{
    display: inline-block;
    width: 100%;
}
.metric .register .header h3{
    float: left;
    margin: 0 0 10px 0;
}
.metric .register .header a{
    float: right;
    line-height: 49px;
}
#shop-metric-auth button{
    margin-left: 5px;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete {
    height: 100px;
}

#shop-types, #professions, #technologies{
    margin: 0;
    padding: 0;
}
.tree-item-profession, .tree-item-type, .tree-item-technology{
    list-style: none;
    overflow: hidden;
    cursor: pointer;
    height: 22px;
    padding: 0;
}
.shop-type-depth-1{
    padding-left: 15px;
}
.shop-type-depth-2{
    padding-left: 30px;
}
.tree-item-profession-button-show:before, .tree-item-type-button-show:before, .tree-item-technology-button-show:before,
.tree-item-profession-button-hide:before, .tree-item-type-button-hide:before, .tree-item-technology-button-hide:before{
    color: white;
    cursor: pointer;
    float: right;
    width: 18px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
}

.tree-item-profession-button-show:before, .tree-item-type-button-show:before, .tree-item-technology-button-show:before{
    background-color: #0079cc;
    content: '+';
}
.tree-item-profession-button-hide:before, .tree-item-type-button-hide:before, .tree-item-technology-button-hide:before{
    border: 1px solid #555555;
    color: #555555;
    content: '-';
}


@media(min-width: 1200px)
{

}
@media(min-width: 992px) and (max-width: 1199px)
{

}
@media(min-width: 768px) and (max-width: 991px)
{
    .index-shop .slide1{
        padding: 0px;
    }
    .breadcrumb{
        margin-top: 10px;
    }
}
@media(max-width: 767px)
{
    h1, h2, h3, h4{
        font-size: 18px; 
    }
    .index-shop .slide1{
        padding: 0px;
        height: 310px;
    }
    .index-shop .slide1 h1{
        font-size: 33px;
    }
    .index-shop .slide1 h2 {
        font-size: 18px;
    }
    .index-shop .slide1 .input-group{
        width: 360px;
        height: 55px;
    }
    .breadcrumb{
        margin-top: 10px;
    }
}
@media(max-width: 500px)
{
    .index-shop .products .product {
        display: block;
        margin: 0 auto 10px auto;
        float: none;
    }
}