/* TOP NAV */

.topnav-link + .topnav-link:before {
	content: "";
	display: inline-block;
	height: 1em;
	width: 1px;
	background-color: #e6e6e6;
	vertical-align: middle;
}

.item-secondary {
	visibility: visible;
}

/* MOBILE MENU */

.fullscreen-menu-box {
	display: block !important;
	bottom: 100%;
	z-index: 2001;
	transition: 0.3s;
	transition-delay: 0.3s;
}

.fullscreen-menu-box.active {
	bottom: 0;
	transition: 0s;
}

.fullscreen-menu {
	background-color: #333;
	overflow: scroll;
    opacity: 0;
    transition-delay: 2s;
    transition: 0.3s;
}

.fullscreen-menu-box.active .fullscreen-menu {
	opacity: 1;
	transition-delay: 0s;
}

.fullscreen-menu-box .close-menu,
.fullscreen-menu-box .close-menu:hover {
    background-color: transparent;
}

.fullscreen-menu-box .close-menu span:nth-child(1){
	transform: rotate(-45deg);
	margin-top: 16px;
	transition-delay: 0.1s;
	top: -100px;
	right: -100px;
}

.fullscreen-menu-box.active .close-menu span:nth-child(1) {
	top: 0;
	right: 0;
}

.fullscreen-menu-box .close-menu span:nth-child(2){
	transform: rotate(45deg);
	margin-top: -8px;
	bottom: -100px;
	right: -100px;
}

.fullscreen-menu-box.active .close-menu span:nth-child(2){
	bottom: 0;
	right: 0;
}

.fullscreen-menu .dropdown-menu {
	display: none;
    position: relative;
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
    transition: none;
    opacity: 1;
}

.fullscreen-menu .dropdown-menu:before {
    display: none;
}

.fullscreen-menu .dropdown-menu li:first-child,
.fullscreen-menu .dropdown-menu li {
    border: none;
    text-align: center;
}

.fullscreen-menu .dropdown-menu li a {
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

.fullscreen-menu .mobile-nav li,
.fullscreen-menu .dropdown-menu li {
    opacity: 0;
    transform: translateY(15px);
    transition: 0.5s;
}

.fullscreen-menu .mobile-nav li.ready,
.fullscreen-menu .dropdown-menu li.ready {
    opacity: 1;
    transform: translateY(0px);
}

.fullscreen-menu .mobile-nav li .icon {
	transition: 0.35s;
	font-size: 0.6em;
	vertical-align: 0.2em;
}

.fullscreen-menu .mobile-nav .show .icon {
    transform: rotate(180deg);
}

.fullscreen-menu .mobile-nav > li > a {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

/* INSPIRATION MODAL */

.modal-project-image .ratio {
	opacity: 0;
	transition: 0.4s;
}

.ready .modal-project-image .ratio {
	opacity: 1;
}

.loader-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}

.inspiration-product + .inspiration-product {
	border-top: 1px dashed #cecece;
}

.inspiration-product-thumb-box {
	max-width: 50px;
}

@media(min-width:576px){
	.split-modal-image {
		min-width: 300px;
	}
	.split-modal-content {
		height: 300px;
		overflow: scroll;
	}
}

@media(min-width:768px){
	.split-modal-image {
		min-width: 420px;
	}
	.split-modal-content {
		height: 420px;
	}
}

@media(min-width:992px){
	.split-modal-image {
		min-width: 530px;
	}
	.split-modal-content {
		height: 530px;
	}
}

/* SEARCH */

.global-search-box {
    display: none;
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
}

.search-modal .modal-content {
    background-color: transparent;
    border: none;
}

.global-search input.form-control {
    position: absolute;
    top: 0;
    height: 100%;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding-right: 70px;
    font-size: 14px;
    color: #999;
    opacity: 0;
    transition: 0.5s;
}

#global-search-box.active input.form-control {
    opacity: 1;
    font-size: 18px;
}

.global-search input.form-control::placeholder {
    color: #ccc;
}

.global-search .btn {
    position: absolute;
    top: 50%; right: 0;
    height: 56px;
    margin-top: -28px;
    fill: #333;
    border: none;
    background-color: transparent;
    transform: scale(0);
    transition: 0.4s;
}

