/*
 Theme Name:   Skincare Child
 Theme URI:    http://7uptheme.com/wordpress/skincare
 Description:  Skincare Child Theme
 Author:       The 7up WordPress Team
 Author URI:   http://themeforest.net/user/7-up
 Template:     skincare
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
 Text Domain:  skincare
*/

.main-page-default {
    margin: 40px 0 0;
}

.block-category8 {
    margin-bottom: 0;
}

.addon-info {
    display: ruby-text;
}

.ppom-header-wrap {
    margin: 5px 0;
    padding: 5px;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    background: #f0f0f0;
}

#ppomModal .single_add_to_cart_button[disabled] {
    background: gray;
    color: #fff;
}

#ppomModal .single_add_to_cart_button[disabled]:hover {
  background: #f0f0f0;
  color: #000;
}

.owl-item {
	display: inline-block;
}

#ppomModal .ppom-carousel {
  width: 100%;
  overflow: hidden;
}

#ppomModal .owl-stage {
  display: flex;
}

.ppom-carousel-inner {
    width: 800px;
}

#ppomModal .ppom-carousel-inner {
	width: 100%;
}
#ppomModal .ppom-carousel .addon-wrap {
    text-align: center;
}

#ppomModal .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
    left: -1px;
}

#ppomModal .owl-prev, #ppomModal .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}

#ppomModal .owl-prev:hover, #ppomModal .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#ppomModal .arrow-prev, #ppomModal .arrow-next {
    font-size: 20px;
    line-height: 1;
}

#ppomModal .modal-header {
    background: #197278;
    display: flex;
    color: #fff;
}

#ppomModal .modal-title {
    width: 100%;
}

#ppomModal .ppom-info.col-lg-9 {
    border-left: solid 3px #e5e5e5;
}

#ppomModal button.btn-close {
    background: transparent;
    border: none;
    font-size: 25px;
    height: 10px;
    margin-top: -6px;
}

#ppomModal .modal-body {
    background: #def2f3;
}

.list-tags li a {
    border: 1px solid #000;
    background: transparent;
}

.main-footer1 {
    padding: 80px 0 55px;
}

.list-product-wrap .owl-stage-outer {
     display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; 
}

.products.row.list-product-wrap.js-content-main:has(> .list-col-item:only-child) {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1280px) {
    .grid-post-small {
        max-width: 450px;
    }
  
  	.item-post-category .cat-parent {
        display: block;
    }
}

.banner-video-parallax.block-video-custom.banner-background.s7upf_1736968641 {
    background-size: contain;
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2500px, 0, 0);
    transform: scale(.1) translate3d(-2500px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2500px, 0, 0);
    transform: scale(.1) translate3d(-2500px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
} 