@charset "UTF-8";
/* Base Style */
/*@include breakpointDown(breakpointname) {}*/
/*@include breakpointUp(breakpointname) {}*/
/***** Colors *****/
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.otf") format("opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Cond';
    src: url("../fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Cond.otf") format("opentype"), url("../fonts/MyriadPro-Cond.woff") format("woff"), url("../fonts/MyriadPro-Cond.ttf") format("truetype"), url("../fonts/MyriadPro-Cond.svg#MyriadPro-Cond") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.otf") format("opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*placeholder css*/
/* line 35, ../sass/base/_globals.scss */
input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input:-moz-placeholder {
    opacity: 1 !important;
}

/* line 44, ../sass/base/_globals.scss */
.fix-container {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}
/* line 50, ../sass/base/_globals.scss */
.fix-container:after {
    clear: both;
    content: "";
    display: block;
}

/* line 59, ../sass/base/_globals.scss */
.set_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* line 65, ../sass/base/_globals.scss */
.section_pd {
    padding: 100px 0;
    width: 100%;
    float: left;
}

/* line 108, ../sass/base/_globals.scss */
.margin60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    /* line 108, ../sass/base/_globals.scss */
    .margin60 {
    margin-top: 30px;
    margin-bottom: 30px;
}
}

/* line 111, ../sass/base/_globals.scss */
.margin-left100 {
    margin-left: 100px;
}
@media (max-width: 1023px) {
    /* line 111, ../sass/base/_globals.scss */
    .margin-left100 {
    margin-left: 50px;
}
}

/* line 117, ../sass/base/_globals.scss */
.padding-left30 {
    padding-left: 30px;
}

/* line 139, ../sass/base/_globals.scss */
.sticky-block-right {
    position: fixed;
    right: 18%;
    top: 0;
    z-index: 9999;
    background: #fff;
}

/* line 148, ../sass/base/_globals.scss */
.chooseproducts .title {
    text-align: center;
}
/* line 151, ../sass/base/_globals.scss */
.chooseproducts .title h1 {
    color: #333;
    text-transform: initial;
    font-size: 32px;
}
/* line 156, ../sass/base/_globals.scss */
.chooseproducts .title h1 span {
    color: #29B5DC;
}
/* line 163, ../sass/base/_globals.scss */
.chooseproducts .item .image:hover {
    border: 2px solid #29B5DC;
}
/* line 167, ../sass/base/_globals.scss */
.chooseproducts .item .image img {
    width: 100%;
}

/* line 173, ../sass/base/_globals.scss */
.product.storecredit:after {
    display: block;
    clear: both;
    content: "";
}

/*.storecredit .product-image{float: left;width: 50%;border: none;}*/
/* line 181, ../sass/base/_globals.scss */
.storecredit .product-action {
    /*float: left;width: 50%;*/
    margin: 30px 0;
}
/* line 187, ../sass/base/_globals.scss */
.storecredit .product-action .infomation .input-box {
    margin-top: 20px;
}
/* line 191, ../sass/base/_globals.scss */
.storecredit .product-action .infomation .product-name {
    border: none;
}
/* line 195, ../sass/base/_globals.scss */
.storecredit .product-action .infomation .add-to-cart-buttons {
    margin-top: 20px;
}

/* price table */
/* line 203, ../sass/base/_globals.scss */
.pricetable {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
/* line 209, ../sass/base/_globals.scss */
.pricetable .content-price-table ul li {
    float: left;
    width: 20%;
    height: 60px;
    display: flex !important;
    justify-content: space-around;
    border-right: 1px solid #E0E0E0;
    flex-wrap: wrap;
}
/* line 219, ../sass/base/_globals.scss */
.pricetable .title {
    text-align: center;
}
/* line 224, ../sass/base/_globals.scss */
.pricetable .content-price-table ul li span {
    float: left;
    width: 100%;
    text-align: CENTER;
}
/* line 231, ../sass/base/_globals.scss */
.pricetable .content-price-table ul li.price.select, .pricetable .content-price-table ul li.price:hover {
    border: 1px solid #0a6c9f;
    background: #a1e2f6 !important;
}
/* line 238, ../sass/base/_globals.scss */
.pricetable.show:after {
    content: "";
    display: block;
    background: #ffffff4f;
    width: 100%;
    height: 82%;
    position: absolute;
}

/* The Modal (background) */
/* line 250, ../sass/base/_globals.scss */
.popup-dialog {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}
/* line 285, ../sass/base/_globals.scss */
.popup-dialog .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    max-width: 40%;
    /* Could be more or less, depending on screen size */
}
/* line 298, ../sass/base/_globals.scss */
.popup-dialog .dialogclose {
    color: #aaa;
    float: right;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    top: -30px;
    right: -22px;
}
/* line 307, ../sass/base/_globals.scss */
.popup-dialog .dialogclose:hover, .popup-dialog .dialogclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Modal Content/Box */
/* The Close Button */
@media screen and (max-width: 990px) {
    /* line 320, ../sass/base/_globals.scss */
    .popup-dialog .modal-content {
    max-width: 80%;
}
}
/* line 325, ../sass/base/_globals.scss */
#banner-slide {
    position: relative;
}
/* line 326, ../sass/base/_globals.scss */
#banner-slide .item img {
    width: 100%;
}
/* line 332, ../sass/base/_globals.scss */
#banner-slide .owl-buttons {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
}
/* line 337, ../sass/base/_globals.scss */
#banner-slide .owl-buttons > div {
    position: absolute;
    width: 35px;
    height: 40px;
    opacity: 1;
    background-color: unset;
}
/* line 345, ../sass/base/_globals.scss */
#banner-slide .owl-buttons .owl-prev {
    left: 0px;
    background-image: url(../images/arrow_left.png);
}
/* line 350, ../sass/base/_globals.scss */
#banner-slide .owl-buttons .owl-next {
    right: 0px;
    background-image: url(../images/arrow_right.png);
}
/* line 355, ../sass/base/_globals.scss */
#banner-slide .owl-buttons > div:hover {
    background-position-y: 40px;
}
/* line 360, ../sass/base/_globals.scss */
#banner-slide .owl-pagination {
    margin-top: -35px;
}
/* line 364, ../sass/base/_globals.scss */
#banner-slide .owl-pagination .owl-page span {
    opacity: 0.9;
}
/* line 368, ../sass/base/_globals.scss */
#banner-slide .owl-pagination .owl-page.active span {
    opacity: 0.9;
    width: 25px;
    background-color: #ffff;
}

