/*
Theme Name: Heavenly
Theme URI: http://wpeden.com/product/heavenly-multipurpose-wordpress-theme/
Author URI: http://wpeden.com
Description: Heavenly 100% Responsive, Highly Customizable, Unlimited color schemes and SEO Friendly Theme using Twitter Bootstrap . This theme is will make your website adaptable with any type of devices. Theme Features: Custom Homepage Settings, 3 Page Templates, Custom Background Support, Search Engine Friendly.
Author: Shaon
Version: 1.2.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, two-columns, responsive-layout, fluid-layout, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats,  editor-style, custom-menu, custom-background

Heavenly - WordPress Theme, Copyright 2013 wpeden.com
Heavenly - WordPress Theme is distributed under the terms of the GNU GPL
 
*/


@import url(http://fonts.googleapis.com/css?family=Bitter:400|Roboto+Slab:300);
@import url(bootstrap/css/bootstrap.css);
@import url(bootstrap/css/bootstrap-responsive.css);
/*@import url(css/font-awesome.min.css);  */
 /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

	@font-face {
		font-family:Didot;
		src: url(fonts/31D254_0_0.ttf);
	}

	@font-face {
		font-family:ProximaNova;
		src: url(fonts/ProximaNova-Light.otf);
		
	}

	@font-face {
		font-family: "Verlag";
		src: url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.eot");
		src: url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.eot?#iefix") format("embedded-opentype"),
		url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.woff2") format("woff2"),
		url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.woff") format("woff"),
		url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.ttf") format("truetype"),
		url("//db.onlinewebfonts.com/t/9c6548c5500714092f1d1e2f7e3c58cc.svg#Verlag") format("svg");
	}

    body {    
      font-family: 'josefin sans';
      font-weight: 300;
      color: #5a5a5a;
      font-size:14px;
      background: #ffffff;

    }

    #wrapper{
        padding:10px;
        background: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .container{
        max-width: 1240px;
    }

    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper{
       padding-bottom: 0px;
      /* margin-bottom: 20px;*/

    }
    /*.home .navbar-wrapper{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      padding-top:  0px;
      padding-bottom: 0px;
      background: transparent;
      margin-top: 20px;
      margin-bottom: -90px;
    }*/

    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0px;
         -moz-box-shadow: 0px;
              box-shadow: 0px;
       background: transparent;
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
		color: #222;
		float: none !important;
		font-size: 16px;
		font-weight: bold;
		padding: 0 20px 27px;
		text-shadow: none;
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
		border-radius: 4px;
		color: #000;
		font-family: "Josefin Sans";
		font-size: 11px;
		font-weight: bold;
		padding: 25px 0px 21px;
		text-shadow: none;
		text-transform: uppercase;
		 letter-spacing: 0.14em;
		/*margin-bottom: 10px;
		margin-top: 10px;*/
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 25px;
	  position:absolute;
	  right:0px;
	  z-index:999999;
    }

    .nav-area .navbar{
        margin-bottom:0px;
    }

    .nav-area{

        /*box-shadow: 0 4px 2px -2px #eee;*/
		border-bottom:none;
    }


    .header-area-bottom .in{
       /* background: #f5f5f5 url(images/big-shadow-top.png) center -2px no-repeat;
        border-bottom: 1px solid #eeeeee;
        padding: 20px 0px 0px 0px;*/
    }

    .header-area-bottom{
        /*background: url(images/divider.png) center bottom no-repeat;
        padding-bottom: 13px;*/
    }

    .entry-title{
		background: rgba(0, 0, 0, 0) url("images/title_bottom_img.png") no-repeat scroll center bottom;
		color: #000;
		font-family: Didot;
		letter-spacing: 2px;
		line-height: 1;
		margin: 40px 0 62px;
		padding: 0 0 25px;
		text-align: center;
	}
	 .entry-title-no-outline{
		color: #000;
		font-family: Didot;
		margin: 40px 0 0px;
		padding: 0 0 10px;
		text-align: center;
		line-height:1;
		background:none;
		letter-spacing: 2px;
	}
	.entry-title-margin {
		margin-bottom:30px;
		padding-top:10px;
	}

    /* Featurettes
    ------------------------- */

    .featurette-divider {
      margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }
    .featurette {
      padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
    }



    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {

      }
      .carousel img {
        width: auto;
      }

      .featurette {
        height: auto;
        padding: 0;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 767px) {

      .navbar-inner {
        margin: -20px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }

      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

    }



a{
    color: #226AC1;
}

h1,h2,h3,h4{ font-family: 'josefin sans';  letter-spacing: 0.14em;}
h1{ font-size:24pt; margin: 5px 0px; }
h2{ font-size:20pt; margin: 5px 0px; }
h3{ font-size:14px; margin: 5px 0px; }
h4{ font-size:12pt; margin: 5px 0px; }


.box{
margin: 3px;
font-size: 9pt;
}
.box .header,.box h3{
margin: 0px;
margin-bottom: 5px;
padding: 5px;
display: block;
line-height: 25px;
}

.hlight{
background: #fff4ca;
background: -moz-linear-gradient(top, #fff4ca 0%, #fffbef 82%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4ca), color-stop(82%,#fffbef));
background: -webkit-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
background: -o-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
background: -ms-linear-gradient(top, #fff4ca 0%,#fffbef 82%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ca', endColorstr='#fffbef',GradientType=0 );
background: linear-gradient(top, #fff4ca 0%,#fffbef 82%);
border:1px solid #FCEAA9;
}



.title{
background: #e2eeff;
background: -moz-linear-gradient(top, #e2eeff 22%, #bfdbff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(22%,#e2eeff), color-stop(100%,#bfdbff));
background: -webkit-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
background: -o-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
background: -ms-linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeff', endColorstr='#bfdbff',GradientType=0 );
background: linear-gradient(top, #e2eeff 22%,#bfdbff 100%);
border-bottom: 1px solid #7AB1FF;
color: #000;
line-height: 20px;
padding: 8px 15px;
font-size: 9pt;

}


h2{
	font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
}
.post h2.entry-title{
    margin-top: 0px;
    line-height: normal;
}
.post{
    clear: both;
    display: block;
}
.green_posts h2 a{
    font-size: 11pt;
}

.form-allowed-tags{
    font-family: 'courier new';
    color: #aaa;
}
.meta{
    font-size: 8pt;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: 3px;

}
.arc .meta{
    color: #aaa !important;
}
.arc p{
    padding-left: 0px;
}

.bypostauthor{
    background: #eee;
}
.comment-meta *{
    font-size: 8pt;
}
.green_posts .meta,.green_posts .meta *{
    color: #336699;
}
.green_posts a{
    color: #2765B5;
    text-decoration: none;
}

.sidebar .box{
    width: 100%;
}

.box a{
    color: #226AC1;
    text-decoration: none;
}

.widget_content a:hover{
    text-decoration: underline;
}
.widget_content{
    padding: 10px 20px;
}

.widget-footer ul {
    margin: 0;
    padding: 20px 0 0 !important;
}

.widget li{
    list-style: none;
    padding: 3px 0px;
}

#wp-calendar{
    width: 100%;
}
#wp-calendar *{
    text-align: center;
}
.box h3{
    /*overflow: hidden;*/
}

.post ol,.post ul{
    margin-left: 20px;
    list-style: square;
}
h1,h2,h3,h4{
    clear: both;
    display: block;
}
.post h1{
    font-size: 58px;
}
.home-box{
    min-height:150px;
    /*overflow: hidden;*/
}
table{
    width: 100%;
    border-collapse: collapse;
    border-bottom:0px solid  #eeeeee;
}

th{
background: #f5f5f5;
border-bottom:1px solid  #eeeeee;
padding: 5px;
text-align: left;
}

td{
    padding: 5px;
}
.mx_comments ul ul,
.mx_comments ol ol{
    margin-left: 65px;
}
del{
    color:#800000;
}
.mx_comments ul li{
    list-style: none;
    margin-bottom: 10px;
}
/*
.mx_comments .comment-body .comment-wrap{
    float: right;
    width:650px;
    max-width: 100%;
}


.mx_comments .children .comment-body .comment-wrap{
    float: right;
    width:585px;
    max-width: 100%;
}
*/
.mx_comments .author-box img{

    padding: 5px;

}

.mx_comments .commentmetadata a{
    color: #ccc;
}
.mx_comments .commentmetadata{
    font-size:12pt;
    display: block;
    line-height: 25px;
    color: #ccc;
}

.post ol li,
.mx_comments .comment-content ol li{
    list-style: decimal;
}

.post ul li,
.mx_comments .comment-content ul li{
    list-style: square;
}

.mx_comments .comment-content ol,
.mx_comments .comment-content ul{
    margin-left: 0px;
}
.mx_comments .comment-content ol ol,
.mx_comments .comment-content ul ul{
  margin-left: 20px;
}

.comment-content img, .reply-content img{
    max-width: 100%;
}
#cancel-comment-reply-link,.mx_comments .comment-reply-link{
cursor: pointer;
background: #ccc;
color:#fff;
font-size: 9pt;
padding:2px 10px 4px 10px;
float: right;
font-style: italic;
color:#333;
margin-bottom: 10px;
}
#commentform p{
    margin-bottom:5px;

}
#commentform p .required{
    color: #ff0000;
}
#commentform p label{
    font-weight: bold;
    width: 200px;
    color: #aaa;
}
#commentform p input[type=text]{
    display: block;
    padding: 5px;

width: 89%;

}
.comment-form-author,.comment-form-email,.comment-form-url{
    width:33%;
    float: left;
    clear: none !important;
}

.mx_comments .commentmetadata .fn ,
.mx_comments .commentmetadata .fn a{
    float: left;
    margin-right: 10px;
    font-size: 12pt;
    color: #2765B5 !important;

}
#commentform textarea{
    width: 98%;
    padding: 5px;
}

#respond{
    padding-top: 20px;
    margin-top: 20px;
}
.single p{display: block;clear: both; font-size:13.5px;}


.alignright{
    float: right;
    margin: 10px 0px 10px 10px;
}
.alignleft{
    float: left;
    margin: 5px 10px 5px 0px;
}
.aligncenter{
    display: block;   margin-left: auto;   margin-right: auto;
}
.wp-caption-text{
    text-align: center;
}


.footer{
    width: 100%;
    color: #fff;
 
    margin-top:20px;
}
.footer *{
    color: #000;
}

.footer .content{
     color: #000;
    display: inline-block;
    font-family: "josefin sans";
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 0;
    width: 100%;
	text-transform:uppercase;
	letter-spacing: 0.14em;
}

.footer .header{
    margin-left: 2px;
	padding: 0 10.40% 0 11.29%;
}

.footer .content *{
    color: #000;
}

.gallery-caption{


}

.bypostauthor{

}

.new-downloads li:nth-child(odd), .top-downloads li:nth-child(odd) {
    background: #f1f1f1;
}
.new-downloads li,.top-downloads li{
    margin-bottom: 5px;
}
.new-downloads img,.top-downloads img{
    margin-right: 5px;
}

ul ul{
    margin-left: 15px;
}

