.navbar-vertical.navbar-light .navbar-nav .nav-link {
	padding: 22px 30px
}

.dropdown-item {
	padding: 0.8rem 1.5rem !important
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active {
	color: #19a64a !important;
}

.navbar-light .navbar-nav .nav-link {
	padding: 18px
}

.text-primary {
	color: #3cbc67 !important
}

.lang-option{
	border:none;
	background:transparent
}

.text-grey {
	color:#939393
}

.text-darkgrey {
	color: #919187
}

.text-green {
	color: #40a814
}

.text-lightgreen {
	color: #a6d381 !important
}

.text-smaller {
	font-size:14px !important
}

.otpgroup{
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    margin: 0 2px
} 


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    /*background: rgba(0, 0, 0, 0.1);*/
}


.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    left: 0px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 35%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}

.product-carousel .owl-prev {
	width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 0px;
    display: block !important;
    border:0px solid black;
}

.product-carousel .owl-next {
	width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}

.owl-prev i, .owl-next i {color: #7c7c7c; z-index: 5;}

.category-box {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.discount_tag{
    background: #bc0b0b;
    padding: 2px 6px;
    position: absolute;
    color: #fff;
    right: 0px;
    z-index:1000;
    font-size:12px;
} 

.discount_tag_left{
    background: #bc0b0b;
    padding: 2px 6px;
    color: #fff;
    font-size:12px;
} 

.cat-box {
	padding:20px;
	background: rgba(0,0,0,0.4);
}

.price-text {
	font-weight: 700; 
	color: #65c13e
}

.footer-bg {
	background: #f2f2f2 !important
}

.alt-img {
	border:1px solid #ededed;
}

.p-main-pic {
	padding:10px 8px;
	
}

.detail-tab {
	padding: 0.5rem !important
}
	
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.cart-item-align {
	text-align:left;
}

.cart-item-img {
	width: 50px
}

.page-banner-back {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	filter: brightness(90%);
}

.text-white {
	color: rgba(0,0,0,1);
}

.more-radius {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.account-bullet {
	border:1px solid #7aaa3b;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	padding:1px 6px
}

.profile-menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.profile-menu li {
	line-height: 20px;
	border-bottom: 1px solid #efefef;
}

.profile-menu li a {
	padding: 12px 20px;
	color:#545454;
	display:block
}

.profile-menu li a:active {
	background: #19a64a;
	color: #fff;
	display:block
}

.profile-menu li a:hover {
	background: #19a64a;
	color: #fff;
	display:block
}



.modal.login .modal-dialog {
	max-width: 60%
}
.modal-content {
	border-radius: 20px !important;
}
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}
.modal.login .modal-header {
  padding: 20px 30px;
}
.modal-header {
	
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
	text-align:right
}
.checkbox-div {
	margin-left: 20px;
	margin-right: 5px
}

.align-text-left {
	text-align: left !important
}

.align-text-right {
	text-align: right !important
}

.align-text-center {
	text-align: center !important
}

.align-text-justify {
	text-align: justify !important
}

.text-italic {
	font-style: Italic !important
}

.applied_coupon {
	border: 1px solid #8caa63;
	background-color: #8caa63;
	color: #fff;
	border-radius: 4px;
	padding: 4px 12px;
	
}

.opt-selected {
    position: relative;
    background-color: #fff;
    border: 1px solid #219553 !important; 
    color: #219553;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom:8px
}
.opt-selected::after {
    content: '\2713';
    color:#fff;
    top:-1px;
    right:1px;
    position: absolute; 
}
.opt-selected::before {
    content: '';
    color:#fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #219553 transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
}

.opt-not-available {
	position: relative;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7 !important;
    color: #bcbcbc !important;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom:8px
}

.opt-not-selected {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    color: #a0a0a0;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom:8px
}

.opt-not-selected:hover {
    background-color: #fff;
    border: 1px solid #219553 !important; 
    color: #219553;
    padding: 5px 20px 5px 20px;
    font-weight: 500;
}

.opt-not-selected:hover::after {
    content: '\2713';
    color:#fff;
    top:-1px;
    right:1px;
    position: absolute;   
}

.opt-not-selected:hover::before {
    content: '';
    color:#fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #219553 transparent transparent;
    right: 0;
    top: 0;
    position: absolute;
}

@media screen and (min-width: 0px) and (max-width: 766px) {
    .modal.login .modal-dialog  {
        max-width: none; 
    }
    
    .center {
    	width:100%
    }
}


@media screen and (min-width: 766px) and (max-width: 1439px) {
    .modal.login .modal-dialog  {
        max-width: 80%; 
    }
    
}

@media (min-width: 992px) {	
	.collapse.dont-collapse-md {
    	display: block;
    	height: auto !important;
		visibility: visible;
	}
	
	
	
}

@media (max-width: 767.98px) {
	.cart-item-align {
		text-align:center
	}
	
	.cart-item-img {
		width: 120px;
		max-width: 100%;
		height: auto
	}
	
	.cart-product-title {
		text-align:left;
		overflow:hidden;
  		max-height: 3rem;
  		-webkit-box-orient: vertical;
  		display: block;
  		display: -webkit-box;
  		overflow: hidden !important;
  		text-overflow: ellipsis;
  		-webkit-line-clamp: 2;
	}
	
	
}


