:root {
	--screen-min-width:1365px;
	--header-bg-color:#0C428A;
	--text-color:#0C428A;
	--btn-color:#131A61;
}

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body {
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
	font-family:sans-serif;
	color:#020202;
	-webkit-font-smoothing: antialiased;
	font-size:14px;
	/* line-height:1.4; */
}
a {
	text-decoration:none;
	color:#020202;
}
ol, ul, li {
	list-style:none;
}
.main-header {
	position:sticky;
	top:0;
	left:0;
	z-index:2;
	background:#fff;
}
.main-header .freeshipping {
	height:50px;
	line-height:50px;
	font-size:32px;
	font-weight:700;
	background-color:#020202;
	color:#fff;
	text-align:center;
}
.main-header .hidden-nav {
	position:fixed;
	width: 100%;
	height:100%;
	background:#fff;
	z-index:10;
	padding:10px;
	top:0;
	left:0;
	overflow-y:auto;
	display:none;
}
.break-word{
		display: block;
	}
	.mobie-word{
		display: none;
	}
.main-header .hidden-nav .inner {
	border:3px solid #000;
	padding:10px;
}
.main-header .hidden-nav .inner .close-icon {
	font-size:35px;
	cursor:pointer;
	height: 20px;
    line-height: 20px;
    display: inline-block;
	margin-bottom:20px;
}
.main-header .hidden-nav .inner .links-group {
	border-bottom:2px dashed #020202;
	margin-bottom:20px;
	padding-bottom:20px;
}
.main-header .hidden-nav .inner .links-group.border-none {
	border-bottom:none;
}
.main-header .hidden-nav .inner .links-group a {
	display:inline-block;
	font-weight:500;
	font-size:14px;
}
.main-header .hidden-nav .inner .links-group h4 {
	font-size:14px;
	font-weight:700;
	margin-top:10px;
}
.main-header .hidden-nav .inner .links-group .input-group {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.main-header .hidden-nav .inner .links-group .input-group input {
	border:none;
	border:2px solid #020202;
	height:25px;
}
.main-header .hidden-nav .inner .links-group .input-group .search-btn {
	width:25px;
	height:25px;
	border:none;
	outline:none;
	box-shadow:none;
	background-image:url(../img/search-icon.svg);
	background-size:cover;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
.main-header .hidden-nav .inner .links-group .text-group {
	margin-top:15px;
}
.main-header .hidden-nav .inner .links-group .text-group b {
	background:#020202;
	padding-right:15px;
	padding-left:15px;
	color:#fff;
	display:inline-block;
	margin-right:15px;
}
.main-header .hidden-nav .inner .links-group .link-list {
	padding-left:10px;
}
.main-header .hidden-nav .inner .links-group .link-list a {
	display:block;
	margin:10px 0;
}
.main-header .hidden-nav .inner .links-group .link-list .age-list {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.main-header .hidden-nav .inner .links-group .link-list .age-list a {
	margin-right:10px;
}
.main-header .hidden-nav .inner .postman-group {
	border:2px dashed #020202;
	border-radius:10px;
	padding:15px;
	font-size:14px;
}
.main-header .hidden-nav .inner .postman-group h4 {
	text-align:center;
	font-size:18px;
	font-weight:700;
}
.main-header .hidden-nav .inner .postman-group .img {
	max-width:120px;
	width:33.333%;
	padding:10px;
	display:inline-block;
}
.main-header .hidden-nav .inner .postman-group .text {
	width:66.666%;
	display:inline-block;
	padding:10px;
}
.main-header .hidden-nav .inner .postman-group .img img {
	width:100%;
	display:block;
}
.main-header .hidden-nav .inner .postman-group .content h5 {
	font-weight:700;
	margin-bottom:10px;
	margin-top:20px;
	font-size:15px;
}
.main-header .top-nav {
	max-width:var(--screen-min-width);
	display:flex;
	padding:10px 30px;
	flex-direction:row;
	justify-content:space-between;
	margin:auto;
}
.main-header .top-nav .top-nav__brand,
.main-header .top-nav .top-nav__options {
	display:flex;
	flex-direction:row;
	align-items:center;
	width:50%;
}
.main-header .top-nav .top-nav__brand .text {
	font-size:18px;
	font-weight:700;
	position:relative;
	top:5px;
}
.main-header .top-nav .top-nav__brand .logo {
	width:250px;
}
.main-header .top-nav .top-nav__options {
	justify-content:flex-end;
}
.main-header .top-nav .top-nav__options a {
	margin-left:30px;
	position:relative;
}
.main-header .top-nav .top-nav__options a .badge {
	position:absolute;
	top: -5px;
    right: -9px;
	background:#E60012;
	color:#fff;
	width:20px;
	height:20px;
	border-radius:50%;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:12px;
}
.main-header .top-nav .top-nav__options a img {
	display:block;
	width:40px;
	height:40px;
}
.main-header .second-nav {
	border-top:2px solid #020202;
	/*border-bottom:2px solid var(--header-bg-color);*/
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.main-header .second-nav a {
	display:flex;
	flex-direction:column;
	align-items:center;
	/*border-right:2px solid var(--header-bg-color);*/
	width:120px;
}
.main-header .second-nav a:first-of-type {
	/*border-left:2px solid var(--header-bg-color);*/
}
.main-header .second-nav a .img-wrapper {
	display:flex;
	align-items:center;
	justify-content:center;
	height:25px;
}
.main-header .second-nav a .img-wrapper img {
	display:block;
	width:50px;
}
.main-header .second-nav a p {
	font-size:18px;
	font-weight:700;
	padding-bottom:0px;
}

.search-section {
	padding:30px;
	max-width:var(--screen-min-width);
	margin:auto;
	font-size:16px;
}
.search-section .lines {
	display:flex;
	flex-direction:row;
	align-items:center;
}
.search-section .lines p {
	font-weight:700;
}
.search-section .lines .line {
	display:block;
	width:60%;
	height:0;
	margin-left:30px;
	border-top:1px solid var(--header-bg-color);
}
.flex-row {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.flex-col {
	width:50%;
	padding:30px;
}
.search-section .flex-row .btns-group,
.search-section .flex-row .logo-group {
	width:50%;
}
.btn-wrapper {
	margin:15px 0;
}
.btn-wrapper .btn-primary {
	background:var(--btn-color);
	color:#fff;
	border:none;
	outline:none;
	padding:7px 15px;
	min-width:120px;
	border-radius:7px;
}
.search-section .links-group a {
	margin-left:15px;
	text-decoration:underline;
	font-weight:600;
}
.search-section .logo-group .logo-group__img {
	width:200px;
	margin-top:20px;
}
.search-section .logo-group .logo-group__img img {
	display:block;
	width:100%;
}

.all-items-section {
	padding:30px;
	max-width:var(--screen-min-width);
	margin:auto;
	padding-bottom:100px;
}
.all-items-section .text-right {
	display:flex;
	justify-content:flex-end;
}
.all-items-section .text-right a {
	font-weight:700;
	text-decoration:underline;
	transition:0.1s;
}
.all-items-section .text-right a:hover {
	opacity:0.5;
}
.section-title {
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
}
.section-title span {
	font-size:28px;
}
.all-items-section .all-items-section__items {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:left;
}
.all-items-section .all-items-section__items .card {
	width:calc(25% - 20px);
	margin: 5px 5px 60px 5px;
}
.all-items-section .all-items-section__items .card img {
	width:100%;
	display:block;
	transition:0.1s;
}
.all-items-section .all-items-section__items .card:hover img {
	opacity:0.5;
}
.all-items-section .all-items-section__items .card p {
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-top:20px;
	/*display:flex;
	align-items:center;
	justify-content:center;*/
}
.all-items-section .all-items-section__items .card p.price span {
	font-size:24px;
}
.all-items-section .all-items-section__items .card p.price span b {
	position:relative;
	/* bottom:-2px; */
}
.all-items-section .all-items-section__items .card.re p::before {
	content:'RE';
	display:inline-block;
	background:#101E65;
	color:#fff;
	padding:7px 0;
	font-size:14px;
	font-weight:400;
	width:46px;
	margin-right:5px;
	position:relative;
	bottom:3px;
}
.all-items-section .all-items-section__items .card.new p::before {
	content:'NEW';
	display:inline-block;
	background:#C03C48;
	color:#fff;
	padding:7px 0;
	font-size:14px;
	font-weight:400;
	width:46px;
	margin-right:5px;
	position:relative;
	bottom:3px;
}
.section__button-wrapper {

}
.section__button-wrapper .section-button {
	border:1px solid #aaa;
	background:#fff;
	outline:none;
	margin:auto;
	display:block;
	width:200px;
	padding:14px 10px;
	font-size:18px;
	cursor:pointer;
	color:#020202;
}

.social-section,
.official-store-section {
	max-width:var(--screen-min-width);
	margin:auto;
	padding:30px;
}
.official-store-section {
	padding-bottom:100px;
}
.social-section .social-section__icons {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	padding-top:30px;
	margin-bottom:40px;
}
.social-section .social-section__icons a:first-of-type {
	margin-left:0;
}
.social-section .social-section__icons a {
	margin-left:90px;
	transition:0.1s;
}
.social-section .social-section__icons a:hover {
	opacity:0.5;
}
.service-section,
.official-store-section {
	padding-right:100px;
	padding-left:100px;
}
.service-section {
	padding-bottom:30px;
}
.all-items-section.service-section .all-items-section__items .card {
	margin-bottom:0;
}
.official-store-section .official-store-section__img-wrapper {
	max-width:100%;
}
.official-store-section .official-store-section__img-wrapper img {
	width:100%;
	display:block;
}
.promo-section {
	background:#E7E6E6;
	text-align:center;
	padding:0px 10px;
}
.promo-section p {
	font-size:22px;
	font-weight:700;
}
.promo-section p span {
	margin-left:30px;
}
.promo-section p span img {
	width:20px;
}
.top-page__slider {
	max-width:var(--screen-min-width);
	margin:auto;
}
.top-page__slider a {
	width:100%;
}
.top-page__slider a img {
	width:100%;
	display:block;
	object-fit:cover;
	transition:0.1s;
}
.top-page__slider a:hover img {
	opacity:0.5;
}
.top-page__slider .slick-arrow {
	display:none !important;
}
.top-page__slider .slick-dots li {
	width:10px;
	height:10px;
}
.top-page__slider .slick-dots li button {
	width:10px;
	height:10px;
	background:transparent;
	border:1px solid #151A5F;
	border-radius:50%;
}
.top-page__slider .slick-dots li.slick-active button {
	background:#151A5F;
}
.top-page__slider .slick-dots li button:before {
	display:none;
	font-size:12px;
	color:var(--header-bg-color);
}
.top-page__slider .slick-dots li.slick-active button:before {
	display:none;
	opacity:1;
}
.all-items-section.ranking-section .all-items-section__items .card {
	width:calc(20% - 10px);
}
.all-items-section.ranking-section .all-items-section__items .card img.rank-icon {
	width:unset;
	margin-bottom:10px;
}
.all-items-section.ranking-section .all-items-section__items .card:hover img.rank-icon {
	opacity:1;
}
.all-items-section.power-push-section .all-items-section__items .card p,
.all-items-section.product-page__section .all-items-section__items .card p {
	margin-top:30px;
}
.all-items-section .all-items-section__items .card p.description {
	font-size:16px;
	font-weight:500;
	text-align:left;
}
.all-items-section.instagram-section .all-items-section__items .card {
	width:calc(33.333% - 20px);
	margin-bottom:20px;
}

.product-page__section {
	max-width: var(--screen-min-width);
	margin:auto;
}
.product-page__section .product-slider a {
	width:100%;
}
.product-page__section .product-slider a img {
	width:100%;
	display:block;
	object-fit:cover;
	transition:0.1s;
}
.product-page__section .product-slider a:hover img {
	opacity:0.5;
}
.product-page__section .product-slider a p {
	font-size:16px;
	text-indent:15px;
	color:#000;
	margin-top:15px;
}
.section1 .flex-row .product-images-list .product-slider .slick-arrow span {
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section1 .flex-row .product-images-list .product-slider .slick-arrow{
	position: absolute;
	top: 47.5% ;
	padding: 0px;
	height: 100%;
	z-index: 1000;
	outline: 0;
	cursor: pointer;
} 
.section1 .flex-row .product-images-list .thumbnal-slider .slick-arrow span {
    display: block;
    width: 15px;
    height: 15px;
    border: 3px solid;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section1 .flex-row .product-images-list .thumbnal-slider .slick-arrow{
	position: absolute;
	top: 47.5% ;
	padding: 0px;
	height: 100%;
	z-index: 1000;
	outline: 0;
	cursor: pointer;
} 
/*.product-page__section .product-slider .slick-arrow {
	display:none !important;
}*/
/*.product-page__section .product-slider .slick-dots {
	position: relative;
    margin: 15px 0;
    bottom: 0;
}
.product-page__section .product-slider .slick-dots li button {
	width:10px;
	height:10px;
	background:transparent;
	border:1px solid #151A5F;
	border-radius:50%;
}
.product-page__section .product-slider .slick-dots li.slick-active button {
	background:#151A5F;
}
.product-page__section .product-slider .slick-dots li button:before {
	display:none;
	font-size:12px;
	color:var(--header-bg-color);
}
.product-page__section .product-slider .slick-dots li.slick-active button:before {
	display:none;
	opacity:1;
}*/
.product-page__section .item-selector {
    position: relative;
    margin-top: 30px;
}
.product-page__section .slider-nav-thumbnails.thumb-list {
    display: flex;
    flex-wrap: wrap;
}
.product-page__section .item-selector .slider-nav-thumbnails div {
    width: calc(20% - 10px);
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
}
.product-page__section .item-selector .slider-nav-thumbnails div.active {
    position: relative;
}
.product-page__section .item-selector .slider-nav-thumbnails div.active:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; 
    left: 0;
}
.product-page__section .item-selector .slider-nav-thumbnails div img {
	width:100%;
	display:block;
	padding: 4px;
}
.product-page__section .details p {
	font-size:18px;
}
.product-page__section .details .price {
	font-size:40px;
	font-weight:700;
	color:#020202;
	display: block;
	margin-top:20px;
}
.product-page__section .details .price span {
	font-size:22px;
	position:relative;
}
.product-page__section .title {
	font-size:16px;
	margin-bottom:15px;
}
.product-page__section .colors {
	margin-bottom:20px;
}
.product-page__section .colors::after {
	content:'';
	display:block;
	float:none;
	clear:both;
}
.product-page__section .colors .color {
	display:block;
	width:calc(20% - 8px);
	margin-right:10px;
	float:left;
}
.product-page__section .colors .color:last-of-type {
	margin-right:0;
}
.product-page__section .colors .color img {
	width:100%;
	display:block;
	object-fit:cover;
}
.product-page__section .btn-color-selector {
	border:none;
	outline:none;
	box-shadow:none;
	background:#020202;
	width:100%;
	padding:20px 0;
	color:#fff;
	font-size:20px;
	font-weight:400;
	transition:0.1s;
}
.product-page__section .btn-color-selector:hover {
	opacity:0.5;
}
.product-page__section .options {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:25px;
	margin-bottom:25px;
}
.product-page__section .options .review img,
.product-page__section .options .social img {
	height:30px;
}
.product-page__section .review-text {
	padding:20px;
	border:1px solid #000;
	color:#000;
	font-size:22px;
}
.product-page__section .commenting {
	font-size:16px;
	margin-top:20px;
	padding-bottom:40px;
	border-bottom:2px solid #2d2d2d;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.product-page__section .commenting .comment,
.product-page__section .commenting .message {
	display:flex;
	flex-direction:row;
	align-items:center;
	font-size:18px;
}
.product-page__section .commenting .comment {
	margin-bottom:20px;
}
.product-page__section .commenting .comment img,
.product-page__section .commenting .message img {
	width:35px;
	margin-right:20px;
}
.product-page__section .qas {
	border-bottom:2px solid #2d2d2d;
	padding:10px 0;
	font-size:16px;
}
.product-page__section .qas .qa {
	padding:10px 0;
}
.product-page__section .qas .qa .ques {
	color:#000;
}
.product-page__section .qas .qa .ans {

}
.product-page__section .qas .qa .bold {
	font-weight:700;
}
.product-page__section .qas .qa .blue {
	color:var(--text-color);
}
.product-page__section .madein {
	padding:15px 0;
	border-bottom:2px solid #2d2d2d;
}
.product-page__section .detail-text {
	padding:15px 0;
	border-bottom:2px solid #2d2d2d;
	color:#000;
	font-size:12px;
}
.product-page__section .material,
.product-page__section .country {
	padding:15px 0;
	border-bottom:2px solid #2d2d2d;
	color:#000;
}
.product-page__section .material span,
.product-page__section .country span {
	margin-right:30px;
}
.product-page__section .sizes {
	padding:15px 0;
	border-bottom:2px solid #a0a0a0;
	color:#000;
}
.product-page__section.section3 .sizes {
	border-bottom:none;
}
.product-page__section .sizes h4 {
	margin-bottom:10px;
	border-bottom:2px solid #2d2d2d;
}
.product-page__section .sizes span {
	background:#EEEEEE;
	padding:5px 15px;
	display:block;
	margin:15px 0;
}
.product-page__section .sizes .note {
	text-align:right;
	padding-bottom:10px;
}
.product-page__section .sizes .table-responsive {
	overflow-x:auto;
}
.product-page__section .sizes table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;
}
.product-page__section .sizes table td {
	border:1px solid #2d2d2d;
	width:20%;
	text-align:center;
	padding:10px 5px;
}
.product-page__section .sizes table.table-td-5 td {
	width:20%;
}
.product-page__section .sizes table.table-td-10 td {
	width:10%;
}
.product-page__section .sizes table.table-td-10 td:first-of-type {
	width:20%;
}
.product-page__section .sizes table.table-td-9 td {
	width:11.11%;
}
.product-page__section .sizes table.table-td-9 td:first-of-type {
	width:22.22%;
}
.product-page__section .remarks .remark {
	display:flex;
	flex-direction:row;
	margin-top:20px;
	color:#000;
}
.product-page__section .remarks .remark span:first-of-type {
	padding-right:20px;
	min-width:50px;
}
.product-page__section .flex-col .col-row {
	padding:15px 0;
	border-top:2px solid var(--header-bg-color);
	border-bottom:2px solid var(--header-bg-color);
}
.product-page__section .flex-col .col-row .sing {
	text-align:center;
	font-size:16px;
}
.product-page__section .sing2 {
	padding-top:15px;
	padding-bottom:5px;
	font-size:16px;
	border-bottom:2px dotted var(--header-bg-color);
	font-weight:700;
}

.product-page__section .product-details .text {
	padding:15px 0;
}
.product-page__section .product-details .product-imgs .full-width {
	width:100%;
}
.product-page__section .product-details .product-imgs .full-width img {
	width:100%;
	display:block;
	margin-bottom:10px;
}
.product-page__section .product-details .product-imgs .product-imgs__inner {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.product-page__section .product-details .product-imgs .product-imgs__inner .img {
	width:calc(50% - 7px);
}
.product-page__section .product-details .product-imgs .product-imgs__inner .img a {
	display:block;
	border:2px solid var(--header-bg-color);
	transition:0.1s;
}
.product-page__section .product-details .product-imgs .product-imgs__inner .img a:hover {
	opacity:0.5;
}
.product-page__section .product-details .product-imgs .product-imgs__inner .img img {
	width:100%;
	display:block;
}
.product-page__section .product-details .product-imgs .product-imgs__inner .img .title {
	color:#C1272D;
	margin-top:20px;
}
.product-page__section .product-details .product-imgs .product-imgs__inner .img .description {
	margin-top:15px;
}
.product-page__section .boots-group {
	border-top:2px dotted var(--header-bg-color);
}
.product-page__section .boots-group .sizes-text {
	color:#000;
	padding-top:15px;
	padding-bottom:15px;
}
.product-page__section .boots-group .boots {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
}
.product-page__section .boots-group .boots .boot {
	width:calc(50% - 7px);
	position: relative;
	margin-bottom:20px;
}
.product-page__section .boots-group .boots .boot img {
	width:100%;
	display:block;
}
.product-page__section .boots-group .boots .boot p {
	text-align:center;
	color:#000;
	font-weight:600;
}
.product-page__section .boots-group .boots .boot.new-color::before {
	content:'new \A color';
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	width:50px;
	height:50px;
	color:#fff;
	border-radius:50%;
	position:absolute;
	top:0;
	background:#898989;
}
.product-page__section .boots-group .separate-link {
	margin-top:20px;
	margin-bottom:20px;
}
.product-page__section .boots-group .separate-link .link {
	display:block;
	font-weight:600;
	margin-bottom:20px;
}
.product-page__section .boots-group .separate-link .slippers {
	display:flex;
	flex-direction:row;
}
.product-page__section .boots-group .separate-link .slippers a.slipper {
	margin-right:10px;
}
.product-page__section.section4 h4 {
	font-size:18px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:2px dotted #020202;
}
.product-page__section.all-items-section .all-items-section__items .card {
	width:calc(16.666% - 10px);
}
.product-page__section.section-hidden {
	display:none;
}
.product-page__section.section-hidden .hidden-nav {
	padding:10px 15px 0;
}
.product-page__section.section-hidden .hidden-nav a {
	margin-right:10px;
	font-size:10px;
}


.main-footer {
	background:#020202;
}
.main-footer .main-footer__wrapper {
	max-width:var(--screen-min-width);
	padding:35px 150px;
	margin:auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.main-footer .main-footer__wrapper .footer-col {
	width:50%;
}
.main-footer .main-footer__wrapper .footer-col:first-of-type {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.main-footer .main-footer__wrapper .footer-col .footer-col__inner {
	width:50%;
	padding-right:10px;
}
.main-footer .main-footer__wrapper .footer-col a,
.main-footer .main-footer__wrapper .footer-col p,
.main-footer .copyright p {
	color:#f1f5f9;
	display:block;
	font-size:16px;
	font-weight:600;
	padding-bottom:10px;
}
.main-footer .copyright p {
	margin-top:20px;
	text-align:center;
	padding-bottom:35px;
}
.sp-menu-icon {
	display:none;
	width:40px;
	height:30px;
	margin-right:10px;
}
.d-sp-flex {
	display:none;
}
.d-inline-block {
	display:inline-block !important;
}
.mr-10 {
	margin-right:10px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.modalbox {
	position: fixed;
    width: 50%;
    height: 80%;
    background: #fff;
    z-index: 10;
    padding:40px;
    top: 10px;
    left: 25%;
    overflow-y: auto;
	display:none;
}
.modalbox.show {
	display:block;
}
.modalbox .modalbox-inner {
	background:#fff;
	min-width:80%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.modalbox .modalbox-inner .modal-close-icon {
	position:absolute;
	top:0;
	right:5px;
	font-size:25px;
	display:block;
	color:#000;
	cursor:pointer;
}
.modalbox .modalbox-inner .item {
	width:100%;
	padding:70px 40px;
}
.modalbox .modalbox-inner .item img {
	max-width:100%;
	display:block;
	margin:auto;
}
.modalbox .modalbox-inner .item p.item-name {
	text-align:center;
	font-weight:600;
	color:#000;
	margin-top:10px;
}
.modalbox .modalbox-inner .item .btn-group {
	margin-top:15px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items:center;
}
.modalbox .modalbox-inner .item .btn-group label {
	color:#000;
	margin-right:10px;
	font-size:16px;
}
.modalbox .modalbox-inner .item .btn-group .modal-btn {
	background-color:var(--header-bg-color);
	color:#fff;
	border:none;
	outline:none;
	box-shadow:none;
	padding:7px 25px;
	border-radius:5px;
}
.cart-icon__wrapper {
	display:block;
	width:53px;
	height:53px;
	position:fixed;
	bottom:119px;
	right:10px;
	z-index:1;
}
.totop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 1;
    margin: 0;
    cursor: pointer;
    border: 1px solid #000;
    display:none;
    background:#fff;
}
.totop span {
    display: block;
    height: 40px;
    width: 40px;
    padding: 12px 0 10px 0;
    color: #000;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: .85714rem;
}
.totop span:before {
    content: "";
    position: absolute;
    top: 5px;
    left: calc(50% - 4px);
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000;
    border-left: 4px solid transparent;
}
.module-card-price>div{
	font-size: 24px; 
	font-weight: 700; 
	text-align: center;
	color:#020202
}
.price-original{
	font-size: 19px !important;
}
.price-original span{
	font-size: 12px !important;
}
@media screen and (max-width:999px) {
      #menu {
        display: fixed;
        align-items: center;
        width: 80px !important;
        padding: 5px;
        height: 15px;
    }
  	.main-header .second-nav a {
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        width:120px;
    }
	.main-footer .main-footer__wrapper {
		padding-right:50px;
		padding-left:50px;
	}
	.break-word{
		display: none;
	}
	.mobie-word{
		display: block;
	}
	.module-card-price>div{
		font-size: 15px; 
		font-weight: 700; 
		text-align: center;
		color:#020202
	}
	.price-original{
		font-size: 15px !important;
	}
	.price-original span{
		font-size: 8px !important;
	}
  .main-header .second-nav a:first-of-type {
		border-width:1px;
		border-left:none;
	}
	.main-header .second-nav a:last-of-type {
		border-right:none;
	}
	.main-header .second-nav a {
		border-width:1px;
	}
	.main-header .second-nav {
		border-width:1px;
		display:none;
	}
	.main-header .second-nav a .img-wrapper {
		height:20px;
	}
	.main-header .second-nav a .img-wrapper img {
		width:24px;
	}
	.main-header .second-nav a p {
		font-size:15px;
		padding-bottom:4px;
        padding-left: 10px;
	}
}
@media screen and (max-width:768px) {
	.main-header .freeshipping {
		font-size:16px;
		height:40px;
		line-height:40px;
	}
	.main-header .top-nav {
		padding:5px 10px;
		align-items:center;
	}
	.main-header .top-nav .top-nav__brand {
		flex-wrap:wrap;
		width:calc(65% - 50px);
	}
	.main-header .top-nav .top-nav__options {
		width:50%;
		justify-content:center;
	}
	.main-header .top-nav .top-nav__brand .text {
		font-size: 6.5px;
	    margin-bottom: 8px;
	    width: 100%;
		white-space:nowrap;
	}
	.main-header .top-nav .top-nav__brand .logo {
		width:120px;
	}
	.main-header .top-nav .top-nav__options a {
		margin-left:13px;
	}
	.main-header .top-nav .top-nav__options a img {
		width:24px;
		height:24px;
	}
	.sp-menu-icon {
		display:block
	}
	.search-section .flex-row .btns-group, .search-section .flex-row .logo-group {
		width:100%;
	}
	.search-section .flex-row .logo-group {
		margin-top:20px;
	}
	.search-section .flex-row .logo-group .logo-group__img {
		display:none;
	}
	.search-section {
		padding:10px;
		font-size:12px;
	}
	.section-title {
		font-size:12px;
	}
	.section-title span {
		font-size:16px;
	}
	
	.all-items-section,
	.social-section {
		padding:15px;
	}
	.official-store-section {
		padding:0 15px 30px;
	}
  	.main-header .second-nav a {
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        width:90px;
    }
	.all-items-section .all-items-section__items .card {
		width:calc(50% - 12px);
		margin-bottom:20px;
	}
	.all-items-section.ranking-section .all-items-section__items {
		justify-content:center;
	}
	.all-items-section.ranking-section .all-items-section__items .card {
		width: calc(50% - 16px);
		margin-right:10.5px;
	}
	.all-items-section.ranking-section .all-items-section__items .card:nth-of-type(3),
	.all-items-section.ranking-section .all-items-section__items .card:last-of-type {
		margin-right:0;
	}
	.all-items-section.power-push-section .all-items-section__items .card {
		width:calc(50% - 16px);
	}
	.all-items-section.instagram-section .all-items-section__items .card {
		width:calc(50% - 20px);
		margin-bottom:10px;
	}
	.all-items-section.service-section .all-items-section__items .card {
		width:calc(49% - 7px);
	}
	.all-items-section .all-items-section__items .card p {
		font-size:14px;
	}
	.all-items-section .all-items-section__items .card p.description {
		font-size:10px;
	}
	.d-sp-flex {
		display:flex !important;
	}
	.social-section .social-section__icons {
		margin-bottom:30px;
		padding-top:0;
	}
	.social-section .social-section__icons a {
		margin-left:30px;
	}
	.social-section .social-section__icons img {
		width:50px;
	}
	.main-footer .main-footer__wrapper {
		padding:15px;
	}
	.main-footer .main-footer__wrapper .footer-col .footer-col__inner {
		width:100%;
		padding-right:5px;
	}
	.main-footer .main-footer__wrapper .footer-col a, .main-footer .main-footer__wrapper {
		font-size:11px;
		padding-bottom:3px;
	}
	.main-footer .main-footer__wrapper .footer-col p {
		font-size:11px;
		padding-bottom:3px;
	}
	.main-footer .main-footer__wrapper .footer-col p span {
		display:block;
		margin-bottom:3px;
	}
	.main-footer .main-footer__wrapper .footer-col p span:last-of-type {
		margin-bottom:0px;
	}
	.main-footer .copyright p {
		font-size: 13px;
	    margin-top: 0px;
	    padding-bottom: 15px;
	}
	.main-header .second-nav a:first-of-type {
		border-width:1px;
		border-left:none;
	}
	.main-header .second-nav a:last-of-type {
		border-right:none;
	}
	.main-header .second-nav a {
		border-width:1px;
	}
	.main-header .second-nav {
		border-width:1px;
	}
	.main-header .second-nav a .img-wrapper {
		height:20px;
	}
	.main-header .second-nav a .img-wrapper img {
		width:24px;
	}
	.main-header .second-nav a p {
		font-size:10px;
		padding-bottom:4px;
        padding-left: 10px;
	}
	.flex-col {
		width:100%;
		padding:10px;
	}
	.product-page__section.section-hidden {
		display:block;
	}
	.product-page__section .product-slider {
		margin-right:-10px;
		margin-left:-10px;
	}
	.product-page__section .commenting {
		padding-bottom:0px;
		border-bottom:none;
		border-top:2px solid #020202;
		padding-top:20px;
	}
	.break-word{
		display: none;
	}
	.mobie-word{
		display: block;
	}
	.product-page__section.section1 .qas,
	.product-page__section.section1 .madein,
	.product-page__section.section1 .detail-text,
	.product-page__section.section1 .material, 
	.product-page__section.section1 .country,
	.product-page__section.section1 .sizes,
	.product-page__section.section1 .remarks {
		/*display:none;*/
	}
	.product-page__section .flex-col .col-row .sing {
		text-align:left;
		font-size:11px;
		border-left:5px solid var(--header-bg-color);
		padding-left:10px;
	}
	.product-page__section .sing2 {
		font-size:11px;
	}
	.product-page__section .product-details .text,
	.product-page__section .product-details .product-imgs .product-imgs__inner .img .title,
	.product-page__section .product-details .product-imgs .product-imgs__inner .img .description {
		font-size:10px;
	}
	.product-page__section .boots-group {
		border-top:none;
	}
	.product-page__section .boots-group .boots .boot.new-color::before {
		font-size:10px;
		width:35px;
		height:35px;
	}
	.product-page__section .boots-group .separate-link {
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		align-items:flex-end;
		margin-bottom:0;
		padding-bottom:5px;
		border-bottom:2px dotted var(--header-bg-color);
	}
	.product-page__section .boots-group .separate-link .link {
		font-size:11.5px;
		margin-bottom:0;
	}
	.product-page__section .boots-group .separate-link .slippers a.slipper {
		display:inline-block;
		width:20px;
		margin-left:3px;
		margin-right:0;
	}
	.product-page__section .boots-group .separate-link .slippers a.slipper img {
		display:block;
		width:100%;
	}
	.product-page__section .qas {
		border-top:2px solid #2d2d2d;
		font-size:12px;
	}
	.product-page__section .madein,
	.product-page__section .material,
	.product-page__section .country,
	.product-page__section .sizes,
	.product-page__section .remarks {
		font-size:11px;
	}
	.product-page__section .detail-text {
		font-size:10px;
	}
	.product-page__section.all-items-section .all-items-section__items .card {
		width:calc(33.333% - 10px);
	}
	.product-page__section .review-text {
		font-size:15px;
		margin:10px;
	}
	.product-page__section .options .review img, .product-page__section .options .social img {
		height:20px;
	}
	.product-page__section .btn-color-selector {
		font-size:16px;
		padding:14px 0;
	}
	.modalbox {
		padding:10px;
	}
	.modalbox .modalbox-inner .item {
		width:100%;
		padding:15px;
	}
	.promo-section {
		padding:3px 10px;
	}
	.promo-section p {
		font-size:14px;
	}
	.promo-section p span {
		margin-left:10px;
	}
	.promo-section p span img {
		width:14px;
	}
	.main-header .top-nav .top-nav__options a .badge {
		top: -12px;
	    right: -9px;
	    font-size:9px;
	}
	.top-page__slider .slick-dots li {
		width:7px;
		height:7px;
	}
	.top-page__slider .slick-dots li button {
		width:7px;
		height:7px;
		padding:3px;
	}
	.all-items-section .all-items-section__items .card.new p::before,
	.all-items-section .all-items-section__items .card.re p::before {
		font-size:10px;
		padding:4px 0;
		width:30px;
	}
	.all-items-section .all-items-section__items .card p.price {
		font-size:12px;
	}
	.all-items-section .all-items-section__items .card p.price span {
		font-size:15px;
	}
	.all-items-section.ranking-section .all-items-section__items .card img.rank-icon {
		width:30px;
	}
	.section__button-wrapper {
		margin-bottom:40px;
	}
	.section__button-wrapper .section-button {
		width: 150px;
	    padding: 6px;
	    font-size: 14px;
	}
	.btn-wrapper .btn-primary {
		padding: 4px 0px;
	    min-width: 85px;
	    border-radius: 4px;
	    font-size: 10px;
	}
	.search-section .links-group a {
		margin-left:5px;
		white-space:nowrap;
	}
	.all-items-section .text-right a {
		font-size:12px;
		margin-bottom:10px;
	}
	.product-page__section .product-slider a p,
	.product-page__section .details p {
		font-size:14px;
	}
	.product-page__section .details .price {
		font-size:20px;
	}
	.product-page__section .details .price span {
		font-size:14px;
	}
	.modalbox .modalbox-inner {
		border:1px solid #000;
	}
	.modalbox .modalbox-inner .item img {
		max-width:70%;
	}
	.modalbox .modalbox-inner .item p.item-name {
		font-size:11px;
	}
	.modalbox .modalbox-inner .item .btn-group label {
		font-size:15px;
	}
	.modalbox .modalbox-inner .item .btn-group .modal-btn {
		padding:5px 10px;
	}
}