/*=====[ Divi Theme hide sidebar on WooCommerce product and shop pages ]=====*/

.items .create_new_template {
    width: 180px;
    display:inline-block;
    margin-right: 20px;
    text-align: center;
    margin-bottom:20px;
}
.items .element {
    /*width: 180px;*/
    width: 200px;
    display:inline-block;
    margin-right: 20px;
    text-align: center;
    margin-bottom:20px;
}
#svg_templates .items div img{
    height:97px;
}



.woocommerce-page #left-area {
    padding-right: 0 !important;
    width: 100%;
}

.woocommerce-page #sidebar {
    display: none;
}

.woocommerce-page #main-content .container::before {
    display: none;
}

.st-product-short-summary button.submit-art-work{
    background-color:#0966ab!important;
}
.st-product-short-summary button.submit-art-work:hover{
    background-color:#000000!important;
}

.st-product-short-summary button#design_editor:hover{
    background-color:#0966ab !important;
}

.st-product-short-summary #edit-print-ready-file-upload-button{
   background-color:#2e3d8e !important; 
}
.st-product-short-summary #edit-print-ready-file-upload-button:hover{
   background-color:#505ead !important; 
}

.artworkprogress{
    background-color: #5BC0DE !important;
    border: 0;
    height: 33px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 0 10px;
}


.single.single-product h1.product_title {
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    color: black;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: .2em;
}

.single.single-product #tab-title-additional_information {
    display: none;
}

.st-product-content #bulk_discount_values_table {
    display: none;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 24px;
    box-shadow: 0 8px 60px 0 #6797ff1c, 0 12px 90px 0 #6797ff1c;
    background-color: #f3f3f3 !important;
}

.st-product-content #bulk_discount_values_table:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #f3f3f3;
    position: absolute;
    top: -16px;
    left: 120px;
}

.st-product-content #bulk_discount_values_table .meta .qty-discount-link {
    background: -webkit-linear-gradient(330deg, rgba(52, 221, 135, 0) 0%, #4caf50 100%) !important;
    background: linear-gradient(120deg, rgba(52, 221, 135, 0) 0%, #4caf50 100%) !important;
    background-color: #607d8b !important;
}

.st-product-content #bulk_discount_values_table .meta h4 {
    display: block;
    margin: .2em 0 .4em;
    line-height: 1.6em;
    color: #20292f;
    max-width: 850px;
    font-weight: 700;
    width: 100%;
    font-size: 1.8em;
    line-height: 1.25em;
}

.st-product-content #bulk_discount_values_table .meta .get-custom-quote-btn {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: black;
    border-bottom: 2px solid #e13f6e;
    padding-bottom: .625rem;
}

.st-product-content #bulk_discount_values_table .meta .get-custom-quote-btn:hover {
    font-size: 22px;
    color: #e13f6e;
}

.st-product-content #bulk_discount_values_table h2 {
    background-image: -webkit-linear-gradient(120deg, #b142ec 0%, #812bea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.st-product-content #bulk_discount_values_table ul {
    list-style: none;
}

.st-product-content #bulk_discount_values_table ul li {
    cursor: pointer;
    border: 2px solid #00bcd4;
    color: #00bcd4;
    position: relative;
    max-height: 130px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 10px 0px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
}

.st-product-content #bulk_discount_values_table ul li:hover {
    border: 2px solid #e91e63;
    color: #e91e63;
}

.st-product-content .summary.entry-summary {
    background-image: linear-gradient(90deg, rgba(0, 18, 42, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px 5px 5px 5px;
    padding: 20px;
    box-shadow: 0px 2px 74px 0px #0c71c34d;
}

.st-product-content .summary.entry-summary h1.product_title.entry-title {
    font-size: 1.2rem;
    padding-bottom: 0px !important;
    margin: 0px;
    display: none;
}

.st-product-content .summary.entry-summary #price_total {
    text-align: right;
}

.st-product-content .summary.entry-summary #price_total .amount {
    font-size: 40px !important;
    color: #2e3a93;
}

