/*
Theme Name: the Styletti
Theme URI: https://thestyletti.com/
Author: the DD Minds team
Author URI: https://ddminds.com/
Description: The STYLetti is about real women with real style. We blog from both coasts of the U.S. and Italy about street style, outfits, style secrets and beauty tips.
Version: 1.0
Text Domain: thestyletti
*/
/*START DEFAULTS******************************/
@font-face {
    font-family: 'font-regular';
    src: url("fonts/OpenSans-Regular_0.ttf");
}
.font-regular{
    font-family: 'font-regular';
}
@font-face {
    font-family: 'font-bold';
    src: url("fonts/OpenSans-Bold.ttf");
}
.font-bold{
    font-family: 'font-bold';
}
@font-face {
    font-family: 'font-semibold';
    src: url("fonts/OpenSans-Semibold_0.ttf");
}
.font-semibold{
    font-family: 'font-semibold';
}
@font-face {
    font-family: 'font-sandhya';
    src: url("fonts/Sandhya.ttf");
}
.font-sandhya{
    font-family: 'font-sandhya';
}

html,body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'font-regular', arial, san-serif;
    font-size: 14px;
    color: #282829;
}

.central{
    padding: 0;
    margin: 0;
    text-align: center;
}
.central li{
    float: none;
    display: inline-block;
    list-style: none;
}
a,a:hover,a:active,a:visited,a:focus{
    color: #282829;
    text-decoration: none;
    outline: none;
}
a.read-more{
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #282829;
}
.nomargin{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.button,input[type=button],input[type=submit],.reply a,.shop-link,.woocommerce button.button.alt
{
    border: 1px solid #282829;
    padding: 5px 20px;
    height: 35px;
    outline: none;
    line-height: 23px;
    background-color: #fff;
    -webkit-transition: all 0.2s; /* Safari */
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    border-radius: 0;
    color: #000;
}
.button:hover,input[type=button]:hover,
input[type=submit]:hover,
.reply a:hover,.shop-link:hover,
.woocommerce button.button.alt:hover{
    border-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    color: #000 !important;
}
.woocommerce button.button.alt{
    max-width: 120px;
}
.button.btn-pink,[name='jetpack_subscriptions_widget'],
.shop-link.btn-pink,
.woocommerce button.button.alt{
    background: #F0CFC7 !important;
    color: #000;
}
.shop-link{
    margin: inherit !important;
}
.input{
    height: 35px;
    text-indent: 8px;
    background: #F2F2F2;
    border: 0;
    width: 100%;
    outline: none;
}
.input:focus{
    border: 1px solid #e5e6e7;
}
.input::-webkit-input-placeholder,
.input::-moz-placeholder,
.input:-moz-placeholder,
.input:-ms-input-placeholder{
    color: #282829;
}
input[type=checkbox],
input[type=radio],
label.checkbox input[type=checkbox]{
    display: none!important;
}
input[type=checkbox] + label,
input[type=radio] + label{
    position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before,
label.checkbox input[type=checkbox] + span:before{
    display: block;
    content:"";
    border: 3px solid #fff;
    width: 11px;
    height: 11px;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
    border-radius: 50%;
    float: left;
    margin-right: 5px;
    position: relative;
    top: 8px;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before,
label.checkbox input[type=checkbox]:checked + span:before{
    background: #000;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}
.container-padding{
    padding-left: 65px;
    padding-right: 65px;
}
hr{
    margin-top: 0;
    margin-bottom: 0;
    border-color: #F2F2F2;
}
#cover{
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
#cover .slider-rectangle{
    max-height: 350px;
    max-width: 350px;
    top: -100px;
    bottom: -100px;
}
#cover .cover-caption{
    position: relative;
    z-index: 10;
}
.cover-caption h1,.cover-caption h2, .cover-caption h3, .cover-caption h4,.cover-caption h5, .cover-caption h6{
    margin-bottom: 15px;
}
#cover .cover-caption p{
    margin-bottom: 0;
}
.croped-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.croped-image > div:not(.shareImage) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.croped-image > div:not(.shareImage) > img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/*.section{*/
    /*margin-bottom: 30px;*/
/*}*/
/*.section.our-team.with-name{*/
    /*margin-bottom: 60px;*/
/*}*/
.fw-main-row.section_margin_bottom{
    margin-bottom: 30px;
}
.fw-main-row .fw-row:not(:last-child){
    margin-bottom: 30px;
}
.fw-row p:last-child{
    margin-bottom: 0;
}
.image-sharer ul{
    margin: 0;
    padding: 0;
}
.image-sharer li{
    width: 100%;
    float: none;
    height: 30px;
    list-style: none;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.2s; /* Safari */
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.image-sharer li:hover{
    background: #e5e6e7;
}
.shareImage{
    position: absolute;
    z-index: 99999999;
    width: 30px;
}
.shareImage a{
    display: block;
    line-height: 30px;
}
.share-pinterest{
    height: 12px !important;
}
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 100000;
    background-image: url(img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
}
#subscribe-submit{
    margin-bottom: 0;
}
#subscribe-submit input{
    width: 100%;
}
#subscribe-email input {
    width: 100% !important;
}
p:empty{
    margin-bottom: 0;
}
html.js .load-pin{
    display: none;
}
h6 {
    font-size: 1.4em;
    color: #555;
    font-weight: 700;
    margin-bottom: 10px;
}
/*END DEFAULTS******************************/

