/*
Theme Name: Globo Publicidad
Theme URI: https://www.comercialweb.com.co
Author: Comercial Web
Author URI: https://www.comercialweb.com.co
Description: Theme developed for globopublicidad.com.co/tiendas
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Globo Publicidad

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	/*Font*/
	--font-family: 'Century Gothic', sans-serif;

	/*Text sizes*/
	--xsm-text: 14px;
	--sm-text: 16px;
	--md-text: 23px;
	--lg-text: 28px;
	--xlg-text: 45px;

	--text-bold: 700;
	--text-bolder: 800;
	--text-black: 900;

	/*Colors*/
	--orange: #9cd119;
	--blue: #005FA8;
	--blue-dark: #061323;
	--dark: #272727;
	--dark-md: #333a4d;
	--white: #fff;
	--white-dark: #f3f3f3;
	--green: #56ac32;
	--gray-dark: #6a6a6a;
	--gray-md: #bcbcbc;
	--black: #000000;
	--red: #ff0538;

	--gold: #c8ae40;

	/*Transitions*/
	--normal-transition: all 0.4s ease;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-x: hidden;
}
html, body {
	height: 100%;
	max-width: 100%;
	width: 100%;
}

body {
	color: var(--gray-dark);
	font-family: var(--font-family);
	font-weight: 300;
    font-style: normal;
}

/*Generic buttons*/
a.button,
.button,
input.button,
button.button {
	border: 0px;
	border-radius: 0px !important;
	cursor: pointer;
	display: inline-block;
	font-size: 12pt;
	font-weight: 500 !important;
	line-height: normal !important;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: var(--normal-transition);
	-o-transition: var(--normal-transition);
	transition: var(--normal-transition);
	 color: #fff;
}

	/*Primary*/
	a.button.primary,
	.button.primary,
	input.button.primary,
	button.button.primary {
background-color: #2d2d2d;
    color: var(--white);
}

	/*Primary*/
	a.button.white,
	.button.white,
	input.button.white,
	button.button.white {
		background-color: var(--white);
		color: var(--black);
	}

	/*Blue*/
	a.button.blue,
	.button.blue,
	input.button.blue,
	button.button.blue {
		background-color: var(--blue);
		color: var(--white);
	}

	/*Dark*/
	a.button.dark,
	.button.dark,
	input.button.dark,
	button.button.dark {
		background-color: var(--dark);
		color: var(--white);
	}

	/*danger*/
	a.button.danger,
	.button.danger,
	input.button.danger,
	button.button.danger {
		background-color: var(--red);
		color: var(--white);
	}

	/*facebook*/
	a.button.facebook,
	.button.facebook,
	input.button.facebook,
	button.button.facebook {
		background-color: #21579f;
		color: var(--white);
	}

	/*twitter*/
	a.button.twitter,
	.button.twitter,
	input.button.twitter,
	button.button.twitter {
		background-color: #00b2e6;
		color: var(--white);
	}

/*Generic titles*/
.content-page .title,
.woocommerce-additional-fields h3,
.post-title {
    color: #2d2d2d;
    font-size: 25pt;
    /* font-style: italic; */
    font-weight: bold;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
}

/*Common texts*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-sm {
	font-size: 10pt !important;
}
.text-md {
	font-size: var(--md-text) !important;
}
.text-lg {
	font-size: var(--lg-text) !important;
}
.text-xlg {
    font-size: 20pt;
    /* text-transform: uppercase; */
}

.text-bold {
	font-weight: 600;
}
.text-bolder {
	font-weight: 800;
}

.main p {
	margin: 10px auto;
}

.main a {
	color: #500761;
	font-weight: 400;
}

.main strong,
.main b {
    font-weight: bold;
    color: #212529;
}

/*Common backgrounds and colors*/
.bg-black {
	background-color: var(--black);
}

.bg-gray {
	background-color: #000000;
}

.bg-green {
	background-color: #9cd119 !important;
}

.bg-red {
	background-color: var(--red);
}

.bg-yellow {
	background-color: var(--yellow);
}

.bg-orange {
	background-color: var(--blue);
}

.color-white {
	color: var(--white) !important;
}
	.color-white:hover {
		color: var(--white) !important;
	}

