/* BEGIN global_custom_css */
.text-shadow {
	text-shadow: 2px 2px 2px #000000;
}
/* END global_custom_css */
/* BEGIN global_custom_css */
#customer_login a {
    color: #c53230;
}

.p-small {
    line-height: 1.6em;
}

.btn-red {
    background-color: #c53230;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #c53230;
    transition: all 0.5s ease;
}

.btn-red:hover {
    background-color: #c53230;
    opacity: 0.7;
    color: #ffffff;
    border: 1px solid #c53230;
    
}

.btn-main {
    background-color: transparent;
    text-transform: uppercase;
    color: #181818;
    border: 1px solid #181818;
    transition: all 0.5s ease;
}

.btn-main:hover {
    background-color: #c53230;
    color: #ffffff;
    border: 1px solid #c53230;
    
}
.product-information .cart button[type="submit"] {
    color: #ffffff;
}

.btn.medium {
    color: #fff;
}

.lost_reset_password .button {
    color: #ffffff;
}

.text-shadow {
    text-shadow: 0 1px 0 #000;
}

.main-footer p, .main-footer a, .address-company {
    font: 13px/30px 'Roboto', Arial, Helvetica, sans-serif;
    color: #979797 !important;
}

.toggle-content {
   font-size: 16px;
}

.searchandfilter ul {
    width: 100%;
}

.searchandfilter li {
    display: block;
}

.searchandfilter input, .searchandfilter select {
    width: 100%;
    margin-bottom: 1em;
}

.blog-post {
    margin: 0;
    border-bottom: 1px solid #686868;
}

.woocommerce-info, .woocommerce-message, .alert-success, .success {
    background-color: #c53230;
    border-color: #c53230;
    color: #ffffff;
}

.woocommerce-info a, .woocommerce-message a, .alert-success a, .success a {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent;
}

.woocommerce-info a:hover, .woocommerce-message a:hover, .alert-success a:hover, .success a:hover {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background-color: transparent;
    text-decoration: underline;
}
.et-brand img {
    border: none;
}

.top-bar .languages-area {
    display: none;
}

.addon-name {
    font-size: 1em;
    font-weight: bold;
}

.addon-name abbr {
    display: none;
}

.woocommerce-MyAccount-navigation li a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
}

.mc4wp-form input[type="text"] {
    margin: 0 auto !important;
}
/* END global_custom_css */
/* BEGIN custom_css_mobile */
@media(max-width: 480px){
.widget-4 {
    margin-top: 30px;
}
}
/* END custom_css_mobile */
/* BEGIN custom_css_tablet */
@media(min-width: 768px) and (max-width: 991px) {
.address-company {
    font-size: 11px !important;
}
}
/* END custom_css_tablet */
/* BEGIN custom_css_desktop */
@media(min-width: 992px){
div.block-address {
    margin-top: -15px;
}
}
/* END custom_css_desktop */
