/* Menu */
.common-home .header-type-2 #top .megamenu { display: none; }
.common-home .header-type-2 #top .megaMenuToggle  { display: none; }

#menu {
	position: relative;
	overflow: visible;
}

	#menu .background-menu {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.megaMenuToggle {
		display: none;
	}
	
	.container-megamenu, 
	.container-megamenu .container {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
		.container-megamenu.container .container {
			width: auto !important;
		}
	
	.megamenu-wrapper {
		position: relative;
		z-index: 25;
		background: #ff7b7b; /* Old browsers */
		background: -moz-linear-gradient(top, #ff7b7b 35%, #ff5c5c 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ff7b7b), color-stop(100%,#ff5c5c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ff7b7b 35%,#ff5c5c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ff7b7b 35%,#ff5c5c 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ff7b7b 35%,#ff5c5c 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ff7b7b 35%,#ff5c5c 100%); /* W3C */
	}
	
		.container-megamenu.container .megamenu-wrapper {
			border-radius:         2px;
			-moz-border-radius:    2px;
			-webkit-border-radius: 2px;
		}
		
		.container-megamenu.container .megamenu-pattern {
			border-radius:         2px;
			-moz-border-radius:    2px;
			-webkit-border-radius: 2px;
		}
	
		ul.megamenu {
			margin: 0px;
			padding: 0px;
			list-style: none;
			position: relative;
			z-index: 0;
			opacity: 1;
			text-align: center;
		}
			
			ul.megamenu > li {
				display: inline-block;
				width: auto;
				//background: url(../img/megamenu-li-border-left.png) top left repeat-y;
              border-right: 1px solid #fff;
			}
			
				ul.megamenu > li:first-child {
					background: none;
				}
			
				ul.megamenu > li.pull-right {
					float: right;
				}
				
				ul.megamenu > li .close-menu,
				ul.megamenu > li .open-menu {
					display: none;
				}
				
				/* @group Search */
				
				ul.megamenu > li.search {
					background: none;
				}
				
					#top ul.megamenu > li.search .search_form, ul.megamenu > li.search .search_form {
						padding: 0px;
						margin: 8px;
					}
					
						#top ul.megamenu > li.search .search_form input, ul.megamenu > li.search .search_form input {
							height: 29px;
							min-height: 29px;
							border: none;
						}
						
						ul.megamenu > li.search .button-search2 {
							top: 6px;
							right: 8px;
						}
						
				/* @end */
				
				.container-megamenu.container ul.megamenu > li:first-child > a {
					border-radius:         2px 0px 0px 2px;
					-moz-border-radius:    2px 0px 0px 2px;
					-webkit-border-radius: 2px 0px 0px 2px;
				}
				
				ul.megamenu > li > a {
					display: block;
					position: relative;
					color: #fff;
					font-size: 15px;
                    padding: 18px 27px;
                    font-weight: bold;
                    text-transform: capitalize;
                    text-shadow: 2px 2px 4px #230c99;
				}
				
					
					ul.megamenu .megamenu-label {
					     position: absolute;
					     top: -15px;
					     left: 10px;
					     height: 22px;
					     padding: 2px 5px;
					     font-size: 12px;
					     color: #fff;
					}
					
					     ul.megamenu ul .megamenu-label {
					          display: inline-block;
					          position: relative;
					          top: 0;
					     }
				
				
					
					ul.megamenu > li > a > .fa-home {
						display: block;
						font-size: 25px;
						text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
					}
					
					ul.megamenu > li > a img {
						margin-right: 10px;
						height: 27px;
						vertical-align: middle;
					}
					
					/* @group Description */
					
					ul.megamenu > li > a.description {
						font-size: 14px;
						padding: 10px 20px 11px 21px;
						line-height: 1;
					}
					
						ul.megamenu > li > a.description strong {
							font-size: 14px;
						}
					
						ul.megamenu > li > a.description img {
							float: left;
						}
					
						ul.megamenu > li > a.description .description {
							font-size: 11px;
							opacity: 0.9;
						}
						
						ul.megamenu > li > a.description .description-left {
							float: left;
							width: auto;
						}
						
					/* @end */
					
					/* @group Submenu */
					
					ul.megamenu > li > .sub-menu {
						position: absolute;
						padding-top: 10px;
						z-index: -20;
						visibility: hidden;
						right: 0;
					}
					
						ul.megamenu > li.active > .sub-menu {
							z-index: 20;
							right: auto;
							visibility: visible;
						}
					
						ul.megamenu > li > .sub-menu > .content {
							display: none;
						}
					
							ul.megamenu > li.active > .sub-menu > .content {
								display: block;
							}
							
							ul.megamenu > li > .sub-menu > .content > .arrow {
								position: absolute;
								left: 0;
								height: 1px;
							}
							
							ul.megamenu > li > .sub-menu > .content > .arrow:before {
							  position: absolute;
							  margin-top: -16px;
							  margin-left: -8px;
							  display: inline-block;
							  border-right: 6px solid transparent;
							  border-bottom: 6px solid #ccc;
							  border-left: 6px solid transparent;
							  border-bottom-color: #e6e6e6;
							  content: '';
							  z-index: 30;
							}
							
							ul.megamenu > li > .sub-menu > .content > .arrow:after {
							  position: absolute;
							  margin-top: -15px;
							  margin-left: -7px;
							  display: inline-block;
							  border-right: 5px solid transparent;
							  border-bottom: 5px solid #fff;
							  border-left: 5px solid transparent;
							  content: '';
							  z-index: 30;
							}
							
						/* @group Transitions */
							
						/* @group Transition fade */
						
						ul.megamenu.fade > li > .sub-menu > .content {
							display: block;
							opacity: 0;
							filter: alpha(opacity=0);
							visibility: hidden;
							-webkit-transition: all 0.2s ease-out;
							-moz-transition: all 0.2s ease-out;
							-o-transition: all 0.2s ease-out;
							-ms-transition: all 0.2s ease-out;
							transition: all 0.2s ease-out;
						}
						
							ul.megamenu.fade > li.active > .sub-menu > .content {
								display: block;
								opacity: 1;
								filter: alpha(opacity=100);
								visibility: visible;
							}
							
						/* @end */
							
						/* @group Transition shift up */
						
						ul.megamenu.shift-up > li > .sub-menu > .content {
							display: block;
							opacity: 0;
							filter: alpha(opacity=0);
							visibility: hidden;
							-webkit-transition: all 0.2s ease-out;
							-moz-transition: all 0.2s ease-out;
							-o-transition: all 0.2s ease-out;
							-ms-transition: all 0.2s ease-out;
							transition: all 0.2s ease-out;
							margin-top: 25px;
						}
							ul.megamenu.shift-up > li.active > .sub-menu > .content {
								margin-top: 0px;
								display: block;
								opacity: 1;
								filter: alpha(opacity=100);
								visibility: visible;
							}
							
						/* @end */
							
						/* @group Transition shift down */
						
						ul.megamenu.shift-down > li > .sub-menu > .content {
							display: block;
							opacity: 0;
							filter: alpha(opacity=0);
							visibility: hidden;
							-webkit-transition: all 0.2s ease-out;
							-moz-transition: all 0.2s ease-out;
							-o-transition: all 0.2s ease-out;
							-ms-transition: all 0.2s ease-out;
							transition: all 0.2s ease-out;
							margin-top: -25px;
						}
							ul.megamenu.shift-down > li.active > .sub-menu > .content {
								margin-top: 0px;
								display: block;
								opacity: 1;
								filter: alpha(opacity=100);
								visibility: visible;
							}
					     
					     /* @end */
							
						/* @group Transition shift left */
						
						ul.megamenu.shift-left > li > .sub-menu > .content {
							display: block;
							opacity: 0;
							filter: alpha(opacity=0);
							visibility: hidden;
							-webkit-transition: all 0.2s ease-out;
							-moz-transition: all 0.2s ease-out;
							-o-transition: all 0.2s ease-out;
							-ms-transition: all 0.2s ease-out;
							transition: all 0.2s ease-out;
							left: 30px;
						}
							ul.megamenu.shift-left > li.active > .sub-menu > .content {
								left: 0px;
								display: block;
								opacity: 1;
								filter: alpha(opacity=100);
								visibility: visible;
							}
							
						/* @end */
							
						/* @group Transition shift right */
						
						ul.megamenu.shift-right > li > .sub-menu > .content {
							display: block;
							opacity: 0;
							filter: alpha(opacity=0);
							visibility: hidden;
							-webkit-transition: all 0.2s ease-out;
							-moz-transition: all 0.2s ease-out;
							-o-transition: all 0.2s ease-out;
							-ms-transition: all 0.2s ease-out;
							transition: all 0.2s ease-out;
							left: -30px;
						}
							ul.megamenu.shift-right > li.active > .sub-menu > .content {
								left: 0px;
								display: block;
								opacity: 1;
								filter: alpha(opacity=100);
								visibility: visible;
							}
							
						/* @end */
							
						/* @group Transition flipping */
						
						ul.megamenu.flipping > li > .sub-menu > .content {
							display: block;
							filter: alpha(opacity=0);
							visibility: hidden;
							opacity: 0;
							-webkit-transform-origin: 50% 0%;
							-o-transform-origin: 50% 0%;
							transform-origin: 50% 0%;
							-webkit-transform: perspective(350px) rotateX(-90deg);
							-o-transform: perspective(350px) rotateX(-90deg);
							transform: perspective(350px) rotateX(-90deg);
							-webkit-transition: all 0.2s ease-out;
							-moz-transition: all 0.2s ease-out;
							-o-transition: all 0.2s ease-out;
							-ms-transition: all 0.2s ease-out;
							transition: all 0.2s ease-out;
						}
						
							ul.megamenu.flipping > li.active > .sub-menu > .content {
								display: block;
								opacity: 1;
								filter: alpha(opacity=100);
								visibility: visible;
								-webkit-transform: perspective(350px) rotateX(0deg);
								-o-transform: perspective(350px) rotateX(0deg);
								transform: perspective(350px) rotateX(0deg);
								-webkit-transition:0.2s linear 0s;
								-o-transition:0.2s linear 0s;
								transition:0.2s linear 0s;
							} 
							
						/* @end */
						
						/* @group Transition slide */
						
						ul.megamenu.slide > li > .sub-menu > .content {
							display: block;
							opacity:0;
							filter: alpha(opacity=0);
							visibility: hidden;
							-webkit-transform-origin: top;
							-moz-transform-origin: top;
							-o-transform-origin: top;
							-ms-transform-origin: top;
							transform-origin: top;
							
							-webkit-animation-fill-mode: forwards;
							-moz-animation-fill-mode: forwards;
							-ms-animation-fill-mode: forwards;
							-o-animation-fill-mode: forwards;
							animation-fill-mode: forwards;
							
							-webkit-transform: scale(1, 0);
							-moz-transform: scale(1, 0);
							-o-transform: scale(1, 0);
							-ms-transform: scale(1, 0);
							transform: scale(1, 0);
							
							-webkit-transition: all 0.2s ease-out;
							-moz-transition: all 0.2s ease-out;
							-o-transition: all 0.2s ease-out;
							-ms-transition: all 0.2s ease-out;
							transition: all 0.2s ease-out;
						}
						
							ul.megamenu.slide > li.active > .sub-menu > .content {
								-webkit-transform: scale(1, 1);
								-moz-transform: scale(1, 1);
								-o-transform: scale(1, 1);
								-ms-transform: scale(1, 1);
								transform: scale(1, 1);
								opacity:1 !important;
								filter: alpha(opacity=100) !important;
								visibility: visible !important;
							} 
							
						/* @end */
							
						/* @end */
					
						.horizontal ul.megamenu > li > .sub-menu {
							max-width: 100%;
						}
					
						ul.megamenu li .sub-menu .content {
							padding: 10px 20px;
							background: #fff;
							border: 1px solid #e6e6e6;
							border-radius:         2px;
							-moz-border-radius:    2px;
							-webkit-border-radius: 2px;
							box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
							-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
							-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
							box-sizing: content-box !important;
							-moz-box-sizing: content-box !important;
							-webkit-box-sizing: content-box !important;
						}
						
							ul.megamenu .sub-menu .content > .row {
								padding-top: 20px;
							}
							
							ul.megamenu .sub-menu .content > .border {
								padding-top: 20px;
								border-bottom: 1px solid #e6e6e6;
							}
							
								ul.megamenu .sub-menu .content > .row:first-of-type {
									padding: 0px;
								}
							
							/* @group Product */
							
							ul.megamenu li .product {
								text-align: center;
								position: relative;
							}
                            ul.megamenu li .product .ribbon{
                                position: absolute;
                                left: -1px;
                                color: #fff;
                            }
                            ul.megamenu li .product .label-discount {
                                position: relative;
                                bottom: -4px;
                                display: inline-block;
                            }
								
								ul.megamenu li .product .image {
									padding: 0px;
								}
								
									ul.megamenu li .product .image img {
										border: 1px solid #e6e6e6;
										border-radius:         2px;
										-moz-border-radius:    2px;
										-webkit-border-radius: 2px;
									}
								
								ul.megamenu li .product .name {
									padding: 11px 0px 0px 0px;
                                    position: relative;
								}
								ul.megamenu li .product .name .label-discount{
									position: absolute;
                                    top: -3px;
                                    bottom: auto;
								}
								
								ul.megamenu li .product .name a{
									line-height: 15px;
                                    font-size: 14px;
                                    text-transform: capitalize;
                                    font-weight: 700;
                                    color: #0e53a5;
								}
								
								ul.megamenu li .product .price {
									font-size: 15px;
                                    color: #3d3d3d;
								}
								
								ul.megamenu li .product .price .price-old{
									color: #c6c6c6;
                                    font-size: 11px;
                                    text-decoration: line-through;
                                    margin-top: auto;
                                    vertical-align: bottom;
                                    float: none;
                                    font-weight: 400 !important;
                                    margin-bottom: 2px;
                                    margin-right: 1px;
                                    display: inline-block;
								}
								
							/* @end */
                              
                              /* @group Products */
                              
                              .products-carousel-overflow {
                                   overflow: hidden;
                                   margin: -2px;
                                   padding: 2px;
                                   position: relative;
                              }
                              
                                   .products-carousel-overflow .box-heading {
                                        font-weight: normal;
                                        color: #3d3d3d;
                                        letter-spacing: -1px;
                                        padding: 0 23px 0 0;
                                        display: inline-block;
                                        vertical-align: top;
                                        text-transform: capitalize;
                                        font-size: 28px;
                                        line-height: 35px;
                                        float: left;
                                        margin: 15px 15px 15px 0px;
                                   }
                              
                                   .products-carousel-overflow .strip-line {
                                        height: 1px;
                                        background-color: #e0e0e0;
                                        overflow: hidden;
                                        margin-top: 30px;
                                   }
                                   
                                   .products-carousel-overflow > .prev, 
                                   .products-carousel-overflow > .next {
                                   	    float: right;
                                        margin: 9px 0px 0px 5px;
                                        width: 15px;
                                        height: 40px;
                                   }

                                   	.products-carousel-overflow > .prev {
                                   		margin-left: 15px;
                                   	}
                                   
                                   	.products-carousel-overflow > .prev span, 
                                   	.products-carousel-overflow > .next span {
                                        font-size: 29px;
                                        line-height: 40px;
                                        color: #d3d3d3 !important;
                                        margin: 0 3px;
                                   	}
                                   
                                   	.products-carousel-overflow > .prev span:before, 
                                   	.products-carousel-overflow > .next span:before{
                                        content: '';
                                        display: inline-block;
                                        font-family: FontAwesome;
                                        font-style: normal;
                                        font-weight: 400;
                                        line-height: 1;
                                        cursor: pointer;
                                        -webkit-font-smoothing: antialiased;
                                        -moz-osx-font-smoothing: grayscale;
                                        -webkit-transition: all 0.3s ease;
                                        -moz-transition: all 0.3s ease;
                                        -o-transition: all 0.3s ease;
                                        transition: all 0.3s ease;
                                   	}
                                    
                                    .products-carousel-overflow > .prev span:before {
                                        content: "\f104";
                                    }
                                    
                                    .products-carousel-overflow > .next span:before {
                                        content: "\f105";
                                    }

                                   .products-carousel-overflow .clear {
                                        clear: left;
                                        width: 100%;
                                        height: 16px;
                                   }
                                   
                              /* @end */
                              
                              /* @group Manufacturer */
							
							ul.manufacturer {
								list-style: none;
								margin: -10px 0px 0px 0px !important;
								padding: 0px;
								position: relative;
							}
							
								ul.manufacturer li {
									display: inline-block;
									margin: 10px 5px 0px 0px;
								}
								
									ul.manufacturer li a {
										display: block;
										font-size: 14px;
										padding: 2px 8px;
										border: 1px solid #e6e6e6;
										border-radius:         2px;
										-moz-border-radius:    2px;
										-webkit-border-radius: 2px;
									}
									
							/* @end */
									
							/* @group Open Categories */
							
							ul.megamenu li .sub-menu .content .open-categories,
							ul.megamenu li .sub-menu .content .close-categories {
								display: none;
							}
							
							/* @end */
							
							/* @group Static Menu */
							
							ul.megamenu li .sub-menu .content .static-menu a.main-menu {
                                font-size: 18px;
                                line-height: 24px;
                                margin: 15px 0;
                                display: inline-block;
                                font-weight: 600;
							}
							
							ul.megamenu li .sub-menu .content .static-menu .left-categories-image-right {
							     float: left;
							     width: 54%;
							     padding-right: 6%;
							}
							
							ul.megamenu li .sub-menu .content .static-menu .right-categories-image-right {
							     float: left;
							     width: 40%;
							     text-align: right;
							     padding-top: 5px;
							}
							
							ul.megamenu li .sub-menu .content .static-menu .left-categories-image-left {
							     float: left;
							     width: 40%;
							     padding-right: 4%;
							     padding-top: 5px;
							}
							
							ul.megamenu li .sub-menu .content .static-menu .right-categories-image-left {
							     float: left;
							     width: 56%;
							}
							
							ul.megamenu li .sub-menu .content .static-menu .menu ul {
								list-style: none;
								margin: 0px;
								padding: 5px;
							}
							
								ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
									padding-top: 7px;
								}
								
									ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:first-child {
										padding-top: 0px;
									}
							
								ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
