/********************************************************
			CaisseTactile.shop Custom Styles
********************************************************/
/*HEADER*/
#header .header-top .top-menu .sub-menu ul[data-depth="1"] li{
    display: block;
    float: none!important;
}
.product-description {
    min-height: 140px;
}
span.atc {cursor: pointer !important}


#home-content {
	max-height: none;
height: 710px;
padding-bottom: 50px;
	transition: height 300ms;
overflow: hidden;
position: relative;
}
@media (max-width: 991px) {
	#home-content {height: 400px;} 
	}

#home-content:after {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
height: 100px;
background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
content: '.';
overflow: hidden;
text-indent: 5000px;
z-index: 100;
}

ul.user-info {
    background: black;
    padding: 9px;
    color: white;
    border-radius: 10px;
    margin-top: -5px !important;
    margin-bottom: -6px !important;
}

#content-readmore {
	background: #e72f76!important;
	border-color: #e72f76!important;
	color: #fff !important;
	margin-top: 15px;
}

.ct-phone img{
    width: 180px;
}
/*LOGO*/
#header .header-top .header_logo{
    margin-top: -10px;
}
#header .header-top.fixed .header_logo{
    margin-top: 0px;
}
#header .header-top .header_logo > a .logo{
    display: none!important;
}
#header .header-top .header_logo > a{
    width: 192px;
    height: 90px;
    background: url(/img/caissetactile@2x.png) no-repeat center center;
    background-size: 192px 90px;
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

#header .header-top.fixed .header_logo > a{
    width: 143px;
    height: 67px;
    background-size: 143px 67px;
}
/*HOMEPAGE*/
#custom-text{
    padding-bottom: 0!important;
}
#custom-text .ct-titles{
    max-width: 768px;
}
#custom-text .ct-sub-title{
    font-size: 24px;
    line-height: 36px;
    color: #000;
    position: relative;
    font-weight: 500;
    /*text-decoration: line-through;*/
    text-transform: capitalize;
}
#custom-text .ct-title{
    font-size: 24px;
    letter-spacing: 0.01em;
    font-weight: 200;
    line-height: 83px;
    text-transform: capitalize;
}
#custom-text .ct-content p{
    color: #000;
}
#custom-text .ct-infos .ct-logo{
    max-width: 120px;
    margin: 1rem 0 2rem 0;
}
#custom-text .ct-infos{
    text-align: center;
}
#custom-text .ct-infos p{
    color: #000;
}
#custom-text .ct-infos .ct-phone img{
    width: 240px;
}
/*PRODUCT LIST*/
.products .product_list li .quick-view{
    background: #e72f76!important;
}
.products .product_list li .quick-view:hover{
    background: #000!important;
}
/*PRODUCT CAROUSEL*/
.loadmore .gridcount{
    background: #e72f76!important;
    color: #fff!important;
    border-color: #e72f76!important;
    font-size:14px!important;
}
.loadmore .gridcount:hover{
    background: #000!important;
    color: #fff!important;
    border-color: #000!important;
}
/*PRODUCT DETAILS*/
#lyoshowvatfree{
    margin-left: 12px;
}
.product-page .add-to-cart{
    background: #e72f76!important;
    color: #fff!important;
    border-color: #e72f76!important;
    font-size:14px!important;
    width: 100%;
}
.product-page .add-to-cart:hover{
    background: #000!important;
    color: #fff!important;
    border-color: #000!important;
}
.modal .modal-body{
    background: white!important;
}
.product-actions .control-label { color: #e72f76 }

.customColorDescription {
    color: #e72f76!important;
}

/*FOOTER*/
#links_block_footer{
    display: none!important;
}
@media (max-width: 991px) {
    .footer-container .block-contact{
        width: 100%!important;
    }
    .footer .links.block{
        width: 100%;
        padding-left: 0!important;
    }
}
@media (min-width: 991px) {
    .footer-container .block-contact{
        width: 50%!important;
    }
    .footer .links.block{
        width: 25%;
        padding-left: 0!important;
    }
}

@media (max-width: 1599px){
    .footer .links.block {
         padding-left: 0!important;
    }
}
/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
 	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/megnor/grabbing.png") 8 8, move;
}

