/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Avenir Next LT Pro Regular";
}

#wrapper .breadcrumb .category-name {
    display: none;
}

#content-wrapper .category-name {
    text-align: center;
}
 
.box-top-header .logo {
	padding: 10px 0 !important;
}
.page-content.page-cms {
	padding: 40px;
}

.blog-detail .blog-title {
	text-align: center;
}

.widget-category_image.image-category.image-full .cate-name a {
	font-size: 32px;
	height: 60px;
}

.thumbnail-container .product-title a {
	display: block;
    height: 50px;
	padding-top: 5px;
}

.popup-content.dropdown-menu.user-info li:nth-child(5) {
	display: none;
}
 
.legal-documents a, .your-celebration a {
	text-decoration: underline;
}

.legal-documents:first-child ol > li:before {
	font-weight: 600;
}
.legal-documents ol h2 {
	font-size: 15px;
	display: inline-block;
	font-weight: 600;
}
.legal-documents ol {
	counter-reset: section;
	list-style-type: none;
	padding: 0;
}
.legal-documents ol li {
	margin-bottom: 10px;
}
.legal-documents ol li ol li ol li {
	margin-top: 10px;
}
.legal-documents ol li:before {
	counter-increment: section;
	content: counters(section, ".") ". ";
	font-weight: 500;
}
.legal-documents ul li:before {
	content: "- ";
	font-weight: 500;
}
#wrapper .ApColumn .title-normal .title_block {
	margin-bottom: 40px !important;
}
.category-products {
	margin-top: 80px;
}

.your-celebration .row {
	display: flex;
	align-items: center;
}
.your-celebration p {
	line-height: 1.5;
}
.your-celebration ul li {
	line-height: 1.5;
}
.your-celebration .image img {
	max-height: 400px
}

/* ABOUT */
.about p {
	line-height: 1.5;
}

.about h2 {
	margin-bottom: 20px;
}

.about .intro img {
	height: auto;
	width: 100%;
	padding-bottom: 50px;
}

.about .intro ul li {
	list-style: square;
	margin-left: 45px;
    text-align: left;
	line-height: 1.5;
}

.about .intro {
	padding-right: 40px;
}

.about .article {
	padding-left: 40px;
}

.about .article .improvement {
	padding-top: 50px;
}

.about .article .vision, .about .article .mission {
	padding-top: 30px;
}

.about .final-words {
	padding-top: 50px;
	text-align: center;
}


/* CONTACTS */

.contacts .details p.title {
	margin-bottom: 15px;
}

.contacts .stores {
	margin-bottom: 50px;
}

.contacts .stores .store {
	margin-bottom: 40px;
	line-height: 1.5;
}

.contacts .stores img {
	height: auto;
	width: 100%;
	padding-bottom: 30px;
}

.contacts .stores {
	display: flex;
	flex-wrap: wrap;
}

.contacts .stores h2 {
    text-align: center;
    font-size: 24px;
    padding: 50px 0 20px 0;
	width: 100%;
}

#identity .custom-checkbox label, #authentication .custom-checkbox label {
	font-size: 14px;
}

.page-product #wrapper {
	background-color: #FFF;
}

.more-info-product {
	border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}






.page-home > .bannercontainer {
    display: none;
}

#delivery-modal-overlay {
	display: none;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background-color: rgba(0,0,0,0.5);
}

#delivery-modal {
    position: fixed;
    z-index: 99999;
    max-width: 600px;
    background-color: #FFF;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.25);
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -250px;
    text-align: center;
    min-width: 500px;
}

#delivery-modal .delivery-modal__body {
	padding: 25px 25px 10px 25px;
}

#delivery-modal .delivery-modal__body img {
    padding-bottom: 20px;
    height: 120px;
    width: auto;
}

#delivery-modal .delivery-modal__body h2 {
	font-size: 26px;
    font-family: "Avenir Next LT Pro Bold";
	margin-bottom: 20px;
}

#delivery-modal .delivery-modal__body b {
    font-family: "Avenir Next LT Pro Bold";
}

#delivery-modal .delivery-modal__body p {
    margin-bottom: 15px;
	line-height: 1.5;
}

#delivery-modal .delivery-modal__footer {
	padding: 10px 25px 20px 25px;
}

#delivery-modal .delivery-modal__link {
    padding: 8px 15px;
    border: 1px solid #555;
    display: inline-block;
	color: #555;
	cursor: pointer;
}

#delivery-modal .delivery-modal__link.cta {
	padding: 15px 50px;
    font-family: "Avenir Next LT Pro Bold";
	border: 1px solid #5B1F29;
	color: #5B1F29;
}

#delivery-modal .delivery-modal__link:hover {
	background-color: #555;
	color: #FFF;
}

#delivery-modal .delivery-modal__link.cta:hover {
	background-color: #5B1F29;
	color: #FFF;
}

