.s_list_33{float:left;width:33%}
.s_list_50{float:left;width:50%}
h3.box-heading{padding-left:0px;font-weight:bold;font-size:150%;/*color:#fff;*/}
.inline{float:left;}
h1.heading-title{padding-left:0px;font-weight:bold;font-size:175%;/*color:#fff;*/}
.heading-title a, .box-heading a,.box-heading, #blogArticle .articleHeader h1 a, .oc-filter .panel-heading a{color:#fff; font-weight:bold;}
.box-heading{padding-left:1%;}
.heading-title a:hover, .box-heading a:hover, #blogArticle .articleHeader h1 a:hover, .oc-filter .panel-heading a:hover{color:#000;}
#footer ul li{list-style:none;}
.mega-menu ul li:before,#footer ul li:before{font-family: 'FontAwesome';content: "\f061";font-size:5px;margin-right:5px;color:#d61e31}
#footer  ul {margin: 0px;padding-left: 15px;}
#shop_description h2 {text-indent: 30px;background: url(/image/i_cart_24.png) no-repeat -1px 7px;margin-bottom: 14px;font-size: 20px;color: #888;border-bottom: 1px solid #e3e3e3;padding:5px 0 8px 0;}
#shop_contacts h2 {text-indent: 30px;background: url(/image/i_contacts_24.png) no-repeat 0 8px;margin-bottom: 14px;font-size: 20px;color: #888;border-bottom: 1px solid #e3e3e3;padding:5px 0 8px 0;}
#facebook h2 {text-indent: 30px; background: url(/image/i_facebook_24.png) no-repeat 0 8px;padding:5px 0 8px 0;}
@media only screen and (max-width: 600px) {
.journal-secondary li{display:none}
}
.product-grid-item .name a{white-space:normal;}
.product-price{background-image: url('/image/price-match-promise.png');background-repeat: no-repeat;background-position: center right;}
.white_content {display: none;position: fixed;top: 14%;left: 36%;width: 30%;height: 52%;padding: 15px;border: 15px solid #d61e31;background-color: white;z-index: 9999;overflow: auto;}
.black_overlay {display: none;position: fixed;top: 0%;left: 0%;width: 100%;height: 100%;background-color: black;z-index: 9998;padding: 0px;-moz-opacity: 0.4;opacity: .40;filter: alpha(opacity=40);}
.productpage #product .product-price{cursor:pointer;}
.product-info .right .description .instock {font-weight: bold;color: #FFF!important;background: #009900;padding: 7px!important;text-align: center; vertical-align: middle;text-transform: uppercase; }
.product-info .right .description .outofstock{font-weight: bold;color: #FFF!important;background: #d61e31;padding: 7px!important;text-align: center; vertical-align: middle;text-transform: uppercase; }
.recommended .product-list-item .cart input{float:left;width:35px;}
.recommended .cart,.optionalparts .cart,.stdparts .cart, .stdparentparts .cart,.optionalparentparts .cart {float:right;}
.recommended .product-list{padding-top:0px!important;}
.recommended .box-heading{margin-bottom:2px!important;}
.recommended .product-list-item .image,.stdparts .product-list-item .image,.stdparentparts .product-list-item .image,.optionalparts .product-list-item .image,.optionalparentparts .product-list-item .image{width:120px!important;height:120px;}
.recommended .product-list-item{margin:1px;padding:10px;}
.stdparts .product-list-item,.stdparentparts .product-list-item, .optionalparts .product-list-item,.optionalparentparts .product-list-item {border-bottom: 1px solid rgb(228, 228, 228);margin-bottom:0px;}
.recommended{margin-bottom:20px;}
#recommendedLink {margin-bottom: 7px;background: url("/image/product_page_recommended.png") no-repeat scroll 4px 1px #FFFFFF; line-height: 24px; padding: 4px 4px 4px 38px;}
.quickview-button {
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.recommendedcarts{float:right;}
.recommendedcart{margin-top:0px;padding:10px;text-align:right;}
.recommendedcart p{text-align:left;font-size:125%;font-weight:bold;float:left}
.recommendedcart p span{font-size:150%;color:rgb(221, 0, 23);}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  left:3px !important; 
}

.warning {
	background-color: #d61e31 !important;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;	
}

.journal-header-center .autocomplete2-suggestions {
	
	top:45px !important;	
}

.autocomplete2-suggestion .p-name {
	width:82%;
	
}

#Fast-Free-Delivery {
	
	height:40px;
}



/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  /*border-radius: 34px;*/
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  /*border-radius: 50%;*/
  content: '\e603';
  font-size:19px;
  text-align: center;
  color:#CCC;
}
.switch input:checked + .slider:before {
    color:rgb(221, 0, 23);
}
input:checked + .slider {
  background-color: rgb(221, 0, 23);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider{
  border-radius: 20px;
}

.slider:before {
  border-radius: 50%;
}
/*
.stock{
    display: block;
    color: #d61e31;
    font-weight: bold;
    text-align: center;

}
*/
.stock{
    display: block;
	color: #fff;
	background:#D61E31;
	padding:7px;
    font-weight: bold;
    text-align: center;
	text-transform:uppercase;
}
.stock.In.Stock{
    display: block;
    color: #fff;
	background:#009900;
	padding:7px;	
    font-weight: bold;
    text-align: center;
}

#tabs li {
    border-right: 1px solid #ccc;
}
#product-gallery .swiper-button-next::before , #product-gallery .swiper-button-prev::before{
    top:10px !important;
}
#discontinued{
    border: 5px solid rgb(214, 30, 49);
}
#discontinued #product_info{
    color: rgb(221, 0, 23);
}
#currency .dropdown-toggle > div span.currency-text{
    color: #ffffff !important;
}
#content #review-title { border-bottom-width: 100px!important; }

