<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Solwin Infotech
 * Solwin Product Print Page
 *
 * @category   Solwin
 * @package    Solwin_Printpage
 * @copyright  Copyright Â© 2006-2016 Solwin (https://www.solwininfotech.com)
 * @license    https://www.solwininfotech.com/magento-extension-license/
 */

@media print,screen
{
    .additional-info {
        border: 1px solid #ccc;
        display: block;
        margin: 20px 0 0;
        float: left;
        width: 100%;
    }
    .additional-info .additional-attributes, .additional-info .table-wrapper{
        margin-bottom: 0
    }
    .additional-info table tbody tr td:first-child {
        font-weight: bold;
    }
    .additional-info .colborder {
        border-left: 1px solid #ccc;
    }
    caption.table-caption {
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
        width: 100%;
        height: auto;
        position: relative;
    }
    .print-page-wrapper{
        border: 1px solid #cccccc;
        margin: 20px auto;
        padding: 20px;
        width: 90%;
        height: auto;
        display: block;
    }
    .print-img{
        border-bottom: 1px solid #ccc;
        margin: 0 auto 10px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }
    .print-img .img-class{
        width: 80%;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    .print-img .add-class{
        width: 20%;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    .print-img .add-class h4{
        margin: 0;
    }
    .print-pro{
        width: 100%;
        display: block;
        float: left;
    }
    .print-prod-img{
        border: 1px solid #ccc;
        display: inline-block;
        padding-top: 15px;
        text-align: center;
        width: 35%;
    }
    .product-detail{
        display: inline-block;
        float: right;
        width: 63%;
    }
    .product-detail h2{
        margin-top: 0;
    }
    .inner-desc {
        display: block;
        padding: 10px 0 0 0;
    }
    .print-prod-img img{
        text-align: center;
    }
    .print-prod-name,.print-prod-desc,.price,.print-prod-type{
        color: #403227;
        font-size: 20px;
        font-weight: 600;
        margin-top: 7px;
        margin: 0 auto;
        width: 100%;
    }
    .print-prod-name p,.print-desc p,.price p,.print-prod-type p,.center-stone p{
        text-align: center !important;
    }
    .print-prod-name span{
        display: block;
        font-size: 16px;
        font-weight: normal;
        text-align: left !important;
        width: 100%;
    }
    .print-prod-type {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: normal;
        width: 100%;
    }
    .print-prod-desc{
        font-size: 18px !important;
    }
    .print-desc{
        color: #403227;
        font-size: 14px;
        font-weight: normal;
        margin: 0 auto;
        text-align: center !important;
        width: 100%;
    }
    .center-stone{
        color: #383838;
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
    #scroll-to-top{
        display: none;
    }
    .additional-notes {
        border: 1px solid #cccccc;
        margin: 10px 0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .old-price {
        text-decoration: line-through;
        display: block;
    }
    .old-price .price {
        font-size: 15px !important;
    }
}
@page
{
    size: auto;    /* auto is the initial value */
    margin: 0mm;   /* this affects the margin in the printer settings  */
}
.btn-print {
    clear: both;
}
.btn-print a {
    background: none repeat scroll 0 0 #1979c3;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 10px 15px;
    text-decoration: none;
    outline: none;
    border: 1px solid #1979c3;
}
.btn-print a:hover {
    background: #006BB4;
    text-decoration: none;
    border: 1px solid #006BB4;
}
.clear {
    clear: both;
}
.gap10 {
    height: 10px;
}
.gap30 {
    height: 30px;
}
.adddiv p {
    margin-left: 0px;
}
.printdiv {
  color: #666;
  margin-top: 10px;
}
.printlink {
  color: #666 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
}
.printlink:hover,.printdiv:hover{
  color: #000 !important;
}
.additionaltitle {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 0 10px 10px 0;
}

.review-list {
    border: 1px solid #cccccc;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.print-img {
  display: table;
}
.print-prod-name span {
  margin: 20px 0 30px 0;
  text-align: right !important;
}
.print-prod-img {
  width: 40%;
  border: none;
}
.product-detail {
  width: 50%;
  border-left: 1px solid #ececec;
  padding: 0 40px;
}
.product-detail h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.product-detail .desc .inner-desc &gt; span &gt; span {
  font-weight: normal;
}
.product-reviews-summary {
  margin-bottom: 0;
}
.additional-info .additional-attributes caption.table-caption {
  padding: 0 10px;
  font-size: 16px;
  text-align: left;
}
.additional-notes .additionaltitle {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.additional-notes .adddiv {
display: inline-block;
width: 100%;
}
.additional-info table tbody tr td:first-child {
font-weight: normal;
}
.review-list .additionaltitle {
  text-align: left;
  font-size: 16px;
}
.desc .product-info-price {
  display: table;
  width: 100%;
}
.desc .product-info-price &gt; div {
  display: table-cell;
  width: auto;
  vertical-align: top;
}
.desc .product-info-price div:last-of-type {
  text-align: right;
}
.desc .product-info-price:last-of-type .inner-desc:first-of-type {
font-weight: 600;
}
.desc .product-info-price span.price {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.inner-stock {
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .print-prod-img {
    width: 100%;
  }
  .product-detail {
    width: 100%;
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .print-prod-img {
    width: 35%;
  }
}
.additional-info .additional-attributes caption.table-caption {
box-sizing: border-box;
}
.additional-info .additional-attributes p {
padding: 0 10px;
}

@media screen and (max-width: 639px) {
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes {
padding: 10px 0;
}

.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody &gt; tr td:last-of-type {
padding: 0 10px 5px 10px;
}
}
@media screen and (max-width: 420px) {
	.print-img {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: flex-start;
	}
	.print-page-wrapper {
		box-sizing: border-box;
	}
	.desc .product-info-price {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: flex-start;
	}
	.print-img .img-class {
		flex: 0 0 100%;
		margin: 0 0 10px 0;
	}
	.desc .product-info-price:last-of-type .inner-desc:first-of-type {
		flex: 0 0 100%;
		margin: 0 0 10px 0;
	}
	.print-img .add-class {
		flex: 0 0 100%;
		margin: 0 0 10px 0;
	}
	.desc .product-info-price div:last-of-type {
		flex: 0 0 100%;
		margin: 0 0 10px 0;
		text-align: left;
	}
}
</pre></body></html>