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

/* top bar code start here */
span.client-login a {
    text-decoration: blink!important;
    background-color: rgba(0, 0, 0, 0.24);
    padding: 3px 6px 3px 6px;
    font-weight: 700;
}
/* top bar code end here */

/* home product section  start here */
.request-btn {
    background-color: #d8322e;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    margin-top: 15px;
}
.request-btn p a{
    color: #fff;
    text-decoration: blink;
}

.product-price {
  color: rgba(84,84,84,0.55);  
}
.price-cut {
    text-decoration: line-through;
    text-decoration-color: #d8322e;
}
.product-sale {
    margin: 0px;
    background-color: #000;
    width: 50px;
    padding-left: 13px;
    color: #fff;
    font-size: 13px;
}
.product-soft {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
/* home product section end here */

/* single product page code */
.product-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    border-color: #d4312c!important;
    background-color: transparent;
    color: #000!important;
    border: 0px 0px 0px 6px;
    border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    border-bottom: 2px solid #d4312c!important;
}

.product-tabs ul li a {
    border-color: #d4312c;
    background-color: transparent;
    color: #000!important;
    border: 0px 0px 0px 6px;
    border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    border-bottom: 0px!important;
}
.product-price-single-page {
  color: rgba(84,84,84,0.55);  
  font-size:22px;
}
.price-cut {
    text-decoration: line-through;
    text-decoration-color: #d8322e;
}

.request-btn-single-page a{
    color: #fff;
    text-decoration: blink;
    background-color: #d8322e;
    padding: 10px 15px 10px 15px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
span.client-login a {
    text-decoration: blink!important;
    background-color: rgba(0, 0, 0, 0.24);
    padding: 8px 70px 8px 70px;
    font-weight: 700;
    /* width: 100%; */
    /* margin-top: 27px; */
}
}
