@media (min-width:1000px){
    #site-header{
		position: fixed !important;
	    width: 100vw !important;
	    opacity: 1;
	    transition: .55s opacity, .55s visibility;
    	visibility: visible;
        z-index: 3 !important;
	}

	.menu-item > a{
		color: black;
	}
}

.header-inner{
	padding: .8rem 0 !important;
}

.footer-inner{
	background: #2b9eda;
	width: 100% !important;
	max-width: none !important;
}

.block-transparent{
	opacity: 1;
	transition: .55s opacity, .55s visibility;
    visibility: visible;
	background: transparent !important;
}

.header-remove{
	opacity: 0 !important;
    visibility: hidden !important;
    transition: .55s opacity, .55s visibility !important;
}

.white-text{
	color: white !important;
	text-shadow: 1px 1px 3px black;
}

.white-head-text{
	color: white !important;
	text-shadow: 1px 1px 3px black;
}

.big-banner{
	display: flex !important;
}
.small-banner{
	display: none !important;
}

.big-category-banner{
    display: block;
}

.small-category-banner{
    display: none  !important;
}

.main-block-title{
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400;
    padding: 0;
    text-shadow: 2px 2px 5px grey;
    color: #333333 !important;
}

.wppsac-post-title{
	font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    padding: 0;
}

.wppsac-sub-content{
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    color: #333333 !important;
}

.section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: #1dc8cd;
    background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
    margin: 0 auto;
    margin-bottom: 20px;
}

.post-inner{
    padding-top: 0 !important;
}

.entry-header{
    padding: 0 !important;
}

.entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background) {
    margin-top: 0 !important;
}

.counter-bg{
    background-image: url("../wp-content/uploads/2021/12/140346BbJWh8.jpg");
    color: white;
}

.alignfull {
    margin-bottom: 0rem !important;
}

.category-title-text{
    margin-bottom: -2em !important;
    z-index: 2;
}

@media (max-width:767px){
	.big-banner{
		display: none !important;
	}

    .big-category-banner{
        display: none !important;
    }

    .small-category-banner{
        display: block !important;
        min-height: 0 !important;
    }

	.small-banner{
		display: flex !important;
	}

    .mobile-thousand-off{
        display: block !important;
    }

    .category-name-title{
        display: none !important;
    }

    .category-title-text {
        margin-bottom: -3em !important;
    }

	.footer-widgets-outer-wrapper {
	    padding-left: 20px !important;
	    padding-top: 2rem !important;
	    padding-right: 20px !important;
	    padding-bottom: 2rem !important;
	}
}

@media (max-width: 600px){
    .category-title-text {
        margin-bottom: -4em !important;
    }
    
    .small-mobile-icon > figure > img{
        width: 7rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .small-mobile-icon > div > p{
        text-align: center !important;
    }
    
    .small-mobile-img > figure > img{
        max-width: 20rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .small-mobile-padding{
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
}

@media (min-width: 700px){
	
}

.footer-small-text{
	font-size: .8em;
}

.widget li {
    margin: 0rem 0 0 0 !important;
}

.m-b-one{
    margin-bottom: 1rem !important;
}

.m-t-one{
    margin-top: 1rem !important;
}

.m-b-two{
    margin-bottom: 1rem !important;
}

.m-t-two{
    margin-top: 1rem !important;
}

.m-l-one{
    margin-left: 1rem !important;
}

.m-r-one{
    margin-right: 1rem !important;
}

.m-l-two{
    margin-left: 1rem !important;
}

.m-r-two{
    margin-right: 1rem !important;
}

.m-one{
    margin: 1rem !important;
}

.m-two{
    margin: 2rem !important;
}

#back-top {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 1000;
    background: #71be00;
    margin-bottom: 0;
    text-align: center;
    border-radius: 50%;
    transition: opacity .3s ease;
    width: 50px;
    height: 50px;
    line-height: 50px;
    opacity: .45;
}

#back-top:hover {
    opacity: 1;
}

#back-top a {
    display: block;
    font-size: 24px;
    color: #fff;
    position: relative;
    font-size: 2em;
    font-weight: bold;
}

.fa-chevron-up:before {
    content: "\f077";
}

.entry-title{
    display: none;
}

.category-imb-block{
    z-index: 1;
}

.category-imb-block > img{
    width: 70% !important;
    height: 70% !important;
    margin: 15% !important;
    border-radius: 5px;
    background: #e8e8e8;
}


.category-imb-block > div{
    color: #ffffff !important;
    min-height: 80%;
    min-width: 70%;
    background: rgba(43,158,218,0.95);
    position: absolute;
    margin: 15%;
    text-align: center;
    text-shadow: 1px 1px 3px black;
    transition: all 0.7s ease;
    transform: translateY(110%);
    opacity: 0;
}

.category-imb-block:hover > div{
    transform: translateY(0);
    opacity: 1;
}

pre{
    border: none !important;
}

