/* --------------- common start ----------------*/
/* .main_wrapper {
    max-width: 480px;
    margin: 0 auto;
} */
a {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    color: #333;
}
a:hover {
	text-decoration: none;
    color: #4da8cd;
}
.btn, .card {
    border-radius: 0 !important;
}
.card:hover {
    box-shadow: 0 6px 15px #a7e3fb !important;
    border-color: #4da8cd;
}
.btn-danger {
    color: #fff;
    background-color: #b10a0a;
    border-color: #b10a0a;
}
.btn-primary {
    color: #fff;
    background-color: #0A1A42;
    border-color: #0A1A42;
}
.btn-primary:hover {
    background-color: #1a3f9a;
    border-color: #1a3f9a;
}
.btn-outline-danger {
    color: #b10a0a;
    border-color: #b10a0a;
}
.btn-outline-danger:hover {
    background-color: #b10a0a;
    border-color: #b10a0a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.mb-6, .my-6 {
  	margin-bottom: 5rem !important;
}
.mt-6, .my-6 {
  	margin-top: 5rem !important;
}
.img-fluid {
    height: auto !important;
}
.display-6 {
    font-size: 1.125rem;
}
/* .card.hover_effect:hover .card-body {
    background-color: #64bccc;
} */
.navbar-dark .navbar-toggler {
    border-color: transparent;
}
/* .card.hover_effect:hover .card-body a {
    color: #fff;
} */
header {
    background: #4da8cd;
}
.more, .text_main {
    color: #4da8cd;
}
.mobile_menu a,
.menu a {
    font-weight: bold;
    color: #fff !important;
}
.resident_area a {
    color: #fff;
}
.menu a:hover, .menu a.active, .resident_area a:hover {
    color: #4da8cd !important;
}
.mobile_menu a {
    font-size: 1.25rem;

}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.breadcrumb_block,
.breadcrumb {
    background-color: #f5f5f5;
}
.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
}
.logo {
    max-width: 80px;
    display: inline-block;
}
.logo_block {
    border-bottom: 1px solid #666;
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo_block a {
    color: #f1f1f1;
}
.cart_amount {
	position: relative;
	top: -14px;
	right: 5px;
}
footer {
	background: #64bccc;
    padding-top: 3%;
}
footer,
footer a {
    color: #fff;
}
footer a:hover {
    color: #06435b;
}
.footer_menu > div:not(:first-child) {
	border-left: 1px solid #888;
	padding-left: 30px;
	margin-bottom: 30px;
}
.footer_logo img {
    max-width: 150px;
}
.footer_menu li {
	margin-bottom: 8px;
}
.gotop {
	display: none;
	color: #b10a0a;
	border-radius: 50%;
	border: 1px solid #b10a0a;
    text-align: center;
    line-height: 40px;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 1%;
	bottom: 1%;
}
.gotop:hover {
	-webkit-box-shadow: 0px 0px 13px 2px #b10a0a;
    -moz-box-shadow: 0px 0px 13px 2px #b10a0a;
    box-shadow: 0px 0px 13px 2px #b10a0a;
}
.copyright {
    background-color: #333;
	font-size: 14px;
    padding: 15px;
    color: #fff;
    margin-bottom: 56px;
}
.fixed-bottom {
    background-color: #f1f1f1;
    /* max-width: 480px;
    margin: 0 auto; */
}
.fixed-bottom a {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
}
.fixed-bottom .col-3 {
    border-left: 1px solid #ccc;
}
.fixed-bottom .col-3:last-child {
    border-right: 1px solid #ccc;
}
.slick-prev, .slick-next {
	height: 40px;
	width: 40px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.slick-prev {
    left: -5%;
    z-index: 10;
}
.slick-next {
    right: -5%;
}
.slick-prev:before, .slick-next:before {
    color: #bbb;
}
.breadcrumb-item.active,
.page-link,
.page-link:hover {
    color: #4da8cd;
}
.page-item.active .page-link {
    background-color: #4da8cd;
    border-color: #4da8cd;
}
.html_editor {
    word-break: break-all;
}
@media (min-width: 992px) {
    .html_editor {
        border: 1px solid rgba(0, 0, 0, .125);
        padding: 15px;
    }
    /* .fixed-bottom,
    .main_wrapper {
        max-width: 1920px;
    } */
    .logo {
        max-width: 100px;
    }
    .menu a {
        font-size: 1.5rem;
    }
    .fixed-bottom {
        font-size: 1.2rem;
    }
    .copyright {
        margin-bottom: 60px;
    }
}
/* --------------- common end ----------------*/
/* --------------- home start ----------------*/
.unit_title span {
    padding: 15px 30px;
    border-bottom: 5px solid #4da8cd;
}
.section_auction, .section_product_pigeon, .section_product, .section_news {
    padding-top: 5%;
    padding-bottom: 5%;
}
.section_product_pigeon,
.section_news {
    background-color: #f8f8f8;
}
.home_product_list .price {
    color: #b10a0a;
}
.slick-slide img {
    min-height: 300px;
    margin: 0 auto;
    width: 100%;
}
/* --------------- home end ----------------*/
/* --------------- product start ----------------*/
.news_type a.active,
.product_type a.active {
    color: #fff;
    border-color: #4da8cd;
    border-bottom: 1px solid #4da8cd;
    background-color: #4da8cd;
}
.product_list .price {
    color: #b10a0a;
}
.home_product_list .card-body h6,
.product_list .card-body h6 {
    height: 40px;
    overflow: hidden;
}
.product_list .subtitle,
.product_detail .subtitle {
    font-size: 1.25rem;
    color: #64bccc;
}
.notice_block {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.buy_flow {
    font-size: 1.25rem;
    color: #64bccc;
}
@media (min-width: 992px) {
    .notice_block {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .buy_flow {
        margin-left: 15px;
    }
}
/* --------------- product end ----------------*/
/* --------------- cart start ----------------*/
.cart_title {
    border-bottom: 1px solid #aaa;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25rem;
}
.cart_list > .row {
    border-bottom: 1px solid #eee;
}
/* --------------- cart end ----------------*/
/* --------------- auction start ----------------*/
.auction_list p, .auction_info p {
    font-size: 1.25rem;
}
.fixed_center {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 1030;
}
.fixed_center .btn_line {
    position: fixed;
    bottom: 70px;
}
/* --------------- auction end ----------------*/