/**
* Theme Name: Styler Child
* Description: This is a child theme of Styler.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: styler
* Version: 1.1.1
*/
.custom-product-style .styler-product{text-align:center;}
.custom-product-style .styler-inline-two-block,
.custom-product-style .styler-cart-hidden
	{
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
.nt-shop-page .styler-inline-two-block.styler-before-loop{display:none;}
.fancy-block{position:relative;}
.fancy-block:before
	{
		content: '';
		position:absolute;
		top:0;
		left:0;
		width:50%;
		height:100%;
		background:#222;
	}
.logo.logo-type-img
	{
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
.elementor-element-528da03{display:none;}
.copyright-text{text-align:center;}
@media (min-width: 1200px)
	{
		.nt-shop-page .container-xl{max-width: 1180px !important;}
		.row-cols-xl-5>* {
    	width: 33.33% !important;
		}
	}
