/*------------------------------------------------------------------

Modul:  ProductMG
Autor:  AndreasK.

-------------------------------------------------------------------*/

#loginFORM {
    position: fixed;
    z-index: 1999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
#loginFORM > .row {
    width: 600px;
    height: auto;
    margin: 1em auto;
    padding: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}
input#lCheck {
    margin: 15px 0 0 10px;
}

#usr_login_form .form-row { padding: 0.5em 0;}
#usr_login_form .form-row label { display: inline-block; width: 30%; }
#usr_login_form .form-row input[type=text], #usr_login_form .form-row input[type=password]{ display: inline-block; width: 68%; }

.form-row label[for=is_dealer_id] { font-weight: bold; }

.shop-content-header span,
.shop-content-header .shop-item-grid,
.shop-content-header .shop-item-detail {
    float: left;
}
.shop-content-header span {
    color: #3C3C3B;
}
.shop-item-grid {
    background: url('../../img/shop/shop-ico.png') no-repeat;
    background-position: 8px 8px;
    width: 34px;
    height: 34px;
    margin-left: 50px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
}
.shop-item-grid:hover {
    background: #f9f9f9 8px -42px;
}
.shop-item-grid-hover {
    background: #f9f9f9 8px -42px;
}
.shop-item-detail {
    background: url('../../img/shop/shop-ico.png') no-repeat;
    background-position: -46px 8px;
    width: 34px;
    height: 34px;
    margin-left: 13px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    cursor: pointer;
}
.shop-item-detail-hover {
    background: #f9f9f9 -46px -42px;
}
.shop-item-detail:hover {
    background: #f9f9f9 -46px -42px;
}
.shop-item-detail-hover {
    background: #f9f9f9 -46px -42px;
}
.shop-item-grid .bottom-border,
.shop-item-detail .bottom-border {
    position: relative;
    margin-left: -1px;
    bottom: -33px;
    width: 34px;
}
.shop-content-header .sort-buy {
    float: right;
}
.shop-content-header {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    padding: 0 0 55px 0;
}
.shop-content-header a {
    margin-right: 5px;
    color: #43474d;
}
.shop-content-header a:hover {
    color: #b2d231;
}
.shop-content-header span {
    line-height: 21px;
}
.shop-content {
    padding-top: 30px;
}
.shop-content-item-container {
    position: relative;
    height: 290px;
}
.shop-content-item-price {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.shop-content-item-price .stock-basket {
    width: calc(100% - 2em);
    margin: 0 auto;
}
.shop-product-desc{

}
.shop-content-item-container .shop-content-item{
    padding: 1px;
}

.shop-content-item-container .shop-content-item .shop-item-container a {
    padding: 0px;
}

.shop-content-item-container:hover .shop-slider-container {
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    -webkit-transition: all 0 ease .2s;
    -moz-transition: all 0 ease .2s;
    transition: all 0 ease .2s;
}
.shop-content-item:hover .shop-slider-container .bx-viewport > ul > li > img {
    margin: 0px 0px 0 0px;
}
.bx-viewport > ul {
    margin-left: 0px!important;

}
.bx-viewport > ul > li {
    display: block;
}
.bx-viewport > ul > li > img {
    width: 100%;
    display: block;
    height: auto;
}
#owl-slider-pager-slider .testimonials-item a,
#owl-slider-pager-slider-2 .testimonials-item a {
    padding: 0;
}
#owl-slider-pager-slider .testimonials-item,
#owl-slider-pager-slider-2 .testimonials-item {
    text-align: left;
}
#owl-slider-pager-slider .owl-controls,
#owl-slider-pager-slider .owl-pagination,
#owl-slider-pager-slider-2 .owl-controls,
#owl-slider-pager-slider-2 .owl-pagination {
    position: absolute;
    width: 100%;
    top: 13px;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-prev,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -18px;
    background-image: url('../../img/shop/slider-small.png');
    width: 15px;
    height: 20px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-prev:hover,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-prev:hover {
    background-position: 0 -34px;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-next,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: -15px;
    background-image: url('../../img/shop/slider-small.png');
    width: 15px;
    height: 20px;
    background-position: -35px 0;
    background-repeat: no-repeat;
}
#owl-slider-pager-slider .owl-controls .owl-buttons .owl-next:hover,
#owl-slider-pager-slider-2 .owl-controls .owl-buttons .owl-next:hover {
    background-position: -35px -34px;
}
#shop-slider-pager1 {
    opacity: 0;
    padding: 18px 25px 0 25px !important;
}
.off-pager > .bx-wrapper > .bx-controls {
    display: none !important;
}
.shop-content-item:hover #shop-slider-pager1 {
    opacity: 1;
}
.shop-slider-pager {
    padding: 18px 0 0 14px;
}
.shop-slider-pager > a.active {
    z-index: 0;
}
.owl-pagination {
    display: none;
}
.none .owl-pagination {
    display: none !important;
}
#owl-slider-pager-slider .owl-wrapper-outer,
#owl-slider-pager-slider-2 .owl-wrapper-outer {
    height: 50px !important;
    overflow: hidden;
    width: 100%;

}
.owl-wrapper-outer {
    padding: 1px;
}
.shop-slider-pager {
    margin-top: -108px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.shop-content-item:hover .shop-slider-pager {
    margin-top: 0px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.shop-content-item > .shop-item-container > .rating {
    margin-top: -40px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.shop-content-item > .shop-item-container {
    margin-bottom: 0;
    height: auto;
}
.shop-content-item > .shop-item-container .prd-label {
    position: absolute;
    z-index: 500;
    padding: 5px 10px;
}
.shop-content-item > .shop-item-container .prd-label.prd-new {
    background: #AC995F;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.shop-content-item > .shop-content-item-description {
    display: block;
    margin-top: 0px;
    padding-top: 5px;
}


.c-tpl-01 .shop-content-item > .shop-content-item-description > p {
    display: block;
    font-style: normal;
    line-height: 1.3em;
    margin-bottom: 1em;
    height: 85px;
}

.shop-content-item:hover > .shop-item-container > .rating {
    margin-top: 0px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.shop-item-container > .rating {
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}

/* Cross Sales */

.prdCrossSale {}

.prdCrossSale .crosssales a{
    display: block;
    text-align: center;
}

.shop-content-item:hover .shop-content-item-description {
    margin-top: 0px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.shop-content-item {
    background: #fff;
    min-height: 570px;
    padding: 1em 0;
    margin-bottom: 1em;
    display: block;
    border: 1px solid #ac995f;
}
.shop-item-container > a {
    display: block;
    text-align: center;
    
}
.shop-item-container > a img {
    height: 100%;
    margin: 3px auto;
    object-fit: contain;
}
.shop-content-item-description {
    margin-top: 0px;
    height: inherit;
    position: relative;
    z-index: 999;
}
.shop-content-item .rating {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    margin: 0;
}
.shop-content-item .rating i.active {
    color: #ee7b00;
}
.shop-content-item .rating i {
    margin: 3px 5px 0 0;
    float: left;
    color: #dcdcdc;
}
.shop-content-item .rating i.last {
    margin-right: 15px;
}
.shop-content-item .rating p {
    padding: 0;
    font-style: normal;
}
.shop-content-item .htag3,
.shop-content-item .rating,
.shop-content-item p,
.shop-content-item a,
.shop-content-item span {
    padding: 0 15px 15px 15px;
}
.shop-content-item p {
    display: block;
}
.shop-content-item-description .htag3,
.shop-content-item-description .htag4 {
    margin-bottom: 0px!important;
    min-height: 78px;
}
.shop-content-item-description > .htag3 > a,
.shop-content-item-description > .htag4 > a{
    padding-bottom: 0;
    color: rgba(172, 153, 95, 1);
}
.shop-content-item-description > .htag3 > a:hover,
.shop-content-item-description > .htag4 > a:hover {
    color: rgba(172, 153, 95, 0.8);
}
.shop-content-item-description > .price {
    padding-bottom: 13px;
}
.shop-content-item-description > .price .notavaible {
    font-weight: 400;
    font-size:16px;
    color: rgba(255,0,0,0.5);
}
.shop-content-item > .shop-content-item-description > a.option {
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0;
    color: #43474d !important;
}
.shop-content-item > .shop-content-item-description > a.option:hover {
    color: #b2d231 !important;
}
.shop-content-item-description .btn-group.left { width: 100%; float: none; min-height: 20px; }
.shop-content-item-description .btn-group.right { width: 100%; float: none; min-height: 20px; }

.shop-content-item-description .btn-group.full { width: 100%; float: none; min-height: 20px; padding: 0 10px; }
.shop-content-item-description .btn-group.full > a { width: 100%!important; }


.c-tpl-01 .shop-content-item-description .btn-group.left { float:left;  width: 55%; }
.c-tpl-01 .shop-content-item-description .btn-group.right { float:left; margin-left: 4px; width: 40%; }
.shop-content-item-description .btn-group > a {
    display: block;
    text-transform: none;
    font-size: 1em;
    padding: 3px 0;
    margin: 2px 10px
}
.c-tpl-01 .shop-content-item-description .btn-group.left > a { margin: 0 0 5px 15px; }
.c-tpl-01 .shop-content-item-description .btn-group.right > a { margin: 0 15px 5px 0; }


.shop-content-item-description > a.button-green,
.shop-content-item-description > a.button-gray {
    display: block;
    text-transform: none;
    font-size: 1em!important;
    font-weight: 400;
    margin: 0 15px;
    padding: 3px 0;
}
.shop-content-item-description > a.button-gray {
    margin: 0 15px 3px 15px;
}
.shop-content-item a:hover {
    color: rgba(172, 153, 95, 0.8);
    cursor: pointer;
}
.shop-content-item > .shop-content-item-description > a > i {
    margin-left: 5px;
}
.shop-content-item .htag3,
.shop-content-item .htag4 {
    line-height: 1.2em;
}
.shop-content-item p,
.shop-content-item .htag3,
.shop-content-item .htag4 {
    margin-bottom: 0;
}
.shop-content-item .htag3,
.shop-content-item .htag4 a{
    padding-top: 10px;
    padding-left: 0;
}
.shop-content-item:hover h3 {
    padding-top: 15px;
    padding-left: 0;
}
.shop-content-item .last-price {
    padding-right: 0;
}
.shop-content-item p {
    color: #3C3C3B;
    font-style: italic;
    padding-bottom: 5px;
}
.price .last-price {
    font-size: 18px;
    color: #43474d;
    padding-left: 15px;
}
.price{
    font-family: 'Roboto Condensed';
    font-size: 1.5em;
    color: #444;
    font-weight: 600;
    display: block;
}
.price .left {
    text-align: left;
    padding: 0 15py;;
}
.price .left .prod_item_id,
.price .left .prdBaseUnit {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 0.6em;
    line-height: 1.2em;
    font-family: 'Roboto Condensed';
}

.price_curr{
    padding: 15px 15px 0 0!important;
    margin: 0;
    line-height: 0.2em!important;
    display: block;
    text-align: right;
}
.price_vat{
    padding: 0 15px 0 0;
    font-size: 0.5em;
    font-weight: 400;
}
.prod_price_value_1{
    font-family: 'Roboto Condensed';
    display: block;
}

.shop-content-item-description .rating {
    display: none;
}
.shop-content-item:hover .shop-content-item-description .rating {
    display: block;
}
.last-price {
    text-decoration: line-through;
}
.sort-buy {
    width: 250px;
}
.sort-buy p {
    padding-top: 10px;
    margin-right: 10px;
    float: left;
}
.sort-buy-button > .bottom-border {
    bottom: -39px;
    display: block;
    position: relative;
}
.sort-buy-button {
    width: 180px;
    height: 100%;
    display: block;
    float: right;
    cursor: pointer;
}
.sort-buy-button > a {
    width: 100%;
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-right: 0;
    float: right;
}
.sort-buy-button a span {
    padding: 8px 8px 8px 15px;
    color: #43474D;
    display: block;
}
.sort-buy-button > a > i {
    float: right;
    padding: 12px 15px 0 0;
}
.sort-buy-content {
    display: none;
    background-color: #FFFFFF;
    list-style: none outside none;
    padding: 0px;
    position: absolute;
    top: 19px;
    z-index: 9999;
    top: 38px;
    right: 15px;
    width: 180px;
    border: 1px solid #dcdcdc;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.sort-buy-content li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 10px 10px 15px;
    background-color: #fff;
}
.sort-buy-content li a:hover {
    background-color: #f9f9f9;
}

.prdStock i.stock-green {
    color: green;
}
.prdStock i.stock-yellow {
    color: yellow;
}
.prdStock i.stock-red {
    color: red;
}

.quantity .title {
    font-family: 'Roboto Condensed', sans-serif!important;
    line-height: 1em;
    font-size: 1.1em;
    font-weight: 400!important;
}
.quantity-block {
    padding-top: 7px;
    display: inline-block;
}
.quantity-block .button-small {
    border: none;
    float: left;
}
.quantity-block .button-minus {
    background-color: #F8F8F8;
    background-image: url("../../img/custom/icons/minus.png");
    background-position: left -1px;
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    width: 25px;
}
.quantity-block .button-minus:hover {
    background-position: 0 -24px;
}
.quantity-block .button-plus {
    background-color: #F8F8F8;
    background-image: url("../../img/custom/icons/plus.png");
    background-position: right -1px;
    background-repeat: no-repeat;
    height: 40px;
    position: relative;
    width: 25px;
}
.quantity-block .button-plus:hover {
    background-position: right -81px;
}
.quantity-block .button-minus:hover {
    background-position: left -81px;
}
.sp-input {
    width: 40px;
    height: 35px;
    float: left;
}
.sp-input .quntity-input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}
.sp-input input {
    width: 40px;
    height: 35px;
    text-align: center;
}
#ralaited-products-1 {
    padding: 0;
}
#ralaited-products-1 h2,
#ralaited-products-2 h2 {
    margin: 60px 0 10px 0 !important;
}
#ralaited-products-1 h2 span {
    font-size: 18px;
}
#ralaited-products-2 h2 span {
    font-size: 18px;
}
#ralaited-products-2 {
    padding: 0 0 25px 0;
}
#ralaited-products-1 .shop-content-item-container,
#ralaited-products-2 .shop-content-item-container {
    height: 100% !important;
}
.ralaited-products {
    padding: 0 0 40px 0;
}
.ralaited-products .shop-content-item-container {
    padding: 0 12px;
    height: 510px;
}
.ralaited-products .owl-page {
    display: inline-block;
}
.ralaited-products .owl-controls {
    text-align: center;
}
.ralaited-products .owl-page span {
    border: 1px solid #dcdcdc;
    border-radius: 19px;
    display: block;
    height: 19px;
    margin: 5px 7px;
    width: 19px;
}
.ralaited-products .active span {
    border: 1px solid #b2d231;
}
.description {
    margin-top: 30px;
    width: 100%;
}
.description tr.gray {
    background-color: #f9f9f9;
}
.description th {
    padding: 10px 20px;
    border-right: 1px solid #dcdcdc;
    width: 150px;
}
.description td {
    padding: 10px 20px 10px 70px;
}
.shop {
    padding-top: 45px;
    padding-bottom: 45px;
}
.shop .clear-selection {
    font-family: 'Open Sans';
    font-size: 16px;
    padding: 15px 0;
    display: inline-block;
    color: #b2d231;
}
.shop .button-green,
.shop .button-gray {
    display: inline-block;
    margin-top: 0;
}
.shop .button-gray {
    padding: 5px 15px;
}
.shop .detail-btn {
    padding: 20px 0 20px 0;
}
.shop .detail-btn > a {
    margin-right: 20px;
}
.shop .required {
    float: right;
    font-size: 12px;
}
.shop .shop-sidebar img {
    max-width: 100%;
    padding: 15px;
}

