/* common css */
html, body, a{
	font-family: var(--font-m);
	font-size:15px;
}
.btn{
	font-family: var(--font-sb);
}
.menu-item-has-children > a::after {
  margin-left: 5px;
}

.right-nav > ul li a .shopping-cart-item {
	top: -7px;
	right: -6px;
}
.item .price, .item .parent {
  margin-bottom: 35px;
  height: calc(100% - 35px);
}
/* header */
.navbar-brand {
	display: inline-block;
}
.navbar-brand img {
	max-width: 100%;
	max-height: 100px;
	width: auto;
	display: block;
}
.top-bar {
	background: #757471;
	padding: 6px;
	color: #fff;
	text-align: center;
	font-size: 13px;
}

.top-bar-affiliate {
	background: #42c161;
	padding: 6px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.navbar {
	padding: 0;
}
.navbar .navbar-nav{
	margin:auto;
}
.navbar-nav li {
	padding: 15px 5px 10px;
}
.navbar-nav .sub-menu li {
	padding: 0;
}
.navbar-nav ul.sub-menu {
	padding-top: 11px;
}
.navbar-nav ul.sub-menu1:before {
	top: 1px;
	left: 10%;
}
.navbar-nav li.active > a, .navbar-nav li a:hover {
	color: var(--anchor_hover_color);
}
.right-nav > ul {
	list-style-type: none;
	margin-top: 12px;
	margin-bottom: 0;
	padding-left: 0;
	text-align: right;
}
.right-nav > ul li {
	display: inline-block;
	position: relative;
	margin-right: 0px;
	margin-left: 0;
}
.right-nav > ul li:first-child{
	margin-left: 0px;
}
.right-nav > ul li a .wish-number {
	position: absolute;
	width: 14px;
	height: 14px;
	background: #ff0000;
	color: #fff;
	font-size: 10px;
	border-radius: 50%;
	top: -8px;
	text-align: center;
	right: -12px;
}
.right-nav > ul li.dropdown a {
	color: #57666f;
	font-size: 16px;
	padding-right: 0;
	width: 80px;
}
.right-nav > ul li.dropdown .dropdown-menu a {
	color: #57666f;
	width: 100%;
}
.right-nav > ul li.dropdown img {
	position: relative;
	top: -2px;
}

.right-nav > ul li a {
	font-size: 18px;
	margin-right: 6px;
	display: inline-block;
	border: 1px solid;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0;
	position: relative;
}
.search-nav .input-group {
	margin-top: 10px;
}
.typeahead__container.input-group input {
	background: #fff;
	border: 1px solid #b8b8b8;
	color: #161515;
	padding: 0 0 0 15px;
	height: 40px;
	font-size: 14px;
	border-radius: 21px !important;
}
.typeahead__container.input-group .btn {
	background: transparent;
	color: #000;
	padding: 0;
	position: absolute;
	width: 30px;
	min-width: 30px !important;
	font-size: 18px;
	border-radius: 0;
	border: 0;
	right: 10px;
	top: 4px;
	line-height: 32px;
}
.typeahead__cancel-button {
	top: 3px;
	right: 34px;
}
.typeahead__container.loading .typeahead__query:after, .typeahead__container.loading .typeahead__query:before {
	right: 40px;
}
.input-group input::placeholder {
color: #161515;
font-size: 14px;
}
.dropdown-toggle::after {
	border: 0;
	background-image: none;
	vertical-align: 2px;
	width: 10px;
	height: 6px;
	background-size: 100% 100%;
}




/*** custom css start ***/
a.shoproman-logo-allignment{
	left:70px
}
form.top-search-form {
    width: 70%;
}
.top-social-icons{
	text-align: center !important;
}     
h2.align-head {
    margin-left: 10%;
}
@media only screen and (min-width: 991px){
.pop-prod .owl-nav {
    width: 65% !important;
}
}
@media only screen and (max-width: 1380px){
form.top-search-form {
    margin: 0 auto;
}
}
.pop-prod .owl-nav .owl-prev {
    margin-left: 358px !important;

}
.view-all-btn{
	margin-top: 25px;
}
.carousel-arrow-postition  .owl-prev>span{
	left: 75px;
}
.my-wishlist
 {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 7px;
	background-color: #fff ;
	border-radius: 100%;
	padding: 10px;
	color: #000;
}
.my-wishlist:hover{
	color: red;
}
.popular-product-price{
	float: left;
	font-size: 13px !important;
	width: 60%;
}
.popular-product-review{
	float: right;
	font-size: 13px !important;
}
.single-popular-product{
	margin-bottom: 20px;;
}
.special-product-price{
	float: left;
	font-size: 13px !important;
	width: 50%;
}
.special-product-review{
	float: right;
	font-size: 13px !important;
}
.best-seller-product-price{
	float: left;
	font-size: 13px !important;
	width: 50%;
}
.best-seller-product-review{
	float: right;
	font-size: 13px !important;
}

/*** custom css end ***/




/**Footer**/
.subsriber-bar{
	background: var(--sections_bg_color_secondary);
	padding: 15px 0;
	margin-bottom: 30px;
}
.subsriber-bar h4 {
	margin: 0;
	font-size: 16px;
	line-height: 43px;
}
.subsriber-bar .input-group {
	margin-top: 0;
	width: 100%;
}
.subsriber-bar .form-control {
	height: 43px;
	background: #fff;
	border: 0;
}



footer .item {
	background: transparent;
}
.footer-brand img {
	max-height: 80px;
}

footer .social-icon{
	text-align: right;	
}
footer .social-icon a {
	border: 1px solid var(--btn_bg_color);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	text-align: center;
	color: var(--btn_text_color);
	display: inline-block;
	font-size: 18px;
	margin: 0px 0 0 8px;
	background: var(--btn_bg_color);
	line-height: 36px;
}
footer .social-icon a:hover {
	background: var(--btn_text_color);
	color: var(--btn_bg_color);
}
footer .item p{
	margin-bottom:5px;
}
footer {
	background: #fafafa;
}

footer h5 {
	font-size: 20px;
	text-transform: inherit;
	margin-bottom: 15px;
	color: #191818;
	font-family: var(--font-b);
}
.footer-brand {
	margin-bottom: 10px;
	display: block;
}
.footer-links {
	list-style-type: none;
	padding: 0;
}
.footer-links li {
	margin-top: 12px;
}
.copyright {
	background: #343434;
	margin-top: 30px;
	padding: 15px 0;
	margin-bottom: 0;
}
.copyright p {
	margin: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.copyright p img {
	float: right;
	width: auto;
}








/*media quries*/

@media (min-width: 1200px){
	.container-lg{
	  max-width: 1350px;
	}
}
@media only screen and (max-width: 1199px) {
.container {
	max-width: 100%;
}
.top-bar p {
	font-size: 13px;
}

header.sticky {
	top: -119px;
}
.mini-cart-container {
	right: 0;
}
.navbar-nav li {
	padding: 15px 5px 10px;
}
}

@media only screen and (max-width: 991px) {
	.typeahead__container.input-group .btn{
		right: 25px;
	}

.nav-close {
	display: block !important;
	position: absolute;
	right: 13px;
	top: 10px;
	font-size: 25px;
	width: 41px;
	height: 38px;
	color: #000;
	border: 1px solid #000;
	text-align: center;
	z-index: 99999999;
}
.navbar-toggler {
	padding: 0;
	position: absolute;
	top: 18%;
	right: 15px;
}
/*.navbar-toggler{padding: 0;position: absolute;top: -106px; right: 15px;}*/
.mobile-cart {
	z-index: 9;
}
.navbar-toggler-icon {
	background: #000;
	height: 2px;
	position: relative;
}
.navbar-toggler-icon:before {
	background: #000;
	height: 2px;
	position: absolute;
	top: -8px;
	content: '';
	width: 100%;
	left: 0;
}
.navbar-toggler-icon:after {
	background: #000;
	height: 2px;
	position: absolute;
	bottom: -8px;
	content: '';
	width: 100%;
	left: 0;
}
.navbar-collapse {
	position: fixed;
	top: 0px;
	left: 0;
	display: block !important;
	overflow: hidden;
	height: 100vh;
	background: #fff;
	z-index: 9999999;
	width: 0%;
	transition: 500ms;
}
.navbar-collapse.show {
	width: 100%;
	transition: 500ms;
}
.right-nav > ul li a {
	padding: 15px !important;
	font-size: 18px;
	color: #000
}
.right-nav > ul li {
	border-bottom-color: #fff;
	margin: 0 !important;
}
.navbar-nav li {
	padding:00!important;
}
.navbar-nav li a, .menu-item-has-children a.nav-link {
	padding: 15px 0!important;
}
.container {
	max-width: 100%;
}
.banner {
	padding: 100px 0 80px;
}
footer .col-sm-3:nth-child(04) {
	padding-left: 15px;
}
footer .col-sm-3:nth-child(05) {
	padding-left: 15px;
}
footer .col-sm-3:nth-child(06) {
	padding-left: 15px;
}
footer {
	padding-bottom: 60px;
}

footer .social-icons {
	display: block;
}
.navbar-nav ul.sub-menu {
	padding-top: 60px;
}
.navbar-nav ul.sub-menu {
	background: #fff;
}

.navbar-nav ul.sub-menu li.menu-close {
	background: transparent;
	border-color: #000 !important;
}
.navbar-nav ul.sub-menu li.menu-close:before {
	left: 1px;
}
.banner, .home-slider .banner.slide, .home-slider .banner.slide .carousel-item {
	/*height: 310px !important;*/
}
.banner.inner-banner {
	height: 300px;
}
.menu-item-has-children .sub-menu li a:hover {
	color: #000 !important;
}
.top-bar {
	display: none;
}
.navbar-outer .col-sm-12:last-child .right-nav {
	display: none;
}
.navbar-outer .col-sm-12:first-child {
	order: 2
}
.typeahead__field {
	width: calc(100% - 15px)
}
.input-group .btn {
	right: 22px;
}
.navbar-outer .right-nav {
	margin-top: 10px;
}
.navbar-brand img {
	margin: 0;
}
.footer-bar p {
	font-size: 12px;
	text-align: center;
}
.footer-bar p img {
	display: block;
	margin: 0 auto;
}
.subsriber-bar {
	background: transparent;
	padding: 0;
	margin-left: -28px;
}

.banner h2, .banner h2 b, .banner h2 span {
	font-size: 34px;
	line-height: 34px;
}
header.sticky {
	top: 0;
}
.add-items-to-menu {
	display: block;
}
.add-items-to-menu li {
	padding: 0 15px !important;
	border-bottom: 1px solid #ccc !important;
}
.add-items-to-menu li a {
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	font-family: var(--font-b);
	padding: 15px 0!important;
	display: block;
}
.add-items-to-menu li:first-child a {
	display: inline-block;
	color: #000;
}
.navbar-nav li a {
	color: #000;
}
.add-items-to-menu li:first-child {
	color: #000;
	font-size: 18px;
}
.navbar-nav ul.sub-menu li.menu-close:before {
	color: #000;
}
.mobile-cart img {
	width: 40px;
}
footer .social-icon {
	padding: 0;
}
footer .container .row .col-sm-3:nth-child(02) {
	padding-left: 15px;
}
footer .container .row .col-sm-3:nth-child(03) {
	padding-left: 15px;
}
footer .container .row .col-sm-3:nth-child(04) {
	padding-left: 15px;
}
footer h5 {
	font-size: 18px;
	margin-top: 30px;
}

.navbar-outer .col-lg-5 {
	order: 2;
	padding-bottom: 10px;
}
.typeahead__dropdown, .typeahead__list {
	width: calc(100% - 15px);
	min-width: inherit;
}
.typeahead__list.empty>li {
	padding: 10px !important;
}
.typeahead__list, .typeahead__dropdown {
	top: 43px;
	height: 360px;
	overflow: hidden;
	overflow-y: scroll;
}
.typeahead__list.empty {
	height: auto;
}
.navbar-brand img {
    max-width: 220px;
    max-height: 100px;
    top: 0;
    transform: none;
}

.navbar-brand {
	position: relative;
	height: auto;
	padding: 10px 0px;
}
.scrolling .search-nav{
	display:none;
}

}

@media only screen and (max-width: 767px) {
footer .footer-bar .col-sm-3 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
footer .col-sm-6:first-child {
	padding: 0;
}
footer .col-sm-3:nth-child(05) .footer-title {
	margin-top: 20px;
}
footer .col-sm-3:nth-child(06) .footer-title {
	margin-top: 20px;
}
.copyright p img {
	float: none;
	margin-top: 10px;
}
.copyright p {
	text-align: center;
}
footer {
	padding-top: 0;
	text-align: left;
}
.social-icon {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
footer h5 {
	margin-top: 20px;
	font-size: 20px;
	border-bottom: 1px solid var(--primary_color);
	padding-bottom: 10px;
}
.footer-links li a {
	font-size: 18px;
}
.footer-bar {
	padding-bottom: 0;
	padding-top: 18px;
}
.footer-bar p {
	margin-bottom: 15px;
}
footer p.contact-footer .fas {
	position: static;
}
footer .offset-4 {
	margin: 0;
}
footer .subsriber-bar {
	margin-top: 0px;
}
footer .social-icons {
	text-align: center;
	margin-bottom: 10px;
}
footer .social-icon {
	margin: 10px 0 0;
}
footer .item {
	text-align: left;
}
footer .footer-bar .col-sm-3 {
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.subsriber-bar {
		margin-left: 15px;
	}

	.pop-prod .owl-nav .owl-prev {
		margin-left: 0 !important;
	}

	.banner {
		background-size: cover;
		background-position: 0;
	}
	.carousel-arrow-postition .owl-prev>span {
    left: 0px;
}
.navbar-brand img {
    margin-left: 40px;
}
}
.right-nav>ul li a:hover {
	border-block-start-width: 2px;
	border-block-end-width: 2px;
}


/*
.banner,
.home-slider .banner.slide,
.home-slider .banner.slide .carousel-item {
        background-position: center;
        height: 100vh; 
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
	}
*/

/* Media Queries for Responsive Layout */
/* Mobile devices (320px — 479px: Mobile devices) */
@media only screen and (min-width: 320px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 250px;
		overflow: hidden;
		background-size: contain;
	}
}

@media only screen and (max-width: 991px) {
    .navbar-collapse.show {
        height: 90%;
        overflow-y: auto;
    }
}

/* Mobile devices (480px — 639px: iPads,Tablets) */
@media only screen and (min-width: 480px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 300px;
		overflow: hidden;
		background-size: contain;
	}
}



/* Small devices such as large phones (640px - 767px) */
@media only screen and (min-width: 640px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 400px;
		overflow: hidden;
		background-size: cover;
	}
}

/* Medium devices such as tablets (768px - 1023px) */
@media only screen and (min-width: 768px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 300px;
		overflow: hidden;
		background-size: cover;
		background-position: 100% 100%;
	}
}

/* Large devices such as laptops (1024px - 1279px) */
@media only screen and (min-width: 1024px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 360px;
		overflow: hidden;
		background-size: cover;
		background-position: 100%;
	}
}

/* Desktop */
@media only screen and (min-width: 1280px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 440px;
		overflow: hidden;
		background-size: cover;
		background-position: 100%;
	}
}
/* Desktop */
@media only screen and (min-width: 1420px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 540px;
		overflow: hidden;
		background-size: cover;
		background-position: 100%;
	}
}

/* Extra Large */
@media (min-width: 1920px) {

	.banner,
	.home-slider .banner.slide,
	.home-slider .banner.slide .carousel-item {
		height: 600px;
		overflow: hidden;
		background-size: cover;
		background-position: 100%;
	}
}