/*
Theme Name: Surrey floors & doors
Theme URI:
Author: Webformation ltd
Author URI: http://webformation.co.uk/
Description:
Text Domain: sfd
*/

/* Typography */
html{
    font-size: 10px;
    scroll-behavior: smooth;

}
body{
    background: #fff;
    color: #6C6C6C;
    font-family: 'Hind', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}
a{
    color: #7AD4B1;
}
a:hover{
    color: #7AD4B1;
    text-decoration: underline;
}
a,a span,button,input,select,textarea,.owl-prev,.owl-next,.product, .form-inline{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
img{
    max-width: 100%;
    height: auto!important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], input[type="file"], textarea, select, .form-control{
    display: block;
    width: 100%;
    height: auto!important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #6C6C6C;
    border-radius: 0px;
    font-size: 1.5rem;
    padding: .7rem 1rem;
}
.form-control{
    margin-bottom: 1.5rem;
}
textarea{
    min-height: 100px;
    max-height: 150px;
}
input[type="submit"], button{
    cursor: pointer;
    background: #7AD4B1;
    color: #000;
    border: 0px;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1rem 5rem;
}
input[type="submit"]:disabled, button:disabled{
    cursor: not-allowed;
    opacity: .5;
}
input:focus, textarea:focus, select:focus, .form-control:focus{
    outline: none!important;
    box-shadow: none;
    border: 1px solid #7AD4B1;
}
input[type="submit"]:hover, button:hover{
    background: #61ffc2;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
#page{
    padding-top: 163px;
}
@media(min-width:576px){
    #page{
        padding-top: 135px;
    }
}
@media(min-width:768px){
    #page{
        padding: 0;
    }
    .single-product #page{
       padding-top: 140px;
    }
}
@media(min-width:992px){
    body{
        font-size: 1.6rem;
    }
}

/* Header */
#main-header{
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.4);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#main-header .top-bar{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: #000;
    color: #fff;
}
#main-header .top-bar .banner{
	margin-right: auto;
    background: #f5382a;
    padding: .25rem 1rem;
	flex: auto;
	text-align: center;
	font-size: 14px;
	margin-top: .25rem;
	margin-bottom: .25rem;
	text-transform: uppercase;
}
.banner h4{
	margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.topbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: .5rem 0;
}
.topbar-nav li{
    position: relative;
    padding-left: 2rem;
}
.topbar-nav li.mail:before{
    content: '\f15a';
}
.topbar-nav li.phone:before{
    content: '\f2b9';
}
.topbar-nav li:before{
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.topbar-nav li>a{
    padding: 0;
    color: #b2b2b2;
}

.site-header-cart{
    list-style-type: none;
    margin: 0 -15px 0;
    padding: 5px 15px;
    font-size: 14px;
    text-align: right;
}
.site-header-cart>li{
    position: relative;
}
.site-header-cart>li:before{
    content: '\f1c9';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: 0px;
}
.site-header-cart>li>a{
    color: #b2b2b2;
    line-height: 1;
}
.site-header-cart>li>a .amount{
    font-size: 125%;
    margin-right: 5px;
}
#main-header>.container{
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-brand{
    margin-right: 0;
    margin-bottom: 0;
    padding: 1rem 0;
}
.navbar-brand img{
    max-width: 150px;
    height: auto;
}
.navbar-light .navbar-toggler{
    border: 2px solid #191919;
    border-radius: 0px;
    outline: none;
    padding: .25rem .5rem;
    font-size: 1.5rem;
}
.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(25,25,25)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-nav{
    margin: 0.5rem 0;
}
.navbar-light .navbar-nav li{
    border-bottom: 1px solid #000;
}
.navbar-light .navbar-nav li:last-child{
    border: 0;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    padding: 1rem 0;
}
.navbar-light .navbar-nav .current-menu-item .nav-link,
.navbar-light .navbar-nav .nav-link:hover{
    color: #7AD4B1;
}
@media(min-width:576px){
    #main-header .top-bar{
        padding: .3rem 0;
    }
    #main-header .top-bar>.container{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: center!important;
        align-items: center!important;
		flex-wrap: wrap;
    }
	.topbar-nav{
		margin-left: 1rem;
	}
    .topbar-nav li{
        margin-right: 3rem;
    }
}
@media(min-width:992px){
    #main-header{
        background: rgba(255,255,255,.6);
    }
    .home #main-header.slim,
    .page #main-header.slim,
    .single #main-header.slim{
        background: #fff;
        box-shadow: 0px 0px 3px rgba(0,0,0,.4);
    }
    .topbar-nav li{
        margin-right: 3rem;
    }
    .site-header-cart{
        margin: 0;
        padding: 0;
    }
    .navbar-light .navbar-collapse{
        position: relative;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        flex-grow: 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .navbar-light .navbar-nav{
        margin: 0 -1.5rem;
    }
    .navbar-light .navbar-nav>li{
        border-bottom: 3px solid transparent;
        margin: 0 1rem;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: .2rem .5rem;
    }
    .navbar-light .navbar-nav .current-menu-item{
        border-bottom: 3px solid #7AD4B1;
    }
    .navbar-light .navbar-nav .current-menu-item .nav-link{
        color: #000;
    }
    .navbar-light .navbar-nav .nav-link:hover{
        color: #7AD4B1;
    }
}
@media(min-width:992px){
	#main-header .top-bar>.container{
		flex-wrap: nowrap;
	}
    .home #main-header{
        background: transparent;
        box-shadow: none;
    }
    .navbar-light .navbar-brand{
        padding: 1rem 0;
    }
	#main-header .top-bar .banner{
		flex: 1 0 0%;
	}
}
@media(min-width:1200px){
	#main-header .top-bar .banner{
		flex: 0 1 auto;
	}
}


