/*------------------------------------------------
	Creator: S.M. Momin
	DATE: Monday, December 10, 2018.
	Project Name: Products categorie and Slider.
-------------------------------------------------- */

/*------------
	Common Css
------------------- */

.box-heading span,
.yamm .dropdown-menu li a,
.sidebar .side-menu nav .nav > li > a,
.product-categorie-slide .owl-stage li.item a{
	color:#000000;
}

.sidebar .side-menu nav .nav > li > a:hover,
.product-categorie-slide .product-label span,
.product-categorie-slide .owl-nav button.owl-prev,
.product-categorie-slide .owl-nav button.owl-next,
.sidebar .side-menu nav .nav > li > a:hover:after,
.product-categorie-slide .owl-theme .owl-nav button:hover{
	color:#ffffff;
}

a.leaflet_link,
.product-categorie-slide .pro-price,
.product-categorie-slide .pro-title,
.product-categorie-slide .new-pro-price,
.typeahead__list>.typeahead__group.active>a,
.typeahead__list>.typeahead__group>a,
.typeahead__list>.typeahead__group>a:focus,
.typeahead__list>.typeahead__group>a:hover,
.product-categorie-slide .owl-nav button.owl-prev:hover,
.product-categorie-slide .owl-nav button.owl-next:hover{
	color:#67b205;
}
.onemoreDropdown.open>a,
.onemoreDropdown>a:hover,
.onemoreDropdown .btn-success,
.yamm .dropdown-menu li a:hover,
.open>.dropdown-toggle.btn-success,
.onemoreDropdown .btn-success:hover,
.open>.dropdown-toggle.btn-success:hover,
.onemoreDropdown .btn-success.active.focus,
.onemoreDropdown .btn-success.active:hover,
.onemoreDropdown .btn-success:active:hover,
.onemoreDropdown .open>.dropdown-toggle.btn-success {
    background-color: transparent !important;
	color:#67b205 !important;
    border-color: transparent !important;
}
.sidebar .side-menu nav .nav > li > a:hover,
.plugin-search .typeahead__container button,
.product-categorie-slide .owl-nav button.owl-prev,
.product-categorie-slide .owl-nav button.owl-next,
.product-categorie-slide .owl-theme .owl-dots .owl-dot.active span{
	background-color: #67b205;
}

.typeahead__container button,
.product-categorie-slide .owl-nav button.owl-prev,
.product-categorie-slide .owl-nav button.owl-next{
	border:1px solid #67b205;
}
.sidebar .side-menu nav .nav > li > .mega-menu{
	border:4px solid #67b205;
}

.typeahead__field input:active,
.typeahead__field input:focus,
.typeahead__field textarea:active,
.typeahead__field textarea:focus,
.typeahead__field .typeahead__hint:active,
.typeahead__field .typeahead__hint:focus,
.typeahead__field [contenteditable]:active,
.typeahead__field [contenteditable]:focus,
.typeahead__container.loading .typeahead__query:before {
	border-color: #67b205
}

.onemoreDropdown.open>a:focus,
.onemoreDropdown.open>a:hover,
.onemoreDropdown ul.dropdown-menu,
.product-categorie-slide button:hover {
    background: #f7f7f7;
}

/* -------------------------
Product Slide
---------------------------------- */

.product-categorie-slide{
	position: relative;
    margin:0;
    padding:0;
    list-style-type: none;
    position: relative;
    display: block;
}

.product-categorie-slide .owl-carousel{
	padding:0;
}

.product-categorie-slide .pro-title{
	margin-bottom: 16px;
}
.product-categorie-slide .owl-stage-outer{
	margin-bottom:16px;
}

