/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
body {
    font-family: 'Poppins', sans-serif !important;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.7px;
    background: #fff;
}
main{
    font-size: 0.875rem;
    background-color: #fff;
}
.lb-nav a{
    transition: none !important
}
a{
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}
ul{
    margin-bottom: 0;
}
.disabled{
    cursor: no-drop !important;
}
a:hover,a:focus,button:focus{
    color: var(--partysoundBlue);
    text-decoration: none;
    outline: none;
}
.owl-carousel{
    z-index: 0;
}
:focus{
    outline: none;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
#wrapper{
    min-height: 350px;
    padding-top: 20px;
}
.fancybox-skin{
    background-color: #fff;
}
svg{
    vertical-align: middle;
    transition: 0.3s ease
}
.spwish{
    margin: 0 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
    border-radius: 4px;
}
.ui-front li a span{
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    color: #222;
    cursor: pointer;
}
.ui-state-focus, .ui-widget-content .ui-state-focus{
    border: none;
    background: transparent;
    background-image: none;
}
.ui-widget-content{
    border: 1px solid #eee !important;
}
.ui-front li:hover span, .ui-front li:focus span{
    color: #0060ff;
}
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active{
    margin: 0;
}
/* .wb-dropdown-cart.dropdown.show{
    min-width: 270px;
} */
/*loader start */
#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
}
#index #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 40%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
#index .object{
    position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
}
#index #page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/* add to cart modal */
.cart-content-btn .btn-primary{
    width: 100%;
}
#blockcart-modal .cart-content .cart-content-btn {
    display: flex;
}
#blockcart-modal .cart-content p span{
    color: #888;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 0 0 4px 4px;
}
.mhr{
    margin: 0;
    padding: 12px 0;
}
#blockcart-modal .close{
    padding: 15px;
}
.modprice .regular-price{
    font-size: 12px;
}
.modprice .product-price-and-shipping{
    margin-bottom: 0
}
.modprice{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}
#blockcart-modal .cart-products-count{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}
#blockcart-modal .modal-title{
    padding: 15px 15px;font-weight: 500;
}
#blockcart-modal .modal-body{
    padding: 0;
    font-size: 14px;
}
.wb-modal .modal-content{
    margin: 0;
}
#blockcart-modal .modal-content{
    border-radius: 4px 4px 0 0
}
/* cart modal over */
/* topbar */
/* cart dropdown */
.hcart{
    cursor: pointer;
}
.head-cart-drop {
    width: 275px;padding: 0;margin: 0
}
.cart-det{
    padding: 10px;
}
.cart-det .no-items{
    margin: 0;
    color: #222;
}
.cart-img img{
    max-width: 70px;
}
.cart-name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    margin-bottom: 5px;
}
.cart-drop-table li{
    vertical-align: top;
}
.cartclose{
    position: absolute;
    right: 0;
    top: 0;
}
.cart-down{
    position: relative;
    margin-bottom: 10px;
}
.qtyp li{
    display: block;
}
.qtyp{
    width: 70%;
}
.cdroptable{
    width: 100%;
}
.cdroptable td{
    border: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 5px 3px;
}
.cart-det .btn-primary{
    margin-top: 10px;
}
/* cart dropdown over */
#index #content-wrapper{
    padding: 0
}
.wb-cart-item-info .discount-percentage{font-size: 11px;}
.fixed {
    position: fixed !important;
    z-index: 9;
    top: 0;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 8px 0 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.user-down{
    min-width: 13.4rem;
    line-height: 25px;
    padding: 10px 12px;
    text-transform: capitalize;
    margin-top: 0;
    top: 30px;
}
.nleft .dropdown-menu{
    top: 30px;
}
.user-down i{
    width: 17px;
}
.content_price.product-price-and-shipping{
    margin-top: 0;
}
#_desktop_user_info,#_desktop_cart{
    position: relative;cursor: pointer;
}
.user-info:hover svg,.blockcart:hover svg,.d-search:hover svg,.setting .set:hover svg,.hcom:hover svg,.wishl:hover svg,
.user-info svg{
    fill: var(--white);
}
.user-info span{
    transition: 0.3s ease;
}
.user-info:hover span,.wishl:hover a,.hcom:hover a{
    color: var(--white);
}
.statmenu li{
    display: inline-block;
    margin-right: 28px;
}
.statmenu li:last-child{
    margin-right: 0
}
.statmenu li a{
    text-transform: capitalize;
    color: #fff;
}
.statmenu li a:hover{
    color: #000;
}
.statmenu li span{
    display: inline-block
}
.header-nav{
    background: -webkit-linear-gradient(0deg, rgb(254 140 41) 0%, rgb(244 109 113) 23%, rgb(140, 137, 255) 52%, rgb(63, 224, 230) 100%);
    padding: 10px 0;
}
.hcart{
    position: relative;
    border: 1px solid var(--partysoundBlue);
    border-radius: 4px;
    min-width: 50px;
    min-height: 50px;
    padding: 12px 15px;
}
#search_widget{
    padding: 0;
}
.header-top{
    padding: 15px 0;
}
#_desktop_logo{
    margin-top: 5px;
}
.nfull{
    padding: 15px 0;
    background: -webkit-linear-gradient( 0deg, rgb(33,150,250) 0%, rgb(87,144,253) 23%, rgb(140,137,255) 52%, rgb(63,224,230) 100%);
}
.hcart span{
    color: var(--partysoundBlue);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.hcart span.cartic svg{
    fill: var(--partysoundBlue);
}
/* menu */
.wb-menu-vertical li.level-1 .wbIcon span,.view_more .dropdown-item span{
    position: absolute;
    left: 30px;
}
.wb-menu-vertical .view_more{
    position: relative
}
#_desktop_top_menu{
    position: relative;
}
#index .statmenu{
    width: 100%;
}
#header{
    margin-bottom: 0;
}
.deliveryinfo{
    margin-top: 30px;
}
/* slide btn */
.homeslider-container .owl-theme .owl-stage-outer{
    padding-top: 0
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(252, 176, 69, 1);
    border: none;
    margin: 0 6px;
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--partysoundBlue);
    border: none;
    opacity: 1;
}

.slideshow-panel .owl-theme .owl-nav [class*="owl-"]{
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.slideshow-panel:hover .owl-theme .owl-nav [class*="owl-"]{
    opacity: 1
}
.slideshow-panel:hover .owl-theme .owl-nav .owl-prev{
    left: 70px;
}
.slideshow-panel:hover .owl-theme .owl-nav .owl-next{
    right: 70px;
}
.slideshow-panel .owl-theme .owl-nav .owl-prev{
    left: 30px;
}
.slideshow-panel .owl-theme .owl-nav .owl-next{
    right: 30px;
}
.slideshow-panel .owl-theme .owl-nav .owl-prev,.slideshow-panel .owl-theme .owl-nav .owl-next{
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 45%;
    background: var(--partysoundBlue);
    color: #fff;
    min-width: 40px;
    min-height: 40px;
    border: none;
    padding: 5px 0 0 0;
    font-size: 28px;
    opacity: 0;
    border-radius: 100%;
}
.slideshow-panel .owl-theme .owl-nav .owl-prev:hover,.slideshow-panel .owl-theme .owl-nav .owl-next:hover{
    background-color: var(--colorOrange);
    border: none;
    color: #fff;
}
.slideshow-panel .owl-theme .owl-nav{
    position: unset;margin-top: 0;
}
.slideshow-panel .owl-theme .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.homeslider-container img{
    border-radius: 4px;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: -74px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #222;
    font-size: 18px;
    margin: 0 0 0 7px;
    padding: 7px 0 0 0;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--colorOrange);
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    border-radius: 4px;
    transition: 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: var(--partysoundBlue);
    border: 1px solid var(--partysoundBlue);
}
/* special product */
.spepro .featured-products{
    border: 1px solid var(--colorOrange);
    border-radius: 4px;
    padding: 18px 15px;
}
.spepro .button-group{
    display: none
}
.spepro .thumbnail-container{
    border: none;
}
.spepro .wb-list-product-reviews{
    margin-top: 5px;
    margin-bottom: 10px;
}
#owl-spe .wb-image-block{
    border: none;
}
#owl-spe .wb-product-desc{
    padding-top: 27px;
}
.wbproductcountdown,.wb_product_countdown{
    display: none
}
.propage .wbproductcountdown,.propage .wb_product_countdown{
    display: block;
    margin-top: 20px;
}
#owl-spe .wbproductcountdown,#owl-spe .wb_product_countdown{
    display: block;
    margin-top: 18px;
}

.wb_product_countdown div{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.wb_product_countdown span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    letter-spacing: 0;
    min-width: 48px;
    min-height: 48px;
    border: 1px solid #eee;
    border-radius: 100%;
    margin: 0 0px;
    padding: 13px 0;
}
.wb_product_countdown p{
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 3px;
    text-transform: capitalize;
    color: #aaa;
    line-height: normal
}


.wbproductcountdown h4{
    font-weight: 500;font-size: 16px;text-transform: capitalize;
}
#owl-spe .thumbnail-container:hover .opdes{
    opacity: 1;
}
li.product-flag.on-sale{
    display: none;
}
/* product */
.pro-tab ul li a{
    text-transform: capitalize;
    font-weight: 500;
}
.pro-tab ul li a.active{
    color: #0060ff;
}
.pro-tab ul li{
    margin-right: 30px;
}
.reducep{
    position: absolute;
    right: 10px;
    top: 50px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-radius: 4px;
    background: var(--partysoundDiscountPrice)
}
.sale,
.product_promotion_percentage_bg{
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    background: var(--partysoundDiscount);
    padding: 6px 12px 6px 12px;
    letter-spacing: 0;
    border-radius: 4px;
}

.product_promotion_percentage_bg{
    right: 0;
    left: 0;
    font-size: 20px;
    width: max-content;
    margin: 0;
    position: absolute;
    z-index: 9;
	display: none;
}

.thumbnail-container .product-flags .new{
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0 auto;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    font-size: 12px;
    background-color: var(--partysoundBlue);
    letter-spacing: 0;
    padding: 1px 8px 0px 8px;
    border-radius: 4px;
}
.thumbnail-container .second-img{
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.thumbnail-container:hover .second-img{
    opacity: 1;
}
.wb-image-block{
    position: relative;
}
.wb-image-block img{
    border-radius: 4px;
}
.pro-tab{
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.thumbnail-container{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.thumbnail-container .wb-image-block{
    border: 1px solid var(--colorOrange);
    border-radius: 4px;
    position: relative;
}
.pro-tab h1{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 20px;
}
.product-tab-item .thumbnail-container{
    margin-bottom: 30px;
}
.product-tab-item .product-miniature:last-child .thumbnail-container{
    margin-bottom: 0;
}
.product-title{
    font-size: 0.9rem;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s ease;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 10px 0;
}

.wb-product-grid .item-product .product-miniature .product-title{
    font-size: 0.9rem;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 500;
    white-space: normal;
    padding: 0;
    margin: 10px 0;
    height: 32px;
}

.product-title a{
    color: #222;
}
.product-title a hr{
    margin: 10px auto 0 auto;
}
.thumbnail-container .product-price-and-shipping{
    min-height: 35px;
    margin-top: 6px;
}
.product-title:hover,.product-title a:hover{
    color: var(--partysoundBlue);
}
.price{
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
}
.wb-product-desc{
    padding-top: 10px;
}
.thumbnail-container .button-group .add_to_compare span {
    display: none;
}
.thumbnail-container .button-group .cartb:hover svg,.thumbnail-container .button-group .wb-compare-button:hover svg,
.thumbnail-container .button-group .cartb svg, .thumbnail-container .button-group .wb-compare-button svg,
.thumbnail-container .button-group .quick:hover svg,.thumbnail-container .button-group .wish:hover svg,
.thumbnail-container .button-group .quick svg,.thumbnail-container .button-group .wish svg{
    fill: #fff;
}

.absbtn,.quickv,.thumbnail-container .button-group .add-cart,.thumbnail-container .button-group .compare,.thumbnail-container .button-group .quick,.thumbnail-container .button-group .wl{
    vertical-align: middle;
    display: inline-block
}
.thumbnail-container .button-group .quick,
.thumbnail-container .button-group .cartb,
.thumbnail-container .button-group .wb-compare-button,.thumbnail-container .button-group .wish{
    border: none;
    background-color: var(--colorOrange);
    border-radius: 4px;
    min-width: 40px;
    min-height: 40px;
    padding: 9px 8px;
    display: inline-block;
    transition: 0.3s ease;
    cursor: pointer;
    text-align: center;
    color: var(--white);
}
.thumbnail-container .button-group .quick:hover,.thumbnail-container .button-group .cartb:hover,.thumbnail-container .button-group .wb-compare-button:hover,.thumbnail-container .button-group .wish:hover{
    background-color: var(--partysoundBlue);
    color: #fff;
}
/* heading */
.heading{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    position: relative
}
.heading span{
    display: inline-block;
    position: relative
}
/* category */
.homecatb{
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px 3px;
}
#wb_cat_carousel .homecatb:hover {
    border-image: linear-gradient(to left,  rgb(63,224,230) 0%,  rgb(140,137,255) 23%,  rgb(87,144,253) 52%, rgb(33,150,250) 100%);
    border-image-slice: 1;
}
#wb_cat_carousel .homecatb a{
    display: inline-block;
    vertical-align: middle
}
#wb_cat_carousel .homecatb img{
    width: auto !important;
    background-color: #fff;
    padding: 0 5px;
}
#wb_cat_carousel .homecatb li h2{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 10px;
}
#wb_cat_carousel .homecatb:hover li h2 a{
    color: #0060ff;
}
#wb_cat_carousel .homecatb li h3{
    font-size: 12px;
    text-transform: capitalize;
}
#wb_cat_carousel .homecatb li h3 a{
    color: #888;
    border-bottom: 1px solid #888;
}
#wb_cat_carousel .owl-stage-outer{
    padding-top: 35px;
}
.homecatb li:nth-child(1){
    position: relative;
    margin-top: -50px;
}
/* testimonial */
.parallex {
    padding: 70px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}
