/*Theme Name: Aid Call Website
Theme URI: http://www.tynetec.co.uk/
Description: Developed by Tynetec
Author: Tynetec
Author URI: http://www.tynetec.co.uk/
Version: 4.0
*/

/* Temporary */

#tidio-chat-button-mobile {
    display: none !important;
}

/* Layout Containers Header */

.siteSearchOverlay {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    position: fixed;
    z-index: 1000;
}

.siteSearchClose {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0,0,0,0);
}

.siteSearchBox {
    position: fixed;
    top: 200px;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    background: #ffffff;
    padding: 0 15px 15px;
    border-left: 1px solid #a4acaf;
    border-right: 1px solid #a4acaf;
    border-bottom: 1px solid #a4acaf;
    border-top: 3px solid #e47d08;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.accountBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	font-size: 10pt;
}
.logoBar {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 0;
    font-size: 13px;
}
.logoLeft {
    text-align: left;
}

.menuItem {
    float: left;
    text-align: center;
    min-width: 98px;
}

.menuItem img {
    height: 42px;
    margin-bottom: 10px;
}

.menuBar {
    width: 100%;
    float: left;
    background: #b3b4b7;
    color: #ffffff;
    z-index: 50;
    position: relative;
}

.menuWidget {
    text-align: left;
}

li.menuProducts {
    position: static !important;
}

.menuProducts ul {
    background: #ffffff !important;
    color: #333333;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    float: left;
    padding: 15px 0 !important;
    box-shadow: 0 10px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 5px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 10px 5px 0 rgba(0,0,0,0.2);
}

.menuProducts ul li {
    width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#menuProductContainer {
}

.menuProduct {
    float: left;
    width: 110px;
    margin-right: 8px;
    font-size: 12pt;
    line-height: 1em;
}

.menuProduct hr {
    float: left;
    width: 100%;
    margin: 0 0 6px;
    border-top: 1px solid #dddddd;
}

.menuProduct a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333333 !important;
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 1em !important;
    height: auto !important;
    background: #ffffff !important;
}

.menuProduct p {
    padding: 0;
    margin: 0;
}

.yawp_wim_title {
    display: none;
}

/* Layout Defaults */

body {
    text-align: center;
    background: #ffffff;
    color: #3f3e40;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.bodyBar {
    width: 100%;
    float: left;
    background: #ffffff;
}

.socialBar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -153px;
    z-index: 1000;
}

.socialGreen {
    display: none;
    float: right;
    width: 100%;
    width: 34px;
    clear: both;
}

.socialGrey {
    background: #58585a;
    float: right;
    padding: 15px 10px;
    width: 100%;
    z-index: 1000;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 26px;
}

/* Layout Containers Footer */

.footerBar {
    width: 100%;
    float: left;
}

.ctaBar {
	width: 100%;
	float: left;
	background: #333333;
	padding: 12px 0;
}

.badgesBar {
    width: 100%;
    float: left;
    background: #eeeeef;
    position: relative;
}

.badgesBar img {
    width: auto;
    height: 40px;
}

.badgesBarOverlay {
     position: absolute;
     left: 0;
     z-index: 100;
     float: left;
     width: calc(50% - 525px);
     background: #d7d7d7;
     height: 100%;
}

.badgesBarOverlay::after {
    content: " ";
    position: absolute;
    top: 0;
    right: -35px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 43px 0 43px 35px;
    border-color: transparent transparent transparent #d7d7d7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.badgesBarOverlayText {
    text-align: left;
    width: 100px;
    height: 100%;
    float: right;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 15pt;
}

