/* Escribe aquí tu código CSS */
#popup-home .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px !important;
}
.pum-theme-719 .pum-container, .pum-theme-lightbox .pum-container{
	    border: 8px solid #fe3a46;
	    background-color: rgb(254, 58, 70);
}
.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}
.single-post .entry-excerpt p {
	  margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: normal;
  	text-align:left;
}
.single-post .post-related-wrap h3.entry-post-title {
	font-size: 18px !important;
	text-align: left;
}
#destacados h6 a{
	padding-bottom:20px;
}
#destacados p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: normal;
}
.menu5.widget.widget_nav_menu{
	padding-bottom:25px;
}
.menu3.widget.widget_nav_menu{
	padding-bottom:25px;
}
.menu2.widget.widget_nav_menu{
	padding-bottom:25px;
}
.menu1.widget.widget_nav_menu{
	padding-bottom:25px;
}
.menu4.widget.widget_nav_menu{
	padding-bottom:25px;
}
#llamadoguia{
	  background-image: url(https://makosport.cl/wp-content/uploads/2019/12/banner-llamadoguia.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 115px 0;
}
#llamadoguia a{
	  background-color: white;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    color: #0d0d0d;
    text-transform: uppercase;
    font-weight: 700;
	  margin-top: 30px;
}
#llamadoguia h2 {
    text-align: center;
    color: white;
    font-size: 25px !important;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 60%;
}
.x-nav-menu>.x-menu-item+.x-menu-item {
    margin-left: 20px;
}
.bloque-footer-text{padding-top:25px;}
.bloque-footer-text p{
    color: white;
    margin-bottom: 0;
    font-size: 16px;
}
.m-post .post-entry-meta {
    padding-top: 10px;
    font-style: italic;
    font-size: 14px;
    color: #ef4045;
}

.m-post .post-content h6 a {
    color: #000;
    letter-spacing: normal !important;
}

.tax-product_cat.term-traje-de-neopreno-wetsuit-para-triatlon-hombre .archive-product-title-inner h1.p-font::before {
  content: 'Traje de neopreno (wetsuit) para triatlón';
  display: block;
}

.tax-product_cat.term-traje-de-neopreno-wetsuit-para-triatlon-mujer .archive-product-title-inner h1.p-font::before {
  content: 'Traje de neopreno (wetsuit) para triatlón';
  display: block;
}

.minicart-bat .cart_list_wrapper p.total>span.amount {
  color: #ffffff !important;
}

.minicart-bat .cart_list_wrapper li .cart-right>span.quantity {
  color: #ffffff !important;
}

.minicart-bat .widget_shopping_cart_icon {
  height: 25px !important;
  line-height: 25px !important;
}

.minicart-bat .widget_shopping_cart_icon>i.micon {
  font-size: 1.5em !important;
}

.header-customize-item:first-child {
  margin-left: 0;
}

.minicart-bat .shopping-cart-wrapper {
  padding-left: 0 !important
}

.minicart-bat .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  display: block;
  /* visibility: hidden; */
  /* opacity: 0; */
  position: absolute;
  top: -420px;
  right: -10px;
  left: auto;
  z-index: 9998;
  width: 384px;
  background: #EF4047;
  border: solid 1px #eee;
  border-bottom: 1px solid transparent;
  padding: 0;
  line-height: 2em;
  color: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}

.minicart-bat .shopping-cart-wrapper .widget_shopping_cart_icon>i.micon+span.total {
  background-color: #0067b2;
  top: 0;
  right: -5px;
}

.minicart-bat .shopping-cart-wrapper .widget_shopping_cart_icon {
  padding-right: 0;
  margin-top: 0px;
}

.cartfix.entra {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.cartfix {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 70px;
  right: 9px;
  width: 46px;
  height: 45px;
  line-height: 25px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #ef4045;
  color: #ffffff;
  background-color: #ef4045;
  border-radius: 0;
}

.widget_nav_menu>div>ul>li>a {
  padding-left: 0 !important;
}

.widget_archive>ul>li>a {
  padding-left: 0 !important;
}

footer.main-footer-wrapper h4.widget-title {
  padding-top: 0px;
}

.widget_nav_menu>div>ul {
  font-family: 'Roboto';
  list-style: none;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
  margin: 0;
  line-height: 20px;
  letter-spacing: normal;
  font-size: 13px;
  text-transform: uppercase;
}

.widget_nav_menu>div ul {
  border-bottom: none;
}

.widget_nav_menu>div li+li {
  margin-top: 10px;
  border-top: none;
}

.single.single-post h3.entry-post-title {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: normal;
  line-height: 1.6;
  font-weight: 900;
}

.single-blog-title-inner h1 span {
  display: none;
}

.single-blog-title-inner h1::before {
  content: 'Destacados'
}

.single-blog-title-wrap {
  color: #0f0f0f;
  background-color: transparent;
}

.page-title-wrap-bg {
  background-image: none !important;
}

/*#destacados .post-item:hover .post-content {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease;
}*/

#destacados .post-content h6 {
  line-height: 1.3;
}

/*#destacados .post-content h6 a {
  color: white;
}

#destacados .post-content span {
  color: white;
}

#destacados .post-content {
  position: absolute;
  top: 0;
  width: 85%;
  right: 15px;
  background: #000000b3;
  height: 88%;
  padding: 15px;
  text-align: right !important;
  color: white;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  margin: 15px;
}*/

footer.main-footer-wrapper .main-footer {
  padding: 0 0 25px 0;
}

footer.main-footer-wrapper {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}

#contact a {
  display: block;
}

#contact a+a {
  margin-top: 15px;
}

#featuredpro .product-listing.woocommerce.columns-4 .product-item-wrap {
  width: 100%;
}

.shopping-cart-wrapper .widget_shopping_cart_icon>i.micon {
  cursor: pointer;
  padding: 0;
  vertical-align: text-top;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 24px;
}

