/*
 Theme Name:   CHC Plusfile Retail Child
 Theme URI:    http://plusfile.com/chc-retail-child/
 Description:  CHC Plusfile Retail Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     CHC-plusfile
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  CHCretailchild
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@200&display=swap');
body {
    overflow-x: hidden;
    max-width: 100vw;
	    left: 0px;
    position: relative;
	 font-family: 'Poppins', sans-serif;
}
h1, h2 {
    font-family: 'Playfair Display', serif;
	color: rgba(0, 0, 0, 0.87)
}

h2{  font-size: 1.56rem !important;
    line-height: 110%;
    margin: 2.3733333333rem 0 1.424rem 0;
    color: #2d2d2d;
}
p {
    font-family: 'Poppins', sans-serif;
	color: rgba(0, 0, 0, 0.87)
}
h4 {
    font-size: 1.1rem;
    line-height: 110%;
    margin: 1.52rem 0 .912rem 0;
	    color: rgb(0 0 0);
}

a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.container {
    width: 90%;
}

.logo {
    font-size: 2em;
    font-family: 'Playfair Display', serif;
}
.glass {
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 11.0px );
    -webkit-backdrop-filter: blur( 11.0px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
nav {
    color: #000 !important;
    background-color: transparent;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-shadow: none;
    padding-right: 90px;
    padding-left: 90px;
}

a.btn {
    background: transparent;
    border-radius: 40px;
    border: solid 1px #858585;
    box-shadow: none;
    color: #282828;
}
	
	.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
    background: #fbfbfb;
    padding: 20px;
    margin-bottom: 40px;
    padding-bottom: 100px;
    display: block;
}
nav a{
    color: #000 !important;
}
.sidenav li>a {
    display: block;
    padding: 0 32px;
    color: white;
    font-size: 6rem;
    font-family: 'Playfair Display';
    margin-bottom: 45px;
    margin-top: 45px;
    height: 90px;
    line-height: 90px;
}

.product header {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #2d2d2d;
    /* font-size: 1.75em; */
    font-family: 'Playfair Display';
    font-size: 1.92rem;
    line-height: 110%;
    margin: 1.9466666667rem 0 1.168rem 0;
    font-family: 'Playfair Display';
}

button.single_add_to_cart_button {
    border: solid #506b5f 1px;
    border-radius: 40px;
    padding: 10px 40px;
    background: transparent;
    margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 20px 6px;
    margin: 0 4px 0 0;
    outline: 0;
    width: fit-content;
	border-radius: 40px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 20px;
}


button {
    border: solid black 1px;
    border-radius: 40px;
    padding: 10px 40px;
    background-color: blue;
    margin-top: 40px;
}


.woocommerce-cart button {
  border: solid #506b5f 1px;
    border-radius: 40px;
    padding: 12px 20px;
    background: transparent;
    margin-bottom: 0px;
    margin-top: 0px;
}

.checkout-button {
    border: solid #506b5f 1px;
    border-radius: 40px;
    padding: 10px 40px;
    background: red;
    margin-bottom: 30px;
}


.hero {
    min-height: calc(85vh + 60px);
    width: 100vw;
    background: rgb(255,0,84);
    background: linear-gradient( 
141deg
, rgba(255,0,84,0.1) 0%, rgba(107,64,183,0.1) 39%, rgba(128,122,241,0.1) 73%, rgba(249,100,1,0.1) 100%);
    margin-top: -60px;
}
.rounded {
    border-radius: 40px;
}

.productBackgroundImage img {
    max-width: 100%;
}

fieldset {
    border: none;
}

.product a.button {
     border: none;
    border-radius: 40px;
     padding: 0px;
    background: transparent;
    margin-bottom: 30px;
}


.productTextureImage img {
    max-width: 100%;
}


