/**header footer**/
header *, header *::before, header *::after, footer *, footer *::before, footer *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    word-break: break-all;
}

/** header幅 **/
header{
    /* min-width: 1000px; */
    min-width: 1200px; 
    position: relative;
}
header #top {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
	height: auto;
}

/** header fixed**/
header #top.fixed {
    position: fixed;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid #ccc;
	background: #fff;
	width: 100%;
	height: 80px;
}

/** logo **/
header #top .logo{
	position:absolute;
	left:20px;
}
header #top .logo img{
	/* width: 180px;
	height: 78px; */
    width: 100%;
    height: auto;
    margin-top: 18px;
}
.LogoCopy{
    font-size: 11px;
    color: #575757;
    position: absolute;
    left: 216px;
    margin-top: 33px;
}
/** logo tooltip **/
#top .logo .tooltiptext, #logo .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #444;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 55%; 
    margin-left: -80px;
}
#logo .tooltiptext {
    left: 8%; 
}
#top .logo .tooltiptext:after, #logo .tooltiptext:after {
    content: " ";
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #444 transparent;
  }
#top .logo:hover .tooltiptext, #logo:hover .tooltiptext {
    visibility: visible;
}
header #top .freeshipping{
	position:absolute;
	top:10px;
	left:230px;
}

/** sale banner **/
#headbanner-wrap {
    min-width: 1000px;
	text-align: center;
	background: #f03c0f;
}
#headbanner-wrap .headbanner{
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    padding: 0;
}
#headbanner-wrap .headbanner img{
	width: 100%;
	height: auto;
}

/**カテゴリー**/
header #top .cate{
	padding: 0;
    margin: 0;
	position: absolute;
	top:13px;
    left:230px;
}
header #top .cate > span{
	font-weight: bold;
	cursor: pointer;
	padding: 0px 30px 0 0;
    margin: 0;	
	color: #575757;
	font-size: 15px;
	display: block;
	height:60px;
	line-height:50px;
	box-sizing: border-box;
}
header #top .cate > span::after {
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    top: -4px;
    right: -10px;
}
header #top .cate > span:hover::after {
	animation: topAndBottom 0.5s linear infinite alternate;
    -webkit-animation: topAndBottom 0.5s linear infinite alternate;
    -ms-animation: topAndBottom 0.5s linear infinite alternate;
    -moz-animation: topAndBottom 0.5s linear infinite alternate;
}
/* header #top .cate > span::before {
    color: #575757;
	font-size: 24px;
    padding: 0;
	margin: 0;
	font-family: "Material Icons";
    content: "\e896";
    position: relative;
    top: 6px;
    left: -6px;
	font-weight: 500;
} */

/**cate wrap**/
header .cate-wrap:after, header .cate-wrap:before {
	bottom: 100%;
	left: 114px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
header .cate-wrap:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f3f3f3;
	border-width: 8px;
	margin-left: -8px;
}
header .cate-wrap:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 9px;
	margin-left: -9px;
}

/**cate-l-m-wrap**/
header .cate-wrap {
	color: #575757;
    display: none;
    background-color: #f3f3f3;
    position: absolute;
    z-index: 1001;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 3px 0 #ccc;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
    box-shadow: 0 0 3px 0 #ccc;
    width: auto;
    left: 0;
	box-sizing: border-box;
    white-space:nowrap;
	font-size: 0;
}
header .cate.show-menu .cate-wrap,
header .cate:hover .cate-wrap {
    display: inline-block;
    -webkit-animation: slide-down .3s ease-in;
    animation: slide-down .3s ease-in;
}

/* Search how-to layout for SymptomsByMedicine category */
.WelcomeSearchHowtoContainer {
    margin-bottom: 10px;
}
.WelcomeSearchHowtoImage {
    width: 100%;
    height: auto;
}
.WelcomeSearchHowtoText {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 5px;
}
.WelcomeSearchTextMain {
    color: #e74c3c;
    font-weight: bold;
}
header .cate-wrap .cate-l-wrap {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    background-color: #f3f3f3;
	box-sizing: border-box;
}
header .cate-wrap .cate-m-wrap {
	width: 540px;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    white-space: normal;
    background-color: #fff;
	font-size: 14px;
}