.parallex .item svg{
    fill: #0060ff;
    opacity: 0.6;
}
.parallex .item p{
    font-size: 13px;
    line-height: 24px;
    color: #222;
    margin-bottom: 30px;
}
.parallex .item h2{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 30px 0 18px 0;
}
.parallex .item h3{
    font-size: 14px;
    text-transform: capitalize;
    color: #222;
}
.t1 {
    background-image: url('../../assets/img/testi1.png');
}
.t2 {
    background-image: url('../../assets/img/testi2.png');
}
.t3 {
    background-image: url('../../assets/img/testi3.png');
}
.timg{
    width: 130px;
    height: 130px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-repeat: no-repeat;
    margin: 45px auto;
}
/* allproducts */
.bestp .thumbnail-container{
    margin-bottom: 20px;
}
.bestp .product-miniature:last-child .thumbnail-container{
    margin-bottom: 0;
}
.bestp .wb-image-block{
    padding: 0
}
.bestp .sale{
    background-color: transparent;
    color: var(--white);
}
/* service */
.deliveryinfo span{
    display: inline-block
}
.deliveryinfo ul{
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 25px 5px;
}
.deliveryinfo ul li:nth-child(1){
    border-right: 1px solid #eee;
    margin-right: 10px;
    padding-right: 10px;
}
.deliveryinfo ul li h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 6px;
}
.deliveryinfo ul li p {
    color: #787878;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
}
.deliveryinfo ul:hover svg{
    fill: #0060ff;
}
/* blog */
#blog .blog_post_content_bottom hr{
    margin-top: 30px;
    margin-bottom: -19px;
    width: 70%;
}
#blog .blog_post_content_bottom .readbtn{
    display: inline-block;
    padding: 0 20px;
    background: #fff;
}
.blogdt span{
    background: #000;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px 0 0 4px;
}
.blogdt{
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 1
}
.blog_post_content{
    position: relative;
}
.post_content span{
    color: #555;
    font-size: 13px;
    line-height: 21px;
}
.post_title{
    font-size: 16px;
    text-transform: capitalize;
    line-height: 23px;
    font-weight: 500;
    padding: 12px 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog_mask .icon {
    transform: translate(-50%, -50%);
    background: var(--partysoundBlue);
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 6px 0;
    margin: 0 5px;
    color: #fff;
    border-radius: 4px;
}
.post_thumbnail{
    position: relative
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    border-radius: 4px;
    -webkit-transform: scale(0.94,0.9);
}
.blog_mask .icon:hover {
    background-color: var(--colorOrange);
    color: #fff;
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 4px;
}
.blog_mask_content{
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}
.wbblog_img{
    border-radius: 4px;
}
.allbl{
    padding: 15px;
    border: none;
    position: unset;
    margin: 0;
}
.barr{
    padding: 0 15px;
}
.allbl .meta_author{
    color: #222;
}
.allbl .post_meta span{
    margin: 0 10px;
}
.allbl .content_more{
    margin-top: 10px;
}
.allbl .post_content {
    color: #555;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: 0
}
.allbl .post_content p{
    margin-bottom: 0;
    margin-top: 0;
    color: #999;
}
.allbl .content_more{
    padding: 0;
}
.allbl .post_title{
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}
.archb .post_thumbnail{
    position: relative;
}
.archb .post_thumbnail .material-icons{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.archb{
    margin-bottom: 30px;
}
#module-wbblog-single .post_title{
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 10px;
    min-height: auto;
    margin-bottom: 8px;
}
#module-wbblog-single .blog_post_content_top{
    margin-top: 0;
}
#module-wbblog-archive .allbl{
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}
#module-wbblog-archive .blog_post_content{
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
#module-wbblog-archive .content_more a{
    text-decoration: none;
}
#module-wbblog-single .page-footer{
    margin-top: 0;
}
#module-wbblog-single .blog_post_content{
    padding: 0;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
}
#blog_post .post_thumbnail img{
    border-radius: 4px;
}
.blogdl{
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
}
.post_d i{
    font-size: 14px;
    color: #aaa;
    margin-right: 10px;
}
.post_d a,.post_d span{
    color: #aaa;
    transition: 0.3s ease;
    display: inline-block;
}
.post_d a:hover{
    color: #000;
}
.post_d .fa-eye{
    margin-left: 10px;
}
.post_d{
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 12px;
}
.post_metas li{
    display: inline-block;
}
.comment_list li{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.comment_list li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.allbl .meta_category{
    margin: 0 15px;
}
.wco{
    margin-left: 33px;
}
/* comment */
.commlist{
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #eee;
}
.comment_content{
    padding: 10px 15px;
}
.fn{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 7px;
}
.vcard img{
    height: 61px;
    width: 61px;
}
.comment_content i{
    font-size: 18px;
    padding-right: 15px;
    line-height: 30px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
/* newsletter */
.block_newsletter .alert{
    margin-top: 6px;
    padding: 6px 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.block_newsletter form input.btn-primary{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    position: absolute;
    right: 0;
    padding: 0 20px;
    background: var(--partysoundBlue);
    color: #fff;
    border-radius: 0 4px 4px 0;
    transition: 0.3s ease;
}
.block_newsletter form input.btn-primary:hover{
    background: var(--colorOrange);
}
.block_newsletter{
    padding: 25px 0;
    background: -webkit-linear-gradient( 0deg, rgb(33,150,250) 0%, rgb(87,144,253) 23%, rgb(140,137,255) 52%, rgb(63,224,230) 100%);
}
.block_newsletter h3{
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 6px;
}
.block_newsletter h5{
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}
/* footer */
#scroll {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: var(--partysoundBlue);
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 10px 0;
    border-radius: 4px;
}
#scroll.scrollhide{
    bottom: -100px;
    opacity: 0;
    transform: scale(0);
}
#scroll:hover{
    background-color: var(--colorOrange);
    color: #fff
}
.f-d1 {
    background-repeat: no-repeat;
    height: 36px;
    width: 112px;
    background-image: url('../../assets/img/fb1.png');
    display: inline-block;
}
.f-d2 {
    background-repeat: no-repeat;
    height: 36px;
    width: 123px;
    background-image: url('../../assets/img/fb2.png');
    display: inline-block;
}
.email{
    word-break: break-all;
}
#footer_contact .icon {
    margin-right: 15px;
}
.links h3, .links h3 a, .c-info,.footleft h3{
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--white);
}
.footer-container li a, .fthr .block, .fthr .data a{
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 33px;
    color: var(--white);
    padding: 0;
    transition: 0.3s all ease-in-out
}
.footer-container li a:hover,.fthr .block:hover,.fthr .data a:hover,.foot-payment li i:hover{
    color: var(--partysoundBlue);
    opacity: 1;
}
#block_myaccount_infos li i,.l-list li i{
    color: #494949;
}
.footer-container li a:hover{
    padding-left: 5px;
}
.footer-container #footer_contact li a:hover,.footer-container .footleft li a:hover{
    padding: 0
}
#footer_contact .icon svg{
    fill: #333
}
.foot-payment li{
    display: inline-block
}
#footer .data {
    margin-left: 34px;
}
#footer .lnk_wishlist{
    display: none
}
.fthr h3{
    margin-top: 25px;
}
.block-social li{
    display: inline-block;vertical-align: middle
}
.foot-payment li a{
    font-size: 24px;
}
.foot-payment li i{
    color: #666666;
    transition: 0.3s ease
}
.block-social li a {
    line-height: normal;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding-top: 6px;
    font-size: 16px;
    background: #fff;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    border-radius: 4px;
    margin: 7px 0;
}
.block-social li a:hover{
    background-color: #0060ff;
    color: #fff;
}
#footer{
    background: -webkit-linear-gradient(0deg, rgb(254 140 41) 0%, rgb(244 109 113) 23%, rgb(140, 137, 255) 52%, rgb(63, 224, 230) 100%);
    margin-top: 50px;
}
.footer-container{
    padding: 50px 0;
}
.copy{
    padding: 15px 0;
    background: transparent;
}
.copy a{
    color: #fff;
}
.footleft p{
    color: #606060;
    line-height: 23px;
    margin-top: 20px;
    margin-bottom: 30px;
}
/* social follow */
.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}
.rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}
.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}
.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}
.snapchat a::before {
    content: "\f2ab";
    font-family: FontAwesome;
}
/* product page */
.product-additional-info .compare, .product-additional-info .panel-product-line {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.product-additional-info svg {
    display: none;
}
.product-additional-info .add_to_compare, .product-additional-info .prowish {
    display: inline-block;
    vertical-align: middle;
    background-color: #0060ff;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    margin-bottom: 4px;
}
.product-additional-info .add_to_compare:hover, .product-additional-info .prowish:hover {
    background-color: #000;
    color: #fff;
}
.wb-dropdown-cart .discount-amount{
    background-color: transparent;
    padding: 0;
    color: #000;
}
.discount-amount,.propage .discount-percentage{
    background: var(--partysoundDiscount);
    color: #fff;
    font-size: 18px;
    padding: 4px 5px;
    border-radius: 4px;
}
.propage .current-price span{
    display: inline-block;vertical-align: middle;
}
.propage .current-price span:nth-child(1){
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}
.propage .product-discount .regular-price{
    font-size: 14px;
}
.product-pack .h4{margin-bottom: 10px;}
.block-reassurance-item .h6{
    font-size: 13px;
    color: #777;
    line-height: 20px;
}
.tabpro{
    margin-top: 50px;
}
.js-thumb,#zoom{
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
}
.product-tab .nav-tabs .nav-link{
    padding: 15px 12px;
    font-weight: 500;
    font-size: 16px;
}
.arltr .wb-list-product-reviews, #ratep, .retesp {
    display: inline-block;
    margin-top: 0;
}
.arr{
    padding: 0 15px;
}
#description p{
    margin-bottom: 0;
    line-height: 22px;
}
#product .thumb-container {
    padding: 0 3px;
}
.product-tab .tab-pane{
    padding: 15px;
}
.product-prices{
    border-bottom: 1px solid var(--colorOrange);
    padding-bottom: 16px;
}
.prodes p{
    margin-bottom: 0
}
/* .quickview .prodes p{
    height: 92px;
    overflow: hidden;
} */
.prodes,.product-variants .product-variants-item{
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 0;
}
.product-actions{
    padding-bottom: 16px;
}
.propage hr{
    border-top: 1px solid var(--colorOrange);
}
.social-sharing{
    margin-top: 15px;
}
.product-additional-info .buttons_bottom_block{
    margin-bottom: 15px;
}
.propage h1 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.pcust{
    font-size: 12px;
}
.product-customization-item label{
    font-weight: 500;
    text-transform: capitalize;
}
.propage .control-label {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-weight: 500;
}
.product-quantity .add{
    margin: 0 10px;
}
.product-variants > .product-variants-item ul li label{
    margin-bottom: 0;
}
.propage .product-variants > .product-variants-item .color{
    margin-top: 11px;
    width: 15px;
    height: 15px;
}
.wishlist_button_extra{
    padding: 8px 10px 7px 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
#idWishlist{
    border: 1px solid #eee;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0rem center/1.25rem 1.25rem;
    padding: 5px 15px 5px 5px;
}
.product-add-to-cart .control-label{
    margin-top: 10px;
}
.product-tab .nav-item{
    display: inline-block;
}
.arltr a{
    text-transform: capitalize;
    display: inline-block;
}
.arltr i{
    margin-right: 5px;
}
.propage .open-comment-form::after{
    content: '|';
    padding: 0 20px;
}
.product-tab{
    border: 1px solid var(--colorOrange);
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid var(--colorOrange);
}
.attachment h4,.product-features .h6{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.product-tab .nav-tabs .nav-item a.active::before {
    background-color: var(--partysoundBlue);
    height: 2px;
    width: 40px;
}
.product-tab .nav-tabs .nav-item a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: 48px;
    transition: all 0.4s ease-out 0s;
    width: 3px;
}
.product-reference{
    margin-top: 10px;
}
.prodes p{
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.product-tab .nav-tabs .nav-link.active{
    color: var(--partysoundBlue);
}
/* category page */
.quickview .product-add-to-cart{
    padding-top: 15px;
}
#category-description{
    padding: 10px 0;
}
.facet li{
    margin-top: 12px
}
.facet-title{
    color: var(--partysoundBlue);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 1px solid var(--partysoundBlue);
    padding-bottom: 10px;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 12px;
    color: #333;
    -webkit-margin-before: -20px;
    background: #eee;
    padding: 2px 0 0 0px;
    text-align: center;
    min-width: 22px;
    min-height: 22px;
    border-radius: 4px;
}
#_desktop_search_filters_clear_all {
    margin-top: 15px;
}
.wb-grid-list{
    margin-top: 5px;
}
.total-products p {
    margin-bottom: 0;
    margin-top: 6px;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 5px 1px 5px;
    background-color: var(--partysoundBlue);
    border-radius: 4px;
}
.products-sort-order i{
    position: relative;
    top: -1px;
}
#new-products .products-sort-order .select-title{
    letter-spacing: 0;font-size: 12px;
}
.products-sort-order .dropdown-menu {
    border: none;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.lgrid svg{
    fill: #aaa;
    cursor: pointer;
    margin-right: 6px;
}
.wb-grid-list .selected svg{
    fill: #222
}
.products-sort-order .select-list {
    display: block;
    padding: 2px 8px;
    line-height: 25px;
    font-size: 14px;
}
.products-sort-order .select-list:hover {
    background: var(--partysoundBlue);
    color: #fff;
    text-decoration: none;
}
.page-content p{
    margin-bottom: 10px;
}
.sort-by{
    margin-top: 7px;
}
.listds{
    display: none;
}
.wb-product-list .listds{
    display: block;
}
.listds,.listds p{
    font-size: 13px;
    color: #aaa;
    line-height: 21px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 44px;
}
.listds{
    margin-top: 5px;
    margin-bottom: 6px;
}
.bh{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}
.wb-product-list .wb-image-block{
    padding: 0;overflow: hidden;
}
.products-selection {
    margin: 0 0 15px 0;
    background-color: #fff;
    border: 1px solid var(--colorOrange);
    padding: 10px 0;
    border-radius: 4px;
}
.wb-product-grid .item-product{
    margin-bottom: 20px;
}
.wb-product-list .item-product{
    margin-bottom: 20px;
}
#js-product-list .product-miniature{
    padding: 0;
}
.wb-product-list .thumbnail-container{
    float: left;width: 100%;margin-bottom: 0
}
.wb-product-list .thumbnail-container .button-group .quickv,.wb-product-list .thumbnail-container .button-group .absbtn{
    position: unset;
    opacity: 1;
    transition: none
}
.wb-product-list .thumbnail-container:hover .opdes{
    opacity: 1;
}
.wb-product-list .thumbnail-container .button-group .cartb span{
    display: none
}
.wb-product-list .thumbnail-container .button-group{
    margin-top: 10px;
}
/* pagination */
.pagination {
    text-align: center;
    border: 1px solid var(--colorOrange);
    background-color: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    display: inline-block;
    border-radius: 4px;
}
.pagination i{
    font-size: 20px;
    margin-top: -2px;
}
.pagination .page-list li a {
    display: inline-block;
    background: var(--partysoundBlue);
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 6px 7px 4px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
    border-radius: 4px;
}
.pagination .text-xs-left {
    line-height: 34px;
}
.pagination .page-list li a:hover,.pagination .page-list li a:focus,.pagination .page-list li.current a{
    background: var(--colorOrange);
    color: #fff;
}
/* other page */
.category-back,.leftbanner,.imgof,.home_blog_post_area{
    margin-top: 60px;
    margin-bottom: 60px;
}
.sale-bkg .sale{
    display: none
}
.wb-modal .modal-content{
    border-radius: 4px;
}
.js-terms a{
    color: #0060ff;
    text-transform: capitalize;
    font-weight: 500;
}
#contact .card{
    border: none;
    padding: 0;
}
.product-line-grid-body{
    line-height: 25px;
}
#module-wbblog-single .page-footer,#index .page-footer{
    margin-top: 0;
}
.page-footer{
    margin-top: 30px;
}
/* banner effect */
.beffect:hover a::after {
    background: rgba(0,0,0,.1);
    transform: rotateY(180deg);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: all 0.9s;
    border-radius: 4px;
}
.beffect a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transition: all 0.9s;
}
.beffect{
    position: relative;
    overflow: hidden;
}
.beffect img{
    border-radius: 4px;
}
#index .wb-menu-vertical {
    top: 60px;
}