/* line 378, ../sass/base/_globals.scss */
.catalog-product-view .banner-product {
    margin-bottom: 20px;
}
/* line 381, ../sass/base/_globals.scss */
.catalog-product-view .banner-product a img {
    max-width: 100%;
    width: 100%;
}
/* line 387, ../sass/base/_globals.scss */
.catalog-product-view .product-custom-option .product-options {
    width: 50%;
    float: left;
    border: none;
}
/* line 392, ../sass/base/_globals.scss */
.catalog-product-view .product-custom-option .product-options dd {
    border: none;
}

/* line 398, ../sass/base/_globals.scss */
.right-side-column {
    width: calc(20% - 10px);
    float: right;
    margin-left: 10px;
    height: auto;
    border: 1px solid #ccc;
}

/* line 406, ../sass/base/_globals.scss */
.customer-account .right-side-column {
    margin-left: 0;
    padding: 0;
}

/* line 411, ../sass/base/_globals.scss */
.product-essential.left {
    width: 78%;
    float: left;
}

/* line 416, ../sass/base/_globals.scss */
.catalog-product-view .product-custom-option {
    clear: both;
    margin-bottom: 50px;
    border: 1px solid #cccccc;
    float: left;
    width: 100%;
}
/* line 423, ../sass/base/_globals.scss */
.catalog-product-view .product-custom-option .summary {
    float: left;
    width: 50%;
    padding: 20px 10px;
}
/* line 429, ../sass/base/_globals.scss */
.catalog-product-view .product-custom-option .content-summary table {
    width: 100%;
}
/* line 432, ../sass/base/_globals.scss */
.catalog-product-view .product-custom-option .content-summary table td:nth-child(2) {
    text-align: right;
}
/* line 437, ../sass/base/_globals.scss */
.catalog-product-view .product-custom-option .summary .title-summary {
    text-align: center;
}

/* line 442, ../sass/base/_globals.scss */
.product-view .product-options-bottom {
    float: left;
    margin-bottom: 50px;
    border-radius: 5px;
}

/* line 449, ../sass/base/_globals.scss */
.right-side-column .deposit h3, .right-side-column .help_center h3 {
    padding: 0px 30px;
    text-align: center;
    color: #e0197d;
    margin-top: 10px;
}
/* line 456, ../sass/base/_globals.scss */
.right-side-column .deposit .avalaible-fund {
    text-align: center;
}
/* line 460, ../sass/base/_globals.scss */
.right-side-column .help_center h3 {
    margin: 0;
    background: #25B6DD;
    color: #fff;
    padding: 10px 0;
    text-transform: initial;
    box-shadow: 0 0 black;
    font-size: 15px;
    font-weight: 800;
}

/* line 472, ../sass/base/_globals.scss */
.help_center ul.links {
    padding: 10px 15px;
    background: #F4F4F4;
}
/* line 476, ../sass/base/_globals.scss */
.help_center ul.links a {
    font-size: 13px;
}
/* line 480, ../sass/base/_globals.scss */
.help_center ul.links li.link:before {
    content: " ┬╗";
    display: block;
    float: left;
    margin-right: 2px;
    font-size: 13px;
    position: relative;
    top: 2px;
}

/* line 492, ../sass/base/_globals.scss */
.right-side-column .deposit {
    margin-bottom: 25px;
}
/* line 495, ../sass/base/_globals.scss */
.right-side-column .deposit .action {
    text-align: center;
    margin-top: 25px;
}
/* line 499, ../sass/base/_globals.scss */
.right-side-column .deposit .action .btn-deposit {
    border: 1px solid #e0197d;
    padding: 8px 15px;
    background: unset;
    color: #e0197d;
    border-radius: 5px;
}
/* line 506, ../sass/base/_globals.scss */
.right-side-column .deposit .action .btn-deposit a {
    color: #e0197d;
    text-transform: uppercase;
}
/* line 514, ../sass/base/_globals.scss */
.right-side-column .help_center ul.links li.link {
    padding: 5px 0px;
}
/* line 517, ../sass/base/_globals.scss */
.right-side-column .help_center ul.links li.link:last-child {
    border-bottom: unset;
}
/* line 521, ../sass/base/_globals.scss */
.right-side-column .help_center ul.links li.link a {
    color: #000;
}

