@font-face {
    font-family: 'K2D';
    src: url('../font/K2D-Regular.ttf');
}

body {
  font-family: "K2D";
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a {
    text-decoration: none !important;
	color:#000;
}
.input-group-overlay{
	position: relative;
    width: 100%;
}

.input-group-overlay .appended-form-control:not(.rounded-right-0) {
    padding-right: 2.5rem;
    border-top-right-radius: .3125rem !important;
    border-bottom-right-radius: .3125rem !important;
}

.input-group-append-overlay {
    right: 0;
}
.input-group-append-overlay, .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
}
.input-group-append-overlay .input-group-text, .input-group-prepend-overlay .input-group-text {
    border: 0;
    background-color: transparent;
}
.navbar-tool {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-light .navbar-tool-icon-box {
    color: #4b566b;
}
.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color 0.25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
}
.navbar-expand-lg .navbar-tool-text {
    display: block;
}
.navbar-tool-text {
    display: none;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color 0.25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
}
.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}
.navbar-light .navbar-tool-text {
    color: #4b566b;
}
.navbar-light .navbar-tool-text>small {
    color: #7d879c;
}
.navbar-tool-text>small {
    display: block;
    margin-bottom: -.125rem;
}
.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -.3125rem;
    right: -.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}
.navbar-light .navbar-tool-icon-box.bg-secondary {
    background-color: #dedede !important;
}
.list-group-item {
    border:0 !important;
	padding: 0.1rem 1.25rem !important;
}
.list-group-item a{
	color:#000;
	font-size: 14px;
}
.newsletter-popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    bottom:0px;
    left:0px;
   z-index: 999;
}
 
/* Inner */
.popup-inner {
    width:23%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
    text-decoration:none;
}
 

#popup-inner-content {
  text-align: center;
  font-size: 16px;
  color: #2a2a2a;
}
#cartlist{
	position: absolute;
    width: 380px;
    background: #fff;
    top: 63px;
    right: 5px;
	padding: 10px;
	z-index: 999;
	
}
.list-cart{
	max-height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#cartlist img{
	width: 100%;
}
#cartlistmini{
	position: fixed;
    width: 380px;
    background: #fff;
    top: 54px;
    right: 5px;
    padding: 10px;
    padding-top: 6px;
    z-index: 999;
}
#cartlistmini img{
	width: 100%;
}
.item-cart{
	width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 3px;
    text-align: center!important;
    border: 1px solid #000;
    outline: 0;
    background: 0 0;
}
.switch {
	position: relative;
    display: inline-block;
    width: 50px;
    height: 23px;
	float: right;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
	position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    /*background-color: white;*/
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #45f330;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#popup {
position: fixed;
    transform: translate(-50%, 0);
    left: 50%;
    width: 60%;
    height: 85%;
    background: #fff;
    display: none;
    z-index: 9997;
    top: 12%;
	overflow: scroll;
	padding: 15px 0;
}

.overlay-pop{
	width: 100%;
    height: 100%;
    background: #000000;
    z-index: 99;
    position: fixed;
    opacity: 60%;
    display: none;
}

.div_post{
	width: 600px;
	margin: auto;
}
.table_post{
	width: 600px;
}
.table_payment{
	width: 630px;
	margin: auto;
}
.content-layout{
	text-align:center;
}
.h1_product h1{
text-align:center;
font-weight:bold;
}
.overlay{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(255,255,255,0.8) url("/examples/images/loader.gif") center no-repeat;
    }

.payment_col8{
	padding-right: 15px !important;
    padding-left: 15px !important;
}

/* Mobile */
@media screen and (min-width: 320px) and (max-width: 767px){
	.img-pop{
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: fixed;
    display: none;
    right: 1%;
    top: 1%;
    cursor: pointer;
	}
	.websize{
		display:none;
	}
	.mobilesize{
		display:block;
	}
	.product_button {
    position: absolute;
    top: 2px;
    right: 2px;
	}
	.product_button img{
	width: 48px;
    height: 48px;
	}
	.add_layout {
    padding: 0px 2px;
	width: 150px;
    margin: auto;
	}
	.add_btn{
		font-size: 12px !important;
	}
	.product_layout{
	max-width: 996px;
    margin: auto;
	}
	.card-body {
    padding: 0 1px;
	}
	.card-text{
	text-align: center;
	font-size:12px;
	}
	h5, .h5 {
    font-size: 0.8rem !important;
	}
	.popup-inner {
    width:90%;
	}
	.cart_pic2{
	width: 35% !important;
    float: left;
	padding-right: 0px !important;
    padding-left: 0px !important;
	}
	.cart_pic2 img{
	width:100%;
	margin-top: 15px;
	}
	.cart_pic{
	width: 35% !important;
    float: left;
	padding-right: 0px !important;
    padding-left: 0px !important;
	}
	.cart_pic img{
	width:100%;
	}
	.cart_detail{
	padding-left: 10px !important;
    float: right;
    width: 65% !important;
    padding-right: 0 !important;
    margin-top: -20px;
	font-size: 12px;
	}
	.cart_product_total{
	font-size: 14px;
    /*margin-top: -15px;*/
    margin-bottom: 15px;
	}
	.cart_label{
	float: left;
    width: 50% !important;
	padding: 0 !important;
	}
	.cart_value{
	float: right;
    width: 48% !important;
	padding: 0 !important;
	}
	#popup {
    width: 96%;
    height: 90%;
    top: 5%;
	}
	.table_post{
	width: 100%;
	}
	.div_post {
    width: 100%;
	}
	.table_payment{
	width: 100%;
	}
	.table_payment img{
	
	}
	.credit_layout{
	width:100%;
	}
	.inform{
	font-size:14px;
	}
	.point_table{
	width:100%;
	}
	.coin_table{
	width:100%;
	margin: auto;
	}
	.content-layout{
	font-size:14px;
	padding: 0 5px;
	}
	.content-layout img{
	width: 100%;
	}
	.h1_product h1{
	font-size:18px;
	}
	.h2_product h2{
	font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
	}
	.otp_layout img{
	width:100%;
	}
	.h4_payment h4{
	font-size:16px;
	}
	.timecount{
	float: left;
    text-align: center;
    margin-top: 10px;
	}
	.timecount2{
	float: right;
    text-align: center;
	}
}

