/*hide scroller bar*/
/* ::-webkit-scrollbar {
  display: none;
} */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* ************************** symbol part ************************** */
.contact ul{
  margin: 0;
  padding: 0;
}
.contact ul li{
  list-style: none;
  padding: 5px 0;
}
.contact_icon{
  float: left;
  font-size: 16px;
  color: #6cb2eb;
}
.contact_text{
  margin-left: 30px;
}
.contact_text a{
  text-decoration: none;
  color: #ffffff;
}
.contact_text a:hover{
  color: #abc;
}

/* ************************** /symbol part ************************** */

/* **************************column*********************** */
.col_inline{
  display: flex;  
  gap: 5px;
}
.col_inline > div{
  flex: 1; 
}
/* **************************column end******************* */
.views{
  font-weight: bold;
  color: #00a65a;
  text-transform: capitalize;
}
/* **************************cards*********************** */
.cards{
  /* background: #ddd; */
  line-height: 30px;
}
/* .cards_body{
  padding:10px 0;
  overflow: hidden;
} */
.card_title{
  font-size: 18px;
}
/* **************************cards end******************* */
table thead {background: #d2d6de;}
table tbody tr td:last-child, table thead tr th:last-child{text-align: center;}
table thead tr th{border:3px solid;}

/* **************************Inactive part*********************** */
.inactive_id{
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0,0,0,.6);
}
.inactive_id_body{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 250px;
  background: #fbfbfb;
  border-radius: 10px;  
}
.inactive_id_body p{
  margin-top: 20px;
  color: #000;
}
.inactive_id_sms{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #e3342f;
}
/* **************************/Inactive part*********************** */
.data_table table{border:1px solid #999;}
.data_table th, .data_table td{
  text-align: center;
}
.data_table th{background: #eabd75;}
#insertModal textarea{
  resize: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  /*display: block;*/
  width: 100%;
  /*height: auto;*/
}
.carousel-caption {
  background: rgba(0,0,0,.1);   
  box-shadow: 0 2px 4px 0; 
  text-shadow: 3px 4px 2px rgba(0,0,0,.9);  
}
.size{
  display: inline-flex;
  box-shadow: 0 1px 3px 0;
}
.size_icon{
  background: #eee;
  padding: 5px;
  /*margin-right: 5px;*/
}
.remove_row_size, .remove_row_color{
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 5px;
  background: #abc;
  cursor: pointer;
}

.remove_row_btn{
  padding: 0 5px;
  margin-left: 5px;
  border-radius: 5px;
  background: #abc;
  cursor: pointer;
}
option{
  font-size:16px;
  background-color:#ffffff;
}
option:before{
  content: ">";
  font-size:20px;
  display:none;  
  padding-right:10px;
  padding-left:5px;
  color:#fff;
}
option:hover:before{
  display:inline;
  background: green;
}
.center{
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*images and gallery*/
.no_image{
  width: 100%;
  min-height: 100%;
  color: #cac8c8;
  background: #eee;
}
.simpleLens-lens-image {
  width: 100%;
  /*max-height: 298px;*/
}
.simpleLens-big-image {  
  max-height: 298px;
}
/*public btn row start*/
#offer_bg{
  margin-bottom: 20px;
}
#offer_bg img{
  width: 100%
}
/*thumbnail*/
.thumbnail {
  position: relative;
  width: 100%;
  max-width: 100px;
  display: inline-block;
}

.thumbnail img {
  width: 100%;
  height: auto;
}

.thumbnail .btn {
  position: absolute;
  top: 20%;
  left: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 10px;
  padding: 3px 3px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.thumbnail .btn:hover {
  background-color: black;
}
/*thumbnail end*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  vertical-align: -webkit-baseline-middle;
  vertical-align: bottom;
}

.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: 16px;
  width: 16px;
  left: -4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:after {
  left: 4px;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/*title start*/
.title{
  display: inline-block; 
  padding: 5px 15px;
  margin: 5px 0;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0,0,0,.3);
  border-radius: 5px
}
.title_ash{
  background: #dee2e6;
  color: #000;
}
.title_red{
  background: red;
  color: #fff;
}
.title_green{
  background: #03bb03;
  color: #fff;
}
.title_head_green{
  width: 100%;
  background: #a5cd39;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0px;  
}
/*title end*/
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*public btn row end*/