header.main-header .header-logo img {
  max-height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu-wrapper {
  float: left;
  padding-right: 25px;
}

.header-nav-right {
  line-height: 45px;
  padding-top: 15px;
}

.x-nav-menu>.x-menu-item {
  line-height: 60px;
}

.infomenu p:nth-child(1) p i, .infomenu p:nth-child(3) p i {
  padding-right: 5px;
}

.infomenu p+p {
  margin-left: 10px;
}

.infomenu aside {
  line-height: 0;
}

.infomenu p:nth-child(4) a {
  vertical-align: top;
}

.infomenu p a+a {
  margin-left: 5px;
}

.infomenu p {
  display: inline-block;
  margin-bottom: 0;
}

.bloqueone aside, .bloquetwo aside, .bloquethree aside {
  width: 100%;
}

.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon>i.micon {
  font-size: 2em;
}

#technology .wpb_column.vc_column_container.vc_col-sm-12 .wpb_wrapper:nth-child(1) .fullwidth+.fullwidth {
  margin-top: 35px;
}

.bloqueone>.vc_column-inner:nth-child(1), .bloquetwo>.vc_column-inner:nth-child(1), .bloquethree>.vc_column-inner:nth-child(1) {
  padding: 0;
}

body {
  font-size: 16px !important;
}

.widget-title span {
  vertical-align: middle;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: normal;
  font-size: 18px;
  text-align: left;
}

.woocommerce ul.product_list_widget li .product-widget-price-wrap span span {
  font-weight: 700;
}

.woocommerce ul.product_list_widget li a.product-widget-title {
  color: #101010;
  font-weight: 700;
  letter-spacing: normal;
}

.woocommerce ul.product_list_widget li a.product-widget-cat {
  font-weight: normal;
  color: #ef4045;
  margin-bottom: 0;
}

.product-widget-thumb .product-link {
  display: none !important;
}

.bellows-subtoggle .fa-chevron-up:before {
  content: "\e199" !important;
  font-family: megatron !important;
}

.bellows .bellows-nav .bellows-subtoggle .fa {
  text-align: left !important;
}

.bellows-subtoggle .fa-chevron-down:before {
  content: "\e14f" !important;
  font-family: megatron !important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0>.bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0>.bellows-custom-content {
  border-bottom: none !important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-custom-content, .bellows.bellows-skin-vanilla .bellows-nav .bellows-submenu .bellows-widget .textwidget {
  color: #444444;
  border-bottom: none !important;
  font-size: 13px !important;
  padding: 8px 0 0 20px !important;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-active>.bellows-target {
  background: transparent !important;
  color: #ef4045 !important;
  font-weight: 700 !important;
  ;
}

.bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-item>.bellows-target, .bellows.bellows-skin-vanilla .bellows-nav .bellows-item-level-0.bellows-current-menu-ancestor>.bellows-target {
  background: transparent !important;
}

.bellows {
  margin: 0 !important;
  max-width: 100%;
}

.bellows.bellows-skin-vanilla {
  background: transparent !important;
  box-shadow: none !important;
}

.bellows .bellows-nav .bellows-custom-content.bellows-custom-content-padded, .bellows .bellows-nav .bellows-target, .bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-image.bellows-image-padded, .bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-target-text {
  padding: 10px !important;
}

span.bellows-target-title.bellows-target-text {
  padding-left: 25px;
}

.bellows .bellows-nav .bellows-subtoggle {
  height: 100%;
  width: 100% !important;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: inherit !important;
}

footer .widget_nav_menu>div li {
  display: block;
  text-align: left;
}

.footer_top_holder.col-1 img {
  margin-bottom: 50px;
  padding-top: 50px;
}

.footer_top_holder.col-1 p {
  margin-bottom: 25px;
}

footer {
  text-align: center;
}

.mini-cart-footer p.buttons i {
  display: none;
}

.header-mobile-nav.menu-drop-fly form.search-form-menu-mobile {
  display: none;
}

.woocommerce table.shop_table thead th {
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-size: 14px;
  color: #fff;
  background-color: #101010;
  font-weight: 700;
  padding: 17px 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th strong, .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td strong {
  font-weight: 700;
}

.woocommerce .cart-actions {
  padding: 40px 0;
  border-top: none;
  border-bottom: none;
  text-align: right;
  font-size: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total th, .woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}

.woocommerce .cart-actions {
  padding: 55px 0;
  border-top: none;
  border-bottom: none;
  text-align: right;
  font-size: 0;
}

.cart-collaterals h2 {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.cart_totals_inner.col-lg-5.col-lg-offset-7.col-xs-12.col-md-6 {
    margin-left: 32px;
    width: 100%;
    background: #0f0f0f;
    padding: 15px 30px 15px 15px;
    color: #ffffff !important;
    text-align: left;
}

.woocommerce-shipping-calculator, .cart_totals_inner {
  margin-top: 0;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 40%;
  float: left;
}

form.woocommerce-cart-form {
  width: 60%;
  float: left;
}

footer.main-footer-wrapper .sidebar .widget_archive>ul>li>a:before, footer.main-footer-wrapper .sidebar .widget_categories>ul>li>a:before, footer.main-footer-wrapper .sidebar .widget_pages>ul>li>a:before, footer.main-footer-wrapper .sidebar .widget_nav_menu>div>ul>li>a:before, footer.main-footer-wrapper .sidebar .woocommerce .widget_product_categories>ul>li>a:before, footer.main-footer-wrapper .sidebar .widget_layered_nav>ul>li>a:before {
  display: none;
}

footer.main-footer-wrapper h4.widget-title {
  color: #fff;
  letter-spacing: normal;
  font-weight: 700;
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}

.bottom-bar-inner p {
  margin-bottom: 0;
	color: #fff;
}

footer.main-footer-wrapper .bottom-bar-wrapper {
  background-color: #111;
  padding-top: 0;
  padding-bottom: 0;
  color: #828282;
  text-align: center;
}

.wpgs.wpgs--with-images.images {
  width: 100% !important;
}

footer .widget_nav_menu>div li {
  padding-top: 0;
  color: white;
}

footer.main-footer-wrapper {
  background-color: #111;
  color: #828282;
}

.rrssftr {
  padding-top: 10px;
}

.rrssftr a {
  font-size: 25px;
  color: #3f3f3f;
}

.rrssftr a+a {
  margin-left: 15px;
}

.Socialftr .container {}

.Socialftr {
  background: #111111;
  text-align: center;
}

.top-bar-left p a+a {
  margin-left: 7px;
}

.top-bar-left p+p {
  margin-left: 7px;
}

.top-bar-left {
  text-align: right;
}

.top-bar-left p {
  display: inline-block;
  font-size: 14px;
}

.top-bar p {
  margin-bottom: 0;
}

header.main-header .top-bar.top-bar-light {
  background-color: #eaeaea;
}

.x-nav-menu>.x-menu-item>.x-menu-a-text {
  font-size: 15px;
  font-weight: 700;
}

.brands {
  padding-top: 45px;
}

/*.footer-above-inner h2:after {
    background-color: #fe3e43;
    height: 3px;
    width: 3%;
    margin: 10px auto;
    content: '';
    display: block;
}*/
.footer-above-inner {
  text-align: center;
}

.footer-above-inner h2 {
  font-size: 35px !important;
  line-height: 26px;
  color: white;
  text-align: center;
}

.m-post .post-content {
  text-align: left !important;
}

.m-post .post-content h6 {
  padding-top: 0 !important;
  font-size: 18px !important;
  line-height: 1.6;
  padding-top: 26px;
  margin-bottom: 0;
  font-weight: 700;
  color: #101010;
  letter-spacing: normal;
}

.entry-thumbnail a.entry-thumbnail-overlay:before {
  display: none;
}

.entry-thumbnail a.prettyPhoto {
  display: none;
}

#destacados h2:after {
  background-color: #fe3e43;
  height: 3px;
  width: 3%;
  margin: 10px auto;
  content: '';
  display: block;
}

#destacados h2 {
  font-size: 24px !important;
  line-height: 26px;
  color: #101010;
  text-align: center;
}

#destacados {
  padding: 45px 0;
}

#tercero h2 span {
  font-size: 20px;
  display: block;
  font-style: normal;
  font-weight: normal;
}

#tercero h2 {
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 30px !important;
  font-style: italic;
}