/*START TOP BAR******************************/
#top-bar{
    background-color: #393839;
    color: #fff;
    clear: both;
}
#top-bar a{
    color: #fff;
    display: block;
    line-height: 35px;
}
#top-bar ul{
    margin: 0;
    padding: 0;
    float: left;
}
#top-bar ul li{
    float: left;
    list-style: none;
    margin: 0 10px;
    height: 35px;
}
.search{
    background-color: transparent;
    border: 0;
    outline: none;
    height: 25px;
    position: relative;
    top: 5px;
    border-left: 1px solid #fff;
    width: 100px;
    text-indent: 20px;
    font-size: 12px;
    float: left;
}
.search::-webkit-input-placeholder {color:#fff;}
.search::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.search:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.search:-ms-input-placeholder      {color:#fff;}

.search-btn{
    width: 50px;
    height: 35px;
    background: none;
    border: none;
    outline: none;
    float: left;
}
/*END TOP BAR******************************/


/*START MAIN MENU******************************/
#main-menu{
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}
#main-menu ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
#main-menu ul.navigation{
    width: 300px;
}
#main-menu ul li{
    list-style: none;
    display: inline-block;
    float: none;
    margin: 0 10px;
    letter-spacing: 2px;
}
#main-menu ul#logo{
    width: 150px;
    padding: 15px 0;
}
#logo img{
    width: 100%;
    width: 130px;
}
#mobile-menu{
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    right: -250px;
    background: #fff;
    z-index: 9999;
    padding-top: 20px;
    -webkit-transition: right 0.7s cubic-bezier(0.54, 0.12, 0.29, 0.99); /* Safari */
    -moz-transition: right 0.7s cubic-bezier(0.54, 0.12, 0.29, 0.99);
    -o-transition: right 0.7s cubic-bezier(0.54, 0.12, 0.29, 0.99);
    transition: right 0.7s cubic-bezier(0.54, 0.12, 0.29, 0.99);
}
#mobile-menu.open{
    right: 0;
}
#mobile-menu ul{
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}
#mobile-menu li{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#mobile-menu li a{
    display: block;
    padding: 10px 30px;
}
#mobile-menu li a:hover{
    background: #e5e6e7;
}
.mobile-menu-toggle{
    width: 30px;
    height: 30px;
    border: 1px solid #282829;
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 95px;
    padding-top: 5px;
}
.close-mobile-menu{
    top: 15px;
    z-index: 9999;
    border: 0;
}
.close-mobile-menu span:first-child{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    top: 5px;
}
.close-mobile-menu span:last-child{
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);

}
.mobile-menu-toggle span{
    width: 20px;
    border-top: 1px solid #282829;
    display: block;
    margin: 4px auto;
    position: relative;
}
/*END MAIN MENU******************************/

