/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.radio-content-input {
    display: flex !important;
}

.design-option {
    align-items: start !important;
}

.radio-content-block input {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.radio-content-block {
    font-size: 15px;
}
.wpb_wrapper .each-button-custom-text {
    clear: both;
    width: 49%;
    float: right;
    border: 1px solid #ccc;
    padding: 14px 22px;
    margin-top: 10px;
}

body.woocommerce-cart ins .amount {
    color: #603 !important;
}

body.woocommerce-cart ins {
    text-decoration: none !important;
}

.woocommerce-cart-form .canvas_img img{
    max-width: 500px;
}
.show-sub-cart .canvas_img, .show-sub-cart .thumb_prev, .show-sub-cart .c_edit_product {
    display: none !important;
}
.show-sub-cart .buttons.top-position{
    display: none;
}
.show-top-buttons .buttons{
    display: block;
}

.ui-accordion-content .ui-radio {
    padding-left: 0 !important;
}
.radio-content-art{
    padding-left: 0 !important;
}
.custom-question .browse{
    margin-top: 15px;
    width: 100% !important;
    padding-left: 0 !important;
}

form.checkout h3 {
    font-size: 20px;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
body.woocommerce-checkout .product-name {
    display: flex !important;
    align-items: center;
}

#personalize_first, #personalize_each, #personalize_file_upload {
    margin-right: 5px;
    font-size: 16px !important;
    width: 300px !important;
    font-weight: bold;
}
#personalize_first{
    background-color: #4f4f4f!important;
    margin-right: 5px;
    color: white;

}

.accordion .p-title{
    font-size: 18px !important;
}

.accordion label{
    font-size: 18px !important;
}
.accordion{
    margin-bottom: 10px;
}
.accordion label {
    padding-bottom: 1.5em;
}

.accordion input:checked + label:after{
    line-height: 1em !important;
}
.accordion .accordion__content{
    margin-top: 5px !important;
}

.accordion .box-container h2{
    font-size: 20px !important;
}
.box-data h3{
    font-size: 18px !important;
}
.box-data ul{
    margin-left: 0;
}
.box-data a.c_edit_product{
    margin-bottom: 10px;
}

.box-col .color-plate-box{
    font-size: 15px !important;
}
.final-bounding-box-image img{
    height: auto;
}

.final-bounding-box-image{
    padding: 0;
}

#ship-to-different-address{
    padding-left: 0 !important;
}

tr.shipping:not(.woocommerce-shipping-totals) {
    display: none !important;
}
@media screen and (max-width: 1199px) {

    .wc-grid.resize-by-browser-width .dt-css-grid {
        grid-template-columns:repeat(3,1fr) !important;
    }
}

@media screen and (max-width: 991px) {
    .single .product-sidebar {
        width: 100%!important;
        order: 2;
    }
    .single .content {
        display: flex!important;
        flex-wrap: wrap;
    }
    .single .content .content {

        width: 100%!important;
        order: 1;
    }
    .wc-grid.resize-by-browser-width .dt-css-grid {
        grid-template-columns:repeat(2,1fr) !important;
    }
}

@media screen and (max-width: 767px) {

    .wc-grid.resize-by-browser-width .dt-css-grid {
        grid-template-columns: repeat(1,1fr) !important;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
        padding: 0
    }
}

.add-to-cart-botton-hide {
    display: inline-block;
}

.add-to-cart-botton-hide .each-button-custom-text {
    display: flex;
    align-items: center;
}

#page {
    overflow: visible !important;
    overflow-x: clip !important;
}

@media screen and (min-width: 768px) {
    .product_customize_frm .sticky-item {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }
}

.custom-btn {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.custom-btn h4 {
    margin-bottom: 15px;
}

.content .custom-btn ul {
    margin: 0;
!important;
}

.single_add_cart_block {
    display: flex;
    justify-content: space-between;
}

.single_add_cart_block li {
    list-style: none;
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
}

.single_add_cart_block li:last-of-type {
    margin-right: 0px;
}

li.custom_button.custom_single_add_to_cart_button {
    flex: 1 1 30%;
    font-size: 12px !important;
}

/* !- 1920 x 1080 pixels (Desktop, 1920 and down) */
@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1600px) {
}

/* !- 1440 x 900 pixels (Laptop, 1440 and down) */
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1080px) {

}


@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 960px) {

}

/* !- 768 x 1024 pixels (Tablet, 768 and down) */
@media screen and (max-width: 768px) {

}


/* !- 640 x 960 pixels pixels (Mobile, 640 and down) */
@media screen and (max-width: 640px) {


}


@media screen and (max-width: 480px) {


}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 280px) {
}

/* Wireframe responsiveness: end */
		

