* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{ color: #000; text-decoration: none; }
a:hover{color: #000; text-decoration: none;}
.tab-content>.active {
    display: block;
    border: 1px solid rgb(0 ,0 ,0 , 0.1);
}
/*////login start///*/

/* user panel area strts here */
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #be350b;
    background: #fff;
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #188bcf;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 38%;
        right: -10px;
        transform: translateY(-0%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/* dashboard */
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading h2{
    padding-top: 7px;
}
.circle-tile-heading i {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #188bcf;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

/* profile */

.profile .profile-header .profile-info .header-information {
    line-height: 23px;
    margin-top: 15px;
}
.profile .profile-header .profile-info .btn-follow {
    position: absolute;
    top: 45px;
    right: 40px;
}
.btn-palegreen, .btn-palegreen:focus {
    background-color: #a0d468!important;
    border-color: #a0d468;
    color: #fff;
}
.profile .profile-header .profile-info .header-fullname {
    font: 21px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
    margin-top: 27px;
    display: inline-block;
}
.profile .profile-header .profile-info {
    padding: 15px 40px 35px 0;
}
.profile .profile-header .header-avatar {
    width: 125px;
    height: 125px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    border: 5px solid #f5f5f5;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    margin: 25px auto;
}
.profile-container .profile-header {
    min-height: 175px;
    margin: 15px 15px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.35);
    box-shadow: 0 1px 2px rgba(0,0,0,.35);
    background-color: #fbfbfb;
}  

/* login Page */
.signup-form .form-control {
  font-size: 16px;
  transition: all 0.4s;
  box-shadow: none;
}
.signup-form .form-control:focus {
  border-color: #5cb85c;
}
 .btn {
  border-radius: 4px;
  outline: none !important;
}
.signup-form .form-control {
  outline: none !important;
}
.signup-form {
  width: auto;
  margin: 0 auto;
  padding: 30px 0;
}
.signup-form form {
  border-radius: 5px;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 40px;
}
.signup-form a {
  color: #188bcf;
}    
.signup-form h2 {
  text-align: center;
  font-size: 34px;
  margin: 10px 0 15px;
}
.signup-form .hint-text {
  color: #999;
  text-align: center;
  margin-bottom: 20px;
}
.signup-form .form-group {
  margin-bottom: 20px;
}
.signup-form .btn {        
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
.signup-btn {
  text-align: center;
  border-color: #ff8d1e;
  transition: all 0.4s;
  background-color: #ff8d1e;
}
.signup-btn:hover {
  background: #5cb85c;
  opacity: 0.8;
}
.or-seperator {
  margin: 50px 0 15px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.or-seperator b {
  padding: 0 10px;
    width: 41px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    background: #df4930;
    display: inline-block;
    border: 1px solid #df4930;
    border-radius: 50%;
    position: relative;
    top: -22px;
    z-index: 1;
    color: #fff;
}
.social-btn .btn {
  color: #fff;
  margin: 10px 0 0 15px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: normal;
  border: none;
  transition: all 0.4s;
} 
.social-btn .btn:first-child {
  margin-left: 0;
}
.social-btn .btn:hover {
  opacity: 0.8;
}

.social-btn .btn-info {
  background: #080727;
}
.social-btn .btn-danger {
  background: #df4930;
}
.social-btn .btn i {
  float: left;
  margin: 3px 10px;
  font-size: 20px;
}

/*//// login end////*/


/* header area starts her */

/* .top-bar {
	background-color: #899e0e;
    color: #899e0e;
    padding: 10px 0px 10px;
}

.top-bar h5 {
	font-size: 16px;
    margin: 0px 10px;
    color: #ffffff;
    line-height: 35px;
}

.top-bar form input[type=text], header .col form select {
    height: 36px !important;
    margin: 0;
    padding: 0 7px;
    border: none !important;
    border-right: 1px solid #e1e1e1 !important;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    box-shadow: none !important;
    outline: none;
}

.top-bar form select {
    width: 100px;
    border-radius: 0;
}
.top-bar form input[type=text], header .col form select {
    height: 36px !important;
    margin: 0;
    padding: 0 7px;
    border: none !important;
    border-right: 1px solid #e1e1e1 !important;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    box-shadow: none !important;
    outline: none;
}
.top-bar select.browser-default {
    display: block;
}
.top-bar input, textarea, select, button {
    font-size: 14px !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.top-bar select {
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    padding: 5px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.top-bar form button {
    min-width: 36px;
    height: 36px;
    margin-left: 5px;
    padding: 0;
    border-radius: 5px;
    border: none;
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important;
}
.top-bar form {
    width: auto;
    margin-top: 7px;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: flex;
} */
.right {
    float: right !important;
}

.bg-green-linear {
	background: linear-gradient(#188bcf, #18cfad);
}

.navbar-nav li {
	padding: 0px 6px;
}

.nav-item {
	margin-top: 0px;
}

.logo {
	width: auto;
	height: 70px;
	z-index: 9;
}

.nav-item a {
	font-size: 17px;
	font-weight: 400;
	color: #ffffff !important;
}

li a:hover {
	font-size: 17px;
	font-weight: 400;
	color: #fff !important;
	text-decoration: underline !important;
}

.dropdown-menu a{
	color: #000 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none !important;
    background-color: #f8f9fa !important;
}

.dropdown-menu {
    position: absolute;
    top: 52px;
    left: 0px;
    }
    .dropdown-menu-2{
        left: -200px;
    }


/* main content area starts here */

.wrap {
    color: aliceblue;
    background: linear-gradient(#188bcf, #18cfad);
    //background: linear-gradient(135deg,#188bcf 0%,#18cfad 100%);
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    -webkit-transition-property: background;
       -moz-transition-property: background;
         -o-transition-property: background;
            transition-property: background;
    -webkit-transition-duration: 6s;
       -moz-transition-duration: 6s;
         -o-transition-duration: 6s;
            transition-duration: 6s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.wrap:hover {
    background: linear-gradient(#18cfad,#188bcf);
    //background: linear-gradient(135deg,#cf4a18 0%,#899e0e 100%);
    color: white;
    cursor: pointer;
}

.ico-wrap {
    margin: auto 0px !important;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #ffffff;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto 20px !important;
}

.vcenter h2 {
	font-size: 25px;
	font-weight: 600;
	}

.vcenter h2 span{
	/* background-color: #ffffff;
    padding: 2px 5px 2px;
    border-radius: 2px;
    color: #b54115;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0px; */
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}

.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}

/* footer area starts here */


/*==================== 
  Footer 
====================== */


/* Main Footer */

footer .main-footer {
	padding: 20px 0;
	background: #252525;
}

footer ul {
	padding-left: 0;
	list-style: none;
}


/* Copy Right Footer */

.footer-copyright {
	background: #222;
	padding: 5px 0;
}

.footer-copyright .logo {
	display: inherit;
}

.footer-copyright nav {
	float: right;
	margin-top: 5px;
}

.footer-copyright nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-copyright nav ul li {
	border-left: 1px solid #505050;
	display: inline-block;
	line-height: 12px;
	margin: 0;
	padding: 0 8px;
}

.footer-copyright nav ul li a {
	color: #969696;
}

.footer-copyright nav ul li:first-child {
	border: medium none;
	padding-left: 0;
}

.footer-copyright p {
	color: #969696;
	margin: 2px 0 0;
}


/* Footer Top */

.footer-top {
	background: #252525;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid #222;
}


/* Footer transparent */

footer.transparent .footer-top,
footer.transparent .main-footer {
	background: transparent;
}

footer.transparent .footer-copyright {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}


/* Footer light */

footer.light .footer-top {
	background: #f9f9f9;
}

footer.light .main-footer {
	background: #f9f9f9;
}

footer.light .footer-copyright {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}


/* Footer 4 */

.footer- .logo {
	display: inline-block;
}


/*==================== 
  Widgets 
====================== */

.widget {
	padding: 20px;
	margin-bottom: 40px;
}

.widget.widget-last {
	margin-bottom: 0px;
}

.widget.no-box {
	padding: 15px 0px 0px;
	background-color: transparent;
	margin-bottom: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.widget.subscribe p {
	margin-bottom: 18px;
}

.widget li a {
	color: #188bcf;
}

.widget li a:hover {
	color: #4b92dc;
}

.widget-title {
	margin-bottom: 20px;
}

.widget-title span {
	background: #839FAD none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin-top: 25px;
	position: relative;
	width: 20%;
}

.widget-title span::after {
	background: inherit;
	content: "";
	height: inherit;
	position: absolute;
	top: -4px;
	width: 50%;
}

.widget-title.text-center span,
.widget-title.text-center span::after {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.widget .badge {
	float: right;
	background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
	color: #fff;
}

ul.social-footer2 {
	margin: 0;
	padding: 0;
	width: auto;
}

ul.social-footer2 li {
	display: inline-block;
	padding: 0;
}

ul.social-footer2 li a:hover {
	background-color: #188bcf;
}

ul.social-footer2 li a {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
}

.btn {
	//background-color: #ff8d1e;
	color: #fff;
}

.btn-bg-none{
	background-color: transparent;
	border: 2px solid #ffffff;
	padding: 5px 20px;
	margin: 0px 5px;
}

.btn:hover,
.btn:focus,
.btn.active {
	background: #188bcf;
    border-color: #188bcf;
    color: #fff;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease-in-out 0s;
	-moz-transition: all 250ms ease-in-out 0s;
	-ms-transition: all 250ms ease-in-out 0s;
	-o-transition: all 250ms ease-in-out 0s;
	transition: all 250ms ease-in-out 0s;
}

.social-footer2 li a i {
	font-size: 25px !important;
	padding: 5px !important;
}

/* request page starts here */
.breadcrumb{
    margin-top: 20px;
}
.breadcrumb-area{
  background-image: url("./images/banner-1.jpg");
  min-height: 100px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	padding: 30px 0px;
	position: relative;
}

.overlay-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
    opacity: 0.7;
}

.breadcrumb-area nav {
	z-index: 9;
    width: 100%;
    padding: 10px;
}

.breadcrumb-item a{
	font-size: 17px;
    font-weight: 500;
    color: #5a5a5a;
}

.breadcrumb li {
	font-size: 17px;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #188bcf;
}

.breadcrumb li a:hover {
    font-size: 17px;
    font-weight: 500;
    color: #188bcf !important;
    text-decoration: none !important;
}

.request-area a:hover{
	text-decoration: none;
}

/* product detail page starts here */
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
    margin: 15px 0px;
   }
   .card-title{
    text-transform: capitalize;
   }
.card-body{
    padding:  0px 1rem ;
}
@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .colors {
  text-transform: UPPERCASE;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 2px;
     }

.size{
	text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}     

.checked, .price span {
  color: #ff9f1a; }


.product-title {
  margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
     }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart {
    background: #188bcf;
    padding: 10px;
    margin-top: 10px;
    border: none;
    text-transform: UPPERCASE;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }



@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.single-product .card{
    border: 0px solid #d2d2d2 !important;
    padding: 20px !important;
} 


           /* plus minus button */

.plus-minus-input {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.plus-minus-input .input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 5px;
    max-width: 60px;
    max-height: 30px;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.plus-minus-input .input-group-button .circle {
  border-radius: 2px;
    padding: 5px 10px;
}
.plus-minus-input i{
	font-size: 20px;
	font-weight: 200;
}

.sub-titl{
	color: #7f7974;
}

.product-features{
	list-style: none;
	column-count: 3
}

.product-features i{
	color: green;
}

/* customer details */
.customer-details .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 5px) !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000 !important;
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 2px solid #bbbbbb !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}
.customer-details label{
	font-size: 16px !important;
    font-weight: 500 !important;
}

/* payment type */
.rounded {
    border-radius: 1rem
}

.nav-pills .nav-link {
    color: #555 !important;
}

.nav-pills .nav-link.active {
    color: white !important;
    background: linear-gradient(#188bcf, #18cfad);
    //background-color: #188bcf;
    text-decoration: none !important;
    border-radius: 0px;

}

input[type="radio"] {
    margin-right: 5px
}

.bold {
    font-weight: bold
}

/* payment recipt */
.receipt-content .logo a:hover {
  text-decoration: none;
  color: #7793C4; 
}

.receipt-content .invoice-wrapper {
  background: #FFF;
  border: 1px solid #CDD3E2;
  box-shadow: 0px 0px 1px #CCC;
  padding: 40px 40px 60px;
  margin: 40px;
  border-radius: 4px; 
}

.receipt-content .invoice-wrapper .payment-details span {
  color: #A9B0BB;
  display: block; 
}
.receipt-content .invoice-wrapper .payment-details a {
  display: inline-block;
  margin-top: 5px; 
}

.receipt-content .invoice-wrapper .line-items .print a {
  display: inline-block;
  border: 1px solid #9CB5D6;
  padding: 13px 13px;
  border-radius: 5px;
  color: #708DC0;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

.receipt-content .invoice-wrapper .line-items .print a:hover {
  text-decoration: none;
  border-color: #333;
  color: #333; 
}

.receipt-content {
  background: #ECEEF4; 
}
@media (min-width: 1200px) {
  .receipt-content .container {width: 900px; } 
}

.receipt-content .logo {
  text-align: center;
  margin-top: 50px; 
}

.receipt-content .logo a {
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  font-size: 36px;
  letter-spacing: .1px;
  color: #555;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; 
}

.receipt-content .invoice-wrapper .intro {
  line-height: 25px;
  color: #444; 
}

.receipt-content .invoice-wrapper .payment-info {
  margin-top: 25px;
  padding-top: 15px; 
}

.receipt-content .invoice-wrapper .payment-info span {
  color: #A9B0BB; 
}

.receipt-content .invoice-wrapper .payment-info strong {
  display: block;
  color: #444;
  margin-top: 3px; 
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-info .text-right {
  text-align: left;
  margin-top: 20px; } 
}
.receipt-content .invoice-wrapper .payment-details {
  border-top: 2px solid #EBECEE;
  margin-top: 30px;
  padding-top: 20px;
  line-height: 22px; 
}


@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-details .text-right {
  text-align: left;
  margin-top: 20px; } 
}
.receipt-content .invoice-wrapper .line-items {
  margin-top: 40px; 
}
.receipt-content .invoice-wrapper .line-items .headers {
  color: #A9B0BB;
  font-size: 13px;
  letter-spacing: .3px;
  border-bottom: 2px solid #EBECEE;
  padding-bottom: 4px; 
}
.receipt-content .invoice-wrapper .line-items .items {
  margin-top: 8px;
  border-bottom: 2px solid #EBECEE;
  padding-bottom: 8px; 
}
.receipt-content .invoice-wrapper .line-items .items .item {
  padding: 10px 0;
  color: #696969;
  font-size: 15px; 
}
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item {
  font-size: 13px; } 
}
.receipt-content .invoice-wrapper .line-items .items .item .amount {
  letter-spacing: 0.1px;
  color: #84868A;
  font-size: 16px;
 }
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item .amount {
  font-size: 13px; } 
}

.receipt-content .invoice-wrapper .line-items .total {
  margin-top: 30px; 
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 13px;
  color: #7A7A7A;
  line-height: 20px; 
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .total .extra-notes {
  width: 100%;
  margin-bottom: 30px;
  float: none; } 
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
  display: block;
  margin-bottom: 5px;
  color: #454545; 
}

.receipt-content .invoice-wrapper .line-items .total .field {
  margin-bottom: 7px;
  font-size: 14px;
  color: #555; 
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500; 
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total span {
  color: #20A720;
  font-size: 16px; 
}

.receipt-content .invoice-wrapper .line-items .total .field span {
  display: inline-block;
  margin-left: 20px;
  min-width: 85px;
  color: #84868A;
  font-size: 15px; 
}

.receipt-content .invoice-wrapper .line-items .print {
  margin-top: 50px;
  text-align: center; 
}



.receipt-content .invoice-wrapper .line-items .print a i {
  margin-right: 3px;
  font-size: 14px; 
}

.receipt-content .footer {
  margin-top: 40px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 12px;
  color: #969CAD; 
}                    


.card{
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 10%);        
    border: 0px solid #d2d2d2 !important;
    overflow: hidden;
    //background-color: #fff;
}
     .card:hover{
        box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 10%);
    
     }
     .justify{
        text-align: justify;
     }

      .box{
     border: 0px solid #d2d2d2 !important; 
    padding: 20px 20px;
    margin-bottom: 10px;
      box-shadow: 1px 2px 6px 0px rgb(119 119 119 / 25%);
  }
  ul li{
    list-style: none;
  }

  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    
    
    vertical-align: middle;
}
.btn-success {
    color: #fff;
    background-color: #188bcf;
    border-color: #188bcf;
}

.product-description{
    max-height: 200px;
    overflow-y: auto;
    text-align: justify;
    padding-bottom: 10px;
}
.product-description2{
    max-height: 100px;
    overflow-y: auto;
    text-align: justify;
    padding-bottom: 10px;
}
.img-box{
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
     display: block;
}
.img-box img{
     
    height:auto;
    width: 100%;
    max-width:100%;
}

.img-box2{
    width: 100%;
    height:150px !important;
    overflow: hidden;
}
.img-box2 img{
    height:auto;
    width: 100%;
}


.range {
  display: flex;
  width: 100%;
}

.range__slider {
  width: 60%;
}

.range__value {
  width: 20%;
  margin-left: 25px;    
  text-align: center;
  border-left: #e6e4e4 1px solid;
}

.form-group {
  display: flex;
  flex-direction: column; 
  justify-content: left;
}

/*.form-group label {
  text-transform: uppercase;
  font-size: .7rem;
  color: #222;
  margin-bottom: 5px;
}*/

/*.form-group span {
  font-size: 2rem;
  font-weight: 600;
  color: #3c3b3b;
}*/

.range__slider label {
  margin-bottom: 10px;
}

.range__slider [type="range"] {
  width: 100%;
  -webkit-appearance: none;
  height: 13px;
  border-radius: 6px;
  background: #cccaca;
  outline: none;
  padding: 0;
  margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #cccaca;
  border: #333 7px solid;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
  background: #333;
}

.range__slider [type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #f0932b;
  border: #f9ca24 5px solid; cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-moz-range-thumb:hover {
  background: #f9ca24;
}

/* remove border */
input::-moz-focus-inner, input::-moz-focus-outer {
  border: 0;
}
 

/* custome css */

.table td, .table th {
    padding: .75rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}


.suggested-posts-article{
    background: white;
    -moz-box-shadow: rgba(0,0,0,0.0666) 0 3px 10px;
    -webkit-box-shadow: rgba(0,0,0,0.0666) 0 3px 10px;
    box-shadow: rgba(0,0,0,0.0666) 0 3px 10px;
    display: inline-block;
    margin: 5px;
    width: 23%;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block;
}

.suggested-posts-articlees {
  display: inline-block;
  width: 49.5%;
}
@media screen and (max-width:450px) {
  .suggested-posts-article {
  
    width:40% !important;
    }
}
.more-photos:after{    right: 3px !important;
    bottom: 0px !important;}
  
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
.posts_article {
    background-color: #333;
    background-position: 50%;
    background-size: cover;
      margin-bottom: 2px;
    padding-bottom: 63.5%;
}


@media screen and (max-width:450px) {
  .suggested-posts-article {
  
    width:40% !important;
    }
    .wrap{ text-align: center; height: auto !important; }
    .vcenter h2 {
        font-size: 20px;
        text-align: center;
        font-weight: 600;
    }
    .table-responsive {
    display: block !important;
    }
}

.table-responsive {
    display: inline-table;
}

.more-photos:after{    right: 3px !important;
    bottom: 0px !important;}
  
.more-photos{
  cursor:pointer !important;
} 

.bluess {
    width:100%;
  margin:10px;
}


.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}


.btnxc {
    display: inline-block;
    padding: .5rem .75rem;
  border:1px solid #868e96;
  margin:3px;
  padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
  color:#868e96;
}
.rrrr{
  color:red;
  fill:red;
}
.rrrr2{
  
    background-color:  red;
  
}
 
.datepost{
  margin-top:-15px;
}
.anther_ma
{
  margin:1px;
}

  

.set_process
{
  margin: 0px 7px 0px 0px;
}
.messaf{display:none;}
.progress{
  width:80%;
}
.success_msg{
  color:green;
  display:none;
}
#post_send{
  margin:8px 0 8px 0;
}
.fa_p{
margin-right:20px; 
margin-top:10px; 
border:0px; 
z-index:9999
}
.p_run_div{
margin-top:-7px;
border-radius:0px; 
padding:0px;
margin-bottom:8px;
display:none;
}
.btnxc{
margin-left:15px;
cursor:pointer;
}
.btnxc_r{
margin-left:15px; 
display:none;
}


 
/* lodder */


 .lds-dual-ring.hidden { 
display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 20% auto;
 
   border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #cf4a18; /* Blue */
  border-radius: 50%;
  animation: lds-dual-ring 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;

}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }

}
 
.overlay {
    position: fixed;
  top: 0%;
  left: 0;
   
  z-index: 100;
  width: 100%;
  height:100%;
  //display: none;
  background: rgba(0,0,0,0.6);
}
 

  ul.dropdown-cart{
    min-width:300px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover{
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}


.form-control{
    margin-bottom: 10px;
    margin-top: 10px;
}
.range{
    margin-bottom: 10px;
    margin-top: 10px;
}


 