/**cate-l-list**/
header ul.category {
	padding: 0;
	margin:0;
}
header ul.category li{
    position:relative;
	list-style: none;
}
header ul.category li a {
	font-size:14px;
	padding: 15px 3px 15px 15px;
    color: #575757;
    display: block;
	text-decoration:none;
}
header ul.category li a:hover{
	color: #000;
	background: #fff;
	font-weight: bold;
}
header ul.category li:last-child {
	border-bottom: none;
}
header ul.category li a::after, header ul.category li a:hover::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 40%;
    right: 10px;
}
header ul.category li a:hover::after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}

/**cate-m-tit**/
header .cate-m-wrap .cate-m-tit{
	font-size: 24px;
	line-height: 1;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
}	
header .cate-m-wrap .cate-m-tit > a{
	display: inline-block;
    position: relative;
    font-weight:normal;
    color: #575757;
    padding: 0 30px 10px 0;
	text-decoration: none;
	font-weight: bold;
}
header .cate-m-wrap .cate-m-tit > a:hover{
	text-decoration: underline;
}
header .cate-m-wrap .cate-m-tit > a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 5px;
    right: 5px;
}
header .cate-m-wrap .cate-m-list{
	margin: 0;
	padding: 0;
}
header .cate-m-wrap .cate-m-list > li{
	font-size: 14px;
	line-height: 1.2;
	width: 48%;
	display: inline-block;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0 10px 0 0;
	letter-spacing: -1px;
}
header .cate-m-wrap .cate-m-list li:nth-child(2n) {
	margin: 0;
}
header .cate-m-wrap .cate-m-list > li > a{
    color: #575757;
	display: block;
	padding: 8px 0;
	margin: 0;
	text-decoration: none;
}
header .cate-m-wrap .cate-m-list > li > a:hover{
    color: #999;
	text-decoration: underline;
}
header .cate-m-wrap .banner-wrap{
	margin:120px 0 0 0;
}
header .cate-m-wrap .banner-wrap img{
	width: 100%;
	margin:0 0 10px 0;
	height: auto;
}

/**search**/
header #search-wrap {
    padding: 20px 0 20px 310px;
    margin: 0;
}
header #search-wrap .form {
    display: inline-block;
    margin: 0;
    /* padding-right: 430px; 「div id="right"」と余白を同じにする場合*/
    padding-right: 350px;
    /* padding-left: 110px; 「安心の日本法人運営」の文字が入っていた時*/
    padding-left: 20px;
    width: 100%; 
}
header #search-wrap .searchbox {
    position: relative;
}
header #search-wrap .input-wrap{
    flex: 1;
    display: flex;
}
header #search-wrap .input-wrap input {
    /* border: 1px solid #ccc; */
	border: solid 1px #89c04a;
	background-color: #efefef;
    font-size: 16px;
    width: 100% ;
    margin: 0;
    padding: 0 10px;
    height: 42px;
    overflow: hidden;
	border-radius: 4px;	
}
header #search-wrap .input-wrap input::-moz-placeholder {
    color: #999;
    font-weight: normal;
    opacity: 1;
}
  header #search-wrap .b-search {
    position: absolute;
    right: 0;
    top: 0;
    background: #89c04a url(/images/header/i-search.png) no-repeat center center;
    background-size: 22px 22px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    height: 42px;
    width: 70px;
  }