.st-product-content .summary.entry-summary .quantity input {
    background-color: #3f51b5 !important;
    height: 40px;
}

.st-product-content .summary.entry-summary .se-add-cart-btn button[type="submit"] {
    font-family: lato, sans-serif;
    /*font-weight: 900;*/
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    margin: 20px auto;
    display: block;
    /*padding: 12px 32px;*/
    background: none;
    background-color: #2e3a93;
    height: auto;
}

.st-product-content .summary.entry-summary .artwork-form-toggle {
    margin: 40px 0px;
}

.st-product-content .summary.entry-summary .artwork-form-toggle #print_ready_design_information .template-artwork-link {
    background-image: -webkit-linear-gradient(120deg, #b142ec 0%, #812bea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    margin-bottom: 10px;
}

.st-product-content .summary.entry-summary .artwork-form-toggle #artwork_file_data .edit-print-ready-file-upload-button input[type="button"],
.st-product-content .summary.entry-summary .artwork-form-toggle #artwork_file_data .se-add-cart-btn input[type="button"] {
    font-family: lato, sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 2px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    margin: 10px 0px;
    display: block;
    background-color: #3776ff;
}

.st-product-content .summary.entry-summary .artwork-form-toggle #artwork_file_data .se-add-cart-btn input[type="button"] {
    font-size: 15px;
    padding: 12px 32px;
    background: none;
    background-color: #2e3a93;
    height: auto;
}

.st-product-content .summary.entry-summary .summary-btn {
    text-align: center;
    font-family: lato, sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 8px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff !important;
    display: block;
    width: 100%;
}

.st-product-content .summary.entry-summary .file-guidelines {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    color: black;
    border-bottom: 2px solid #e13f6e;
    padding-bottom: .625rem;
}

.st-product-content .summary.entry-summary .qty-discount-link {
    font-family: lato, sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 8px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0px 20px 0px 24px;
    min-width: 160px;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff !important;
    background: -webkit-linear-gradient(330deg, rgba(52, 221, 135, 0) 0%, #24d47a 100%) !important;
    background: linear-gradient(120deg, rgba(52, 221, 135, 0) 0%, #24d47a 100%) !important;
    background-color: #34dd65 !important;
}

.st-product-content .summary.entry-summary button#submit_art_work {
    color: #FFFFFF !important;
    border-color: RGBA(0, 0, 0, 0);
    border-radius: 0;
    font-size: 14px;
    background-color: #4a42ec;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.st-product-content .summary.entry-summary #let_us_design {
    background-color: #3776ff;
}

.st-product-content .summary.entry-summary #design_editor {
    background-color: #ee5c00;
}

.st-product-content .entry-content {
    color: #0a0a0a;
}

.st-product-content .entry-content h3 {
    color: #2e3a93;
    color: #2e3a93;
    font-size: 1.7rem;
    font-weight: 600;
}

.st-product-content .entry-content .techParams {
    padding: 0pc;
    margin-bottom: 30px;
    margin-top: 10px;
}

.st-product-content .entry-content .techParams li {
    display: flex;
    padding: 5px 0px;
}

.st-product-content .entry-content .techParams li:nth-child(even) {
    background: #f6f6f7;
}

.st-product-content .entry-content .techParams li>div:first-child {
    font-weight: bold;
    margin-right: 20px;
    min-width: 200px;
    padding-left: 10px;
}

.archive.tax-product_cat .et_pb_shop .products li.product.type-product {
    box-shadow: 0 3px 9px #2b87da33, 0 14px 0 -7px #fff, 0 14px 9px -6px #2b87da33, 0 25px 0 -12px #fff, 0 25px 9px -11px #2b87da33;
    padding: 20px;
}

.archive.tax-product_cat .et_pb_shop .products li.product.type-product .se-product-categories-links {
    display: none;
}

.archive.tax-product_cat .et_pb_shop .products li.product.type-product h2 {
    color: #20292f;
    font-weight: 700;
    width: 100%;
    font-size: 1.8em;
    line-height: 1.25em;
}