/* Front Page */
.section{
    position: relative;
    padding: 4rem 0;
    line-height: 1.5;
}
.section-bg{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-title{
    font-weight: 500;
    margin-bottom: 2rem;
    position: relative;
}
.entry-content .section-title{
    margin: 0 0 2rem;
}
#home-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
#home-section .overlay{
    padding: 6rem 0 6rem 6rem;
    background: rgba(0,0,0,.4);
    color: #fff;
    padding-left: 0!important;
}
#home-section h1{
    color: #fff;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
#home-section h1 span{
    display: inline-block;
}
#home-section p{
    font-size: 1.8rem;
}
#home-section a{
    display: inline-block;
    background: #7AD4B1;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    padding: 1rem 5rem;
    margin: 1rem 0 0;
    text-decoration: none;
}
#home-section a:hover{
    background: #61ffc2;
}
@media(min-width:576px){
    #home-section .overlay{
        padding-left: 0;
    }
    #home-section .overlay>.container{
        /*padding-left: 24rem;*/
    }
}
@media(min-width:768px){
    #home-section .overlay{
        background: transparent;
        color: #000;
        padding: 16rem 0 11rem;
    }
    #home-section .overlay>.container{
        /* padding-left: 36rem; */
    }
    #home-section h1{
        color: #000;
        margin-bottom: 3rem;
    }
    #home-section a{
        margin-top: 3rem;
    }
}
@media(min-width:992px){
    .section{
        font-size: 1.7rem;
        padding: 10rem 0;
    }
    .section-title{
        font-size: 2.5rem;
    }
    #home-section .overlay{
        padding: 18rem 0 16rem;
    }
    #home-section .overlay>.container{
        /* padding-left: 52rem; */
    }
    #home-section h1{
        font-size: 3.5rem;
    }
    #home-section p{
        font-size: 2rem;
    }
    #home-section a{
        font-size: 2rem;
        padding: 1.5rem 8rem;
    }

}
@media(min-width:1200px){
    .section{
        line-height: 1.8;
        padding: 15rem 0;
    }
    #home-section{
        background-position: left center;
    }
    #home-section .overlay{
        padding: 18rem 0 16rem;
    }
    #home-section .overlay>.container{
        /* padding-left: 68rem; */
    }
}

