::selection,
::-moz-selection
{
  color: #FFFFFF;
  background-color: #6abed3;
  text-shadow: 1px 1px 2px black; 
} 

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*checkbox | radio*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -24px top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -48px top no-repeat;
}

/**/

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -71px top no-repeat;
    cursor:pointer;
}

input[type="radio"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -95px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -119px top no-repeat;
}


/*Cookies Consent */

.cookie_consent
{
	position:fixed;
	bottom:0px;
	width:100%;
	background: #083d55;
	z-index:10000;
}

.cookie_consent p
{
	font-weight:600;
	color:#FFF;
}
		
.cookie_consent a
{
	font-weight:700;
	color:#FFF;
	text-decoration:underline;
}

.btn_cookie{		
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 10px 2px;
	color: #083d55;
	background-color:#fff;
	border:none;
	border-radius:0.2em;
}

@media ( max-width: 480px ) {
		
	.btn_cookie{		
		font-size: 10px;
		padding:0.5em;
	}

}
	

/*page loader*/

.geru-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/preload.svg) center no-repeat #fff;
}

/**/

/**/

.btn:focus {
  outline: none;
  box-shadow: none;
}


label {
	display: block;
	margin-bottom: 0;
	font-weight: normal;
}


/*checkbox | radio*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -24px top no-repeat;
    cursor:pointer;
	
}

input[type="checkbox"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -48px top no-repeat;
}

/**/

input[type="radio"] {
    display:none;
}

input[type="radio"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -71px top no-repeat;
    cursor:pointer;
}

input[type="radio"] + label span:hover {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-3px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -95px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -119px top no-repeat;
}




/*produto categ*/

.search-form-content{
	text-align:right;	
}	

@media ( max-width: 480px ) {


	.search-form-content{
		text-align:center;	
	}	


}

.post-tags a{
	margin-bottom:0.5em;	
}

/***/

/*  load more */

.loadmore-btn {
  text-align: center;
  padding-top: 10px;
	cursor:pointer;
}
.loadmore-btn a {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--dark);
    font-family: 'Open Sans', sans-serif;
    background: #0b648d;
    border: 2px solid transparent;
    border-radius: 0;
	cursor:pointer;
}
.loadmore-btn a:hover {
    color: #0b648d;
    background: transparent;
    border: 2px solid #0b648d;
	cursor:pointer;
}





/* circle storie*/


.circle-container {
  position:relative;	
  display: flex;
  justify-content: space-between;
}

.circle {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  position: relative; /* para permitir o posicionamento absoluto do texto */
  border-radius: 50%;
  border:4px solid #d8dadc;
  transition: border-color 1s ease;
}

.circle:hover {
  border:4px solid #58bc82;
}

.circle img {
  width: 100%;
  height: 100%;
  border:2px solid #fff;
  border-radius: 50%;
  object-fit: cover; /* para ajustar a imagem dentro do círculo */
  object-position: center; /* para centralizar a imagem dentro do círculo */
}


.circle span {
  position: absolute;
  top: 75px; /* para posicionar o texto abaixo do círculo */
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.8em;
  color: black;
  font-weight:bold;
}


@media ( max-width: 480px )
{	
	.circle {
	  width: 40px;
	  height: 40px;
	  margin-right: 10px;
	  position: relative; /* para permitir o posicionamento absoluto do texto */
	  border-radius: 50%;
	  border:2px solid #d8dadc;
	  transition: border-color 1s ease;
	}

	.circle:hover {
	  border:2px solid #58bc82;
	}

	.circle img {
	  width: 100%;
	  height: 100%;
	  border:1px solid #fff;
	  border-radius: 50%;
	  object-fit: cover; /* para ajustar a imagem dentro do círculo */
	  object-position: center; /* para centralizar a imagem dentro do círculo */
	}


	.circle span {
	  position: absolute;
	  top: 55px; /* para posicionar o texto abaixo do círculo */
	  left: 0;
	  right: 0;
	  text-align: center;
	  font-size: 0.5em;
	  color: black;
	  font-weight:bold;
	}


}


/* inner banner */
.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat top;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: relative;
  z-index: 0;
}

.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  background: var(--layer);
}

h4.inner-text-title {
  color: var(--dark);
  font-weight: 800;
  margin-bottom: 5px;
  font-size: 30px;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-transform: capitalize;
  color: #eee;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active {
  color: var(--dark);
  font-weight: bold;
}

.breadcrumbs-custom-path a:hover {
  color: var(--primary-color);
}

@media screen and (max-width: 414px) {
  h4.inner-text-title {
    font-size: 24px;
  }
}