#nuevos h2:after {
  background-color: #fe3e43;
  height: 3px;
  width: 3%;
  margin: 10px auto;
  content: '';
  display: block;
}

#nuevos h2 {
  font-size: 24px !important;
  line-height: 26px;
  color: #101010;
  text-align: center;
}

#nuevos {
  padding: 45px 0;
}

#delivery i {
  color: #ff3f44;
  font-size: 25px;
}

#delivery p {
  color: white;
}

#delivery h3 {
  font-family: "Roboto";
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: normal;
}

#mensaje a.btnmako {
  margin: 25px auto 0 auto;
}

a.btnmako {
  background-color: white;
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  color: #0d0d0d;
  text-transform: uppercase;
  font-weight: 700;
}

#delivery {
  background-color: #0d0d0d;
  padding: 45px 0;
}

#mensaje h1:after {
  background-color: white;
  height: 3px;
  width: 3%;
  margin: 10px auto;
  content: '';
  display: block;
}

body {
  font-size: 18px;
}

#mensaje h1 {
  color: white;
  text-align: center;
  font-size: 25px
}

#mensaje p {
  color: white;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
}

#mensaje {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/Traje-de-Neopreno-Wetsuit-para-triatlón-banner-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 115px 0;
}

#featuredpro .wpb_wrapper:nth-child(1) .container+.container {
  margin-top: 35px;
}

#featuredpro h2:after {
  background-color: #fe3e43;
  height: 3px;
  width: 3%;
  margin: 10px auto;
  content: '';
  display: block;
}

#featuredpro h2 {
  font-size: 24px !important;
  line-height: 26px;
  color: #101010;
  text-align: center;
}

.sc-product-wrap .owl-carousel .owl-controls .owl-nav .owl-prev, .sc-product-wrap .owl-carousel .owl-controls .owl-nav .owl-next {
  border: none !important;
  color: rgb(255, 63, 68) !important;
}

.owl-dot.active span {
  background-color: #101010;
}

.owl-dot span {
  background-color: #ededed;
}

.sc-product-wrap .owl-dots:after, .sc-product-wrap .owl-dots:before {
  display: none !important;
}

.product-listing.woocommerce .product-link {
  background-color: transparent;
}

.product-listing.woocommerce .star-rating {
  margin: 0px auto 0 auto;
}

p.categorias a+a {
  margin-left: 5px;
}

p.categorias {
  text-align: left;
  font-size: 13px;
  margin: 0 0 15px 0;
}

.product-info .wpb_column.vc_column_container.vc_col-sm-6 {
  text-align: left;
}

.product-listing.woocommerce .product-actions .btn_add_to_cart i {
  padding-right: 10px;
  font-size: 15px;
  display: none;
}

.product-listing.woocommerce .product-actions .btn_add_to_cart:hover {
  background-color: #101010;
}

.product-listing.woocommerce .product-actions .btn_add_to_cart {
  letter-spacing: normal;
  font-weight: 700;
  width: 100%;
  height: 35px;
  line-height: 35px !important;
  text-align: center;
  background-color: #a0a0a0;
  color: #fff;
  display: inline-block;
  padding: 0;
  margin: 0 0px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  min-width: 0;
  vertical-align: middle;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}

.product-listing.woocommerce .add-to-cart-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.home footer.main-footer-wrapper .footer-above-wrapper {
  margin-top: 0;
}