#panel-1{
    background: #000;
    color: #fff;
}
#panel-1 .feature{
    text-align: center;
    padding: 2rem 0;
}
#panel-1 .feature h2{
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
}
#panel-1 .feature p{
    font-size: 1.7rem;
}
#panel-2{
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
#panel-2 .section-title, #panel-3 .section-title, #panel-5 .section-title{
    color: #fff;
}
#panel-3, #panel-4, #panel-5{
    padding-bottom: 0;
}
#panel-3, #panel-5{
    background: #000;
    color: #fff;
}
#panel-3 .thumbnail, #panel-4 .thumbnail, #panel-5 .thumbnail{
    margin: 1.5rem -15px 0;
}

#quote-section{
    background: url(assets/img/home-bg-1.jpg) center center no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
#panel-6 .section-title, #quote-section .section-title{
    color: #fff;
    line-height: 1.5;
}
#panel-6 a, #quote-section a{
    display: inline-block;
    background: #fff;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1rem 5rem;
    margin-top: 1rem;
    text-decoration: none;
}
#panel-6 a:hover, #quote-section a:hover{
    background: #7AD4B1;
}
#map-section{
    padding: 0;
}
#map-section .map{
    height: 400px;
}
#map-section .map iframe{
    width: 100%;
    height: 100%;
}
@media(min-width:576px){
    #panel-3 .section-content, #panel-4 .section-content, #panel-5 .section-content{
        width: 510px;
        margin: 0 auto;
    }
}
@media(min-width:768px){
    #panel-3, #panel-4, #panel-5{
        padding: 0;
    }
    #panel-3 .section-content, #panel-5 .section-content{
        width: 315px;
        margin-right: 15px;
    }
    #panel-4 .section-content{
        width: 315px;
        margin-left: 15px;
    }
    #panel-3 .thumbnail, #panel-4 .thumbnail, #panel-5 .thumbnail{
        margin: 0 -15px 0;
    }
}
@media(min-width:992px){
    #panel-1{
        padding: 4.5rem;
    }
    #panel-3 .section-content, #panel-4 .section-content, #panel-5 .section-content{
        width: 435px;
    }
    #panel-6, #quote-section{
        padding: 7rem 0;
    }
    #panel-6 .section-title, #quote-section .section-title{
        font-size: 2rem;
    }
    #panel-6 a, #quote-section a{
        font-size: 2rem;
        padding: 1.5rem 8rem;
    }
}
@media(min-width:1200px){
    #panel-3 .section-content, #panel-5 .section-content{
        width: 510px;
        margin-right: 30px;
    }
    #panel-4 .section-content{
        width: 510px;
        margin-left: 30px;
    }
}