/* //inner banner */

/* Stars Comment */

.stars label{
	display: inline-block;	
}

.rating {
	display: inline-block;
	position: relative;
}

.rating input {
	display: none;
}

.rating label {
	display: inline-block;
	cursor: pointer;
	color: #ccc;
}

.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
	color: #58bc82; 
}

.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input:checked ~ label:before,
.rating input:checked ~ label:before {
	content: "";
	position: absolute;
	left: 0;
	color: var(--dark);
}

.ratingbox{
	background-color:#d8dadc;
	border-radius:10px;
	overflow:hidden;
	margin:1em 10em 1em 0;
	font-size:0.9em;
}			

@media ( max-width: 480px )
{			
	.ratingbox{
		margin:1em 0em 1em 0;
		text-align:center;
	}	
	

}

/**/
		
.containerbox{
	border-left:1px solid #fff;
	font-weight:bold;
}		
			
.containerbox:first-child{
	border-right:0px solid transparent;
	border-left:none;
}	

.containerbox:last-child{
	border-right:none;
	border-left:1px solid #fff;
}		

.containerbox i{
	margin-right:10px;
	color:#58bc82;
}
			
.containerbox a:hover i{
	color:#fff;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;				
}

.containerbox a{
	display:block;
	padding:1em;
}			

.containerbox a:hover{
	background-color:#0b648d;
	color:#fff;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #58bc82;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  /* color: #bbb; */
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}
	
	
/**/
/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 150px;
  color: var(--dark);
  background-position: 50% 50%;
  background-size: cover;
  z-index:2;	 
}

.banner-area::before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #2f1405, #2f1405);
    opacity: 0.5;
}

.banner-area a{
  color:#FFFFFF;	
}

.banner-area a:hover{
  color:#DEDEDE;	
}

.banner-title {
  color: var(--dark);
  text-transform: uppercase;
  font-size: 32px;
  text-shadow:1px 1px 3px #000;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-subtitle{
	text-shadow:1px 1px 3px #000;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--dark);
}

/**/

.colabgap{
	padding:0.5em 0;
}								
.colabimg img{
	border: 3px solid #d8dadc;
	margin-right: 4px;
	width:48px;	
	display: inline-block;								
}	
.colabtxt{
	line-height: 1.5;
	font-size: 14px;
	color: #777;
	width: 300px;
	font-family: 'Barlow', sans-serif;									
}


/**/

.side-bar-hny-recent ul{
	 list-style-position: inside;	
	  list-style-type: none;
	  margin: 0;
	  padding: 0;								 
}
						
.side-bar-hny-recent ul li{
	
	 border-bottom:1px solid #fff;
}
													
.side-bar-hny-recent ul li a{
	background-color:#d8dadc;
	padding:0.8em;
	font-weight:500;
	display:block;
}
																					
.side-bar-hny-recent ul li.active a{
	background-color:#0b648d;
	color:#fff;
}
																				
.side-bar-hny-recent ul li a:hover{
	background-color:#58bc82;
	font-weight:500;
	color:#fff;
}
	
/**/	
	

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    vertical-align: middle;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

select{
  padding: 5px 60px 5px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  background: url('../images/arrow-select.svg') right 8px no-repeat #FFF;
  background-color: rgb(255, 255, 255);
  background-size: auto;
  background-size: 22px 22px;
}	

.search-form-content .gap{
	margin:0.2em;	
}	

/**/

/*logo*/


/*inner price box*/							
.inner_box_price{
	background-color:#0b648d;	
}		

.inner_box_price .box_price_side{
	padding:1em;
}	

.inner_box_price .box_price_top .title, 
.inner_box_price .box_price_bottom .title{
	color:#0b648d;
}	

.inner_box_price .box_price_side .label_price_title{
	color:#9a6a80;
	font-size:1.8em;
	font-weight:700;
	text-transform:uppercase;
	padding:0.1em 0;
}		

.inner_box_price .box_price_side .label_price{
	color:#fff;
	font-size:1.3em;
	font-weight:700;
	text-transform:uppercase;
	padding:0.1em 0;
}		

.inner_box_price .box_price_side .label_price del{
	color:#9a6a80;
	margin-left:0.3em;
}		

.inner_box_price .box_price_side .label_price_1{
	font-size:1.1em;
	font-weight:700;
	text-transform:uppercase;
	padding:0.1em 0;
}		

.inner_box_price .title{
	font-size:1.1em;
	font-weight:700;
	text-transform:uppercase;
	color:#0b648d;
}

