/* TOP */
#ow-aio-banner h2 {
    font-family: "magistralcregular";
    font-weight: bold;
}

#ow-aio-top h3,
#ow-aio-top .ow-step-pagination {
    font-family: "magistralcregular";
}
#ow-aio-container h2,
.ow-predator-title h3.ow-name,
#addtocart-buttons h3 {
    font-family: "magistralcregularh1";
}
#addtocart-buttons h3 {
    font-size:22px;
}
#ow-aio-container{
    margin-top: -42px;
    position: relative;
    padding-top:0px;
}
#ow-aio-container .inner-container{
    padding-left: 0;
    padding-right: 0;
}
#ow-aio-container .ow-container{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    clear: both;
    position: Relative;
}
#ow-aio-container .ow-container > h2 {
    position: absolute;
    top: 15px;
    z-index:9999;
}
#ow-aio-container .ow-container .ow-main-content,
#ow-aio-container .ow-container .ow-right-content,
#ow-aio-container .ow-container .ow-waterblock-prices {
    padding-top: 25px;
}
#ow-aio-container .ow-container .ow-main-content{
    position:relative;
}
#ow-aio-container .ow-container .grid12-8.ow-main-content:after{
    content:"";
    display:block;
    position:absolute;
    top: 0;
    left: 101.5%;
    width: 1px;
    height: calc(100% + 40px);
    background-color: #ededed;
}
#ow-aio-container .ow-container .grid12-8.ow-main-content.ow-error-wrap:after {
    content:none;
}
#ow-aio-container .ow-container .ow-main-content .ow-error {
    color:#ff0000;
}
#ow-aio-container .ow-container .the-slideshow-wrapper{
    background: none;
}
#ow-aio-top {
    overflow: hidden;
}
#ow-aio-top .ow-step{
    float:left;
    background: #f4f4f4;
    border-bottom:solid 1px #e5e5e5;
    border-left:solid 1px #e5e5e5;
}

#ow-aio-top .ow-step.current{
    background: #fff;
    border-left:none;
    border-right:solid 1px #e5e5e5;
    border-bottom: none;
}
#ow-aio-top .ow-step.step2.current{
    border-right: none;
}

#ow-aio-top .ow-step.step1{
    width:calc(50% - 49px);
    background: #fff;
    border-left:none;
    border-right:solid 1px #e5e5e5;
    border-bottom:0;
    position:relative;
    z-index: 999;
}

#ow-aio-top .ow-step.step1:after, #ow-aio-top .ow-step.step1:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#ow-aio-top .ow-step.step1:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 42px;
    margin-top: -42px;
}
#ow-aio-top .ow-step.step1:before {
    border-color: rgba(229, 229, 229, 0);
    border-left-color: #e5e5e5;
    border-width: 43px;
    margin-top: -43px;
}

#ow-aio-top .ow-step.step2{
    width:calc(50% + 37px);
    position: relative;
    border-left: none;
    float: right;
}
#ow-aio-top .ow-step.step2:after, #ow-aio-top .ow-step.step2:before {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#ow-aio-top .ow-step.step2:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 42px;
    margin-top: -42px;
}
#ow-aio-top .ow-step.step2:before {
    border-color: rgba(229, 229, 229, 0);
    border-left-color: #e5e5e5;
    border-width: 43px;
    margin-top: -43px;
}

#ow-aio-top .ow-step .ow-inner{
    padding:20px 45px;
}
#ow-aio-top .ow-step.step2 .ow-inner{
    padding-left: 85px;
}

#ow-aio-top .ow-step.step2 .ow-inner .ow-small {
    color:#929292;
    font-size:13px;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
}

#ow-aio-top .step1.ow-done {
    background-color: #f4f4f4;
    border-bottom: solid 1px #e5e5e5;
}

#ow-aio-top .step1.ow-done .ow-step-pagination:before {
    content:"";
    background-image: url("../images/predator_step1_check.png");
    background-size: initial;
    display:block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 9px;
    top: 9px;
}
#ow-aio-top .ow-step.step1.ow-done:after {
    border-left-color: #f4f4f4;
}

