
/*---------------------------------Product-Detail-Css---------------------------*/
.compare_modal_box {
    width: 360px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    background-color: #fff;
    border-top: 4px solid #fb761f;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 5px 5px 0 0;
}
.compare_modal_box .accordion-body {
    padding: 10px 0px;
}
.compare_modal_box p.font-14 {
    font-size: 14px;
    color: #000;
}
.delete_img {
    border: 1px solid #cbd2d9;
    flex-basis: 64px;
    height: 35px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delete_img img{
    padding: 3px;
}
.compare_modal_box .accordion-button:not(.collapsed){
    color: #000;
    background: #fff;
}
.compare_modal_box .accordion-button:focus{
    box-shadow: none;
    outline: 0;
}
.compare_modal_box .inner_box a.row_btn {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #1976d2;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
}
.compare_modal_box .top-box {
    border-top: 1px solid #d9d6d6;
    border-bottom: 1px solid #d9d6d6;
}
.accordion-button::after{
    width: 14px !important;
    height: 14px !important;
    background-image: url('../images/arrowTop.svg');
    background-size: 14px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/arrowTop.svg');
    transform: rotate(180deg);
}
body{
    background-color: #f5f7fa;
    font-family: 'Arial';
    color: #000;
}
.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    border: 0;
}
  .star-ratings  .fill-ratings {
      color: #ffa534;
      padding: 0;
      position: absolute;
      z-index: 1;
      display: block;
      top: 0;
      left: 0;
      overflow: hidden;
  }
  .star-ratings  .fill-ratings span {
        display: inline-block;
  }

.star-ratings .empty-ratings {
      padding: 0;
      display: block;
      z-index: 0;
}
.star-ratings span.font-14 {
       font-size: 12px;
}
.right-wrapper .star-ratings {
    font-size: 18px;
}
.right-wrapper .empty-ratings{
    display: flex;
    align-items: center;
    gap: 3px;
}
.right-wrapper .rating {
    text-align: start;
    width: 120px;
    margin-left: auto;
}
.product-banner {
    padding: 40px 15px;
}
.angebote{
    padding: 0 15px;
}
.ange_content_box h3.price {
    font-size: 22px;
}
.angebote-wrapper p{
    text-align: left;
}
.product_content_box .content-wrapper h1 {
    margin-bottom: 15px;
    font-size: 1.7142857143em;
    width: 100%;
    font-weight: 500;
    line-height: 30px;
}
span.more-link {
    display: block;
    color: #1b6ec2;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}

.product-imgs .img-showcase img {
    min-width: 350px;
    height: auto;
}
.prodetail-btn .blue a {
    color: #035271;
}
.angbot-btn a {
    background-color: #fb761f;
    padding: 15px 0;
    border-radius: 999px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    max-width: 300px;
    width: 100%;
    font-size: 1.1428571429em;
    line-height: 16px;
    color: #fff;
}
.angbot-btn a:hover,.load_more_btn a.row_btn:hover{
    background-color: #043e54;
    transition: 0.3s all ease-in-out;
}
.right-wrapper a.shop-btn:hover{
    background-color: #fb761f;
    transition: 0.3s all ease-in-out;
}
.product-imgs .img-showcase img {
    max-width: 350px;
    width: 100%;
    height: 320px;
    object-fit: contain;
}
.product_content_box img {
    width: 24px;
    height: 40px;
    margin-right: 5px;
}
button#myBtn {
    border: 0;
    background: transparent;
    color: #1b6ec2;
    padding: 0;
}
.product-imgs .img-item img {
    width: 70px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #1b6ec2;
    padding: 5px;
    margin: 5px;
}
.product_content_box {
    margin-right: auto;
    margin-left: 70px;

}
.toprise_box .right-wrapper img.galafy-img, .right-wrapper img.galafy-img {
    width: auto;
    height: 40px;
    object-fit: contain;
}
.angebote-wrapper {
    max-width: 260px;
    width: 100%;
    margin-left: auto;
}
.ange_content_box {
    max-width: 150px;
    margin-left: auto;
    text-align: start;
}
.m-bottom{
    margin-bottom: 100px;
}
.toprise_box {
    height: 150px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    padding: 30px 10px;
    width: 360px;
    position: relative;
}
.siege-img {
    position: absolute;
    top: -50px;
    left: 130px;
    width: 100px;
    height: 100px;
}
.right-wrapper a.shop-btn {
    background-color: #043e54;
    border-color: #0271c2;
    border-radius: 1px;
    color: #fff;
    transition: all .1s linear;
    white-space: nowrap;
    padding: 10px 15px 10px 15px;
    position: relative;
}
.right-wrapper span.arrow img {
    transform: rotate(-45deg);
    margin-left: 10px;
}
.btn-box div {
    border: 1px solid #dcdcdc;
    height: 20px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 14px;
}
.btn-box{
    max-width: 220px;
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
}

