@media only screen and (max-width: 1366px) {
  .section-title h2 {
    font-size: 30px; }

  .hero-section {
    height: 80vh; }
    .hero-section .slide .text-detail .slide-title {
      font-size: 70px; }

  .offer-bnr-container .ofr-bnr-detail .bnr-title {
    font-size: 65px; }
  .offer-bnr-container .ofr-bnr-detail h6 {
    font-size: 24px; }
  .offer-bnr-container .ofr-bnr-detail p {
    font-size: 19px; }

  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .sell-bnr-title,
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .sell-sub-tag-line {
    font-size: 68px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .sell-tag-line {
    font-size: 29px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info p {
    font-size: 19px; } }
@media only screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 28px; }

  .hero-section {
    height: 80vh; }
    .hero-section .slide .text-detail .slide-title {
      font-size: 65px; }
    .hero-section .slide .text-detail .title-sub-line {
      font-size: 19px; }

  .categorys-bnr-section .category-slide-card .category-caption-hover ul li {
    padding: 4px 0; }

  .product-slider-section .product-card .product-card-front-caption .product-img,
  .tabs-product-section .product-card .product-card-front-caption .product-img,
  .shop-product-section .product-card .product-card-front-caption .product-img {
    height: 230px; }
    .product-slider-section .product-card .product-card-front-caption .product-img img,
    .tabs-product-section .product-card .product-card-front-caption .product-img img,
    .shop-product-section .product-card .product-card-front-caption .product-img img {
      width: 100%;
      height: 100%; }
  .product-slider-section .product-card .product-card-back-caption .thumb-set,
  .tabs-product-section .product-card .product-card-back-caption .thumb-set,
  .shop-product-section .product-card .product-card-back-caption .thumb-set {
    top: 185px; }

  .offer-bnr-container .ofr-bnr-detail .bnr-title {
    font-size: 60px; }
  .offer-bnr-container .ofr-bnr-detail h6 {
    font-size: 23px; }
  .offer-bnr-container .ofr-bnr-detail p {
    font-size: 18px; }

  .sell-bnr-section .sell-bnr-slider .slide-caption-img {
    width: 85%; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .sell-bnr-title,
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .sell-sub-tag-line {
    font-size: 60px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .sell-tag-line {
    font-size: 27px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info p {
    font-size: 18px; }

  .service-section .service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; } }
@media only screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 27px;
    text-align: center; }
  .section-title p {
    padding: 0 60px;
    text-align: center; }

  .btn,
  .btn-2 {
    padding: 8px 12px; }

  .md-nav {
    height: 45px; }
    .md-nav .mega-navbar .nav-title {
      display: block; }
    .md-nav .menu-bar {
      z-index: 4; }
      .md-nav .menu-bar .nav-title {
        padding: 10px 0 20px 0;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        color: #555;
        border-bottom: 1px solid #eee;
        position: relative; }
        .md-nav .menu-bar .nav-title i {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-85%); }
          .md-nav .menu-bar .nav-title i:hover {
            color: #fb5858; }
      .md-nav .menu-bar .navbar-toggler-btn {
        position: relative;
        border: none;
        width: 20px;
        height: 44px;
        padding: 14px 0;
        margin-top: 0;
        background: transparent;
        outline: none;
        display: block; }
        .md-nav .menu-bar .navbar-toggler-btn span {
          display: block;
          background-color: #777;
          height: 2px;
          width: 20px;
          border-radius: 5px;
          margin: 5px 0;
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          position: relative;
          left: 0;
          opacity: 1;
          transition: transform 0.35s ease-in-out; }
          .md-nav .menu-bar .navbar-toggler-btn span:first-child {
            margin-top: 0; }
      .md-nav .menu-bar .menu-bar-overlay {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 7;
        display: none;
        z-index: 7; }
      .md-nav .menu-bar .mega-navbar {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 270px;
        height: 100vh;
        padding: 15px;
        position: fixed;
        top: 0;
        left: -270px;
        background: #fff;
        z-index: 7;
        overflow-y: auto; }
      .md-nav .menu-bar .mega-navbar-show {
        left: 0; }
    .md-nav .navbar-toggler-btn {
      display: block; }
    .md-nav .md-navbar-nav li {
      margin: 0 !important; }
      .md-nav .md-navbar-nav li .md-nav-link i {
        top: 20px; }
      .md-nav .md-navbar-nav li .md-nav-link .drop-icon {
        top: 14px; }
    .md-nav .md-navbar-nav .md-dropdown {
      display: block; }
      .md-nav .md-navbar-nav .md-dropdown ul {
        width: 100%;
        padding: 0; }
      .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu {
        transition: none;
        margin-top: 0;
        padding: 10px 0;
        min-width: 100%;
        display: none;
        position: relative;
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: #fff;
        border-bottom: 1px solid #f2f2f2; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .sub-menu-active {
          color: #fb5858; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a i {
          right: 0;
          transform: rotate(90deg); }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown {
          display: flex;
          flex-direction: column;
          width: 100%;
          position: relative; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail span {
            position: relative; }
            .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail span i {
              position: absolute;
              top: 12px;
              right: 0;
              font-size: 11px;
              display: block; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail .column-list {
            display: none;
            padding: 5px 0 15px 0; }
            .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail .column-list a {
              padding: 7px 10px 7px 20px; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-detail .dropdown-item-title {
            display: block;
            padding: 7px 10px;
            text-transform: capitalize;
            color: #777;
            font-weight: 500;
            font-size: 14px; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .column-dropdown .column-list-img {
            display: none; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a,
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu li {
          min-width: 145px;
          padding: 0;
          font-size: 14px;
          color: #777;
          display: block; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a {
          padding: 7px 10px; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu a i {
            top: 20px; }
        .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .md-sub-dropdown {
          position: relative; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .md-sub-dropdown ul {
            padding-left: 10px; }
          .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .md-sub-dropdown .md-submenu {
            transition: none;
            margin-top: 0;
            min-width: 100%;
            display: none;
            position: relative;
            left: 0;
            top: 0;
            opacity: 1;
            visibility: visible;
            background-color: #fff;
            border: none; }
            .md-nav .md-navbar-nav .md-dropdown .md-dropdown-menu .md-sub-dropdown .md-submenu li a {
              padding: 7px 0 7px 10px; }

  .hero-section {
    height: 80vh; }
    .hero-section .slide .text-detail .slide-title {
      font-size: 48px; }
    .hero-section .slide .text-detail .title-sub-line {
      font-size: 18px; }

  .sticky {
    position: relative;
    z-index: 1; }

  .owl-carousel .owl-nav {
    left: 0;
    right: 0; }
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: 0; }

  .product-card .product-card-front-caption .product-card-back-caption {
    opacity: 1; }
    .product-card .product-card-front-caption .product-card-back-caption .product-card-hover-icons {
      right: 5px; }
    .product-card .product-card-front-caption .product-card-back-caption .thumb-set {
      transform: scale(1.05); }

  .categorys-bnr-section .category-slide-card .category-caption-hover ul li {
    padding: 5px 0; }

  .offer-bnr-container {
    min-height: 450px; }
    .offer-bnr-container .ofr-bnr-detail {
      width: 70%;
      margin: auto;
      background-color: rgba(255, 255, 255, 0.7); }
      .offer-bnr-container .ofr-bnr-detail .bnr-title {
        font-size: 56px;
        font-weight: 600; }
      .offer-bnr-container .ofr-bnr-detail h6 {
        font-size: 22px; }
      .offer-bnr-container .ofr-bnr-detail p {
        font-size: 17px; }

  .tabs-product-section .section-title-tab {
    padding-bottom: 15px; }
    .tabs-product-section .section-title-tab h2 {
      margin-bottom: 11px; }
    .tabs-product-section .section-title-tab .products-tabs {
      position: relative;
      text-align: center;
      bottom: -8px; }
      .tabs-product-section .section-title-tab .products-tabs ul {
        display: inline-block; }

  .sell-bnr-section .sell-bnr-slider .owl-dots {
    margin: auto;
    width: 90px;
    right: 0;
    bottom: -35px;
    left: 0; }
  .sell-bnr-section .sell-bnr-slider .slide-caption-img {
    width: 100%; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info {
    margin-top: 0px;
    right: 30px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail {
      padding: 30px;
      background-color: rgba(255, 255, 255, 0.8); }
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title {
        margin-top: -10px; }
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title,
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-sub-tag-line {
        font-size: 60px; }
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-tag-line {
        font-size: 27px; }
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail p {
        font-size: 18px; }

  .service-section .service-card .service-card-detail h6 {
    font-size: 17px; }

  .blog-section .blog-slider .blog-card .blog-card-detail h6 a {
    font-size: 17px; }

  .newsletter-section .newsletter-box .newsletter-input input {
    width: 65%;
    height: 37px; }

  .footer .comp-info {
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #211d1d; }
    .footer .comp-info p {
      width: 60%;
      margin: auto auto 20px auto; }
    .footer .comp-info img {
      margin-bottom: 20px; }
    .footer .comp-info .footer-social {
      margin: 15px 0 30px 0; }
  .footer .extra-space {
    flex: 0 0 50%;
    max-width: 50%; }
  .footer .extra-space-big {
    flex: 0 0 100%;
    max-width: 100%; }
  .footer .footer-links h6,
  .footer .footer-location h6 {
    margin: 10px 0;
    font-size: 17px; }

  .nav-item .submenu {
    position: relative;
    left: 0; }

  .about-section img {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .btn,
  .btn-2 {
    padding: 7px 10px; }

  .section-title h2 {
    font-size: 24px; }
  .section-title p {
    padding: 0; }

  .owl-carousel .owl-nav {
    display: none; }

  .hero-section .slide .text-detail {
    width: 65%; }
    .hero-section .slide .text-detail .slide-title {
      font-size: 45px; }

  .categorys-bnr-section .category-slide-card .category-caption-hover ul li {
    padding: 5px 0; }
  .categorys-bnr-section .category-slide-card .category-caption-info {
    right: 8%; }
    .categorys-bnr-section .category-slide-card .category-caption-info .category-bnr-detail .category-title {
      font-size: 30px; }

  .product-slider-section .product-card .product-card-front-caption .product-img,
  .tabs-product-section .product-card .product-card-front-caption .product-img,
  .shop-product-section .product-card .product-card-front-caption .product-img {
    height: 265px; }
  .product-slider-section .product-card .product-card-back-caption .thumb-set,
  .tabs-product-section .product-card .product-card-back-caption .thumb-set,
  .shop-product-section .product-card .product-card-back-caption .thumb-set {
    top: 220px; }

  .offer-bnr-container {
    min-height: 400px; }
    .offer-bnr-container .ofr-bnr-detail {
      width: 85%; }
      .offer-bnr-container .ofr-bnr-detail .bnr-title {
        font-size: 54px; }
      .offer-bnr-container .ofr-bnr-detail h6 {
        font-size: 21px; }
      .offer-bnr-container .ofr-bnr-detail p {
        font-size: 16px; }

  .tabs-product-section .section-title-tab h2 {
    margin-bottom: 6px; }
  .tabs-product-section .section-title-tab .products-tabs {
    position: relative;
    text-align: center; }
    .tabs-product-section .section-title-tab .products-tabs ul {
      display: inline-block; }

  .sell-bnr-section .sell-bnr-slider .slide-caption-img {
    width: 100%; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info {
    padding: 15px 0; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title {
      margin-top: -10px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title,
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-sub-tag-line {
      font-size: 40px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-tag-line {
      font-size: 20px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail p {
      font-size: 16px; }

  .service-section .space-3 > div:last-child {
    margin-top: 30px; }
  .service-section .service-card .service-card-detail h6 {
    font-size: 16px; }

  .blog-section .blog-slider .blog-card .blog-card-detail {
    width: 100%;
    margin: 0;
    padding: 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-top: none; }
    .blog-section .blog-slider .blog-card .blog-card-detail h6 a {
      font-size: 16px; }

  .newsletter-section .newsletter-box {
    text-align: center; }
    .newsletter-section .newsletter-box .newsletter-text {
      margin-bottom: 15px;
      border: none; }
    .newsletter-section .newsletter-box .newsletter-input {
      justify-content: center; }
      .newsletter-section .newsletter-box .newsletter-input input {
        height: 35px; }

  .footer .footer-links h6,
  .footer .footer-location h6 {
    font-size: 16px; }

  .footer-copyright {
    text-align: center; }
    .footer-copyright p {
      margin-bottom: 15px;
      padding: 0; }
    .footer-copyright .payment-imgs {
      justify-content: center; }

  .form-info .map-info .cap-info {
    left: 10px; }

  .error-page-section .content-detail {
    padding: 0 15px; }
    .error-page-section .content-detail .global-title {
      font-size: 120px;
      font-weight: 700; }
    .error-page-section .content-detail .sub-title {
      font-weight: 500;
      font-size: 25px; }
    .error-page-section .content-detail .detail-text {
      font-size: 14px; }
    .error-page-section .content-detail #shape1 {
      opacity: 0.5; }
    .error-page-section .content-detail #shape2 {
      opacity: 0.5;
      right: 150px; }
    .error-page-section .content-detail #shape3 {
      opacity: 0.5; }
    .error-page-section .content-detail #shape4 {
      opacity: 0.5; }
    .error-page-section .content-detail #shape5 {
      opacity: 0.5; }
    .error-page-section .content-detail #shape6 {
      opacity: 0.5; }
    .error-page-section .content-detail #shape7 {
      opacity: 0.5; } }
@media only screen and (max-width: 575px) {
  .section-title {
    margin-bottom: 15px; }
    .section-title h2 {
      font-size: 23px; }

  .btn,
  .btn-2 {
    padding: 7px 10px;
    font-size: 12px; }

  .top-brand-section {
    position: relative;
    padding: 10px 0;
    z-index: 5; }
    .top-brand-section .top-brand .brand-logo a img {
      width: 125px; }

  .nav-sec-menu-bar {
    border-bottom: none; }
    .nav-sec-menu-bar:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #f2f2f2;
      position: absolute;
      bottom: 0;
      left: 0; }

  .hero-section {
    height: 70vh; }
    .hero-section .slide-1,
    .hero-section .slide-2,
    .hero-section .slide-3,
    .hero-section .slide-4 {
      height: 70vh; }
    .hero-section .slide .text-detail {
      width: 65%; }
      .hero-section .slide .text-detail .slide-title {
        font-size: 40px;
        font-weight: 700; }
    .hero-section .slide .title-sub-line {
      font-size: 17px; }

  .categorys-bnr-section .category-slide-card .category-caption-info {
    right: 8%; }
    .categorys-bnr-section .category-slide-card .category-caption-info .category-bnr-detail .category-title {
      font-size: 27px; }

  .offer-bnr-container {
    min-height: 350px; }
    .offer-bnr-container .ofr-bnr-detail {
      width: 80%;
      padding: 25px 0; }
      .offer-bnr-container .ofr-bnr-detail .bnr-title {
        font-size: 52px; }
      .offer-bnr-container .ofr-bnr-detail h6 {
        width: 220px;
        font-size: 20px;
        top: -13px; }
      .offer-bnr-container .ofr-bnr-detail p {
        font-size: 15px; }
      .offer-bnr-container .ofr-bnr-detail a {
        bottom: -17px; }

  .col-extra-sm {
    width: 50%; }

  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title {
    margin-top: -10px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title,
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-sub-tag-line {
    font-size: 36px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-tag-line {
    font-size: 19px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail p {
    font-size: 15px; }

  .service-section .space-3 > div:nth-last-child(-n + 2) {
    margin-top: 30px; }

  .footer .comp-info {
    margin-bottom: 15px;
    text-align: center;
    border-bottom: none; }
    .footer .comp-info p {
      width: 100%; }
    .footer .comp-info img {
      margin-bottom: 20px; }
  .footer .extra-space {
    flex: 0 0 100%;
    max-width: 100%; }
  .footer .footer-links h6,
  .footer .footer-location h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #211d1d;
    cursor: pointer; }
    .footer .footer-links h6:hover,
    .footer .footer-location h6:hover {
      color: #fb5858; }
    .footer .footer-links h6 i,
    .footer .footer-location h6 i {
      display: block; }
  .footer .footer-links .footer-list,
  .footer .footer-location .footer-list {
    display: none; }

  .form-info .map-info iframe {
    height: 300px; }
  .form-info .map-info .cap-info {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    max-width: inherit;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    border-radius: 0; }

  .error-page-section .content-detail #shape1 {
    opacity: 0.3;
    display: none; }
  .error-page-section .content-detail #shape2 {
    opacity: 0.3; }
  .error-page-section .content-detail #shape3 {
    opacity: 0.3; }
  .error-page-section .content-detail #shape4 {
    opacity: 0.3;
    top: 30px;
    left: 100px; }
  .error-page-section .content-detail #shape5 {
    opacity: 0.3;
    bottom: 25px;
    left: 60px; }
  .error-page-section .content-detail #shape6 {
    opacity: 0.3;
    top: 130px;
    right: 50px; }
  .error-page-section .content-detail #shape7 {
    opacity: 0.3; } }
@media only screen and (max-width: 520px) {
  .product-slider-section .product-card .product-card-front-caption .product-img,
  .tabs-product-section .product-card .product-card-front-caption .product-img,
  .shop-product-section .product-card .product-card-front-caption .product-img {
    height: 230px; }
  .product-slider-section .product-card .product-card-back-caption .thumb-set,
  .tabs-product-section .product-card .product-card-back-caption .thumb-set,
  .shop-product-section .product-card .product-card-back-caption .thumb-set {
    top: 185px; }

  .offer-bnr-container .ofr-bnr-detail {
    width: 85%; }
    .offer-bnr-container .ofr-bnr-detail .bnr-title {
      font-size: 48px; }
    .offer-bnr-container .ofr-bnr-detail h6 {
      font-size: 19px; }
    .offer-bnr-container .ofr-bnr-detail p {
      margin-top: 10px;
      font-size: 14px; }

  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail {
    margin-top: -5px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title,
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-sub-tag-line {
      font-size: 32px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-tag-line {
      font-size: 18px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail p {
      font-size: 14px; } }
@media only screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 22px; }

  .hero-section {
    height: 60vh; }
    .hero-section .slide-1,
    .hero-section .slide-2,
    .hero-section .slide-3,
    .hero-section .slide-4 {
      height: 60vh; }
    .hero-section .slide .text-detail .slide-title {
      font-size: 36px; }
    .hero-section .slide .text-detail .title-sub-line {
      font-size: 17px; }

  .categorys-bnr-section .category-slide-card .category-caption-info {
    right: 8%; }
    .categorys-bnr-section .category-slide-card .category-caption-info .category-bnr-detail .category-title {
      font-size: 25px; }

  .product-slider-section .product-card,
  .tabs-product-section .product-card,
  .shop-product-section .product-card {
    max-width: 300px;
    margin: auto; }
    .product-slider-section .product-card .product-card-front-caption .product-img,
    .tabs-product-section .product-card .product-card-front-caption .product-img,
    .shop-product-section .product-card .product-card-front-caption .product-img {
      height: 330px; }
    .product-slider-section .product-card .product-card-back-caption .thumb-set,
    .tabs-product-section .product-card .product-card-back-caption .thumb-set,
    .shop-product-section .product-card .product-card-back-caption .thumb-set {
      top: 285px; }

  .offer-bnr-container .ofr-bnr-detail .bnr-title {
    font-size: 45px; }
  .offer-bnr-container .ofr-bnr-detail h6 {
    font-size: 18px; }
  .offer-bnr-container .ofr-bnr-detail p {
    font-size: 13px; }

  .col-extra-sm {
    width: 100%; }

  .sell-bnr-section .sell-bnr-slider .sell-bnr-info {
    left: 0;
    right: 0; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title,
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-sub-tag-line {
      font-size: 30px; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-tag-line {
      font-size: 15px; }

  .error-page-section .content-detail {
    padding: 0 15px; }
    .error-page-section .content-detail .global-title {
      font-size: 80px;
      font-weight: 600; }
    .error-page-section .content-detail .sub-title {
      font-weight: 500;
      font-size: 22px; } }
@media only screen and (max-width: 420px) {
  .section-title h2 {
    font-size: 21px; }

  .top-brand-section {
    position: relative;
    padding: 10px 0; }
    .top-brand-section .top-brand .brand-logo a img {
      width: 100px; }
    .top-brand-section .top-brand .top-brand-right-tool .currency-drop,
    .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop {
      min-width: 45px;
      border: none; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop:after,
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop:after {
        right: 0; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop .display-currency,
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .display-currency {
        min-width: 45px; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop .display-cuntry,
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .display-cuntry {
        min-width: 100%; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-btn-select li,
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-btn-select li {
        min-width: 47px;
        margin-left: -16px; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop .btn-select li,
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .btn-select li {
        min-width: 70px;
        margin-left: 0; }
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop .currency-select i,
      .top-brand-section .top-brand .top-brand-right-tool .currency-drop .lang-select i,
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .currency-select i,
      .top-brand-section .top-brand .top-brand-right-tool .cuntry-drop .lang-select i {
        right: 0; }

  .hero-section .slide .text-detail .slide-title {
    margin-bottom: 15px;
    font-size: 30px; }
  .hero-section .slide .text-detail .title-sub-line {
    margin-bottom: 10px;
    font-size: 16px; }

  .categorys-bnr-section .category-slide-card .category-caption-info {
    right: 8%; }
    .categorys-bnr-section .category-slide-card .category-caption-info .category-bnr-detail .category-title {
      font-size: 23px; }

  .offer-bnr-container .ofr-bnr-detail {
    width: 85%;
    padding: 20px 0; }
    .offer-bnr-container .ofr-bnr-detail .bnr-title {
      font-size: 38px; }
    .offer-bnr-container .ofr-bnr-detail h6 {
      width: 190px;
      font-size: 17px; }

  .sell-bnr-section .sell-bnr-slider .sell-bnr-info {
    padding: 0;
    background-color: rgba(255, 255, 255, 0.7); }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .container {
      padding: 0; }
    .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail {
      padding: 15px;
      background: transparent; }
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title {
        margin-top: -5px; }
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title,
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-sub-tag-line {
        font-size: 24px; }
      .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-tag-line {
        font-size: 14px; } }
@media only screen and (max-width: 360px) {
  .section-title h2 {
    font-size: 20px; }

  .hero-section .slide .text-detail {
    width: 70%; }

  .categorys-bnr-section .category-slide-card .category-caption-info {
    min-width: 105px;
    right: 5%; }
    .categorys-bnr-section .category-slide-card .category-caption-info .category-bnr-detail .category-title {
      font-size: 20px; }

  .offer-bnr-container .ofr-bnr-detail {
    width: 90%; }
    .offer-bnr-container .ofr-bnr-detail .bnr-title {
      font-size: 32px; }
    .offer-bnr-container .ofr-bnr-detail h6 {
      width: 190px;
      font-size: 16px;
      top: -11px; }
    .offer-bnr-container .ofr-bnr-detail a {
      bottom: -17px; }

  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-bnr-title,
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-sub-tag-line {
    font-size: 20px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail .sell-tag-line {
    font-size: 14px; }
  .sell-bnr-section .sell-bnr-slider .sell-bnr-info .text-detail p {
    font-size: 13px;
    margin-bottom: 10px; }

  .recent-purchase {
    width: 290px; }

  .error-page-section .content-detail #shape1 {
    opacity: 0.2; }
  .error-page-section .content-detail #shape2 {
    opacity: 0.2;
    display: none; }
  .error-page-section .content-detail #shape3 {
    opacity: 0.2; }
  .error-page-section .content-detail #shape4 {
    opacity: 0.2; }
  .error-page-section .content-detail #shape5 {
    opacity: 0.2; }
  .error-page-section .content-detail #shape6 {
    opacity: 0.2; }
  .error-page-section .content-detail #shape7 {
    opacity: 0.2; } }
@media only screen and (max-width: 320px) {
  .product-slider-section .product-card .product-card-front-caption .product-img,
  .tabs-product-section .product-card .product-card-front-caption .product-img,
  .shop-product-section .product-card .product-card-front-caption .product-img {
    height: 300px; }
  .product-slider-section .product-card .product-card-back-caption .thumb-set,
  .tabs-product-section .product-card .product-card-back-caption .thumb-set,
  .shop-product-section .product-card .product-card-back-caption .thumb-set {
    top: 255px; } }

/*# sourceMappingURL=responsive.css.map */