/* Tablet */
@media screen and (min-width: 768px) and ( max-width: 1023px ){
	.img-pop{
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: fixed;
    display: none;
    right: 1%;
    top: 8px;
    cursor: pointer;
	}
	.websize{
		display:none;
	}
	.mobilesize{
		display:block;
	}
	ul.navbar-nav li {
	  display:inline;
	   padding: 0 5px;
	}
	.product_button {
    position: absolute;
    top: 2px;
    right: 2px;
	}
	.product_button img{
	width: 48px;
    height: 48px;
	}
	.add_layout {
    padding: 0px 8px;
	}
	.add_btn{
		font-size: 12px !important;
	}
	.product_layout{
	max-width: 996px;
    margin: auto;
	}
	.card-text{
	text-align: center;
	font-size:14px;
	}
	h5, .h5 {
    font-size: 0.9rem !important;
	}
	.popup-inner {
    width:50%;
	}
	.cart_pic{
	width: 30% !important;
    float: left;
	padding-right: 0px !important;
    padding-left: 0px !important;
	}
	.cart_pic img{
	    width: 190px;
	}
	.cart_pic2{
	width: 35% !important;
    float: left;
	padding-right: 15px !important;
    padding-left: 15px !important;
	margin:auto;
	text-align: right;
	}
	.cart_pic2 img{
	
	}
	.cart_detail{
	padding-left: 10px !important;
    float: right;
    width: 65% !important;
    padding-right: 0 !important;
    margin-top: -20px;
	font-size: 16px;
	}
	.cart_product_total{
	font-size: 16px;
    /*margin-top: -15px;*/
    margin-bottom: 15px;
	}
	.cart_label{
	float: left;
    width: 45% !important;
	}
	.cart_value{
	float: right;
    width: 55% !important;
	}
	#popup {
    width: 96%;
    height: 90%;
    top: 5%;
	}
	.credit_layout{
	width: 400px;
    margin: auto;
	}
	.point_table{
	width:400px;
	}
	.coin_table{
	width:500px;
	margin: auto;
	}
	.content-layout{
	font-size:18px;
	}
	.content-layout img{
	width: 100%;
	}
	.h1_product h1{
	font-size:26px;
	}
	.h2_product h2{
	font-size: 22px;
    font-weight: bold;
    padding: 10px 0;
	}
	.content_layout img{
	width:700px;
	}
	.timecount{
	float: left;
    text-align: right;
    margin-top: 10px;
	}
	.timecount2{
	float: right;
    text-align: left;
	}
}

@media screen and ( min-width: 1024px ){
	.img-pop{
    width: 50px;
    height: 50px;
    z-index: 9999;
    position: fixed;
    display: none;
    right: 18%;
    top: 52px;
    cursor: pointer;
}
	.clip_layout{
		padding:5px !important;
	}

	.websize{
		display:block;
	}
	.mobilesize{
		display:none;
	}
	.product_button {
    position: absolute;
    top: 2px;
    right: 2px;
	}
	.product_button img{
	width: 48px;
    height: 48px;
	}
	.add_btn{
		font-size: 14px !important;
	}
	.product_layout{
	max-width: 920px;
    margin: auto;
	}
	.add_layout {
    padding: 0px 2px;
	width:100%;
    margin: auto;
	}
	.card-text{
	text-align: center;
	font-size:14px;
	}
	h5, .h5 {
    font-size: 0.9rem !important;
	}
	.popup-inner {
    width:23%;
	}
	.cart_pic{
	width: 50% !important;
    float: left;
	padding-right: 15px !important;
    padding-left: 15px !important;
	margin:auto;
	text-align: right;
	}
	.cart_pic img{
	    width: 190px;
	}
	.cart_pic2{
	width: 50% !important;
    float: left;
	padding-right: 15px !important;
    padding-left: 15px !important;
	margin:auto;
	text-align: right;
	}
	.cart_pic2 img{
	width: 190px;
	}
	.cart_detail {
    margin-top: 0px !important;
	}
	.credit_layout{
	width: 400px;
    margin: auto;
	}
	.point_table{
	width:400px;
	}
	.coin_table{
	width:500px;
	margin: auto;
	}
	.content-layout{
	font-size:18px;
	}
	.content-layout img{
	width: 500px;
	}
	.h1_product h1{
	font-size:32px;
	}
	.h2_product h2{
	font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
	}
	.content_layout img{
	width:700px;
	}
	.timecount{
	float: left;
    text-align: right;
    margin-top: 10px;
	}
	.timecount2{
	float: right;
    text-align: left;
	}
}