@media (min-width: 768px){
    .wb-menu-vertical {
        position: absolute;
        top: -12px;
        left: 15px;
        right: 15px;
        z-index: 1;
    }
    .cartic{
        border-right: 1px solid var(--partysoundBlue);
        margin-right: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }
    .footer-container .wrapper::before{
        content: '';
        border-left: 1px solid #e1e1e1;
        position: absolute;
        left: 0;
        height: 230px;
    }
    .pro-tab ul{
        margin-right: 80px;
    }
    .sticky{
        position: sticky;
        top: 15px;
    }
    .wb-product-list .wb-product-desc .price{
        font-size: 18px;
    }
    .wb-product-list .wb-product-desc{
        text-align: left;
    }
    .wishl a,.hcom a,.user-info span,.nleft button,.nleft button:focus{
        text-transform: capitalize;
        cursor: pointer;
        font-size: 12px;
        font-weight: 500;
        color: var(--white);
        transition: 0.3s ease;
        letter-spacing: 0.7px;
    }
    .nleft button .expand-more{
        color: #777
    }
    #index #under-menu {
        display: block !important;
    }
    .wishl{
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 0 20px;
        margin: 0 20px;
    }
    .wishl,.hcom{
        display: inline-block;vertical-align: middle;
    }
    #_desktop_language_selector{
        border-right: 1px solid #ddd;
        margin-right: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 992px){
    .thumbnail-container .button-group .quickv{
        position: absolute;
        top: 33%;
        left: 0;
        right: 0;
        opacity: 0;
        transition: 0.3s ease-in-out
    }
    .thumbnail-container:hover .button-group .quickv{
        opacity: 1;
    }
    .thumbnail-container .button-group .absbtn{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        opacity: 0;
        transition: 0.3s ease-in-out
    }
    .thumbnail-container:hover .button-group .absbtn{
        bottom: 5px;
        opacity: 1;
    }
    .thumbnail-container .button-group .cartb span{
        text-transform: capitalize;
        margin-left: 3px;
        letter-spacing: 0;
    }
    .opdes{
        transition: 0.3s ease-in-out
    }
    .thumbnail-container:hover .opdes{
        opacity: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .links h3, .links h3 a, .c-info, .footleft h3{
        font-size: 15px;
    }
    .parallex .item p{
        font-size: 12px;letter-spacing: 0;margin-bottom: 0
    }
    .wb-menu-vertical li.level-1, .view_more{
        padding: 12px 0
    }
    .cate{
        margin: 0 3px;
    }
    .wb-menu-vertical li.level-1 > a, .view_more a{
        font-size: 13px;letter-spacing: 0
    }
    .deliveryinfo ul li h4{
        margin-top: 5px;
    }
    .deliveryinfo ul li{
        display: block;text-align: center
    }
    .deliveryinfo ul{
        padding: 8px 3px;
    }
    .deliveryinfo ul li:nth-child(1){
        border: none;
        margin-right: 0;
        padding-right: 0;
    }
    .parallex{
        padding: 25px 15px;
    }
    .timg{
        margin: 10px auto;
        width: 80px;
        height: 80px;
        background-size: 80px;
    }
    .parallex .item h2{
        margin: 14px 0 7px 0;
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a,.deliveryinfo ul li p{
        font-size: 12px;letter-spacing: 0
    }
    .footer-container li a, .fthr .block, .fthr .data a,.footleft p{
        font-size: 13px;letter-spacing: 0
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
        width: 33.33%;
    }
    .statmenu li{
        margin-right: 20px;
    }
    .statmenu li a{
        font-size: 13px;letter-spacing: 0
    }
    .wb-menu-vertical li.level-1, .view_more{
        padding: 12.6px 0;
    }
    .deliveryinfo [class*="col-"]:nth-child(1),.deliveryinfo [class*="col-"]:nth-child(2){
        margin-bottom: 5px;
    }
    .wishl{
        padding: 0 15px;
        margin: 0 15px;
    }
    .button-search{
        min-width: auto;font-size: 14px;
    }
    .product-line-grid-right .qty{
        padding: 0
    }
    .footer-container li a, .fthr .block, .fthr .data a{
        letter-spacing: 0
    }
    .links h3, .links h3 a, .c-info{
        font-size: 15px;letter-spacing: 0
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a{
        font-size: 12px;letter-spacing: 0
    }
}
@media (max-width: 991px){
    .spepro .owl-theme .owl-nav {
        top: -42px !important;
    }
    .owl-theme .owl-nav [class*="owl-"]{
        min-width: 30px;
        min-height: 30px;
        padding: 5px 0 0 0;
    }
    .block_newsletter{
        padding: 15px 0;
    }
    .block_newsletter #formEmailSubscription{
        margin-bottom: 40px;
    }
    .thumbnail-container .button-group{
        margin-top: 10px;
    }
    .deliveryinfo ul{
        padding: 10px 5px;
    }
    .deliveryinfo ul li h4{
        font-size: 15px;letter-spacing: 0
    }
    .deliveryinfo ul li p{
        font-size: 12px;letter-spacing: 0
    }
    #search_category{
        display: none
    }
    .parallex{
        padding: 20px 15px;margin-top: 30px;
    }
    .category-back, .leftbanner, .imgof, .home_blog_post_area {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timg{
        width: 90px;
        height: 90px;
        margin: 15px auto;
        background-size: 90px;
    }
    .parallex .item h2{
        margin: 15px 0 8px 0;
    }
    .thumbnail-container .button-group .cartb span{
        display: none
    }
    .heading{
        margin-bottom: 20px;padding-bottom: 10px;
    }
    .pro-tab h1{
        margin-bottom: 10px;
    }
    .pro-tab{
        margin-bottom: 20px;
    }
    .wb-product-grid,.wb-product-list{
        margin: 0 -3px;
    }
    #js-product-list .item-product{
        padding: 0 3px;
    }
    #footer{
        margin-top: 30px;
    }
    .pagination{
        margin-top: 0;
    }
    .footer-container {
        padding: 30px 0;
    }
    .footleft{
        margin-bottom: 20px;
    }
    .pagination .text-xs-left{
        font-size: 12px;
        letter-spacing: 0
    }
    .product-customization .custom-file button{
        padding: 0 5px;
        font-size: 12px;
    }
    .product-customization{
        font-size: 12px;
    }
    .product-actions .add-to-cart{
        padding: 0 5px;
    }
    .product-customization .btn-primary.float-xs-right{
        padding: 7px 5px;
        font-size: 12px;
    }
    .rless{
        margin: 0 -6px;
    }
    .cless{
        padding: 0 6px;
    }
    .owl-theme .owl-nav{
        right: 6px;
        top: -56px;
    }
}
@media (max-width: 767px){
    .hcart{
        border: none;
        border-radius: 4px;
        min-width: auto;
        min-height: auto;
        padding: 0;
    }
    .parallex .item p{
        font-size: 12px;letter-spacing: 0
    }
    .product-tab-item .thumbnail-container {
        margin-bottom: 20px;
    }
    .wb-menu-vertical .menu-vertical{
        padding: 0 5px;
    }
    .user-info svg,
	.user-info:hover svg{
        width: 22px;height: 22px;
		fill: var(--partysoundBlue);
    }
    .cart-c{
        background: var(--partysoundBlue);
        color: var(--white) !important;
        font-size: 12px;
        height: 14px;
        width: 14px;
        border-radius: 100%;
        text-align: center;
        line-height: 14px;
        position: absolute;
        right: -4px;
        bottom: -2px;
    }
    .button-search{
        min-width: auto;
        font-size: 14px;
    }
    .deliveryinfo{
        text-align: left;
    }
    .blogdt span{
        padding: 6px 8px;
        letter-spacing: 0;
        font-size: 12px;
    }
    .wbpc-main .count{
        min-width: 40px;
        min-height: 40px;
        margin: 0 1px;
        padding: 9px 0;
        font-size: 14px;
    }
    .pro-tab ul{
        text-align: left;
        margin-bottom: 10px;
    }
    .toprt{
        margin-top: 30px;
    }
    #header {
        margin-bottom: 0;
    }
    .header-top {
        padding: 10px 0;
        border-bottom: none
    }
    #search_widget{
        margin-top: 10px;
    }
    .copy .text-xs-left,.copy .text-xs-right{
        text-align: center
    }
    #search_query_top,.button-search{
        height: 40px;
    }
    .wb-menu-vertical .menu-vertical{
        display: block
    }
    .wb-menu-vertical{
        left: 0
    }
    #_mobile_cart{
        position: relative;
        margin-top: 6px;
    }
    #_mobile_user_info{
        position: relative;
        cursor: pointer;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 8px;
    }
    /* sidenav */
    .close-nav span{
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: rgba(0,0,0,0.7) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background: var(--partysoundDiscountPrice);
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    .close-nav i{
        font-size: 16px;
        color: #fff;
    }
    .dnone{
        display: none;
    }
    .dblock{
        display: block;
    }
    #wrapper,#footer{
        display: block !important;
    }
    #menu-icon .navbar-toggle{
        border: none;
        background: transparent;
        padding: 0;
        font-size: 17px;
        cursor: pointer;
        margin-right: 15px;
        margin-top: 10px;
    }
    #_mobile_logo img{
        max-width: 120px;
    }
    #wb_cat_carousel .homecatb li h2{
        font-size: 14px;letter-spacing: 0
    }
    .block-social li a{
        min-width: 25px;
        min-height: 25px;
        padding-top: 2px;
        margin: 7px 0;
        font-size: 14px;
    }
    .propage h1{
        margin-top: 20px;
        font-size: 16px;
    }
    .wb-product-list .listds{
        margin-bottom: 3px;margin-top: 0;
    }
    .thumbnail-container .button-group,.reducep{
        display: none
    }
    .listds, .listds p,.post_content span{
        font-size: 12px;letter-spacing: 0
    }
    .footleft p{
        font-size: 12px;
        letter-spacing: 0;
        margin-bottom: 15px;
    }
    .pro-tab {
        margin-bottom: 15px;
    }
    .block_newsletter form input.btn-primary{
        font-size: 14px;text-transform: capitalize;padding: 0 5px;
    }
    .post_title{
        font-size: 14px;
    }
    .post_content p{
        font-size: 12px;letter-spacing: 0
    }
    #_mobile_currency_selector,#_mobile_language_selector{
        display: inline-block;
        border: 1px solid #eee;
        padding: 2px 1px;
        margin-top: 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    #_mobile_currency_selector select,#_mobile_language_selector select{
        -webkit-appearance: none;
        font-size: 12px;
        letter-spacing: 0;
    }
    #_mobile_language_selector{
        margin: 0 1px;
    }
    .wb-menu-vertical .wb-sub-menu li.menu-item.bh{
        margin-bottom: 0
    }
    .block_newsletter .alert{
        position: unset;
    }
    .pro-tab ul li a{
        font-size: 14px;
    }
    .block_newsletter form input{
        height: 40px;
    }
    .sale{
        /*background-color: transparent;
        padding: 0;
        color: #000;*/
        font-size: 16px;
        padding: 5px 10px;
    }
    /*.thumbnail-container .product-flags .new{
        background-color: transparent !important;
        padding: 0;
        color: #000;
    }*/
    .thumbnail-container .button-group .cartb, .thumbnail-container .button-group .wb-compare-button, .thumbnail-container .button-group .quick, .thumbnail-container .button-group .wish{
        min-width: 30px;
        min-height: 30px;
        padding: 5px 0;
        margin: 0;
    }
    .thumbnail-container .button-group {
        margin-top: 5px;
    }
    .product-title{
        padding: 5px 0
    }
    .thumbnail-container .product-price-and-shipping{
        margin-top: 2px;
    }
    .product_img_link img{
        max-width: 75px;
    }
    .wb-menu-vertical .wb-sub-menu li.menu-item.bh::after{
        display: none
    }
    .price{
        font-size: 13px;
    }
    /* .wb-product-list .wb-product-desc{
        padding-left: 0;padding-right: 0
    } */
    .wb-dropdown-cart.defaultcart{
        top: 40px;
    }
    .post_thumbnail{
        margin-top: 0;
    }
    .facet-label a span{
        position: unset;
    }
    #category #search_filter_toggler{
        padding: 6px 0;
    }
    #blockcart-modal .product-name{
        margin-top: 15px;
    }
    .product-tab .nav-tabs .nav-link {
        padding: 15px 5px;
        font-size: 13px;
        letter-spacing: 0
    }
    .form-control-label{
        padding-top: 0
    }
    .forgotten-password .form-fields label.required{
        text-align: left;
        padding: 0
    }
    .quickview .propage h1{
        margin-top: 0;
    }
    .quickview .modal-body{
        padding: 0 15px 15px 15px;
    }
    .arltr a,#description p,.prodes p, .product-variants .product-variants-item,.page-content p,.attachment p{
        font-size: 12px;
        letter-spacing: 0.5px
    }
    .footer-container {
        padding: 20px 0;
    }
    .links .title .h3{
        font-size: 14px;
    }
}
@media (max-width: 1199px){
    .slideshow-panel .owl-theme .owl-nav [class*="owl-"]{
        display: none
    }
    .quickview .mask{
        display: none
    }
    .spepro{
        padding: 0;margin-top: 30px;
    }
}
@media (min-width: 1200px){
    .quickview .product-cover img {
        max-width: 500px;
    }
    .footer-container .wrapper{
        padding-left: 50px;
    }
}
@media (min-width: 992px) and (max-width: 1589px){
    .wbpc-main .count{
        min-width: 42px;
        min-height: 42px;
        padding: 10px 0;
        margin: 0 2px;
    }
    .deliveryinfo ul li h4{
        font-size: 15px;letter-spacing: 0
    }
    .block_newsletter h5{
        font-size: 12px;letter-spacing: 0
    }
    .block_newsletter h3{
        font-size: 22px;letter-spacing: 0
    }
}
@media (max-width: 1589px){
    .deliveryinfo [class*="col-"]{
        padding: 0 3px;
    }
    .deliveryinfo{
        margin-left: -3px;
        margin-right: -3px;
    }
    #owl-spe .wb-product-desc{
        padding-top: 0
    }
    .spepro .wb-list-product-reviews{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .wbpc-main .label{
        font-size: 12px;margin-top: 0;
    }
    #owl-spe .wbproductcountdown,#owl-spe .wb_product_countdown{
        margin-top: 3px;
    }
    .spepro .featured-products{
        padding: 15px 10px 10px 10px;
    }
    .spepro .heading{
        margin-bottom: 6px;
    }
    .spepro .owl-theme .owl-nav{
        top: -53px;
    }
    .spepro .product-title{
        padding: 10px 0 5px 0;
    }
}
@media (min-width: 1200px) and (max-width: 1589px){
    .wb_product_countdown span{
        min-width: 45px;
        min-height: 45px;
        padding: 11px 0;
        font-size: 14px;
    }
    #search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
        width: 25%;
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
        width: 75%;
    }
    .parallex{
        padding: 25px 15px;
    }
    .timg{
        margin: 18px auto;
    }
    .parallex .item h2{
        margin: 18px 0 7px 0;
    }
    .wb-menu-vertical li.level-1, .view_more{
        padding: 11.3px 0;
    }
    .product-line-grid-right .qty{
        padding: 0
    }
    .post_content p,.deliveryinfo ul li p{
        font-size: 12px;letter-spacing: 0
    }
    .links h3, .links h3 a, .c-info, .footleft h3{
        font-size: 16px;
    }
    .f-d1{
        background-size: 85px;
        height: 28px;
        width: 87px;
    }
    .f-d2{
        height: 28px;
        width: 89px;
        background-size: 89px;
    }
    .leftwidth{
        width: 22%;
    }
    .snwidth{
        width: 78%;
    }
    .mwidth{
        width: 73%;
    }
    .spepro{
        width: 27%;
    }
    #owl-image-slider img {
        width: 100%;
        transform: translate(-50%, 0%);
        left: 50%;
        position: relative;
        border-radius: 4px;
    }
    #owl-image-slider .owl-item{
        overflow: hidden;
    }
}
@media (min-width: 1590px){
    body#contact #right-column{
        width: 25%;
    }

    body#contact #content-wrapper.right-column{
        width: 75%;
    }

    #left-column,#search .wb-product-grid .item-product,#manufacturer .wb-product-grid .item-product{
        width: 20%;
    }
    #content-wrapper.left-column{
        width: 80%;
    }
    .wb-product-list .wb-image-block{
        width: 22%;
    }
    .wb-product-list .wb-product-desc{
        width: 78%;
    }
    #search .wb-product-list .item-product,#manufacturer .wb-product-list .item-product{
        width: 50%;
    }
    #search .wb-product-list .wb-image-block,#manufacturer .wb-product-list .wb-image-block{
        width: 33.33%;
    }
    #search .wb-product-list .wb-product-desc,#manufacturer .wb-product-list .wb-product-desc{
        width: 66.66%;
    }
    .leftwidth{
        width: 18%;
    }
    .snwidth{
        width: 82%;
    }
    .mwidth{
        width: 78%;
    }
    .rwidth{
        width: 22%;
    }
}

