/*
Theme Name: Gripvine
Theme URI: https://zidithemes.tumblr.com
Requires at least: 4.7
Tested up to: 6.4
Requires PHP: 7.0
Author: Zidithemes
Author URI: https://zidithemes.tumblr.com/author
Description: Gripvine is a responsive wordpress theme which improves users experience with minimal, clean and easy to use design which works on all devices.  Gripvine is also a light weight theme built on a grid layout which displays photography, blog, news and portfolio awesomely and also compatible with woocommerce.
Version: 2.7.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:   two-columns, right-sidebar, blog, portfolio, grid-layout, three-columns, footer-widgets, photography, full-width-template
Text Domain: gripvine
*/


/* BEGIN GLOBAL STYLE */


* {
    margin: 0px;
    padding: 0px;
} 

::selection {
    color: #fff;
    background: #cde2f7;
}
        
body {
    background: #f9f9f9;
    margin: 0px;
    padding: 0px;
    outline: none;
    //font-family: 'Ubuntu', sans-serif;
    font-family: 'Noto Sans', sans-serif;
}      

a {
	text-decoration: none;
} 

li {
    list-style: none;
} 

img {
    max-width: 100%;
}

audio {
    max-width: 100%;
}

video {
    max-width: 100%;
}

fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

h2 {
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

.wp-block-search__label {
    display: none;
}

.wp-block-group {
    padding: 10px;
}

.wp-block-group__inner-container{
    padding: 0px 10px 0px 10px;
}

.sidebar-items p {
    padding: 9px 19px;
}

.sidebar .sidebar-inner .sidebar-items ul {
    padding: 20px 20px 20px 20px;

}

.flowid {
    float: left;
    width: 100%;
}  
        
.mg-auto { margin: 0px auto; }
.mg-left-15 { margin-left: 15px; }
              
.dsply-fl { display: flex; } 
        
.dsply-ib { display: inline-block; } 

.fl-wrap { flex-wrap: wrap; }                 
        
.wid-100 { width: 100%; }
.wid-90 { width: 90%; }
.wid-75 { width: 75%; }
.wid-70 { width: 70%; }
.wid-50 { width: 50%; }
.wid-33 { width: 33.3%; }
.wid-30 { width: 30%; }
.wid-25 { width: 25%; }
  
        
.relative { position: relative;}
 
        
.text-center { text-align: center; }
        
.jc-center { justify-content: center; }
.ai-center { align-items: center; }

.mg-tp { margin: 45px 0px 0px 0px; }
.mg-rt-20 { margin-right: 10px; }

/* END GLOBAL STYLE   */



/* BEGIN WORDPRESS STYLE   */
.wp-caption {
    
}

.wp-caption-text {
    
}

.sticky {
    
}

.gallery-caption {
    
}

.screen-reader-text {
    margin: 0px;
}

.bypostauthor {
    
}

.alignright {
    
}

.alignleft {
    
}

.aligncenter {
    margin: 10px auto;
    display: block;
}

.wp-video {
    margin: 0px auto 20px;
}



/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}




/* END WORDPRESS STYLE   */



/* BEGIN NAVIGATION MENU */     
.nav-outer {
    background: #1d2733;
}

.nav {
    position: relative;
    
}

.theme-nav {
    float: left;
    //background: #1d2733;
    width: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: .4s;
    box-sizing: border-box;
}
        
.theme-nav .logo {
    float: left;
}        
.theme-nav .logo  li{}        
.theme-nav .logo  li a{
    box-sizing: border-box;
    padding: 0px 20px;
    margin: 0px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 20px;
} 
        
.theme-nav .nav-wrap {
    float: right;
}        
.theme-nav .nav-wrap  li{}        
.theme-nav .nav-wrap  li a{
    font-size: 16px;
    letter-spacing: .5px;
    margin: 0px;
    padding: 0px 20px;
    box-sizing: border-box;
}         

.theme-nav ul {
    margin: 0px;
}

.theme-nav ul li {
    list-style: none;
    float: left;
}

.theme-nav ul li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%; 
    margin: 0px 20px;
    line-height: 50px;
}

.theme-nav ul li a:hover {
    background-color: #29296a;
    color: #fff;
}
        
