
.shop-part .col-lg-9 {
    padding-left: 20px;
    margin-right: 10px;
    width: 870px;
}
.standard-image img {
	width: 328px;
}
.standard-action-group .product-add {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.standard-action-group {
    position: absolute;
    right: 0px;
    top: 75px;
}
.standard-name {
    margin-bottom: 15px;
    text-transform: capitalize;
}
.standard-desc{
    margin-bottom: 0px;
}
.standard-label{
	width: 20px;
	height: 20px;
    border-radius: 50%;
}
.standard-label-group {
    position: absolute;
    top: 35px;
    right: -10px;
    z-index: 1;
}
.page-item .active {
    color: #fff;
    background: var(--primary);
}
.standard-label.off {
    background: #fff;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
}
.container .col-lg-9 .col-lg-12{
	position: relative;
}
.container .col-lg-9 .col-lg-4 {
    position: absolute;
    z-index: 999;
    width: 300px;
    height: 300px;
    right: 40px;
    top: 40px;
}
.single-banner::before {
	background: url(/wp-content/themes/twentytwentyone/static/picture/contactbg.jpg) center top no-repeat;
}
.header-top .container {
    padding: 0px 15px;
}
.contact-part .col-lg-9{
	width: 857px;
    margin-left: 20px;
}