/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.col, .columns, .gallery-item {
    margin: 0;
    padding: 0 15px 10px;
    position: relative;
    width: 100%;
}

.box-text a:not(.button), .box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6 {
    line-height: 1.2;
    margin-bottom: .1em;
    margin-top: .1em;
    font-size: 14px;
    font-weight: 550;
}

.box-text .button {
    font-size: 14px;
}
.bright-text{
	color: #d82e27;
	font-weight:800;
}

.payment_methods li + li {
    padding-top: 7px;
    border-top: 1px solid #ececec;
    line-height: 20px;
}

.cross-sells h2 {

    font-size: 30px;
    margin-bottom: 1em;

}
.container-width,
.full-width .ubermenu-nav,
.container,
.row {
 max-width:90%
}


.modal-enquiry-form {

    max-width: 50%;
}

[data-icon-label]:after,
.button#place_order,
.button.checkout,
.checkout-button,
.single_add_to_cart_button.button {
 background-color: #b82823 !important;
 width: 410px;
}

#wp_ext_cst_field {
    display: none;
}

.slider-style-shadow .flickity-slider>*:before {
    content: "";
    position: absolute;
    bottom: -6px;
    height: 100px;
    left: -10%;
    right: -10%;
    background-size: 100% 100%;
    z-index: -2;
    background-image: none;
}
.slider-style-shadow .flickity-slider > :not(.is-selected) {
  -webkit-transform: scale(1;
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  opacity: 1;
}
.box-shadow, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover, .box-shadow-2, .box-shadow-2-hover:hover {
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
  box-shadow: 0 1px 1px -34px rgba(0,0,0,.10),0 1px 1px rgba(0,0,0,.10);
}

.ctc_bar #click_to_call_bar {
    font-style: normal !important;
 position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #222;
    z-index: 1000;
    text-align: center;
    display: block;
    z-index: 9999999;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-decoration: none !important;
   
}

.eg-evision-content {
    background: #ffffff;
    padding: 30px 30px 30px 30px;
    border-width: 1px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: #e5e5e5;
    border-style: solid;
    text-align: center;
    height: 275px;
}

}

.yikes-custom-woo-tab-title .yikes-custom-woo-tab-title-collection-points-and-delivery {

	display:none !important; }

.button, button, input[type=button], input[type=reset], input[type=submit] {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-size: .97em;
    font-weight: bolder;
    letter-spacing: 0.03em;
    line-height: 10px;
    margin-right: 1em;
    margin-top: 0;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    vertical-align: middle;
}
	
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