.product-categorie-slide .owl-stage li.item{
	list-style-type: none;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 6px;
    min-height: 380px;
	border-radius: 6px !important;
}
.product-categorie-slide .owl-stage li.item a{
	padding: 5px 0px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 18px;
	text-decoration: none;
    border-bottom: none;
}
.product-categorie-slide .owl-theme .owl-dots .owl-dot span{
	margin: 4px 2px;
}
.product-categorie-slide .owl-theme .owl-dots .owl-dot.active span{
	width: 20px;
}
.product-categorie-slide .owl-nav {
    position: absolute;
    top: -7px;
    right: 0;
}
.product-categorie-slide .owl-nav button.owl-prev,
.product-categorie-slide .owl-nav button.owl-next{
	font-size: 14px;
	margin: 2px;
	padding: 6px 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.product-categorie-slide .owl-dots button{
	background-color:transparent;
	margin:2px;
	border:0 none;
	padding:0;
}
.product-categorie-slide .owl-nav button.owl-prev:hover,
.product-categorie-slide .owl-nav button.owl-next:hover {
	background: #FFFFFF;
	text-decoration: none;
}
.product-categorie-slide li a img{
	height: auto;
    width: 100%;
}
.product-categorie-slide .product-label{
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 4px;
    top: 8px;
    z-index: 999;
    right: 8px;
    background-color: #e27c7c;
		max-width: 100px;
}
.product-categorie-slide .product-label span {
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
}

.product-categorie-slide .featured-label{
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border-radius: 4px;
    top: 8px;
    z-index: 999;
    left: 8px;
    background-color: #67b205;
		max-width: 100px;
}
.product-categorie-slide .featured-label span {
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
	color: #FFF;
}

.product-categorie-slide .pro-price,
.product-categorie-slide .new-pro-price{
	font-size:18px;
}
.product-categorie-slide .new-pro-price,
.product-categorie-slide .discount-pro-price{
	display:inline-block;
	margin:0 4px;
}
.product-categorie-slide .discount-pro-price{
	text-decoration: line-through;
    font-size: 15px;
    font-weight: normal;
	color: #CCCCCC;
}
@media only screen and  (max-width:768px){
	.product-categorie-slide .pro-title{
		text-align:center;
	}
	.product-categorie-slide .owl-stage li.item{
		min-height: 290px;
	}
	.product-categorie-slide .owl-nav{
		position:initial;
		margin-bottom: 15px;
		text-align: center;
	}
}


/* -------------------
Product Categorie Menu
------------------------- */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
	margin: 0;
    padding: 0;
}
.yamm.megamenu-horizontal{
	position:relative;
}
.yamm .dropdown-menu {
	left: auto;
	top: 110% ;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 1px solid #f1f1f1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.yamm .dropdown-menu .yamm-content {
	padding: 20px 15px;
}
/*.yamm .dropdown-menu .yamm-content .links li a {
	padding: 2px 0px;
}*/
.yamm .dropdown-menu h2 {
	font-size: 15px;
	line-height: 27px;
	color: #555;
	margin-top: 0px;
}
.yamm .dropdown-menu li {
	line-height: 26px;
	padding:0px;
	list-style-type:none;
}
.yamm .dropdown-menu li a {
	line-height: 26px ;
	text-transform: none ;
	display: block;
	font-size:13px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
	background: rgba(0, 0, 0, 0);
	text-decoration:none;
}
.yamm .dropdown-menu .text {
	font-size: 13px;
	line-height: 20px;
	position: relative;
	bottom: 0px;
	top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.box-heading{
    display: block;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
	padding: 18px 16px;
	background: #F7F7F7;
}

.sidebar .nav li ul{
	opacity: 1 !important;
	visibility: visible !important;
	border-top: 0px solid #2ea3f2;
	box-shadow: none;
	padding: 0;
	position: inherit;
	width: 100%;
}

.sidebar .nav li li ul{
	top: 0;
    left: auto;
	margin:0;
}

.sidebar .side-menu .head .icon {
	margin-right: 20px;
}
.sidebar .side-menu nav .nav > li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color #ebebeb;
	border-image: none;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-style: none solid;
	border-width: 0 1px;
	/*position: relative;*/
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	background: #FFFFFF;
	list-style-type:none;
}
.sidebar .side-menu nav .nav > li > a {
	padding: 10px 15px;
	display:block;
	font-size:13px;
}