.wishlist-info tr{
    position: relative;
}
.mega-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border: 1px solid #EEEEEE;
}
.crousel-5{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    -webkit-box-shadow: 0 4px 4px 0 #CCCCCC;
    box-shadow: rgb(204, 204, 204) 0px 4px 4px 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 3px 0;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
    text-align: left;
}

.bottom-footer { height: 75px!important; }

a.button{
    color: #fff!important;
}
/*.tp-bgimg.defaultimg{
    background-size: 100% 100% !important;
}*/
.information_page_block li::before{
    font-family: 'FontAwesome';
    content: "\f061";
    font-size: 70%;
    margin-right: 5px;
    color: #d61e31;
}
#column-left .box-heading{
    /*color: #fff!important;*/
    padding-left: 10px;
}
.tp-bullets{
    display: none!important;
}
.information_page_block li {
    margin-left: 10px!important;
}
.carousel-brand .product-grid-item:hover .product-wrapper{
    box-shadow: none !important;
}
.product-grid-item .image{
    width: auto !important;
    display: inline-table!important;
}
.carousel-brand{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CBCBCB;
    box-shadow: 0 4px 4px 0 #CCCCCC;
    -moz-box-shadow: 0 4px 4px 0 #CCCCCC;
    -webkit-box-shadow: 0 4px 4px 0 #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 3px 0;
}
.carousel-brand .swiper-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: #fff!important;
}
.carousel-brand .swiper-button-prev,.carousel-brand .swiper-button-next{
    color: #d61e31 !important;
    background: #fff!important;
    height: 100%!important;
    width: 26px!important;
}
.journal-carousel:not(.arrows-top) .swiper-button-prev:hover::before, .journal-carousel:not(.arrows-top) .swiper-button-next:hover::before{
    color: #d61e31 !important;
}
#footer > div:nth-child(1){
    background: #F3F3F3!important;
}
#footer > div:nth-child(2){
    background: #ffffff!important;
}
#footer > div:nth-child(3){
    background: #ffffff!important;
}
#footer > div:nth-child(4){
    background: #ffffff!important;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 10px;
}
#footer > div:nth-child(4) .column-text-wrap{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.bottom-footer{
    background: #ffffff!important;
}
.bottom-footer > div{
    padding-left: 14px;
    padding-right: 14px;
}
.mega-menu div > h3:hover{background-color: rgb(214, 30, 49)!important}
.box-heading a{
    color: #000!important;
}
/*.input-group-btn input, button{
    color: #fff!important;
}*/
.fullwidth-footer h3 a{
    color: #888!important;
    font-weight: normal!important;
    font-size: 16px!important;
}
.fullwidth-footer ul li a {
    color: #888!important;
    font-weight: normal!important;
    font-size: 11px!important;
}
.fullwidth-footer ul{
    padding-left: 0px!important;
}
.tags b{
    display: block!important;
    border-bottom: 1px solid rgb(221, 221, 221)!important;
    border-radius: unset!important;
    margin-bottom: 12px!important;
    font-size: 26px!important;
    background: none!important;
    color: rgb(41, 41, 41)!important;
    font-weight: bold!important;
}
.tags a{
    padding: 1px 9px 1px 9px !important;
    font-size: 11px !important;
    background: #eee !important;
    color: #000 !important;
}
footer .column-text-wrap a:hover {
    color: #000 !important;
    text-decoration: underline;
}
footer .column-text-wrap a
.copyright > div span:nth-child(2) span{
    color: #000 !important;
    font-size: 11px!important;
}
.copyright > div span:nth-child(2) a{
    color: #000000 !important;
    font-size: 11px!important;
}
footer .copyright a:hover{
    text-decoration: underline;
}
.copyright > div span:nth-child(1){
    color: #ccc!important;
    font-size: 11px!important;
}
.side-column .heading-title, .side-column .box-heading, .side-column #blogArticle .articleHeader h1, .side-column .journal-carousel .htabs.single-tab a.selected, .oc-filter .panel-heading, .oc-filter a.list-group-item{
    color: #D61E31!important;
}
/*.btn{
    background-color: #D61E31!important;
}
.btn:hover{
    background-color: rgb(51, 55, 69)!important;
}*/
#content p a:hover ,.mega-menu li a span:hover, .mega-menu li a:hover
, #recommendedLink a:hover, .information_page_block a:hover, .tabs-content a:hover , h4.name a:hover, #footer li a span:hover, #footer li a:hover, .product-details a:hover
{
    color: #000!important;
    text-decoration: underline!important;
/*    text-shadow: .7px .1px !important;*/
}
#recommendedLink a, .tabs-content a , h4.name a,.product-details a
{
 font-weight: bold!important;
 color: #333!important;
}