.badgesWidget {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.badgesInner {
    margin-left: auto;
    margin-right: auto;
}

.badgesItem {
    float: left;
    border-right: 1px solid #b3b4b7;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    height: 56px;
    padding: 0 36px;
    width: auto !important;
}

.badgesItem p {
    padding: 0;
    margin: 0;
}

.badgesItem img {
    float: right;
}

.badgesLeft {
    float: left;
    margin-top: 6px;
}

.badgesRight {
    float: right;
    margin-left: 28px;
    margin-top: 10px;
}

.detailsBar {
    width: 100%;
    float: left;
    background: #ffffff url('images/footerBackground.jpg') bottom right;
    background-repeat: no-repeat;
    font-size: 10pt;
    padding: 24px 0;
    border-top: 1px solid #6fb3ac;
}
.detailsWidget {
}

.copyrightBar {
    width: 100%;
    float: left;
    background: #ffffff;
    font-size: 9pt;
    padding: 20px 0 50px;
    border-top: 1px solid #bdbec1;
}
.copyrightWidget {
}

/* Layout Containers Home Page */

.homeTaglineBar {
    float: left;
    width: 100%;
    background: #efefef;
    margin: 23px 0;
    text-transform: uppercase;
}

.homeProductsBar {
    float: left;
    width: 100%;
}

.homeProductsBarTitle {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}

.homeProductsBar h2 {
    background-image: url('images/titleLine.png');
    background-repeat: repeat-x;
    background-position: center center;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.homeProductsBar h2 span {
    background: #ffffff;
    padding: 0 15px;
}

.homeProductsLarge {
    height: 176px;
    position: relative;
    overflow: hidden;
    background: #dedede;
    background-size: cover;
    background-position: center center;
    float: left;
    margin-bottom: 12px;
    width: 23.95%;
    margin-right: 1.4%;
    text-align: left;
    font-size: 13px;
}

.homeProductsSmall {
    height: 176px;
    position: relative;
    overflow: hidden;
    background: #dedede;
    background-size: cover;
    background-position: center center;
    float: left;
    margin-bottom: 12px;
    width: 15.5%;
    margin-right: 1.4%;
    text-align: left;
    font-size: 13px;
}

.homeProductsOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    background: rgba(228, 125, 8, 0.75);
    color: #ffffff;
}

.homeProductsLarge:hover .homeProductsOverlay, .homeProductsSmall:hover .homeProductsOverlay {
    opacity: 1;
}

.homeProductsTitle {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 1;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
}

.homeProductsLarge:hover .homeProductsTitle, .homeProductsSmall:hover .homeProductsTitle {
    opacity: 0;
}

.homeProductsBar h3 {
    margin: 0;
    padding: 0;
}

.homeProductsBar p {
    margin: 0 0 14px;
    padding: 0;
}

.homeProductsBar hr {
    margin: 9px 0;
    border-top: 1px solid #ffffff;
}

.homeProductsBar img {
    height: 11px;
    margin-bottom: 2px;
    margin-right: 7px;
}

.homepageBar {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.homepageLeft {
    float: left;
    width: 52%;
    background: #eeeeef;
    border-top: 1px solid #e47d08;
    position: relative;
}

.homepageLeftTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url('images/colourHeader.png') top left;
    background-repeat: no-repeat;
    height: 45px;
    text-align: left;
    color: #ffffff;
}

.homepageRight {
    float: right;
    width: 42%;
    background: #eeeeef;
    border-top: 1px solid #e47d08;
}

.homepageRightTitle {
    float: left;
    background: #eeeeef url('images/colourHeader.png') top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 45px;
    text-align: left;
    color: #ffffff;
}

.homepageRightTitle h3, .homepageLeftTitle h3 {
    margin: 0;
    font-weight: 400;
    line-height: 44px;
    font-size: 16pt;
}

.homepageRightInside {
    float: left;
    width: 100%;
    height: 362px;
    overflow-y: scroll;
    background: #ffffff;
    border: 7px solid #eeeeef;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: left;
}

.sliderBar {
    width: 100%;
    float: left;
    background: #ffffff;
}
.sliderGrid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1600px;
}
.sliderWidget {
}
.ybm-timer {
    position: absolute;
    bottom: 0;
    width: 150px;
    left: 50%;
    bottom: 15px;
    margin-left: -75px;
}
.homepageLeft .ybm-timer {
    width: 100%;
    margin-left: 0;
    left: 0;
    bottom: 0;
}