/*									padding: 5px 10px;*/
								}
								
								     ul.megamenu li .sub-menu .content .static-menu .menu ul .categories-image-right ul a {
								          display: block;
								     }
                                     
                                     ul.megamenu li .sub-menu .content .static-menu .menu ul ul li{
                                        border-bottom: 1px solid #e0e0e0;
                                        -webkit-transition: all 0.3s ease;
                                        -moz-transition: all 0.3s ease;
                                        -o-transition: all 0.3s ease;
                                        transition: all 0.3s ease;;
                                     }
                                     ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:last-child{
                                         border-bottom: 0;
                                     }
                                     ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:hover{
                                         background: #f9f9f9;
                                     }
                                     
                                     ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a{
                                        color: #3d3d3d;
                                        line-height: 26px;
                                        font-size: 14px;
                                        padding: 5px;
                                        display: block;
                                     }
						
									
							/* @end */
									
							/* @group Hover Menu */
							ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
								display: block;
							}
							
							ul.megamenu li .sub-menu .content .hover-menu .menu ul {
								list-style: none;
								margin: 3px 0px;
								padding: 0px;
								position: relative;
							}
							
								ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
									display: none;
									margin-top: -41px;
									width: 200px;
									padding: 5px 20px;
									position: absolute;
									z-index: 10;
									left: 100%;
									background: #fff;
									border: 1px solid #e6e6e6;
									border-radius:         2px;
									-moz-border-radius:    2px;
									-webkit-border-radius: 2px;
									box-shadow:            0px 0px 25px rgba(0, 0, 0, 0.15);
									-moz-box-shadow:       0px 0px 25px rgba(0, 0, 0, 0.15);
									-webkit-box-shadow:    0px 0px 25px rgba(0, 0, 0, 0.15);
								}
								
									ul.megamenu li .sub-menu .content .hover-menu .menu ul ul.active {
										display: block;
									}
								
									ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
										position: absolute;
										display: block;
										border-color: transparent;
										border-style: solid;
										border-width: 10px;
										content: "";
										top: 20px;
										left: -11px;
										border-right-color: #e6e6e6;
										border-left-width: 0;
									}
									
									ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
										position: absolute;
										display: block;
										border-color: transparent;
										border-style: solid;
										border-width: 10px;
										content: "";
										top: 20px;
										left: -10px;
										border-right-color: #fff;
										border-left-width: 0;
									}
								
									ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
										position: relative;
									}
								
                                    ul.megamenu li .sub-menu .content .hover-menu{
                                        margin: -10px 0;
                                    }
                                    
                                    ul.megamenu li .sub-menu .content .hover-menu li{
                                       padding: 0;
                                       margin: 0 -20px;
                                       border-bottom: 1px solid #e0e0e0;
                                       -webkit-transition: all 0.3s ease;
                                       -moz-transition: all 0.3s ease;
                                       -o-transition: all 0.3s ease;
                                       transition: all 0.3s ease;;
                                    }
                                    
                                    ul.megamenu li .sub-menu .content .hover-menu li:last-child{
                                        border-bottom: 0;
                                    }
                                    
                                    ul.megamenu li .sub-menu .content .hover-menu li:hover{
                                        background: #f9f9f9;
                                    }

                                    ul.megamenu li .sub-menu .content .hover-menu li a{
                                        color: #3d3d3d;
                                        padding: 8px 16px;
                                        font-size: 14px;
                                        display: block;
                                    }
						     /* @end */
								
					/* @end */
					
