
@media(min-width:1560px){
    .container{
        max-width: 84.375rem;
    }
}
body {
    background-image: url('/image/catalog/body_bcg1.png');
    background-repeat: repeat;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  h2 {
    line-height: 1.2;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  p {
    margin: 0;
  }
  
  nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #000;
  }
  nav .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  main {
    padding-bottom: 84px;
    overflow: hidden;
  }
  
  .title-a {
    position: relative;
    font-weight: 800;
    font-size: 4rem;
    text-transform: uppercase;
    color: #313131;
    position: relative;
    z-index: 2;
    margin: 17px 0;
    padding-bottom: 20px;
  }
  .title-a::before {
    position: absolute;
    content: "";
    background-color: #fdb900;
    width: 75px;
    height: 3px;
    bottom: 0;
    left: 0;
  }
  .title-a::after {
    content: attr(data-attr);
    display: block;
    height: 100%;
    position: absolute;
    left: -60px;
    right: 0;
    top: -30px;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0.2;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: gray;
  }
  
  .button-yellow {
    -webkit-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    background-color: #fdb900;
    color: #313131;
    font-size: 13px;
    padding: 11px 36px 9px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
  }
  .button-yellow:hover {
    color: #fff;
    background-color: #000;
  }
  .btn-primary{
    -webkit-transition: all ease-in-out 400ms !important;
    transition: all ease-in-out 400ms !important;
    background-color: #fdb900 !important;
    color: #313131 !important;
    font-size: 13px !important;
    padding: 11px 36px 9px !important;
    line-height: 2 !important;
    text-align: center !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 !important;
    background-image:linear-gradient(to bottom, #fdb900, #fdb900) !important;
  }
  .btn-primary:hover{
    color: #fff !important;
    background-color: #000 !important;
  }
  

  .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 20px;
  }
  .socials li {
    padding-right: 15px;
  }
  .socials a {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
  }
  .socials a:hover i {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  .socials i {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  
  .language {
    position: relative;
  }
  .language:hover .drop_down{
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  .language .drop_down {
    -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 17%);
    /* padding: 8px 0 0 !important; */
    -webkit-transform: translateX(-20px);
    -webkit-transition: all 0.3s ease-in;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 17%);
    left: 0;
    margin: 0px;
    opacity: 0;
    position: absolute;
    top: 111%;
    transform: translateX(-20px);
    transition: all 0.3s ease-in;
    visibility: hidden;
    z-index: 9999;
  }
  .language button {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 11px 0;
  }
  .language button img {
    margin-right: 5px;
  }
  .language ul.drop_down button {
    font-size: 12px;
    line-height: 15px;
    background-color: #000;
    border-top: 1px solid #f2f2f2;
    padding: 8px 10px 8px 15px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

  }
  
  a {
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, from(#fdb900), to(#fdb900));
    background-image: linear-gradient(to right, #fdb900 0%, #fdb900 100%);
    background-position: 0 calc(100% - 0.15em);
    background-size: 0 20%;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    text-decoration: none;
  }
  
  .nav-right {
    padding: 11px 0;
    color: #fff;
    text-align: right;
  }
  .nav-right a {
    color: #fff;
  }
  .nav-right a:hover {
    background-size: 100% 20%;
  }
  
  header {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

  }
  .header-top .menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-top .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
 
  }
  .header-top .logo img {
    height: 50px;
    padding-right: 40px;
  }
  .header-top .logo > a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
  }
  
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .menu-list a:hover {
    background-size: 100% 20%;
  }
  .menu-list .menu_item {
    position: relative;
    padding: 0.7rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-list .menu_item a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    -webkit-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
    color: #fff;
    display: block;
    margin-right: 3px;
  }
  .menu-list .menu_item:hover .menu-drop-down {
    -webkit-transform: translatey(46px);
            transform: translatey(46px);
    opacity: 1;
    z-index: 23;
    visibility: visible;
  }
  .menu-list .menu-drop-down {
    background-color: #000;
    min-width: 180px;
    width: auto;
    border-radius: 5px;
    padding: 24px 0;
    list-style: none;
    left: auto;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    -webkit-transition: all 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    opacity: 0;
    margin-left: 15px;
    visibility: hidden;
    display: block;
    position: absolute;
    top: 0;
  }
  .menu-list .menu-drop-down li {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 9px 68px 7px 33px;
  }
  .menu-list .menu-drop-down li a {
    line-height: 24px;
    font-size: 16px;
    text-transform: none;
    position: relative;
    white-space: nowrap;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
  }
  .menu-list .menu-drop-down li .sub-menu-hover {
    background-color: #000;
    min-width: 180px;
    width: auto;
    border-radius: 5px;
    padding: 24px 0;
    list-style: none;
    left: auto;
    -webkit-transition: all 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.55s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s, opacity 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    opacity: 0;
    padding: 8px 0px;
    margin-left: 15px;
    visibility: hidden;
    display: block;
    position: absolute;
  }
  .menu-list .menu-drop-down li:hover .sub-menu-hover {
    opacity: 1;
    margin-left: 0;
    left: calc(100% - 15px);
    z-index: 23;
    visibility: visible;
  }
  .menu-list .menu-drop-down li a {
    position: relative;
  }
  .menu-list .menu-drop-down li a:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    background-size: 100%  5px;
  }
  
  .home-search {
    position: relative;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-search::before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #00000088;
    z-index: 1;
  }
  .home-search .container{
    z-index: 2;
  }
  .info-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-search h1 {
    width: 100%;
    text-align: center;
    font-size: 60px;
    color: #ffffff;
    margin-top: 3px;
    text-transform: uppercase;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 17px;
  }
  .info-search p {
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 40px;
  }
  .info-search span {
    padding-top: 40px;
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    font-size: 16px;
  }
  .info-search span a {
    color: #fdb900;
  }
  .info-search .search-box {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.32);
    padding: 20px 20px 20px 10px;
  }
  .info-search .search-box .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

  }
  .info-search .search-box input {
    width: calc(100% - 50px);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 54px;
  }
  .info-search .search-box select {
    width: calc(100% / 3 - 50px);
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 54px;
    text-align: center;
  }
  .info-search .search-box .button-yellow {
    width: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    display: block;
    
  }
  
  .support {
    text-align: center;
    margin-left: 10px;
  }
  .support span {
    display: block;
    font-size: 14px;
    line-height: 1.65;
    color: #fff;
  }
  .support a {
    font-size: 20px;
    line-height: 1.2;
    color: #fdb900;
    font-weight: 700;
  }
  
  .cart{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .mini-cart {
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0 25px 0 0;
    display: inline-block;
    background: none;
    border: none;
  }
  .mini-cart i {
    font-size: 26px;
    color: #fff;
  }
  .mini-cart span {
    top: -1px;
    right: -7px;
    border-radius: 50%;
    font-size: 12px;
    height: 18px;
    width: 18px;
    position: absolute;
    color: #fff;
    line-height: 18px;
    text-align: center;
    margin-left: 0;
    background-color: #f92245;
  }
  
  .cart .button-yellow:hover {
    background-color: #f92245;
  }
  
  section {
    padding-top: 135px;
    padding-bottom: 35px;
    overflow: hidden;
  }
  
  .category_item {
    margin-bottom: 25px;
    display: block;
  }
  .category_item img {
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0 15px 0px -15px #f0f0f0, 0 0px 0px 1px #f0f0f0;
            box-shadow: 0 15px 0px -15px #f0f0f0, 0 0px 0px 1px #f0f0f0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    width: 100%;
  }
  .category_item p {
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    padding: 0.5em 0;
    margin: 0;
    font-size: 1em;
    color: #000;
  }
  .category_item:hover img {
    -webkit-box-shadow: 0 46px 0px 2px #fdb900, 0 0px 0px 2px #fdb900;
            box-shadow: 0 46px 0px 2px #fdb900, 0 0px 0px 2px #fdb900;
    border-color: #fdb900;
  }
  
  a.category_item:hover {
    background-size: 0% 20%;
  }
  
  .button-more {
    text-align: center;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button-more a {
    height: 46px;
    display: block;
  }
  
  .about-us__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-us__info .txt {
    width: 55%;
    padding: 70px 75px;
    background-color: white;
    z-index: 4;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  }
  .about-us__info .txt h5 {
    font-weight: 500;
    font-size: 14px;
    color: #fdb900;
    text-transform: Uppercase;
    letter-spacing: 1.4px;
  }
  .about-us__info .txt h2 {
    font-weight: 800;
    font-size: 42px;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 22px;
    line-height: 1.1;
  }
  .about-us__info .txt p {
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.65;
  }
  .about-us__info .txt .sub-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about-us__info .txt .sub-info .info-li {
    width: 50%;
    margin-bottom: 35px;
  }
  .about-us__info .txt .sub-info h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .about-us__info .txt .sub-info p {
    font-size: 16px;
    line-height: 1.5;
  }
  .about-us__info .img {
    position: relative;
    width: 45%;
  }
  .about-us__info .img::after {
    content: "";
    display: block;
    background: #fdb900;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    height: calc(100% - 0px);
    width: 190px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .about-us__info .img img {
    -webkit-transform: translateY(-40px) translateX(-60px);
            transform: translateY(-40px) translateX(-60px);
    position: relative;
    z-index: 2;
    height: auto;
    max-width: 100%;
    vertical-align: top;
  }
  
  .before-left img {
    -webkit-transform: translateY(-40px) translateX(60px) !important;
            transform: translateY(-40px) translateX(60px) !important;
  }
  .before-left::after {
    right: auto !important;
    left: 0;
    -webkit-transform: translateX(30px) !important;
            transform: translateX(30px) !important;
  }
  
  .circle-yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .circle-yellow i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 28px;
    -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.13);
            box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.13);
    padding: 14px 15px 15px 17px;
    border-radius: 50%;
    color: #000;
    background-color: #fdb900;
  }
  .circle-yellow .playvideo_animation {
    position: absolute;
    top: calc(50% - 50px);
    left: -28px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fdb900;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-animation: playvideoWave 3.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
            animation: playvideoWave 3.6s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
  }
  .circle-yellow .playvideo_animation:nth-child(2) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .circle-yellow .playvideo_animation:nth-child(3) {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .circle-yellow .rewards {
    background-image: url(/image/catalog/pattern-brick.png);
  }
  .circle-yellow span {
    max-width: 140px;
    z-index: 2;
    font-size: 14px;
    letter-spacing: 0.01rem;
    color: #000;
    display: block;
  }
  @-webkit-keyframes playvideoWave {
    0% {
      opacity: 0.4;
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes playvideoWave {
    0% {
      opacity: 0.4;
      -webkit-transform: scale(0.3);
              transform: scale(0.3);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
  }
  
  .bunners {
    padding-top: 28px;
    padding-bottom: 22px;
    background-color: rgba(0, 0, 0, 0.02) !important;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    overflow: hidden;
  }
  
  .stadies-list {
    border: 1px solid rgba(238, 238, 238, 0.75);
    padding: 40px;
    margin-bottom: 30px;
    -webkit-transition: 0.35s;
    transition: 0.35s;
  }
  .stadies-list:hover {
    -webkit-box-shadow: 0 3px 30px rgba(110, 122, 182, 0.1);
            box-shadow: 0 3px 30px rgba(110, 122, 182, 0.1);
    border-bottom-color: #fdb900;
  }
  .stadies-list img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    max-height: 90px;
  }
  .stadies-list h3 {
    padding: 11px 0 15px;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 20px;
  }
  .stadies-list p {
    line-height: 1.5;
    font-size: 16px;
  }
  
  .p-0 {
    padding: 0;
  }
  .p-0 img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100%;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .product-image {
    border: 1px solid rgba(29, 29, 29, 0.07);
    overflow: hidden;
  }
  .product-image img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .product-content h3 {
    margin: 9px 0 1px;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    -webkit-transition: 0.6s cubic-bezier(0.89, -1.16, 0.15, 0.88);
    transition: 0.6s cubic-bezier(0.89, -1.16, 0.15, 0.88);
    padding: 0.5em 0;
  }
  .product-content h3 a {
    color: #000;
  }
  .product-content .add_to_cart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 170px;
    bottom: -110px;
  }
  
  .product_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .product_item:hover .add_to_cart {
    bottom: 0;
  }
  .product_item:hover h3 {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .product_item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  
  .item-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
  .item-work .num {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    padding-right: 14px;
    color: #fdb900;
  }
  .item-work p {
    margin-top: 28px;
    font-size: 16px;
    color: #616161;
    line-height: 1.5;
  }
  .item-work h4 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    color: #313131;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .item-work h4::after {
    content: "";
    display: block;
    width: 100%;
    background: #fdb900;
    height: 2px;
    position: absolute;
    bottom: 3px;
    z-index: -1;
  }
  
  .img-arrows {
    text-align: center;
  }
  
  .item-image img {
    max-width: 100%;
  }
  
  .rewards {
    padding-top: 85px;
    background-image: url("/image/catalog/pattern-brick.png");
    background-color: #000;
  }
  
  .item-awwards {
    text-align: center;
  }
  .item-awwards h2 {
    font-size: 4rem;
    color: #fff;
    margin-top: 0.42rem;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.02);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.75);
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
  }
  .item-awwards p {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
  }
  
  .blog-item {
    position: relative;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.03);
            box-shadow: 0 10px 50px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    -webkit-transition: all 0.35s cubic-bezier(0.6, -0.02, 0.39, 1.13);
    transition: all 0.35s cubic-bezier(0.6, -0.02, 0.39, 1.13);
  }
  .blog-item .blog-categories {
    position: absolute;
    top: -15px;
    margin: 0;
    right: 20px;
    font-weight: 700;
    background-color: #fdb900;
    color: #000;
    padding: 5px;
    line-height: 1;
    text-transform: uppercase;
  }
  .blog-item .read-more {
    margin-top: 15px;
  }
  .blog-item .read-more:hover button {
    margin-left: 15px;
    color: #313131;
  }
  .blog-item .read-more button {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #FDB900;
    background-color: transparent;
    border: none;
  }
  .blog-item .read-more i {
    color: #000;
    opacity: 0.9;
    margin-left: 5px;
    -webkit-transition: all 0.25s ease-out 0.17s;
    transition: all 0.25s ease-out 0.17s;
  }
  .blog-item .blog-content {
    margin-top: -50px;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    width: 100%;
    padding: 0 30px 30px;
    position: relative;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 3px solid #fdb900;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .blog-item .blog-content:hover {
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid #fdb900;
    border-top: 3px solid #fdb900;
  }
  .blog-item p {
    line-height: 1.5;
    font-size: 16px;
  }
  .blog-item .blog-meta {
    margin: 10px 0;
    color: rgba(139, 139, 139, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog-item .blog-meta li {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
    padding-right: 5px;
    list-style: none;
  }
  .blog-item img {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
  }
  .blog-item .blog-title a {
    color: #000;
    line-height: 1.3;
    font-size: 20px;
    margin: 20px 0 4px;
    font-weight: 700;
  }
  .blog-item .blog-title a:hover {
    background-size: 100% 20%;
  }
  .blog-item:hover .blog-content {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  
  .testimonial-content {
    background-color: #000;
    padding-bottom: 85px;
  }
  .testimonial-content .title-a {
    color: #fff;
  }
  
  .testimonials {
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .testimonials .swiper-slide-active .excerpt {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .testimonials .swiper-slide-active .title {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .testimonials .testimonial-info {
    position: absolute;
    top: 74px;
    right: 35px;
    max-width: 696px;
    text-align: right;
  }
  .testimonials .excerpt {
    margin-bottom: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 35px 40px;
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    opacity: 0;
    -webkit-transform: translateX(80px) translateZ(50px) rotateY(45deg);
            transform: translateX(80px) translateZ(50px) rotateY(45deg);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
    -webkit-transition: 0.7s cubic-bezier(0.48, 0.72, 0, 1.16);
    transition: 0.7s cubic-bezier(0.48, 0.72, 0, 1.16);
    opacity: 0;
  }
  .testimonials .title {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    color: #fff;
    padding: 3px 7px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(80px) translateZ(50px) rotateY(45deg);
            transform: translateX(80px) translateZ(50px) rotateY(45deg);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-perspective-origin: 50% 50%;
            perspective-origin: 50% 50%;
    -webkit-transition: 0.7s cubic-bezier(0.48, 0.72, 0, 1.16);
    transition: 0.7s cubic-bezier(0.48, 0.72, 0, 1.16);
    opacity: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
  }
  .testimonials img {
    position: relative;
    height: 510px;
    -webkit-box-shadow: 4px 2px 12px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 4px 2px 12px 0 rgba(0, 0, 0, 0.15);
  }
  .testimonials img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.6));
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .testimonials-next {
    color: #fff;
    position: absolute;
    right: 35px;
    bottom: 60px;
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 99;
    cursor: pointer;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .testimonials-prev {
    color: #fff;
    position: absolute;
    right: 105px;
    bottom: 60px;
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    z-index: 99;
    cursor: pointer;
    font-size: 2rem;
    border-right: 1px solid #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  footer {
    background-color: #000;
  }
  
  .categories-title {
    background-color: #222;
  }
  .categories-title h1 {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  
  .item-sub-menu {
    margin-bottom: 35px;
  }
  
  .search-1 {
    position: relative;
  }
  
  .search-input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 26px 50px 25px 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.4;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    background-color: #FFF;
    -webkit-box-shadow: 0 5px 10px rgba(203, 215, 235, 0.2);
            box-shadow: 0 5px 10px rgba(203, 215, 235, 0.2);
  }
  .search-input:focus-visible {
    border-color: #fdb900;
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
  }
  
  .search-button {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-size: cover;
    color: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    right: 18px;
    top: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: transparent url(/image/catalog/search.svg);
  }
  
  .products-categories a {
    -webkit-transition: all 0.2s ease-in 0.05s;
    transition: all 0.2s ease-in 0.05s;
    margin-left: 10px;
    position: relative;
    color: #313131;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1rem;
  }
  .products-categories a:hover {
    background-size: 100% 20%;
  }
  .products-categories a::before {
    right: 0;
    margin: 0;
    content: "";
    width: 4px;
    height: 3px;
    background: #A9A5A5;
    position: absolute;
    top: 10px;
    left: -10px;
    -webkit-transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.25s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
  .products-categories li > ul {
    margin-left: 1.25rem;
  }
  
  .title-module {
    position: relative;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000;
    font-size: 22px;
  }
  .title-module::after {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #fdb900;
    bottom: -5px;
    position: absolute;
  }

  footer  h3{
    color: #FFF;
    font-size: 24px;
    padding-bottom: 4px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    margin-bottom: 30px;
    margin-top: 50px;
}
footer{
    background-color: #070707;   
}
.footer-top{
    background-image: url(/image/catalog/footer-background.png);
    padding: 65px 80px;
    border-bottom: 1px solid #1a1a1a;
}
.logo-footer{
    padding-bottom: 15px;
}
.footer-top p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}
.footer-top ul{
    margin-left: 0.9rem;
}
.footer-top ul li{
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    transform: translateX(0);
    transition: all .2s ease-in-out;
}
.footer-top ul li i{
    margin-right: 10px;
}
.footer-top ul li a{
    font-size: 0.875rem;
    display: inline-block;
    padding: 0;
    transition: all .2s ease-in-out;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 100%);
    background-position: 0 calc(100% - 0.15em);
}
.footer-top ul li a:hover{
    background-size: 100% 20%;
}
.yellow{
    color: #fdb900;;
}
.bb-dashed{
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer-top span{
    text-transform: uppercase;
    font-size: 0.775rem;
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-weight: 400;
}
.footer-bottom {
    padding: 25px 0;
    border: none;   
    background-color: #000;
}
.footer-bottom p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    text-align: center;
}
.titlebar{
    padding: 230px 0 60px;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
    background-color: #222;
    background-repeat: no-repeat;
    background-size:cover ;
}
.titlebar h1{
    font-size: 54px;
    padding-bottom: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}
@media(max-width:1024px){
    .titlebar{
        padding: 230px 0 60px;
    }   
}
@media(max-width:640px){
    .titlebar{
        padding: 70px 0 20px;
    }   
}

.result-count{
    line-height: 1.6;
    font-size: 1rem;
    color: #000;
    text-transform: capitalize;
}
.sort-select{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-list .product_item{
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 1px solid #eee;
}
.product-list .product-content .add_to_cart{
    bottom:auto;
    right: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0%);
    left: auto;
    position: relative;
    float: right;
    margin: 10px 0;
}
.product-list .product_item h3{
    text-align: left;
    font-size: 24px;
    padding-bottom: 15px;
    font-weight: 700;
}
.product-list .product_item:hover h3{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.product-list .product-image{
    width: 33%;
    border-color: #f7f7f7;
    border-radius: 0;
    background-color: #f7f7f7;
}
.product-list .product-content{
    width: 65%;
    padding-right: 20px;
}

.pagination{
    text-align: center;
    justify-content: center;
}
.pagination li{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border: 1px solid #000;
    background-color: #fdb900;
    color: #000;
}
.pagination li.active{
    background-color: #000;
    color: #fff;
}
.pagination li a{
    color: #000;
    font-weight: 700;
}

.info-product__item{
    background: rgba(222, 222, 222, 0.15);
    margin-bottom: 12px;
    margin-top: 4px;
}
.info-product__item h5{
    background: rgba(222, 222, 222, 0.2);
    padding: 2px 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
    font-size: 15px;
    color: #000;
    font-weight: 700;
}
.text-yellow-bold{
    font-weight: 700;
    color: #fdb900;
}
.info-product__item .text{
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    opacity: .75;
    color: black;
}
.product-grid .info-product__item{
    display: none;
}

#input-sort{
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
    height: 51px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    color: #000;
    appearance: none;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    background-color: #FFF;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.4;
    background-image: url('/image/catalog/down.svg');
    background-origin: content-box;
    background-position: right -1.25rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.875rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.btn-grid-list{
    margin-left: 15px;
    display: flex;
}
.btn-grid-list button{
    display: inline-block;
    padding: 18px 14px 16px;
    line-height: 1em !important;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fdb900;
    border-radius: 0;
    border: 0;
    text-shadow: none;
    background-image: none;
}
.btn-grid-list button.active{
    background-color: black;
}

.text-icon__container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
    margin-bottom: 30px;
    transition: .35s;
    border-bottom-width: 2px;
}
.text-icon__container .image{
  padding-right: 20px;
}
.text-icon__container h5{
  margin: 0;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}
.text-icon__container p{
  line-height: 1.5;
  font-size: 16px;
}
.text-icon__container:hover{
  box-shadow: 0 3px 30px rgb(110 122 182 / 10%);
    border-bottom-color:#fdb900;
}
.text-store{
  margin-top: 20px;
  margin-bottom: 35px;
  line-height: 1.65;
  font-size: 1rem;
  color: #000;
  max-width: 560px;
}

.button-black{
    width: 100%;
    background: #0F0E0C;
    color: #fdb900;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 21px 50px;
    border-radius: 4px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    transition: .4s all ease-in-out;
    text-align: center;    
    cursor: pointer;
    will-change: background;
    font-weight: 700;
}
.button-black:hover{
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.form-contact{
  box-shadow: 0 14px 35px rgb(49 49 49 / 8%);
    background: #fff;
    padding: 30px;
}
.form-contact .form-group{
  margin-bottom: 20px;
  margin-top: 5px;
}
.form-contact .form-group input{
  background: #F5F5F5;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 24px;
  display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5875rem;
    border-radius: 0;
    box-shadow: 0 5px 10px rgb(203 215 235 / 20%);
    font-family: inherit;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
#input-search{
  background: #F5F5F5;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 24px;
  display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5875rem;
    border-radius: 0;
    box-shadow: 0 5px 10px rgb(203 215 235 / 20%);
    font-family: inherit;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
#content select{
  background: #F5F5F5;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 24px;
  display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5875rem;
    border-radius: 0;
    box-shadow: 0 5px 10px rgb(203 215 235 / 20%);
    font-family: inherit;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.form-contact textarea{
  background: #F5F5F5;
  border: none;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 24px;
  display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 5px 10px rgb(203 215 235 / 20%);
    font-family: inherit;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.map-contact{
  height: 100%;
  width: 100%;
}
.map-contact iframe{
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}

.attribute-reviews .nav-item {
  padding: 10px 30px 0 10px;
  position: relative;
}
.attribute-reviews .nav-item button{
  opacity: 0.55;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  border: 0;
  position: relative;
  padding-left: 0;
  background-repeat: no-repeat;
    background-image: linear-gradient(to right, #fdb900 0%, #fdb900  100%);
    background-position: 0 calc(100% - 0.15em);
    background-size: 0 20%;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;

}
.attribute-reviews .nav-item button:hover{
  background-size: 100% 20%;
  opacity: 1;
}
.attribute-reviews .nav-item button::after{
  background: #cccccc;
  content: "";
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 12px;
  width: 1px;
  margin-left: 20px;
}
.attribute-reviews .nav-item:nth-last-child(1) button::after{
  display: none;
}
.attribute-reviews .nav-item button.active{
  opacity: 1;
  border-color: #fff;
}
.attribute-reviews .nav-tabs{
  padding-bottom: 10px;
}
.attribute-reviews .tab-content{
  padding: 20px 0;
  margin-bottom: 30px;
}
.description-product{
  line-height: 1.65;
  font-weight: 400;
  font-size: 1rem;
}
.review-product{

}
.attribute-product thead .table-bordered>:not(caption)>*{
  border-width: 0;
}
.attribute-product thead tr{
  border-width: 0;
}

.attribute-product  .table-bordered>:not(caption)>*>*{
  border-width: 0;
}
.attribute-product .table>:not(:first-child){
  border-top: 0px solid currentColor;
}
.attribute-product .review-product .tbody{
  border: 1px solid #f2f2f2;
  background-color: #FFF;
}
.review-product{

}
.review-product h2{
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000;
}
.review-product  #review p{
  line-height: 1.65;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.review-product input.form-control{
  height: 75px;
  height: 50px;
  margin: 0 0 1.25rem;
    padding: 0.625rem 1.25rem;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    background-color: #FFF;
    box-shadow: 0 5px 10px rgb(203 215 235 / 20%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}
.review-product textarea{
  height: 75px;
  margin: 0 0 1.25rem;
    padding: 0.625rem 1.25rem;
    border: 1px solid #c7c7c7;
    border-radius: 0;
    background-color: #FFF;
    box-shadow: 0 5px 10px rgb(203 215 235 / 20%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}

.product-info h1{
  margin: 5px 0 25px;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
.price-product{
  font-size: 1rem;
  margin-bottom: 1rem;
}
.meta_desc{
  font-weight: 400;
  line-height: 1.65;
  font-size: 16px;
  margin-bottom: 1rem;
}

.model {
  font-weight: 700;
  font-size: 16px;
}
.model span{
  text-transform: uppercase;
  font-weight: 400;
}
.manufacturer-product{
  font-size: 1rem;
  font-weight: 400;
}
.manufacturer-product a{
  color: #fdb900;
}

#product{
  margin-top: 40px;
  margin-bottom: 5px;
}
.form_select{

}
.form_select select{
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.5875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
  border-bottom: 2px solid #fab900;
}
.form_radio{
  color: #333;
  background-color: #e1faea;
  margin: 0 0 1rem 0;
  border-radius: 3px;
  padding: 1rem;
}

.form_checkbox{
  color: #333;
  background-color: #e1faea;
  margin: 0 0 1rem 0;
  border-radius: 3px;
  padding: 1rem;
}

.form_text{

}
.form_text input{
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.5875rem;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
  border-bottom: 2px solid #fab900;
}

.form_textarea{

}

.form_textarea textarea{
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
  border-bottom: 2px solid #fab900;
}
.form_file button{
  background: #f92245;
}
.form_file{

}

.form_date{

}
.form_date input{
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
  border-bottom: 2px solid #fab900;
}
.form_datetime{

}
.form_datetime input{
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
  border-bottom: 2px solid #fab900;
}
.form_time{

}
.form_time input{
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0 0 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 1px solid #c7c7c7;
  border-radius: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.4;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
  border-bottom: 2px solid #fab900;
}
.input-group-btn .button-yellow{
  height: 50px;
}
.button-zakaz{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.button-zakaz input{
  width: 100px;
    height: 45px;
    border: 1px solid #fab900;
    background-color: rgba(255, 255, 255, 0.34);
    padding: 0 0 0 15px;
    border-radius: 0;
    margin-right: 4px;
    text-align: center;
    box-shadow: 0 5px 10px rgb(203 215 235 / 20%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
input:focus{
  outline: none !important;
    border: 1px solid !important;
    background-color: #FFF !important;
    box-shadow: 0 1px 50px rgb(138 138 138 / 30%) !important;
    border-color: #fab900 !important;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out !important;
}
.form-control:focus{
  outline: none;
    border: 1px solid;
    background-color: #FFF;
    box-shadow: 0 1px 50px rgb(138 138 138 / 30%);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    border-color: #fab900 !important;
}

.img-thumbs-product{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.img-thumbs__item{
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 25%;
  box-sizing: border-box;
}
.img-glavnaya{
  width: 100%;
  margin-bottom: 10px;
}
.img-glavnaya img{
  width: 100%;
  object-fit: cover;
}
.fs-2{
  font-size: 2rem !important;
}
.article-popup{
  margin-top: -150px;
  z-index: 1;
  position: relative;
}
.article-popup img{
  width: 100%;
}
.article-description{
  margin-top: 30px;
  margin-bottom: 30px;
}
.article-description p{
  font-size: 1rem;
  line-height: 1.65;
  margin: 10px 0;
}

#button-menu{
  display: none;
  margin-right: 15px;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: none;
  border: 0;
  color: #fff;
}
#button-menu i{
  font-size: 20px;
}
.drop-down__cart{
  position: absolute;
  right: 0;
  background: #fff;
  top: 65px;
  width: 320px;
  z-index: 1;
  border-radius: 3px;
  border: 1px solid #EEE;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.drop-down__cart.active{
  opacity: 1;
  visibility: visible;
}
#cart{
  position: relative;
}

.cart-form{

}
.table-body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.titles-cart{
  border: 1px solid #f2f2f2;
  background-color: #FFF;
}
.remove button{
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.name a{
  color: #000;
}
.name a:hover{
  background-size: 100% 20%;
}
.q-ty input{
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.total-price{
  font-weight: 700;
}
.update{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 10px;
}
.cart-total{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 30px 0;
}
.cart-total>div{
  width: 50%;
}
.total-item{
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFF;
  display: flex;
  align-items: center;
}
.total-item span{
  padding: 10px;
  font-size: 1rem;
  display: block;
}
.text-bocl{
  width: 35%;
  font-weight: 700;
}
.cart-total h2{
  font-size: 20px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-top: 30px;
}
.collapse:not(.show){
  display: block !important;
}
.panel-1 .form-group input{
  height: 50px;
  border-radius: 0;
}
.panel-1 .table-responsive{
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.panel-1 thead{
  background: #fab900;
}
.panel-1 thead td{
  border-color: #fab900;
  font-size: 1rem;
  font-weight: 600;
}
.panel-1 tfoot tr td:nth-child(1){
  background: #fab900;
  width: 60%;
  text-align: center;
}
.product-in_cart{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 10px;
}
.remove-b button{
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.name-t{
  width: 100%;
  padding-right: 10px;
}
.name-t a{
  color: #000;
}
.name-t a:hover{
  background-size: 100% 20%;
}
.img-i img{
  width: 60px;
}
.cart-checkout a{
  display: block;
  margin-bottom: 10px;
}
.alert-success{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px !important;
}
.alert.remove{
  display: none;
}
#close-menu{
  display: none;
}
.info-search .dropdown-menu{
  width: 100%;
  padding:   0;
}
.info-search .dropdown-menu li{
  padding: 10px 5px;
  cursor:pointer;
}
.info-search .dropdown-menu li:hover{
  background: #000;
}
.info-search .dropdown-menu li:hover a{
  color: #fff;
}
.info-search .dropdown-menu li a{
  color: #000;
}
.info-search .dropdown-menu li a:hover{
  color: #fab900;
  background-color: #000;
}
.info-search{
  position: relative;
}
@media(max-width:1024px){
  #close-menu{
    display: flex;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #button-menu{
    display: block;
  }
  .header-top .menus .menu-list{
    position: fixed;
    top: 120px;
    left: -110%;
    background: #000;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    z-index: 999;
    transition: all 0.5s;
    height: 100vh;
    overflow-y: auto;
    display: block;
  }
  .header-top .menus .menu-list.active{
    left: 0;
  }
  header.fixed .header-top .menus .menu-list{
    top: 89px;
  }
  .menu-list .menu-drop-down{
    position: initial !important;
    visibility: visible !important;
    opacity: 1 !important;
    top: 0 !important;
    transform: translateY(0) !important;
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    transition: all 0.5s;
  }
  .menu-list .menu-drop-down.active{
    padding: 10px 0;
    height: auto;
  }
  .menu-list .menu_item a{
    width: calc(100% - 40px);
  }
  .menu-list .menu_item i{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fab900;
  }
  .menu-list .menu_item{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .support{
    display: none;
  }
  .testimonials img{
    width: 50%;
    height: auto;
  }
  .testimonials .testimonial-info{
    position: absolute;
    top: 10px;
    right: 20px;
    max-width: 70%;
    text-align: right;
  }
  .testimonials .excerpt{
    margin-bottom: 10px;
    padding: 15px;
    font-size: 12px;
  }
  .testimonials .title{
    font-size: 12px;
  }
} 
@media (max-width:480px){

  .table-body{
    flex-wrap: wrap;
  }
  .table-body>div{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .cart-total>div{
    width: 70%;
  }
  .buttons>div{
    display: flex;
    float: none;
    justify-content: center;
    margin-bottom: 15px;
  }
  .buttons>div a{
    display: block;
    width: 100%;
  }
  .cart>a{
    display: none;
  }
  .nav-right{
    display: none;
  }
  nav .nav-left{
    justify-content: center;
  }
  .info-search h1{
    font-size: 40px;
  }
  .info-search p{
    margin-bottom: 20px;
  }
  .info-search .search-box .form{
    flex-wrap: wrap;
  }
  .info-search .search-box select{
    width: 100%;
    margin-bottom: 10px;
  }
  .info-search .search-box input{
    width: 100%;
    margin-bottom: 10px;
  }
  .info-search .search-box .button-yellow{
    width: 100%;
    margin-bottom: 10px;
  }
  .title-a{
    font-size: 2rem;
  }
  .title-a::after{
    left: -10px;
  }
  .about-us__info .txt{
    width: 100%;
    padding: 20px;
  }
  .about-us__info .txt h2{
    font-size: 27px;
    margin-bottom: 10px;
  }
  .about-us__info .img{
    width: 100%;
  }
  .about-us__info .img img{
    transform: translateY(0px) translateX(0px);
  }
  section{
    padding-top: 60px;
  }
  .before-left img{
    transform: translateY(-15px) translateX(40px) !important;
    width: 80%;
  }
  .img-arrows{
    display: none;
  }
  .product-layout{
    margin-bottom: 20px;
  }
  .footer-top{
    padding: 20px;
  }
  footer h3{
    margin: 20px 0;
  }
  .titlebar h1{
    font-size: 36px;
  }
  .result-count{
    margin-bottom: 15px;
    text-align: center;
  }
  .form-contact{
    margin-top: 20px;
    padding: 20px;
  }
  #input-search{
    margin-bottom: 20px;
  }
  .sort-select{
    flex-wrap: nowrap;
  }
  .btn-grid-list{
    display: flex;
  }
}


header.fixed{
  position: fixed;
  top: -100%;
  background: #1d1d1d;
}
header.fixed.active{
  top: 0;
  transition: all 0.5s;
}