@charset "UTF-8";
/*
Theme Name: Marco - Child
Theme URI: http://envirra.com/themes/marco
Author: envirra
Author URI: http://themeforest.net/user/envirra?ref=envirra
Description: Magazine WordPress Theme
Version: 1.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl.html‎
Tags: black, white, one-column, two-columns, three-columns, right-sidebar, flexible-width, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready, photoblogging
Text Domain: envirra
Template: marco
*/

.dddwrappershadow {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4) !important;
}
.vw-site-footer .woocommerce ul.product_list_widget li a {
    color: #fff;
}
.bundled_product .item_title {
    font-size: 28px !important;
}
.bundled_product .item_title a {
    color: #111111 !important;
}

.flexible_content_full:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0px;
  clear: both;
}
/* Column Classes
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}

.one-third,
.two-sixths {
  width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}

.one-fourth {
  width: 23.076923076923077%;
}

.three-fourths {
  width: 74.35897435897436%;
}

.one-sixth {
  width: 14.52991452991453%;
}

.five-sixths {
  width: 82.90598290598291%;
}

.first {
  clear: both;
  margin-left: 0;
}



@media only screen and (max-width: 768px) {


  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}
/* Media Queries */
@media only screen and (max-width: 600px) {

	.woocommerce ul.products li.product {
	    float: none;
	    width: 100% !important;
	    min-height: auto;
	}
	.woocommerce ul.products .slick-track  li.product {
	    float: none;
	    width: 335px !important;
	    min-height: auto;
	}
  .cart_totals {
    float: left;
    /* clear: both; */
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
}
	.vw-site-header__placeholder {
	    position: relative;
	}
	.home .woocommerce ul.products li.product {
    min-height: auto;
    height: auto;
	}

	.woocommerce-cart table.cart th, .woocommerce-cart table.cart td {
    vertical-align: top;
    display: block;
}
.woocommerce-cart .cart img {
    width: 100%!important;
    }
    .woocommerce-cart table.cart td.actions input[type=submit] {
    width: 100%;
    margin: 5px 0;
}
    .woocommerce-cart thead {
   display: none;
}
}

/* =====================================================
   Some defaults across all toggle demos
   ===================================================== */


   /* .slide-info-box {
    position: relative;
    bottom: 0;
    left: 0;
    min-height: 80px;
    width: 220px;
    text-align: center;
}
.mcp-toggle-box {
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transition: all 350ms ease-in;
    cursor: pointer;

}
 .mcp-toggle-box:before {
    content: 'BEFORE';
    display: inline-block;
    position: absolute;
    left: 46px;
    top: 8px;
    font-size: .9em;
    color: #5e5c5c;
}
.mcp-toggle-box .toggle-mcp {
    background-image: url(images/mcp-toggle-sprite.png);
    display: inline-block;
    text-indent: -9999px;
    width: 35px;
    height: 35px;
    background-position: 99% 99%;
    background-repeat: no-repeat;
    background-size: 260%;
    position: relative;
    -webkit-transform: translate(2px,2px);
    -ms-transform: translate(2px,2px);
    transform: translate(2px,2px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}
 .mcp-toggle-box {
    background-image: url(images/mcp-toggle-sprite.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 112%;
      -webkit-backface-visibility: hidden
      cursor: pointer;
    position: absolute;
    left: 22%;
    margin-left: -42px;
    bottom: 0;
    width: 85px;
    height: 38px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;

}
 .mcp-toggle-box.on {
  background-image: url(images/mcp-toggle-sprite.png);
  background-position: 50% 52%;
  background-repeat: no-repeat;
  background-size: 112%;

}

.mcp-toggle-box.on:before {
  content: 'ON';
  display: inline-block;
  position: absolute;
  left: 13px;
  top: 8px;
  font-size: .9em;
  color: #d13a32
}
  .mcp-toggle-box.on .toggle-mcp {
  background-image: url(images/mcp-toggle-sprite.png);
  display: inline-block;
  text-indent: -9999px;
  width: 35px;
  height: 35px;
  background-position: 3% 99%;
  background-repeat: no-repeat;
  background-size: 260%;
  position: relative;
  -webkit-transform: translate(48px, 1px);
  -ms-transform: translate(48px, 1px);
  transform: translate(48px, 1px);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  -webkit-backface-visibility: hidden
}
  .mcp-toggle-box .toggle-mcp {
  background-image: url(images/mcp-toggle-sprite.png)
}*/