.clickToCallBar {
    float: left;
    width: 100%;
    font-size: 15pt;
    font-weight: 700;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.sliderTitleBox {
    width: 1000px !important;
    background: url('images/colourHeader.png') top left !important;
    background-repeat: no-repeat !important;
    color: #ffffff !important;
    margin-left: -1px !important;
    text-align: left !important;
    padding: 0 15px !important;
    height: 44px !important;
    line-height: 44px !important;
}

.sliderCaptionBox {
    width: 1000px !important;
    background: rgba(255,255,255,0.8) !important;
    color: #333333 !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 10pt !important;
    padding: 0 15px !important;
    margin-left: -1px !important;
    text-align: left !important;
}

.sliderCaptionBox strong {
    font-weight: 700 !important;
}

/* Layout Containers Content Page */

.pageBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 50px 0;
}
.pageTitleBarGreen {
    position: absolute;
    top: 35px;
    left: 0;
    padding-left: 160px;
    height: 73px;
    text-align: left;
    background: rgba(88, 88, 90, 0.7);
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    padding-top: 22px;
    line-height: 1;
    padding-right: 20px;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
.pageTitleBarGreen span {
    font-size: 15px;
    text-transform: none;
}
.pageTitleBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	padding: 6px 0;
}
.pageHeaderImage {
    float: left;
    width: 100%;
    height: 400px;
    background-color: #efefef;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.pageHeaderOverlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    height: 50px;
    line-height: 50px;
    font-size: 10pt;
    font-weight: 700;
}
.pageLeft {
}
.pageRight {
    color: #e47d08;
    font-size: 42pt;
    line-height: 1.2em;
    font-weight: 300;
}
.pageFull {
}

.optionalModule {
    float: left;
    width: 100%;
    padding: 25px;
    margin-top: 50px;
    background: #58585a;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffffff;
}

/* Layout Containers Installers Page */

.installersLeft {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 30px;
}

.installersRight {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #bdbec1;
    padding-left: 30px;
}

/* Layout Containers Product Page */

.productCategoriesBar {
    float: left;
    width: 100%;
    padding: 15px 0 30px;
}

.productButtonsBar {
    float: left;
    width: 100%;
}

.productCategoriesButton {
    float: left;
    padding: 15px;
    cursor: pointer;
}

.productCategoriesButtonActive {
    font-weight: 700;
    background: #d2d3d5;
}