.inner_box_price .subtitle{
	font-size:1.1em;
	font-weight:400;	
}

.inner_box_price .price_button button{
	text-transform:uppercase;
	background-color:#9a6a80;
	font-weight:700;
	color:#FFF;
	margin:0.2em 0;
}		

.inner_box_price .box_price_side .subtitle, 
.inner_box_price .box_price_top .subtitle, 
.inner_box_price .box_price_bottom .subtitle{
	color:#808080;
}			
					
.inner_box_price .box_price_top{ 
	padding:1.5em;
	margin-right:-1px;
	background-color:#dadada;	
}	
						
.inner_box_price .box_price_bottom{
	padding:1.5em;
	margin-right:-1px;
	background-color:#ececec;	
}	


@media ( max-width: 480px ) {

	.inner_box_price .box_price_side .label_price{
		font-size:2.2em;
	}		

	.inner_box_price .box_price_top{ 
		margin-right:0px;
		font-size:0.8em;
	}	
							
	.inner_box_price .box_price_bottom{
		margin-right:0px;
		font-size:0.8em;
	}	


	.inner_box_price .subtitle{
		font-weight:600;	
	}		
		
}						


/*--login--*/
/*--registration--*/
.login_sec{
padding: 0em 0 3em 0;
}
.log{
margin:1em 0 0em 0;
padding:0;
}
.login_sec h2{
	color: #0b648d;
	font-size: 2em;
	text-align: left;
	font-family: 'Redressed', cursive;
	text-shadow: 1px 2px #0b648d;
}
.login-right h3{
	text-transform: uppercase;
  font-size: 1.4em;
  font-family: 'Aladin', cursive;
  letter-spacing: 2px;
  color: #333;
  margin-bottom:0.5em;
}
.log p{
	color: #666;
	line-height:1.8em;
	font-size:1em;
}
.reg-right{
padding:2em 0 0 3em;
}
.login-right input[type="text"] {
border: 1px solid #EEE;
outline-color: #3498db;
width: 96%;
font-size: 1em;
padding: 0.5em;
}
.log p span{
display:inline-block;
cursor:pointer;
color:#1a1818;
text-decoration:underline;
}
.log h5{
color: #5d5959;
font-size:1.3em;
padding-bottom:10px; 
}
.log form {
	margin-top:2em;
}
.log form input[type="text"],.log form input[type="password"] {
	width: 94%;
	float: left;
	height: 46px;
	font-size: 1em;
	color: #888888;
	padding-left: 20px;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.log form input[type="submit"], a.acount-btn{
	display:inline-block;
	text-decoration: none;
	margin-right:2em;
	margin-bottom:1em;

  padding: 10px 28px 11px;
  font-size: 15px;
  color: #FFF;
  border-radius: var(--border-radius-full);
  font-weight: bold;
  outline: none;
  border: 2px solid var(--primary-color);
  background: #0b648d;
  transition: all 0.2s ease-in-out;	
	
}
.log form input[type="submit"]:hover,a.acount-btn:hover{
  background: #0b648d;
  border-color: #0b648d;
  color: #FFF;
  opacity:0.8;
}
.log a{
	text-decoration:underline;
}
a.acount-btn {
	font-size: 14px;
	color: #ffffff;	
	background: #92bf47;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 14px 30px;
}
.login-right p {
	color: #999;
	display: block;
	font-size: 1.1em;
	margin: 0 0 2em 0;
	line-height: 1.7em;
}
/*--//login--*/



.registration{
	padding: 0em 0% 0 0;
}
.registration h2{
	color: #0b648d;
	font-size: 2em;
	text-align: left;
	text-shadow: 1px 2px #0b648d;
}
.reg_fb {
	margin:3% 0;
	display: block;
	background: #3B5998;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.reg_fb img {
	background:#354F88;
	padding: 10px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding: 12px 16px;
	display: inline-block;
	font-size: 1.3em;
	text-transform: capitalize;
	font-style: normal;
}
.reg_fb:hover {
	background:#354F88;
}
.registration_left{
	float: left;
	width: 45.33333%;
	margin-left: 9.333%;
}
.registration_left:first-child{
	margin-left: 0;
}
.registration span{
	/* color: #777777; */
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}
.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}

.sky_form1 label{
	margin-bottom:1em;
}

.radio{
	margin-top:0;
}
.checkbox{
	font-size:1.1em;
	color:#999;
	margin:0;
}

.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"], .registration_form textarea{
	width: 94%;
	float: left;
	height: 46px;
	font-size: 1em;
	color: #888888;
	padding-left: 20px;
	border: 1px solid #ccc;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.registration_form textarea{
	height:auto;
}