table.dtable{  width:620px; }
table.dtable *{ text-align: center !important; }
.fieldset{ border: 1px solid #7AB1FF; padding: 10px; margin-top: 10px;width:600px;}
.fieldset legend{ font-size: 13pt;}
.wpdm_package{background: #fafafa;}
.share, .share *{ border: 0px;}
.share td{
    width: 20%; overflow: hidden;
}



.sidebar .fieldset{
    width: 290px;
    margin-left: 4px;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.sidebar a.download-link{
    margin-left: 10px;
}
.preview_img{
    -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
}

.home-box h3 img{
    margin-top: 3px;
}

.wp-caption img{
  max-width: 98.6%;
}
.wp-caption{
  padding: 0px;
  border: 1px solid #5896C9;
  display: block;
  max-width: 100%;
/*    -moz-box-shadow: inset 0 0 5px #2765B5;
-webkit-box-shadow: inset 0 0 5px #2765B5;
box-shadow: inner 0 0 5px #2765B5;  */

}
.wp-caption .wp-caption-text{
    background: #C7E6F9;
    padding: 5px;
    margin: 0px;

}
.wp-caption img{
    padding: 0px;
    margin: 5px;
    margin-bottom: 0px;
}
.wp-smiley{

    border: 0px;
}

.post-categories li{
    list-style: none;
    float: left;
    margin-right: 5px;
}

ol li{
    list-style: decimal;
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}
 span.reference a{
            text-shadow:1px 1px 1px #000;
            color:#999;
            text-transform:uppercase;
            text-decoration:none;
            position:fixed;
            right:10px;
            top:10px;
            font-size:13px;
            font-weight:bold;
 }
span.reference a:hover{
color:#555;
}
h1.title{
  color:#777;
  font-size:30px;
  margin:10px;
  font-weight:normal;
}
 .footer_menu .current-menu-item a{
     background: transparent;
     font-weight: bold;
 }
 .footer_menu a{
     font-size:11px;
     font-style: italic;
 }
 .nav-next{
     float: right;
     margin: 10px 12px 10px 0;
 }
 .nav-previous{
     float: left;
     margin: 10px 0px;

 }
 .nav-previous a,
 .nav-next a{
    padding: 5px 10px;
    color: #000;
    font-weight: 300;
    background: #FFCD00;
    font-size: 12pt;
 }
 .clear{
     clear: both;
 }
 .widget > div,
 .widget > form,
 .widget > p,
 .widget > ul,
 .widget > ol,
 .widget > table{
     padding: 0px;
 }
 form.input{
     max-width:100% !important;
 }

 p.attachment img{
     margin: 0px auto;
 }

p.attachment img.alignleft{}



 .footer .widget h3{
     font-size:13pt;
     border-bottom: 1px solid #666666;
    padding-bottom: 0px;
    padding-left: 0px;
	display:none;

 }

.footer .widget h3 span{
    border-bottom:1px solid #333333;
    padding-bottom:5px;
    padding-right:10px;
    display: block;
}


.widget-footer li{
  /* border-top:1px solid #333333;
   border-bottom: 1px solid #555555;*/
   line-height: 16px;
   padding: 0px 0px;
}

.widget-footer li:last-child{
    border-bottom: 0px;
}
.widget-footer li:first-child{
    border-top: 0px;
}

.widget-footer ,
.widget-footer li,
.widget-footer a{
    font-size:11px;
	font-family:'josefin sans';
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 0.14em;

}

 .footer .buttom{
      border-top: 4px solid #000;
    margin-top: 0px;

 }

 .edenfresh-bs-services .btn{
     color: #555;
 }

 .edenfresh-bs-services h2{
     font-family: 'Bitter';
     font-size: 18pt;
     font-weight: 300;
 }
 h1{
    font-family: 'Didot';
     font-size: 58px;
     font-weight: 300;
	 letter-spacing:2px;
	 line-height:1;
 }
 p{
     font-family: 'ProximaNova';
     font-size: 13.5px;
     line-height: 1.3;
     margin-top:10px;
	 color:#000000;
	  letter-spacing: 0.08em;
 }

pre,
code{
    display: block;
    float:left;
    max-width: 100%;
    white-space: normal !important;
}
.box.widget{
     
}

.box.widget h3{
    margin:6px 6px 0 6px;     
    color:#000000;
    text-shadow:none;
    font-size: 12pt;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 7px;
    padding-left: 0px;
}
.box.widget h3 span{

    padding-bottom:9px;
    padding-right:10px;
}
.box.widget ul{
    margin-left:4px;
}
.box.widget ul li{
    margin:0px;
}
.box.widget li,
.box.widget p{
    font-size: 11pt;
}

.navbar-wrapper li{
    line-height: 25px !important;
	margin-left:3.2%;
}
.page .navbar-wrapper li{
    line-height: 25px !important;
	margin-left:3%;
}
.single .navbar-wrapper li{
    line-height: 25px !important;
	margin-left:3%;
}
.single .navbar-wrapper li:first-child {
    margin: 0;
}
.navbar .nav .dropdown-toggle .caret{
    margin-top: 12px !important;
	display:none !important;
}
.dropdown-submenu > a:after{
    margin-top: 8px !important;
}

.current-menu-parent > a > .caret,
.open > a > .caret{
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

.btn{
    border-radius:0px; 
	background-color:#000;
	color:#fff;
	font-family:'josefin sans';
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 0.14em;
}
   
.open > a,   
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,   
.current-menu-parent > a, 
.current-menu-item > a, 
.dropdown-menu > a:active,
.dropdown-menu > a:focus,
.dropdown-menu > a:hover{

    color: #adadad;  
}

.current-post-parent > a{
    color: #ffffff !important;
}

.dropdown-menu a{
     line-height: 25px !important;
     border-bottom: 1px solid #f8f8f8;
	 border-radius: 4px;
    font-family: "Josefin Sans";
    font-size: 11px;
    font-weight: bold !important;
    letter-spacing: 0.14em;
    text-shadow: none;
    text-transform: uppercase;
 }
 .arc-header{
     margin-left: 0px;     
      
 }
 .arc-header h1{
    color: #222;
    padding:5px;
    background: rgba(0,0,0,0.1);
    text-align: right;
    padding-right: 20px;
    font-weight: 700;
 }
 
 .mx_comments .commentlist {
     margin: 0px;
 }
 .mx_comments .commentlist li{
     list-style: none;
 }
 
 .type-post, .type-post .post,
 .type-page, .type-page .post{
     margin:0px !important;
     padding:0px !important;
 }
 
 .commentlist li{
     background: rgba(222,222,222,0.4);
 }
 
 .post:first-child{
     margin-top:0px;
 }
 .breadcrumb{
     margin-bottom: 10px;
     font-size: 10pt;
 }
 .home .about.well:hover{
     padding:0px;

 }
 .home-cat-single:hover img,
 .home .about.well:hover img{
     opacity:1;
     transition: opacity .50s ease-in-out;
     -moz-transition: opacity .50s ease-in-out;
     -webkit-transition: opacity .50s ease-in-out;
 }
 
 .home-cat-single .edenfresh-blank-thumb{
     border: 1px solid #eee;
 }
 .about.well .edenfresh-blank-thumb{
     border:0px;
 }
 .home-cat-single img,
 .home .about.well img{
     opacity:0.7;          
     transition: opacity .50s ease-in-out;
     -moz-transition: opacity .50s ease-in-out;
     -webkit-transition: opacity .50s ease-in-out;
 }
 .home .about.well{
     padding:0px;
     border:1px solid #fafafa;
 }
 .home .about .entry-content{
     padding:0px 10px;
 }
 .media-heading{
     line-height: normal;
 }
 .media, .media .media{
     margin-top: 10px;
 }
 /*
 .home .media .media-body{
     position: absolute;
     display: none;
 }
 .home .media{
     background: #fafafa;
     width:160px;
     height: 125px;
     float: left;     
     display: block;
     margin:0px 7px 7px 0;
 }
 .home .media:last-child{
     margin-right: 0px;
 }
 */
a.thumbnail{
    background: transparent;
}
 .mt5{
     margin-top: 9px;
 }
 
 .navigation .next-link{
     float: right;
 }
 .navigation{
     margin-bottom: 10px;
 }
 
.entry-content{
    margin-bottom: 10px;
}
.entry-content,
.entry-content p{
    font-size:13.5px;
}
.home-cat span{

    padding:6px 10px 5px 0px;
    font-weight: 700;
}
.home-cat{
    margin-top: 15px;
    font-size: 13pt;
    margin-bottom:15px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
}
#nav-single{
    float: right;
    margin-top: -5px;     
    margin-right: -10px;
}
.btn-info,
.btn-info *,
.btn-info *:hover{
    color:#fff !important;
}
.home-cat-single .entry-title{
    min-width: 100%;
    font-size: 11pt;
    line-height: normal;
}
.home-cat-single .breadcrumb{
    margin-bottom: 0px;
}
.home-cat-single .breadcrumb,
.home-cat-single .entry-title{
   background: transparent; 
   float: left;
   margin-right:10px;
   padding-left: 0px !important;
}
.home-cat-single .entry-content .entry-title{
    padding-left:10px;
}

.home-cat-single:hover .entry-content{
    display: block;
}

.home-cat-single{
    display: block;
}
.thumbail img{
    height:auto !important;
}


/* slider */
  
.mi-slider {
    position: relative;     
    height: 450px;
}

.mi-slider ul {
    list-style-type: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 140px;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}

.no-js .mi-slider ul {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0;
    overflow: visible;
}

.mi-slider ul.mi-current {
    pointer-events: auto;
}

.mi-slider ul li {
    display: inline-block;
    padding: 20px;
    width: 20%;
    max-width: 300px;
    -webkit-transform: translateX(600%);
    transform: translateX(600%);
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.no-js .mi-slider ul li {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mi-slider ul li a,
.mi-slider ul li img {
    display: block;
    margin: 0 auto;
}

.mi-slider ul li a {
    outline: none;
    cursor: pointer;
}

.mi-slider ul li img {
    max-width: 100%;
    border: none;
}

.mi-slider ul li h4 {
    display: inline-block;
    font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 10px 0;
}

.mi-slider ul li:hover {
    opacity: 0.7;
} 
.mi-slider *{
    color:#eee;
}
.mi-slider nav {
    position: relative;
    top: 360px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    border-top: 5px solid #ffffff;
}

.no-js nav {
    display: none;
}

.mi-slider nav a {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 40px 30px 30px 34px;
    position: relative;
    color: #aaaaaa;
    outline: none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
    color: #ffffff;
    background: transparent;
}

.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
    content: '';
    position: absolute;
    top: -5px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mi-slider nav a.mi-selected:after {
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 20px;
    left: 50%;
    margin-left: -20px;
}

.mi-slider nav a.mi-selected:before {
    border-color: transparent;
    border-top-color: #ffffff;
    border-width: 27px;
    left: 50%;
    margin-left: -27px;
}

/* Move classes and animations */

.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
    -webkit-animation: scaleUp 350ms ease-in-out both;
    animation: scaleUp 350ms ease-in-out both;
}

@-webkit-keyframes scaleUp {
    0% { -webkit-transform: translateX(0) scale(0); }
    100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
    0% { transform: translateX(0) scale(0); }
    100% { transform: translateX(0) scale(1); }
}

.mi-slider ul:first-child li:first-child {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul:first-child li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul:first-child li:nth-child(3) {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

.mi-slider ul:first-child li:nth-child(4) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms;
}

/* moveFromRight */

.mi-slider ul.mi-moveFromRight li {
    -webkit-animation: moveFromRight 350ms ease-in-out both;
    animation: moveFromRight 350ms ease-in-out both;
}

/* moveFromLeft */

.mi-slider ul.mi-moveFromLeft li {
    -webkit-animation: moveFromLeft 350ms ease-in-out both;
    animation: moveFromLeft 350ms ease-in-out both;
}

/* moveToRight */

.mi-slider ul.mi-moveToRight li {
    -webkit-animation: moveToRight 350ms ease-in-out both;
    animation: moveToRight 350ms ease-in-out both;
}

/* moveToLeft */

.mi-slider ul.mi-moveToLeft li {
    -webkit-animation: moveToLeft 350ms ease-in-out both;
    animation: moveToLeft 350ms ease-in-out both;
}

/* Animation Delays */

.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms;
}

.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child  {
    -webkit-animation-delay: 270ms;
    animation-delay: 270ms;
}

/* Animations */

@-webkit-keyframes moveFromRight {
    0% { -webkit-transform: translateX(600%); }
    100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveFromLeft {
    0% { -webkit-transform: translateX(-600%); }
    100% { -webkit-transform: translateX(0%); }
}

@-webkit-keyframes moveToRight {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(600%); }
}

@-webkit-keyframes moveToLeft {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-600%); }
}

@keyframes moveFromRight {
    0% { transform: translateX(600%); }
    100% { transform: translateX(0); }
}

@keyframes moveFromLeft {
    0% { transform: translateX(-600%); }
    100% { transform: translateX(0); }
}

@keyframes moveToRight {
    0% { transform: translateX(0%); }
    100% { transform: translateX(600%); }
}

@keyframes moveToLeft {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-600%); }
}

.mi-slider {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Media Queries */
@media screen and (max-width: 910px){
    .mi-slider nav {
        max-width: 90%;
    }
    .mi-slider nav a {
        font-size: 12px;
        padding: 40px 10px 30px 14px;
    }
}

@media screen and (max-width: 740px){
    .mi-slider {
        height: 300px;
    }
    .mi-slider nav {
        top: 220px;
    }
}

@media screen and (max-width: 490px){ 
    .mi-slider {
        text-align: center;
        height: auto;
    }

    .mi-slider ul {
        position: relative;
        display: inline;
        bottom: auto;
        pointer-events: auto;
    }

    .mi-slider ul li {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
        padding: 10px 3px;
        min-width: 140px;
    }

    .mi-slider nav {
        display: none;
    }
}

 
.call-to-action{
    margin: 0px auto;
}
.sticky{
    border:1px solid #ccc;
}
input#s{
    margin-bottom: 0px;
}

#nav-below{
    margin-left: 0px;
    margin-right: 0px;
}
.box.widget ul{
    margin-left:4px;
}
.box.widget ul,
.box.widget ul li{
    margin:0px;
}
.box.widget li{
    border-bottom: 0px solid #f1f1f1;
    padding:0px 10px !important;
}
.box.widget li,
.box.widget p{
    font-size: 11pt;
}

.service-box h3 a:hover,
.service-box h3 a{
    color: #222;
    text-decoration: none;
}
.service-box h3{
    font-size:13pt;
    line-height: normal;
    margin-bottom: 5px;
    font-weight: 400;
}
.service-icon{
    background:#333;
    border-radius:50%;
    padding:3px 6px 5px 6px;  
    margin-right: 5px;
}  
blockquote{

    border-left-width: 3px !important;
}

blockquote.dark *{
    color: #ffffff !important;  
    
}
blockquote.light{
     margin-bottom: 0px;
    background: #f5f5f5;   
    border-bottom: 1px solid #ddd;
}

.bqwrap{
        background: url(images/d3.png) center bottom no-repeat;
        
        padding-bottom: 13px;   
        margin-bottom: 30px;
        
    }

blockquote.dark{
    background: #222222;
    color: #eee;
    margin:10px 0px;
}

blockquote h3{
    font-size:14pt;
    line-height: normal;
    margin:5px 0px;
}
.section-head{
    font-size: 13pt;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-item h2{
    font-size: 13pt;
    line-height: normal;
}

 /** hover **/
 
.edenfresh-portfolio .mask,.edenfresh-portfolio .content {
    
   position: absolute;
   overflow: hidden;
   top: 0;
   width:inherit;
   height: inherit;
}
.edenfresh-portfolio img {
   display: block;
   position: relative;
}
.edenfresh-portfolio h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
   padding: 0 10px 10px 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 0px;
   width: 100%;
}
.edenfresh-portfolio p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.edenfresh-portfolio div.info {
   display: inline-block;
   padding-bottom: 100px;    
}
.edenfresh-portfolio a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
 
 
 .edenfresh-portfolio .portfolio-item {
     background: #222222;
     height: 154px;
     text-align: center;
 }
 .edenfresh-portfolio .portfolio-item img {
   -webkit-transition: all 0.4s ease-in-out 0.5s;
   -moz-transition: all 0.4s ease-in-out 0.5s;
   -o-transition: all 0.4s ease-in-out 0.5s;
   -ms-transition: all 0.4s ease-in-out 0.5s;
   transition: all 0.4s ease-in-out 0.5s;
}
.edenfresh-portfolio .portfolio-item .mask {
   background-color: rgba(0,0,0,0.3);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-in 0.4s;
   -moz-transition: all 0.3s ease-in 0.4s;
   -o-transition: all 0.3s ease-in 0.4s;
   -ms-transition: all 0.3s ease-in 0.4s;
   transition: all 0.3s ease-in 0.4s;
}
.edenfresh-portfolio .portfolio-item h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 10px 0px 10px 0px;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}
.edenfresh-portfolio .portfolio-item p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -webkit-transition: all 0.3s ease-in-out 0.2s;
   -moz-transition: all 0.3s ease-in-out 0.2s;
   -o-transition: all 0.3s ease-in-out 0.2s;
   -ms-transition: all 0.3s ease-in-out 0.2s;
   transition: all 0.3s ease-in-out 0.2s;
}
.edenfresh-portfolio .portfolio-item div.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -webkit-transition: all 0.3s ease-in-out 0.1s;
   -moz-transition: all 0.3s ease-in-out 0.1s;
   -o-transition: all 0.3s ease-in-out 0.1s;
   -ms-transition: all 0.3s ease-in-out 0.1s;
   transition: all 0.3s ease-in-out 0.1s;
}

 

