/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/*=====[ 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 #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;
}

/*.artworkprogress{
    background-color:#94C973 !important;
    border: 0;
    height: 40px;
    border-radius: 20px;
}

.artworkprogress{
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.artworkprogress::-webkit-progress-bar {
    border: 0;
    height: 40px;
    border-radius: 20px;
}
.artworkprogress::-webkit-progress-value {
    border: 0;
    height: 40px;
    border-radius: 20px;
}
.artworkprogress::-moz-progress-bar {
    border: 0;
    height: 40px;
    border-radius: 20px;
}*/


.single.single-product h1.product_title {
    /* background-image: -webkit-linear-gradient(
120deg
,#34dda9 0%,#24d47a 100%); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    font-size: 4vw;
    margin-bottom: 4vw !important;
    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 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 #let_us_design {
    background-color: #3776ff;
}

.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;
    /*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(.4,0,.2,1);
        transition: 300ms all cubic-bezier(.4,0,.2,1);


        color: #fff!important;
        background: -webkit-linear-gradient(330deg ,rgba(255,74,158,0) 0%,#ff3190 100%);
        background: linear-gradient(120deg ,rgba(255,74,158,0) 0%,#ff3190 100%);
        background-color: #ff4ac2;
        min-width: 160px;
        font-size: 15px;
        padding: 12px 32px;*/
    /*padding-top: 8px;
      padding-bottom: 8px;*/
    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;
}


/*.page-template-design_editor {
  #iframe-container {
    width: 96% !important;
    height: auto;
    display: inline-block;
    margin: 2% !important;

    border-radius: 8px;
    background-color: #fff;
    padding: 32px;
    -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    margin-top: 24px;
    box-shadow: 0 8px 60px 0 #6797ff1c, 0 12px 90px 0 #6797ff1c;
  }
}
*/


/*# 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;
    }
}

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;
}


/* 

.page-id-5 div#container div#iframe-container {
  height: auto !important;
}

div#mCSB_1 {
  max-height: auto !important;
}

.popup-show {
    display:none;
}


@media only screen and (max-width: 768px) {
.page-template-design_editor .se-design-online-editor iframe {
    height: 950px !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) {
    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>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;
}

#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;
}


.home #main-header{
	background-color: rgba(0, 0, 0, 0) !important;
}

#main-header{background: #000 !important;}
.active #main-header{background: #0b2b69 !important;}

/*=========================== Menu Design ========================*/



.mobile_nav ul.et_mobile_menu {
    padding: 0;
    position: fixed !important;
    background-color: #181f2a;
    border: 0 !important;
    top: 0 !important;
    bottom: 0;
    z-index: 302;
    width: 350px !important;
    max-height: none;
    overflow: auto;
    right: -350px;
    left: auto !important;
    text-align: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body.active header .bg-header  {
    position: fixed  !important;
    top: 0;
    left: 0;
    z-index: 4000;
    background: #0b2b69 !important;
    display: block;
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: all 550ms ease-in-out;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
	width: 100%;
	padding: 0;
}
body.active.has-bg-header{
	padding-top:115px;
}
body.active .sticky-menu.transparent-header,body .sticky-menu.transparent-header,body.active header .bg-header{
	   -webkit-transition: all 550ms ease-in-out;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}
body.active .et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.sticky-menu.transparent-header {
    padding: 0;
    background: #0b2b69 !important;
}

body.active .et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.sticky-menu.transparent-header {
    padding: 0;
    background: #0b2b69 !important;
}

body.active .et_pb_with_border.et_pb_section.et_pb_section_0_tb_header.sticky-menu.transparent-header .et_pb_row.et_pb_row_0_tb_header.et_pb_row--with-menu {
    padding: 0 30px !important;
}

body.active .et_pb_menu__logo img {
    display: block;
    max-height: 45px !important;
    object-fit: contain;
    object-position: left;
}

.et_mobile_menu li .menu-item-has-children{
	position:relative;
}

.product-image-options .accordion-item .accr-prod-attr-val-container .calc-tooltip-container{
	position: absolute;right:5px;
}
.product-image-options .accordion-item .accr-prod-attr-val{
	justify-content: flex-end;
}
.product-image-options .accordion-item .accr-prod-attr-val-container{
	position:relative;
}
.product-image-options .accordion-item .accr-prod-attr-val-container .attr-prod-value{
	padding-right: 18px;
    font-size: 13px;line-height: 16px;
}
.product-image-options .accordion-item .accr-prod-attr-val-container .attr-image{
	margin-top:10px;
}

.site-accordion .content{
	max-height:0px !important;
	transition:0.2s;
}
.site-accordion.active .content{
	max-height:none !important;
	transition:0.2s;
}

@media (max-width: 1200px) {
	
	body:has(.mobile_nav.opened) #page-container  {
		margin-left: -75%;
	}
	
	body  #page-container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

	.et_pb_section_0_tb_header.transparent-header {
		position:absolute !important;
	}
	
    .mobile_nav.opened ul.et_mobile_menu {
        right: 0;
		width: 75% !important;
		left: auto !important;
		background-color: #181f2a !important;
    }
	
	.mobile_nav.opened span.mobile_menu_bar {
		background: #2555b3;
	}
	
	.mobile_nav.opened span.mobile_menu_bar {
		background: #2555b3;
		padding: 6px;
	}
	.transparent-header .et_pb_menu__cart-button, .bg-header .et_pb_menu__cart-button {
        display: none !important;
    }
	
	body[data-scroll-step="0"] .et_pb_section_0_tb_header {
		transform: unset !important;
	}
	body.has-bg-header .sticky-menu{
		transform: unset !important;
	}
	
}


@media (max-width: 1024px) {
	.single.single-product .container{
		width: 90%;
	}	
	.single.single-product .container .summary.entry-summary.st-product-short-summary{
		margin-top:15px;
		width:100%;
	}
	.single.single-product .container div.product div.images.woocommerce-product-gallery{
		width:100%;
	}
	.product-image-options .site-accordion .accordion-item .image-col-4 {
        grid-template-columns: repeat(3, 1fr);
    }
	
	.site-accordion .accordion-item{
		column-gap: 0;
	}
	
/* 	.site-accordion .content{
		max-height:none !important;
	} */
}




/* new css */

@media (max-width: 480px) {
	.single.single-product .container{
		width: 95%;
	}
	.product-image-options .accordion-item .accr-prod-attr-val-container .attr-prod-value{
		overflow-wrap: anywhere;
	}
	.product-image-options .accordion-item .content{
		grid-gap: 7px;
	}
	.product-image-options .site-accordion .accordion-item .image-col-4{
/* 		overflow:visible; */
		margin-right: -20px;
	}
	.product-image-options .accordion-item .accr-prod-attr-val-container{
		padding:5px;
	}
	.st-product-content .summary.entry-summary{
		    padding: 10px;
	}
	.sticky-menu .et_pb_menu ul li a{
		font-family: 'Roboto Slab', sans-serif;
	}
	
}
.sticky-menu .et_pb_menu nav li ul.sub-menu a{
	font-size: 16px !important;
	text-transform:capitalize !important;
}
.woocommerce div.product form.cart .variations{
	text-align:left;
}
.et-db #et-boc .et-l .sticky-menu .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et-db #et-boc .et-l .sticky-menu .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul{
	background-color: #181f2a !important;
}