#global-search-box.active .btn {
    transform: scale(1);
}

#global-search-close {
    padding-top: 18px;
}

#global-search-close:focus,
#global-search-close:active {
    box-shadow: none;
}

.global-search .btn.btn-submit {
    right: 56px;
}

.global-search .btn .icon {
    font-size: 20px;
}

@media(min-width:768px){
    .global-search input.form-control {
        font-size: 18px;
    }
    #global-search-box.active input.form-control {
        font-size: 24px;
    }
}

/* OTHER */

.global-loader {
    position: absolute;
    top: 100%; left: 0;
    text-align: center;
    z-index: 1051;
    transition: 0.3s;
    
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(71,71,71,0.01) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(71,71,71,0.01) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(71,71,71,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c000000', endColorstr='#00474747',GradientType=0 );
}

.global-loader.active {
    height: 100px;
    padding: 30px 0;
}

.global-loader .loader {
    display: inline-block;
    height: 40px;
    background-color: #ed1f24;
    border-radius: 50px;
}

.global-loader svg rect,
.global-loader svg path {
    fill: #fff;
}

/* SINGLE PRODUCT */

.product-thumbnail-box .icon-search {
	position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    padding: 12px;
    color: #000;
    background-color: #f5f5f5;
    border-radius: 9rem;
    transform: translate3d(-50%,-50%,0) scale(0);
    transition: 0.2s;
}

.product-thumbnail-box:hover .icon-search {
	transform: translate3d(-50%,-50%,0) scale(1);
}

.product-ecommerce-gallery .owl-nav > * {
	position: absolute;
	top: 50%;
	left: -5px;
	background-color: #FF120A;
	color: #fff;
	border-radius: 9rem;
	width: 22px;
	height: 22px;
	padding-left: 3px;
	margin-top: -11px;
}

.product-ecommerce-gallery .owl-nav > .disabled {
	background-color: #ccc;
	opacity: 0.5;
}

.product-ecommerce-gallery .owl-nav > .owl-next {
	left: auto;
	right: -5px !important;
}

/* RESOURCES CAROUSEL */

.product-resources-carousel .owl-custom-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.product-resources-carousel .owl-stage-outer,
.product-resources-carousel .owl-stage {
	height: 100%;
}

.product-resources-carousel .owl-custom-nav button {
	color: #fff;
	background-color: transparent;
}

.product-resources-carousel .content-box {
	padding-bottom: 5.6rem;
}

.resouce-item-heading {
	padding-right: 5rem;
}

.block-video-play {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate3d(-50%,-50%,0);
	font-size: 2rem;
	line-height: 0;
}

.block-video-play .red-box {
	padding: 0.8rem;
}

.block-video-play .red-box {
	transition: 0.3s;
}

.block-video-play:hover .red-box {
	transform: scale(1.1);
}

/* CART MODAL */

.modal-header .btn {
    position: absolute;
    top: 5px; right: 5px;
    height: 42px;
    width: 42px;
    margin: 8px;
    padding: 0;
    font-size: 22px;
    background-color: transparent;
}

.cart-content .header {
    background-color: #ed1f24;
    color: #fff;
    padding: 15px 20px;
}

.cart-content .cart_list {
    list-style: none;
    margin: 0 -2.4rem; padding: 0;
}

.cart-content .cart_list li {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    padding: 15px;
    min-height: 90px;
}

.cart-content .cart_list li:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.cart-content .cart_list img {
    min-width: 50px;
    max-width: 50px;
    height: auto;
}

.cart-content .remove {
    position: absolute;
    right: 15px;
    top: 28px;
    font-size: 20px;
    color: #999;
    font-weight: 100;
    padding: 0 8px;
}

.cart-content .remove + a {
    padding-right: 30px;
}

.cart-content span.quantity {
	display: block;
    color: #999;
}

.cart-content .cart-item.loading > * {
	opacity: 0.5;
}

.qty-input {
	width: 50px;
	height: 46px;
	border: none;
	border-radius: 0;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #f5f5f5;
	text-align: center;
}

.cart-content .qty-input {
	background-color: #fff;
	height: 32px;
}

.cart-content .quantity-box {
	flex-direction: column;
	width: 50px;
	position: absolute;
	top: 50%; right: 50px;
	transform: translate3d(0,-50%,0);
	margin-top: 0;
}

.cart-item .padding-right {
	padding-right: 100px;
}

.quantity-box {
	width: 130px;
	display: flex;
}

.qty-btn {
	width: 35px;
	height: 46px;
	line-height: 1;
	padding-top: 13px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #222;
	background-color: #E8E8E8;
}

.cart-content .qty-btn {
	width: 100%;
	height: 20px;
	padding-top: 0;
	background-color: #f5f5f5;
}

.cart-content .qty-btn.add {
	order: 1;
}

.cart-content .qty-btn.substract {
	order: 3;
}

.qty-btn:last-child {
	border-radius: 0 4px 4px 0;
	order: 3;
}
.qty-btn:first-child {
	border-radius: 4px 0 0 4px;
	order: 1;
}

.cart-content .qty-btn:first-child,
.cart-content .qty-btn:last-child {
	border-radius: 4px;
}

.qty-btn:hover,
.qty-btn:focus {
	text-decoration: none;
	color: #111;
	background-color: #e1e1e1;
}

.undefined-total {
    top: -4px;
    position: relative;
}

.added_to_cart.wc-forward {
    display: none;
}

.cart-content .woocommerce-mini-cart__empty-message {
    display: block;
    margin: 0;
}

.modal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px 15px;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 1px 20px rgba(0,0,0,0.15);
	z-index: 3;
	transition: 0.3s;
}

