* { 
	margin: 0; 
	padding: 0; 
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color:#000;
}
ul {
	margin-bottom: 0;
}
ul, li {
	list-style-type: none;
}
ol, ul {
    padding-left: 0;
}
img {
	max-width: 100%;
}
a img:hover {
	opacity: 0.5;
	transition: all 0.5s;
}
a {
	color: #079F61;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #000;
}
::placeholder {
  color: #687BA5;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #687BA5;
}
::-ms-input-placeholder {
  color: #687BA5;
}
input:focus, 
textarea:focus, 
select:focus,
.form-control:focus {
  outline: none!important;
  box-shadow: none!important;
}
h2 {
	font-family: 'Jost', sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.bluebg-1 {
	background-color: #25324D;
}
.bluebg-2 {
	background-color: #1F2C44;
}
.bluebg-3 {
	background-color: #162135;
}
.bluebg-4 {
	background-color: #121B2D;
}
.bluebg-5 {
	background-color: #1D283E;
}
.bluebg-6 {
	background-color: #24324E;
}
.bluebg-7 {
	background-color: rgba(206,219,242,0.27);
}
.secondary-btn {
	position: relative;
	background-color: #162135;
	display: inline-block;
	color: #fff;
	padding:11px 15px 10px;
	background-image: radial-gradient(#079F61 0,#079F61 50%,transparent 0,transparent 100%);
  background-repeat: no-repeat;
  background-size: 275% 500%;
  background-position: -50% 25%;
  transition: .3s ease;
  z-index: 999;
}
.secondary-btn:hover {
	background-position: 50% 25%;
	color: #fff;
}
.gradient-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgba(28,77,136,1), transparent) rgba(4,167,93,1);
	transition: background-color 1s;
}
.gradient-btn.small-btn {
	font-size: 12px;
	padding: 10px 20px;
}
.gradient-btn:hover {
	color: #fff;
	background-color: #17617D;
}
.link-btn {
	position: relative;
}
.link-btn:after {
	content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  height: 2px;
  background: #079F61;
  width: 0;  
  transition: width .3s;
  -webkit-transition: all 0.3s;
}
.link-btn:hover:after {	
  width: 100%;
  background: #000; 
}

@media (min-width: 400px) {
	.secondary-btn {
		margin-right: 30px;
	}
}
@media (min-width: 768px) {
	.gradient-btn {
		font-size: 16px;
	}
	.gradient-btn.small-btn {
		font-size: 13px;
	}
}
@media (min-width: 960px) {
	h2 {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
	}
}

/* start header style */
header {
	padding-top: 15px;
	background-color: #fff;	
}
header .logo {	
	margin-bottom: 10px;
}
header .logo img {
	max-width: 120px;
	height: auto;
}
.header-top {
	display: flex;
	align-items: center;
	justify-content:center;
}
.header-top li {
	margin:0 0 0 5px;
}
.header-top svg:hover {
	opacity: 0.7;
	transition: all 0.5s;
}
.main-menu ul {
	text-align: right;
}
.main-menu a,
.main-menu li a {
	color:#000;
}
.main-menu.desktop a,
.main-menu.desktop li a {
	font-size: 15px;
}
.main-menu li.has-sub>a:after {
	position: relative;
  bottom: 3px;
  margin-left: 7px;
  display: inline-block;
  border: solid black;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.main-menu>ul>li>a {
    padding: 0 8px 5px 8px;
}
.main-menu>ul>li>a:hover,
.main-menu>ul>li>a.active {
	color: #04A75D;
}
.main-menu ul ul li a:hover,
.main-menu ul ul li a.active {
	background-color: #04A75D;
	color: #fff;
}
.menu-toggle {
	position: absolute;
	top:0;
	right:0;
}
.main-menu.mobile .icon-close {
	display: none;
}
.main-menu.mobile ul {
	background-color: #000;
}
.main-menu.mobile a, 
.main-menu.mobile li a {
    color: #fff;
}
.main-menu a.dd-toggle .icon-plus:after, 
.main-menu a.dd-toggle .icon-plus:before {
	border-bottom-color: #fff;
}
.main-menu.mobile .menu-toggle {
	color: #000;
}
.main-menu.mobile.right>ul {
	z-index: 9;
}

/* Media Query */
@media (min-width: 576px) {
	.header-top {
		justify-content: flex-end;
	}
	.menu-toggle {
    position: relative;
	}
	.main-menu {
		text-align: right;
	}
	.main-menu .menu-toggle {
		padding: 0 0 15px;
	}
}

@media (min-width: 1200px) {
	.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
	}
	header {
		padding-bottom: 15px;
	}
	header .logo {
		margin-bottom: 0;
	}
	header .logo img {
		max-width: 100%;
	}	
	.main-menu>ul>li>a,
	.main-menu.desktop li.has-sub a {
		padding-left: 0;
		padding-right: 15px;
	}
	.main-menu.desktop li.has-sub ul li a {
		padding-left: 15px;
	}
	.main-menu ul ul {
		background-color: #000;
	}
	.main-menu ul ul li a {
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,.25);
	}
	.main-menu ul ul li:last-child a {
		border-bottom: none;
	}
}
@media (min-width: 1240px) {
	.main-menu.desktop a,
	.main-menu.desktop li a {
		/* font-size: 14px; */
		/*font-size: 12px;*/
	}
}
/* end header style */
/* start hero banner style */
.hero-banner img {
	width: 100%;
	max-width: 100%;
	height: 300px;
	max-height: 300px;
	/*object-fit: cover;*/
	object-position: center;
}