/*START SLICK******************************/
.home-slider{
    position: relative;
}
.slider-overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    z-index: 10;
}
.slick-dots{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 20;
    bottom: 80px;
}
.slick-dots li{
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #282829;
    border-radius: 50%;
    list-style: none;
    margin: 0 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s; /* Safari */
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.slick-dots button{
    display: none;
}
.slick-dots li.slick-active{
    width: 7px;
    height: 7px;
    position: relative;
    top: 2px;
}
.slick-arrow{
    font-size: 30px;
    color: #fff;
    z-index: 20;
    cursor: pointer;
}
.slick-arrow.slick-left{
    left: 20px;
}
.slick-arrow.slick-right{
    right: 20px;
}
.slider-rectangle{
    background: rgba(255,255,255,.75);
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 30px;
    max-width: 350px;
    max-height: 350px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slide-cation{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    bottom: 30px;
    max-width: 250px;
    max-height: 250px;
    text-align: center;
    margin: auto;
}
.slide-cation h4{
    line-height: 1.5;
}
.slider-rectangle:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.full-slider .slick-slide{
    position: relative;
}
.full-slider .croped-image,
.full-slider .slick-slide{
    height: 580px;
}
.full-slider .croped-image img{
    width: 100%;
    height: initial;
}
.full-slider .slide-cation h2{
    font-size: 32px;
    margin-top: 0;
}
.blog-category-name{
    font-family: 'font-sandhya';
}
.full-slider .slide-cation h3{
    font-size: 20px;
    font-family: 'font-semibold';
}
.full-slider .slide-cation span{
    font-size: 12px;
}
.full-slider .slide-cation .button{
    max-width: 145px;
}
.slick-arrow.gray{
    color: #282829;
}
/*END SLICK******************************/


/*START SUBSCRIBE******************************/
.subscribe-section{
    background-color: #F2F2F2;
}
.subscribe-form{
    max-width: 550px;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: 30px;
    text-align: center;
}
.subscribe-form form{
    max-width: 265px;
    width: 100%;
    margin: auto;
}
.blog-pagination .page-numbers.prev,.blog-pagination .page-numbers.next{
    font-size: 30px;
    font-family: 'font-sandhya';
    vertical-align: top;
    margin: 0 5px;
}
.blog-pagination li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
}
.blog-pagination li span.current{
    top: 0!important;
}
.blog-pagination .page-numbers span:not(.fa){
    position: relative;
    top: -5px;
}
.blog-pagination span.page-numbers span:not(.fa){
    display: none;
}
.blog-pagination span.page-numbers span.fa{
    color: #CCCCCC;
}
.blog-pagination .prev.page-numbers span.fa{
    margin-left: 10px;
}
.blog-pagination .next.page-numbers span.fa{
    margin-right: 10px;
}
.blog-pagination .page-numbers{
    margin: 0 5px;
    position: relative;
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
}
.blog-pagination .page-numbers.current:before{
    width: 5px;
    height: 5px;
    background: #282829;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}
.blog-single .jetpack_subscription_widget{
    display: none;
}
.body-fade{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 30;
}
.popup-row{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(255,255,255,.8);
    z-index: 35;
}
.popup-row .subscribe-form{
    max-width: 550px;
    width: 100%;
    margin: auto;
    height: 100%;
    background: #fff;
    position: relative;
}
.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(img/close-icon.svg);
    background-sie: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.subscribe-thank-you{
    text-align: center;
    background: #fff;
    padding: 30px;
    max-width: 550px;
    margin: auto;
    position: relative;
}
/*END SUBSCRIBE******************************/



/*START BLOG******************************/
.blog-item{
    text-align: center;
}
.blog-item:last-child hr{
    display: none;
}
.blog-item .blog-title{
    max-width: 600px;
    margin: auto;
    line-height: 25px;
}
.blog-item .blog-date{
    font-size: 13px;
}
.blog-item img{
    width: 100%;
}
.blog-item .blog-exerpt{
    font-size: 13.5px;
    text-align: left;
}
.blog-exerpt .button{
    width: 100%;
}
.blog-exerpt p{
    margin-bottom: 0;
    line-height: 1.7;
}
.blog-image{
    position: relative;
}
.blog-exerpt img{
    display: none;
}
.blog-item .blog-exerpt .read-blog{
    position: relative;
    height: 100%;
}
.blog-item .blog-exerpt .button{
    position: absolute;
    bottom: 0;
}
.blog-image, .blog-item .croped-image{
    height: 580px;
}
.go-to-shop{
    height: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}
.go-to-shop .button{
    width: 100%;
}
.go-to-shop .slider-rectangle{
    max-height: 400px;
    max-width: 400px;
    top: inherit;
    bottom: inherit;
}
.go-to-shop h4{
    line-height: 35px;
}
.go-to-shop p{
    margin-bottom: 5px;
}
.go-to-shop p:last-of-type{
    margin-bottom: 0;
}
.go-to-shop .button{
    max-width: 145px;
}
.blog-single p:first-of-type img{
    margin-top: 0;
}
.single-title{
    font-size: 20px;
    text-align: center;
    max-width: 515px;
    margin: auto;
    line-height: 1.5;
}
.blog-single{
    max-width: 670px;
    margin: auto;
}
.blog-single img{
    margin: 15px auto 15px auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.wp-caption {
    background: #efefef;
    padding: 1%;
    text-align: center;
    max-width: 96%;
    margin: auto;
    margin-bottom: 15px;
}
.wp-caption img{
    margin: 0;
    margin-bottom: 5px;
}
.wp-caption .wp-caption-text {
    font-size: 0.85em;
    line-height: 1.2em;
    padding: 3px 0;
    margin: 0;
}

.testimonials{
    background: #f2f2f2;
}
/*END BLOG******************************/


/*START TEAM******************************/
.team-members{
    background-color: #F2F2F2;
    height: 150px;
}
.team-slider img{
    width: 100%;
    margin: auto;
}
.team-slider .team-member-img:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-image: url(img/team-slide-border.png);
    background-size: cover;
    background-position: center;
}
.team-slider li{
    width: 220px;
    margin: 0 10px;
}
.team-slider .team-member-img{
    width: 220px;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.team-slider-names .team-member-img{
    width: 220px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
.team-slider h2{
    text-align: center;
    margin-top: 15px;
    font-family: 'font-sandhya';
}
.team-slider{
    max-width: 720px;
    margin: auto;
}
.team-member-img .croped-image{
    width: 220px;
    height: 150px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
/*END TEAM******************************/


/*START SHOP DESIGNER PIECES******************************/
.shop-designer-slide{
    max-width: 910px;
    margin: auto;
}
.shop-designer-slide .slick-slide{
    margin: 0 5px;
    position: relative;
height: 218px;
}
.shop-designer-slide .button,
.product .shop-link{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    right: 35px;
    margin: auto;
    width: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s; /* Safari */
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.shop-designer-slide .slick-slide:hover .button,
li.product:hover .shop-link{
    opacity: 1;
    visibility: visible;
}
/*END SHOP DESIGNER PIECES******************************/


/*START BEAUTY******************************/
.page-cover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/*START BEAUTY******************************/


/*START ABOUT******************************/
.about-team-slide h2{
    display: none;
}
#about p{
    margin-bottom: 0;
}
.about-content img{
    width: 100%;
}
.about-contacts{
    background: #f2f2f2;
}
.about-contact-form{
    background: #fff;
    padding: 30px 70px;
    text-align: center;
}
.about-contact-form .button{
    max-width: 265px;
    display: block;
    margin: auto;
}
.about-contacts .contact-left-img{
    position: relative;
    width: 100%;
    height: 100%;
}
.about-contacts .contact-left-img div{
    top: -100px;
    bottom: -100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about-them{
    position: relative;
}
.about-them h2{
    text-align: center;
    font-family: 'font-sandhya';
}
.about-them .description{
    margin: auto;
    max-width: 360px;
    padding: 0 15px;
}
.about-them img{
    max-width: 360px;
    height: auto;
    width: 100%;
}
@media (min-width: 768px){
    .about-them .col:nth-child(2n) img{
        float: left;
    }
    .about-them .col:nth-child(2n+1) img{
        float: right;
    }
    .about-them .col:nth-child(2n) .description{
        left: 0;
    }
    .about-them .col:nth-child(2n+1) .description{
        right: 0;
    }
}
.social-links .social-follow li.social-label{
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}
li.social-label span{
    font-size: 18px;
    font-family: 'font-regular', arial, san-serif;
}
.social-links li{
    font-size: 20px;
    margin: 0 15px;
}

/*START ABOUT******************************/


/*START COMMENTS******************************/
#commentform{
    position: relative;
}
.comments{
    max-width: 880px;
    margin: auto;
}
.commentlist{
    padding: 0;
    margin-top: 30px;
}
.commentlist li{
    list-style: none;
    width: 100%;
}
.commentlist li.comment{
    margin-bottom: 30px;
}
.commentlist li.comment.parent{
    border-bottom: 1px solid #f2f2f2;
}
.comment-author img{
    position: absolute;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 30px 30px 0;
}
.comment-author cite{
    padding-left: 60px;
}
.comment-author .says{
    display: none;
}
.reply a{
    width: 80px;
    height: 30px;
    line-height: 18px;
    display: block;
}
.commentmetadata{
    font-size: 12px;
    text-indent: 10px;
    padding-left: 60px;
}
.commentmetadata a{
    color: #b3b3b3;
}
.comment-body p{
    margin-top: 15px;
    width: 100%
}
.commentlist li .children{
    margin-top: 20px;
}
.commentlist .reply{
    margin-top: 10px;
    padding-left: 60px;
}
.comment-form-author label,.comment-form-email label{
    display: none;
}
.comment-form-author{
    padding-right: 5px;
}
.comment-form-email{
    padding-left: 5px;
}
.comment-form-author,.comment-form-email{
    width: 50%;
    float: left;
}
.comment p a{
    color: pink;
}
.comment p a:hover{
    color: #e4778a;
}
input[type="text"]:not(.search),input[type="email"],input[type="password"],input[type="tel"]{
    width: 100%;
    text-indent: 10px;
    height: 35px;
    background: #f2f2f2;
    border: none;
    outline: none;
}
.jetpack_subscription_widget #subscribe-email input {
    width: 100%;
}
textarea{
    width: 100%;
    padding: 10px;
    background: #f2f2f2;
    border: none;
    outline: none;
    height: 95px;
    resize: none;
}
input[type="text"]:not(.search):focus,textarea:focus,input[type="email"]:focus,input[type="tel"]:focus{
    background: #dcdcdc;
}
.comment-body p{
    padding-left: 60px;
}
.comment-reply-title{
    margin-bottom: 10px;
}
.form-submit{
    float: right;
}

.comments h3#comments{
    display: none;
}
/*END COMMENTS******************************/

/*START FOOTER******************************/
#footer{
    background: #F2F2F2;
    font-family: 'font-semibold';
}
.footer-social{
    float: right;
}
#footer .footer-social li{
    margin: 0 8px;
}
#footer .footer-social li a{
    font-size: 18px;
}
/*END FOOTER******************************/