/* @end */

	/* @group 2. MegaMenu Mobile Heading */
	
	.megaMenuToggle {
		display: none;
		cursor: pointer;
	}
	
		.megamenuToogle-wrapper {
			position: relative;
			z-index: 26;
            min-height: 50px;
            line-height: 39px;
            border-bottom: 1px solid transparent;
		}
		
		.container-megamenu.container .megamenuToogle-wrapper {
			border-radius:         2px;
			-moz-border-radius:    2px;
			-webkit-border-radius: 2px;
		}
		
		 .container-megamenu.container .megamenuToogle-pattern {
			border-radius:         2px;
			-moz-border-radius:    2px;
			-webkit-border-radius: 2px;
		}
		
			.megamenuToogle-wrapper .container {
				color: #fff;
				font-size: 18px;
				text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
				padding: 6px 20px 5px 14px !important;
			}
			
				.vertical .megamenuToogle-wrapper .container {
					padding: 9px 20px 8px 20px !important;
				}
			
				.megamenuToogle-wrapper .container > div {
					float: right;
					width: 44px;
                    padding: 9px 10px;
                    margin: 2px 15px 0px 0px;
                    border: 1px solid transparent;
				}
				
					.megamenuToogle-wrapper .container > div span {
						display: block;
						width: 100%;
						height: 2px;
						margin-top: 4px;
						background: #fff;
						box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
					}
                    .megamenuToogle-wrapper .container > div span:first-child{
                        margin-top: 0;
                    }
					
	/* @end */
								
	/* @group 3. MegaMenu Vertical */
	
	.vertical #menuHeading {
		margin: 30px 0px 0px 0px;
	}
    
    .vertical #menuHeading .megamenuToogle-wrapper{
        border-radius: 0;
    } 
    
    .vertical #menuHeading .megamenuToogle-wrapper .container{
        text-transform: capitalize;
        font-weight: bold;
        font-size: 16px;
        text-shadow: none;
        padding: 9px 17px !important;
    } 
    
    .vertical #menuHeading .megamenuToogle-wrapper .container:before{
        content: '\f03a';
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        color: #fff;
        margin-right: 6px;
        display: inline-block;
    }

		.vertical .megamenuToogle-wrapper {
			z-index: 24;
            border-bottom: 0;
		}
		
		.vertical .megamenu-wrapper {
			display: block !important;
			background: #fff !important;
			position: relative;
			margin-top: -2px;
			z-index: 23;
		}
		
			.vertical ul.megamenu > li {
				display: block;
				float: none !important;
				width: auto;
				background: none;
				border-top: 0;
                border-right: 0;
				position: relative;
				margin: 0px;
				text-align: left;
			}

				.vertical ul.megamenu > li > a {
                    color: #636363;
                    font-weight: 600 ;
					text-shadow: none;
					height: auto !important;
                    background: transparent;
					padding-right: 40px;
                    padding: 12px 17px;
                    line-height: 22px;
                    border-left: 1px solid #e6e6e6;
                    border-right: 1px solid #e6e6e6;
				}
                
                .vertical ul.megamenu > li:last-child > a {
                    border-bottom: 2px solid #e6e6e6;
                    border-radius: 0px;
                }
                
                .vertical ul.megamenu > li > a strong{
                    font-weight: 600;
                }
                
            
                .vertical ul.megamenu > li:nth-child(2n) > a {
                    background-color: #f9f9f9;
                }
				     
				     .vertical ul.megamenu .megamenu-label {
				          display: inline-block;
				          position: relative;
				          top: 0;
				     }
				
					.vertical ul.megamenu > li.active > a,
					.vertical ul.megamenu > li:hover > a{
                        color: #fff !important;
					}
				
					.vertical ul.megamenu > li > a.description {
						padding: 12px 20px 12px 21px;
					}
				
				.vertical ul.megamenu > li.click:before, 
				.vertical ul.megamenu > li.hover:before {
					content: '\f054';
					font-family: FontAwesome;
					font-weight: normal;
					font-style: normal;
					text-decoration: inherit;
					-webkit-font-smoothing: antialiased;
					color: #fff;
					font-weight: 400;
					font-size: 14px;
					position: absolute;
					right: 0;
					z-index: 4;
					padding: 12px 15px 10px 15px;
                    opacity: 0;
                    -webkit-transition: all 0.2s ease-out;
                    -moz-transition: all 0.2s ease-out;
                    -o-transition: all 0.2s ease-out;
                    -ms-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
				}
                
                .vertical ul.megamenu > li:first-child:before,
                .vertical ul.megamenu > li:last-child:before{
                    padding-top: 17px;
                }
                
                .vertical ul.megamenu > li.click:hover:before, 
				.vertical ul.megamenu > li.active:before{
                    opacity: 1
                }
				
				/* SubMenu */
				
				.vertical ul.megamenu > li > .sub-menu {
					left: 100%;
					padding-top: 0px;
					top: 0;
				}
                
				
					.vertical ul.megamenu > li > .sub-menu > .content {
						margin-left: 1px;
						position: relative !important;
					}
					
						.vertical ul.megamenu > li > .sub-menu > .content > .arrow {
                            display: none;
						}
                 
                        .vertical ul.megamenu li .sub-menu .content .hover-menu{
                            margin: 0;
                        }
                        
                .vertical ul.megamenu li .sub-menu .content .hover-menu li {
                    margin: 0;
                }
                
                .vertical ul.megamenu > li > .sub-menu > .content {
                    padding: 10px 20px;
                }
							
		/* @end */