.page .entry-header,
.single .entry-header,
.archive .entry-header{
    background: url(assets/img/wood-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 4rem 0;
}
.entry-header .entry-title{
    color: #fff;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin: 2.5rem 0;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.entry-content .section{
    padding: 5rem 0 0;
}
.entry-content #gallery-section{
    padding: 3rem;
}
.single .entry-content .section{
    padding: 0 0 3rem;
}
.page-template-page-contact .entry-content .section{
    padding: 5rem 0 3rem;
}
.entry-content .section .thumbnail{
    margin: 1.5rem -15px 0;
}
.single .entry-content .section .thumbnail{
    margin: 0 -15px 2rem;
}
.entry-content .section .section-content{
    margin: 0 auto;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    margin: 2.5rem 0 1.5rem;
}
.entry-content ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.entry-content ul>li{
    position: relative;
    padding-left: 1.5rem;
    margin: 0 0 1.5rem;
}
.entry-content ul>li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6C6C6C;
}
.entry-content .button{
    display: inline-block;
    background: #7AD4B1;
    color: #000;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 1rem 5rem;
    margin: 2rem 0 0;
    text-decoration: none;
}
.entry-content .button:hover{
    background: #61ffc2;
}
.entry-content .contacts{
    margin: 0 0 4rem;
}
.page-template-page-contact .entry-content .section .section-content{
    width: auto;
}
@media(min-width:576px){
    .entry-content .section .section-content{
        width: 510px;
    }
}
@media(min-width:768px){
    .page .entry-header,
    .single .entry-header,
    .archive .entry-header{
        padding: 18rem 0 4rem;
    }
    .entry-header .entry-title{
        font-size: 4rem;
    }
    .entry-content .section{
        padding: 0;
    }
    .single .entry-content .section{
        padding: 3rem 0;
    }
    .entry-content .section .section-content{
        width: 315px;
        margin-left: 15px;
    }
    .entry-content #section-inner-0 .section-content{
        margin-left: auto;
        margin-right: 15px;
    }
    .entry-content .section .thumbnail{
        margin: 0 -15px;
    }
    .single .entry-content .section .thumbnail{
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        margin: 0;
    }
    .single .entry-content .section .thumbnail-img{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    .page-template-page-contact .wpcf7{
        margin: 2rem 0 0;
    }
    .entry-content .contacts{
        font-size: 1.8rem;
    }
}
@media(min-width:992px){
    .page .entry-header,
    .single .entry-header,
    .archive .entry-header{
        padding: 22rem 0 8rem;
    }
    .entry-content .section .section-content{
        width: 435px;
    }
    .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
        margin: 3.5rem 0 1.5rem;
    }
    .entry-content p,
    .entry-content ul>li{
        margin:  0 0 1.5rem;
    }
    .entry-content ul>li:before{
        top: 9px;
    }
    .entry-content .button {
        font-size: 2rem;
        padding: 1.5rem 8rem;
    }
    .page-template-page-contact .wpcf7{
        margin: 3rem 0 0;
    }
}
@media(min-width:1200px){
    .single .entry-content .section{
        padding: 5rem 0;
    }
    .entry-content .section .section-content{
        width: 510px;
        margin-left: 30px;
    }
    .entry-content #section-inner-0 .section-content{
        margin-right: 30px;
    }
    .entry-content ul>li:before{
        top: 11px;
    }
}

/* Services */
#section-services{
    padding: 3rem 0;
}
.service{
    position: relative;
    margin: 1rem 0;
}
.entry-content .service .thumbnail{
    margin: 0;
}
.service .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.3);
}
.service-title {
    padding: .7rem 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    font-size: 2rem;
}
@media(min-width:992px){
    #section-services{
        padding: 5rem 0;
    }
    .service{
        margin: 2rem 0;
    }
}



/* Footer */
#main-footer{
    background: #fff;
    color: #000;
    padding: 3rem 0 1rem;
}
#main-footer .logo{
    margin-bottom: 3rem;
}
#main-footer .logo img{
    max-width: 100px;
}
#main-footer .copyrights{
    font-size: 1.2rem;
    border-top: 1px solid rgba(151, 151, 151, 0.24);
    padding-top: 2rem;
    text-align: center;
}
.widget {
    margin-bottom: 2.5rem;
}
h3.widget-title {
    text-transform: uppercase;
}
.widget-title a {
    color: inherit;
}

/* widget lists */
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li,
.widget ol li {
    margin: 0 0 1rem;
}

/* Text widget */
.widget_text {
    word-wrap: break-word;
}
.widget_text ol {
    list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
    border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
    padding-bottom: 0;
}
.widget_text ul li ul {
    margin: 0 0 0 15px;
}
.widget_text ul li li {
    padding-left: 0;
    padding-right: 0;
}
.widget_text ol li {
    list-style-position: inside;
}
.widget_text p{
    font-size: 1.2rem;
    line-height: 2;
    color: #6C6C6C;
}
.widget_text ul li a{
    color: #000;
    font-family: Archivo;
    font-size: 1.2rem;
    font-weight: 600;
}
.widget_text ul li a i{
    font-size: 15px;
    margin-right: 5px;
    vertical-align: -2px;
}
/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
    display: block;
}
.widget_rss ul li {
    margin-bottom: 15px;
}
.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}
.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}
.widget_rss .rss-date {
    margin: 0.5em 0 1.5em;
    padding: 0;
}
.widget_rss .rssSummary {
    margin-bottom: 0.5em;
}
/* Gravatar */
.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}
/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
    display: block;
}