/* Media Query */
@media (min-width: 960px) {
	.hero-banner img {
		height: 400px;
		max-height: 400px;
	}
}

@media (min-width: 1200px) {
	.hero-banner img {
		height: 530px;
		max-height: 530px;
	}
}
/* end hero banner style */
/* start BSN department style */
.bsn-depart-block {	
	color: #fff;
	padding:40px 10px;
}
.bsn-depart-block img {
	margin-bottom: 20px;
}
.bsn-depart-block p {
	background:url(../images/dot.svg) no-repeat 50% 100%;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.bsn-depart-block p span {
	display: block;
}

/* Media Query */
@media (min-width: 768px) {
	.bd-col {
		height: 290px;
	}
	.bsn-depart-block {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		padding-top:0;
		padding-bottom: 0;
	}
	.bsn-depart-block p {
		font-size: 22px;
	}
}
/* end BSN department style */
/* start partner logo style */
.partner-container {
	padding:25px 0;
}
.partner-container button {
	display: none !important;
}
.partner-container .slick-track {
	display: flex;
	align-items: center;
}
.partner-container .slick-slide {
    margin-right:25px;
    margin-left:25px;
}

/* Media Query */
@media (min-width: 768px) {
	.partner-container {
		padding:40px 0;
	}
}
@media (min-width: 960px) {
	.partner-container {
		padding:50px 0;
	}
}
/* end partner logo style */
/* start banner style */
.banner-ecrid,
.banner-hbcu {
	max-width: 610px;
	height: 375px;
	background:no-repeat 0 0;
}
.banner-ecrid {
	background-image:url(../images/banner-1-bg.png);	
}
.banner-hbcu {
	background-image:url(../images/banner-2-bg.png);	
}
.banner-ecrid {
	color: #fff;
	margin-bottom: 20px;
}
.banner-ecrid .ec-logo {
	margin:20px 0 20px 20px;
}
.banner-ecrid h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2;	
	padding: 0 0 30px 20px;
	text-shadow: 0 0 20px rgba(0,0,0,0.49);
}
.be-list {
	display: block;
	margin:0 0 0 20px;
}
.be-list li {
	position: relative;
	padding:0 0 0 50px;
	margin:0;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 0 4px 4px rgba(0,0,0,0.10);
	margin-bottom: 10px;
}
.be-list li img {
	position: absolute;
	top:0;
	left: 0;
}
.be-list .ub img {
	left:-4px;
}
.be-list1 {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	display: block;
}
.be-list1 li {
	width: 100%;
	font-size: 13px;
	font-weight: 600;	
	text-transform: uppercase;
	padding:7px 20px;
	text-align: center;
}
.be-list1 li:last-child {
	margin-right: 0;
}
.be-list1 li p {
	margin-bottom: 0;
}
.be-list1 li a {
	color: #fff;
}
.be-list1 li a:hover {
	color: #04A75D;
}
.banner-hbcu h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #121B2D;
}
.banner-hbcu-list {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 136px;
}
.banner-hbcu .banner-hbcu-list ul {
	display: flex;
	justify-content: space-around;
	padding-top: 18px;
}
.banner-hbcu .banner-hbcu-list ul li {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.banner-hbcu .banner-hbcu-list ul li figure  {
	height: 52px;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-hbcu .banner-hbcu-list ul li p span {
	display: block;
}

/* Media Query */
@media (min-width: 768px) {
	.banner-ecrid h2 {
		font-size: 40px;
		padding:0 0 50px 30px;
	}
	.banner-ecrid .ec-logo {
    margin-left: 30px;
    margin-bottom: 35px;
	}
	.be-list {
		display: flex;
		margin:0 0 0 30px;
	}
	.be-list li {
		margin:0  50px 0 0;
		font-size: 16px;
	}
	.be-list1 {
		height: 72px;
	}
	.be-list1 li {
		margin-right: 1px;
	}
	.be-list1 ul {
		display: flex;
	}
	.be-list1 li {
		display: flex;
		align-items: center;
		width: 33.33%;
		height: 72px;
		font-size: 15px;
	}
	.banner-ecrid {
		color: #fff;
		margin-bottom: 0;
	}
	.banner-hbcu h2 {
		font-size: 28px;
	}
	.banner-hbcu .banner-hbcu-list ul li {
		font-size: 16px;
	}
}
/* end banner style */
/* start show list style */
.show-list-cont .slick-track {
    margin:0;
}
.show-list-cont {
	margin-top:40px;
}
.show-list-cont .slick-slide {	
	margin:0 10px;
}
.show-list-cont .list-title {
	margin-bottom: 30px;
}
.show-list-cont button {
	position: absolute; 
  top: 42%;
  z-index: 9;
  transform: translateY(-50%);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  border:none;
  font-size: 0;
  display: block;
  height: 64px;
	width: 64px;
}
.show-list-cont button.slick-next {
	left:3%;
	background-image: url(../images/prev-arrow.png);	
}
.show-list-cont button.slick-prev {
	right:3%;
	background-image: url(../images/next-arrow.png);
}
.show-list-cont .list-title a {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}
.show-list-cont .sl-cont .sl-cont-two .buynow-btn {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 9px;
	padding-bottom: 8px;
}
.show-list-cont .list-title a.view-btn {
	position: relative;
	margin-top:15px;
	display: inline-block;
}
.show-list-cont .list-title a.view-btn:after {
	content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  height: 2px;
  background: #079F61;
  width: 0;  
  transition: width .3s;
  -webkit-transition: all 0.3s;
}
.show-list-cont .list-title a.view-btn:hover:after {	
  width: 100%;
  background: #000; 
}
.show-list-cont .show-list-info img {
	border-radius: 10px;	
	width: auto;
	max-width: 100%;
	height: 317px;
	max-height: 317px;
	object-fit: cover;
	object-position: top;
	margin-bottom: 20px;
}
.show-list-cont .list-img-height .show-list-info img {
	height: 229px;
	max-height: 229px;
}
.show-list-cont .show-list-info img:hover {
	opacity: 0.5;
	transition: all 0.5s;
}
.show-list-cont .show-list-info h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.1;
}
.show-list-cont .show-list-info h4 a {	
	color: #162135;	
}
.show-list-cont .show-list-info h4 a:hover {
	color: #079F61;
}
.show-list-cont .show-list-info p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.show-list-cont .show-list-info p a {
	font-size: 14px;
	color: #6F80A6;
}
.show-list-cont .show-list-info p a:hover {
	color: #000;
}
.show-list-cont h2 {
	margin-bottom: 10px;
}
.show-list-cont .list-img-height .sl-cont {
	display: flex;
	align-items: center;
  justify-content: space-between;
}

.show-list-cont .sl-cont .sl-cont-one {
	margin-bottom: 15px;
}
.show-list-cont .list-img-height .sl-cont .sl-cont-one {
	padding-right: 15px;
	margin-bottom: 0;
}
.show-list-cont .sl-cont .sl-cont-one p {
	color: #6F80A6;
	display: block;
	margin-bottom: 10px;
}
.show-list-cont .sl-cont .sl-cont-one p.small-font {
	font-size: 12px;
}
.show-list-cont .sl-cont .sl-cont-one p span {
	position: relative;
	padding-left: 16px;
	padding-right: 8px;
}
.show-list-cont .sl-cont .sl-cont-one p span:first-child {
	padding-left: 0;
}
.show-list-cont .sl-cont .sl-cont-one p span:before {
	content: "";
	position: absolute;
	top:5px;
	left:0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background-color: #6F80A6;
	display: block;
}
.show-list-cont .sl-cont .sl-cont-one p span:first-child:before {
	display: none;
}
.show-list-cont .show-list-info p a.buynow-btn,
.show-list-cont .show-list-info p a.view-store-btn {
	font-size: 13px;
}
.view-store-btn {
	font-weight: 600;
}
/* Media Query */
@media (min-width: 768px) {
	.show-list-cont {
		margin-top:45px;
	}
	.show-list-cont h2 {
		margin-bottom: 0;
	}
	.show-list-cont .list-title {
		display: flex;
		align-items: center;
	  justify-content: space-between;
	}
	.show-list-cont .list-title a {
		font-size: 16px;
	}
}

@media (min-width: 960px) {
	.show-list-cont {
		margin-top:70px;
	}
}
/* end show list style */
/* start signup banner style */
.signup-banner {
	max-width: 1000px;
	padding:30px 10px 20px;
	margin: 50px 15px 0;
	color: #fff;
	background: rgb(60,29,69);
	background: linear-gradient(146deg, rgba(60,29,69,1) 0%, rgba(23,97,125,1) 25%, rgba(13,132,110,1) 50%, rgba(183,207,48,1) 75%, rgba(210,159,26,1) 100%);
}
.signup-banner p {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0;
}
.signup-banner a {
	position: relative;
	color: #fff;
	text-shadow: 0 4px 4px rgba(0,0,0,0.10);
}
.signup-banner a:after {
	content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: width .3s;
  -webkit-transition: all 0.3s;
}
.signup-banner a:hover:after {
	width: 0;    
}
.signup-banner span {
	display: block;
}

/* Media Query */
@media (min-width: 768px) {
	.signup-banner p {
		font-size: 40px;
	}
	.signup-banner {
		padding-top:40px;
		padding-bottom:30px;
	}
}
@media (min-width: 1024px) {
	.signup-banner {
		padding-top:50px;
		padding-bottom:40px;
		margin: 75px auto 0;
	}
}
/* end signup banner style */
/* start purchase button style */
.purchase-btn-block {
	padding:40px 10px;
}
/* Media Query */
@media (min-width: 768px) {
	.purchase-btn-block {
		padding-top:60px;
		padding-bottom:60px;
	}
}
/* end purchase button style */
/* start footer style */
.footer {
	background-color: #121B2D;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}
.footer img {
	max-width: 150px;
	margin-bottom: 30px;
}
.footer ul {
	margin-bottom: 30px;
}
.footer h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer p {
	font-size: 14px;
	margin-bottom: 0;
}
.footer li {
	margin-bottom: 10px;
}
.footer li:last-child {
	margin-bottom: 0;
}
.footer li a {
	font-size: 14px;
	color: #fff;
}
.footer li a:hover {
	color: #04A75D;
}

/* Media Query */
@media (min-width: 768px) {
	.footer {
		padding: 45px 0;
		text-align: left;
	}	
	.footer ul {
		margin-bottom: 0;
	}
	.footer .copyright {
		display: flex;
	  align-items: end;
	  justify-content: center;
	}
}
@media (min-width: 960px) {
	.footer img {
		max-width: 100%;
	}
}
/* end footer style */
/* start login and signup page style */
.login-left-cont {
	display: flex;
	align-items: center;
  justify-content: center;
	background: rgb(28,77,136);
	background: linear-gradient(150deg, rgba(28,77,136,1) 14%, rgba(4,167,93,1) 100%);
	padding:50px 0;
}
.login-left-cont:before,
.login-left-cont:after {
	content: "";
	position: absolute;
	width: 295px;
	height: 294px;
	display: block;
	background-repeat: no-repeat;
	background-size: 50%;
	z-index: 9;
}
.login-left-cont:before {
	top:0;
	left:0;
	background-image: url(../images/top-graphics.svg);
	background-position: 0 0;
}
.login-left-cont:after {
	bottom:0;
	right:0;
	background-image: url(../images/bottom-graphics.svg);
	background-position: 100% 100%;
}
.login-left {
	position: relative;    
	width: 630px;
	color: #fff;
	padding: 0 15px;
	z-index: 99;
}
.login-left img {
	max-width: 150px;
	margin-bottom: 20px;
}
.login-left h2 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
.login-left p {
	background:url(../images/dot.svg) no-repeat 50% 100%;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.login-right-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 15px!important;
}
.login-right {
	background-color: #fff;
	padding:25px;
	border-radius: 15px;
	filter: drop-shadow(0px 0px 30px rgba(111,128,166,.27));
	z-index: 99;
}
.login-right button {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding:10px;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(28,77,136,1), transparent) rgba(4,167,93,1);
	transition: background-color 1s;
}
.login-right a {
	font-size: 14px;
	font-weight: 600;
}
.login-right .signup-text a:after {
	width: 100%;  
}
.login-right .signup-text a:hover:after {
	width: 0;    
}
.login-right .form-control,
.login-right .form-select {
	font-size: 14px;
	color: #000;
	border:none;
	border-bottom: 1px solid #CBD8EF;
	padding-left:0;
	padding-right: 0;
	border-radius: 0;
}
.login-right .form-check-label {
	font-size: 12px;
	color: #687BA5;
}
.login-right .form-check-label input {
	position: relative;
	top:-2px;
	margin-right: 6px;
}

/* Media Query */
@media (min-width: 990px) {
	.login-left {
		padding:0;
	}
	.login-left img {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.login-left h2 {
		font-size: 64px;
	}
	.login-left p {
		font-size: 24px;
	}
	.login-left-cont {
		justify-content: right;
		padding:100px 0;
	}
	.login-left-cont:before,
	.login-left-cont:after {
		background-size: 100%;
	}
	.login-right-cont {
		justify-content: left;
		padding: 50px 15px 50px 0!important;
	}
	.login-right {
		width: 650px;
		padding:50px;
		border-radius: 30px;
		transform: translateX(-70px);
	}
	.login-right button {
		font-size: 16px;
		padding-top:15px;
		padding-bottom: 15px;
	}	
}
/* end login and signup page style */
/* start product details page style */
.inner-container {
	border-top:1px solid #ddd;
}
.block {
	background-color: #fff;
	padding:20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(111,128,166,0.15);
	-moz-box-shadow: 0px 0px 30px 0px rgba(111,128,166,0.15);
	box-shadow: 0px 0px 30px 0px rgba(111,128,166,0.15);
}
.details-img img {
	border-radius: 10px;
}
.product-details h3 {
	font-size: 16px;
  font-weight: 600;
  color: #079F61;
}
.product-details .product-description {
	font-size: 16px;
	font-weight: 700;
}
.product-details .product-text {
	font-size: 16px;
	font-weight: 500;
	color: #6F80A6;
}
.product-details .price-details {
	font-size: 24px;
  font-weight: 700;
  color: #079F61;
}

/* Media Query */
@media (min-width: 768px) {
	.block {
		padding:25px;
	}
	.product-details .price-details {
		font-size: 26px;
	}
}
@media (min-width: 992px) {
	.block {
		padding:45px;
		border-radius: 30px;
	}
	.product-details h3 {
		font-size: 18px;
	}
	.product-details .price-details {
		font-size: 30px;
	}
	.product-details .product-text {
		font-size: 16px;
	}
	.product-details .product-description {
		font-size: 20px;
	}
}
/* end product details page style */
/* start cart page style */
.qty-box p {	
	font-size: 16px;
	font-weight: 600;
}
.qty-input {
	width: 8rem;
	border-radius: 4px;
	background-color: #ddd;
}
.qty-input .product-qty {
	background-color: transparent;
	border:none;
}
.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  width: 2.5rem;
  min-width: 0;
  height: 2.5rem;
  line-height: 1;
}
.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
}
.qty-input .qty-count:before, 
.qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}
.qty-count--add.disabled {
    opacity: 0.2;
}
.qty-box .deletecartitem a {
	color: #000;
}
.qty-box .deletecartitem a:hover {
	color: #079F61;
}
.price_details_cart h6, 
.price_total h6,
.cart-price {
	font-size: 16px;
  font-weight: 500;
}
.calculated {
  font-size: 15px;
  font-weight: 500;
  color: #6F80A6;
}
.price_total {
	border-top: 1px solid #ddd;
}
.cart-total {
	font-size: 24px;
  font-weight: 700;
}
.cart-price,
.cart-total {
	color: #079F61;
}
.cart-price {
	font-weight: 500;
}
.place_order_button {
	border-top:1px solid #ddd;
	text-align: center!important;
}
.place_order_button a {
	margin-bottom: 10px;
}
.place_order_button a:last-child {
	margin-bottom: 0;
}

/* Media Query */
@media (min-width: 400px) {
	.place_order_button {
		text-align: right;
	}
	.place_order_button .gradient-btn {
		margin-bottom: 0;
	}
}
/* end cart page style */
/* start product list style */
.pl-list .show-list-info{
	width: 228px;
	margin:0 10px 30px;
}
/* end product list style */
/* start pagination style */
.pagination-cont a {
	color: #000;
	font-size: 15px;
}
.pagination-cont a:hover {
	color: #000;
}
.pagination-cont .active>.page-link, 
.pagination-cont .page-link.active {
	background-color: #04A75D;
	border-color: #04A75D;
	color: #fff;
}
/* end pagination style */