/*
Theme Name: About That Life
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: VirtualTAG
Author URI: http://virtualtag.co.nz
Description: In Turnover, our theme lets you create a responsive e-commerce website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a e-commerce website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: fashion, hat, t-shirt, watch, shoes, mobile, heals, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options
Text Domain: AboutThatLife

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  
        url('fonts/OpenSans.woff') format('woff'), 
        url('fonts/OpenSans.ttf')  format('truetype'), 
        url('fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),  
        url('fonts/OpenSans-Light.woff') format('woff'), 
        url('fonts/OpenSans-Light.ttf')  format('truetype'), 
        url('fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/OpenSans-Bold.woff') format('woff'), 
        url('fonts/OpenSans-Bold.ttf')  format('truetype'), 
        url('fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-Extrabold';
    src: url('fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/OpenSans-Extrabold.woff') format('woff'), 
        url('fonts/OpenSans-Extrabold.ttf')  format('truetype'), 
        url('fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),  
        url('fonts/Lato-Regular.woff') format('woff'), 
        url('fonts/Lato-Regular.ttf')  format('truetype'), 
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #333;    
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    background: #fff;
}
p
{
    margin-bottom: 8px;
    line-height: 1.5;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
a:hover, a:focus,a
{
    text-decoration: none !important;
    outline: none !important;
}
body,
button,
input,
select,
textarea {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 36px 0 12px;
}
h1
{
    font-size:26px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul,
ol {
    list-style: none;
    margin: 0;
}
hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}
#wpadminbar {
    min-height: 32px;
}
.header-main {
    min-height: 47px;
}
.hide {
    display: none;
}
.margin_0
{
    margin: 0 !important;
}
.padding_left_0
{
    padding-left: 0 !important;
}
.padding_right_0
{
    padding-right: 0 !important;
}
.padding_top_bottom_30
{
    padding-bottom: 30px;
    padding-top: 30px;
}
/*-------------------------------html5 tags start-------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
}
pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code,
kbd,
tt,
var,
samp,
pre 
{
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
}
code
{
    color: #ed564b;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}
figure {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    clear: both;
}
fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}
::-webkit-input-placeholder {
    color: #939393;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1;  //Since FF19 lowers the opacity of the placeholder by default 
}

:-ms-input-placeholder {
    color: #939393;
}
embed,
iframe,
object,
video {
    margin-bottom: 10px;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}
/*htmls5 tags end*/

/* Input fields */
input,
textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 7px;
}
input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #d3d3d3;
    background-image: linear-gradient(to bottom, #00a1ff, #0079c1);
    border: 0 none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    vertical-align: bottom;
    width: auto;
}
/* Input fields end*/
/* Buttons start*/
.search-submit {
    display: none;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
}
.post-title:hover
{
    color: #cccccc;
}
/* Buttons end*/
/* Alignment start */
.alignleft 
{
    float: left;
}

.alignright 
{
    float: right;
}