@media (max-width: 1290px){
    body#contact #right-column{
        width: 45%;
    }

    body#contact #content-wrapper.right-column{
        width: 55%;
    }
}

@media (max-width: 992px){
    body#contact #right-column{
        width: 100%;
    }

    body#contact #content-wrapper.right-column{
        width: 100%;
    }

    #_desktop_top_menu.js-top-menu{
        float: right;
    }

    .top-menu a[data-depth="0"] {
        font-weight: 600;
        padding: 0.1875rem 5px 0.375rem;
    }
}

@media (min-width: 600px) and (max-width: 767px){
    /*.lgrid{
        width: 40%;
    }
    .sro{
        width: 60%;
    }*/
    .wb-product-grid .item-product{
        width: 33.33%;
    }

    #_desktop_top_menu.js-top-menu{
        float: right;
    }

    .top-menu a[data-depth="0"] {
        font-weight: 600;
        padding: 0.1875rem 6px 0.375rem;
    }
}
@media (min-width: 500px) and (max-width: 767px){
    .leftbanner [class*="col-"],.deliveryinfo [class*="col-"]{
        width: 50%;
    }
    .deliveryinfo [class*="col-"]:nth-child(1),.deliveryinfo [class*="col-"]:nth-child(2){
        margin-bottom: 15px;
    }
    .xsewidth{
        width: 65%;
    }
    .block-social{
        width: 35%;
    }
}
@media (max-width: 499px){
    .sbr{
        margin-top: 15px;
    }
    .leftbanner [class*="col-"]{
        margin-bottom: 5px;
    }
    .block-social{
        text-align: center
    }
    .deliveryinfo ul {
        padding: 10px 12px;
    }
    .block-social li a{
        margin: 7px 0 0 0;
    }
}

