/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.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);
  display: flex!important;
  flex-wrap: wrap;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow-x: clip;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.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;
  display: flex;
  height: auto;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.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 */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 48%;
}
.tmcategorylist .customNavigation, .testimonial-block-part .customNavigation {
	top: 54%;
}
.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
#tmtestimonialcmsblock .customNavigation {
  top: -24px;
  z-index: 5;
  right: 15px;
}
#index #tmtestimonialcmsblock .customNavigation {
  top: -40px;
  right: 0;
}
.special-products .customNavigation {
	top: 52%;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation, 
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.lastest_block .customNavigation {
	top: 44%;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.tmcategorylist .customNavigation i.prev, 
.testimonial-block-part .customNavigation i.prev, 
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev{
	left: -20px;
}
.tmcategorylist .customNavigation i.next, 
.testimonial-block-part .customNavigation i.next, 
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next  {
  right: -20px;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
#tmtestimonialcmsblock .customNavigation i.prev::before {
  right: 1px;
  font-weight: 500;
}
#tmtestimonialcmsblock .customNavigation i.next::before {
  right: 0;
  font-weight: 500;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}

#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev,
  .special-products .customNavigation i.prev {
    left: -15px;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next,
   .special-products .customNavigation i.next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {
  #tmtestimonialcmsblock .customNavigation {
    top: -36px;
    z-index: 5;
    right: -18px;
  }
}
@media (min-width: 992px) {
  .container.text-xs-center.mobile {
    display:none;
  }
}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
  #tmtestimonialcmsblock .customNavigation {
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .tmcategorylist .customNavigation i.prev, 
  .testimonial-block-part .customNavigation i.prev, 
  #tminstagramblock .btn.prev.instagram_prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .tmcategorylist .customNavigation i.next, 
  .testimonial-block-part .customNavigation i.next,
   #tminstagramblock .btn.next.instagram_next, 
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 13px;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
}
.header-top-main.bg_main, #header .header-top-main.bg_main #cpheadercms2 .offer-link a, .special-products .product-flag.discount, .cart-products-counthome, .ap-total-wishlist, .ap-total-compare, .customNavigation i.next:hover::before, .customNavigation i.prev:hover::before, .special-products .products .product_list .product-actions .btn.add-to-cart:hover, .special-products .products .product_list .product-actions-main .btn.add-to-cart:hover, #left-column .block_content .allproducts, .btn:focus, .btn, .btn-primary, .btn-secondary, .btn-tertiary, a.btn:hover, .newsletter-form a.button, .newsletter-form a.button:hover, #blockcart-modal .cart-content .btn.btn-secondary.btn-primary, #blockcart-modal .cart-content a.btn-primary, #blockcart-modal .cart-content a.btn-primary, #blockcart-modal .cart-content a.btn-primary, .flexslider .caption-description .sliderbutton, .checkout.cart-detailed-actions .btn.btn-primary, .products .product_list .product-actions .add-to-cart, .products .product_list .product-actions-main .add-to-cart, .products .product_list li .product-miniature .product-actions-main .view_detail, .products .product_list li .product-miniature .product-actions .view_detail, .products-sort-order .select-list:hover, #js-product-list .product_list.gridcount.list li.product_item .product-actions-main .view_detail, #js-product-list .product_list.gridcount.list li.product_item .product-actions .view_detail, body#checkout [data-action="show-password"], .custom-radio input[type="radio"]:checked + span, #authentication [data-action="show-password"], .input-group .input-group-btn > .btn, #cpnavcmsblock .contact_description a::before, .pagination .current a, .pagination a:hover, .cpcategory-container .categoryblock .block_content .categorylist .cate-btn a:hover, .checkout-step li.nav-item .nav-link.active, .search-widget form button[type="submit"]:hover, #header .header-top .header_logo::before, .cat-title.title2, .Recnet-blog .pagination li.active > span, .blog-image .blogicons .icon:hover::before, .blog-image .blogicons .icon:active::before, .blog-image .blogicons .icon:focus::before, #left-column #cpinstagramblock .products-section-title, #cpinstagramblock .instagramblock .instagram_list article.instagram_item a::before, #cpinstagramblock .instagramblock .instagram_list article.item a::before, #header .header-top .header_logo a::before, #cpnavcmsblock .contact_description .offer-icon::before, .progress .progress-bar, #header .vertical_currency li.current a.dropdown-item, #cpcmsbanner2 .cms-block .offer-button a::after, #cpcmsbanner3 .cms-block .offer-button a::after, #header .vertical_currency ul.dropdown-menu li:hover a, #cp_sidevertical_menu_top .title_main_menu, #cp_sidevertical_menu_top .title_main_menu, .products article.item:hover .product-bottom .add-to-cart, .products article.product_item:hover .product-bottom .add-to-cart, #_desktop_user_info .user-info .logout.hidden-md-down, #cpcmsbanner1_block2 .cms_content .cms-block .offer-button a::after, #cpcmsbanner1_block1 .cms_content .cms-block .offer-button a::after, #_desktop_user_info .user-info .logout.hidden-md-down, .flexslider .flex-direction-nav .flex-next:hover, .flexslider .flex-direction-nav .flex-prev:hover, .block-promo .promo-input + button, .mobile .cat-title, #search_block_top .btn.btn-primary, .product-quantity .add .btn.btn-primary.checkout_button, #_desktop_user_info .user-info .logout.hidden-md-down:hover, #footer .footer-before, .product-quantity .add .add-to-cart {
  background-color: #333333 !important;
  color: #ffffff !important;
}
body, .top-menu a[data-depth="0"], .btn {
  font-family: 'Heebo', Arial, Helvetica, sans-serif;
}
.menu-container {  margin-inline-end: 15px;  padding-inline-end: 35px;  border-inline-end: 1px solid rgb(255, 255, 255);}
#search_block_top .btn.btn-primary {  background-color: #b3061a !important;  color: #ffffff !important;}
.cpsearch-main {  float: left;  text-align: left;  border: 2px solid #333333;  border-top-left-radius: 25px;  border-bottom-left-radius: 25px;}
.ap-total-compare {  background-color: #b3061a !important;  color: #ffffff !important;}
.ap-total-wishlist {  background-color: #b3061a !important;  color: #ffffff !important;}
.cart-products-counthome {  background-color: #b3061a !important;  color: #ffffff !important;}
.service_image {  height: 35px;  position: relative;  width: 40px;  padding: 0;  float: left;  margin-top: 5px;  background-color: #b3061a;  -webkit-mask-position: center;  -webkit-mask-repeat: no-repeat;  mask-position: center;  mask-repeat: no-repeat;}
.products-section-title h2.title::after {  content: ' ';  border-bottom: 2px solid #b3061a;  display: block;  position: absolute;  bottom: -1px;  width: 100%;}
#left-column .block .block_title::after, .text-uppercase.h6::after {  content: ' ';  border-bottom: 2px solid #b3061a;  display: block;  position: absolute;  bottom: -1px;  width: 65px;}
.product-flag.discount, .product-flag.pack, .product-flag.on-sale {  background-color: #b3061a;  color: #ffffff;  margin-bottom: 3px;  border-radius: 10px;}
.sale-percentage {  position: absolute;  right: auto;  left: 5px;  top: 5px;  font-weight: 500;  background-color: #b3061a;  color: #ffffff;  font-size: 11px;  line-height: 15px;  padding: 2px 4px;}
.special-products .product-flag.discount {  background-color: #b3061a !important;  color: #ffffff !important;}
.products .product-miniature:hover .product-flag.new, .products .product-miniature1:hover .product-flag.new, .quickview li.product-flag.new, .product-leftside li.product-flag.new, .products li.product-flag.new, #product_comparison li.product-flag.new {  display: block;  background-color: #b3061a;  color: #ffffff;}
.customNavigation i.prev::before {  content: '';  -webkit-mask-image: url(../img/megnor/pro-left.svg);  -webkit-mask-position: center;  -webkit-mask-repeat: no-repeat;  mask-image: url(../img/megnor/pro-left.svg);  mask-position: center;  mask-repeat: no-repeat;  background-color: #ffffff;  mask-size: 14px;  font-size: 14px;  width: 38px;  height: 38px;  display: block;  -webkit-mask-size: 14px;}
.customNavigation i.next::before {  content: '';  -webkit-mask-image: url(../img/megnor/pro-right.svg);  -webkit-mask-position: center;  -webkit-mask-repeat: no-repeat;  mask-image: url(../img/megnor/pro-right.svg);  mask-position: center;  mask-repeat: no-repeat;  background-color: #ffffff;  mask-size: 14px;  font-size: 14px;  width: 38px;  height: 38px;  display: block;  -webkit-mask-size: 14px;}
.products .product_list .quick-view::after {  content: "";  -webkit-mask-image: url(../img/megnor/quickview.svg);  -webkit-mask-position: center;  -webkit-mask-repeat: no-repeat;  -webkit-mask-size: 14px;  mask-image: url(../img/megnor/quickview.svg);  mask-position: center;  mask-repeat: no-repeat;  mask-size: 14px;  display: inline-block;  vertical-align: middle;  height: 35px;  width: 35px;  background-color: #ffffff;}
.products .product_list .wishlist span {  font-size: 0;  -webkit-mask-image: url(../img/megnor/wishlist.svg);  -webkit-mask-position: center;  -webkit-mask-repeat: no-repeat;  mask-image: url(../img/megnor/wishlist.svg);  mask-position: center;  mask-repeat: no-repeat;  mask-size: 17px;  -webkit-mask-size: 17px;  -webkit-mask-position: center;  -webkit-mask-repeat: no-repeat;  display: block;  position: relative;  background-color: #fff;  line-height: 30px;  width: 17px;  height: 17px;}
.products .product-price-and-shipping, .product-price {  color: #b3061a;  font-size: 20px;  font-weight: 400;  line-height: 26px;  letter-spacing: -0.5px;}
#products .product-title a, .products .product-title a, .product-accessories .product-title a {  float: left;  width: 100%;  line-height: 22px;  font-weight: 500;  color: #666666;}
.products .regular-price {  font-size: 16px;  display: inline-block;  text-decoration: line-through;  line-height: 23px;  color: #7a7a7a;  letter-spacing: 0.2px;}
.block_newsletter .title::before {  content: "";  display: inline-block;  position: absolute;  left: 0px;  height: 40px;  width: 40px;  -webkit-mask-image: url(../img/megnor/newsletter_icon.svg);  -webkit-mask-position: center;  -webkit-mask-repeat: no-repeat;  mask-image: url(../img/megnor/newsletter_icon.svg);  mask-position: center;  mask-repeat: no-repeat;  background-color: #b3061a;  mask-size: 40px;  font-size: 40px;  -webkit-mask-size: 40px;  vertical-align: middle;}
.btn-primary {  background-color: #b3061a !important;  color: #ffffff !important;}
.top_button i.expand_less {  font-size: 30px;  color: #ffffff;  width: 35px;  height: 35px;  text-align: center;  padding-top: 2px;  background-color: #b3061a;  border-radius: 50%;}
#cpcmsbanner1_block1 .cms_content .cms-block .offer-button a::after {  background-color: #b3061a !important;  color: #ffffff !important;}
#cpcmsbanner1_block2 .cms_content .cms-block .offer-button a::after {  background-color: #b3061a !important;  color: #ffffff !important;}
#cpcmsbanner2 .cms-block .offer-button a::after {  background-color: #b3061a !important;  color: #ffffff !important;}
#cpcmsbanner3 .cms-block .offer-button a::after {  background-color: #b3061a !important;  color: #ffffff !important;}
.cart_block.block.exclusive .top-block-cart {  float: left;  width: 100%;  background: #b3061a;}
.cart_block .toggle-title {  float: left;  width: auto;  font-size: 18px;  font-weight: 500;  line-height: 20px;  text-transform: capitalize;  color: #ffffff;}
.flexslider .caption-description .slidertext1 {  font-size: 18px;  color: #b3061a;  line-height: 32px;  font-weight: 500;}
.wish-comp .compare .st-compare-bt-content:hover .fa, .wish-comp .wishlist .st-wishlist-bt-content:hover .fa { color: #b3061a;}
.wish-comp .compare .st-compare-bt-content:hover, .wish-comp .wishlist .st-wishlist-bt-content:hover { color: #b3061a;}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {  background: #b3061a none repeat scroll 0 0;  border-color: #b3061a;}
a:focus, a:hover {  color: #b3061a;  text-decoration: none;}
.page-my-account #content .links a:hover i { color: #b3061a;}
.wish-comp .compare .btn, .wish-comp .wishlist .btn { background-color: #fff !important;}
#product .tabs .nav-tabs .nav-link.active { border-bottom: 2px solid #b3061a; color: #303840;}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after { content: "\E5CE"; color: #fff;}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after { content: "\E5CF"; color: #fff;}
.product-line-grid-body > .product-line-info > a.label { color: #666; font-weight: 500;}
.block-promo .promo-code .alert-danger { position: relative; margin-top: 1.25rem; background-color: #b3061a; color: #ffffff; display: none;}
.block-promo .promo-code .alert-danger::after { bottom: 100%; left: 10%; border: solid transparent; border-top-width: medium; border-right-width: medium; border-bottom-width: medium; border-bottom-color: transparent; border-left-width: medium; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-bottom-color: #b3061a; border-width: 10px; margin-left: -10px;}
.cart_block .cart-item .cart-info .product-name a { color: #666; font-weight: 500;}
.customNavigation i.next:hover ,.customNavigation i.next:hover ,  .customNavigation i.btn.prev:hover ,  .customNavigation i.btn.next:hover   { background-color: #b3061a !important;   }
.customNavigation i.prev:hover::before,  .customNavigation i.next:hover::before {background-color:#fff!important; }
#header .language-selector .expand-more { text-transform: uppercase;}
#header .currency-selector .expand-more { text-transform: none;}
.product-prices div { font-size: 40px; font-weight: 500;}
.product-prices .tax-shipping-delivery-label { margin-left: 7px; vertical-align: bottom; font-size: 22px; font-weight: 500; text-transform: lowercase;}


 .product-quantity .add .add-to-cart:hover,  .product-quantity .add .add-to-cart:focus {background:#cc0000!important}