/*Body Styling */

body {
	font-family: 'Open Sans', San-Serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {
	margin-top: 80px;
	font-weight: bold;
}

p {
	margin-top: 25px;
	margin-bottom: 25px;
}


/* Boostrap Buttons Styling */

.btn-default {
	font-family: Raleway-SemiBold;
	font-size: 13px;
	color: rgba(108, 88, 179, 0.75);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgb(90, 91, 94);
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

.btn-default:hover {
	color: #FFF;
	background: rgb(203, 214, 235);
	border: 2px solid rgb(90, 91, 94);
}

.btn-primary {
	font-size: 13px;
	color: rgb(30, 32, 36);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgb(90, 91, 94);
	background: transparent;
	transition: all 0.3s ease 0s;
}

.btn-primary:hover {
	color: rgb(91, 145, 210);
	background: white;
	border: 2px solid rgb(90, 91, 94);
}

.btn-success {
	font-family: Raleway-SemiBold;
	font-size: 13px;
	color: rgba(103, 192, 103, 0.75);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgba(103, 192, 103, 0.75);
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

.btn-success:hover {
	color: #FFF;
	background: rgb(103, 192, 103, 0.75);
	border: 2px solid rgb(103, 192, 103, 0.75);
}

.btn-info {
	font-family: Raleway-SemiBold;
	font-size: 13px;
	color: rgba(91, 192, 222, 0.75);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgba(91, 192, 222, 0.75);
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

.btn-info:hover {
	color: #FFF;
	background: rgba(91, 192, 222, 0.75);
	border: 2px solid rgba(91, 192, 222, 0.75);
}

.btn-warning {
	font-family: Raleway-SemiBold;
	font-size: 13px;
	color: rgba(240, 173, 78, 0.75);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgba(240, 173, 78, 0.75);
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

.btn-warning:hover {
	color: #FFF;
	background: rgb(240, 173, 78, 0.75);
	border: 2px solid rgba(240, 173, 78, 0.75);
}

.btn-danger {
	font-family: Raleway-SemiBold;
	font-size: 13px;
	color: rgba(217, 83, 78, 0.75);
	letter-spacing: 1px;
	line-height: 15px;
	border: 2px solid rgba(217, 83, 78, 0.75);
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

.btn-danger:hover {
	color: #FFF;
	background: rgba(217, 83, 78, 0.75);
	border: 2px solid rgba(217, 83, 78, 0.75);
}

.left_box {
    border: none;
	width: 100%;
	height: 100%;
}

.white {
	background-color: #FFF;
	padding: 0px;
}

/* listing home model page */
.resize_image {
	height: 11rem;
	width: 11rem;
	margin: auto;
}

.list_price {
	padding: 10px;
	text-align: center;
}

.list_name {
    padding: 10px;
    margin: auto;
    width: 95%;
}

ul {
	list-style-type: none;
}

.card.custom_responsive {
    padding: 5px 15px 5px 15px;
    overflow: hidden;
}
.card.custom_responsive:hover {
    background-color: ghostwhite;
}
@media screen and (max-width:767px) {
    .custom_responsive {
        padding: 10px 4px 5px 4px;
    }
}

.img-model {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}

.banner {
	height: auto;
	padding: 0px;
	width: auto;
}

.category_title {
	background-color: white;
	width: 50%;
}

.heading {
	margin: 2px;
}

.footer-images img {
	vertical-align: bottom;
	border: 0;
}

.item-link {
	height: inherit;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: white url("https://www.hikaku.com/ec_shopping/css/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: min-content;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
	pointer-events: none;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("https://www.hikaku.com/ec_shopping/css/fonts/slick.eot");
	src: url("https://www.hikaku.com/ec_shopping/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.hikaku.com/ec_shopping/css/fonts/slick.woff") format("woff"), url("https://www.hikaku.com/ec_shopping/css/fonts/slick.ttf") format("truetype"), url("https://www.hikaku.com/ec_shopping/css/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: flex !important;
    font-size: 0;
	cursor: pointer;
	padding: 0;
	border: none;
	outline: none;
    background: none;
    margin: auto;
    vertical-align: middle;
    line-height: inherit;
    align-items: center;
    align-self: center

}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -30px;
}

.slick-prev:before {
	content: "\2190";
}

.slick-next {
	right: -30px;
}

.slick-next:before {
	content: "\2192";
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\2022";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: rgba(103, 192, 103, 0.75);
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

[dir="rtl"] .slick-next {
	right: auto;
	left: -25px;
}

[dir="rtl"] .slick-next:before {
	content: "\2190";
}

[dir="rtl"] .slick-prev {
	right: -25px;
	left: auto;
}

[dir="rtl"] .slick-prev:before {
	content: "\2192";
}

[dir="rtl"] .slick-slide {
	float: right;
}

.offer-banner {
	max-width:100%;
	max-height:100%;
	right: 0;
	float: right;
}

.sns_icon {
    position: absolute;
    top: 1em;
    right: 124px;
}
#d_bnr {
    height: 350px;
    width: 1300px;
}

.mobile-only {
    display: none;
}
.pc-only {
    display: block;
}
.d-category {
    display: block;
}
.category-img {
    padding-right: 10px;
}
@media (max-width: 900px) {
    .category-img {
        padding-right: 5px;
    }
    .pc-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }

    #d_bnr {
        height: 250px;
        width: 378px;
    }

	.list-banner-link {
		text-align: right;
		width: 65%;
    }
    .sns_icon {
        position: absolute;
        top: 1em;
        right: 40px;
    }
    .d-category {
        display: none;
    }
}


.inset {
	border : inset;
}

.default-color {
	color: cadetblue;
}

#navbar {
	height: 3rem;
}

.btn.dropdown-toggle {
	font-size: 12px;
}

.ui.sidebar {
    height: max-content !important;
    max-height: 115% !important;
}

.opacity-80 {
    opacity: 70%;
}

.text-banner {
    background: #1e9d8a !important;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobily-only.text-banner {
    background: #1e9d8a !important;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;

}

.selected_category {
    border: solid 4px !important;
    border-color: #1e9d8a !important;
}

.selected_category img {
    zoom: 0.92;
}

.slick-prev:before {
    content: "<" !important;
    color: #fff !important;
    font-size: 25px;
    height: auto;
    width: auto;
    padding: 5px 5px 10px 5px;
    font-weight: bolder;
    background-color: grey !important;
}

.slick-next:before {
    content: ">";
    color: #fff;
    font-size: 25px;
    height: auto;
    width: auto;
    padding: 5px 5px 10px 5px;
    font-weight: bolder;
    background-color: grey !important;
}

.card-img, .card {
    border-radius: 0 !important;
}

@media (max-width: 900px) {
    .slick-prev:before {
        content: "<" !important;
        color: #fff !important;
        font-size: 15px;
        height: auto;
        width: auto;
        padding: 25px 5px 25px 5px;
        font-weight: bolder;
        background-color: grey !important;
    }

    .slick-next:before {
        content: ">";
        color: #fff;
        font-size: 15px;
        height: auto;
        width: auto;
        padding: 25px 5px 25px 5px;
        font-weight: bolder;
        background-color: grey !important;
    }
}

pre.inherit {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
    padding: 10px;
}

.card {
    border: none;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.banner-heading {
    /* font-family: -apple-system; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.item-link:hover {
    text-decoration: none;
}
.list_name:hover, .list_price:hover {
    text-decoration: underline;
}
.list_name {
    text-align: justify;
    text-align-last: center;
}

.category-img:hover {
    cursor: pointer;
}
.category-img:active{
    border: none !important;
}
.slick-slide {
    outline: none
}
.fade-slick {
    display: none !important;
}

.fade-slick.slick-initialized {
    display: contents !important;
}
/* .slick-slider div:last-child {
    transition: none !important;
} */
body {
    min-height: 1500px;
}
#category-bar {
    width: 1300px;
    position: relative;
}

@media (min-width: 900px) {
    #category-bar {
        max-width: 94.6% !important;
    }
}

@media (min-width: 1796px) {
    #category-bar {
        max-width: 70.6% !important;
    }
}

