/** Shopify CDN: Minification failed

Line 10:0 Comments in CSS use "/* ... */" instead of "//"
Line 67:2 Comments in CSS use "/* ... */" instead of "//"
Line 190:0 Comments in CSS use "/* ... */" instead of "//"
Line 279:2 Comments in CSS use "/* ... */" instead of "//"
Line 447:2 Expected "}" to go with "{"

**/
// Button Animation
.draw {
    background: none;
    border: 0 !important;
    box-sizing: border-box;
    margin: 1em;
    padding: 1em 2em;
    box-shadow: inset 0 0 0 2px #000;
    color: #000;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    border: 2px solid transparent;
  }
  .draw::before, .draw::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
  }
  
  .draw {
    transition: color 0.25s;
  }
  .draw::before, .draw::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
  }
  .draw::before {
    top: 0;
    left: 0;
  }
  .draw::after {
    bottom: 0;
    right: 0;
  }
  .draw:hover {
    color: #fff;
  }
  .draw:hover::before, .draw:hover::after {
    width: 100%;
    height: 100%;
  }
  .draw:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  }
  .draw:hover::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  }
  // Button animation left to right
  
  .featured_collection_slider .collection_slide_section .collection_slider_heading .btn.button.state-2,
  .featured_collection_slider .collection_slide_section .collection_main_slider .single_product .product_text .quick_add .add_product.state-2,
  .custom_blogs_home .cust_blg_outer .cust_blg_inner .cust_blg_content .more_link_btn .view_more_btn.state-2,
  .our_impact .our_impact_outer .our_impact_inner .right_side .right_main .right_content .right_btn .right_side_btn,
  #insta-feed > div.new_feed .insta_info a
   {
    background: linear-gradient(to right, #264a56 50%, transparent 51%);
    background-size: 205% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
  }
  
  .featured_collection_slider .collection_slide_section .collection_slider_heading .btn.button.state-2:focus,
  .featured_collection_slider .collection_slide_section .collection_main_slider .single_product .product_text .quick_add .add_product.state-2:focus,
  .custom_blogs_home .cust_blg_outer .cust_blg_inner .cust_blg_content .more_link_btn .view_more_btn.state-2:focus,
  .new_gallery_section .state-2:focus,
  .our_impact .our_impact_outer .our_impact_inner .right_side .right_main .right_content .right_btn .right_side_btn:focus{ 
    color: #fff;
  }
   
  #insta-feed > div.new_feed .insta_info a:focus {
    color: #fff;
    background-color: #264a56;
  }
  .featured_collection_slider .collection_slide_section .collection_slider_heading .btn.button.state-2:hover,
  .featured_collection_slider .collection_slide_section .collection_main_slider .single_product .product_text .quick_add .add_product.state-2:hover,
  .custom_blogs_home .cust_blg_outer .cust_blg_inner .cust_blg_content .more_link_btn .view_more_btn.state-2:hover,
  .our_impact .our_impact_outer .our_impact_inner .right_side .right_main .right_content .right_btn .right_side_btn:hover,
  #insta-feed > div.new_feed .insta_info a:hover, .new_gallery_section .state-2:hover, 
  .our_impact .our_impact_outer .our_impact_inner .left_side .left_content .content_cover .left_btn .left_side_btn:hover{
  background-position: left bottom;
    opacity: 1;
    color: #fff !important;
  }
  .new_gallery_section .state-2, .our_impact .our_impact_outer .our_impact_inner .left_side .left_content .content_cover .left_btn .left_side_btn {
      background-color: #fff;
      color: #000 !important;
      background: linear-gradient(to right, #264a56 50%, #fff 50%);
      background-size: 205% 102%;
      transition: all .5s ease-out;
      background-position: right bottom;
    border: 1px solid transparent;
    font-family: 'MoristonPersonal-Medium';
  }
  .new_gallery_section .state-2:hover, .our_impact .our_impact_outer .our_impact_inner .left_side .left_content .content_cover .left_btn .left_side_btn:hover {
        border: 1px solid #264a56;
  }
  .social-icons__link svg {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;  
  }
  .social-icons__link:active svg, .social-icons__link:focus svg, .social-icons__link:hover svg {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .site-footer__social-icons .social-icons__link:hover {
    opacity: 1
  }
  .site-footer__icon-list .social-icons__item:nth-child(1) .social-icons__link:hover svg {
    color: #77DDF6;
  }
  .site-footer__icon-list .social-icons__item:nth-child(2) .social-icons__link:hover svg {
    color: #fb3958;
  }
  .site-footer__icon-list .social-icons__item:nth-child(3) .social-icons__link:hover svg {
    color: #39569c;
    background-color: #fff;
  }
   .site-footer__linklist-item a {
    position: relative;
    overflow: hidden;
  }
  .site-footer__content .site-footer__linklist-item a:hover {
    opacity: 1;
    text-decoration: none;
    border: unset;
    color: #D35278;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .site-footer__linklist-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #D35278;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
   .site-footer__linklist-item a:hover:before,.site-footer__linklist-item a:focus:before,
   .site-footer__linklist-item a:active:before  {
    right: 0;
  }
  .site-footer .custom-page-width .site-footer__content .site-footer__item.newsletter .site-footer__item-inner .newsletter_cover .site-footer__newsletter .option_cover .choose_box input[type="radio"]:checked + label {
    background-color: unset;
    color: unset;
  }
  .choose_box {
    position: relative;
    z-index: 1;
  }
  .choose_box label {
      position: relative;
      z-index: 1;
  }
  .choose_box input:checked + label {
      color: #fff;
  }
//   .choose_box input:checked + label:before {
   footer #email_signup .choose_box:before {
    position: absolute;
    content: "";
    height: 42px;
    width: 92px;
    left: 4px;
    background-color: #264A56;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    border-radius: 20px;
    transition: all 0.5s;
    @media(max-width: 767px){
      width: 82px;
    }
  }
  /*footer #email_signup  .choose_box.one:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    @media(max-width: 767px){
      left: 5px !important;
    }
}
footer #email_signup  .choose_box.two:before {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    @media(max-width: 767px){
      left: 8px !important;
    }
}
footer #email_signup  .choose_box.three:before {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    @media(max-width: 767px){
      left: 8px !important;
    }
}*/
footer #email_signup  .choose_box.one:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    @media(max-width: 385px){
      left: 0px !important;
    }
}
footer #email_signup  .choose_box.two:before {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    @media(max-width: 385px){
      left: -3px !important;
    }
}
footer #email_signup  .choose_box.three:before {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    @media(max-width: 385px){
      left: -11px !important;
    }
}
  .choose_box.one:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.choose_box.two:before {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.choose_box.three:before {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
}

  /* .new_gallery_section .state-2:hover {
    background: linear-gradient(to right, transparent 50%, #264a56 51%);
      background-size: 205% 100%;
      transition: all .5s ease-out;
      background-position: right bottom;
  } */

  // Test Search Toggle
  

  
  .wrapper#search {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 2s linear;
    margin-right: 17px;
  
  form {
    position: relative;
    display: block;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding: 0;
    margin-bottom: 10px;
    border: 3px solid #3d4246;
    border-radius: 20px;
    transition: all 0.25s ease 0.3s;
    cursor: pointer;
  }
  form::before {
    content: "";
    position: absolute;
    display: block;
    top: 90%;
    left: 93%;
    width: 9px;
    height: 3px;
    background-color: #3d4246;
    border-radius: 1px;
    transition: width 0.15s ease 0.55s;
    transform: rotate(45deg);
    transform-origin: top left;
  }
  form.open {
    width: 260px;
    @media(max-width: 1366px){
      width: 190px;
      background: #fff;
      top: 5px;
    }
    transition-delay: 0.1s;
  }
  form.open:before {
    width: 0px;
    transition-delay: 0s;
  }
  form.open input {
    opacity: 1;
    transition-delay: 0.15s;
    color: #000;
  }
  form.open .cross:before, form.open .cross:after {
    width: 15px;
    right: 12px;
  }
  form.open .cross:before {
    top: 9px;
    transition-delay: 0.25s;
  }
  form.open .cross:after {
    bottom: 9px;
    transition-delay: 0.3s;
  }
  form input {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0 30px 0 15px;
    font-size: 14px;
    line-height: 38px;
    opacity: 0;
    background-color: transparent;
    color: #fff;
    transition: opacity 0.15s ease;
  }
  form .cross {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: translateY(-50%);
    display: none;
  }
  form .cross:before, form .cross:after {
    content: "";
    position: absolute;
    display: block;
    right: 5px;  
    height: 2px;
    width: 2px;
    border-radius: 1px;
    transition: all 0.25s ease;
  }
  form .cross:before {
    top: 0px;
    background-color: #3d4246;
    transform: rotate(-45deg);
    transform-origin: top right;
    transition-delay: 0.1s;
  }
  form .cross:after {
    bottom: 0px;
    background-color: #3d4246;
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
  input[type=text] {
    -webkit-appearance: none;
    outline: none;
    border: 0;
  }
  
  a,
  a:visited,
  a:active,
  a:hover {
    text-decoration: none;
    color: #fff;
  }
}
.wrapper#search form .cross:before, .wrapper#search form .cross:before {
    opacity: 0;
}
.wrapper#search form.open .cross {
    display: block;
}
.wrapper#search form.open .cross:before, .wrapper#search form.open .cross:before {
    opacity: 1;
}
.wrapper#search form.search-form-animate:not(.open){
    width: 13px;
    height: 13px;
    top: 3px;
}
.header_section .accessible .site-header .site-header__mobile-nav .site-header__icons .site-header__icon.site-header__account:hover {
    opacity: 1;
}
.site-header__icon {
    transition: fill .4s ease;
}
.site-header__icon:hover path {
    fill: #3d4246;
    transition: fill 1s ease;
}
.wrapper#search form {
    transition: fill .4s ease;
}
.wrapper#search form:hover {
    border-color: #3d4246;  
    transition: fill .4s ease;
}
.wrapper#search form:hover:before {
    background-color: #3d4246;
    transition: fill .4s ease;
}
  