body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif !important;
}

a,
.logo,
.smaller,
.smaller .navBar {
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
    color: #fff;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.dfs {
    display: flex;
    justify-content: flex-start;
}

.dfe {
    display: flex;
    justify-content: flex-end;
}

.dfc {
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    padding: 6px 22px;
    background: #ff383f;
    color: #fff;
}

.full_manu_header {
    background: #ff383f;
    line-height: 40px;
    height: 41px;
}

ul,
ol {
    list-style-type: none;
}

.header_left ul li {
    color: #fff;
    display: inline-block;
    padding-right: 20px;
    font-weight: 400;
    font-size: 14px;
}

.headerMiddle {
    padding: 10px 0px;
}

.site-header {
    background: #fff !important;
}

.phoneNoRight {
    font-weight: 700;
    font-size: 43px;
    line-height: 40px;
    color: #000000;
}

.deltagLine {
    font-weight: 700;
    font-size: 20px;
    color: #414141;
}

.orderPlacetagLine {
    font-size: 20px;
    color: #ff383f;
    font-weight: bold;
}

.orderPlacetagLine p {
    margin: 0px;
}

.headerMidRight {
    padding-top: 20px;
}

.navBar,
.main-navigation ul {
    background: #282828 !important;
}

.main-navigation ul li a {
    color: #fff;
    padding: 14px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.main-navigation ul ul a {
    text-transform: uppercase !important;
    padding: 8px 30px !important;
}

.headerTopLeft a {
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    font-weight: 600;
}

.headerTopRight a {
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
}

.page:not(.home) #content {
    padding: 0;
}

.headerBanner {
    position: relative;
    text-align: center;
}

.bannerTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerTitle h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0px 28px 51px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.container .entry-content {
    padding: 72px 0px;
}

#spiritsOuterpad0 .entry-content {
    padding: 0px;
}

.entry-content p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.footer-toparea {
    background: #262626;
    color: #bababa;
    padding-top: 60px;
}

.footer-widget-title {
    color: #fff;
    margin-top: 40px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 15px;
}

.footer-toparea ul li {
    list-style: none;
}

.footer-toparea ul li::before {
    font-family: 'IcoFont';
    content: '\eab8';
    color: #ff383f;
    margin-right: 3px;
}

.footer ul li a {
    color: #bababa;
    font-size: 14px;
}

.contact_text {
    padding-left: 38px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}

.contact_box p,
.contact_text a,
.contact_text p,
.footer-toparea p {
    color: #fff !important;
    font-size: 16px;
    line-height: 34px;
}

.contact_details .icon {
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    float: left;
    color: #fff;
}

.contact_email {
    padding-top: 10px;
    padding-bottom: 20px;
}

.productTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0px;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.3);
}

.site_content {
    padding: 0px 90px;
}

.section_content p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.wel_section_content p,
.site-content-contain p {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.sesctionLeftTitle h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.section_content h2 {
    text-align: center !important;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.section_content h2::after {
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background: #ff383f;
    border-radius: 3px;
    margin: 15px auto auto;
    text-align: center;
}

.sesctionLeftTitle h2::after {
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background: #ff383f;
    border-radius: 3px;
    margin: 15px;
    margin-left: 0px;
    text-align: left
}

.bg_gry {
    background: #f4f5f7;
}

.padt-72 {
    padding-top: 72px;
}

.padb-72 {
    padding-bottom: 72px;
}

.image_boxed_content {
    -webkit-box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.3);
    padding: 20px 15px 20px 15px;
}

.mapwrap {
    background: url("../images/map-bg.png");
    background-size: cover;
    padding: 90px 0px;
}

.contactInfo .col-md-6 {
    padding: 0;
}

.mapInfo {
    text-align: center;
}

.bgDarkGry {
    background: #4e4e4e;
}

.contactForm {
    background: #fff;
    padding: 35px;
    position: absolute;
    left: -50px;
    vertical-align: middle;
    margin: auto 0;
    top: 55px;
    right: 50px;
}

input[type="text"],
input[type="email"] {
    height: 38px !important;
    margin-bottom: 15px !important;
}

textarea {
    margin-bottom: 15px !important;
}

textarea {
    height: 145px !important;
}

.site-content {
    padding: 0 !important;
}

.contactDetail {
    background: #f6f6f6;
    padding: 30px;
}

.contact_details .icon {
    color: #ff383f;
}

.contact_details .contact_text,
.contact_details .contact_text a,
.contact_details .contact_text_link {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.contact_text_link {
    padding-left: 38px;
}

.copyright {
    border-top: 1px solid #434343;
    margin-top: 35px;
}

.copyright p {
    padding: 15px 0px;
    margin: 0;
}

.single-widget p {
    padding-top: 20px;
}

.contactFrm {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 1px 4px 25px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 4px 25px 5px rgba(0, 0, 0, 0.2);
}

.membership .col-md-6 {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 1px 4px 25px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 2px 25px 3px rgba(0, 0, 0, 0.2);
}

.map p {
    padding: 0;
    margin: 0;
}

.woocommerce .products li {
    -webkit-box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.products li a h2 {
    font-weight: 600 !important;
    color: #333;
}

.woocommerce ul.products li.product .button {
    /* margin-top: 0 !important; */
    padding: 10px 18px;
    text-transform: uppercase;
    font-weight: 6900;
    border-radius: 0px;
    font-size: 14px;
    background: #ff383f;
    color: #fff;
    margin-bottom: 30px;
}

.entry-content a:hover,
.entry-content a,
.entry-title a:hover {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0px 0 rgba(0, 0, 0, 0) !important;
}

.entry-title a:hover {
    color: #ff383f !important;
}

.more-link:hover {
    color: #fff !important;
}

.more-link {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    padding: 8px 22px;
    background: #ff383f;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 30px;
}

.entry-content .more-link:before {
    content: "";
    display: inherit !important;
    padding-top: 0 !important;
}

.has-sidebar #secondary {
    width: 100% !important;
}

.blogSection .entry-content {
    padding: 0px
}

.blogSection .entry-title a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    color: #ff383f;
    /* border-bottom: 3px solid #ff383f; */
}

.blogDetail .entry-content {
    padding: 0;
}

h2.widget-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px !important;
}

