MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/master-template/slice/css/style.scss
@import "owl.carousel.css";
@import "owl.theme.default.css";
@import "fonts";
@import "sab_style";


$black: #000;
$yellow: #ffd200;

@mixin max-screen($res) {
  @media screen and (max-width: $res) {
    @content;
  }
}

a{
  text-decoration: none;
}
body.on-toggle {
  overflow: hidden; }
body.on-toggle:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  transition: 0.3s;
}
body.on-toggle header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  position: absolute; }
body.on-toggle header{
  .col-4{
    position: inherit;
  }
}
/*register*/
.register-box{
  position: fixed;
  z-index: 9;
  width: 600px;
  height: 100vh;
  background-color: #fff;
  top: 0;
  right: -600px;
  transition: 0.5s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  &.show{
    right: 0;
  }
  .form-group{
    margin-bottom: 25px;
    .form-control{
      border-top: none;
      border-left: none;
      border-right: none;
      border-radius: 0;
      border-bottom: solid 2px #d4d4d4;
      &:focus{
        border-bottom: solid 2px #7c5e30;
        color: #7c5e30;
        outline: none;
      }
    }
  }
  .conta{
    width:80%;
  }
  .btn{
    display: inline-block;
    background-color: black;
    line-height: 41px;
    padding: 0 28px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    margin-top: 30px;
  }
}