.aligncenter 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.float-none
{
    float: none;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft 
{
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft 
{
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright 
{
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright 
{
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter 
{
    margin-top: 7px;
    margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright 
{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p 
{
    margin-bottom: 17px;
}
.wp-caption 
{
    margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] 
{
    display: block;
    margin: 0;
}
.wp-caption 
{
    color: #767676;
}
.wp-caption-text 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}
div.wp-caption .wp-caption-text 
{
    padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text 
{
    padding-left: 10px;
    padding-right: 0;
}
.wp-smiley 
{
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
.site-navigation li 
{
    position: relative;
}
.site-navigation a {
    font-size: 14px;
    /*font-weight: 600;*/
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize;
    font-family: "OpenSans-Bold";
}
.home_portfolio_title,.moretag
{
    color: #3b86b0;
    background: #fff;
}
/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */
.post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
}
a.post-thumbnail:hover {
    background-color: #999;
}
.full-width .post-thumbnail img {
    display: block;
    margin: 0 auto;
}
.post-thumbnail img
{
    height: 40px;
    width: 65px;
}
/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */
.post-navigation .meta-nav {
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 3;
    text-transform: uppercase;
}
.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}
.post_nav_links
{
    float: left;
    padding-top: 5px;
}
.post-navigation,
.image-navigation {
    max-width: 100%;
}
.post_nav_prev_links 
{
    float:left;
    max-width: 50%;
}
.post_nav_next_links
{
    float:right;
    max-width: 50%;
}

/* Paging Navigation */
.paging-navigation .loop-pagination {
    text-align: center;
    display: block;
}
.paging-navigation .page-numbers {
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 1px;
    padding: 1px 8px;
    width: 30px;
}
.paging-navigation .page-numbers:hover{
    background: #008DE0;
}
.paging-navigation .page-numbers,.paging-navigation a:hover,.paging-navigation .prev,.paging-navigation .next{
    color: #000;
}
.paging-navigation .pagination
{
    width:100%;
    float:left;
}
.error404 .content-area{
    text-align: center;
    margin-bottom: 24px;
}
.comments-area {
    margin: 48px auto;
    float:left;

}
.comments-area textarea
{
    height: 120px;
    width: 80%;
}
.comment-list .reply 
{
    margin-top: 24px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
    border-top: 0;
}
.comment-author {
    position: relative;
}

.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 18px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}
.comment-form-comment label
{
    display:block;
}
.says {
    display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 30px;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:before {
    content: "\f411";
    font-family: "genericons"
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 2px;
    font-family: "genericons"
}
.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
}
.comment-content > :last-child {
    margin-bottom: 0;
}
.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}
.comment-respond label
{
    width:100%;
}
.comment-respond input[type="text"],.comment-respond input[type="textarea"],.comment-respond input[type="email"],.comment-respond input[type="url"]
{
    width:404px;
    clear: both;
    max-width:100%;
}
/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

.site-description {
    display: none;
}
/* Content Sidebar */
/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget ul{
    padding-top: 10px;
}
.cat-item
{
    padding-left: 15px;
    border: 1px solid;
    border-bottom: 0 none;
    padding-right: 5px;
}
.product-categories li:last-child
{
    border-bottom: 1px solid;
}
.widget ul li{
    color: #aaaaaa;
}
.widget ul li a
{
    padding: 5px 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.tagcloud a
{
    background: none repeat scroll 0 0 #f5f5f5;
    float: left;
    margin: 3px;
    padding: 10px;
}
.widget .widget-title,.widget .widget-title a 
{
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 15px 0;
}
.archive_breadcrumb
{
    padding-top: 15px;
}
/* Calendar Widget*/
.widget_calendar table 
{
    line-height: 2;
    margin: 0;
    width: 100%;
}
.widget_calendar caption 
{
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
}
.custom-recent-ul li > a:hover
{
    color: #3498db;
}
#today
{
    background-color: #28c5be;
    color: #ffffff;
}
.widget_calendar thead th 
{
    background-color: rgba(255, 255, 255, 0.1);
}
.widget_calendar tbody td,
.widget_calendar thead th 
{
    text-align: center;
    color: #fff;
}
.widget_calendar #prev 
{
    padding-left: 5px;
}
.widget_calendar #next 
{
    padding-right: 5px;
    text-align: right;
}
.rsswidget
{
    font-size: 18px;
}
.rsswidget img 
{
    margin-top: -4px;
}
.rssSummary 
{
    margin: 9px 0;
}
.rss-date 
{
    display: block;
}
.widget_rss li 
{
    margin-bottom: 18px;
}
.widget_rss li:last-child 
{
    margin-bottom: 0;
}
/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */
.site-footer 
{
    width: 100%;
}
#supplementary + .site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*-------------shantipriya 09122014------------*/

.bottom_footer{
    margin: 0 auto;
    width: 1170px;
    padding: 0 15px;
}
/*---------------------Ravi-----------------------------*/
.wpcf7-form-control.wpcf7-textarea,.wpcf7-form-control.wpcf7-text
{
    width:80%;
    margin:5px 0;
}

/*----------Goto Top Button----------------*/
a.arrow-up {
    /*background: none repeat scroll 0 0 #000000;*/
    bottom: 10px;
    color: #ffffff;
    display: none;
    font-size: 35px;
    line-height: 21px;
    opacity: 1;
    padding: 5px 8px;
    position: fixed;
    right: 7px;
    text-align: center;
    z-index: 9;
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}
a.arrow-up:hover{
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
/* Primary Navigation */

.primary-navigation {
    float: left;
    margin: 0 0 0;
    width: 100%;
    text-align: center;
}
.primary-navigation .menu-toggle 
{
    display: none;
    padding: 0;
}
.primary-navigation .nav-menu 
{
    border-bottom: 0;
    display: block;
   /* margin-top: 80px;*/
    padding: 0;
}
.primary-navigation.toggled-on 
{
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.primary-navigation li 
{
    display: inline-block;
    line-height: normal;
}
.primary-navigation a 
{
    display: inline-block;		
    white-space: nowrap;
    padding: 5px;
}
.primary-navigation ul ul 
{
    position: absolute;
}
.primary-navigation li li 
{
    border: 0;
    display: block;
    height: auto;
}
.primary-navigation ul ul .sub-menu 
{
    left:100%;
    top:0;
    right: auto;
}
.primary-navigation ul ul ul li:first-child
{
    border-top: 1px solid #cccccc;
}
.primary-navigation ul ul li {
    padding: 10px 20px;/*rv11*/
    margin: 0;
    color: #202020;
    text-align: left;
    line-height: 1;
}        
.primary-navigation ul ul li:hover a
{
    transition-duration: 2s;
}
.primary-navigation ul
{
    margin-bottom: 0;
}
.primary-navigation .nav-menu > li > ul,.isStuck .primary-navigation .nav-menu > li > ul
{
    position: absolute;
    left: 0;
}
.nav-menu > li:hover
{
    transition: all 0.3s ease 0s;
}
.primary-navigation ul ul li
{
    border-bottom: 1px solid #cccccc;
}
.primary-navigation .menu-item-has-children > a:after,
.primary-navigation .page_item_has_children > a:after 
{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 8px/1 Genericons;
    position: absolute;
    right: 12px;
    top: 22px;
    vertical-align: text-bottom;
}

.primary-navigation li .menu-item-has-children > a,
.primary-navigation li .page_item_has_children > a 
{
    padding-right: 20px;
}

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after 
{
    content: "\f501";
    right: 8px;
    top: 18px;
}
.primary-navigation .sub-menu li:last-child
{
    border-bottom: 1px solid #cccccc !important;
}
/*site map page style start, by kuldip ,date: 17/12/2014*/

.sitemap_block h2
{
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
}
.site_map_list li{
    padding-bottom: 5px;
    color: #637f83;
}
.site_map_list .children{
    margin-left: 15px;
}
.site_map_list .children li{
    padding: 0;
}
/*----site map page style end--------*/
/*----blog page design start---------*/
.blog-content p
{
    font-size: 16px;
}
.blog-img {
    margin-bottom: 22px;
    margin-top: 14px;
}
.read-more
{
    background-color: #637F83;
    color: #fff;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 15px;
    margin-top: 6px;
}
.read-more:hover
{
    background: none repeat scroll 0 0 #e4551d;
    color: #fff;    
}
ul.links {    
    border-color: #eee -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px medium;
    list-style: outside none none;
    margin: 10px 0 15px;
    padding: 3px 0;
}
ul.links li {
    display: inline-block;
    margin-right: 20px;
    color: #999;
    list-style: none;
}
i.blog_icon1 {
    background: url("images/img-sprite.png") repeat scroll -179px -185px rgba(0, 0, 0, 0);
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}
span.icon_text {
    vertical-align: middle;
}
i.blog_icon2 {
    background: url("images/img-sprite.png") repeat scroll -217px -185px rgba(0, 0, 0, 0);
    float: left;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}
.padding-zero-right
{
    padding-right: 0;
}
.col-xs-12.blog-left-padd
{
    padding: 0 15px 0 68px;
}
/*.nav-menu > .current-menu-parent > a:hover,.nav-menu > .current-menu-item > a:hover,.current-page-parent > a:hover{
    color: #0090e5;
}*/
.nav-menu > .current-menu-parent,.nav-menu > .current-menu-item,.current-page-parent
{
    /*background: url("images/top-button.png") no-repeat;*/
    /*border-radius: 2px;*/
    width: auto;
}
/*----blog page design end---------*/
/*------------archive page post format start---------------*/
.entry-title
{
    margin: 0;
}
.entry-title a,.entry-title a:hover{
    font-family: OpenSansRegular;
    font-size: 20px;
    text-transform: capitalize;
}
.feature-image {
    margin: 10px 0;
}
/*------------------------archive page post format end-------------------------*/
/*------------------------Below css for faq page (amit shah:2014-23-12)--------*/
.question_heading{
    background: #fff !important;
    border: 1px solid #6e6e6e !important;
}
#faq-accordion .ui-widget-content{
    border: 1px solid #6e6e6e !important;
}
#faq-accordion .ui-accordion .ui-accordion-content{
    border-top: medium none !important;
}
#faq-accordion
{
    margin-bottom: 10px;
}
.question_heading span{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.faq-answer{
    font-size: 16px;
    color: #767676;
    line-height: 25px;
}
.faqs-fixed h3{
    font-size: 50px;
    text-align: right;
    text-transform: capitalize;
}
/*--------------------------------footer start--------------------------------------*/
.site-footer li
{
    color: #aaaaaa;
    list-style: none;
}
.site-footer a
{
    padding: 5px 0;
    text-decoration: none;
}
.site-footer h1.widget-title
{
    font-size: 22px;
    font-weight: 600;
}
.site-footer .widget ul{
    padding-left:0;
    display: inline-block;
    margin-left:0;
}
.site-info 
{
    background: #ffffff;
}
/*--------------------------------footer end--------------------------------------*/
/*--------------------------------single post start--------------------------------*/
.single_top_bar {
    margin-top: 0;
}
.single_top_bar h1{
    margin:0 0 5px;
    font-size:32px;
}
/*.entry-title
{
    font-size:30px;
    text-transform: capitalize;
}*/
.entry-content,.entry-summary
{
    text-align: justify;
    float: left;
}
.blog-meta .post-meta,.blog-meta .entry-summary
{
    margin: 8px 0;
}
.single_post_style .entry-header
{
    margin-top: 15px;
}
.site.bg_white
{
    background: #fff;
    margin: 0 auto;
    width: 100%;
}
/*--------------------------------single post end----------------------------------*/

/*---------------------- Turnover Theme Custom styles start here----------------------------------*/
p, ol, ul
{
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 1.5em;
}
.padding_0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.isStuck .primary-navigation ul li:last-child
{
    border-bottom: 0 none;
}
.isStuck
{
    background: #fff;
    box-shadow: 1px 1px 3px 2px #c5c7c7;
    z-index: 999;
}
.site-header > .isStuck .primary-navigation
{
    position: relative;
    top: 0;
}
.site-header > .isStuck nav ul > li:hover > ul
{
    visibility: visible;
}
.sub-menu li a
{
    font-size: 13px;
    font-family: 'Lato-Regular';
}
.cart_on_menu span
{
    font-size: 18px;
    color: #646464;
}
.menu_cart,.menu_search
{
    float: left;
}
/*.cart_on_menu 
{
    padding-top: 16px;
}*/
.menu_search
{
    border-right: 1px solid #7d7d7d;
    padding-right: 5px;
}
.menu_search > a
{
    padding-right: 5px;
    float: right;
    padding-bottom: 14px;
}
.site_map_list li i
{
    padding-right: 5px;
}
.product_search .search-field
{
    border: 1px solid #333333;
}
.product_search input[type="submit"]
{
    display: none;
}
.product_search label
{
    display: none;
}
.menu_cart > a
{
    padding-left: 5px;
    padding-bottom: 25px;
}
.menu_cart img
{
    width: 25px;
}
.cart_div .buttons a,.cart_div .widget_shopping_cart,.return-to-shop a
{
    padding: 5px;
}
.menu_right
{
    /*margin-top: 0px;*/
    text-align: left;
}
.service-icon,.service-title,.service-content
{
    text-align: center;
}
.padding_top_30
{
    padding-top: 30px;
}
.service-icon > i
{
    font-size: 30px;
}
.service-icon > i:hover
{
    -webkit-transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
ul li:first-child .service-icon.animation
{
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
    opacity: 0;
}
ul li:first-child .service-icon.animation.animat
{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-duration: 2.2s;
    -moz-transition-duration: 2.2s;
    transition-duration: 2.2s;
    opacity: 1;
}
ul li:first-child .service-title.animation
{
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
}
ul li:first-child .service-title.animation.animat
{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-duration: 2.2s;
    -moz-transition-duration: 2.2s;
    transition-duration: 2.2s;
    opacity: 1;
}
ul li:nth-child(2) .service-icon.animation
{
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}
ul li:nth-child(2) .service-icon.animation.animat
{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-duration: 2.2s;
    -moz-transition-duration: 2.2s;
    transition-duration: 2.2s;
    opacity: 1;
}
ul li:nth-child(2) .service-title.animation
{
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}
ul li:nth-child(2) .service-title.animation.animat
{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-duration: 2.2s;
    -moz-transition-duration: 2.2s;
    transition-duration: 2.2s;
    opacity: 1;
}
ul li:last-child .service-icon.animation
{
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
    opacity: 0;
}
ul li:last-child .service-icon.animation.animat
{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-duration: 2.2s;
    -moz-transition-duration: 2.2s;
    transition-duration: 2.2s;
    opacity: 1;
}
ul li:last-child .service-title.animation
{
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
}
ul li:last-child .service-title.animation.animat
{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateX(0px);
    -webkit-transition-duration: 2.2s;
    -moz-transition-duration: 2.2s;
    transition-duration: 2.2s;
    opacity: 1;
}
.service-content p
{
    font-family: 'sans-serif';
}
.hrow
{
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.hrow i
{
    font-size: 32px;
    position: absolute;
    left: 49%;
    top: -15px;
}
.post_title h4
{
    color: #000000;
    font-family: "OpenSansRegular";
    font-size: 14px;
    text-transform: uppercase;
}
.all_pro
{
    margin: 0;
    text-align: center;
}
.line.line-center
{
    margin-bottom: 25px;
}
.all_pro span
{
    font-family: 'Lato-Regular';
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.add_to_cart_button i 
{
    line-height: 24px;
    padding: 1px 6px;
}
.add_to_cart_button span 
{
    color: #000000;
    font-family: "OpenSansRegular";
    font-size: 14px;
    padding-left: 5px;
}
.add_to_cart_button,.single_add_to_cart_button
{
    display: inline-block;
}
.single_add_to_cart_button
{
    padding: 10px;
}
.cart-display > .add_to_cart_button
{
    padding: 4px;
}
/*.compare.button
{
    padding: 9px;
}*/
.add_to_wishlist
{
    padding-top: 0 !important;
}
.add-cart a i
{
    border-right: 1px solid #010101;
    line-height: 24px;
    padding-right: 5px;
}
.cart-display > a:hover,.add_to_wishlist,.compare.button,.product-add-to-cart .add_to_cart_button:hover,
.order-actions .view:hover,.single_add_to_cart_button
{
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}
.add_to_wishlist:hover span.glyphicon-heart
{
    color: #fff;
}
.sub-menu li a:hover
{
    color: #008fe3;
}
.yith-wcwl-add-to-wishlist
{
    margin: 0 !important;
}
ul.products
{
    position: relative;
}
.slick-prev
{
    position: absolute;
    right: 33px;
    top: -52px;
    background: #CCCCCC;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 22px !important;
    z-index: 20;
}
.slick-next
{
    position: absolute;
    right: 0;
    top: -52px;
    background: #CCCCCC;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 22px !important;
    z-index: 20;
}
.slick-prev:hover,.slick-next:hover
{
    background: #000;
    color: #fff;
}
.compare_product,.compare_product > .compare-button
{
    display: inline;
}
.wishlist_table .product-price,.wishlist_table .product-stock-status
{
    text-align: left;
}
.woocommerce table.wishlist_table thead th 
{
    border-top: 0 none;
    font-size: 15px;
    padding: 10px;
}
.woocommerce table.wishlist_table tbody td
{
    padding: 0;
}
.wishlist-title,.shop_table tfoot
{
    display: none !important;
}
.product-add-to-cart .add_to_cart_button:before
{
    content: "";
    font-family: fontawesome;
}
.product-add-to-cart .add_to_cart_button
{
    float: left;
    padding: 10px;
}
.woocommerce .wishlist_table td.product-add-to-cart a
{
    float: left;
    font-size: 12px !important;
    padding: 10px 12px;
}
.order-actions .view
{
    padding: 5px 10px;
}
.pro-detail h4
{
    margin: 0;
}
.pro-detail
{
    text-align: center;
    padding-top: 15px;
}
span.amount
{
    color: #E03A3A;
    font-family: "OpenSansRegular";
    font-size: 14px;
}
.welcome
{
    padding-top: 20px;
}
.home_block
{
    display: inline;
}
.first_bg
{
    background: url(images/b2.jpg) no-repeat;
    width: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover; 
    overflow: hidden;
    padding: 35px 0;
    z-index: 1;
}
.service-title span
{
    font-weight: 600;
    color: #2d2d2d;
}
.cart-display .added_to_cart 
{
    background: #2c2c2c;
    color: #ffffff;
    left: 0;
    padding: 7px 20px;
    position: relative;
    top: 3px;
    white-space: nowrap;
}
.summary form.cart,.summary .yith-wcwl-add-to-wishlist,.summary 
{
    float: left;
}
/*.summary .pull-right
{
    float: none !important;
}*/
.product_meta .sku_wrapper,.product_meta .posted_in
{
    font-weight: 600;
}
span.sku_wrapper
{
    border-right: 1px solid;
    padding-right: 5px;
}
.woocommerce-review-link,.paging-navigation h1,.post-navigation h1
{
    display: none;
}
.page-numbers.current 
{
    background: none repeat scroll 0 0 #008de0;
    border-radius: 100%;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.slider_bg article
{
    border-bottom: 3px solid #d7cda0;
    border-top: 3px solid #d7cda0;
    margin-bottom: 15px;
    padding: 5px 0;
}
.star-rating span,.stars a:hover
{
    color: #4795d2;
}
.pro-detail .woocommerce-product-rating
{
    float: right;
}
.entry-summary > p {
    font-family: OpenSansRegular;
    font-size: 14px;
    line-height: 20px;
}
.read_more_post {
    color: #000000;
    font-weight: 600;
}
.feature_image{
    position: relative;
    overflow: hidden;
}
.product_image{
    position: relative;
    text-align: center;    
    /*overflow: hidden;*/
}
.overlay
{
    position: absolute;
    top:0;
    text-align: center;
    right: 100%;
    width: 100%;
    height: 100%;
    opacity: 0.60;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    cursor: pointer;
}
.overlay_left, .overlay_right
{
    position: absolute;
    top:0;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0.60;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
    cursor: pointer;
}
.overlay_left > i 
{
    color: #fff;
    position: absolute;
    right: 0;
    top: 35%;
}
.overlay_right > i 
{
    color: #fff;
    position: absolute;
    left: 0;
    top: 35%;
}
.overlay_left
{
    right: 100%;
}
.overlay_right
{
    left: 100%;
}
.overlay > i
{
    color: #ffffff;
    font-size: 34px;
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
}
.feature_image:hover .overlay
{
    right: 0;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}
.product_image:hover .overlay_left
{
    right: 50%;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}
.product_image:hover .overlay_right
{
    left: 50%;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}
.post-meta > h5
{
    float: left;
    font-size: 16px;
}
.entry-meta .entry-date a,.entry-meta .byline
{
    font-size: 16px;
}
.meta-nav > i
{
    font-size: 20px;
}
.post-meta i
{
    padding-right: 5px;
    font-size: 14px;
}
.post-meta a,.byline a
{
    font-weight: 600;
}
.entry-meta span i,.entry-meta span
{
    margin-right: 5px;
}
.meta-nav
{
    text-align: center;
}
.single_post_style .entry-content p
{
    margin-top: 10px;
    padding: 5px;
}
.single_post .entry-title,.single_post .entry-meta
{
    margin-bottom: 10px;
}
.content_back_image 
{
    background: url(images/bg2.jpg) no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 25px;
}
.testimonial_slider .heading_title 
{
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 15px;
    text-transform: capitalize;
    color: #fff;
}
.padding_40
{
    padding: 40px 0;
}
.testimonial_inner p
{
    color: #fff;
    text-align: center;
}
.testimonial_inner .slider_dec 
{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
    color: #fff;
}
.content_inner
{
    margin-bottom: 40px;
}
.testimonial_inner .testimonial_inner_image img 
{
    border-radius: 100%;
    height: 125px;
    width: 125px;
} 
.testimonial_inner .detail h3 
{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.testimonial_inner .detail 
{
    font-size: 13px;
    color: #fff;
}
.product_details .shop
{
    position: relative;
}
.nav-menu > .current-menu-parent,.nav-menu > .current-menu-item{

}
/*-----------------AboutThatLife Style----------------*/

.primary-navigation ul li a{
    color: #1c1c1c;
}
.primary-navigation ul li a:hover,.primary-navigation ul li:hover a{
    color: #ffffff;
}
.trand_detail > span {
    color: #000000;
    font-family: "OpenSansRegular";
    font-size: 14px;
}
.container{
    width: 990px !important;
}
.menu_right .search-field {
    background-color: #eeeeee;
    background-image: url("images/search.png");
    background-position: 92% center;
    background-repeat: no-repeat;
    padding:5px 15px;
    width: 222px;
}
.menu_right .search-field:focus{
    background-image: none;
}
.widget_nav_menu .menu > li.submit-video{
    background: url(images/Submit-Your-Video.png) no-repeat;
    width: auto;
    border-radius: 2px;
    padding-left: 0;
    line-height: 1;
}
.menu_right .search-form > label{
    margin-bottom: 0;
}
/*.nav-menu > li:nth-child(-n+4):hover{
    background: url("images/top-button.png") no-repeat;
    border-radius: 2px;
    width: auto;
}*/
.see_bg {
    background: url("images/see-all-1.png") no-repeat scroll 100% center rgba(0, 0, 0, 0);
    padding-right: 15px;
}
.primary-navigation .nav-menu > li.submit-video
{
    background: url(images/Submit-Your-Video.png) no-repeat;
    width: auto;
    border-radius: 2px;
    margin-left: 18px;
}
.primary-navigation .nav-menu > li.submit-video a:hover{
    color: #ffffff;
}
.side_bg{
    background: url(images/1_pattern.jpg);
    width: 100%;
    float: left;
}
.left_trand,.right_trand{
    background: #D2D2D2;
}
.slider {
    float: left;
    width: 65%;
}
.right_trand,.left_trand {
    float: left;    
    width: 17.5%;
}
.trand_detail{
    text-align: left;
}
.eye_bg{
    background: url(images/1.png) no-repeat;
    color: #333333;
    font-family: "OpenSansRegular";
    font-size: 13px;
    padding-left: 25px;
    background-position: 5%;
    padding-top: 2px;
    float: left;
}
.thumb_bg{
    background: url(images/2.png) no-repeat;
    color: #333333;
    font-family: "OpenSansRegular";
    font-size: 13px;
    padding-left: 20px;
    background-position: 5%;
}
.see_all_trand{
    background: url("images/see-all.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 12px;
    text-transform: uppercase;
}
.archive_btn{
    background: url("images/ARCHIVE.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    padding: 7px 21px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}
.home_add1 {
    padding: 25px 0;
}
.see_all_trand i{
    color: #ffffff;
    font-family: "OpenSans-Bold";
    font-size: 13px;
    font-style: normal;
}
.viewer{
    padding: 5px 0 18px;
}
.viewer i {
    margin-right: 20px;
}
.trand_wrap h4 {
    margin-top: 0;
    font-family: "OpenSans-Light";
    font-size: 22px;
    color: #111111;
    margin-bottom: 25px;
    margin-top: 5px;
    text-transform: uppercase;
}
.trand_wrap{
    padding: 25px 15px 20px;
    float: left;
    width: 100%;
}
.trand_wrap header img{
    float: left;
    margin-right: 5px;
}
.nav-menu > li.submit-video a
{
    padding: 5px;
    text-transform: uppercase;
}
.widget_nav_menu .menu > li.submit-video a{
    padding: 10px 16px;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    font-size: 14px;
    color: #fff;
}
.widget_nav_menu .menu > li.submit-video a:hover{
    color: #000;
}
/*.first_logo img{
    max-width: 164px;
    padding-bottom: 5px;
}*/
.first_logo{
    padding-top: 5px;
}
.menu_right .search-field{
    border-radius: 50px;
    border: 0 none;
    height: 30px;

}
.trand_content img{
    padding-bottom: 10px;
}
.footer_add img{
    border: 2px solid #555555;
    padding: 2px;
}
.footer_bg .widget_nav_menu h1 {
    color: #333333;
    font-size: 24px;
    padding: 0;
    text-transform: uppercase;
}
.video_content p{
    line-height: 20px;
    margin-bottom: 0;
    padding: 15px 0 5px;
    text-align: left;
    color: #111;
    font-family: "OpenSansRegular";
    font-size: 14px;
}
.latest_video .feature{
    padding-left: 5px;
    padding-right: 5px;
    min-height: 247px;
}
.latest_video .row{
    margin: 0 -5px;
}
.middl_wrap {
    margin: 0 auto;
    max-width: 1472px;
    width: 100%;
}
.ad_wrap{
    float: left;
    width: 100%; 
}
.latest_video_bg{
    background: url(images/Latest-Videos.png) no-repeat;
    padding-bottom: 25px;
}
.latest_video_bg h4{
    color: #111111;
    font-family: "OpenSans-Light";
    font-size: 24px;
    margin: 0;
    padding-left: 35px;
    text-transform: uppercase;
}
.latest_video .hrow{
    clear: both;
    margin-bottom: 25px;
}
.copy_rights
{
    padding: 18px 0;
    background: #000;
}
.footer_bg
{
    padding: 25px 0;
    margin-top: 15px;
}
.home .footer_bg{
    margin-top: 25px;
}
.footer_bg .widget-title
{
    border-bottom: none;
}
.copy_rights span 
{
    color: #4b4b4b;
    font-size: 12px;
    font-family: "Lato-Regular";
}
.about_content, .about_content p, .about_right {
    color: #000000;
    font-family: "OpenSansRegular";
    font-size: 14px;
}
.about_content img{
    float: left;
}
.about_right {
    padding-top: 115px;
}
.about_content p:nth-child(4) {
    margin-top: 25px;
}
.mean-container .mean-nav li:nth-child(-n+4){
    background-image: none;
}
.entry-content p iframe {
    width: 100%;
}
.video_content {
    padding-top: 8px;
}
.single_post_style .jwplayer {
    height: 360px !important;
    width: 100% !important;
}
.jwcontrolbar 
{
    bottom: 0 !important;
}
/*ravi shop page*/
.shoppage-products ul.title-design li{
    display: inline-block;    
    position: relative;
    z-index: 1;
}
.shoppage-products ul.title-design{
    border: 0 none;
}
.brand-logos .brand-name{
    margin-bottom: 20px;
}
.brand-logos h3{
    color: #333333;
    float: left;
    font-family: "OpenSans-Bold";
    font-size: 24px;
    padding-top: 15px;
    width: 100%;
}
.shoppage-products {
    margin-top: 20px;
    border-bottom: 1px solid #cccccc;
}
.shoppage-products ul.title-design li a,
.shoppage-products ul.title-design li a:hover,
.shoppage-products ul.title-design li a:active,
.shoppage-products ul.title-design li a:focus{
    border-left: 1px solid #dddddd;
    border-radius: 0;
    border-top: 0 none;
    border-bottom: 0 none;
    border-right: 0 none;
    margin: 0;
    padding: 3px 15px;
}
.shoppage-products ul.title-design li a{
    color: #050505;
    font-size: 14px;
    background-color: #ffffff;
    font-family: "OpenSansRegular";
}
.shoppage-products ul.title-design li a:hover,.shoppage-products ul.title-design li.active a{
    color: #0088D6;    
}
.shoppage-products ul.title-design li:first-child a{
    border-left:0 none;
}
.shoppage-products .title-cover{
    position: relative;
    margin-bottom: 40px;
}
.shoppage-products .border-line {
    border-top: 1px solid #dddddd;
    bottom: 12px;
    position: absolute;
}
.shoppage-products ul.title-design{
    margin: 0;
}
/*ravi shop page*/
.qcw .yith-wcqv-button{
    float: left;
}
.wish-display{
    float: right;
}
.cart-display{
    opacity: 0;
}
.products ul li:hover .cart-display{
    opacity: 1;
    /*    -webkit-transition: 0.4s all ease 0s;
        transition: 0.4s all ease 0s;*/
}
.products ul li:hover .pro-detail{
    display: none;
}
.cart-display .add_to_cart_button,.single-product .single_add_to_cart_button{
    background: url("images/Submit-Your-Video.png") no-repeat;
    border-radius: 2px;
    width: auto;
    padding: 8px 10px;
}
.cart_bg{
    background: url("images/items.png") no-repeat scroll 95% center rgba(0, 0, 0, 0);
    padding: 5px 30px;
    width: auto;
}
.qv_bg{
    background: url("images/1eye.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    color: #000000;
    font-family: "OpenSansRegular";
    font-size: 14px;
    padding-left: 25px;
    width: auto;
    font-weight: normal;
}
.qcw .yith-wcqv-button,.qcw .compare.button{
    background: none;
}
.wl_bg{
    background: url("images/hearts.png") no-repeat;
    width: 20px;
    height: 17px;
    display: block;
    margin-top: -5px;
}
.qcw .compare.button{
    background: url("images/tags.png") no-repeat;
    width: 20px;
    height: 17px;
    display: block;
}
.compare_product{
    float: right;
}
.qcw{
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    bottom: 0;
    display: none;
    float: left;
    /*margin-bottom: 35px;*/
    padding: 10px 5px 0;
    position: absolute;
    width: 100%;
}
.products ul li:hover .qcw{
    display: block;
}
.onsale span{
    border: 2px solid #cecece;
    color: #ffffff;
    padding: 8px;
}
.cart-display{
    bottom: -46px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}
/*-----------------Turnover Style----------------*/
.textwidget > p 
{
    color: #fff;
    line-height: 22px;
    text-align: justify;
}
.textwidget > h4
{
    background: #b61f24;
    color: #fff;
    padding: 5px;
    font-weight: 600;
}
.social-icons li a
{
    color: #fff;
    width: 35px;
    height: 35px;
    display: block;
}
.social-icons li:hover
{
    border-radius: 15px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
}
.social-icons li:hover a,#yith-quick-view-close
{
    color: #000;
}
.social-icons .fb
{
    background: #354A76;
}
.social-icons .twitter
{
    background: #47849C;
}
.social-icons .g_plus
{
    background: #A64033;
}
.social-icons .linkedin
{
    background: #0177B5;
}
.social-icons .dribble
{
    background: #EA4C89;
}
.follow_us ul li:hover i
{
    color: #000;
}
.menu-account-container ul li,.menu-footer_menu-container ul li
{
    line-height: 18px;
    text-align: left;
    padding-left: 12px;
}
.main_address i,.main_address strong,.main_address span
{
    line-height: 25px;
}
.footer_bg .main_address strong,.footer_bg .main_address span,.footer_i
{
    color: #fff;
}
.widget_text .widget-title
{
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.primary-sidebar h1,.blog-sidebar .widget-title
{
    background: #29354b;
    color: #ffffff;
    padding-left: 5px !important;
}
.search-form span
{
    display: none;
}
.blog-sidebar .search-field,.summary.entry-summary .compare.button
{
    margin-top: 5px;
}
.price_slider_wrapper
{
    padding-top: 15px;
}
.price_slider_amount .button 
{
    padding: 5px 15px;
}
.product-categories li a
{
    display: inline !important;
}
.count
{
    float: right;
    padding-right: 15px;
}
.product-categories li:before,.blog-sidebar .widget_categories li a:before,.widget_pages ul li a:before
{
    content: "";
    font-family: fontawesome;
    color: #000;
    padding-right: 5px;
}
.widget_pages ul li
{
    padding-left: 10px;
}
.widget_categories li a:hover,.widget_pages ul li a:hover,.site_map_list > li > a:hover,.product-categories li a:hover
{
    padding-left: 15px;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s;
}
.blog-sidebar .widget_categories li:last-child
{
    border-bottom: 1px solid;
}
.blog-sidebar,.blog-meta,.contact-sidebar
{
    overflow: hidden;
}
del .amount
{
    color: #999999;
    font-family: "OpenSansRegular";
    font-size: 14px;
    margin-right: 5px;
}
.post-meta h5
{
    margin-right: 5px;
    margin-top: 1px;
}
.pro-slider .woocommerce ul.products li.last,.woocommerce-page ul.products li.last {
    margin: 0;
}
.pro-slider .woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
    padding: 0 15px;
    margin: 0;
    opacity: 1;
    z-index: 99;
}
.product_list_widget > li
{
    border-bottom: 1px solid;
}
.social-icons li:hover a
{
    color: #000 !important;
}
.gallery_single.product_details
{
    margin-bottom: 50px;
}
.margin_top0
{
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading
{
    position: absolute;
}
.padding_top_30 div.wpcf7-validation-errors
{
    border: 2px solid #ff0000;
}
.line
{
    background-color: #8f8072;
    height: 2px;
    margin: 0.6em 0;
    width: 100px;
}
.line-center
{
    margin: 0.6em auto;
}
.content_back_image .owl-theme .owl-controls .owl-page span
{
    background: #fff;
}
.arrow-up span
{
    color: #cdcdcd;
}
.padding_top_15{
    padding-top: 15px;
}
.dropdown-menu
{
    border-radius: 0;
}
.menu-item-has-children > a i 
{
    position: absolute;
    right: -5px;
    bottom: 23px;
}
.menu-item-has-children:hover > a i,.menu-item-has-children.current-menu-item > a i,.current-menu-parent > a i,h1.page-title
{
    display: none;
} 
.cart_div
{
    position: absolute;
    top: 60px;
    z-index: 111;
    background: #fff;
    display: none;
    right: 10px;
}
.product_search form
{
    position: absolute;
    top: 60px;
    z-index: 111;
    background: #fff;
    display: none;
    right: 77px;
}
#yith-quick-view-modal .yith-wcqv-main
{
    background: #e5e5e5;
}
.pie_content
{
    margin-bottom: 15px;
}
.sub-menu.dropdown-menu
{
    border-radius: 0;
}
/*.yith-wcwl-add-to-wishlist
{
    clear: both;
}*/
.mean-nav .current-menu-item a,.mean-nav .current-menu-parent > a
{
    color: #000 !important;
}
.category_menu_ul.list-inline
{
    margin-bottom: 25px;
}
h2.page_title_style
{
    margin-top: 15px;
}
.mean-nav li:last-child
{
    margin-bottom: -4px;
}

.widget.woocommerce.widget_shopping_cart
{
    height: 250px;
    overflow-y: scroll;
}
.site-header
{
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.btnDelete_Selected
{
    float: left;
}
.remove_success {
    color: #008000;
    font-family: Helvetica;
}
.btnDelete_Selected, .coupon .button, .update_cart
{
    width: auto !important;
}
.yith-wcqv-wrapper .summary.entry-summary
{
    position: relative;
}
/*.yith-wcqv-wrapper span.sku_wrapper
{
    position: absolute;
    left: 0;
}*/
/*.yith-wcqv-wrapper span.posted_in
{
    position: absolute;
    left: 33%;
}*/
li.box_shadow > a
{
    color: #fff;
}
.category_menu_ul li a
{
    padding: 10px;
}
.summary.entry-summary .add_to_wishlist,.summary.entry-summary .product_meta{
    margin-top: 5px;
}
/*ravi header*/
.footer_bg .container .row {
    margin: 0 -5px;
}
.footer_bg  .footer-block{
    padding-left: 5px;
    padding-right: 5px;
}
.col-lg-3.logo {
    padding: 0;
    width: 20%;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a{
    color: #ffffff;	
}
.footer-block ul.menu  li a:hover,
.footer-block .menu .current_page_item > a,
.footer-block .menu .current_page_ancestor > a,
.footer-block .menu .current-menu-item > a,
.footer-block .menu .current-menu-ancestor > a{
    color: #0090e5;	
}
.site-navigation .current_page_item,
.site-navigation .current_page_ancestor,
.site-navigation .current-menu-item,
.site-navigation .current-menu-ancestor,
.site-navigation ul li:hover,
.woocommerce-message a.button.wc-forward{
    color: #FFFFFF;
    border-radius: 3px;
    background-color: #d3d3d3; background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#707070));
    background-image: -webkit-linear-gradient(top, #00A1FF, #0079C1);
    background-image: -moz-linear-gradient(top, #00A1FF, #0079C1);
    background-image: -ms-linear-gradient(top, #00A1FF, #0079C1);
    background-image: -o-linear-gradient(top, #00A1FF, #0079C1);
    background-image: linear-gradient(to bottom, #00A1FF, #0079C1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00A1FF, endColorstr=#0079C1);
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    font-family: OpenSansRegular;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px !important;
    color: #000000 !important;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover{
    color: #FFFFFF !important;
}
.border-line {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 22px;
}
.border-line-draw {
    border-top: 1px solid #CCCCCC;
    bottom: 10px;
    float: left;
    position: relative;
    width: 100%;
}
.search-wrapper{
    float: right !important;
    /*margin-top: 44px;*/
}
.about-bg{
    min-height: 604px;
    position: absolute;
}
.site-main{
    position: relative;
}
.white_bg{
    background-color: #ffffff;
    position: relative;
}
.products-tabs {
    float: none;
    margin: 0 auto !important;
    max-width: 480px;
    width: 100%;
}
/*like dislike style*/
.lb-like, .lb-dislike{
    height: auto !important;
    vertical-align: top;
    padding: 0 0 0 3px !important;
}
.likebtn-wrapper{
    line-height: normal !important;
}
/*single video style*/
.single-video-post h1{
    font-size: 28px;
    font-weight: bold;
    font-family: "OpenSansRegular";
    color: #333333;
    margin-bottom: 20px;
}
.single-video-primary{
    width: 73%;    
}
.single-video-secondary{
    width: 27%;
    border-left: 1px solid #dddddd;
}
.single-video-primary,.single-video-secondary{
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.single-video-secondary .trand_wrap{
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.single-video-secondary .trand_wrap h4{
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
}
.single-video-secondary .single-video-views{
    padding: 4px 0 28px;
}
.single-video-primary .single-video-likes{
    padding: 5px 0;
}
.post_on_about .latest_video{
    margin-top: 30px;
    float: left;
}
.about_content p{
    margin-bottom: 30px;
    line-height: 22px;
}
.hrow.no-margins {
    margin-bottom: 0;
}
.woocommerce ul.products li{
    min-height: 420px;
}
.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}
.woocommerce ul.products li:hover .product_image{
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-bottom: 0 none;
}
.product_image{
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 0 none;
}
/*pending to add on live*/
.shoppage-products .tab-content ul,.shoppage-products  ul{
    /*float: left;*/
    width: 100%;
}

#single-brand-slider{
    float: left;
    width: 100%;
    clear: both;
}
.single-product.woocommerce div.product div.images{
    background-color: #CBCBCB;
}
.single-product.woocommerce div.product div.images{
    margin-bottom: 0;
}
.single-brand-logos{
    float: left;
    width: 100%;
}
.single-logo-border{
    border-top: 1px solid #cccccc;
    float: left;
    left: 0;
    position: absolute;
    right: 0;
    top: 13px;
    width: 100%;
}
.single-brand-title{
    float: left;
    width: 100%;
    position: relative;
    margin: 20px 0;
}
.single-brand-title h3{
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 4;
}
.single-brand-title h3 span{
    background-color: #ffffff;
    padding: 0 15px;
    color: #000000;
}
.similar-products .single-brand-title h3 span,.recently-viewed-products .single-brand-title h3 span{
    background-color: #ffffff;
    padding: 0 15px;
    color: #000000;
    font-size: 14px;
}
.similar-products .single-logo-border,.recently-viewed-products .single-logo-border,.brand-related-products .single-logo-border{
    top: 15px;
}
h1.product_title{
    font-family: opensansRegular;
    font-size: 24px;
    line-height: normal;
    text-align: left;
    width: 50%;
}
h1.product_title span{
    color: #000000;
    float: left;
    margin-top: 10px;
}
.woocommerce-page div.product div.summary div p{
    font-size: 14px;
    font-family: "opensansRegular";
    line-height: 18px;
    color: #000000;
    margin-top: 5px;
}
.short-description{
    width: 50%;
    float: left;
    clear: left;
}    
.price-field{
    clear: left;
    float: left;
    margin-top: 10px;
/*    float: left;
    width: 100%;*/
}
.single-product .price-field span.amount,.single-product .single_variation span.amount{
    color: #000000;
    font-size: 24px;    
    font-family: "OpenSansRegular";
    font-weight: bold;
}
.price-field ins,.price ins{
    text-decoration: none;
    line-height: normal;
}
.single-product button.single_add_to_cart_button .single-add-cart{
    background: url("images/items.png") no-repeat scroll 87% center rgba(0, 0, 0, 0);
    float: left;
    padding: 10px 50px 10px 20px;
    width: auto;
    color: #000000;
}
.single-product button.single_add_to_cart_button{
    float: right !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    padding: 0;
}
.single-add-to-cart-with-qty{
    width: 45%;
    padding-right: 20px;
    float: right !important;
}
.single-product .single-add-to-cart-with-qty .quantity{
    float: right !important;
    margin: 0 !important;
}
.single-product .single-add-to-cart-with-qty .single-qty-lbl {
    padding-right: 10px;
}
.single-product div.product p.stock {
    padding-right: 5%;
    text-align: right;
}
.single-qty-lbl {
    font-family: OpenSansRegular;
    font-size: 14px;
    padding-right: 10px;
    color: #000000;
}
.single-product .summary.entry-summary .product_meta{
    float: left;
    width: 100%;
}
.single-product .yith-wcwl-add-to-wishlist .wl_bg{
    background: none;
}
.single-product .yith-wcwl-add-to-wishlist .wl_bg:after{
    content: "Add to Wishlist";
}
.single-product .yith-wcwl-add-to-wishlist .wl_bg.browse:after{
    content: "View Wishlist";
}
.single-product .yith-wcwl-add-to-wishlist a.compare.button{
    padding: 0 !important;
}
.single-product a.compare.button:after{
    content: "Compare";    
}
.single-product a.compare.button:after,.single-product .yith-wcwl-add-to-wishlist .wl_bg:after{
    background: none repeat scroll 0 0 white;
    color: #000000;    
    font-family: "OpenSansRegular";
    font-weight: normal;
}
.single-product div.clear{
    clear: none;
}
.single-product .yith-wcwl-add-to-wishlist{
    width: 200px;
    clear: right;
}
.single-product .yith-wcwl-add-to-wishlist .add_to_wishlist.btn.btn-mybutton,
.single-product .yith-wcwl-add-to-wishlist .browse-wishlist.btn.btn-mybutton{
    border-bottom: 1px solid #CCCCCC;
    margin-left: 30px;
    margin-top: 15px;
    padding-left: 0;
    width: 150px;
}
.single-product a.compare.button{
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #cccccc;
    color: #000000;
    float: right;
    font-weight: normal;
    margin-right: 20px;
    padding-bottom: 8px;
    padding-top: 3px;
    width: 150px;
    clear: right;
    font-family: OpenSansRegular;
}
.single-product compare.button.added::after{
    content: "";    
}
.single-product .product_meta > span {    
    float: left;
    font-family: OpenSansRegular;
    font-size: 14px;
    margin-bottom: 3px;
    width: 100%;
}
.product_meta .sku_wrapper, .product_meta .posted_in,.single-product .product_meta > span,
.product_meta .sku_wrapper .sku, .product_meta .posted_in a,
.product_meta .tagged_as a{
    color: #000000;
    font-weight: normal;
    border-right: 0 none;
    text-transform: capitalize;
}
.price-field p.price{
    margin-bottom: 0;
}
.similar-products {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.woocommerce .woocommerce-product-rating{
    display: none !important;
}
/*similar and recently viwed products*/
.single-product .similar-products .yith-wcwl-add-to-wishlist .add_to_wishlist.btn.btn-mybutton,
.single-product .recently-viewed-products .yith-wcwl-add-to-wishlist .add_to_wishlist.btn.btn-mybutton,
.single-product .similar-products .yith-wcwl-add-to-wishlist .browse-wishlist.btn.btn-mybutton,
.single-product .recently-viewed-products .yith-wcwl-add-to-wishlist .browse-wishlist.btn.btn-mybutton{
    border-bottom: 0 none;
    margin-left: 0;
    margin-top: 0;
    width: auto;
}
.single-product .similar-products a.compare.button:after, .single-product .similar-products .yith-wcwl-add-to-wishlist .wl_bg:after,
.single-product .recently-viewed-products a.compare.button:after, .single-product .recently-viewed-products .yith-wcwl-add-to-wishlist .wl_bg:after{
    content: "";
}
.single-product .similar-products .yith-wcwl-add-to-wishlist .wl_bg,
.single-product .recently-viewed-products .yith-wcwl-add-to-wishlist .wl_bg{
    background: url("images/hearts.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.single-product .similar-products .yith-wcwl-add-to-wishlist .add_to_wishlist.btn.btn-mybutton,
.single-product .recently-viewed-products .yith-wcwl-add-to-wishlist .add_to_wishlist.btn.btn-mybutton{
   /* padding-left: 65%;*/
}
.single-product .similar-products .yith-wcwl-add-to-wishlist,
.single-product .recently-viewed-products .yith-wcwl-add-to-wishlist{
    width: auto;
}
.single-product .similar-products a.compare.button,
.single-product .recently-viewed-products a.compare.button{
    background: url("images/tags.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    width: 20px;
    margin:1px 5px 0 5px;
}
.woocommerce ul.products{
    margin-bottom: 0 !important;
}
.recently-viewed-products .single-brand-title,
.similar-products .single-brand-title{
    margin-top: 0;
    margin-bottom: 30px;
}
.border-bottom-line{
    border-bottom: 1px solid #cccccc;
    float: left;
    padding-top: 15px;
    width: 100%;
}
.single-product .footer_bg,.single-brand_logo .footer_bg{
    padding-top: 40px;
}
.single-product .price-field del span.amount,.single-product .single_variation del span.amount {
    font-size: 14px !important;
}
.single-product.woocommerce div.product form.cart .variations label{
    font-family: "OpenSansRegular";
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.single-product .reset_variations:before,.single-product .reset_variations{
    color: #e03a3a;
    content: "X ";
    font-size: 10px;
}
.single-product .variations_form a.compare.button{
    clear: both;
}
.slider.brand-image-single{
    left: 17.5%;
    min-height: 595px;
}
.single-brand_logo .left_trand{
    right: 65%;    
}
.brand-single-page-bg{
    background: url("images/1_pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    min-height: 620px;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.single-brand_logo .left_trand,.single-brand_logo .right_trand{
    position: relative;
}
.brand_side{
    float: left;
    width: 100%;
}
h1.brand-title-single{
    color: #000000;
    font-family: OpenSans-Bold;
    font-size: 24px;
    margin-top: 45px;
}
.brand-data-single p{
    color: #000000;
    font-family: OpenSansRegular;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}
.brand-related-products h3 span{
    font-family: OpenSansRegular;
    font-size: 14px;
}
.brand-related-products .single-brand-title{
    margin: 32px 0 40px;
}
.brand-related-products .row,.single-brand-page .row{
    margin-left: -15px;
    margin-right: -15px;
}
.brand-content-single {
    padding: 0 28px;
}
.single-product .single_variation {
    margin-bottom: 10px;
    text-align: right;
}
/*#featured ul li,
#bestseller ul li,
#onsale ul li{
    margin:0 10px;
}*/
/*.shoppage-products .products .slick-list{
    margin: 0 -10px;
}*/
.shoppage-products ul.products .slick-prev,.shoppage-products ul.products .slick-next{
    top: -71px;
}
.spaces {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 3px;
    height: 20px;
    position: absolute;
    right: 0;
    width: 80px;
}
.current-product-category .slick-prev,.current-product-category .slick-next{
    top: 0;
}
/*for like button style*/
.wpulike .counter a{
    background: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #333333 !important;
}
.wpulike{
    margin: 0 !important;
}
.wpulike .count-box:before{
    border: 0 none !important;
    width: auto !important;
}
.wpulike .count-box{
    background: none !important;
    border: 0 none !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    color: #333333 !important;
    padding: 0.25em 2px !important;
    font-family: OpenSansRegular !important;
    font-size: 13px !important;
    font-style: italic !important;
    min-width: 0 !important;
}
.wpulike .counter a.image, .wpulike .counter a.image-unlike,
.wpulike .counter a.loading{
    padding: 8px !important;
    background-repeat: no-repeat !important;
}
.single-video-likes i.eye_bg {
    float: none;
}
.category-image-slider.slick-prev,.category-image-slider.slick-next{
    background: none;
    color: #9e9e9e;
    padding: 2px 5px;
}
.category-image-slider.slick-prev{
    right: 18px;
}
.category-image-slider.slick-prev:hover, .category-image-slider.slick-next:hover{
    color: #000000;
}
/*topbar menu*/
#menu-topbar-menu ul.sub-menu {
    background-color: #ffffff;
    display: none;
    margin: 0;
    position: absolute;
    z-index: 100;
    padding-top: 8px;
}
#menu-topbar-menu li:hover > ul.sub-menu {
    display: block;
}
.topbar-menu ul.main-menu {
    position: relative;
    z-index: 1;
}
.topbar-menu ul li a{
    padding-left: 10px;
}
.topbar-menu ul li a span.amount,.topbar-menu ul li a{
    font-size: 13px;
    color: #000000;
    font-family: OpenSansRegular;
}
.topbar-menu ul ul li a {
    border-top: 1px solid #dddddd;
    float: left;
    padding:5px 15px;
    width: 100%;
    text-transform: capitalize;
}
.topbar-menu{
    float: right;
    margin-top: 43px;
    text-align: right;
    width: 80%;
}
.topbar-menu ul li {
    border-left: 1px solid #dddddd;
    color: #000000;
    font-size: 18px;
    line-height: normal;
    padding: 0 10px;
}
.topbar-menu ul li:first-child{
    border-left: 0 none;
}
.topbar-menu ul li.fa-user.menu-item:after{
    content: "";
    color: #b7b7b7;
}
.topbar-menu ul li a.cart-contents{
    padding-left: 5px;
}
.topbar-menu ul ul li{
    padding: 0;
    text-align: left;
}
.topbar-menu ul li.last-li{
    padding-right: 5px;
}
.shoppage-products .slick-slide{
    padding: 0 9px;
}
.shoppage-products .slick-list{
    margin: 0 -9px;
}
#bestseller,#onsale
{
    overflow: hidden;
}
.brand-logos h3.brand-shop-page{
    padding-top:8px; 
}
.home-page-gap{
    background: none repeat scroll 0 0 #ffffff;
    left: 0;
    margin: 0 auto;
    min-height: 20px;
    position: absolute;
    right: 0;
    width: 130px;
}
.latest_video a.fancybox img{
    width: 100%;
}
a.add_to_wishlist,
a.browse-wishlist{
  /*  padding-left: 64%;*/
    padding-right: 5px;
    padding-top: 0;
}
.yith_magnifier_gallery li{
    margin: 0 6px !important;
}
.yith_magnifier_gallery .slick-prev,.yith_magnifier_gallery .slick-next{
    top: 4px;
}
.yith_magnifier_gallery .slick-next{
    right: 0px;
}
.yith_magnifier_gallery .slick-prev {
    right: 12px;
}
.yith_magnifier_gallery{
    float: left;
    width: 100%;
    margin: 0 -2px !important;
}
.similar-products ul.products .slick-prev,.similar-products ul.products .slick-next{
    top: -60px;
}
.similar-products ul.products li.product{
    margin: 0 9px !important;
    padding: 0 !important;
}
.similar-products ul.products .slick-list{
    margin: 0 -5px;
}
.jw-tab-focus:focus {
    outline: none !important;
}
.jwplayer .jwdisplayIcon .jwtext{
    display: none;
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected{
    background-image: url('images/bullets.png') !important;
}
.tp-bullets.simplebullets.round .bullet{
    height: 19px !important;
    width: 19px !important;
    margin: 0 3px !important;
    background-image: url('images/bullets.png') !important;
}
.bx-wrapper{
    margin-bottom:0 !important;
}
.bx-wrapper .bx-pager{
    bottom: 86px !important;
    position: relative  !important;
    right: 20px  !important;
    width: 100%  !important;
    padding-top: 0 !important;
    font-size: 0 !important;
    text-align: right !important;
}
.bx-wrapper .bx-pager .bx-pager-item{
    margin-top: 0 !important;
}
.bx-caption .caption {
    color: #ffffff;
    font-family: OpenSans-Bold;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}
.single-product .viewer {
    padding: 5px 0 10px;
}
.single-product .trand_wrap h4{
    margin-bottom: 12px;
}
.placeholder{
    line-height : normal !important;
}
.woocommerce a.added_to_cart{
    font-family: OpenSansRegular;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
/* for caption in slider bottom*/
.my_caption{
    background: none repeat scroll 0 0 #505050;
    bottom: 0;
    left: 0 !important;
    padding: 2px 0 0 12px !important;
    position: absolute;
    right: 0;
    font-size: 22px !important;
    font-family: "OpenSans-Bold" !important;
}
.jwcontrolbar{
    width: 81%;
    left: 0 !important;
    right: auto !important;
}
#jwplayer-0_logo {
    bottom: 2px !important;
    right: 2px !important;
    top: auto !important;
}

.all_tranding_video .feature .video_content{
    margin-bottom: 10px;
}
.all_tranding_video .img_video h1{
    display: inline;
    margin-left: 12px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "OpenSans-Light";
}
.all_tranding_video .img_video {
    margin-bottom: 25px;
}
.all_tranding_video .img_video > img {
    margin-bottom: 5px;
}
.pagination_div .pagination .page-numbers{
    background: #0098F2;
    color: #ffffff;
    opacity: 0.6;
}
.pagination_div .pagination .page-numbers.current , .pagination_div .pagination .page-numbers:hover{
    opacity: 1;
}
.wpcf7-submit{
    background: #0094EA !important;
    color: #ffffff !important;
    padding: 3px 20px;
    text-transform: uppercase !important;
}
.contact_us_title{
    font-size: 24px;
    font-family: "OpenSans-Light";
    text-transform: uppercase;
}
.contact_sideb {
    background: none repeat scroll 0 0 #f5f5f5;
    padding-bottom: 15px;
    margin-top: 20px;
}
.contact_sideb .textwidget i{
    color: #0090E5;
}
abbr[title]{
    border: none !important;
}
.contact_sideb .main_address {
    line-height: 32px;
}
.contact_sideb .main_address .office_email a:hover{
    color: #0090E5;
}
.wpcf7-form .wpcf7-form-control-wrap input{
    padding: 3px 7px;
    width: 90%;
}
.wpcf7-form .wpcf7-form-control-wrap textarea{
    line-height: 10px;
    width: 90%;
}
.wpcf7-form > p{
    margin: 0;
    font-size: 14px;
}
.alm-btn-wrap{
    float: left;
    width: 100%;
}
.search-results article
{
    margin-bottom: 20px;
}
/*css for submit vodeo*/
.submit_video_wrapper .form-control{
    height: 35px;
    width: 50%;
    font-size: 13px;
}
.submit_video_wrapper textarea.form-control{
    height: 70px;
}
.submit_video_wrapper .form-group {
    font-family: opensansRegular;
    font-size: 13px;
    margin-bottom: 15px;
}
.submit_video_wrapper .alert{
    width: 50%;
}
.rev_slider_wrapper.fullwidthbanner-container{
    z-index: 0;
}
.cart_totals table tr > td{
    padding-left: 15px !important;
}
span.feedback{
    display: none;
}
.quantity .input-text.qty{
    padding-left: 5px;
    padding-right: 5px;
}
h1.page-custom-title,
.search-results h1.page-title,
.search-no-results h1.page-title{
    font-family: "OpenSans-Light";
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
}
.woocommerce-checkout .variation-color > p,
.shop_table.cart .variation-color > p {
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}
.shop_table.cart .single-qty-lbl{
    display: none;
}
.woocommerce-cart .woocommerce > form,
.remove_success.woocommerce-message{
    float: left;
    width: 100% !important;
}
.cart-collaterals{
    float: left;
}
.shipping-calculator-form p button.button {
    line-height: normal;
    padding: 5px 10px;
}
.cart_totals h2 {
    font-family: OpenSansRegular;
    font-size: 24px;
    margin-top: 10px;
}
.update-total {
    float: right;    
}
.delete-item-btn {
    float: left;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce h2,
.title h3,
.woocommerce-account .woocommerce h2{
    font-family: OpenSansRegular;
    font-size: 20px;
}
#ship-to-different-address .checkbox,
#ship-to-different-address .input-checkbox{
    float: left;    
}
#ship-to-different-address .checkbox{
    margin: 0 5px 0 0;
}
/*.contact-us-page .row{
    margin: 0 -15px;
}*/
.myaccount_user > a,
.addresses .title a{
    color: #008ADB;
}
.product-name > a,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock{
    font-size: 14px;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
    background-color: #ff0000 !important;
}
.woocommerce a.remove{
    line-height: 12px !important;
}
a.shipping-calculator-button{
    color:#0088d9;
}
.search-results h1.page-title,
.search-no-results h1.page-title{
    display: block;
}
.page-header{
    margin: 30px 0 20px !important;
}
.search-results  .site-content .container > .row,
.search-no-results  .site-content .container > .row,
.woocommerce-cart  .site-content .container > .row,
.woocommerce-wishlist .site-content .container > .row{
    margin: 0 -15px;
}
.search-no-results .page-content {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.categorypage{
    float:left;
    margin-top: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin-bottom: 0 !important;
}
.product_details .compare_product a.compare.added{
    color: transparent;
}
/*
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@-webkit-keyframes example {
    from { transform: scale(2.0); }
    to   { transform: scale(1.0); }
}
/* This is the element that we apply the animation to. */
@media screen and (max-width:992px){
    .woocommerce .products.categorypage ul.products > li{
        width: 30%;
    }
}
@media screen and (max-width:980px){
    #yith-quick-view-modal .yith-wcqv-wrapper{
        max-width: 650px !important;
    }
}
@media screen and (max-width:768px){
    .single-product .price-field span.amount, .single-product .single_variation span.amount{
       	font-size: 14px;
    }
    .submit_video_wrapper .form-control{
         width: 100%;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper{
        max-width: 500px !important;
    }
    #yith-quick-view-modal .yith-wcqv-wrapper .cart .single_add_to_cart_button{
        margin-top: 7px !important;
    }
}
@media screen and (max-width:720px){
    .woocommerce .products.categorypage ul.products > li{
        width: 31%;
    }
    .product_details .compare_product{
        display: none;
    }
}
@media screen and (max-width:600px){
    .woocommerce .products.categorypage ul.products > li{
        width: 48%;
    }
}
@media screen and (max-width:553px){
    .shop_table tr td .coupon{
        margin-top: 7px !important;
    }
    .shop_table tr td .coupon input{
        margin-left: 0 !important;
    }
}
@media screen and (max-width:480px){
    .my_caption{
        padding: 0 0 0 12px !important;
        font-size: 14px !important;
    }
    .map_image{
        width: 100%;
        float: left;
    }
    .map_image{
        width: 100%;
        float: left;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 , .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        width: 100% !important;
    }
    .res_search , .res_search .entry-summary{
        width: 100% !important;
        text-align: center;
    }
   #yith-quick-view-modal .yith-wcqv-wrapper{
        max-width: 285px !important;
        min-width: 285px !important;
    }
}
@media screen and (max-width:400px){
    .woocommerce .products.categorypage ul.products > li{
        width: 100%;
    }
}
@media screen and (max-width:360px){
    .woocommerce .products.categorypage ul.products > li{
        min-height: 565px;
    }
}
@media screen and (max-width:320px){
    .woocommerce table.wishlist_table thead th{
        padding: 16px 10px !important;
    }
}