.archive.tax-product_cat .et_pb_shop .products li.product.type-product h2:hover:after {
    color: #2e3a93;
}

.archive.tax-product_cat .et_pb_shop .products li.product.type-product h2:after {
    content: 'View Item';
    display: block;
    margin-top: 20px;
    font-family: lato, sans-serif;
    font-weight: 900;
    font-size: 12px;
    text-align: center;
    border-bottom: solid 2px #2e3a93;
}

#main-footer {
    background-color: #fdfdfd;
}

#main-footer .footer-widget,
#main-footer #footer-widgets .footer-widget a,
#main-footer #footer-widgets .footer-widget li a,
#main-footer #footer-widgets .footer-widget li a:hover {
    color: #2e3a93 !important;
}

#main-footer .footer-widget #footer-designer a {
    font-family: lato, sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 28px;
    color: #fff !important;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 8px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    font-weight: bold;
    background-color: #2e3a93;
    padding-bottom: .625rem;
}

#main-footer .footer-widget h4 {
    color: #2e3a93;
    font-weight: 600;
}

#main-footer .footer-widget #footer-contacts {
    list-style: none;
}

#main-footer .footer-widget #footer-contacts li {
    padding-left: 0px;
}

#main-footer .footer-widget #footer-contacts li:before {
    display: none;
}

#main-footer .footer-widget ul {
    list-style: none;
}

#main-footer .footer-widget ul li {
    padding-left: 0px;
}

#main-footer .footer-widget ul li:before {
    display: none;
}


/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 967px) {
    .st-product-content .entry-content .techParams li {
        display: inherit;
    }
    .woocommerce #review_form #respond .form-submit input{
        width: 110px!important;
    }
    ul.tabs.wc-tabs li{
        margin-bottom:0!important;
    }
    
    .st-product-content .entry-content .techParams{
        padding:0!important;
    }
    .techParamValue {
        padding: 0 0 0 10px;
    }
    
    #svg_templates .items {
      text-align: center;
   }
    #svg_editor .svg-editor-mainmenu {
        float: none !important;
        width: 100% !important;
        display: inline-block !important;
    }
    #svg_editor .svg-editor-mainmenu ul li {
        display: inline-block !important;
        position: relative !important;
        width: auto !important;
        margin: 3px !important;
        padding: 10px !important;
        border-radius: 3px !important;
    }
    #svg_editor .svg-editor-mainmenu ul {
        display: inline-block !important;
        position: relative !important;
    }
    #svg_editor .canvas_btn {
        width: auto !important;
        display: inline-block !important;
        margin-bottom: 0 !important;
        margin: 0 !important;
    }
    #svg_editor section.product-info-section {
        padding-top: 10px !important;
    }
    #svg_editor section.product-info-section .product-info:last-child {
        float: right !important;
    }
    #svg_editor section.product-info-section .product-info:last-child span#price_total {
        font-size: 20px !important;
        text-transform: none !important;
    }
    #svg_editor .product-info-title,
    #svg_editor .product-info-value {
        line-height: initial !important;
        height: 20px !important;
    }
}

#submit_art_work {
    color: #FFFFFF !important;
    border-color: RGBA(0, 0, 0, 0);
    border-radius: 0;
    font-size: 14px;
    background-color: #4a42ec;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    width: 28%;
    display: inline-block;
    position: relative;
}

#design_editor {
    background-color: #ee5c00;
    color: #fff !important;
    width: 25% !important;
    display: inline-block;
}

a#let_us_design {
    background-color: #3776ff;
    color: #fff !important;
    width: auto !important;
    display: inline-block;
    padding: 0 !important;
    height: auto !important;
    margin-left: 10px;
}