.edenfresh-portfolio .portfolio-item:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.edenfresh-portfolio .portfolio-item:hover img {
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.edenfresh-portfolio .portfolio-item:hover h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.edenfresh-portfolio .portfolio-item:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.edenfresh-portfolio .portfolio-item:hover div.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.edenfresh-portfolio-4col .tbox{
    margin-bottom:20px;
    height:270px;
}
.edenfresh-portfolio-4col .tbox:nth-child(4n+1){
    margin-left:0px;
}
.edenfresh-portfolio-4col h2{
    font-size:13pt;
    line-height: normal;
}

iframe,
embed,
object {
    max-width: 100%;
}

.sidebar a:hover,
a.btn-link:hover,
a:hover{

    text-decoration: none;
}


.sidebar a,
a.btn-link,
a{
    color: #444444;
    font-weight: 400;
    -webkit-transition: all 400ms;
   -moz-transition: all 400ms;
   -o-transition: all 400ms;
   -ms-transition: all 400ms;
   transition: all 400ms;
}
p.large{
    font-size:17pt;
}
.sidebar{
    border: 1px solid #dddddd;
    background: #fdfdfd;
    padding-right: 5px;
}
.icon-white{
    color: #ffffff;
}

.sbottom
{
  position: relative;
}
.sbottom:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.sbottom:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tagcloud a{
    font-size:10pt !important;
    padding:3px 6px;
    background: #222;
    margin: 0px 5px 5px 0;
    display: block;
    float: left;
}

.intro{
    padding-top: 40px;

}

.intro h2{
    font-size: 32pt;
    margin-bottom: 20px;
}

.intro .btn{
    margin-top: 20px;
}

/*-------------------------------------------CUSTOM STYLE-------------------------*/
@media (min-width: 981px) and (max-width:1330px){
	.home_page_designer_post_container .inner_designer {
		width:32% !important;
	}

	.banner_container {
		max-width: 980px;
	}
	
	
	#main_image_section {
		height: 436px !important;
		margin: 0 auto !important;
		max-width: 980px !important;
		width: 100%;
	}

	#main_image_section img{
		max-width:940px;
	}

	#main_image_section a.link-1{
		height: 110px !important;
    margin-left: 675px !important;
    margin-top: 214px !important;
    width: 220px !important;
	}

	#main_image_section a.link-2{
		height: 120px !important;
    margin-left: 475px !important;
    margin-top: 204px !important;
    width: 200px !important;
	}

	#main_image_section a.link-3{
		height: 47px !important;
    margin-left: 67px !important;
    margin-top: 0 !important;
    width: 415px !important;
	}

	#main_image_section a.link-4{
		height: 260px !important;
    margin-left: 67px !important;
    margin-top: 48px !important;
    width: 400px !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:27% !important;
	}
}
@media (min-width: 981px) and (max-width:1200px){
	.slider_banner {
		margin-left: 0px !important;
		max-width: 940px !important;
	}
	
	.row-fluid .span3 {
		width:23.404% !important
	}
	.footer_brands_container {
		margin-left:0px !important;
	}
	.contact-container {
		padding:0px !important;
		width:100% !important;
	}
	.navbar .nav > li > a {
		padding:5px 0px !important;
	}
	/*.variations tr {
		width:39% !important;
	}*/

}

@media (min-width: 1201px) and (max-width:1330px){
	.slider_banner {
		margin-left: 128px;
		max-width: 940px;
	}
}

@media (min-width: 981px) and (max-width:1240px){
	
	

	.step_container {
		width:25% !important;
		margin-left:4.1% important;
	}
	.step_container1  {
		width:25% !important;
	}
	.home_page_blog_post_container .inner_blog {
		width:30% !important;
	}
	/*.home_page_promotion_post_container .promotion_content {
		width:60% !important;
	}*/
	.home .navbar .nav { 
		padding:0 0% !important;
		width:100% !important;

	}
	.navbar-wrapper li {
		margin-left:2.2% !important;
	}
	
	.page .header_top_main_container {
		width:80% !important;
	}
	
	.page .header_top_main_container .header_right_container {
		width:45% !important;
	}
	.woocommerce-page .header_top_main_container {
		width:80% !important;
	}
	
	.woocommerce-page .header_top_main_container .header_right_container {
		width:45% !important;
	}
	.page .navbar-wrapper li:first-child {
		margin-left:0px !important;
	}
	.page .navbar .nav {
		width:100% !important;
	}
	.woocommerce-page .navbar .nav {
		width: 100% !important;
	}
	.header_top_main_container .header_right_container {
		width:50% !important;
	}
	.single .header_top_main_container .header_right_container {
		width:70% !important;
	}
	.single .navbar .nav {
		width:97% !important;
	}
	.blog_custom_menu_container {
		margin:0px !important;
		width:97% !important;
	}
	
	.single_product_container {
		margin: 40px 5.2% 40px 5.64% !important;
		width:90% !important;
	}
	.terms_main_container {
		margin: 40px 5.2% 40px 5.64% !important;
		width:86% !important;
	}	
	.terms_left_text_container {
		width:45% !important;
	}
	.terms_right_image_container {
		width:45% !important;
	}
	.designguide_main_container .design_type {
		width:24% !important;
	}
	.design_download_link_container a {
		font-size:10px !important;
	}
	.designguide_main_container .design_videos_type {
		width:49% !important;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width:48% !important;
	}
	.woocommerce table.shop_table .product-name {
		float:none !important;
	}
}
@media (min-width: 981px) and (max-width:1200px){ 
	.who_we_are_left_container .images_text_img {
		margin-top:-210px !important;
	}
	.who_we_are_bottom_container {
		margin-top:0px !important;
	}
	.coupon .apply_btton {
		margin:10px 0 !important;
	}
	.who_we_are_left_container {
		width:96% !important;
	}
	.who_we_are_right_container {
		text-align: center;
		width: 96% !important;
	}
	.who_we_are_bottom_container {
		width: 96% !important;
		margin-top:0px !important;
	}
	.who_we_are_left_container .images_text_img {
		position:relative !important;
		margin:0px !important;
		text-align:center;
		margin-bottom:20px !important;
		
	}
	.yith-wcqv-wrapper {
		width: 700px;
		height: 450px;
		overflow-y: scroll;
	}
	.yith-wcqv-wrapper .images {
		max-width:500px !important;
		width:100% !important;
	}
	.yith-wcqv-wrapper .summary {
		float:left !important;
		width:100% !important;
		min-width:100% !important;
	}
}
@media (min-width: 981px) and (max-width:3000px){ 
	.summary .sample {
		margin-top:60px !important;
		margin-left: -7%;
	}

}

