.shopxx {
    margin-bottom: 10px;

}

.menu_blockxx {
    padding: 0 20px 1px 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.menunamexx {
    font-weight: bold;
}

.usernamexx {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: center;
}

/* custom */
.page-wrapper {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 10px;
}

.page-wrapper button {
    padding: 20px;
    border: none;
    background: #0f784b;
    position: relative;
    outline: none;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}

.page-wrapper button .cart-item {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 0px;
    right: 0px;
}

.page-wrapper button .cart-item:before {
    content: ' ';
    display: block;
    line-height: 24px;
    height: 24px;
    width: 24px;
    font-size: 12px;
    font-weight: 600;
    background: #0f784b;
    color: white;
    border-radius: 20px;
    text-align: center;
}

.page-wrapper button.sendtocart .cart-item:before {
    animation: yAxis 1s alternate forwards cubic-bezier(0.51, 0.21, 0.65, 0.29);
}

.cart {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #292d48;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.cart i {
    font-size: 25px;
    color: white;
}

.cart:before {
    content: attr(data-totalitems);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #292d48;
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
}

.cart.shake {
    animation: shakeCart 0.4s ease-in-out forwards;
}


@keyframes yAxis {
    100% {
        transform: translateY(-95vh);
    }
}

@keyframes shakeCart {
    25% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

.price_btn {
    overflow: visible !important;
    padding: 0px 10px !important;
}


    #filname {
        padding: 10px 6px;
    }

    .filter-nam {
    background: #f37022;
    padding: 5px 12px;
    border-radius: 50px;
    margin: 2px;
    color: white;
    display: inline-block;
    font-size: 13px;
    font-family: 'AvenirLTStdBook';
    font-weight: bold;
    }

    .filter-nam button {
        margin-left: 10px;
        background: none;
        color: white;
    display: inline-block;
    font-size: 13px;
    font-family: 'AvenirLTStdBook';
    font-weight: bold;
    }

    .filter-filter {
        position: absolute;
        top: -9px;
        left: 30px;
        background: #f37022;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-family: 'AvenirLTStdBook';
        font-weight: bold;
        color: white;
    }
    
    .cat_num {
    background: #f37022;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    float: right;
    display: block;
    font-size: 12px;
    padding: 0px;
    margin: 4px;
    color: white;
    }
    
    
/* .discount {
    background-color: #fff;
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    border: 2px solid #f36523;
    border-left: none;
    border-right: none;
    text-align: center;
    color: #f36523;
    width: 300px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 38px;
    line-height: 39px;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 6.7%;
    z-index: 2;
    font-size: 26px;
}

@media only screen and (max-width: 435px) {
    .discount {
        width: 170px;
        height: 31px;
        line-height: 30px;
        top: 30px;
        left: 6.9%;
        font-size: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .discount {
        left: 6.7%;
    }
}*/

.discount {
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    padding: 0px 10px;
    width: 145px;
    height: 33px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #f36523;
    color: white;
    font-size: 25px;
    font-weight: 400;
    position: relative;
        top: 20px;
        left: -16px;
}

 .pro-discount{
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    padding: 0px 0px;
    width: 85px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #f36523;
    color: white;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}

.art_title{
    padding: 31px 200px 15px;
}

.art_cont1{
    padding: 31px 115px 1px;
}

.custon-p{
        padding: 0px 150px;
    }
    

@media only screen and (max-width: 1023px) {
    .custon-p{
        padding: 0px 50px;
    }
    
    .art_title{
    padding: 31px 11px 15px;
    }
    
    .art_cont1{
    padding: 15px 11px 1px;
}

    .discount {
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    padding: 0px 10px;
    width: 210px;
    height: 48px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #f36523;
    color: white;
    text-align: left;
    padding-left: 15px;
    font-size: 35px;
    font-weight: 400;
    position: relative;
        top: 0;
        left: 10px;

}
    



 .pro-discount{
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    padding: 0px 0px;
    width: 85px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #f36523;
    color: white;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}



}



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

    .discount {
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    padding: 0px 10px;
    width: 183px;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #f36523;
    color: white;
    text-align: left;
    padding-left: 13px;
    font-size: 30px;
    font-weight: 400;
    position: relative;
        top: 0;
        left: 0px;
}

.ofer_price .prod_lp { margin-bottom: 5px; }
.ofer_price .prod_lp span { font-size: 22px; }
.ofer_price .prod_lp em { text-align: center;font-size: 14px;line-height: 16px; padding: 2px 0px 0px 0px; font-weight: bold; border-radius: 2px;}
.ofer_price .stk { padding-bottom: 4px; }
.ofer_price .stk span { font-size: 24px; line-height: 24px; }
.ofer_price strong { font-size: 64px; line-height: 52px; }
.ofer_price .stk em { font-size: 18px; line-height: 18px; }
.ofer_price { padding-top: 30px; }
.ofer_price .left_price span { font-size: 30px; line-height: 30px; }

    }

}




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

    .discount {
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    padding: 0px 10px;
    width: 183px;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #f36523;
    color: white;
    text-align: left;
    padding-left: 13px;
    font-size: 30px;
    font-weight: 400;
    position: relative;
        top: 0;
        left: 0px;

    }

}