.product_img.tilt {
    margin-top: -72px;
    margin-bottom: 120px;
    text-align: center;
}
.tilt {
    transform: rotate(-50deg);
}
.special.tilt {
    position: absolute;
    left: 50vw !important;
    z-index: 1;
    top: 140px;
	max-width: 100vh;
}
.image img {
    width: 100%;
}
span.price {
    float: right;
}
nav a.sidenav-trigger {
    display: block;
    opacity: 1;
    color: black;
    float: right;
    line-height: 35px !important;
    height: 35px;
    border-left: solid 1px;
    margin-top: 10px;
}
nav .sidenav-trigger i {
    height: 35px !important;
    line-height: 37px !important;
}
.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: block;
    text-align: center;
    margin-right: 1rem;
    line-height: 2px;
    margin-top: 8px;
    float: right;
}
.collapsible-header p {
    width: 100%;
}
h3 {
    font-size: 1.92rem;
    line-height: 110%;
    margin: 1.9466666667rem 0 1.168rem 0;
    font-family: 'Playfair Display';
	     width: fit-content;
    display: inline-block;
	color: #b4b4b4;
}
h4 {
    font-size: 1.1rem;
    line-height: 110%;
    margin: 0rem 0 .912rem 0;
}
span.colors {
    float: right;
    width: 100%;
    text-align: right;
	line-height: 50px;
}

span.price {
    float: right;
    text-align: right;
    font-size: 1.2rem;
    font-family: 'Playfair Display';
    display: inline-block;
 margin-top: 7px !important;
	color: #2a2a2a;
}

h3.woocommerce-loop-product__title {
    margin-top: 0px;
}

a.details {
    float: right;
}
.border-bottom {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 0;
    /* background-color: #fff; */
    border-bottom: 1px solid #ddd;
}
.collapsible {
    border-top: none;
    border-right: none;
    border-left: none;
    margin: .5rem 0 1rem 0;
    box-shadow: none;
}
	
	.sidenav {
    position: fixed;
    width: 100vw;
  border-radius: 0px;
		text-align: center;
}
	
	.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;

    padding: 0;
    max-height: 85%;
    width: 75%;
    margin: auto;
    overflow-y: auto;

    will-change: top, opacity;
}
	
	.modal .modal-content {
    padding: 60px;
}
	
	.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #ffffffd9;
    display: none;
    will-change: opacity;
}
	
	button{
		border: solid #506b5f 1px;
    border-radius: 40px;
    padding: 10px 40px;
  background: transparent;
  
    margin-bottom: 30px;

		
	
	}

.product p a {
    border: solid 1px black;
    padding: 5px 20px;
    border-radius: 20px;
	font-size: 0.92em;
}

a.button {
		border: solid #506b5f 1px;
    border-radius: 40px;
    padding: 10px 40px;
  background: transparent;
  
    margin-bottom: 30px;
}
	


.checkout-button {
    border: solid #506b5f 1px !important;
    border-radius: 40px!important;
    padding: 10px 10px !important;
    background: #5f7e70 !important;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white!important;
    font-weight: bold!important;
}



	.blue,.red,.black,.green{
		display:inline-block;
		margin-left: 10px;
		height: 20px;
		width: 20px;
	}
	
	.copright {
    width: 100%;
    height: 40px;
    padding: 20px;
    background: black;
    color: white;
    text-align: center;
    padding-bottom: 40px;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
	.woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}

.woocommerce-page div.product div.summary {
    float: right;
    width: 90%;
    clear: none;
}
	
	.modal h3 {
    margin-top: 45px;
}
	
	.sidenav li.white-text a {
    color: white;
    font-size: 6rem;
    font-family: 'Playfair Display';
    margin-bottom: 45px;
    margin-top: 45px;
    height: 90px;
    line-height: 90px;
}
	
	.footer {
    background: #1b1b1b;
}
	.col.s12.border-bottom:hover {
    background: #f5f5f5;
}

.blankCircle {
    display: block;
    margin-left: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: 15px;
    float: right;
}

.A5imageOverlay {
  position: relative;
  z-index: 4;
  mix-blend-mode: multiply;
	width:100%;
	height:auto;
}
/*
.productTextureImage{
	  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
	width:100%;
	height:auto;
	opacity: 50%;
}
*/
.productTextureImage{
	  position: absolute;
	top:0;
  z-index: 2;
  mix-blend-mode: multiply;

	opacity: 50%;
}


.productBackgroundImage {
  position: absolute;
  top: 0;

}

.layeredImageContainer {
  position: relative;
}