#recommendedLink {
	padding: 8px 8px 8px 50px !important;
    background-color: #eee;
    text-transform: capitalize;
}


.information_page_block a, .mega-menu li a span, .mega-menu ul li a, #review-title, .bottom-footer a span{
    color: #333!important;
}
#content p a {
    color: #D61E31;
}
.secondary-title ,span.error{
    color: #D61E31!important;
}
#cart .btn-inverse a{

}
#cart .heading i:hover, .firefox #cart .heading:hover i, .button-search:hover{
    background-color: rgb(51, 55, 69)!important;
}
#cart .heading i, .firefox #cart .heading i, .button-search {
    background-color: rgb(213, 30, 49)!important;
}
.product-page .heading-title {
	text-transform: capitalize !important;
	font-size:16px;	
	text-overflow: ellipsis;
}

.product-info .product-options > .cart {
	padding: 0px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;	
}
/*
td.compare-product{
    background-color: #D61E31!important;
} */
.sf-icon .sf-reset-icon::after, .sf-reset .sf-reset-icon::after, table.radio .highlight td label, .action-area .panel-title, .side-column .journal-sf .box ul li label.sf-checked, .side-column .journal-sf .box ul li label:hover{
    color: #D61E31!important;
}
.journal-menu li a:hover .main-menu-text, .journal-currency.j-min a span:hover, .mini-cart-info a:hover, .box-heading a:hover{
    text-decoration: underline!important;
}
.wishlist-info .stock{
    display: table-cell!important;
}
.super-menu > li > a, h1,h2,h3,h4,h5,h6,.price {
	
	font-family: ABeeZee,UbuntuRegular,sans-serif;
	text-transform: uppercase;
	
	}
.super-menu{
    border: none!important;
    border-bottom: 1px solid #f4f4f4 !important;
}
.cart-info thead td, .wishlist-info thead td, .compare-info thead td, .manufacturer-heading, table.list thead td, .order-list .order-id, .order-list .order-status {
    color: #000!important;
    background-color: #eee!important;
}
.recommended .box-heading, .related-products .box-heading{
    font-size: 26px!important;
    color: rgb(41, 41, 41)!important;
    font-weight: bold!important;
}
.price{
    color: rgb(214, 30, 49)!important;
}
.button-cart-text{
    color: #fff !important;
}
.journal-checkout .text-left.name,.journal-checkout .text-left.quantity,.journal-checkout .text-right.price,.journal-checkout .text-right.total
{
 font-weight: bold!important;
 color: #333!important;
}
@media (max-width: 768px){
    .bottom-menu-bar #header .journal-links .top-menu > li > a > span, .bottom-menu-bar #header .journal-links .top-menu > li .no-link>span{
        display: block!important;
    }
    #logo a img {
        top: 40%!important;
    }
    .journal-header-center #logo {
        background-position: left!important;
    }
    ul.super-menu > li:hover > a{
        color: #FFFFFF!important;
    }
    .mega-menu-column .s_list_33, .mega-menu-column .s_list_50 {
        width: 100%!important;
    }
    .mega-menu > div {
        margin-bottom: 0px !important;
    }
    .mobile-trigger{
        color: #000000!important;
    }
    .top-menu > li:nth-child(1), .top-menu > li:nth-child(3), .top-menu > li:nth-child(4), .copyright{
        display: none!important;
    }
    #journal-cms-block-1342797506 h1{
        width: 100%!important;
    }
    #journal-cms-block-1342797506 a img{
        width: 50%!important;
        float: left;
    }
    .top-head{
        width:100%!important;
        font-size: 91% !important;
    }
    .top-imgs img{
        width: 50%!important;
        float: left!important;
    }
}
.top-head{
        float:left;width:50%;color: #cccccc;font-size: 120%;
    }