/* @group 4. Responsive
------------------*/

@media (max-width: 767px) {

     /* @group Image category */
     
     .responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-right,
     .responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-top {
          display: none;
     }
     
          .responsive ul.megamenu li .sub-menu .content .static-menu .categories-image-right > div > ul {
               display: block !important;
          }
     
     .responsive ul.megamenu li .sub-menu .content .static-menu .left-categories-image-right {
          float: none;
          width: 100%;
          padding: 0px;
     }
     
     .responsive ul.megamenu li .sub-menu .content .static-menu .right-categories-image-right {
          display: none;
     }
     
     .responsive ul.megamenu li .sub-menu .content .static-menu .left-categories-image-left {
          display: none;
     }
     
     .responsive ul.megamenu li .sub-menu .content .static-menu .right-categories-image-left {
          float: none;
          width: 100%;
          padding: 0px;
     }
     
     
     /* @end */
     
     /* @group Submenu */
	
	.responsive ul.megamenu .sub-menu .content .border {
		display: none;
	}
	
	.responsive ul.megamenu .sub-menu .content .row {
		margin: 5px -20px;
		padding: 0px;
	}
	
		.responsive ul.megamenu .sub-menu .content .row > div {
			margin-top: 20px;
/*			border-top: 1px solid #e6e6e6;*/
			padding-top: 20px;
			padding-left: 20px;
			padding-right: 20px;
		}
		
			.responsive ul.megamenu .sub-menu .content .row:first-of-type > div:first-child {
				margin-top: 0px;
				border-top: none;
				padding-top: 0px;
			}
			
			.responsive ul.megamenu .sub-menu .content .row:first-of-type > div.mobile-disabled + .mobile-enabled {
				margin-top: 0px;
				border-top: none;
				padding-top: 0px;
			}
			
			.responsive ul.megamenu .sub-menu .content .row:first-of-type > div.mobile-enabled + .mobile-disabled + .mobile-enabled,
			.responsive ul.megamenu .sub-menu .content .row:first-of-type > div.mobile-enabled + .mobile-disabled  + .mobile-disabled + .mobile-enabled,
			.responsive ul.megamenu .sub-menu .content .row:first-of-type > div.mobile-enabled + .mobile-disabled  + .mobile-disabled + .mobile-disabled + .mobile-enabled,
			.responsive ul.megamenu .sub-menu .content .row:first-of-type > div.mobile-enabled + .mobile-disabled  + .mobile-disabled + .mobile-disabled + .mobile-disabled + .mobile-enabled  {
				margin-top: 20px;
				border-top: 1px solid #e6e6e6;
				padding-top: 20px;
			}
			
	/* @end */
			
	/* @group Open Categories */
	
	.responsive ul.megamenu li .menu > ul > li {
		position: relative;
	}
	
		.responsive ul.megamenu .menu > ul > li.active > .close-categories {
			display: block !important;
			position: absolute;
			top: 0;
			right: 0;
			height: 45px;
			cursor: pointer;
		}
		
			.responsive ul.megamenu .menu > ul > li.active > .close-categories:before {
				content: "-";
				font-family: Arial;
				font-weight: 300;
				font-size: 36px;
				line-height: 46px;
				padding: 0px 18px;
			}
		
		.responsive ul.megamenu .menu > ul > li > .open-categories {
			display: block !important;
			position: absolute;
			top: 0;
			right: 0;
			height: 45px;
			cursor: pointer;
		}
		
			.responsive ul.megamenu .menu > ul > li.active > .open-categories {
				display: none !important;
			}
		
			.responsive ul.megamenu li .open-categories:before {
				content: "+";
				font-family: Arial;
				font-weight: 300;
				font-size: 24px;
				line-height: 50px;
				padding: 0px 17px;
			}
			
			.responsive #main ul.megamenu li .menu > ul > li .visible,
			.responsive #main ul.megamenu li .menu > ul > li > ul {
				display: none;
			}
			
				.responsive #main ul.megamenu li .menu > ul > li.active .visible,
				.responsive #main ul.megamenu li .menu > ul > li.active > ul {
				}
				
	/* @end */
			
	/* @group Categories -> Hover Menu & Static Menu */
	
	.responsive ul.megamenu li .sub-menu .content .hover-menu .menu,
	.responsive ul.megamenu li .sub-menu .content .static-menu .menu {
		position: relative;
		margin: -20px;
		overflow: hidden;
	}
	
		.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul,
		.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul {
			margin: 0px;
			padding: 0px;
		}
	
		.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li,
		.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li {
			border-bottom: 1px solid #e6e6e6;
		}

			.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li:before {
				display: none;
			}
		
			.responsive ul.megamenu li .sub-menu .content .hover-menu .menu > ul:first-child > li:first-child,
			.responsive ul.megamenu li .sub-menu .content .static-menu .menu > ul:first-child > li:first-child {
				border-top: none;
			}
			
			.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a,
			.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
				display: block;
				padding: 11px 20px;
				font-size: 14px;
				font-weight: 300;
				background: #fff;
			}
            
            .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul li a,
			.responsive .vertical ul.megamenu li .sub-menu .content .static-menu .menu ul li a {
                border-left: 1px solid #e6e6e6;
                border-right: 1px solid #e6e6e6;
            }
			
				.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li ul li a,
				.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li ul li a {
					font-size: 12px;
				}
			
				.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:hover,
				.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:hover,
				.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li.active > a,
				.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li.active > a {
					background: #f7f7f7;
				}
				
				.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul li a:before,
				.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul li a:before {
					display: none;
				}
				
			.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul,
			.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
				margin: 0px !important;
				padding: 0px !important;
			}
			
				.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li a,
				.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
					padding-left: 40px;
				}
				
					.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul ul li a,
					.responsive ul.megamenu li .sub-menu .content .static-menu .menu ul ul ul li a {
						padding-left: 60px;
					}
					
			.responsive ul.megamenu .sub-menu .content .static-menu .row > div {
				padding: 0px 20px !important;
			}
			
			.responsive .static-menu .visible {
				padding: 0px !important;
			}
			
			.responsive ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
				padding: 0px;
			}
			
	/* @end */
}

