/********************************************************
			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;
}
.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;
}

/*TJ*/
i.material-icons.shopping-cart {margin: 0 !important;}
button.add-to-cart > span {display: none !important;}
.add-to-cart-button {
    position: initial !important;
    display: block !important;
}
button.add-to-cart {padding: 10px; text-transform: none !important;}
.product-bottom .product-price-and-shipping {
    display: flex;
    flex-direction: column;
    margin-block: 0 !important;
}
.product-bottom .product-price-and-shipping .regular-price {order: 1;}
.product-bottom .product-price-and-shipping .sr-only {order: 2;}
.product-bottom .product-price-and-shipping .price {order: 3;}
.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px !important;
}
.product-miniature .product-bottom {display: block;}
#cpcategorytabs .category-tab-content {margin: 30px 0 !important;}
#cpcategorytabs .products-section-title {
    margin-bottom: 15px !important;
}
.cat-img {/* Styling for shop by category carusel items - TJ*/
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1; /* Ensures equal width and height */
}/* End of Styling for shop by category carusel items - TJ*/
.blockreassurance_product {
	/*TJ */
	padding: 15px;
    background-color: rgba(0, 169, 145, 0.15);
    border-radius: 5px;
    border: 1px solid rgba(0, 169, 145, 0.5);
	/*End TJ*/
}
.product-additional-info-alert {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.product-additional-info-alert .mt-1.alert {
    margin: 0 !important;
}
iframe#econt_delivery_customer_info_frame {
    height: 900px !important;
}
iframe#econt_delivery_customer_info_frame .form-element input,
iframe#econt_delivery_customer_info_frame .form-element label {
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}
iframe#econt_delivery_customer_info_frame form {
    width: 98% !important;
    margin: 0 auto;
}
iframe#econt_delivery_customer_info_frame button:not(.checkbox):not(.radio) {
    background-color: #59C7B7 !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
}

/*End TJ*/


@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 (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) {
/* TJ */
    .cart_block .checkout.card-block { 
        display: grid;
        grid-row-gap: 10px;
    };
    .cart_block .checkout.card-block .checkout {
        margin: 0;
    }
    .product-additional-info-alert {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
    }
    
    
}
@media (max-width: 565px) {
    /*Econt styling*/
    iframe#econt_delivery_customer_info_frame {
    height: 800px !important;
}
}
@media (max-width: 990px){
    button.add-to-cart > span {display: none;}
    /*.categorylist-block > div.categoryimage {*/
    /*    display:none !important;*/
    /*}*/
    
}
/* End TJ */

/*TJ make home page all products same height and adjust the brand and name*/
    article.item > div.product, article.product_item > div.product {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }
/*End TJ*/
/* TJ Verical Mega Menu */
@media (min-width: 1200px) {
    #cp_vertical_menu_top {
        z-index: 100 !important;
    }
    #header .header-top-main.bg_main .menu .app-sub-menu a {
        border-bottom: 2px solid rgb(0, 169, 145, 0.1);
    }
    #cp_vertical_menu_top #top-menu li:last-child > a {
        border-bottom: 2px solid rgb(0, 169, 145, 0.1);
    }

    #top-menu .app-second-depth > ul {
        grid-template-columns: max-content !important;
        grid-row-gap: 4px !important;
        padding: 10px !important;
    }
    .cp_sf-menu.top-menu > li.category:hover {
        background-color: #f5f5f5 !important;
    }
    li:has(.popover.sub-menu.app-sub-menu.js-sub-menu.collapse:hover), .popover.sub-menu.app-sub-menu.js-sub-menu.collapse:hover {
        background-color: #f5f5f5 !important;
    }
    li.category:hover > div {
        background-color: #f5f5f5 !important;
    }
    .popover.sub-menu.js-sub-menu.second_depth.app-second-depth.collapse > ul > li > a {
        border-bottom: 0 !important;
        padding: 0 0 3px 0 !important;
        margin: 0 !important;
        font-weight: 500 !important;
        font-size: 14px;
    }
    #header .header-top-main.bg_main .menu .app-sub-menu a {
        margin: 0;
        line-height: 1rem;
    }

    #cp_vertical_menu_top .vertical-menu .top-menu a.dropdown-submenu {
        text-transform: capitalize;
        font-weight: 600;
    }
    .vertical-menu .top-menu[data-depth="1"] li a {
        padding:10.9px 0px 10.9px 0px;
    }

    #top-menu .app-sub-menu {
        top: 0 !important;
        /*bottom: 0 !important;*/
        min-height: 100% !important;
        padding-bottom: 30px;
        width: 890px;
        border: 2px solid #f2f2f2;
        border-radius: 5px;
        box-shadow: 2px 4px 9px 0 rgba(0, 0, 0, 0.2), 0px 1px 2px 0 rgba(0, 0, 0, 0.19);
    }
    #top-menu .app-sub-menu ul.top-menu.cp_sf-menu {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 30px;
        padding: 10px;
        z-index: 9999 !important;
    }
    #cp_vertical_menu_top #top-menu li {
        position: initial;
    }
    .popover.sub-menu.js-sub-menu.second_depth.app-second-depth.collapse {
        border: none !important;
        background: transparent !important;
        position: relative;
        left: 0;
        margin-top: 2px;
        display: contents !important;
        width: 100%;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
      }
}
@media (min-width: 1450px) {
    #top-menu .app-sub-menu {
        width: 1120px !important;
    }
}
@media (min-width: 1650px) {
    #top-menu .app-sub-menu {
        width: 1320px !important;
    }
}
/* END TJ Vertical Mega Menu */