*:focus,*{
	box-shadow: none !important;
}



.margin-top-40
{
	margin-top:40px;
}

.margin-top-10
{
	margin-top:10px;
}


.margin-top-30
{
	margin-top:30px;
}


.margin-bottom-40
{
	margin-bottom:40px;
}

.margin-bottom-10
{
	margin-bottom:10px;
}

.margin-left-10
{
	margin-left:10px;
}


@media (min-width: 1200px)
{
	.container {
		max-width: 90% !important;
	}

}
p{
	margin-bottom: .4rem;
}

*{
	font-family:'Karla',sans-serif;
}


body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: white;
}

.nav-link, .dropdown-item
{
	font-size:13px;
}

.frontend.navbar-nav
{
	margin-top:27px;
}

.nav-item.dropdown
{
	padding-left:20px;
	padding-right:20px;
}

table{
	font-size:13px;
}

.link
{
	color:#66aeba !important;
}

.btn-ghost-bg-gd
{
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(to right, #129191, #243c60);
	color: linear-gradient(to right, #129191, #243c60); !important;
	background-color:white;
}

.box{

	background: #fff;	
	/*border-radius:14px;*/
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(to right, #129191, #243c60);
	-webkit-border-image: -webkit-linear-gradient(to right, #129191, #243c60);
	border-image: linear-gradient(to right, #129191, #243c60);
	border-image-slice: 1;
}

.box:hover , .box:active, .box:focus{
	color:blue;
	background: #fff;	
	box-shadow: none;  
	border: 1px solid transparent;
	-moz-border-image: -moz-linear-gradient(to right, #129191, #243c60);
	-webkit-border-image: -webkit-linear-gradient(to right, #129191, #243c60);
	border-image: linear-gradient(to right, #129191, #243c60);
	border-image-slice: 1;
}

.bg-gradient{   
	background: linear-gradient(to right, #129191, #243c60);
}

.btn .bg-gradient:hover {   
	background: #243c60 !important;
	/*color: #129191 !important ;*/
	border-color: #243c60 !important;
}

.bg-maroon{   
	background: #129191;
}

.bg-gradient .nav-link{
	color: rgba(255,255,255,1) !important;
}

.progress{
	width: 220px;
	height: 220px;
	line-height: 200px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}
.progress:after{
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 5px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.progress > span{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.progress .progress-left{
	left: 0;
}
.progress .progress-bar{
	width: 100%;
	height: 100%;
	background: none;
	border-width: 5px;
	border-style: solid;
	position: absolute;
	top: 0;
}
.progress .progress-left .progress-bar{
	left: 100%;
	border-top-right-radius: 110px;
	border-bottom-right-radius: 110px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.progress .progress-right{
	right: 0;
}
.progress .progress-right .progress-bar{
	left: -100%;
	border-top-left-radius: 110px;
	border-bottom-left-radius: 110px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	animation: loading-1 .5s linear forwards;
}
.progress .progress-value{
	width: 90%;
	height: 90%;
	border-radius: 50%;
	/*background: #44484b;*/
	/*font-size: 30px;*/
	color: #fff;
	line-height: 175px;
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
}
.progress.blue .progress-bar{
	border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
	animation: loading-2 .5s linear forwards .5s;
}
.progress.yellow .progress-bar{
	border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
	animation: loading-3 .2s linear forwards .5s;
}
.progress.pink .progress-bar{
	border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
	animation: loading-4 0.2s linear forwards .5s;
}
.progress.green .progress-bar{
	border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
	animation: loading-5 .2s linear forwards .5s;
}
@keyframes loading-1{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes loading-2{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(144deg);
		transform: rotate(144deg);
	}
}
@keyframes loading-3{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@keyframes loading-4{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(36deg);
		transform: rotate(36deg);
	}
}
@keyframes loading-5{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(126deg);
		transform: rotate(126deg);
	}
}
@media only screen and (max-width: 990px){
	.progress{ margin-bottom: 20px; }
}


.border-left-blue{
	/*border-left:3px solid #66aeba !important;*/
	/*border-color:#66aeba !important;*/
}
.border-left-red
{
	/*border-left:3px solid red;*/
}

.padder-more
{
	padding-top:47px;
	padding-bottom:47px;
}

.no-underline:hover,.no-underline:active,.no-underline:focus
{
	text-decoration: none;

}

.text-grey
{
	color:grey !important;
}

.bg-gold-color{
	background-color:#e3bb7d !important;
}
.bg-green-color{
	background-color: #91d1b2;
}

.wishlist-number
{
	top:-12px !important;
	left:27px !important;
}

.wishlist-number, .cart-number
{
	height: 25px;
	width: 25px;
	border-radius: 25px;
	top: -12px;
	position: relative;
	left:39px;
	padding:1px 4px;
	color: white;
	text-align: center;
	line-height: 21px;
	font-weight: bold;
	font-size: 9px;
}

.text-black
{
	color:black;
}

.text-gold
{
	color:#e3bb7d !important;
}

.margin-right-10
{
	margin-right: 10px;
}

.text-sm
{
	font-size: 12px;
}

.text-md
{
	font-size: 14px;
}


.textbox-bottom-border-only
{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-radius: 0px;  
}

.display-initial
{
	display: initial;
}

.text-left
{
	justify-content: left !important;
	text-align: left !important;
}

.filters-box .custom-checkbox, .filters-box h6
{
	margin-left:15px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #e9c9a4 !important;
}

.text-upper
{
	text-transform: uppercase;
}

.btn-primary:hover,.btn-gold:hover  {
	background-color: #fff !important;
	color: #e3bb7d !important;
	border-color: #e3bb7d;
}

.btn-ghost-gold {
	background-color: #fff !important;
	color: #e3bb7d !important;
	border-color: #e3bb7d;
}
.btn-ghost-gold:hover,.btn-ghost-gold:active {
	background-color: #e3bb7d !important;
	color: #fff !important;
	border-color: #e3bb7d !important;
}

.navbar.bg-white
{
	box-shadow: 0px 2px #eee!important;
}

.btn-primary, .btn-gold {
	color: #fff;
	background-color: #e3bb7d;
	border-color: #e3bb7d;
}

.btn-green {
	color: #fff;
	background-color: #5fad88;
	border-color: #5fad88;
}

.btn-ghost-green {
	background-color: #fff;
	color: #5fad88 !important;
	border-color: #5fad88;
}

.btn-no-radius
{
	border-radius: 0px !important;
}

.btn-bg-blue:hover{

}
.btn-bg-blue
{
	text-transform: uppercase;
	font-size:12px;
	border-color:white;
	background-color:white;
	color:#66aeba !important;
}
.btn-bg-blue:hover
{
	border-color:#385a5f;
	background-color:#385a5f;
}

.btn-ghost-bg-blue
{
	border-color:#66aeba;
	color:#66aeba !important;
	background-color:white;
}

.padder-10
{
	padding:5px;
	/*border-radius: 10px*/
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #dee2e62b;;
}

.table td, .table th {

	border-top: 1px solid #dee2e62b;;
}

.body-main
{
	background-color: white;
}
.bx-wrapper img 
{
	max-width: 100% !important;
}
.thumb {
	max-width: 98%;
	border:1px solid #efeeee;
	/*box-shadow: -1px 1px 0px 0px #ddd !important;*/
}
.thumbnail
{
	max-width: 100%;
	border:1px solid #efeeee;
	/*box-shadow: -1px 1px 0px 0px #ddd !important;*/
}

.main-image
{
	max-width: 100%;
	border:1px solid #efeeee;
	/*box-shadow: -1px 1px 1px 1px #ddd !important;*/
}

.top-space
{
	padding-top:30px;
}

.sku
{
	color: #ca8d24 !important;
	margin-bottom:0px !important;
	font-size: 13px;
	text-transform: uppercase;
}

.margin-left-10
{
	margin-left: 10px;
}

.filters
{
	margin-bottom:0px !important;
	font-size: 12px;
	text-transform: uppercase;
}


.loginpage.form-control{
	border: 1px solid #f7fafe;
	border-radius: 0rem; 
}

.btn-outline-success{
	color: #25c08e !important;
	border-color: #25c08e !important;
}
.products_added .tbox

{
	float: right
}

.products_added .tbox:before
{
	content:'\2713';
	display:inline-block;
	color:#25c08e;
	padding:0 6px 0 0;
}

.products_added
{
	border: 1px solid #25c08e;
	background-color: white !important;
}

.products_added .btn.btn-link
{
	color: #25c08e !important;
}

.btn.btn-link
{
	color: #129090;
	text-decoration: none !important;
}

@media only screen and (max-width: 767px){
	td .fa 
	{
		margin-top: 4px;
	}
}


.card
{
	/*border: none;*/
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}


.cart-product{
	border:1px solid #ddd;
}

.btn-black-gold
{
	background-color: black;
	color:gold;
}

.page-item.active .page-link
{
	color: #fff !important;
	background-color: #e3bb7d !important;
	border-color: #e3bb7d !important;
}

.img-container
{
	position: relative;
}

.img-container:hover .thumbnail
{
	/*background-color: #000;*/
	/*opacity: 0.2;*/
}

.single-card:not(:hover) .btn-cart, .single-card:not(:hover) .btn-wishlist
{
	display:none !important;
}

.single-card:hover .btn-cart
{
	z-index: 100;
	position: absolute;
	display: block;
	top: 40%;
	right: 30%;
	width: 50%;
}

.single-card:hover .btn-wishlist
{
	z-index: 100;
	position: absolute;
	display: block;
	top: 55%;
	right: 30%;
	width: 50%;
}

.cart-modal, .wishlist-modal
{
	display: none;
	z-index: 1000;
	position: fixed;
	top: 90px;
	width: 50%;
	text-align: center;
	right: 23%;
}

@media screen only and (max-width: 600px)
{
	.cart-modal
	{
		width: 100% !important;
	}

}

.gold-color{
	color: #cf8c64;
}

.green-color
{
	color: #91d1b2;
}
.margin-10
{
	margin:10px;
}

.page-link
{
	padding: 0.15rem .45rem !important;
	border-radius: 0px !important;
}

@media only screen and (min-width: 768px)
{
	.pull-right-big {
		float: right!important;
	}
	.pull-left-big {
		float: left!important;
	}
}

@media only screen and (max-width: 767px)
{
	.pull-right-big, .pull-left-big {
		margin-top:20px;
	}
	.pull-left-big, .pull-right-big
	{
		margin-bottom: 20px
	}
}


@media only screen and (min-width: 768px) and (orientation: portrait) {

	.container 	
	{
		display: none;
	}
	.rotator
	{
		display: block !important;
	}

}

@media only screen and (min-width: 768px) and (orientation: landscape) {

	.container 	
	{
		
	}
	.rotator
	{
		display: none !important;
	}

}

.filter-modal
{
	max-width: 80% !important;
}

.noteuser
{
	margin-left: 10px;
    margin-bottom: 15px;
}