.shop .shop-content-item:hover .bx-wrapper img {
    border: none;
    margin: 0;
}
.shop .shop-content-item:hover img {
    margin: 0;
}
.shop .shop-content-item {
    margin-top: 0;
}
.shop-single .shop-content-item {
    max-width: 620px;
}
.shop-single h2 span {
    font-size: 14px;
}
.shop-single .bottom-border {
    display: block;
}
.shop-single .gray-border {
    width: 150px;
}
.shop .shop-content-item .bx-wrapper {
    padding: 8px;
    border: 0px solid #dcdcdc;
    border-radius: 25px!important;
}
.shop .bx-controls {
    top: 36px;
    display: block;
    left: 0px;
}

.prdCrossSale .bx-controls .bx-pager {
    display: none;
}
.prdCrossSale .bx-controls .bx-controls-direction{
    margin-top: -200px!important;
}

.shop .bx-controls .bx-next {
    right: 17px;
}
.shop .shop-content-item .shop-slider-pager {
    margin: 0;
    padding: 0 1em 1em 1em;
    text-align: left;
}
.shop .shop-content-item .shop-slider-pager a {
    display: inline-block;
    height: 90px;
    width: 90px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 5px;
}

.shop .shop-content-item .shop-slider-pager a.active,
.shop .shop-content-item .shop-slider-pager a:hover{
    border: 1px solid #F5CC0C;
}