@media (min-width: 200px) and (max-width:980px){ 
	.widget-footer ul {
		padding: 00px 0 0 !important;
	}	
	.nav-collapse li{
		border-bottom: 1px solid #000;
		margin: 0 !important;
		padding: 8px 15px;
	}
	.nav-collapse a{
		color:#ffffff !important;
	}
	.nav-collapse a:hover{
		color:#adadad !important;
	}
	
	.who_we_are_left_container {
		width:96% !important;
	}
	.who_we_are_right_container {
		text-align: center;
		width: 96% !important;
	}
	.who_we_are_bottom_container {
		width: 96% !important;
		margin-top:0px !important;
	}
	.who_we_are_left_container .images_text_img {
		position:relative !important;
		margin:0px !important;
		text-align:center;
		margin-bottom:20px !important;
		
	}
	.post_detail_container {
		padding: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.who_we_are_main_container {
		padding: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.how_its_work_container {
		padding: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}

	.home_services_container {
		padding: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.woocommerce .woocommerce-message {
		margin: 0 5.2% 0 5.64% !important;
		width:80% !important;
	}
	.woocommerce .woocommerce-info {
		margin: 10px 5.2% 0 5.64% !important;
		width:80% !important;
	}
	.checkout_main_container {
		margin: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.footer .header {
		padding: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.row-fluid .span3 {
		border-bottom: 1px dashed #000;
		display: inline-block;
		padding: 10px;
		text-align: center;
		width: 98% !important;
	}
	.footer_logo_img {
		 float: none !important;
	}
	.footer_brands_container {
		 float: none !important;
	}
	.navbar .nav { 
		padding:0 0% !important;
		width:100% !important;
		margin-bottom:0px !important;
	}

	.nav-area {
		border-bottom:none !important;
	}
	.navbar .nav > li > a {
		padding:5px !important;
	}
	.inner_brand {
		padding-top:5% !important;
	}
	.header_top_main_container {
		margin-top:30px !important;

	}
	
	.home_page_promotion_post_container .promotion_title {
		font-size:43px !important;
		width:100% !important;
	}
	.home_page_promotion_post_container .promotion_content {
		width:100% !important;
		margin-top:30px !important;
	}
	
	#prev, #next { 
		display:none !important;
	}
	.go_to_promo_container {
		text-align:center !important;
		margin-left:0px !important;
	}
	.contact_bottom_container .contact_type {
		background: rgba(0, 0, 0, 0) url("images/contact_bottom_border2.png") no-repeat scroll center top;
		margin-left: 0 !important;
		padding: 50px 2% 15px !important;
		width: 98% !important;
	}
	.contact_border_img {
		border-image:none !important;
	}

	.contact-container-inner .form_container_left, .contact-container-inner .form_container_middle, .contact-container-inner .form_container_right {
		max-width: 95% !important;
		padding: 20px 2.5% !important;
		text-align: left !important;
		width: 95% !important;
	}
	.contact-container-inner .form_container_left{
		margin: 0 !important;
		padding-bottom: 0 !important;
	}

	.contact-container-inner .form_container_middle{
		margin: 0 !important;
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}

	.contact-container-inner .form_container_right{
		margin: 0 !important;
		padding-top: 0 !important;
	}

	.contact-container-inner input, textarea, .uneditable-input {
		max-width: 95% !important;
		width: 100% !important;
		padding: 7px 2.5%;
	}
	.contact-container-inner textarea {
		max-width: 95% !important;
		width: 100% !important;
	}
	.contact-container-inner select {
		max-width: 99.5% !important;
		width: 100% !important;
	}
	.submit_container .button{
		margin-left: 10%;
		max-width: 80% !important;
		width: 100% !important;
	}
	.woocommerce .page-description {
		margin-top:0px !important;
	}

	#main_image_section {
		width: 100%;
		height:auto !important;
	}

	#main_image_section a{
		display:none;
	}

	#main_image_section img{
		position:relative !important;
	}
	.terms_left_text_container {
		max-width:980px !important;
	}
	.terms_right_image_container {
		max-width:980px !important;
	}
	.coupon {
		width:100% !important;
	}

	.loop-product-title {
		width: 100% !important;
	}
	.loop-product-title {
		width: 100% !important;
	}
	.loop-product-button {
		float: right;
		margin-top: -40px;
		width: 80%;
	}

	.loop-product-button .moredetail_main_container {
		width: 100%;
		min-width: 77px;
	}
	.faq_main_container {
		padding: 0 10% !important;
	}
	.faq_type {
		width:100% !important;
	}

	.woo_sidebar .box.widget {
		border-bottom: 1px dashed grey;
		width: 46% !important;
	}

	

	.archive .single_product_container {
		margin: 0 !important;
		width: 100% !important;
	}

	#place_order {
		width: 100% !important;
	}
	.cart_bottom-container .cart_type { 
		width:98% !important;
		margin:20px 0 !important;
	}
	.cart_main_container {
		margin: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.woocommerce-breadcrumb {
		display:none;
	}
	.dropdown-menu li a {
		color:#fff !important;
	}
	.woo-nav-icon-container {
		display:block !important;
	}
	.woo-nav nav #menu-shop-menu{
		display:none;
	}
	.woo-nav { 
		background:none !important;
	}
	.menu-shop-menu-container #menu-shop-menu li {
		width:98% !important;
		text-align:left !important;
		margin-bottom:0px !important;
	}
	.menu-shop-menu-container #menu-shop-menu li:first-child {
		padding-left:1.6%;
	}
	.menu-shop-menu-container #menu-shop-menu li:last-child {
		text-align:left !important;
	}
	.woo-nav nav ul li ul {
		margin:0px !important;
		padding:0px !important;
		width:100% !important;
		max-width:980px !important;
	}
	.woo-nav nav ul li a {
		margin-bottom:0px !important;
	}
	.woo-nav nav ul li ul li:first-child {
		padding-left:1.6% !important
	}
	.woo-nav nav ul li ul li {
		padding-left:0px !important;
		border-top:1px solid #000;
	}
	.slider_banner {
		display:inline-block !important;
		position:relative !important;
	}
	#main_image_section {
		display:none !important;
	}
	.summary .sample { 
		margin-top:0px !important;
	}
	.summary .cart {
		width:100% !important;
	}	
}
@media (min-width: 780px) and (max-width:980px){
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
			width:48% !important;
	}
}
@media (min-width: 741px) and (max-width:980px){
	.step_container {
		margin-left:4.1% !important;
		width:28% !important;
	}
	.step_container1 {
		margin-left:4.1% !important;
		width:28% !important;
	}
	.home_page_designer_post_container .inner_designer {
		width:32% !important;
	}
	.home_page_blog_post_container .inner_blog {
		width:30% !important;
	}

	.home_page_blog_post_container {
		padding: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.header_top_main_container .social_icons_container {
		width:40% !important;
	}
	.single .header_top_main_container .header_right_container {
		width:98% !important;
	}
	.header_top_main_container .header_right_container {
		width:60% !important;
	}
	.page .header_top_main_container {
		width:70% !important;
	}
	.page .header_top_main_container .header_right_container {
		text-align:left !important;
	}
	.woocommerce-page .header_top_main_container {
		width:70% !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container {
		text-align:left !important;
	}
	.contact-container {
		padding:0px !important;
		width:100% !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:28% !important;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 5.1% !important;
	}
	.single_product_container {
		margin: 40px 5.2% 40px 5.64% !important;
		width:90% !important;
	}
	
	.coupon .button {
		margin-bottom:10px !important;
		float:left !important;
	}
		.designguide_main_container .design_type {
		width:24% !important;
	}
	.design_download_link_container a {
		font-size:9px !important;
	}
	.designguide_main_container .design_videos_type {
		width:49% !important;
	}
	.designguide_main_container {
		padding: 80px 5.2% 0 5.64% !important;
		width:90% !important;
	}
	/*.variations tr {
		width:32% !important;
	}*/
	.woocommerce table.shop_table .product-name {
		float:none !important;
	}
	.coupon .apply_btton {
		margin:10px 0 !important;
	}

	.yith-wcqv-wrapper {
		width: 600px;
		height: 450px;
		overflow-y: scroll;
	}
	.yith-wcqv-wrapper .summary {
		float: left !important;
		min-width: 100% !important;
		width: 100% !important;
	}
	.yith-wcqv-wrapper .images {
		max-width: 500px !important;
		width: 100% !important;
	}
}

@media (min-width: 500px) and (max-width:740px){

	.home_page_designer_post_container {
		padding: 0 20% !important;
		width: 62% !important;
	}
	.single .header_top_main_container {
		max-width:356px !important;
		width:100% !important;
	}
	.single .header_top_main_container .header_right_container {
		width:98% !important;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width:44% !important;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
		margin-right: 5.1% !important;
	}
	.single_product_container {
		margin: 40px 5.2% 40px 5.64% !important;
		width:90% !important;
	}
	.page .header_top_main_container {
		width:70% !important;
	}
	.page .header_top_main_container .header_right_container {
		float:left !important;
		width:72% !important;
	}
	.woocommerce-page .header_top_main_container {
		width:70% !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container {
		float:left !important;
		width:72% !important;
	}
	/*.variations tr {
		width:32% !important;
	}*/
	.coupon .apply_btton {
		margin:10px 0 !important;
	}
	.yith-wcqv-wrapper {
		width: 325px;
		height: 450px;
		overflow-y: scroll;
	}
	
}
@media (min-width: 600px) and (max-width:740px){
	
	.home_page_blog_post_container {
		padding: 0 5.2% 0 5.64% !important;
		width:90% !important;
	}
	.home_page_blog_post_container .inner_blog {
		width:30% !important;
	}
	.header_top_main_container .header_right_container {
		width:60% !important;
	}
	.header_top_main_container .social_icons_container {
		width:40% !important;
	}
	/*.page .header_top_main_container {
		width:70% !important;
	}*/
	.designguide_main_container .design_type {
		width:32% !important;
	}
	.design_download_link_container a {
		font-size:9px !important;
	}
	.designguide_main_container .design_videos_type {
		width:49% !important;
	}
	.designguide_main_container {
		padding: 80px 5.2% 0 5.64% !important;
		width:90% !important;
	}
}
@media (min-width: 200px) and (max-width:650px) {
	.es_textbox_class {
		width:92% !important; 
	}

	
}
@media (min-width: 500px) and (max-width:599px){
	.home_page_blog_post_container {
		padding: 0 24% !important;
		width:55% !important;
	}
	.home_page_blog_post_container .blog_thumbnail {
		margin-bottom: 20px;
	}
	.header_top_main_container .header_right_container {
		margin: 10px 0 !important;
		 width: 98% !important;
	}
	
	input, textarea, .uneditable-input {
		width:140px !important;
	}
	/*.qty_main_container input, textarea, .uneditable-input {
		width:100% !important;
	}*/
	.design_download_link_container a {
		font-size:10px !important;
	}
	.designguide_main_container .design_type {
		width:49% !important;
	}
	
}
@media (min-width: 200px) and (max-width:600px){
	.footer_left_container {
		width:100% !important;
		text-align:center;
	}
	.footer_right_container {
		width:100% !important;
		text-align:center !important;
	}
	.home_services_container .service_content {
		width:100% !important;
		margin:10px 0 !important;

	}
	.home_services_container .service_content p {
		border:none !important
	}
	.home_page_promotion_post_container .promotion_title {
		font-size:43px !important;
		width:80% !important;
		max-width:600px !important;
	}
	.home_page_promotion_post_container .promotion_content {
			margin-top:30px !important;
	}

	.design_title_bottom_text {
		float: none !important;
		margin-right:0px !important;
		width: 98% !important; 
	}
	.design_guide_page_title {
		margin:0px !important;
		
	}
	.design_guide_page_title h1 {
		position:relative !important;
		font-size:40px !important;
	}
	.design_title_bottom_text h2 {
		position:relative !important;
		font-size:12px !important;
	}
	/*.woocommerce_page_title {
		float: none !important;
		margin-right:0px !important;
		width: 98% !important; 
	}
	.woocommerce_page_title {
		margin:0px !important;
		
	}*/

	.woocommerce_page_title h1 {
		/*position:relative !important;
		font-size:40px !important;*/
	}
	.shop_title_bottom_text h2 {
		font-size:12px !important;
		margin-top:90px !important;
	}
	.qty_main_container input, textarea, .uneditable-input {
		width:30% !important;
	}
	.qty_main_container {
		max-width:70px;
		width:100%;
	}
	/*.page .header_top_main_container {
		width:70% !important;
	}
	.page .header_top_main_container .header_right_container {
		width:98% !important;
	}*/
	.designguide_main_container {
		padding: 40px 5.2% 0 5.64% !important;
		width:90% !important;
	}

	.woo_sidebar .box.widget {
		border-bottom: 1px dashed grey;
		width: 100% !important;
	}
	.summary .sample {
		width:100% !important;
		margin-top:0px !important;
	}
	.header_top_main_container .social_icons_container {
		width:70% !important;
	}
	.shop_post_button {
		width:100% !important;
	}

}

 @media (min-width: 200px) and (max-width:770px){  
	.cart-collaterals .cart_totals  {
		margin-top:0px !important;
	}
	.woocommerce-Price-amount.amount {
		position:unset !important;
	}
	.woocommerce table.shop_table .product-quantity .quantity {
		top: 0 !important;
	}
}


@media (min-width: 200px) and (max-width:740px){

	.step_container1 {
		margin: 20px 0 !important;
		max-width: 740px !important;
		width: 100% !important;
	}
	.step_container {
		margin: 20px 0 !important;
		max-width: 740px !important;
		width: 100% !important;
	}

	.home_page_designer_post_container .inner_designer {
		max-width:740px !important;
		margin-bottom:50px !important;
		margin-left:0px !important;
		width:100% !important;
		text-align:center;

	}
	.home_page_blog_post_container .designer_thumbnail img {
		width:100%;
	}
	.contact-container {
		padding:0px !important;
		width:100% !important;
	}	
	
	/*.contact-container-inner .form_container_left {
		max-width:740px !important;
	}
	.contact-container-inner .form_container_middle {
		max-width:740px !important;
	}
	.contact-container-inner .form_container_right {
		max-width:740px !important;
	}*/
		
	
}
@media (min-width: 350px) and (max-width:499px){
	.page .header_top_main_container {
		width:60% !important;
	}
	.page .header_top_main_container .header_right_container {
		float:left !important;
		width:100% !important;
		margin-top:30px !important;
	}
	.woocommerce-page .header_top_main_container {
		width:60% !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container {
		float:left !important;
		width:100% !important;
		margin-top:30px !important;
	}
	.page .header_top_main_container .header_right_container .search_area {
		width:100px !important;
	}
	.page .header_top_main_container .header_right_container .yith-s {
		width:100px !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container .search_area {
		width:100px !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container .yith-s {
		width:100px !important;
	}
	.designguide_main_container .design_type {
		width:49% !important;
	}
	.design_download_link_container a {
		font-size:7px !important;
	}
	.yith-wcqv-wrapper {
		width: 325px;
		height: 450px;
		overflow-y: scroll;
	}
	
 }
 @media (min-width: 200px) and (max-width:349px){ 
	.page .header_top_main_container {
		width:60% !important;
	}
	.page .header_top_main_container .header_right_container {
		float:left !important;
		width:100% !important;
		margin-top:30px !important;
	}
	.woocommerce-page.header_top_main_container {
		width:60% !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container {
		float:left !important;
		width:100% !important;
		margin-top:30px !important;
	}
	.page .header_top_main_container .header_right_container .search_area {
		width:70px !important;
	}
	.page .header_top_main_container .header_right_container .yith-s {
		width:70px !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container .search_area {
		width:70px !important;
	}
	.woocommerce-page .header_top_main_container .header_right_container .yith-s {
		width:70px !important;
	}
	.design_title_bottom_text {
		margin-top:3% !important;
		display:inline-block;
	}
	.design_title_bottom_text h2 {
		margin-top:10px !important;
	}
	.yith-wcqv-wrapper {
		width: 100px;
		height: 450px;
		overflow-y: scroll;
	}
	
	
 }
 
@media (min-width: 200px) and (max-width:499px){
	.how_its_work_container .work_heading {
		font-size:43px !important;
	}
	.home_page_blog_post_container .blog_thumbnail {
		margin-bottom:20px;
	}
	.header_top_main_container .header_right_container {
		width:98% !important;
		margin:10px 0 !important;
	}
	input, textarea, .uneditable-input {
		width:160px !important;
	}
	/*.qty_main_container input, textarea, .uneditable-input {
		width:100% !important;
	}*/
	.blog_details_bottom_container .details_botton_tag_container {
		width:98% !important;
		text-align:center !important;
		margin-bottom:10px;

	}
	.coupon .button {
		float:left !important;
		width:100% !important;
		margin:10px 0 !important;
	}

	.blog_details_bottom_container .details_botton_share_container {
		width:98% !important;
		text-align:center !important;
	}
	.contact-curtain {
		font-size:50px !important;
	}

	.single .header_top_main_container {
		width:100% !important;
	}
	.page  .inner_brand {
		padding-top:10% !important;
	}
	.woocommerce-page  .inner_brand {
		padding-top:10% !important;
	}
	.add-sample-to-cart_container {
		margin-top:10px;
	}
	
	/*.variations tr {
		width:50% !important;
	}*/
	.contact-container-inner .form_container_right .recaptha_container {
		transform: scale(0.75) !important;
		-webkit-transform:scale(0.75) !important;
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}
.header_top_main_container {
	display: inline-block;
    float: right;
    margin-top: 15px;
    padding: 0 2.17% 0 2.82%;
    width: 95%;;
}
.header_top_main_container .social_icons_container {
	float:left;
	width:50%;

}
.header_top_main_container .header_right_container {
	float: right;
    text-align: right;
    width: 30%;

}

.header_top_main_container .header_right_container .search_area {
	background: rgba(0, 0, 0, 0) url("images/search-bottom_img.png") no-repeat scroll center bottom;
    display: inline-block;
    padding: 0 0 10px;
	max-width:206px;
	width:100%;
	
}
.header_top_main_container .header_right_container .header_right_images {
  float:right;
}
.header_top_main_container .header_right_container .header_right_images img {
	margin-left:10px;
	cursor:pointer;
}
.header_top_main_container .header_right_container #yith-searchsubmit {
	display:none;
}
.header_top_main_container .header_right_container .search_area form {
	margin:0px;
}
.header_top_main_container .header_right_container .yith-s {
	border:none;
	margin:0px;
	padding:0px;
}
.header_top_main_container .social_icons_container img {
	float:left;
	margin-left:13px;
	
}
.logo_container {
	display: inline-block;
    text-align: center;
    width: 100%;
}
.navbar .nav { 
	width:85%;
	padding:0 7.6%;
	border-bottom:5px solid #000000;
	
}
.home_container {
	max-width:960px
	width:100%;
}
.how_its_work_main_container {
	background-color:#F4F4F3;
	padding-bottom: 40px;

}
.how_its_work_container {
	
    display: inline-block;
    padding: 0 10.4% 0 11.29%;
    width: 78.3%;
}
.how_its_work_container .work_heading{
	background: rgba(0, 0, 0, 0) url("images/bottom_line.png") no-repeat scroll center bottom;
    color: #000;
    font-family: Didot;
    font-size: 58px;
 
    margin: 20px 0 0;
    padding: 40px 0 35px;
    text-align: center;
}
.how_its_work_container .work_heading h1{ 
	   line-height:1;
}
.bottom_line {
	width:100%;
	text-align:center;
	margin-bottom:40px;
}
.step_container1 {
	color: #000;
    float: left;
    font-family: "Josefin Sans";
    max-width: 260px;
    text-align: center;
    width: 100%;
	margin-bottom:35px;
	letter-spacing: 0.14em;
}
.step_container1 .step_heading {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.step_container1 p {
	line-height:1.2;
}

.step_container {
	color: #000;
    float: left;
    font-family: "Josefin Sans";
    max-width: 260px;
    text-align: center;
    width: 100%;
	margin-bottom:35px;
	margin-left:9.8%;
	letter-spacing: 0.14em;
}
.step_container .step_heading {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.step_container p {
	line-height:1.2;
}
.featured_heading {
	color: #000;
    font-family: "didot";
    font-size: 58px;
    margin-top: -69px;
    max-width: 290px;
    position: absolute;
    width: 100%;
	z-index:999;
}
.featured_heading h1 {
	line-height:1;
}
.home_page_blog_post_container {
	display: inline-block;
    margin-bottom: 60px;
    margin-top: 37px;
    padding: 0 10.4% 0 11.29%;
    width: 78.3%;


}
.home_page_blog_post_container .inner_blog {
	float: left;
    margin: 0 1.2%;
    max-width: 307px;
    text-align: center;
    width: 100%;

}
.home_page_blog_post_container .inner_blog .blog_content {
	color: #000;
    font-family: "ProximaNova";
    font-size: 13.5px;
    letter-spacing: 0.08rem;
    line-height: 1.2;
    padding: 0 17px;

}
.home_page_blog_post_container .row_first_inner_post {
	margin-left:0px;
}
.home_page_blog_post_container .row_last_inner_post {
	margin-right:0px;
}
.home_page_blog_post_container .blog_thumbnail {

}
.home_page_blog_post_container .blog_thumbnail{
	/*background:url(images/feature_rollover_img.png);
	background-position:inherit;
    z-index:999;*/
	/*border:3px solid yellow;*/
	display: block;
    max-width: 290px;
    position: relative;
    width: 100%;
}
.home_page_blog_post_container .blog_thumbnail .blog_border_container {
	display: inline-block;
    height: auto;
    margin: -7% 0 0 -2%;
    opacity: 0;
    position: absolute;
    width: 107%;
	
}

.home_page_blog_post_container .blog_thumbnail .blog_border_container:hover {
	opacity: 1;
	
}
.home_page_blog_post_container .blog_thumbnail .blog_border_container img{
	width:100%;
}
.home_page_blog_post_container .blog_title {
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	font-family:"Josefin Sans";
	margin:24px 0 14px 0;
	color:#000;
	letter-spacing: 0.14em;
}
.page .home_page_blog_post_container .blog_title {
	margin:24px 0 0px 0;
}
.home_page_blog_post_container .blog_title h2 {
	margin:0px;
}
.home_page_blog_post_container  .blog_sub_category {
	color: #000000;
    font-family: Didot;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-top: -5px;
}
.home_page_blog_post_container p {
	color: #000;
    line-height: 1.2;
    padding: 0 17px;
}
.home_page_promotion_post_container {
    display: table;
    margin: 0 auto;
    width: 80%;
}
.home_page_promotion_post_container .inner_promotion {

}
.home_page_promotion_post_container .promotion_thumbnail {
	
}
.home_page_promotion_post_container .promotion_title {
	color: #000;
    float: left;
    font-family: Didot;
    font-size: 58px;
    line-height: 1;
    margin-right: 4%;
    padding: 20px 0 20px 0;
    width: 28%;
}
.home_page_promotion_post_container .promotion_title h1 {
	line-height:1;
}
.home_page_promotion_post_container .promotion_content {
	background: rgba(0, 0, 0, 0) url("images/promotion_top_line.png") no-repeat scroll 0 0;
    float: left;
    margin-top: 63px;
    padding-top: 42px;
	padding-bottom:45px;
    width: 63%;
}
.home_page_promotion_post_container .promotion_content h3 {
	font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 19px;
    text-transform: uppercase;
	letter-spacing: 0.14em;
}
.home_page_promotion_post_container .promotion_content p {
	margin:5px 0;
	line-height:1.3;
}
.go_to_promo_container {
	display: inline-block;
    margin: 35px 0 0 10%;
    width: 100%;
	margin-left:10%;
	position:absolute;
}
.go_to_promo_container .go_to_promo {
	padding:10px 25px;
	font-family:"Josefin Sans";
	font-size:12px;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	font-weight:600;
	letter-spacing: 0.14em;
}
.go_to_promo_container .go_to_promo:hover { 
	border:2px solid #000;
	background-color:#fff;
	color:#000;

}
.designer_heading {
	color: #000;
    font-family: "didot";
    font-size: 58px;
    margin-left: 7.3%;
    margin-top: -82px;
    max-width: 290px;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.designer_heading h1 { 
	line-height:1;
}
.home_page_designer_post_container {
	display: inline-block;
    width: 100%;
	margin:30px 0 0 0;

}
.home_page_designer_post_container .inner_designer {
	float: left;
    margin: 0 0 0 1.29%;
    max-width: 402px;
    text-align: center;
    width: 100%;

}
.home_page_designer_post_container .row_first_inner_post {
	margin-left:0px;
}
.home_page_designer_post_container .row_last_inner_post {
	margin-right:0px;
}
.home_page_designer_post_container .designer_thumbnail {
	max-width: 416px;
	width: 100%;
	display:block;
	position:relative;
}
.designer_content_container{
	/*
    border-radius: 4px;
    font-size: 18px !important;
    height: auto;
    margin-top: -145px;
    max-width: 416px;
    opacity: 0;
    position: absolute;
    
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 999;*/
	background: rgba(217, 214, 215, 0.7) none repeat scroll 0 0;
    display: inline-block;
    height: auto;
   /* margin: 52% 0 0;*/
    opacity: 0;
    padding: 0 4%;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 91.8%;
	bottom:0;

	-webkit-transition:all ease-in-out .3s;
	-moz-transition:all ease-in-out .3s;
	-o-transition:all ease-in-out .3s;
	transition:all ease-in-out .3s;
}
.designer_content_container .designer_content {
	color:#000;
	font-family:"ProximaNova";
	font-size:13.5px;
	letter-spacing:0.08em;
	line-height:1.2;
	margin:10px 0;

}
/*.designer_content_container:hover{
	opacity: 1;
}*/
.designer_border_container {
	display: inline-block;
    height: auto;
    margin: -7% 0 0 -3%;
    opacity: 0;
    position: absolute;
    width: 107%;
	z-index:99;
}
/*.designer_border_container:hover {
	opacity: 1;
}*/
.home_page_designer_post_container .designer_title {
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	font-family:"Josefin Sans";
	margin:24px 0 14px 0;
	color:#000;
	letter-spacing: 0.14em;
}
.home_page_designer_post_container p {
	color:#000;
	line-height:1.2;
}

.find_out_more_container {
	 display: inherit;
    margin: -12px 0 82px;
    text-align: center;
    width: 100%;
}
.find_out_more_container .find_out_more {
	padding:10px 12px;
	font-family:"Josefin Sans";
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
	color:#fff;
	background-color:#000;
	letter-spacing: 0.14em;
}
.find_out_more_container .find_out_more:hover { 
	background-color:#fff;
	color:#000;
	border:2px solid #000;
}
.home_services_main_container {
	background-color:#F4F4F3;
	padding:35px 0;
	margin:30px 0;
}
.home_services_container {
	display: inline-block;
    padding: 0 5.4% 0 5.29%;
    width: 89%;
}
.home_services_container .service_content {
	float: left;
    min-height: 141px;
    text-align: center;
    width: 30%;
}
.service_content_center {
    width: 40% !important;
}
.home_services_container .service_content .service_heading {
	color:#454546;
	font-family:"Josefin Sans";
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	display: inline-block;
	letter-spacing: 1px;

}
.home_services_container .service_content p {
	margin-top: 0;
    padding-top: 30px;
}
.home_services_container .service_content img {

}

.newsletter_main_container {
	 background: rgba(0, 0, 0, 0) url("images/newletter_bg.jpg") repeat scroll 0 0;
    margin-bottom: 20px;
    padding-top: 15px;
    text-align: center;
    width: 96%;
	display:inline-block;
	border-top:5px solid #000;
	padding:0 2%;
}
.newsletter_main_container h3 {
	font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 0.14em;
}
.newsletter_main_container p {
	margin:2px 0 5px 0;
}
.home .span12 {
display:none;

}
 .row-fluid .span8 {
	width:100%;

 }
.open > a, .dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .current-menu-parent > a, .current-menu-item > a, .dropdown-menu > a:active, .dropdown-menu > a:focus, .dropdown-menu > a:hover {
 background:none !important;
}
.es_lablebox {
	display:none;
}
.es_textbox {
    display: inline-block;
    margin-left: 15px;
	
}
.es_textbox .es_textbox_class {
	color: #000 !important;
    font-family: josefin sans !important ;
    font-weight: bold !important;
}
/*.navbar-wrapper li:first-child {
	margin-left:0px;
}*/
.page .banner_container {
	display:none;
}
.innercontainer {
	min-height:300px;

}
.es_textbox_class {
	 border:none !important;
	 color:#000 !imporatnt;
	 font-family:josefin sans;
	 font-weight: bold;
}
.who_we_are_main_container {
	display: inline-block;
    padding: 0 10.4% 0 11.29%;
    width: 78.2%;
}
.who_we_are_left_container {
	float: left;
    padding-left: 4.16%;
    width: 50%;
}
.who_we_are_left_container .who_we_are_heading {
	color: #000;
    font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.14em;
    margin-top: 5px;
    text-transform: uppercase;

}
.who_we_are_left_container .images_text_img {
	margin-left: 8%;
    margin-top: -20px;
    position: absolute;
}
.who_we_are_left_container p {
	margin: 15px 0px;
}
.who_we_are_left_container .custom_para {
	margin-bottom:30px;
}
.who_we_are_right_container {
	float: left;
    width: 42.5%;
	margin-left:3.33%;
}
.who_we_are_bottom_container {
	display: inline-block;
    margin-top: 20%;
    width: 100%;
}
}
.who_we_are_bottom_container p {
	margin:12px 0;
}
.bottom_footer_container {
	background-color: #f4f4f3;
    display: inline-block;
    padding: 16px 10.4% 25px 11.29%;
    width: 78.3%;
}
.bottom_footer_container .footer_left_container {
	color:#000;
	float:left;
	width:50%;
}
.bottom_footer_container .footer_right_container {
	color:#000;
	float:left;
	width:50%;
	text-align:right;
}
.footer_logo_img {
	float:left;
}
.footer_brands_container {
	float:left;
	margin-left:47px;
}
.footer_brands_container img {
	margin-top:15px;
}
.footer_widget_main_container {
	background-color:#F4F4F3;
	 padding-bottom: 26px;
	 padding-top:20px;

}
.es_textbox_button.btn {
    letter-spacing: 2px;
} 
.main_pagination_container {
	width:100%;
	display:inline-block;
	margin: 35px 0 0 0;
}
.main_pagination_container .view_previous_container {
	float:left;
	width:33%;
	text-align: left;
}
.main_pagination_container .view_previous_container .previous_link {
	font-family:"Josefin Sans";
	font-size:10px;
	text-transform:uppercase;
	color:#000;
	font-weight:600;
	letter-spacing: 0.14em;
	cursor:pointer;
}
.woocommerce nav.woocommerce-pagination ul {
	border:none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border:none !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	font-family:"Josefin Sans";
	font-size:11px;
	text-transform:uppercase;
	color:#000;
	font-weight:600;
	letter-spacing: 0.14em;
}
.woocommerce nav.woocommerce-pagination ul li a {
	font-family:"Josefin Sans";
	font-size:11px;
	text-transform:uppercase;
	color:#000;
	font-weight:600;
	letter-spacing: 0.14em;
}
.main_pagination_container .woocommerce-pagination .page-numbers .prev {
	display:none;
}
.main_pagination_container .woocommerce-pagination .page-numbers .next {
	display:none;
}
.See_more_post_container {
	display: inline-block;
    width: 100%;
	text-align:center;
	cursor:pointer;
	float:left;
	width:100%;
}
.See_more_post_container .See_more_post {
	padding:10px 25px;
	font-family:"Josefin Sans";
	font-size:12px;
	text-transform:uppercase;
	background-color:#000;
	color:#fff;
	font-weight:600;
	letter-spacing: 0.14em;
}
.See_more_post_container .See_more_post:hover { 
	border:2px solid #000;
	background-color:#fff;
	color:#000;

}
/*-------------------------------Inner Custom Style-----------------------*/
.page .navbar-wrapper li:first-child {
	margin-left:0px;
}
.page .header_top_main_container .header_right_container {
	width:60%;
}
.page .navbar .nav > li > a {
	padding-top:4px;
	padding-bottom:30px;
}
.single .header_top_main_container .header_right_container {
	width:60%;
}
.single .navbar .nav > li > a {
	padding-top:4px;
	padding-bottom:30px;
}
.page .navbar .nav {
	padding:0px;
	width:88.5%;
	margin-right:0px;
}
.single .navbar .nav {
	padding:0px;
	width:88.2%;
	margin-right:0px;
}
.inner_brand {
	float:left;
	padding:11px 2.25% 9px 2.74%;
}
.page .header_top_main_container {
	width:50%;
}
.single .header_top_main_container {
	width:50%;
}
.page .logo_container {
	display:none;

}
.single .logo_container {
	display:none;

}
.page .header_top_main_container .social_icons_container {
	display:none;
}
.single .header_top_main_container .social_icons_container {
	display:none;
}
.page .inner_blog {
	margin-top:22px;
	margin-bottom:32px;
	min-height:535px;
}
.inner_blog {
	margin-top:32px;
	margin-bottom:32px;
}
.single  .banner_container {
	display:none;
}
.breadcrumb {
	display:none;
}
.well {
	display:none;
}
.contact-curtain{
	color: #000;
    font-family: Didot;
    font-size: 58px;
    line-height: 45px;
    padding: 53px 0 18px;
    text-align: center;
	letter-spacing: 2px;
}
.contact-send-us {
	color: #000;
    font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 35px;
    text-align: center;
    text-transform: uppercase;
	letter-spacing: 0.14em;
}
.contact-container {
	background: rgba(0, 0, 0, 0) url("images/contact_img_bg.jpg") repeat-y scroll 0 0 / 100% auto;
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10.4% 0 15.29%;
    width: 74.2%;
}
.contact-container-inner {
	display: inline-block;
	width:100%;
}
.contact-container-inner .wpcf7-form-control-wrap .wpcf7-form-control{
	border:none;
	
}
 .contact-container-inner .contact-text {
	color: #000;
    font-family: ProximaNova;
    font-size: 16px;
    font-weight: bold;
 }
.contact-submit {
    max-width: 150px !important;
    width: 100% !important;
}
.contact-container-inner .form_bottom_text {
	background: rgba(0, 0, 0, 0) url("images/contact_para_img.png") no-repeat scroll right bottom;
    display: flex;
    font-family: ProximaNova;
    font-size: 13.5px;
    letter-spacing: 0.08em;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 74%;
}
.contact-container-inner form {
	margin:0px;
}

.contact-container-inner  input, textarea, .uneditable-input {
	max-width:260px;
	width:88%;
	border:none;
	
}

.contact-container-inner select {
	max-width:260px;
	width:100%;
	border:none;
	padiing:5px 0;
	color: gray !important;

}
.contact-container-inner textarea {
	 height: 196px;
    padding-top: 5px;
}
.contact-container-inner .form_container_left {
	background: rgba(0, 0, 0, 0) url("images/contact_left_border.png") no-repeat scroll left top;
    float: left;
    list-style: outside none none;
    margin: 23px 0 0;
    max-width: 260px;
    padding: 20px 0 0 2.4%;
    text-align: center;
    width: 100%;

}
.contact-container-inner .form_container_left:after { 
	background:rgba(0, 0, 0, 0) url('images/contact_left_border.png') no-repeat scroll;
}
.contact-container-inner .form_container_middle {
	float: left;
    list-style: outside none none;
    padding: 42px 0 0 ;
	margin-left:2%;
	margin-bottom:15px;
	text-align:center;
	max-width:260px;
	width:100%;
}
.submit_container {
	background: rgba(0, 0, 0, 0) url("images/submit_left_img.png") no-repeat scroll left bottom;
	padding:0 0 32px;
}
.contact-submit {
	
}
.contact-container-inner .form_container_right {
	background: rgba(0, 0, 0, 0) url("images/submit_arrow.png") no-repeat scroll right bottom;
    float: left;
    list-style: outside none none;
    margin-bottom: 15px;
    max-width: 260px;
    padding: 42px 3% 10px 2%;
    text-align: center;
    width: 100%;
	/*background: rgba(0, 0, 0, 0) url("images/submit_left_img.png") no-repeat scroll left bottom;*/
}
/*.contact-container-inner li{
	float: left;
    list-style: outside none none;
    padding: 42px 0 0 ;
	margin-left:2%;
	margin-bottom:15px;
	text-align:center;
}*/
.contact-container-inner .form_container_right .recaptha_container {
	transform: scale(0.86);
	-webkit-transform:scale(0.86);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.contact-container li:first-child {
	margin:0px;
}

.contact_bottom_container {
	display: inline-block;
    margin: 20px 0;
    padding: 0 10.4% 0 11.23%;
    width: 78.2%;
}

.contact_border_img {
	/*background: rgba(0, 0, 0, 0) url("images/contact_bottom_border1.png") no-repeat scroll left bottom;*/
	border-image-slice: 27 27 27 27; 
	border-image-width: 20px 20px 20px 20px; 
	border-image-outset: 0px 0px 0px 0px; 
	border-image-repeat: stretch stretch; 
	border-image-source: url("images/contact_bottom_border1.png");
    padding: 0 6% !important;
}
.contact_bottom_container .contact_type {
	float: left;
    margin-left: 2%;
    padding: 0 2%;
    text-align: center;
    width: 25%;
}
.contact_bottom_container .contact_type .contact_heading {
	 color: #000000;
    font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 0.14em;
}
.contact_bottom_container .contact_type .contact_sub_heading {
	color: #000000;
    font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	margin:25px 0;
	letter-spacing: 0.14em;
}
.contact_bottom_container .contact_type .contact_number {
	color: #000000;
    font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
	margin-top:20px;
	letter-spacing: 0.14em;
}

.post_detail_container {
	display:inline-block;
	padding: 0 10.4% 0 11.29%;
    width: 78.2%;
}
.post_detail_container .post_detail_img {
	margin:0 2.82%;
	margin-top: 40px;
}
.post_detail_container .post_detail_content {
	display: inline-block;
    margin-top: 30px;
    padding: 0 10%;
}
.post_detail_container .post_detail_content h2 {
	 color: #000000;
    font-family: josefin sans;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
	letter-spacing: 0.14em;
}
.post_detail_container .post_detail_content p {

}
.title_bottom {
	border-bottom: 1px solid #000;
    color: #000000;
    font-family: Didot;
    font-size: 14px;
    margin: 0 12% 0 11.5%;
    text-align: center;
    width: 75.6%;
	padding:10px 0;
}

.wpcf7-not-valid {
    border: 1px solid red !important;
}

div.wpcf7-validation-errors {
    display: none !important;
}
.blog_custom_menu_container {
	margin: 0 10.4% 0 11.29%;
    width: 77.2%;
	border-bottom: 1px solid #000000;
	text-align: center;
}
.blog_custom_menu_container .blog_custom_link {
	border-left: 1px solid #000000;
    display: inline-block;
    font-family: Didot;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 4.9%;
}
.blog_custom_menu_container .blog_custom_link:first-child {
	margin-left:3%;
	border:none;
}
.blog_details_bottom_container {
	display:inline-block;
	border-bottom:1px solid #000000;
	padding:20px 0;
	margin: 20px 10.4% 20px 11.29%;
    width: 78.2%;

}
.blog_details_bottom_container .details_botton_tag_container {
	float:left;
	width:50%;

}

.blog_details_bottom_container .details_botton_tag_container a {
	border-left:1px solid #000000;
	padding:0 3%;
	font-family: Didot;
    font-size: 14px;
	text-transform: capitalize;
}
.blog_details_bottom_container .details_botton_tag_container a:first-child {
	border:none;
	padding-left:0px;
	
}
.blog_details_bottom_container .details_botton_share_container {
	float:left;
	width:50%;
	text-align:right;
}

.btn{
	border:1px solid black !important;
	max-width:350px;
}

.wpcf7-not-valid-tip{
	display:none !important;
}
.blog_detail_share_text {
	display: inline;
	font-family:Didot;
	font-size:14px;
	margin-left:5px;
}
.blog_details_icons { 
	margin-left:5px;
}
.terms_main_container {
	margin: 0 10.4% 0 11.29%;
    padding-left: 3.33%;
    width: 74.2%;
}
.terms_heading {
	display:inline-block;
	width:100%;
}
.terms_subheading {
	display:inline-block;
	width:100%;
}
.terms_heading h1 {
	font-family:Didot;
	font-size:24px;
}
.terms_subheading h2{
	font-size:14px;
	text-transform:uppercase;
}
.terms_left_text_container {
	float: left;
    max-width: 445px;
    width: 100%;
	display: inline-block;
}
.terms_right_image_container {
	display: inline-block;
    float: right;
    margin-left:3.62%;
    max-width: 436px;
    width: 100%;
}
.terms_custom_para {
	margin-bottom:30px;
}
.terms_bottom_container {
	display: inline-block;
    width: 100%;
}

/*-----------------------------------Woocomerce Custom Style---------------------------*/
.woocommerce-page .header_top_main_container .social_icons_container{
	display:none;
}
.woocommerce-page .logo_container { 
	display:none;
}
.woocommerce-page .banner_container{ 
	display:none;
}
.woocommerce-page .navbar .nav {
    margin-right: 0;
    padding: 0;
    width: 88.6%;
}
.woocommerce-page .header_top_main_container {
    width: 50%;
}
.woocommerce-page .header_top_main_container .header_right_container {
    width: 60%;
}
.woocommerce-page .navbar-wrapper li {

}

.woocommerce-page .navbar .nav > li > a {
    padding-bottom: 30px;
    padding-top: 4px;
}
.arc-header h1 {
	display:none;
}

#sidebar {
	display:none;
}

.post-type-archive #sidebar {
	display:inline;
}
/*.woocommerce-breadcrumb {
	display:none;
}*/
.woocommerce-breadcrumb {
	font-family:Didot;
	font-size:13px !important;
	width:78.2%;
	margin:10px 10.4% 0 11.29% !important;
	color:#000
}
.woocommerce-breadcrumb a {
	color:#000 !important;
}
.woocommerce-ordering {
	display:none;
}
.woocommerce-result-count {
	border-bottom: 3px solid #000;
    font-family: 'Didot';
    font-size: 20px;
    text-transform: uppercase;
	margin-bottom: 0 !important;
}
.page-description .page-title {
	float:right;
	max-width:300px;
} 
.page-description p {
	margin:0px;
}
.woocommerce .page-description {
	display:inline-block;
	margin-top:-60px;
	width: 100%;
}

.woocommerce  p {
	/*font-family:Didot;
	font-size:14px;*/
}
.descreption_bottom_icons {
	display: inline-block;
	 width: 100%;
}
.descreption_bottom_icons .product_social_icons {
	text-align:left !important;
}
.
#content {
	max-width:1240px;
	width:100%;
	margin: 0 auto;
}

.woocommerce-tabs .tabs {
	margin-bottom:0px !important;
	padding:0px !important;
	
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight:normal;
	font-family:Didot;
	font-size:30px;
	color:#000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border:none !important;
	padding:0 5px;
	background-color:#fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color:#000 !important;
	padding:4px;
	background-color:#fff;
	text-transform: capitalize;

}
.woocommerce div.product .avatar {
	display:none;

}
#review_form_wrapper {
	background-color: rgba(0, 0, 0, 0.1);
    border: 1px dotted gray;
    display: none;
    padding: 20px;
}
.add_review_container h2 {
	cursor: pointer;
    font-family: Didot;
    text-decoration: underline;
    text-transform: lowercase;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin:0px !important;
	border:none;
	padding:0px !important;
}
.woocommerce .star-rating {
	float:left;
	margin:5px 0;
}
.woocommerce #reviews #comments h2 {
	display:none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 5.16% 0 0;
    max-width: 278px;
    width: 100%;
	margin-top:40px !important;
}
.woocommerce div.product .product_title {
	padding-bottom: 30px;
}
.woocommerce ul.products li.product a img {
	margin-bottom:0px;
}
.woocommerce_page_title {
	display: inline-block;
    float: right;
    margin: -150px 13% 0 0%;
    position: relative;
    text-align: right;
    width: 100%;
    text-transform: capitalize;

}
.woocommerce_page_title .page-title p {
	font-family: "Didot";
    font-size: 58px;
    line-height: 1;
}
.shop_post_button {
	margin-bottom:60px;
	width:33%;
}
.page-title {
   /* position: absolute;
    width: 100%;*/
	line-height:1;
	/*line-height:1;*/
}
.shop_title_bottom_text {
	position: relative;
    text-align: right;
    width: 87%;
    margin-top: 33px;
    padding: 0 13% 0 0;
}

.shop_title_bottom_text h2 {
	text-transform:uppercase;
}
.woocommerce-page .navbar-wrapper li:first-child {
	margin-left:0px;
}

.woocommerce ul.products li.product h3 {
    float: left;
    font-family: josefin sans;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.14em;
    line-height: 1;
    margin: 0;
    padding: 0.5em 0;
    text-transform: uppercase;
    width: 70%;
}
.archive .single_product_container {
    margin: 0;
	width: 100%;
}
.single_product_container {
	margin: 30px 10.4% 40px 11.29%;
    width: 78.2%;
	
}
.single_product_container .up-sells {
	display:none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	max-width:438px;
	width:100%;

}
.woocommerce #slider {
	margin-bottom:20px;
}
.woocommerce .product_social_icons {
	margin:30px 0;
	text-align:center;
}
.product_social_icons img {
	margin-left:13px;
}
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	max-width:134px;
	width:100% !important;
}
.woocommerce div.product div.images div.thumbnails {
	margin-left:0px;
}
.single-product  .products {
	 margin: 0 !important;
    text-transform: uppercase;
    width: 100%;;
}
.related h2 {
	color: #000000;
    font-family: Didot;
    font-size: 30px;
    font-weight: normal;
    margin-top: 30px;
    text-transform: none;
}
.cart_and_wishlist_main_container {
    display: inline-block;
    width: 60px;
}
.cart_and_wishlist_main_container .price-label {
	display:none;
}
.cart_and_wishlist_main_container .add_to_cart_button {
	background:url('images/cart_icon.png') no-repeat !important;
    font-size: 0px !important;
    padding: 10px !important;
	background-color:none !important;
	display:inline-block !important;
	float:left;
}
.cart_and_wishlist_main_container .yith-wcwl-add-to-wishlist {
	display: inline !important;
}
.cart_and_wishlist_main_container .woocommerce-LoopProduct-link {
	display:none;
}
.cart_and_wishlist_main_container .yith-wcwl-add-to-wishlist .add_to_wishlist   {
	background: rgba(0, 0, 0, 0) url("images/wishlist_img.png") no-repeat scroll 0 0;
    display: inline-block !important;
    float: left;
    font-size: 0 !important;
    height: 18px;
    margin: 0 !important;
    width: 18px;
}

.cart_and_wishlist_main_container .woocommerce a.add_to_wishlist.button.alt:hover {
	background:transparent url("images/wishlist_img.png") no-repeat scroll 0 0 !important;
	color:none !important;
}

.cart_and_wishlist_main_container .add_to_cart_inline {
	border:none !important;
	padding:0 !important;
}
.cart_and_wishlist_main_container .woocommerce-Price-amount {
	display:none;
}
.moredetail_main_container {
	display: inline-block;
    float: right;
    text-align: right;
}
.moredetail_main_container a { 
	color: #000;
    display: inline-block;
    font-family: Didot;
    font-size: 14px;
    line-height: 0;
    width: 100%;
	text-transform: none;
}
.select_option_button .product_type_variable {
	padding:10px 18px !important;
}
.add_to_cart_button {
	/*background:url('images/cart_icon.png') no-repeat !important;
    font-size: 0px !important;
   /* padding: 10px 12px !important;*/
	background-color:none !important;
	display:none !important;
  
}
.summary p{
	display:inline-block;
}
.feedback {
	/*background: rgba(0, 0, 0, 0) url("images/wishlist_img_added.png") no-repeat scroll 0 0 / 18px 17px;*/
	background: rgba(0, 0, 0, 0) url("images/feedback_img.png") no-repeat scroll 0 0 / 18px 17px;
    display: flex;
    font-size: 0;
    padding: 0 10px;
}
.cart_and_wishlist_main_container a {
	display:none;
}
.woocommerce .yith-wcwl-add-to-wishlist {
	display:none;
}
.woocommerce .yith-wcwl-add-to-wishlist a {
	color: #298210;
    font-family: josefin sans;
    font-size: 13px;
    line-height: 0;
}

.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	display: none;
}
.woocommerce a.add_to_wishlist.button.alt  {
	background: rgba(0, 0, 0, 0) url("images/wishlist_img.png") no-repeat scroll 0 0;
    margin: 0 !important;
    padding: 12px 14px;
    width: 0px;

}

.woocommerce a.add_to_wishlist.button.alt:hover {
	background:transparent url("images/wishlist_img.png") no-repeat scroll 0 0 !important;
	color:none !important;

}
.woocommerce-LoopProduct-link .star-rating {
	display: none !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	/*background-color:transparent !important;*/
	background-color:#fff !important;
	color:#000 !important;
}
/*.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background:url('images/cart_icon.png') no-repeat;
    color: #fff;
    font-family: "Josefin Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    padding: 10px 12px;
    text-transform: uppercase;
	border-radius: 0 !important;
	border:1px solid #000;
}*/

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(2n), .woocommerce[class*="columns-"] ul.products li.product:nth-child(2n) {
	float:left;

}
.woocommerce div.product form.cart div.quantity { 
	width:100%;
}
.quantity .input-text {
	border:none;

}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration:none;
	color:#000 !important;
}
#tab-reviews {
	border-bottom:2px solid #000000;
	display: block !important;
}
#additional_info {
	display:none;
}
#tab-description , .description_tab{
	display:none !important;
}
#tab-additional_information , .additional_information_tab{
	display:none !important;
}
#additional_info h2 {
	display:none;
}
#additional_heading_two {
	display:none;
}