.color-black {
	color: var(--black) !important;
}
	.color-black:hover {
		color: var(--black) !important;
	}

.color-yellow {
	color: var(--yellow) !important;
}
	.color-yellow:hover {
		color: var(--yellow) !important;
	}

.color-red {
	color: var(--red) !important;
}
	.color-red:hover {
		color: var(--red) !important;
	}

.color-green {
	color: #9cd119 !important;
}
	.color-green:hover {
		color: var(--green) !important;
	}

.color-orange {
	color: var(--black);
}
	.color-orange:hover {
		color: var(--orange) !important;
	}

.color-blue {
	color: #292929;
}
	.color-blue:hover {
		color: var(--blue) !important;
	}

/*Common separator*/
.separator {
	height: 2px;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100px;
}
	.separator:first-child {
		margin-top: 40px;
	}
	.separator:last-child {
		margin-bottom: 40px;
	}
	.separator.left {
		margin-left: 0px;
		margin-right: auto;
	}
	.separator.center {
		margin-left: auto;
		margin-right: auto;
	}
	.separator.right {
		margin-left: auto;
		margin-right: 0px;
	}

/*Generic forms
textarea,
textarea.form-control,
.main textarea {
	height: 100px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="phone"], input[type="date"], textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="phone"], input[type="date"] {
	height: calc(2.25rem + 2px);
}*/