.registration_form button[type="submit"],.registration_form input[type="submit"]{
	display:inline-block;
	text-decoration: none;
	margin-right:2em;
	margin-bottom:1em;

  padding: 10px 28px 11px;
  font-size: 15px;
  color: #FFF;
  border-radius: var(--border-radius-full);
  font-weight: bold;
  outline: none;
  border: 2px solid var(--primary-color);
  background: #0b648d;
  transition: all 0.2s ease-in-out;	
}

.registration_form button[type="submit"]:hover, .registration_form input[type="submit"]:hover{
  background: #0b648d;
  border-color: #0b648d;
  color: #FFF;
}
.terms{
	text-decoration:underline;
	color: #999;
}
.terms:hover{
	text-decoration:none;
	color:#333;
}
.forget a{
	color: #999999;
	text-decoration: underline;
	font-size: 1.1em;
}
.forget a:hover{
	text-decoration: none;
}

/*---------------------
  Cart
-----------------------*/
/*--checkout--*/


.cart-box{
	width:auto;
	border:1px solid red;
}
				
.h-right{
	position:relative;
}

.header-right label nav {
	position:relative;
}

.header-right label nav div {
	background-color: #111111;
	border-radius: 50%;
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	font-weight: bold;
	color: var(--dark);
	position: absolute;
	top: -20px;
	left: -13px;
}

.item_quantity {
  margin: 1em 0;
  font-size: 0.85em;
  padding: 5px 10px;
  display: block;
}

.item_add{
	color:var(--heading-color);
	text-decoration:none;
	font-weight:600;
	font-size:0.9em;
	padding:0.5em 2em;	
	display:inline-block;
	border-radius:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	margin: 0px 16px 0px 0px;
	background:transparent;
	border:1px solid #0b648d;
	outline:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;	
}

.item_add:hover{
	color:#FFFFFF;
	border:1px solid #0b648d;	
	background:#0b648d;
}	

