Additional CSS Code added to envotheme

@media (min-width: 1535px){
.container {width: 1535px;}
}
 
/* Remove Woo add-to-cart purple background color | JC-29871625-hc */
.woocommerce button.button.alt.disabled, button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover {
  background-color: inherit;
  color: #132c43;
}




/* reduces the size of product titles on the shop page 30385535-hc pac */
h2.woocommerce-loop-product__title {
    font-size: smaller !important;
}


/* Reduces the product title font size on product pages 30385535-hc pac */
.product_title.entry-title {
    font-size: larger;
}


/* Increases font sizes for Review and Purchase section 30385535-hc pac */
span.step_title {
    font-size: x-large;
}

span.content_product_title {
    font-size: large;
}


/* Increase step title size 30385535-hc pac */
span.step_index {
    font-size: x-large;
}



.woocommerce .quantity .qty {width: 80px;}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
width:auto;
height: auto;
}

/*Page Layout FIX for Colums*/

.page-id-1304 article.col-md-8 {
    display: contents !important;
}

.page-id-3414 article.col-md-8 {
    display: contents !important;
}

.page-id-3415 article.col-md-8 {
    display: contents !important;
}

.page-id-52 article.col-md-8 {
    display: contents !important;
}

.page-id-3585 article.col-md-8 {
    display: contents !important;
}

.page-id-46 article.col-md-8 {
    display: contents !important;
}
.woocommerce .products ul, .woocommerce ul.products {
    width: 100% !important;
}


.page-id-3415 .woocommerce .products ul, .woocommerce ul.products {
width: 100% !important;
} 




.dokan-single-store .profile-frame .profile-info-box .profile-info-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}


.dokan-store .dokan-list-inline{
    font-size: 13px;
}


/* Margins on dokan products page / 35995839-HC (KAZE) */

.page-wrap{
    margin-left: 0%!important;
    margin-right: 0%!important;
	
}


/* Reduces the width of the products galleries */
.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
	width: 250px;
}

/* Hide Page Titl For Buidleazer Servies Page*/
.page-id-2211 .entry-title{
display:none;
}

/* Content Width to Bar Width*/
@media (min-width: 992px) {
article.col-md-8 {width: 75%;}
aside#sidebar {width: 25%;}
}