/*START WOOCOMMERCE******************************/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 230px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.product-image{
    position: relative;
    height: 230px;
}
.woocommerce-Price-amount{
    color: #000;
}
#top-bar .woocommerce-Price-amount{
    color: #fff;
}
.woocommerce-page ul.products li.product.last{
    margin-right: 0;
}
.woocommerce .products .star-rating{
    margin-left: auto;
    margin-right: auto;
}
ul.products li.product .price{
    text-align: center;
    margin-bottom: 0 !important;
}
ul.products li.product .price del, ul.products li.product ins{
    float: none;
    display: inline-block !important;
    margin: 0 5px;
}
.product-categories{
    padding: 0;
    margin-bottom: 0;
}
.product-categories li{
    list-style: none;
    text-transform: uppercase;
}
.product-categories li a{
    padding-left: 10px;
}
.product-categories li a:hover,
.product-categories li.current-cat > a{
    font-weight: bolder;
}
.shop-cat-arrow{
    padding: 5px;
}
.product-categories > li.cat-parent > a .shop-cat-arrow{
    margin-left: 7px;
    font-size: 16px;
}
.product-categories > li .children{
    display: none;
}

.widget-area .h-widget{
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'font-bold';
    padding-left: 20px;
}
#menu-filter-by-price li{
    list-style: none;
}
.widget-area a{
    padding: 5px 0;
    padding-left: 10px;
    display: block;
    position: relative;
}
.sidebar hr{
    margin: 25px 0 30px 0;
}
.widget-area ul{
    padding-left: 10px;
}
#menu-filter-by-price li a:before{
    content: "";
    float: left;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    top: 4px;
}
#menu-filter-by-price li a:hover:after,
#menu-filter-by-price li.active a:after{
    border: 3px solid #000;
    position: absolute;
    left: 14px;
    top: 13px;
    width: 5px;
    height: 5px;
    background: #000;
    content: "";
    border-radius: 50%;
}
h1.page-title{
    display: none;
}
.tax-product_cat h1.page-title{
    text-align: center;
    font-size: 20px;
    font-family: 'font-bold';
    margin-bottom: 30px;
    letter-spacing: 2px;
    display: block;
}
.product .product-badge{
    width: 70px;
    height: 70px;
    top: 0;
    position: absolute;
    overflow: hidden;
}
.product .product-badge span{
    width: 70px;
    height: 70px;
    background: #000;
    display: block;
    color: #fff;
    text-align: center;
    font-family: 'font-bold';
    position: absolute;
    font-size: 12px;
    padding-top: 50px;
}
.product .product-badge:not(.onsale){
    left: 0;
}
.woocommerce span.onsale{
    left: inherit;
}
.product .product-badge:not(.onsale) span{
    left: -35px;
    top: -35px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}
