/*
    Theme Name: Vaps Shop WooCommerce
    Theme URI: 
    Description: Vap Shop WooCommerce (Child of Storefront)
    Author: Yassine Kossaby
    Author URI: https://www.linkedin.com/in/yassine-kossaby-68b76b128/
    Template: storefront
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: woocommerce, vap , responsive-layout, right-sidebar, 
    Text Domain: storefront
*/

body{
    background-color: #1b1b1b;
    
}
.woocommerce-loop-category__title,
.woocommerce-loop-product__title,
.woocommerce-loop-category__title .count,
.woocommerce-Price-amount.amount{
    color: white;
}
ul.products li.product:not(.product-category){
    border: transparent solid 1px;
    transition: all .3s;
    border-radius:10px;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    outline: none;
    padding: 10px;
}

ul.products li.product:hover:not(.product-category){
    border: #09f4f6 solid 1px;
     box-shadow: 0px 1px 10px #09f4f6;
    
}

a.woocommerce-loop-product__link{
    outline: none;
}
@media (min-width: 768px){
    .storefront-primary-navigation{
        background-color:#09f4f6;
        box-shadow: none;
        border: none;
    }
}
.page-template-template-homepage .entry-header h1{
    color: blue;
}

.main-content.vp_main-content{
    margin-bottom: 20px;
   
    
}

.main-content.vp_main-content img{
    -o-object-fit: fill;
    object-fit: fill;
    height: 40vw;
}
@media (min-width: 1200px){
    .main-content.vp_main-content img{
        height: 70vh;
    }
}

.section-title{
    text-align: center;
    position: relative;
    color: #09f4f6;
    margin-bottom: 20px;
}

.section-title::after{
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px;
    height: 3px;
    content: '';
    background-color: #df03df;
    transform: translateX(-50%);
    margin-top: 5px;
}

.main-navigation ul li a,
.cart-contents
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__products li.product img, ul.products .wc-block-grid__product img, ul.products li.product img{
    -o-object-fit: fill;
       object-fit: fill;
       border-radius:10px;
}

.homepage-home-service{
    background-image: linear-gradient(to left ,rgba(0,0,0,.3), rgba(0,0,0,.3))  ,url(./image/vape-liquid.jpg);
    background-size: cover;
    transform: skewY(-7deg);
    background-position: center center;
    padding: 150px 0;
    margin-bottom: 100px;
    width: 100vw;

}

.homepage-home-about{
    background-image: linear-gradient(105deg, 
    rgba(255,255,255, .9) 0%,
    rgba(255,255,255, .9) 60%,
    transparent 60%) ,url(./image/antonin-fels-OdqmOsUgNwk-unsplash.jpg);
    background-size: cover;
    
    background-position: center center;
    padding: 150px 0;
    margin-bottom: 100px;
    width: 100vw;
}
.home-about{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.home-about-container{
    grid-column: 1/2;
}
.home-about-container > h2{
    color: black;
    font-weight: bold;
    text-transform: uppercase;

}
.home-about-container > p{
    color: #1b1b1b;
    line-height: 1.5;
    text-align: justify;
    font-size: 16px;
}
.homepage-home-service .col-full{
    padding: 20px 0;
}
@media (min-width: 1072px){
.homepage-home-service .col-full{
    display: flex;
    -webkit-box-orient: row wrap;
    padding: 40px 0;
}
}
.homepage-home-service .columns-4{
width: 100%;
color: white;
display: flex;
padding: 10px 15px;
margin: 10px;

transform: skewY(7deg);
cursor: pointer;
transition:all .3s;
border-radius: 10px;
}
.homepage-home-service .columns-4 .service-title{
    color: white;
}
.homepage-home-service .columns-4:hover{
    transform: translateY(-10px) skewY(7deg);
    box-shadow: 0px 0px 10px #09f4f6;
}
.homepage-home-service .columns-4 i{
    font-size: 2.5rem;
    margin:0 10px;
}
.service-text{
    font-size: 12px;
    text-align: justify;
}

.service-title{
    font-size: 20px;
    font-weight: 500;
}

.button{
    background-color: transparent;
    transition: background-color .3s;
    color: #bfbfbf;
}


a.button:hover{
    background-color: #09f4f6;
    color: black;
}

.service-title{
    color: black;
}

.hentry .entry-content a.button:hover, 
.hentry .entry-content a.components-button:not(.is-link):hover, 
.hentry .entry-content a.wp-block-button__link:hover,
.added_to_cart.alt:hover, 
.added_to_cart:hover, 
.widget a.button.checkout:hover,
#payment .place-order .button:hover{
   color: white;
   background-color: #df03df;
}

/* .site-content > .col-full:first-child{
    display: none;
} */

.site-main,
#primary{
    margin: 0;
}

.site-header .site-branding img{
    width: 200px;
}

.col-full{
    margin: 0 auto;
    
    max-width: 80%;
}
@media (min-width: 935px){
    .col-full{
        padding: 0 ;
    }
}



.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a{
    font-weight: bold;
    outline: none;
    transition: all .3s;
}
.main-navigation ul.menu>li>a:hover, .main-navigation ul.nav-menu>li>a:hover{
  background-color:#1b1b1b;
  color: #09f4f6;
}
.site-header-cart .cart-contents .amount,
.site-header-cart .cart-contents .count{
    color: black;
}

.widget-area .widget a, 
.hentry .entry-header .posted-on a, 
.hentry .entry-header .post-author a, 
.hentry .entry-header .post-comments a, 
.hentry .entry-header .byline a{
    text-decoration: none;
    font-size: 16px;
}
.widget_product_categories ul li:before{
    display: none;
    content: '';
    padding: 0;
}
a.cart-contents, 
.site-header-cart .widget_shopping_cart a{
color:#09f4f6;
}
.site-header-cart .widget_shopping_cart .buttons,
 .site-header-cart .widget_shopping_cart .total,
 .site-header-cart .widget_shopping_cart .product_list_widget{
     background-color: #1b1b1b;
 }

 .site-header .widget_shopping_cart li > strong, 
 .site-header .widget_shopping_cart p.buttons > strong, 
 .site-header .widget_shopping_cart p.total > strong{
   color: #df03df;
 }

 button.alt:hover,
 input[type="button"].alt:hover, 
 input[type="reset"].alt:hover, 
 input[type="submit"].alt:hover, 
 .button.alt:hover, 
 .widget-area .widget a.button.alt:hover{
  background-color: #df03df;
 }
 .reserved{
     padding: 20px 0;
     text-align: center;
     font-size: 20px;
 }