/*Top bar*/
.top-bar {
/*background-color: #00acb9; */
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0px 4%;
    width: 100%;
    background: linear-gradient(to right, #ff3366 0%, #893168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3764eb', endColorstr='#4aeaa6', GradientType=1 );
}
	.top-bar .item {
		display: flex;
		flex-flow: row wrap;
	}
.top-bar .item a {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 10pt;
    line-height: 50px;
    padding: 0px 15px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* text-transform: uppercase; */
}
		.top-bar .item a:hover {
			background-color: #c52d3c;
		}

.top-bar .subitem.number a {
	font-weight: 400;
}

.top-bar .social a {
    font-size: var(--md-text);
    height: 50px;
    line-height: 50px;
    padding: 0px;
    width: 50px;
    text-align: center;
}

.top-bar .searchform {
	position: relative;
}

	.top-bar .searchform input[type="text"] {
	    border-radius: 5px;
	    border: 2px solid var(--gray-md);
	    color: var(--dark);
	    font-size: var( --sm-text);
	    outline: 0;
	    padding: 7px 10px;
	    width: 230px;
	}

	.top-bar .searchform input[type="submit"] {
		background-color: var(--gray-md);
		background-image: url('img/search.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: var(--sm-text);
		border: 2px solid transparent;
		cursor: pointer;
		font-size: 0px;
		height: 38px;
		padding: 0;
		position: absolute;
		right: 2px;
		top: 2px;
		width: 38px;
	}

/*Header styles*/
.header {
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #2d2d2d0d; 
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 10px 5%;
    width: 100%;
    z-index: 100000;
}
	.header.sticky {
		position: fixed;
		top: 0px;
	}
	.header .logo img {
		margin: 0px;
		height: 100px;
		-webkit-transition: var(--normal-transition);
		-o-transition: var(--normal-transition);
		transition: var(--normal-transition);
	}
		.header.sticky .logo img {
			height: 60px;
		}

/*Nav menu*/
.nav {
    align-items: center;
    background-color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: 100px;
    padding: 0px;
    width: -webkit-calc( 100% + 88px );
    width: -moz-calc( 100% + 88px );
    width: -ms-calc( 100% + 88px );
    width: calc( 100% + 88px );
    z-index: 1000;
}
.nav ul.hmenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	list-style: none;
	margin: 0px;
}
	.nav ul.hmenu li {
		position: relative;
	}
		.nav ul.hmenu li a {
    color: #2b2b2b;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    padding: 0px 15px;
    position: relative;
    text-decoration: none;
    /* text-transform: uppercase; */
    -webkit-transition: var(--normal-transition);
    -o-transition: var(--normal-transition);
    transition: var(--normal-transition);
}
			.nav > ul.hmenu > li.current-menu-item > a,
			.nav > ul.hmenu > li > a:hover,
			.nav > ul.hmenu > li:hover > a {
/*background-color: #fa3366; */
    color: #ffffff;
    background: linear-gradient(to right, #ff3366 0%, #893168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3764eb', endColorstr='#4aeaa6', GradientType=1 );
}
			.nav > ul.hmenu > li > a:before {
				background-color: var(--blue);
				bottom: 0;
		    content: "";
		    height: 3px;
		    left: 0%;
		    position: absolute;
		    -webkit-transition: var(--normal-transition);
		    -o-transition: var(--normal-transition);
		    transition: var(--normal-transition);
		    width: 0%;
			}
				.nav > ul.hmenu > li > a:hover:before,
				.nav > ul.hmenu > li:hover > a:before {
					width: 100%;
				}

	.nav ul.hmenu ul {
		background-color: var(--gray);
		list-style: none;
	}
		.nav ul.hmenu ul li {
			width: 100%;
		}
			.nav ul.hmenu ul li a {
    color: var(--white);
    display: block;
    line-height: 30px;
    text-transform: none;
    width: 100%;
    font-size: 10pt;
}

	.nav > ul.hmenu > li > ul {
	    background-color: #00acb9;
	    position: absolute;
	    flex-flow: column wrap;
	    margin-top: 10px;
	    min-width: 300px;
	    opacity: 0;
	    -webkit-transition: var(--normal-transition);
	    -o-transition: var(--normal-transition);
	    transition: var(--normal-transition);
	    visibility: hidden;
	}
		.nav > ul.hmenu > li:hover > ul {
			visibility: visible;
			margin-top: 0px;
			opacity: 1;
		}

		.nav > ul.hmenu > li > ul > li:hover > a,
		.nav > ul.hmenu > li > ul > li > a:hover {
			background-color: var(--dark-md);
		}

		.nav > ul.hmenu > li > ul > li > ul {
			background-color: var(--gray);
			left: 100%;
			min-width: 400px;
			margin-left: 10px;
	    opacity: 0;
	    position: absolute;
	    top: 0px;
	    -webkit-transition: var(--normal-transition);
	    -o-transition: var(--normal-transition);
	    transition: var(--normal-transition);
			visibility: hidden;
		}
			.nav > ul.hmenu > li > ul > li:hover > ul {
				visibility: visible;
				margin-left: 0px;
				opacity: 1;
			}
			.nav > ul.hmenu > li > ul > li > ul > li {
				border-bottom: 1px solid var(--white);
				padding-bottom: 10px;
			}
			.nav > ul.hmenu > li > ul > li > ul > li > a {
				font-weight: bold;
				line-height: 40px;
				letter-spacing: 3px;
				text-transform: uppercase;
			}
			.nav > ul.hmenu > li > ul > li > ul ul {
				background-color: var(--dark-md);
				position: relative;
			}
				.nav > ul.hmenu > li > ul > li > ul ul li {
					width: 50%;
				}
					.nav > ul.hmenu > li > ul > li > ul ul li a {
						font-size: var(--xsm-text);
						line-height: 30px;
						padding-left: 35px;
						-webkit-transition: var(--normal-transition);
						-o-transition: var(--normal-transition);
						transition: var(--normal-transition);
					}
						.nav > ul.hmenu > li > ul > li > ul ul li a:hover {
							padding-left: 40px;
						}
						.nav > ul.hmenu > li > ul > li > ul ul li a:after {
							content: "\e606";
							color: var(--white);
							display: inline-block;
							font-family: 'simple-line-icons';
							font-size: 10px;
							font-variant: normal;
							font-weight: 400;
							letter-spacing: 0;
							position: absolute;
							speak: none;
							left: 20px;
							text-transform: none;
							top: 0px;
							vertical-align: middle;
						}

	/*Nav custom items styles*/
	.nav li#menu-item-20 > ul {
	    min-width: 450px;
	}

/*Header Searcher*/
.header .searchform {
	position: relative;
	width: 300px;
}
	.header .searchform input[type="text"] {
		background-color: #262626;
		border-radius: 35px;
		border: none;
		color: #fff;
		outline: 0;
		padding: 7px 35px;
		width: 100%;
	}
	.header .searchform input[type="submit"] {
		background-color: transparent;
		background-image: url('img/search.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 20px;
		border: none;
		cursor: pointer;
		font-size: 0px;
		height: 38px;
		outline: 0;
		position: absolute;
		right: 5px;
		top: 0px;
		width: 38px;
	}


/*Boton responsive*/
.btn-resp {
	cursor: pointer;
	display: none;
	height: 30px;
	position: relative;
	width: 40px;
}
	.btn-resp:before,
	.btn-resp span,
	.btn-resp:after {
		background-color: #9cd119;
		border-radius: 5px;
		content: '';
		display: block;
		height: 4px;
		opacity: 1;
		position: absolute;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
	}
		.btn-resp:before,
		.btn-resp:after {
			left: 0%;
			width: 100%;
		}
			.btn-resp:before {
				top: -webkit-calc(50% - 10px);
				top: -moz-calc(50% - 10px);
				top: calc(50% - 10px);
			}
			.btn-resp span {
				top: -webkit-calc(50% - 2px);
				top: -moz-calc(50% - 2px);
				top: calc(50% - 2px);
			}
			.btn-resp:after {
				bottom: -webkit-calc(50% - 10px);
				bottom: -moz-calc(50% - 10px);
				bottom: calc(50% - 10px);
			}
				.btn-resp.active:before {
					top: -webkit-calc(50% - 2px);
					top: -moz-calc(50% - 2px);
					top: calc(50% - 2px);
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					transform: rotate(45deg);
				}
				.btn-resp.active span {
					opacity: 0;
				}
				.btn-resp.active:after {
					bottom: -webkit-calc(50% - 2px);
					bottom: -moz-calc(50% - 2px);
					bottom: calc(50% - 2px);
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}


/*Main*/
.main {
	margin-left: 0px;
	margin-right: 0px;
	-webkit-transition: var(--normal-transition);
	-o-transition: var(--normal-transition);
	transition: var(--normal-transition);
	width: 100%;
}

.main .content-page,
.main .center-content {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

/*product page*/
.product-page-header {
	position: relative;
	z-index: 10;
}
	.product-page-header:before {
		content: '';
		background: rgba(0,0,0,1);
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
		display: block;
		opacity: 0.8;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 0;
		height: 100%;
	}
.product-page-header p {
	margin: 0px;
	text-transform: uppercase;
}

/*Marcas del home*/
.marcas-productos .vc_row {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin: 30px auto;
}
	.marcas-productos .vc_row:first-child {
		margin-top: 0px;
	}
	.marcas-productos .vc_row:last-child {
		margin-bottom: 0px;
	}
	.marcas-productos img {
		display: block;
		margin: auto;
		max-height: 75px;
		max-width: 90%;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.marcas-productos img:hover {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
		}

/*Nuestro equipo*/
.equipo {
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}
	.equipo:hover {
		background-color: var(--white-dark);
	}
	.equipo:before,
	.equipo:after {
		background-color: var(--gray-md);
		content: '';
		height: 1px;
		position: absolute;
		left: 5%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 90%;
		z-index: 11;
	}
		.equipo:before {
			bottom: 0px;
		}
		.equipo:after {
			top: 0px;
		}
		.equipo:hover:before,
		.equipo:hover:after {
			background-color: var(--blue);
			height: 3px;
			left: 0%;
			width: 100%;
		}

.equipo .nombre {
	color: var(--black);
	font-size: var(--md-text);
	font-weight: 800;
	margin: 0px;
}
.equipo .cargo {
	font-style: italic;
	font-weight: 800;
	margin: 7px;
}
.equipo .contacto {
	font-weight: 700;
	margin: 0px;
}

/*Loop de videos*/
.videos-loop {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
}
	.videos-loop .item {
		margin: 20px;
		max-width: -webkit-calc(33.3333% - 40px);
		max-width: -moz-calc(33.3333% - 40px);
		max-width: -ms-calc(33.3333% - 40px);
		max-width: calc(33.3333% - 40px);
		width: 100%;
	}
		.videos-loop .item .video-wrapper {
			position: relative;
			padding-bottom: 56.25%; /* 16:9 */
			padding-top: 25px;
			height: 0;
		}
			.videos-loop .item .video-wrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

.contact-home .form-group.buttons {
	text-align: center;
}

/*Pie de pagina*/
.footer {
    align-items: center;
    background-color: #f7f7f7;
    background-position: bottom 0 center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #17202b;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding: 55px 0;
    position: relative;
    text-align: left;
    z-index: 100000;
}
	.footer ul {
		list-style: none;
		margin: 0px;
	}
		.footer ul li {
			padding-left: 25px;
			position: relative;
		}
			.footer ul li a {
				color: var(--blue);
				font-size: var(--sm-text);
				line-height: 100%;
				text-decoration: none;
			}
				.footer ul li a:after {
					content: "\e5ca";
					color: var(--white);
					display: inline-block;
					font-family: 'icomoon' !important;
					font-size: var(--sm-text);
					font-variant: normal;
					font-weight: 400;
					height: auto;
					letter-spacing: 0;
					line-height: 27px;
					position: absolute;
					speak: none;
					left: 0px;
					text-transform: none;
					top: 0;
					vertical-align: middle;
				}

			.footer ul ul {
				display: none !important;
			}

	.footer .row {
	    width: 90%;
	}
		.footer .row .row {
			width: 100%;
		}

	.footer .title {
color: #17202b;
    font-size: 14pt;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
}
		.footer span.title {
			color: var(--blue);
			font-size: var(--sm-text);
			text-transform: none;
		}

	.footer p {
		font-size: 10pt;
		margin: 7px 0px;
	}
	.footer a {
		color: var(--gray);
	}
		.footer a:hover {
			color: var(--gray);
		}

	.copyright {
     align-items: center;
    /* background-color: #00882c; */
    display: flex;
    flex-flow: column wrap;
    font-size: var(--xsm-text);
    justify-content: center;
    margin-bottom: 0px;
    padding: 10px 2.5%;
    width: 100%;
    background: linear-gradient(to right, #ff3366 0%, #893168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3764eb', endColorstr='#4aeaa6', GradientType=1 );
}
		.copyright p {
			color: var(--white);
			font-size: var(--xsm-text);
		}
		.copyright .sitename,
		.copyright a {
			color: var(--white);
			font-weight: var(--text-bold);
		}

.footer .social-btn {
	color: var(--white);
	display: inline-block;
	font-size: var(--md-text);
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0px 5px;
    padding: 0px;
    width: 50px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
	.footer .social-btn.facebook {
		background-color: #0b60a2;
		border: 2px solid #0b60a2;
	}
		.footer .social-btn.facebook:hover {
			background-color: transparent;
			color: #0b60a2;
		}
	.footer .social-btn.instagram {
		background-color: #978969;
		border: 2px solid #978969;
	}
		.footer .social-btn.instagram:hover {
			background-color: transparent;
			color: #978969;
		}

.title-separator {
    border-bottom: 1px solid #0000004d;
    border-top: 1px solid #0000004d;
    color: #1f1f1f;
    display: inline-block;
    font-size: 14pt;
    font-style: normal;
    letter-spacing: 1px;
    padding: 5px 15px;
    text-transform: uppercase; 
    font-weight: 500;
}



.botonW {
    position: fixed;
    left: 6px !important;
    top: 370px;
    z-index: 2000;
    
    padding: 0px;
    border-radius: 0px 8px 8px 0px;
    margin-left: 0px;
    
}

.botonW a {
    color: #da2d20;
    font-size: 16px;
    text-decoration: none;
    /* letter-spacing: 1px; */
    font-weight: bold;
   
}


.ico2 {
    background-image: url(https://www.tiendaelclickshop.com/wp-content/uploads/2019/05/whatsapp-ico2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: auto;
}


.ico2:hover {
    background-image: url(https://www.tiendaelclickshop.com/wp-content/uploads/2019/05/whatsapp-ico4.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height:50px;
    
}

.product-list .item.product-item.slick-slide {
    
    border: 1px solid #b5b5b5 !important;
    margin: 0 10px !important;
}


p.name-product {
    font-size: 16px !important;
}

.product-list .item.product-item .info-product .price-product {
   
    font-size: 13pt !important;
	font-weight: bold !important;}


.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 36px !important;
    line-height: 1;
    opacity: 1;
    color: black !important;
	z-index: 10000;}


.slick-prev, .slick-next{
	
	width: 59px !important;
	
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    z-index: 10000 !important;
}


li.item.product-item.col-12.col-sm-6.col-md-6.col-lg-3 {
border: 1px solid #1717173b !important;
    background-color: #fff !important;
    margin: 3px 3px !important;
}
/** ESTILOS AGE **/

h2.age-gate-subheading {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: var(--green);
    display: inline-block;
    font-size: 14pt;
    letter-spacing: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}


button.age-gate-submit-yes, button.age-gate-submit-no {
    border-radius: 35px;
    color: #fff;
    background: #000;
    padding: 10px 51px;
    border: none;
}


.age-gate-background-colour {
    background-color: rgba(0, 0, 0, 0.75) !important;
}


p.age-gate-message {
    font-size: 15px;
    padding: 15px 18px !important;
    line-height: 21px;
}

 p.age-gate-challenge {
    font-size: 15px;
    
 
}


.age-gate-form {

    padding: 15px 20px !important;
    border-radius: 2px  !important;
}




.info-product a.added_to_cart.wc-forward {
    	background-color: #5f4b87 !important;}

.text-footer{
    text-align: center;
    font-size: 10pt;
    color: #221f1f;
    font-weight: 800;
}

.st-btn-services {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	display: flex;
	flex-flow: column wrap;
	height: 350px;
	justify-content: center;
	padding: 40px;
	position: relative;
	text-align: center;
	z-index: 1;
}
	.st-btn-services:before {
		background-color: rgba(0, 0, 0, 0.3);
		bottom: 0px;
		content: '';
		left: 0px;
		position: absolute;
		top: 0px;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
		width: 100%;
		z-index: -1;
	}

	.st-btn-services:hover:before {
		background-color: rgba(0, 38, 91, 0.4);
	}

	.st-btn-services a {
		bottom: 0px;
		font-size: 0px;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		z-index: 100;
	}

	.st-btn-services .title {
		font-size: var(--md-text);
		letter-spacing: 0px;
		line-height: normal;
		margin-bottom: 30px;
		padding-bottom: 30px;
		position: relative;
		text-transform: uppercase;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.st-btn-services:hover .title {
			margin-bottom: 10px;
			padding-bottom: 10px;
		}
		.st-btn-services .title:before {
			background: var(--white);
			bottom: 0px;
			content: '';
			height: 1px;
			left: -webkit-calc(50% - 75px);
			left: -moz-calc(50% - 75px);
			left: -ms-calc(50% - 75px);
			left: calc(50% - 75px);
			position: absolute;
			-webkit-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			transition: all 0.4s ease;
			width: 150px;
		}
			.st-btn-services:hover .title:before {
				left: -webkit-calc(50% - 50px);
				left: -moz-calc(50% - 50px);
				left: -ms-calc(50% - 50px);
				left: calc(50% - 50px);
				width: 100px;
			}

	.st-btn-services p {
		margin: 0px;
	}

	.st-btn-services .description {
		font-size: var(--md-text);
		font-style: italic;
	}




.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #0089c8!important;
	background-color: #0089c8!important;}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #0089c8!important;
    background-color: #0089c8!important;
    color: #fefefe!important;
}
.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    
    color: #fff!important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    
    color: #fff!important;
}




.colortext{	
	color: #0089c8!important;	
}

.fondolinea{background-color: #0089c8!important;}
	
	

/*** boton whatsapp **/

.wpp-button {
    bottom: 50px;
    position: fixed;
    right: 30px;
    -webkit-transition: top .4s ease;
    -moz-transition: top .4s ease;
    -ms-transition: top .4s ease;
    transition: top .4s ease;
    z-index: 10000;
}
	.wpp-button a {
		color: #FFF;
		text-decoration: none;
	}
	.wpp-button .target {
		background-color: #47E817;
		border-radius: 5px;
		display: inline-block;
		line-height: 100%;
		padding: 10px 15px;
		position: relative;
	}
		.wpp-button .target:before {
			content: '';
			border-left: 10px solid #47E817;
			border-top: 8px solid transparent;
			border-bottom: 8px solid transparent;
			height: 0;
			left: 100%;
			position: absolute;
			top: -webkit-calc(50% - 8px);
			top: -moz-calc(50% - 8px);
			top: calc(50% - 8px);
			width: 0;
		}
	.wpp-button .icon-whatsapp {
		background-color: #47E817;
		border-radius: 50%;
		display: inline-block;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
		text-align: center;
		margin-top: -3px;
		vertical-align: middle;
		width: 40px;
	}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	/* overflow: hidden; */
	margin: 10px 0%;
	/* min-width: 320px; */
	/* max-width: 480px; */
	/* max-height: 360px; */
	width: 33%;
	    background: #500761;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgb(29, 86, 24, 0.19) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(29, 86, 24, 0.19) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	    color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* 
 * Botones inicio
 */

/* Common style */
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	height: 270px;
	width: 100%;
	background: var(--blue);
	text-align: center;
	cursor: pointer;
}
	.grid figure.large {
		max-width: -webkit-calc(50% - 30px);
		max-width: -moz-calc(50% - 30px);
		max-width: -ms-calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
	.grid figure.small {
		max-width: -webkit-calc(33.33% - 30px);
		max-width: -moz-calc(33.33% - 30px);
		max-width: -ms-calc(33.33% - 30px);
		max-width: calc(33.33% - 30px);
	}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff !important;
    text-transform: none;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-layla {
	background: var(--dark);
}

figure.effect-layla img {
	height: 390px;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 100px;
    text-shadow: 0px 2px 3px rgb(0, 0, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	text-shadow: 0px 2px 5px rgba(0,0,0,1);
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
    color: #efefef;
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.wrap-main {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.woocommerce .wrap-main .sidebar-widgets-area {
	margin-top: 50px;
}


h2.widgettitle {
    color: #fff;
    background-color: #000;
    font-size: 19px;
    padding: 0px 10px;
    margin: 0px;
	    width: 96%;
}


ul.product-categories {
    color: #500761;
    background-color: #9cd119;
    font-size: 19px;
    padding: 24px 10px;
    margin: 0px;
	    width: 96%;
}


ul.product-categories li.cat-item > a {
    color: #500761;
}


input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="phone"], input[type="date"], textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button#place_order {
    background-color: #9cd119 !important;
}


ul.vmenu li ul:before, ul#menu-menu-categoria li ul:before {
    content: '';
    background-color: #fff;
    bottom: 16px;
    left: 18px;
    position: absolute;
    top: 0px;
    width: 1px;
}


ul.sub-menu {
    background-color: #8db598;
    list-style: none;
    padding-left: 0px;
    position: relative;
}

/*Categories sidebar*/
.categories-menu ul {
background-color: #404040;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    border: 1px solid #00000024;
}
	.categories-menu ul li a,
	.categories-menu ul.menu > li > a:not([href]):not([tabindex]) {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
		.categories-menu ul li a:hover,
		.categories-menu ul.menu > li > a:not([href]):not([tabindex]):hover {
			background-color: #7e0b99;
		}
	.categories-menu ul li {
		position: relative;
		width: 100%;
	}
	.categories-menu ul.menu > li > a,
	.categories-menu ul.menu > li > a:not([href]):not([tabindex]) {
    background-color: transparent;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    width: 100%;
    border-bottom: 1px solid #ffffff57;
    font-size: 11pt;
    font-weight: 500;
}

	.categories-menu ul li ul {
		background-color: #2b2728;
		list-style: none;
		padding-left: 20px;
		position: relative;
	}
		.categories-menu ul li ul:before {
			content: '';
			background-color: #fff;
			bottom: 22.5px;
			left: 18px;
			position: absolute;
			top: 0px;
			width: 1px;
		}
		.categories-menu ul li ul li a {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 15px;
    position: relative;
    text-decoration: none;
    font-weight: 500;
}
			.categories-menu ul li ul li a:before {
				content: '';
				background-color: #fff;
				height: 1px;
				left: -1px;
				position: absolute;
				top: 17px;
				width: 10px;
			}
			.categories-menu ul li ul li a:hover {
				background-color: #c52d3c;
			}

label.screen-reader-text {
    font-size: 9pt;
}

button.single_add_to_cart_button.button.alt {
    /* background-color: #c52e3c; */
    background: linear-gradient(to right, #ff3366 0%, #893168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3764eb', endColorstr='#4aeaa6', GradientType=1 );
}

input#coupon_code {
    font-size: 9pt;
}

input.button {
    /* background-color: #c52d3c; */
    background: linear-gradient(to right, #ff3366 0%, #893168 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3764eb', endColorstr='#4aeaa6', GradientType=1 );
}

button.button {
    background-color: #2d2d2d;
}

a.button.bg-blue.color-white {
    background-color: #6d5c91;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    font-size: 10pt;
}

input.wpcf7-form-control.wpcf7-text.form-control {
    font-size: 10pt;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    font-size: 10pt;
}

label {
    font-size: 10pt;
}

span.icon-envelope {
    color: #c1a337;
}

span.icon-phone {
    color: #c1a337;
}

span.icon-mobile {
    color: #c1a337;
}

li.product-category.product.first {
    border: 1px solid #00010921 !important;
    margin: 5px 5px !important;
    outline: 0 !important;
    padding: 15px !important;
}

h2.woocommerce-loop-category__title {
background-color: transparent;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: 'Prompt', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 8pt;
}

li.product-category.product {
    border: 1px solid #00010921 !important;
    margin: 5px 3px !important;
    outline: 0 !important;
    padding: 20px !important;
}

p.price {
    color: #c52e3c;
    font-weight: 600;
}

.about-banner.vc_row {
    background-image: url(https://www.globopublicidad.com.co/tiendas/wp-content/uploads/2020/05/Globos-personalizados.jpeg);
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: 100% 60%;
    padding: 80px 5.5%;
    position: relative;
}
	.about-banner.vc_row:before {
		background-color: rgba(0, 0, 0, 0.3);
		bottom: 0;
		content: '';
		display: block;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
	}

	.about-banner .title, .about-banner .subtitle {
		margin: 0px;
	}

/*Botones hover servicios*/
.ch-grid-2 {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	display: table;
	text-align: center;
	width: 100%;
}

.ch-grid-2 li.button-2 {
    display: table-cell;
    height: 300px;
    padding-left: 0px !important;
    vertical-align: top;
    width: 33%;
}

.ch-grid-2 li.button-2:before {
	display: none !important;
}

li.button-2 .ch-item {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

li.button-2 .ch-item .ch-info img {
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

li.button-2 .ch-item .front {
  font-family: 'Century Gothic', sans-serif;
  left: 0%;
  position: absolute;
  text-align: center;
  height: auto;
  width: 100%;
  z-index: 10;
  color: #fff;
  font-size: 20pt;
  text-align: center;
  top: 39%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.button-2 .ch-item:hover .front {
	top: 34%;
}

.button-2 .ch-item .subtitulo {
    font-size: 13pt;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
}

.button-2 .ch-item .titulo {
    font-size: 22pt;
    font-weight: 600;
    /* text-transform: uppercase; */
    position: relative;
    top: 0;
    margin: 0px 0px;
}

li.button-2 .ch-item .mascara {
  background: rgba(0,0,0,0.3);
  opacity: 1;
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.button-2 .ch-item:hover .mascara {
  background: rgba(0,0,0,0.7);
}

li.button-2 .ch-item .button {
    opacity: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
  
li.button-2 .ch-item:hover .button {
  	opacity: 1;
}

li.button-2 .ver-mas {
  background: none;
  border: 2px solid #fff;
  color: #fff !important;
  display: inline-block;
  font-size: 11pt !important;
  padding: 5px 20px;
  text-decoration: none !important;
}

li.button-2 .ver-mas:hover {
  background: #fff;
  color: #000 !important;
}

li.button-2 .ch-item .line {
	background: #fff;
  	height: 3px;
  	margin: -30px auto 10px;
  	width: 150px;
  	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
	  
li.button-2 .ch-item:hover .line {
	margin: 10px auto 10px;
}