@font-face {
    font-family: 'Arial';
    src: url('../fonts/klavika-medium.otf');
    font-weight: bold;
    font-display: swap;
}

h1.special-font,h2.special-font,h3.special-font,h4.special-font{font-family: 'Arial';}
.image-detail {
    position: relative;
}
.btn-nav{position:absolute; width:43px; height:43px; top:50%; margin-top:-21.5px; z-index:10;}	
.btn-nav.btn-Previous{
	background:url(../images/b_left2.png) no-repeat;
	display:block;
	text-indent:-9999999px;
	left: 0px;
    margin-left: -8px;
}
.logo img{
  width: 190px;
  margin-top: -30px;
}
.link-search{
  margin-left: 0;
}
.click-arrow {
  height: 15px;
}
.btn-nav.btn-Next{
	background:url(../images/b_right2.png) no-repeat;
	display:block;
	text-indent:-9999999px;
	right: 0px;
    margin-right: -8px;
}
.pagination a{
	font-size: 24px;
	line-height: 24px;
	border-left: 1px solid #cdcdcd;
	padding: 10px;
}
.pagination {
	margin-top: 50px;
}
.Order-info {
    padding-right: 102px;
}
.owl-carousel .owl-item img {
    height: 123px;
}
.link-home {
    display: inline-block;
    background: url(../images/home-icon.png) no-repeat;
    width: 18px;
    height: 17px;
}
.link-price{
  display: inline-block;
  background: url(../images/rupee-icon.png) no-repeat;
  width: 18px;
  height: 17px;
}
.float-left{
    float: left;
}
/* The checkbox-container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

  .image-detail{position:relative;}
  /*******For Sticky**********/
  .sticky-footer{ position:fixed; width:100%; bottom:0px; margin-bottom:0px; left:0px; margin-left:0px; z-index:10; text-align:center; background:#d61027;}
  .sticky-footer .btn-submit2{border-radius:0px;-moz-border-radius: 0px;-webkit-border-radius:0px;}
  .Over_flow	{padding-bottom:32px;}
  .sticky-button{ display:inline-block;}
  .sticky-footer .sticky-button .btn-submit2{border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;}
    
    
	.checkbox-container .bx-Collections{
    width: 95%;
  }
  .ui-accordion .ui-accordion-content{
    height: 100px !important;
    padding: 5px !important;
  }
  .black-text{
    color:#000;
  }