.shop .shop-content-item .shop-slider-pager a > img {
    min-width: 100%;
    max-width: 100px;
    border: none!important;
    margin-left: -35%!important;
    padding: 0!important;
}
.shop .title {
    font-family: 'Open sans';
    font-weight: bold;
    display: block;
    margin: 15px 0 15px 0;
}
.shop .quantity span {
    margin-right: 15px;
    float: left;
}
.shop .price {
    margin-bottom: 15px;
}
.shop .price .last-price {
    padding-left: 0;
    font-size: 21px;
}
.shop .price span {
    font-size: 28px;
    padding-left: 15px;
}
.shop .gray-italic {
    display: block;
    margin-bottom: 15px;
}
.shop .rating {
    margin-bottom: 15px;
}
.shop .rating i {
    color: #dcdcdc;
}
.shop .rating i.active {
    color: #ee7b00;
}
.shop .rating span {
    color: #3C3C3B;
    margin-left: 15px;
}
.select-box select {
    width: 100%;
    padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.share {
    display: block;
    padding: 0;
    margin-bottom: 30px;
}
li img.zoomImg {
    cursor: crosshair;
}
/* Deaktiviert
.zoom-item {
    background-image: url(../../img/shop/zoom.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    padding: 0 !important;
    bottom: 15px;
    height: 17px;
    width: 17px;
    z-index: 100;
}
.zoom-item:hover {
    background-image: url(../../img/shop/zoom-h.png);
}
*/
.item-circle {
    position: absolute;
    height: 49px;
    width: 49px;
    top: 10px;
    right: 10px;
    text-align: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 18px;
    padding-top: 11px;
    font-weight: 400;
}
.item-hot {
    background-image: url('../../img/shop/r-1.png');
    color: #4e97d2;
}
.item-new {
    background-image: url('../../img/shop/r-2.png');
    color: #b2d231;
}
.item-sale {
    background-image: url('../../img/shop/r-3.png');
    color: #ee7b00;
}
.revievs {
    font-family: 'Open Sans';
    color: #b2d231;
}
.our-servise-content > .nav-tabs > li:hover .revievs,
.our-servise-content > .nav-tabs > li.active .revievs {
    color: #fff;
}
.shop-classic {
    padding-top: 45px;
    padding-bottom: 45px;
}
.shop-content-list .shop-content-item {
    margin-top: 0;
}
.shop-content-list .shop-content-item #shop-slider-pager1 {
    margin-top: -68px;
}
.shop-content-list .shop-content-item:hover #shop-slider-pager1 {
    margin-top: 0px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.prdCrossSale .panel {
    border: 0;
    box-shadow: none;
}
.prdCrossSale .panel a {
    display: block;
    border: 1px solid #d7d7d7;
    padding: 8px 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 188px;
}
.prdCrossSale .panel a img {
    display: block;
    max-height: 110px!important;
    margin: 0 auto;
}
.prdCrossSale .panel small {
    display: block;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}