.custom_slider {
    margin-bottom: 20px;
}

  .slide-info-box {
    position: relative;
    bottom: 0;
    left: 0;
   /* min-height: 80px;
    width: 220px;*/
    text-align: center;
}
.mcp-toggle-box {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 1;
    transition: all 350ms ease-in;
    cursor: pointer;
    border: 1px solid #fff !important;
   border-radius: 20px;
        background-color: rgba(197, 185, 181, 0.48);
    position: relative;
    height: 40px;
    width: 100px;
}
.mcp-toggle-box, .mcp-toggle-box:before, .mcp-toggle-box:after,
.toggle--feature,
.toggle--feature:before,
.toggle--feature:after,toggle-mcp:after {
  transition: all 250ms ease-in;
}
.mcp-toggle-box:before,.toggle--feature:before {
    content: " ";
    display: block;
}

.mcp-toggle-box.on:after, .toggle--feature:after {
    content: " before";
    display: block;
    color: #fff
}
.mcp-toggle-box:after {
	 content: "after";
    display: block;
    color: #fff;
    font-size: 1rem;
}
.toggle--feature:after {
    content: '';
    display: block;
    color: #000
}

.mcp-toggle-box:before {
    background-color: #ffcd62;
    border: 1px solid #ffffff;
    border-radius: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 30px;
    padding-top: 7px;
}
.mcp-toggle-box:after {

    position: absolute;
    top: 32%;
    right: 30px;
    z-index: 10;
    width: 11.2px;
    height: 11.2px;
    opacity: 100;
    transition: opacity 100ms ease-in;
}
.mcp-toggle-box.on:after {
    opacity: 100;
    animation-name: bounceIn;
    animation-duration: 0.60s;
    animation-delay: 0.10s;
    animation-fill-mode: backwards;
    animation-timing-function: ease-in-out;
    position: absolute;
    top: 35%;
    left: 12px;
    z-index: 10;
    width: 11.2px;
    height: 11.2px;
    border-radius: 20px;
    /* background-color: #fff; */
    /* border-radius: 2%; */
    /* box-shadow: #fff 0 0, #fff 3px 0, #fff 6px 0, #fff 9px 0, #fff 11px 0, #fff 14px 0, #fff 16px 0, #fff 21px -1px 0 1px, #fff 16px -7px 0 -2px, #fff 7px -7px 0 1px, #d3d3d3 0 0 0 4px, #d3d3d3 6px 0 0 4px, #d3d3d3 11px 0 0 4px, #d3d3d3 16px 0 0 4px, #d3d3d3 21px -1px 0 5px, #d3d3d3 16px -7px 0 1px, #d3d3d3 7px -7px 0 5px; */
    transition: opacity 100ms ease-in;
}
.mcp-toggle-box.on {
    background-color: #000;
    border: 2px solid #1c1c1c;
    }

.mcp-toggle-box.on:before {
    left: 64px;
    background-color: #000;
    border: 1px solid rgb(255, 255, 255);}



@keyframes starry_star {
  50% {
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: #fff 30px -3px 0 0, #fff 12px 10px 0 -1px, rgba(255, 255, 255, 0.1) 38px 18px 0 1px, #fff 32px 34px 0 0, rgba(255, 255, 255, 0.1) 20px 24px 0 -1.5px, #fff 5px 38px 0 1px;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 100;
    transform: scale(1.1);
  }
  55% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    opacity: 100;
    transform: scale(1);
  }
}


