
/*-------------------------------------------------------------------
[Table of contents]

0. Reset and Set Defaults
1. Body
2. wrapper / .wrapper
3. Navigation / nav.menu
4. Inline Wrapper / .wrapper-inline
5. Header
6. Main Content / main
7. Container Section / .container
8. Form Elements / input, select, button etc.
9. Accordion / .expandable-item
10. Wizard / .wizard
11. Tab Control / .tab-item
12. Popups / .popup-overlay
13. Lists / .list-box
14. Search / .search-popup:(popup); and .search-result-container:(list)
15. Divider / .form-divider and .form-label-divider
16. Posts / .post-item and .post-detail
17. Profile Page
18. Post Author Page
19. Gallery And Album
20. Contact
21. Product Pages
22. Panel
23. Bouble Menu
24. Page Loader
25. Responsive Media Queries
26. Background Color Helpers
27. Text Helpers
28. Text Animations  / home page
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
[0. Reset and Set Defaults]
*------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');

a{
	color: #0071BC;
	text-decoration: none;
	font-weight: 600;
	outline: none;

}
body *{
	box-sizing: border-box;
	max-width: 500px;
	margin:0 auto;

}
input,button, select, textarea, label{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	width:100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0071BC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0071BC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0071BC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0071BC;
}
::-webkit-scrollbar{
	background: #9e9494;
	width: 2px;
		}
::-webkit-scrollbar-thumb{
	background-color: #0071BC;;
	width: 2px;
	border-radius: 6px;
		}
.wrapper-inline::-webkit-scrollbar{
	background: #000;
		}
		.wrapper-inline::-webkit-scrollbar-thumb{
	width: 5px;
	border-radius: 6px;
		}
.d-flex{
	display: flex;
}
.w-100{max-width: 100% !important;}
.m-0{margin:0 !important}
.w-50{max-width: 50% !important;}
.w-70{max-width: 70% !important;}
.w-30{max-width: 30% !important;}
.ml-0{margin-left: 0px;}
.pl-0{padding-left: 0px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px !important;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.ml-20{margin-left: 20px;}
.mr-20{margin-right: 20px;}
.mr-0{margin-right: 0px;}
.mb-0{margin-bottom: 0px !important;}
.mb-10{margin-bottom: 10px;}
.mt-80{margin-top: 80px;}
.mt-10{margin-top: 10px !important;}
.mt-30{margin-top: 30px;}
.mt-60{margin-top: 60px;}
.mt-20{margin-top: 20px;}
.mt-0{margin-top: 0px !important;}
.f-14{font-size: 14px !important;}
.f-16{font-size: 16px !important;}
.f-18{font-size: 18px !important;}
.pd-0{padding:0px !important;}
.bg-none{ background-color: transparent !important;}
.border1{ border: 1px solid #0071bc;}
i.fa.fa-star {
    color: gold;
}
.position-relative{
	position: relative;
}
.gr{
	color: #6B7280;
}
#option-choice-form select.form-element{
        margin: 10px 0;
    border: 1px solid #80808029;
   -webkit-appearance: auto!important;
   background-image:none;
   padding:10px 10px;
}

.arrow-back{
    position: absolute;
    left: 9px;
    top: 24px;
    height: auto;
    width: auto;
    max-height: 20px;
    max-width: 20px;
}
.pd-code .form-element{
	padding: 5px;
    padding-left: 0;
    width: 22%;
}
label{
	display: block;
	padding: 0 0 7px 0;
}
.d-flex-wrap{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
.btm-line{
	border-bottom: 1px solid #8080802e;
}
.align-itemss-center{
	align-items: center;
}
.text-center{
	text-align: center;
}
.mid-list{
	padding: 20px 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #0C1A30;
	font-weight: 400;
}
.nodatafound .lt-text{
	font-size: 14px;
	line-height: 18px;
	color: #838589;
}
.nodataimg::before{
	content: '';
	background: url(../img/nodata.png) no-repeat;
	height: 52px;
	width: 52px;
	display: block;
	margin: 0 auto;
}
.recent-text{
	padding: 10px 0px;
	color: #0C1A30;
	font-size: 16px;
	line-height: 20px;
}
.mid-list .recent-text .fa-clock-o{
	padding: 0 5px 0 0;
	font-size: 24px;
	line-height: 20px;
	color: #C4C5C4;
	font-weight: 400;
	vertical-align: middle;
}
.main-head{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
    padding: 20px 25px;
}

.aiz-pagination{
        margin-bottom: 82px;

}
/* modal popup  */
.modal-content{
    width:73%;
}
body{
    position:relative;
}
.main-home-popup {
        top: 27%;
    left: 32%;
    width: 100%;
    /* z-index: 1049!important; */
}
/*.modal-dialog{*/
/*        margin: 0 35px;*/
/*}*/
/* .modal-backdrop.show{
    z-index: 1048!important;
} */
.modal-backdrop {
    top: 0;
    left: 35%;
    display:none
}
 @media screen and (  max-width: 768px){
main-home-popup {
    top: 27%;
    left: 20%;
    width: 100%;}
} 
.products ul.boxes{
        width: 100%;
    overflow: auto;
}
.products ul.boxes a{
         
    display: block;
}
.products ul.boxes img{
           height: 100%;
    width: 100%;
}
    @media screen and (max-width: 767px){
        .main-home-popup {
            top: 23%;
            left: 10%;
            width: 80%;
            /* z-index: 1049!important; */
        }
        .modal-backdrop.show{
            /* z-index: 1048!important; */
        }
        .modal-backdrop {
            top: 0;
            left: 27%;
        }
    }


    /* modal popup  */
.content-tap{
	padding: 10px 15px;
	text-align: initial;
	margin: 0;
}
.content-tap .heading-title{
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #1B1E28;
text-align: left;
padding: 20px 10px;
}
.list{
	margin: 0;
	width: 89%;
}
.notification{
	color: #000;
}
.notification .num{
	font-size: 9px;
    line-height: 9px;
    background: red;
    padding: 4px;
    height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    top: 0;
    left: 12px;
}
.strip-notification.active{
	background: #E5F4FF;
}
.content-tap  .strip-notification{
padding: 14px 20px;
column-gap: 15px;
border-bottom:1px solid #80808021;

}
.content-tap  .strip-notification .h-text{
	font-size: 16px;
	line-height: 24px;
	color: #1B1E28;
	font-weight: 600;
}
.content-tap  .strip-notification .s-text{
	font-size: 12px;
	line-height: 24px;
	color: #7D848D;
}
.content-tap  .strip-notification .time{
	font-size: 11px;
	line-height: 16px;
	float: right;
	color: #7D848D;
}
.w-a-auto{
	width: auto;
	height: auto;
}
.f-16{
	font-size: 16px;
	line-height: 20px;
	color: #0C1A30;
	font-weight: 600;
}
.w-h-auto {
	width: 40px;
    height: 40px;
	margin: 0;
}
.top-title-n{
	font-size: 21px;
    line-height: 24px;
    font-weight: 600;
}