.bx-wrapper {
    min-height: 220px!important;
    margin-left: 30px!important;
    margin-right: 30px!important;
}
ul.gallery li {
    padding:0!important;
    margin: 0!important;
    background-image: none!important;
    min-height: 220px!important;
    text-align: center;
}
ul.gallery li a {
    display: inline-block;

}
ul.gallery li img{
    width: 70%;
    height: auto;
}


/*------------------------------------------------------------------
Bestelluebersicht
-------------------------------------------------------------------*/
form#order { padding: 0 1em;}

#ordertable table, #prdBasketOverview table {
    margin: 30px 0;
}
table tr {}
table tr th,
table tr td { padding: 2px; }
table tr:nth-child(2n) td { background-color: #f6f6f6; }

table tr.hover td { background-color: #f0f0f0!important; }

#agb_id{
    margin-bottom: 20px;
}

#prdBasketOverview table td input{
    width: 60px;
    text-align: center;
}

/* ownGrid */
.ownGrid {
    overflow: hidden;
    display: block;
    border-radius: 4px!important;
    padding:0;
    border: 1px solid #DCDCDC;
}
.ownGrid table {
    border-collapse:collapse!important;
}
.ownGrid table tr {
    border: none!important;
}
.ownGrid table .headline th,
.ownGrid table .headline td {
    background-color: #5b5db0!important;
}
.ownGrid table .headline th a {
    color: #444!important;
}
.ownGrid table tr td .ui-icon.ui-icon-carat-2-n-s {
    background-image: url('../../img/custom/arrowUpDown.gif')!important;
    background-position: center!important;
    background-color: #5b5db0!important;
    border: 0!important;
}
.ownGrid table .headline th a:hover {
    color: #888!important;
}
.ownGrid table.footer {
    height: auto;
    overflow: hidden!important;
}
.ownGrid table.footer td.page{
    padding: 5px 0!important;
    margin: 0;
}
.ownGrid table.footer td.page .footResultdisplay {
    margin-right: 10px!important;
}

