.social_icons {
    display: flex;
    gap: 8px;
    justify-content: center;
}
#camera_slider {
    margin: 0 auto;
    max-width: 1400px;
    display: -webkit-box;
}
.list_price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9c9c9c;
	font-size:13px;
}
.list_price .timh_title {font-size:13px; display: none;}
.local_timh {position:relative;}
span.local_timh:before {
    background-color: #d51317;
    bottom: 4px;
    content: "";
    left: 0px;
    position: absolute;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    transform-origin: 0 0;
    width: 104%;
    height: 1px;
    width: 100%;
}
.one_local_price {
	position: relative;
	text-decoration: none;
}
#categories {position:relative;}

@media screen and (min-width:1024px) {
	
#categories ul {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
}

#categories img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

#categories li {
	background: #fff;
	position: relative;
	margin-bottom: 0;
	border-radius: 6px;
	overflow: hidden;
}
#categories li:hover {-webkit-box-shadow: 0px 0px 6px 4px rgb(0 0 0 / 27%);box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 18%);}
#categories li:hover h2 {
	color: #3b621c;
}

#categories li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: #7abe43; */
}

#categories li a h2 {
	/* color: #ffffff; */
	padding: 15px 0 15px;
	font-size: 16px;
	font-weight: bold;
}

.pmatrix_onecol_icons, .prosf {
	z-index: 1;
}
.owl-carousel .wish_list {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 45px;
    width: 45px;
    text-align: center;
}

.owl-carousel .wish_list a {
    font-size: 21px;
    color: #ccc;
    display: block;
}
.owl-carousel .wish_list a:hover {
    color: #ff6000;
}
.owl-carousel .product-info {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.owl-carousel .baskhref span.fa-shopping-cart {
    color: #fff;
    /* width: 50px; */
    transition: none;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    /* font-weight: 300; */
}

.owl-carousel .quantity {
    justify-content: space-between;
}

.owl-carousel .baskhref {
    background: #0585b5;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: center;
    position: relative;
    min-height: 38px;
    border-radius: 0;
    margin-left: 0;
    border-radius: 506px;
    width: 45px;
    height: 45px;
    align-content: center;
    /* box-shadow: 0px 1px 10px 5px rgb(161 160 160 / 34%); */
}


.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide{
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}

#maindiv {background: #fbfbfb;}

.prd_new00 .pmatrix {
	width: 100%;
	position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
.owl-carousel .owl-stage{display: flex;}
.productcol-wrapper {
	width: 100%;
}
.productcol {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.product-card {
    position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.product-card {
	height: 100%;
    width: 100%;
    background-color: #fff;
    position: relative;
    font-family: inherit;
    border-radius: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.owl-item:empty {display:none;}


img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.btn-login.dropdown {
    position: relative;
}

.header-btn-group.btn-login a {
    display: flex;
    flex-direction: column;
}
.header-btn-group.btn-login a .text {
    font-size: 12px;
    font-weight: 500;
}


/* #topnav id-selector to beat template-default.css `#topnav{position:relative}`. */
.btn-login.dropdown #topnav {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px;
    z-index: 1050;
}
.btn-login .dropdown-menu {
    background: none #fff;
    text-align: left;
    left: unset;
    right: 0;
    min-width: 300px;
    box-shadow: 0 6px 22px -2px rgba(138, 138, 138, 0.8);
    margin: 0;
    padding-bottom: 20px;
    border-radius: 0;
}
.open > .dropdown-menu {
    display: block;
    border: none;
}
/* Open account menu: stack items in a column (id-selector + .open beats block). */
.btn-login.dropdown.open #topnav {
    display: flex;
    flex-direction: column;
}