footer.main-footer-wrapper .footer-above-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 80px;
  margin-bottom: 0px;
  border-bottom-color: #232323;
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #111;
  color: #828282;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: 'Roboto';
  letter-spacing: normal;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #101010 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top-color: transparent;
  border-bottom: 2px solid #101010;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
}

.woocommerce-Tabs-panel--description h4 span {
  font-weight: 900 !important;
}

.woocommerce-Tabs-panel--description h4 {
  letter-spacing: normal;
  font-weight: 900 !important;
  font-size: 20px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 35px 0px;
  border: none;
  border-top: none;
}

.woocommerce div.product p.price {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: normal;
}

.summary-product .product_title {
  font-size: 28px;
  letter-spacing: normal;
  margin-bottom: 25px;
  font-weight: 700;
  color: #101010;
}

p {
  font-weight: 400;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: normal;
}

.single-product-wrap {
  margin-bottom: 60px;
  width: 980px;
  margin: 0 auto;
}

.single-product-image-inner.vertical .product-image-slider-wrap {
  padding-left: 0;
}

.single-product-image-inner.vertical .product-image-thumb-item {
  margin-bottom: 30px;
  padding: 5px;
  width: 130px !important;
}

.single-product-image-inner.vertical .product-image-thumb-wrap {
  position: relative;
  margin: 0;
  height: 130px;
  top: 0;
  left: 0;
  padding: 0 14px;
  overflow: hidden;
  width: inherit;
}

.single.single-product .social-share-wrap {
  display: inline-block;
}

.compartir h3 {
  font-size: 15px;
  color: #101010;
  font-weight: 700;
  letter-spacing: normal;
  display: inline-block;
  margin: 0;
  padding-right: 10px;
}

.compartir::before {
  content: '';
  background: #dbdbdb;
  height: 1px;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

ul.s-secondary a:hover {
  background-color: transparent;
  color: #ef4044 !important;
}

ul.s-secondary a {
  background-color: transparent;
  color: #101010;
  font-weight: 700;
  text-transform: uppercase;
}

ul.s-rounded.s-primary a, ul.s-rounded.s-secondary a, ul.s-rounded.s-dark a, ul.s-rounded.s-dark-gray-1 a {
  color: #101010;
}

ul.s-md.s-rounded a {
  width: auto;
  height: auto;
}

ul.s-rounded {
  font-size: 15px;
  color: #101010;
}

.woocommerce div.product form.cart .variations td.label label {
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 15px;
  color: #101010;
  text-transform: uppercase;
  font-family: 'Roboto';
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #101010;
  color: #fff;
}

.woocommerce div.product .cart .button:before {
  font-family: "megatron" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e1b1";
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
  font-weight: 700 !important;
}

table.compare-list .add-to-cart td a, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-family: 'Roboto';
  font-size: 15px;
  color: #fff;
  background-color: #101010;
  line-height: 1.2 !important;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 17.5px 30px;
  min-width: 150px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-weight: 700;
}

.product_meta>span>span, .product_meta>span>a {
  font-family: 'Roboto';
  font-size: 13px;
  font-style: normal;
  color: #545454;
  text-transform: none;
  font-weight: normal;
}

.product_meta>span {
  display: block;
  font-family: 'Roboto';
  color: #101010;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.sc-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 2.2;
  margin-bottom: 50px;
  font-weight: 700;
  color: #101010;
}

.page-title-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.page-title-wrap {
  color: #101010;
  background-color: transparent;
}

ul.breadcrumbs li+li:before {
  content: "/";
  display: inline;
  padding: 0 5px;
  font-size: 13px;
}

.list.p-color-bg .list-item i, .list.p-color-bg .list-item .list-before-title, .iconbox i, .iconbox.icon-box-circle:hover .icon-box-shape a i, .p-color, .p-color-hover:hover, .counter i, ul.breadcrumbs li+li:before, h3.entry-post-title a:hover, .vertical-progress-bar.vc_progress-bar-color-primary-color .vc_label_units, .pie_icon i, #wp-calendar tbody a, .portfolio-navigation-wrap .portfolio-archive a:hover, .feature .feature-thumb:hover i {
  color: #101010;
}

ul.breadcrumbs {
  font-style: normal;
}

#page-title {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd;
}

.breadcrumbs-wrap label {
  display: none;
}

.breadcrumbs-wrap.float .breadcrumbs-inner {
  background-color: transparent;
  padding: 0;
}

.breadcrumbs-wrap {
  font-size: 0;
  width: 40%;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
}

.single-product-title-inner {
  padding-top: 0;
  padding-bottom: 0;
  width: 60%;
  float: left;
}

.single-product-title-wrap {
  color: #101010;
  background-color: transparent;
}

.page-title-size-lg h1 {
  font-size: 28px;
  font-weight: bold;
}

ul.s-rounded li {
  display: inline-block;
  vertical-align: inherit;
  margin-right: 10px;
  margin-bottom: 0;
}

#categorias .wpb_column.vc_column_container.vc_col-sm-12+.wpb_column.vc_column_container.vc_col-sm-12 {
  margin-top: 32px;
}

.catcat a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.catcat h2 span {
  display: block;
  font-size: 18px;
  font-style: normal;
}

.catcat h2 {
  color: white;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px !important;
  font-style: italic;
}

