/********************************************************
			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,
.btn.prev.accessories_prev {
	left: -50px;
}
.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: -50px;
}
.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) {
}
#block-contact_list li a{
  color:#fd5239;
  font-size: 18px;
  letter-spacing: 1px;
}
#block-contact_list li a>span{
  color:#fd5239;
  font-size: 18px;
  letter-spacing: 1px;
}
.special-products .product-flag.discount{
  width: auto;
  height: 30px;
  line-height: 24px;
  border-radius: 1rem;
}

#subcategories ul li{
  width: 49%;
  margin:0;
  padding:0 10px 20px;
}
@media (min-width: 991px) {
  #subcategories ul li{
    width: 20%;
  }
}
#product .service_block_inner{
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  #product #cpserviceblock .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

}
@media (max-width: 991px) {
  #product .service-cms-banner-list{
  flex: 48% 0 0;
}
.service_title1{
  font-size: 14px;

}
.service_title2{
  font-size: 12px;;
}
#cpserviceblock .container{
  columns: 4;
}
}
.category-additional-description a{
  color:var(--primary-color);
}
.category-additional-description img{
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width:768px){

}
.product-price-and-shipping .text-muted{
  color:#808080;
}
@media (max-width: 767px) {
  .header-div .container{
    flex-wrap: wrap;
	max-width: calc(100% - 30px);
  }
  .header-left {
    display: flex;
    justify-content: center;
  }
  .header-top .header-div .container .header-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
#checkout .form-fields, #checkout .business-fields-container, #checkout .private-fields-container{
  width:100%;
}
#checkout .custom-checkbox input[type="checkbox"]{
top:0;
height: 21px;
}
.business-customer label,
.second-address label{
  font-weight: 900;
  color: #e95420;

}
 #thecheckout-newsletter, #thecheckout-psgdpr,  #thecheckout-confirm, #thecheckout-required-checkbox-1, #thecheckout-required-checkbox-2, 
#thecheckout-html-box-1, #thecheckout-html-box-2, #thecheckout-html-box-3, #thecheckout-html-box-4 {
  display: block !important;
  width: 100%;
  clear: both;
}
#thecheckout-html-box-1, #thecheckout-html-box-2, #thecheckout-html-box-3, #thecheckout-html-box-4 {
	  margin: auto;
	  line-height: 1.5em;
}
.mark-required .form-group.checkbox label.required span.label::before {
    font-size: 1.5em;
}

.account-fields.module-account-fields.data-privacy,
.account-fields.module-account-fields.psgdpr,
.account-fields.module-account-fields.newsletter,
#tc-payment-confirmation{
  margin:0 auto;
}
#conditions-to-approve ul{
  margin-left:0;
}
.cart_block .checkout.card-block{
  margin-bottom:1.5rem;
}
.page-content span.carrier-delay{
  color:#666!important;
}
body.logos-on-the-right .delivery-option-detail .name-and-delay .delivery-option-price{
  color:var(--primary-color);
}
body#checkout .condition-label{
  margin-left:0!important;
}
#custom-text a{
  color:var(--primary-color);
}
@media screen and (max-width: 991px) {
.flexslider .slides img{
  min-height: 300px;
  object-fit: cover;
  filter: brightness(.5);
  object-position: right;
}

}
@media screen and (max-width: 480px) {
  .flexslider .caption-description .slidertext1,
  .flexslider .caption-description .slidertext2,
  .flexslider .caption-description .slidertext3{
    font-size: 250%;
    line-height: 110%;
  }
  .flexslider .caption-description .sliderbutton{
    font-size: 1.5rem;
  }
}
b, strong{
  font-weight: 900;
}
.flexslider .caption-description {
	background: rgba(9, 9, 9, 0.3);
}

#checkout .page-content .product-price {
  color:var(--primary-color);
}

.inpost-shipping-container{
  background-color: #fff;
  padding-top: 0;
  padding-left: 30px;
}
.inpost-shipping-container .js-inpost-shipping-locker-errors {
	margin-bottom: 0;
}
body#checkout span.custom-checkbox {
	height: auto;
}

#thecheckout-newsletter .inner-area:after,
#thecheckout-newsletter .inner-area label:after {
	display: table;
	clear: both;
	width: 100%;
	content: "";
}
em {
	font-size: 0.9em;
}