#ow-aio-top .ow-step-pagination{
    display:inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    color: #353535;
    font-size:22px;
    line-height: 40px;
    position: relative;
}
#ow-aio-top .current .ow-step-pagination,
#ow-aio-top .step1.ow-done .ow-step-pagination {
    background: #ae9668;
    color:#fff;
}
#ow-aio-top .step1.ow-done .ow-step-pagination {
    color: #ae9668;
}
#ow-aio-top h3{
    display:inline-block;
    margin-left:20px;
    color: #333;
    font-size: 25px;
    font-weight: 400;
}
#ow-aio-banner{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #231f20;
    background-image: url('../images/ow-aiobanner-bg.png');
    background-position: top left;
    background-repeat: repeat-x;

}
#ow-aio-banner .ow-aio-banner-inner{
    max-width: 650px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 70px;
}
#ow-aio-banner h2{
    color: #ae9668;
    font-size: 60px;
}
#ow-aio-banner p{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
}
#ow-aio-container.main {
    min-height: 1000px;
}
#ow-aio-container #ow-prices {
    clear: both;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
#ow-aio-container #ow-prices .button {
    line-height:55px;
    background-color: #f89828;
    color:#fff;
    font-size:17px;
    text-transform: uppercase;
}
#ow-aio-container #ow-prices .button:hover {
    background-color: #333;
    color: #ffffff;
}
#ow-aio-container #ow-prices .ow_price_stock {
    margin-right: 0;
    min-height: 55px;
    width: calc(100% - 170px);
}

div.page.page.EKWB.B2B #ow-aio-container #ow-prices .ow_price_stock {
    margin-bottom: 15px;
    width: 100%;
}

#ow-aio-container #ow-prices .product-type-data {
    margin-top:10px;
}
#ow-aio-container #ow-prices .ow_price_stock .price {
    font-size:22px;
}

#ow-aio-container #ow-prices .add-to-box {
    float: left;
    width: 170px;
}
#ow-prices .ow-notice {
    margin-top:20px;
    display:block;
    clear:left;
    width:100%;
    font-weight: 600;
    font-size:13px;
    float:left;
}
#ow-aio-container .ow_manuals {
    margin: 25px 0;
}
#ow-aio-container .ow-messages {
    clear: both;
    position: relative;
    padding-top: 20px;
}
/* Slider controls */
#ow-aioslider .owl-pagination{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
#ow-aioslider .owl-pagination .owl-page{
    display:inline-block;
    width: 20px;
    height: 20px;
    border:solid 1px #e6e6e6;
    background: #f4f4f4;
    border-radius: 100%;
    margin:0 2px;
}
#ow-aioslider .owl-pagination .owl-page.active{
    background: #ae9668;
    border-color: #ae9668;
}

#ow-aioslider .owl-buttons{
    position:absolute;
    top:calc(50% - 60px);
    width: 100%;
}

#ow-aioslider .owl-buttons .owl-next:before{
    font-family: ThemeIcons;
    font-size: 80px;
    display: inline-block;
    line-height: 80px;
    position: absolute;
    right: -28px;
    text-align: center;
    color:#ae9668;
}
#ow-aioslider .owl-buttons .owl-prev:before{
    font-family: ThemeIcons;
    font-size: 80px;
    display: inline-block;
    line-height: 80px;
    position: absolute;
    left: -28px;
    text-align: center;
    color:#ae9668;
}

.ow-description h3.ow-details{
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
}

.ow-price p.ow-short-desc{
    font-weight: 600;
}
#addtocart-message #am-block-related{
    display:none !important;
}

#ow-descriptions .ow-description iframe{
    max-width: 100%;
}

/* popup */
.aioconfigurator-predator-index #cboxContent {
    padding: 0;
}