@media (max-width: 991px) {

	/* @group Submenu background image */
	
	.responsive ul.megamenu li .sub-menu .content {
		background-image: none !important;
	}
	
	/* @end */

	/* @group MegaMenu Vertical */
	
	.responsive .vertical #menuHeading {
		margin: 20px 0px 0px 0px;
	}
	
		.responsive .vertical ul.megamenu > li.click:before, 
		.responsive .vertical ul.megamenu > li.hover:before {
			display: none;
		}
		
	/* @end */
	
	/* @group MegaMenu Horizontal */

	.responsive .megaMenuToggle {
		display: block;
	}
			
	.responsive .megamenu-wrapper {
		display: none;
		background: #fff;
		position: relative;
		margin-top: -2px;
	}
	
		.responsive ul.megamenu > li {
			display: block;
			float: none !important;
			width: auto;
			background: none;
			border-right: 0;
			position: relative;
			margin: 0px;
		}
        
		
			.responsive ul.megamenu > li.home, 
			ul.megamenu > li.search {
				display: none;
			}
			
			.responsive ul.megamenu > li > a {
				color: #fff;
				text-shadow: none;
				background: none;
				margin: 0px;
				height: auto;
			}
            
            .responsive .vertical ul.megamenu > li > a {
                color: #636363;
            }
			
			     .responsive ul.megamenu .megamenu-label {
			          display: inline-block;
			          position: relative;
			          top: 0px;
			          left: 10px;
			     }
			
				.responsive ul.megamenu > li > .sub-menu > .content > .arrow {
					display: none;
				}
                
			
				.responsive ul.megamenu > li:hover,
				.responsive ul.megamenu > li.active {
					background: #f6f6f6;
				}

				.responsive ul.megamenu > li.with-sub-menu .open-menu {
					position: absolute;
					right: 0;
					top: 0;
					z-index: 10;
					padding: 11px 17px 10px 50px;
					display: block;
					cursor: pointer;
					height: 45px;
                    color: #fff;
				}
                
                .responsive .vertical ul.megamenu > li.with-sub-menu .open-menu {
                    padding-top: 5px;
                    color: #636363;
                }
                
                .responsive .vertical ul.megamenu > li.with-sub-menu:first-child .open-menu,
                .responsive .vertical ul.megamenu > li.with-sub-menu:last-child .open-menu {
                    padding-top: 10px;
                }
				
					.responsive ul.megamenu > li.active .open-menu {
						display: none;
					}
					
						.responsive ul.megamenu > li.with-sub-menu .open-menu:before {
							content: "+";
							font-family: Arial;
							font-weight: 300;
							font-size: 24px;
						}
			
				.responsive ul.megamenu > li.active .close-menu {
					display: block;
					position: absolute;
					z-index: 10;
					top: 0;
					right: 0;
					width: 85px;
					height: 45px;
					padding: 5px 3px 0px 40px;
					text-align: center;
					cursor: pointer;
                    color: #fff;
					
				}
                
                
                .responsive .vertical ul.megamenu > li.active .close-menu {
                    padding-top: 0;
                    margin-top: -2px;
                }
                .responsive .vertical ul.megamenu > li.active:first-child .close-menu,
                .responsive .vertical ul.megamenu > li.active:last-child .close-menu {
                    padding-top: 5px;
                }
				
					.responsive ul.megamenu > li.active .close-menu:before {
						content: "-";
						font-family: Arial;
						font-weight: 300;
						font-size: 36px;
						line-height: 1.3;
					}

			/* @group Submenu */
			
			.responsive ul.megamenu > li > .sub-menu {
				width: 100% !important;
				padding-top: 0px;
				position: relative;
				display: none;
				-webkit-transition: none !important;
				-moz-transition: none !important;
				transition: none !important;
				z-index: 2 !important;
				visibility: visible !important;
				left: 0 !important;
			}
            
            ul.megamenu li .sub-menu .content .static-menu a.main-menu {
                margin: 0;
                color: #3d3d3d !important;
            }

			
				.responsive ul.megamenu li .sub-menu .content {
					box-shadow: none;
					-webkit-box-shadow: none;
					-moz-box-shadow: none;
					border: none;
					border-top: 1px solid #e6e6e6;
					border-radius: 0px;
					-moz-border-radius: 0x;
					-webkit-border-radius: 0px;
					display: block !important;
					visibility: visible !important;
					opacity: 1 !important;
					filter: alpha(opacity=100) !important;
					margin-top: 0px !important;
					left: 0px !important;
					margin-left: 0px !important;
					-webkit-transition: none !important;
					-moz-transition: none !important;
					transition: none !important;
					-webkit-transform: scale(1, 1) !important;
					-moz-transform: scale(1, 1) !important; 
					-o-transform: scale(1, 1) !important;
					-ms-transform: scale(1, 1) !important;
					transform: scale(1, 1) !important;
				}
					
				/* @group Hover Menu */
				
				.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
					display: block;
					margin: 5px 10px;
					width: auto;
					padding: 0px;
					position: static;
					left: 0;
					background: none;
					border: none;
					border-radius:         0px;
					-moz-border-radius:    0px;
					-webkit-border-radius: 0px;
					box-shadow:            none;
					-moz-box-shadow:       none;
					-webkit-box-shadow:    none;
				}
				            
                ul.megamenu li .sub-menu .content .hover-menu li {
                    margin: 0;
                }
					.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
						display: none;
					}
					
					.responsive ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
						display: none;
					}

					.responsive .visible {
					}
					
						.responsive .visible > div {
							margin: 0px !important;
							border: none !important;
							padding: 0px 0px 0px 10px !important;
						}
						
				/* @end */
						
			/* @end */
						
	/* @end */
}

@media (min-width: 992px) {
	.megamenu-wrapper {
		display: block !important;
	}
}

/* @end */



#menu-dropdown .megaMenuToggle {
    display: block;
}


/* Filter product */

.filter-product {
	  margin: 50px 0 40px 0;
}

	.filter-product .carousel {
		overflow: hidden;
	}
	
		.filter-product .carousel:hover {
			overflow: visible;
		}

	.filter-product .filter-tabs {
		list-style: none;
		padding: 0px 65px 0px 0px;
		margin: 20px 0px 30px 0px;
	}
		.filter-product .filter-tabs ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
	
		.filter-product .filter-tabs ul > li {
            display: inline-block;
            vertical-align: bottom;
            margin-right: 2px;
		}
		
			.filter-product .filter-tabs ul > li > a {
			  margin: 10px 2px 0px 0px;
             
			  background: #f9f9f9;
			  padding: 18px 39px;
              line-height: 13px;
              margin: 0 3px;
			  font-size: 15px;
			  position: relative;
			  display: block;
              text-transform: capitalize;
			}
            
			.filter-product .filter-tabs ul > li > a:hover {
			  border-color: #eeeeee #eeeeee #e6e6e6;
			}
			
			.filter-product .filter-tabs ul > li.active > a,
			.filter-product .filter-tabs ul > li.active > a:hover,
			.filter-product .filter-tabs ul > li.active > a:focus {
                margin-left: 0;
                font-size: 15px;
                line-height: 16px;

                font-weight: 600;
                
                color: #fff;
			}
			
			.filter-product .filter-tabs ul > li > a:hover{
                background-color: #eee;
                color: #3d3d3d;
			}

.tab-content {
	position: relative;
    margin-top: -30px;
}

.box-product .product-grid > .row{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.box-product .owl-carousel .product-grid > .row{
    padding-left: 0;
    padding-right: 0; 
    margin-left: 0;
    margin-right: 0;
}

.box-product .product-grid .row > div{
    /*padding: 0;*/
}

.box-product .product-grid .row > div.grid-block{
    padding-left: 15px;
    padding-right: 15px;
}


	.tab-content .prev-button, 
	.tab-content .next-button {
		margin: 0px 0px 0px 5px;
		border-radius:         2px;
		-moz-border-radius:    2px;
		-webkit-border-radius: 2px;
		position: absolute;
		top: -77px;		
		right: 0;
        height: 40px;
	}
		
        .box-product .product-grid .product{
            margin-left: -1px;
            margin-top: -1px;
            min-height: 101px;
        }
		

        

		.tab-content .prev-button {
			right: 21px;
		}
	
		.tab-content .prev-button span, 
		.tab-content .next-button span {
            font-size: 29px;
            line-height: 40px;
            color: #d3d3d3 !important;
            margin: 0 3px;
		}
	
		.tab-content .prev-button span:before, 
		.tab-content .next-button span:before {
			display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
		}
		
			.tab-content .prev-button span:before {
				content: "\f104";
			}
			.tab-content .next-button span:before {
				content: "\f105";
			}
			
@media (max-width: 767px) {
	.responsive .filter-product .filter-tabs {
		margin: 10px 0px 40px 0px;
        border-bottom: 0;
        padding: 0;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        overflow: hidden;
	}
	
    .responsive .filter-product .filter-tabs ul > li {
        width:100%;
    }
    
    .responsive .filter-product .filter-tabs ul > li > a,
    .responsive .filter-product .filter-tabs ul > li.active > a,
    .responsive .filter-product .filter-tabs ul > li.active > a:hover,
    .responsive .filter-product .filter-tabs ul > li.active > a:focus{
        width: 100%;
        font-size: 15px;
        padding: 18px 39px;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #e0e0e0;
        line-height: 24px;
	}
    .responsive .filter-product .filter-tabs ul > li:last-child > a,
    .responsive .filter-product .filter-tabs ul > li.active:last-child > a,
    .responsive .filter-product .filter-tabs ul > li.active:last-child > a:hover,
    .responsive .filter-product .filter-tabs ul > li.active:last-child > a:focus{
        border-bottom: 0;
    }
    
	
	.responsive .tab-content .prev-button, 
	.responsive .tab-content .next-button {
		top: -40px;
	}
    
}

/* ICheck */

.icheckbox,
.iradio{
    cursor: pointer;
    display: inline-block;
    
}

.radio-inline .iradio, .checkbox-inline .icheckbox,
.radio .iradio, .checkbox .icheckbox{
    margin-left: -20px;
}

.icheckbox:before,
.iradio:before{
    content: "\f00c";
    font-family: fontawesome;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #fff;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 5px 0 0;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    background-color: #fff;
}

.iradio:before{
    border-radius: 100%;
}

.mfilter-box .icheckbox:before,
.mfilter-box .iradio:before{
    content: "";
    width: 10px;
    height: 10px;
    line-height: 8px;
    font-size: 6px;
}

/* Responsive */
@media (max-width: 991px) {
	.responsive .standard-body .full-width .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.responsive .standard-body .fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.responsive .main-fixed .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
		.responsive .standard-body .container .container,
		.responsive .main-fixed .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
	/* Block */
	
	.responsive .col-sm-3 .box-with-products,
	.responsive .col-sm-4 .box-with-products,
	.responsive .col-md-3 .box-with-products,
	.responsive .col-md-4 .box-with-products,
	.responsive .col-sm-3 .advanced-grid,
	.responsive .col-sm-4 .advanced-grid,
	.responsive .col-md-3 .advanced-grid,
	.responsive .col-md-4 .advanced-grid {
		display: none;
	}
		
	.responsive .inner-page .pattern > div > .row:first-child > div {
		margin-top: 0px !important;
	}
	
		.responsive .inner-page .pattern > div > .row:first-child > div {
			float: none;
		}
		
		.responsive .inner-page .pattern > div > .row:first-child > div:first-child {
			margin-top: -5px !important;
		}
}

@media (max-width: 1270px) {
	.responsive .camera_wrap {
		height: auto !important;
	}
}

@media (max-width: 1199px) and (min-width: 992px){
    .responsive #header-right{
      width: 33%;
    }
    
    .responsive #header-center{
        width: 41%;
    }
    
    .responsive #top .search_form input {
        width: 50%;
    }
    
    .responsive #top .search_form .search-cat {
        width: 50%;
    }
    
}