@media(min-width:576px){
    #main-footer .copyrights{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-end;
        text-align: left;
    }
}
@media(min-width:768px){
    #main-footer{
        padding: 4rem 0 2rem;
    }
    #main-footer .logo{
        float: right;
    }
    .widget{
        margin-bottom: 4rem;
    }
}

span.wpcf7-not-valid-tip{
    color: #df361b;
    font-size: 1.4rem;
    margin: .5rem 0;
}


/* SHOP PAGES */
.entry-content .woocommerce-error, .entry-content .woocommerce-info, .entry-content .woocommerce-message, .entry-content .woocommerce-noreviews, .entry-content p.no-comments{
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: 8px solid rgba(0,0,0,.15);
}
.entry-content .woocommerce-error li,
.entry-content .woocommerce-info li,
.entry-content .woocommerce-message li,
.entry-content .woocommerce-noreviews li,
.entry-content p.no-comments li{
    padding:0;
    margin:0;
}
.entry-content .woocommerce-error li:before,
.entry-content .woocommerce-info li:before,
.entry-content .woocommerce-message li:before,
.entry-content .woocommerce-noreviews li:before,
.entry-content p.no-comments li:before{
    display:none;
}
.entry-content .woocommerce-info, .entry-content .woocommerce-noreviews, .entry-content p.no-comments{
    background-color: #3d9cd2;
}
.entry-content .woocommerce-error{
    background-color: #df361b;
}
.entry-content .woocommerce-info:before,
.entry-content .woocommerce-noreviews:before,
.entry-content p.no-comments:before{
    display:none;
}
.woocommerce-message a{
    color: #fff;
    text-decoration: underline;
    margin-right: 5px;
}
.woocommerce-message a:hover{
    text-decoration: none;
}

#review_form{
    background: #f5f5f5;
    padding: 1.5rem;
}
#review_form .comment-notes{
    margin-bottom: 3rem;
}
.woocommerce p.stars a {
    position: relative;
    height: 24px;
    width: 24px;
    font-size: 24px;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}
