/*
    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
*/


/* Social Menu **/
.secondary-navigation a[href*="dribbble.com"], .secondary-navigation a[href*="facebook.com"], .secondary-navigation a[href*="flickr.com"], .secondary-navigation a[href*="foursquare.com"], .secondary-navigation a[href*="plus.google.com"], .secondary-navigation a[href*="instagram.com"], .secondary-navigation a[href*="linkedin.com"], .secondary-navigation a[href*="pinterest.com"], .secondary-navigation a[href*="reddit.com"], .secondary-navigation a[href*="tumblr.com"], .secondary-navigation a[href*="twitter.com"], .secondary-navigation a[href*="vimeo.com"], .secondary-navigation a[href*="wordpress.com"], .secondary-navigation a[href*="wordpress.org"], .secondary-navigation a[href*="youtube.com"], .secondary-navigation a[href*="mailto:"], .secondary-navigation a[href*="twitch.tv"], .secondary-navigation a[href$="/feed/"] {
    text-indent: -9999px; }
    .secondary-navigation a[href*="dribbble.com"]:after, .secondary-navigation a[href*="facebook.com"]:after, .secondary-navigation a[href*="flickr.com"]:after, .secondary-navigation a[href*="foursquare.com"]:after, .secondary-navigation a[href*="plus.google.com"]:after, .secondary-navigation a[href*="instagram.com"]:after, .secondary-navigation a[href*="linkedin.com"]:after, .secondary-navigation a[href*="pinterest.com"]:after, .secondary-navigation a[href*="reddit.com"]:after, .secondary-navigation a[href*="tumblr.com"]:after, .secondary-navigation a[href*="twitter.com"]:after, .secondary-navigation a[href*="vimeo.com"]:after, .secondary-navigation a[href*="wordpress.com"]:after, .secondary-navigation a[href*="wordpress.org"]:after, .secondary-navigation a[href*="youtube.com"]:after, .secondary-navigation a[href*="mailto:"]:after, .secondary-navigation a[href*="twitch.tv"]:after, .secondary-navigation a[href$="/feed/"]:after {
      font-family: "FontAwesome";
      text-indent: 0;
      display: block;
      font-size: 1.6rem;
      float: left; }
  .secondary-navigation a[href$="/feed/"]:after {
    content: "\f09e";
    color: #ff9900; }
  .secondary-navigation a[href*="twitch.tv"]:after {
    content: "\f1e8";
    color: #6441A5; }
  .secondary-navigation a[href*="mailto:"]:after {
    content: "\f003"; }
  .secondary-navigation a[href*="youtube.com"]:after {
    content: "\f167";
    color: #bb0000; }
  .secondary-navigation a[href*="wordpress.com"]:after, .secondary-navigation a[href*="wordpress.org"]:after {
    content: "\f19a";
    color: #0073aa; }
  .secondary-navigation a[href*="vimeo.com"]:after {
    content: "\f194";
    color: #aad450; }
  .secondary-navigation a[href*="tumblr.com"]:after {
    content: "\f173";
    color: #32506d; }
  .secondary-navigation a[href*="reddit.com"]:after {
    content: "\f231"; }
  .secondary-navigation a[href*="twitter.com"]:after {
    content: "\f099";
    color: #00aced; }
  .secondary-navigation a[href*="dribbble.com"]:after {
    content: "\f17d";
    color: #ea4c89; }
  .secondary-navigation a[href*="facebook.com"]:after {
    content: "\f09a";
    color: #3b5998; }
  .secondary-navigation a[href*="flickr.com"]:after {
    content: "\f16e";
    color: #ff0084; }
  .secondary-navigation a[href*="foursquare.com"]:after {
    content: "\f180";
    color: #0072b1; }
  .secondary-navigation a[href*="plus.google.com"]:after {
    content: "\f0d5";
    color: #dd4b39; }
  .secondary-navigation a[href*="instagram.com"]:after {
    content: "\f16d";
    color: #517fa4; }
  .secondary-navigation a[href*="linkedin.com"]:after {
    content: "\f0e1";
    color: #007bb6; }
  .secondary-navigation a[href*="pinterest.com"]:after {
    content: "\f231";
    color: #cb2027; }
  

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;
    
}
ul.products li.product:hover:not(.product-category) ~ a.button.product_type_variable.add_to_cart_button{
	background-color:#09f4f6 !important;
}
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;
    text-transform: uppercase;
}

.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;
 }


 /* Slider */

 .page-template-template-homepage .type-page{
     padding: 0;
     margin: 0px auto 20px auto;
     width: 100vw;
 }
 .page-template-template-homepage .type-page > .col-full{
     margin: 0 ;
 }
 .home .hentry.type-page .entry-header{
     display: none;
 }

 .page-template-template-homepage .entry-content, 
 .page-template-template-homepage .entry-header{
     max-width: none;
    
 }


 .page-template-template-homepage:not(.has-post-thumbnail) .site-main{
     padding: 0;
 }
 .soliloquy-container .soliloquy-image{
     width: 100vw !important;
     height: 30vw !important;
 }

 @media (max-width:938px){
    .home-about-container > p{
       font-size: 12px;
    }
    .home-about-container > h2{
        font-size: 20px;
    }
    .section-title{
        font-size: 18px;
    }
    .homepage-home-about,
    .homepage-home-service{
        padding: 30px;
    }
    .site-footer h1, 
    .site-footer h2, 
    .site-footer h3,
     .site-footer h4, 
     .site-footer h5, 
     .site-footer h6, 
     .site-footer .widget .widget-title, 
     .site-footer .widget .widgettitle{
         font-size: 18px;
     }
     .homepage-home-service .columns-4 i{
        font-size: 2rem;
     }
     .homepage-home-service .columns-4 .service-title{
         font-size: 16px;
     }
     .home #content .col-full{
         max-width: 100%;
     }
     .block.footer-widget-1,
     .block.footer-widget-2 .gamma.widget-title{
         text-align: center;
     }
 }

 @media (max-width:500px){
    .homepage-home-about,
    .homepage-home-service{
        padding: 10px;
    }
    .home-about-container > p{
        font-size: 9px;
     }
     .homepage-home-service,
     .homepage-home-service .columns-4{
         transform: skew(0deg);
     }
     .site-footer a:not(.button):not(.components-button){
         font-size: 14px;
     }
     
 }

 .main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle{
     color: white;
 }
 button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before
{
     background-color: white;
 }

 button.menu-toggle, button.menu-toggle:hover{
     border-color: white;
 }
 .storefront-handheld-footer-bar ul li.my-account>a:before,
 .storefront-handheld-footer-bar ul li.search>a:before,
 .storefront-handheld-footer-bar ul li.cart>a:before
 {
     color: #09f4f6;
 }
 .storefront-handheld-footer-bar ul li.cart .count{
     background-color: #09f4f6;
 }

 table.cart td, table.cart th{
     background-color: #1b1b4b;
 }
 .woocommerce-Price-amount.amount{
     color: black;
 }
/* .woocommerce-loop-product__title, .woocommerce-Price-amount.amount{
     color: black;
 } */
.home .entry-content > p {
	display: none !important;
}


 #soliloquy-container-552 >.soliloquy-wrapper{
     width: 100%;
     max-width: 100vw !important;
 }
 #soliloquy-container-552{
     max-width: none !important;
     max-height: none !important;
 }
table.cart td.actions{
	display:none;
}
.cart-collaterals .cart_totals> h2, .cart-collaterals .shipping_calculator > h2{
	color:white;
}
.archive .woocommerce-Price-amount.amount,
.product-template-default .woocommerce-Price-amount.amount,
.product-template-default h1,
.product-template-default h2,
.product-template-default h3,
.product-template-default h4,
.product-template-default h5,
.product-template-default h6,
.product-template-default .wc-block-grid__product-title{
	color:white;
}
#content{
	margin-bottom:40px;
}
.home #content .col-full{
         max-width: 100%;
}
.soliloquy-container .soliloquy-wrapper, .soliloquy-container .soliloquy-item{
	max-width: 100vw !important;
	width: 100vw !important;
}
.woocommerce-checkout .woocommerce-notices-wrapper,.woocommerce-checkout .woocommerce-form-coupon-toggle{
	display:none;
}

.home .woocommerce-loop-category__title,
.home .woocommerce-loop-product__title,
.home .woocommerce-loop-category__title .count,
.home .woocommerce-Price-amount.amount{
	color:white;
}
.cart-contents  .count{
	display:none !important;
}
.cart-contents .woocommerce-Price-amount.amount{
	color: black;
}
.site-header-cart .cart-contents:after{
	color: black;
}
 #menu-main__menu > li > a{
	color: black;
}
#menu-main__menu > li > a:hover{
	color: #09f4f6;
}
@media (min-width: 768px){
.secondary-navigation .menu,
.secondary-navigation ul{
	display:flex !important;
	}
}