@media (max-width: 599px){
    .wb-product-list .wb-image-block img{
        width: 100%;
    }
    .pro-tab ul li{
        margin-right: 10px;
    }
    .barr {
        padding: 0 10px;
    }
    .quickview .modal-dialog{
        width: auto;
        margin: 30px 15px;
    }
    #owl-image-slider .owl-nav{
        display: none
    }
    .quickview .modal-dialog{
        width: auto;
        margin: 30px 15px;
    }
    /*.sro{
        margin-top: 10px;
    }*/
    .pagination .text-xs-left,.pagination .text-xs-right{
        text-align: center;
        width: 100%;
    }
    .rname,.post_metas li{
        font-size: 12px;
    }
    .wb-product-grid .item-product{
        width: 50%;
    }
}

/** NEW-WAVE ***/

:root{
    --partysoundBlue:#0b96db;
    --fontFamilyRaleway: 'Raleway', sans-serif;
    --colorWhite: #fff;
    --fontFamilySansPro: 'Source Sans Pro', sans-serif;
    --partysoundGray:#5b5b5b;
    --partysoundBlack: #222222;
    --partysoundOrange:#f46d71;
    --colorOrange: #f08520;
    --fontFamilyOswald: 'Oswald', sans-serif;
    --borderGreyColor: #ebebeb;
    --buttonBgGreen: #6fb342;
    --productPageOrnage: #fe8c29;
    --white: #fff;
    --partysoundDiscount: -webkit-linear-gradient(0deg, rgb(253 138 49) 0%, #ff9a52 23%, #ff9a52 52%, #ff4c4c 100%);
    --partysoundDiscountPrice: -webkit-linear-gradient(0deg, rgb(33, 150, 250) 0%, rgb(87, 144, 253) 23%, rgb(140, 137, 255) 52%, rgb(63, 224, 230) 100%);
}

.links ul li img{
    width: 250px;
    margin-bottom: 20px;
}

@media (min-width: 768px){
    .footer-container .wrapper::before {
        height: 550px;
    }
}

.block_footer_banner{
    float: left;
    width: 100%;
    background: var(--colorWhite);
    padding: 40px 0;
    margin-bottom: 40px;
}

#footer .footer-shop-information {
    font-family: var(--fontFamilyRaleway);
    font-weight: 700;
    font-size: 24px;
    color: var(--partysoundGray);
    line-height: 33px;
}

#footer .footer-shop-information.transport-before:before,
#footer .footer-shop-information.card-before:before,
#footer .footer-shop-information.produs-icon-before:before {
    width: 55px;
    height: 55px;
    display: block;
    background: var(--partysoundBlue);
    float: left;
    margin-right: 28px;
}

#footer .footer-shop-information.produs-icon-before:before{
    margin-top: 9px;
}

.header-top-links{
    float: left;
}

.header-top-links #seap ul li{
    float: left;
}

.header-top-links #seap ul li{
    font-family: var(--fontFamilyRaleway);
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 8px;
    margin-right: 8px;
}

.header-top-links #seap ul li:nth-child(1),
.header-top-links #seap ul li:nth-child(2){
    background-color: var(--partysoundBlue);
}

.header-top-links #seap ul li a{
    color: var(--colorWhite);
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    display: flex;
}

.header-top-links #seap ul li a:hover{
    color: var(--colorWhite);
}

.header-top-links #seap ul li:nth-child(3){
    background-color: #95cd6d;
}

.header-top-links #seap ul li:nth-child(3) a:before{
    content: '';
    display: inline-block;
    background-image: url(../img/icon/service-icon.png);
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.hcom,
#_desktop_user_info{
    margin-top: 10px;
}

#contact_number {
    list-style-type: none;
    float: left;
    margin-top: 10px;
}

#contact_number li {
    font-family: var(--fontFamilySansPro);
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    float: left;
}

#contact_number li.contact_number_separetor {
    margin: 0 5px;
}

#contact_number li span.telephon {
    font-size: 20px;
    display: inline-block;
}

#contact_number li span.telephon a {
    color: var(--white);
}

#contact_number li.phone-header-icon-before:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: var(--white);
    margin-right: 10px;
    float: left;
    position: relative;
    top: -6px;
}

/*#_desktop_logo .img-responsive{
    max-width: 60%;
}*/

.header-nav #contact_number{
    float: left;
    margin-top: 6px;
    margin-bottom: 0;
}

.header-nav #contact_number.hidden-md-up{
    display: flex;
    gap: 2rem;
    margin-top: 0;
    justify-content: center;
    float: none;
    align-items: center;
}

.header-nav #contact_number li:last-child,
.header-nav #contact_number li:first-child{
    margin-right: 0;
}

.header-nav a.maps-and-flags-before:before {
    width: 30px;
    height: 30px;
    background: var(--colorWhite);
    display: block;
    margin-top: 6px;
}

.header-nav #contact_number li.phone-header-icon-before:before {
    display: block;
    width: 30px;
    height: 30px;
    background: var(--white);
    float: left;
    margin-right: 10px;
    top: 0;
}

.header-nav #contact_number li a{
    color: var(--white);
    font-size: 16px;
    display: flex;
    align-items: center;
}

.header-nav #contact_number li .mobile_show .header-icon-bg {
    background: var(--partysoundBlue);
    width: 47px;
    height: 47px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin-right: 8px;
    float: left;
}

@media (max-width: 932px){
    .header-nav #contact_number li .mobile_show .header-icon-bg {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

    .header-nav #contact_number li .mobile_show .header-icon-bg.oferte-header-icon-before:before,
    .header-nav #contact_number li .mobile_show .header-icon-bg.tehnic-header-icon-before:before,
    .header-nav #contact_number li .mobile_show .header-icon-bg.comenzi-header-icon-before:before {
        display: block;
        margin: 6px auto;
        width: 15px;
        height: 15px;
        background: var(--colorWhite);
    }
}

@media (max-width: 772px){
    .header-nav .header-top-links #seap ul li:nth-child(3) a::before {
        display: none;
    }
}

.container-margin{
    margin: 20px 0;
}

#footer .footer-container .header-top-links{
    display: none;
    margin-top: 20px;
}

@media (max-width: 812px){
    #footer .footer-shop-information{
        font-size: 16px;
    }

    .footer-container .flogo.img-responsive{
        max-width: 80%;
        margin: 0 auto;
    }

    #footer .footer-container .header-top-links{
        display: block;
    }
}

#search_filters .facet .facet-label{
    position: relative;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio{
    top: 0;
}

.facet-label a span{
    top: 19px;
    right: 20px;
}

#search_filters ul.scroll-bar{
    max-height: 200px;
    overflow-x: auto;
}

#search_filters ul.scroll-bar::-webkit-scrollbar {
    width: 5px;
}

#search_filters ul.scroll-bar::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    width: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#search_filters ul.scroll-bar::-webkit-scrollbar-thumb {
    background-color: var(--partysoundBlue);
    cursor: pointer;
}

#search_filters ul.scroll-bar::-webkit-scrollbar-thumb:hover {
    background-color: var(--partysoundBlue);
}

#category .block-category.card,
#category #subcategories .card{
    border: none;
}

#subcategories,
#category #content-wrapper section#products,
#newProductsLeft{
    float: left;
    width: 100%;
    display: block;
}

.content-subcategories{
    display: flex;
    flex-wrap: wrap;
}

.subcategories .image img {
    border-color: var(--colorOrange);
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.subcategories .cat-name{
    font-size: 14px;
    font-weight: 600;
    font-family: var(--fontFamilyRaleway);
    margin-bottom: 40px;
    background: -webkit-linear-gradient(0deg,rgb(254 140 41) 0%,rgb(244 109 113) 23%,rgb(140,137,255) 52%,rgb(63,224,230) 100%);
    border-color: var(--colorOrange);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 4px;
}

#category #content-wrapper section#products{
    margin-top: 40px;
}
#newProductsLeft{
    margin-bottom: 30px;
    border: 1px solid var(--partysoundBlue);
    border-radius: 4px;
    padding: 15px;
}

#newProductsLeft .product-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 0;
    gap: 0.5rem;
}

#newProductsLeft .product-container .product-title{
    white-space: unset;
}

#newProductsLeft .products .js-product.product{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 430px){
    #newProductsLeft{
        margin-bottom: 0;
    }

    #newProductsLeft > h2,
    #categories_block_left > h2{
        background: #f5f5f5;
        padding: 10px 5px;
        float: left;
        width: 100%;
        cursor: pointer;
    }
}

.nbrItemPage .select-title{
    display: inline-block;
    width: 25%;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 5px 1px 5px;
    background-color: var(--partysoundBlue);
    border-radius: 4px;
}

.nbrItemPage .dropdown-menu{
    border: none;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.nbrItemPage .select-list{
    display: block;
    padding: 2px 8px;
    line-height: 25px;
    font-size: 14px;
}

.nbrItemPage .select-list:hover {
    background: var(--partysoundBlue);
    color: #fff;
    text-decoration: none;
}

.product-header-information{
    float: left;
    width: 100%;
}
.product-header-information p{
    font-family: var(--fontFamilyRaleway);
    font-weight: 400;
    font-size: 16px;
    color: var(--partysoundGray);
    margin: 15px 0;
}

.product-header-information img{
    float: right;
    width: 130px;
    height: auto;
    display: block;
}

.product-additional-info .btn-comment{
    padding: 8px 8px 8px 0;
}

.product-additional-info .star-content{
    margin: 0;
}

.product-additional-info .star-content div.star{
    margin-right: 3px;
    margin-left: 0;
}

.product-information .wishlist-button-add{
    background-color: var(--partysoundBlue) !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px !important;
    width: 44px !important;
    height: 44px !important;
    position: relative;
}

.product-information .wishlist-button-add i:before {
    content: '';
    mask: url(../img/svg/wishlist.svg) no-repeat;
    -webkit-mask: url(../img/svg/wishlist.svg) no-repeat;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.product-information .wishlist-button-add:hover {
    background-color: var(--colorOrange) !important;
    opacity: 1 !important;
}

.blockreassurance_product .item-product svg,
.blockreassurance_product .item-product{
    width: 30px;
    height: 30px;
}

.blockreassurance_product .item-product svg path,
.blockreassurance_product .item-product svg circle{
    fill: var(--partysoundBlue) !important;
}

.blockreassurance_product p.block-title{
    line-height: 30px;
    font-family: var(--fontFamilyRaleway);
    font-weight: 700;
    font-size: 14px;
    color: var(--partysoundGray) !important;
    margin-bottom: 10px;
}

.blockreassurance_product .item-product{
    margin-right: 10px;
    margin-top: -5px;
}

#product_payment_logos {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#product_payment_logos img {
    width: 150px;
    height: auto;
}

p#various1,
p#send_friend_button{
    display: flex;
    font-family: var(--fontFamilyRaleway);
    font-weight: 700;
    font-size: 14px;
    color: var(--partysoundGray);
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.mai-ieftin-before:before {
    display: inline-block;
    background: var(--partysoundBlue);
    width: 30px;
    height: 30px;
}

.mail-before:before {
    display: inline-block;
    background: var(--partysoundBlue);
    width: 30px;
    height: 30px;
}

p#various1 span.variousContent,
p#send_friend_button span.variousContent{
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

#productVariousModal .modal-header,
#productCerePriceModal .modal-header{
    position: relative;
}

