.q_change_muster_y {
    float:right;
    margin-right: 40px;
}

#containerRapport{
    min-height: 400px;
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.q_rapport_details,#details_productType,.tobasket{
    /*width: 50%;*/
    box-sizing: border-box;
    /*float: left;*/
}

#containerRapport > #rapport{
    margin-right: 20px;
}

.q_rapport_details{

}

.q_button_wrapper{
}


.q_nextstep_musterposition
{
    width: 160px;
    height: 0px;
    position: relative;
    float: right;
    z-index: 50;
}

.q_nextstep_musterposition > button
{
    margin-top: 0px !important;
}

.q_nextstep_order
{
    width: 160px;
    height: 0px;
    position: relative;
    float: right;
    z-index: 50;
}

.q_nextstep_order > button
{
    margin-top: 0px !important;
}

div#containerRapport button.q_scale_submit{
    width: 110px;
    height: 30px;
}
div#containerRapport .q_rapport_scale{
    padding: 14px;
    margin-left: 10px;
}

.q_order_carpet #details_productType{
    margin-top: 0;
    margin-bottom: 20px;
}

.q_carpet_type_image .otherPictures{
    margin-top: 0;
}

.q_carpet_type_image .otherPictures > ul > li{
    box-sizing: border-box;
    width: 20%;
}

.q_carpet_type_image .otherPictures a{
    box-sizing: border-box;
    width: 100%;
}

.q_carpet_type_image .artIcon{
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}



.artIcon img{
margin: 5px;
}

.artIcon img.active{
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,1);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,1);;
}

ul#progress li {
    display:inline-block;
    margin-bottom:1px;
    margin-right: 10px;
    font-weight: bold;
}


.numberCircle {border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 12px Arial, sans-serif;
    display: inline-block;
    box-sizing: border-box;
}

.active
{
    opacity: 1;
}

.not_active
{
    opacity: 0.5;
    cursor: default !important;
    pointer-events: none !important;
}

#progress
{
    margin-bottom: 20px;
    text-align: center;
}

.q_method_img_div, .q_product_img_div
{
    float: left;
    width: 300px;
    height: 100px;
}

.choose_img
{
    width: 240px;
    height: 100px;
    margin-bottom: 20px;
}

.q_choose_product, .q_choose_method
{
    margin-bottom: 50px;
    text-align: center;
    width: 100%;
    height: 150px;
}

.q_choose_data
{
    float: left;
}

.q_3d_view{
    position: relative;
    margin-bottom: 50px;
}

.q_3d_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: rgba(255,255,255, 0.85);
}

.q_3d_overlay_loader{
    position: absolute;
    top:0 ;
    left:0;
    bottom:0;
    right:0;
    text-align: center;

}

.spinner {
    width: 40px;
    height: 40px;
    background-color: #000000;

    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}


#q_amountToBasket
{
    width: 60px !important;
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}

#patternDesignWidgetWrapper input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}

#patternDesignWidgetWrapper input[type="text"] {
    margin: 0;
}

.patternDesignPatternImage {
    width:100%;
}

.patternDesignImageWrapper {
    width: 150px;
    display:inline-block;
    opacity:0;
    position: relative;
    overflow:hidden;
    margin:3px;
    cursor: pointer;
    line-height: 0; /* in order to have inline-blocks create no additional vertical space */
}

.patternDesignThumbnailTall, .patternDesignThumbnailWide  {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.patternDesignThumbnailTall .patternDesignPatternImage {
    max-width: 150px;
    width: auto;
}

.patternDesignThumbnailWide .patternDesignPatternImage {
    max-height: 150px;
    width: auto;
}

.patternDesignTextHolder {
    width: 100%;
    position:absolute;
    bottom: 0px;
    cursor:pointer;
}

.patternDesignTextBackground {
    height: 100%;
    width: 100%;
    opacity: 0.7;
    background-color: #404040;
    position:absolute;
    z-index: 10;
}

.patternDesignCaption {
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color:white;
    z-index: 11;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
    vertical-position: normal;
    line-height: normal;
}

.patternDesignToplevelCategory, .patternDesignCategory {
    border-radius:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid white;
}

.patternDesignDesign .patternDesignTextHolder, .patternDesignDesign .patternDesignTextBackground {
    display:none;
}

.patternDesignColorPickItem {
    display: inline-block;
    width: 11px;
    height: 18px;
    margin: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    border-width: 1px;
    border-color: lightgray;
    border-style: solid;
}

#patternDesignNavigation {
    vertical-align: middle;
}

/*
use the following for horizontal scrolling
    height: 176px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space:nowrap;

*/

#patternDesignScrollContainer {
    overflow-x: hidden;
    overflow-y: auto;
    white-space:normal;
    margin-top: 5px;
    height: 80%;
}

#patternDesignBreadcrumbs, #patternDesignTopLevelBreadcrumbs, #patternDesignCategoryBreadcrumbs {
    display: inline-block;
    padding: 0 10px;
}

#patternDesignCategoryBreadcrumbs {
    padding: 0;
}

#patternDesignRepeatView {
    height: 75%;
    width: 100%;
    background-repeat: repeat;
    background-size: 400px;
    margin-top: 5px;
}

#patternDesignDetailsContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#patternDesignDescription {
    display:inline-block;
    height: 34px;
}
#patternDesignRecolor {
    display:inline-block;
}
#patternDesignRecolorInfo {
    display:inline-block;
}
#patternDesignColors {
    display:inline-block;
}
.patternDesignColorizeWrapper {
    display:inline-block;
    width: 300px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.patternDesignScaleWrapper {
    display:inline-block;
    display:inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 99%;
}

#patternDesignColorize .ui-slider {
    margin-top: 8px;
}

#patternDesignScale.ui-slider {
    margin-top: 8px;
}

#patternDesignWidgetWrapper {
    height: 600px;
    overflow: hidden;
}

#patternDesignDescription {
    margin-top: 0.5em;
}

#patternDesignSelectionContainer {
    height: 100%;
}

#patternDesignBackToOverview {
    height: 32px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gYRCgsT6dgPZgAAA8tJREFUWMPtVs1LK1cU/917Z0xieaDoRlq0WOofkISIZiISuniK+LVoN4Gs+kzdlPatuyyCtK+7buymK20L0tKFm3ZlItnowoAfWagkEQUTM4YkJJnce7t4mWEyrSRq25UHDnPnzMw9v/M7H3OBZ3mWJ0owGPw4GAzKx35Pn+CbaJr29ejo6I89PT34XwFMTk6+EwqFfh8fH/9yZWXFrSjKowEoj6D8PUrpH8vLy6M+n0+llD4phQ/6WtO0CY/Hc7i6uvqh1+tV0+k0hBBPAqA8IPLo4ODg97FYrFdRFKTTaRiGYT7m/xmA6elpyjn/dmxsLBaNRt2lUgmZTAaccwghIKUEANZNJyQSCfK3Su4Q9QtCyK/BYHByfn7encvloOs6hBAWAK/XCymlBcZ+teva2lotHo97umZA07RRSumfi4uL7/r9fvX09BTVahUA2jZOJpPgnLdps9lsu4bD4YelQNO0aZfL9VskEnkxNDREUqmUlW8ppUm7BcK0OaO2P+sagKZpsYGBgTeRSMTDGEMqlYKUEoS8zRYhBISQNrrNtR2gmSLOuVUnHQGEQqGfRkZG5qPRqPvy8hK5XM5ySim1nJsApJSo1WqoVCqo1+swDANCCOt9xpj1npRS7QhACDFJKUW5XEapVIJhGJZDSqkFolqtolQqoVwuo9FoWBQ708A5h6IoqNfr3aWgWCy+f3Z29s3GxsarmZmZXkVRcHJyAlVVQSm1ikxKaQFijLVRb6bKtBmGgUajYZqYc2a0TcKjoyMej8e/0HX9s+3t7SpjTPr9fjQaDStaAGCMgTFmAbDfmzZz7RjVqrMW/mkU0729vZ/v7u5e7uzsFK+vr5vhcBh9fX1tDu5Tu2MzfQ7GlU5tSAHQg4ODw+Hh4ZAQ4pdCofDB1NSU6/DwEPl8vs3J7OxsW1s6W9LeIebeLRUdR3Emk7kpFApznPM3uq6/nJubc+dyOVxcXFjREkKwvr7e9Rmim0EkW+gkAFGpVGrJZPJzn8/3amtr6/XS0pK7v78fx8fHb0Nq5TiRSAQBNFtq2LRhWwvb/vfWAHdoE0Bzf39/I5vNfrq5uVmuVCoyEAjA4/HYc1wFUANQdzht2pS3bLC3Be5hwbmWNzc3GULIztXV1Ucul6s3EAgwVVWxu7uLbDb7nSNiJwijBY538zOSrQ2ETZsAlPPz81Nd18NSyh/y+fz4wsKC28aASa+TQROQfOh5wKSO2XqYFovFWiKRWBZCfHV7exsD4HYAEA7qJf5FIS0gCgB1YmLik9ZhRG3ZaKdzxrM8i13+Aq7sW6AifoTDAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    padding: 5px 2px 5px 32px;
}

#patternDesignProgressSpinner {
    width: 50px;
    height: 50px;
    background-color: white;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
}

.product_info_loader_wrapper{
    display: block;
    position: absolute;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#footer{
    margin-top: 115px;
}


#rapportScaleRegler
{
    width: 250px;
}

.q_nav_progress_steps:not(.not_active), .q_product_img_div, .q_method_img_div, .y_range, .x_range{
    cursor: pointer;
}

.product_info_div
{
    float:left;
    width: 37%;
    margin-left:1%;

}

.slider {
    -webkit-appearance: none;
    height: 1px;
    width: 1px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider.y_range {
        transform: rotate(270deg);
        -moz-transform: rotate(270deg); /*do same for other browsers if required*/
        position: absolute;
        top: 45%;
        right: auto;
    }
input[type=range]::-webkit-slider-thumb,input[type=range][orient=vertical]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%;
background: #0083C4;
cursor: pointer;
}

input[type=range]::-moz-range-thumb,input[type=range][orient=vertical]::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #0083C4;
cursor: pointer;
}


#slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto 20px auto;
    height: 500px;
    width: 960px;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 960px;
    height: 500px;
    background: #ccc;
    /*text-align: center;*/
    line-height: 300px;
}

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}


.q_nav_progress
{
    margin-top: 20px;
}

#form_toBasket
{
    height: 580px !important;
}

#detailsRelated
{
    margin-top: 40px;
}

.selected_img:hover
{

}

.picture #wrap .cloud-zoom{
    float:left;
}

.q_amount_Wrapper p
{
    margin-top: 0px !important;
}