/*multi row start*/
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.input-container:first-child {
	margin-top: 5px;
}

.icons {
  padding: 20px 10px;
  background: #777;
  color: white;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
}
.icons_sm {
  padding: 7px 10px;
  background: #777;
  color: white;
  min-width: 20px;
  text-align: center;
}

.input-field {
  width: 100%; 
  outline: none;
}

.input-field:focus {
  border: 1px solid dodgerblue;
}
/*multi row end*/
/*Common style start*/
a{
	text-decoration: none;
}
hr{
	border-top: 1px dotted #ccc;
}
p i{font-size: 15px; padding: 0 10px;}
.page_notfound h3 a{
	font-size: 20px;
	color: #fff;
}
.page_notfound h3:hover a{text-decoration: none;}
.notfound{margin: 25px 0; text-align: center;}
/*height property*/
.min_height{min-height: 650px;}
/*height property end*/

/*padding property*/
.padding_zero{padding: 0;}

.padding5{padding: 5px;}
.padding10{padding: 10px;}
.padding15{padding: 15px;}
.padding20{padding: 20px;}

.padding_l0{padding-left: 0px;}
.padding_l5{padding-left: 5px;}
.padding_l10{padding-left: 10px;}
.padding_l15{padding-left: 15px;}

.padding_r10{padding-right: 10px;}
.padding_r15{padding-right: 15px;}
.padding_r20{padding-right: 20px;}

.padding_t10{padding-top: 10px;}
.padding_t15{padding-top: 15px;}

.padding_b10{padding-bottom: 10px;}
.padding_b15{padding-bottom: 15px;}

.paddint_tb5{padding: 5px 0;}
.paddint_tb10{padding: 10px 0;}
/*padding property end*/

/*margin property*/
.margin_zero{margin: 0;}
.mrg10{margin:10px;}
.margin50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.margin100{
	margin-top: 100px;
	margin-bottom: 100px;
}
.margin150{
	margin-top: 150px;
	margin-bottom: 150px;
}
.margin_t5{margin-top: 5px;}
.margin_t10{margin-top: 10px;}
.margin_t20{margin-top: 20px;}
.margin_t25{margin-top: 25px;}
.margin_t30{margin-top: 30px;}
.margin_t40{margin-top: 40px;}
.margin_t50{margin-top: 50px;}
.margin_t100{margin-top: 100px;}
.margin_t150{margin-top: 150px;}

.margin_b5{margin-bottom: 5px;}
.margin_b10{margin-bottom: 10px;}
.margin_b15{margin-bottom: 15px;}
.margin_b20{margin-bottom: 20px;}
.margin_b25{margin-bottom: 25px;}
.margin_b30{margin-bottom: 30px;}
.margin_b40{margin-bottom: 40px;}
.margin_b50{margin-bottom: 50px;}

.margin_l5{margin-left: 5px;}
.margin_l10{margin-left: 10px;}
.margin_l15{margin-left: 15px;}
.margin_l20{margin-left: 20px;}
.margin_l25{margin-left: 25px;}
.margin_l30{margin-left: 30px;}
.margin_l40{margin-left: 40px;}
.margin_l50{margin-left: 50px;}