.productButtonsBox {
    float: left;
    width: 16%;
    margin-right: 0.8%;
    margin-bottom: 10px;
    min-height: 140px;
    font-size: 13pt;
    padding: 7px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
    background: #e7e7e8;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.productButtonsBoxTitle {
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    font-size: 8pt;
    color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.productButtonsBoxTitle h3 {
    padding: 0;
    margin: 0;
}

.productButtonsBox:hover .productButtonsBoxTitle {
    opacity: 0;
}

.productButtonsBoxOverlay {
    opacity: 0;
    background: rgba(228, 125, 8, 0.75);
    color: #ffffff;
    font-size: 8pt;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.productButtonsBoxOverlay h3 {
    padding: 0;
    margin: 0;
}

.productButtonsBoxOverlay p {
    padding: 0;
    margin: 0 0 14px;
}

.productButtonsBoxOverlay img {
    height: 11px;
    margin-bottom: 2px;
    margin-right: 7px;
}

.productButtonsBoxOverlay hr {
    margin: 4px 0;
    border-top: 1px solid #ffffff;
}

.productButtonsBox:hover .productButtonsBoxOverlay {
    opacity: 1;
}

.productButtonsBoxActive {
    background-color: #e7e7e8;
    opacity: 1;
}

.productSection {
    float: left;
    width: 100%;
    padding: 24px 0;
}

.viewMoreBar {
    float: left;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    display: block;
}

.sectionHidden {
    display: none;
}

.viewMoreBar img {
    cursor: pointer;
}

.productTop {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}

.productTopLeft {
    float: left;
    width: 50%;
}

.productTopRight {
    float: left;
    width: 50%;
    text-align: right;
}

.productBottom {
    float: left;
    width: 100%;
    margin-top: 24px;
}

/* Layout Containers Blog Page */

.blogBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.blogTitleBar {
	width: 100%;
	float: left;
	background: #333333;
	color: #ffffff;
	padding: 6px 0;
}
.blogLeft {
}
.blogRight {
}

/* Layout Containers Product Page */

.productPageTitleBar {
    float: left;
    width: 100%;
    background: #dcdcde;
}

.productPageTitleLeft {
    padding: 40px 0;
}

/* Layout Containers Contact Page */

.trainingDateBox {
    float: left;
    width: 100%;
    border: 1px solid #949599;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.trainingDateBox select {
    max-width: 100%;
}

.contactBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.contactLeft {
}
.contactRight {
}

/* Layout Containers Gallery Page */

.galleryBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px 0;
}
.galleryLeft {
}
.galleryRight {
}
.galleryFull {
}

.galleryWidget {
	float: left;
	width: 33.3%;
}

.galleryWidget:nth-of-type(3n+1) {
    clear: both;
}

/* Layout Containers Shop Page */

.shopBar {
    width: 100%;
    float: left;
    text-align: left;
    padding: 24px 0;
}
.shopBreadcrumbsBar {
    width: 100%;
    float: left;
    padding: 6px 0;
    color: #ffffff;
    background: #dedede;
    text-align: left;
}
.shopLeft {
}
.shopRight {
}
.shopFull {
}

/* Layout Alignment */

.paraGrid {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}

.titleBar {
	width: 100%;
	float: left;
	padding-bottom: 12px;
}

.grid1 {
	float: left;
	width: 100%;
}

.grid2 {
	float: left;
	width: 50%;
}

.grid3 {
	float: left;
	width: 33.3%;
}

.grid3_2 {
	float: left;
	width: 66.7%;
}

.grid3Middle {
	float: left;
	width: 33.4%;
}

.grid4 {
	float: left;
	width: 25%;
}

.grid4_3 {
	float: left;
	width: 75%;
}

.grid5 {
	float: left;
	width: 20%;
}

.grid5_2 {
	float: left;
	width: 40%;
}

.grid5_3 {
	float: left;
	width: 60%;
}

.grid5_4 {
	float: left;
	width: 80%;
}

.grid6 {
	float: left;
	width: 16.666%;
}

.gridInside {
	width: 90%;
	padding: 0 5%;
}

.gridInsideBig {
	width: 50%;
	padding: 0 25%;
}

.grid970 {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.textLeft {text-align: left;}
.textCenter {text-align: center;}
.textRight {text-align: right;}

.textVertical {
	height: 259px;
	line-height: 259px
}
.textVertical span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.attachment-post-thumbnail {
    height: auto;
    max-width: 100%;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img {
    border: 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.clear {clear: both; margin: 0; padding: 0;}
.last {margin-right: 0 !important; margin-bottom: 0 !important;}
.nopadding {vertical-align: bottom;}

/* Content Text & Headers */

p {
    padding: 0 15px;
    margin: 20px 0;
}

.featureBar p {
    padding: 0 15px;
}

.copyrightBar p {
    margin: 0;
}

p.meta {
    padding: 0 15px;
    margin: 0 0 10px;
    font-size: 9pt;
}

h1 {
    padding: 0 15px;
    margin: 20px 0;
    font-size: 1.7em;
}

.taglineBar h1 {
    margin-bottom: 0;
    font-size: 1.4em;
}

h2 {
    padding: 0 15px;
    margin: 20px 0;
    font-size: 1.6em;
}

.taglineBar h2 {
    margin-top: 0;
    font-size: 1em;
}

.productPageTitleBar h2 {
    font-weight: 300;
    font-size: 40pt;
    line-height: 1.1em;
}

.sliderText {
    text-align: left !important;
    line-height: 1.2em !important;
}

.sliderText h2 {
    font-weight: 300 !important;
    line-height: 1.2em !important;
    color: #ffffff !important;
    text-align: left !important;
    margin: 0 !important;
}

h3 {    
    padding: 0 15px;
    margin: 20px 0;
    font-size: 1.5em;
}

.productTopLeft h3 {
    font-size: 3em;
    font-weight: 300;
    margin-bottom: 0;
}

.productBottomFeatures h3, .productBottomDownloads h3 {
    color: #e47d08;
    font-size: 2em;
    margin-bottom: 0;
}

h4 {
    padding: 0 15px;
    margin: 20px 0;
    font-size: 1.4em;
}

h5 {
    padding: 0 15px;
    margin: 20px 0;
    font-size: 1.3em;
}

h6 {
    padding: 0 15px;
    margin: 20px 0;
    font-size: 1.2em;
}

h6.meta {
    padding: 0 15px;
    margin: 10px 0 0;
}

.underline {
	width: 100%;
	height: 3px;
	background: url('images/underline.png') center center;
	background-repeat: no-repeat;
}

/* Content Images */

img {
    padding: 0px;
    margin: 0px;
}

.logoLeft img { 
    height: 52px;
}

#postLeft img {
    max-width: 100px;
}

.mapsSection img {
    max-width: 500px;
}

/* Content Videos */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden; max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Content Lists */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bodyBar ul {
    padding: 0 15px;
    margin: 0 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

li {
    list-style-type: disc;
    margin-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.rev_slider ul {
    padding-left: 0 !important;
}

.tp-bullets {
	z-index: 750 !important;
}

ul.noBulletPoints li {
    margin-left: 0;
    list-style-type: none;
}

/* Content Menus */

.menu-item-home a { /* Homepage Icon */
    background-image: url('images/homeIcon.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

header, a, img { /* Header Test */
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

header {
    float: left;
    width: 100%;
    z-index: 999;
}

.bodyBar header {
	position: relative;
}

header.large { /* Large Sticky Header */
    background: #ffffff;
}

header.large ul li a {
    line-height: 40px;
    height: 40px; 
    padding: 0 20px;
    display: block;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    z-index: 999;
}

header.large ul li:hover > a {
    background: #818284;
    z-index: 999;
}

header.large ul li a:hover {
    background: #818284;
    z-index: 999;
}

header.large ul li.current_page_item a {
    background: #818284;
    z-index: 999;
}

header.large ul { /* Menu Level 1 */
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 999;
    vertical-align: bottom;
}

header.large li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    position: relative;
    vertical-align: bottom;
    margin: 0;
    z-index: 999;
}

header.large ul li {
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    z-index: 999;
}

header.large ul ul { /* Menu Level 2 */
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background: url('images/transparent.png');
    padding-top: 0px;
}

header.large ul ul li {
    float: none;
    width: 300px;
    text-align: left;
}

header.large ul li.current_page_item ul li a, header.large ul ul li a {
    width: 280px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #818284;
    background-position: center;
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    z-index:999;
}

header.large ul li.current_page_item ul li a:hover, header.large ul ul li a:hover {
    color: #ffffff;
    background: #6d6e70;
    background-position: center;
    padding: 0 10px;
    line-height: 32px;
}

header.large ul li:hover > ul {
    display: block;
}

header.large ul ul li ul { /* Menu Level 3 */
    left: 180px;
    top: 0;
    padding-top: 0;
}

header.small { /* Small Sticky Header */
	background: #ffffff;
}

header.small ul li a {
    line-height: 40px;
    height: 40px; 
    padding: 0 20px;
    display: block;
    margin: 0px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    z-index: 999;
}

header.small ul li:hover > a {
    background: #818284;
    z-index: 999;
}

header.small ul li a:hover {
    background: #818284;
    z-index: 999;
}

header.small ul li.current_page_item a {
    background: #818284;
    z-index: 999;
}

header.small ul { /* Menu Level 1 */
    display: inline-block;
    zoom: 1;
    *display: inline;
    z-index: 999;
    vertical-align: bottom;
}

header.small li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    list-style: none;
    position: relative;
    vertical-align: bottom;
    margin: 0;
    z-index: 999;
}

header.small ul li {
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    z-index: 999;
}

header.small ul ul { /* Menu Level 2 */
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    background: url('images/transparent.png');
    padding-top: 0px;
}

header.small ul ul li {
    float: none;
    width: 250px;
    text-align: left;
}

header.small ul li.current_page_item ul li a, header.small ul ul li a {
    width: 230px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #818284;
    background-position: center;
    color: #ffffff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
    z-index:999;
}

header.small ul li.current_page_item ul li a:hover, header.small ul ul li a:hover {
    color: #ffffff;
    background: #6d6e70;
    background-position: center;
    padding: 0 10px;
    line-height: 32px;
}

header.small ul li:hover > ul {
    display: block;
}

header.small ul ul li ul { /* Menu Level 3 */
    left: 180px;
    top: 0;
    padding-top: 0;
}

/* Content UberMenu Style */

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle { /* Toggle Button */
	background: #333333 !important;
    font-size: 15pt !important;
}

.ubermenu-skin-black-white-2.ubermenu-responsive-toggle:hover { /* Toggle Button Hover */
	background: #222222 !important;
}

.ubermenu-skin-black-white-2 { /* Drop Down First Level */
  border: 1px solid #000000 !important;
  background-color: #3d3d3d !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121)) !important;
  background: -webkit-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -moz-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -ms-linear-gradient(top, #3d3d3d, #212121) !important;
  background: -o-linear-gradient(top, #3d3d3d, #212121) !important;
  -webkit-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
  box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1) !important;
}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target { /* Drop Down Hover */
  background: #222222 !important;
  color: #ffffff !important;
}

.ubermenu-skin-black-white-2 .ubermenu-submenu.ubermenu-submenu-drop { /* Second Level Drop Down */
	background: #ffffff !important;
}

#ubermenu-main-2-main_nav { /* Remove Invisible Border Below Button */
    border: 0 !important;
}

/* Content Links & Buttons */

a, a:visited {
    text-decoration: underline;
    color: #e47d08;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

a:hover, a:active {
    color: #333333;
}

.logoBar a, .logoBar a:visited, .logoBar a:hover, .logoBar a:active {
    color: #333333;
    text-decoration: none;
}

.accountBar a, .accountBar a:visited, .detailsBar a, .detailsBar a:visited, .copyrightBar a, .copyrightBar a:visited {
    color: #000000;
    text-decoration: none;
}

.accountBar a:hover, .accountBar a:active, .detailsBar a:hover, .detailsBar a:active, .copyrightBar a:hover, .copyrightBar a:active {
    color: #000000;
    text-decoration: underline;
}

button, input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.buttonBasic {
    padding: 6px 12px;
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonBasic:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonBasic {
    color: #ffffff !important;
}

a:hover.buttonBasic {
    color: #ffffff !important;
}

.buttonForm {
    padding: 8px 15px;
    color: #ffffff;
    background: #e47d08;
    border: 2px solid #e47d08;
    margin-bottom: 6px;
    font-size: 12pt;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonForm:hover{
    color: #e47d08;
    background: rgba(0,0,0,0);
    border: 2px solid #e47d08;
}

a.buttonForm {
    color: #ffffff !important;
}

a:hover.buttonForm {
    color: #e47d08 !important;
}

.submitButton {
    width: 100px;
    line-height: 36px;
    color: #ffffff;
    background: #e47d08;
    border: 2px solid #e47d08;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    text-transform: uppercase;
}

.submitButton:hover{
    color: #e47d08;
    background: #ffffff;
    border: 2px solid #e47d08;
}

a.submitButton {
    color: #ffffff !important;
}

a:hover.submitButton {
    color: #ffffff !important;
}

.buttonTransparent {
    padding: 6px 12px;
    color: #333333;
    background: rgba(0,0,0,0) center;
    border: 2px solid #333333;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonTransparent:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonTransparent {
    color: #333333 !important;
}

a:hover.buttonTransparent {
    color: #ffffff !important;
}

.buttonWhite {
    padding: 6px 12px;
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhite:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonWhite {
    color: #333333 !important;
}

a:hover.buttonWhite {
    color: #ffffff !important;
}

.buttonWhiteTransparent {
    padding: 6px 12px;
    color: #ffffff;
    background: rgba(0,0,0,0);
    border: 2px solid #ffffff;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonWhiteTransparent:hover{
    color: #333333;
    background: #ffffff;
    border: 2px solid #ffffff;
}

a.buttonWhiteTransparent {
    color: #ffffff !important;
}

a:hover.buttonWhiteTransparent {
    color: #333333 !important;
}

.buttonColour {
    padding: 6px 12px;
    color: #ffffff;
    background: #f07622;
    border: 2px solid #f07622;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonColour:hover{
    color: #ffffff;
    background: #333333;
    border: 2px solid #333333;
}

a.buttonColour {
    color: #ffffff !important;
}

a:hover.buttonColour {
    color: #ffffff !important;
}

.buttonColourTransparent {
    padding: 6px 12px;
    color: #f07622;
    background: rgba(0,0,0,0);
    border: 2px solid #f07622;
	margin-bottom: 6px;
    font-size: 10pt;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.buttonColourTransparent:hover{
    color: #ffffff;
    background: #f07622;
    border: 2px solid #f07622;
}

a.buttonColourTransparent {
    color: #f07622 !important;
}

a:hover.buttonColourTransparent {
    color: #ffffff !important;
}

p.buttonSpace {
    margin: 15px 0;
}

.submitCenter {
    margin-left: 20px;
}

.clickToCallBar a {
    width: 100%;
    display: block;
    line-height: 2.5em;
    background: #333333 url('images/splitbg.png') center;
    color: #ffffff;
}

.socialButton {
    max-width: 32px !important;
}

/* Content Contact Forms */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #fff;
	opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #fff;
	opacity: 1;
}

.sidebarForm input::-webkit-input-placeholder, .sidebarForm textarea::-webkit-input-placeholder { 
    color:    #333;
	opacity: 1;
}
.sidebarForm input:-moz-placeholder, .sidebarForm textarea:-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.sidebarForm input::-moz-placeholder, .sidebarForm textarea::-moz-placeholder { 
    color:    #333;
	opacity: 1;
}
.sidebarForm input:-ms-input-placeholder, .sidebarForm textarea:-ms-input-placeholder { 
    color:    #333;
	opacity: 1;
}

.contact, .input-text {
    width: 100%;
    padding: 10px;
    font-size: 10pt;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact:hover, .input-text:hover {
    border: 1px solid #000000;
}

.contactSearch {
    width: calc(100% - 100px);
    padding: 0 14px;
    font-size: 10pt;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
    color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    line-height: 38px;
}

.contactSearch:hover {
    border: 1px solid #000000;
}


.contact2 {
    width: 100%;
    height: 60px;
    padding: 10px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact2:hover {
    border: 1px solid #000000;
}

.contact3 {
    width: 180px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
    border: 1px solid #dedede;
	color: #333;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contact3:hover {
    border: 1px solid #000000;
}

.verification {
    padding: 0;
    margin: 0 0 8px;
    vertical-align: bottom;
}

.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
    
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: white;
}

.wpcf7 span.wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-form .fleft{
  float: left;
}

.wpcf7-form .mright20{
  margin-right: 20px;
}

.wpcf7-form .mright40{
  margin-right: 40px;
}

.wpcf7-form .clear{
  clear: both;
}

form.invalid input.wpcf7-not-valid{
  border:1px solid red;
  background:#f0e3e3;
}

/* Content Data Grids */

.dataRow {
	float: left;
	width: 100%;
}

.data2 {
	float: left;
	width: 50%;
}

.data3 {
	float: left;
	width: 33.3%;
}

.data3_2 {
	float: left;
	width: 66.6%;
}

.data4 {
	float: left;
1	width: 25%;
}

.data4_3 {
	float: left;
	width: 75%;
}

.data5 {
	float: left;
	width: 20%;
}

.data5_2 {
	float: left;
	width: 40%;
}

.data5_3 {
	float: left;
	width: 60%;
}

.data5_4 {
	float: left;
	width: 80%;
}

.data6 {
	float: left;
	width: 16.66%;
}

.data6_2 {
	float: left;
	width: 33.33%;
}

.data6_3 {
	float: left;
	width: 50%;
}

.data6_4 {
	float: left;
	width: 66.66%;
}

.data6_5 {
	float: left;
	width: 83.33%;
}

.cellLight {
	width: 100%;
	float: left;
	background: #efefef;
}

.cellDark {
	width: 100%;
	float: left;
	background: #dedede;
}

.cellTitle {
	width: 100%;
	float: left;
	background: #B69EF1;
	color: #ffffff;
}

/* Content Animations */

.colorGreen {
    color: #e47d08;
}

.colorOrange {
    color: #e47d08;
}

.fade {
    opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.fade:hover {
    opacity: 0.5;
}

.reveal {
	opacity: 0.5;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.reveal:hover {
	opacity: 1;
}

.zoomBox {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
}

.zoomBox img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.zoomBox:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Content WooCommerce Support */

.widget_shopping_cart_content {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
}

p.total {
    padding: 15px 15px 0 !important;
}

.woocommerce-variation-description p {
    padding: 0;
}

.shortDescription p {
    padding: 0;
}

p.woocommerce-result-count {
    padding: 0;
}

address, .edit {
    padding: 0 15px;
}

.variation {
    font-size: 8pt;
}

ul.payment_methods li {
    list-style-type: none;
}

ul.products {
	width: 100% !important;
	float: left !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	padding: 0 15px !important;
}

.checkout-button {
    background: #333333 !important;
}

.checkout-button:hover {
    background: #555555 !important;
}

.woocommerce-breadcrumb {
	width: 100% !important;
	float: left !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	padding: 0 15px !important;
}

.woocommerce-result-count {
	width: 100% !important;
	float: left !important;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	padding: 0 15px !important;
}

.woocommerce-Price-amount {
    color: #d60b52 !important;
}

.accountBar .woocommerce-Price-amount {
    color: #ffffff !important;
}

p.price {
	padding: 0;
}

p.price ins {
    color: #333333 !important;
}

.wooShortDescription {
    padding: 0 0 6px;
}

.wooShortDescription p {
    padding: 0;
}

span.onsale {
    background-color: #d60b52 !important;
    border: 2px solid #ffffff;
}

.woocommerce-breadcrumb {
    margin: 0 !important;
    color: #54616c !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb a:visited {
    color: #d60b52 !important;
}

.woocommerce-breadcrumb a:hover, .woocommerce-breadcrumb a:active {
    color: #f7941e !important;
}

.single_add_to_cart_button {
    background: #77a464 !important;
    padding: 18px 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10pt !important;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

button.single_add_to_cart_button:hover {
    background-color: #333 !important;
}

.woocommerce .quantity .qty {
    width: 5em !important;
    border-radius: 3px !important;
}

.woocommerce-tabs {
    float: right !important;
    width: 48% !important;
    clear: none !important;
}

.shop_attributes {
     margin-bottom: 12px !important;
}

.accordion-header {
    min-height: 20px !important;
}

.accordion-header h1 {
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: normal !important;
}

.drawer {
    margin-bottom: 12px;
}

.woocommerce-Tabs-panel {
    float: left;
}

.prdctfltr_wc {
    margin: 0 15px 24px !important;
    padding: 12px !important;
    border: 1px solid #dedede;
    background: #ffffff;
}

.prdctfltr_filter_title {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
}

.prdctfltr-bars {
    line-height: 20px !important;
    height: 26px !important;
}

.prdctfltr_buttons {
    padding-bottom: 0 !important;
}

.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
    float: left;
    width: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 11pt;
}

.product_meta .sku, .product_meta .posted_in a, .product_meta .tagged_as a {
    font-weight: normal;
}

.woocommerce ul.products li.product .button, .prdctfltr_woocommerce_filter_submit, .form-submit .submit {
   color: #ffffff !important;
   background: #eca87b !important;
   border: 1px solid #eca87b !important;
}

.commentlist {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.commentlist li {
    list-style-type: none !important;
}

.woocommerce-product-rating {
    margin-bottom: 12px !important;
}

p.stars {
    padding: 0 !important;  
}

.woo-vari-selectors select {
    padding: 12px;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 0 !improtant;
    -moz-border-radius: 0 !improtant;
    -webkit-border-radius: 0 !improtant;
}

.woo-vari-selectors select:hover {
    border: 1px solid #333333;
}

.woo-vari-titles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    line-height: 3em !important;
}

.quantity .plus, .quantity .minus {
    position: relative !important;
    float: left !important;
    background: #efefef !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    height: 50px !important;
    width: 38px !important;
    font-weight: normal !important;
}

.quantity .input-text {
    float: left !important;
    border: 0 !important;
    margin: 0 2px !important;
    background: #efefef !important;
    height: 50px !important;
    font-weight: normal !important;
}

.woocommerce-LoopProduct-link .star-rating {
    margin: 0px auto 10px !important;
    width: 100% !important;
    color: #333333 !important;
}

.woocommerce .star-rating span::before {
    width: 100% !important;
}

.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-checkout-review-order {
    padding: 0 15px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    padding: 0;
    color: #e47d08;
}

/* Custom Tweaks */

.widget_twitter h3 {
    display: none;
}

.widget_twitter {
    float: left;
    width: 100%;
    height: 348px;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-y: scroll;
}

.widget_twitter ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.widget_twitter ul li  {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.widget_twitter .entry-content {
    float: left;
    width: 100%;
    font-size: 10pt;
}

.widget_twitter .entry-meta {
    float: left;
    width: 100%;
    font-size: 8pt;
}

.scroller {
  height: 200px;
  width: 800px;
  overflow: hidden;
}

.scroller ul {
    float: left;
    width: 100%;
  padding: 0;
  margin: 0;
}

.scroller li {
  height: 198px;
  width: 198px;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.bx-wrapper {
    float: right;
}

#tidio-chat-side-button {
    display: none;
}

.ajax-loader {
    display: none !important;
}

.confirmationPage {
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px 15px 0;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #949599;
}