.all_check_header_footer.all_check_footer.check_footer_47 {
	text-align:center !important;
}

.all_check_header_footer.all_check_header.check_header_47
{
	display:none !important;
}

#table_id_47 .button {
	font-size:20px;
	padding:30px;
}

#search_box_47 {
	display:none !important;
}

th.wpt_Size, th.wpt_quantity, div.item_description_47 {
	text-align: center !important;
}

.arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 10px solid #068200;
    border-right: 10px solid #068200;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

.site-header:not(.header-stacked) .header-inner .site-branding {max-width:100% !important;}

.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 4px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.jimat {
	font-family:"Roboto", sans-serif;
	font-weight:800;
	font-size:16px;
	font-style:italic;
	display:table;
	background: red;
	margin: 5px auto 0 auto;
	padding: 3px 5px;
}

.blinktext {
    animation: blinkingText 1.2s infinite;
}

.blinktextblack {
    animation: blinkingTextblack 1.2s infinite;
}

@keyframes blinkingText{
    0%{ color: #fff; }
    49%{ color: #fff; }
    60%{ color: transparent; }
    99%{ color:transparent; }
    100%{ color: #fff; }
}

@keyframes blinkingTextblack {
    0%{ color: #000; }
    49%{ color: #000; }
    60%{ color: transparent; }
    99%{ color:transparent; }
    100%{ color: #000; }
}