


/* for "Be the first to review this item." and "Login to write a review." color change*/
a {
    color: #cc2127;
}

/*to align tags properly*/
.theme-product-details-tags-code ul li {
	flex-wrap: wrap;
}

/* checkout page font */

.theme-checkout-body .theme-checkout-details-title {
    font-size: 20px;
    font-weight: 900;
    text-decoration: underline;
    text-underline-position: under;
}
.theme-checkout-body .theme-checkout-list .theme-checkout-list-content label {
    font-weight: 800;
}
.theme-checkout-body .theme-custom-radio-btn-wrap input {
    opacity: 100;
}

/* added to cart message color change */
.theme-cart-add-success-message, .theme-cart-add-failure-message, .theme-cart-update-failure-message, .theme-cart-update-success-message, .theme-cart-delete-failure-message, .theme-cart-delete-success-message {
    background: #bd1034;
}
/* reduce space between menu items */
.zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
    margin: -20px 20px;
}
/* hide home breadcrump */
.theme-breadcrumb-active {
    visibility: hidden;
}
/* make product image larger*/
.theme-prod-box.theme-product-list-style-08 .theme-product-box-content .theme-product-image-area {
    padding: 0px;
}

/*add to cart colour change */
pan.theme-cart-icon {
background: #C43235;
}

.theme-cart-button.zpbutton.zpbutton-type-secondary.zpbutton-style-roundcorner.zpbutton-full-width.zpbutton-size-md {
    background-color: #C43235;
}

/* stretch full width */
@media all and (min-width:992px){
    .zpcontainer {
    width: 95%; }
   }
   @media all and (min-width:992px){
.theme-prod-box.theme-product-list-style-08 {
    width: 20% !important; /* to display 5 products per row*/
    }
}

    .theme-prod-box.theme-product-list-style-08{
    border:1px solid #DCE1E5;
    margin: 0px 0px -1px -1px;
    }
}


/*product page book name */
h1.zpheading.theme-product-details-heading {
    font-family: 'Roboto';
}


/* logo size */

@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
max-width: none !important;
max-height: none !important;
width: auto !important;
height: auto !important;
}
}

/*front page headings */

.underline{
    text-underline-position: under;
    text-decoration-line: underline;
    text-decoration-color : black;
    text-decoration-thickness :2px;
    border-bottom: 0px;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato';
}
.underline2{
    text-underline-position: under;
    text-decoration-line: underline;
    text-decoration-color : black;
    text-decoration-thickness :2px;
    text-align: center;
}

.roundcorners{
  border-radius: 25px;
  background: #73AD21; 
  width: 30%;
  height: autofit;
}


h2.theme-section-heading{
    text-underline-position: under;
    text-decoration-line: underline;
    text-decoration-color : black;
    text-decoration-thickness :2px;
    border-bottom: 0px;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    font-family: 'Lato';
}
/* category heading*/
h1.theme-category-name {
    font-size: 35px;
    font-family: 'Roboto';
    font-weight: 600;
    
}
/*product page book name */
h1.zpheading.theme-product-details-heading {
    font-family: 'Roboto';
}

 /*hide product tag*/
.theme-product-details-tags-code ul li {
    flex-wrap: wrap;
  display: none;
}

.theme-product-details-tags-code {
display: none;
}





/* product filter font*/
.theme-product-filter-box .theme-product-filter-type span {
    font-size: 20px;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 700;
    font-family: 'Lato';
}
