/*
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
*/


/* Smanjivanje naslova YITH add-ona samo na mobitelima */
@media (max-width: 767px) {
    h3.wapo-addon-title,
    h3.wapo-addon-title span {
        font-size: 20px !important;
        line-height: 1.3 !important;
    }
}

/* Dodaje donji razmak SAMO za add-one s checkboxevima */
.yith-wapo-addon.yith-wapo-addon-type-checkbox {
    margin-bottom: 25px !important;
}


.branding a img, .branding img {
    max-width: 250px;
    height: auto;
}

.mobile-header-bar .mobile-branding img {
    max-width: 250px;
    height: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: auto;
    float: left;
    padding: 10px 5px 0;
    box-sizing: border-box;
    list-style: none;
}

.bez-fonta .uvc-sub-heading{
	font-family:inherit!important;
}

.addon.addon-select{
	width:10%;
}

.product div.images {
    width: 100%;
    margin-right: 50px;
}

.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
    margin: 0px auto;
}



.woocommerce div.product div.summary {
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%;
}

.grecaptcha-badge {
	display:none!important;
}

.woocom-list-content .count {
    margin-top: 5px;
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    zoom: 0.5;
    padding: 0;
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.home .uvc-sub-heading{
    font-family: 'jost'!important;
	font-weight: normal!important;
 }              

#payment-slip {
	max-width:100%;
}

#payment-slip div {
	right:0!important;
	left:0!important;
}

#payment-slip img {
    margin-top: -42%!important;
    margin-bottom: -45%!important;
    margin-left: 0!important;
    position: relative;
    right: 0!important;
	max-width: 100%;
}