.load_more_btn a.row_btn {
    /*background-color: #0271c2;*/
    background-color: #fb761f;
    border-radius: 0;
    color: #fff;
    font-size: 1rem;
    padding: 10px 20px;
    /*border-radius: 5px;*/
    text-decoration: none;
}

.diesem-sec table,
.diesem-sec td,
.diesem-sec th{
   color: #575757;
   padding: 2px!important;
   font-weight: 600;
   font-size: 14px;
   line-height: 19px;
}
.diesem-sec td,
.diesem-sec th{
   padding: 10px !important;
}
.diesem-sec th {
   background: #f5f5f5!important;
}
h3.font-25 {
    font-size: 25px;
    font-weight: 400;
}
.table_box {
    max-width: 1330px;
    width: 100%;
}
.table_box th,.table_box td{
    color: #575757;
    font-weight: 600;
}
.table_box th {
    padding: 15px;
    background-color: #f5f5f5;
    text-align: left;
}
.table_box td {
    padding: 15px 15px 15px 0px;
    text-align: left;
}
.rating-img img {
    width: 20px;
}
.rating-img p.mt-2 {
    font-size: 16px;
}
.bewertung_box {
    max-width: 450px;
    width: 100%;
    align-items: center;
}
.bewer_btn {
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    background-color: #035271;
    width: 150px;
    text-align: center;
    height: 50px;
    padding: 6px 16px;
    border-radius: 5px;
}
.bewer_btn:hover{
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
}
.bewer_btn a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.beliebte_produkte .product {
    width: 230px;
    height: 333px;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15)!important;
    border-radius: 5px;
    padding: 30px;
    margin-top: 10px;
}
.beliebte_produkte img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}
.beliebte_produkte .product h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.beliebte_produkte .product p.mt-4 {
    color: #fb761f;
    font-size: 24px;
    font-weight: 600;
}
.beliebte_produkte .product small {
    font-size: 14px;
    font-weight: 400;
}
/* ---------------------Responsive--------------------------- */
@media(max-width: 1366px){
    .product_content_box {
        margin-right: auto;
        margin-left: 15px;
    }
}
@media(max-width: 1199px){
    .product_content_box .content-wrapper {
        max-width: 670px;
    }
    .product_content_box {
        margin-left: 70px;
    }
    .angebote-wrapper {
       margin-left: 0;
    }
}
@media(max-width: 1100px){
    .toprise_box {
        width: 315px;
    }
    .siege-img {
        top: -40px;
        left: 120px;
        width: 80px;
        height: 80px;
    }
}
@media(max-width: 991px){
    .product_content_box .content-wrapper {
        max-width: 100%;
    }
    .ange_content_box{
        text-align: end;
    }
}
@media(max-width: 575px){
    .angebote .col-12 {
        text-align: center !important;
    }
    .angebote-wrapper {
        width: 220px;
        margin: 0 auto;
    }
    .product_content_box {
        margin-left: 0;
    }
    .product-imgs .img-showcase img {
        min-width: 240px;
        height: auto;
    }
    .beliebte_produkte .product,.product_content_box .content-wrapper{
        width: 100%;
    }

    .hear_icon {
        /*position: absolute;*/
        top: 80px;
        right: 10px;
    }
    .right-wrapper .rating {
       margin: 0 auto;
    }
    .ange_content_box {
        text-align: center;
        max-width: 100%;
    }

}
@media(max-width: 399px){
    .compare_modal_box{
        width: 290px;
    }
}