@media (max-width: 991px) {
	.responsive #main .dropdown-menu {
		display: none !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}
	
		.responsive #main .open > .dropdown-menu {
			display: block !important;
		}
    
    /* @group Logo */
    .responsive #top .logo {
        text-align: center;
    }
    
    /* end */
    
    /* @group top links */

    .responsive #top-bar .top-links > li a.link{
        font-size: 12px;
        padding: 0 10px;
    }

    /* @end */
    
    /* @group  Search */
    .responsive #top .contact-row {
        margin-bottom: 20px;
    }
    .responsive #top .contact-row .phone,
    .responsive #top .contact-row .contact{
        text-align: center;
        display: block;
        margin-bottom: 5px;
            
    }
    
    /* @end */
    
    	
    /* @group Banner-half */

    .responsive .banner-half{
        margin-top: 20px;
    }

    .responsive .banner-half .banner-text{
        top: 15%;
    }
    
    .responsive .banner-half .banner-text h1 {
        font-size: 22px;
    }
    .responsive .banner-half .banner-text .tagline {
        font-size: 16px;
    }

    /* @end */
    
    /* @group Advanced BestSellers */
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .thumbnails.thumbnails-left{
        padding: 0 6px;
    }
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .add-to-cart {
        margin: 15px 20px 15px 15px;
    }
    
	
	/* @end */
}

@media (max-width: 500px) {
     .responsive .product-grid > .row > div {
          width: 100%;
          float: none;
     }
    .responsive .product-info .links {
        margin-top: 7px;
    }

}

@media (max-width: 767px) {

	/* @group Row */
	
	.responsive .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
		.responsive .row > div {
			padding-left: 10px;
			padding-right: 10px;
		}

	.responsive .standard-body .full-width .container {
		padding: 0px 20px;
	}
	
	.responsive .standard-body .fixed {
		padding: 0px;
	}
	
		.responsive .standard-body .fixed .container {
			padding: 0px 20px;
		}
	
	.responsive .fixed-body {
		padding: 0px;
	}
	
		.responsive .main-fixed .container {
			padding: 0px 20px;
		}
		
		.responsive .standard-body .container .container {
			padding-left: 0px;
			padding-right: 0px;
		}
		
	/* @end */
		
	/* @group Mobile Disabled */
	
	.responsive .mobile-disabled {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Top Bar
	------------------*/

	.responsive #top-bar .container {
		text-align: center;
	}
	     
		/* @group top links */
	
		.responsive #top-bar .top-links {
			text-align: center;
		}
	
		.responsive #top-bar-left,
		.responsive #top-bar-right{
			margin: 10px 0;
		}
        

        .responsive #top-bar .top-links > li a.link{
            font-size: 11px;
            padding: 0 9px;
        }
		
		/* @end */
		
		/* @group Currency and Language */
		
		.responsive #top-bar form {
			float: none;
			display: inline-block;
		}
		
		
		/* @end */
        
        /* @group  Search */
        .responsive #top .search_form{ 
            height: auto;
            margin-top: 20px;
        }
        .responsive #top .search_form input {
            width: 100%;
        }
        
        .responsive #top .search_form .search-cat{
            width: 100%;
            height: 51px;
            top: 0;
            border-top: 1px solid #e0e0e0;
            border-left: 0;
        }
        .responsive #top .search_form .search-cat:after {
            top: 15px;
        }
        
        .responsive .search_form .button-search, .search_form .button-search2 {
            top: auto;
            border-radius: 0 0 5px 0;
        }
        
        .responsive #top #header-right {
            padding: 20px 0 0 0;
        }
        
        /* @end */
		
		/* @group Block Cart */
		
		.responsive #top-bar #cart_block {
			width: auto;
			display: block;
			margin-left: 0px;
			margin-right: 0px;
		}
			
			.responsive #top-bar #cart_block .dropdown-menu {
				right: 0;
				left: 0;
				width: 100%;
			}
			
		/* @end */
			
	/* @end */
	
	/* @group Top */
    

        .responsive #top .container {
            padding-top: 20px;
            padding-bottom: 16px;   
        }
	
		
     	/* @group Logo */
     	
     	.responsive #top .logo {
     		text-align: center;
     	}
     	
     	/* @end */
     	
     	/* @group Links */
     	
     	.responsive #top .header-links {
     		text-align: center;
     	}
     	
     		.responsive #top .header-links li {
     			padding: 0px 7px;
     		}
     		
     	/* @end */
     		
     	/* @group Block Cart */
     	
     	.responsive #top #cart_block .dropdown-menu {
     		width: 100%;
            min-width: 320px;
     	}
     	
     		.responsive #top #header-right #cart_block .dropdown-menu:after {
     			right: 50%;
     			margin-right: -9px;
     		}
     		
     		.responsive #top #header-right #cart_block .dropdown-menu:before {
     			right: 50%;
     			margin-right: -10px;
     		}
     		
     	/* @end */
     	
     	/* @group Right */
     	
     	.responsive #top #header-right {
     		text-align: center;
     	}
     	
     	/* @end */
	
	/* @end */
	
	/* @group Breadcrumb
	------------------*/
	
	.responsive .breadcrumb .container {
		padding-top: 0px !important;
	}
	
	/* @end */

	/* @group Main Content
	------------------*/
	
	.responsive .main-content .pattern > .container,
	.responsive .standard-body .main-content .pattern > .container {
		padding-bottom: 25px;
	}
	
		/* @group Slider */
		
		.responsive .camera_slider {
			margin-top: 20px !important;
		}
		
			.responsive #slider .fullwidth .camera_slider {
				margin-top: 0px !important;
			}
			
		/* @end */
			
		/* @group Center column */
		
		.responsive .center-column {
			padding-top: 20px;
		}
		
		/* @end */
	
		/* @group Banner */
		
		.responsive .banners > div {
			padding-top: 20px;
		}
		
		/* @end */
		
		
		/* @group Block */