/*------------------------------------ Shop Menu Syle------------------------------------*/

.nav-collapse, .nav-collapse.collapse {
    z-index: 99999;
}

.menu-shop-menu-container {
    display: inline-block;
    width: 100%;
}
.woo-nav {
	background: transparent url("images/shop-menu_border.png") repeat-x scroll left 45px;
    padding: 5px 0;
    width: 96.4%;
}

.ajax_add_to_cart {
	display:none !important;
}


.menu-shop-menu-container #menu-shop-menu {
	border-bottom: 2px solid #000;
    display: inline-block;
    width: 100%;
	margin:0;
}
.menu-shop-menu-container #menu-shop-menu li {
	float: left;
    list-style: outside none none;
    margin-left: 1.6%;
    width: 18.7%;
	text-align: center;
}
.menu-shop-menu-container #menu-shop-menu li:first-child {
	margin:0px !important;
	text-align: left;
}
.menu-shop-menu-container #menu-shop-menu li:last-child {
	text-align:right;
}
.menu-shop-menu-container #menu-shop-menu li a {
	border-radius: 4px;
    font-family: "Josefin Sans";
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.14em;
    text-shadow: none;
    text-transform: uppercase;
	width:100%;

}
.woocommerce ul.products li.product .price {
	color: #000 !important;
    float: left;
    font-family: "josefin sans";
    font-size: 14px;
    font-weight: bold;
    width: 50%;

}