.with-bg-image img{
	/* max-width: 100%;
	height: auto; */

    height: 100%;
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
    display: block;

}
.animated-text.vertical-bottom {
    position: absolute;
    bottom: 10px;
    left:12%;
}
i.fa.fa-star-half-o {
    color: gold;
}
.bg-red{
	background-color: red !important;
}
.detl {
    background-color: #cfebff;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 16px;
    border: 1px solid #0071bc;
}
.det2 {
    background-color: #0071bc;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    border: 1px solid #0071bc;
    font-weight: 600;
    font-size: 18px;
    color: #ffff;
}
.deliver {
    background-color: #4ec100;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff !important;
}
.cancel {
    background-color: #ff3927;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff !important;
}

.running {
    background-color: #184dad;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff !important;
    display: inline;
    bottom: 10px;
    position: absolute;
    right: 10px;
	cursor: pointer;
}
.running1 {
    background-color: #fe3a30;
    padding: 5px 9px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff!important;
    display: inline;
    bottom: 10px;
    position: absolute;
    left: 21px;
	cursor: pointer;
}
.expired {
	background-color: #ff3927;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff !important;
    display: inline;
    bottom: 10px;
    position: absolute;
    right: 10px;
	cursor: pointer;
}
.upcoming {
	background-color: #169900;
    padding: 5px 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff !important;
    display: inline;
    bottom: 10px;
    position: absolute;
    right: 10px;
	cursor: pointer;
}
.white {
    background-color: #FFFFFF;
    color: #0071BC;
    border: 1px solid #0071bc !important;
}
/*end of part 0----------------------------------------------------*/

.right-mark i {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 20px;
}
.halff-box {
    text-align: center;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    position: relative;
    width: 125px;
}

/*-------------------------------------------------------------------
[1. Body]
*------------------------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.4;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
/*end of part 1----------------------------------------------------*/
.product-info .product-price small{
        font-size: 14px;
}

/*-------------------------------------------------------------------
[2. Wrapper]
*------------------------------------------------------------------*/
.wrapper{
	/*position: fixed;*/
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

}
.wrapper.with-bg-image{
	background-image: url('../img/background-image.jpg');
}
/*end of part 2----------------------------------------------------*/
.form-row.txt-center.logo {
    margin: 30px 0px 60px 0px;
}
.logo-text h2 {
    color: #000;
    font-weight: 600;
	margin: 0 0 10px 0;
	font-size: 25px;
}
.blue-text{
	float: right;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #0071bc;
    font-weight: 600;
    margin: 0px 0 5px 0;
}
.logo-text p {
    font-size: 14px;
    color: #838589;
    margin-bottom: 30px;
}
.notification{
    position: absolute;
    right: 0;
    font-size: 21px;
    top: 8px;
}
.form-row-group.with-icons .form-row i.information{
	line-height: 0;
    width: auto;
    margin: 0 6px;
}
.form-row-group.with-icons .form-row i.eye-icon {
	cursor: pointer;
    position: absolute;
    right: 23px;
    padding: 15px;
    top: 28px;
    line-height: 0;
    width: auto;
    margin-left: 0;
}
.grey-text{
    font-size: 14px;
    color: #838589;
	padding: 5px 0;
}
.txt-center.logoo {
    margin-bottom: 50px;
}
.logo-text p span {
    font-size: 16px;
    color: #0071bc;
    margin-bottom: 30px;
}
em.txt-black {
    background-color: #000 !important;
}
.mb-2{
	margin-bottom: 10px;
}
/*-------------------------------------------------------------------
[3. Navigation]
*------------------------------------------------------------------*/
.nav-menu{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1086;
	background-color: rgba(0,0,0,0.3);
	display: none;
}
nav.menu.opened{
	left: 0;
}
nav.menu{
	position: absolute;
	left: -70%;
	top: 0;
	bottom: 0;
	width: 70%;
	background-color: #069;
	-webkit-transition: left 200ms cubic-bezier(0.000, 0.655, 0.000, 1); /* older webkit */
-webkit-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
   -moz-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
     -o-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
        transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990); /* custom */
}

nav.menu .nav-header{
	height: 100px;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	padding-top: 35px;
}

nav .nav-container{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100px;
	overflow: auto;
}

nav.menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
nav.menu ul li{
	display: block;
	width: 100%;
}
/*nav.menu ul.main-menu > li.active{*/
/*	background-color: rgba(0,0,0,0.2);*/
/*}*/

nav.menu ul.main-menu > li.active > ul{
	display: block;
}

nav.menu ul.main-menu > li ul li.active{
	background-color: rgba(0,0,0,0.2);
}

nav.menu ul.main-menu>li>a{
    text-decoration:unset;
	display: block;
	color: #FFF;
	padding: 8px 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	font-weight: 600;
}
nav.menu ul.main-menu>li>a>i{
	display: inline-block;
	width: 24px;
}
nav.menu ul.main-menu>li>a>span{
	display: inline-block;
	float: right;
	opacity: 0.5;
}
nav.menu ul.main-menu>li ul{
	display: none;
}
nav.menu ul.main-menu>li li a{
	display: block;
	color: #fff;
	padding: 8px 20px 8px 48px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	font-weight: 400;
}
/*end of part 3----------------------------------------------------*/

.post-assets.image img {
    display: block;
    width: 100%;
}
ul.terms li {
    list-style: circle;
    /* padding-bottom: 5px; */
    text-align: left;
}

/*-------------------------------------------------------------------
[4. Inline Wrapper]
*------------------------------------------------------------------*/
/* .wrapper-inline{
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0;
	background-color: #F5F6F8;
	overflow: auto;
} */
/* .wrapper.with-bg-image .wrapper-inline{
	background-color: rgba(255,255,255,0.9);
} */
/*end of part 4----------------------------------------------------*/



