a {
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.onload_slider {
  	position: relative; 
}

.onload_slider .onload_loading {
    min-height: 700px;
    text-align: center; 
}

.onload_slider .onload_loading img {
    margin-top: 200px;
    width: 100px;
    margin-bottom: 180px; 
}

.onload_slider .onload_hide {
    display: none;
}

.mc4wp-response {
    display: inline-block;
    width: 100%;
}

.mc4wp-response p {
    margin: 0;
    color: #fff;
}

.mc4wp-alert {
	display: block;
    margin: 10px 0;
    padding: 10px;
}

.mc4wp-success {
    background: green;
}

.mc4wp-notice,
.mc4wp-error {
	background: red;
}

.menu-sidebar .current-menu-item>a {
    color: #000000;
}

.footer-nav li.current-menu-item>a,
.footer-nav a:hover {
	color: #c4071b;
}

.phone-btn {
	z-index: 3;
}

.onload_slider,
.onload_slider_opacity {
  	position: relative; 
}
  
.onload_slider .onload_loading,
.onload_slider_opacity .onload_loading_opacity {
    min-height: 700px;
    text-align: center; 
    background: #fff;
}

.onload_slider_opacity .onload_loading_opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.onload_slider .onload_loading img,
.onload_slider_opacity .onload_loading_opacity img  {
    margin-top: 150px;
    margin-bottom: 150px;
    width: 100px;
}

.onload_slider .onload_loading.onload_loading_home img,
.onload_slider_opacity .onload_loading_opacity.onload_loading_home img {
    margin-top: 350px;
}

.onload_slider .onload_hide {
    display: none; 
}

.onload_slider_opacity .onload_hide_opacity {
    opacity: 0;
} 

.slick-dots li button:before {
	font-size: 0;
}

.my-cart {
    display: inline-block;
}


/* For Firefox */
.woocommerce .quantity input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.woocommerce div.quantity  {
    width: 110px;
    position: relative;
}

.woocommerce div.product form.cart div.quantity {
    width: 110px;
    position: relative;
}

.woocommerce .quantity-nav .quantity-button {
    position: absolute;
    height: 25px;
    line-height: 25px;
    width: 30px;
    font-weight: 300;
    text-align: center;
    color: white;
    display: block;
    background-color: #000;
    font-size: 20px;
    z-index: 99;
    cursor: pointer;
}

.woocommerce .quantity-nav .quantity-button.quantity-up {
    right: 0;
    top: 0;
    border-bottom: 1px solid #fff;
}

.woocommerce .quantity-nav .quantity-button.quantity-down {
    right: 0;
    top: 25px;
}

.woocommerce div.product .related-prod span.price {
    font-size: 18px;
}

.woocommerce-terms-and-conditions-wrapper .checkbox a {
	text-decoration: underline;
}

.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper .checkbox {
	line-height: 1.5em;
}

.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper .input-checkbox {
	margin-top: -6px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	border-bottom: 1px solid #dcdcdc!important;
}

.woocommerce-order-pay #order_review  tfoot td  {
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    border-top: 1px solid rgba(0,0,0,.1)!important;
}

.woocommerce nav.woocommerce-pagination ul li a {
	line-height: 40px;
}

del .woocommerce-Price-amount {
    text-decoration: line-through;
}

.related-prod .oldpriceproduct {
    font-size: 15px;
    text-decoration: line-through;
}

						
.the-content .alignleft {
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

.the-content .alignright {
    float: right;
    text-align: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

.the-content .aligncenter {
    display: block;
    float: none;
    margin: 10px auto;
    text-align: center;
}

.article-list .article-item .image {
    height: 200px;
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.article-list  .article-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
}

.general-nav {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.general-nav .page-numbers,
.general-nav span {
	display: inline-block;
	vertical-align: top;
    width: 40px;
    height: 40px;
    border: 2px solid #000000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}

.general-nav span.current,
.general-nav .page-numbers:hover {
	background-color: #c4001b;
    border: 2px solid #c4001b;
    color: white;
    text-decoration: none;
}


.main-menu .submenu-cell {
    width: 100%;
}

.main-menu .sub-menu .menu-list.menu-list-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.main-menu .sub-menu .menu-list.menu-list-group>li {
    width: 25%;
    padding: 0 40px 0 0;
    margin-top: 0;
}

.main-menu .sub-menu .menu-list.menu-list-group>li.menu-item-has-children>a {
    font-size: 20px;
    font-family: 'Adobe Caslon Pro';
    color: #fff;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: initial;
}

.main-menu .sub-menu .menu-list.menu-list-group>li>a:before {
    content: none;
}

.main-menu>li.menu-item-has-children > a {
	position: relative;
	padding-right: 15px;
}

.main-menu .menu-item-has-children > a:after {
    content: '\f078';
    display: block;
    font-size: 10px;
    font-family: "Font Awesome 5 Free" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 24px;
    color: #000;
}

.woocommerce-orders-table a.button {
    margin-right: 5px;
    margin-bottom: 5px;
}

.woocommerce-MyAccount-content .woocommerce-pagination a {
    margin-right: 10px;
}

.single-product .pdbDescSection span {
    margin-right: 5px;
}

.woocommerce-checkout .blockMsg {
    top: 150px !important;
}

.mm-menu_offcanvas.mm-menu_opened {
    z-index: 9999;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: #fff;
}

.mm-panel li {
    margin-bottom: 15px;
}

.mm-panel li:last-child {
    margin-bottom: 0;
}

.mm-listview li {
    margin-bottom: 0;
}

.woocommerce a.remove {
    line-height: 30px;
}

.single-product button[name="add-to-cart"] {
    height: 50px;
}

/*.preloader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
}

.preloader-overlay img {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}*/

#mm-6>div>ul>li>a {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
}

#mm-6>div>ul>li>ul {
    margin-bottom: 25px;
}

#mm-6>div>ul>li:last-child>ul {
    margin-bottom: 0;
}

.preloader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.preloader-overlay img {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

p.stock.in-stock {
	display: none !important;
}

.woocommerce-checkout .vc-icon-card {
    width: 40px;
    margin-left: 0 !important;
}

@media (min-width: 961px) {
    #menu-item-37083 .sub-menu>div>ul {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        -webkit-column-width: 150px; /* Chrome, Safari, Opera */
        -moz-column-width: 150px; /* Firefox */
        column-width: 150px;
        display: block;
    }
    #menu-item-37082 .sub-menu>div>ul {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        -webkit-column-width: 150px; /* Chrome, Safari, Opera */
        -moz-column-width: 150px; /* Firefox */
        column-width: 150px;
        display: block;
    }

    #menu-item-37083 .sub-menu ul li,
    #menu-item-37082 .sub-menu ul li {
        width: auto;
        max-width: 100%;
    }
    .main-menu li.current-menu-item .sub-menu {
        display: none;
    }
    .main-menu li:hover .sub-menu {
        display: block;
        width: 1000px;
        margin-left: -500px;
        left: 50%;
    }

    #menu-item-364 .sub-menu>div>ul,
    #menu-item-364 .sub-menu>div>ul {
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
        -webkit-column-width: 250px; /* Chrome, Safari, Opera */
        -moz-column-width: 250px; /* Firefox */
        column-width: 250px;
        display: block;
    }
    #menu-item-364 .sub-menu ul li,
    #menu-item-364 .sub-menu ul li {
        width: auto;
        max-width: 100%;
    }

    .woocommerce ul.products, .woocommerce-page ul.products {
        display: block;
    }

}

@media (max-width: 1370px) {
    .main-menu .menu-item-has-children > a:after {
        top: 15px;
    }
}