.woocommerce ul.products li.product .price ins {
	text-decoration:none;
}
.sub-menu {
	display:none;
}
.woocommerce span.onsale {
	top:unset;
	display:none;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color:none !important;
}
.single_add_to_cart_button {
	color:#ffffff !important;
	background-color:#000000 !important;
	font-family: "Josefin Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    padding: 10px 12px;
    text-transform: uppercase;
	border-radius: 0 !important;
	border:1px solid #000 !important;

}
.single_add_to_cart_button:hover { 
	color:#000 !important;
	background-color:#fff !important;

}
.rp_wcdpd_pricing_table td.last_cell {
	display:none;
}

.rp_wcdpd_pricing_table td {
	border: 1px solid #000;
    color: #000;
    font-family: josefin sans;
    font-size: 14px;
    letter-spacing: 0.3em;
    padding: 5px 10px;
}

.rp_wcdpd_product_page_title {
    color: #000;
    font-family: "josefin sans";
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;

} 
.product_meta {
	display:none;
}


.banner_container {
    display: inline-block;
    max-width: 1240px;
    position: relative;
    width: 100%;
}

#main_image_section {
	width: 100%;
	height:574px;
}
#main_image_section img{
	position:absolute;
}

#main_image_section a{
	background: red none repeat scroll 0 0;
	position: absolute;
	z-index: 99;
	opacity:0;
}

#main_image_section a.link-1{
	height: 140px;
    margin-left: 884px;
    margin-top: 293px;
    width: 300px;
}

#main_image_section a.link-2{
	height: 150px;
    margin-left: 632px;
    margin-top: 284px;
    width: 250px;
}

#main_image_section a.link-3{
	height: 62px;
    margin-left: 77px;
    margin-top: 0;
    width: 555px;
}

#main_image_section a.link-4{
	height: 400px;
    margin-left: 77px;
    margin-top: 62px;
    width: 555px;
}
.variations_form label {
	font-family: "josefin sans" !important;
	font-size: 13px !important;
    font-weight: bold !important;
	color:#000 !important;
}
.variations_form .woocommerce-variation-price .price {
	font-family: "josefin sans";
    font-size: 14px;
    font-weight: bold;
	color:#000 !important;
}
.variations .label {
	background-color: transparent;
    display: table-row-group;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.variations {
	margin-bottom:0px !important;
}
.variations tr {
   /* float: left;
    margin-right: 2%;
    width: 30%;*/
	display: inline-block;
    float: left;
    margin-right: 2%;
    overflow: hidden;
    width: 85%;
   /* width: 31%;*/
}

.variations select {
    border: 1px solid lightgray;
    color: #000;
    font-family: "ProximaNova";
    /*width: 250px;*/
	height: 25px;
	width:200px;

}
/*.woocommerce div.product form.cart .variations select {
    border: medium none;
    display: inline-block;
    margin-right: 1em;
    max-width: 120px;
    min-width: 100%;
    padding: 0 5px;
}*/


.woocommerce #reviews h3 {
    color: #000;
    font-family: Didot;
    font-weight: bold;
    margin: 0;
}
#commentform p label {
	color:#000;
}

.woocommerce #review_form #respond .form-submit input {
    background-color: #000;
    color: #fff;
    left: auto;
    max-width: 150px;
    width: 100%;
}
.woocommerce-product-rating {
	display:none;
}
#review_form #comment{
	 border: 1px solid #000;
    height: 200px !important;
    max-width: 500px;
    width: 100%;

}
.coupon #coupon_code {
	border: 1px solid #000 !important;
    box-sizing: unset;
    color: #d0d0d0;
    font-family: Verlag;
    font-size: 14px;
    font-weight: normal;
    max-width: 300px;
    padding: 0 6px;
    text-align: center;
    width: 100%;
}
.coupon .button {
	background-color:#000 !important;
	color:#fff !important;
}
.coupon .button:hover { 
	background-color:#fff !important;
	color:#000 !important;

}
.coupon .btn {
	background-color:#000 !important;
	color:#fff !important;
}
.woocommerce table.shop_table {
	border:0px !important;
}
.woocommerce table.shop_table th {
    border-bottom: 2px solid #000 ;
    color: #000;
    font-family: Verlag;
    font-size: 11px;
    letter-spacing: 0.14em;
    padding: 8px 0 !important;
    text-transform: uppercase;
	font-weight:normal !important;
	background-color:#ffffff !important;
	
}
.woocommerce table.shop_table .cart-subtotal td {
	font-size:13px;
}
.woocommerce table.shop_table .order-total td {
	font-size:13px;
}
.cart-collaterals th {
	width:69% !important;
	border-bottom:1px solid #D1D1D1 !important;
}
.cart-collaterals {
	float:right;
}

