#category .page-header{
	border: none;
	margin: 0 0 10px 0;
}

#category .page-header h1{
	text-transform: uppercase;
    color: #2859b2;
    font-size: 20px;
}

.shops-viewgrid-shops .product-grid{
	padding: 0;
}

.product-one-image{
	position: relative;
    border-radius: 8px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.product-one-image img{
	width: 100%;
	height: auto;
}

.product-image{
    margin-bottom: 15px;
}

.product-image-item{
    position: relative;
    border-radius: 8px;
    width: 100%;
    border: 1px solid #efefef;
    overflow: hidden;
}

.product-image-item img{
    max-width: 100%;
    height: 445px;
    object-fit: cover;
}

.gallery-nav-item{
    border: 1px solid #f8f8f8;
    width: 135px;
    margin-right: 14px;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-nav-item img{
    width: 100%;
}

.product-info{
	position: relative;
	padding-left: 20px;
}

.product-info h1{
	font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.product-info .money{
	font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #d0021b;
}

.product-info .discounts_money{
	font-size: 20px;
	font-weight: 500;
    color: #555;
    margin-left: 8px;
    text-decoration: line-through;
}

.product-info .description{
	margin: 10px 0 20px;
}

.product-info .description ul{
	list-style: disc;
	padding-left: 15px;
}

#order{
	gap: 20px;
}

#order .btn-order{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: calc(50% - 10px);
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
}


#order .btn-order .bi{
	font-size: 20px;
}

.promotion-box{
	position: relative;
	background: linear-gradient(to top right, #fcfeff, #eff5ff) padding-box, linear-gradient(to top right, #dbe8fe, #609afa) border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    padding: 16px 18px;
    font-size: 15px;
}

.product-detail-head{
	position: relative;
    margin: 20px 0 10px;
}

.policy-widget{
	position: relative;
	border: 1px solid #efefef;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}

.policy-widget .policy-widget-item{
	margin-bottom: 20px;
}

.policy-widget .policy-widget-item:last-child{
	margin: 0;
}

.policy-widget .policy-widget-item .bi{
	color: #2859b2;
	font-size: 35px;
}

.policy-widget .policy-widget-item h5{
    font-size: 16px;
    margin-bottom: 5px;
}

.policy-widget .policy-widget-item span{
	display: block;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.policy-widget .policy-widget-item a{
	color: #f00505;
    font-size: 25px;
    font-weight: 500;
}

.product-others .heading{
	position: relative;
	margin: 20px 0;
}

.product-others .heading:before,
.product-detail-head:before {
	position: absolute;
    left: 0;
    top: 14px;
    content: '';
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #eee;
    z-index: 3;
}

.product-others .heading span,
.product-detail-head span{
	position: relative;
    background-color: #fff;
    color: #2959b2;
    font-size: 18px;
    font-weight: 500;
    padding: 0 12px 0 0;
    text-transform: uppercase;
    z-index: 6;
}

.msgshow {
    background: #F5F5F5;
    padding: 20px;
    border: 4px solid #C7C7C7;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10020 !important;
}

@media (max-width: 991.98px) {
    .product-info {
        padding-left: 0;
    }
}


@media (max-width: 767.98px) {
    .product-image-item img{
        height: 350px;
    }
}
