body {

  font-size: 15px;

  /* Portrait and Landscape */

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    body {

      font-size: 12px; } }



header {

  background: #fff7f8;
  
  /* Portrait and Landscape */ }

  header .pull-left{
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
  }

  @media (min-width: 320px) and (max-width: 480px) {

    header {

      padding-top: none; } }
      header .pull-left{
        display: block;
        
      }

  header #top-header {

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      header #top-header {

        display: none; } }

    header #top-header .top-header-phone {

      margin-right: 15px;

      padding-right: 18px;

      border-right: 1px solid #ddd; }



.header-logo {

  width: 250px;

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .header-logo {

      width: 100%; } }

  .header-logo .logo img {

    width: 100%; }

    /* Logo-3 */
.logo-3 h3 {
  color: #e74c3c;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height:1.3;
}
.logo-3 p {
  font-size: 13px;
  letter-spacing: 7px;
  text-transform: uppercase;
  background: #34495e;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.header-btns {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .header-btns {

      display: inline-flex;

      flex-direction: row-reverse;

      justify-content: space-between;

      width: 100%;

      padding: 0;

      margin: 0; } }

  .header-btns li {

    width: 250px;

    margin: 0;

    /* Portrait and Landscape */ }

    .header-btns li + li {

      /* Portrait and Landscape */ }

      @media (min-width: 320px) and (max-width: 480px) {

        .header-btns li + li {

          margin-left: 0; } }

    @media (min-width: 320px) and (max-width: 480px) {

      .header-btns li {

        margin-left: 0;

        width: auto; } }

  .header-btns .custom-menu {

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .header-btns .custom-menu {

        left: -25% !important; } }

.header-search {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .header-search {

      width: 100%;

      display: block;

      padding: 0px; } }

  .header-search .search-input {

    padding-left: 10px !important; }



.clearfloat {

  float: none !important;

  margin-right: 8px; }



.breadcrumb {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .breadcrumb {

      display: none; } }



#aside {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    #aside {

      display: none; } }