.modal-close:hover {
	transform: rotate(90deg);
}

@media(max-width:575.98px){
	.woocommerce-cart-page-form .quantity-box {
		width: 50px;
	}
}

@media(min-width:576px){
	.cart-item .padding-right {
		padding-right: 180px;
	}
	.cart-content .total {
	    display: inline-block;
	}
	.cart-content .buttons {
	    float: right;
	    padding-top: 10px;
	    margin: 0;
	}
}

@media(min-width:768px){
	
}

/* OFFER MODAL */

.offer-submit-btn {
	min-width: 200px;
}

.offer-modal .input-col {
	flex: 0 0 auto;
	width: 100%;
}

/* SAMPLE MODAL */

.modal-sep {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	border-top: 1px solid #e9ecef;
}

.sample-modal-item {
	border: 1px solid #E5E5E5;
	transition: 0.3s;
}

.sample-modal-item:hover {
	border-color: #ed1f24;
}

.sample-modal-item .icon-cart {
	transition: 0.3s;
}

.sample-modal-item:hover .icon-cart {
	color: #ed1f24;
}

.sample-modal-item .loading-text {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate3d(-50%,-50%,0);
	font-size: 12px;
}

.sample-modal-item-title {
	line-height: 1.1;
	margin-bottom: 3px;
}

/* ACCORDION */

.accord-item {
    padding-top: 5px;
    padding-bottom: 5px;
	border-bottom: 1px solid #ececec;
}

.accord-item .icon-box {
	position: absolute;
	right: 0;
}

.accord-item .title {
  background-color: transparent;
	border: none;
	width: 100%;
	text-align: left;
	cursor: pointer;
	color: #000;
}

.accord-item .title:active,
.accord-item .title:focus {
	outline: none;
}

.accord-item .title:hover .icon-box {
    transform: scale(1.1);
}

.accord-item .title .icon {
    vertical-align: -4px;
    margin-right: 5px;
    transition: 0.3s;
}

.accord-item.active .icon {
    transform: rotate(180deg);
}

/* MODAL SEARCH */

.modal-search-input {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	padding: 10px 40px 10px 0;
	font-size: 1.5rem;
	color: #fff;
}

.modal-search-input:focus,
.modal-search-input:active {
	outline: none;
	border-color: #fff;
	color: #fff;
}

.modal-search-submit {
	position: absolute;
	top: 0; right: -15px;
	font-size: 1.5rem;
}

/* SEARCH */

/* #mobile-search-sticky-filters {
	min-height: 45px;
}

@media(max-width:767.98px){
	#mobile-search-sticky-filters.sticky .fixed-padding {
		position: fixed;
		top: 59px;
		left: 0;
		width: 100%;
		padding: 15px 30px;
		background-color: #f0f0f0;
	}
} */