.navcheck {
    position: fixed;
    top: 0em;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.panbtn {
    display: none;
}           
                
.site-nav-title {
    
}
        
.site-mob-title {
    display: none;
    overflow: hidden;
    transform: scale(0);
    transition: .4s;
}        

/* END NAVIGATION STYLE */


/* BEGIN INDEX STYLE   */
    
.gripvine-index {}        
.gripvine-index .blog-gallery-3-col-inner .items{} 


.gripvine-index .blog-gallery-3-col-inner .items:nth-child(3n+0) .items-inner{
    margin-right: 0px;
} 

.gripvine-index .blog-gallery-3-col-inner .items  .items-inner{
    transition: .5s;
    z-index: 3;
    margin-right: 20px;
    margin-bottom: 20px;
}

.gripvine-index .blog-gallery-3-col-inner .items:hover  .items-inner{
    //transform: scale(1.03);
}
          
.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box {
    height: 300px;
    transition: .5s;
    z-index: 1;
}
               
.gripvine-index .blog-gallery-3-col-inner .items:hover  .items-inner .img-box {
    //transform: scale(1.1);
    
}        
        
.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box img{
    display: block;
    width: 100%;
    height: 100%;
} 
        
.gripvine-index .blog-gallery-3-col-inner .items:hover  .items-inner .img-box img{
    
}     

     
.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .category{
    position: absolute;
    top: 0%;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    background: orange;
    transform: skew(0deg);
    margin-left: 20px;
    transition: .3s;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 3;
}      
     

.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .category a{ color: #fff; }

.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box {
    position: absolute;
    bottom: 0%;
    right: 0%;
    left: 0%;
    z-index: 3;
    color: #fff;
}
        
.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box  .details-box-inner {
    box-sizing: border-box;
    padding: 10px 10px;
}
        
.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner h2{ font-size: 30px; }


.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner h2 a{ color: #fff; }


.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner .date{  }

.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner .author{}


.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner .author a{
	color: #fff;
}


.gripvine-index .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .comments {}


.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner .comments a{ color: #fff; }

.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner h3{ 
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 10px 0px;
} 
        
.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .details-box .details-box-inner h3 a {
    color: #fff;
}

.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .overlay-bg-hover{
    position: absolute;
    background: #757575;
    left: 0%;
    right: 0%;
    bottom: 1%;
    transition: all .3s, height .3s .3s, left .2s , width .2s, bottom .3s, top .3s;
    height: 40px;
    width: 1%;
}
        
.gripvine-index .blog-gallery-3-col-inner .items:hover  .items-inner .img-box .overlay-bg-hover{
    width: 100%;
    height: 100%;
    left: 0%;
    bottom: 0%;
    opacity: 0.4;
}  
 
.gripvine-index .blog-gallery-3-col-inner .items:hover  .items-inner .img-box .overlay-bg-hover a{     
    position: absolute;
    width: 100%;
    height: 100%;
}
 
.gripvine-index .blog-gallery-3-col-inner .items  .items-inner .img-box .overlay-bg{     
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2b2b2b;
    top: 0%;
    opacity: 0.39;
}  

 
.gripvine-index .blog-gallery-3-col-inner .items:hover  .items-inner .img-box .overlay-bg a{     
    position: absolute;
    width: 100%;
    height: 100%;
}      
/* END INDEX STYLE   */


/* BEGIN SINGLE STYLE */
.gripvine-single {}

.gripvine-single .inner {}

.gripvine-single .inner .blog-gallery-3-col-inner {}

.gripvine-single .inner .blog-gallery-3-col-inner .items {
    margin-top: 20px;
}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner {
    border-radius: 2px;
    padding-top: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #fefefe;
    box-sizing: border-box;
}


.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .tags{
    margin-bottom: 25px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .tags a{
    color: #353535;
    /* background: #9c9c9c; */
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 2px;
}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box{}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box img{
    width: 80%;
    display: block;
    margin: 30px auto 30px;
    height: auto;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,.8);
}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .category{}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box h2{
    text-align: center;
    font-size: 35px;
    line-height: 33px;
}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box{}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner {
    padding: 20px 40px;
    box-sizing: border-box;
}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner a { color: #000; }

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .category{}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .date{}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .author{}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .comments{}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.gripvine-single .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p img{
    display: block;
    margin: 0px auto 15px;    
}


/* END SINGLE STYLE */

/* BEGIN SINGLE FULL WIDTH STYLE */
.gripvine-single-full-width {}

.gripvine-single-full-width .inner {}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner {}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items {
    margin-top: 0px;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner {
    border-radius: 0px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #fefefe;
    box-sizing: border-box;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .wrap-comments {
    margin: 0px 0px 0px;
    padding: 20px 40px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}


.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .tags{
    margin-bottom: 25px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .tags a{
    color: #353535;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 2px;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box img{
    height: auto;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .category{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box h2{
    text-align: center;
    font-size: 35px;
    line-height: 33px;
    padding-top: 20px;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header {
    padding: 10px 0px;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header a {
    color: #000;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .category{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .date{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .author{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .comments{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner {
    box-sizing: border-box;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner a { color: #000; }

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .category{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .date{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .author{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .comments{}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.gripvine-single-full-width .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p img{
    display: block;
    margin: 0px auto 15px;    
}


/* END SINGLE FULL WIDTH STYLE */

/* BEGIN SINGLE FULL WIDTH NO TITLE STYLE */
.gripvine-single-full-width-no-title {}

.gripvine-single-full-width-no-title .inner {}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner {}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items {
    margin-top: 0px;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner {
    border-radius: 0px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #fefefe;
    box-sizing: border-box;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .wrap-comments {
    margin: 0px 0px 0px;
    padding: 20px 40px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}


.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .tags{
    margin-bottom: 25px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .tags a{
    color: #353535;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 2px;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box img{
    height: auto;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .category{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box h2{
    text-align: center;
    font-size: 35px;
    line-height: 33px;
    padding-top: 20px;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header {
    padding: 10px 0px;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header a {
    color: #000;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .category{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .date{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .author{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .title-header .comments{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner {
    box-sizing: border-box;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner a { color: #000; }

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .category{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .date{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .author{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .comments{}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.gripvine-single-full-width-no-title .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p img{
    display: block;
    margin: 0px auto 15px;    
}


/* END SINGLE FULL WIDTH NO TITLE STYLE */

/* BEGIN PAGE STYLE */
.gripvine-page {}

.gripvine-page .inner {}

.gripvine-page .inner .blog-gallery-3-col-inner {}

.gripvine-page .inner .blog-gallery-3-col-inner .items {
    margin: 20px 0px;
}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner {
    border-radius: 2px;
    padding: 20px 30px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #fefefe;
    box-sizing: border-box;
}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box{}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box img{
    width: 80%;
    display: block;
    margin: 30px auto 30px;
    height: auto;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,.8);
}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .category{}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box h2{
    text-align: center;
    font-size: 35px;
    line-height: 33px;
    margin-bottom: 20px;
}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box{}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner {}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner a { color: #000; }

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .category{}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .date{}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .author{}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .comments{}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p{
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.gripvine-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p img{
    display: block;
    margin: 0px auto 15px;    
}

/* END PAGE STYLE */


/* BEGIN PAGE NO SIDEBAR STYLE */

.gripvine-page {}

.gripvine-page .page-no-sidebar{}

.gripvine-page .page-no-sidebar .inner{}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner{}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner .items{
    margin: 0px !important;
}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner .items .items-inner{
    padding: 0px !important;
    margin-bottom: 0px !important;
}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner .items .items-inner .img-box{}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner .items .items-inner .img-box .header-text{
    margin-bottom: 0px !important;
    padding: 60px 0px;
    background: #5f5e62;
    color: #fff;
    font-size: 45px;
}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner .items .items-inner img{}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner .items .items-inner p{
    padding-bottom: 0px !important;
}

.gripvine-page .page-no-sidebar .inner
.blog-gallery-3-col-inner .items .items-inner .para{
    padding-bottom: 0px !important;
}

/* END PAGE NO SIDEBAR STYLE */


/* BEGIN PAGE NO TITLE STYLE */

.gripvine-page {}

.gripvine-page .page-no-title{}

.gripvine-page .page-no-title .inner{}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner{}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner .items{
    margin: 0px !important;
}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner .items .items-inner{
    padding: 0px !important;
}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner .items .items-inner .img-box{}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner .items .items-inner .img-box .header-text{
    margin-bottom: 0px !important;
    padding: 60px 0px;
    background: #5f5e62;
    color: #fff;
    font-size: 45px;
}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner .items .items-inner img{}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner .items .items-inner p{
    padding-bottom: 0px !important;
}

.gripvine-page .page-no-title .inner
.blog-gallery-3-col-inner .items .items-inner .para{
    padding-bottom: 0px !important;
}

/* END PAGE NO TITLE STYLE */



/* BEGIN COMMENTS STYLE */
.wrap-comments  {
    margin: 30px 0px 30px;
    border-radius: 2px;
    padding: 20px 40px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #ffffff;
    box-sizing: border-box;
}

.wrap-comments .comments-title{
    margin-bottom: 20px;  
}

.wrap-comments .comments-title{
    margin-bottom: 20px;  
}

.wrap-comments .comment-list{
    list-style: none;
}

.wrap-comments .comment-list .comment{
      
}

.wrap-comments .comment-list .comment .comment-body{
      
}

.wrap-comments .comment-list .comment .comment-body .comment-author{
      
}

.wrap-comments .comment-list .comment .comment-body .comment-author .avatar{
    max-width: 64px;
    max-height: 64px;
    height: 64px;
    width: 64px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.wrap-comments .comment-list .comment .comment-body .comment-author .fn{
      
}

.wrap-comments .comment-list .comment .comment-body .comment-author .says{
      display: none;
}

.wrap-comments .comment-list .comment .comment-body .comment-meta{
      
}

.wrap-comments .comment-list .comment .comment-body .comment-meta a{
      
}

.wrap-comments .comment-list .comment .comment-body .comment-meta a:nth-child(1){
      color: #23235f;
}

.wrap-comments .comment-list .comment .comment-body .comment-meta .comment-edit-link{
      color: #23235f;
}

.wrap-comments .comment-list .comment .comment-body p{
    display: flex;
    line-height: 23px;
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
}

.wrap-comments .comment-list .comment .comment-body .reply{
      text-align: right;
}

.wrap-comments .comment-list .comment .comment-body .reply .comment-reply-link{
    color: #fff;
    background-color: blue;
    display: inline-block;
    margin: 20px 0px;
    padding: 5px 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    background: linear-gradient(#4e59dc 0%,#242fc5 100%);
    font-weight: 600;
    letter-spacing: 0.7px;
}

.wrap-comments .comment-list .comment .children{
    box-sizing: border-box;
    padding: 0px 0px 0px 90px;
    margin: 0px 0px 20px 0px; 
}

.wrap-comments .comment-list .comment .children .comment{
      
}

.wrap-comments .comment-list .comment .children .comment .comment-body{
      
}

.wrap-comments .comment-respond {
    
}

.wrap-comments .comment-respond .comment-reply-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.wrap-comments .comment-respond .comment-reply-title small{}

.wrap-comments .comment-respond .comment-reply-title small a{}

.wrap-comments .comment-respond .comment-form {}

.wrap-comments .comment-respond .comment-form p{

}

.wrap-comments .comment-respond .comment-form .logged-in-as{
    color: #505050;
}

.wrap-comments .comment-respond .comment-form .logged-in-as a{
    color: #2d93de;
}

.wrap-comments .comment-respond .comment-form .logged-in-as a:nth-child(1){

}

.wrap-comments .comment-respond .comment-form .logged-in-as a:nth-child(2){

}

.wrap-comments .comment-respond .comment-form p label{}

.wrap-comments .comment-respond .comment-form p label .required{
    color: #f50707;
    font-weight: 800;
    text-decoration: none;
}

.wrap-comments .comment-respond .comment-form p input{
    box-sizing: border-box;
    padding: 5px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.8px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
}

.wrap-comments .comment-respond .comment-form p textarea{
    box-sizing: border-box;
    padding: 10px 10px;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,.5) inset;
    border: 0.8px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    font-size: 16px;
}
.wrap-comments .comment-respond .comment-form .comment-notes {
    margin: 0px;
    display: none;
}

.wrap-comments .comment-respond .comment-form .comment-form-comment{
    margin-top: 20px;
}

.wrap-comments .comment-respond .comment-form .comment-form-comment #email-notes{}

.wrap-comments .comment-respond .comment-form .comment-form-comment .required{
    text-decoration: none;
}

.wrap-comments .comment-respond .comment-form .comment-form-comment label{
    font-weight: 700;
    font-size: 17px;
    color: #505050;
}

.wrap-comments .comment-respond .comment-form .comment-form-comment textarea{
    width: 100%;
    resize: none;
    outline: none;
}

.wrap-comments .comment-respond .comment-form .comment-form-author{
    margin-top: 20px;
}

.wrap-comments .comment-respond .comment-form .comment-form-author label{
    font-weight: 700;
    font-size: 17px;
    color: #505050;
}

.wrap-comments .comment-respond .comment-form .comment-form-author label span{}

.wrap-comments .comment-respond .comment-form .comment-form-author #author{
    width: 100%;
    outline: none;
}

.wrap-comments .comment-respond .comment-form .comment-form-email{
    margin-top: 20px;
}

.wrap-comments .comment-respond .comment-form .comment-form-email label{
    font-weight: 700;
    font-size: 17px;
    color: #505050;
}

.wrap-comments .comment-respond .comment-form .comment-form-email label span{}

.wrap-comments .comment-respond .comment-form .comment-form-email #email{
    width: 100%;
    outline: none;
}

.wrap-comments .comment-respond .comment-form .comment-form-url{
    margin-top: 20px;
}

.wrap-comments .comment-respond .comment-form .comment-form-url label{
    font-weight: 700;
    font-size: 17px;
    color: #505050;
}

.wrap-comments .comment-respond .comment-form .comment-form-url #url{
    width: 100%;
    outline: none;
}

.wrap-comments .comment-respond .comment-form .form-submit{
    margin: 20px 0px;
    text-align: right;
}

.wrap-comments .comment-respond .comment-form .form-submit .submit{
    border-color: #181819;
    background: #310f82;
    color: #fff !important;
    background-image: linear-gradient(#4e59dc 0%,#242fc5 100%);
    padding: 13px 14px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 3px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: rgba(255,255,255,0.6) 0 1px 0 inset;
    outline: none;
}
/* END COMMENTS STYLE */


/* BEGIN 404 ERROR STYLE */
.error-404 {}    

.error-404 .inner {
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.error-404 .error{}
        
.error-404 .error .error-inner{}
        
.error-404 .error .error-inner .error-items{}   
        
.error-404 .error .error-inner .error-items h1{
    font-size: 128px;
    margin-top: -9px;
    line-height: 100px;
    color: #717171;
} 
        
.error-404 .error .error-inner .error-items .not-found{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
    color: #717171;
} 
        
.error-404 .error .error-inner .error-items .btn{} 
        
.error-404 .error .error-inner .error-items .btn a{
    background-color: #e0162a;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    padding: 20px;
    border-radius: 50px;
    font-weight: 400;
    text-decoration: none;
}     

/* END 404 ERROR STYLE */

/***** BEGIN PAGINATION *****/
.pagination {
    text-align: center;
    margin: 50px 0px;
}

.pagination .screen-reader-text{
    display: none;
}

.pagination .current {
    background: linear-gradient(#495998 0%,#545a71 100%);
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 900;
    margin: 0px 4px;
}

.pagination a {
    color: #000;
}

.page-numbers {
    background: linear-gradient(#c8c9cc 0%,#929496 100%);
    color: #000;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 900;
    margin: 0px 4px;
    box-shadow: 0px 1px 2px 1px #8a8a8a;
}
/***** END PAGINATION *****/


/***** BEGIN SIDEBAR *****/
.sidebar {}

.sidebar .sidebar-inner{
    margin: 20px 0px 0px 20px;
}

.sidebar .sidebar-inner .sidebar-items{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #fefefe;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap {

}


.sidebar .sidebar-inner .sidebar-items .calendar_wrap {

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table{
    width: 100%;
}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table caption{
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table thead{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table thead tr{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table thead tr th{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tbody{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tbody tr{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tbody tr td{
    text-align: center;
}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tbody tr td a{
    color: #353535;
}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tfoot{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tfoot tr{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tfoot tr td{

}

.sidebar .sidebar-inner .sidebar-items .calendar_wrap table tfoot tr td a{
    color: #353535;
}

.sidebar .sidebar-inner .sidebar-items .tagcloud{
    margin: 20px 0px;
}

.sidebar .sidebar-inner .sidebar-items .tagcloud a{
    color: #353535;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
}

.sidebar .sidebar-inner .sidebar-items .searchform {}

.sidebar .sidebar-inner .sidebar-items .searchform div {
    text-align: center;
}

.sidebar .sidebar-inner .sidebar-items .searchform div .screen-reader-text {
    display: none;
}

.sidebar .sidebar-inner .sidebar-items .searchform div #s {
    box-sizing: border-box;
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.sidebar .sidebar-inner .sidebar-items .searchform div #searchsubmit {
    color: #fff;
    background-color: blue;
    display: inline-block;
    /* margin: 20px 0px; */
    padding: 7px 15px;
    border: 0.1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    background: linear-gradient(#dc4e75 0%,#c5244f 100%);
    font-weight: 600;
    letter-spacing: 0.7px;
    cursor: pointer;
    outline: none;
}

.sidebar .sidebar-inner .sidebar-items h2 {}

.sidebar .sidebar-inner .sidebar-items ul {}

.sidebar .sidebar-inner .sidebar-items ul li{
    list-style: none;
}

.sidebar .sidebar-inner .sidebar-items ul li a{
    color: #353535;
    display: block;
    padding: 0px 0px;
    letter-spacing: 0.8px;
    font-size: 15px;
    line-height: 35px;
}

.sidebar .sidebar-inner .sidebar-items #recentcomments {}

.sidebar .sidebar-inner .sidebar-items #recentcomments .recentcomments{
    list-style: none;
    padding-bottom: 10px;
}

.sidebar .sidebar-inner .sidebar-items #recentcomments .recentcomments .comment-author-link{
    color: #333;
    font-size: 17px;
    font-weight: 700;
}
    
.sidebar .sidebar-inner .sidebar-items #recentcomments .recentcomments a{
    color: #353535;
    transition: .5s;
}    

.sidebar .sidebar-inner .sidebar-items #recentcomments .recentcomments a:hover{
    color: #cc2b4f;
}

.sidebar .sidebar-inner .sidebar-items .textwidget{
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.sidebar .sidebar-inner .sidebar-items .textwidget a{}

.sidebar .sidebar-inner .sidebar-items .textwidget p{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.sidebar .sidebar-inner .sidebar-items .textwidget p a{
    color: #000;
    text-decoration: underline;
}

.sidebar .sidebar-inner .sidebar-items .textwidget p a i{}

.sidebar .sidebar-inner .sidebar-items .gallery{}

.sidebar .sidebar-inner .sidebar-items .gallery .gallery-item{
    margin: 0px !important;
}

.sidebar .sidebar-inner .sidebar-items .gallery .gallery-item .gallery-icon{
    margin: 1px;
}

.sidebar .sidebar-inner .sidebar-items .gallery .gallery-item .gallery-icon a{}

.sidebar .sidebar-inner .sidebar-items .gallery .gallery-item .gallery-icon a img{
    width: 100%;
    display: block;
    border: 0px !important;
    height: 95px;
}
         

/***** END SIDEBAR *****/

/* BEGIN FOOTER STYLE */
.footer-4-col { background: #1d2733; }   
        
.footer-4-col  .inner{} 
        
.footer-4-col  .inner .footer{}
        
.footer-4-col  .inner .footer .footer-inner{
    margin-right: 20px;
    margin-top: 30px;
}
        
.footer-4-col  .inner .footer .footer-inner .footer-items{
    background: #1d2733;
}
        
.footer-4-col  .inner .footer .footer-inner .footer-items .site-info-inner{
    padding: 20px 0px;
    box-sizing: border-box;
    color: #fff;
}
        
.footer-4-col  .inner .footer .footer-inner .footer-items .site-info-inner a{
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap {
    color: #fff;
}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table{
    width: 100%;
}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table caption{
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 15px 0px;
    text-align: left;
}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table thead{

}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table thead tr{

}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table thead tr th{
    text-align: center;
}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tbody{

}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tbody tr{

}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tbody tr td{
    text-align: center;
}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tbody tr td a{
    color: #fff;
}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tfoot{

}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tfoot tr{

}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tfoot tr td{

}

.footer-4-col  .inner .footer .footer-inner .footer-items .calendar_wrap table tfoot tr td a{
    color: #fff;
}

.footer-4-col .inner .footer .footer-inner .footer-items li{}

.footer-4-col .inner .footer .footer-inner .footer-items li .tagcloud{
    margin: 20px 0px;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .tagcloud a{
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 0px 10px 10px 0px;
    display: inline-block;
}


.footer-4-col .inner .footer .footer-inner .footer-items li .searchform {}

.footer-4-col .inner .footer .footer-inner .footer-items li .searchform div {
    text-align: center;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .searchform div .screen-reader-text {
    display: none;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .searchform div #s {
    box-sizing: border-box;
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .searchform div #searchsubmit {
    color: #fff;
    background-color: blue;
    display: inline-block;
    /* margin: 20px 0px; */
    padding: 7px 15px;
    border: 0.1px solid #ccc;
    box-sizing: border-box;
    border-radius: 3px;
    background: linear-gradient(#dc4e75 0%,#c5244f 100%);
    font-weight: 600;
    letter-spacing: 0.7px;
    cursor: pointer;
    outline: none;
}


.footer-4-col .inner .footer .footer-inner .footer-items li #recentcomments {}

.footer-4-col .inner .footer .footer-inner .footer-items li #recentcomments .recentcomments{
    list-style: none;
    padding-bottom: 10px;
    color: #fff;
}

.footer-4-col .inner .footer .footer-inner .footer-items li #recentcomments .recentcomments .comment-author-link{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
    
.footer-4-col .inner .footer .footer-inner .footer-items li #recentcomments .recentcomments a{
    color: #fff;
    transition: .5s;
}    

.footer-4-col .inner .footer .footer-inner .footer-items li #recentcomments .recentcomments a:hover{
    color: #cc2b4f;
}


.footer-4-col  .inner .footer .footer-inner .footer-items li{
    margin-bottom: 30px;
}

.footer-4-col  .inner .footer .footer-inner .footer-items li .custom-html-widget{
    color: #fff;
    padding: 10px 0px;
    line-height: 28px;
}

.footer-4-col  .inner .footer .footer-inner .footer-items li .custom-html-widget a{
    color: #fff;
}

.footer-4-col  .inner .footer .footer-inner .footer-items li .custom-html-widget p{
    color: #fff;
    margin: 10px 0px;
}

.footer-4-col  .inner .footer .footer-inner .footer-items li .gallery{}

.footer-4-col  .inner .footer .footer-inner .footer-items li .gallery .gallery-item{
    margin: 0px !important;
}

.footer-4-col  .inner .footer .footer-inner .footer-items li .gallery .gallery-item .gallery-icon{
    margin: 1px;
}

.footer-4-col  .inner .footer .footer-inner .footer-items li .gallery .gallery-item .gallery-icon a{}

.footer-4-col  .inner .footer .footer-inner .footer-items li .gallery .gallery-item .gallery-icon a img{
    width: 100%;
    display: block;
    border: 0px !important;
    height: 95px;
}
         
.footer-4-col  .inner .footer .footer-inner .footer-items li h2{
    color: #fff;
    margin-bottom: 10px;
}
        
.footer-4-col  .inner .footer .footer-inner .footer-items li ul li{
    margin: 0px;
}
       
.footer-4-col  .inner .footer .footer-inner .footer-items li ul {
    
}
         
.footer-4-col  .inner .footer .footer-inner .footer-items li ul li a{
    color: #fff;
    display: block;
    padding: 0px 0px;
    letter-spacing: 0.8px;
    font-size: 15px;
    line-height: 35px;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .textwidget{
    margin-top: 20px;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .textwidget a{}

.footer-4-col .inner .footer .footer-inner .footer-items li .textwidget p{
    color: #fff;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .textwidget p a{
    color: #fff;
    text-decoration: underline;
}

.footer-4-col .inner .footer .footer-inner .footer-items li .textwidget p a i{}

.footer-4-col  .inner .footer .footer-inner .footer-items li a{
    
}

           
.footer-4-col  .inner .footer .footer-inner .footer-items img{
    
}
    
/* END FOOTER STYLE */


/* BEGIN WOOCOMMERCE */
.added_to_cart {
    padding: 13px 11px;
    box-sizing: border-box;
    border-radius: 3px;
    background: linear-gradient(#26ea51 0%,#1cb937 100%);
    font-weight: 600;
    letter-spacing: 0.7px;
    color: #fff;
    margin: 20px auto;
    width: 30%;
    display: block;
}

.required {
    text-decoration: none;
}

.gripvine-woocommerce {}

.gripvine-woocommerce .blog-gallery-3-col-inner {}

.gripvine-woocommerce .blog-gallery-3-col-inner .items {
    margin: 20px 0px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner {
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #fefefe;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box {

}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .page-title{

}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .woocommerce-breadcrumb {}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .woocommerce-products-header{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .woocommerce-products-header page-title{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .woocommerce-result-count {}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .woocommerce-ordering{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .woocommerce-ordering .orderby{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product{
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.6);
    width: 45%;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .button{
    color: #fff;
    background-color: blue;
    display: block;
    margin: 60px auto 20px;
    width: 37%;
    padding: 7px 10px;
    /* border: 0.1px solid #ccc; */
    box-sizing: border-box;
    border-radius: 3px;
    background: linear-gradient(#dcd14e 0%,#d0b628 100%);
    font-weight: 600;
    letter-spacing: 0.7px;
    cursor: pointer;
    outline: none;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,.8);
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .onsale{
    background: linear-gradient(#ff3030 0%,#ef3030 100%);
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail{
    height: 190px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .woocommerce-loop-product__title{
    margin-left: 10px;
    color: #353535;
    float: left;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .price{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .price del{
    display: none;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .price del .amount{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .price del .amount .woocommerce-Price-currencySymbol{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .price ins{
    text-decoration: none;
    color: #0c4abf;
    margin-right: 10px;
    margin-top: 25px;
    text-align: right;
    display: block;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .price ins .amount{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .woocommerce-LoopProduct-link .price ins .amount .woocommerce-Price-currencySymbol{}


/* BEGIN WOOCOMMERCE SINGLE */
.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_title{
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .price{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .price del{
    display: none;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .price del .amount{
    
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .price del .amount .woocommerce-Price-currencySymbol{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .price ins{
    text-decoration: none;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .price ins .amount{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .price ins .amount .woocommerce-Price-currencySymbol{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .woocommerce-product-details__short-description{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .woocommerce-product-details__short-description p{
    color: #454545;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 10px 0px 30px 0px;
    line-height: 25px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .woocommerce-product-details__short-description p img{
    display: block;
    width: auto;
    margin: 10px auto;
    max-width: 100%;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .cart{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta {}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta .posted_in {
    display: block;
    margin: 0px 0px 10px 0px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta .posted_in a{
    color: #454545;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta .tagged_as {
    display: block;
    margin: 0px 0px 10px 0px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta .tagged_as a{
    color: #454545;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta .tagged_as a{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta .tagged_as a:(nth-child(1)){}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .product_meta .tagged_as a:(nth-child(2)){}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .cart .quantity{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .cart .quantity .screen-reader-text{
    margin: 0px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .cart .quantity .input-text{
    padding: 8px 10px;
    outline: none;
    margin-right: 20px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .summary .cart .button{
    outline: none;
    background: linear-gradient(#dcd14e 0%,#d0b628 100%);
    border: 1px solid #e0e0e0;
    box-sizing: border-box;    
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs {}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs {}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs:before {
    border-bottom: 1px solid #678ac7;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs .description_tab{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs .description_tab a{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs .active{
    background: #1d2733;
    color: #fff;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs .active{
    background: #1d2733;
    color: #fff;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs .reviews_tab{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .tabs .reviews_tab a{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--description{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--description h2{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--description .mejs-offscreen{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--description .mejs-audio{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--description p{
    color: #454545;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 10px 0px 0px 0px;
    line-height: 25px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--description p img{
    display: block;
    margin: 10px auto 30px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--description .wp-video{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments .woocommerce-Reviews-title{
    margin-bottom: 15px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments .woocommerce-noreviews{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form{
    padding: 10px 0px;
    box-sizing: border-box;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating label{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars span{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating .stars span a{
    color: #e3c41d;
}    

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating select{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment label{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment label .required{
    color: red;
    text-decoration: none;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    margin: 10px 0px 10px 0px;
    outline: none;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit .submit{
    background: linear-gradient(#678ac7 0%,#678ac7 100%);
    border: 1px solid #e3e3e3;
    padding: 12px 12px;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title small{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond .comment-reply-title small a{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews .clear{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .onsale{
    background: linear-gradient(#ff3030 0%,#ef3030 100%);
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-product-gallery{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{
    margin: 0px 5px 0px 0px;
}

.woocommerce-product-gallery__image{
    margin: 0px 5px 0px 0px;
}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{}

.gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box  .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
    display: block;
    margin: 0px 20px 10px 0px;
}

.woocommerce-product-gallery__image a img{
    display: block;
    margin: 0px 20px 10px 0px;
}




/* END WOOCOMMERCE SINGLE */



/* BEGIN WOOCOMMERCE PAGE  */
.gripvine-woocommerce-page {}
.gripvine-woocommerce-page .inner{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items{
    margin: 20px 0px;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner{
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
    background: #fefefe;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box h2{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner p{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-navigation{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-navigation ul{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-navigation ul li{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-navigation ul .is-active{
    background: #1d2733;
    color: #fff;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-navigation ul .is-active a{
    color: #fff;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 10px 0px;
    //background: #ccc;
    margin: 10px 0px;
    text-align: center;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-message{
    border-top-color: #d1af2b;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-message:before{
    color: #d1af2b;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-message .button{
    background: linear-gradient(#dcd14e 0%,#d0b628 100%);
    color: #343333;
    font-weight: 800;
    font-size: 18px;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Message{
    border-top-color: #d1af2b;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Message:before{
    color: #d1af2b;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Message .button{
    background: linear-gradient(#dcd14e 0%,#d0b628 100%);
    color: #343333;
    font-weight: 800;
    font-size: 18px;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content p{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content p:nth-child(1) {}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-MyAccount-content p:nth-child(1) strong{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content p:nth-child(1) a{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content p:nth-child(2) {}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content p:nth-child(2) a{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    margin-bottom: 25px;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title:before{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h3{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .edit{
    background: linear-gradient(#678ac7 0%,#678ac7 100%);
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .title{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .title:before{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .title h3{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .title .edit{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 address{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 address{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-info {
    border-top-color: #d1af2b;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-info:before {
    color: #d1af2b;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout {}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields h3{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.col2-set .col-1 .woocommerce-billing-fields 
.woocommerce-billing-fields__field-wrapper .form-row .button{
    background: linear-gradient(#678ac7 0%,#678ac7 100%);
    padding: 5px 10px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first label .required{
    text-decoration: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last label .required{
    text-decoration: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-2{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-2  .form-row {}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .col2-set .col-2  .form-row .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout #order_review_heading{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order{
    background: #fff;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .methods{
    background: #fff;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .methods .wc_payment_method{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .methods .wc_payment_method{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .methods .wc_payment_method label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .methods .wc_payment_method .payment_box {
    background: crimson;
    color: #fff;
}

.payment_box {
    background: crimson;
    color: #fff;
}

.payment_box:before {
    border: 1em solid crimson;
}


.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .methods .wc_payment_method .payment_box:before {
    border: 1em solid crimson;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .woocommerce-checkout-payment .methods .wc_payment_method .payment_box p {
    
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order img{
    height: 80px;
    width: 22%;
}


.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout 
.woocommerce-checkout-review-order .button{
    background: linear-gradient(#678ac7 0%,#678ac7 100%);
    padding: 20px 20px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
}


.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .woocommerce-checkout-payment{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .woocommerce-checkout-payment img{
    height: 60px;
    width: 25%;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .woocommerce-checkout-payment ul{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .woocommerce-checkout-payment ul li{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .woocommerce-checkout-payment ul li .input-radio{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .woocommerce-checkout-payment .form-row{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box 
.details-box-inner .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .woocommerce-checkout-payment .form-row .button{
    background: linear-gradient(#d1af2b 0%, #d1af2b 100%);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.9px;
    border-radius: 2px;
    outline: none;
}



/* END WOOCOMMERCE PAGE */



.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce {}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation ul{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation ul li{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation ul li a{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account p .button {
    background: linear-gradient(#1d2733 0%,#1d2733 100%);
    padding: 15px 10px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-first{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-first:before{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-first label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-first .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-last{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-last:before{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-last label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-last .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-wide{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-wide:before{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-wide label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .form-row-wide .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row label .required{
    text-decoration: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row input{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-content .edit-account .woocommerce-form-row .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}


.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce form .form-row label, .woocommerce-page form .form-row label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-content fieldset{
    border: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-content .edit-account fieldset{
    border: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-content .edit-account fieldset legend{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-content .edit-account fieldset .form-row{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-content .edit-account fieldset .form-row label{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-content .edit-account fieldset .form-row .input-text{
    padding: 7px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5) inset;
    border: 0.1px solid #e0e0e0;
    background-color: #fdfdfd;
    border-radius: 2px;
    outline: none;
}


.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-content .edit-account p{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items .items-inner .img-box .details-box .details-box-inner 
.woocommerce .woocommerce-MyAccount-navigation 
.woocommerce-MyAccount-content .edit-account p .button{
    background: linear-gradient(#678ac7 0%,#678ac7 100%);
    outline: none;
    margin: 20px 0px 0px 0px;
}


.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-cart-form {}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-cart-form .shop_table{
    background: #fff;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-cart-form .shop_table thead{
    background: #1d2733;
    color: #fff;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-cart-form .shop_table tbody{
    
} 

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-cart-form .shop_table tbody .cart_item{
    
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce .woocommerce-cart-form .shop_table tbody tr{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.woocommerce-cart-form .shop_table tbody tr .actions{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.woocommerce-cart-form .shop_table tbody tr .actions .button{
    background: #1d2733;
    color: #fff;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.woocommerce-cart-form .shop_table tbody tr .actions .coupon{}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.woocommerce-cart-form .shop_table tbody tr .actions .coupon #coupon_code{
    width: 100px;
}


.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.woocommerce-cart-form .shop_table tbody tr .actions .coupon .button{
    background: linear-gradient(#fc6 0%, #fc6 100%);
    color: #353535;
    color: #fff;
    outline: none;
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.cart-collaterals{
    
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.cart-collaterals .cart_totals{
    
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.cart-collaterals .cart_totals h2{
    
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.cart-collaterals .cart_totals .shop_table{
    
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.cart-collaterals .cart_totals .wc-proceed-to-checkout{
    
}

.gripvine-woocommerce-page .inner .blog-gallery-3-col-inner .items 
.items-inner .img-box .details-box .details-box-inner .woocommerce 
.cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button{
    background: linear-gradient(#1d2733 0%,#1d2733 100%);
    padding: 20px 20px;
    box-sizing: border-box;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
}

.single-product .gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .related{
    
}

.single-product .gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .related .products{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.single-product .gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product {

}

.single-product .gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .button {}


/* END WOOCOMMERCE */


/* BEGIN MOBILE SCREEN STYLE */
		
@media screen and (max-width: 767px)
{
    /* BEGIN MOBILE NAV MENU */

    .mobwid {
        width: 100%;
    }

    .mobwid-100 {
        width: 100%;
    }

    .site-mob-title {
        display: block;
        transform: scale(1);
        text-align: center;
        background: #1d2733;
        padding: 10px;
        box-sizing: border-box;
        float: left;
        width: 100%;
    }
    
    .site-mob-title a{
        text-decoration: none;
        color: #fff;
        font-family: sans-serif;
    }
    
    .theme-nav {
        overflow: hidden;
        transform: scale(0);
        transition: .4s;
    }
    
    
    
    .mobpad {
        padding: 0px 20px;
    }
    
    .flowid {
    
    }
    
    .theme-nav li {
        width: 100%;
        transition: .4s;
    }
    
    .theme-nav li:nth-child(1){
        
    }
    
    .theme-nav li a{
        padding: 0px;
        margin: 0px;
        height: 0px;
        transition: 1s;
    }
    
    .theme-nav ul {
        transition: 1s;
    }
    
    
    .navcheck {
        position: absolute;
        top: 0em;
        left: 0;
        opacity: 0;
        z-index: 3;
        width: 35px;
        height: 41px;
    }
    

    .theme-nav .nav-wrap {
        float: none;
    }        
    .theme-nav .nav-wrap  li{}        
    .theme-nav .nav-wrap  li a{
        margin: 0px;
    }   

    .theme-nav .logo li:nth-child(1) {
        display: none;
    }      


    .panbtn {
        padding: 2px 5px;
        display:block;
        border: 2px solid transparent;
        background: #1d2733;
        z-index: 1;
        position: absolute;
    }

    .panbtn > div {
        width: 20px;
        height: 4px;
        background: #fff;
        margin: 3px 0px;
        transition: .5s;
    }


    .navcheck:checked  ~ .theme-nav  {
        transform: scale(1);
        transition: 1s;
    }

    .navcheck:checked ~ .theme-nav li a {
        height: 50px;
    }



    .navlabel {
        cursor: pointer;
        display: inline-block;
        width: 40px;
        height: 40px;
        position: absolute;
        overflow: hidden;
        white-space: nowrap;
        z-index: 2;
        top: 1em;
        left: 0;
    }

    
    
    .navcheck:checked ~ .panbtn div:nth-child(1){
        transform: rotate(45deg) translate(6px, 3px);
    }

    
    .navcheck:checked ~ .panbtn div:nth-child(2){
        transform: scale(0);
    }
    
    
    .navcheck:checked ~ .panbtn div:nth-child(3){
        transform: rotate(-45deg) translate(6px, -4px);
    }
    
    /* END MOBILE NAV MENU */


    /* BEGIN MOBILE WOOCOMMERCE */
    .gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product{
        float: none;
        display: block;
        margin: 0px auto 20px;
        padding: 0px 0px 10px 0px;
        width: 99%;   
    }

    .gripvine-woocommerce .blog-gallery-3-col-inner .items .items-inner .img-box .products .product .button {
        width: 56%;
    }

    /* END MOBILE WOOCOMMERCE  */
	
    .mobwid-100 { width: 100%; }
    .mobwid-90 { width: 90%; }


    .gripvine-index .blog-gallery-3-col-inner .items .items-inner {
        margin: 0px 0px 20px 0px;
    }


    .sidebar .sidebar-inner{
        margin: 20px 0px 0px 0px;
    }


    .footer-4-col  .inner .footer .footer-inner{
        margin-right: 0px;
    }
     


    .footer-4-col .inner .footer .footer-inner .footer-items li .gallery .gallery-item .gallery-icon a img{
        height: 125px;
    }

    .footer-4-col .inner .footer .footer-inner .footer-items .calendar_wrap table caption {
        text-align: center;
    }

    .footer-4-col  .inner{
        text-align: center;
    } 
	
}
		
/* END MOBILE SCREEN STYLE */