#productVariousModal .modal-header .close,
#productCerePriceModal .modal-header .close{
    margin-top: 0;
    opacity: 1;
    background: #000;
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: -12px;
}

#productVariousModal .modal-header .material-icons,
#productCerePriceModal .modal-header .material-icons{
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 14px;
}

#productVariousModal .modal-header .close:hover,
#productCerePriceModal .modal-header .close:hover{
    background: var(--partysoundOrange);
}

#productVariousModal .modal-body form .form-control-label,
#productCerePriceModal .modal-body form .form-control-label{
    padding: 0;
}

#productVariousModal .modal-body form input,
#productCerePriceModal .modal-body form input{
    display: block;
    width: 100%;
    height: 36px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: var(--partysoundBlack);
    background-color: var(--colorWhite);
    background-image: none;
    border: 1px solid var(--partysoundBlue);
    border-radius: 4px;
}

#productVariousModal .modal-body form label,
#productCerePriceModal .modal-body form label{
    text-align: left;
}

#productVariousModal .modal-body form .form-control:focus,
#productCerePriceModal .modal-body form .form-control:focus{
    color: var(--partysoundBlack);
    background-color: #fff;
    outline: unset;
    border-color: var(--partysoundBlue);
}

#productVariousModal .modal-body form button,
#productCerePriceModal .modal-body form button{
    margin-right: 0;
    margin-bottom: 30px;
}


.bootstrap .alert.alert-success,
.bootstrap .alert.alert-danger {
    display: none;
}

.footerPorductList{
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.footerPorductList section{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.footerPorductList section > h2{
    background: #0b96db;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 30px;
    font-family: Raleway,sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.footerPorductList section > h2 a{
    color: #ffffff;
}

.footerPorductList section > h2:before {
    content: "";
    display: block;
    background: #eef1f4;
    width: 72%;
    height: 1px;
    position: absolute;
    top: 28px;
    right: 0;
}

.footerPorductList .js-product.product{
    border-right: 1px solid #eef1f4;
}

.footerPorductList .js-product.product .product-miniature .product-title,
.footerPorductList .js-product.product .product-miniature .thumbnail-container{
    height: auto;
    text-align: center;
}

.footerPorductList .js-product.product img{
    margin: 0 auto;
}

.footerPorductList section.new-products > h2:before {
    width: 80%;
}

.footerPorductList .small-stars .star-content div.star-on:after,
.footerPorductList .small-stars .star-content div.star-hover:after,
.footerPorductList .small-stars .star-content div.star:after{
    color: #ffc106;
}

.footerPorductList .small-stars .star-content div.star,
.footerPorductList .small-stars .star-content div.star-on,
.footerPorductList .small-stars .star-content div.star-hover{
    background: transparent;
}

.footerPorductList section.new-products .js-product.product .product-miniature .product-title{
    height: 80px;
}

body#cart .card{
    border: none;
}


body#cart .table-bordered, .table-bordered td, .table-bordered th,
body#checkout .table-bordered, .table-bordered td, .table-bordered th{
    border: 1px solid var(--partysoundBlue);
}

body#cart .table thead th,
body#checkout .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid var(--partysoundBlue);
    padding: 8px;
    font-size: 13px;
    font-family: var(--fontFamilyRaleway);
    color: #000000;
    font-weight: normal;
}

body#cart .table tbody td img,
body#checkout .table tbody td img{
    display: block;
    margin: 0 auto;
}

body#cart .table tbody>tr>td,
body#checkout .table tbody>tr>td {
    vertical-align: middle;
}

body#cart .table tbody td .product-line-info,
body#checkout .table tbody td .product-line-info{
    font-family: var(--fontFamilyRaleway);
    color: #000;
    font-size: 13px;
}

body#cart .table tbody td .product-line-info a,
body#checkout .table tbody td .product-line-info a{
    color: #000;
    font-size: 13px;
}

body#cart .table tbody td .product-line-info a:hover,
body#checkout .table tbody td .product-line-info a:hover{
    /*color: var(--colorOrange);*/
    color: var(--partysoundBlue);
}

body#cart .table tbody td .product-line-info p,
body#checkout .table tbody td .product-line-info p{
    margin: 10px 0;
    font-family: var(--fontFamilyRaleway);
    color: #000;
    font-size: 13px;
}

body#cart .table tbody td .product-price,
body#checkout .table tbody td .product-price{
    font-size: 18px;
    font-family: Oswald,sans-serif;
    font-weight: normal;
}

body#cart .table tbody td .cart-line-product-actions a.remove-from-cart i:before,
body#checkout .table tbody td .cart-line-product-actions a.remove-from-cart i:before{
    color: #000000;
    font-size: 23px;
}

body#cart .table tfoot tr td,
body#checkout .table tfoot tr td{
    text-align: right;
}

body#cart .table tfoot tr td.cart-summary-line span.label,
body#checkout .table tfoot tr td.cart-summary-line span.label{
    font-weight: 700;
    color: #000;
    font-family: var(--fontFamilyRaleway);
    font-size: 13px;
}

body#cart .table tfoot tr td.cart-summary-line.cart-total span,
body#checkout .table tfoot tr td.cart-summary-line.cart-total span{
    font-weight: 600;
    color: #000;
    font-family: var(--fontFamilyOswald);
    font-size: 18px;
    text-transform: uppercase;
}

body#cart .table tfoot tr td span.value,
body#checkout .table tfoot tr td span.value{
    font-size: 18px;
    font-family: Oswald,sans-serif;
    font-weight: 400;
}

@media (max-width: 767px){
    body#cart .table thead,
    body#checkout .table thead,
    body#cart .table tbody,
    body#checkout .table tbody{
        display: block;
    }

    body#cart .table thead tr,
    body#checkout .table thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
        padding-bottom: 7px;
        overflow: hidden;
    }

    body#cart .table tr,
    body#checkout .table tr{
        padding-bottom: 7px;
        overflow: hidden;
        position: relative;
    }

    body#cart .table thead tr th,
    body#checkout .table thead tr th{
        display: block;
    }

    body#cart .table td,
    body#checkout .table td {
        border: none;
        position: relative;
        float: left;
        white-space: normal;
        padding: 7px 5px;
    }

    body#cart .table tbody td.cart_description,
    body#checkout .table tbody td.cart_description {
        width: 600px;
    }

    body#cart .table tbody td.cart_unit,
    body#checkout .table tbody td.cart_unit {
        width: 42%;
        text-align: center;
        min-height: 70px;
        clear: both;
    }

    body#cart .table tbody td.cart_quantity,
    body#checkout .table tbody td.cart_quantity {
        width: 25%;
        min-height: 70px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    body#cart .table tbody td.cart_delete,
    body#checkout .table tbody td.cart_delete {
        position: absolute;
        right: 20px;
        top: 22px;
    }

    body#cart .table tbody td.cart_total,
    body#checkout .table tbody td.cart_total {
        width: 33%;
        min-height: 70px;
        text-align: center;
    }

    body#cart .table tfoot tr td,
    body#checkout .table tfoot tr td {
        display: block;
        float: left;
        width: 100%;
    }

    body#cart .table tbody td:before,
    body#checkout .table tbody td:before {
        content: attr(data-title);
        font-weight: 700;
        display: block;
        font-size: 13px;
        font-family: var(--fontFamilyRaleway);
        text-align: center;
    }
}

.cart-grid-body .cart-overview,
.cart-grid-body .card-block{
    padding: 0;
}

.cart-grid-body .card-block{
    margin-bottom: 20px;
}
.contact_information_phone_number{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.contact_information_phone_number h4{
    display: inline-block;
    width: 100px;
}

#search_filters_wrapper{
    float: left;
    width: 100%;
}

.homepage_product_list{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media (max-width:1280px){
    .header-top-links #seap ul li a {
        color: var(--colorWhite);
        font-weight: 700;
        font-size: 10px;
        align-items: center;
        display: flex;
    }

    #contact_number li{
        font-size: 14px;
    }

    #contact_number li span.telephon a {
        font-size: 14px;
    }

    .header-top-links #seap ul li{
        margin-right: 5px;
    }
}

@media (max-width: 360px){
    .header-nav #contact_number li a {
        color: var(--white);
        font-size: 15px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px){
    body#cart .table tfoot tr td {
        display: block;
        float: left;
        width: 100%;
    }
}

.beffect {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.banner_homepage{
    float: left;
    width: 100%;
    margin: 20px 0;
}

@media (max-width: 852px){
    #js-product-list-top .sro{
        padding-left: 0;
        padding-right: 0;
    }

    #js-product-list-top .products-sort-order{
        margin-bottom: 10px;
    }

    #js-product-list-top.products-selection{
        padding: 10px 5px;
    }
}

@media (max-width: 375px){
    .header-nav #contact_number li{
        margin-right: 2px;
    }

    #js-product-list-top .products-sort-order{
        padding-left: 0;
    }

    .products-sort-order .select-title{
        padding: 6px 0 1px 5px;
    }
}

#manufacturers_block_left{
    float: left;
    width: 100%;
    margin-bottom: 1.563rem;
    border-radius: 4px;
    border: 1px solid var(--partysoundBlue);
    padding: 15px;
}

body#category #manufacturers_block_left,
body#search #manufacturers_block_left{
    display: none;
}

.footer-container img.flogo{
    margin-bottom: 40px;
    max-width: 204px;
}

.brand_banner_logo,
.brand_banner_logo img{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.footer-container .links h3,
.footer-container #facebook_block h1,
.footer-container .footer_subtitle{
    color: var(--white);
}

.footer-container .links h3{
    margin-bottom: 10px;
}

.footer-container .footer-address{
    float: left;
    width: 100%;
    margin-top: 10px;
}

.footer-container .mail-before:before {
    background: var(--white);
    margin-right: 5px;
}

.footer-container .footer-mail-show.mail-before{
    display: flex;
    align-items: center;
}

.homepage_product_list .item-product .wishlist-button-add{
    position: absolute;
    top: 0.635rem;
    right: 0;
    z-index: 0;
    left: 0.635rem;
}


@media (max-width: 932px){
    #footer .footer-shop-information{
        display: flex;
        align-items: center;
        line-height: unset;
        font-size: 14px;
        margin-bottom: 10px;
    }

    #footer .footer-shop-information.transport-before:before,
    #footer .footer-shop-information.card-before:before,
    #footer .footer-shop-information.produs-icon-before:before{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .block_footer_banner{
        padding: 20px 0;
    }
}

@media (max-width: 767px){
    .footer-container  .links .title .h3 {
        font-size: 14px;
        color: var(--white);
    }

    #_mobile_logo img {
        margin-top: 5px;
    }
}

@media (max-width: 393px){
    #footer .footer-shop-information{
        font-size: 12px;
    }
}


.js-top-menu .top-menu .sub-menu{
    margin-left: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    left: -140px;
    background: var(--white);
}

.top-menu .sub-menu ul[data-depth="1"]>li{
    float: none;
    border-bottom: 1px solid #eef1f4;
    position: relative;
    margin: 0;
}

.top-menu .sub-menu ul[data-depth="1"]>li:last-child{
    border-bottom: none;
}