.ownGrid table.pageNav td input{
    height: 20px;
    margin: 0;
}
.ownGrid .table-responsive table.table  {
    font-size: 0.85em;
}
.ownGrid .table-responsive table.table th {
    background-color: #1671C2!important;
    color: #fff;
}
.ownGrid .table-responsive table.table th:nth-child(1) { width: 5%!important; }
.ownGrid .table-responsive table.table th:nth-child(2) { width: 35%!important; }
.ownGrid .table-responsive table.table th:nth-child(3) { width: 10%!important; text-align: right; }
.ownGrid .table-responsive table.table th:nth-child(4) { width: 10%!important; text-align: right; }
.ownGrid .table-responsive table.table th:nth-child(5) { width: 20%!important; text-align: right; }
.ownGrid .table-responsive table.table td:nth-child(3) { text-align: right; }
.ownGrid .table-responsive table.table td:nth-child(4) { text-align: right; }
.ownGrid .table-responsive table.table td:nth-child(5) { text-align: right; }
.ownGrid .table-responsive table.table-total td:nth-child(1) { width: 50%!important; }
.ownGrid .table-responsive table.table-total td:nth-child(2) { width: 30%!important; text-align: right; }

#prodOrderOverviewGridId table.table.dataTable td strong { font-weight: normal; color: #666; }