.toggle--daynight .toggle--feature {
  display: block;
  position: absolute;
  top: 9px;
  left: 52.5%;
  z-index: 20;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 0, rgba(255, 255, 255, 0.1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, 0.1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 1px;
  animation: starry_star 5s ease-in-out infinite;
}
.toggle--daynight .toggle--feature:before {
  position: absolute;
  top: -2px;
  left: -25px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #e3e3c7;
  box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
  transform-origin: -6px 130%;
}

  .mcp-toggle-box.on .toggle--feature {
  opacity: 0;
  box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 -4px, rgba(255, 255, 255, 0.1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, 0.1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 -3px;
  animation: none;
}
  .mcp-toggle-box.on .toggle--feature:before {
  left: 25px;
  transform: rotate(70deg);
}


  .mcp-toggle-box .toggle--feature {
    display: block;
    position: absolute;
    top: 9px;
    left: 52.5%;
    z-index: 20;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 0, rgba(255, 255, 255, 0.1) 12px 10px 0 -1px, #fff 38px 18px 0 1px, rgba(255, 255, 255, 0.1) 32px 34px 0 0, #fff 20px 24px 0 -1.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 1px;
    animation: starry_star 5s ease-in-out infinite;
}

 .toggle--feature:before {
    position: absolute;
    top: -2px;
    left: -25px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #e3e3c7;
    box-shadow: #e3e3c7 -28px 0 0 -3px, #e3e3c7 -8px 24px 0 -2px;
    transform-origin: -6px 130%;
}
.toggle--feature:after {
    content: '33333';
    display: block;
}
 .mcp-toggle-box.on .toggle--feature {
    opacity: 0;
    box-shadow: rgba(255, 255, 255, 0.1) 30px -3px 0 -4px, rgba(255, 255, 255, 0.1) 12px 10px 0 -5px, #fff 38px 18px 0 -3px, rgba(255, 255, 255, 0.1) 32px 34px 0 -4px, #fff 20px 24px 0 -5.5px, rgba(255, 255, 255, 0.1) 5px 38px 0 -3px;
    animation: none;
    }
     .mcp-toggle-box.on  .toggle--feature:before {
        left: 25px;
    transform: rotate(70deg);
    }

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    display: none;
}

/********************************************************
		Subscribe box styling Gform plugin
		Rijas T A 1292016
*********************************************************/
#gform_wrapper_12.gform_wrapper {
	margin: 16px 0;
    max-width: 100%;
    padding: 25px;
}
#gform_wrapper_12.gform_wrapper form  , #gform_wrapper_12.gform_wrapper .gform_footer {
	text-align: center;
}
#gform_wrapper_12 h3 {
	font-size: 1.75rem;
    font-weight: 500;
    margin: 0 0 26px 0;
    line-height: 1.2em;
}
#gform_wrapper_12.gform_wrapper.gf_browser_chrome .gform_body {
    width: calc(44% + 15px);
    margin: auto 0 0 13%;
    float: left;
}
#gform_wrapper_12.gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
#gform_wrapper_12.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    margin: 0;
    float: left;
    width: 50%;
    clear: none;
    }
    #gform_wrapper_12.gform_wrapper ul.gform_fields li.gfield .gfield_label {
    	display: none;
    }
    #gform_wrapper_12.gform_wrapper ul.gform_fields li.gfield.name-field input,
    #gform_wrapper_12.gform_wrapper ul.gform_fields li.gfield.email-field input  {
		color: #adadad;
	    height: 58px;
	    width: 500px;
	    font-size: 18px;
	    line-height: 60px;
	    padding: 0 10px;
	    margin-right: 10px;
		background-color: #fff;
	    color: #333;
	        border: 1px solid rgba(215, 215, 215, 0);
	    word-spacing: 0.4pt;
	    letter-spacing: 0.2pt;
    }
	#gform_wrapper_12.gform_wrapper ul.gform_fields li.gfield.name-field   {
		    border-right: 1px solid #dcdcdc;
    }

    #gform_wrapper_12.gform_wrapper .gform_footer input.button,
     #gform_wrapper_12.gform_wrapper .gform_footer input[type=submit],
    #gform_wrapper_12.gform_wrapper .gform_page_footer input.button,
    #gform_wrapper_12.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: 320px;
    margin: 0 16px 0 0px;
    line-height: 56px;
    border-radius: 5px
    }
    .gform_wrapper .gform_footer {
	    padding: 0px 0 10px;
	    margin: 0px 0 0;
	    clear: none;
	    width: 90%;
}
	 #gform_wrapper_12.gform_wrapper  ul#gform_fields_12 {  border: 1px solid #c5c5c5;
    padding: 10px;
    border-radius: 5px;
}
	#gform_wrapper_12.gform_wrapper ul#gform_fields_12:after {
    display: block;
    content: " ";
    clear: both;
}

. .mobile-product-title {display: none;}
/* Tablet/ipad Landscape and portrait */

/*
Freebie signup modal
 The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal .gform_wrapper form {
    text-align: center;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    padding: 0px 4px 4px 4px !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent !important;
}

.modal-header {
    padding: 2px 16px;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

.icon_element_outer_alignleft.alignleft {margin-left: 0px !important;}



/* Added By Hire Jordan Smith 09/23/2017 */

body.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
  width: 11.1%;
}

body.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}

body.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}

body.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

body.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
}

body.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, body.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
  transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
}

body.woocommerce .woocommerce-product-gallery__trigger {
  border-width: 0;
}

body.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    box-sizing: content-box;
}

body.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__image {
    height: auto !important;
}

.woocommerce div.product form.cart .button {
    float: right;
}

.woocommerce div.product form.cart div.quantity {
    width: 20%;
    float: left;
}


.single-product .quantity .qty {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 14px 10px;
}