.top-imgs{
    float:right;
}
.fa{
/*    color: #D61E31 !important; */
}
.mini-cart-info a:hover{
    color: #D61E31 !important;
}
.table-responsive .text-danger{
    display: table-cell!important;
}

/*.bottom-menu-bar #header .journal-links .top-menu:nth-child(1), .bottom-menu-bar #header .journal-links .top-menu:nth-child(3){
    display: none;
}*/
.journal-header-center #cart {
/*    background-color: #D61E31!important;*/
}


.journal-search .button-search{
    right: 0!important;
    background-color: transparent !important;
    border: none!important;
}
.journal-search .button-search i::before {
    color: #000!important;
}
#search > input{
    padding: 0 0 0 10px;
    border: 1px solid #d8d8d8!important;
    font-size: 1.0em!important;
    color: #202020 !important;
    box-shadow: 0px 0px 4px rgba(216,216,216,1)!important;
    border-radius: 1px;
}
#search{

    float: left!important;
}
.journal-header-center #logo {

}
.header{
    background: #fff !important;
}
.journal-header-center #logo {
    background-image: none!important;
}

.remove_style li:before{
    display: none!important;
}
.remove_style li {
    float: left;
    border: 1px solid #e8e8e8;
    margin: 2px;
    padding: 2px;
    width:100px;
    height: 100px;
    display: table;
    text-align: center;
}
.remove_style li a{
    display: table-cell;
    vertical-align: middle;
}
.remove_style{
    display: flex;
    flex-wrap: wrap;
}
.remove_style img {
    width: 80px;
    height: auto;
}
#Fast-Free-Delivery{
	float: left;
	background: #D61E31;
	color: #FFF;
	padding: 10px 20px;
	margin-right: 10px; 

	font-weight: bold;
}
	

#Motto{
    line-height: 39px;
	text-transform: uppercase;
	font-weight: bold;	
}
@media (max-width: 768px){
    
    .minuuu{
       display: none!important; 
    }
   .top-menu{
        float: left;
        line-height: 39px;
    }
    .journal-links{
        display: none;
    }
    .ssk-sticky.ssk-right { top: auto !important; }
    .journal-header-mega .currency_main {right: 45px!important;
position: absolute!important;
top: 0!important; }
    
}
.journal-top-header{
    opacity: 1.0;
}
.journal-header-mega .journal-search{position: relative;}

/*.journal-header-center #cart{height:38px;}*/
.ssk-sticky.ssk-right { top: 40%; }

.journal-header-mega .journal-search {
    padding-right: 2%;
}
.journal-header-mega .currency_main {position: relative;}
.journal-header-mega .currency_main .dropdown-toggle .currency-text{display: none;}
.journal-header-mega .currency_main .currency-symbol{border: 3px solid #f4f4f4;padding: 5px;box-shadow: 0px 0px 2px 3px;}
.journal-header-mega .currency_main .journal-currency{width: 100%;margin-left: -3px;}
@media (min-width: 769px){
    .journal-language form, .journal-currency form {
        float: right;
    }
    #currency .dropdown-menu {
        top: 42px;
    }
}