/*register*/
/*loginr*/
.login-box{
  position: fixed;
  z-index: 9;
  width: 600px;
  height: 100vh;
  background-color: #fff;
  top: 0;
  right: -600px;
  transition: 0.5s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  &.show{
    right: 0;
  }
  .form-group{
    margin-bottom: 25px;
    .form-control{
      border-top: none;
      border-left: none;
      border-right: none;
      border-radius: 0;
      border-bottom: solid 2px #d4d4d4;
      &:focus{
        border-bottom: solid 2px #7c5e30;
        color: #7c5e30;
        outline: none;
      }
    }
  }
  .conta{
    width:80%;
  }
  .btn{
    display: inline-block;
    background-color: black;
    line-height: 41px;
    padding: 0 28px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    margin-top: 30px;
  }
  .text {
    font-size: 12px;
    font-family: "Poppins";
    text-align: center;
    margin-top: 50px;
    color: #7c5e30;
    text-decoration: none;
  }
}
.login-box .nav-footer, .register-box .nav-footer, .forgot-box .nav-footer {
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #f0f0f0;
}
.nav-footer .text {
  font-size: 12px;
  font-family: "Poppins";
  text-align: center;
  margin-top: 50px;
  color: black;
}
.login-box .nav-footer .customer-login__register, .register-box .nav-footer .customer-login__register, .forgot-box .nav-footer .customer-login__register {
  background-color: #7c5e30;
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  line-height: 41px;
  padding: 0 28px;
  font-weight: 500;
  margin-top: 30px;
}
.login-box .conta, .register-box .conta, .forgot-box .conta {
  padding-left: 40px;
  padding-right: 40px;
}
.login-box .close-link, .register-box .close-link, .forgot-box .close-link {
  display: block;
  border: 1px solid #e5dfd6;
  color: #000;
  font-size: 25px;
  float: right;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 42px;
  margin-left: 40px;
  &:hover{
    text-decoration: none;
  }
}
.login-box h2, .login-box .h2, .register-box h2, .register-box .h2, .forgot-box h2, .forgot-box .h2 {
  text-align: center;
  font-family: 'Futura Medium';
  font-size: 42px;
  line-height: 1.225;
}
/*register*/
header {
  padding-bottom: 4px;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  .block_logos{
    width: 220px;
    height: 90px;
    text-align: center;
    display: inline-block;
    img{
      width: 100%;
      display: block;
    }
    @include max-screen(767px){
      width: 100px;
      height: 50px;
      margin-top: 15px;
    }
  }
  .search{
    color: $black;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 33px;
    left: 127px;
    text-decoration: none;
    &:before{
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      content: "\f002";
      margin-right: 4px;
    }
    @include max-screen(767px){
      left: 65px;
      top: 25px;
      font-size: 20px;
      span{
        display: none;
      }
    }
  }
  .container-fluid {
    .row {
      .logo {
        width: 117px !important;
        background-color: black;
        padding: 27px 0;
        display: inline-block;
        text-align: center;
        a {
          outline: none;
        }
        @include max-screen(768px){
          display: none;
        }
      }
      .account{
        display: inline-block;
        position: relative;
        a.acc{
          color: $black;
          font-size: 0.875rem;
          text-transform: uppercase;
          font-weight: 500;
          display: inline-block;
          @include max-screen(768px){
            span{
              display: none;
            }
            margin-top: 16px;
            &:after{
              font-weight: 900;
              font-family: "Font Awesome 5 Free";
              content: "\f007";
              color: black;
              font-size: 26px;
              position: relative;
              top: 5px;
            }
          }
        }
        .drop{
          position: absolute;
          box-shadow: 0 0 10px rgba(0,0,0,0.5);
          display: flex;
          width: 220px;
          left: -100px;
          justify-content: space-between;
          height: 0;
          padding: 0;
          overflow: hidden;
          transition: 0.3s;
          top: 21px;
          .drop_1, .drop_2{
            color: $black;
            font-size: 0.875rem;
            text-transform: uppercase;
            font-weight: 500;
            display: inline-block;
          }
        }
        &:hover{
          .drop{
            height: auto;
            padding: 11px 15px;
          }
        }
      }
      .basket{
        display: inline-block;
        margin-right: 24px;
        margin-left: 35px;
        @include max-screen(767px){
          margin-right: 10px;
          margin-left: 10px;
        }
        .cart-img {
          position: relative;
          margin-top: 5px;
          display: inline-block;
          line-height: 32px;
        }
        .cart-img i {
          color: #000;
          font-size: 18px;
        }
        svg {
          width: 28px!important;
          height: 34px!important;
          margin: -2px 0 0 -2px;
          fill: #7c5e30;
        }
      }
      .cart-img .shopping-bag .cart-header-stroke {
        stroke: #000;
      }
      .cart-img .items-count {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 100%;
        line-height: 40px;
        font-size: 12px;
        color: #000;
        font-family: 'Poppins', sans-serif;
      }
      nav {
        z-index: 10;
        left: 15px;
        transform: translateX(-600px);
        height: 100vh;
        width: 585px;
        transition: all 800ms cubic-bezier(.8, 0, .33, 1);
        border-radius: 0% 0% 100% 50%;
        top: 0px;
        position: absolute;
        @include max-screen(767px){
          width: 450px;
        }
      }

      nav.nav-open {
        transform: translateX(0px);
        border-radius: 0% 0% 0% 0%;
        background: rgba(255, 255, 255, 1);
        position: absolute;
        left: 0px;

        .menu-btn {
          border-radius: 50%;
          border: solid 1px #e5dfd6;
          width: 52px;
          height: 52px;
          left: 100px;
          .line--1{
            transform: rotate(-30deg);
            position: relative;
            top: 10px;
            left: 7px
          }
          .line--2{
            transform: rotate(30deg);
            position: relative;
            top: 17px;
            left: 7px
          }
          @include max-screen(767px){
            left: 15px;
          }
          a {
            display: none;
          }
        }
      }
      nav .menu-btn {
        position: absolute;
        top: 34px;
        left: 600px;
        padding: 0;
        width: 30px;
        cursor: pointer;
        z-index: 2;
        a {
          text-decoration: none;
          color: #000;
          font-size: 0.875rem;
          text-transform: uppercase;
          font-weight: 500;
          display: inline-block;
          position: absolute;
          left: 43px;
          top: -1px;
        }
        @include max-screen(768px){
          top: 29px;
          a {
            display: none;
          }
        }
      }

      nav .menu-btn .line {
        padding: 0;
        width: 30px;
        background: #000;
        height: 2px;
        margin: 5px 0;
        transition: all 300ms cubic-bezier(.9, 0, .33, 1);
      }



      nav .nav-links {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 100px;
        justify-content: center;
        transition: all 900ms cubic-bezier(.9, 0, .33, 1);
        @include max-screen(767px) {
          padding-left: 15px;
        }
      }

      nav .nav-links.fade-in {
        opacity: 1;
        transform: translateX(0px);
      }

      .nav-links {
        ul {
          list-style: none;
          text-align: left;
          padding-left: 0;
          a {
            color: black;
            font-size: 36px;
            font-family: 'Futura LT Book';
            margin-right: 0px;
            text-transform: uppercase;
            @include max-screen(767px){
              font-size: 24px;
            }
          }
        }

        .hash {
          font: 46px 'PoppinsRegular';
          color: #000000;
          display: flex;
          align-items: center;
          justify-content: left;
          position: absolute;
          bottom: 50px;
          @include max-screen(767px) {
            display: none;
          }

          a {
            width: 55px;
            height: 55px;
            display: inline-block;
            border-radius: 50%;
            transition: 0.3s;
            margin-left: 15px;
            margin-right: 0px;

            &:first-of-type {
              background-color: #000000;

              i {
                color: #FFF;
                font-size: 34px;
                line-height: 54px;
              }
            }

            &:hover {
              transform: scale(1.2);
              border-color: transparent;
              transition: 0.3s;
            }

            i {
              font-size: 55px;
              line-height: 54px;
              color: black;
            }
          }
        }

        p {
          font-size: 16px;
          color: #000000;
          font-family: "PoppinsRegular", serif;
          line-height: 16px;
          text-transform: uppercase;
          position: absolute;
          bottom: 0;
        }
      }

      .inform {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: rgba(255, 255, 255, 0.8);
        font-size: 2rem;
        font-family: sans-serif;
        text-transform: uppercase;
        letter-spacing: 5px;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
      }

      .support {
        position: absolute;
        right: 10px;
        bottom: 10px;
        padding: 10px;
        display: flex;
      }

    }
  }
  .nav-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #f0f0f0;
    height: 100px;
    left: 0;
    .text {
      font-size: 12px;
      font-family: "Poppins";
      text-align: center;
      margin-top: 15px;
      @include max-screen(767px){
        text-align: left;
        padding-left: 15px;
      }
    }
    .social {
      margin-top: 5px;
      ul {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        @include max-screen(767px){
          text-align: left!important;
          padding-left: 15px!important;
        }
        &.social-icons li {
          margin-bottom: 26px;
          margin-right: 15px;
          display: inline-block;
          svg{
            fill: black!important;
          }
          .icon {
            width: 40px;
            height: 40px;
          }
        }
      }
    }
  }
  .nav-footer .social ul .icon .stroke {
    stroke: #000 !important;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
  }
}


