/********************************************************
			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);
}
.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%;
  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;
}
.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,
.btn.prev.accessories_prev {
	left: -20px;
}
.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: -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;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#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,
  .btn.prev.accessories_prev {
    left: -15px;
  }
  .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: -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 (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
}
@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) {
}
/* Patribox legal CMS pages (4, 6, 7, 10). */
:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #wrapper {
  background: transparent !important;
  background-image: none !important;
}

@media (min-width: 992px) {
  :is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content-wrapper {
    width: 75%;
  }
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .page-header {
  margin-bottom: 1.25rem;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .page-header h1 {
  margin: 0;
  color: #171717;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.12;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms {
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

/* Remove backgrounds and imported editor formatting from legacy CMS content. */
:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms * {
  max-width: 100%;
  background-color: transparent !important;
  background-image: none !important;
  font-family: inherit !important;
  letter-spacing: normal !important;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms :is(p, li, div, span, dt, dd) {
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms p {
  margin: 0 0 1rem !important;
  text-indent: 0 !important;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .legal-lead {
  margin-bottom: 1.25rem !important;
  padding: 1rem 1.15rem;
  border-left: 4px solid #ff8105;
  border-radius: 0;
  background: #f5f5f5 !important;
  color: #333;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .legal-lead strong {
  color: #171717;
  font-size: 1.15rem;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .legal-toc {
  margin: 1.5rem 0 2rem;
  padding: 1rem 1.25rem;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fafafa !important;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .legal-toc > strong {
  display: block;
  margin-bottom: .5rem;
  color: #171717;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .legal-toc ol {
  margin: 0;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms section {
  scroll-margin-top: 2rem;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms :is(h2, h3, h4) {
  margin: 1.75em 0 .65em;
  color: #171717;
  line-height: 1.25;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms h2 {
  padding-bottom: .45rem;
  border-bottom: 2px solid #ff8105;
  font-size: 1.45rem;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms h3 {
  font-size: 1.15rem;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms :is(ul, ol) {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms a {
  color: #d66500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: .18em;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms dl {
  display: grid;
  grid-template-columns: minmax(160px, 30%) minmax(0, 1fr);
  margin: 1rem 0 1.5rem;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms :is(dt, dd) {
  margin: 0;
  padding: .7rem .85rem;
  border-bottom: 1px solid #eee;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms dt {
  background: #f5f5f5 !important;
  color: #171717;
  font-weight: 600;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms table {
  width: 100% !important;
  margin: 1.25rem 0;
  border-collapse: collapse;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) .legal-table-wrap {
  width: 100%;
  overflow-x: auto;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms :is(th, td) {
  padding: .75rem !important;
  border: 1px solid #dedede !important;
  vertical-align: top;
}

:is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms th {
  background: #f5f5f5 !important;
  color: #171717;
}

@media (max-width: 767px) {
  :is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms {
    font-size: .95rem;
  }

  :is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms :is(p, li, div, span, dt, dd) {
    font-size: .95rem !important;
    line-height: 1.65 !important;
  }

  :is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms dl {
    grid-template-columns: 1fr;
  }

  :is(.cms-id-4, .cms-id-6, .cms-id-7, .cms-id-10) #content.page-cms dt {
    border-bottom: 0;
  }
}
