/* ----------------------------------------------------------------
	Canvas: Shop
-----------------------------------------------------------------*/

.sub-listing{
	
	
	text-align: left;
}
.sub-listing > p{
	text-align: left;
	margin-left: 25px;
	font-weight: 600;
	cursor: pointer;
}

.header-bottom {
font-size: 46px;
font-weight: 600;
}
.contact-header{
	/* padding-top: 10px;
	padding-bottom: 10px; */
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 10px;
	/* top:5% */
}

.skip-padding{
	/* padding-top: 10px;
	padding-bottom: 10px; */
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 10px;
	/* top:5% */
}
.bottom-font p:first-child{
	margin-bottom: 5px !important;
	font-size: 23px !important;
}
.bottom-font{
	margin-top: 15px !important;
}
.bottom-font > p{
	color:#003a4c;
	font-size: 21px;
	font-weight: 600;
}

body{
	animation: transitionIn 0.95s;
}


@keyframes transitionIn {
	from {
		opacity: 0;
		transform: rotateX(-10deg);
	} 
	to {
		opacity: 1;
		transform: rotateX(0);
	}
}
@media (min-width: 992px) {

	.menu-link {
		padding-left: 13px;
		padding-right: 13px;
		text-transform: none;
		font-weight: 500;
		letter-spacing: 0;
		font-size: 0.875rem;
	}

	.sub-menu-container .menu-item > .menu-link { font-size: 0.875rem; }

	.primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
		text-decoration: underline !important;
		color: var(--danger) !important;
	}

	#header.full-header .menu-container { border-right: 0; }

	.slider-caption h2 {
		font-size: 60px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 5px;
	}

}


@media (max-width: 991.98px) {

	#top-account {
	    padding-right: 15px;
	}

}

#top-account {
	font-size: 14px;
	font-weight: 500;
	border-right: 1px solid #DDD;
	padding: 3px 15px 3px 0;
}

.dark .top-links-item > a,
.dark #top-social li a,
#top-bar.dark { color: #FFF; }

body.top-search-open #top-search-trigger > i { opacity: 0; }

/* shop-categories */
.shop-categories [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.shop-categories [class^=col-] > a {
	display: block;
	position: relative;
	height: 200px;
	background-color: #EEE;
}

.shop-categories [class^=col-] img { display: block; }

.shop-categories [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	opacity: 0.4;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.shop-categories [class^=col-] > a:hover::before { opacity: 1; }

.product .product-title h3 {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: capitalize;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price { font-size: 14px; font-weight: 500; }

.product-image .product-overlay {
	opacity: 0;
	width: 90px;
	height: auto;
	position: absolute;
	top: auto;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: bottom .3s ease, opacity .3s .1s ease !important;
	-o-transition: bottom .3s ease, opacity .3s .1s ease !important;
	transition: bottom .3s ease, opacity .3s .1s ease !important;
}

.product-image:hover .product-overlay {
	opacity: 1;
	bottom: 20px;
}

.product-overlay a span { display: none; }

.product-overlay a {
	width: 40px;
	height: 40px !important;
	border-radius: 50%;
	text-align: center;
	line-height: 41px;
	padding-left: 2px;
}
.product-overlay a:last-child {
	margin-left: 10px;
}

.owl-carousel .owl-nav [class*=owl-] { opacity: 1; }
.owl-carousel .owl-nav .owl-next { right: -18px; }
.owl-carousel .owl-nav .owl-prev { left: -18px; }

.row.grid-6 .product-overlay a span { display: none; }

.row.grid-6 [class^=col-] { margin-bottom: 20px; }

ul.iconlist li {
	margin: 8px 0;
}

ul.iconlist i {
	top: 0 !important;
	width: 10px !important;
	font-size: 10px;
}

.clients-grid.grid-8 li { width: 12.5% }

.button.button-desc.button-small {
	padding: 14px 20px;
	font-size: 16px;
}

.button.button-desc.button-small i {
	top: -1px;
	width: 34px;
	font-size: 34px;
	text-align: left;
}

.button.button-desc.button-small span {
	font-size: 12px;
	margin:  0 0 8px 0;
}

.widget .list-unstyled li { margin-bottom: 3px; }

.widget .list-unstyled li a { color: #666 !important; }

.shop-footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}

.shop-footer-features i {
	position: relative;
	top: 8px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 10px;
	color: #888;
}

.shop-footer-features h5 span { color: #A0ACB6 !important; }


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) { 
	.header-bottom{
		font-size: 24px !important;
	}
	.bottom-font > p{
		font-size: 17px !important;
	}
	.div-center a{
		margin-left: auto;
		margin-right: auto;
	}
	.col-res-padding{
		padding: 20px;
	  }
	  .products-margin-top{
		margin-top: 50px;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 578px) { 
	.header-bottom{
		font-size: 24px !important;
	}
	.bottom-font > p{
		font-size: 17px !important;
	}

	.contact-header{
		padding-left: 22px !important;
	}
	
	.skip-padding{
		padding-left: 22px !important;
	}
	.products-margin-top{
		margin-top: 50px;
	}

	.bottom-font p:last-child{
		padding-right: 0px !important;
	}
	.div-center a{
		margin-left: auto;
		margin-right: auto;
	}
	.col-res-padding{
		padding: 70px;
	  }

	
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.header-bottom{
		font-size: 48px !important;
	}
	.bottom-font > p{
		font-size: 20px !important;
	}

	.contact-header {
		padding-left: 75px !important;
	}
	.skip-padding{
		padding-left: 12px !important;
	}
	.col-res-padding{
		padding: 70px;
	  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	
}
