/********************************************************
			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;
}

@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;
  }
}
html {
    scroll-behavior: smooth;
}

/*************** 25-06-2026 *****************/
.product-add-to-cart.js-product-add-to-cart, .product-prices {
    float: unset !important;
}
.auction_products .item {
    display: grid;
    grid-template-columns: auto 1fr;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 10px 10px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.auction_products .item .img-thumbnail-mod {
    float: left;
}
.auction_products .item .rp_content.clearfix.auction_psNew {
    padding: 0px 0px 0px 15px !important;
    float: left;
    background: none !important;
}
.auction_products .item .rp_content.clearfix.auction_psNew a.product-name {
    line-height: 22px !important;
    font-weight: 500 !important;
    color: #0961b3 !important;
    text-align: left !important;
}
.auction_products .item .rp_content.clearfix.auction_psNew h5 {
    text-align: left;
}
.auction_products .item .rp_content.clearfix.auction_psNew .auction-product-attributes-modern {
    display: none;
}
.auction_products .item .rp_content.clearfix.auction_psNew .button-container {
    text-align: left;
    margin-bottom: 3px;
}
.auction_products .item .rp_content.clearfix.auction_psNew a.lnk_view.highest_bid {
    padding: 5px 10px !important;
    width: max-content;
    border-radius: 6px !important;
}
.auction_theme_modern .home_auction_modern .auction_clock {
    padding: 0 !important;
    min-width: auto !important;
    margin: 0px !important;
}
.auction_clock .auction_timer {
    margin: 0px !important;
    display: flex;
    clear: none !important;
    flex-wrap: wrap;
}
.auction_clock .auction_timer .timer-div {
    width: 50px;
    background-color: #f2f2f2;
    height: 50px;
    padding: 3px;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auction_clock .flip-clock-divider {
    float: none !important;
    height: auto !important;
    width: auto !important;
    position: unset !important;
}
.auction_clock .flip-clock-divider .flip-clock-dot {
    display: none;
}
.auction_clock .flip-clock-divider .flip-clock-label {
    font-size: 10px !important;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    right: auto !important;
}
.auction_theme_modern .home_auction_modern .auction_clock .flip-clock-wrapper ul.flip {
    background: none !important;
    box-shadow: none !important;
    height: 21px !important;
    margin-top: -15px;
}
.auction_theme_modern .flip .inn {
    background-color: #f2f2f2 !important;
    color: #000000 !important;
    font-weight: 400  !important;
    text-shadow: none !important;
}
.auction_clock .flip-clock-wrapper ul li a div div.inn {
    font-size: 16px !important;
}
.product-reference span {
    color: #0041bf;
}
.product-page .productpage-attributes-items {
    margin-bottom: 10px;
}
.product-information .product-short-description {
    margin-bottom: 10px;
}
.product-actions {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}
.qtyprogress {
    margin-top: 0px !important;
}
span.delivery-information {
    color: #62798E;
    font-size: 13px;
}
.product-actions .cpproductpaymentlogo, .product-actions .blockreassurance_product {
    float: unset;
}
.bid_container.product_page {
    background: transparent;
    max-width: 100%;
    padding: 1px;
    border-top: 1px solid #ccc;
    margin-top: 40px !important;
}
.product_page .bid_details {
    margin: 20px 0px 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #ccc;
    gap: 15px;
}
.product_page .bid_details label.label {
    margin: 0;
    color: #62798E;
    font-size: 13px;
    text-transform: uppercase;
}
.product_page .bid_details span.bid_price {
    font-size: 14px;
    color: #000;
}
.product_page .bid_details .current_bid {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product_page .bid_details a span {
    font-size: 14px !important;
}
#product .product-information p {
    margin: 0;
    display: flex;
    float: unset;
    background: #0961b31a;
    border: aliceblue;
    color: #000;
    font-size: 14px;
}
.flip-clock-dot {
    height: 4px;
    width: 4px;
    left: 50% !important;
    transform: translateX(-50%);
    background: #62798E !important;
}
.our-aution-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}
.auction_products .title a span img {
    width: 7px;
}
.auction_products .title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.auction_products .title a span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #2196f3;
}
.product_page .bid-actions {
    margin: 0px !important;
    justify-content: space-between !important;
    gap: 25px;
}
.product_page .bid-actions .bid-input-container, .product_page .bid-actions button {
    width: 50%;
}
.product_page .bid-actions .bid-input-container span.bid-minimum {
    text-align: left;
    color: #62798E;
    font-size: 13px;
    margin: 0;
}
.product_page .bid-actions .bid-input-container input {
    width: 100% !important;
    max-width: 100% !important;
}
.product_page .bid-actions .bid-input-container .bid-qty input {
    border: none !important;
    border-radius: 0px !important;
}
.product_page .bid-actions button.bid-button {
    background: #0041bf;
    font-weight: 400;
    border: 1px solid #0041bf;
}
.product_page .bid-actions button.bid-button:hover {
    background: none !important;
    color: #0041bf;
}
.product_page .bid-actions button.auto-bid-button {
    background: transparent;
    color: #0041bf;
    border: 1px solid #0041bf;
    font-weight: 400;
}
.product_page .bid-actions button.auto-bid-button:hover {
    background: #0041bf;
    color: #fff;
}
.product_page .bid-actions .auction-modern-prod-watchlist {
    width: 100%;
    margin-top: 20px;
}
.product_page .bid-actions .auction-modern-prod-watchlist a {
    /**background: #f1f6ff;**/
    width: 100%;
    display: block;
    padding: 5px 10px;
    border-radius: 15px;
}
.product_page .bid-actions br, .product-actions .blockreassurance_product, .product-actions .cpproductpaymentlogo {
    display: none;
}
.product_page .bid-actions .auction-modern-prod-watchlist a .watch_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
}
.product_page .bid-actions .auction-modern-prod-watchlist a .watch_icon img {
    width: 20px;
}
.product_page .bid_details .total_bid {
    color: #0041bf;
}
#auction-block .divider {
    margin: 15px 0px;
    text-align: center;
    position: relative;
}
#auction-block .divider::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 50%;
    z-index: 0;
}
#auction-block .divider span {
    text-align: left;
    color: #62798E;
    font-size: 13px;
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 0px 15px;
}
.product-actions #auction-product ul.flip {
    box-shadow: none !important;
    background: none;
    border: 1px solid #ccc !important;
}
.product-actions #auction-product ul.flip a > div .shadow {
    display: none;
}
.product-actions #auction-product ul.flip a > div .inn {
    background: #fff !important;
}
.product-actions #auction-product ul.flip {
    width: 35px !important;
    height: 35px !important;
}
.auction_theme_default #auction-list tr td.auction-time-wrapper div.auction_timer .flip-clock-divider, #auction-block .auction-time-wrapper div.auction_timer .flip-clock-divider {
    height: 35px !important;
}
.auction_theme_default #auction-list tr td.auction-time-wrapper div.auction_timer .flip-clock-divider .flip-clock-label, #auction-block .auction-time-wrapper div.auction_timer .flip-clock-divider .flip-clock-label {
    width: 100%;
}
.product-actions #auction-block .auction_timer {
    margin-left: -16px;
    display: flex; 
    align-items: center;
    justify-content: center;
}
.product_page .bid-actions .au-clr-both {
    display: none;
}
/* Hide default spinner */
.bid-input::-webkit-outer-spin-button,
.bid-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bid-input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.bid-qty {
    display: flex;
    align-items: center;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
    background: #fff;
}
.qty-auction-btn {
    width: 46px !important;
    height: 46px;
    border: none;
    background: #f5f5f5;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}

.bid-input {
    border: none;
    box-shadow: none;
    text-align: center;
    width: 100%;
    height: 46px;
}

.bid-input:focus {
    outline: none;
    box-shadow: none;
}

.qty-auction-btn:hover {
    background: #e9e9e9;
}
/***30-07-2026**/

.auction_theme_modern .auction-timer.countdown-container {
    margin-left: 20%;
}
.product_auction_list .auction-time-wrapper .button-container .watch_icon, .auction_theme_modern .auctions-list .toggle-bid-btn {
    position: unset !important;
    color: #000 !important;
}
.product-prices.js-product-prices .product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-prices.js-product-prices .product-price .wish-comp {
    margin: 0;
}
.product-add-to-cart.js-product-add-to-cart {
    border-bottom: 0px solid #e5e5e5;
    padding: 20px 0px 0px;
}

@media (max-width: 1700px){
	.our-aution-block {
		grid-template-columns: repeat(4, 1fr);
	}

}

@media (max-width: 1400px){
	.our-aution-block {
		grid-template-columns: repeat(3, 1fr);
	}

	
}


@media (max-width: 1024px){
	.auction_products .item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	
}

@media (max-width: 992px){
	.our-aution-block {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 500px){
	.our-aution-block {
		grid-template-columns: repeat(1, 1fr);
	}

}