.banner_block{
  height: 100vh;
  background-color: white;
  @include max-screen(768px){
    padding-top: 100px;
  }
  .owl-carousel{
    .row{
      height: 100vh;
    }
  }
  h1{
    font-family: 'Futura LT Book';
    font-size: 47px;
    color: #2c2b26;
    line-height: 47px;
  }
  p{
    font-family: "Poppins";
    font-size: 13px;
    line-height: 23px;
  }
  .btn{
    display: inline-block;
    background-color: black;
    line-height: 41px;
    padding: 0 28px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    margin-top: 30px;
  }
}
.owl-nav{
  .owl-prev{
    position: absolute;
    left: -10%;
    bottom: 50%;
    outline: none;
    @include max-screen(768px){
      left: 0;
    }
    &:after{
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      content: "\f104";
      font-size: 40px;
      color: black;
    }
  }
  .owl-next{
    position: absolute;
    right: -10%;
    bottom: 50%;
    outline: none;
    &:after{
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-size: 40px;
      color: black;
    }
    @include max-screen(768px){
      right: 0;
    }
  }
}
.owl-dots{
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  .owl-dot{
    span{
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #c4c4c5;
      border-radius: 50%;
      margin: 5px;
    }
    &.active{
      span{
        background-color: #858687;
      }
    }
  }
}
.tab-content-body h3{
    font-size: 16px!important;
  font-weight: 500!important;
    color: black!important;
  letter-spacing: 1px;

}
h6.productpricing {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 11px;
}


.color-product{
  .form-check{
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  .form-check-input{
    position: inherit;
    visibility: hidden;
  }
  input[type='radio']:after {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    position: relative;
    background-color: black;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid transparent;
  }
  input[type='radio']:checked:after {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    position: relative;
    background-color: black;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid #bab29e;
  }
  .form-check{
    &.gold{
      input[type='radio']:after {
        background-color: #665529;
      }
    }
    &.white{
      input[type='radio']:after {
        background-color: #9c9c9c;
      }
    }
    &.blue{
      input[type='radio']:after {
        background-color: #00aeef;
      }
    }
  }
}

.cart__form{
  @include max-screen(767px){
    overflow-x: scroll;
  }
}
.cart__table {
  tr {
    border-bottom: 1px solid rgba(0,0,0,0.03);
  }
  th {
    font-weight: 400;
    padding: 10px 0;
    border: 0;
  }
  td {
    padding: 30px 0 20px;
    vertical-align: middle;
  }
  .cart-item__image-wrapper {
    max-width: 100px;
    width: 100px;
  }
  td.cart-item__meta {
    max-width: 300px;
  }
  td.cart-item__meta {
    padding-left: 20px;
    padding-right: 20px;
    @include max-screen(767px){
      padding-left: 5px;
      padding-right: 5px;
    }
  }
  .cart-item__meta-title {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    font-family: "Poppins";
    color: black;
  }
  .cart-item__price-container{
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    font-family: "Poppins";
    color: black;
  }
  .cart-item__price, .cart-item__original-price{
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    font-family: "Poppins";
    color: black;
  }
  .cart-item__qty-label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  input.cart-item__qty-input {
    height: 50px;
    margin-top: -15px;
  }
  input.cart-item__qty-input {
    text-align: center;
    width: 60px;
    padding: 10px 5px;
    margin-bottom: 0;
  }
  .btn{
    display: inline-block;
    background-color: black;
    line-height: 31px;
    padding: 0 15px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
  }
}
.cart-footer {
  padding-top: 80px;
  .cart__subtotal-title, .cart-footer__subtotal {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    font-family: "Poppins";
    color: black;
  }
  .grid {
    zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
  }
  .grid__item {
    float: left;
    padding-left: 20px;
    width: 100%;
  }
  .cart-footer__note-label {
    margin-bottom: 20px;
  }
  .cart-footer__note-label, .cart-footer__note-input {
    display: block;
  }
  label {
    font-size: 1.4rem;
    line-height: 1.71429;
    display: inline-block;
    color: #000;
    margin-bottom: 10px;
  }
  .cart-footer__note-input {
    min-height: 50px;
    width: 100%;
  }
  input[type='text'], input[type='email'], input[type='tel'], input[type='password'], input[type='search'], input[type='number'], textarea, select {
    font-size: 1.4rem;
    line-height: 1.71429;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .btn{
    display: inline-block;
    background-color:#f29938;
    line-height: 41px;
    padding: 0 28px;
    font-family: "Poppins";
    font-weight: 500;
    color: white;
    margin-top: 30px;
  }
}
.grey{
  background-color: #eeedea;
}