.st-discount-links.clearfix a.qty-discount-link {
    font-family: lato, sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 8px 20px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    transition: 300ms all cubic-bezier(0.4, 0, 0.2, 1);
    margin: 20px 20px 0px 24px;
    min-width: 160px;
    align-self: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff !important;
    background: -webkit-linear-gradient( 330deg, rgba(52, 221, 135, 0) 0%, #24d47a 100%) !important;
    background: linear-gradient( 120deg, rgba(52, 221, 135, 0) 0%, #24d47a 100%) !important;
    background-color: #34dd65 !important;
}

.st-discount-links.clearfix {
    margin-top: 20px;
}

a.file-guidelines {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: black;
    border-bottom: 2px solid #e13f6e;
    padding-bottom: .625rem;
    width: 50%!important;
    margin-top: 10px;
}

.summary.entry-summary .st-discount-links.clearfix {
    display: none;
}

span.kk.woocommerce-Price-amount.amount {
    font-size: 26px!important;
    color: #2ea3f2;
}

.et-db #et-boc .et-l .et_pb_wc_price .price {
    display: none !important;
}
div#total_price_container {
    display: none !important;
}

.woocommerce.et_pb_pagebuilder_layout div.product div.summary div#total_price_container {
    display: block !important;
}

@media only screen and (max-width: 967px) {
    #submit_art_work {
        width: 50% !important;
    }
    button#design_editor {
        width: 48% !important;
        border-radius: 100px;
        font-size: 14px;
    }
    a#let_us_design {
        width: 100% !important;
        text-align: center;
        padding: 10px !important;
        font-size: 16px !important;
        margin-top: 20px;
        margin-left: 0 !important;
        border-radius: 100px;
    }
}

#upload-artwork {
    display: none;
}

.btn_overall {
    width: 100%;
    margin: 20px 0 20px 0;
}

.btn_overall>#submit_art_work {
    /*width: 49% !important;*/
    width: 47% !important;
    display: inline-block !important;
}

.btn_overall>#design_editor {
    width: 49% !important;
    display: inline-block !important;
    vertical-align: top;
    margin: 0 !important;
}

.btn_overall>a#let_us_design {
    margin: 10px 0 10px 0 !important;
    width: 100% !important;
    text-align: center;
    border: none;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_overall #edit-print-ready-file {
    display: flex;
    flex-flow: row wrap;
    margin-top: 7px;
}

.btn_overall #edit-print-ready-file .edit-print-ready-file-upload-button {
    width: 100%;
    margin-top: 5px;
}

.edit-print-ready-file-upload-button #edit-print-ready-file-upload-button {
    color: #fff;
    border-radius: 21px;
}

#submit_art_work,
#design_editor,
#let_us_design {
    border-radius: 21px !important;
}

#edit-print-ready-file-upload-button {
    width: 100% !important;
    margin: 0 !important;
}

.button_example {
    cursor: pointer;
}


div#bulk_discount_values_table {
   display: none;
}

.template-artwork-link.clearfix {
   display: none;
}

input#art_file {
	font-size: 17px;
	margin-top: 10px;
}

table.variations {
	font-size: 18px;
}

span.kk.woocommerce-Price-amount.amount {
   font-weight: 700;
}

a#let_us_design {
   font-size: 15px;
}

.variations_button {
	font-size: 18px;
}

div#footer-widgets {
	padding-top: 0 !important;
}

input#art_file {
	padding-bottom: 10px;
}

.st-product-content .summary.entry-summary .artwork-form-toggle #artwork_file_data .se-add-cart-btn input[type="button"]{
	width: max-content !important;
}

.entry-summary p.price span {
	font-size: 40px!important;
}

/* R Css */
.summary.entry-summary.st-product-short-summary .variations th, .summary.entry-summary.st-product-short-summary .variations td {
    border: none;
    padding: 0px;
}
.summary.entry-summary.st-product-short-summary .variations #pa_size {
    
        border: 1px solid;
        width: 100%;
    
}
.summary.entry-summary.st-product-short-summary  #quantity {border: 1px solid; }
.st-product-content .woocommerce-Tabs-panel p, .st-product-content .woocommerce-Tabs-panel h3, .st-product-content .woocommerce-Tabs-panel ul, .st-product-content .woocommerce-Tabs-panel li {width:100%;max-width: 100% !important;}
#loading-div-background h2, #artwork-loading-div-background h2{font-size: 26px;    padding-bottom: 10px;    line-height: 1em;margin: 0;}