.cart-collaterals .cart_totals  {
	margin-top:-120px;
}
.cart-collaterals .order-total th, td {
	font-size:14px;
}
.cart-collaterals td {
	border-top: 0px !important;
	border-bottom:1px solid #D1D1D1 !important;
}

.woocommerce table.shop_table td {
    color: #000;
    font-family: Verlag;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
	border-top:1px solid #D1D1D1;
	/*vertical-align:top;
	padding:30px 0%;*/

}
.cart_main_container .cart td {
	text-align:center;
}

.woocommerce table.shop_table .product-name{
	float: left;
    padding: 30px 2%;
    text-align: left;
    width: 100%;
}
.product_name_main_container {
	min-height:85px;
}
.woocommerce table.shop_table .cart_item .product-name .cart_product_name {
	display: inline-block;
   /* min-height: 85px;*/
}

.woocommerce table.shop_table .product-name a { 
	color:#000;
}	
.woocommerce table.shop_table .product-thumbnail img {
	width:110px;
}
.woocommerce table.shop_table .product-thumbnail {
	max-width: 80px;
    padding: 30px 0 30px 20px;
}

.woocommerce table.wishlist_table .product-remove {
	display:inline !important;
}
.woocommerce table.shop_table .product-remove {
	display:none;
}
.woocommerce table.shop_table .product-price, .product-quantity , .product-subtotal {
	text-align:center;
}
.woocommerce table.shop_table .product-quantity {
/*	position: relative;*/
}
.woocommerce table.shop_table .product-quantity .quantity {
/*	position: inherit;
    top: -32px;*/
}

.woocommerce table.shop_table .product-subtotal {
	/*font-size:13px !important;
	/*position: relative;*/

}
.woocommerce table.shop_table .product-price {
	/*font-size:13px !important;
	/*position: relative;*/
}
.woocommerce-Price-amount.amount {
   /* position: inherit;
    top: -40px;*/
	font-size:13px !important
}
woocommerce td.product-name dl.variation {
	font-family: josefin sans;
    letter-spacing: 0.14em;
}
.checkout-button {
	background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    float: right;
    font-family: verlag;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: 0.14em;
    padding: 8px 20px !important;
    text-transform: uppercase;
}
.checkout-button:hover {
	background-color:#fff !important;
	color:#000 !important;
}
.woocommerce-message a:hover {
	background-color:#fff !important;
	color:#000 !important;
}
.woocommerce-message a {
	background-color:#000 !important;
	color:#fff !important;
	border:1px solid #000 !important;
	text-transform: uppercase;
	font-family: 'josefin sans';
	padding:5px;
	margin-top: -4px !important;
}
.woocommerce-message {
	
}
.shop_table .cart_item {
	font-family: 'josefin sans';
    letter-spacing: 0.14em;
}
.shop_table .cart_item p {
	margin-top:0px;
	font-family:josefin sans;
}
.shop_table .cart_item .variation p, .variation {
	color: #000;
    font-family: 'Verlag';
    font-size: 10px;
    margin-bottom: 0 !important;
	margin-top: 0 !important;
	
}
.shop_table .cart_item .variation p {
	margin-top:2px;
}

.cart_totals h2  {
	text-transform:uppercase;
}
.woocommerce .woocommerce-MyAccount-navigation {
}
.woocommerce .woocommerce-MyAccount-navigation li {
	border-bottom: 2px solid #000;
    list-style: outside none none;
    margin-bottom: 10px;
    padding: 0 0 8px;
	list-style:none;
	margin-bottom:10px;
	
}
.woocommerce .woocommerce-MyAccount-navigation a {
    color: #000;
    font-family: josefin sans;
    font-weight: bold;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.woocommerce .woocommerce-MyAccount-navigation a:hover {
	  color: #adadad;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width:20% !important;
	margin-right:2%;

}

.woocommerce-account .woocommerce-MyAccount-content {
	width:78% !important;
}
.woocommerce-account .woocommerce-MyAccount-content p {
	font-family: josefin sans;
    letter-spacing: 0.14em;
	color:#000;
}
.woocommerce-account .woocommerce-MyAccount-content h3 {
	text-transform:uppercase;
}
.woocommerce .checkout_main_container .col-1 ,.colo-2 p {
	font-family: Verlag;
    letter-spacing: 0.14em;
	color:#000;
}
.woocommerce .checkout_main_container .col-1 .checkbox{
	background-color: #000;
    border-radius: 0;
    color: #fff;
    font-family: Verlag;
    font-size: 12px;
    letter-spacing: 0.14em;
    padding: 5px 20px;
    text-transform: uppercase;
	border:1px solid #000;
}
.woocommerce .checkout_main_container .col-1 .checkbox:hover{
	background-color: #fff;
    color: #000;
}
.woocommerce .checkout_main_container .col-1 .input-checkbox {
	display:none;

}
.add_info_wccs h3 {
	font-size:14px;
	font-family:Didot;

}
.woocommerce .checkout_main_container .col-1 strong {
	text-transform:uppercase;
}
.woocommerce .checkout_main_container .col-2 strong {
	text-transform:uppercase;
}
.woocommerce .checkout_main_container #order_review_heading {
	border-bottom: 3px solid #000;
    font-family: Verlag;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase

}

.woocommerce .woocommerce-checkout-review-order-table th {
	border:none !important;
}
.woocommerce .order_details th {
	border:none !important;
}

.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th {
	border-top:1px solid #d1d1d1 !important;
}
.woocommerce .woocommerce-checkout-review-order-table .shipping th {
	border-top:1px solid #d1d1d1 !important;
}
.woocommerce .woocommerce-checkout-review-order-table .order-total th {
	border-top:1px solid #d1d1d1 !important;
}
.woocommerce .woocommerce-checkout-review-order-table {
	/*padding-left: 20px;*/
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item .product-name {
	/*color:#c7c6ca;*/
	padding: 15px 2%;
    width: 96%;
}
.woocommerce .woocommerce-checkout-review-order-table .cart_item .product-total {
	/*color:#c7c6ca;*/
	padding: 10px !important;
   /* vertical-align: top;*/
}
.woocommerce-MyAccount-content select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border: 1px groove #000;
    color: #666;
    /*font-family: Verlag;*/
	font-family:ProximaNova;
    font-weight: normal;
    min-height: 30px;

}
.woocommerce-account .woocommerce-MyAccount-content a {
	text-transform:uppercase;
	border:1px solid:#000;
} 
.woocommerce-Address {
	width:47% !important;
}
.single_product_container .woocommerce-product-rating {
	display:none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #000;
    border-radius: 0;
    float: right;
    font-family: josefin sans;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.additional_info_container {
	float: left;
    width: 50%;
}
.additional_info_container h2 {
	font-family: josefin sans;
    letter-spacing: 0.14em;
    text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
}
.description_container {
	 float: left;
    width: 44%;

}
.description_img {
	display:none;
}

.description_container h2 {
	font-family: josefin sans;
    letter-spacing: 0.14em;
    text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
}
#description h2 {
	/*display:none;*/
}
#description_heading_two {
	display:none;
}

.faq_main_container {
    display: inline-block;
    padding: 0 15%;
    width: 70%;
}

.faq_type {
    display: inline-block;
    margin-bottom: 30px;
    width: 80%;
}

.faq_type h1 {
	font-size:24px;
	margin:10px 0;
} 
.faq_type h2{
	margin:8px 0;
	background:rgba(0, 0, 0, 0) url("images/plus_icon.png") no-repeat scroll right bottom;
	
}

.faq_type a{
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
} 



.loop-product-content {
    display: inline-block;
    width: 100%;
}

.loop-product-title {
    float: left;
    width: 60%;
}
.loop-product-title h3{
	width:100% !important;
	display:inline !important;
}

ul.products li a.woocommerce-LoopProduct-link h3{
	display:none;
}

.product_type_external {
	display:none !important;
}
.loop-product-button {
    display: inline-block;
    text-align: right;
    width: 40%;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
}

.loop-product-button .yith-wcwl-wishlistaddedbrowse a{
    display: none !important;
}

.woocommerce-pagination {
	/*display:none;*/
}
.woocommerce .title {
	background:#000 !important;
	border:none !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.woocommerce .title h3 {
	color:#fff !important;
	text-transform:uppercase;
}
.woocommerce .edit {
	 color: #fff !important;
    font-family: josefin sans;
    letter-spacing: 0.14em;
    margin-top: 15px;
}
.design_guide_page_title {
	display: inline-block;
    float: right;
    margin: -77px 14% 0 10%;
    max-width: 500px;
    position: relative;
    text-align: right;
    width: 100%;
}
.design_title_bottom_text {
	display: inline-block;
    float: right;
    margin: 40px 14% 0 0%;
    max-width: 500px;
    position: relative;
    text-align: right;
    width: 100%;
}
.design_title_bottom_text h2 {
    text-transform: uppercase;
}
.designguide_main_container {
	display: inline-block;
    padding: 30px 10.4% 0 11.29%;
    width: 78.2%;
}
.designguide_main_container .design_type {
	 display: inline-block;
    float: left;
    margin-left: 1%;
    max-width: 223px;
    width: 100%;
}
.designguide_main_container h1 {
	display: inline-block;
    font-size: 24px;
    margin-top: 40px;
    width: 100%;
} 
.designguide_main_container .first_design_type {
	margin-left:0px !important;;
}
.design_download_link_container {
    bottom: 15px;
    display: inline-block;
    height: auto;
    padding: 0 4%;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 91.8%;
}
.design_download_link_container a {
	background-color: #000;
    color: #fff;
    font-family: "Josefin Sans";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14em;
    padding: 8px 10px;
    text-transform: uppercase;
}
.designguide_main_container .design_type .design_image_container {
	display: block;  
    position: relative;
    
}
.design_videos_img_container {
	display:inline-block;
	width:100%;
}
.designguide_main_container .design_type h2 {
	text-transform:uppercase;
	text-align:center;
}
.designguide_main_container .design_videos_type {
	float: left;
    margin-left: 1%;
    margin-top: 10px;
    max-width: 452px;
    width: 100%;
}
.designguide_main_container .Diy_videos_heading {
	margin: 30px 0;
}
.designguide_main_container .design_videos_type h2 {
	text-transform:uppercase;
	text-align:center;
}


.footer .footer_widget_main_container .header {
    padding: 0 7% !important;
}

.woo-inner-container {
    margin: 50px 10.4% 0 11.29%;
    width: 78.2%;
}

.woo_sidebar {
    display: inline-block;
    width: 100%;
}

.woo_sidebar .box.widget {
    display: inline-block;
    float: left;
    margin-right: 2%;
    width: 17.6%;
	overflow: hidden;
}

.woo_sidebar .box.widget .textwidget .woocommerce-ordering{
	display:inline-block;
}
.woo_sidebar .box.widget h3 {
    border: 0 none;
    font-size: 9pt;
    padding-bottom: 0;
    text-transform: uppercase;
}
.woo_sidebar .box.widget h3 span{
	border: 0 none;
}
.woo_sidebar .box.widgetv orderby {
	border: 0 none !important;
}

.woo_sidebar .box.widget select {
     border: 0 none !important;
    font-family: josefin sans;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    width: 120% !important;
	letter-spacing: 0.14em;
	padding:0;
}
.woo_sidebar .box.widget select option {
	padding:5px;
}

.woo-nav nav { background:none; }

.woo-nav nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.woo-nav nav ul li {
   /* display: inline-block;*/
    margin-left: 0;
	/*border-bottom: 2px solid #000;*/

}
/*.woo-nav nav ul li:hover {
	border-bottom: 0px solid #000;
}
.woo-nav nav ul li ul li:first-child { 
	border-top: 2px solid #000 !important;
}*/
.woo-nav nav ul li ul li {
	border-bottom: 0 solid #000 !important;
    float: none !important;
    padding-left: 5%;
    text-align: left !important;
    width: 100% !important;
}
.woo-nav nav ul li a {
	background-position: left bottom;
    color: #000;
    display: block;
   /* margin: 0 11% 10px;*/
   margin: 0 0% 10px;
    padding: 5px 0;
    transition: all 0.3s linear 0s;
}

.woo-nav nav ul li a:hover {
  /*background: rgba(0, 0, 0, 0) url("/wp-content/themes/heavenly/images/shop-nav-bg.jpg") no-repeat scroll left bottom;*/
  color:#adadad;

}
/*.woo-nav nav ul li .sub-menu  {
	border-top:3px solid #000;
}
*/
.woo-nav nav ul li ul {
   /* background: white none repeat scroll 0 0;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
    display: none;
    float: left;
    height: auto !important;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
	text-align: center;*/
	background-clip: padding-box;
   /* background-color: #ffffff;*/
    display: none;
    list-style: outside none none;
    margin: 10px 0 0;
    max-width: 150px;
    padding: 5px 0;
    position: relative;
    top: 100%;
    z-index: 1000;
	width:100%;

}



.woo-nav nav ul li ul li:first-child { border-top: none; }

.woo-nav nav ul li:first-child a{ margin: 0; }
.woo-nav nav ul li:last-child a{ margin: 0; }
.woo-nav nav ul li ul li:first-child a{ padding-left: 0; }
.woo-nav nav ul li ul li:last-child{ text-align:left !important; }


.woo-nav nav ul li ul li a {
	/*display: block;
    font-family: "Didot" !important;
    font-size: 13px !important;
    font-weight: normal !important;
    margin: 0;
    padding: 10px 14px;
    text-transform: capitalize !important;*/
	display: block;
    font-family: "josefin sans" !important;
    font-size: 10px !important;
    font-weight: bold !important;
    margin: 0;
    padding: 0px 0px;
    text-transform: uppercase !important;
	letter-spacing: 0.14em;
}

.woo-nav nav ul li ul li a:hover { 
	color:#cfcfcf;
	background: none;
}

.woo-nav nav .fa.fa-angle-down { margin-left: 6px; }

.woocommerce .quantity input.qty {
    border: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
	background-color: #ededef;
	box-shadow:none !important;
}

ul.wc_payment_methods {
    border-top: 0px solid #d3ced2;
	border-bottom: 0px solid #d3ced2 !important;
    margin-top: 15px !important;
    padding: 10px 0 !important;
}

.wc_payment_methods li {
    list-style: outside none none !important;
}

.wc_payment_methods li input {
    float: left;
    margin-top: 3px !important;
}

#place_order{
	border:1px solid black !important;
}
#place_order:hover{
	color:#000 !important;
}

