@font-face {
    font-family: 'LatoWeb';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    /*font-family: GT Walsheim Pro; */
    font-family: LatoWeb;
}
.checkout-index-index .header-links{
	display: none;
}
.meet-authors {
    text-align: center;
    padding-top: 40px;
}
.meet-authors h2 {
    font-size: 40px;
}
.info-block{
	text-align: center;
}
.authors-inner .img-block {
    float: none !important;
}
.authors-inner .center-block {
    width: 100px !important;
    height: 100px;
    border-radius: 100%;
}
.self-publish-two-block-section .news-v1 .news-v1-content {
    background: #fff;
    padding: 20px;
}
.self-publish-top-pad {
    padding: 20px 0px;
}
.news-v1 {
    box-shadow: 2px 4px 7px 2px #eff1f8;
	background: #ffffff;
	box-shadow: 2px 4px 7px 2px #eff1f8;
	border: 1px solid #b1b1b3;
}
.self-publish-three-block-section{
    clear: both;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #f7f8fa;
}
.self-publish-two-block-section{
	clear: both;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #ebeef6;
}
.self-publish-two-block-section .news-v1 .news-v1-heading {
    background: #fff;
    text-align: center;
    padding: 20px;
}
.self-publish-two-block-section .news-v1 .news-v1-content {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    text-align: justify;
}
.services-four-block-section .news-v1 {
	border: 1px solid #dcdada;
}
.services-four-block-section .news-v1 .news-v1-heading {
    background: #fff;
    text-align: center;
    padding: 10px 0px 0px 0px;
}
.services-four-block-section .news-v1 .news-v1-content {
    background: #fff;
    padding: 20px;
    font-size: 14px;
    text-align: justify;
}
/*----------Publishing Process-----------*/
.book-publishing-process p{
    margin: 0;
}
.book-publishing-process {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f1f1f1;
    padding: 30px;
    position: relative;
    text-align: center;
}
.book-publishing-process ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.book-publishing-process ul li {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    margin: 0;
    position: relative;
    text-align: left;
}
.book-publishing-process ul li a {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1.25;
    padding: 15px 10px;
    width: 100%;
}
.book-publishing-process ul li p {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-word;
    word-break: break-word;
    background: #0072c6;
    box-shadow: 0 1px 1px 0 rgba(26, 26, 26, .4);
    color: #fff;
    display: inline-block;
    padding: 10px;
    position: relative;
    width: 100%;
}
.book-publishing-process ul li>ul {
    margin-top: 5px;
    position: relative;
}
.book-publishing-process ul li>ul>li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: break-word;
    word-break: break-word;
    background: #fff;
    display: inline-block;
    box-shadow: 0 1px 1px 0 rgba(26, 26, 26, .2);
    margin-bottom: 5px;
    width: 100%;
}
.book-publishing-process ul.main-list {
    display: inline-block;
    width: 100%;
}
.book-publishing-process ul.main-list>li {
    text-align: center;
    margin-bottom: 20px;
}
.book-publishing-process ul.main-list>li li {
    border-left: 4px solid #0072c6;
}
.book-publishing-process ul.main-list>li li:hover {
    opacity: 0.7;
}
.book-publishing-process ul.main-list .dive-in:before {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-left: 1px solid #1a1a1a;
    bottom: -55px;
    content: "";
    display: block;
    height: 65px;
    left: 50%;
    position: absolute;
}
.book-publishing-process ul.main-list .dive-in:after {
    font-family: FontAwesome;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -58px;
    color: #505050;
    content: "\f0dd";
    font-size: 15px;
    left: 50%;
    position: absolute;
}
.book-publishing-process ul.main-list .dive-in p {
    background: #0072c6;
}
.book-publishing-process ul.main-list .dive-in p:before {
    display: none;
}
.book-publishing-process-more {
    text-align: center;
}
.book-publishing-process-more div {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.book-publishing-process-more ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.book-publishing-process-more ul:first-of-type {
    margin-left: 0;
}
.book-publishing-process-more ul li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    border-left: 4px solid #0072c6;
    display: inline-block;
    line-height: 1.25;
    margin-bottom: 3px;
    text-align: left;
    width: 100%;
}
.book-publishing-process-more ul li:hover {
    border-color: #8a2ca2;
}
.book-publishing-process-more ul li:first-child {
    background: #0072c6;
    border: none;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.book-publishing-process-more ul li a {
    display: inline-block;
    line-height: 1.25;
    padding: 15px 10px;
    width: 100%;
}
@media only screen and (min-width: 61.25em) {
    .book-publishing-process ul li {
        width: 200px;
    }
    .book-publishing-process ul li a {
        padding: 10px;
    }
    .book-publishing-process ul li p:before {
        border-top: 1px solid #1a1a1a;
        bottom: 10px;
        content: "";
        display: block;
        position: absolute;
        width: 100px;
    }
    .book-publishing-process ul li>ul {
        margin-top: -20px;
        right: -300px;
    }
    .book-publishing-process ul li:nth-child(odd)>ul {
        left: -300px;
    }
    .book-publishing-process ul.main-list {
        width: auto;
    }
    .book-publishing-process ul.main-list>li {
        margin-bottom: 0;
    }
    .book-publishing-process ul.main-list>li li {
        border: none;
    }
    .book-publishing-process ul.main-list>li:before {
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-left: 1px solid #1a1a1a;
        content: "";
        display: block;
        height: 98%;
        left: 50%;
        position: absolute;
    }
    .book-publishing-process ul.main-list>li:after {
        font-family: FontAwesome;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: -5px;
        content: "\f0dd";
        font-size: 20px;
        left: 50.4%;
        position: absolute;
    }
    .book-publishing-process ul.main-list>li:nth-child(odd) p:before {
        left: -100px;
    }
    .book-publishing-process ul.main-list>li:nth-child(odd) li {
        border-right: 4px solid #0072c6;
    }
    .book-publishing-process ul.main-list>li:nth-child(odd) li:hover {
        opacity: 0.7;
    }
    .book-publishing-process ul.main-list>li:nth-child(even) p:before {
        right: -100px;
    }
    .book-publishing-process ul.main-list>li:nth-child(even) li {
        border-left: 4px solid #0072c6;
    }
    .book-publishing-process ul.main-list>li:nth-child(even) li:hover {
        opacity: 0.7;
    }
    .book-publishing-process ul.main-list .dive-in:before {
        bottom: -65px;
        height: 80px;
    }
    .book-publishing-process ul.main-list .dive-in:after {
        display: none;
    }
    .book-publishing-process ul.main-list .dive-in p:before {
        display: none;
    }
    .book-publishing-process-more {
        margin-top: 68px;
    }
    .book-publishing-process-more div p.rule {
        width: 100%;
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-right: 80px solid #fff;
        border-left: 80px solid #fff;
        position: absolute;
    }
    .book-publishing-process-more div p.rule:before {
        content: "";
        border-top: 1px solid #1a1a1a;
        left: 0;
        position: absolute;
        top: -33px;
        width: 100%;
    }
    .book-publishing-process-more ul {
        margin: 0 0 0 36px;
        width: 160px;
    }
    .book-publishing-process-more ul:before {
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border-left: 1px solid #1a1a1a;
        top: -32px;
        content: "";
        display: block;
        height: 30px;
        left: 50%;
        position: absolute;
    }
    .book-publishing-process-more ul:after {
        font-family: FontAwesome;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: -22px;
        color: #505050;
        content: "\f0dd";
        font-size: 20px;
        left: 50.4%;
        position: absolute;
    }
    .book-publishing-process-more ul li a {
        padding: 10px;
        width: 136px;
    }
}
.spcf {
    clear: both;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    background: #ebeef6;
	padding: 20px;
}
.spv-v1 {
    box-shadow: 2px 4px 7px 2px #eff1f8;
    background: #ffffff;
    box-shadow: 2px 4px 7px 2px #eff1f8;
    border: 1px solid #b1b1b3;
	padding: 20px;
}
span.user-profile {
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    display:none;
}
.cms-estimate-print .footer-servives-block .services-main {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.cms-estimate-print .footer-servives-block {
    padding: 20px 0!important;
}
.cms-sell-your-book .footer-servives-block {
    padding: 20px 0;
}
.cms-self-publish-your-book .footer-servives-block {
    padding: 20px 0;
}
.cms-self-publish-your-book .footer-servives-block .services-main {
    margin-bottom: 30px;
}
.cms-sell-your-book .home-images-block-ten .home-images-block-ten-main h3 {
    font-size: 30px;
    text-align: center;
	line-height: 35px;
}
.price-table .columns {
    float: left;
    width: 33.3%;
    padding: 8px;
}

.price-table .price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price-table .price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price-table .price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

.price-table .price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price-table .price .grey {
    background-color: #eee;
    font-size: 20px;
}

.price-table .button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.marketplace-seller-collection .wk-mp-collection-container {
 width:100%; margin:0;
}
.marketplace-seller-collection .products.wrapper.list.products-list ol.products li {
	width:100%; border-bottom:0; padding: 0
}
.marketplace-seller-collection .products.wrapper.list.products-list ol.products li .product.details.product-item-details {
	padding-top: 30px
}
.marketplace-seller-collection .products.wrapper.list.products-list ol.products li .product-item-photo{
	width: 30%;
	padding:0;
	float:left;
	display: inherit;
}
.marketplace-seller-collection .services-main .row, .footer-links .page-main .col-row { margin-left: 0;margin-right: 0 }


@media (min-width: 640px) {
.marketplace-seller-collection .products.wrapper.list.products-list .product-item-actions .actions-primary,
.marketplace-seller-collection .products.wrapper.list.products-list .product-item-actions  {
    display: inherit;
}
.marketplace-seller-collection .products.wrapper.list.products-list .product-item-actions .actions-primary {
	float:left
}
}

@media only screen and (max-width: 600px) {
    .price-table .columns {
        width: 100%;
    }
}
@media (min-width: 768px)  {
    .page-wrapper .page-header.header-type2 .header.content .top-links .header-links #header-links-main #links-tog-btn>a {
        line-height: 20px !important;
        margin: 35px 0 20px 0 !important;
    }
    span.user-profile {
        display:block;
    }
	.contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
	}
	.block.newsletter {
     max-width: 100% !important;     
	}
	
}
@media only screen and (max-width: 768px) {
 .minicart-wrapper .block-minicart{
		height: 80vh;
		overflow: scroll;
	}
}
.container-serviceBox .serviceBox{text-align: center;margin-top: 60px;position: relative;z-index: 1; margin-bottom: 21px;}
.container-serviceBox .serviceBox .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.container-serviceBox .serviceBox:hover .service-icon{transform: rotate(45deg);}
.container-serviceBox .serviceBox .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #727cb6;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.container-serviceBox .serviceBox .service-icon span i{transition: all 0.3s ease-out 0s;}
.container-serviceBox .serviceBox:hover .service-icon span i{transform: rotate(-45deg);}
.container-serviceBox .serviceBox .service-content{background: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 15px;position: relative;}
.container-serviceBox .serviceBox .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.container-serviceBox .serviceBox:hover .service-content:before{transform: rotate(45deg);}
.container-serviceBox .serviceBox .title{font-size: 17px;font-weight: 500;color: #324545;text-transform: uppercase;margin: 0 0 25px 0;position: relative;transition: all 0.3s ease-out 0s;}
.container-serviceBox .serviceBox:hover .title{color: #727cb6;}
.container-serviceBox .serviceBox .description{font-size: 14px;font-weight: 500;line-height: 24px;margin-bottom: 0;}
.container-serviceBox .serviceBox .read-more{display: block;width: 40px;height: 40px;line-height: 38px;border-radius: 50%;background: #fff;border: 1px solid #e7e7e7;font-size: 14px;color: #c4c2c2;margin: 0 auto;position: absolute;bottom: -17px;left: 0; right: 0;transition: all 0.3s ease-out 0s;}
.container-serviceBox .serviceBox .read-more:hover{border: 1px solid #727cb6;color: #727cb6;text-decoration: none;}
.container-serviceBox .serviceBox.green .service-icon span{ background: #008b8b; }
.container-serviceBox .serviceBox.blue .service-icon span{ background: #3498db; }
.container-serviceBox .serviceBox.orange .service-icon span{ background: #e67e22; }
.container-serviceBox .serviceBox.green:hover .title{ color: #008b8b; }
.container-serviceBox .serviceBox.blue:hover .title{ color: #3498db; }
.container-serviceBox .serviceBox.orange:hover .title{ color: #e67e22; }

.container-serviceBox .serviceBox:hover .read-more{border: 1px solid #727cb6;color: #727cb6;}
.container-serviceBox .serviceBox.green:hover .read-more{border: 1px solid #008b8b;color: #008b8b;}
.container-serviceBox .serviceBox.blue:hover .read-more{border: 1px solid #3498db;color: #3498db;}
.container-serviceBox .serviceBox.orange:hover .read-more{border: 1px solid #e67e22;color: #e67e22;}
.fotorama__stage .fotorama__stage__frame .fotorama__img {
    max-height: 100%;
}
@media print{
   a:after{
       content:"(" attr(href) ")";
   }
}
@media print {
  a[href]:after {
    content: none !important;
  }
}
form[action="http://dev.ondemandbooks.in/marketplace/account/savePaymentInfo/"] { display:none; }
#minicart-content-wrapper .action.viewcart{
	display: block;
	margin-bottom: 15px;
	width: 100%;
	line-height: 2.1rem;
	padding: 14px 17px;
	font-size: 1.7rem;
	background: #F15A25;
	border-color: #F15A25;
	font-family: 'Raleway','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: middle;
}

@media (min-width: 768px) {
.wk-mp-collection-header-box .wk-mp-collection-logo { height: 113px; bottom: -25%;}
}
/*.footer-links-main .footer-links-column:nth-child(4){ padding-right:0}*/
.marketplace-seller-collection .page-wrapper .page-header.header-type2 {
    margin-bottom: 0px;
} 
.marketplace-seller-collection .wk-mp-banner {
    max-width: 100%;
    padding: 0;
    margin: 0;
        
}
@media only screen and (max-width: 767px) {
.marketplace-seller-collection .products.wrapper.list.products-list .product-item-actions .actions-primary {
float:left; display:inherit;
}
}
@media only screen and (max-width: 600px) {
.marketplace-seller-collection .products.wrapper.list.products-list ol.products li .product-item-photo, 
.marketplace-seller-collection .products.wrapper.list.products-list ol.products li .product.details.product-item-details {
	width: 100%; padding: 0 15px
}
}