.sidebar .side-menu nav .nav > li > a:after {
	color: #bababa;
	content: "\f0a9";
	font-size: 12px;
	height: 20px;
	line-height: 12px;
	width: 12px;
	font-family: FontAwesome;
	position:absolute;
	right:4px;
}
.sidebar .dropdown.menu-item:hover .mega-menu{
	display:block;
	opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
	padding:0;
	left: 100%;
	margin: 0;
	min-width: 265%;
	/*338%;*/
	position: absolute;
	top: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sidebar .side-menu2 nav .nav li a {
	padding: 14.3px 15px;
}
.onemoreDropdown{
	display: block;
	overflow:hidden;
}
/*.onemoreDropdown>a{
	padding:2px 0 !important;
}*/
.onemoreDropdown button{
	border-radius: 4px !important;
	position: absolute !important;
	width: 28px;
	padding: 3px 6px;
    top: 0;
    right: 0;
}
.onemoreDropdown ul.dropdown-menu{
	position: static !important;
	border: 0 none;
    width: 100%;
    margin-bottom: 4px;
}
.onemoreDropdown.open .dropdown-toggle{
	box-shadow:none;
}


.main-navbar{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-left: 0px;
    border-right: 0px;
    margin-bottom:0;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 10px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.main-navbar .navbar-nav>li>a,
.main-navbar .navbar-nav>li>a .caret{
    font-weight: bold;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 4px 0;
    line-height: 14px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 15px;
    padding: 5px 0px 5px 0px;
    line-height: 18px;
    font-weight: bold;
    white-space: inherit;
}

.margin-top-0{
    margin-top:0;
}

.main-navbar .dropdown-menu .dropdown-submenu .dropdown-menu{
	position:static;
	box-shadow: none;
	border: 0;
}
.onemoreDropdown button:after,
.main-navbar .dropdown-menu .dropdown.dropdown-submenu > a.dropdown-toggle:after,
.main-navbar .dropdown-menu .dropdown.dropdown-submenu.open > a.dropdown-toggle:after{
	float: right;
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-left: 10px;
	font-weight: normal;
}
.onemoreDropdown button:after,
.main-navbar .dropdown-menu .dropdown.dropdown-submenu > a.dropdown-toggle:after {
	content: "\f196";
}
.onemoreDropdown.open button:after,
.main-navbar .dropdown-menu .dropdown.dropdown-submenu.open > a.dropdown-toggle:after {
	content: "\f147";
}
.main-navbar .dropdown-menu>li>a:focus,
.main-navbar .dropdown-menu>li>a:hover
.main-navbar .nav .open>a:hover{
	border-color:transparent;
	background-color: transparent;
}
.main-navbar .dropdown-menu>li>a{
	padding: 3px 4px;
	background-color: transparent;
}
.sidebar .side-menu nav .nav > li > .mega-menu{
	min-height:100%;
}
.onemoreDropdown ul.dropdown-menu li a{
	line-height: 16px !important;
	/* padding: 0px; */
	white-space: normal;
	padding: 4px 12px;
}


/* brands box logos */

.brands-box-logos{
}
.brands-box-logos ul{
	margin:0 !important;
	padding:0 !important;
}
.brands-box-logos ul li{
	margin-bottom: 0px;
    margin-right: 6px;
    display: inline-block;
    float: left;
    width: 120px;
    height: 160px;
}
.brands-box-logos ul li a{
	display:block;
	padding:4px;
	border:1px solid #ddd;
	background-color: #fff;
}
.brands-box-logos ul li a span{
	display:block;
}
.brands-box-logos ul li a span.ph-brand-img{
	height: 100px;
    min-height: 100px;
    text-align: center;
	position: relative;
}
.brands-box-logos ul li a span.ph-brand-info{
	background-color:#f1f1f1;
	border-radius:2px;
	padding:6px 2px;
}
.brands-box-logos ul li a span.ph-brand-name,
.brands-box-logos ul li a span.ph-brand-discount{
	font-size:12px;
	color:#000;
	text-align:center;
	line-height:16px;
	letter-spacing: -0.5px;
}
.brands-box-logos ul li a span.ph-brand-name{
	font-weight:bold;
}
.brands-box-logos ul li a span.ph-brand-discount{

}

.brands-box-logos ul li a span.ph-brand-img img{
	max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	top: 50%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
	.animated {
		-webkit-animation-duration: .4s;
		animation-duration: .4s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	/*.main-navbar .dropdown:hover .dropdown-menu {
		display: block;
	}*/
	@-webkit-keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}
	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translateY(20px);
			-ms-transform: translateY(20px);
			transform: translateY(20px);
		}

		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
	}
	.fadeInUp {
		-webkit-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}
}