.button{
	border-radius:0px !important;
}
.toggle_text {
	color: #000000;
    font-family: "ProximaNova";
    font-size: 13.5px;
    letter-spacing: 0.08em;
	line-height: 1.2;
}
.woocommerce .wishlist_table td.product-add-to-cart a { 
	background-color: #000 !important;
    color: #fff;
    font-family: josefin sans;
    font-size: 14px;
	border:1px solid #000;
	text-transform:uppercase;

}
.woocommerce .wishlist_table td.product-add-to-cart a:hover { 
	background-color: #fff !important;
    color: #000 !important;
}
.wishlist_table th {
	color:#000;
}

legend {
    border-bottom: medium none;
    color: #000;
    font-family: josefin sans !important;
    font-weight: bold;
    margin-bottom: 0;
	font-size:14px;
	text-transform:uppercase;
}
.shop_attributes tr {
	border-bottom:1px solid #666;
}
.shop_attributes th {
	border: medium none !important;
	color: #000000;
    font-family: "ProximaNova";
    font-size: 13.5px;
    letter-spacing: 0.08em;
    line-height: 1.3;
	font-weight:normal !important;
	background: #ffffff none repeat scroll 0 0 !important;
	
}
.shop_attributes td {  
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    font-family: didot;
    font-style: normal !important;
}
.woocommerce table.shop_attributes {
	border:none !important;
}
.summary .cart {
	/*background: rgba(0, 0, 0, 0) url("images/add_to_cart_bottom_img.png") no-repeat scroll center bottom;*/
    float: left;
    margin-bottom: 0 !important;  
   width: 50%;


}
.summary .sample {
	margin-top:60px;
}
.pro-orig-price {
	font-family:'josefin sans';
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}
.pro-sale-price {
	font-family:'josefin sans';
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
}
.product_title {
	font-size:36px;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.qty_main_container .quantity {
    margin-bottom: 0px !important;
}
.quantity {
    margin-bottom: 27px !important;
}
.qty {
	border: medium none !important;
    font-weight: bold;
    padding: 0 !important;
    width: 28px !important;

}
.qty_main_container {
	background-color: #ededef;
    display: inline-block;
    padding: 2px 5px;
}
.qty_heading {
	font-family:'josefin sans';
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	margin-right:8%;
}

.qty_main_container    {
	margin-bottom:0px !important;
}
.qty_button {
	background-color: transparent;
    border: medium none !important;
    color: #000;
    display: inline-block;
    height: 30px;
    min-width: 16px;
    padding: 0;
}
.wishlist-title h2 {
	text-transform:uppercase;
}
#customer_login  h2{
	text-transform:uppercase;
}


.woocommerce form label {
	/*color: #c7c6ca;*/
    font-family: Verlag;
    font-size: 11px;
    text-transform: uppercase;
}

.yith-wcqv-button {
    display: none !important;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    height: 70% !important;
}
.woocommerce .woocommerce-Button {
    background-color: #000 !important;
    color: #fff !important;
}
.woocommerce .woocommerce-Button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.add-to-cart_container {
	/* background: rgba(0, 0, 0, 0) url("images/add_to_cart_bottom_img.png") no-repeat scroll center bottom;*/
    display: inline-block;
    float: left;
    margin-right: 4%;
    padding-bottom: 25px;
}

.variations .reset_variations {
    display: none !important;
}
.summary #sample-atc {
	display: none;
}
.add-sample-to-cart_container {
	display:inline-block;
	float:left;
}
.single_product_container .summary .price-label {
	color: #000;
    font-family: "josefin sans";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#yith-quick-view-content .additional_info_container {
	display:none;
}
.shop_table .button {
	background-color:#000 !important;
	color:#fff !important;
}
.shop_table .button:hover{
	background-color:#fff !important;
	color:#000 !important;
}
.cart_item .quantity{
	margin-bottom:0px !important;;
	color:#555555;
}
.cart_item .quantity .qty_heading {
	display:none;
}

.cart_main_container {
	 display: inline-block;
    margin: 60px 10.4% 80px 11.29%;
    width: 78.2%;
}


.woocommerce .woocommerce-message {
	 border-top: 1px solid #000000 !important;
   border-bottom: 1px solid #000000 !important;
    color: #000;
    font-family: Didot;
    letter-spacing: 1px;
   /* margin: 0 10.4% 0 11.29%;
    width: 78.2%;*/
	text-align:center;
	margin-top:10px;
	background-color:#ffffff !important;
	margin-bottom:30px;

}
.cart_bottom-container {
	display: inline-block;
    margin: 20px 10.4% 0 11.23%;
    width: 78.2%;
}
.cart_bottom-container .cart_type {
	float: left;
    margin-left: 3.5%;
    width: 31%;
}
.cart_bottom-container .cart_type .cart_heading h1 {
	font-size:30px;
}
.cart_bottom-container .cart_type .cart_heading {
	margin-bottom:10px;
	display: inline-block;
}
.coupon_conatiner {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    float: left;
    padding-bottom: 25px;
    width: 45%;
}
.coupon_conatiner .coupon-heading h1 {
	font-size: 14px;
    padding: 5px 0;
    text-align: left;
    text-transform: none;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon  {
	width:100%;
}
.product-name-bottom_container {
	display: flex;
    font-size: 10px;
    font-weight: normal;
}
.product-name-bottom_container a {
	padding: 0 5px;
}
.product-name-bottom_container .edit_link {
	cursor:pointer;
}
.paypay_container {
	color: #000;
    display: inline-block;
    float: left;
    font-family: Verlag;
    font-size: 14px;
    text-align: right;
    width: 68%;
}
.paypay_container a {
	margin-right:5px;
}
.secured_conatiner {
	text-align:right;
}
.coupon .apply_btton {
	 padding: 9px 25px !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}
.update_button  {
	display:none !important;
}
.cart-collaterals .cart_totals  h2{
	display:none;
}
.checkout_main_container {
	display: inline-block;
    margin: 0px 10.4% 40px 11.23%;
    width: 78.2%;
}
.checkout_main_container .place-order {
	float:left;
}
.checkout_main_container h1 {
	border-bottom: 3px solid #000;
    font-family: "Verlag";
    font-size: 11px;
    padding: 10px 0;
    text-transform: uppercase;
	background-color:#ffffff !important;
}
.woocommerce .woocommerce-info {
   background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    color: #000;
    font-family: Didot;
    letter-spacing: 1px;
    margin: 10px 10.4% 10px 11.29%;
    padding: 5px !important;
    text-align: center;
    width: 78.2%;
}
.woocommerce .woocommerce-info p {
	 float: left;
    font-family: Didot;
    margin: 7px 0;
    padding: 0;
    width: 80%;
}
.woocommerce .woocommerce-info .showcoupon{
	background-color: #000;
    border-radius: 0;
    color: #fff;
    float: right;
    font-family: Verlag;
    font-size: 12px;
    letter-spacing: 0.14em;
    padding: 5px 20px;
    text-transform: uppercase;
	border:1px solid #000;

}
.woocommerce .woocommerce-info .showcoupon:hover{ 
	background-color: #fff;
    color: #000;
}
.woocommerce .woocommerce-info .showlogin {
	   background-color: #000;
    border-radius: 0;
    color: #fff;
    float: right;
    font-family: Verlag;
    font-size: 12px;
    letter-spacing: 0.14em;
    padding: 5px 0px;
    text-transform: uppercase;
    border: 1px solid #000;
    max-width: 135px;
    width: 100%;
    text-align: center;
}
.woocommerce .woocommerce-info .showlogin:hover{ 
	background-color: #fff;
    color: #000;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
	content:none;
}

.checkout_bottom_container {
	margin: 0px 10.4% 0 11.23%;
    width: 78.2%;
}
.summary li {
	font-family:'ProximaNova';
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background:none !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
	border-bottom:0px !important;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes td {
	font-family:'ProximaNova';
	color:#000;
}

body.woocommerce {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
}
.woocommerce .cart_empty_main_container {
	text-align:center;
	display:inline-block;
	width:100%;
}
.woocommerce .cart_empty_main_container a {
	background-color: #000000;
    border: 1px solid #000;
    border-radius: 0;
    color: #ffffff ;
    font-family: "Josefin Sans";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    padding: 10px 12px;
    text-transform: uppercase;
}
.Termsandcondition_conatainer {
	color: #000;
    display: inline-block;
    float: left;
    
    margin-top: 15px;
    width: 60%;
}
.Termsandcondition_conatainer .termsandcondition_checkbox {
	margin:0 5px 0 0 !important;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
	line-height: 1.6;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal !important;
}
/*.wc-terms-and-conditions {
	display:none;
}*/

mark {
    background-color: #fff;
    display: none !important;
}
.wc-terms-and-conditions .checkbox {
	font-family: Didot;
    font-size: 14px;
    letter-spacing: 1px;
	text-transform: none;
}
.radio, .checkbox {
	padding-left:0px !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#000 !important;
	font-weight:bold;
}
.yit-wcan-select-open:active {
	background:none !important;
}
.yit-wcan-select-open {
	border: medium none !important;
    border-radius: 4px;
    color: #000 !important;
    font-family: "Josefin Sans";
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.14em;
    margin-top: 0;
    padding: 6px;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
	background:none !important;
}
.yith-wcan-select-wrapper {
	border:0px !important;
	max-height:180px !important;
	opacity:0;
}
/*.yith-wcan-select-wrapper ul li {
	background:url("images/filter_bg_img.png") no-repeat;
}*/

.woo_sidebar .widget h3{
	display:none;
}
.yith-wcan-select-wrapper ul li a {
	color: #000 !important;
    font-family: "Josefin Sans";
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.14em;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	background: rgba(0, 0, 0, 0) url("images/filter_bg_img.png") no-repeat scroll left center;
	padding:0 10px;

}

.yith-wcan-select-wrapper ul li a:hover {
	color:lightgrey !important;
}
.yith-wcan-select-wrapper ul li:hover {
	border-bottom: 0px solid transparent !important;
    border-top: 0px solid transparent !important;
    padding: 1px 8px !important;
	box-shadow:none !important
}

.yith-wcan li a {
	color: #000 !important;
    font-family: "Josefin Sans";
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.14em;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	background: rgba(0, 0, 0, 0) url("images/filter_bg_img.png") no-repeat scroll left center;
	padding:0 10px;
}
.woo-inner-container .variations {
	display:none;
}
.woo-inner-container .variations_form .pa_colours {
	display:block !important;
}

.woo-inner-container .variations_form .colour select{
	width:100% !important;
}
.products .variations {
	display:none;
}
.products .variations_form .pa_colours {
	display:block !important;
}

.products .variations_form .colour select{
	width:100% !important;
}
.yith-wcbm-badge {
	font-family:Didot;
	text-transform:lowercase;
}
.autocomplete-suggestions {
    z-index: 999999 !important;
	padding:10px !important;
	max-height:500px !important;
}
.autocomplete-suggestion {
	padding:0px !important;
	font-family: "Josefin Sans";
    font-size: 11px !important;
    font-weight: bold;
    letter-spacing: 0.14em;
    text-shadow: none;
    text-transform: uppercase;
}
.autocomplete-suggestion:hover {
	color:#adadad;
}
.footer_widget_main_container .yith-ajaxsearchform-container  {
	display:none;
}
.wc_ps_container {
	 height: 30px !important;
    margin-bottom: 0 !important;
    margin-top: -5px;
}
.wc_ps_container .wc_ps_nav_field #wc_ps_search_keyword_2 {
	padding: 0px !important;
	color: #adadad !important;
	border: none;
	box-shadow: 0 0 0 #fff;
}
.wc_ps_nav_submit {
	display:none;
}
.prdctfltr_wc.prdctfltr_maxheight .prdctfltr_add_scroll {
    overflow: unset !important;
    padding: 2px 0;
}
/*--------Main menu Custom style -----------------------------*/
#menu-main-menu .dropdown-menu li {
	margin-left:0px !important;
}
.dropdown-menu {
	border:none !important;
	box-shadow:none !important;
}
.dropdown-menu li ul {
	/*background-color:transparent;
	 position: inherit;
	 display:block;
	 left:0% !important;*/
}
.dropdown-menu li a {
	border-bottom: 0px solid #000 !important;
}
.dropdown-menu li ul li a { 
    border-radius: 4px;
    font-family: "Josefin Sans";
    font-size: 9px;
    font-weight: bold !important;
    letter-spacing: 0.14em;
    line-height: 25px !important;
    text-shadow: none;
    text-transform: uppercase;
	/*color:#adadad !important;*/
	padding:0 20px;
}


.dropdown-submenu > .dropdown-menu {
	border-radius:0px !important;
}

.mc-field-group {
	display:inline-block;
	margin:10px 0 10px 15px;
}
.subscribe_button {
    display: inline-block;
    margin: 10px 0 5px;
    width: 100%;
}
.required {
	width:258px;
	font-family:"Josefin Sans" !important;
	font-weight:bold !important;
	border:0px !important;
	color:#000 !important;
}



.home_bottom_brands_container {
	display:inline-block;
	width:89%;
	margin-top:20px;
	padding:0 5.4% 0 5.29%;
}
.home_bottom_brands_container h2 {
	color:#454546;
	font-size:18px;
	text-align:center;
	margin:20px 0;
}
.slick-dots {
	display:none !important; 

}
.slick-prev {
	display:none !important;
}
.slick-next {
	display:none !important;
}
.brand-count {
	display:none;
}
.button {
	background-color:#000 !important;
	color:#fff !important;
}

.wb-bx-controls-direction {
	display:none;
}

.woo-nav-icon-container {
	display:none;
}
.woo-nav-icon-container .prdctfltr-bars {
	font-size:24px;
	cursor:pointer;
}

.slider_banner {
	position:absolute;
	z-index:0;
}

.slider_banner .metaslider ul li{
	margin-left:0 !important;
}

#eway_card_csc {
    min-width: 60px !important;
	width: 60px !important;
}

/***** PAGINATION STYLE ********/

#pagination {
	display:inline-block;
	width:33%;
	float:left;
}
#pagiCount {
	margin-left:7px;
}
#pagination a, #pagination strong {
	/*background: #cccccc none repeat scroll 0 0;
    border: 1px solid #c9c9c9;
    border-radius: 5px;*/
    display: block;
    float: left;
    margin-left: 4px;
    padding: 0 7px;
    text-decoration: none;
	color: #000;
    font-family: "Josefin Sans";
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
}
#blog_prev{
	color:#FD6655;
	border:1px double #888;
	border-radius: 5px;
	display:none !important;
}
#blog_next{
	color:#FD6655;
	border:1px double #888;
	display:none !important;
}
#pagination strong, #pagination a:hover {
    font-weight:normal:
    background:#c9c9c9;
    -moz-box-shadow:2px 2px 5px #000000;
    -webkit-box-shadow:2px 2px 5px #000000;
	box-shadow: 0px 0px 0px;
}
#pagiCount strong {
	background: #ebe9eb none repeat scroll 0 0;
}

.variations_form cart {
	width:30%;
	float:left;
	display:inline-block;
}
.cart-collaterals .cross-sells {
	display:none;
}

.added_to_cart.wc-forward {
	display:none !important;

}

.header_right_container .search_text {
    margin: 0;
    border: 0;
    box-shadow: 0 0 0 #fff;
}

.predictive_results.predictive_results_sidebar{
	min-width:250px !important;
}