#_desktop_top_menu .top-menu[data-depth="2"] li{
    position: relative;
}

#_desktop_top_menu .top-menu[data-depth="0"] > li:hover > a:hover,
#_desktop_top_menu .top-menu[data-depth="0"] > li:hover > a{
    color: var(--white);
}

#_desktop_top_menu .top-menu[data-depth="1"] li:hover > a:hover,
#_desktop_top_menu .top-menu[data-depth="1"] li:hover > a{
    color: var(--partysoundBlue);
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0.625rem;
    font-weight: normal;
}

.top-menu[data-depth="2"],
.top-menu[data-depth="3"]{
    opacity: 0;
    transform-origin: 0 0 0;
    transform: scale(1, 0);
    transition: all 500ms ease 0s;
    margin-left: 10px;
    margin-right: 15px;
    border: 1px solid #e0e0e0;
    border-top: 3px solid var(--partysoundBlue);
    top: 0;
    left: 100%;
    width: max-content;
    border-radius: 4px;
    position: absolute;
    z-index: 1000;
    background: #fff;
    padding: 10px;
}

#_desktop_top_menu .top-menu[data-depth="1"] li > a.parent[data-depth="1"]:before,
#_desktop_top_menu .top-menu[data-depth="2"] li > a.parent[data-depth="2"]:before{
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 10px;
    content: "\f107";
    transition: 0.3s ease;
}

#_desktop_top_menu .top-menu[data-depth="1"] li:hover .top-menu[data-depth="2"],
#_desktop_top_menu .top-menu[data-depth="2"] li:hover .top-menu[data-depth="3"]{
    opacity: 1;
    transform: scale(1, 1);
}

#_desktop_top_menu .top-menu[data-depth="1"] li:hover > a.parent[data-depth="1"]:before,
#_desktop_top_menu .top-menu[data-depth="2"] li:hover > a.parent[data-depth="2"]:before {
    transform: rotate(-90deg);
}


body#cms .page-cms strong{
    font-weight: 700;
}

body#cms .page-cms p{
    color: #000;
}

body#cms .page-cms div{
    line-height: 23px;
}

body#cms .page-cms h2{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 9px;
}

body#cms .page-cms ol{
    list-style: none;
}


body#cms .page-cms strong{
    font-weight: 700;
}

body#cms .page-cms p{
    color: #000;
}

body#cms .page-cms div{
    line-height: 23px;
}

body#cms .page-cms h2{
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 9px;
}

body#cms .page-cms ol{
    list-style: none;
}

#pagenotfound .page-not-found,
#products .page-not-found{
    max-width: 670px;
}

#pagenotfound #search_widget{
    overflow: unset;
}

#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input {
    width: 90%;
}

#pagenotfound .search-widget form button[type=submit] {
    position: relative;
    background: #000;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    transition: 0.3s ease;
    cursor: pointer;
    border: none;
    border-radius: 0 4px 4px 0;
    padding: 0 15px;
    cursor: pointer;
    min-width: 55px;
    left: -7px;
}

#pagenotfound #search_widget form i {
    position: relative;
    padding: 0;
}

#pagenotfound .search-widget form button[type=submit]:hover{
    background: #0060ff;
}

#right-column .contact-rich .block{
    padding: 15px 15px 30px;
}

.block_newsletter{
    float: left;
    width: 100%;
}

.block_googlemapas{
    float: left;
    width: 100%;
}

.block_googlemapas #map{
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
}


.BSTOCK-price{
    float: left;
    width: 100%;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    color: #5b5b5b;
    font-weight: 600;
    margin: 10px 0 30px;
}

.BSTOCK-price span{
    color: var(--partysoundBlue);
}

.BSTOCK-price span.addToCardBSTock{
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
    color: var(--white);
    background: var(--colorOrange);
    border-radius: 4px;
    padding: 5px 10px;
}

.BSTOCK-price span.addToCardBSTock:hover{
    background: var(--partysoundBlue);
}

@media (max-width: 440px) {
    .BSTOCK-price span.addToCardBSTock{
        display: inline-block;
        margin-top: 6px;
    }
}

.product-youtube-video{
    float: left;
    width: 100%;
    display: block;
    margin: 20px 0;
}

.modal.quickview .BSTOCK-price{
    font-size: 16px;
    margin-bottom: 30px;
}


.ui-slider .ui-slider-range,
.ui-slider .ui-slider-handle{
    z-index: 0 !important;
}

.page-not-found #search_widget{
    overflow: unset;
}

.page-not-found #search_widget form button[type=submit]{
    background: #000;
}

.page-not-found #search_widget input{
    height: 48px;
}

@media (max-width: 767px) {
    .page-not-found #search_widget input{
        height: 40px;
    }
}

#newProductsLeft .discount-amount,
#newProductsLeft .propage .discount-percentage{
    font-size: 12px;
}

#newProductsLeft .discount-product{
    background: var(--partysoundDiscount);
    color: #fff;
    padding: 2px 3px;
    border-radius: 4px;
}


.footer-logo-banner {
    float: left;
    width: 100%;
    display: block;
}

.footer-logo-banner img {
    width: 200px;
    display: block;
    margin: 10px auto;
}

#facebook_block{
    margin-bottom: 243px;
}

.content_scene_cat img{
    width: 100%;
    display: block;
    height: auto;
}

@media (max-width: 932px) {
    #facebook_block{
        margin-bottom: 20px;
    }
}


.cart-discount-bg{
    display: inline-flex;
    align-items: baseline;
}

.cart-discount-bg ul.promo-discounts .cart-summary-line .label .code{
    background: #BF2600;
    color: #fff;
    padding: 2px 8px;
    border-radius: 50px;
}

@media (max-width: 393px) {
    .cart-discount-bg{
        display: block;
    }

    .cart-discount-bg ul.promo-discounts{
        float: right;
    }
}


#customer-form .btn-primary{
    font-size: 18px;
    margin-left: -9px;
}

@media (max-width: 375px) {
    #customer-form .btn-primary{
        font-size: 16px;
    }
}


@media (min-width: 768px) {
    #footer .show-gdpr-modal {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.show-gdpr-modal {
    font-size: 14px;
    border-radius: 5px;
    float: left;
    margin-right: 50px;
}

@media (max-width: 1024px) {
    .wb-menu-vertical {
        position: absolute;
        top: -38px;
        left: 15px;
        right: 15px;
        z-index: 1;
    }
    .cartic{
        border-right: 1px solid var(--partysoundBlue);
        margin-right: 10px;
        padding-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .top-menu a[data-depth="0"] {
        font-size: 13px;
    }

    .container_wb_megamenu .title-menu {
        width: max-content;
    }

    #_desktop_top_menu.js-top-menu{
        float: right;
    }
}

@media (max-width: 932px) {
    #search_block_top {
        margin-top: 0;
    }

    .ets_baw_display_banner img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .container_wb_megamenu .title-menu .cate{
        display: none;
    }

    #index .container_wb_megamenu .title-menu .cate{
        display: block;
    }

    body#cart .bootstrap-touchspin .input-group-btn-vertical{
        width: unset;
    }

    .footleft > a{
        float: left;
        width: 50%;
    }

    .footleft #facebook_block{
        width: 50% !important;
    }
}

#_mobile_logo{
    margin-bottom: 10px;
}

@media (max-width: 852px) {
    body#cart .table tbody td.cart_description, body#checkout .table tbody td.cart_description {
        width: 600px;
    }
}

@media (max-width: 780px) {
    body#cart .table tbody td.cart_description, body#checkout .table tbody td.cart_description {
        width: 500px;
    }
}

@media (max-width: 432px) {
    body#cart .table tbody td.cart_description, body#checkout .table tbody td.cart_description {
        width: 300px;
    }

    .footleft a{
        float: none;
        width: 100%;
    }

    .footleft #facebook_block{
        width: 100% !important;
    }
}

@media (max-width: 360px) {
    body#cart .table tbody td .product-price,
    body#checkout .table tbody td .product-price{
        font-size: 14px;
    }
}

@media (max-width: 1536px){
    #contact_number li {
        font-size: 14px;
    }

    .header-nav #contact_number li a{
        font-size: 12px;
    }

    .header-top-links #seap ul li a{
        font-size: 9px;
    }
}

#registration .custom-radio{
    margin-right: 0;
}

#registration .radio-inline{
    margin-right: 20px;
}

@media(max-width: 560px){
    .product-youtube-video iframe{
        width: 100%;
        height: auto;
    }
}


@media(max-width: 1024px){
    p#various1, p#send_friend_button{
        float: left;
        width: 100%;
    }
}

.block_newsletter #gdpr_consent_chkbox_label{
    color: #fff;
    font-size: 14px;
    font-family: Poppins, sans-serif;
}

.block_newsletter .newsletterGDPR,
.block_newsletter .emailsubscription-message{
    float: left;
    width: 100%;
    display: block;
}

.block_newsletter .emailsubscription-message .alert{
    position: relative;
    margin: 0;
}

.block_newsletter .newsletterGDPR{
    margin: 10px 0;
}

#left-column #categories_block_left{
    padding: 0;
    box-shadow: none;
}

.promotion_subcategory{
    float: left;
    width: 100%;
    display: block;
}

.promotion_subcategory ul li a.filter_tag{
    border-radius: 50px;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
}

.promotion_subcategory a.filter_tag.active{
    background: #0060ff;
}

.promotion_subcategory ul li a.filter_tag:hover{
    background: #0060ff;
}

.promotionName{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}

#cms.cms-id-14 #fonduri li,
#cms.cms-id-13 #fonduri li{
    padding-left: 52px;
    margin-left: 5px;
    margin-bottom: 14px;
    min-height: 30px;
    font-size: 18px;
    color: #5b5b5b;
}

#cms.cms-id-14 li.one,
#cms.cms-id-13 li.one {
    background: url(../img/icon/20ani.svg) no-repeat center left transparent;
    background-size: 30px;
}

#cms.cms-id-14 li.two,
#cms.cms-id-13 li.two {
    background: url(../img/icon/importator.svg) no-repeat center left transparent;
    background-size: 30px;
}

#cms.cms-id-14 li.three,
#cms.cms-id-13 li.three {
    background: url(../img/icon/oferte.svg) no-repeat center left transparent;
    background-size: 30px;
}

#cms.cms-id-14 li.four,
#cms.cms-id-13 li.four {
    background: url(../img/icon/test.svg) no-repeat center left transparent;
    background-size: 30px;
}

#cms.cms-id-14 li.five,
#cms.cms-id-13 li.five {
    background: url(../img/icon/echipamente.svg) no-repeat center left transparent;
    background-size: 30px;
}

#cms.cms-id-14 li.six,
#cms.cms-id-13 li.six {
    background: url(../img/icon/consultanta.svg) no-repeat center left transparent;
    background-size: 30px;
}

.footerPorductList section.product_similare{
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(11,150,219,1) 50%, rgba(252,176,69,1) 100%);
    padding: 15px;
}

.footerPorductList section.new-products{
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
    padding: 15px;
}

.footerPorductList section.product_similare .heading,
.footerPorductList section.new-products .heading a,
.footerPorductList section.new-products .heading a:hover{
    color: #fff;
}

.footerPorductList section.product_similare .wishlist-button-add,
.footerPorductList section.product_similare .wishlist-btn.newFlag .wishlist-button-add,
.footerPorductList section.new-products .wishlist-button-add,
.footerPorductList section.new-products .wishlist-btn.newFlag .wishlist-button-add{
    right: .635rem;
    left: unset;
    top: 0.635rem;
}

.footerPorductList section.product_similare .product-title a,
.footerPorductList section.product_similare .product-title a:hover,
.footerPorductList section.product_similare span.price,
.footerPorductList section.product_similare span.regular-price,
.footerPorductList section.new-products .product-title a,
.footerPorductList section.new-products .product-title a:hover,
.footerPorductList section.new-products span.price,
.footerPorductList section.new-products span.regular-price{
    color: #fff;
}

.footerPorductList section .bx-wrapper .bx-pager{
    bottom: -50px;
}