.customNavigation {
    visibility: hidden;
    position: absolute;
    z-index: 7;
    width: 70px;
    direction: ltr !important;
    text-align: center;
    clear: both;
    top: -20%;
	-o-opacity: 0;
    opacity: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
	-khtml-opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    right:15px;
}
.lastest_block:hover .customNavigation,
.featured-products:hover .customNavigation,
#newproduct:hover .customNavigation,
.special-products:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation,
.crosssell-products:hover .customNavigation {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
	-khtml-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.lastest_block .customNavigation {top: -104px;}
.product-accessories .customNavigation a, .crosssell-products .customNavigation a{
		box-shadow: none;
	 -moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.customNavigation a {
    border: none;
    display: block;
    font-weight: 500;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    position: absolute;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    z-index: 9;
    padding: 0;
    color: #000;
    height: 30px;
    width: 30px;
    line-height: 31px;
    background: #f3f3f1;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.customNavigation a.prev {
	right: auto;
    left: 0;
}

.brands .customNavigation{ top: 40%;}
.customNavigation a.prev::before {
	content: "\E314";
	left: 0;
	display: block;
	font-family: "Material Icons";
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.customNavigation a.prev:hover::before,
.customNavigation a.next:hover::before,
.customNavigation a.prev:focus::before,
.customNavigation a.next:focus::before,
.customNavigation a.btn:active::before { color: #fff;}

.customNavigation a.next {
   left: auto;
    right: 0;

}

.customNavigation a.next::before {
	content:"\E315";
	right: 0;
	display: block;
	font-family: "Material Icons";
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	color: #000;
}


#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	


/*IDMKR*/
#options .form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    width: 100%;
}

@media (max-width: 1299px) {
.lastest_block .customNavigation {top: -83px;}
.customNavigation {top: -17%;}

.special-products .customNavigation,
.productscategory-products .customNavigation,
.crosssell-products .customNavigation,
.product-accessories .customNavigation
{top: -20%;}

}

@media (min-width: 992px) {
    .arrowNavigationPrev {
        position: absolute;
        z-index: 7;
        left: -4%;
        top: 200px;
        padding: 10px;
    }

    .arrowNavigationPrev.prev::before {
        content: "\E314";
        left: 0;
        display: block;
        font-family: "Material Icons";
        font-size: 60px;
        font-weight: normal;
        text-align: center;
        color: #000;
    }

    .arrowNavigationNext.next:hover::before, .arrowNavigationPrev.prev:hover::before {
        color: #e72f76 !important;
    }

    .arrowNavigationNext {
        position: absolute;
        z-index: 7;
        right: -4%;
        top: 200px;
        padding: 10px;
    }

    .arrowNavigationNext.next::before {
        content:"\E315";
        right: 0;
        display: block;
        font-family: "Material Icons";
        font-size: 60px;
        font-weight: normal;
        text-align: center;
        color: #000;
    }
}

@media (max-width: 991px) {
.lastest_block .customNavigation {top: -73px;}

.special-products .customNavigation,
.productscategory-products .customNavigation,
.crosssell-products .customNavigation,
.product-accessories .customNavigation
{top: -10%;}

.customNavigation { visibility: visible; }
}

@media (max-width: 767px) {
.lastest_block .customNavigation,
.customNavigation{
	-webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
	-khtml-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	left: 0;
    right: 0;
    margin: 0 auto;
	}
	
.customNavigation,
.lastest_block .customNavigation,
.special-products .customNavigation,
.productscategory-products .customNavigation,
.crosssell-products .customNavigation,
.product-accessories .customNavigation
{top: 10px;}

}

@media (max-width:543px) {}

@media(max-width: 479px){
}

.social-sharing span {display: inline-block}
.social-sharing div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -khtml-border-radius:50%;
    -moz-border-radius:50%;
    display: inline-block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 30px 25px;
    background-position: 5px 7px;
    cursor: pointer;
    margin-right: 4px;
    border: 1px solid #f0f0f0;
}
.social-sharing div span {
    display: block;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    border-radius: 50%
}

.social-sharing .facebook span {
    background: #fff url("../img/megnor/social-product.png") no-repeat scroll 14px -315px;
}


.social-sharing .facebook span:hover {
    background:#3B5998 url("../img/megnor/social-product.png") no-repeat scroll 14px -355px;
}

.social-sharing .twitter span {
    background: #fff url("../img/megnor/social-product.png") no-repeat scroll 11px -71px;
}


.social-sharing .twitter span:hover {
    background:#1DCAFF url("../img/megnor/social-product.png") no-repeat scroll 10px -111px;
}


.social-sharing .pinterest span {
    background: #fff url("../img/megnor/social-product.png") no-repeat scroll 12px 12px;
}


.social-sharing .pinterest span:hover {
    background:#d34836 url("../img/megnor/social-product.png") no-repeat scroll 12px -30px;
}