@media only screen and (max-width: 480px){
    .proExtImg {
            right: -7px;
            top: 3px;
    }
}



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

    .discount {
    font-family: 'AvenirLTStdHeavy', 'Open Sans', sans-serif;
    padding: 0px 10px;
    width: 156px;
    height: 32px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    background: #f36523;
    color: white;
    text-align: left;
    padding-left: 9px;
    font-size: 25px;
    font-weight: 400;
    position: relative;
        top: 0;
        left: 0px;

}

    .pro-discount {
    padding: 0;
    width: 70px;
    position: absolute;
    top: 17px;
    left: 0;
    font-size: 12px;
    

    }
    
    
.ofer_price .prod_lp { margin-bottom: 5px; }
.ofer_price .prod_lp span { font-size: 19px; }
.ofer_price .prod_lp em { text-align: center;font-size: 14px;line-height: 16px; padding: 2px 0px 0px 0px; font-weight: bold; border-radius: 2px;}
.ofer_price .stk { padding-bottom: 4px; }
.ofer_price .stk span { font-size: 19px; line-height: 24px; }
.ofer_price strong { font-size: 43px; line-height: 52px; }
.ofer_price .stk em { font-size: 14px; line-height: 18px; }
.ofer_price { padding-top: 30px; }
.ofer_price .left_price span { font-size: 30px; line-height: 30px; 
    
    
}
    
}

.proExtImg {
    width: 20px !important;
    height:20px;
    position: absolute;
    right: 9px;
    top: -9px;
    cursor: pointer;
}

.loading_display{
    display: none !important;
}

#loading{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  z-index: 999999;
}

#loading_pro{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff25 url('https://www.carsound.dk/images/loading_icon.gif') no-repeat center;
  z-index: 9999;
}

.caruHeight{
height: 50px !important;
}

.caroufredsel_wrapper {
height: 50px !important;
}

.slick-slide {
 margin: 0px 20px;
}

.skew-shake-x {
  animation: skew-x-shake 1.3s
}

@keyframes skew-x-shake {
  0% { transform: skewX(-3deg); }
  5% { transform: skewX(2deg); }
  10% { transform: skewX(-3deg); }
  15% { transform: skewX(2deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}


 @media only screen and (min-width: 950px) and (max-width: 975px) {
     .ofer_price .prod_lp span {
         font-size: 30px;
     }

     .discount {
         padding: 0px 10px;
         width: 295px;
         height: 65px;
         clip-path: polygon(0, 0, 100% 0, 90% 100%, 0 100%);
         background: #f36523;
         color: white;
         text-align: left;
         padding-left: 13px;
         font-size: 50px;
         font-weight: 400;
         position: relative;
         top: 34px;
         left: -20px;
     }

     .ofer_price Strong {
         font-size: 110px;
         line-height: 70px;
     }

     .ofer_price .stk span {
         font-size: 30px;
         line-height: 24px;
     }
 }
 
 
 

 
 .loading_prod {
     height: 100%;
     width: 100%;
     display: flex;
     position: absolute;
     top: 0;
     left: 0;
     justify-content: center;
     align-items: center;
     background: #ffffff75;
 }

 .wave {
     width: 3px;
     height: 50px;
     background: #f36523;
     margin: 2px;
     animation: wave 1s linear infinite;
     border-radius: 20px;
 }

 .wave:nth-child(2) {
     animation-delay: 0.1s;
     -webkit-animation-delay: 0.1s;
 }

 .wave:nth-child(3) {
     animation-delay: 0.2s;
     -webkit-animation-delay: 0.2s;
 }

 .wave:nth-child(4) {
     animation-delay: 0.3s;
     -webkit-animation-delay: 0.3s;
 }

 .wave:nth-child(5) {
     animation-delay: 0.4s;
     -webkit-animation-delay: 0.4s;
 }

 .wave:nth-child(6) {
     animation-delay: 0.5s;
     -webkit-animation-delay: 0.5s;
 }

 .wave:nth-child(7) {
     animation-delay: 0.6s;
     -webkit-animation-delay: 0.6s;
 }

 .wave:nth-child(8) {
     animation-delay: 0.7s;
     -webkit-animation-delay: 0.7s;
 }

 .wave:nth-child(9) {
     animation-delay: 0.8s;
     -webkit-animation-delay: 0.8s;
 }

 .wave:nth-child(10) {
     animation-delay: 0.9s;
     -webkit-animation-delay: 0.9s;
 }

 @-webkit-keyframes wave {
     0% {
         -webkit-transform: scale(0);
     }

     50% {
         -webkit-transform: scale(1);
     }

     100% {
         -webkit-transform: scale(0);
     }
 }
 
.loading-effect-model{
    display: flex;
    justify-content: center;
    position: absolute;
    background: #0000001c;
    z-index: 999;
    height: 100%;
    width: 100%;
    align-items: center;
}

.all-containts{
    pointer-events: none;
}

.active{
    display: block;
}

.inactive{
    display: none;
}

  @media screen and (max-width: 762px) {
    .click_effect {
      animation-name: click;
      animation-duration: 0.2s;
      animation-timing-function: ease;
    }
    @keyframes click {
      50% {
        transform: scale(0.9);
      }
      100% {
        transform: scale(1);
      }
    }
  }
  
  
  /*
  .brnd_cat_area{
margin-top: -22px;
}

.brnd_cat_hdng {
height: 10px;
}
/*