.footerPorductList section.product_similare .discount-product,
.footerPorductList section.new-products .discount-product{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: var(--partysoundDiscount);
    padding: 14px 12px;
    letter-spacing: 0;
    border-radius: 10px;
    line-height: 0;
    display: inline-block;
}

.footerPorductList section .bx-pager.bx-default-pager a.active,
.footerPorductList section .bx-pager.bx-default-pager a:hover{
    background: #0060ff !important;
}

.footerPorductList section .bx-wrapper .bx-pager.bx-default-pager a{
    background: rgba(252,176,69,1);
}

.price.has_discount_price,
.product-price.has-discount .price{
    background: var(--partysoundDiscountPrice);
    color: #fff;
    border-radius: 10px;
    padding: 5px 12px;
}

#newProductsLeft .price.has_discount_price{
    margin-top: 10px;
}

#cart_summary .cart_unit .discount{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: var(--partysoundDiscount);
    padding: 5px 12px;
    letter-spacing: 0;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

@media (max-width: 1024px) {
    .micron_product_list_top{
        padding-left: 0;
        padding-right: 0;
    }

    .wb-menu-vertical #pt_vegamenu .cate{
        display: none;
    }
}

@media (max-width: 956px) {
    .js-cart-detailed-actions.card-block{
        padding: 0;
    }
}

@media (max-width: 445px) {
    #address_delivery{
        margin-bottom: 30px;
    }

    .mobile_cart_bottom_btn{
        float: left;
        width: 100%;
        display: block;
    }

    .mobile_cart_bottom_btn a{
        width: 100%;
        text-align: center;
    }

    .js-cart-detailed-actions.card-block{
        padding: 15px 0;
    }
}

#category #right-column,
#prices-drop #right-column,
#new-products #right-column,
#manufacturer #right-column{
    display: none;
}

@media (max-width: 767px) {
    #category #left-column {
        width: 100%;
    }

    #newProductsLeft{
        border: none;
        padding: 0;
    }

    #category #left-column #newProductsLeft,
    #prices-drop #left-column #newProductsLeft,
    #new-products #left-column #newProductsLeft,
    #prices-drop #left-column #manufacturers_block_left,
    #new-products #left-column #manufacturers_block_left,
    #prices-drop #left-column #categories_block_left,
    #new-products #left-column #categories_block_left,
    #manufacturer #left-column #newProductsLeft{
        display: none;
    }

    #category #right-column,
    #prices-drop #right-column,
    #new-products #right-column,
    #manufacturer #right-column{
        display: block;
        margin-top: 20px;
    }

    #category #right-column #newProductsLeft{
        padding: 0;
        border: none;
    }

    #manufacturer #right-column #manufacturers_block_left,
    #manufacturer #right-column #manufacturers_block_right{
        display: none;
    }

    #category #right-column #newProductsLeft .mobile-collapse-btn,
    #prices-drop #right-column #newProductsLeft .mobile-collapse-btn,
    #new-products #right-column #newProductsLeft .mobile-collapse-btn,
    #manufacturer #right-column #newProductsLeft .mobile-collapse-btn,
    #category #left-column .mobile-collapse-btn{
        color: #fff;
        background-color: var(--partysoundBlue);
        transition: 0.3s ease;
        border-radius: 4px;
        padding: 8px 10px;
        margin: 0 0 10px;
    }

    #category #right-column #newProductsLeft .mobile-collapse-btn[aria-expanded="true"]{
        margin: 0;
        border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    #category #right-column #newProductsLeft .mobile-collapse-btn:hover,
    #prices-drop #right-column #newProductsLeft .mobile-collapse-btn:hover,
    #new-products #right-column #newProductsLeft .mobile-collapse-btn:hover,
    #manufacturer #right-column #newProductsLeft .mobile-collapse-btn:hover{
        background-color: var(--colorOrange);
    }

    #category #right-column #newProductsLeft .title span,
    #prices-drop #right-column #newProductsLeft .title span,
    #new-products #right-column #newProductsLeft .title span,
    #category #left-column #categories_block_left .title span,
    #manufacturer #left-column #categories_block_left .title span{
        line-height: 23px;
    }

    .title .collapse-icons i{
        color: var(--white);
    }

    #search_filters .title .collapse-icons i{
        color: var(--partysoundBlack);
    }

    .title .collapse-icons .up,
    .title[aria-expanded=true] .collapse-icons .down{
        display: none;
    }

    .title[aria-expanded=true] .collapse-icons .up{
        display: block;
    }

    #category #right-column #newProductsLeft,
    #prices-drop #right-column #newProductsLeft,
    #new-products #right-column #newProductsLeft,
    #manufacturer #right-column #newProductsLeft{
        margin-bottom: 0;
    }

    #category #right-column #right_new_products{
        margin-bottom: 30px;
        border: 1px solid var(--partysoundBlue);
        padding: 5px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    #left-column #categories_block_left,
    #manufacturers_block_right,
    #right-column .newProductsLeftBg{
        margin-bottom: 20px;
    }

    #category #right-column #right_view_products{
        border: 1px solid var(--partysoundBlue);
        padding: 5px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        float: left;
        width: 100%;
    }
}

.btn-primary {
    background-color: var(--partysoundBlue);
}

.product-actions .add .btn-primary.add-to-cart,
.product-actions .add .btn-primary.cere_oferta_pret,
#blockcart-modal .cart-content-btn a.btn-primary,
.js-cart-detailed-actions a.btn-primary,
#productVariousModal .modal-body button[name="sendFromProductVarious"],
#productCerePriceModal .modal-body button[name="sendProductCerePriceModal"]{
    background-color: var(--colorOrange);
}

.product-actions .add .btn-primary.add-to-cart:hover,
#blockcart-modal .cart-content-btn a.btn-primary:hover,
.js-cart-detailed-actions a.btn-primary:hover,
#productVariousModal .modal-body button[name="sendFromProductVarious"]:hover,
#productCerePriceModal .modal-body button[name="sendProductCerePriceModal"]:hover{
    background-color: var(--partysoundBlue);
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    color: #fff;
    background-color: var(--colorOrange);
}

.footer-phone-list p,
.footer-address p,
.footer_data_fiscal p,
.footer-mail-show{
    color: var(--white);
}

.form-control:focus {
    border-color: var(--partysoundBlue);
}

.custom-radio input[type=radio]:checked+span{
    background: var(--partysoundBlue);
}

.custom-radio{
    border: 2px solid var(--partysoundBlue);
}

.page-my-account #content .links a:hover i {
    color: var(--partysoundBlue);
}

/*@media (max-width: 390px) {
    .header-nav #contact_number.hidden-md-up{
        display: flex;
        gap: 1rem;
    }
}*/

@media (max-width: 360px) {
    .header-nav #contact_number.hidden-md-up{
        display: flex;
        gap: .5rem;
    }
}

.footerPorductList .product_promotion_percentage_bg{
    left: unset;
    right: 10px;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers{
    border: 1px solid var(--partysoundBlue);
}

#search_filters .ui-widget-header{
    background: var(--partysoundBlue);
}

#search_filters .ui-slider .ui-slider-handle{
    border: 1px solid var(--partysoundBlue);
}

.ui-widget-content{
    border: 1px solid var(--partysoundBlue) !important;
}

@media (max-width: 852px) {
    #search_filters_wrapper{
        margin-bottom: 20px;
    }

    #category #left-column #search_filters .facet:last-child{
        border: none;
    }

    #category #left-column #search_filters{
        border-top: 1px solid var(--partysoundBlue);
    }

    #category #left-column #search_filter_controls{
        margin-bottom: 0;
        margin-top: 20px;
    }

    #search_filter_title{
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid var(--partysoundBlue);
    }
}

.active_filters,
.active_filters .filter-block{
    border: 1px solid var(--colorOrange);
}

.btn-tertiary.js-search-filters-clear-all{
    background: var(--colorOrange);
    color: var(--white);
}

.btn-tertiary.js-search-filters-clear-all:active:hover{
    background: var(--partysoundBlue);
}

.page-my-account #content .links a span.link-item{
    border: 1px solid var(--colorOrange);
}

@media (max-width: 440px) {
    #blockcart-modal .cart-content .cart-content-btn{
        display: block;
    }

    #blockcart-modal .cart-content .btn{
        margin-bottom: 0;
    }

    #blockcart-modal .modal-body .product-image.img-responsive{
        max-width: 60%;
    }
}

.form-control{
    border: 1px solid var(--partysoundBlue);
    border-radius: 4px;
}

.blockreassurance_product {
    margin-top: 0;
}

#productVariousModal .modal-content{
    display: inline-block;
}

.block-promo .promo-input{
    border: 1px solid var(--partysoundBlue);
    border-radius: 5px;
}

.result-header{
    display: flex;
    justify-content: flex-end;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked{
    background: var(--partysoundBlue);
}

body#product #description .ui-widget-content {
    border: unset !important;
}

.toggleModalBtn{
    text-decoration: underline;
    background: var(--colorOrange);
    border-radius: 8px;
    color: var(--white);
    padding: 2px 6px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
}

.toggleModalBtn:hover{
    background: var(--partysoundBlue);
}

@media (max-width: 1024px) {
    .links ul li img {
        width: 220px;
        margin-bottom: 20px;
    }
}

.links ul li img {
    width: 220px;
    margin-bottom: 20px;
}

#footer .show-gdpr-modal{
    float: right;
    margin-right: 0;
}

@media (max-width: 440px){
    .footer-logo-banner img{
        float: unset !important;
    }

    #footer .show-gdpr-modal {
       float: left;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
}

body#product .description .p-2{
    padding: 5px !important;
}

body#product .description .pb-2,
body#product .description .pr-2,
body#product .description .pt-2{
    padding: 5px 5px 5px 0 !important;
}

body#product .odd\:bg-container-darker:nth-child(odd) {
    --tw-bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
}

body#product .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body#product .grid {
    display: grid !important;
}

body#product .font-semibold {
    font-weight: 600 !important;
    font-size: 16px;
}

body#product .tab-content table{
    width: 100% !important;
    margin-bottom: 30px;
}

body#product .tab-content tr:nth-child(odd) {
    background-color: #f5f5f5;
}

body#product .tab-content tr td{
    color: #000;
    padding: 5px;
    width: 50% !important;
}

body#product .tab-content tr td p,
body#product .tab-content p{
    color: #000;
}

body#product .tab-content p strong{
    font-weight: 600;
}

@media (max-width: 440px) {
    body#product .tab-content tr td:nth-child(1){
        width: 60% !important;
    }

    body#product .tab-content tr td:nth-child(2){
        width: 40% !important;
    }

    .header-nav {
        padding: 5px 0;
    }

    p#various1 span.variousContent{
        display: unset;
    }

    p#various1 span.variousContent .toggleModalBtn{
        margin-left: 0;
        margin-top: 5px;
    }

    #productVariousModal .modal-dialog,
    #productCerePriceModal .modal-dialog{
        margin: 30px 15px
    }
}

.filter-options-content{
    margin-bottom: 10px;
}

@media (max-width: 360px) {
    #js-product-list .opdes{
        height: 51px;
    }
}

.product_page_flag{
    position: absolute;
    left: 0;
    top: 50px;
    text-transform: capitalize;
    color: #fff;
    font-size: 12px;
    background-color: var(--partysoundBlue);
    letter-spacing: 0;
    padding: 1px 8px 0px 8px;
    border-radius: 4px;
}

/*.homeslider-container.slideshow-panel{
    background: var(--white);
    display: flex;
    align-items: flex-end;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}*/

@media (max-width: 1024px) {
    #index .wb-menu-vertical {
        top: 40px
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.pack-product-container .product-discount .discount-percentage{
    font-size: 14px;
}

.pack-product-container .product-discount{
    margin-bottom: 10px;
}

.pack-product-container .current-price span:nth-child(1){
    font-size: 16px;
}

@media(max-width: 852px){
    #mobile_top_menu_wrapper .wb-menu-vertical{
        position: relative;
        top: 0;
        left: 0;
    }
}