.ow-popup-content {
    background-image: url("../images/pop-up-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    padding:0px 20px;
    padding-top:320px;
}
#addtocart-message{
    background-color: #e3f2d7;
    padding: 20px 0px 20px 80px;
    margin: 20px 0;
    background-image: url('../images/aio-message-green.png');
    background-position: left 25px top 30px;
    background-repeat: no-repeat;
}
#addtocart-message p{
    color: #505050 !important;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans';
}
#addtocart-message p#amcart-count a,
#addtocart-message p.ow_cart_total .price{
    color: #505050 !important;
    font-weight: 700 !important;
}
#addtocart-message p#amcart-count {
    padding-top: 0;
}
#addtocart-message p.ow_cart_total{
    text-decoration: underline;
}
.ow-no-waterblocks {
    padding-top: 22px;
}
#addtocart-buttons .ow-selectgpu,
.ow-no-waterblocks .ow-viewcart,
#addtocart-buttons .ow-viewcart{
    text-transform: uppercase;
    color:#fff;
    width:calc(50% - 10px);
    padding:0;
}
#addtocart-buttons .ow-selectgpu{
    background-color: #f89828;
    margin-left:16px;
}
#addtocart-buttons .ow-selectgpu:hover {
    background-color: #333;
    color: #ffffff;
}
.ow-no-waterblocks .ow-viewcart,
#addtocart-buttons .ow-viewcart {
    background-color: #f4f4f4;
    color:#333 !important;
}
.ow-no-waterblocks .ow-viewcart:hover,
#addtocart-buttons .ow-viewcart:hover {
    background-color: #ddd;
}
/* Changing slider content */
#ow-descriptions .ow-description,
#ow-predator-titles .ow-predator-title,
#ow-prices .ow-price{
    display:none;
}
#ow-descriptions .ow-description.active,
#ow-predator-titles .ow-predator-title.active,
#ow-prices .ow-price.active{
    display:block;
}

/* GPU live search */
#ow-waterblock-container {
    float:left;
    width: 100%;
    margin-top:50px;
}
.ow-livesearch-container{
    display:block;
    position:relative;
    background-color: #231f20;
    padding: 15px 20px;
    width: calc(100% - 40px);
    float: left;
}
.ow-livesearch-container span{
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    height: 42px;
    display: table-cell;
    vertical-align: middle;
}
.ow-gpu-search-container {
    max-width: 800px;
    margin: 0 auto;
    float: none;
    display: block;
}
.ow-livesearch-container #ow-gpu-search{
    color: #333;
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;
    border:none;
    padding: 10px 0px;
    width: 100%;
    text-indent: 20px;
}
#jquery-live-search li{
    text-align: left;
    padding:5px 10px;
    font-size:20px;
    border-bottom:solid 1px #ddd;
}
#jquery-live-search li a{
    font-size:17px;
    font-family: 'Open Sans';
    display:block;
    min-height: 45px;
    cursor:pointer;
}

/* Responsive */

@media only screen and (max-width: 1280px) and (min-width: 768px){
    #ow-aio-container #ow-prices .add-to-box{
        width: 100%;
        clear:both;
        margin-top:20px;
    }
    #ow-aio-container #ow-prices .ow_price_stock {
        width: 100%;
    }
}

@media only screen and (max-width: 989px){
    #ow-aio-top .ow-step.step2 .ow-inner {
        padding-left: 50px;
    }
    #ow-aio-top .ow-step .ow-inner {
        padding: 20px 15px;
    }
    #ow-aio-top h3 {
        margin-left: 0;
        font-size: 23px;
    }
}

@media only screen and (max-width: 768px) {

    #ow-aio-top .step1.ow-done,
    #ow-aio-top .ow-step.step2:not(current) {
        display: none;
    }

    #ow-aio-top .ow-step.current {
        width: 100%;
    }

    #ow-aio-container .ow-container .ow-main-content:after,
    #ow-aio-top .ow-step.current:before,
    #ow-aio-top .ow-step.current:after {
        content: none !important;
    }
    #ow-aio-container .ow-messages {
        margin-bottom: 50px;
    }

}
@media only screen and (max-width: 577px) {
    .aioconfigurator-predator-index #colorbox,
    .aioconfigurator-predator-index #cboxLoadedContent {
        width: 100vw !important;
    }
}

@media only screen and (max-width: 480px) {
    #ow-aio-container {
        margin-top: 0;
    }
}

@media only screen and (max-width: 380px) {
    .ow-popup-content {
        padding-top:220px;
    }
    #ow-aio-container #ow-prices .add-to-box{
        width: 100%;
        clear:both;
        margin-top:20px;
    }
    #ow-aio-container #ow-prices .ow_price_stock {
        width: 100%;
    }
}