.product span.onsale{
    right: 0 !important;
    top: 0 !important;
    border-radius: 0;
    background-color: transparent;
    margin: 0 !important;
}
.product span.onsale span{
    right: -35px;
    top: -35px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    line-height: normal;
    background: green;
}
.woocommerce-result-count{
    position: relative;
    top: -30px;
    margin-bottom: 0!important;
}
.recent_products .recent-product-item{
    position: relative;
    height: 235px;
}
.recent_products .recent-product-item img{
    height: 100%;
    width: auto;
}
.recent_products .slick-slide{
    margin: 0 15px;
    text-align: center;
    position: relative;
}
.recent_products .slick-arrow.slick-right{
    right: -50px;
    margin-top: -40px;
}
.recent_products .slick-arrow.slick-left{
    left: -50px;
    margin-top: -40px;
}
.recent_product_details{
    margin-top: 15px;
}
.recent_products .woocommerce-loop-product__title{
    font-size: 14px;
    margin-top: 10px;
}
.recent_products .star-rating{
    float: none;
    margin: auto;
    margin-top: 10px;
}
.recent_products .price{
    display: block;
}
.recent_products .price ins, .recent_products .price del{
    margin: 0 5px;
}
.recent_products .button{
    display: block;
}
.woocommerce div.product form.cart div.quantity{
    width: 100%;
    overflow: auto;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart,
.recent_products .price, .woocommerce div.product form.cart div.quantity,
.entry-summary .social-share,.product_meta{
    margin-bottom: 15px !important;
}
.entry-summary .social-share a{
    font-size: 16px;
}
.woocommerce button.button.alt.disabled{
    color: #000;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce div.product form.cart .reset_variations{
    display: none !important;
}
.woocommerce-breadcrumb{
    text-transform: capitalize;
}
.breadcrumb-delimiter{
    font-size: 16px;
    padding: 0 8px;
}
.woocommerce-breadcrumb a,.woocommerce-breadcrumb span{
    text-transform: lowercase;
    display: inline-block;
}
.woocommerce-breadcrumb a:first-letter,.woocommerce-breadcrumb span:first-letter{
    text-transform: uppercase;
}
.entry-summary .social-label{
    display : none;
}
.entry-summary .social-share{
    text-align: left;
}
.entry-summary .social-share li{
    float: left;
    font-size: 20px;
    margin: 0 10px;
}
.woocommerce-product-gallery__image{
    display: block;
    float: left;
}
.woocommerce-product-gallery__image:first-child{
    margin-bottom: 30px;
}
.woocommerce-product-gallery__image:nth-child(n+2) {
    margin: 0 15px !important;
    width: 100px !important;
}
.woocommerce-product-gallery__image:nth-child(2){
    margin-left: 0 !important;
}
.woocommerce-product-gallery__image:last-child,
.woocommerce-product-gallery__image:nth-child(2n+4){
    margin-right: 0 !important;
}
.woocommerce div.product .product_title{
    font-size: 18px;
}

.woocommerce .woocommerce-variation.single_variation{
    font-size: 14px;
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty{
    background: #f2f2f2;
    border: 0;
    height: 32px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 10px;
}
.woocommerce div.product form.cart .variations{
    width: 150px;
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select{
    width: 100%;
    background-image: url(img/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 9px;
    margin-bottom: 15px;
}
.woocommerce .quantity .qty{
    width: 66px;
}
.quantity{
    width: 150px !important;
    float: none !important;
}
.quantity div{
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    background: #f2f2f2;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.quantity div:hover{
    background: #d8d8d8;
}
.quantity .quantity-plus{
    float: left;
    margin-right: 10px;
}
.quantity .quantity-minus{
    float: right;
    margin-left: 10px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 0;
}
.login .button,.register .button{
    float: left;
    max-width: 145px;
    margin-right: 15px !important;
}
.login input[type=checkbox] + label:before{
    top: 8px;
}
@media (min-width: 1024px) and (orientation:landscape){
    #customer_login{
        min-height: 700px;
    }
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    padding: 0;
    margin: 30px 0;
}
#customer_login{
    margin-top: 30px;
}
#customer_login h2{
    font-size: 20px;
}

.woocommerce table.shop_table{
    border: 0;
}
.woocommerce table.shop_table td.product-thumbnail{
    padding: 0;
}
.woocommerce table.shop_table td.product-thumbnail img{
    height: 70px;
    width: auto;
}
.woocommerce form.woocommerce-cart-form td:first-child,
.woocommerce form.woocommerce-cart-form thead th:first-child{
    padding-left: 100px;
}
.woocommerce form.woocommerce-cart-form td:last-child,
.woocommerce form.woocommerce-cart-form thead th:last-child{
    padding-right: 100px;
}
.woocommerce-message-container,
.woocommerce-errors-container{
    background-color: #f7f6f7;
}
.woocommerce-message,.woocommerce-error {
    border-top: 0;
}
.woocommerce-error{
    margin-bottom: 0;
    padding: 15px 0;
}
.woocommerce-message::before {
    content: '\e015';
    color: #8fae1b;
}

.woocommerce-cart table.cart th{
    padding: 30px 0;
    font-weight: normal;
    text-transform: uppercase;
}
.woocommerce-cart table.cart tr:last-child td{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart-collaterals{
    margin-bottom: 30px;
    margin-top: 30px;
}
.cart-collaterals > .row{
    background: #F2F2F2;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    background: #fff;
    max-width: 550px;
    width: 100%;
    padding: 25px 30px;
    margin: auto;
    float: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    padding: 5px 20px;
    font-size: 14px;
}
.cart-totals-title{
    font-size: 20px;
    margin-bottom: 15px;
}
.cart_totals table{
    border: 1px solid rgba(0,0,0,.1) !important;
    border-radius: 0;
}
.woocommerce table.shop_table{
    border-radius: 0;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout{
    padding: 0;
}
.cart_totals td{
    text-align: right;
    padding-right: 10px !important;
}
.woocommerce .product-remove a.remove{
    color: #000 !important;
    line-height: 20px;
    border: 1px solid #000;
    font-weight: normal;
}
.woocommerce .product-remove a.remove:hover {
    color: #000!important;
    background: none;
}
.woocommerce-cart .woocommerce-error::before, .woocommerce-cart .woocommerce-info::before, .woocommerce-cart .woocommerce-message::before{
    position: static;
    float: left;
    margin-right: 10px;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    line-height: 35px;
    border: 0;
    outline: none;
    text-indent: 10px;
    background: #f2f2f2;
}
.select2-container--open .select2-selection--single{
    background: #dcdcdc;
}
.select2-container .select2-selection--single{
    height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 2px;
}
.select2-dropdown{
    border: 1px solid #f2f2f2;
    border-radius: 0;
}
.select2-container--open .select2-dropdown{
    border: 1px solid #dcdcdc;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
#order_review_heading{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    margin-top: 25px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods label,
.woocommerce-checkout #payment ul.payment_methods .payment_box{
    float: left;
    display: inline-block;
    margin-right: 15px;
    max-width: 500px;
    color: #000;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box{
    margin-top: -5px;
}
@media (min-width: 768px){
    #add_payment_method #payment div.payment_box::before,
    .woocommerce-cart #payment div.payment_box::before,
    .woocommerce-checkout #payment div.payment_box::before {
        content: '';
        display: block;
        border: 1em solid #dfdcde;
        border-left-color: transparent;
        border-bottom-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -14px;
        left: 0;
        margin: 20px -23px;
    }
}
.payment_method_paypal input[type=radio] + label:before{
    top: 16px;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods{
    border-bottom: 0;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row{
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button{
    background: #fff !important;
    color: #000 !important;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: normal !important;
    text-transform: uppercase;
    line-height: 23px;
    font-size: 14px;
    padding: 5px 20px;
}
.woocommerce #respond input#submit.btn-pink,
.woocommerce a.button.btn-pink, .woocommerce button.button.btn-pink,
.woocommerce input.button.btn-pink{
    background: #F0CFC7 !important;
}
.checkout-btn{
    width: 100%;
}
.addresses-container{
    position: relative;
    overflow: auto;
}
.small-container{
    max-width: 898px;
    width: 100%;
    margin: auto;
}
.addresses-container:after{
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.1);
    left: 0;
    right: 0;
    margin: auto;
    content:"";
    display: block;
}
.addresses-container .address:first-child{
    padding-right: 30px;
}
.addresses-container .address:last-child{
    padding-left: 30px;
}
.addresses-container .address table, .account-orders-table, .customer_details, .order_details,
.woocommerce-checkout-review-order-table{
    margin: auto !important;
    border: 1px solid rgba(0,0,0,.1) !important;
}
.customer_details{
    border-collapse: collapse;
}
.customer_details th{
    border-right: 1px solid rgba(0,0,0,.1) !important;
}
.address_title, .table_heading{
    background: rgba(0,0,0,.1) !important;
    text-transform: uppercase !important;
}
.woocommerce-orders-table__header-order-actions{
    font-size: 0;
}
.woocommerce-orders-table__cell-order-actions .button{
    float: right;
}
.addresses_section_title{
    font-family: 'font-bold';
}
.woocommerce-address-fields{
    max-width: 415px;
    width: 100%;
    margin: auto;
}
.woocommerce-EditAccountForm .form-block{
    max-width: 415px;
    width: 100%;
    margin: auto;
}
.edit-address-heading{
    text-align: center;
    font-size: 20px;
    font-family: 'font-bold';
}
.woocommerce-address-fields .form-row-first,
.woocommerce-address-fields .form-row-last{
    width: 50% !important;
}
.woocommerce-address-fields .form-row-first{
    padding-right: 5px !important;
}
.woocommerce-address-fields .form-row-last{
    padding-left: 5px !important;
}
.woocommerce form .form-row{
    padding: 0;
}
.woocommerce-address-fields .form-row{
    margin-bottom: 10px !important;
}
.woocommerce-form__label{
    font-weight: normal;
    margin: 0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
    float: none;
}
.page-notices,.woocommerce-message{
    background-color: #f2f2f2;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 0;
    background: #f2f2f2;
}
.cart-notices .woocommerce-error, .cart-notices .woocommerce-info, .cart-notices .woocommerce-message{
    padding-left: 100px;
    padding-right: 100px;
}
.cart_totals strong{
    font-weight: normal;
}
.shop-boxed{
    max-width: 930px;
    margin: auto;
}
.checkout-form-title{
    font-size: 14px;
}
.checkout-form-title label.checkbox input[type=checkbox] + span:before{
    top: 4px;
}
.woocommerce-info {
    border-top: 0;
}
.page-notices .woocomerce-form{
    padding: 15px !important;
    background: #fff;
    border-radius: 0 !important;
    margin-top: 0!important;
}
.page-notices .form-row{
    width: 50% !important;
    padding-right: 10px;
    margin-bottom: 20px!important;
}
.page-notices .form-row-first{
    padding-right: 10px !important;
}
.page-notices .form-row-last{
    padding-left: 10px !important;
}
.woocommerce-error li{
    background-color: #f2f2f2;
    margin-bottom: 2px;
    padding: 10px 30px !important;
}
.woocommerce-error{
    padding-left: 0;
}
.woocommerce-error:before{
    left: 10px;
    top: 25px;
}
.woocommerce-invalid-required-field input{
    border: 1px solid red  !important;
}
.woocommerce table.my_account_orders{
    font-size: 14px;
}
.woocommerce table.shop_table.gray_heading thead th{
    background: #f2f2f2;
    font-weight: normal;
}
.woocommerce table.shop_table.with_border{
    border: 1px solid #f2f2f2;
    border-collapse: collapse;
}
.woocommerce table.shop_table.with_border td,
.woocommerce table.shop_table.with_border th{
    border: 1px solid #f2f2f2;
}
.woocommerce-checkout-review-order-table th{
    text-transform: uppercase;
    font-weight: normal !important;
}
.woocommerce table.shop_table.table_border{
    border: 1px solid #f2f2f2;
}
.form-row label{
    display: none !important;
}
.woocommerce table.shop_table{
    margin-bottom: 0;
}
.block-title{
    font-size: 20px;
}
.button.loading:after{
    top: 5px !important;
}
.added_to_cart{
    margin-left: 5px;
}
.order-data{
    font-size: 12px;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal;
}
.woocommerce-columns--addresses{
    text-align: center;
}
.default-font{
    font-size: 14px;
}
.woocommerce ul.order_details li{
    float: none;
}
.shop-links li{
    letter-spacing: 0;
    font-size: 12px;
}
.single-product .woocommerce-message{
    margin-bottom: 25px;
}
@media (min-width: 992px){
    .fw-container{
        padding-left: 0;
        padding-right: 0;
    }
}
.shop-designer-slide img{
    height: auto;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal
{
    text-align: center;
}

.woocommerce-cart table.cart .quantity{
    margin: auto;
}
.woocommerce-cart-form__contents{
    table-layout: fixed;
}
.woocommerce-cart-form__contents .product-thumbnail img{
    margin: auto;
    display: block;
}
@media (min-width: 992px){
    .woocommerce-cart table.cart th.product-quantity,
    .woocommerce-cart table.cart td.product-quantity{
        width: 200px;
    }
}
.shop-icon{
    height: 17px !important;
    width: auto;
    margin-right: 8px;
    float: left;
    position: relative;
    top: 9px;
}
.bold-title{
    font-family: 'font-bold';
    text-transform: uppercase;
}
/*END WOOCOMMERCE******************************/


.mc4wp-form-fields input.mail-champ-sub {
    width:100%;
    background: #F0CFC7 !important;
}

.woocommerce-account-fields .create-account .checkbox {
    display: block!important;
}

.customer-name{
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'font-regular'
}


/**** CHANGES DDMINDS ****/

.add_to_cart_button,
.woocommerce-loop-product__title,
#home-slide,
#home-slide a,
#main-menu {
    font-weight: bold!important;
}
.woocommerce .product-remove a.remove {
    margin-left: 100px!important;
}
.woocommerce-account-fields #account_username_field {
    width: 47%;
    float: left;
}
.woocommerce-account-fields #account_password_field {
    width: 47%;
    float: right;
}
.woocommerce-info:before {
    display: none;
}
.woocommerce-info {
    text-align: center;
}
.woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 15px!important;
}
.before_checkout_login_form_ddm .form-row {
    float: none!important;
    margin-bottom: 15px!important;
}
.woocommerce-billing-fields h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
#ship-to-different-address {
    text-transform: uppercase;
    margin-bottom: 20px;
}
#ship-to-different-address span:before {
    top: 7px;
}
.create-account span:before {
    top: 8px;
}
.cart_totals.calculated_shipping h2,
#order_review_heading,
#ship-to-different-address span,
.woocommerce-billing-fields h3 {
    font-weight: bold!important;
    text-transform: uppercase!important;
    font-size: 18px!important;
}
.cart_totals.calculated_shipping h2 {
    margin-bottom: 20px;
}
#ship-to-different-address,
.woocommerce-billing-fields h3 {
    margin-top: 20px!important;
}
.cart-empty {
    margin-bottom: 15px;
}
#commentform {
    display: table;
    width: 100%;
}
.comment-form-comment {
    margin-bottom: 45px;
}
#commentform .gglcptch {
    bottom: -12px!important;
}
.fw-col-xs-12 > .shop-designer-pieces {
    display: none
}