/**search 2025/05改修**/
header .searchRow{
		display: flex;
		align-items: flex-start;
		gap: 20px;
        width: 100%;
        margin: 0 auto;
	}
	.searchRadioText {
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
	}
    input[type="radio"]:checked + .searchRadioText {
        font-weight: bold;
    }
    .searchRadio{
        accent-color: green;
    }
	header .serchFormContainer{
	display: flex;
	justify-content: center;
	}
	header .searchFormRadio{
	display: flex;
    flex-direction: column;
    flex-shrink: 0;
	}
	header .searchbox {
    display: flex;
    flex: 1;
    flex-shrink: 0;
	/* background-color: white;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 20px;
	width: 550px; */
	}
	header .searchbox label {
	margin-right: 20px;
	font-size: 14px;
	}
	header #searchInput {
	/* width: 300px; */
    width: 100%;
	padding: 6px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 3px;
    min-width: 0;
	}
	header button {
	background-color: #7ac943;
	color: white;
	border: none;
	padding: 7px 16px;
	font-size: 14px;
	margin-left: 10px;
	border-radius: 3px;
	cursor: pointer;
	}
	header #keywordOption {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, border-width 0.3s ease;
    border: 0 solid #ccc;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 5px;
    background-color: #f9f9f9;
    opacity: 0;
	}
    header #keywordOption.show{
    max-height: 105px;
    margin-top: 8px;
    padding: 10px;
    border-width: 1px;
    opacity: 1;
    }
	header #keywordOption label {
	margin-right: 15px;
	}
    /**　modal **/
    header .modal {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    }
    header .hidden {
    display: none;
    }
    header .modal-content {
    background: white;
    padding: 35px;
    border-radius: 8px;
    text-align: center;
    }
    header .modal-text{
        margin-bottom: 10px;
    }
    header .modal-content button {
    margin: 0 20px;
    width: 150px;
    font-size: 18px;
    }
    header .modal-logo{
		margin-top: 35px;
	}

/**　header right menu **/
header #right {
    position: absolute;
    width: 350px;
	top:0;
	right:20px;
}
#headermenu{
	margin: 0;
	position: absolute;
	top:5px;
	left: 0;
}
#headermenu ul.menu-wrap{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#headermenu ul.menu-wrap > li {
    float: left;
    text-align: center;
    width: 70px;
	letter-spacing: -1px;
	list-style: none;	
}
#headermenu ul.menu-wrap > li > a {
    display: block;
    box-sizing: border-box;
    padding: 10px 1px;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	text-decoration: none;
}
#headermenu ul.menu-wrap > li > a::before {
    content: "";
    display: block;
    margin: 2px auto;
	background: url(/images/header/i-headermenu.png) no-repeat;
	background-size: 40px 120px;
    width: 40px;
    height: 30px;
}
#headermenu ul.menu-wrap > li.mypage > a::before {
	background-position: 0 0;
}
#headermenu ul.menu-wrap > li.cart > a::before {
	background-position: 0 -30px;
}
#headermenu ul.menu-wrap > li.help > a::before {
	background-position: 0 -60px;
}
#headermenu ul.menu-wrap > li.order > a::before {
	background-position: 0 -90px;
}
#headermenu ul.menu-wrap > li > a:hover {
    text-decoration: none;
    color: #f97306;
    font-weight:normal;
    border-radius: 50%;
    background: rgba(249, 115, 6, 0.1);
}
#headermenu ul.menu-wrap > li.cart span {
    background-color: #a68359;
    border-radius:50%;
    color: #fff;
    font-size: 11px;
    top: 5px;
    right: 45px;
    margin: 0;
    padding: 0 3px;
	position: absolute;
    text-align: center;
    min-width: 18px;
    height: 18px;
	line-height: 18px;
    z-index: 1000;
	vertical-align: middle;
    font-weight: normal;
}