/* Basket Order Control */

#prdBasketOverviewOrder .orderfix input[type=checkbox] { float: left; margin-right: 10px; display: inline-block; }
#prdBasketOverviewOrder .orderfix label[for=agb_id] { display: inline-block; }

.page-number {
    text-align: center;
}
.page-number .page-numbers {
    display: inline-block;
    margin: 0!important;
    padding: 5px!important;
}
.page-number .page-numbers:before {
    content: ''!important;
    margin: 0!important;
}
.page-number .page-numbers a:hover{
    background: #fff;
    color: #AC995F!important;
    border-color: #AC995F!important;
}


/*------------------------------------------------------------------

16. Responsive settings

-------------------------------------------------------------------*/
/* @media (max-width: 420px) */
@media (max-width: 420px) {
}
/* and @media (max-width: 420px) */
/* @media (max-width: 480px) */
@media (max-width: 480px) {
    .col-xs-small {
        width: 100% !important;
        padding: 0 25px !important;
    }
    .col-xs-small .p-item-img {
        margin-top: 25px !important;
    }
    .shop-single .shop-content-item-container {
        height: 610px !important;
    }
    .shop-classic-sidebar .container .shop-content .row .shop-content-item-container {
        height: 597px !important;
    }
}
/* and  @media (max-width: 480px) */
/* @media (max-width: 650px) */
@media (max-width: 650px) {
    span.header-smaller {
        display: none;
    }
}
/* and  @media (max-width: 650px) */
/* @media (max-width: 768px) */
@media (max-width: 768px) {
    p.price-range > label {
        float: none !important;
    }
    .shop-classic-sidebar .shop-content .shop-content-item-container {
        height: 537px !important;
    }
    .shop-classic.shop-content .shop-content-item-container {
        height: 850px !important;
    }
    .hor-move {
        width: 100%;
        overflow-x: auto;
        padding: 15px 0;
    }
    .slide{
        margin-bottom: 20px;
    }
}
/* and @media (max-width: 768px) */
/* @media (max-width: 992px)*/
@media (max-width: 992px) {
}
/* and @media (max-width: 992px) */
/* @media (min-width: 990px) and (max-width: 1170px) */
@media (min-width: 990px) and (max-width: 1170px) {
}
/* and @media (min-width: 990px) and (max-width: 1170px) */
/* @media (max-width: 1200px) */
@media (max-width: 1200px) {
}
/* and @media (max-width: 1200px) */
/*------------------------------------------------------------------

End Responsive settings

-------------------------------------------------------------------*/