#productavaible .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
#productavaible .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#productavaible .modal-body {
    position: relative;
    padding: 15px;
}
#productavaible .form-group {
    margin-bottom: 15px;
}
#productavaible label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
#productavaible .form-control {
	display: block;
	width: 216px;
	padding: 0px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#productavaible h4, label{
    font-family: inherit;
    font-weight:  normal;
}
#productavaible .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede!important;
    border-color: #ebccd1!important;
    font-size: 10px!important;
    position: relative!important;
    margin-bottom: 20px!important;
    padding: 8px 14px 8px 14px;
    border: 1px solid transparent;
    border-radius: 4px;
}
#productavaible  .text-danger {
    color: #a94442!important;
    background: transparent!important;
}
#productavaible .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8!important;
    border-color:#d6e9c6!important;
    font-size: 10px!important;
    position: relative!important;
    margin-bottom: 20px!important;
    padding: 8px 14px 8px 14px;
    border: 1px solid transparent;
    border-radius: 4px;   
}
.product-grid-item .image{
    width: auto !important;
    display: inline-table!important;
}
.journal2_carousel .product-grid-item .image > a img{
    max-height: 100px;
    max-width: 100px;
}
.journal2_carousel .swiper-wrapper{
    height: 100px;
}
.product-grid-item{
    overflow: hidden;
}

/* DD Category Image Image Fix change */

.product-grid-item .image, .product-list-item .image {
	width: 150px!important;
	margin: 0 auto;
 }
 
/* DD Combo Pack Image Image Fix change */
.product-list-item .product-details {
	margin-left: 150px!important;	 
	}

/* Mobile screen needs adjustment */        
@media (max-width: 768px){
    .product-list-item .product-details {
	margin-left: 0px!important;	 
    }  
    .heading-title, .box-heading{white-space:unset!important}
}	
/* DD Combo Pack Label Out of Stock change */
.product-list-item .image .label-outofstock {
	font-size:12px!important;
}
 
 .side-column .oc-module .product-grid-item .image {
	width: auto !important;	 
 }
 
/* mamuli change */

/* pages.css code, line 828*/
.payment-pagseguro,
.payment-skrill,
.payment-cod,
.payment-payza,
.payment-pp_standard,
.payment-pp_express,
.payment-coinbase,
.payment-stripe,
.payment-instamojo,
.payment-sagepay_server
{
    
  display: none !important; }
/* pages.css code  end*/
.brand-logo-text{
	text-decoration: underline;
color: #D61E31;
font-weight: bold;
}
.product-info .right .description {
    line-height: 2.5;
}
/* Main Product Image Resize - DD */
.product-info .left .image {
	
	width:77% !important;
	margin: auto !important;
	float: none !important;
	}

.product-info .image .label-outofstock {
	
	right:24%;
	position: relative;
}
/* Product Page Description Background and Border - DD*/
.product-tabs .tabs-content .tab-pane .tab-content {
	background-color:#FFF !important;
	border: 20px solid #eee !important;	
}
/* Shopping Cart Page - PRE ORDER Badge - DD*/
#content.sc-page a+.text-danger {
	color: #ffffff !important;
    background-color: #d61e31 !important;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    font-weight: 600 !important;	
}

/* Product Page MultiBuy Price - DD*/ 
.product-options ul.list-unstyled.price li.discounts {	
    background-color: #505050;
    padding: 4px;
    font-weight: 800;
    width: 40%;
    color: #fff700;
    text-align: center;
    border: 1px dotted #EEE; 
}	
	
.manufacture-name-class{
	float:right;
}

@media (min-width: 700px) and (max-width: 1330px){
	#fb-root, .fb-like.fb_iframe_widget, #twitter-widget-0, .ssk-sticky.ssk-right.ssk-lg.minuuu{
		display: none!important;
	}
        .super-menu > li > a{
            font-size: 10px!important;
            padding: 0px 7px !important;
        }
	
}
.info-icon::before{
	font-family: 'FontAwesome';
	content: "\f05a";
	font-size: 18px;
	margin-right: 5px;
	color: #0091d6;
	cursor: pointer;
	margin-left: 5px;
}
.tooltip {
	position: relative;
	display: inline-block;
	opacity: 1; 
} 

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #f4f4f4;
    text-align: left;
    border-radius: 4px;
    padding: 6px 10px;
    padding-right: 5px;
    position: absolute;
    color: #000;
    z-index: 1;
    font-size: 14px;
    box-shadow: 0px 1px 14px #000000;
    opacity: .95;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/*.super-menu li a:hover + .mega-menu{
    display: block;
}*/

@media(max-width: 768px){
    .category-page .heading-title{
/*        display:block!important;*/
    }
    
}
@media(max-width: 1000px) {
    .box.recommended.related-products  .recommendedcarts .cart {
        width: 148px;
    }
    .fullwidth-footer {
        margin: unset!important;
    }
    footer .column {
        padding: unset!important;
    }
}