.cat5 {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/trajes-de-baño-Niños-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.cat4 {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/trajes-de-baño-Hombre-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 15px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.cat3 {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/trajes-de-baño-Mujer-Makosport-1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}

.cat2 {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/Traje-de-Neopreno-Wetsuit-para-triatlón-Hombre-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 325px;
}

.cat1 {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/Traje-de-Neopreno-Wetsuit-para-triatlón-mujer-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 325px;
}

#categorias {
  padding: 45px 0;
}

.owl-carousel .owl-item {
  margin-top: -15px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
}

div#owl-carousel .owl-dots {
  position: absolute;
  top: inherit;
  right: 47%;
  bottom: 10px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.rrssftr a:hover {
  color: #ef4045;
  transition: all .5s ease;
}

footer .widget_nav_menu>div ul ul>li>a {
  padding-left: 15px;
}

footer .widget_nav_menu>div ul ul {
  padding-left: 0;
  margin-top: 0px;
  border-top: transparent;
  list-style-type: none;
}

footer .widget_nav_menu>div ul ul ul {
  display: none;
}

html .formcraft-css .fc-form.label-block .form-element.is-required-true .field-cover>span>span:first-child>span {
  display: inline-block;
  text-transform: uppercase;
  color: black;
}

html .formcraft-css .powered-by {
  display: none !important
}

/*.nextend-accordion-menu-inner-container dt{margin-bottom:25px !important}*/
dt.level2 {
  margin-bottom: 15px !important;
  margin-top: 15px !important
}

dd.level1.nextend-nav-275.parent.opened.opened.forceopened.last {
  margin: 0 0 25px 0 !important;
}

dd.level1.nextend-nav-280.parent.opened.opened.forceopened.first {
  margin: 0 0 25px 0 !important;
}

.widget-title:before {
  display: none;
}

dl.level1 .level1+.level1 {
  margin-top: 15px;
}

dl.level1 dt a span {
  font-family: 'Roboto' !important;
  text-transform: uppercase;
}

.sidebar .catcat+.catcat {
  margin-top: 20px;
}

.sidebar .cat1, .sidebar .cat2, .sidebar .cat3, .sidebar .cat4, .sidebar .cat5 {
  height: 150px;
}

.archive-product-title-inner {
  padding-top: 0;
  padding-bottom: 0;
  width: 60%;
  float: left;
}

.archive-product-title-wrap {
  color: #101010;
  background-color: transparent;
}

h2 {
  color: #101010;
  letter-spacing: normal;
  font-size: 20px !important;
  margin-bottom: 15px;
}

.page-title-inner {
  padding-top: 0;
  padding-bottom: 0;
  width: 60%;
  float: left;
}

.product-listing.woocommerce .product-actions {
  position: absolute;
  bottom: 0;
  left: inherit;
  right: inherit;
  top: inherit;
  height: 35px;
  text-align: center;
  margin: auto;
  z-index: 3;
  font-size: 0;
  width: 100%;
}

.product-item-wrap:hover .product-item-inner {
  /*border: 1px solid #dbdbdb;
    padding: 15px;*/
  transition: all .5s ease;
  float: left;
}

.product-listing.woocommerce .product-item-inner {
  position: relative;
  margin-top: 15px;
  transition: all .5s ease;
}

#featuredpro {
  padding: 45px 0;
}

.social-icon, .m-button, .pie-chart .vc_pie_chart_value, .v-progress-bar .vc_single_bar .vc_label, .h-progress-bar .vc_label, .pricingtable .pt-content p, .pricingtable .pt-content span, .servicetable .pt-content div span, .servicetable .pt-content ul li span, .vc_tta-style-tab_style1 .vc_tta-title-text, .vc_tta-style-tab_style1 .vc_tta-panel-title, .expandable_button .expandable_button_text, .menu-scroll ul li a, .p-font {
  font-family: "Roboto" !important;
}

.product-listing.woocommerce .product-name {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #101010;
  font-weight: 700;
  text-align: left;
  margin-top: 15px;
}

.bloquethree {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/trajes-de-baño-Mujer-2-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 515px;
  max-height: 515px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloquetwo {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/Trajes-de-baño-alta-calidad-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 515px;
  max-height: 515px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloqueone {
  background-image: url(https://makosport.cl/wp-content/uploads/2019/10/Traje-de-Neopreno-Wetsuit-para-triatlón-mujer-2-Makosport.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 515px;
  max-height: 515px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloqueone a, .bloquetwo a, .bloquethree a {
  height: 515px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
}

.bloqueone:hover a, .bloquetwo:hover a, .bloquethree:hover a {
  background: rgba(33, 30, 30, 0.6784313725490196);
  transition: all .5s ease;
}

@media screen and (max-width: 768px) {
	#page-title .container {
		margin-left:inherit;
	}
	
	.bloques-footer .wpb_column.vc_col-sm-3 + .wpb_column.vc_col-sm-3{
		margin-top:25px;
	}
	
  .bottom-bar-inner p {
    padding: 0 15px;
  }

  footer.main-footer-wrapper .bottom-bar-wrapper {
    margin-top: 25px;
  }

  html {
    margin-top: 0 !important;
  }

  .footer_top_holder.col-1 img {
    margin-bottom: 15px;
    padding-top: 25px;
  }

  #featuredpro .product-listing.woocommerce .product-name {
    height: auto !important
  }

  #featuredpro .product-listing.woocommerce .product_cat-trajes-de-neopreno .product-name {
    height: auto !important
  }

  #featuredpro .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 100% !important
  }

  #destacados h2:after {
    width: 15%;
  }

  p.categorias a {
    font-size: 10px !important;
  }

  .product-listing.woocommerce .product-item-wrap {
    float: left;
    padding: 0 15px 25px;
  }

  .product-listing.woocommerce .product-name {
    height: 50px;
  }

  .product-listing.woocommerce .product_cat-trajes-de-neopreno .product-name {
    height: 85px !important;
  }

  #mensaje p {
    width: 100%;
  }

  .bottom-bar-inner>.container:nth-child(1) {
    display: block;
  }

  .catcat+.catcat {
    margin-top: 25px;
  }

  #delivery {
    text-align: center;
  }

  #delivery .wpb_column.vc_column_container.vc_col-sm-4+.wpb_column.vc_column_container.vc_col-sm-4 {
    margin-top: 25px;
  }

  form.woocommerce-cart-form {
    width: 100%;
    float: left;
  }

  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
    float: left;
  }

  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .product-listing.woocommerce.columns-2 .product-item-wrap, .product-listing.woocommerce.columns-3 .product-item-wrap, .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 50% !important;
  }

  .page-title-breadcrumbs-float .page-title-inner, .page-title-breadcrumbs-float .archive-title-inner, .page-title-breadcrumbs-float .archive-product-title-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .page-title-inner {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    float: left;
    text-align: center;
  }

  .breadcrumbs-wrap {
    font-size: 0;
    width: 100%;
    float: left;
    display: block;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
    text-align: center;
  }

  .header-mobile-nav {
    background-color: #101010;
  }

  .x-nav-menu li.x-menu-item {
    border-bottom: none;
  }

  .x-nav-menu li.x-menu-item>a.x-menu-a-text {
    display: inline-block;
    position: static;
    padding: 14px 15px;
    border-bottom: none;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: white;
    font-size: 25px;
    letter-spacing: 0.05em;
  }

  .bloqueone, .bloquetwo, .bloquethree {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-item-wrap:hover .product-item-inner {
    border: none;
    padding: 0;
    transition: all .5s ease;
    float: left;
  }

  #nuevos {
    padding: 45px 0 0 0;
  }

  #destacados {
    padding: 25px 0 0 0;
  }

  .single-product-wrap {
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
  }

  .single-product-image-inner img {
    display: block;
    width: inherit;
  }

  .single-product-title-inner {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    float: left;
  }

  .page-title-size-lg h1 {
    font-size: 22px;
    font-weight: bold;
  }

  .bloqueone, .bloquetwo, .bloquethree {
    max-height: 220px;
  }

  .bloqueone a, .bloquetwo a, .bloquethree a {
    height: auto;
  }
	.x-nav-menu>.x-menu-item+.x-menu-item {
    margin-left: 0;
}
	#llamadoguia h2 {
    width: 100%;
}
}