.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 1;
    font-family: fontAwesome;
    content: "\f006";
    color: #787878;
    text-indent: 0;
}
.woocommerce p.stars a:hover~a::before{
    content:'\f006';
    color: #787878;
}
.woocommerce p.stars:hover a::before{
    content:'\f005';
    color: #7AD4B1;
}
.woocommerce p.stars.selected a.active::before{
    content:'\f005';
    color: #7AD4B1;
}
.woocommerce p.stars.selected a.active~a::before{
    content:'\f006';
    color: #787878;
}
.woocommerce p.stars.selected a:not(.active)::before{
    content:'\f005';
    color: #7AD4B1;
}
.commentlist{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.commentlist>li{
    margin: 0 0 1rem;
}
.commentlist .comment{
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
}
.commentlist .comment-text{
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.commentlist .comment-text .star-rating{
    margin: 0;
}
.commentlist .comment-text .meta{
    margin: 0;
}
.commentlist .comment-text .description{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media(min-width:768px){
    .comment_container{
        display: flex;
    }
    .comment_container img{
        margin-right: 2rem;
    }
}


.woocommerce-checkout .entry-content .section,
.woocommerce-cart .entry-content .section{
    padding: 5rem 0;
}
.woocommerce-cart-form{
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
table.cart{
    width:100%;
}
table.cart thead{
    display: none;
}
table.cart thead th{
    padding: 5px 15px;
    border-bottom: 1px solid #d2d2d2;
}
table.cart .cart_item{
    border-bottom: 1px solid #d2d2d2;
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
table.cart .cart_item td{
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 15px;
}
table.cart .cart_item td:before{
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
}
table.cart .cart_item td.product-remove:before,
table.cart .cart_item td.product-thumbnail:before{
    display: none;
}
table.cart td.product-remove{
    position: relative;
    padding: 0;
}
table.cart td.product-remove a.remove{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 32px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #df361b;
}
table.cart td.product-thumbnail{
    -ms-flex-pack: center;
    justify-content: center;
}
table.cart td.product-thumbnail img{
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
}
table.cart .variation{
    flex: 1 0 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
table.cart .variation *{
    margin: 0;
}
table.cart .quantity{
    margin: 0;
}
table.cart .quantity label{
    display: none;
}
table.cart .quantity input{
    width: 64px;
    border-color: #d2d2d2;
}
table.cart .coupon{
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2;
}
table.cart .coupon label{
    display: none;
}
table.cart .coupon .input-text{
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
    margin-bottom: 1rem;
}
table.cart a{
    color: #000;
}
table.cart .button{
    background-color: #000;
    color: #fff;
    width: 100%;
    line-height: 34px;
    text-align: center;
    padding: 0 15px;
    margin: 0;
    font-size: 1.4rem;
}
.cart_totals {
    margin-top: 3rem;
}
.cart_totals h2{
    text-transform: uppercase;
    font-weight: 500;
}
.cart_totals table{
    width: 100%;
    margin-bottom: 2rem;
}
.cart_totals table th,
.cart_totals table td{
    padding: 5px 0px;
    vertical-align: top;
}
.cart_totals table td{
    text-align: right;
}
.cart_totals table a{
    color: #000;
    text-decoration: underline;
}
.cart_totals .checkout-button{
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    padding: 10px 15px;
    cursor: pointer;
}
.cart_totals .checkout-button:hover,
.cart_totals .checkout-button:focus{
    background: #000;
    color: #fff;
}
.cart_totals .select2-container--default .select2-selection--single{
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    height: 40px;
}
.cart_totals .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    text-align: left;
}
.cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.cart_totals input{
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    height: 40px;
}
.cart_totals .button{
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    margin: 0;
}
@media(min-width:576px){
    table.cart .actions{
        display: -ms-flex;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem;
    }
    table.cart .coupon{
        display: -ms-flex;
        display: flex;
        margin: 0;
        padding: 0;
        border: 0;
    }
    table.cart .coupon .input-text,
    table.cart .coupon .button{
        margin: 0;
    }
    table.cart .button{
        flex: 0 0 120px;
    }
}
@media(min-width:768px){
    table.cart thead{
        display: table-header-group;
    }
    table.cart .cart_item{
        display: table-row;
    }
    table.cart .cart_item td{
        display: table-cell;
        padding: 15px;
    }
    table.cart .cart_item td:before{
        display: none;
    }
    table.cart td.product-remove a.remove{
        position: static;
        display: block;
    }
    table.cart .variation{
        justify-content: flex-start;
    }
    table.cart .variation dt{
        margin-right: .5rem;
    }
    table.cart .actions{
        display: table-cell;
    }
    table.cart .coupon{
        width: 400px;
        float: left;
    }
    table.cart .button{
        float: right;
        width: 150px;
        flex: 0 0 150px;
    }
}

.woocommerce .woocommerce-checkout{
    padding:2rem 1.5rem;
    background-color: #fff;
    border: 1px solid #d2d2d2;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields{
    margin-bottom: 3rem;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
#order_review_heading,
.woocommerce-order-details__title{
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid #d2d2d2;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.woocommerce-checkout .form-row{
    flex: 0 0 100%;
    flex-direction: column;
    padding: 0 15px;
    margin: 0 0 15px;
}
.woocommerce-checkout .form-row.place-order{
    padding: 0;
}
.woocommerce-checkout .form-row.place-order .form-row{
    padding: 0;
}
.woocommerce-checkout .form-row.place-order .form-row label{
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
}
.woocommerce-checkout .form-row label{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 .125rem;
}
.woocommerce-checkout .form-row label abbr{
    color: #df361b;
    text-decoration: none;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper{
    display: block;
}
.woocommerce-checkout .form-row .input-text{
    border: 1px solid #d2d2d2;
    padding: 10px;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper>strong{
    display: block;
    padding: 10px;
    border: 1px solid #d2d2d2;
    line-height: 1.3;
}
.woocommerce-shipping-fields>h3{
    margin: 0 0 1rem;
}
.woocommerce-shipping-fields>h3 input{
    display: inline-block;
}

.woocommerce-checkout table{
    width: 100%;
}
.woocommerce-checkout table th,
.woocommerce-checkout table td{
    padding: 5px 10px;
    border-bottom: 1px solid #d2d2d2;
}
.woocommerce-checkout table .variation{
    display: flex;
    margin: 0;
}
.woocommerce-checkout table .variation *{
    margin-bottom: 0;
}
.woocommerce-checkout table .variation dt{
    margin-right: 10px;
}
.woocommerce-checkout table .cart-subtotal,
.woocommerce-checkout table .order-total{
    background-color: #f3f3f3;
}
.woocommerce-checkout .woocommerce-shipping-methods>li{
    margin: 0;
    padding: 0;
}
.woocommerce-checkout .woocommerce-shipping-methods>li:before{
    display: none;
}
.woocommerce-checkout .woocommerce-shipping-methods>li label{
    line-height: 1.3;
    margin-left: 5px;
}
.woocommerce-checkout-payment ul{
    list-style-type: none;
    margin: 2rem 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.woocommerce-checkout-payment ul>li{
    padding: 15px;
    margin: 0 0 15px;
    flex: 0 0 50%;
}
.woocommerce-checkout-payment ul>li:before{
    display: none;
}
.woocommerce-checkout-payment ul>li input{
    width: auto;
    margin-right: 15px;
    margin-top: -1px;
}
.woocommerce-checkout-payment ul>li a{
    display: none;
}
.woocommerce-checkout-payment ul>li img{
    display: block;
    height: 100%!important;
    width: auto;
    max-height: 50px;
}
.woocommerce-checkout-payment ul>li label{
    margin: 0;
}
.woocommerce-checkout-payment ul>li .payment_box {
    flex: 0 0 100%;
}
.woocommerce-checkout-payment ul>li .payment_box p{
    margin: 0;
}
.woocommerce-checkout-payment .form-row{
    margin: 0 0 1.5rem;
}
.woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 2.5rem;
}
.woocommerce-checkout .checkout-button{
    padding: 1rem 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    width: 100%;
    color: #fff;
    background-color: #000;
}
.woocommerce-checkout .checkout-button:hover{
    background-color: #2a2a2a;
}
.woocommerce-checkout-payment .button{
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0!important;
}
.woocommerce-checkout-payment .button:hover{
    background-color: #2a2a2a;
}
@media(min-width:768px){
    .woocommerce-checkout .form-row{
        flex: 0 0 50%;
    }
}

.woocommerce .woocommerce-order{
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 15px;
}
.woocommerce-order .woocommerce-notice{
    text-align: center;
    font-size: 2rem;
}
.woocommerce-order-overview{
    list-style-type: none;
    padding: 0;
    margin: 0 0 2rem;
}
.woocommerce-order-overview>li:before{
    display: none;
}
.woocommerce-order-overview>li{
    padding: 5px 15px;
    margin: 0!important;
    border-bottom: 1px solid #d2ded2;
    display: flex;
    justify-content: space-between;
}
.woocommerce-order-overview>li>strong{
    text-transform: initial;
}
.woocommerce-order-overview+p{
    display: none;
}
.woocommerce-order-details .wc-item-meta>li{
    padding: 0!important;
    margin: 0!important;
    display: flex;
}
.woocommerce-order-details .wc-item-meta>li:before{
    display: none!important;
}
.woocommerce-order-details .wc-item-meta>li p{
    margin: 0;
    margin-left: 10px;
}
.woocommerce-columns--addresses{
    display: flex;
    margin: 0 -15px;
}
.woocommerce-columns--addresses>div{
    flex: 0 0 100%;
    padding: 0 15px;
}
@media(min-width:768px){
    .woocommerce-columns--addresses>div{
        flex: 0 0 50%;
    }
}

/*style added in order to wrap text inside mini-cart.php container*/
.woocommerce_wr{
    word-wrap: break-word;
}

#cookie_action_close_header {
    color: #fff!important;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 12px;
}

.wpcf7 form .wpcf7-response-output {
  color:black;
}