.blogSection article {
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    padding: 15px;
}

.woocommerce div.product form.cart,
.woocommerce-tabs .tabs {
    display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100% !important;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100% !important;
}

.single_cat .product .price {
    margin: 0;
}

.product .related {
    display: none;
}

.single_product .col-md-8 {
    background: #f4f4f4;
    border: 1px solid #ebebeb;
}

.single_cat {
    padding: 30px;
}

.single_cat .product .price {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px;
}

.woocommerce-Tabs-panel h2 {
    font-weight: 600;
    font-size: 20px !important;
    margin-bottom: 8px;
    padding-top: 30px !important;
    text-decoration: underline;
}

.btn:hover {
    color: #fff !important;
}

.woocommerce ul.products li.product .price {
    font-weight: 600 !important;
}

.posted_in a {
    color: #ff383f;
    font-weight: 600;
}

.enquery_outer a {
    margin-top: 20px;
}

.woocommerce ul.products li.product a img {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.main-navigation li li a {
    border-bottom: 1px solid #4e4e4e;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.blogDetail .entry-meta a {
    letter-spacing: 0 !important;
}

.wpcf7-form-control-wrap select {
    width: 100%;
}

input[type="text"],
input[type="email"],
select {
    margin-bottom: 15px !important;
}

.reveal-modal {
    top: 0 !important;
}

.cartbtn a {
    color: #fff !important;
    background: #
}

.wpcf7-dynamictext {
    background: rgba(216, 216, 216, 1.00)!important;
    border-radius: 0 !important;
    border: 0 !important;
}

.readmore a {
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    font-size: 14px;
    padding: 6px 10px;
    margin: 15px 0;
    background: #ff383f;
    color: #fff;
}

.pricListing a {
    border: solid 1px #ff383f;
    padding: 5px;
}

.pricListing a:hover {
    background: #ff383f;
    color: #fff !important;
}

.membership span.wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
}

.membership select {
    padding: 7px 15px;
}

.contactFrm ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666666;
    opacity: 1;
    /* Firefox */
}

.contactFrm :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
}

.contactFrm ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666666;
}

span.wpcf7-not-valid-tip {
    font-size: 13px !important;
}

.membership span.wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    top: -32px;
    right: 0;
}

.contactFrm input,
.contactFrm textarea {
    margin: 10px 0 0 0 !important;
}

.smaller .navBar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999990;
    width: 100%;
    padding: 0;
}

.smaller .social_bx,
.smaller .block_content {
    display: none;
}

.smaller .headerMiddle {
    padding: 0px;
}

.copyright a,
.copyright a:hover {
    color: #fff;
}

.ourProduct {
    padding: 30px 0;
}

#maincaskales {
    padding: 40px 0;
}

.col6,
#maincaskales .col-lg-6,
.commanOuterBox {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.30);
    margin: 30px 0;
    padding: 20px;
    -webkit-border-radius: 25px;
    border-radius: 15px;
}

#commanOuterBox {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.30);
    margin: 30px 0;
    padding: 20px;
}

#maincaskales .col-lg-6 {
    margin: 1%;
    -webkit-box-flex: 0;
    max-width: 48%;
    flex: 0 0 48%;
}

#boxBorder .vc_col-sm-6 {
    border: 1px solid #d8d8d8;
    padding: 15px;
    width: 46%;
    margin: 15px 15px;
}

.vc_col-has-fill>.vc_column-inner {
    padding-top: 0 !important;
}

.col6 {
    float: left;
    margin: 1%;
    width: 48%;
}

.product_title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 15px 0;
}

.downalobtn a {
    background: #ff383f;
    color: #fff;
    display: inline-block;
    color: #fff;
    padding: 11px 22px 11px 22px;
}

.downalobtn a:hover {
    background: #000;
    color: #fff;
}

.thuming {
    text-align: center;
    padding: 30px 0 0 0;
}

.productImgBox {
    border: 3px solid #eee !important;
    margin-bottom: 30px;
}

.entry-content .wpb_wrapper ul li {
    list-style: none;
}

.entry-content .wpb_wrapper ul li::before {
    font-family: 'IcoFont';
    content: '\eab8';
    font-size: 22px;
    color: #ff383f;
    margin-right: 3px;
}

#OuterBox {
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 15px;
    margin: 15px 30px 30px 30px;
}

.main-navigation .sub-menu li a {
    padding: 7px 20px !important;
}

#ciderOuterBox {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 30px 15px 0 15px;
    margin: 15px 15px 15px 15px;
    width: 46%;
    overflow: hidden;
    height: 100%;
}

.imageBox {
    -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding-top: 15px;
}

.titleBox h2 a {
    background: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0 15px 0;
}

.outerMain {
    padding: 70px 0px;
}

.outerMain .col-md-4 {
    margin-bottom: 30px;
}

.orderPlacetagLine {
    font-size: 28px;
    animation: blink 1s linear infinite;
    padding: 20px 0 0 0;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}