/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .left-nav, #header .right-nav{
	display: none;
}
#header .center-nav{
	width: 100%;
}
#wrapper{
    padding-top: 0px !important;
}
.slider-banner .swiper-slide-image{
	height: 600px !important;
    object-fit: cover;
}
#search_widget input.form-search-control{
	padding: 8px 22px 8px 2px !important;
	border-left: unset !important;
	border-top: unset !important;
	border-right: unset !important;
	width: 350px;
}
#search-widget .search-btn{
    padding: 0px !important;
}
#cart-toogle .cart-products-count-btn {
	color: white !important;
}
#desktop-header-container .no-gutters.justify-content-end{
    display: flex;
    align-items: center;
}
#search_widget button.search-btn {
    padding: 0px !important;
}
.hook-footer-subscribe{
    margin-top: 1em;
    width: 425px;
}
.hook-footer-subscribe .ps-emailsubscription-conditions{
	max-width: 100% !important;
}
.payment-box .elementor-icon-list-items {
    display: flex;
    justify-content: flex-end;
    gap: 1em;
    margin-top: 5px !important;
}
#footer-container-main{
	padding-bottom: 0px !important;
}
#footer-container-main .block-iqitlinksmanager > *, #footer-container-main .block-iqitlinksmanager .block-content a{
	color: white !important;
}
#footer-container-main .block-iqitlinksmanager .block-title{
	border-bottom: unset !important;
	font-size: 18px !important;
    text-transform: uppercase !important;
}
.box-img-item .elementor-iqit-banner-content {
    right: 45px;
    background: white;
    left: 45px !important;
    bottom: 45px !important;
}

.box-news .post-item .card-block .d-inline{
	display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.box-news .post-item .card-block .post-title{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
    padding-bottom: 0px;
    font-size: 17px;
}
.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
    margin-bottom: 10px;
}
#category.page-category .breadcrumb{
	display: none;
}
#category.page-category #content-wrapper, #main-page-content #wrapper .breadcrumb{
	margin-top: 1em;
}
#category.page-category #content-wrapper .rte-content, #category.page-category #content-wrapper .rte-content p, #category.page-category #content-wrapper .rte-content span, #category.page-category #content-wrapper .rte-content div{
	color: black !important;
}
.product-box .product-description-short, .product-description .product-description-short{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 28px;
}
.product-box .input-group-add-cart {
    margin-top: 1em;
}
.product-price, .product-description .product-title a{
	color: black !important;
}
#js-product-list .product-description-short, .product-carousel .product-description-short{
    margin-bottom: .5em;
}
.product-price.current-price-value {
    font-size: 32px;
    color: black;
}
.product-properties-toggle .elementor-toggle-title{
    padding: 30px 15px;
}
#product-details-wrapper{
	display: none;
}
.iqitreviews-avarage-rating{
    font-size: 96px;
    line-height: 96px;
}
#iqitreviews-snippet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    color: #0c0c0ce0;
}
.iqitreviews-progress {
    height: 14px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    flex: 1;
}
.iqitreviews-progress-item {
    display: flex;
    justify-content: center;
    gap: 1em;
    align-items: center;
    max-width: 500px;
}
.iqitreviews-progress-bar-success {
    background-color: #000;
}
.iqitreviews-progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.iqitreviews-progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.iqit-reviews-left{
/*    display: flex;*/
}
.iqitreviews-progress-star-count{
    width: 12px;
}
.iqitreviews-progress-star{
    display: flex;
    align-items: center;
    justify-content: center;
}
.author-label{
    font-size: 18px;
    color: black;
}
#checkout #content-wrapper, #cart #content-wrapper{
    margin-top: 2em;
}
.product-description > *, .product-description a{
    color: black !important;
}
.simpleblog-posts-column img.photo {
    height: 300px;
    object-fit: cover;
}