@media screen and (max-width: 1023px) {
    /* line 529, ../sass/base/_globals.scss */
    .right-side-column .deposit h3, .right-side-column .help_center h3 {
    padding: 0px 0px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    /* line 536, ../sass/base/_globals.scss */
    .right-side-column {
    width: calc(30% - 10px);
    margin-left: 0px;
    margin-bottom: 10px;
}

/* line 542, ../sass/base/_globals.scss */
.product-essential.left {
    width: 70%;
}
}
@media screen and (max-width: 767px) {
    /* line 548, ../sass/base/_globals.scss */
    .right-side-column {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
}

/* line 554, ../sass/base/_globals.scss */
.product-essential.left {
    width: 100%;
}

/* line 558, ../sass/base/_globals.scss */
.right-side-column {
    margin-bottom: 10px;
}
/* line 559, ../sass/base/_globals.scss */
.right-side-column .deposit {
    text-align: center;
}
}
/* Header Style */
/* Pages Style */
/* line 1, ../sass/pages/_product.scss */
.mainbanner-section {
    background-image: url(../images/banner-bg.jpg);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px 0 30px;
}
/* line 5, ../sass/pages/_product.scss */
.mainbanner-section .mainbanner-print-coupon {
    margin: 0 auto 15px;
    max-width: 760px;
    width: 100%;
}
@media (max-width: 1023px) {
    /* line 5, ../sass/pages/_product.scss */
    .mainbanner-section .mainbanner-print-coupon {
    text-align: center;
}
}
@media (max-width: 1023px) {
    /* line 12, ../sass/pages/_product.scss */
    .mainbanner-section .mainbanner-print-coupon img {
    max-width: 80%;
    display: inline-block;
}
}
@media (max-width: 767px) {
    /* line 12, ../sass/pages/_product.scss */
    .mainbanner-section .mainbanner-print-coupon img {
    max-width: 300px;
    width: 100%;
}
}

/* line 24, ../sass/pages/_product.scss */
.print-statics {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
/* line 28, ../sass/pages/_product.scss */
.print-statics ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
@media (max-width: 767px) {
    /* line 28, ../sass/pages/_product.scss */
    .print-statics ul {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
}
/* line 34, ../sass/pages/_product.scss */
.print-statics ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
@media (max-width: 767px) {
    /* line 34, ../sass/pages/_product.scss */
    .print-statics ul li {
    width: 100%;
    border-bottom: 1px #ccc solid;
    padding: 10px 0;
}
}
@media (max-width: 767px) {
    /* line 42, ../sass/pages/_product.scss */
    .print-statics ul li:last-child {
    border-bottom: none;
}
}
@media (max-width: 767px) {
    /* line 47, ../sass/pages/_product.scss */
    .print-statics ul li br {
    display: none;
}
}
/* line 52, ../sass/pages/_product.scss */
.print-statics ul li i, .print-statics ul li em {
    margin-right: 12px;
}
@media (max-width: 1023px) {
    /* line 54, ../sass/pages/_product.scss */
    .print-statics ul li i img, .print-statics ul li em img {
    max-width: 50px;
}
}
@media (max-width: 767px) {
    /* line 54, ../sass/pages/_product.scss */
    .print-statics ul li i img, .print-statics ul li em img {
    max-height: 40px;
}
}
/* line 63, ../sass/pages/_product.scss */
.print-statics ul li span {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}
@media (max-width: 767px) {
    /* line 63, ../sass/pages/_product.scss */
    .print-statics ul li span {
    font-size: 20px;
}
}

/* line 76, ../sass/pages/_product.scss */
.contact-section {
    background-image: url(../images/call-back-bg.jpg);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 75px 0 90px;
}
@media (max-width: 767px) {
    /* line 76, ../sass/pages/_product.scss */
    .contact-section {
    background-position: right center;
    padding: 45px 0 50px;
}
}
/* line 84, ../sass/pages/_product.scss */
.contact-section .contactBlock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    max-width: 874px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    /* line 84, ../sass/pages/_product.scss */
    .contact-section .contactBlock {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    text-align: center;
}
}
/* line 93, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerImage {
    margin-right: 30px;
    min-width: 242px;
}
@media (max-width: 1023px) {
    /* line 93, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerImage {
    min-width: 200px;
}
}
@media (max-width: 767px) {
    /* line 93, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerImage {
    margin: 0 auto;
    min-width: auto;
}
}
/* line 103, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerImage img {
    max-width: 100%;
}
@media (max-width: 767px) {
    /* line 103, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerImage img {
    max-width: 150px;
}
}
/* line 110, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerContent {
    text-align: center;
}
@media (max-width: 767px) {
    /* line 110, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerContent {
    padding: 20px 0 0;
}
}
/* line 115, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerContent h4 {
    color: #29abe2;
    font-size: 36px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 36px;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    margin: 0 0 12px;
    padding: 0;
}
@media (max-width: 767px) {
    /* line 115, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerContent h4 {
    font-size: 28px;
}
}
/* line 129, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerContent p {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 36px;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    margin: 0 0 22px;
    padding: 0;
}
@media (max-width: 767px) {
    /* line 129, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerContent p {
    font-size: 20px;
}
}
/* line 143, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerContent a {
    display: inline-block;
    color: #29abe2;
    font-size: 48px;
    font-weight: bold;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
}
@media (max-width: 767px) {
    /* line 143, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerContent a {
    font-size: 28px;
}
}
/* line 152, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerContent a i, .contact-section .contactBlock .callerContent a strong {
    display: inline-block;
    vertical-align: middle;
}
/* line 156, ../sass/pages/_product.scss */
.contact-section .contactBlock .callerContent a:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    /* line 160, ../sass/pages/_product.scss */
    .contact-section .contactBlock .callerContent a .cellPhone-number img {
    max-width: 40px;
}
}

/* line 170, ../sass/pages/_product.scss */
.print-steps {
    padding: 70px 0;
}
@media (max-width: 767px) {
    /* line 170, ../sass/pages/_product.scss */
    .print-steps {
    padding: 40px 0;
}
}

/* line 177, ../sass/pages/_product.scss */
.subheading-title {
    text-align: center;
    margin: 0 0 30px;
}
/* line 180, ../sass/pages/_product.scss */
.subheading-title h3 {
    color: #29abe2;
    font-size: 36px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    line-height: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}
@media (max-width: 767px) {
    /* line 180, ../sass/pages/_product.scss */
    .subheading-title h3 {
    font-size: 30px;
}
}

/* line 194, ../sass/pages/_product.scss */
.easy-steps-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 0 30px;
}
@media (max-width: 767px) {
    /* line 194, ../sass/pages/_product.scss */
    .easy-steps-block {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
}
/* line 201, ../sass/pages/_product.scss */
.easy-steps-block .easy-step-col {
    width: 25%;
    text-align: center;
}
@media (max-width: 767px) {
    /* line 201, ../sass/pages/_product.scss */
    .easy-steps-block .easy-step-col {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
}
}
/* line 211, ../sass/pages/_product.scss */
.easy-steps-block .easy-step-col:first-child i:before {
    left: 50%;
}
/* line 218, ../sass/pages/_product.scss */
.easy-steps-block .easy-step-col:last-child i:before {
    right: 0;
    width: 50%;
}
/* line 224, ../sass/pages/_product.scss */
.easy-steps-block .easy-step-col i {
    display: block;
    position: relative;
}
/* line 227, ../sass/pages/_product.scss */
.easy-steps-block .easy-step-col i:before {
    content: "";
    height: 14px;
    background: #f3f3f3;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
/* line 238, ../sass/pages/_product.scss */
.easy-steps-block .easy-step-col i img {
    display: inline-block;
    vertical-align: middle;
}
/* line 243, ../sass/pages/_product.scss */
.easy-steps-block .easy-step-col span, .easy-steps-block .easy-step-col em {
    margin-top: 15px;
    display: block;
    font-size: 18px;
    color: #0e0e0e;
    line-height: normal;
    font-weight: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}

/* line 255, ../sass/pages/_product.scss */
.choose-product-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fbfafa;
    padding: 20px 30px;
}
@media (max-width: 767px) {
    /* line 255, ../sass/pages/_product.scss */
    .choose-product-block {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 20px 20px 0;
}
}
/* line 263, ../sass/pages/_product.scss */
.choose-product-block .choose-product-img {
    margin-right: 40px;
}
@media (max-width: 1023px) {
    /* line 263, ../sass/pages/_product.scss */
    .choose-product-block .choose-product-img {
    width: 50%;
    margin: 20px 20px 0 0;
}
}
@media (max-width: 767px) {
    /* line 263, ../sass/pages/_product.scss */
    .choose-product-block .choose-product-img {
    width: 100%;
    margin: 0 0 20px;
}
}
/* line 273, ../sass/pages/_product.scss */
.choose-product-block .choose-product-img img {
    max-width: 100%;
}
/* line 277, ../sass/pages/_product.scss */
.choose-product-block .choose-product-content {
    padding: 10px 0;
}
@media (max-width: 1023px) {
    /* line 277, ../sass/pages/_product.scss */
    .choose-product-block .choose-product-content {
    width: 50%;
}
}
@media (max-width: 767px) {
    /* line 277, ../sass/pages/_product.scss */
    .choose-product-block .choose-product-content {
    width: 100%;
}
}
/* line 285, ../sass/pages/_product.scss */
.choose-product-block .choose-product-content h4 {
    color: #ff4328;
    font-size: 30px;
    text-transform: none;
    font-weight: normal;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
    line-height: normal;
    padding-bottom: 10px;
}

/* line 297, ../sass/pages/_product.scss */
.iconlisting li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}
/* line 301, ../sass/pages/_product.scss */
.iconlisting li i {
    min-width: 46px;
    margin-right: 15px;
}
/* line 305, ../sass/pages/_product.scss */
.iconlisting li span, .iconlisting li em {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    line-height: normal;
    color: #181718;
}