/*Visual Composer*/
@media (min-width:768px) {
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left
  }

  .vc_col-sm-12 {
    width: 100%
  }

  .vc_col-sm-11 {
    width: 91.66666667%
  }

  .vc_col-sm-10 {
    width: 83.33333333%
  }

  .vc_col-sm-9 {
    width: 75%
  }

  .vc_col-sm-8 {
    width: 66.66666667%
  }

  .vc_col-sm-7 {
    width: 58.33333333%
  }

  .vc_col-sm-6 {
    width: 50%
  }

  .vc_col-sm-5 {
    width: 41.66666667%
  }

  .vc_col-sm-4 {
    width: 33.33333333%
  }

  .vc_col-sm-3 {
    width: 25%
  }

  .vc_col-sm-2 {
    width: 16.66666667%
  }

  .vc_col-sm-1 {
    width: 8.33333333%
  }

  .vc_col-sm-pull-12 {
    right: 100%
  }

  .vc_col-sm-pull-11 {
    right: 91.66666667%
  }

  .vc_col-sm-pull-10 {
    right: 83.33333333%
  }

  .vc_col-sm-pull-9 {
    right: 75%
  }

  .vc_col-sm-pull-8 {
    right: 66.66666667%
  }

  .vc_col-sm-pull-7 {
    right: 58.33333333%
  }

  .vc_col-sm-pull-6 {
    right: 50%
  }

  .vc_col-sm-pull-5 {
    right: 41.66666667%
  }

  .vc_col-sm-pull-4 {
    right: 33.33333333%
  }

  .vc_col-sm-pull-3 {
    right: 25%
  }

  .vc_col-sm-pull-2 {
    right: 16.66666667%
  }

  .vc_col-sm-pull-1 {
    right: 8.33333333%
  }

  .vc_col-sm-pull-0 {
    right: auto
  }

  .vc_col-sm-push-12 {
    left: 100%
  }

  .vc_col-sm-push-11 {
    left: 91.66666667%
  }

  .vc_col-sm-push-10 {
    left: 83.33333333%
  }

  .vc_col-sm-push-9 {
    left: 75%
  }

  .vc_col-sm-push-8 {
    left: 66.66666667%
  }

  .vc_col-sm-push-7 {
    left: 58.33333333%
  }

  .vc_col-sm-push-6 {
    left: 50%
  }

  .vc_col-sm-push-5 {
    left: 41.66666667%
  }

  .vc_col-sm-push-4 {
    left: 33.33333333%
  }

  .vc_col-sm-push-3 {
    left: 25%
  }

  .vc_col-sm-push-2 {
    left: 16.66666667%
  }

  .vc_col-sm-push-1 {
    left: 8.33333333%
  }

  .vc_col-sm-push-0 {
    left: auto
  }

  .vc_col-sm-offset-12 {
    margin-left: 100%
  }

  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-sm-offset-9 {
    margin-left: 75%
  }

  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-sm-offset-6 {
    margin-left: 50%
  }

  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-sm-offset-3 {
    margin-left: 25%
  }

  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-sm-offset-0 {
    margin-left: 0
  }
}

