/*  
Theme Name: Rose
Theme URI: http://rosewp.joomlastars.co.in/
Version: 1.0
Description: Created by <a href="http://joomlastars.co.in/">joomlastars</a>
Author: <a href="http://joomlastars.co.in/">joomlastars</a>
Author URI: <a href="http://joomlastars.co.in/">joomlastars</a>
Tags:  custom-background, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: rose

---------*/

/*
1.  RESET
2.  WOOCOMMERCE
3.  CUSTOM STYLE
*/

/*******************************************************
********************* 1.RESET
*******************************************************/
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
.wp-caption, .wp-caption-text, .gallery-caption{text-align: center; font-style: italic;}
.bypostauthor{}
.wp-caption{
margin: 0 0 20px 0;
padding-top: 4px;
max-width: 100%;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-image: initial;
background-color: #f8f8f8;
text-align: center;
}
.blog-article-comments{
    clear: 
    both;
}
.sticky {
    background: #EEF9FD;
    border: 3px dotted black !important;
    padding: 10px;
}
.primary-navigation>ul>li>ul{
    top:100%;
}
.primary-navigation>ul>li:hover > ul{
    display: block;
}
.intro-text{
    position: absolute;
    display: block;
    height: auto;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.wrap-content-box{
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.content>.vc_row{
    margin-left: 0;
    margin-right: 0;
}

.wrap-text-medium p{
    font-size: 1.4em;
}

.ui-link-section{
    padding-top:0;
}

.portfolio-item:hover .portfolio-item-caption a{
    color:#fff;
    position: relative;
    z-index: 999;
}
.portfolio-style-tree .portfolio-item-caption a{
    color:#222!important;
}

.multicolumn > li > a{
    background: none!important;
    line-height: 140%!important;
}
.multicolumn > li > ul.sub-menu{
    display: block!important;
}
.nav .has_full_width{
    position: static;
}
.nav .drop_full_width{
    width:100%!important;
    right: 0px!important;
    margin:0!important;
    left:0!important;
}
.blog-article iframe,.blog-article-audio iframe{
    width:100%;
}

.widget-recent-post .tb-recent-detail{
    width: calc(100% - 80px);
    float: right;
}
.widget-recent-post .tb-post-title h3{
    font-size: 1.2em;
}
.recent_posts_list li{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.recent_posts_list li:last-child{
    border-bottom: none;
}
.recent_posts_list li > a{
    font-size: 1.224em;
    color:#666666;
}
.recent_posts_list{
    margin-bottom: 40px;
}
.container .container{
    width:auto;
}
.comment-form .form-submit{
    margin-top:14px;
}
.author-info-content .author-desc p:last-child{
    margin-bottom: 0;
}
.product-container-header .product-result,.product-container-header .woocommerce-ordering{
    margin-bottom: 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
    padding:10px 0;
}
img{
    max-width: 100%;
    height: auto;
}
/*******************************************************
********************* 2. Woocommerce
*******************************************************/
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    float: left;
    width: 80px;
    margin-left: 0;
}
.woocommerce ul.product_list_widget li .product-title{
    width: calc(100% - 100px);
    display: inline-block;
    font-size: 1.224em;
    font-weight: 400;
    color:#444;
    float: right;
    margin-bottom: 10px;
}

.woocommerce ul.product_list_widget .ui-price{
    font-weight: 600;
    width: calc(100% - 100px);
    display: inline-block;
    float: right;
}

.woocommerce-variation-price{
    clear: both;
    margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-variation-price span.price{
    color: #333;

}
.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{
    border-top: 1px solid #dedede;
}
.variations .value{
    line-height: 60px;
}
@media (min-width: 992px){
    .product-list .col-md-4:nth-child(3n+1){
        clear: both;
    }
}

.product-cap .added_to_cart{
    height: 42px;
    padding: 12px 16px;
    position: absolute;
    z-index: 2;
    font-size: .96em;
    top: 50%;
    left:50%;
    margin-top:-21px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 29px;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
.product-cap .ajax_add_to_cart.added{
    opacity: 0;
    left:-100%;
}
.search .search-submit{
    display: none;
}
.search-modal-wrap .search .search-submit:focus{
    outline: none;
}
.search-modal-wrap .search .search-submit{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    font-size: 2.7em;
    font-style: normal;
    font-weight: normal;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.search-modal-wrap:after{
    display: none;
}

.woo-pagenation,.woo-pagenation a,.woocommerce .woocommerce-breadcrumb a,.woocommerce .woocommerce-breadcrumb{
    color:#fff;
    font-size: 14px;
}

.woo-pagenation{
    margin-top: 10px;
}
.m-btn:focus{
    outline: none;
}
.woocommerce table.shop_table{
    border:none;
}
.woocommerce table.shop_table.cart th{
    border-bottom: 1px solid #ddd;
}
.woocommerce table.shop_table.cart td{
    padding:8px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
    width: 80px;
}
.m-btn[disabled]{
    opacity: 0.6;
    background-color: #000;
}

.woocommerce .calculated_shipping table.shop_table th{
    font-weight: 400;
    width:115px;
    padding-left: 0;
    vertical-align: middle;
}

.woocommerce .calculated_shipping table.shop_table .shipping td > p{
    margin-bottom: 0;
}

.woocommerce .cart .remove{
    line-height: 32px;
    font-size: 1.6em;
    background-color: transparent!important;
    color:#333!important;
}

.woocommerce .cart .remove:hover{
    border-color: #ff3878;
    color:#ff3878!important;
}
.woocommerce-info{
    margin-top:10px;
}
.woocommerce table.woocommerce-checkout-review-order-table td,.woocommerce table.woocommerce-checkout-review-order-table th{
    padding:10px 10px 10px 0;
}
.woocommerce-error li{
    line-height: 25px;
}
ul.woocommerce-error:before{
    top:1.4em;
}
.woocommerce #customer_details{
    margin-bottom: 30px;
}
.heading-page-section .woo-pagenation a:hover,.heading-page-cover-section .woo-pagenation a:hover{
    color:#333!important;
}

.single-product-info .product_title{
    line-height: 1;
    margin-bottom: 30px;
}

.single-product .ui-product-price{
    max-width: 50%;
}
.woocommerce div.product form.cart .variations select{
    float: right;
    margin-right: 0;
}
.single-product .product-input-wrap td{
    padding: 0 0 20px;
}
.single-product-desc ul{
    list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-author img.avatar{
    position: relative;
    width:60px;
    background-color: transparent;
    border:none;
}
.woocommerce  #reviews #comments ol.commentlist li .star-rating{
    float: none;
    margin-bottom: 10px;    
}

.woocommerce .star-rating:before,.woocommerce .star-rating span:before{
    content: "\e61b\e61b\e61b\e61b\e61b";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .star-rating{
    text-align: left;
    width:5em;
}

.woocommerce #review_form #respond .form-submit input{
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
    border: 2px solid transparent;
    display: inline-block;
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.woocommerce #review_form #respond .form-submit input:hover{
    color: #fff;
    background-color: #222;
}
/*******************************************************
********************* 3.CUSTOM STYLE
*******************************************************/
.ui-custom-accordion.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading,.ui-custom-accordion.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover{
    background-color: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.ui-custom-accordion.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading a{
    color:#aaa;
    font-weight: 400;
}
.ui-custom-accordion.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading a{
    color:#fff;
}
.ui-custom-accordion.vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon:before{
    border-color:#fff;
}

.custom-slider-setting .flex-control-nav{
    display: none;
}
.custom-slider-setting .flex-direction-nav .flex-next{
    text-align: left;
}

.center-vertical > .wpb_column{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}

.ui-nav-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{
    color:#fff!important;
}
.ui-nav-tabs.vc_tta.vc_tta-style-classic .vc_tta-tab>a{
    border-width:2px;
    background-color: transparent!important;
}
.ui-nav-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab{
    margin-left: -2px;
}
.ui-nav-tabs.vc_tta.vc_tta-style-classic .vc_tta-tab:first-child{
    margin-left:1px;
}
.ui-nav-tabs.vc_tta.vc_general .vc_tta-tab.vc_active>a::after,.ui-nav-tabs.vc_tta.vc_general .vc_tta-tab.vc_active>a::before{
    display: none!important;
}
.ui-nav-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
    border:none!important;
    background-color: transparent!important;
}
.ui-nav-tabs.vc_tta.vc_general .vc_tta-panel-body{
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.ui-nav-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
    border-radius: 25px!important;
}
.ui-nav-tabs.vc_tta.vc_general .vc_tta-tab>a{
    padding:10px 14px;
}
.ui-nav-tabs.vc_tta.vc_tta-shape-rounded .vc_tta-tab{
    margin-right: 8px;
}
.ui-nav-center .vc_tta-tabs-list{
    text-align: center;
}

.about.m-mhw > .vc_column-inner{
    height: 100%;
    position: absolute;
    left:0;
}

.contact-form-wrap span.wpcf7-not-valid-tip{
    margin-bottom: 15px;
}
.contact-form-wrap .ajax-loader{
    position: absolute;
    bottom: 5px;
}
.widget{
    overflow: hidden;
    clear: both;
}
table{
    width: 100%;
  margin-bottom: 30px;
}
table th, table td{
    padding: 5px;
    text-align: center;
    border: 1px solid #dedede;
}
.blog-article .blog-article-content{
    width: 100%;
    overflow: hidden;
}
.blog-article .blog-article-content ul, .blog-article .blog-article-content ol{
    padding-left: 20px;

}
pre{
    
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;

}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ff3878;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
.alignright{
    float: right;
    margin-left: 20px;
    margin-bottom: 30px;
}
.alignleft{
    float: left;
    margin-right: 20px;
    margin-right: 30px;
}
.clear{
    clear: both;
}

.aligncenter{
    float: none;
    margin: 0px auto 30px;
}
.comment_text ul, .comment_text ol{
    padding-left: 20px;
}
.blog-article .blog-article-content ul li, .comment_text ul li{
    list-style: disc;
}
.blog-article .blog-article-content ol li,  .comment_text ol li{
    list-style: decimal;
}
.footer-widget .widget_zo-recent-posts-widget-with-thumbnails .widget-recent-post.no-thumbnail .tb-recent-detail{
    width:100%;
}
.footer-widget .widget_zo-recent-posts-widget-with-thumbnails .widget-recent-post h3{
    font-size: 0.85em;
    font-weight: 300;
    text-transform: uppercase;
}
.footer-widget .widget_zo-recent-posts-widget-with-thumbnails .widget-recent-post h3 a{
    color:#aaa;

}
.footer-widget .widget_zo-recent-posts-widget-with-thumbnails .widget-recent-post h3 a:hover{
    color:#fff;
}
.footer-widget .widget_zo-recent-posts-widget-with-thumbnails .widget-blog-author{
    font-style: italic;
    text-transform: capitalize;
    color:#666666;
}
.error404 .wrap-404{
    padding:9% 0;
}
.error404 .wrap-404 h1{
    font-size: 6em;
    margin-bottom: 50px;
}
.error404 .wrap-404 h2{
    font-size: 3em;
    margin-bottom: 1em;
}
.intro .wpb_content_element{
    margin-bottom: 0;
}
.intro-content, .intro-content-left, .intro-content-right{
    display: block;
    height: auto;
}

.cart-modal .mini_cart_item img{
    max-width: 80px;
    height: auto;
}
.ui-products-grid .product .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.primary-navigation .sub-menu{
    min-width: 200px;
}
.site-wrapper{
    -ms-overflow-y:hidden;
}
.contact .form-group input::-webkit-input-placeholder,.contact .form-group input::-webkit-input-placeholder:-moz-placeholder,.contact .form-group::-moz-placeholder,
.contact .form-group:-ms-input-placeholder {
   color: #888;
}
body{
    line-height: 20px;
}
.related.products, .upsells{
    clear: both;
}
.primary-navigation .sub-menu {
    text-align: left;
}
.woocommerce-page .blog-article-header{
    display: none;
}
.logo{
    background-size: 100%;
}
.post-password-form input[type="submit"]{
    padding: 0px 25px;
    font-size: 1.2em;
    border-radius: 30px;
    border: none;
    border-bottom: 1px solid #ddd;
    /* font-size: 1.3em; */
    font-weight: 400;
    height: 50px;
    margin-bottom: 10px;
    background: #ff3878;
    width: 100%;
    color: #ff3878;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-top: 10px;
}
#respond{
    clear: both;
}
.blog-article-comments{
    padding-left: 0px;
}
.post-password-form input[type="submit"]:hover{
color: #fff;
    background-color: #222;}