/** help mypage menu list **/
header .mypage-wrapx, header .help-wrapx {
	position: absolute;
	background: #fff;
	border: 1px solid #ccc;
	left: 76px;
	top: 66px;
	padding:10px;
	z-index: 1000;
	width: 200px;
	border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    display: none;
}
#headermenu ul.menu-wrap > li.mypage:hover .mypage-wrapx,
#headermenu ul.menu-wrap > li.help:hover .help-wrapx
{
    display: block !important;
    -webkit-animation: slide-down .3s ease-in;
    animation: slide-down .3s ease-in;
}
header .help-wrapx {
	left: -63px;
}
header .mypage-wrapx:after, .mypage-wrapx:before, header .help-wrapx:after, .help-wrapx:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
header .mypage-wrapx:after, header .help-wrapx:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
header .mypage-wrapx:before, header .help-wrapx:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 9px;
	margin-left: -9px;
}
header .mypage-wrapx ul.menu-list > li, header .help-wrapx ul.help-list > li{
	font-size:13px;
    line-height: 1.2;	
	color:#575757;
	border-bottom:1px solid #efefef;
	position:relative;
	list-style: none;
    padding: 0;
	margin:0;
	text-align: left;
}
header .mypage-wrapx ul.menu-list > li:hover, header .help-wrapx ul.help-list > li:hover {
    color: #000;
	font-weight: bold;
}
header .mypage-wrapx ul.menu-list > li:last-child, header .help-wrapx ul.help-list > li:last-child{
	border-bottom:none;
}
header .mypage-wrapx ul.menu-list > li > a, header .help-wrapx ul.help-list > li > a {
	display:block;
    box-sizing: border-box;
	padding: 10px 3px;
	color:#575757;
	text-decoration:none;  
}
header .mypage-wrapx ul.menu-list > li::after, header .help-wrapx ul.help-list > li::after {
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 7px;
	height: 7px;
    right: 5px;
    position: absolute;
    top: 40%;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

/**カート**/
header #right .cart-wrap{
	float:right;
	padding: 0;
	margin: 0;
}
header #right .cart-wrap a{
    font-size: 11px;
    color: #575757;
    display: block;
    text-decoration: none;
}
header #right .cart{
	float:left;
	margin: 0 5px;
}
header #right .cart2{
    font-size: 13px;
    text-align: center;
	margin: 18px 0 0 0;
}
header #right .b-cart{
    display: block;
    font-size: 12px;
    text-align: center;
	background:#777;
	color:#fff;
	padding:5px 3px 3px 3px;
    border-radius: 4px;
	margin: 4px 0 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    header #right .b-cart {
        padding-top: 3px !important;
    }
}
@-moz-document url-prefix() {
    header #right .b-cart {
        padding-top: 2px !important;
    }
}

/** 注目ワード **/
.searchword-wrap {
    background: #999;
    height: 32px;
}
header #searchword {
    clear: both;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    text-align: center;
    max-width: 1200px;
    min-width: 1000px;
    overflow: hidden;
}
header #searchword #keyword {
    padding: 0 4px;
    margin: 0 auto;
    box-sizing: border-box;
    list-style:none;	
    display: inline-block;
    font-size: 0;
    height: 32px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
}
header #searchword #keyword:after {
    content: "";
    clear: both;
    display: table;
}
header #searchword #keyword li{
    float: left;
    margin: 0 ;
    border-right: 1px solid #ccc;
	-webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    font-size: 14px;
    height: 100%;
    position: relative;
    background: #999;
}
header #searchword #keyword li:first-child {
      border-left: 1px solid #ccc;
}
header #searchword #keyword li:last-child {
      border-right: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    header #searchword #keyword li a {
        padding-top: 2px !important;
    }
}
@-moz-document url-prefix() {
    header #searchword #keyword li a {
        padding-top: 2px !important;
    }
}
header #searchword #keyword li a {
	color:#fff;
	text-align:center;
	display: block;
	text-decoration:none;
    padding: 4px 12px 2px 12px;
	-webkit-transform: skew(15deg);
    transform: skew(15deg);
    font-size: 14px;
	overflow: hidden;
}
header #searchword #keyword li:hover {
	background-color:#666;
}

/**btn text arrowright**/
.btn-arrowright a{
	display: inline-block;
	padding: 5px 20px 5px 5px;
	text-decoration: none;
	color: #575757;
}
.btn-arrowright a::after {
	display: inline-block;	
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    content: "";
    width: 6px;
	height: 6px;
    right: -5px;
    top: -1px;
    position: relative;
    transform: rotate(45deg);
}
.btn-arrowright a:hover {
	text-decoration: underline;
	color:#999;
}