@media only screen and (max-width: 400px) {
	.brands-box-logos ul li{
		width:47.66%;
	}
}

@media only screen and (max-width: 767px) {
    .yamm .dropdown{
        overflow: hidden;
    }
    .bottomFooter p{
        text-align: center !important;
    }
	.sidebar .side-menu nav .nav > li > .mega-menu{
		left: 0;
		top: 100%;
		min-width: 100%;
		position: static;
	}
	.sidebar .side-menu nav .nav > li > a:after,
	.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder{
		display:none;
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	    color:#fff;
	}
	.pagination>li>a, .pagination>li>span{
	   padding: 6px 7.5px;
	}
	.search-panel .navbar-form{
	    padding: 0;
	    border-top: 0px solid transparent;
        border-bottom: 0px solid transparent;
        margin:0;
	}
	header{
	    padding-bottom:14px;
	}
	.preview-dtl .qtyClass{
	   width: 290px;
	}
	.mobile-mb-2{
	    margin-bottom:20px;
	}
}
@media only screen and (max-width: 567px) {
	ul.all-brand li{
		width: 120px;
		font-size: 12px;
	}
	.preview-dtl .qtyClass{
	   width: 230px;
	}
	.thumbnail .caption{
	    min-height: 120px;
	}
	footer.pharmacy-footer{
	    margin-top:0;
	}
}
@media (min-width: 300px) and (max-width: 767px) {
	.topHeader .text-right {
		text-align: center;
	}
	.navbar-pharmacy .navbar-nav li a{
		padding:4px;
		font-size:13px;
	}
}
@media (min-width: 768px) and (max-width: 967px) {
	.product-categorie-slide .owl-stage li.item{
		min-height: 330px;
	}
}
@media (min-width: 968px) and (max-width: 1024px) {
	.product-categorie-slide .owl-stage li.item{
		min-height: 340px;
	}
}


.alert-dismissable .popup_schedule_close,
    .alert-dismissible .popup_schedule_close {
        right: 12px;
    }

    .alert-dismissable .popup_schedule_close,
    .alert-dismissible .popup_schedule_close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

    button.popup_schedule_close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
    }

    .popup_schedule_close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        margin-right: 20px;
    }

    .popup_schedule_close span {
        line-height: 0 !important;
    }

    .popup_schedule_alert p {
        font-size: 16px;
    }

    .popup_schedule_alert>p,
    .popup_schedule_alert>ul {
        margin-bottom: 0;
    }

    .popup_schedule_alert {
        margin-bottom: 0;
        text-align: center;
        padding: 10px;
        border: 1px solid transparent;
        /*color: #fff;
        background: #1c1c1c;
        border-color: #000;*/
    }

    .popup-schedule-description{
        margin-top: 10px;
        margin-bottom: -10px;
    }
	
	#popup_schedule_modal{
		z-index: 105000 !important;
	}