.section {

  padding: 0 !important;

  padding-top: 20px !important;

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .section {

      padding: 0; } }

  .section .title {

    font-size: 20px;

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .section .title {

        font-size: 16px; } }

  .section .slick-dots {

    margin: 0 !important; }

  .section-title {

    text-align: center;

    border-bottom: none; }

    .section-title:after {

      left: 50% !important;

      width: 10%;

      transform: translateX(-50%); }

    .section-title:before {

      content: "";

      position: absolute;

      bottom: -1.5px;

      height: 3px;

      left: 50% !important;

      width: 20%;

      transform: translateX(-50%);

      background-color: #eee; }

    .section-title .pull-right {

      float: none !important;

      position: absolute;

      left: 50%;

      transform: translateX(-50%); }

      .product.product-single .product-thumb {
        height: 300px;
        background: #fff;
      }

.product.product-single .product-thumb::after {

  background: transparent; }

  .product.product-single .product-thumb img {
    width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: contain;
  }



.product-single {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .product-single {

      margin-top: 0 !important; } }

.product-top {

  position: relative; }

.product-body {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .product-body {

      padding-top: 0 !important; } }

.product-view {

  border: 1px solid #ddd; }

.product-border {

  border: 1px solid #ddd;

  box-sizing: border-box; }

.product-btns .form-control {

  width: 20%;

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .product-btns .form-control {

      display: inline-block; } }

.product-btns-pink {

  box-sizing: border-box;

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, 0%);

  width: 100%;

  background: #fff7f8;

  color: #fff; }

  .product-btns-pink button {

    margin-left: 50%;

    transform: translateX(-50%);

    white-space: nowrap;

    width: 100%;

    display: block;

    padding: 10px 0;

    border: none;

    background: transparent;

    color: #333;

    box-sizing: border-box; }

.product-name {

  /* Portrait and Landscape */ }

  .product-name a {

    display: block;

    max-width: 100%;

    white-space: nowrap;

    overflow: hidden !important;

    text-overflow: ellipsis;

    font-weight: normal; }

  @media (min-width: 320px) and (max-width: 480px) {

    .product-name {

      font-size: 15px; } }

.product-price {

  font-size: 16px;

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .product-price {

      font-size: 14px; } }


.tab-content img{
  width: 100%;
}

.post-item {

  margin-bottom: 5px;

  padding-bottom: 5px; }

  .post-item:last-child {

    border: none !important; }

  .post-item:hover .post-thumb:after {

    opacity: 1; }

  .post-item h5 {

    margin: 20px 0;

    padding: 3px 0 0;

    font-size: 15px;

    line-height: 22px;

    font-weight: 700; }

.post-read {

  color: #F8694A; }

.post-thumb {

  overflow: hidden;

  position: relative;

  display: block;

  height: 270px; }

  .post-thumb img {

    max-height: 100%;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto; }

  .post-thumb:after {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    transition: 0.3s all ease 0s;

    pointer-events: none;

    background-color: rgba(0, 0, 0, 0.5);

    z-index: 1; }

  .post-thumb .date_added {

    z-index: 2;

    text-align: center;

    display: block;

    position: absolute;

    left: 20px;

    top: 20px;

    right: auto;

    padding: 7px 13px 8px;

    margin: 0;

    line-height: 18px;

    background: #F8694A;

    color: #fff;

    border-bottom-left-radius: 10px;

    border-top-right-radius: 10px;

    box-shadow: 0px 7px 20px -8px #000; }

    .post-thumb .date_added span {

      display: block; }

    .post-thumb .date_added .d {

      font-size: 18px;

      font-weight: 500; }

    .post-thumb .date_added .m {

      font-size: 14px; }



.policy {

  padding: 50px 0;

  background: #F8694A;

  color: #fff;

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .policy {

      padding: 20px 0; } }

  .policy img {

    filter: brightness(0) invert(1);

    width: 40px; }

  .policy-item-image {

    float: left;

    margin-right: 10px; }

  .policy-item-text-top {

    letter-spacing: .01em;

    font-weight: 1000; }

  .policy-item-text-bottom {

    font-weight: 400; }

  .policy-item .row {

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .policy-item .row {

        margin: 0; } }



.store-filter .sort-filter, .store-filter .page-filter {

  display: inline-flex;

  justify-content: space-between;

  margin-left: 0;

  white-space: nowrap;

  align-items: center; }

  .store-filter .sort-filter .form-control, .store-filter .page-filter .form-control {

    margin-left: 5px; }



.pagination .page-item.active span.page-link {

  background: #F8694A;

  border: 1px solid #F8694A; }

.pagination .page-link {

  color: #F8694A; }



.cart-title {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .cart-title {

      font-size: 15px; } }

.cart-item-name {

  margin-bottom: 5px;

  font-size: 12px; }



#footer {

  background: #fff7f8; }



.footer {

  /* Portrait and Landscape */ }

  @media (min-width: 320px) and (max-width: 480px) {

    .footer {

      margin: 0; } }

  .footer-header {

    /* Portrait and Landscape */ }

  .footer-fb .footer-header {

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .footer-fb .footer-header {

        text-align: center;

        padding: 0;

        margin-bottom: 5px;

        margin-top: 5px;

        font-size: 14px; } }

    .footer-fb .footer-header .facebook {

      /* Portrait and Landscape */ }

      @media (min-width: 320px) and (max-width: 480px) {

        .footer-fb .footer-header .facebook {

          height: 300px;

          overflow: hidden; } }

  .footer .logo img {

    width: 100%;

    max-height: none;

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .footer .logo img {

        width: 75%; } }

  .footer-social {

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .footer-social {

        margin: auto;

        text-align: center; } }

    .footer-social li:first-child img {

      width: 40px; }

    .footer-social img {

      width: 35px; }

  .footer .description-left {

    font-size: 16px;

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .footer .description-left {

        font-size: 14px; } }

  .footer .description-right .hotline {

    width: 85%;

    color: #fff;

    text-align: center;

    display: block;

    border-radius: 10px;

    padding-top: 5px;

    margin: auto;

    /* Portrait and Landscape */ }

    @media (min-width: 320px) and (max-width: 480px) {

      .footer .description-right .hotline {

        width: 65%; } }

    .footer .description-right .hotline-top {

      font-size: 16px; }

    .footer .description-right .hotline-bottom {

      /* Portrait and Landscape */

      margin-bottom: 10px;

      font-size: 25px;

      font-weight: bold; }

      @media (min-width: 320px) and (max-width: 480px) {

        .footer .description-right .hotline-bottom {

          font-size: 20px; } }

    .footer .description-right .hotline-red {

      background: #e71d25; }

    .footer .description-right .hotline-green {

      background: #2bb358; }

  .footer .description div {

    margin-bottom: 10px; }



/*# sourceMappingURL=style2.css.map */