/* line 316, ../sass/pages/_product.scss */
.why-print-section {
    background-color: #f7f4f4;
    padding: 70px 0;
}
@media (max-width: 767px) {
    /* line 316, ../sass/pages/_product.scss */
    .why-print-section {
    padding: 40px 0 20px;
}
}
/* line 322, ../sass/pages/_product.scss */
.why-print-section .subheading-title {
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    /* line 322, ../sass/pages/_product.scss */
    .why-print-section .subheading-title {
    padding-bottom: 0;
}
}

/* line 329, ../sass/pages/_product.scss */
.why-print-cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
}
@media (max-width: 767px) {
    /* line 329, ../sass/pages/_product.scss */
    .why-print-cta {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
}
/* line 335, ../sass/pages/_product.scss */
.why-print-cta .why-print-col {
    width: calc(33.3333% - 32px);
    margin: 0 16px;
}
@media (max-width: 767px) {
    /* line 335, ../sass/pages/_product.scss */
    .why-print-cta .why-print-col {
    width: 100%;
    margin: 0 0 30px;
}
}
/* line 342, ../sass/pages/_product.scss */
.why-print-cta .why-print-col i {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    min-height: 160px;
}
@media (max-width: 1023px) {
    /* line 342, ../sass/pages/_product.scss */
    .why-print-cta .why-print-col i {
    min-height: 110px;
}
}
@media (max-width: 1023px) {
    /* line 350, ../sass/pages/_product.scss */
    .why-print-cta .why-print-col i img {
    max-height: 100px;
}
}
/* line 356, ../sass/pages/_product.scss */
.why-print-cta .why-print-col h5 {
    color: #0e0e0e;
    text-transform: none;
    font-size: 18px;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 40px 0 20px;
}
@media (max-width: 767px) {
    /* line 356, ../sass/pages/_product.scss */
    .why-print-cta .why-print-col h5 {
    margin: 20px 0;
}
}
/* line 368, ../sass/pages/_product.scss */
.why-print-cta .why-print-col p {
    color: #0e0e0e;
    text-transform: none;
    font-size: 16px;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
}

/* line 379, ../sass/pages/_product.scss */
.printOffer-block {
    border: 2px #e2e1de solid;
    background: #022750;
    background: -moz-linear-gradient(top, #022750 0%, #2ab4db 100%);
    background: -webkit-linear-gradient(top, #022750 0%, #2ab4db 100%);
    background: linear-gradient(to bottom, #022750 0%, #2ab4db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022750', endColorstr='#2ab4db',GradientType=0 );
    margin-bottom: 30px;
}
/* line 387, ../sass/pages/_product.scss */
.printOffer-block .printOffer-img {
    padding: 8px 0;
    background: #313030;
    text-align: center;
}
/* line 391, ../sass/pages/_product.scss */
.printOffer-block .printOffer-img img {
    display: inline-block;
}
/* line 395, ../sass/pages/_product.scss */
.printOffer-block .printOffer-content {
    padding: 15px;
    text-align: center;
}
/* line 398, ../sass/pages/_product.scss */
.printOffer-block .printOffer-content h4 {
    color: #fff;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 25px;
    letter-spacing: 0;
    margin: 0;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
/* line 408, ../sass/pages/_product.scss */
.printOffer-block .printOffer-content p {
    color: #fff;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
/* line 417, ../sass/pages/_product.scss */
.printOffer-block .printOffer-content p span, .printOffer-block .printOffer-content p em {
    color: #feca37;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
}
/* line 423, ../sass/pages/_product.scss */
.printOffer-block .findButton {
    background: #000000;
    background: -moz-linear-gradient(top, #000000 0%, #272828 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #272828 100%);
    background: linear-gradient(to bottom, #000000 0%, #272828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272828',GradientType=0 );
    border: 2px solid #0c7ead;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: normal;
    font-weight: normal;
    font-size: 16px;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
    text-transform: uppercase;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
/* line 440, ../sass/pages/_product.scss */
.printOffer-block .findButton:hover {
    text-decoration: none;
}

/* line 447, ../sass/pages/_product.scss */
.catalog-product-view .main-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
/* line 452, ../sass/pages/_product.scss */
.catalog-product-view .main-container .main {
    width: 100%;
}
/* line 454, ../sass/pages/_product.scss */
.catalog-product-view .main-container .main ul.messages {
    margin: 0 auto;
    max-width: 1230px;
    padding: 10px 15px 0;
    position: relative;
    bottom: -30px;
}
/* line 462, ../sass/pages/_product.scss */
.catalog-product-view .main-container .breadcrumbs {
    margin: 15px 0 15px;
}
/* line 464, ../sass/pages/_product.scss */
.catalog-product-view .main-container .breadcrumbs ul {
    margin: 0 auto;
    max-width: 1230px;
    overflow: hidden;
    padding: 0 15px;
}
/* line 471, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view {
    max-width: 1230px;
    margin: 0 auto;
    padding: 60px 15px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
/* line 477, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-essential.left {
    width: calc(100% - 330px);
    float: none;
}
@media (max-width: 767px) {
    /* line 477, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-essential.left {
    width: 100%;
}
}
/* line 483, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-essential.left select {
    border: 1px #e2e1de solid;
    height: 30px;
    padding: 0 30px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/select-arrow.png) no-repeat center right;
    outline: none;
    box-shadow: none;
}
/* line 491, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-essential.left select:focus, .catalog-product-view .main-container .product-view .product-essential.left select:hover {
    outline: none;
    box-shadow: none;
}
/* line 497, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-essential.left .button-cart-clone .btn-cart {
    min-width: 260px;
    background: #000;
    padding: 18px 20px;
    font-size: 24px;
    font-weight: normal;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
}
@media (max-width: 767px) {
    /* line 497, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-essential.left .button-cart-clone .btn-cart {
    min-width: 100%;
    padding: 21px 20px 18px 20px;
    font-size: 20px;
}
}
/* line 512, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .right-side-column {
    position: sticky !important;
    width: 300px !important;
    float: none;
    border: none;
    margin-left: auto;
    top: 10px;
    right: 0 !important;
    margin-bottom: auto;
}
@media (max-width: 767px) {
    /* line 512, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .right-side-column {
    width: 100% !important;
    margin-top: 30px;
}
}
/* line 529, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view > .product-collateral.toggle-content.tabs, .catalog-product-view .main-container .product-view > .box-collateral.box-tags {
    display: none;
}
/* line 532, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
}
/* line 539, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
}
/* line 545, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li {
    width: 100%;
    margin: 0;
}
@media (max-width: 1023px) {
    /* line 545, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li {
    margin: 10px 0 0;
}
}
/* line 551, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li:first-child, .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li:nth-child(2) {
    width: 250px;
    margin-right: 30px;
}
@media (max-width: 1023px) {
    /* line 551, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li:first-child, .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li:nth-child(2) {
    width: 100%;
    margin-right: 0;
}
}
@media (max-width: 1023px) {
    /* line 559, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li:first-child {
    margin: 0;
}
}
/* line 564, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li:nth-child(3) {
    margin-top: 12px;
}
/* line 567, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li .input-text, .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li #shipping_arrival_date_display {
    width: 100%;
    max-width: 250px;
    text-align: left;
}
@media (max-width: 1023px) {
    /* line 567, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li .input-text, .catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li #shipping_arrival_date_display {
    max-width: 100%;
}
}
/* line 575, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li label {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    display: block;
}
/* line 582, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li br {
    display: none;
}
/* line 585, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom #deliverydate-info li textarea {
    width: 100%;
    max-width: 100%;
    height: 116px;
    border: 1px #e2e1de solid;
}
/* line 593, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-options-bottom .add-to-cart {
    border-bottom: none;
}
/* line 597, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
}
@media (max-width: 1023px) {
    /* line 597, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-custom-option {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
/* line 608, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .product-options {
    margin: 0;
    padding: 0;
}
@media (max-width: 1023px) {
    /* line 608, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-custom-option .product-options {
    width: 100%;
}
}
/* line 614, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .product-options label {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    display: block;
}
/* line 622, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .product-options dd .input-box {
    max-width: 250px;
}
@media (max-width: 1023px) {
    /* line 622, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-custom-option .product-options dd .input-box {
    max-width: 100%;
}
}
@media (max-width: 767px) {
    /* line 628, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-custom-option .product-options dd.last {
    margin-bottom: 10px;
}
}
/* line 633, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .product-options dd.artwork-content {
    margin-top: 15px;
}
/* line 637, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .product-options p.required {
    display: none;
}
/* line 640, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .product-options .button-click-upload {
    color: #2ab5dc;
    border: 1px #ececec solid;
    background: #fff;
    display: inline-block;
    padding: 12px 20px 10px 60px;
    margin: 0 0 20px;
    position: relative;
    min-width: 250px;
    text-align: center;
}
/* line 650, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .product-options .button-click-upload:after {
    content: "\f063";
    font-family: fontAwesome;
    display: block;
    font-size: 35px;
    line-height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #2ab5dc;
    animation: jump 2s infinite;
}
/* line 664, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .summary {
    padding: 0;
    margin: 0;
    background: #fff;
}
@media (max-width: 1023px) {
    /* line 664, ../sass/pages/_product.scss */
    .catalog-product-view .main-container .product-view .product-custom-option .summary {
    width: 100%;
}
}
/* line 671, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .summary .title-summary {
    text-align: left;
    padding: 10px 23px;
}
/* line 676, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .summary .content-summary td {
    font-size: 14px;
    font-weight: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}
/* line 680, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .summary .content-summary td:first-child {
    color: #a09f9f;
}
/* line 683, ../sass/pages/_product.scss */
.catalog-product-view .main-container .product-view .product-custom-option .summary .content-summary td:last-child {
    color: #2d2d2d;
    text-align: left;
}

/* line 699, ../sass/pages/_product.scss */
.pricetable-main {
    display: inline-block;
    width: 100%;
}

/* line 704, ../sass/pages/_product.scss */
.header-title {
    background: #feca37;
    padding: 12px 20px;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
}

/* line 713, ../sass/pages/_product.scss */
.info-blue-text {
    max-width: 726px;
    margin: 20px auto 20px auto;
    text-align: center;
    background: #02264f;
    border-radius: 21px;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #acb3b4;
}

/* line 725, ../sass/pages/_product.scss */
.pricetable {
    padding: 0 18px;
}
/* line 726, ../sass/pages/_product.scss */
.pricetable .title {
    display: inline-block;
    width: 100%;
    float: left;
}
/* line 731, ../sass/pages/_product.scss */
.pricetable .title h2 {
    width: calc(100% - 176px);
    text-align: center;
    float: right;
    background: #2ab5dc;
    border-radius: 10px 10px 0 0;
    padding: 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 0;
    border: 1px solid #e2e1de;
    border-bottom: none;
}
/* line 745, ../sass/pages/_product.scss */
.pricetable .title h2 small {
    color: #fff;
}

/* line 755, ../sass/pages/_product.scss */
.prd-bottom-inner {
    width: 100%;
    border-radius: 0px;
    border: 2px solid #e2e1de;
    border-top: none;
    background: #f7f4f4;
    padding: 18px;
}
/* line 763, ../sass/pages/_product.scss */
.prd-bottom-inner #deliverydate-info {
    margin: 0;
}
/* line 766, ../sass/pages/_product.scss */
.prd-bottom-inner #deliverydate-info ul li {
    width: 50%;
}

/* line 772, ../sass/pages/_product.scss */
.summary.order-summary {
    background: #ffffff;
}

/* line 776, ../sass/pages/_product.scss */
.title-summary {
    background: #2ab5dc;
    text-align: left;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

/* line 785, ../sass/pages/_product.scss */
.content-summary {
    padding: 20px;
}
/* line 788, ../sass/pages/_product.scss */
.content-summary table tr td {
    text-align: left;
    width: 50%;
    padding: 3px;
}
/* line 789, ../sass/pages/_product.scss */
.content-summary table tr td:first-child {
    color: #a09f9f;
}

/* 1. Choose Your Options Style */
/* line 801, ../sass/pages/_product.scss */
.productView-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
/* line 804, ../sass/pages/_product.scss */
.productView-wrap .header-title {
    width: 100%;
}
/* line 807, ../sass/pages/_product.scss */
.productView-wrap .productView {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    background: #f7f4f4;
    padding: 20px;
    border: 2px #e2e1de solid;
    border-top: none;
    width: 100%;
    margin: 0 0 30px;
}
/* line 816, ../sass/pages/_product.scss */
.productView-wrap .productView .product-img-box {
    max-width: 215px;
    width: 215px;
    padding: 0;
    margin-right: 30px;
}
@media (max-width: 1023px) {
    /* line 816, ../sass/pages/_product.scss */
    .productView-wrap .productView .product-img-box {
    max-width: 180px;
    width: 180px;
    margin-right: 15px;
}
}
@media (max-width: 767px) {
    /* line 816, ../sass/pages/_product.scss */
    .productView-wrap .productView .product-img-box {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px;
}
}
/* line 831, ../sass/pages/_product.scss */
.productView-wrap .productView .product-img-box .product-name {
    display: none;
}
/* line 834, ../sass/pages/_product.scss */
.productView-wrap .productView .product-img-box .product-image {
    margin: 0;
    border: 1px #e2e1de solid;
}
/* line 838, ../sass/pages/_product.scss */
.productView-wrap .productView .product-img-box .more-views {
    display: none;
}
/* line 842, ../sass/pages/_product.scss */
.productView-wrap .productView .product-shop {
    width: calc(100% - 245px);
    max-width: calc(100% - 245px);
    padding: 0;
    margin: 0;
}
@media (max-width: 1023px) {
    /* line 842, ../sass/pages/_product.scss */
    .productView-wrap .productView .product-shop {
    width: calc(100% - 195px);
    max-width: calc(100% - 195px);
}
}
@media (max-width: 767px) {
    /* line 842, ../sass/pages/_product.scss */
    .productView-wrap .productView .product-shop {
    width: 100%;
    max-width: 100%;
}
}
/* line 855, ../sass/pages/_product.scss */
.productView-wrap .productView .product-shop .extra-info {
    display: none;
}
/* line 858, ../sass/pages/_product.scss */
.productView-wrap .productView .product-shop .product-options {
    margin: 0;
}
/* line 860, ../sass/pages/_product.scss */
.productView-wrap .productView .product-shop .product-options p.required {
    display: none;
}
/* line 863, ../sass/pages/_product.scss */
.productView-wrap .productView .product-shop .product-options label {
    font-size: 18px;
    font-weight: normal;
    color: #2d2d2d;
    line-height: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}
/* line 871, ../sass/pages/_product.scss */
.productView-wrap .productView .product-shop .product-options {
    padding: 0;
    border: none;
}

/* line 878, ../sass/pages/_product.scss */
.join-print-partner {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
/* line 882, ../sass/pages/_product.scss */
.join-print-partner a {
    display: inline-block;
    border: 1px #acb3b4 solid;
    background: #02264f;
    border-radius: 50px;
    padding: 6px 30px;
    font-size: 14px;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    color: #fff;
}
/* line 891, ../sass/pages/_product.scss */
.join-print-partner a:hover {
    text-decoration: none;
}

/* line 897, ../sass/pages/_product.scss */
.product-options-filters {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
/* line 900, ../sass/pages/_product.scss */
.product-options-filters .product-options-col {
    width: calc(50% - 15px);
    margin-bottom: 26px;
}
@media (max-width: 1023px) {
    /* line 900, ../sass/pages/_product.scss */
    .product-options-filters .product-options-col {
    width: 100%;
    margin-bottom: 16px;
}
}
/* line 907, ../sass/pages/_product.scss */
.product-options-filters .product-options-col:nth-child(2n) {
    margin-left: auto;
}
/* line 910, ../sass/pages/_product.scss */
.product-options-filters .product-options-col select {
    width: 100%;
}

/* line 916, ../sass/pages/_product.scss */
.dev-price-table .pricetable {
    padding: 0;
    float: none;
    margin-bottom: 0;
}
/* line 921, ../sass/pages/_product.scss */
.dev-price-table .content-price-table {
    overflow: auto;
}
/* line 923, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table {
    width: calc(100% - 2px);
    max-width: calc(100% - 2px);
    text-align: center;
    margin-left: 1px;
}
@media (max-width: 1023px) {
    /* line 923, ../sass/pages/_product.scss */
    .dev-price-table .content-price-table table {
    min-width: 630px;
}
}
/* line 932, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table .printing-price-head th {
    background: #029dc8;
    text-align: center;
    color: #2d2d2d;
    font-size: 14px;
    line-height: normal;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    border: 1px #e2e1de solid;
    padding: 5px 10px;
}
/* line 943, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table .printing-price-head th.qty-col {
    background: #97d4e6;
    color: #2d2d2d;
    font-size: 18px;
    line-height: normal;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    border-radius: 12px 0 0 0;
    border-top: none;
    border-left: none;
}
/* line 955, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table .printing-price-head th.express-col, .dev-price-table .content-price-table table .printing-price-head th.normal-col {
    background: #45a4bf;
}
/* line 961, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table .list-date td {
    background: #5ad1f2;
    color: #2d2d2d;
    font-size: 18px;
    line-height: normal;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    padding: 12px 10px;
}
/* line 970, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table .list-date td:nth-child(2n) {
    background: #97d4e6;
}
/* line 973, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table .list-date td span {
    display: block;
}
/* line 981, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table tbody tr:nth-child(2n) td {
    background: #faf9f9;
}
/* line 986, ../sass/pages/_product.scss */
.dev-price-table .content-price-table table tbody td {
    background-color: #ececeb;
    padding: 12px 10px;
    font-size: 12px;
    line-height: normal;
    color: #2d2d2d;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    border: 1px #e2e1de solid;
}
/* line 998, ../sass/pages/_product.scss */
.dev-price-table .loaction-txt {
    color: #2d2d2d;
    font-size: 18px;
    line-height: normal;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
}
/* line 1005, ../sass/pages/_product.scss */
.dev-price-table .loaction-txt .locationIcon {
    width: 19px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    background: url(../images/location-icon.png) no-repeat;
}
/* line 1014, ../sass/pages/_product.scss */
.dev-price-table .printing-price-label {
    padding: 10px;
    background: #2ab5dc;
    text-align: center;
    font-size: 18px;
    color: #2d2d2d;
    border-radius: 12px 12px 0 0;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
}
/* line 1022, ../sass/pages/_product.scss */
.dev-price-table .printing-price-label span {
    color: #fff;
}

/* line 1027, ../sass/pages/_product.scss */
.price-guide-colors {
    margin-top: 30px;
}
/* line 1029, ../sass/pages/_product.scss */
.price-guide-colors li {
    padding-left: 26px;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
    color: #181719;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
}
/* line 1038, ../sass/pages/_product.scss */
.price-guide-colors li.purple-color-bullet {
    color: #a002cd;
}
/* line 1040, ../sass/pages/_product.scss */
.price-guide-colors li.purple-color-bullet:before {
    background: #a002cd;
}
/* line 1044, ../sass/pages/_product.scss */
.price-guide-colors li:before {
    content: "";
    background: #181719;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
/* line 1054, ../sass/pages/_product.scss */
.price-guide-colors li:last-child {
    margin-bottom: 0;
}

/* line 1062, ../sass/pages/_product.scss */
.price.select .checkboxPrice:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #02264f;
    position: absolute;
    left: 4px;
    border-radius: 50%;
    top: 4px;
}
/* line 1074, ../sass/pages/_product.scss */
.price .checkboxPrice {
    display: inline-block;
    padding-left: 28px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    position: relative;
}
/* line 1080, ../sass/pages/_product.scss */
.price .checkboxPrice:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #f7f4f4;
    position: absolute;
    left: 0;
    border: 1px #b7b7b6 solid;
    border-radius: 50%;
}
/* line 1090, ../sass/pages/_product.scss */
.price .checkboxPrice > span {
    display: block;
    font-size: 12px;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}
/* line 1094, ../sass/pages/_product.scss */
.price .checkboxPrice > span:first-child {
    font-size: 14px;
}
/* line 1098, ../sass/pages/_product.scss */
.price .checkboxPrice .purplePrice {
    color: #a002cd;
}

/* line 1104, ../sass/pages/_product.scss */
.artwork-content h4 {
    color: #2d2d2d;
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
}
/* line 1112, ../sass/pages/_product.scss */
.artwork-content ol {
    list-style-type: decimal;
    padding-left: 20px;
}
/* line 1115, ../sass/pages/_product.scss */
.artwork-content ol li {
    color: #2d2d2d;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    line-height: 24px;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}

/* line 1125, ../sass/pages/_product.scss */
.uploadWork-label {
    display: none;
}

/* line 1129, ../sass/pages/_product.scss */
.right-side-column .deposit {
    border: none;
}
/* line 1131, ../sass/pages/_product.scss */
.right-side-column .deposit h3 {
    background: #2ab5dc;
    margin: 0;
    color: #fff;
    padding: 10px 0;
    text-transform: initial;
    box-shadow: 0 0 black;
    font-size: 18px;
    font-weight: 800;
}
/* line 1141, ../sass/pages/_product.scss */
.right-side-column .deposit .depositinner {
    border: 2px #e2e1de solid;
    border-top: none;
    padding: 20px 15px 10px;
    background: #F4F4F4;
}
/* line 1147, ../sass/pages/_product.scss */
.right-side-column .deposit .action {
    margin: 10px 0;
}
/* line 1150, ../sass/pages/_product.scss */
.right-side-column .deposit .btn.btn-deposit {
    background: #151515;
    border: none;
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 8px 10px;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
}
/* line 1161, ../sass/pages/_product.scss */
.right-side-column .deposit .btn.btn-deposit a {
    color: #fff;
    text-transform: capitalize;
    display: block;
}
/* line 1165, ../sass/pages/_product.scss */
.right-side-column .deposit .btn.btn-deposit a:hover {
    text-decoration: none;
}
/* line 1171, ../sass/pages/_product.scss */
.right-side-column .deposit .avalaible-fund span {
    display: block;
    text-align: right;
    font-size: 18px;
    color: #2d2d2d;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "MyriadPro-Regular", Verdana, Arial, sans-serif;
}
/* line 1179, ../sass/pages/_product.scss */
.right-side-column .deposit .avalaible-fund span.price {
    font-family: "MyriadPro-Bold", Verdana, Arial, sans-serif;
    font-size: 36px;
}
/* line 1187, ../sass/pages/_product.scss */
.right-side-column .help_center h3 {
    background: #2ab5dc;
    font-size: 18px;
}
@media (max-width: 767px) {
    /* line 1187, ../sass/pages/_product.scss */
    .right-side-column .help_center h3 {
    padding: 10px 20px;
}
}
/* line 1194, ../sass/pages/_product.scss */
.right-side-column .help_center .links {
    border: 2px #e2e1de solid;
    border-top: none;
}

@keyframes jump {
    0% {
    top: 10px;
}
50% {
    top: 25px;
}
100% {
    top: 10px;
}
}
/* Product View Style END */
.mainbanner-print-coupon-product img{
    max-width: 100%;
    margin: 0 auto;
    display: table;
}
.mainbanner-section-product{
    margin: 0 auto;
    display: table;
}
.mainbanner-section-product .fix-container{
    max-width: 100%;
    padding: 0px;
}