/*-------------------------------------------------------------------
[5. Header]
*------------------------------------------------------------------*/
header{
	position: fixed;
	z-index: 1047;

	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	height: 60px;
	border-bottom:solid 1px #EEE;
	padding: 10px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);

}

header.no-background{
	background-color: transparent;
	border-bottom: none;
	color: #FFF;
	-webkit-transition: background-color .3s ease-in-out;
	  -moz-transition: background-color .3s ease-in-out;
	    -o-transition: background-color .3s ease-in-out;
	      transition: background-color .3s ease-in-out;
}
header.no-background a{
	color: #FFF;
}
header.no-background .navi-menu-button em{
	background: #FFF;
}

header.set-bg{
	background-color: #FFF;
	border-bottom:solid 1px #EEE;
	color: #0071BC;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}
header.set-bg a{
	color: #0071BC;
}
header.set-bg .navi-menu-button em{
	background: #0071BC;
}

header .go-back-link{
	width: 30px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-left:0px;
}
header .page-title{
	font-size: 16px;
	position: absolute;
	left: 50px;
	right: 50px;
	top: 10px;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
header.with-search-icon .page-title{
	left: 80px;
	right: 50px;
}
.navi-menu-button {
    width: 30px;
    height: 30px;
    top: 1px;
    float: right;
    position: relative;
    cursor: pointer;
}
.navi-menu-button em{
	width: 24px;
	height: 3px;
	background-color: #000;
	display: block;
	position: absolute;
	border-radius: 30px;
	right: 0;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.navi-menu-button em:nth-child(1){
	top: 7px;
	width: 20px;
}
.navi-menu-button em:nth-child(2){
	top: 14px;
}
.navi-menu-button em:nth-child(3){
	top: 21px;
	width: 20px;
}

.navi-menu-button.focused em:nth-child(1){
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}
.navi-menu-button.focused em:nth-child(2){
	width: 0;
}
.navi-menu-button.focused em:nth-child(3){
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}
/*end of part 5----------------------------------------------------*/



/*-------------------------------------------------------------------
[6. Main]
*------------------------------------------------------------------*/
/* main{
	margin-top: 60px;
} */
main.no-margin{
	margin-top: 0;
}
main.fix-top-menu{
	margin-top: 50px;
}
main.no-margin .container{
	padding: 0;
}
main.no-header .TurboWrapper{
	top: 0;
}
/*end of part 6----------------------------------------------------*/
.expandable-header span i {
    position: absolute;
    top: 19px;
    right: 15px;
    color: #f00;
    font-size: 12px;
}


/*-------------------------------------------------------------------
[7. Container]
*------------------------------------------------------------------*/
section.container{
	padding: 0 16px;
	overflow: auto;
	height: 100%;
}
/*end of part 7----------------------------------------------------*/
.filt{
	padding: 8px 20px;
}
.filter{
	cursor: pointer;
	padding: 0px 20px;
}
/* .lblue{
	background-color: #f9f9f9;
} */
/*-------------------------------------------------------------------
[8. Form Elements]
*------------------------------------------------------------------*/
.form-row{
	display: block;
	width: 100%;
	padding: 5px 0;
	position: relative;
}
.form-row.no-padding{
	padding: 0;
}
.form-row-group{
	border-radius: 3px;
}
.form-row.no-padding {
    margin-bottom: 0px;
}
.form-row-group .form-row{
	padding: 0 10px;
}
.form-row-group.with-icons .form-row i {
    line-height: 48px;
    width: 24px;
    margin-left: 23px;
}
.form-row-group.with-icons .form-row .form-element{

	padding-left: 25px;
}
.form-element {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 10px;
    line-height: 50px;
    background-color: #EDF2FF;
}
select.form-element{
	-webkit-appearance: none;
    background-color: #edf2ff;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwMS45OTggNDAxLjk5OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxLjk5OCA0MDEuOTk4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTczLjA5MiwxNjQuNDUyaDI1NS44MTNjNC45NDksMCw5LjIzMy0xLjgwNywxMi44NDgtNS40MjRjMy42MTMtMy42MTYsNS40MjctNy44OTgsNS40MjctMTIuODQ3ICAgIGMwLTQuOTQ5LTEuODEzLTkuMjI5LTUuNDI3LTEyLjg1TDIxMy44NDYsNS40MjRDMjEwLjIzMiwxLjgxMiwyMDUuOTUxLDAsMjAwLjk5OSwwcy05LjIzMywxLjgxMi0xMi44NSw1LjQyNEw2MC4yNDIsMTMzLjMzMSAgICBjLTMuNjE3LDMuNjE3LTUuNDI0LDcuOTAxLTUuNDI0LDEyLjg1YzAsNC45NDgsMS44MDcsOS4yMzEsNS40MjQsMTIuODQ3QzYzLjg2MywxNjIuNjQ1LDY4LjE0NCwxNjQuNDUyLDczLjA5MiwxNjQuNDUyeiIgZmlsbD0iIzkxOTE5MSIvPgoJCTxwYXRoIGQ9Ik0zMjguOTA1LDIzNy41NDlINzMuMDkyYy00Ljk1MiwwLTkuMjMzLDEuODA4LTEyLjg1LDUuNDIxYy0zLjYxNywzLjYxNy01LjQyNCw3Ljg5OC01LjQyNCwxMi44NDcgICAgYzAsNC45NDksMS44MDcsOS4yMzMsNS40MjQsMTIuODQ4TDE4OC4xNDksMzk2LjU3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4czkuMjMzLTEuODExLDEyLjg0Ny01LjQyOGwxMjcuOTA3LTEyNy45MDYgICAgYzMuNjEzLTMuNjE0LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0OGMwLTQuOTQ4LTEuODEzLTkuMjI5LTUuNDI3LTEyLjg0N0MzMzguMTM5LDIzOS4zNTMsMzMzLjg1NCwyMzcuNTQ5LDMyOC45MDUsMjM3LjU0OXoiIGZpbGw9IiM5MTkxOTEiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-position : right center;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    border-color:transparent;

}

.error{
	color: #cc0c35;
}
.error .form-element{
	border-color: #cc0c35 !important;
	color: #cc0c35;
}
textarea.form-element{
	resize: none;
	line-height: 1.4;
	padding: 10px 0;
	min-height: 80px;
}
select.form-element {
    padding: 0 10px;
    margin-left: -4px;
}
.form-element:focus{
	border-color: #2DD67B;
}

.button{
	padding: 10px 20px;
	background-color: #FFF;
	border:none;
	border-radius: 3px;
	text-align: center;
	font-weight: 600;
	outline: none;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	cursor: pointer;
}
.button.outline {
	border: 1px solid;
	margin-bottom: 20px;
}
.button.circle{
	border-radius: 10px;
}
.button.block{
	display: block;
	width: 100%;
}
.button:hover, .button:active, .button:focus{
	background-color: #f9f9f9;
}
.button.darkblue{
	background-color: #2C6EBC;
	color: #FFF;
	border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button.blue{
	background-color: #ffffff;
    color: #2966ad;
	border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button.yellow{
	background-color: #FFA837;
	color: #FFF;
	border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button.red{
	background-color: #FF6378;
	color: #FFF;
	border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.button.green{
	background-color: #0071bc;
	color: #FFF;
	border-color:transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.sweet-check{
	height: 30px;
	width: 60px;
	cursor: pointer;
	border-radius: 30px;
	border:solid 1px #eee;
	display: inline-block;
	position: relative;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-webkit-transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: background-color 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.sweet-check input{
	opacity: 0;
	position: absolute;
}

.sweet-check .outline{
	width: 27px;
	height: 27px;
	border-radius: 50%;
	display: block;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
	background-color: #FFF;
	position: absolute;
	left: 0;
	-webkit-transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: left 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}
.sweet-check.checked{
	background-color: #60B2FE;
	border-color: #60B2FE;
}
.sweet-check.checked .outline{
	left: 30px;
}
/*end of part 8----------------------------------------------------*/

.pay span {
    font-size: 20px;
	font-weight: 600;
    color: #ff0505;
}
.des{
	font-size: 13px;
	color: #5c5c5c;
	text-align: justify;
}
.card {
    padding: 20px;
    background-color: aliceblue;
    border-radius: 10px;
    margin-top: 20px;
}
/*-------------------------------------------------------------------
[9. Accordion]
*------------------------------------------------------------------*/
.expandable-item{
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 1px;
}
.expandable-header{
	background-color: #FFF;
	padding: 15px;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	border-radius: 15px;
	cursor: pointer;
}
.expandable-header .list-icon{
	font-size: 18px;
	display: inline-block;
	width: 24px;
}
.expandable-header .list-title{
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.expandable-header .list-item-extra{
	position: absolute;
	right: 70px;
	top: 17px;
	font-size: 12px;
}
.expandable-header .list-arrow{
	position: absolute;
	right: 40px;
	top: 15px;
	font-size: 20px;
}
.expandable-content{
	border:solid 1px transparent;
	border-top: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .2s linear;
	  -moz-transition: max-height .2s linear;
	    -o-transition: max-height .2s linear;
	      transition: max-height .2s linear;
}
.expandable-content .padding-content{
	padding: 15px;
}
.expandable-item.active .expandable-content{
	border-color:#EEE;
	max-height: 200px;
}
.expandable-item.active .list-arrow:before{
	content: "\f106";
}
/*end of part 9----------------------------------------------------*/



/*-------------------------------------------------------------------
[10. Wizard]
*------------------------------------------------------------------*/
.wizard{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.wizard .wizard-item{
	position: relative;
}
.wizard .wizard-content{
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 60px;
	height: 100%;
	overflow: auto;
	text-align: center;
}

.wizard-page .TurboWrapper{
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
}

.wizard-page .slider-navigation{
	position: absolute;
	z-index: 99;
	bottom: 10px;
	left: 20px;
	right: 20px;
}
.wizard-skip-link{
	position: absolute;
	z-index: 99;
	bottom: 10px;
	right: 20px;
	height: 33px;
	line-height: 33px;
	font-weight: 400;
	cursor: pointer;
	font-size: 14px;
}
.wizard-skip-link:hover{
	color: #069;
}
.dotClass{
	background-color: #DDD;
	margin: 5px 3px;
	width: 6px;
	height: 6px;
}
/*end of part 10----------------------------------------------------*/
ul.boxes {
    list-style: none;
    display: inline-flex;
    margin-left: -50px;
}
ul.boxes .box {
    width: 75px;
    /* height: 60px; */
	cursor: pointer;
    margin-top: 10px;
    background-color: antiquewhite;
    padding: 20px 14px;
    border-radius: 10px;
    margin-left: 10px;
}
.stock {
    font-size: 14px;
    color: white;
    padding: 3px 12px;
    background: #1b8922;
    /* width: 70px; */
    display: inline-block;
    border-radius: 30px;
}
.stockk {
    font-size: 14px;
    color: rgb(0, 0, 0);
    display: inline-block;
}
ul.boxes .box-1 {
    width: 75px;
	cursor: pointer;
    /* height: 60px; */
    margin-top: 10px;
    background-color: #FFECE8;
    padding: 20px 14px;
    border-radius: 10px;
    margin-left: 10px;
}
ul.boxes .box-2 {
    width: 75px;
	cursor: pointer;
    /* height: 60px; */
    margin-top: 10px;
    background-color: #FFF6E4;
    padding: 20px 14px;
    border-radius: 10px;
    margin-left: 10px;
}
ul.boxes .box-3 {
    width: 75px;
	cursor: pointer;
    /* height: 60px; */
    margin-top: 10px;
    background-color: #F1EDFC;
    padding: 20px 14px;
    border-radius: 10px;
    margin-left: 10px;
}
ul.boxes .box-4 {
	width: 75px;
	cursor: pointer;
    /* height: 60px; */
    margin-top: 10px;
    background-color: antiquewhite;
    padding: 20px 14px;
    border-radius: 10px;
    margin-left: 10px;
}
.product-two-column {
    margin-top: 10px;
}
.featured{
	margin-top: 20px;
}
h2.product-title.txt-left {
    margin-left: 0px;
	font-size: 20px;
	font-weight: 600;

}
.text-gry{
	font-weight: 400;
font-size: 11px;
line-height: 14px;

/* Gray */

color: #9B9B9B;
}
.range{
	padding: 30px 0 0 0;
}
.d-flex .txt-right {
    margin-right: 0px;
    margin-top: 6px;
}
.pro {
    margin-top: 30px;
}
a.post-autho {
    width: 100%;
    display: flex;
}
.bg-1{
	background-color: #E4F3EA;
}
.bg-2{
	background-color: #FFECE8;
}
.bg-3{
	background-color: #FFF6E4;
}
.bg-4{
	background-color: #F1EDFC;
}
/*-------------------------------------------------------------------
[11. Tab Control]
*------------------------------------------------------------------*/
 .fix-width .menu-item{
	display: block;
	float: left;
	text-align: center;
	    width: 20%;
}
 .tab-content .content-item{
	display: none;


}
.tab-content .active{
	display: block;

}
 .tab-menu{
	background-color: #FFF;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	z-index: 99;width: 100%;
}
 .menu-item{
	line-height: 57px;
}
.menu-item.active{
	border-bottom: solid 2px #069;
	color: #069;
}
.tab-content{
	padding: 10px;
	margin: 0 0 62px 0;
}
.fixed-bottom .tab-menu{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.2);
}
.fixed-bottom .menu-item.active {
    border-bottom: none;
    border-top: 2px solid #3669c9!important;
     background-color: rgba(0,0,0,0.05);
}
.fixed-bottom .tab-menu.only-icons .menu-item{
	font-size: 58px;
}
a.menu-item.menuu.active {
    border-top: none !important;
}
.tab-item.fixed-bottom .tab-content{
	padding-bottom: 50px;
	overflow:auto;
}
/*end of part 11----------------------------------------------------*/


.album-item.halff-box:nth-child(odd) {
    float: left;
}

.album-item.halff-box {
    width: 25%;
}
span.comment-date{
	font-size: 12px;
    color: #787878;
    font-weight: 300;
}

/*-------------------------------------------------------------------
[12. Popup]
*------------------------------------------------------------------*/
.popup-overlay{
	position: fixed;
	z-index: 1071;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	overflow: auto;
	padding: 20px 20px;
	display: none;
	cursor: pointer;
}
.popup-overlay.no-overlay{
	background-color: transparent;
}
.popup-overlay .popup-container{
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFF;
	padding: 20px 25px;

	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.popup-overlay .popup-header{
	position: relative;
}
.popup-overlay .popup-title{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	padding-right: 40px;
	font-weight: 600;
}
.popup-overlay .popup-close{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}
.popup-overlay .popup-content{
	padding: 10px;
	min-height: 50px;
}
.popup-overlay .popup-footer{
	border-top:solid 1px #EEE;
	padding: 10px;
	text-align: right;
}
/*end of part 12----------------------------------------------------*/



/*-------------------------------------------------------------------
[13. Lists]
*------------------------------------------------------------------*/
.list-box{
	width: 100%;
}
.list-box .list-item{
	padding: 15px;
	background-color: #FFF;
	display: block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	overflow: hidden;
}
.list-box .list-item .sweet-check{
	float: right;
}
.list-box a.list-item:hover, .list-box a.list-item:focus{
	background-color: #DEE7F0 !important;
}
.list-box a.list-item:hover i, .list-box a.list-item:focus i{
	color: #0071BC !important;
}
.list-box .list-item i{
	font-size: 20px;
	display: inline-block;
	line-height: 28px;
	color: #C5CFD9;
	float:left;
	width: 36px;
}

.list-box .list-item .list-item-title{
	font-weight: 700;
	display: inline-block;
	line-height: 28px;
	float: left;
	font-size: 16px;
}
.list-box .list-item .seperate{
	display: inline-block;
	float: left;
	width: 1px;
	height: 30px;
	background-color: #EEE;
	margin-right: 10px;
}
.list-box.half-box{
	width: 50%;
	float: left;
}
.list-box.half-box .list-item{
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
}

.list-box.half-box:nth-child(odd) .list-item{
	margin-right: 5px;
}
.list-box.half-box:nth-child(even) .list-item{
	margin-left: 5px;
}
.list-box.half-box .list-item i{
	font-size: 36px;
	color: #C5CFD9;
	float: none;
}

.list-box.half-box .list-item .list-item-title{
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
}
/*end of part 13----------------------------------------------------*/



/*-------------------------------------------------------------------
[14. Search]
*------------------------------------------------------------------*/
.search-button{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.search-form{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 600;
	background-color: rgba(255,255,255,0.9);
	overflow: auto;
	display: none;
}
.search-form .search-input{
	margin: 70px 20px 40px 20px;
	position: relative;
}
.search-form .form-element{
	border:solid 1px #EEE;
	padding: 0 10px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	border-bottom-width: 2px;
}
.search-form .form-element:focus{
	border-bottom-color: #2DD67B;

}
.search-form .search-input-btn{
	position: absolute;
	width: 37px;
	height: 37px;
	right: 1px;
	top: 1px;
	background-color: #FFF;
	border:none;
	line-height: 37px;
	text-align: center;
}
.search-form .search-input-btn:hover, .search-form .search-input-btn:focus{
	color: #2DD67B;
}
.search-form .recent-search, .search-form .popular-search {
	padding: 0 20px;
	margin-bottom: 20px;
}
.search-form .search-tag{
	display: inline-block;
	padding: 4px 12px;
	background-color: #FFF;
	border:solid 1px #DDD;
	font-weight: 400;
	border-radius: 15px;
	margin:0 5px 5px 0;
}
.search-form .search-tag:hover, .search-form .search-tag:focus{
	border-color: #2DD67B;
	color: #2DD67B;
}
.search-form .search-group-title{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}
.search-form .close-search-form{
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border:solid 1px #0071BC;
	border-radius: 3px;
	cursor: pointer;
}
.search-form .close-search-form:focus, .search-form .close-search-form:hover{
	background-color: #0071BC;
	color: #FFF;
}

.search-result-header {
    background-color: #FFF;
    margin: 20px -10px 20px -10px;
    /* -webkit-box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%); */
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
    /* box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%); */
    position: relative;
}
.search-result-header.fix-searchbar{
	/* position: fixed;
	top: 60px; */
	left: 0;
	right: 0;
	padding: 0 10px;
	/* z-index: 100; */
}
.search-result-header.fix-searchbar + .search-result-container{
	padding-top: 30px;
}
.search-result-header .form-element{
	padding: 0 10px;
}
.search-result-header.fix-searchbar .search-result-btn{
	right: 10px;
}
.search-result-header .search-result-btn  i{
	font-size: 21px;
    color: #000;
}
.search-result-header .search-result-btn {
    position: absolute;
    right: 0;
    top: 7px;
    height: 38px;
    width: 38px;
    border: none;
    background-color: transparent;
    overflow: hidden;
    color: #bdbfbf;
    outline: none;
    cursor: pointer;
}
.search-result-header .search-result-btn:focus, .search-result-header .search-result-btn:hover{
	color: #3669c9;
}

::placeholder {
  color: #b3b3b3;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #b3b3b3;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #b3b3b3;
}
.search-result-header.fix-searchbar form .form-element {
    background-color: #0058ff0f;
    font-weight: 100;
}
/*end of part 14----------------------------------------------------*/



/*-------------------------------------------------------------------
[15. Divider]
*------------------------------------------------------------------*/
.form-divider{
	display: block;
	width: 100%;
	clear: both;
	height: 10px;
	margin: 10px 0;
}
.form-mini-divider{
	display: block;
	width: 100%;
	clear: both;
	height: 1px;
	margin: 5px 0;
}
.form-label-divider{
	display: block;
	width: 100%;
	clear: both;
	height: 1px;
	background-color: #DDD;
	text-align: center;
	opacity: 0.5;
}
.form-label-divider span{
	position: relative;
	top: -8px;
	font-weight: 700;
	display: inline-block;
	background-color: #F5F6F8;
	padding: 0 10px;
}
/*end of part 15----------------------------------------------------*/



/*-------------------------------------------------------------------
[16. Posts]
*------------------------------------------------------------------*/
.post-item{
	width: 100%;
	border-radius: 3px;
	background-color: #FFF;
	min-height: 100px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
.post-item .post-asset{
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}
.post-item .post-asset.image img{
	display: block;
	width: 100%;
}
.post-item .post-asset.video{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.post-item .post-asset.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-item .post-header{
	padding: 15px;
	border-bottom: solid 1px #EEE;
}
.post-item .post-title{
	font-size: 18px;
	padding: 0;
	margin: 0;
	margin-bottom: 4px;
	font-weight: 900;
	color: #333;
}
.post-item .post-title a{
	font-size: 18px;
	color: #069;
	font-weight: 900;
	line-height: 18px;
}
.post-item .post-header span{
	font-size: 12px;
	margin-right: 10px;
	opacity: 0.6;
}
.post-item .post-footer{
	padding: 10px 15px;
}
.post-item .post-author{
	display: inline-block;
}
.post-item .author-img{
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	padding: 3px;
	background: #FFF;
	border:solid 1px #069;
	margin-right: 10px;
}
.post-item .author-img img{
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.post-item .author-name{
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}
.post-item .author-name b{
	white-space: nowrap;
	display: block;
	font-size: 14px;
}
.post-item .post-extra{
	display: inline-block;
	float: right;
}
.post-item .post-extra div{
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}
.post-item .post-share{
	position: relative;
	line-height: 40px;
}
.post-item .post-share > i{
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.post-item .post-share .social-links{
	position: absolute;
	z-index: 10;
	top: 0;
	width: auto;
	display: inline-block;
	white-space: nowrap;
	left: -130px;
	width: 130px;
	border:solid 1px #EEE;
	border-radius: 5px;
	background: #FFF;
	display: none;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
.post-item .post-share .social-links a{
	font-size: 18px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: relative;
	float: left;
}
.post-item .post-share .social-links a.share-facebook{
	color: #2C6EBC;
}
.post-item .post-share .social-links a.share-twitter{
	color: #1DA1F2;
}
.post-item .post-share .social-links a.share-google-plus{
	color: #D24C41;
}
.post-detail{
	background: #FFF;
	padding: 10px;
	border-top:solid 1px #EEE;
}
.post-detail p{
	margin: 0;
	margin-bottom: 10px;
}
.post-detail h1, .post-detail h2, .post-detail h3, .post-detail h4, .post-detail h5 .post-detail h6{
	font-weight: 900;
}
.post-comments{
	margin-top: 10px;
}
.post-comments ul{
	padding: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-comments ul li{
	display: block;
	width: 100%;
	background: rgba(237, 242, 255, 0.5);
    border-radius: 20px;
	margin: 0 0 10px 0;
    padding: 9px 12px 16px 9px;
}
.post-comments > ul > li li{
	padding-left: 20px;

}
.post-comments ul li .comment-container {
	width: 100%;
}
.d-flex.filt h3 {
    font-size: 16px;
    margin-top: 5px;
}
.post-comments.no-padding{
	margin-top:0;
}
.post-comments.no-padding ul li .comment-container{
	margin: 0;
	margin-bottom: 10px;
}
.post-comments .comment-header{
	position: relative;
	/*
	border-bottom: solid 1px #EEE;
	overflow: hidden;
	padding-bottom: 10px; */
}
.post-comments .user-image{
	display: block;
	width: 38px;
	height: 38px;
	border:solid 1px #069;
	border-radius: 50%;
	float: left;
	padding: 2px;
	margin-right: 10px;
}
.post-comments .user-image img{
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.post-comments .user-name {
    display: inline-block;
    font-weight: 700;
}
.contact-info.m-0.txt-left .contact-stars i {
    color: #000;
	cursor: pointer;
}
.contact-stars {
    cursor: pointer;
}
.post-comments .comment-date{
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
}
.post-comments .comment-content{
	padding-top: 10px;
	opacity: 0.7;
}
.post-comments .comment-post-link{
	border-bottom:solid 1px #EEE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.post-comments .comment-post-link a{
	color: #069;
	font-weight: 700;
}

.news-list-item{
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	background-color: #FFF;
	min-height: 30px;
	border-radius: 3px;
	position: relative;
}
.news-list-item.no-image .list-content{
	padding-left: 10px;
	height: auto;
}
.news-list-item.no-image .list-title{
	height: auto;
}
.news-list-item .list-image{
	width: 100px;
	height: 100px;
	position: absolute;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	float: left;
}
.news-list-item .list-content{
	height: 100px;
	position: relative;
	padding: 10px 10px 10px 110px;
}
.news-list-item .list-category{
	font-size: 12px;
	display: inline-block;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 10px;
	margin-bottom: 6px;
}
.news-list-item .list-title{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	height: 32px;

}
.news-list-item .list-author, .news-list-item .list-time{
	font-size: 12px;
	opacity: 0.6;
}
.news-list-item .list-author{
	font-weight: 700;
}
/*end of part 16----------------------------------------------------*/



/*-------------------------------------------------------------------
[17. Profile Page]
*------------------------------------------------------------------*/
.profile-image{
	width: 110px;
	height: 110px;
	padding: 5px;
	border-radius: 50%;
	background-color: #FFF;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	position: relative;
}
.profile-image .avatar-img{
	border-radius: 50%;
}
.profile-image .update-btn{
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	background-color: #fff;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 32px;
}
/*end of part 17----------------------------------------------------*/



/*-------------------------------------------------------------------
[18. Post Author Page]
*------------------------------------------------------------------*/
.author-item .author-bg{
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
}
.author-item .author-bg-inline{
	width: 100%;
	background-color: rgba(0,102,153,0.8);
	padding: 60px 0 20px 0;
}
.author-item .author-avatar{
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background-color: rgba(255,255,255,0.2);
	padding: 10px;
	display: block;
	margin: 0 auto;

}
.author-item .author-avatar img{
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.author-item .author-name{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.author-item .author-desc{
	display: block;
	text-align: center;
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.author-item .author-number{
	overflow: hidden;
	color: rgba(255,255,255,0.6);
	text-align: center;
	margin-top: 40px;
}
.author-item .author-number > div{
	width: 33%;
	float: left;
}
.author-item .author-number > div > span{
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
}
/*end of part 18----------------------------------------------------*/



/*-------------------------------------------------------------------
[19. Gallery and Album]
*------------------------------------------------------------------*/
.album-item{
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	margin-bottom: 10px;
	display: block;
}
.album-item:focus, .album-item:hover{
	color: #069;
}
.album-item:focus .album-image:before, .album-item:hover .album-image:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 9;
}
.album-item .album-image {
    height: 80px;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
}
/* .album-item .album-image{
	height: 140px;
	width: 100%;
	overflow: hidden;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	position: relative;
} */
/* .album-item .album-image img{
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
} */

.album-item .album-image img {
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    margin: auto;
}

.album-item .album-info{
	padding: 10px;
	position: relative;
}
.album-item .album-title{
	margin: 0;
	padding: 0;
}
.album-item .image-count{
	font-size: 12px;
	opacity: 0.6;
	float: right;
	position: absolute;
	right: 10px;
	top: 10px;
}
.album-item.half-box .album-image{
	height: 100px;
}
.album-item.half-box{
	width: 49%;
}
.album-item.half-box:nth-child(odd){
	float: left;
}

.album-item.half-box:nth-child(even){
	float: right;
}
.album-item.half-box .image-count{
	position: relative;
	display: block;
	float: none;
	top: inherit;
	right: inherit;
}
.gallery-item{
	display: block;
	position: relative;
	overflow: hidden;
	height: 140px;
	border-radius: 3px;
	cursor: pointer;
}
.gallery-item.half-box{
	width: 50%;
	float: left;
	margin-bottom: 0;
}
.gallery-item img{
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}
.gallery-item .image-name{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	z-index: 9;
	color: #FFF;
	background: rgba(135,135,135,0);
	background: -moz-linear-gradient(top, rgba(135,135,135,0) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,135,135,0)), color-stop(100%, rgba(51,51,51,1)));
	background: -webkit-linear-gradient(top, rgba(135,135,135,0) 0%, rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(top, rgba(135,135,135,0) 0%, rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(top, rgba(135,135,135,0) 0%, rgba(51,51,51,1) 100%);
	background: linear-gradient(to bottom, rgba(135,135,135,0) 0%, rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#333333', GradientType=0 );
}
.gallery-item .image-name b{
	position: absolute;
	display: block;
	bottom: 10px;
	left: 10px;
}
.gallery-item .image-name i{
	position: absolute;
	font-size: 18px;
	right: 10px;
	bottom: 10px;
}
.gallery-item:hover .image-name, .gallery-item:focus .image-name{
	top: 0;
	background: rgba(0,0,0,0.4);
}
/*end of part 19----------------------------------------------------*/



/*-------------------------------------------------------------------
[20. Contact]
*------------------------------------------------------------------*/
.map_container{
	position: relative;
	left: 0;
	right: 0;
	top: -10px;
	width: 100%;
	height: 300px;
}
.contact-info{
	background-color: #FFF;
	margin: 0 10px 10px;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
.contact-info .address-name{
	margin: 6px 0;
	padding: 0;
}

.contact-info .address{
	padding: 0;
	margin: 0;
}
.contact-short-info{
	background-color: #FFF;
	padding: 10px;
	margin: 10px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
.contact-short-info .title{
	margin: 0;
}
.contact-address {
    background-color: #FFF;
    margin: 60px 10px 10px 10px;
    padding: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 10%);
}
.contact-address .contact-item{
	margin-bottom: 6px;
}
.contact-address .contact-item i{
	display: inline-block;
	width: 20px;
}
/*end of part 20----------------------------------------------------*/



/*-------------------------------------------------------------------
[21. Product Pages]
*------------------------------------------------------------------*/
.product-two-column .product-item{
	display: block;
	width: 50%;
	float: left;
}
.product-item{
	display: block;
	width: 100%;
	position: relative;
}
.product-item > a{
	display: block;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	border-radius: 3px;
}
.product-two-column .product-item:nth-child(odd){
	padding-right: 5px;
}
.product-two-column .product-item:nth-child(even){
	padding-left: 5px;
}
.product-item .product-title {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 5px;
    border-bottom: solid 1px #f2f2f2;
    overflow: hidden;
    height: 33px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.product-item .product-image {
    display: block;
    width: 100%;
        height: 185px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 20px;
}
.product-item .product-info{
	display: block;
	padding: 5px;
}
.product-item .product-price{
	font-size: 12px;
	color: #000;
}
.product-price span {
    color: #f00;
}
.product-item .add-to-chart{
	border:none;
	border-radius: 3px;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.product-item .old-price{
	opacity: 0.7;
	margin-left: 10px;
	text-decoration: line-through;
}
/* .product-item .add-to-favorite{
	position: absolute;
	right: 15px;
	top: 10px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
} */
.product-item ul.round {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #FFF;
    font-size: 18px;
    list-style: none;
    cursor: pointer;
	padding-left: 0px;
}
ul.round li {
    /* padding: 0px; */
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 50%;
    width: 30px;
    margin-bottom: 10px;
}
.product-viewer .view-item{
	padding: 10px;
}

.product-viewer .view-item img{
	border-radius: 3px;
	display: block;
	margin:0 auto;
	max-height: 300px;
	max-width: 100%;
	padding: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
h2.product-titlee.ml-10 {
    font-size: 20px;
    text-align: end;
    margin-right: 0px;
    line-height: 28px;
}
.amount {
    font-size: 18px;
    font-weight: 100;
    color: #898989;
}
.total {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.total span {
    font-size: 30px;
    color: #ff0505;
    /* margin-top: 20px; */
}
.product-view-title {
    text-align: left;
    margin: 0;
    padding-left: 10px;
}
.product-view-price{
	margin: 0;
	text-align: left;
}
.product-price {
    font-size: 18px;
    font-weight: 600;

}
.product-view-price .old-price{
	opacity: 0.5;
	font-weight: 400;
	text-decoration: line-through;
}

/*end of part 21----------------------------------------------------*/



/*-------------------------------------------------------------------
[22. Panel]
*------------------------------------------------------------------*/
.panel{
	padding: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
}
.panel .title{
	margin: 0;
	padding: 0;
}
/*end of part 22----------------------------------------------------*/



/*-------------------------------------------------------------------
[23. Bouble Menu]
*------------------------------------------------------------------*/
.bouble-link{
	position: fixed;
	z-index: 777;
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	bottom: 30px;
	right: 30px;
	line-height: 46px;
	text-align: center;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.2);
	font-size: 18px;
}
/*end of part 23----------------------------------------------------*/



/*-------------------------------------------------------------------
[24. Page Loader]
*------------------------------------------------------------------*/
.sweet-loader{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000000;
	background-color: rgba(255,255,255,0.9);
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	  -moz-transition: opacity .3s ease-in-out;
	    -o-transition: opacity .3s ease-in-out;
	      transition: opacity .3s ease-in-out;

}
/*.sweet-loader.show{*/
/*	display: block;*/
/*	opacity: 1;*/
/*}*/

.sweet-loader.show .box {
  width: 70px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top:-12px;
  left: 50%;
  margin-left: -35px;
}

.sweet-loader.show .box > div {
  width: 18px;
  height: 18px;
  background-color: #60B2FE;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sweet-loader.show .box .circle1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sweet-loader.show .box .circle2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/*end of part 24----------------------------------------------------*/



/*-------------------------------------------------------------------
[25. Responsive Media Queries]
*------------------------------------------------------------------*/
@media screen and (min-width: 480px) {
    body {
       	font-size: 13px;
    }

    header{
    	padding: 10px 20px;
		background-color: #fff;
    }
    section.container{
		padding: 0 20px;
	}
	nav.menu{
		width: 300px;
	}
	.form-label-divider span{
		top: -10px;
	}
	.post-detail{
		padding: 20px;
	}
	/* .search-result-header{
		margin: -10px -20px 20px -20px;
	} */
	.search-result-header .form-element{
		padding: 0 20px;
	}
	.search-result-header .search-result-btn{
		right: 10px;
	}
	h1 .button{
		font-size: 16px;
	}
}
/*end of part 25----------------------------------------------------*/



/*------------------------------------------------------------------
[26. Background Color Helpers]

Orange 	/	.orange			#C4510A
Red 	/ 	.red			#F34954
Purple	/	.purple			#7A5AAD
Turquoise/	.turquoise	 	#30BFBB
Green 	/	.green			#27AE61
Blue 	/	.blue			#2A80BB
Yellow 	/	.yellow			#CCA000
White 	/	.white			#FFFFFF
-------------------------------------------------------------------*/
.orange{
	background-color: #C4510A;
}
.red{
	background-color: #F34954;
}
.purple{
	background-color: #7A5AAD;
}
.turquoise{
	background-color: #30BFBB;
}
.green{
	background-color: #27AE61;
}
.blue{
	background-color: #2A80BB;
}
.yellow{
	background-color: #CCA000;
}
.white{
	background-color: #FFFFFF;
	color: #0071BC;
}
/*end of part 26----------------------------------------------------*/



/*-------------------------------------------------------------------
[27. Text Helpers]
*------------------------------------------------------------------*/
.txt-center{
	text-align: center;
}
.txt-left{
	text-align: left;
}
.txt-right{
	text-align: right;
}
.txt-orange{
	color: #C4510A;
}
.txt-red{
	color: #F34954;
}
.txt-purple{
	color: #7A5AAD;
}
.txt-turquoise{
	color: #30BFBB;
}
.txt-green{
	color: #27AE61;
}
.txt-blue{
	color: #2A80BB;
}
.txt-yellow{
	color: #CCA000;
}
.txt-default{
	color: #0071BC;
}
.txt-white{
	color: #FFFFFF;
}
.txt-bold{
	font-weight: bold;
	font-weight: 700;
}
.txt-extra-bold{
	font-weight: bold;
	font-weight: 900;
}
.txt-normal{
	font-weight: normal;
	font-weight: 400;
}
.txt-light{
	font-weight: lighter;
	font-weight: 300;
}
/*end of part 27----------------------------------------------------*/



/*-------------------------------------------------------------------
[28. Text Animations]
*------------------------------------------------------------------*/
.animated-text{
	text-align: center;
	position: relative;
}
.animated-text h1{
	margin: 0;
	padding: 0;
	position: relative;
}
.animated-text .text1{
	font-size: 24px;
	display: block;
}
.animated-text .text2{
	font-size: 14px;
}
.animated-text .text3{
	display: block;
	font-size: 14px;
}
.animated-text .text4{
	display: block;
	font-size: 20px;
}
.animated-text .text5{
	display: block;
	font-size: 36px;
}
.animated-text .text6{
	display: block;
	font-size: 36px;
}
.animated-text .text7{
	font-size: 14px;
	display: block;
	margin-top: 20px;
}
/*end of part 28----------------------------------------------------*/




/*Other Styles and helpers------------------------------------------*/
.block{
	display: block;
}
.hide{
	display: none !important;
}
.animated{
	display: block !important;
	opacity: 1;
}
.zero-opacity{
	opacity: 0;
}

h1 .button{
	font-size: 14px;
}