.product-red-linear-text{
    background: linear-gradient(#fe7b63, #f24b2c);
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.block-no-mp{
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-columns.alignfull, .alignfull:not(.has-background) .wp-block-columns {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.wp-block-column{
    margin-left: 0rem !important;
}

.category-main-blocks > div > figure{
    border: 5px #f5efe0 solid;
    overflow: hidden;
    border: 1px grey solid;
}

.full-height-block{
    align-self: stretch !important;
}

.text-shadow-small{
    text-shadow: 1px 1px 3px black;
}

.small-table-text{
    font-size: .7em;
}

.no-p-margin{
    margin:0;
}

.category-header-img > img{
    object-position: right;
}

.category-name-title{
    padding-left: 1em;
    padding-top: 1em;
    color: #444444;
}

.category-product-url > a{
    color: #ffffff !important;
    text-transform: none;
}

@media (max-width:1000px){
    .mobile-thousand-off{
        display: none;
    }
}

.padding-lr{
    padding: 0 1em 0 1em !important;
}

.border-a-box{
    border: 2rem #12111400 solid;
}

.small-table-text-a{
    font-size: .7em !important;
}

.unlink-box-text > a{
    text-decoration: none;
    color: white !important;
}

.inbox-float-br-img > img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.inbox-float-bl-img > img{
    position: absolute;
    left: 0;
    bottom: 0;
}

.inbox-float-tl-img > img{
    position: absolute;
    left: 0;
    top: 0;
}

.inbox-float-tl-box{
    position: absolute;
    left: 0;
    top: 0;
}

.bat-img > img{
    object-fit: contain !important;
}

.top-bat-img{
    margin-top: -7em;
}

.bott-round-block{
    padding-bottom: 0 !important;
}

.bott-round-block > div{
    padding-bottom: 0 !important;
}

.text-block-onslider{
    position: absolute !important;
    top: 0 !important;
}

.block-for-adaptive{
    min-height: 700px !important;
}

.adaptive-slider-img > div > div > div > ul > li > img{
    min-height: 700px;
    object-fit: cover;
}


.adaptive-fig-a{
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: 100em !important;
}

.adaptive-block-fig-a{
    padding: 0px !important;
    margin: 0px !important;
}

.correct-img-a{
    max-width: 200px !important;
    min-width: 200px !important;
}

.correct-img-a > img{
    object-fit: contain !important;
    height: auto;
}

.correct-img-a > div > p{
    font-size: 20px !important;
}

.correct-img-a > div{
    width: auto !important;
}

.correct-img-b{
    max-width: 200px !important;
    min-width: 200px !important;
    min-height: auto !important;
}

.correct-img-b > img{
    object-fit: contain !important;
    height: auto;
}

.correct-img-b > div > p{
    font-size: 20px !important;
}

.correct-img-b > div{
    width: auto !important;
}

.big-text-block{
    max-width: 150rem !important;
}

.midle-text-block{
    max-width: 110rem !important;
}

.black-linear{
    background: linear-gradient(to bottom ,#262626,#040404) !important;
}

@media (min-width:600px){
    .left-cat-block figure:nth-child(1){
        height: 40% !important;
        min-height: 40% !important;
    }

    .left-cat-block figure:nth-child(2){
        height: 60% !important;
        min-height: 60% !important;
    }
    
    .right-cat-block figure:nth-child(1){
        height: 60% !important;
        min-height: 60% !important;
    }

    .right-cat-block figure:nth-child(2){
        height: 40% !important;
        min-height: 40% !important;
    }
}

@media (max-width: 599px){
    .small-child-row > div {
        flex-basis: 25%!important;
    }
}

.fixed-block-a{
    min-height: 175px !important;
}

@media (max-width: 770px){
    .small-child-row-b > div {
        flex-basis: 33%!important;
        font-size: 14px !important;
    }
    
    .small-child-row-b > div > h5 {
        font-size: 14px !important;
    }
    
    .small-child-row-b > div > p {
        min-height: 40px;
    }
}

#site-footer {
    font-size: 1.2rem !important;
    padding: 1rem 0 !important;
}

.footer-links a{
    color: #ccc !important;
    text-decoration: none;
}

.footer-links {
    font-size: 12px;
}

.footer-links a:hover{
    text-decoration: underline;
    color: #eee !important;
}

.footer-text{
    font-size: 12px;
    color: #ccc;
    line-height: 20px;
    margin-left: 10px !important;
}

.footer-text>p{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.footer-text>ul{
    margin-left: 0px;;
}

.footer-inner{
    
}

.footer-widgets-outer-wrapper {
    padding: 1rem 0 !important;
}

.pay-block > div{
    display: inline-block !important;
    width: 60px;
    height: 30px;
    border-radius: 3px;
    background-size: cover;
}

#ppPay{
    background-image: url('../wp-content/uploads/2022/06/pplogo.png');
}
#p24Pay{
    background-image: url('../wp-content/uploads/2022/06/p24logo.png');
}
#visaPay{
    background-image: url('../wp-content/uploads/2022/06/visalogo.png');
}
#mcPay{
    background-image: url('../wp-content/uploads/2022/06/mclogo.png');
}
/*banner category - category-header-img big-category-banner*/

.header-abuttons{
    margin-left: 20px;
}

.header-abuttons>div{
    font-size: 14px;
    border: 0px #ffffff69 solid;
    text-align: center;
    border-radius: 10px;
    width: max-content;
    padding: 1px 10px;
    margin: auto;
}

.header-abuttons>div>a{
    text-decoration: none;
}

.header-abuttons>div>a:hover{
    text-decoration: underline;
}