/*
CTC Separate Stylesheet
Updated: 2020-08-20 08:52:17
*/



/* --------------- 3.2 HEADER TOP --------------- */

	/* Remove Buttons */
	
.top-menu li.wishlist > a {
	background-image: url("assets/images/wishlist.png");
	background-image: none, url("assets/images/wishlist.svg");
	position: relative;
	display: none;
}

.top-menu li.my-account a {
	background-image: url("assets/images/user.png");
	background-image: none, url("assets/images/user.svg");
	display: none;
}

	/* shopping cart list */

/*.header-layout-1 .widget_shopping_cart {
    top: 45px;
}

.widget_shopping_cart {
    position: absolute;
    top: 40px;
    left: 50%;
    background: #777;
    padding: 20px;
    z-index: 999;
    min-width: 350px;
    opacity: 0;
    visibility: hidden;
    letter-spacing: 2px;
}

/* ==================== 5.0 FOOTER ==================== */

.copyright {
	color: #999;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	background: #000;
	padding: 20px 0;
}

/* ==================== 6.0 WOOCOMMERCE STYLE - FUNCTIONS ==================== */
	
	/* Return Notice Single shop page*/

.return {
	text-align: center;
	font-style: italic;
}

	/* Free Shipping Notice Shop page*/

.freenotice {
	text-align: center;
	font-style: bold;
	color: #000;
}
	

	/* Woocommerce message box */
	
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
    background-color: #f7f7f7;
    border-color: #000;
    color: #3c763d;
}

.woocommerce .woocommerce-info {
    background-color: #f7f7f7;
    border-color: #000;
    color: #31708f;
}

	/* store notice */
	
.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #000;
    opacity: 0.5;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
}
    
	/* Disable product zoom */
    
.woocommerce div.product .images, .woocommerce-page div.product .images {
	pointer-events: none !important;
}

.woocommerce div.product div.images div.thumbnails {
	pointer-events: auto !important;
}

	/* Size Guide <---- hide button --> */ 
	
.size-guide {
    width: 100%;
    text-transform: uppercase;
    margin-top: 15px;
    visibility: hidden !important;
    font-weight: bold;
    text-align: center;
}

/* ==================== 10.0 CONTACT PAGE  ==================== */
	
	/* Contact Form 7 Styles */

.wpcf7 {
	background-color: #fff;
	
}

.wpcf7-form {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}

.wpcf7-textarea {
	border: 1px solid #7a7a7a;
	width: 100%;
	padding: 5px;
	height: 140px;
}

.wpcf7 input {
	border: 1px solid #7a7a7a;
	padding: 7px 5px;
	width: 100%;
}

.wpcf7 input[type="submit"] {
	border: 2px solid #000;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	transition: .3s all;
	-moz-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	ms-transition: .3s all;
	letter-spacing: 4px;
}

.wpcf7 input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

#wpcf7-f533-p527-o1 {
	background-color: #f7f7f7;
}

/* ==================== 11.0 WISHLIST PAGE  ==================== */

	/* Remove add to wishlist */

a.add_to_wishlist {
	display: none;
	text-transform: uppercase;
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

/* ============================ EXTRA =============================*/

.cn-button.bootstrap {
    color: #000;
    background: #fff;
}

@media only screen and (max-width: 800px) {
	.col-xs-1 {
		-ms-flex-preferred-size: 8.33%;
		-webkit-flex-basis: 8.33%;
		flex-basis: 8.33%;
		max-width: 8.33%;
	}
	.col-xs-2 {
		-ms-flex-preferred-size: 16.66%;
		-webkit-flex-basis: 16.66%;
		flex-basis: 16.66%;
		max-width: 16.66%;
	}
	.col-xs-3 {
		-ms-flex-preferred-size: 24.98%;
		-webkit-flex-basis: 24.98%;
		flex-basis: 24.98%;
		max-width: 24.98%;
	}
	.col-xs-4 {
		-ms-flex-preferred-size: 33.3%;
		-webkit-flex-basis: 33.3%;
		flex-basis: 33.3%;
		max-width: 33.3%;
	}
	.col-xs-5 {
		-ms-flex-preferred-size: 41.66%;
		-webkit-flex-basis: 41.66%;
		flex-basis: 41.66%;
		max-width: 41.66%;
	}
	.col-xs-6 {
		-ms-flex-preferred-size: 50%;
		-webkit-flex-basis: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-xs-7 {
		-ms-flex-preferred-size: 58.33%;
		-webkit-flex-basis: 58.33%;
		flex-basis: 58.33%;
		max-width: 58.33%;
	}
	.col-xs-8 {
		-ms-flex-preferred-size: 66.66%;
		-webkit-flex-basis: 66.66%;
		flex-basis: 66.66%;
		max-width: 66.66%;
	}
	.col-xs-9 {
		-ms-flex-preferred-size: 75%;
		-webkit-flex-basis: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-xs-10 {
		-ms-flex-preferred-size: 83.333%;
		-webkit-flex-basis: 83.333%;
		flex-basis: 83.333%;
		max-width: 83.333%;
	}
	.col-xs-11 {
		-ms-flex-preferred-size: 91.667%;
		-webkit-flex-basis: 91.667%;
		flex-basis: 91.667%;
		max-width: 91.667%;
	}
	.col-xs-12 {
		-ms-flex-preferred-size: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce .col2-set .col-1 {
		margin-bottom: 30px;
	}
	#footer .row {
    margin: 0;
    text-align: center;
    }
}