/*		
		.responsive .box {
			padding-top: 5px;
			padding-bottom: 3px;
		}
		
		     .responsive .center-column .box {
		          padding-bottom: 17px;
		     }
			*/
		     /* @group Carousel mobile products */
		
             
			.responsive .box-product .carousel .item .product-grid .row > div {
				display: none !important;
			}
            
            .responsive .box-product .product-grid div.block .product {
                border-right: 1px solid #e6e6e7;
            }
			
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:first-child,
				.responsive .box-product .carousel .item .product-grid .row:first-child > div:nth-child(2) {
					display: block !important;
				}
				
			/* @end */
			
		/* @end */
		
		/* @group Product */
		
        .responsive .tab-content{
            margin-top: 0;
        }
			
			.responsive .center-column .product-grid {
				margin-bottom: 20px;
			}
			
			.responsive .product-grid .row > div.col-xs-6:nth-child(odd) {
				clear: both;
			}
            
            .responsive  .product-grid .product-hover .only-hover {
                opacity: 1;
                visibility: visible;
                position: relative;
                left: 0;
                right: 0;
            }
            
            .responsive .product-grid .product-hover .only-hover > * {
                opacity: 1;
            }
            
            .responsive .product-grid .product-hover .only-hover:before {
                display: none;
            }
            
            .responsive .product-grid .product-hover .only-hover:after {
                visibility: visible;
            }
            

          /* @end */
					
		/* @group Product list */
		
        
        .product-list .image,
        .product-list .name-desc,
        .product-list .actions{
            width: 100%
        }
		
			.responsive .product-list .actions > div {
				padding: 15px 0px 0px 0px;
				border-top: 1px solid #e6e6e6;
				margin: 20px 0px 0px 0px;
			}
			
				.responsive .product-list .actions > div:before {
					display: none;
				}
				
		/* @end */
					
		/* @group Category page */
		
		.responsive .category-info {
			padding: 0px 0px 10px 0px;
		}
		
		.responsive .category-list-text-only {
			margin-bottom: 15px;
		}
		
			.responsive .category-list .row > div {
				margin-bottom: 16px;
			}
			
				.responsive .category-list-text-only .row > div {
					margin-bottom: 6px;
				}
		
		.responsive .product-filter {
			margin: 0px 0px 20px 0px;
		}
		
			.responsive .product-filter .options,
			.responsive .product-filter .list-options,
			.responsive .product-filter .list-options .limit {
				float: none;
				margin: 0px;
				clear: both;
			}
				
				.responsive .product-filter .list-options .sort {
					padding-top: 10px;
				}
				
				.responsive .product-filter .list-options .limit {
					padding-left: 0px;
				}
				
		/* @end */
			
		/* @group Product page */
        
        .product-info .product-center{
            margin-top: 20px;
        }
		
			/* Thumbnails */

			.responsive .product-info .thumbnails li,
			.responsive .product-info .thumbnails-left li {
				width: 25%;
				float: left;
			}
            

            
            .responsive .product-info .cart{
                text-align: center;
            }
            
            .responsive .product-info .cart .quantity{
                display: inline-block;
                float: none;
            }
            
            .responsive .product-info .cart #button-cart{
                margin-top: 15px;
                margin-left: 0;
                width: 100%;
                float: none;
                display: block;
            }
            
            .responsive .product-info .button-product-question {
                width: 100%;
                display: block;
            }
			
		/* @end */
		
		/* @group Pagination */
		
		.responsive div.pagination-results .text-left,
		.responsive div.pagination-results .text-right { 
			text-align:center;
		}
		
		/* @end */
		
		/* @group Content */
		
		.responsive .login-content .left,
		.responsive .login-content .right,
		.responsive .main-content .content .left,
		.responsive .main-content .content .right,
		.responsive .checkout-content .left,
		.responsive .checkout-content .right { 
			float: none;
			width: 100%; 
		}
		
		/* @end */
		
	/* @end */

	/* @group Custom Footer
	-----------------*/
	
	.responsive .custom-footer .pattern {
		padding: 5px 0px 26px 0px;
	}
	
		.responsive .custom-footer h4 {
			padding-top: 25px;
		}
		
	/* @end */
	
	/* @group Footer
	-----------------*/
	
	.responsive .footer .pattern {
		padding: 5px 0px 51px 0px;
	}

		
		.responsive .footer h4, 
		.responsive .footer .strip-line {
			margin-top: 0px;
		}
		
	/* @end */
	
	/* @group Copyright
	------------------*/
	
	.responsive .copyright {
		text-align: center;
	}
    
    .responsive .copyright .powered{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    
    .responsive .copyright .payment-methods{
        float: none;
        text-align: center;
    }
	
		.responsive .copyright ul {
			padding: 15px 0px 10px 0px;
			float: none;
		}
        
        
		
	/* @end */
		
	/* @group Cloud zoom */
	
	.responsive .zoomContainer {
		display: none !important;
	}
	
	/* @end */
	
	/* @group Banners */
	
	.responsive .banner {
		margin-top: 20px;
	}
	
	/* @end */
	
	/* @group Quickview */
	
	.responsive #quickview .thumbnails {
		margin-bottom: 0px;
	}
	
	/* @end */
	
	/* @group Advanced BestSellers */
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .thumbnails.thumbnails-left{
        padding: 0 20px;
    }
	
	.responsive .product-grid-template .product-grid .product.product-img-slider .add-to-cart {
        margin: 15px 34px 15px 15px;
    }
	
	.responsive .product-grid-template .product-grid .product .name {
        height: auto !important;
    }
    
	
	/* @end */
	
	/* @group Modal */
	
	.responsive .modal-footer {
		text-align: center;
	}
	
		.responsive .button-continue-shopping {
			display: inline-block;
			float: none;
		}
		
		.responsive .button-checkout {
			display: inline-block;
			float: none;
		}
		
	/* @end */
    
    /* @group Newsletter */


    .responsive .newsletter .line-through{
        display: none;
    }


    .responsive .newsletter input.email{
        width: 100%;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .responsive .newsletter .button{
        border-radius: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        width: 100%;
        margin: 0;
    }
    
    .responsive body .popup-module .newsletter-wrapper{
        margin: -20px;
        padding: 20px;
        background: rgba(255,255,255, 0.8)
    }
    
    .responsive body .popup-module .newsletter .button{
        width: auto;
        margin-left: 0 !important;
    }

    /* @end */
    
    .responsive .htabs{
        border-radius: 3px;
        border: 1px solid #e0e0e0;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .responsive .htabs a,
    .responsive .htabs a.selected{
        width: 100%;
        border: 0;
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
        font-size: 15px;
        padding: 18px 39px;
        line-height: 24px;
        border-radius: 0;
    }
    
    .responsive .htabs a:last-child{
        border-bottom: 0
    }
    
    
    
    .responsive .cookie .content{
        float: none;
        margin-bottom: 20px;
    }

    .responsive .cookie .operations{
        float: none;
        width: 100%;
        text-align: center;
    }


}

/* Wide Grid */
.standard-body .full-width .container {
	max-width: none;
	width: 1200px;
}

.no-responsive body {
	min-width: 1200px;
}

.standard-body .fixed .background {
	width: 1160px;
	max-width: none;
}

.main-fixed {
	width: 1160px;
	max-width: none;
}

@media (min-width:1098px) and (max-width:1200px) {
	.responsive .standard-body .full-width .container {
		width: 1098px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 1058px;
	}
	
	.responsive .main-fixed {
		width: 1058px;
	}
}

@media (min-width:992px) and (max-width:1098px) {
	.responsive .standard-body .full-width .container {
		width: 966px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 926px;
	}
	
	.responsive .main-fixed {
		width: 926px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.responsive .standard-body .full-width .container {
		width: 768px;
	}
	
	.responsive .standard-body .fixed .background {
		width: 728px;
	}
	
	.responsive .main-fixed {
		width: 728px;
	}
}
	
@media (max-width:768px) {
	.responsive .standard-body .full-width .container {
		width: auto;
	}
	
	.responsive .standard-body .fixed .background {
		width: auto;
	}
	
	.responsive .main-fixed {
		width: auto;
	}
}

.container .container {
	width: auto !important;
}



/* Customize */

        
                ::selection {
                  background: #AA3C39;
                  color: #fff;
                }
                ::-moz-selection {
                  background: #AA3C39;
                  color:#fff;
                }
                
                .logo-svg {
                    fill: #AA3C39;
                }
    
                .button,
                .le-button,
                .btn{
                    background: #AA3C39;
                }
                
                .le-color {
                    color: #AA3C39;
                }
                
                
                .dropdown .dropdown-menu {
                    border-top-color: #AA3C39;
                }


                #top-bar-right .dropdown-menu{
                    border-top-color: #AA3C39;
                }

                #top .contact-row i {
                    color: #AA3C39;
                }

                .search_form .button-search,
                .search_form .button-search2{
                    background-color: #AA3C39;
                }

                #top .top-cart-row-container .wishlist-compare-holder a:hover,
                #top .top-cart-row-container .wishlist-compare-holder a:hover i{
                    color: #AA3C39;
                }

                #top #cart_block .cart-heading .basket-item-count .count{
                    background-color: #AA3C39;
                }
                #top #cart_block .cart-heading .total-price{
                    color: #AA3C39;
                }

                #main #top #cart_block.open > .dropdown-menu{
                    border-top-color: #AA3C39;
                }

                .mini-cart-info .price {
                    color: #AA3C39;
                }

                /* @end */

                /* @group 3. MegaMenu */
                .megamenu-wrapper {
                    background: #AA3C39;
                }
                .megamenuToogle-wrapper {
                    background: #AA3C39;
                }


                ul.megamenu li .sub-menu .content .static-menu a.main-menu {
                    color: #AA3C39 ;
                }
                
                ul.megamenu > li > .sub-menu > .content > .arrow:after {
                    border-bottom-color:  #AA3C39 ;
                }

                ul.megamenu li .sub-menu .content {
                    border-top-color: #AA3C39 ;
                }

                @media (max-width: 991px) {

                    .responsive .megamenu-wrapper {
                        background: #AA3C39 ;
                    }

                }


                /* @group 3. RevolutionSlider */
                .tp-bullets.simplebullets.round .bullet:hover,
                .tp-bullets.simplebullets.round .bullet.selected {
                    background-color: #AA3C39;
                }
                /* @end */
                
                
                /* @group 4. ProductFilter */
                .filter-product .filter-tabs ul > li.active > a,
                .filter-product .filter-tabs ul > li.active > a:hover,
                .filter-product .filter-tabs ul > li.active > a:focus {
                    background-color: #AA3C39;
                }
                /* @end */
    
                        
                .carousel-brands .owl-prev:hover,
                .carousel-brands .owl-next:hover{
                    color: #AA3C39;
                }
                
                .camera_wrap .owl-controls .owl-pagination .active span {
                    background: #AA3C39;
                }
                
                
                .box-product .owl-pagination > div.active,
                .box-product .owl-pagination > div:hover {
                    background: #AA3C39;
                }
                
                .product-grid .product:hover .image .quickview a {
                    background: #AA3C39;
                }
                
                .product-grid .product:hover .image .quickview a,
                .product-list .row:hover .quickview a {
                    background: #AA3C39;
                }

                                
                div.pagination-results ul li:hover a,
                div.pagination-results ul li:hover span,
                div.pagination-results ul li.active a,
                div.pagination-results ul li.active span{
                    color: #AA3C39;
                    border-color:#AA3C39;
                }
                
                .product-info .thumbnails-carousel:hover .owl-buttons .owl-prev:hover,
                .product-info .thumbnails-carousel:hover .owl-buttons .owl-next:hover {
                    background: #AA3C39;
                }
                
                .htabs a.selected {
                    background: #AA3C39;
                }
                
                .center-column .tab-content .meta-row span a{
                    color: #AA3C39;
                }

                
                ul.contact-us li span {
                    color: #AA3C39;
                }
                
                .center-column .list-unstyled li:before {
                    color: #AA3C39;
                }
                
                .custom-footer h4 i {
                    color: #AA3C39;
                }
                
                
                .footer .contact-info .social-icons li a:hover {
                    background-color: #AA3C39;
                }
                
                .footer h4 {
                    color: #AA3C39;
                }
                
                /* ElevateZoom */
                .zoomTint{
                    background-color: #AA3C39 !important;
                }
                
                /* Mega Filter */
                .mfilter-heading-content {
                    color: #AA3C39 
                }
                
                .mfilter-slider-slider .ui-slider-handle,
                #mfilter-price-slider .ui-slider-handle {
                    color: #AA3C39 !important;
                }

                .mfilter-slider-slider .ui-slider-range,
                #mfilter-price-slider .ui-slider-range {
                    background: #AA3C39 !important;
                }
                
                /* iCheck */
                .icheckbox.checked:before,
                .iradio.checked:before{
                    background-color: #AA3C39;
                    border-color: #AA3C39;
                }
                
                .information-contact .our-store a{
                    color: #AA3C39;
                }
                
                /* Blog */
                .post .date-published {
                    background: #AA3C39;
                }
                
                .posts + .pagination li:hover a,
                .posts + .pagination li:hover span,
                .posts + .pagination li.active a,
                .posts + .pagination li.active span{
                    color: #AA3C39;
                    border-color:#AA3C39;
                }
                
                .post .meta-row span a {
                    color: #AA3C39;
                }
                
                .post .comments-list .author .name{
                    color: #AA3C39;
                }
                
                .news.v1 .media-body .date-published {
                    color: #AA3C39;   
                }
                
                .product-grid-template .product-grid .product.product-img-slider .owl-carousel .owl-item .item.active{
                    border-bottom-color:  #AA3C39;
                }
                
                .advanced-grid-latest-blogs .news .article-date-added i {
                    color: #AA3C39;
                }
                
                body .popup-module .mfp-close {
                    background:  #AA3C39;
                }
                
                body .popup-module .newsletter-discount{
                    color: #AA3C39;
                }
                
                body .mfp-image-holder .mfp-close,
                body .mfp-iframe-holder .mfp-close {
                    background:  #AA3C39;
                }
                
                .popup h4 {
                   color: #AA3C39; 
                }
                
                .category-wall .name a {
                    color: #AA3C39;
                }
                
                
                
		                
                        
                			
				
				
				
				
				
				
		        
        		
				
				
				
				
		        
        
		        
				
				
		        
        		
				
		                
                
                        
                    .megamenu-wrapper {
                        background: #AA3C39 !important;
                    }
                                  

		                        
                    ul.megamenu > li > a:hover,
                    ul.megamenu > li.active > a,
                    ul.megamenu > li:hover > a {
                        background: #AA3C39 !important;
                    }
                    
                    .vertical ul.megamenu > li:hover > a,
                    .vertical ul.megamenu > li.active > a {
                        border-color: #AA3C39                    }

                    @media (max-width: 991px) {

                        .responsive ul.megamenu > li:hover,
                        .responsive ul.megamenu > li.active {
                            background: #AA3C39                        }
                    }
                    
                    

		                            
                    
                    
                                                        
        
                            
             
                
                
                        
                .button:hover,
                .le-button:hover,
                .btn:hover,
                .product-grid .product:hover .image .quickview a:hover,
                .product-list .row:hover .quickview a:hover{
                    background: #A8383B                }
    
		                
                                
                a.active, a:hover {
                    color: #151b78                }
                
                .tp-leftarrow.default:hover,
                .tp-rightarrow.default:hover {
                    color: #151b78                }
                
                .btn-add-to-wishlist:hover,
                .btn-add-to-wishlist:hover i,
                .btn-add-to-compare:hover,
                .btn-add-to-compare:hover i{
                    color: #151b78                }

                #top-bar .top-links li a:hover{
                    color: #151b78                }
                ul.megamenu li .product .name a:hover{
                    color: #151b78                }
                
                .product-grid .product .name a:hover{
                    color: #151b78                }
                
                .product-grid .product .only-hover ul li a:hover,
                .product-grid .product .only-hover ul li a:hover:before {
                    color: #151b78                }
                
                .products-carousel-overflow > .prev:hover span:before, 
                .products-carousel-overflow > .next:hover span:before{
                    color: #151b78                }
                
                .box > .prev:hover span:before, 
                .box > .next:hover span:before {
                    color: #151b78                }
                
                .tab-content .prev-button:hover span:before, 
                .tab-content .next-button:hover span:before {
                    color: #151b78                }
                
                .advanced-grid-products .product .name a:hover{
                    color: #151b78                }
                
                .col-sm-3 .products .advanced-grid-products .product .name a:hover,
                .col-sm-4 .products .advanced-grid-products .product .name a:hover,
                .col-md-3 .products .advanced-grid-products .product .name a:hover,
                .col-md-4 .products .advanced-grid-products .product .name a:hover {
                    color: #151b78                }
                
                .col-sm-3 .products .row > div .product .name a:hover,
                .col-sm-4 .products .row > div .product .name a:hover,
                .col-md-3 .products .row > div .product .name a:hover,
                .col-md-4 .products .row > div .product .name a:hover{
                    color: #151b78                }
                
                .product-info .links a:hover,
                .product-info .links a:hover i{
                    color: #151b78                }
                
                .product-info .cart .add-to-cart .quantity #q_up:hover,
                .product-info .cart .add-to-cart .quantity #q_down:hover{
                    color: #151b78                }
                
                .product-filter .options .button-group button:hover,
                .product-filter .options .button-group .active {
                    color: #151b78                }
                
                .faq-area .faq-section .panel-faq .panel-heading .panel-title:hover a.collapsed,
                .faq-area .faq-section .panel-faq .panel-heading .panel-title a{
                    color: #151b78                }
                .faq-area .faq-section .panel-faq .panel-heading .panel-title > a:after,
                .faq-area .faq-section .panel-faq .panel-heading .panel-title:hover > a.collapsed:after {
                    color: #151b78                }
                
                .footer ul li a:hover {
                    color: #151b78                }
                
                                
                .camera_wrap:hover .owl-controls .owl-buttons .owl-prev:hover:before,
                .camera_wrap:hover .owl-controls .owl-buttons .owl-next:hover:before{
                    color: #151b78;
				}
                
                /* Blog */
                .post .meta > li a:hover {
                    color: #151b78;
                }
                .posts .pagination li:hover a,
                .posts .pagination li:hover span{
                    color: #151b78;
                    border-color:#151b78;
                }
                
                .posts .pagination-ajax .load-more:hover{
                    color: #151b78;
                }
                
                .post .post-media .media-slider:hover .owl-next:hover,
                .post .post-media .media-slider:hover .owl-prev:hover{
                    color: #151b78;
                }
                
                .post .post-media .media-slider:hover .owl-page.active span,
                .post .post-media .media-slider:hover .owl-page:hover span {
                    background: #151b78;
                }
                

                .post .blog-post-author .media .media-heading:hover a{
                    color: #151b78;
                }
                
                
                .blog-categories .box-category ul li a:hover {
                    color: #151b78;
                }
                
                .blog-popular-posts .media a:hover h5,
                .blog-related-posts .media a:hover h5,
                .blog-product-related-posts .media a:hover h5,
                .blog-latest-posts .media a:hover h5{
                    color: #151b78;
                }
                
                .blog-tags .tagcloud a:hover {
                    color: #151b78;
                }
			
    
		
        
                .megamenu-wrapper ul.megamenu > li{
                  border-right-color: #AA3C39                }
                
                .megamenuToogle-wrapper {
                    border-bottom-color: #AA3C39;
                }
    
		        
                .megamenuToogle-wrapper .container > div {
                    background-color: #1257ab                }
    
		        
                .megamenuToogle-wrapper .container > div {
                    border-color: #1257ab                }
    
		                        
                        
                        
                        
      body { -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }                  
                        
                        
                
	
				
				
				
		
		

            .sale.ribbon:after{
            border-top-color: #F8484A !important;
        }
        .label-discount{
            background-color: #F8484A !important;
        }
                .bestseller.ribbon:after{
            border-top-color: #59B210 !important;
        }
                .latest.ribbon:after{
            border-top-color: #AA3C39 !important;
        }

		
		