@media (max-width: 1024px){
  .woocommerce div.product .images.product-image, .woocommerce div.product .summary {
      width: 100% !important;
  }
  .mobile-product-title {display: block; text-align: center;}
  .mobile-product-title .vw-post-box__meta {display: none;}
/*  body.single-product .summary.entry-summary .product_title.entry-title {
    display: none;
  }*/

}
@media (max-width: 700px){
  table.variations td {
    display: block;
  }
  .single-product .alert {
      padding: 25px 0px 27px 25px;
  }
  .mcp-toggle-box {
    height: 30px;
    width: 90px;
        border-radius: 20px;
        border: 2px solid #1c1c1c;
  }
  .mcp-toggle-box:before {
      width: 20px;
      height: 20px;
          border-radius: 20px;
  }
  .mcp-toggle-box:after {
         font-size: 14px;
  }
  .rev_slider li.tp-revslider-slidesli {
    position: absolute !important;

    overflow: hidden;
  }

  .vw-tab-content .vw-one-third:after {
    content: "Read More";
    display: block;
    text-align: center;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 50px;
    background: #e8e8e8;
    line-height: 50px;
}
.vw-tabs .vw-column-shortcode.vw-one-third {
    height: 176px;
    overflow: hidden;
    position: relative;
 transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    padding-bottom: 60px;
        padding-left: 0;
    padding-right: 0;
}
.vw-tabs .vw-column-shortcode.vw-one-third.on {
    height: auto;
    overflow: visible;
    position: relative;
}
.vw-tab-content .vw-one-third.on:after {
  content: "Read Less";
  }

  #gform_wrapper_12.gform_wrapper.gf_browser_chrome .gform_body {
    width: calc(96% + 15px);
    float: none;
}
#gform_wrapper_12.gform_wrapper ul.gform_fields li.gfield.name-field {
    border-right: 0;
}

.gform_wrapper .gform_footer {
    padding: 10px 0 10px;
    margin: 20px 0 0;
    clear: both;
    width: 106%;
}
}
@media (max-width: 1500px) and (min-width: 995px){
  .vw-content-main > .products ul li, .vw-content-main > ul.products li {
      float: left;
      /* width: 50%; */
      width: 46%;
  }
  .vw-content-main > .products ul li:nth-child(3n+1), .vw-content-main > ul.products li:nth-child(3n+1) {
    clear: none;
  }
  .vw-content-main > .products ul li:nth-child(2n+1), .vw-content-main > ul.products li:nth-child(2n+1) {
    clear: left;
}
.woocommerce ul.products li.product {
    padding: 15px 15px 100px 15px;
    }
.woocommerce ul.products li.product .price {
    bottom: 62px;
    width: 89%;
    text-align: center;
}
.woocommerce ul.products li.product .button {
    width: 89%;
}
}
@media (max-width: 996px) and (min-width: 600px){
  .vw-footer-sidebar-2, .vw-footer-sidebar-3 {
    width: 50% !important;
    float: left !important;
  }
  .vw-footer-sidebar-4 {
    clear: left !important;
  }
  }

  .woocommerce ul.products .owl-item li.product {
     width: 95%;
  }

.show-icon { background-image: url(images/show-icon.png); height: 80px; }
.tell-icon { background-image: url(images/mega-icon.png); height: 100px; }
.cr-icon { background-image: url(images/camera-icon.png); height: 70px; }
.ba-icon { background-image: url(images/before-after.png); height: 110px; margin: -20px 0; position: relative; z-index: 1000; }
.show-icon, .tell-icon, .cr-icon, .ba-icon { background-repeat: no-repeat; background-position: center center; }


#gform_wrapper_18{
  background: #fcfcfc;
    border: #dadfe3 1px solid;
    padding: 20px 40px;
    margin: 0 10% !important;
}

.gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="url"], .gform_body textarea, #affwp-login-form  input[type="text"]
   { border: 2px solid #f2f2f2;
    transition: all .1s linear;
}

.gform_body input, .gform_body textarea, #affwp-login-form  input[type="text"], #affwp-login-form  input[type="password"]  {
    padding: .8125rem;
    color: #717f86;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius:4px;
}
#affwp-login-form   {
  max-width: 400px;
   background: #fcfcfc;
    border: #dadfe3 1px solid;
    padding: 20px 40px;
    margin: 0 auto;
}
#affwp-login-form label {
  display: block;
}
#affwp-login-form  input[type="text"] , #affwp-login-form  input[type="password"]  {
  width: 100%;
}

@media only screen and (max-width: 479px) {
    .woocommerce div.product form.cart .button {
        width: 70%;
        float: right;
    }

    .woocommerce div.product form.cart div.quantity {
        width: 25%;
        float: left;
    }
}
