/* Importing Google Font - Montserrat */

.card-wrap {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  width:1300px;
  margin:150px auto;
}
.card-wrap .swiper {
	margin-left: 0;
    margin-right: 0;
}
.card-container {
	background:red;
	display: flex;
  	align-items: center;
	justify-content: center;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto 50px;
}

.card-list .card-item {
  color: #000;
  user-select: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-list .card-item a .prd-name {
	font-size:18px;
	line-height:24px;
	font-weight:800;
	margin:15px 0;
}
.card-list .card-item a .prd-name span {
	display:block;
	font-size:13px;
	line-height:17px;
	font-weight:500;
	color:#858585;
	margin-top:8px;
}
.card-list .card-item a .prd-information {
	letter-spacing:-1px;
}

.card-list .card-item a .prd-information .prd-price-org {
	font-size:18px;
	color:#777;
	line-height:25px;
	font-weight:600;
	letter-spacing:-0.5px;
	text-decoration:line-through;
}

.card-list .card-item a .prd-information strong.prd-price {
	font-size:30px;
	font-weight:800;
}

.card-list .card-item a .prd-information strong.prd-sale {
	font-size:30px;
	font-weight:800;
	color:#d71f18;
	padding-right:5px;
}

.card-list .card-item a .prd-information strong.prd-price em {
	font-size:1rem;
	font-weight:600;
}

.card-list .card-item a .prd-information .main-pv-cv {
	margin:15px 0;
}

.card-list .card-item a .prd-information .main-pv-cv span {
	font-size:1rem;
	font-weight:600;
	letter-spacing:0;
	padding:0 5px;
}

.card-list .card-item a .user-image {
  width: 99%;
  /* height: 99%; */
  overflow:hidden;
}

.card-list .card-item a .prd-price {
  font-size: 1.15rem;
  color: #000;
  font-weight: 500;
  margin: 14px 0 40px;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #000;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  width:50px;
  height:50px;
  border:1px solid #999;
  border-radius:50px;
  color: #555;
  margin-top: -125px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #263f6d;
}

@media (min-width: 1024px) and (max-width: 1280px) {
	
	.card-wrap {
		width:95%;
		margin:100px auto;
	}
	.tora_prd_title_box h3 {
		font-size:28px;
		line-height:36px;
	}
	
}

@media (max-width: 768px) {
  
  .card-wrap {
  	width:100%;
  	margin:50px auto 70px auto;
  }
  .slider-wrapper {
    width:100%;
    margin: 0 0 40px;
  }
  .slider-wrapper .swiper-slide-button {
  	  width:50px;
	  height:50px;
	  border:1px solid #999;
	  border-radius:50px;
	  color: #555;
	  margin-top: -125px;
	  transition: 0.2s ease;
  }

  .card-wrap {
  	flex-wrap:wrap;
  }
  
}