.del-item-cart{
  color:red;		
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.check-in {
	width:100%;
	  margin: 2em 0 2em;
}
ul.unit{
	background:#333;
	padding:1em;
}
ul.unit li {
	display:inline-block;
	 width:20%;
	  float:left;
	}
 ul.unit li span{
	display:inline-block;
	color:#fff;
	font-size:1.2em;
	 
	  text-align:center;
}
.checkout {
  padding:0em 0 6em 0;
}
ul.cart-header{
 padding:1em;
	background:#f8f8f8;
	  border-bottom: 1px solid #b48b3b;
}
ul.cart-header1{
 padding:1em;
	background:#f8f8f8;
	  border-bottom: 1px solid #b48b3b;
}
ul.cart-header2{
 padding:1em;
	background:#f8f8f8;
	  border-bottom: 1px solid #b48b3b;
}
ul.cart-header3{
padding:1em;
	background:#f8f8f8;
}
 ul.cart-header li, ul.cart-header1 li, ul.cart-header2 li, ul.cart-header3 li{
	display:inline-block;
	
	 width:20%;
	  float:left;
	 
}
ul.cart-header li span,ul.cart-header1 li span,ul.cart-header2 li span,ul.cart-header3 li span{
  display: block;
  font-size: 1.1em;
  text-align: center;
  font-weight: 300;
}
li.ring-in img{
  margin: 0 auto;
}

.cart-header,.cart-header1{
	position:relative;
}
.cart-items {
  padding: 0;
}
a.add-cart {
  text-decoration: none;
  color: var(--dark);
  background:#0b648d;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  display: inline-block;
  border-radius:0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;  
}
a.add-cart:hover {
  opacity:0.8;	
  background: #0b648d;
  color:#FFF;
}
.cart-header {  
  position: relative;  
}
.cart-header2 {  
  position: relative;  
}
.delivery{
	margin:1em 0 0 16em;
}
.delivery p{
	color:#A6A6A6;
	font-size:0.85em;
	font-weight:400;
}
.delivery span{
	color:#A6A6A6;
	font-size:1em;
	font-weight:400;
	float:right;
}
a.continue{
	background:#333;
	padding:10px 1.5em;
	border-radius:7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
   width: 72%;
   margin: 0px auto 3em auto;
}
a.continue:hover{
	background:#333;
}
.price-details{
	border-bottom:1px solid #e1e1e1;
	padding-bottom:10px;
	font-size:1.1em;
}
.price-details h3{
	color:#999;
	font-size:1.3em;
	margin-bottom:1em;
	font-weight:bold;
	
}
.price-details span{
	width:50%;
	float:left;
	padding:1px 0;
}
span.total{
	width:50%;
	float:left;
}
span.final{
	font-weight:600;
	padding-top:6px;
	font-size:1.3em;
}
h4.last-price{
	color:#333;
	font-size:1.3em;
	font-weight:600;
	width:50%;
	float:left;
	padding-top:10px;
}
.cart-total {
  padding-top: 5em;
}
a.order, button.order {
  background:#0b648d;
  padding: 10px 1.5em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  font-size: 1em;
	color:#fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin: 1em auto;
  border:none;
  width:100%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;  
}
a.order:hover, button.order:hover{
	background:#0b648d;
	opacity:0.8;
  color: var(--dark);
}
.total-item{
	margin-top:2em;
	padding-bottom:2em;
}
.total-item h3 {
  color: #333;
  font-size: 1em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#8E8E8E;
	color:#fff;
	border-radius:6px;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
	padding: 10px;
  font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background: #20759F;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}

.steps-order{
	text-align:center;
	margin:1em 20%;
} 

.steps-circle{
	background: url('../images/circle-steps.svg') no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 2.2em;
	background-origin: content-box;
	padding: 5px 12px;
	color: var(--dark);
}

.active-step{
	background: url('../images/circle-qtd.svg') no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 2.2em;
	background-origin: content-box;
	padding: 5px 12px;
	color: #FFF;
}	

.steps-text{
	font-size:1.1em;
	padding:0.5em 0;
	font-weight:normal;
}
			
.steps-text-active{
	font-size:1.1em;
	padding:0.5em 0;
	font-weight:bold;
}	


@media ( max-width: 480px ) {


	.steps-text{
		font-size:0.8em;
	}
				
	.steps-text-active{
		font-size:0.8em;
	}	

}		

.title-cart-steps{
	text-transform:uppercase;
}

/* search thumb */

.thumb-preview{
						
}

.thumb-preview .thumb-img img{
	border:1px solid #dedede;		
	border-radius:3%;	
}					
	
	
	
	
	
	
	





.iconscart {
	float:right;
	text-align:none;
	padding:0;
}

.iconscart label{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
}

.iconscart .cartnum{
	position: absolute;
	top: 0px;
	right: -20px;
	color:#0b648d;
	font-size:0.8em;
	text-align: center;	
	border-radius:100%;
	border:1px solid #000;
	background-color:#000;
	height:25px;
	width:25px;
}
.iconscart .encom_num{
	position: absolute;
	top: -13px;
	right: -8px;
	color: #0b648d;
	font-size: 0.8em;
	border-radius: 100%;
	border: 1px solid #000;
	background-color: #000;
	height: 25px;
	width: 25px;
	z-index: 2;
}

.iconscart a{
	display:inline-block;
	width:34px;	
}

.iconscart img{
	width:32px;	
}

@media (max-width: 480px) {

	.iconscart {
		float:none;
		padding:0;
	}

}	

.iconscart label {
	position:relative;
	font-weight:bold;
	color: #58bc82;
	top:5px;
}

.iconscart a {
    color: #0b648d;
}

.iconscart a:hover {
    color: #0b648d;
}

.color_fff {
    color: #0b648d !important
}

/**/


.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 14em;
	padding: 0.5em 0;
	margin: 1.4em 0 0;
	font-size: 0.9em;
	color: #0b648d;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	border-top: 1px solid #fff;
	border-radius: 0;
}

.dropdown-menu a{
	color: #0b648d;
	font-size:0.9em;
}

/**/

.inputnwl input{
	border:1px solid #fff;
	background:transparent;
	padding:0.5em 0.5em;
	border-radius:0;
	color:#fff;
}

.inputnwl input::placeholder{
	opacity:1;
	color:#fff;
}

.inputnwl button{
	padding:0.5em 0.8em;
	color:#fff;
	background:transparent;
	border:1px solid #FFF;
	
}

/**/
	
	
	
	


















.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/******************************************/

.btn-primary {
  color: #000;
  background-color: #0b648d;
  border-color: #0b648d;
}

.btn-primary:hover {
  color: #000;
  background-color: #6abed3;
  border-color: #6abed3;
}

.text-primary {
  color: #6abed3 !important;
}

.bg-dark {
  background-color: #0b648d !important;
}

/********** Template CSS **********/
:root {
    --primary: #6abed3;
    --light: #6abed3;
    --dark: #0b648d;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover {
    color: #fff !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #0b648d!important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}