@media (min-width:992px) {
  .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
    float: left
  }

  .vc_col-md-12 {
    width: 100%
  }

  .vc_col-md-11 {
    width: 91.66666667%
  }

  .vc_col-md-10 {
    width: 83.33333333%
  }

  .vc_col-md-9 {
    width: 75%
  }

  .vc_col-md-8 {
    width: 66.66666667%
  }

  .vc_col-md-7 {
    width: 58.33333333%
  }

  .vc_col-md-6 {
    width: 50%
  }

  .vc_col-md-5 {
    width: 41.66666667%
  }

  .vc_col-md-4 {
    width: 33.33333333%
  }

  .vc_col-md-3 {
    width: 25%
  }

  .vc_col-md-2 {
    width: 16.66666667%
  }

  .vc_col-md-1 {
    width: 8.33333333%
  }

  .vc_col-md-pull-12 {
    right: 100%
  }

  .vc_col-md-pull-11 {
    right: 91.66666667%
  }

  .vc_col-md-pull-10 {
    right: 83.33333333%
  }

  .vc_col-md-pull-9 {
    right: 75%
  }

  .vc_col-md-pull-8 {
    right: 66.66666667%
  }

  .vc_col-md-pull-7 {
    right: 58.33333333%
  }

  .vc_col-md-pull-6 {
    right: 50%
  }

  .vc_col-md-pull-5 {
    right: 41.66666667%
  }

  .vc_col-md-pull-4 {
    right: 33.33333333%
  }

  .vc_col-md-pull-3 {
    right: 25%
  }

  .vc_col-md-pull-2 {
    right: 16.66666667%
  }

  .vc_col-md-pull-1 {
    right: 8.33333333%
  }

  .vc_col-md-pull-0 {
    right: auto
  }

  .vc_col-md-push-12 {
    left: 100%
  }

  .vc_col-md-push-11 {
    left: 91.66666667%
  }

  .vc_col-md-push-10 {
    left: 83.33333333%
  }

  .vc_col-md-push-9 {
    left: 75%
  }

  .vc_col-md-push-8 {
    left: 66.66666667%
  }

  .vc_col-md-push-7 {
    left: 58.33333333%
  }

  .vc_col-md-push-6 {
    left: 50%
  }

  .vc_col-md-push-5 {
    left: 41.66666667%
  }

  .vc_col-md-push-4 {
    left: 33.33333333%
  }

  .vc_col-md-push-3 {
    left: 25%
  }

  .vc_col-md-push-2 {
    left: 16.66666667%
  }

  .vc_col-md-push-1 {
    left: 8.33333333%
  }

  .vc_col-md-push-0 {
    left: auto
  }

  .vc_col-md-offset-12 {
    margin-left: 100%
  }

  .vc_col-md-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-md-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-md-offset-9 {
    margin-left: 75%
  }

  .vc_col-md-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-md-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-md-offset-6 {
    margin-left: 50%
  }

  .vc_col-md-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-md-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-md-offset-3 {
    margin-left: 25%
  }

  .vc_col-md-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-md-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-md-offset-0 {
    margin-left: 0
  }
}

@media (min-width:1200px) {
  .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
    float: left
  }

  .vc_col-lg-12 {
    width: 100%
  }

  .vc_col-lg-11 {
    width: 91.66666667%
  }

  .vc_col-lg-10 {
    width: 83.33333333%
  }

  .vc_col-lg-9 {
    width: 75%
  }

  .vc_col-lg-8 {
    width: 66.66666667%
  }

  .vc_col-lg-7 {
    width: 58.33333333%
  }

  .vc_col-lg-6 {
    width: 50%
  }

  .vc_col-lg-5 {
    width: 41.66666667%
  }

  .vc_col-lg-4 {
    width: 33.33333333%
  }

  .vc_col-lg-3 {
    width: 25%
  }

  .vc_col-lg-2 {
    width: 16.66666667%
  }

  .vc_col-lg-1 {
    width: 8.33333333%
  }

  .vc_col-lg-pull-12 {
    right: 100%
  }

  .vc_col-lg-pull-11 {
    right: 91.66666667%
  }

  .vc_col-lg-pull-10 {
    right: 83.33333333%
  }

  .vc_col-lg-pull-9 {
    right: 75%
  }

  .vc_col-lg-pull-8 {
    right: 66.66666667%
  }

  .vc_col-lg-pull-7 {
    right: 58.33333333%
  }

  .vc_col-lg-pull-6 {
    right: 50%
  }

  .vc_col-lg-pull-5 {
    right: 41.66666667%
  }

  .vc_col-lg-pull-4 {
    right: 33.33333333%
  }

  .vc_col-lg-pull-3 {
    right: 25%
  }

  .vc_col-lg-pull-2 {
    right: 16.66666667%
  }

  .vc_col-lg-pull-1 {
    right: 8.33333333%
  }

  .vc_col-lg-pull-0 {
    right: auto
  }

  .vc_col-lg-push-12 {
    left: 100%
  }

  .vc_col-lg-push-11 {
    left: 91.66666667%
  }

  .vc_col-lg-push-10 {
    left: 83.33333333%
  }

  .vc_col-lg-push-9 {
    left: 75%
  }

  .vc_col-lg-push-8 {
    left: 66.66666667%
  }

  .vc_col-lg-push-7 {
    left: 58.33333333%
  }

  .vc_col-lg-push-6 {
    left: 50%
  }

  .vc_col-lg-push-5 {
    left: 41.66666667%
  }

  .vc_col-lg-push-4 {
    left: 33.33333333%
  }

  .vc_col-lg-push-3 {
    left: 25%
  }

  .vc_col-lg-push-2 {
    left: 16.66666667%
  }

  .vc_col-lg-push-1 {
    left: 8.33333333%
  }

  .vc_col-lg-push-0 {
    left: auto
  }

  .vc_col-lg-offset-12 {
    margin-left: 100%
  }

  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%
  }

  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%
  }

  .vc_col-lg-offset-9 {
    margin-left: 75%
  }

  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%
  }

  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%
  }

  .vc_col-lg-offset-6 {
    margin-left: 50%
  }

  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%
  }

  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%
  }

  .vc_col-lg-offset-3 {
    margin-left: 25%
  }

  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%
  }

  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%
  }

  .vc_col-lg-offset-0 {
    margin-left: 0
  }
}

.vc_non_responsive .vc_row .vc_col-sm-1\/5 {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
  position: relative;
  float: left;
  width: 40%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
  position: relative;
  float: left;
  width: 60%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
  position: relative;
  float: left;
  width: 80%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
  margin-left: 100%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
  margin-left: 80%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
  margin-left: 60%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
  margin-left: 40%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
  margin-left: 20%
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
  margin-left: 0
}

.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5, .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5, .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5, .vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
  float: left
}

.vc_col-xs-5\/5 {
  width: 100%
}