/**footer**/
footer{
    margin: 20px 0 0 0;
    padding: 20px 0;
	background-color: #efefef;
    box-sizing: border-box;
	min-width: 1000px;
}
footer #footer-wrap {
    width: 950px;
    margin: 0 auto;
}
footer #footerleft{
    margin: 0 -240px 0 0;
    padding: 0px 270px 0 0;
	width: 100%;
	float: left;
}
footer #footerright{
    margin: 10px 0 ;
    padding: 10px 20px;
	width: 240px;
	float: left;
	background:#fff;
}
footer #footerleft .FooterTitle{
	font-size:16px;
	margin: 10px 0;
    padding: 0;
	font-weight: bold;
}
footer .list{
    margin: 0px 0 25px 0;
    padding: 20px 0 40px 0;
	border-bottom: 1px solid #ccc;
	font-size:12px;
}
footer .list:last-child{
	border-bottom: none;
    margin-bottom: 0;
}
footer .list li{
	display:inline-block;
	list-style: none;
    margin: 0;
	width: 24%;
	padding: 0;
	vertical-align: top;
}
footer .list li a {
	display: block;
    padding: 5px 0;
    margin: 0;
	text-decoration:none;
	color:#575757;
}
footer .list li a:hover {
	text-decoration: underline;
	color:#333;
}
/**footer-nav**/
footer .footer-nav {
    background-color: gray;
    padding: 15px 0
}

footer .footer-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    justify-content: center
}

footer .footer-nav ul li a {
    text-align: center;
    display: block;
    color: #fff;
    padding: 0 5px
}

footer .footer-nav ul li:first-child a:before {
    content: ""
}

footer .footer-nav ul li a:before {
    content: "|";
    padding-right: 5px
}

footer .copyright{
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    line-height: 2;
}

/** i-help **/
#i-help{
	margin: 0;
	padding: 0;
}
#i-help ul{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
#i-help ul li {
    font-size: 14px;
    line-height: 2.1;
	border-bottom: 1px solid #efefef;
	list-style: none;	
}
#i-help ul li a {
    display: block;
    box-sizing: border-box;
    padding: 8px 10px 6px 10px;
    color: #333;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #i-help ul li a {
        padding: 12px 10px 10px 10px !important;
    }
}
@-moz-document url-prefix() {
    #i-help ul li a {
        padding: 12px 10px 10px 10px !important;
    }
}
#i-help ul li a::before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
	background: url(/images/icon/i-help.png) no-repeat;
	background-size: 40px 120px;
	width: 40px;
    height: 30px;
	vertical-align: top;	
}
#i-help ul li.tel a::before {
	background-position: 0 0;
}
#i-help ul li.enquiry a::before {
	background-position: 0 -30px;
}
#i-help ul li.faq a::before {
	background-position: 0 -60px;
}
#i-help ul li.mailtest a::before {
	background-position: 0 -90px;
}
#i-help ul li a:hover {
    opacity: .5;
    text-decoration: none;
}
#i-help ul li.tel {
    font-size: 20px;
    line-height: 1.2;
	font-family:Avenir, 'Helvetica neue', Helvetica;
	padding: 10px;
	color: #575757;
	letter-spacing: -0.7px;
}
#i-help ul li.tel span{
    font-size: 16px;
	margin: 0 0 0 50px;
}
#i-help ul li.tel::before {
    content: "";
    display: inline-block;
    margin: 0 10px 0 0;
	background: url(/images/icon/i-help.png) no-repeat;
	background-size: 40px 120px;
	width: 40px;
    height: 30px;
	vertical-align: top;
	background-position: 0 0;
}

/**sns**/
.sns {
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 10px 0px;
}
.sns img {
    width: 24px;
    height: 24px;
}
.mm img{
	width: 200px;
	height: 40px;
	margin: 10px 0;	
}

/** Back to top button - uses base styles from site.css **/

/** Slide down animation **/
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

/** Animation for category dropdown arrow **/
@keyframes topAndBottom {
    0% {
        top: -4px;
    }
    100% {
        top: -2px;
    }
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