.simpleblog__listing__post__wrapper{
    margin-bottom: 0px !important;
}
#footer-copyrights{
    display: none;
}
.iqitreviews-snippet {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 5em;
    justify-content: space-between;
}
.iqitreviews-snippet-box{
    flex: 1;
}
.iqitreviews-count{
    flex: 1;
}
.iqitreviews-progress{
    flex: 6;
}
#module-ph_simpleblog-single .page-title > * {
    font-size: 1.25em;
}
input#customer_name, #comment_content {
    border-radius: 20px;
}
.box-img-item img{
    height: 490px;
    object-fit: cover;
}
#category .elementor-image-carousel-wrapper .swiper-slide img{
    height: 500px;
    object-fit: contain;
}
.img-banner img{
    height: 400px;
    object-fit: cover;
}
.category-description-top .rte-content > *{
	color: #232323 !important;
}
.category-description-top .rte-content h4 {
    font-size: 1.25em !important;
}
.product-miniature-grid .product-title {
    height: 3.36rem;
}
#desktop_logo img.logo{
    height: 80px;
    object-fit: contain;
}
.product-description-short.text-muted > a, .product-sections .product-description .elementor-container > *, .product-sections .product-description .elementor-container .elementor-heading-title span, .product-sections .product-description .elementor-container .rte-content > *, .product-sections .product-description .elementor-container .rte-content span{
    color: #000 !important;
}
.product-description-short.text-muted > a{
    font-size: 12px;
}
.product-category-name{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000 !important;
    height: 32px;
    opacity: 1;
    margin-bottom: 5px;
    font-size: 14px;
}
.product-description .product-title{
    font-weight: 600;
}
.product-container .product-information, .product-description-section.block-section, .product-description-section.block-section .elementor-toggle-content, .product-description-section.block-section .elementor-toggle-content > *{
    font-size: 16px !important;
}
.product-container .form-control-label, .product-description-section.block-section .section-title > *, .product-description-section.block-section .elementor-toggle-title{
    font-size: 18px;
}
.box-img-item .elementor-iqit-banner-title {
    min-height: 52px;
}
.carrier-hasLogo img {
    object-fit: contain;
    max-width: 100%;
    max-height: 50px;
}
#main-product-wrapper .tax-shipping-delivery-label{
    display: none;
}
.js-checkout-modal .modal-dialog{
    max-width: 60%;
}
.js-checkout-modal .modal-dialog .modal-body {
    height: 600px;
    overflow: scroll;
}
.my-account-page-content-wrapper #identity-link {
    display: none;
}
a.btn.btn-product-list {
    color: white !important;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .js-checkout-modal .modal-dialog{
        max-width: fit-content;
    }
    .js-checkout-modal .modal-dialog .modal-body {
        height: auto;
    }
	.container, .elementor-container{
        max-width: 100% !important;
        overflow: hidden;
    }
	.slider-banner .swiper-slide-image {
	    height: 470px !important;
	    object-fit: cover;
	}
	.product-box .product-description-short, .product-description .product-description-short {
	    line-height: 14px;
	}
	.payment-box .elementor-icon-list-items {
	    justify-content: center;
	}
	#footer-container-main .elementor-icon-box-wrapper{
		display: flex;
	    align-items: center;
	    gap: 10px;
	}
	#footer-container-main .elementor-icon-box-icon{
	    width: min-content !important;
	    margin: 0px !important;
	}
	#footer-container-main .ps-emailsubscription-block form{
		width: 100%;
	    overflow: hidden;
	}
	.col-mobile-btn-cart.ps-shoppingcart{
		margin-right: 10px;
	}
	#mobile-header .logo.img-fluid{
/*		height: 58px;*/
	}
	#mobile-header a#mobile-cart-toogle {
	    position: relative;
	}
	#mobile-header #mobile-cart-products-count {
	    display: initial !important;
	    color: white;
	    margin-top: 0;
	}
	.box-news .post-item .card-block .d-inline{
		min-height: unset;
	}
	.hook-footer-subscribe{
	    width: auto !important;
	    overflow: hidden;
	}
    .product-description .product-title {
        font-size: 14px;
        height: 34px;
    }
    .product-accessories {
        margin-bottom: 0px !important;
    }
    .hook-footer-subscribe{
        margin-top: 0em;
    }
    .block-iqitlinksmanager .block-title span {
        font-size: 14px;
    }
    .block-iqitlinksmanager .block-title{
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .simpleblog-posts-column img.photo {
        height: 200px;
    }
    .simpleblog-posts-column .post-item{
        margin-bottom: 0px !important;
    }
    .product-tabs{
        margin-top: 10px;
    }
    .product-info-row{
        margin-bottom: 0px !important;
    }
    /*.product-properties-toggle .elementor-toggle-title{
        padding: 12px !important;
        font-size: 14px !important;
    }*/
    .iqitreviews-avarage-rating {
        font-size: 30px;
        line-height: 32px;
    }
    .elementor-toggle-content > * {
        font-size: 14px;
    }
    .iqitreviews-snippet {
        gap: 1em;
        flex-direction: column;
    }
    .iqitreviews-snippet-box {
        width: 95%;
    }
    #iqitcookielaw{
        right: 1rem;
    }
    html{
        font-size: 14px !important;
    }
/*    .product-sections .product-description .product-properties-toggle .elementor-toggle-content{
        font-size: 14px !important;
    }*/
    /*.product-sections .product-description .elementor-col-33 .elementor-text-editor.rte-content br {
      display: none;
    }
    .product-sections .product-description .elementor-col-33 .elementor-text-editor.rte-content br::after {
      content: " ";
      display: inline;
      margin-right: 1em;
    }*/
    .slider-banner .elementor-element.elementor-element-ga1nrzz > .elementor-element-populated {
        padding: 0px;
    }
    .page-home .box-img-item img {
        height: 100%;
        object-fit: contain;
    }
    .product-category-name{
        font-size: 13px;
    }
    #category .elementor-image-carousel-wrapper .swiper-slide img {
        height: 300px;
        object-fit: contain;
    }
    .product-description-section.block-section .elementor-heading-title{
        font-size: 20px;
    }
    .mobile-menu__scroller .js-mobile-menu__tab-title, .mobile-menu__column-title, .mobile-menu__title.js-mobile-menu__title.paragraph-p1 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
    }
    .mobile-menu__column{
        margin-bottom: 0em;
    }
    #js-product-list .products .img-fluid{
        height: 280px;
        object-fit: contain;
        background-color: #fbfbfb;
    }
    article.product-miniature.product-miniature-default.product-miniature-grid {
        border-bottom: 1px solid rgba(160, 160, 160, .25);
    }
    #mobile-header .mobile-main-bar{
        padding: 0px !important;
    }
    .product-description .elementor-col-33 .elementor-text-editor.rte-content{
        text-align: left;
    }
    .box-img-item .elementor-iqit-banner-title {
	    margin-bottom: 1em;
	}
}