.vc_col-xs-4\/5 {
  width: 80%
}

.vc_col-xs-3\/5 {
  width: 60%
}

.vc_col-xs-2\/5 {
  width: 40%
}

.vc_col-xs-1\/5 {
  width: 20%
}

.vc_col-xs-pull-5\/5 {
  right: 100%
}

.vc_col-xs-pull-4\/5 {
  right: 80%
}

.vc_col-xs-pull-3\/5 {
  right: 60%
}

.vc_col-xs-pull-2\/5 {
  right: 40%
}

.vc_col-xs-pull-1\/5 {
  right: 20%
}

.vc_col-xs-pull-0\/5 {
  right: auto
}

.vc_col-xs-push-5\/5 {
  left: 100%
}

.vc_col-xs-push-4\/5 {
  left: 80%
}

.vc_col-xs-push-3\/5 {
  left: 60%
}

.vc_col-xs-push-2\/5 {
  left: 40%
}

.vc_col-xs-push-1\/5 {
  left: 20%
}

.vc_col-xs-push-0\/5 {
  left: auto
}

.vc_col-xs-offset-5\/5 {
  margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
  margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
  margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
  margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
  margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
  margin-left: 0
}

@media (min-width:768px) {
  .vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5 {
    float: left
  }

  .vc_col-sm-5\/5 {
    width: 100%
  }

  .vc_col-sm-4\/5 {
    width: 80%
  }

  .vc_col-sm-3\/5 {
    width: 60%
  }

  .vc_col-sm-2\/5 {
    width: 40%
  }

  .vc_col-sm-1\/5 {
    width: 20%
  }

  .vc_col-sm-pull-5\/5 {
    right: 100%
  }

  .vc_col-sm-pull-4\/5 {
    right: 80%
  }

  .vc_col-sm-pull-3\/5 {
    right: 60%
  }

  .vc_col-sm-pull-2\/5 {
    right: 40%
  }

  .vc_col-sm-pull-1\/5 {
    right: 20%
  }

  .vc_col-sm-pull-0\/5 {
    right: auto
  }

  .vc_col-sm-push-5\/5 {
    left: 100%
  }

  .vc_col-sm-push-4\/5 {
    left: 80%
  }

  .vc_col-sm-push-3\/5 {
    left: 60%
  }

  .vc_col-sm-push-2\/5 {
    left: 40%
  }

  .vc_col-sm-push-1\/5 {
    left: 20%
  }

  .vc_col-sm-push-0\/5 {
    left: auto
  }

  .vc_col-sm-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-sm-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-sm-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-sm-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-sm-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-sm-offset-0\/5 {
    margin-left: 0
  }
}

@media (min-width:992px) {
  .vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
    float: left
  }

  .vc_col-md-5\/5 {
    width: 100%
  }

  .vc_col-md-4\/5 {
    width: 80%
  }

  .vc_col-md-3\/5 {
    width: 60%
  }

  .vc_col-md-2\/5 {
    width: 40%
  }

  .vc_col-md-1\/5 {
    width: 20%
  }

  .vc_col-md-pull-5\/5 {
    right: 100%
  }

  .vc_col-md-pull-4\/5 {
    right: 80%
  }

  .vc_col-md-pull-3\/5 {
    right: 60%
  }

  .vc_col-md-pull-2\/5 {
    right: 40%
  }

  .vc_col-md-pull-1\/5 {
    right: 20%
  }

  .vc_col-md-pull-0\/5 {
    right: auto
  }

  .vc_col-md-push-5\/5 {
    left: 100%
  }

  .vc_col-md-push-4\/5 {
    left: 80%
  }

  .vc_col-md-push-3\/5 {
    left: 60%
  }

  .vc_col-md-push-2\/5 {
    left: 40%
  }

  .vc_col-md-push-1\/5 {
    left: 20%
  }

  .vc_col-md-push-0\/5 {
    left: auto
  }

  .vc_col-md-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-md-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-md-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-md-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-md-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-md-offset-0\/5 {
    margin-left: 0
  }
}

@media (min-width:1200px) {
  .vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
    float: left
  }

  .vc_col-lg-5\/5 {
    width: 100%
  }

  .vc_col-lg-4\/5 {
    width: 80%
  }

  .vc_col-lg-3\/5 {
    width: 60%
  }

  .vc_col-lg-2\/5 {
    width: 40%
  }

  .vc_col-lg-1\/5 {
    width: 20%
  }

  .vc_col-lg-pull-5\/5 {
    right: 100%
  }

  .vc_col-lg-pull-4\/5 {
    right: 80%
  }

  .vc_col-lg-pull-3\/5 {
    right: 60%
  }

  .vc_col-lg-pull-2\/5 {
    right: 40%
  }

  .vc_col-lg-pull-1\/5 {
    right: 20%
  }

  .vc_col-lg-pull-0\/5 {
    right: auto
  }

  .vc_col-lg-push-5\/5 {
    left: 100%
  }

  .vc_col-lg-push-4\/5 {
    left: 80%
  }

  .vc_col-lg-push-3\/5 {
    left: 60%
  }

  .vc_col-lg-push-2\/5 {
    left: 40%
  }

  .vc_col-lg-push-1\/5 {
    left: 20%
  }

  .vc_col-lg-push-0\/5 {
    left: auto
  }

  .vc_col-lg-offset-5\/5 {
    margin-left: 100%
  }

  .vc_col-lg-offset-4\/5 {
    margin-left: 80%
  }

  .vc_col-lg-offset-3\/5 {
    margin-left: 60%
  }

  .vc_col-lg-offset-2\/5 {
    margin-left: 40%
  }

  .vc_col-lg-offset-1\/5 {
    margin-left: 20%
  }

  .vc_col-lg-offset-0\/5 {
    margin-left: 0
  }
}

.vc_pull-right {
  float: right !important
}

/*Visual Composer*/