.margin_r5{margin-right: 5px;}
.margin_r10{margin-right: 10px;}
.margin_r15{margin-right: 15px;}
.margin_r20{margin-right: 20px;}
.margin_r25{margin-right: 25px;}
.margin_r30{margin-right: 30px;}
.margin_r40{margin-right: 40px;}
.margin_r50{margin-right: 50px;}
/*margin property end*/
/*background start*/
.bg_no{background:unset;}
.bg_white{background: #fff;}
.bg_ash{background: #eee;}
.bg_off{background: #f5f5f5;}
.bg_info{
  background: #eee;
  overflow: hidden;
  margin-bottom: 15px;
}
/*background end*/
/*table start*/
.table_order{
  background: #f5f5f5;
}
.table_order thead tr:nth-child(1) {
  background: #ccc;
}
.table_order thead tr:nth-child(2) {
  background: #e9ecef;
}
.table_order tbody tr td:nth-child(1) {
  text-align: center;
}
/*.table_order thead tr th{text-align: center;}*/
/*table end*/
/*.center{text-align: center;}*/
/*border start*/
.border1{border: 1px solid red;}
/*border end*/
/*font start*/
.font_s15{font-size: 15px;}
.font_s16{font-size: 16px;}
.font_s18{font-size: 18px;}
.font_s20{font-size: 20px;}
/*font start*/
.overflow_hidden{
  overflow: hidden;
}
/* label */
.modal-body label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  border: 1px solid #eee;
  padding: 5px 10px;
  background: #f6f6f6;
}
/*display start*/
.display_inline, .reg_inline{
  display: flex;
  /*align-items: center;*/
  justify-content:space-around;
  /*margin-bottom: 15px;*/
}
.display_inline label {
  margin-bottom: 10px;
  padding: 7px 3px;
  width: 30%;  
  text-align: center;
}
.input_inline{margin-bottom: 10px;}
.reg_inline_50{width: 48%;}
.reg_inline_left{width: 70%;}
.reg_inline_right{width: 28%;}
.reg_inline_right label{float: right;}
.reg_inline label{margin-bottom: 6px;}

.radio_label{
  width: 80%;
  padding: 3px 5px;
}
.add_radio{
  width: 20%;
  text-align: center;
  background: #ddd;
  height: 35px;
  line-height: 40px;
}
.add_address_radio{
  text-align: center;
  background: #ddd;
  line-height: 40px;
}
.add_address_radio input[type=radio]{
  height: 13px;
}
.add_radio input[type=radio]{
  height: 14px;
  line-height: 40px;
  margin-right: 15px;
  margin: 4px 8px 0;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;    
  /*height: 30px;*/
}
.input_field{width: 70%;margin-bottom: 10px;}
.group_field{margin-bottom: 10px; width: 49%;}
.group_field_3{margin-bottom: 10px; width: 33%;}
.group_field label, .group_field_3 label{
  margin-top:5px;
  margin-bottom:0;
  width: 100%;  
  text-align: center;
}
.hide{display:none;}
.show{display:block;}
.star_red{color: red; font-weight: bolder;}
.info_inline{display: flex; width: 100%; padding: 10px;}
.info_inline i{padding: 4px 10px;}
.info_inline label{padding-right: 10px;}
.info_inline p{flex: 1;}
/*display end*/

/*not found*/
.not_found{
  text-align: center;
  margin-top: 120px;
  color: #bfbfbf;
}
/*payment start*/
/* .card_body{
  background: #eee;
  padding: 10px;
  max-width: 350px;
} */
.pay_icon{
  display: flex;
  font-size: 30px;
  padding: 10px;
}
.pay_icon i{
  padding: 0 10px;
}
.pay_icon .visa{color:#8601ff;}
.pay_icon .mast{color:#f77200;}
.pay_icon .amex{color:#008cff;}
.bkash_body{
  background: #eee;
  padding: 10px;
}
.line{
  /*display: flex;*/
  width: 100%;
}
.col-25{width: 25%;}
.col-30{width: 30%;}
.col-40{width: 40%;}
.col-50{width: 50%;}
.col-60{width: 60%;}
.col-75{width: 75%;}
.col-100{width: 100%;}
/*payment end*/


/* **************************table start******************* */
.table th, .table td,
.table>tbody>tr>td, .table>tbody>tr>th, 
.table>tfoot>tr>td, .table>tfoot>tr>th, 
.table>thead>tr>td, .table>thead>tr>th{
  vertical-align: middle;
  border: 1px solid rgb(153, 153, 153);
}
.table-bordered {
  border: 1px solid #03ab03;
}
table thead {background: #d2d6de;}

table tbody tr td:first-child,
table tbody tr td:last-child,
table thead tr th:first-child,
table thead tr th:last-child{text-align: center;}

table thead tr th{border:3px solid;}

.table>tbody>tr,
/* .table>tfoot>tr{border: 1px solid rgb(153, 153, 153);} */

.table_bd{
  background: #eee;
}
.thead_blue{
  background: #a5cd39;
  color: #fff;
}
.thead_red{
  background: #ff0000;
  color: #fff;
}

/*tbl with icon*/
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  /*background: dodgerblue;*/
  color: #ff0000;
  min-width: 50px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}

.icon_label label{
  line-height: 20px;
  padding: 10px 0;
}
.input-field {
  /*width: 75%;*/
  padding: 10px;
  outline: none;
  resize: none;
  /*margin-bottom: 15px;*/
}

.input-field:focus {
  border: 2px solid dodgerblue;
}
/*table end*/
.my_wish{
  position: absolute;
  right: 2px;
  top: 8px;
  z-index: 9;
}
/*Payment start*/
.payment_type{ 
  width: 50%;
  text-align: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: #000;  
}
.payment_body, .cashon{
  padding: 0 10px;
}
.payment_body .payment_type:hover{
  background-color: #fff;
  box-shadow: 0px 1px red
}
.payment_body .payment_type:active{
  background-color: #fff;
}
.payment_body .payment_type:visited{
  background-color: #fff;
}
.sslczPayBtn {
  position: relative;
  background: red;
  border: 0 none;
  color: #fff;
  padding: 8px 20px 8px 70px;
  border-radius: 4px;
  height: 42px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  width: 254px;
  outline: 0;
  overflow: hidden;
}
.sslczPayBtn:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background: green;
  border-radius: 4px 0px 0px 4px;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(
  -20deg
  );
  transform: skewX(
  -25deg
  );
}
/*Payment end*/
/*form start*/
.field_group{
  border: 1px solid #eeeeee;
  padding: 2px 5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.form-group{
	overflow: hidden;
}
.form_control{
  display: block;
  height: 34px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#code_btn{
  float: right;
}
.form_field{
	width: 70%;
	float: left;
	border-radius: 4px 0 0 4px;
}
.form_field_btn{
	background: #dee2e6;
	width: 25%;
	border-radius: 0 4px 4px 0;
	text-align: center;
	float: right;
	cursor: pointer;
}

/*form end*/
/*Notification start*/
.success{
	color: green;
}
.danger{
	color: red;
}
.info{
  color: #00c0ef;
}
/*Notification end*/
/*width start*/
.width_100{
	width: 100%
}
/*width end*/
.under_cons{
	line-height: 24px;
	background: #005eea;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	z-index: 9999;
}
/*Common style end*/

/*modal start*/
*{margin: 0; padding: 0;}
p{margin: 0;}
body{
  /*background: #f5f5f5 url(../../asset/img/bg.png)repeat;  */
  max-width:100%;
  margin-top:0px;
}

/*Button start*/
.my_btn{ 
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.my_btn:hover{
  color: #000;
  opacity: .9;
}
.my_btn:focus{
  color: #000;
  /*background: #03ab03;  */
}
.btn_green{
  background: #03ab03;
  color: #fff;
}
.btn_green2{
  background: #a5ce3a;
  color: #fff;
}
.btn_red{
  background: red;
  color: #fff;
}
.btn_disable{
  background: #eee;
  color: red;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #ccc;
  text-decoration: none;  
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}
/*Button end*/

/*popup start*/

/* Center the image and position the close button */
.popup_avatar {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
  font-size: 50px;
}
.user_info {
  max-width: 400px;
  margin:0 auto;
  padding: 15px;
}
span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal-body {
  overflow: hidden;  
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  /*z-index: 99; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}
.modal-title {   
  /*text-align: center;*/
   float: left; 
   padding-right: 10px; 
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  /*max-width: 450px; /* Could be more or less, depending on screen size */
}

.modal input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  /*margin: 8px 0;*/
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
   display: block;
   float: none;
 }  
}
/*popup end*/
