.p-btn-primary{
	padding:6px !important;
	color: white;
	background: #2271b1;
}

/* Table Styles */

.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
    margin-bottom: 20px;

}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 16px;
    text-transform: capitalize;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
        font-size: medium;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
        font-size: medium;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


#tsum-tabs h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

#tsum-tabs p {
  margin: 0 0 20px;
  line-height: 1.5;
}

#tsum-tabs main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

#tsum-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

#tsum-tabs input {
  display: none;
}

#tsum-tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

#tsum-tabs label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

#tsum-tabs label[for*='1']:before { content: '\f1cb'; }
#tsum-tabs label[for*='2']:before { content: '\f17d'; }
#tsum-tabs label[for*='3']:before { content: '\f16b'; }
#tsum-tabs label[for*='4']:before { content: '\f1a9'; }

#tsum-tabs label:hover {
  color: #888;
  cursor: pointer;
}

#tsum-tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

#tsum-tabs #tab1:checked ~ #content1,
#tsum-tabs #tab2:checked ~ #content2,
#tsum-tabs #tab3:checked ~ #content3,
#tsum-tabs #tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  #tsum-tabs label {
    font-size: 0;
  }
  #tsum-tabs label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  #tsum-tabs label {
    padding: 15px;
  }
}

/*a.wishlist-button.button {
    font-size: 17px;
    font-weight: bolder;
    padding: 10px;
    color: white;
}*/
button.btn.custom-btn-primary {
    background: #1151d3;
    color: #fff;
    padding: 10px;
}
a.btn.btn-sm.btn-custom-wish-warning {
    background: #1151d30f;
    border: 1px solid #1151d3;
    letter-spacing: initial;
    color: #1151d3;
}

#wishlist-show {
  background-color: blue;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.wishlist-modal {
  display: none;
  /*position: fixed;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*z-index: 999;*/
  /*transform: translateX(-50%) translateY(-50%);*/
  /*width: auto;*/
  /*height: auto;*/
  background-color: white;
  postion: relative;
}
#wishlist-close {
  float: right;
  background-color: #0000ff00;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
      line-height: 0;
}

#wishlist-modal {
        /*width: 59%;*/
    text-align: center;
    z-index: 999;
    /*position: absolute;*/
}
#wishlist-modal .wish-container {
        width: 100%;
    text-align: center;
    padding: 20px;
}
#wishlist-modal .wish-container div.wish-row  {
    padding: 0px;
    width: 100%;
    text-align: left;
}
#wishlist-modal .wish-container>div.wish-row>div.col {
    padding: 7px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px;
}
#wishlist-modal .wish-container .wish-label {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #1151d3;
    padding-right: 10px;
}
#wishlist-modal .wish-container input {
    border: 1px solid gray;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}
div#wishlist-modal form .wish-container .wish-row .col-md-12 {
    text-align: initial;
}
.wishlist-modal-header {
    background: #18cfab;
    color: white;
    padding: 0;
}
.wishlist-modal-header h3 {
    color: white;
    margin: 0px 0 !important;
}
textarea#wish-comment {
    width: 100%;
    height: 150px;
}
.wish-col-md-12 {
    width: 100%;
}
div#wishlist-modal form {
    text-align: -webkit-center;
}
.wish-mb-20{
    margin-bottom: 20px;
}

/*Notification CSS Start*/

.myalert-bg-success{
    background: #28a745;
}
.myalert-bg-danger{
    background: #dc3545;
}
#myAlert{
    z-index: 99999;
  visibility: hidden;
  position:fixed;
  color: white;
  border-radius:10px;
  top:0;
  right:0;
  transform: translate(-15px,15px);
  /*background: #d62828;*/
  border-radius:10px;
  overflow:hidden
}
.myAlert-text-icon{
  align-items: stretch;
  box-shadow: 0 1px 1px rgb(10 10 10 / 10%);
  display: flex;
  max-width:250px;
  
}
.myAlert-message {
    align-items: center;
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    padding: 15px 15px;
    line-height: 1;
}
.myAlert-message .close{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0.75rem 1rem;
   
}
#myAlert.show {
  visibility: visible; 
}


#myAlert.show{
  animation: show 0.5s forwards;
}

@keyframes show{
  0% {
    transform: translate(-15px,15px) scale(0);
  }
  50% {
    transform: translate(-15px,15px) scale(1.2);
  }
  70% {
    transform: translate(-15px,15px) scale(0.9);
  }
  100% {
    transform: translate(-15px,15px) scale(1);
  }
}

#myAlertBar { 
  height: 2px;
  background-color: #ddd;
  color: white;
}
#myAlertProgress {
  background-color: #d62828;
  width:100%
}


/*Notification CSS End*/

.form-style-9{
    max-width: 100%;
    background: #FAFAFA;
    padding: 30px;
    margin: 0 auto;
/*    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    border: 6px solid #305A72;*/
}
.form-style-9 ul{
    padding:0;
    margin:0;
    list-style:none;
}
.form-style-9 ul li{
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}
.form-style-9 ul li  .field-style{
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    padding: 8px;
    outline: none;
    border: 1px solid #B0CFE0;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;min-height: 45px;
    margin-bottom: 15px;

}.form-style-9 ul li  .field-style:focus{
    box-shadow: 0 0 5px #B0CFE0;
    border:1px solid #B0CFE0;
}
.form-style-9 ul li .field-split{
    width: 49%;
}
.form-style-9 ul li .field-full{
    width: 100%;
}
.form-style-9 ul li input.align-left{
    float:left;
}
.form-style-9 ul li input.align-right{
    float:right;
}
.form-style-9 ul li textarea{
    width: 100%;
    height: 100px;
}
.form-style-9 ul li input[type="button"], 
.form-style-9 ul li input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #18cfab;
    box-shadow: inset 0px 1px 0px 0px #3985B1;
    background-color: #18cfab;
    border: 1px solid #18cfab;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style-9 ul li input[type="button"]:hover, 
.form-style-9 ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #18cfab 5%, #18cfab 100%);
    background-color: #18cfab;
}
button.btn.wish-btn-primary {
padding: 10px 20px;
    background: #18cfab;
    color: white;
    border-color: white;
    margin: 10px 0px;
    border: 0px;
    font-weight: bold;
    margin-bottom: 30px;
}

.f-16{font-size:16px;}
.text-right{text-align: right;}