/* BLOG */
.blog-lastest-title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 25px;
}

/* CHECKOUT - ADDRESS*/
#delivery-address .js-address-form .form-fields {
	display: flex;
	flex-direction: column;
}
body#checkout section.checkout-step .radio-block {
	cursor: pointer;
	width: 100%;
}
body#checkout section.checkout-step .address-alias {
	display: none;
}

.address-item .radio-block .address {
	display: inline-block;
}


/* POPUP */
.fancybox-skin .btn {
	border: 1px solid #555;
    color: #555;
    cursor: pointer;
}
.fancybox-skin .btn:hover {
    background-color: #555;
    color: #FFF;
}

li.nav-item.new {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0) 25%, rgba(240, 222, 204, 1) 100%);
}

li.nav-item.new:after {
    content: "NAUJIENA";
    position: absolute;
    top: 0px;
    right: 22px;
    font-size: 11px;
    padding: 11px 13px;
    letter-spacing: 0.5px;
    color: #c98053;
    font-family: 'Avenir Next LT Pro Demi';
    pointer-events: none;
}

.offcanvas-mainnav li.nav-item.new:after {
    content: "NAUJIENA";
    position: absolute;
    top: -1px;
    right: 10px;
    font-size: 10px;
    letter-spacing: 0.5px;
    color: #c98053;
    font-family: 'Avenir Next LT Pro Demi';

}

@media (max-width: 991px) {
    
}

/* Luminor - Spellpayment */
/*
.payment-method-list label:last-of-type {
    display: none !important;
}
*/

/* MEDIA QUERY*/

@media (max-width: 1199px) and (min-width: 992px) {
    .menu-float .leo-megamenu .navbar-nav > li + .nav-item {
        margin-left: 17px;
    }
}

@media (max-width: 991px) {
	.box-top-header {
		display: flex;
	}
	
	.menu-float {
		order: -1;
	}
	
	.left-top-header {
		flex-shrink: 1;
	}
	
	.center-top-header {
		flex-shrink: 1;
	}
	
	.right-top-header {
		flex-shrink: 2;
	}
	
	.off-canvas-nav-megamenu .offcanvas-mainnav {
		background-color: #FFFFFF;
		display: flex;
		flex-direction: column;
	}
	
	.off-canvas-nav-megamenu .navbar-nav > li > a {
		color: #000000;
		background-color: #FFFFFF;
	}
	
	.off-canvas-nav-megamenu .navbar-nav > li > .caret:before {
		color: #000000;
	}
	
	.off-canvas-button-megamenu {
		order: 999;
		background-color: #FFF;
		color: #000000;
		font-weight: 400;
		font-size: 14px;
		border: 0;
		padding: 30px 0;
		text-transform: capitalize;
	}
	
	.box-top-header .logo {
		padding: 5px 0 !important;
	}
	
	.logo img {
		width: auto;
		height: 60px;
	}
	
	.widget-category_image .leo-qty {
		display: none !important;
	}
	.widget-category_image.image-category.image-full .cate-name a {
		font-size: 20px;
		height: 40px !important;
	}
	.widget-category_image .cate-name {
		margin-bottom: 5px !important;
	}
	.thumbnail-container .product-image .functional-buttons {
		display: none;
	}
	.block-link-inline ul li {
		display: block !important;
	}
	.image-new-collection .image_description .title_block {
		font-size: 25px !important;
		margin: 10px 0 !important;
	}
	#wrapper .ApColumn .title-normal .title_block {
		font-size: 25px !important;
		margin-bottom: 20px !important;	
	}
	.product-detail-name {
		font-size: 25px;
	}
	.bannercontainer .tp-caption.big_black {
		font-size: 80px !important;
		line-height: 80px;
	}
	
	
	.your-celebration .row {
		display: block;
	}
	.your-celebration .image {
		text-align: center;
	}
	.your-celebration .image img {
		max-width: 100%;
		height: auto;
	}
	.your-celebration h2 {
		text-align: center;
	}
	.page-content.page-cms {
		padding: 20px;
	}
	.contacts .details p.company {
		padding-top: 20px;
	}
	.contacts .stores h2 {
		padding: 30px 0 0 0;
		margin: 0;
	}
	.contacts .stores img {
		padding: 20px 0 10px 0;
	}
	.about .intro ul {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px ) {
    #wrapper .breadcrumb > .container {
        padding: 0;
    }
    
    .category-cover.hidden-md-up {
        margin: -20px -16px 0 -16px;
    }
    
    #content-wrapper .category-name {
        margin: 20px 0 5px;
    }
    
	.about .intro, .about .article {
		padding: 0;
	}
	
	#delivery-modal {
		top: 50%;
		left: 0;
		margin: -250px 0 0 0;
		max-width: 100%;
		right: 0;
		min-width: unset;
	}
}