/*
Theme Name: AccessPress Store Pro
Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-store/
Author: AccessPress Themes
Author URI: http://accesspressthemes.com/
Description: AccessPress Store Pro is WordPress theme that work beautifully with WooCommerce. The theme is packed with lots of exciting feature that enhances the ecommerce experience. It features Product slider, advanced whistlist, Featu#BB2120 product show list, call to action and many more. With its advanced customizer options, setting up the ecommerce website has become much more easy. Great customer support via online chat, email, support forum. Official support forum: http://accesspressthemes.com/support/ View full demo here: http://demo.accesspressthemes.com/accesspress-store-pro/
Version: 2.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: accesspress-store
Tags: white, light, custom-menu, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, featu#BB2120-images, fixed-layout, custom-header, custom-colors, translation-ready, custom-background, threaded-comments, featu#BB2120-images, custom-header
This theme, like WordPress, is licensed under the GPL.
AccessPress Store Pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*--------------------------------------------------------------
2.0.0 Reset
--------------------------------------------------------------*/
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;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page cente#BB2120 in all browsers regardless of content height */  
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */    
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: border-box;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    overflow: hidden;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    
    border-collapse: separate;
    border-spacing: 0;
}
caption,th,td {
    font-weight: normal;
    text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}
blockquote,q {
    quotes: "" "";
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
    color: #141414;
    font-size: 15px;
    line-height: 1.8;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #141414;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 15px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin-bottom: 10px;
}
b, strong {
    font-weight: 600;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 1.5rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: transparent;
    text-decoration: none;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul, ol {
    margin: 0 0 15px 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    vertical-align: middle;
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 0;
}
table {
    margin: 0 0 15px;
    width: 100%;
}
th {
    font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    outline: 0;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {} button:hover,
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {} button:focus,
input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,
input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {} input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],
textarea,input[type="tel"] {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,
input[type="search"]:focus,textarea:focus {
    color: #111;
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],
input[type="search"] {
    padding: 3px;
}
textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    
    padding-left: 3px;
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
    
    width: 100%;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
    color: #c97178;
    outline: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover{
    color: red
}
.promo-product1 a:hover .promo-image,
.widget_accesspress_storemo:hover .caption,
.widget.widget_accesspress_store_icon_text {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget_accesspress_storemo:hover .caption .promo-btn {
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.store-menu {
    height: 100%;
}
.main-navigation .menu-toggle {
    display: none;
}
.main-navigation {
    position: relative;
    background: #313131;
    width: auto;
    /*padding-left: 61px; */
    height: 100%;
}
.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.main-navigation ul li.accesspress-menu-item-custom ul {
    min-width: 150px;
}
.headerone .main-navigation ul li.accesspress-menu-item-custom ul {
    white-space: nowrap;
}
.headerone .main-navigation ul li ul li.accesspress-menu-item-custom ul li a {
    padding-right: 10px !important;
}
.main-navigation ul.menu {
    position: relative;
    display: block;
    background: #313131;
    width: 100%;
    z-index: 500;
}
.main-navigation:after,
.main-navigation ul.menu:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.main-navigation.align-right > ul > li {
    float: right;
}
.main-navigation.align-center ul {
    text-align: center;
}
.main-navigation.align-center ul ul {
    text-align: left;
}
.main-navigation ul.menu > li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
.header-three .main-navigation ul.menu > li, .header-three #site-navigation .menu > li > a {
    width: 100%;
}
.main-navigation ul.menu > li:last-child a {
    padding: 15px 0 15px 15px;
}
.main-navigation ul.menu > #menu-button {
    display: none;
}
.main-navigation ul li a {
    display: block;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}
.main-navigation ul.menu > li > a {
    font-size: 16px;
    line-height: 30px;
    padding: 15px 20px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -ms-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease-out;
}
.headerone .main-navigation ul.menu > li > a {
    text-transform: none;
}
.main-navigation ul.menu > li.menu-item-has-children > a {
    padding-right: 32px;
}
.main-navigation ul.menu > li a:hover {
    color: #BB2120;
}
.main-navigation li.menu-item-has-children::after {
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
}
.main-navigation ul.menu > li.menu-item-has-children::after {
    right: 0px;
    top: 15px;
    border: 5px solid transparent;
    border-top-color: #ffffff;
}
.headerone .main-navigation ul.menu > li.menu-item-has-children::after {
    display: none;
}
.main-navigation ul.menu > li:hover::after {
    border-top-color: #BB2120;
}
#indicatorContainer {
    position: absolute;
    height: 12px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
}
#pIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    z-index: -2;
    -webkit-transition: left .25s ease;
    -moz-transition: left .25s ease;
    -ms-transition: left .25s ease;
    -o-transition: left .25s ease;
    transition: left .25s ease;
}
#cIndicator {
    position: absolute;
    height: 0;
    width: 100%;
    border: 12px solid transparent;
    border-top-color: #2b2f3a;
    top: -12px;
    right: 100%;
    z-index: -2;
}
.main-navigation ul li > ul {
    position: absolute;
    left: -9999px;
    top: 70px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
}
.main-navigation ul ul ul {
    top: 37px;
    padding-left: 5px;
}
.header-two .main-navigation ul ul ul {
    padding-left: 10px;
}
.main-navigation ul ul li {
    position: relative;
    width: 100%;
}
.main-navigation ul.menu > li:hover > ul {
    left: auto;
    top: 56px;
    opacity: 1;
    background: #BB2120;
    min-width: 150px;
    display: block;
}
.headerone .main-navigation ul.menu > li:hover > ul {
    white-space: nowrap;
}
.sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.main-navigation.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
    opacity: 1;
}
.main-navigation ul ul > li:hover > ul {
    left: 100%;
    top: 0;
    opacity: 1;
}
.main-navigation.align-right ul ul > li:hover > ul {
    left: auto;
    right: 170px;
    top: 0;
    opacity: 1;
    padding-right: 5px;
}
.main-navigation ul ul > li a {
    min-width: 160px;    
    border-bottom: 1px solid #eeeeee;    
    background: #E23C36;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}
.main-navigation.align-right ul ul li a {
    text-align: right;
}
.main-navigation ul ul li:hover > a {
    background: rgb(181, 44, 39);
    color: #FFFFFF;
}
.main-navigation ul ul li:last-child > a,
.main-navigation ul ul li.last > a {
    border-bottom: 0;
}
.main-navigation ul.menu > li > ul::after {
    content: '';
    border: 6px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #E23C35;
    position: absolute;
    top: -12px;
    left: 30px;
}
.main-navigation.align-right > ul > li > ul::after {
    left: auto;
    right: 30px;
}
.main-navigation ul ul li.menu-item-has-children::after {
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    right: 0px;
    top: 15px;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
.main-navigation ul.menu ul li.menu-item-has-children::after {
    top: 18px;
}
.main-navigation.align-right ul ul li.menu-item-has-children::after {
    border-left-color: transparent;
    border-right-color: #9ea2a5;
    right: auto;
    left: 10px;
}
.main-navigation ul ul li.menu-item-has-children:hover::after {
    border-left-color: #B52C27;
    right: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.main-navigation.align-right ul ul li.menu-item-has-children:hover::after {
    border-right-color: #ffffff;
    border-left-color: transparent;
    left: -5px;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.ak-container:before,.promo-product1:before,.feature-cat-product-wrap:before,.clearfix:before,
.ak-container:after,.promo-product1:after,.feature-cat-product-wrap:after,.clearfix:after,
.ak-container:before,.entry-content:before,.entry-content:after,.comment-content:before,
.comment-content:after,.site-header:before,.site-header:after,.site-content:before,
.site-content:after,.site-footer:before,.site-footer:after {
    content: "";
    display: table;
}
.clearfix:after,.ak-container:after,.promo-product1:after,.promo-product1:after,.feature-cat-product-wrap:after,
.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 15px;
}
/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}
/* Search widget */

.widget_search .search-submit {
    display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

#main {
    margin: 0px auto;
    width: 1170px;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 15px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.search-results article:first-child .entry-header {
    margin-top: 0px;
}
.page-content,
.entry-content,
.entry-summary {} .page-links {
    clear: both;
    margin: 0 0 15px;
}
.post-thumbnail {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
Sidebar CSS
--------------------------------------------------------------*/

#primary-wrap {
    width: 75%;
    float: left;
}
.left-sidebar #primary {
    float: right;
}
.both-sidebar #primary {
    float: right;
}
.no-sidebar #primary {
    width: 100%;
    float: none;
}
#secondary.secondary-left {
    float: left;
}
#secondary.secondary-right {
    float: right;
}
.both-sidebar #secondary.secondary-left {
    float: left;
}
.both-sidebar #secondary.secondary-right {
    float: right;
    width: 23%
}
body.boxed #page {
    width: 1200px;
    margin: 0 auto;
    background: #FFF;
}
#main.blog-post {
    margin-top: 25px;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
    font-weight: 400;
    /*overflow: hidden;*/
    
    position: relative;
}
.ak-container {
    width: 1170px;
    margin: 0px auto;
}
.hide {
    display: none;
}
.img_responsive {
    width: 100% !important;
    height: auto !important;
}

/*--------------------------------------------------------------
Header css
--------------------------------------------------------------*/

.top-header .ak-container,
.home_navigation .ak-container {
    position: relative;
    margin: 0 auto;
}
#masthead {
    border: 1px dotted #cdcdcd;
    border-left: none;
    border-right: none;
    padding: 0 0 18px 0;
}
#site-branding {
    float: left;
    width: 20%;
    padding-bottom: 5px;
    min-width: 60px;
}
.headerone #site-branding {
    float: none;
}
#site-branding .site-logo {
    float: left;
    margin-right: 5px;
}
#site-branding .site-text {
    float: left;
}
#site-branding h1.site-title {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    margin: 0;
    line-height: 1.2;
}
#site-branding h2.site-description {
    font-size: 14px;
    color: #888;
    margin: 0;
}
.product-remove a.remove.remove_from_wishlist:hover {
    border-radius: 0px;
    background: #BB2120 !important;
}
#site-branding h1 a {
    text-transform: uppercase;
    color: #c97178;
    text-decoration: none;
}
.login-woocommerce {
    float: right;
    font-size: 13px;
    line-height: 16px;
    margin: 8px 0;

}
.right-header-main.clearfix {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 75%;
    height: 100%;
}

.headerone .right-header-main.clearfix {
    float: right;
    margin-top: -56px;
    max-height: 56px;
    max-width: 75%;
    background: #313131;
    height: 56px;
    position: relative;
}

.headerone .right-header-main.clearfix:after {
    position: absolute;
    content: "";
    left: -2px;
    top: 0;
    height: 100%;
    width: 5px;
    background-color: #313131;
}

.headerone .inner_home:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    margin-left: 585px;
    min-height: auto;
    height: 56px;
    content: "";
    background: #313131;
    z-index: -1;
}

#site-navigation,
.search-icon {
    display: inline-block;
    vertical-align: top;
}
#site-navigation .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#site-navigation > .store-menu > ul > li {
    float: left;
    height: 100%;
    border-bottom: none; 
}


#site-navigation li a {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    font-weight: 400;
    position: relative;
    display: block;
    margin-left: 10px;
    padding: 13px 15px;
    line-height: 30px;
}
.headerone #site-navigation li a {
    text-transform: none;
}
.headerone #site-navigation li a {
    margin-left: 0;
}
#site-navigation > ul > li > a:hover,
#site-navigation > ul > li.current-menu-item > a,
#site-navigation > ul > li.current-menu-ancestor > a,
.search-icon a {
    color: #BB2120;
}
#site-navigation > ul > li > a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "/";
    color: #AAA;
}
/*--------------------------------------------------------------
Search Home css
--------------------------------------------------------------*/

.search-icon {
    margin-left: 10px;
    font-size: 14px;
}
.search-icon a {
    color: #4b4b4b;
}
.search-icon a:hover {
    color: #c97178;
}
.search-box {
    left: 50%;
    position: fixed;
    width: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s ease 0.3s, visibility 0s ease 0.8s;
    -moz-transition: width 0.3s ease 0.3s, visibility 0s ease 0.8s;
    transition: width 0.3s ease 0.3s, visibility 0s ease 0.8s;
    background: rgba(30, 176, 188, 0.7);
    height: 100%;
    visibility: hidden;
    top: 0;
    z-index: 999999;
}
.search-box.active {
    width: 100%;
    visibility: visible;
    -webkit-transition: width 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
}
.search-box .search-submit {
    display: none;
}
.search-box .searchsubmit {
    display: none;
}
.search-box .search-field {
    position: absolute;
    top: 50%;
    height: 80px;
    border: none;
    border-bottom: 1px solid #ffffff;
    width: 80%;
    margin-left: -40%;
    left: 50%;
    margin-top: -40px;
    background: none;
    color: #ffffff !important;
    font-size: 46px;
    font-style: italic;
    font-weight: 300;
}
.search-box .search-field:focus {
    border: none;
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #ffffff;
}
.search-box .search-field::-webkit-input-placeholder {
    color: #ffffff !important;
}
.search-box .search-field::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1;
}
.search-box .search-field:-ms-input-placeholder {
    color: #ffffff !important;
}
.search-box .close {
    color: #ffffff;
    font-size: 180px;
    font-weight: 300;
    margin-top: -90px;
    position: absolute;
    right: 30px;
    top: 0;
    cursor: pointer;
    display: none;
}
.search-box.active .close {
    display: block;
}

/*--------------------------------------------------------------
Home category slider css
--------------------------------------------------------------*/

#main-slider {
    position: relative;
    margin-bottom: 20px;
    padding: 0
}
#main-slider img {
    width: 100%;
}
.slider-caption {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 35%;
    width: 100%;
    z-index: 9999;
}
.slider-caption .caption-title {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    line-height: 72px;
    text-transform: uppercase;

}
.caption-content-wrapper {   
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
}
.caption-read-more {
    color: #FFF;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #FFF;
    padding: 8px 15px;
}
.caption-read-more:hover {
    background: #c97178;
    border: 1px solid #c97178;
    color: #FFF;
}
.boxed .caption-content-wrapper,
.boxed .caption-read-more {
    /* margin-left: 100px;*/
}
#main-slider .bx-controls .bx-pager {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
}
#main-slider .bx-pager-item a,
#message-slider .bx-controls .bx-pager-item a,
.project-block-wrap .bx-controls .bx-pager-item a {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: transparent;
    display: block;
    height: 12px;
    width: 12px;
}
#main-slider .bx-pager-item a:hover,
#main-slider .bx-pager-item a.active,
#message-slider .bx-controls .bx-pager-item a:hover,
#message-slider .bx-controls .bx-pager-item a.active,
.project-block-wrap .bx-controls .bx-pager-item a:hover,
.project-block-wrap .bx-controls .bx-pager-item a.active {
    background: #c97178;
}
#main-slider .bx-controls .bx-controls-direction {
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 100%;
}
#main-slider .bx-controls .bx-controls-direction a {
    float: left;
    color: transparent;
    background: url("images/slider-prev-next.png") no-repeat scroll 0 0;
    display: block;
    height: 78px;
    width: 40px;
    position: relative;
    z-index: 99999;
}
#main-slider .bx-controls .bx-controls-direction a.bx-next {
    float: right;
    background-position: -40px 0;
}

/*--------------------------------------------------------------
        Message slider css
--------------------------------------------------------------*/

#message-slider {
    margin-bottom: 70px;
    text-align: center;
}
.color-bold,
.message-title span {
    color: #c97178;
    font-weight: 600;
}

.message-content {
    font-size: 16px;
    margin-bottom: 50px;
}
#message-slider .bx-wrapper {
    position: relative;
    border-bottom: 1px solid #eee;
}
#message-slider .bx-controls .bx-pager {
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    left: 50%;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    width: auto;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
}
#message-slider .bx-controls .bx-pager-item a,
.project-block-wrap .bx-controls .bx-pager-item a {
    background: #f2f2f2;
}

/*--------------------------------------------------------------
Service section css
--------------------------------------------------------------*/
#service-section {
    margin-bottom: 65px;
}
.section-title-wrap {
    margin-bottom: 40px;
    text-align: center;
}
.sub-desc {
    font-size: 16px;
    line-height: 24px;
}
.service-block,
.feature-block {
    float: left;
    margin-left: 3%;
    width: 22%;
}
.service-block-wrap,
.feature-block-wrap {
    margin-left: -3%;
}
.service-title,
.feature-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0 5px;
}
.service-title a {
    color: #141414;
}
.service-title a:hover {
    color: #109ba5;
}
.service-image {
    position: relative;
    overflow: hidden;
}
.service-image .image-wrap,
.slick-slider .slick-prev,
.slick-slider .slick-next,
#ak-top {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    display: block;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.service-image:hover .image-wrap {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.service-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.service-image:hover .service-overlay {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}
.service-overlay a {
    width: 35px;
    height: 35px;
    background: #c97178;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    top: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}
.service-overlay a:hover {
    background: #109ba5;
}
.service-desc,
.feature-desc {
    font-size: 14px;
    line-height: 22px;
}

/*--------------------------------------------------------------
Call to action Banner section css
--------------------------------------------------------------*/
#cta-banner {
    background: none repeat scroll 0 0 #f2f2f2;
    padding: 35px 0;
    margin-bottom: 50px;
}
.cta-banner-text {
    float: left;
    width: 80%;
}
.cta-banner-text.full-width {
    width: 100%;
    float: none;
}
.cta-banner-btn {
    float: right;
    width: 17%;
}
.cta-banner-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0;
}
.cta-banner-desc {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.cta-banner-btn a {
    border: 1px solid #c97178;
    color: #c97178;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 21px;
    font-size: 14px;
    padding: 0 15px;
}
.cta-banner-btn a:hover {
    background: #c97178;
    color: #ffffff;
}
.cta-banner-btn a i {
    margin-right: 10px;
}

/*--------------------------------------------------------------
Feature section css
--------------------------------------------------------------*/

#features {
    margin-bottom: 40px;
}
.feature-block {
    text-align: center;
}
.feature-block-wrapper {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 65px;
}
.feature-block .feature-icon {
    border: 1px solid #c97178;
    border-radius: 100%;
    color: #c97178;
    font-size: 36px;
    height: 89px;
    line-height: 89px;
    margin: 20px auto 30px;
    text-align: center;
    width: 89px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    display: block;
    padding: 20px;
}
.feature-icon:hover {
    border: 3px solid #c97178;
}
.feature-icon img {
    border-radius: 50%;
    display: block;
}
.feature-title a {
    text-transform: uppercase;
    color: #141414;
}
.feature-title a:hover {
    color: #c97178;
}
.feature-read-more,
.info-read-more {
    border-bottom: 1px dashed #c97178;
    display: inline-block;
    margin-top: 18px;
}
.feature-read-more:hover,
.info-read-more:hover {
    border-bottom: 1px dashed #0C8D96;
    padding-left: 5px;
    padding-right: 5px;
}

/*--------------------------------------------------------------
Blog section css
--------------------------------------------------------------*/

.blog-block-wrapper {
    background: none repeat scroll 0 0 #f1f1f1;
    padding: 45px 0 20px;
}
.blog-block {
    float: left;
    margin: 0 0 2% 2%;
    width: 48%;
}
.block-block-wrap {
    margin-left: -2%;
}
.blog-image {
    position: relative;
    overflow: hidden;
}
.blog-overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: center;
}
.blog-image:hover .blog-overlay {
    opacity: 1;
    visibility: visible;
}
.blog-overlay a {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 100%;
    background: #c97178;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
.blog-overlay a:hover {
    background: #109ba5;
}
.blog-anchor-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}
.blog-date {
    background: none repeat scroll 0 0 #c97178;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    height: 80px;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
    width: 80px;
    position: relative;
    cursor: pointer;
}
.blog-date:after {
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c97178;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -7px;
    opacity: 0;
    padding: 7px;
    position: absolute;
    top: -7px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    width: 100%;
}
.blog-date:hover:after {
    box-shadow: 0 0 0 1px #27a4c8;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.blog-date-wrap {
    float: left;
    width: 22%;
}
.blog-content {
    float: left;
    width: 78%;
}
#blog .blog-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
}
#blog .blog-title a {
    color: #141414;
}
#blog .blog-title a:hover {
    color: #c97178;
}
.blog-content-wrapper {
    padding: 16px 20px 0;
    background: #ffffff;
}
.blog-desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px;
}
.blog-comments > span {
    margin-right: 23px;
    display: inline-block;
}
.blog-comments a {
    color: #4b4b4b;
    font-size: 12px;
}
.blog-comments a:hover {
    color: #c97178;
}
.blog-comments .fa {
    margin-right: 5px;
}
.blog-comments-wrap {
    border-top: 1px solid #f1f1f1;
    margin-top: 15px;
    padding: 5px 0;
    text-align: left;
}
.blog-comments {
    width: 78%;
    float: right;
}
.blog-comments .tags {
    margin-right: 0;
}

/*--------------------------------------------------------------
Blog section css
--------------------------------------------------------------*/

#widgets {
    margin-bottom: 50px;
}
.widget-block {
    width: 47%;
    float: left;
    margin-left: 3%;
}
#widgets .widget-container {
    padding-top: 66px;
    padding-bottom: 66px;
    border-bottom: 1px solid #f2f2f2;
}
.widget-container-wrap {
    margin-left: -3%;
}
.info-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
}

.info-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
}
.info-read-more {
    margin-top: 0;
}
.project-block-wrap {
    position: relative;
}
.project-block-wrap .slides {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.project-block-wrap .slides .project-img-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkittransform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    transition: transform 1s ease 0s;
}
.project-block-wrap .slides:hover .project-img-wrap {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    transform: translateY(-60px);
}
.project-block-wrap .bx-slider {
    margin-left: -3%;
}
.project-title {
    background: none repeat scroll 0 0 #f9f8f8;
    line-height: 36px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
}
.project-content-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    transform: translateY(250px);
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1.5s ease 0s;
    -moz-transition: -moz-transform 1.5s ease 0s;
    transition: transform 1.5s ease 0s;
    background: #c97178;
    text-align: center;
    color: #ffffff;
}
.project-block-wrap .slides:hover .project-content-wrap {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 1s ease 0s;
    -moz-transition: -moz-transform 1s ease 0s;
    transition: transform 1s ease 0s;
}
.project-content-wrap .project-title {
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    background: none;
    padding-top: 60px;
}
.project-content {
    font-size: 12px;
    line-height: 17px;
    margin: 10px 0;
    padding: 0 10px;
}
.project-link-wrap a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 20px;
    margin-right: 2px;
    width: 24px;
}
.project-block-wrap .bx-controls.bx-has-pager {
    line-height: 5px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 5px;
    width: 50%;
}
.project-block-wrap .bx-wrapper .bx-pager {
    text-align: right;
}

/*--------------------------------------------------------------
Client section css
--------------------------------------------------------------*/

#testimonial {
    margin-bottom: 50px;
}
.testimonial-thumb {
    margin-left: 37px;
    border: 4px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 5px #ccc;
    width: 100px;
    height: 100px;
}
.testimonial-thumb:first-child {
    margin-left: 0;
}
.testimonial-thumb-wrap {
    margin-bottom: 20px;
    text-align: center;
}
.testimonail-content-wrap {
    border-top: 1px solid #c97178;
}
#testimonial .testimonial-quote,
#testimonial .speaker-name {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    padding: 0 110px;
    text-align: center;
}
#testimonial .speaker-name {
    margin-top: 26px;
    font-style: normal;
}
.testimonail-content {
    padding-top: 30px;
    display: none;
}
.testimonial-thumb.active {
    position: relative;
}
.testimonial-thumb.active:after {
    background: url("images/testimonial-arrow.png") no-repeat scroll center center #ffffff;
    content: "";
    width: 14px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -7px;
}

/*--------------------------------------------------------------
    Footer section css
--------------------------------------------------------------*/

    #colophon {}

    #secondary.sidebar .widget-title:after,
    .comments-area .comment-respond h3.comment-reply-title:after{
      color: #BB2120
  }
  .widget_archive a, .widget_categories a, .widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_recent_comments li{    padding-left: 20px;}
  #toggle-cat div{    background: #BB2120;}    

  .title-bg, a.quick-wishlist, .content-area article .entry-content p.meta-info a, .top-footer-block .widget-title:after, 
  .widget_search button, a, .ui-tabs-nav li a, .widget_accesspress_cta_video .banner-btn .btn, .ticker_tick a, .header-callto a:first-child, .header-callto a:last-child, 
  .login-woocommerce a, .new-prod-slide .slick-slide .price, .feature-prod-wrap .price, .woocommerce ul.products li.product .price, #top-footer .cta-banner .banner-btn a, 
  .woocommerce div.product p.price, .woocommerce div.product span.price, #secondary.sidebar ul li a, .single-img a.boxer.button.small, .aptf-tweet-content .aptf-tweet-name, 
  .aptf-tweet-content a, .cat_icon:before, .blog_desc .entry-header p.meta-info a{
    color: #BB2120;
}

.title-bg, a:hover.quick-wishlist, .content-area article .entry-content p.meta-info a:hover, .top-footer-block .widget-title:after, 
.widget_search button, a, .ui-tabs-nav li a:hover, .widget_accesspress_cta_video .banner-btn .btn, .ticker_tick a:hover, .header-callto a:first-child, .header-callto a:hover:last-child, 
.login-woocommerce a:hover, .new-prod-slide .slick-slide .price, .feature-prod-wrap .price, .woocommerce ul.products li.product .price, #top-footer .cta-banner .banner-btn a:hover, 
.woocommerce div.product p.price, .woocommerce div.product span.price, #secondary.sidebar ul li a:hover, .single-img a:hover.boxer.button.small, .aptf-tweet-content .aptf-tweet-name, 
.aptf-tweet-content a:hover, .cat_icon:before, .blog_desc .entry-header p.meta-info a:hover{
    color: #BB2120;
}

#content .page_header_wrap #accesspress-breadcrumb span, .woocommerce .entry-header .woocommerce-breadcrumb span, 
#respond input#submit, .content-area article .entry-content a.read-more{background-color: #BB2120 ; border-color: #BB2120  }

#content .page_header_wrap #accesspress-breadcrumb span:after, .woocommerce .entry-header .woocommerce-breadcrumb span:after{
    color: #BB2120;
}

.term-description{
    color: #fff;
    position: relative;
}

/*--------------------------------------------------------------
    Top-footer css
--------------------------------------------------------------*/

    #top-footer {
      padding: 40px 0;
  }
  .top-footer-wrap {
    margin-left: -2%;
}
.top-footer-block {
    float: left;
    margin-left: 2%;
}
.columns-1 .top-footer-block {
    width: 100%;
}
.columns-2 .top-footer-block {
    width: 48%;
}
.columns-3 .top-footer-block {
    width: 31.33%;
}
.columns-4 .top-footer-block {
    width: 23%;
    word-break:break-all;
}
.footer-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.top-footer-block {
    font-size: 14px;
    line-height: 22px;
    color: #3d3d3d;
    font-weight: 300;
}
.top-footer-block .widget {
    margin: 0;
    box-shadow: none;
    padding-bottom: 0;
}
.top-footer-block .es_caption {
    font-size: 15px;
    line-height: 24px;
    color: #848484;
    max-height: 80px;
    overflow: hidden;
    margin-bottom: 0px;
    font-weight: 400;
}
.top-footer-block .es_lablebox {
    font-size: 14px;
    color: #BB2120;
    font-weight: 400;
}
.top-footer-block .es_textbox input {
    width: 100%;
    background: #e7e7e7;
    border: none;
    color: #a0a0a0;
    font-size: 15px;
    line-height: 40px;
    padding: 0px 5px;
    border-radius: 0;
    padding-left: 10px;
}
.top-footer-block .es_button input {
    display: inline-block;
    background: #BB2120;
    border: none;
    color: #ffffff;
    font-size: 13px;
    line-height: 35px;
    padding: 0px 30px;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    height: auto;
    cursor: pointer;
    border:2px solid #BB2120;
    box-shadow: none; 
}
.top-footer-block .es_button input:hover {
    opacity: 0.8;
    background-color: transparent;
    color: #BB2120
}
.contact-info {
    margin: 0;
    list-style: none;
}
.contact-info li:first-child {
    margin-bottom: 20px;
}
.contact-info li {
    line-height: 20px;
}

/*--------------------------------------------------------------
News-letter css
--------------------------------------------------------------*/

.newsletter-block .footer-title {
    margin-top: 20px;
}
.newsletter-block input[type="text"] {
    border: medium none;
    color: #3d3d3d;
    float: left;
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px;
    width: 65%;
}
.newsletter-block input[type="submit"] {
    background: none repeat scroll 0 0 #c97178;
    border: medium none;
    color: #ffffff;
    font-size: 16px;
    height: 37px;
    width: 35%;
}

/*--------------------------------------------------------------
Middle-footer css
--------------------------------------------------------------*/

#middle-footer {
    background: #c1c1c1;
    text-align: center;
    padding: 10px 0;
}
.footer-menu ul {
    list-style: none;
    margin: 0;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li .children {
    display: none;
}
.footer-menu li a {
    border-left: 1px solid #AAA;
    color: #808080;
    padding: 0 15px;
    font-size: 12px;
    line-height: 12px;
    display: block;
}
.footer-menu li a:hover,
.footer-menu li.current-menu-item a,
.footer-menu li.current-menu-ancestor a {
    color: #141414;
}
.footer-menu li:first-child a {
    border-left: none;
}

/*--------------------------------------------------------------
Bottom footer css
--------------------------------------------------------------*/

#bottom-footer {
    background: #252525;
    padding: 10px 0;
    color: #fff;
}
.copyright {
    float: left;
    font-size: 12px;
    line-height: 26px;
}
.copyright a {
    color: #FFF;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
}
.copyright a:hover {
    color: #109BA5;
}
.social-icon {
    margin: 0;
    float: right;
    list-style: none;
}
.social-icon a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin-left: 15px;
}
.social-icon a:hover {
    color: #c97178;
}

/*--------------------------------------------------------------
Page header/Breadcrums css
--------------------------------------------------------------*/

.page_header_wrap {
    background: none repeat scroll 0 0 #c97178;
    /*margin: 25px 0;*/

    padding: 25px 0;
}
.home .page_header_wrap {
    margin-top: 0;
}
.page_header_wrap .entry-header {
    float: left;
    margin-bottom: 0;
}
.page_header_wrap .entry-title {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
    position: relative;
    z-index: 9;
}
.page_header_wrap .entry-meta {
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
}
.page_header_wrap .entry-meta a {
    color: #FFF;
}
.title-comments-wrap .title-comment {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
#accesspress-breadcrumb {
    float: right;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
    text-transform: lowercase;
}
.accesspress-breadcrumb, .woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb.accesspress-breadcrumb {
    margin-top: 15px;
}
#accesspress-breadcrumb a {
    color: #e6e6e6;
    font-size: 12px;
    font-weight: 700;
}

/*--------------------------------------------------------------
Inner page css
--------------------------------------------------------------*/

.inner {
    background: #f5f5f5;
    padding: 2.1% 0;
}
#primary {
    float: left;
    width: 66.66%;
    position: relative;
}
.inner-images {
    float: left;
    margin: 0 15px 15px 0;
}

/*--------------------------------------------------------------
sidebar css
--------------------------------------------------------------*/

#secondary {
    width: 31%;
    float: right;
}
/*--------------------------------------------------------------
Tab-widget css
--------------------------------------------------------------*/
.tab-header {
    border-bottom: 1px solid #c97178;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 10px;
    text-align: center;
}
.tab-header li {
    display: inline-block;
    margin-left: 44px;
}
.tab-header li:first-child {
    margin-left: 0;
}
.tab-header li a {
    line-height: 18px;
    color: #818181;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.tab-header li a.current,
.tab-header li a:hover {
    color: #141414;
    position: relative;
}
.tab-header li a.current:after {
    background: url("images/tab-arrow.jpg") no-repeat scroll center center;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 4px;
    bottom: -14px;
    content: "";
}
.tab-pic {
    float: left;
    width: 26%;
}
.tab-content {
    float: right;
    width: 72%;
}
.popular,
.recent {
    padding: 10px;
}
.tab-title {
    font-size: 14px;
    line-height: 16px;
}
.tab-date {
    color: #9a9a9a;
    font-size: 12px;
    font-style: italic;
}
.tab-desc {
    color: #818181;
    font-size: 12px;
    line-height: 18px;
}
.tab-link {
    font-size: 12px;
    line-height: 16px;
}
.tags a {
    background: none repeat scroll 0 0 #c97178;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 0 10px;
}
.tags a:hover {
    background: #0C8D96;
}

/*--------------------------------------------------------------
widget css
--------------------------------------------------------------*/
.widget {
    margin: 0 0 25px;
    padding-bottom: 10px;
}
.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px 0 0 10px;
}
.widget_archive ul,.widget_categories ul,.widget_recent_entries ul,.widget_meta ul,.widget_recent_comments ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.widget_archive a, .widget_categories a, .widget_recent_entries a, .widget_meta a,
.widget_recent_comments a, .widget_recent_comments li {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 32px;
    position: relative;
    padding-left: 15px;
    font-weight: 400;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.widget_archive a:hover, .widget_categories a:hover, .widget_recent_entries a:hover, .widget_meta a:hover,
.widget_recent_comments a:hover {
    color: #BB2120;
}

.widget_archive a:before,.widget_categories a:before,.widget_recent_entries a:before,
.widget_meta a:before,.widget_recent_comments li:before {
    content: "\f187";
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 14px;
    color: #3d3d3d;
    font-family: "FontAwesome";
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.widget_categories a:before {
    content: "\f07b";
}
.widget_recent_entries a:before {
    content: "\f101";
}
.widget_meta a:before {
    content: "\f105";
}
.widget_recent_comments li:before {
    content: "\f086";
    top: 0;
}
.widget_search {
    padding: 15px;
}
.newsletter-block.widget input[type="text"] {
    background: none repeat scroll 0 0 #f2f2f2;
}
#suscribe form {
    padding: 0 10px;
}
.widget-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 20px 0 10px;
}
.tagcloud {
    padding-top: 10px;
}
.tagcloud a {
    display: inline-block;
    margin-bottom: 3px;
    padding: 5px 10px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tagcloud a:hover {
    background: #fff;
    color: #bb2120;
    border-color: #bb2120;
}
.widget_search input {
    width: 100%;
    padding: 0 32px 0 10px;
}
.widget_search button {
    background: none;
    border: none;
}
.widget_search .searchform {
    position: relative;
}
.widget_search button {
    background: none repeat scroll 0 0;
    border: medium none;
    color: #c97178;
    margin-top: -14px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
}

/*--------------------------------------------------------------
Leave a comment css
--------------------------------------------------------------*/
#comments {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.comments-title {
    font-weight: 600;
    font-size: 24px;
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
}
.comments-title:after {} .comment-title-wrap {
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 10px;
    padding-left: 35px;
}
.comment-title-wrap:before {
    content: "\f0e6";
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    font-family: "FontAwesome";
}
.comment-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.comment-list .comment-author img {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -50px;
}
.comment-list .comment-meta {
    margin-top: 0;
}
.comment-list .comment-body {
    padding-left: 130px;
    position: relative;
}
.comment-awaiting-moderation {
    display: none;
}
.comment-metadata a {
    color: #3d3d3d;
    display: block;
    font-size: 13px;
    font-style: italic;
    text-align: left;
}
.comment-list .url {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.comment-content {
    font-size: 14px;
    line-height: 24px;
}
.reply a {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-left: 18px;
}
.reply a:before {
    position: absolute;
    content: "\f112";
    left: 0;
    top: 0;
    font-family: "FontAwesome";
}
ol.comment-list li.comment .comment-body {
    box-shadow: 0 0 3px #cccccc;
    padding-bottom: 15px;
    padding-top: 15px;
}
ol.comment-list li.comment ol.children {
    list-style: outside none none;
    margin: 10px 0px;
    text-indent: 0;
}
.comments-area .comment {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
#respond {
    background: #f2f2f2;
    position: relative;
}
.comment-form-author,
.comment-form-email {
    width: 47%;
    float: left;
    margin-left: 3%;
}
.name-email-row {
    margin-left: -3%;
}
#respond input,
#respond textarea {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 10px;
    border-radius: 0px;
}
#respond textarea {
    height: 135px;
    resize: none;
    padding: 10px;
}
#respond .comment-form-author input,
#respond .comment-form-email input {
    width: 100%;
}
#respond input#submit {
    padding: 0 20px;
    width: auto;
    background: #c97178;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
#respond input#submit:hover {
    background: #109ba5;
}
#reply-title {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #BB2124;
}
#reply-title small {
    float: right;
    padding-right: 10px;
}
#reply-title small a:hover {
    color: #141414;
}

/*--------------------------------------------------------------
Search css
--------------------------------------------------------------*/
.entry-title {
    font-weight: 400;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 0px;
}
.entry-title a {
    color: #5A5A5A;
}
.entry-meta {
    color: #141414;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.entry-thumbanil {
    margin: 0 0 10px;
    position: relative;
    text-align: center;
}
.entry-thumbanil:hover a {
    display: block;
}
.entry-thumbanil a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.thumb_inner {
    display: table-cell;
    vertical-align: middle;
}
.thumb_outer {
    display: table;
    width: 100%;
    height: 100%;
}
.thumb_inner i.fa {
    border: 1px solid #EBEBEB;
    padding: 15px;
    border-radius: 100%;
    font-size: 24px;
    font-weight: bold;
    color: rgb(235, 235, 235);
}
.entry-thumbanil img {
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.entry-thumbanil:hover img {
    opacity: 0.8;
}
.entry-footer {
    font-weight: 300;
    margin-top: 10px;
}
.search article,
.hentry {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
}
.hentry:last-child {
    border-bottom: 0;
}
.cat-links,
.tags-links {
    display: inline-block;
    margin: 0 20px 10px 0;
    position: relative;
    color: #141414;
    padding-left: 20px;
}
.cat-links:before,
.tags-links:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f07b";
    font-family: "FontAwesome";
}
.tags-links:before {
    content: "\f02c";
}
.cat-links a,
.tags-links a {
    color: #141414;
}
.cat-links a:hover,
.tags-links a:hover {
    color: #109BA5;
}
.edit-link a {
    background: none repeat scroll 0 0 #c97178;
    color: #ffffff;
    display: inline-block;
    padding: 0 10px 0 30px;
    position: relative;
    border-radius: 3px;
    font-size: 13px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
.page_header_wrap .entry-date {
    color: #FFF;
}
.page_header_wrap .entry-date:before {
    color: #FFF;
}
.comments-link a,
.entry-date {
    color: #808080;
    font-style: normal;
    padding: 0 10px 0 20px;
    position: relative;
    margin-right: 10px;
}
.comments-link a:before,
.edit-link a:before,
.entry-date:before {
    position: absolute;
    content: "\f0e5";
    left: 0;
    top: 0;
    font-family: "FontAwesome";
    color: #808080;
}
.edit-link a:before {
    content: "\f044";
    color: #ffffff;
    left: 10px;
}
.entry-date:before {
    content: "\f017";
    top: 2px;
}
.edit-link a:hover {
    background: #109ba5;
}

/*--------------------------------------------------------------
404 page css
--------------------------------------------------------------*/
.oops {
    color: #c97178;
    display: block;
    float: left;
    font-size: 170px;
    padding: 70px 0;
    text-align: right;
    width: 50%;
}
.error404 .error-num {
    float: right;
    font-weight: 400;
    padding-bottom: 100px;
    width: 455px;
}
.error404 .error-num .num {
    background: none repeat scroll 0 0 #c97178;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    font-size: 151px;
    font-weight: 400;
    height: 300px;
    line-height: 300px;
    margin-top: 70px;
    text-align: center;
    width: 300px;
}
.error404 .not_found {
    color: #c97178;
    display: block;
    font-size: 34.9px;
    font-weight: 400;
    padding-left: 30px;
}
.error404 #primary {
    width: 100%;
}

/*--------------------------------------------------------------
Single page nav css
--------------------------------------------------------------*/
.nav-previous a,
.nav-next a {
    height: 30px;
    line-height: 30px;
    background: #109ba5;
    color: #ffffff;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 98%;
}
.nav-next a {
    padding-right: 40px;
    float: right;
}
.nav-previous a {
    padding-left: 40px;
    float: left;
}
.nav-previous a:before,
.nav-next a:before {
    position: absolute;
    font-family: "FontAwesome";
    color: #ffffff;
    top: 0;
}
.nav-previous a:before {
    left: 10px;
    content: "\f060";
}
.nav-next a:before {
    right: 10px;
    content: "\f061";
}
.nav-previous a:after,
.nav-next a:after {
    background: rgba(255, 255, 255, 0.1);
    height: 96px;
    width: 80px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: "";
    top: 0;
}
.nav-previous a:after {
    left: 15px;
    top: -25px;
    -webkit-transform: rotate(70deg);
    -moz-transform: rotate(70deg);
    transform: rotate(70deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}
.nav-next a:after {
    right: 15px;
    top: -25px;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    transform: rotate(-70deg);
    -webkit-transform-origin: 100% 0 0;
    -moz-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
}

/*--------------------------------------------------------------
Newsletter css
--------------------------------------------------------------*/
.newsletter-widget .newsletter-email,
.newsletter-widget .newsletter-email:focus {
    margin-top: 20px;
    width: 100%;
    padding: 5px 5px !important;
    border-radius: 0 !important;
    border-right: none;
    box-shadow: none;
}
.newsletter-widget p {
    float: left;
}
.newsletter-submit {
    background: #c97178;
    border: 1px solid #c97178;
    color: #ffffff;
    margin-top: 20px;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.newsletter-submit:hover {
    background: #109BA5;
}

/*--------------------------------------------------------------
Blog css
--------------------------------------------------------------*/
.more-link {
    display: block;
    margin-top: 5px;
}
.blog .entry-title {
    font-size: 32px;
    margin-bottom: 20px;
}
.blog_layout4 .content-inner,
.blog_layout1 .content-inner,
.blog_layout2 .content-inner,
.blog_layout3 .content-inner {
    margin-bottom: 30px !important;
}
.blog_layout4 article:last-child .content-inner,
.blog_layout1 article:last-child .content-inner,
.blog_layout2 article:last-child .content-inner,
.blog_layout3 article:last-child .content-inner {
    margin-bottom: 0px !important;
}
.blog_layout2 .entry-thumbanil,
.blog_layout3 .entry-thumbanil {
    float: left;
    width: 50%;
    margin-bottom: 0px;
}
.blog_layout2 .blog_desc,
.blog_layout3 .blog_desc {
    float: left;
    width: 50%;
    padding: 0px 10px;
}
.blog_layout2 .entry-header {
    margin-bottom: 0px;
}
.blog_layout2 .entry-meta,
.blog_layout3 .entry-meta {
    display: none !important;
}
.blog_layout2 .inner_article,
.blog_layout3 .inner_article {
    margin: 0px -10px;
}
.blog_layout3>article:nth-child(even) .entry-thumbanil {
    float: right;
}
.blog_layout2 .entry-title,
.blog_layout3 .entry-title {
    line-height: 1;
}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/
.ap_column {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}
.ap_column {
    margin-left: 2%;
    padding: 0 0%;
}
.ap-row .ap_column:first-child {
    margin-left: 0;
}
.ap-span1 {
    width: 15.0%;
}
.ap-span2 {
    width: 32.0%;
}
.ap-span3 {
    width: 49.0%;
}
.ap-span4 {
    width: 66.0%;
}
.ap-span5 {
    width: 83.0%;
}
.ap-span6 {
    margin-left: 0;
    width: 100%;
}
.promo-wrap1 {
    overflow: hidden;
}
.promo-wrap1 .promo-product1 {
    margin-left: -10px;
    margin-right: -10px;
}
.promo-product1 aside {
    width: 31.6%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.promo-product1 aside:last-child {
    padding-right: 0px;
}
.feature-prod-wrap {
    float: left;
    margin-right: 1%;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 24%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.feature-prod-wrap li {
    list-style: none;
}
.slick-dots {
    display: none !important;
}
.boxer-container .star-rating {
    display: none;
}
.star-rating {
    background: #fff;
    display: block;
}
.star-rating span {
    background: #fff;
    display: block;
}
.feature-prod-wrap {
    margin-bottom: 20px;
}
.page-template-page-home .new-prod-slide .slick-slide .add_to_cart_button:before,
.page-template-page-home .feature-cat-product .add_to_cart_button:before,
.page-template-page-home .latest-cat-product .slick-slide .add_to_cart_button:before,
.page-template-page-home .feature-cat-product .add_to_cart_button:before {
    font-family: FontAwesome;
    content: "\f07a";
    margin-right: 5px;
    color: #ffffff !important;
}
.page-template-page-home ul.slick-slider {
    margin: 0px;
    padding: 0px;
}
.added {
    display: none !important;
}
.page-template-page-home .new-prod-slide .slick-slide .add_to_cart_button,
.page-template-page-home .feature-cat-product .add_to_cart_button,
.page-template-page-home .feature-cat-product .added_to_cart,
.page-template-page-home .new-prod-slide .added_to_cart,
.page-template-page-home .latest-cat-product .slick-slide .add_to_cart_button,
.page-template-page-home .latest-cat-product .added_to_cart {
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    display: block;
    background: #BB2120;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 0px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    opacity: 0;
}
.page-template-page-home .new-prod-slide .slick-slide:hover .add_to_cart_button,
.page-template-page-home .new-prod-slide .slick-slide:hover .added_to_cart,
.page-template-page-home .feature-cat-product .slick-slide:hover .added_to_cart,
.page-template-page-home .feature-cat-product .slick-slide:hover .add_to_cart_button,
.page-template-page-home .latest-cat-product .slick-slide:hover .add_to_cart_button,
.page-template-page-home .latest-cat-product .slick-slide:hover .added_to_cart{
    bottom: 0px;
    opacity: 1;
    right: 0px;
    visibility: visible;
}
.page-template-page-home .new-prod-slide .slick-slide:hover .added_to_cart,
.page-template-page-home .feature-cat-product .slick-slide:hover .added_to_cart,
.page-template-page-home .latest-cat-product .slick-slide:hover .added_to_cart,
.page-template-page-home .feature-cat-product .slick-slide:hover .added_to_cart {
    z-index: 999999;
}

/**************** Home Page 2 *******/

.headerone .right-header-main.clearfix{
    background-color: transparent;
}

.headerone #site-navigation li a{
    padding: 13px 3px;
}

.headerone .right-header-main.clearfix:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    margin-left: 585px;
    min-height: auto;
    height: 56px;
    content: "";
    background: #313131;
    z-index: -1; 
}

.headerone .inner_home:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50%;
    margin-left: 585px;
    min-height: auto;
    height: 56px;
    content: "";
    background: #313131;
    z-index: -1;
}

#menu-mega-menu > li {
    display: inline-block;
    border-bottom: 1px solid #444444;
    position: relative;
}
.header-two #menu-mega-menu.menu > li {
    width: 100%;
}
.parallax-second #menu-mega-menu > li {
    border-bottom: medium none;
}

.header-two .main-navigation ul.menu > li:hover > ul,  .header-three .main-navigation ul.menu > li:hover > ul{
    left: 100%;
    top: 0px;
}
.header-two .main-navigation ul ul,  .header-three .main-navigation ul ul{
    height: auto;
}

.header-two .main-navigation ul.menu > li > ul::after, .header-three .main-navigation ul.menu > li > ul::after{
    display: none;
}

.header-two .main-navigation ul.menu > li.menu-item-has-children::after, .header-three .main-navigation ul.menu > li.menu-item-has-children::after{
   border-top-color:transparent;
   border-left-color:#BB2120;
}
.item-img,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product {
    position: relative;
    overflow: hidden;
}
.parallax-navigation ul.menu li ul.sub-menu {
    background: #ddd none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.parallax-navigation ul.menu li:hover > ul.sub-menu {
    opacity: 1;
    filter: alpha (opacity= 100);
    visibility: visible;
}
.parallax-navigation ul.menu li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}
.parallax-navigation ul.menu li ul.sub-menu li a {
    width: 100%;
    border-bottom: 1px solid #fff;
}

.short_desc {
    font-size: 16px;
    line-height: 20px;
    color: #7f7e7e;
    font-weight: 400;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom:10px;

}
.latest-cat-product .slick-slide {
    padding: 0 10px
}
.new-prod-slide .slick-slide h3,.feature-prod-wrap h3,.feature-cat-image h3,.latest-cat-product .slick-slide h3,
.according-latest .ui-accordion-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin: 0px;
    margin-top: 5px;
    overflow: hidden;
}
.ui-accordion-content span.price {
    display: inline-block;
}
p.product-star {
    margin: 0;
    padding: 0
}
.new-prod-slide .slick-slide,
.latest-cat-product .slick-slide {
    text-align: center;
}
.new-prod-slide .slick-slide a,
.latest-cat-product .slick-slide a {
    color: #fff;
}

.new-prod-slide .slick-slide a:hover,
.latest-cat-product .slick-slide a:hover {
    color: #BB2120;
}

.woocommerce ul.products.products.columns-4 li.product .button,
.woocommerce ul.products.products.columns-4 li.product a {
    font-size: 11px
}
.woocommerce ul.products.products.columns-4 li.product .button:before,
.woocommerce ul.products.products.columns-4 li.product a:before {
    display: none
}
.new-prod-slide .slick-slide .price,.feature-prod-wrap .price,.latest-cat-product .slick-slide .price,
.ui-accordion-content .price,.woocommerce ul.products li.product .price, .price span, .amount{
    color: #5B8845;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;   
}

.feature-prod-wrap img {
    transition: all 0.4s ease 0s;
}

.price del {
    display: inline-block !important;
    font-size: 80%;
}

.price ins {
    background: none;
}
.woocommerce.single.single-product .related.products,.woocommerce.single.single-product ul.products {
    border: none !important;
    clear: both;
}
.related.products .quick-info a.boxer .fa {
    line-height: inherit;
    margin-right: 5px;
}
#boxer .boxer-content a.add_to_wishlist {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.title-bg {
    background: transparent ;
    border-bottom: 3px solid #bb2120;
    margin-bottom: 20px;
}

.search-results header.entry-header h2 {
    line-height: 20px;
    padding-left: 10px;
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent;
    padding: 0px;
    border-bottom: 3px solid #ef9999;
}

.search-results header.entry-header h2 a {
    margin: 0px;
    text-transform: capitalize;
    padding: 7px 10px;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
}

.search-results h2.entry-title,.prod-title,.accordion-with-product .latest-product,
.widget_accesspress_store_team .title-bg .prod-title {
    background: transparent;
    color: #282828;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 4px 0px;
    display: inline-block;
    position: relative;
    margin: 0px;
    padding-right: 90px;
    word-spacing: 5px;
    font-family: lato;
    min-height: 30px
}
.search-results header.entry-header .entry-title a::after {
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    border-top: 42px solid white;
    border-bottom: 0px solid transparent;
    border-right: 47px solid #bb2120;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: -42px;
    z-index: 1;
}
.search-results .widget_shopping_cart .cart_list.product_list_widget li .quantity {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
}
.search-results .widget_shopping_cart .cart_list.product_list_widget li {
    margin-bottom: 10px;
    border-bottom: 1px solid #a8a7a7;
}
.search-results .widget_shopping_cart .cart_list.product_list_widget li:hover {
    border-bottom-color: #BB2120 !important;
    cursor: pointer !important;
}
.woocommerce.single.single-product .related.products h2 {
    padding-left: 10px;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin: 0px;
    padding-right: 90px;
    word-spacing: 5px;
    font-family: lato;
}
.page-template-page-home ul.slick-slider {
    position: static;
}
.woocommerce.single.single-product .related.products ul.products li .item-wishlist,
.woocommerce.single.single-product .upsells.products ul.products li .item-wishlist {} .woocommerce.single.single-product .related.products ul.products li .star-rating,
.woocommerce.single.single-product .upsells.products ul.products li .star-rating {
    display: none;
}
.woocommerce.single.single-product .related.products ul.products li .added,
.woocommerce.single.single-product .upsells.products ul.products li .added {
    display: none;
}
.woocommerce.single.single-product .related .products{
    padding-top: 0px !important;
}
.woocommerce.single.single-product .upsells.products {
    margin-top: 15px;
}
.search-results .posted-on {
    padding-bottom: 10px;
    display: block;
}
.prod-title::after {
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 47px solid #bb2120;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 10%;
    z-index: 1;
}
.prod-title::before {
    content: " ";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 0;
    z-index: 1;
    background-color: #BB2120;
}
.search-results article {
    background: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 5px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(235, 235, 235, 1);
    -moz-box-shadow: 1px 1px 5px 1px rgba(235, 235, 235, 1);
    box-shadow: 1px 1px 5px 1px rgba(235, 235, 235, 1);
}
/*.product-slider {
    margin-bottom: -30px;
}*/
.product-slider .widget.widget_accesspress_store_client_logo, 
.product-slider.testimonial .widget.widget_accesspress_store_testimonial {
    margin-bottom: 0;
    padding-bottom: 0;
}
.product-slider .widget.widget_accesspress_store_client_logo .logo-slide {
    margin-bottom: 0;
}
.widget_accesspress_store_product_tab .title-bg {
    background: #bb2120 ;
}
.widget_accesspress_store_product_tab .ui-tabs-nav {
    background-color: #fff
}
.search-results span.comments-link {
    float: right;
}
.search-results span.cat-links {
    float: right
}
.search-results article .entry-summary {
    margin-left: 10px;
    color: #695A5A;
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
}
.search-results article .entry-footer {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
    padding-bottom: 10px;
}
.search-results article .entry-footer .comments-link a,
.search-results span.cat-links a {
    font-size: 14px;
    line-height: 18px;
    color: #838080;
    font-style: italic;
    font-weight: bold;
}
.search-results span.cat-links {
    color: #838080;
}
.search-results article .entry-footer .comments-link a:hover:before {
    color: #BB2120;
}
.search-results article .entry-footer .comments-link a:hover,
.search-results article .entry-footer .cat-links a:hover {
    color: #BB2120;
}
.search-results .entry-meta {
    display: none;
}
.product-cat-desc .cat_desc p {
    display: none;
}
.product-cat-desc h3 {
    font-family: "Lato black", sans-serif;
    font-size: 44px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 220%;
    text-align: center;
    padding: 0px;
    color: #ffffff;
}
.left_align .product-cat-desc h3 {
    margin-right: 50px
}
.right_align .product-cat-desc h3 {
    margin-left: 50px
}
#promo-section3 {
    padding: 45px 0;
}
.widget_accesspress_store_product {
    position: relative;
    margin-bottom: 0;
}

.widget_accesspress_store_product .title-bg,.accordion-slider .title-bg,
.widget_accesspress_store_category_tab .title-bg {
    background: #bb2120!important;
}

.widget_accesspress_store_product .prod-title, .accordion-slider .prod-title,
.widget_accesspress_store_category_tab .ui-tabs-nav {
    background: #fff;
}

.new-prod-slide .slick-prev, .latest-cat-product .slick-prev {
    position: absolute;
    right: 37px;
    top: -62px;
    cursor: pointer;
    display: inline-block !important;
    width: 22px;
    margin-top: 11px;
    background-size: 100%;
    background-color: #000  ;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
}
.new-prod-slide .slick-prev:hover, .new-prod-slide .slick-prev.slick-disabled,
.latest-cat-product .slick-prev:hover, .latest-cat-product .slick-prev.slick-disabled {
    background-color: #676566;
    background-size: 100%;
}

.new-prod-slide .slick-next:hover, .new-prod-slide .slick-next.slick-disabled, .latest-cat-product .slick-next:hover,
.latest-cat-product .slick-next.slick-disabled {
    background: #676566;
    background-size: 100%;
}
.new-prod-slide .slick-next, .latest-cat-product .slick-next {
    position: absolute;
    right: 11px;
    top: -62px;
    cursor: pointer;
    display: inline-block ;
    width: 22px;
    margin-top: 11px;
    background-size: 100%;
    background-color: #000 ;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
}

.widget_accesspress_store_pro_special_product .new-prod-slide .slick-prev {
    position: absolute;
    right: 25px;
    top: -70px;
    cursor: pointer;
    display: inline-block !important;
    width: 22px;
    margin-top: 11px;
    background-size: 100%;
    background-color: #000;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
}

.widget_accesspress_store_pro_special_product .new-prod-slide .slick-next{
    position: absolute;
    right: 0px;
    top: -70px;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    margin-top: 11px;
    background-size: 100%;
    background-color: #000;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
}

.new-prod-slide .slick-next i, .latest-cat-product .slick-next i {
    color: #fff;
}
.new-prod-slide .slick-prev i, .latest-cat-product .slick-prev i {
    color: #fff;
}

.promo-product2 aside {
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 33%;
    vertical-align: top;
}
.cta-banner {
    float: left;
    width: 50%;
    text-align: left;
    margin-left: 8%;
    margin-top: 1%;
}
.ap-icon-text-icon .fa {
    font-size: 45px;
    color: #cacaca;
    padding: 0% 25%;
    line-height: 90px;
}
.ap-icon-text-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #595959;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
}
.ap-icon-text-inner .ap-icon-text-content {
    overflow: hidden;
    line-height: 18px;
    font-size: 14px;
    color: #676767;
    height: 36px;
    text-align: left;
}
.ap-icon-text-inner {
    padding: 0 20px;
}
.bx-slider .slick-prev {
    background: url("images/prev-arrow.png") no-repeat scroll center center rgba(255, 255, 255, 0.8);
    bottom: 60px;
    cursor: pointer;
    display: block;
    height: 58px;
    left: 72%;
    position: absolute;
    text-indent: -9999px;
    width: 35px;
    background-size: 50%;
}
.bx-slider .slick-next {
    background: url("images/next-arrow.png") no-repeat scroll center center;
    top: 50%;
    margin-top: -83px;
    cursor: pointer;
    display: block;
    height: 166px;
    right: 10%;
    position: absolute;
    text-indent: -9999px;
    width: 96px;
    background-size: 50%;
}
.bx-slider .slick-next:hover {
    background: url("images/next-arrow1.png") no-repeat scroll center center;
    background-size: 50%;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    background: none repeat scroll 0 0 #BB2120;
    color: #fff;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 9px 6px;
    margin: 0px;
}
.woocommerce table.shop_table th {
    text-transform: uppercase;
}
.top-footer-block .widget-title {
    margin: 0;
    padding: 10px 0px;
    line-height: 16px;
    background-color: transparent;
    position: relative;
    color: #5a5a5a;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-right: 20%;
}
.top-footer-block .widget-title:before {
    content: " ";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 0;
    z-index: 1;
    background-color: #BB2120;
}
.top-footer-block .widget-title:after {
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 47px solid #BB2120;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 10%;
    z-index: 1;
}
.top-footer-block .title-bg {
    margin-bottom: none;
    background-color: transparent;
}
.signup_desc {
    font-size: 15px;
    color: #848484;
    line-height: 24px;
    font-weight: 400;
}
.signup input {
    width: 100%;
    border-radius: 0px;
    background-color: #e7e7e7;
    padding-left: 20px;
    border: none;
    height: 40px;
}
.signup button {
    color: #fff;
    background-color: #BB2120;
    border: none;
    font-size: 13px;
    height: 37px;
    width: 135px;
    margin-top: 20px;
    cursor: pointer;
}
.widget_aptf_slider_widget .bx-wrapper {
    background: none;
    border: none;
    box-shadow: none;
}
.aptf-tweet-content a {
    color: #BB2120 !important;
    font-size: 15px !important;
    line-height: 22px !important;
}
.aptf-tweet-content .aptf-tweet-name {
    color: #BB2120 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}
.aptf-tweet-content {
    color: #848484;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}
.widget_aptf_slider_widget .bx-controls.bx-has-controls-direction {
    display: none;
}
.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #e7e7e7;
}
.site-info {
    font-size: 13px;
}
.seal-logo-wrap {
    float: right;
}
.seal-logo-wrap img {
    width: 50px;
}
.promo-product1 .promo-image {
    position: relative;
}
.promo-product1 .promo-image .caption {
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #FFF;
}
.promo-product1 .promo-image .caption h4 {
    color: #555555;
    padding-left: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
/*.promo-product1 aside:first-child .promo-image .caption div.promo-desc {
    text-align: center;
}*/
.promo-product1 .promo-image .caption div.promo-desc {
    color: #727272;
    font-size: 16px;
    line-height: 20px;
    display: block;
    height: 40px;
    font-weight: 400;
    overflow: hidden;
}
#promo-section2 .promo-product2 aside {
    width: 100%;
    padding: 40px 0px;
}
.cta-video-btn.bttn {
    background-color: #c97178;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 42px;
    line-height: 42px;
    margin: 24px 0 0 5px;
    padding: 0 26px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.banner-btn .btn:hover {
    border: 1px solid #FFF ;
    color: #c97178 ;
}
.banner-btn .btn i {
    margin-right: 5px;
    font-size: 21px;
    float: right;
    margin-left: 40px;
}
.cta-title_simple.main-title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0;
    width: 65%;
    line-height: 40px;
    text-transform: uppercase;
}
.cta-desc_simple {
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #BB2120;
    text-transform: uppercase;
}
.banner-btn .btn {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #7f7e7e;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cta-video-btn.bttn:hover {
    color: #FFF !important;
}
.caption-read-more2 {
    display: none;
}
.caption-read-more1 {
    background-color: #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    margin: 0 0 0 15px;
    padding: 20px 26px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    position: relative;
}
.caption-read-more1:after {
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    border-top: 57px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 47px solid #000000;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    left: -46px;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.caption-read-more1::before {
    content: url(images/arrow.png);
    position: absolute;
    right: -55px;
    background: #BB2120;
    padding: 19.5px;
    top: 0px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.woocommerce ul.products li.product h3 {
    color: #000000 !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce ul.products li.product:hover h3 {
    opacity: 1;
    visibility: visible;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
    color: #BB2120;
}
.woocommerce .price-cart {} .woocommerce .wc-products {
    overflow: hidden
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    /* width: 33.33%; */
}

.woocommerce ul.products li.product .price-cart .gridlist-buttonwrap {
    clear: both;
}
.woocommerce ul.products li:hover .price-cart .button {
    left: 0px;
}
.woocommerce ul.products li.product .price-cart {
    text-align: center;
}
.woocommerce ul.products li.product .price-cart .button,
.woocommerce ul.products li.product .price-cart .added_to_cart {
    background: #BB2120;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 0px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    margin: 0px;
    border: 2px solid #BB2120;
    float: none
}
.woocommerce ul.products li.product .price-cart .button:hover,
.woocommerce ul.products li.product .price-cart .added_to_cart:hover {
    background: transparent;
    color: #BB2120;
}

.woocommerce ul.products.grid li.product .price-cart .button.added {
    display: none;
}

.woocommerce ul.products.grid li.product .price-cart .gridlist-buttonwrap a.button:before,
.woocommerce.single.single-product .entry-summary form button.button:before {
    font-family: FontAwesome;
    content: "\f07a";
    margin-right: 5px;
    color: #ffffff  ;
}

p.cart{
    margin: 0
}

.collection_combine {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.woocommerce ul.products.list li.product img {
    width: 100% !important;
}


.full-outer {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.full-outer .outer-img {
    display: table;
    width: 100%;
    height: 100%;
}

.full-outer .inner-img {
    display: table-cell;
    vertical-align: middle;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}

.woocommerce ul.products.grid li.product .price del {
    display: inline-block;
    margin-right: 10px;
}
.woocommerce ul.products.grid li.product .price ins {
    font-weight: 400;
}
.woocommerce .products.grid .star-rating {
    display: none;
}
ul.products.list li.product {
    position: relative;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    border: 1px solid #eee;
    padding: 10px;
}
ul.products.list li.product .collection_combine {
    float: left;
    width: 35%;
}
ul.products.list li.product .star-rating,
ul.products.list li.product .short_desc {
    display: none !important;
}
.woocommerce ul.products.list li.product a img {
    max-width: 100% !important;
    width: auto !important;
    margin: 0px;
    padding: 0px;
    float: none !important;
    display: inline-block !important;
}
.woocommerce ul.products.list li.product .onsale {
    margin: 0px;
}
.woocommerce ul.products.list .collection_desc {
    float: right;
    width: 65%;
    padding-left: 30px;
}
ul.products.list .collection_title {
    display: block;
}
ul.products.list li.product h3,
ul.products.list li.product div[itemprop="description"],
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
    width: 100% !important;
    float: none !important;
}
.woocommerce ul.products.list li.product .price-cart {
    margin-top: 0px;
}
.woocommerce ul.products.list li.product .price-cart span.price {
    display: block;
    text-align: left;
    width: 100%;
}
.woocommerce ul.products.list li.product h3 {
    text-align: left;
}

.woocommerce ul.products li.product .price-cart span.price span.amount,
.woocommerce ul.products li.product .price-cart span.price ins {
    display: inline-block;
    opacity: 1;
    margin: 0px 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
}
.woocommerce ul.products.list li.product div[itemprop="description"] {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7f7e7e;
    overflow: hidden;
}
.woocommerce ul.products.list li.product .price-cart .gridlist-buttonwrap {
    display: block;
    text-align: left;
    float: none;
}
.woocommerce ul.products.list li.product .price-cart .gridlist-buttonwrap a.button {
    display: inline-block;
    padding: 0px 30px;
    float: none;
    width: auto;
    background: #BB2120;
    border: 2px solid #BB2120;
    color: #ffffff;
    margin-top: 0px;
    line-height: 36px;
}
.woocommerce ul.products.list li.product .price-cart .gridlist-buttonwrap a.button:hover {
    background: transparent;
    color: #BB2120;
}
.woocommerce ul.products.list li.product .price-cart .gridlist-buttonwrap a.button.added {
    display: none;
}
.woocommerce ul.products.list li.product .price-cart .gridlist-buttonwrap a.added_to_cart {
    display: inline-block;
    padding: 0px 30px;
    float: none;
    width: auto;
    background: #BB2120;
    color: #ffffff;
    margin-top: 0px;
}
.woocommerce ul.products.list li.product .price-cart .gridlist-buttonwrap a.button:before,
.woocommerce ul.products li.product .price-cart .gridlist-buttonwrap a.added_to_cart:before {
    font-family: FontAwesome;
    content: "\f07a";
    margin-right: 5px;
    color: #ffffff !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    color: #BB2120
}

.woocommerce ul.products li.product .price-cart .gridlist-buttonwrap a.button:hover:before {
    color: #BB2120 !important;
}

.woocommerce .woocommerce-message {
    border: none;
    border-bottom: 3px solid #ef9999;
    background: #ffffff;
    padding: 5px 0px !important;
    padding-left: 40px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #BB2120 !important;
    background: #FFF !important;
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
    background: #BB2120  ;
    color: #FFF ;
    border-radius: 0px  ;
    border: 2px solid #BB2120;
}
.woocommerce .woocommerce-message:before {
    color: #BB2120 !important;
    margin-top: -10px;
    left: 10px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    padding: 0px 10px;
}
.menu li.home {
    padding: 6px 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #c97178;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #BB2120;
    border: 2px solid #BB2120;
    padding: 8px;
    border-radius: 0
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: transparent;
}
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {

    color: #FFF;
}
.woocommerce a.button {
    background: none;
    padding: 0;
}
.woocommerce ul.products li.product .button {
    margin: 0;
    float: right;
}
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #C05860;
    color: #FFF;
}
.woocommerce a.button:hover {
    background: none;
    color: #fff;
}
.mini_cart_item .quantity {
    display: block;
    -ms-transform: rotate(7deg);
    background: rgb(226, 69, 69);
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.mini_cart_item {
    background: #EEE;
}
.main-navigation ul ul::before {
    border-bottom: 10px solid #BB2120;
}
.mini_cart_item a {
    color: #c97178 !important;
}
.woocommerce .woocommerce-info::before {
    color: #c97178;
}
.woocommerce .woocommerce-info {
    border-color: #c97178;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 8px;
}

.prowishlist {
    background: none !important;
    border: 0 !important;
    color: #fff !important;
}

.single-product .yith-wcwl-wishlistexistsbrowse a,
.single-product .yith-wcwl-wishlistaddedbrowse a {
    float: left;
    margin-top: 0;
    height: 32px !important;
    margin-top: 0px;
    font-size: 14px !important;
    line-height: 28px !important;
    padding: 0px 10px !important;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0px;
    border: 2px solid #BB2120;
    background-color: #BB2120;
    color: #fff;
    font-weight: 700;
}
.yith-wcwl-wishlistexistsbrowse a:hover,
.yith-wcwl-wishlistaddedbrowse a:hover {
    background-color: transparent;
    color: #BB2120
}
.single-img a.boxer.button.small {
    color: #BB2120;
}
.single-img a.boxer.button.small:hover {
    color: #fff;
}

.single-img a.email-icon:hover{
    color: #AF1F1E !important
}
/** added by sadip */

.widget_accesspress_store_product2 .feature-cat-image.left_align {
    float: left;
    width: 48%;
    text-align: left;
}
.widget_accesspress_store_product2 .feature-cat-image.right_align {
    float: right;
    width: 48%;
    text-align: right;
}
.feature-cat-image > img {
    max-width: 100%;
    display: inline-block;
}
.widget_accesspress_store_product2 .feature-cat-product .slick-next,
.widget_accesspress_store_product2 .feature-cat-product .slick-prev {
    position: static;
    cursor: pointer;
    display: inline-block !important;
    width: 22px;
    margin-top: 0px;
    background-size: 100%;
    background-color: #000 ;
    text-align: center;
    line-height: 22px;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 6px;
}
.widget_accesspress_store_product2 .feature-cat-product .slick-next {
    margin-right: 0
}

.widget_accesspress_store_product2 .feature-cat-product .slick-next,
.widget_accesspress_store_product2 .feature-cat-product .slick-prev {
    color: #fff
}
.feature-cat-product-wrap {
    position: relative;
}
.widget_accesspress_store_product2 .feature-cat-product {
    margin-top: 35px;
    width: 50%;
    position: relative;
    overflow: visible;
    text-align: right;
}
.boxed .widget_accesspress_store_product2 .feature-cat-product {
    margin-top: 39px;
}
.widget_accesspress_store_product2 .feature-cat-product.right_align {
    float: left;
    position:static;
}
.widget_accesspress_store_product2 .feature-cat-product.right_align> .slick-prev {
    position:absolute;
    left:0; 
    bottom:0;
}
.widget_accesspress_store_product2 .feature-cat-product.right_align> .slick-next{
    position:absolute;
    left:0;
    bottom: 0;
    margin-left: 29px;  
}

.widget_accesspress_store_product2 .feature-cat-product.left_align {
    float: right;
    position: static;
}
.widget_accesspress_store_product2 .feature-cat-product .slick-prev:hover,
.widget_accesspress_store_product2 .feature-cat-product .slick-prev.slick-disabled {
    background-size: 100%;
    background-color: #676566;
}
.widget_accesspress_store_product2 .feature-cat-product .slick-next:hover,
.widget_accesspress_store_product2 .feature-cat-product .slick-next.slick-disabled {
    background-size: 100%;
    background-color: #676566;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    cursor: not-allowed !important;
}
.columns-widget-count-2 aside {
    width: 48%;
    float: left;
    margin: 0 5px;
}
.columns-widget-count-3 aside {
    width: 30%;
    float: left;
    margin: 0 5px;
}
.ticker-title,
.ticker_tick {
    color: #000;
}
.ticker-content,
.ticker-swipe {
    background-color: transparent;
    color: #000;
}
.welcome-user {
    float: left;
    margin-left: 5px;
}
.ticker-wrapper.has-js {
    width: 50%;
    display: inline-block;
    float: left;
}
.ticker {
    width: 100%;
    height: 20px;
}
.feature-cat-image {
    overflow: hidden;
    position: relative;
}
.widget_accesspress_store_product2 .feature-cat-image.right_align::before {
    content: " ";
    display: block;
    width: 0;
    height: 50%;
    border-top: 300px solid #ffffff;
    border-bottom: 0px solid transparent;
    border-right: 56px solid transparent;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    left: 0px;
    z-index: 1;
}
.widget_accesspress_store_product2 .feature-cat-image.left_align::after {
    content: " ";
    display: block;
    width: 0;
    height: 50%;
    border-bottom: 300px solid #ffffff;
    border-top: 0px solid transparent;
    border-left: 56px solid transparent;
    position: absolute;
    bottom: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 0px;
    z-index: 1;
}
.widget_accesspress_store_product2 .feature-cat-image.left_align::before {
    content: " ";
    display: block;
    width: 0;
    height: 50%;
    border-top: 300px solid #ffffff;
    border-bottom: 0px solid transparent;
    border-left: 56px solid transparent;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 0px;
    z-index: 1;
}
.widget_accesspress_store_product2 .feature-cat-image.right_align::after {
    content: " ";
    display: block;
    width: 0;
    height: 50%;
    border-bottom: 300px solid #ffffff;
    border-top: 0px solid transparent;
    border-right: 56px solid transparent;
    position: absolute;
    bottom: 0;
    margin-top: 0px;
    margin-left: 0;
    left: 0px;
    z-index: 1;
}
.product-cat-desc {
    background: rgba(0, 0, 0, 0.46) none repeat scroll 0 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}
.widget.widget_accesspress_store_icon_text {
    background: #ccc none repeat scroll 0 0;
    clear: both;
}
#before-footer {
    background-color: #FBFBFB;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 0 !important;
    right: 2px !important;
}
div.view-cart .sub-menu {
    clear: both;
    max-height: 300px;
    overflow: scroll;
    display: none;
}
div.view-cart ul.sub-menu.empty {
    overflow: hidden!important;
}
div.view-cart:hover .sub-menu {
    display: inline-block;
    width: 320px;
    top: 30px;
    right: 0px;
    margin: 0px;
    padding: 0px;
    max-height: 275px;
    list-style: none;
    background-color: rgba(49, 49, 49, 0.56);
}
.top-header .view-cart li.empty {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}
/*.header-callto {
    float: left;
    }*/
    .widget_accesspress_store_header_callbox .header_call {
        margin: 0;
    }
    .widget_accesspress_store_header_callbox .header_call li {
        list-style: none;
        display: inline-block;
    }
    .widget_accesspress_store_header_callbox .header_call li+li {
        margin-left: 10px;
    }
    .search-icon {
        float: right;
    }
    .view-cart {
        float: right;
        line-height: 16px;

    }
    div.view-cart .sub-menu {
        position: absolute;
        right: 0px;
        width: 210px;
        z-index: 2;
    }
    .login-woocommerce,
    .quick-wishlist {
        margin-left: 20px;
    }
    .ticker-title {
        background: #BB2120;
        padding: 0px 10px;
        /*margin-right: 26px;*/
        position: relative;
    }
    .ticker-title:after {
        content: " ";
        display: block;
        width: 0;
        height: 100%;
        border-top: 19px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 17px solid #BB2120;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        right: -16px;
        z-index: 1;
    }
    .ticker-title span {
        color: #ffffff;
        font-weight: 700;
    }
    .ticker-content {
    /*color: #848484 !important;
    font-weight: 400 !important;
    left: 90px !important;*/
    color: #848484 !important;
    font-weight: 400 !important;
    line-height: 19px !important;
    padding: 0 !important;
    position: static;
}
#masthead {
    margin: 0px;
    padding: 0px;
    border: none;
}
.inner_home {
    border-bottom: 5px solid #BB2120;
    position: relative;
}

.top-header {
    margin: 0px;   
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-two .top-header{
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
}
.header-two .top-header > div{
    float: none;
    display: table-cell;
    vertical-align: middle;
}
    .top-header span.amount {
        margin: 0px;
    }
    .header-callto a {
        color: #a7a7a7;
        font-size: 13px;
        font-weight: normal !important;
    }
    .header-callto a i {
        color: #bb2120;
        margin: 0px 2px;
    }
    .header-callto a:last-child {
        color: #BB2120;
        text-transform: none;
    }
    a.quick-wishlist {
        float: right;
        border-left: 1px solid #919191;
        border-right: 1px solid #919191;
        margin: 8px 10px;
        margin-right: 0px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 16px;
        color: #e24747;
    }
    .login-woocommerce a {
        font-size: 13px;
        /*text-transform: uppercase;*/
    }
    .view-cart {
        padding-left: 10px;
    }
    .view-cart a.wcmenucart-contents {
        font-size: 13px;
        color: #919191;
        /*text-transform: uppercase;*/
    }
    .cart-empty {
        color: #a94442;
        background-color: #f2dede;
        padding: 10px;
        border: 1px solid #ebccd1;
        margin-bottom: 10px;
    }
    .right-header {
        position: relative;
        padding-left: 0px;
        margin: 0px;
        height: 56px;
    }
    #menu {
        float: right;
        position: relative;
        height: 100%;
    }
    #menu:after {
        border-bottom: 58px solid #bb2120;
        border-left: 58px solid transparent;
        border-right: 58px solid transparent;
        content: "";
        display: block;
        height: 100%;
        left: -60px;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .main-nav-scrolled {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        z-index: 9999;
        background: #ffffff;
    }
    #site-navigation .menu > li li a {
        padding: 5px 10px;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        line-height: 30px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        margin: 0px;
    }
    #site-navigation .menu > li > a {
        padding: 13px 15px;
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        margin: 0px;
    }
    .headerone #site-navigation .menu > li > a, .headerone #site-navigation .menu > li li a {
        text-transform: none;
    }
    #site-navigation li a:hover, #site-navigation .menu > li.current_page_item > a,  
    #site-navigation .menu > li.current-menu-item > a {
        background: rgba(236, 27, 46, 0.75);
        color: #fff
    }
    .right-header a.my-account {
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        padding: 15px 20px;
        text-transform: uppercase;
        display: inline-block;
        float: right;
        background: #000000;
    }
    .bx-slider .slick-prev {
        background: url("images/prev-arrow.png") no-repeat scroll center center;
        top: 50%;
        margin-top: -83px;
        cursor: pointer;
        display: block;
        height: 166px;
        left: 10%;
        position: absolute;
        text-indent: -9999px;
        width: 96px;
        background-size: 50%;
    }
    .bx-slider .slick-prev:hover {
        background: url("images/prev-arrow1.png") no-repeat scroll center center;
        background-size: 50%;
    }
    .bx-slider .slick-prev.slick-disabled {
        background: url("images/prev-arrow1.png") no-repeat scroll center center;
        background-size: 50%;
    }
    .bx-slider .slick-next.slick-disabled {
        background: url("images/next-arrow1.png") no-repeat scroll center center;
        background-size: 50%;
    }
    .slider-caption {
        text-align: center;
    }
    .caption-content {
        font-family: 'Lato', sans-serif;
        width: 60%;
        font-size: 17px;
        line-height: 30px;
        display: inline-block;
        color: #000;
        font-size: 34px;
        font-weight: lighter;
    }
    .promo-product1 a {
        display: inline-block;
        width: 100%;
    }
    .promo-product1 a img {
        width: 100%;
    }
    .promo-widget-wrap {
        line-height: normal;
    }
    .promo-product1 .promo-image {
        position: relative;
        overflow: hidden;
    }
    .promo-product1 aside span.btn.promo-link-btn {
        font-size: 15px;
        color: #BB2120;
        margin-top: 10px;
        text-transform: uppercase;
        line-height: 24px;
        font-weight: 700;
        display: block;
    }
    .promo-product1 aside .aligment_center span.btn.promo-link-btn {
        text-align: center;
    }
    .promo-product1 .promo-image .caption {
        position: absolute;
    }
    .promo-product1 aside .aligment_center .caption {
        top: 0;
    }
    .promo-product1 aside .aligment_center div.promo-desc {
        padding: 0px 40px;
        margin-top: 15px;
    }
    .promo-product1 aside .aligment_left .caption {
        top: 20%;
        width: 175px;
        left: 20px;
        padding: 0px;
        font-weight: 300;
    }
    .promo-product1 aside .aligment_left .caption h4 {
        text-align: left;
    }
    .promo-product1 aside .aligment_left div.promo-desc {
        text-align: left;
        margin: 15px 0px 10px 0px;
    }
    .promo-product1 aside .aligment_left .promo-image:after {
        top: 45%;
        left: 35%;
    }
    .promo-product1 aside .aligment_right .caption {
        top: 0;
        width: 175px;
        right: 0px;
    }
    .promo-product1 aside .aligment_right h4 {
        text-align: left;
    }
    .promo-product1 aside .aligment_right div.promo-desc {
        text-align: left;
        margin: 15px 0px 10px 0px;
    }
    .promo-product1 a:hover p:after {
        color: #867A7A;
    }
    .promo-widget-wrap {
        line-height: normal;
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .promo-widget-wrap:hover {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }
    .promo-image{
        text-align:center;  
    }
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu .promo-image img, 
    .accesspress-menu-bar .top-nav li .widget-sub-menu .promo-image img {
        width:60%;
        display:inline-block;   
    }
    /*.parallax-second .parallax-navigation .accesspress-menu-bar .top-nav li:hover .widget-sub-menu .promo-image img {
        width: auto;
    }*/

    .search-form button.searchsubmit {
        cursor: pointer;
        background: #BB2120;
        min-height: 49px;
        border: 2px solid #BB2120;
        color: #ffffff;
    }
    .search-form input.search-field {
        border-radius: 0px;
        border: none;
        background: transparent;
        padding-left: 10px;
    }
    .search-form {
        float: right;
        background: #efefef;
    }
    .slick-track li {} .slick-track li a:first-child {
        display: block;
        position: relative;
    }
    .slick-track li span.label-new {
        z-index: 1;
        padding-right: 0px;
        padding-left: 10px;
        position: absolute;
        font-size: 14px;
        line-height: 30px;
        background: #8AC007;
        color: #ffffff;
        font-weight: 700;
        left: 0px;
        top: 14px;
    }
    .slick-track li span.label-new:after {
        content: " ";
        display: block;
        width: 0;
        height: 100%;
        border-top: 30px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 22px solid #8AC007;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        display: inline-block;
        right: -21px;
        z-index: 1;
    }
    span.onsale {
        position: absolute;
        font-size: 14px;
        line-height: 30px;
        background: #BB2120;
        color: #ffffff;
        font-weight: 700;
        right: 0px;
        top: 14px;
        padding-right: 10px;
        padding-left: 0px;
    }
    span.onsale:after,
    .woocommerce ul.products li.product .onsale:after,
    .woocommerce span.onsale:after {
        content: " ";
        display: block;
        width: 0;
        height: 100%;
        border-top: 30px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 22px solid #BB2120;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        left: -21px;
        display: inline-block;
        z-index: 0;
    }
    .woocommerce ul.products.grid li.product .onsale,
    .woocommerce span.onsale {
        position: absolute;
        font-size: 14px;
        line-height: 30px;
        background: #BB2120;
        color: #ffffff;
        font-weight: 700;
        right: 0px;
        top: 100px;
        padding: 0;
        padding-right: 10px;
        padding-left: 0px;
        min-height: 30px;
        min-width: 50px;
        border-radius: 0;
        margin: 0px !important;
    }
    .woocommerce.single.single-product del {
        display: inline-block !important;
        margin-right: 5px;
    }
    .woocommerce.single.single-product .related.products span.onsale {
        margin: 0px !important;
    }
    .woocommerce.single.single-product ul.product-categories {
        margin-bottom: 30px !important;
    }
    .woocommerce.single.single-product ul.product-categories ul.children li:first-child {
        border-top: 1px solid #eee !important;
    }
    .woocommerce.single.single-product ul.product-categories li:last-child {
        border: none !important;
    }
    .woocommerce.single.single-product .img-wrap {
        display: block;
        float: left;
        width: 48%;
        position: relative;
    }
    .woocommerce.single.single-product .img-wrap div.images {
        display: block !important;
        float: none !important;
        width: 100% !important;
    }
    .woocommerce.single.single-product .entry-summary h1 {
        font-weight: 700;
        color: #000000;
        font-size: 26px;
        line-height: 35px;
        white-space: normal;
    }
    .woocommerce.single.single-product .entry-summary div[itemprop="description"] {
        color: #7f7e7e;
        font-style: normal;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        /*padding-bottom: 20px;*/
        border-bottom: 1px solid #e7e7e7;
    }


    .stock.in-stock {
        color: #e24747 !important;
        font-weight: 700;
    }
    .woocommerce.single.single-product .entry-summary form input {
        background: #e7e7e7;
        border: 0px;
        height: 32px;
    }
    .woocommerce.single.single-product .entry-summary form button.button {
        display: inline-block;
        padding: 0px 20px;
        float: none;
        width: auto;
        background: #BB2120;
        color: #fff;
        margin-top: 0px;
        font-size: 14px;
        line-height: 28px;
        min-height: 32px;
        border-radius: 0px;
        white-space: normal;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    .woocommerce.single.single-product .entry-summary form button.button:hover:before {
        color: #BB2120!important;
    }
    .woocommerce.single.single-product .entry-summary .add_to_wishlist {
        background: #bb2120 none repeat scroll 0 0;
        border: 2px solid;
        border-radius: 0;
        float: left;
        font-size: 14px !important;
        font-weight: 600;
        min-height: 32px !important;
        line-height: 31px !important;
        margin-top: 0;
        overflow: hidden !important;
        padding: 0 20px !important;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
     .woocommerce.single.single-product .entry-summary .add_to_wishlist {
        line-height: 28px !important;
     }
    }
    .woocommerce.single.single-product .entry-summary .add_to_wishlist:hover {

        color: #BB2120 ;

    }
    .woocommerce div.product form.cart .reset_variations {
        font-weight: bold;
        border: 1px solid #ddd;
        padding: 3px 10px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }
    .woocommerce div.product form.cart .reset_variations:hover {
        border-color: red;
    }
    .single .product-type-variable .yith-wcwl-add-to-wishlist {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .woocommerce.single.single-product div.product form.cart.variations_form {
        float: none;
        min-width: inherit;
        width: 60%;
        display: inline-block;
    }
    .single .woocommerce .content-area select {
        width: auto;
    }
    .single.woocommerce button.button:disabled[disabled]:hover {
        background: #BB2120 !important;
        color: #fff !important; 
    }
    .woocommerce.single.single-product .entry-summary form button.button:disabled[disabled]:hover:before {
        color: #fff !important;
    }
    .single .apss-share-text {
        display: block;
        float: none;
    }
    .single .apss-theme-1 .apss-single-icon a {
        width: 25% !important;
        margin: 10px 10px 0 0;
    }
    .woocommerce.single.single-product .entry-summary .feedback {
        color: #BB2120;
        /*font-style: italic;*/
        position: absolute;
        display: none;
        margin-top:30px;
    }
    .product-type-external .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback{
       margin-top:-30px !important;
   }

   .price del span, del span.amount {
    text-decoration: line-through;
    color: #BB2120;
    opacity: .5
}
.woocommerce.single.single-product .entry-summary .product_meta div {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 30px;
}
.woocommerce.single.single-product .entry-summary .product_meta div span {
    color: #7f7e7e !important;
}
.woocommerce.single.single-product .entry-summary .product_meta {
    margin: 30px 0px 0px 0px;
    margin-top: 0;
}

.woocommerce.single.single-product div.product form.cart {
    float: left;
    min-width:53%;
}
.woocommerce.single.single-product div.product form.cart.variations_form {
    min-width:100%;
}
.woocommerce.single.single-product div.product form.cart.variations_form {
    min-width: inherit;
}

.woocommerce.single.single-product .woocommerce-tabs {
    margin: 10px 0px !important;
    padding: 0px !important;
    border: none !important;
}
.woocommerce.single.single-product .woocommerce-tabs ul.tabs {
    padding: 0px;
    margin: 0px;
}
.woocommerce.single.single-product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0px;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}
.woocommerce.single.single-product .woocommerce-tabs ul.tabs li {
    margin:0 10px 0px 0;
    padding: 0
}

.woocommerce.single.single-product .woocommerce-tabs ul.tabs li{
    background: #ebe9eb;
    border:none;
    border-radius: 0;
    border-bottom: 1px solid #EBE9EB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
   background: #bb2120;
}

.woocommerce.single.single-product .woocommerce-tabs ul.tabs li  a{

    background: #fff;
    color: #282828;
    font-weight: 700;
    line-height: normal;
    padding: 4px 0px;
    display: inline-block;
    position: relative;
    margin: 0px;
    padding-right: 60px;
    word-spacing: 5px;
    font-family: lato;
    text-transform: uppercase;
    line-height: 1.8;
    padding-left: 10px;
    margin-right: 20px;
    text-decoration: none
}

.woocommerce.single.single-product .woocommerce-tabs ul.tabs li a:before{
    background: #fff;
    color: #282828;
    font-weight: 700;
    line-height: normal;
    padding: 4px 0px;
    display: inline-block;
    position: relative;
    margin: 0px;

    word-spacing: 5px;
    font-family: lato;
    text-transform: uppercase;
    line-height: 1.8;
    content: ''}

    .woocommerce.single.single-product .woocommerce-tabs ul.tabs li  a:after{
        content: " ";
        display: block;
        width: 0;
        height: 100%;
        border-top: 34px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 47px solid #EBE9EB;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        right: 0;
        z-index: 1;
    }

    .woocommerce.single.single-product .woocommerce-tabs ul.tabs li.active  a:after{
        border-right: 47px solid #BB2120;
    }

    .woocommerce.single.single-product .woocommerce-tabs ul.tabs li.active {
        border: none;
        border-bottom: 1px solid #BB2120; 
        position: relative;
        background-size: 38%;
    }
    .woocommerce.single.single-product .woocommerce-tabs ul.tabs li.active:after {
        display: none;
    }
    .woocommerce-tabs ul.tabs li:before {
        display: none;
    }
    .woocommerce.single.single-product .woocommerce-tabs ul.tabs li.active a {
        font-weight: 700;


        color: #BB2120;
    }
    .woocommerce.single.single-product .woocommerce-tabs {
        padding: 30px 0px;
        margin: 0px;
        border-top: 8px solid #f4f4f4;
        border-bottom: 8px solid #f4f4f4;
        margin-bottom: 30px;
    }
    .woocommerce.single.single-product .woocommerce-tabs .panel.entry-content {
        padding: 20px 0px;
        margin: 0px 10px;
    }
    .woocommerce.single.single-product .woocommerce-tabs .panel.entry-content #comments {
        padding: 0px;
        background: transparent;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .woocommerce.single.single-product .woocommerce-tabs .panel.entry-content h2 {
        color: #000000 !important;
        line-height: 30px;
        font-size: 20px;
        font-weight: 700;
        margin: 0;
        opacity: 1;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
    }
    .woocommerce.single.single-product .woocommerce-tabs .panel.entry-content p {
        font-size: 16px;
        line-height: 24px;
        color: #7f7e7e;
        font-weight: 400;
        margin-bottom: 0px;
    }
    .woocommerce.single.single-product .woocommerce-tabs .panel.entry-content p.form-submit {
        margin-bottom: 0 !important;
    }
    #tab-reviews #comment {
        display: inline-block;
        width: 75% !important;
    }
    #review_form_wrapper {
        margin: 0px;
    }
    #review_form_wrapper .comment-reply-title {
        margin-bottom: 5px !important;
    }
    .comment-form-rating p.stars {
        display: inline-block;
        width: auto;
    }
    .woocommerce.single.single-product span.onsale {
        left: inherit;
        margin: 0 !important;
    }
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        margin: 1em 0
    }
    .woocommerce #customer_login h2 {
        font-size: 20px
    }
    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        margin-top: 30px
    }
    .woocommerce .lost_reset_password {
        margin-top: 30px
    }
    ul.children li:last-child {
        border: none;
    }

    #ap-cta-video {
        © background: #3d3d3d;
        margin: 40px 0px;
        background: url(images/youtube.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }
    .cta-overlay {
        padding: 70px 0px 30px;
        background: rgba(0, 0, 0, 0.8);
    }
    #ap-cta-video .widget_accesspress_cta_simple {
        background: url(images/you.png) no-repeat right;
        background-size: 70% 100%;
        padding: 0px;
        border-bottom: 4px solid #444444;
        overflow: hidden;
        margin-bottom: 40px;
    }
    #ap-cta-video .widget_accesspress_cta_simple .cta-banner {
        position: relative;
        float: none;
        display: inline-block;
        margin: 0px;
        background: transparent;
        width: auto;
        padding: 3.4px 0px;
        padding-right: 50px;
    }

    #ap-cta-video .widget_accesspress_cta_simple .cta-banner .banner-text {
        display: inline-block;
    }
    #ap-cta-video .widget_accesspress_cta_simple .cta-banner .main-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #ffffff;
        width: 100%;
    }
    #ap-cta-video .widget_accesspress_cta_simple .cta-banner .banner-btn {
        display: inline-block;
    }
    #ap-cta-video .widget_accesspress_cta_simple .cta-banner .banner-btn a {
        font-weight: 400;
        font-size: 40px;
        line-height: 30px;
        color: #BB2120;
    }
    #ap-cta-video .widget_accesspress_cta_simple .cta-banner .banner-btn a:hover {
        border: none !important;
        background: transparent !important;
        color: #BB2120;
    }
    #ap-cta-video .widget_accesspress_cta_simple .cta-banner .banner-btn a i {
        font-weight: 400;
        font-size: 15px;
        line-height: 15px;
        color: #BB2120;
        float: right;
        margin-left: 40px;
    }
    #ap-cta-video .cta-video .cta-wrap-left {
        float: right;
        width: 50%;
        text-align: right;
    }
    #ap-cta-video .cta-video .cta-wrap-left iframe {
        max-width: 100% !important;
    }
    #ap-cta-video .cta-video .cta-wrap-right {
        float: left;
        width: 38%;
    }
    #ap-cta-video .cta-video .cta-wrap-right .cta-title.main-title {
        color: #ffffff;
        font-size: 30px;
        line-height: 36px;
        font-weight: 400;
        height: 108px;
        overflow: hidden;
        font-family: lato;
    }
    #ap-cta-video .cta-video .cta-wrap-right .cta-desc {
        color: #ECECEA;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        height: 144px;
        overflow: hidden;
    }
    #ap-cta-video .cta-video .cta-wrap-right .bttn.cta-video-btn {
        border-radius: 0px;
        font-weight: 700;
        background: #BB2120;
        font-size: 21px;
        line-height: 55px;
        height: auto;
        margin-top: 35px;
        border: 1px solid transparent;
    }
    #ap-cta-video .cta-video .cta-wrap-right .bttn.cta-video-btn:hover {
        background: rgba(206, 68, 68, 0.29);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    #ap-cta-video .cta-video .cta-wrap-right .bttn.cta-video-btn::after {
        content: url(images/video.png);
        margin-left: 15px;
    }
    .promo-wrap1 .widget_accesspress_storemo {
        line-height: 0px;
        padding: 0px;
        margin: 10px;
    }
    .widget_accesspress_store_product2 {
        margin: 0px;
        margin-bottom: 20px;
        padding: 0px;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }
    .cat-list-wrap .widget_accesspress_storemo .promo-image {
        position: relative;
        padding: 0px;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        text-align: right;
        background: #ffffff;
        overflow: hidden;
    }
    .cat-list-wrap .widget_accesspress_storemo .promo-image img {
        width: 50%;
        float: right;
    }
    .cat-list-wrap .widget_accesspress_storemo .caption {
        width: 50%;
        float: left;
        height: 100%;
        background: #ffffff;
        text-align: left;
    }
    .cat-list-wrap .widget_accesspress_storemo .caption .widget-title {
        font-family: 'lato';
        margin-top: 50px;
        font-size: 20px;
        line-height: 150%;
        color: #545454;
        text-transform: capitalize;
        font-weight: 400;
    }
    .cat-list-wrap .widget_accesspress_storemo .caption .inner-caption {
        font-family: Lato Black;
        font-size: 48px;
        line-height: 40px;
        color: #000000;
        text-transform: uppercase;
        margin: 0px;
    }
    .cat-list-wrap .widget_accesspress_storemo .caption .inner-caption.#BB2120 {
        color: #BB2120;
    }
    .cat-list-wrap .widget_accesspress_storemo .caption .promo-btn {
        font-family: Lato Black;
        font-size: 20px;
        line-height: 50px;
        padding: 0px 20px;
        background: #BB2120;
        border: 1px solid #BB2120;
        display: inline-block;
        color: #ffffff;
        text-transform: uppercase;
        margin-top: 20px;
    }
    .cat-list-wrap .widget_accesspress_storemo .caption .promo-btn:hover {
        background: #ffffff;
        color: #BB2120;
    }
    #promo-section3 {
        background: #fbfbfb;
    }
    .widget.widget_accesspress_store_icon_text {
        cursor: pointer;
        background: transparent;
        padding: 0px;
        position: relative;
        text-align: right;
    }
    .widget.widget_accesspress_store_icon_text:hover {
        margin-top: -5px;
    }
    .widget.widget_accesspress_store_icon_text .ap-icon-text-icon {
        position: absolute;
        width: 90px;
        height: 90px;
        background: url("images/free-uk.png") no-repeat scroll center center;
        text-align: center;
    }
    .widget.widget_accesspress_store_icon_text .ap-icon-text-content-wrap {
        padding-left: 15px;
        width: 80%;
        display: inline-block;
    }
    #top-footer .cta-banner {
        width: auto;
    }
    #top-footer .cta-banner .text-5-value {
        color: #a0a0a0;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        margin: 0px;
        text-transform: none;
    }
    #top-footer .cta-banner .text-5-value strong {
        color: #414141;
    }
    #top-footer .cta-banner .text-5-title {
        display: inline-block;
        font-weight: 700;
        font-size: 32px;
        line-height: 30px;
        color: #222222;
        margin-bottom: 20px;
        word-break:break-all;
    }
    #top-footer .cta-banner .text-5-title.#BB2120 {
        color: #BB2120;
    }
    #top-footer .cta-banner .text-5-desc {
        color: #a0a0a0;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        margin: 0px;
        text-transform: none;
    }
    #top-footer .cta-banner .banner-btn a {
        display: inline-block;
        color: #BB2120;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
    }
    #top-footer .cta-banner .banner-btn a:hover {
        border: none !important;
        color: #222222 ;
    }
    #recent-posts-3 ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    #recent-posts-3 ul li {
        margin-bottom: 20px;
    }
    #recent-posts-3 ul li a {
        display: block;
        text-transform: uppercase;
        color: #5a5a5a;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        padding: 0px;
        margin: 0px;
    }
    #recent-posts-3 ul li a::before {
        display: none;
    }
    #recent-posts-3 ul li span {
        display: block;
        color: #848484;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        text-align: right;
    }
    #recent-posts-3 ul li span::before {
        content: "-- by admin ";
    }
    .view-cart ul.sub-menu li.mini_cart_item {
        position: relative;
        display: inline-block;
        float: right;
        width: 300px;
        margin: 10px;
        border: 1px solid #000;
    }
    .view-cart ul.sub-menu li.mini_cart_item:nth-child(4n+0) {
        clear: both;
    }
    .view-cart ul.sub-menu li.mini_cart_item a:first-child {
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px;
        line-height: 0px;
        font-size: 15px;
        background-color: rgba(226, 69, 69, 0.57);
        color: #000 ;
        color: #000 ;
        border-radius: 0px;
        width: auto;
    }
    .view-cart ul.sub-menu li.mini_cart_item a:nth-child(2) {
        display: block;
        width: 70px;
        float: left;
        background: rgb(49, 49, 49);
        font-size: 12px;
        line-height: 30px;
        color: white !important;
        text-align: center;
    }
    .view-cart ul.sub-menu li.mini_cart_item a.quick-cart-title {
        display: block;
        font-weight: 700;
        font-size: 12px;
        margin-left: 5px;
        text-align: right;
        padding-right: 40px;
        background: #000000;
    }
    .view-cart ul.sub-menu li.mini_cart_item a:last-child {
        float: right;
    }
    .view-cart ul.sub-menu li.mini_cart_item span.quantity {
        display: inline-block;
        float: left;
        font-size: 12px;
        width: auto;
        margin-left: 10px;
        color: #000000;
        background: transparent;
        margin-top: 10px;
        font-weight: bold;
    }
    .view-cart ul.sub-menu li.mini_cart_item a img {
        width: 100% !important;
    }
    /* new slider code */

    .shortcode-slider .bx-controls-direction a {
        color: #ffffff;
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .shortcode-slider{overflow: hidden;}
    .shortcode-slider .bx-controls-direction a {

        color: #ffffff;
        font-size: 32px;
        color:#fff;
        line-height: 40px;
        margin-top: -20px;
        position: absolute;
        text-align: center;
        top: 50%;
        transition: all 0.3s ease 0s;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.9);
        width: 35px; height: 40px;
        text-indent: 0;
    }
    .shortcode-slider .bx-controls-direction a:hover{
        background: rgba(0, 0, 0, 0.9);
    }

    .shortcode-slider .bx-controls-direction a.bx-prev {
        left: -50px; color: #fff;
    }
    .shortcode-slider  .bx-controls-direction a.bx-next {
        right: -50px; color: #fff;
    }
    .shortcode-slider:hover .bx-controls-direction a.bx-prev{ left: 0; }
    .shortcode-slider:hover .bx-controls-direction a.bx-next{ right: 0;}

    /* slider code end*/
    .top-footer-block .aptf-center-align {
        text-align: left !important;
        margin-top: 10px;
    }
    .top-footer-block .widget_pages ul {
        padding: 0px;
        margin: 0px;
        list-style-position: inside;
        list-style: none
    }
    .top-footer-block .widget_pages a {
        font-size: 15px;
        color: #a8a7a7;
        font-weight: 400;
        line-height: 30px;
    }
    .top-footer-block .widget_pages a:hover {
        color: #BB2120;
    }

    /*-- About Us Inner Page Section Css --*/

    #content {
        border-bottom: 4px solid #e7e7e7;
    }
    #title_bread_wrap,
    #content .page_header_wrap {
        position: relative;
    }
    #title_bread_wrap:before,
    #content .page_header_wrap:before {
        background-color: rgba(0, 0, 0, 0.6);
        content: '';
        width: 100%;
        min-height: 150px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
    }

    #content .page_header_wrap {
        background-size: cover;
        padding: 44px 0px;
        text-align: center;
    }
    .home .page_header_wrap {
        padding: 59px 0px !Important;
    }

    .woocommerce .entry-header {
        background-size: cover;
        padding: 55px 0px;
        text-align: center;
    }

    .woocommerce-wishlist #content .entry-header {
        background: none;
        padding: 0px;
    }

    #content .page_header_wrap header,
    #content .page_header_wrap #accesspress-breadcrumb {
        display: block;
        float: none;
    }
    #content .page_header_wrap header>h1.entry-title,
    .woocommerce .entry-header h1.entry-title {
        color: #BB2120;
        font-family: 'Lato';
        font-weight: 700;
        font-size: 40px;
        line-height: 45px;
        position: relative;
    }
    #content .page_header_wrap #accesspress-breadcrumb,
    .woocommerce .entry-header .woocommerce-breadcrumb {
        font-family: 'Lato';
        font-weight: 400;
        text-transform: capitalize;
        overflow: hidden;
    }
    #content .page_header_wrap #accesspress-breadcrumb a,
    .woocommerce .entry-header .woocommerce-breadcrumb a {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        line-height: 23px;
        font-weight: 700;
        position: relative;
    }
    #content .page_header_wrap #accesspress-breadcrumb a:after,
    .woocommerce .entry-header .woocommerce-breadcrumb a:after {
        content: "/";
        margin: 0px 2px;
        color: #ffffff;
    }
    #content .page_header_wrap #accesspress-breadcrumb span,
    .woocommerce .entry-header .woocommerce-breadcrumb span {
        color: #ffffff;
        background: #BB2120;
        font-size: 16px;
        display: inline-block;
        position: relative;
        padding-left: 5px;
        padding-right: 10px;
        line-height: 23px;
        margin-left: 20px;
    }
    #content .page_header_wrap #accesspress-breadcrumb span:after,
    .woocommerce .entry-header .woocommerce-breadcrumb span:after {
        display: inline-block;
        content: " ";
        width: 0;
        height: 100%;
        border-top: 23px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 20px solid #BB2120;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        left: -20px;
        display: inline-block;
        z-index: 1;
    }
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        color: #fff
    }
    /*Single Post Inner Page Css */

    .sidebar {
        background: #ffffff;
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.05);
        padding: 10px;
    }
    #secondary.sidebar .widget-title,
    .comments-area .comment-respond h3.comment-reply-title {    
        margin: 0;
        padding: 10px 0px;
        line-height: 16px;
        background-color: transparent;
        position: relative;
        color: #5a5a5a;
        font-size: 16px;
        overflow: hidden;
        width: 100%;
        display: block;
        padding-right: 20%;
    }
    #secondary.sidebar .widget-title:after,
    .comments-area .comment-respond h3.comment-reply-title:after {

        content: " ";
        display: block;
        width: 0;
        height: 100%;
        border-top: 40px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 47px solid #BB2120;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        right: 10%;
        z-index: 1;
    }
    #secondary.sidebar .widget-title:before,
    .comments-area .comment-respond h3.comment-reply-title:before {
        content: " ";
        display: block;
        width: 10%;
        height: 100%;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        right: 0;
        z-index: 1;
        background-color: #BB2120;
    }
    #secondary.sidebar .title-bg {
        background: transparent;
        border-bottom: 3px solid #bb2120;
        margin-bottom: 0px;
        display: block;
    }
    #secondary.sidebar ul {
        margin: 0px;
    }
    #secondary.sidebar ul ul li {
        margin-left: 0px;
    }
    #secondary.sidebar ul li:before {
        display: none;
    }
    #secondary.sidebar ul li {
        padding-left: 0px;
        font-size: 15px;
        list-style: none;
        color: #a8a7a7;
        border-bottom: 1px solid #f2f2f2;
    }
    #secondary.sidebar ul li a {
        display: block;
        padding: 6px 0;
    }
    #secondary.sidebar ul li:hover>a,
    #secondary.sidebar ul li:hover {
        color: #BB2120;
        border-color: #BB2120;
    }
    #secondary.sidebar ul li a span:hover {
        color: #BB2120;
    }
    #secondary.sidebar ul li a {
        color: #a8a7a7;
        font-weight: 700;
        font-size: 13px;
        line-height: 26px;
        margin: 0px;
    }
    #secondary.sidebar ul li span, #secondary.sidebar .widget_shopping_cart {
        margin-bottom: 0;
    }
    #secondary.sidebar .widget_shopping_cart_content ul li {
        margin-bottom: 5px !important;
    }
    .woocommerce .widget_shopping_cart .total,
    .woocommerce.widget_shopping_cart .total {
        border-top: none;
    }
    #secondary.sidebar .widget_shopping_cart_content ul li a {
        line-height: 2 !important;
    }
    #secondary.sidebar ul li a:before {
        display: none;
    }
    #secondary.sidebar .widget_price_filter {
        margin: 20px 0px;
    }
    #secondary.sidebar .widget_price_filter .title-bg {
        margin-bottom: 20px
    }
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
        background-color: #e5e5e5 !important;
        border-radius: 0px;
        height: 9px !important;
        width: 92%;
    }
    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        background-color: #cb3e3e ;
        border-radius: 0px;
    }
    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 29px;
        height: 28px;
        background-color: transparent !important;
        background: url("images/range-left.png") no-repeat scroll center center !important;
        border-radius: 0;
        cursor: ew-resize;
        outline: 0;
        top: -.7em;
        left: -.5em;
    }
    .woocommerce .widget_price_filter .ui-slider span.ui-slider-handle:last-child {
        background: url("images/range-right.png") no-repeat scroll center center !important;
    }
    .woocommerce .widget_price_filter .price_slider_amount button {
        float: right !important;
        border-radius: 0px !important;
        background: #BB2120 ;
        font-size: 14px;
        line-height: 36px;
        color: #ffffff;
        font-weight: 700;
        padding: 0px 25px;
        border: 2px solid #BB2120;
        -webkit-transition: all 0.3s ease 0s;
        outline: 0;
    }
    .woocommerce .widget_price_filter .price_slider_amount button:hover {
        opacity: 1;
        color: #BB2120 ;
    }
    .woocommerce .widget_price_filter .price_label {
        float: left !important;
        color: #BB2120;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
    }
    /*-Left side bar Product Section --*/
    .amount {
        margin-right: 5px;
    }
    .woocommerce ul.cart_list li img,
    .woocommerce ul.product_list_widget li img {
        float: left !important;
        margin: 0px !important;
        margin-right: 20px !important;
        width: 81px;
        height: 81px;
        box-shadow: none;
    }
    .woocommerce .widget_products ul li {
        font-size: 14px !important;
        line-height: 22px !important;
        color: #BB2120 !important;
        font-weight: 700 !important;
        padding: 20px 0px !important;
        border-bottom: 1px solid #f2f2f2 !important;
    }
    .woocommerce .widget_products ul li:hover {
        border-bottom: 1px solid #BB2120 !important;
        cursor: pointer;
    }
    .woocommerce .widget_products ul li:first-child {
        padding: 0px !important;
        padding-bottom: 20px !important;
    }
    /*-Right side bar Product Section --*/

    .woocommerce-result-count {
        float: right !important;
        font-weight: bold;
        line-height: 30px;
    }
    .woocommerce .content-area .woocommerce-ordering {
        float: left;
    }
    .total-products {
        color: #BB2120;
        font-size: 14px;
        font-weight: normal;
    }
    .woocommerce .content-area .woocommerce-ordering select {
        margin: 0px;
        padding: 0px;
        padding-right: 30px;
        padding-left: 10px
    }
    .woocommerce .content-area select {
     /* margin: 50px;*/
     border: 1px solid #111;
     background: transparent;
     width: 300px;
     padding-left: 10px;
     font-size: 16px;
     height: 32px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background: url(images/drop.png) 100% 15% no-repeat #efefef;
     border: none;
     color: #989898;
     font-weight: 400;
     font-size: 14px;
     line-height: 30px;
     overflow: hidden;
 }
 .single.woocommerce .content-area select {
    width: 100%;
}
.woocommerce div.product form.cart .variations tr{
    margin-bottom: 15px;
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
.woocommerce div.product form.cart .variations td.value {
    vertical-align: top;
    width: 80%;
}
.woocommerce div.product form.cart .variations td.label{
    padding: 0px;
    width: 20%;
}
.boxer-content .variations td.label{
    padding-right: 10px
}
.woocommerce .content-area select#pa_color {
    margin: 0px;
}
.woocommerce .content-area .gridlist-toggle {
    display: block;
    clear: both;
    margin-bottom: 20px !important;
    padding: 0 !important;
    line-height: 0em !important;
    position: absolute;
    left: 312px;
}
.woocommerce .content-area .products {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 5px solid #BB2120;
    padding-top: 20px;
}
.woocommerce .content-area .products .title-bg{
    background: #bb2120;
}
.woocommerce .content-area .products .title-bg h2{
    background: #fff;
    color: #282828;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding: 4px 0px;
    display: inline-block;
    position: relative;
    margin: 0px;
    padding-right: 90px;
    word-spacing: 5px;
    font-family: lato;
    text-transform: uppercase;
    line-height: 1.8
}
.woocommerce .content-area .products .title-bg h2:before{
    content: " ";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 0;
    z-index: 1;
    background-color: #BB2120;
}
.woocommerce .content-area .products .title-bg h2:after{
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 47px solid #bb2120;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 10%;
    z-index: 1;
}
    .woocommerce .content-area .products .title-bg{
        background: #bb2120;
    }
    .woocommerce .content-area .products .title-bg h2:before{
        content: " ";
        display: block;
        width: 10%;
        height: 100%;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        right: 0;
        z-index: 1;
        background-color: #BB2120;
    }
    .woocommerce .content-area .products .title-bg h2:after{
        content: " ";
        display: block;
        width: 0;
        height: 100%;
        border-top: 40px solid transparent;
        border-bottom: 0px solid transparent;
        border-right: 47px solid #bb2120;
        position: absolute;
        top: 0;
        margin-top: 0px;
        margin-left: 0;
        right: 10%;
        z-index: 1;
    }
.woocommerce .content-area .products .gridlist-buttonwrap ~ hr{
    display: none
}
ul.products.list li.product:last-child {
    margin-bottom: 0px;
}
.woocommerce .content-area .products.upsells {
    padding: 0px;
    margin: 0px;
    border: none;
    clear: both;
}
.woocommerce .content-area .products.upsells .title-bg {

    margin-bottom: 0px;
}
.woocommerce .content-area .products.upsells .title-bg h2 {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.gridlist-toggle a {
    width: 31px;
    height: 31px;
}
.gridlist-toggle a#grid {
    background: url("images/active.png") no-repeat scroll center center #efefef  ;
    margin: 0px 5px;
}
.gridlist-toggle a#grid.active,
.gridlist-toggle a#grid:hover {
    background: url("images/active.png") no-repeat scroll center center #BB2120  ;
    margin: 0px 5px;
}
.gridlist-toggle a#list {
    background: url("images/inactive.png") no-repeat scroll center center #efefef  ;
}
.gridlist-toggle a#list.active,
.gridlist-toggle a#list:hover {
    background: url("images/inactive.png") no-repeat scroll center center #BB2120  ;
}
.gridlist-toggle a span {
    display: none;
}
.content-area article {
    border: none;
    margin: 0;
    padding: 0;
}
.search article {
    margin-bottom: 4%;
}
.category.category-news .content-area.grid article {
    border: none;
    width: 50% !important;
    padding-right: 10px;
    float: left;
}
.category.category-news .content-area.grid article:nth-child(even) {
    padding-right: 0px;
    padding-left: 10px;
}
.category.category-news .content-area.grid article:nth-child(odd) {
    clear: both;
}
.blog_desc .entry-header .post-thumbnail img {
    width: 100% !important;
}
.blog_desc .entry-header span.cat-name {
    color: #BB2120;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Lato';
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.blog_desc .entry-header h1.entry-title {
    color: #282828;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Lato';
    margin-bottom: 0px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog_desc .entry-header .entry-meta {
    margin: 0px;
}
.blog_desc .entry-header p.meta-info {
    color: #b8b7b7;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Lato';
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 0px;
}
.blog_desc .entry-header p.meta-info a {
    color: #BB2120;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
}
.blog_desc .entry-header div.content-page {
    color: #7f7e7e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
}
.blog_desc .entry-content div.desc {
    color: #7f7e7e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
    overflow: hidden;
    margin-bottom: 20px;
}
.content-area article .entry-content a.read-more {
    border: 2px solid #ffffff;
    background: #BB2120;
    color: #ffffff;
    line-height: 30px;
    padding: 5px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
}
.content-area article .entry-content a.read-more:hover {
    border: 2px solid #BB2120;
    background: #ffffff;
    color: #BB2120;
}
.content-area article .entry-content .post-thumbnail img {
    width: 100% !important;
}
.content-area article .entry-content span.cat-name {
    color: #BB2120;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    font-family: 'Lato';
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.content-area article .entry-content h2.post-title {
    color: #282828;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Lato';
    margin-bottom: 0px;
    text-transform: uppercase;
    margin: 5px 0px;
}
.content-area article .entry-content p.meta-info {
    color: #b8b7b7;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
    margin-bottom: 0px;
}
.content-area article .entry-content p.meta-info a {
    color: #BB2120;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
}
.content-area article .entry-content div.content-page {
    color: #7f7e7e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
    margin-top: 30px
}

.content-area nav .nav-links a {
    background: #BB2120 !important;
}
.content-area #respond {
    background: #ffffff !important;
}
.comments-area .comment-respond h3.comment-reply-title {
    font-size: 18px;
}

.apss-social-share {
    margin: 10px 0px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.apss-share-text {
    opacity: 1;
    margin: 0;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}
.apss-single-icon a {
    height: 35px !important;
    width: 35px !important;
}
.yith-wcwl-add-button.show {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;

}
.yith-wcwl-add-button.show a{
    margin-top:0;   
}

.product-type-external .yith-wcwl-add-to-wishlist{
    float: left;
    margin-top: 0px;
}


.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
}

.yith-wcwl-add-to-wishlist {
    float: right;
    margin-top: 0px;
}

.product-type-variable .yith-wcwl-add-to-wishlist {
    float: right;
    margin-top: -42px;
}
.yith-wcwl-add-to-wishlist a{
    color: #fff
}

.woocommerce.single.single-product .entry-summary .add_to_wishlist:hover{    
    background: transparent !important;
}

.boxer-content .cart{
    float: left;
    margin-right: 3px;
}
.boxer-content .variations td select{
    margin-bottom: 10px
}


/*--Comment Form Css--*/

.comments-title:after {
    display: none;
}
.comments-title span {
    color: #000000;
}
.comments-title {
    margin: 0;
    padding: 0;
    line-height: 35px;
    background: url("images/signup.png") no-repeat right;
    position: relative;
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
}
.comments-title:before {
    content: " ";
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 0;
    z-index: 1;
    background-color: #BB2120;
}
.comments-title:after {
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 47px solid #BB2120;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 10%;
    z-index: 1;
}
.comment-form p {
    display: block;
    float: none;
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}
.comment-form p.form-submit {
    text-align: center;
}
.comment-form p label {
    display: inline-block;
    width: 24%;
    font-size: 16px;
    line-height: 24px;
    color: #7f7e7e;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond input,
#respond textarea {
    display: inline-block;
    background: rgba(245, 245, 245, 0.54);
    width: 75%;
    border: 1px solid rgba(224, 224, 224, 0.41);
    outline: 0;
    border-bottom: 1px solid rgb(239, 153, 153);
}
#respond input {
    height: 40px;
}
.form-allowed-tags,
.comment-notes {
    display: none !important;
}
#respond input#submit {
    background: #BB2120;
    font-size: 13px;
    line-height: 35px;
    color: #ffffff;
    overflow: hidden;
    margin-left: 0px;
    border: 2px solid #BB2120;
}
#respond input#submit:hover {
    background: #ffffff;
    color: #BB2120;
    border: 2px solid #BB2120;
}
.woocommerce-cart h2.post-title,
.woocommerce-cart p.meta-info {
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon,
.woocommerce-cart #content table.cart td.actions .coupon,
.woocommerce-cart table.cart td.actions .coupon {
    width: 50% !important;
}
.woocommerce-cart .coupon input.button {
    float: left;
}
.woocommerce-cart .coupon input {
    width: 200px !important;
    border-radius: 0px;
    height: 42.75px;
}
.woocommerce-cart .star-rating {
    display: none !important;
}

.woocommerce-cart .cross-sells h2,
.woocommerce-cart .cart_totals h2 {
    background: #bb2120;
    border-bottom: #bb2120;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 10px;
}
.woocommerce-page .cart-collaterals .cross-sells {
    overflow: hidden;
}
.woocommerce-page .cart-collaterals .cross-sells .onsale {
    margin: 0px !important;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce-page .cart-collaterals .cross-sells ul.products li a {
    display: inline-block;
}
/* .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    padding-right: 10px;
    width: 50%;
} */
.woocommerce-cart ul.products li>a {
    margin: 0px 10px;
}
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading {
    background: #bb2120;
    border-bottom: 3px solid #bb2120;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 10px;
    display: block;
    width: 100%;
}
h3#order_review_heading {
    margin-top: 20px;
}
    /*---Wish List--*/

.woocommerce #content table.wishlist_table.cart a.remove {
    border-radius: 0 !important;
    background: #000000 !important;
    color: #ffffff !important;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background: #BB2120;
    border-radius: 0px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    background: #BB2120;
    margin-right: 10px;
    border-radius: 0px;
    border: 2px solid #BB2120;
}
.woocommerce .wishlist_table td.product-add-to-cart a:before {
    font-family: FontAwesome;
    content: "\f07a";
    margin-right: 5px;
    color: #ffffff  ;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover:before {
    color: #BB2120 !important
}
.woocommerce table.wishlist_table {
    border-radius: 0;
}
.woocommerce table.wishlist_table tbody td {
    padding: 16px 0px;
}
.woocommerce table.wishlist_table tbody td.product-name {
    text-align: center;
    font-weight: 700;
}

.woocommerce a.remove{
    color: #bb2120 !important
}

.woocommerce a.remove:hover {
    background-color: #bb2120 ;

}
    /*---Edit Link Css--*/

.edit-link a {
    border-radius: 0px;
    background: #BB2120;
    color: #ffffff;
    font-weight: 400;
}
    /*---At Top Css--*/

#ak-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
}
#ak-top:hover {
    cursor: pointer;
    opacity: 0.7;
}
#ak-top:before {
    content: "\f139";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #BB2120;
    font-size: 40px;
    padding-right: 0.5em;
}
#ak-top i {
    display: none;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    top: 0 !important;
    right: 2px !important;
}
.wishlist_table .yith-wcqv-button {
   display: none !important;
}
/*=================404 Page Not Found ===============*/

.error-404 {
    text-align: center;
    min-height: 400px;
}
.error-404 .page-header {
    border-left: 0;
}
.number404 {
    font-size: 50px;
    background: #353F47;
    color: #FFF;
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    text-align: center;
    color: #FFF;
    position: relative;
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px #999;
    -webkit-animation: rotate linear 4s infinite;
    animation: rotate linear 4s infinite;
    -webkit-perspective: 500px;
    /* Chrome, Safari, Opera  */
    
    perspective: 500px;
    margin-top: 40px;
}
.number404 span {
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
    line-height: 16px;
    left: 0;
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    /* Chrome, Safari, Opera */
    
    backface-visibility: visible;
}

.pp_top {
    height: auto;
}
div.ppt {
    color: #fff!important;
    font-weight: 700;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    text-align: center;
    padding: 0px 13px;
}
.pp_nav p {
    line-height: 1;
}
div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
    margin-top: 0;
}
.pp_description {
    line-height: 1;
}
.content-inner {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
}
.content-inner li.slick-slide a {
    width: auto !important;
    margin: 3px;
}
.content-inner li.slick-slide a.last {
    margin: 3px !important;
}
.content-inner .slick-prev.slick-disabled,
.content-inner .slick-prev:hover {
    background: url("images/mini-prev-arrow1.png") no-repeat scroll center center;
    background-size: 100% 100%;
}
.content-inner .slick-prev {
    position: static;
    cursor: pointer;
    background: url("images/mini-prev-arrow1.png") no-repeat scroll center center #676566;
    display: inline-block !important;
    height: 22px !important;
    width: 22px !important;
    text-indent: 9999px;
    overflow: hidden;
    z-index: 1;
    background-size: 100% 100%;
    margin: 0px !important;
    float: none !important;
}
.content-inner .slick-next.slick-disabled,
.content-inner .slick-next:hover {
    background: url("images/mini-next-arrow1.png") no-repeat scroll center center;
    background-size: 100% 100%;
}
.content-inner .slick-next {
    position: static;
    cursor: pointer;
    background: url("images/mini-next-arrow1.png") no-repeat scroll center center #676566;
    display: inline-block !important;
    height: 22px !important;
    width: 22px !important;
    text-indent: 9999px;
    overflow: hidden;
    z-index: 1;
    background-size: 100% 100%;
    margin: 0px !important;
    margin-left: 2px !important;
    float: none !important;
}
.woocommerce div.product div.images div.thumbnails {
    text-align: right;
}
ul.products.list li.product hr {
    display: none;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-top: 10px;
    line-height: 0;
}
/*=======style for sider widget vertical gap*/

.widget_product_search,
.widget_product_categories,
.widget_recently_viewed_products,
.widget_products {
    margin-bottom: 20px;
}
#secondary.secondary-left a:hover,
#secondary.secondary-right a:hover {
    text-decoration: none;
}
/*====================added style for client bug fixing======================*/

.promo-desc {
    font-size: 48px;
}
.btn promo-link-btn {
    font-family: Lato Black;
    font-size: 20px;
    line-height: 50px;
    padding: 0px 20px;
    background: #BB2120;
    border: 1px solid #BB2120;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
}
.btn promo-link-btn:hover {
    background: #ffffff;
    color: #BB2120;
}
/*==========wedget style one style============*/

.style_one {
    position: relative;
    background-color: #F9F9F9;
    margin-top: 0px
}
.style_one .caption {
    position: absolute;
    width:60%;
    display: inline-block;
    text-align: left;
    top: 15px;
    left: 100px;
}
.style_one .widget-title {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0;
    /* width: 65%; */
    line-height: 40px;
    text-transform: uppercase;
    padding-top: 0px;
}
.style_one .promo-desc-title {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #BB2120;
    text-transform: uppercase;
    padding-left: 10px
}
.style_one .promo-desc {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #7f7e7e;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    /* max-width: 440px; */
}
.style_one .promo-link-btn {
    font-family: Lato Black;
    font-size: 20px;
    line-height: 50px;
    padding: 0px 20px;
    background: #BB2120;
    border: 1px solid #BB2120;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.style_one .promo-link-btn:hover {
    border: 1px solid #BB2120;
    background: #fff;
    color: #BB2120;
}
/*==============wedget style-two style==========*/

.style_two {
    position: relative;
}
.style_two .promo-image {
    position: relative;
    padding: 0px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: right;
    background: #ffffff;
    overflow: hidden;
}
.style_two .promo-image img {
    width: 50%;
    float: right;
}
.style_two .caption {
    width: 50%;
    float: left;
    height: 100%;
    background: #ffffff;
    text-align: left;
    position: relative;
}
.style_two .caption .widget-title {
    font-family: 'lato';
    margin-top: 50px;
    font-size: 20px !important;
    line-height: 150%;
    color: #545454;
    text-transform: capitalize;
    font-weight: 400;
    padding-left: 0px !important;
}
.style_two .caption .promo-desc-title {
    font-family: Lato Black;
    font-size: 48px;
    line-height: 40px;
    color: #000000;
    text-transform: uppercase;
    margin: 0px;
}
.style_two .caption .promo-desc {
    font-family: Lato Black;
    font-size: 48px;
    line-height: 40px;
    color: #BB2120;
    text-transform: uppercase;
    margin: 0px;
}
.style_two .caption .promo-link-btn {
    font-family: Lato Black;
    font-size: 20px;
    line-height: 50px;
    padding: 0px 20px;
    background: #BB2120;
    border: 1px solid #BB2120;
    border: 1px solid #BB2120;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.style_two .caption .promo-link-btn:hover {
    background: #fff;
    color: #BB2120;
    border: 1px solid #BB2120;
}
/*last menu item style*/

#site-navigation > .store-menu > ul > li:last-child:hover > ul {
    right: 0;  
}
.headerone #site-navigation > .store-menu > ul > li:last-child:hover > ul li ul {
   right: 100%;
   left: inherit;
   padding-left: 0;
   padding-right: 5px;
}
#site-navigation > .store-menu > ul > li:last-child:hover ul:after {
    right: 30px;
    left: inherit;
}
.headerone .main-navigation ul li:last-child ul li.menu-item-has-children:hover::after {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    left: -5px;
    right: inherit;
}

/*===========style for new tab design=========*/

.ui-tabs-nav {
    padding: 6px 0;
    padding-right: 90px;
    background: transparent;
    margin: 0;
    display: inline-block;
    position: relative;
    height: 37px
}
.ui-tabs-nav:after {
    content: " ";
    display: block;
    width: 0;
    height: 100%;
    border-top: 40px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 47px solid #bb2120;
    position: absolute;
    top: 0;
    margin-top: 0px;
    margin-left: 0;
    right: 0px;
    z-index: 1;
}
.ui-tabs-nav li {
    list-style: none;
    display: inline-block;
    line-height: initial;
}
.ui-tabs-nav li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #000;
}
.ui-tabs-nav li a {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
}
.ui-tabs-nav .ui-state-active a {
    color: #e14548;
}
/*========team member style==========*/

.widget_accesspress_store_team .title-bg {
    background: none;
    border: 0;
    text-align: center;
}
.widget_accesspress_store_team .title-bg .prod-title {
    background: none;
    padding: 0;
}
.widget_accesspress_store_team .title-bg .prod-title:before {
    display: none
}
.widget_accesspress_store_team .title-bg .prod-title:after {
    display: none;
}
.widget_accesspress_store_team .sub-title {
    font-size: 21px;
    color: #888888;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    border: 0;
    text-align: center;
}
.widget_accesspress_store_team .sub-title:after {
    content: '';
    height: 5px;
    width: 46px;
    background: #BB2120;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -23px;
}
.widget_accesspress_store_team .desc {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.widget_accesspress_store_team .title-bg {
    margin-bottom: 0;
}
.team-slide {
    width: 100%;
    display: table;
    clear: both;
}
.team-slide .team-member-list {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 10px;
    overflow: hidden;
}
.team-slide .team-member-list .team-img-widget {
    -moz-transition: linear .3s all;
    -ms-transition: linear .3s all;
    -o-transition: linear .3s all;
    -webkit-transition: linear .3s all;
    transition: linear .3s all;
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.team-slide .team-member-list .team-img-widget:hover {
    transform: translateY(0);
    bottom: 0;
}
.team-slide .team-member-list .team-detail {
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.team-slide .team-member-list:hover .team-detail {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
}
.team-slide .team-member-list .team-title {
    font-size: 20px;
    line-height:  30px;
    text-transform: uppercase;
}
.team-slide .team-member-list .team-position {
    font-size: 16px;
    margin-bottom: 5px;
}
.team-slide .team-member-list ul {
    margin: 0;
    text-align: center;
}
.team-slide .team-member-list ul li {
    list-style: none;
    display: inline-block;
    /*margin: 0 5px;*/
}
.team-slide .team-member-list ul li a {
    color: #fff;
    width: 30px;
    height:30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 100%;
}
.team-slide .team-member-list ul li a:hover {
    color: #BB2120;
    background: #fff;
}
/*=====client logo style==========*/

.logo-slide {
    position: relative;
}
.logo-slide .slick-list {
    margin: 0 20px;
}
.logo-slide .slick-list .slick-track li {
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.logo-slide .slick-list .slick-track li .item-img img {
    max-width: 100% !important;
    display: inline-block;
    max-height: 40px;
}
.logo-slide .slick-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    width: 20px;
    height: 28px;
    background: url(images/arrow_testimonial.png) no-repeat center;
    background-position: 0px -27px;
    text-indent: -9999px;
    cursor: pointer;
}
.logo-slide .slick-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    width: 20px;
    height: 28px;
    background: url(images/arrow_testimonial.png) no-repeat center;
    background-position: 0 0;
    text-indent: -9999px;
    cursor: pointer;
}
/*========testimonial styule ==============*/

.testimonial-slide {
    position: relative;
}
.widget_accesspress_store_testimonial {
    margin-top: 10px
}
.widget_accesspress_store_testimonial #latest_product {
    background-size: cover;
    background-attachment: fixed;
}
.widget_accesspress_store_testimonial .title-bg {
    background: none;
    border: 0;
}
.widget_accesspress_store_testimonial .prod-title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background: none;
}
.widget_accesspress_store_testimonial .prod-title:before {
    display: none
}
.widget_accesspress_store_testimonial .prod-title:after {
    display: none;
}
.testimonial-slide .slick-slide {
    margin: 0 10px;
}
.testimonial-slide .testmonial-img-widget {
    width: 20%;
    float: left;
}
.testimonial-slide .testmonial-img-widget img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
    background-color: #fff
}
.testimonial-slide .testimonail-details-widget {
    width: 80%;
    display: inline-block;
    padding: 10px;
    color: #fff;
}
.testimonial-slide .testimonail-details-widget h2 {
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
}
.testimonial-slide .testimonail-details-widget p,
.testimonial-slide .testimonail-details-widget span {
    font-size: 15px;
    color: #fff;
}
.testimonial-slide .slick-prev {
    display: none !important;
}
.testimonial-slide .slick-next {
    display: none !important;
}
.testimonial-slide .slick-dots {
    display: block !important;
    text-align: center;
    margin: 50px 0 0;
}
.testimonial-slide .slick-dots li {
    display: inline-block;
    list-style: none;
}
.testimonial-slide .slick-dots li a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #BB2120;
    padding: 5px;
    margin: 0 5px;
    cursor: pointer;
}
.testimonial-slide .slick-dots li a {
    text-indent: -99999px;
    display: inline-block;
}
.testimonial-slide .slick-dots .slick-active a {
    background: #fff;
}
.testimonial-quote {
    position: relative;
    quotes: "\201C""\201D""\2018""\2019";
    font-family: arial;
    margin-top: 40px;
    line-height: 25px;
}
.testimonial-slide .testimonail-details-widget p {
    display: inline;
    position: relative;
    top: -12px;
}
/*.testimonial-slide .testimonail-details-widget span {
    display: block;
}*/
.testimonial-slide .testimonail-details-widget span.testimonial-author-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
.testimonial-slide .testimonail-details-widget span.testimonial-author-title {
    font-style: italic;
    font-size: 14px;
}
.testimonial-quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 142px;
    line-height: 0;
    margin-right: 0.05em;
    vertical-align: -0.4em;
}
.testimonial-slide .testimonail-details-widget span.testimonial-connector {
    margin: 0 5px;
}
/*product slider with siderbar accordian*/

.prod2-slider {
    width: 100%;
    clear: both;
}
/*accordian style*/


    /*side slider*/

    .prod2-slider .accordion-slider {
        width: 73%;
        display: inline-block;
        padding-left: 20px;
        padding-top: 0;
    }
    /*youtube part */

    .widget_accesspress_cta_video {
        margin-top: 30px
    }
    .widget_accesspress_cta_video .vide-wapper {
        background-size: cover;
        background-attachment: fixed;
    }
    .widget_accesspress_cta_video .cta-banner {
        width: 100%;
        margin: 0px 0 20px 0;
        border-bottom: 2px solid #454545;
        padding: 13px 0;
        position: relative;
    }
    .widget_accesspress_cta_video .cta-banner:before {
        content: '';
        width: 60%;
        height: 0;
        border-style: solid;
        border-width: 0 0 62px 62px;
        border-color: transparent transparent #BB2120 transparent;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .widget_accesspress_cta_video .banner-text {
        float: left;
    }
    .widget_accesspress_cta_video .banner-text .cta-title_simple {
        font-size: 20px;
        color: #fff;
        width: auto;
    }
    .widget_accesspress_cta_video .banner-btn {
        float: left;
        line-height: initial;
        display: inline-block;
    }
    .widget_accesspress_cta_video .banner-btn .btn {
        font-size: 40px;
        color: #BB2120;
        font-weight: 400;
        display: inline;
    }
    .widget_accesspress_cta_video .banner-btn .btn:hover {
        border: 0 !important;
        background: none !important;
    }
    .widget_accesspress_cta_video .cta-wrap-right {
        float: left;
        width: 50%;
        padding-right: 100px;
    }
    .widget_accesspress_cta_video .cta-title {
        font-size: 30px;
        line-height: 36px;
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
    }
    .widget_accesspress_cta_video .cta-desc {
        color: #ECECEA !important;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .widget_accesspress_cta_video .cta-wrap-left {
        width: 50%;
    }
    .widget_accesspress_cta_video .cta-video-btn.bttn {
        font-size: 21px;
        line-height: 55px;
        font-weight: bold;
        background: #BB2120;
        position: relative;
        padding: 0 60px 0 26px;
        border: 1px solid #BB2120;
        height: auto;
        margin-bottom: 15px;
    }
    .widget_accesspress_cta_video .cta-video-btn.bttn:after {
        content: "\f03d";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        font-size: 23px;
        color: #fff;
        right: 20px;
        top: 17px;
        ;
    }
    .widget_accesspress_cta_video .cta-video-btn.bttn:hover {
        background: rgba(206, 68, 68, 0.29);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    /*=================================pro version menu design style===================*/

    .header-two .before-top-header {
        background: #eeeeee;
        padding: 10px 0;
    }
    .header-two .ticker-content,
    .header-two .ticker-swipe {
        background: none;
    }
    .header-two .second-section {
        width: 100%;
        display: table;
        clear: both;
        padding-top: 10px;
    }
    /*====left side logo with category*/

    .header-two .second-first {
        width: 30%;
        float: left;
    }
    .header-two #site-branding {
        width: 100%;
        margin-top: 10px
    }
    /*=======right menu with login and add to cart style================*/

    .header-two .second-last {
        width: 68%;
        display: inline-block;
        /*margin-left: 2%;*/
    }
    .header-two .second-last .top-menu {
        width: 100%;
        display: table;
        clear: both;
    }
    .header-two .second-last .menu-main-menu-container {
        float: right;
    }
    /*===============search and add to cart menu style==========*/

    .header-two .second-last .top-header {
        float: right;
    }
    /*====search and advance search====*/

    .header-two .advance-search-form {
        float: left;
        position: relative;
    }
    .advance-search-form select+i.fa {
        position: absolute;
        left: 46%;
        top: 17px;
        z-index: -1;
        color: #A9A9A9
    }
    .headerone .advance-search-form select+i.fa {
        position: absolute;
        left: 18%;
        top: 17px;
        z-index: -1;
        color: #A9A9A9
    }
    .header-two select, .headerone select {
        float: left;
        padding: 3px;
        font-size: 14px;
        line-height: 1.8;
        border: 1px solid #BB2120;
        height: 30px;
        margin-right: 2px;
    }
    .header-two .wd_search_form, .headerone .wd_search_form {
        float: left;
    }
    .header-two .wd_search_form input[type="submit"], .headerone .wd_search_form input[type="submit"] {
        text-indent: -99999px;
        border: 0;
        background: url(images/search.png) no-repeat #fff;
        width: 26px;
        cursor: pointer;
    }
    .header-two .wd_search_form input[type="text"] {
        border-radius: 0;
        height: 30px;
        border: 1px solid #BB2120;
    }
    /*login addto cart style*/

    .header-two .second-login {
        float: right;
        font-size: 13px;
    }
    .woocommerce-welcome{
        float: right;
        font-size: 13px;
        line-height: 30px;
    }

    .woocommerce-welcome .header_call a{
        color: #000;
    }

    .ticker_tick a{
        color: #000 !important;
    }
    .header-two .second-login .login-woocommerce {
        float: right;
    }
    .header-two .second-login .login-woocommerce:hover .header-two .second-login .form_drop_down {
        opacity: 1;
    }
    .header-two .second-login .form_drop_down {
        position: absolute;
        display: none;
        z-index: 99999;
        background: #fff;
        border: 1px solid #eee;
        padding: 10px;
    }
    .header-two .second-login .form_drop_down .login-submit input[type="submit"] {
        border: 1px solid #BB2120;
        background: #fff;
        padding: 0 15px;
    }
    .header-two .second-login .form_drop_down .login-submit input[type="submit"]:hover {
        border: 1px solid #BB2120;
        background: #BB2120;
        color: #fff;
    }
    .header-two .second-login .form_wrapper_footer span {
        margin-left: 5px;
    }
    .header-two .second-login .quick-wishlist {
        float: right;
    }
    /*category menu item*/

    .header-two .second-menu {
        float: left;
    }
    .header-two #menu:after {
        display: none;
    }
    /*menu*/
    /*==========main menu style=============*/

    .header-two .second-last .menu {
        margin: 0;
    }
    .header-two .second-last .menu li {
        list-style: none;
        display: inline-block;
        position: relative;
    }
    .header-two .second-last .top-menu ul.menu > li.menu-item-has-children > a::after {
        top: 10px;
        display: none;
    }
    .header-two .second-last .top-menu ul.menu > li.menu-item-has-children > a:hover::after {
        /*display: block;*/
        color: #bb2120;
    }
    .header-two .second-last .top-menu ul li.menu-item-has-children > a::after {
        color: #c1c1c1;
        content: "\f106";
        font-family: fontawesome;
        font-size: 18px;
        position: absolute;
        top: 19px;
        left: 0;
        right: 0;
        z-index: 1;
        display: none;
    }
    .header-two .second-last .menu li a {
        font-size: 15px;
        color: #333;
        position: relative;
        z-index: 1;
    }
    .header-two .second-last .menu li a:hover, .header-two .second-last .menu li.current_page_item a,
    .header-two .second-last .menu li.current-menu-item a {
        color: #BB2120;
    }
    .header-two .second-last .menu li > .sub-menu {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: -10px;
        min-width: 150px;
        background: #fff;
        z-index: 99;
        margin: 0;
        border: 1px solid #E2E2E2;
        margin-top: 5px;
        white-space: nowrap;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }
    .header-two .second-last .menu li:hover > .sub-menu {
        opacity: 1;
        flter: alpha(opacity= 100);
        visibility: visible;
    }
    .header-two .second-last .menu li > .sub-menu li .sub-menu {
        /*position: static;*/
        left: 100%;
        top:  -1px;
        margin-top: 0;
    }
    .header-two .second-last .menu li>.sub-menu>li {
        display: block;
        padding: 5px 10px;
    }
    .header-two .second-last .menu li>.sub-menu>li+li {
        margin: 0;
        border-top: 1px solid #e2e2e2;
    }
    .header-two .second-last .menu li>.sub-menu>li a {
        font-size: 16px;
    }
    .header-two .second-last .menu li > .sub-menu li .sub-menu li > a {
        color: #333;
    }
    .header-two .second-last .menu li > .sub-menu li .sub-menu li > a:hover {
        color: #bb2120;
    }
    .accesspress-menu-bar .top-nav li {
        float: left;
    }
    .header-three .accesspress-menu-bar .top-nav li {
        position: relative;
    }
    .header-three .accesspress-menu-bar .top-nav li.accesspress-menu-item-dropdown ul {
        white-space: nowrap;
    }
    .accesspress-menu-bar .top-nav li:hover .sub-menu {
        opacity: 1;
        left: 100%;
        top: 0;
    }
    .header-three .accesspress-menu-bar .top-nav li:hover .sub-menu {
        left: 100%;
    }
    .accesspress-menu-bar .top-nav li:hover .sub-menu li > ul {
        opacity: 0;
        left: 168px;
        top: 0;
        visibility: hidden;
    }
    .accesspress-menu-bar .top-nav li.accesspress-menu-item-fullwidth:hover .sub-menu li > ul,
    .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul {
        opacity: 1;
        visibility: visible;
    }
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu {
        opacity: 1;
        left: -579px;
        top: 0px;
        background-color: rgba(255, 255, 255, 1);
        border-top: 5px solid #BB2120;
        visibility: visible;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu li {
        width: 25%;
        float: left;
        padding: 10px 10px 20px;
        border-bottom: none
    }
    /*.accesspress-menu-bar .top-nav li > .widget-sub-menu > li.widget {
        margin-top: 25px;
    }
    .accesspress-menu-bar .top-nav > li.accesspress-menu-item-fullwidth > .sub-menu > li {
        margin-top: 25px;
        margin-bottom: 20px;
    }*/
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li li {
        border-bottom: 1px solid #eeeeee;
    }
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li ul.children li:last-child {
        border-bottom: none;
    }
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > .promo-widget-wrap a:hover {
        color: #000 ;
    }
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget {
        left: auto;
        top: auto;
        opacity: 1;
    }
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 0 !important;
        padding: 10px 0;
    }
    .parallax-header .parallax-navigation .accesspress-menu-bar .top-nav li .widget-sub-menu li .product_list_widget > li {
        width: 100%;
        padding: 10px 0;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu li .product_list_widget > li > a {
        display: block !important;
        margin-bottom: 5px;
        margin-left: 0 !important;
    }
    /*product*/

    section {
        padding: 20px 0;
    }
    .collection_combine {
        position: relative;
    }
    .collection_combine .outer-img,
    .collection_combine .inner-img {
        height: 100%;
        /*position: relative;*/
    }

    #boxer .boxer-content .images {
        width: 50%;
        float: left;
    }
    #boxer .boxer-content .images a {
        margin-bottom: 10px;
        display: inline-block;
    }
    #boxer .boxer-content .thumbnails ul {
        margin: 0;
    }
    #boxer .boxer-content .thumbnails ul li {
        list-style: none;
        float: left;
        max-width: 90px;
    }
    #boxer .boxer-content .thumbnails ul li+li {
        margin-left: 10px;
    }
    #boxer .boxer-content .quantity {
        margin-bottom: 10px;
        display: inline-block;
        float: left;
    }
    #boxer .boxer-content .summary {
        width: 50%;
        display: inline-block;
        padding-left: 10px;
        overflow-y:scroll;
        max-height: 500px
    }
    #boxer .boxer-content .quantity input[type="number"] {
        width: 3.631em;
        text-align: center;
    }
    #boxer .boxer-content .single_add_to_cart_button.button {
        background: #BB2120;
        color: #FFF;
        border-radius: 0px;
        border: 2px solid #BB2120;
        padding: 7px;
        line-height: 1;
        cursor: pointer;
        float: left;
    }
    #boxer .boxer-content .single_add_to_cart_button.button:hover {
        background-color: transparent;
        color: #BB2120
    }
    .boxer-content .entry-title {
        white-space: normal;
    }
    
/*--------------------------------------------------------------
AccessPress Mega Menu
--------------------------------------------------------------*/

#toggle-cat {
    display: block;
    float: left;
    width: 50px;
    height: 45px;
    cursor: pointer;
    padding: 10px;
}
#toggle-cat.on div {
    background: #fff;
}
#toggle-cat div {
    width: 100%;
    height: 5px;
    background: #ec1b2e;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}
#toggle-cat.on div {
    background: #fff;
    transform: inherit;
}
#toggle-cat .one {
    transform: rotate(45deg) translate(5px, 5px);
}
#toggle-cat .two {
    opacity: 0;
}
#toggle-cat .three {
    transform: rotate(-45deg) translate(7px, -8px);
}
#toggle-cat.on .two {
    opacity: 1
}
.header-two .main-navigation {
    width: 280px;
    padding: 0;
}
.header-two .second-header-menu .title {
    font-size: 20px
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* close commented backslash hack */

.header-two .accesspress-menu-bar {
    position: absolute;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.87);
    width: 280px;
}
.header-two .accesspress-menu-bar li {
    display: block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}
.header-two .accesspress-menu-bar li li {
    border-bottom: none;
}
.accesspress-menu-bar li:hover {
    background-color: #BB2120;
}
.accesspress-menu-bar li:hover a {
    color: #fff
}
.accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu,
.accesspress-menu-item-fullwidth .sub-menu {
    left: -9999px;
    width: 896px;
}
.header-two .accesspress-menu-item-fullwidth > .sub-menu.widget-sub-menu,
.header-two .accesspress-menu-item-fullwidth > .sub-menu {
    width: 905px;
}
.header-three .accesspress-menu-item-fullwidth > .sub-menu.widget-sub-menu,
.header-three .accesspress-menu-item-fullwidth > .sub-menu {
    width: 705px;
}
.header-two .accesspress-menu-bar a {
    color: #000 ;
}
.accesspress-menu-bar .accesspress-menu-href-title {
    padding-left: 10px;
}
.headerone .accesspress-menu-bar .accesspress-menu-href-title {
    padding-left: 5px;
}
.accesspress-menu-bar .top-nav li:hover .widget-sub-menu {
    left: 100%;
}
.header-three .accesspress-menu-bar .top-nav li:hover .widget-sub-menu {
    left: 100%;
}
.accesspress-menu-bar li:hover .accesspress-menu-href-title,
.accesspress-menu-bar li:hover .accesspress-menu-icon {
    /*    color: #fff*/
}

.accesspress-menu-bar li > a:hover span{
    color: #fff
}
.accesspress-menu-bar .widget-sub-menu .widget {
    background-color: transparent;
}
.accesspress-menu-bar .widget-sub-menu .widget .caption {
    visibility: visible !important;
    opacity: 1
}
.accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > ul {
    float: left;
    width: 100%;
    position: static;
    opacity: 1;
}
.accesspress-menu-bar .top-nav li .widget-sub-menu h3 {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.accesspress-menu-bar .top-nav li .widget-sub-menu li > ul a {
    background-color: transparent;
    font-size: 14px;
    font-size: 14px !important;
    font-weight: normal !important;
    border-bottom: none;
    text-transform: none !important;
    width: 100%;
   /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    line-height: 20px !important;
    margin-bottom: 7px;
}

.main-navigation ul ul.product-categories li:hover > a {
    color: #000;
}
.accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > ul a:hover {
    background-color: transparent !important;
    color: #E23C36 ;
}
.accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > ul li {
    display: inline-block;
    padding: 0;
    /*float: none;*/
    background-color: transparent;
    width: 100%;
    margin-bottom: 0 !important
}
.parallax-header .parallax-navigation .accesspress-menu-bar .top-nav li .widget-sub-menu li > ul.product-categories li,
.parallax-header .parallax-navigation .accesspress-menu-bar .top-nav li .widget-sub-menu li.widget_pages > ul li {
    width: 100%;
    padding: 0;
}
.headerone .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > ul li, .accesspress-menu-bar .top-nav li .widget-sub-menu li > ul li {
    display: block;
}
.accesspress-menu-bar .widget ul li a,
.accesspress-menu-bar .widget ul li a {
    margin-left: 0 !important
}
.accesspress-menu-bar .widget_categories a:before,
.accesspress-menu-bar .widget_recent_entries a:before,
.accesspress-menu-bar .widget a:before {
    top: 0;
    position: static;
    margin-right: 10px;
}
.accesspress-menu-bar .widget_categories a:hover:before {
    color: #BB2120
}
.accesspress-menu-bar .top-nav li.cols-count-3 .widget-sub-menu li {
    width: 33%;
    text-align: left;
}
.accesspress-menu-bar .widget_accesspress_storemo .promo-desc {
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
}
.accesspress-menu-bar .widget_accesspress_storemo .widget-title {
    padding: 10px 0 0 0px;
}
.accesspress-menu-bar .widget_accesspress_storemo .promo-widget-wrap > a {
    background-color: transparent;
    padding: 0 !Important
}
.accesspress-menu-bar .widget_products.woocommerce li {
    text-align: left
}
.accesspress-menu-bar .widget_products.woocommerce li a {
    padding-left: 0 !important;
    text-align: left;
    border-bottom: none;
    display: block;
}
.accesspress-menu-bar .widget_products.woocommerce li a:before {
    display: none
}
.accesspress-menu-bar .widget_products.woocommerce ul li {
    border-bottom: 1px solid #E2E2E2 !important;
}
.accesspress-menu-bar .widget_products.woocommerce li img,
.accesspress-menu-bar .widget_products.woocommerce li img {
    width: 61px;
    height: 61px;
}
.accesspress-menu-bar .widget_products.woocommerce li .amount {
    margin-right: 5px;
    text-align: right;
    background-color: #BB2120;
    /* display: inline-block; */    
    color: #fff;
    float: right;
    padding: 5px;
    font-size: 12px;
    line-height:15px;
    /*margin-top:-35px;*/
}
.accesspress-menu-bar .top-nav li:hover .widget-sub-menu {
    height: auto;
}
.accesspress-menu-bar .top-nav li.cols-count-3 .widget-sub-menu .product-categories > li.cat-item {
    border-bottom: 1px solid #E2E2E2!important
}
/*.accesspress-menu-bar .top-nav li.cols-count-3:hover .widget-sub-menu .product-categories > li.cat-item > a {
    padding-left: 0 !important;
    font-weight: bold !important;
    line-height: 40px !important;
}*/
.accesspress-menu-bar .top-nav li.cols-count-3:hover .widget-sub-menu .product-categories > li.cat-item > a:before {
    display: none
}
.accesspress-menu-bar .top-nav li.cols-count-3:hover .widget-sub-menu li.cat-item {
    width: 100%;
    margin-bottom: 0 !important;
}
.accesspress-menu-bar .promo-link-btn {
    font-size: 14px;
    font-weight: bold;
}
.accesspress-menu-bar .top-nav li.cols-count-2:hover .widget-sub-menu li {
    width: 50%;
    text-align: left;
}
.accesspress-menu-bar .top-nav .tagcloud {
    padding-left: 0;
}
.accesspress-menu-bar .top-nav .tagcloud a {
    margin-left: 0px;
    background-color: transparent;
    padding: 0 !important;
    font-size: 14px !important;
    text-transform: none !important;
}
.accesspress-menu-bar .top-nav .tagcloud a:hover {
    background-color: transparent;
}
.accesspress-menu-item-fullwidth .sub-menu {
    position: absolute;
    height: auto;
    background-color: #fff;
    border-top: 5px solid #BB2120;
}
.accesspress-menu-item-fullwidth .sub-menu li a {
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-transform: none;
    color: #000;
    text-transform: none !important;
    margin-left: 0 !important;
    line-height: 30px;
    border-bottom: none;
}
.accesspress-menu-item-fullwidth .sub-menu li a:hover {
    color: #BB2120 !important;
}
.accesspress-menu-item-fullwidth .sub-menu li {
    background-color: #fff;
}
.accesspress-menu-item-fullwidth > .sub-menu li.has-dropdown {
    width: 25%;
    float: left;
    padding: 10px 10px 20px;
    border-bottom: none;
    background-color: transparent;
}
.accesspress-menu-item-fullwidth .sub-menu li a span {
    color: #000 
}
.accesspress-menu-item-fullwidth .sub-menu li a:hover {
    background-color: transparent;
}
.accesspress-menu-item-fullwidth .sub-menu li a:hover span {
    color: #BB2120 !important;
}
.accesspress-menu-item-fullwidth .sub-menu ul {
    position: static;
    opacity: 1 !important;
    width: 100%;
    border-top: 2px solid transparent;
}
.accesspress-menu-item-fullwidth > .sub-menu li ul li {
    width: 25%;
    float: left;
    border-bottom: 1px solid #eeeeee;
}
.accesspress-menu-item-fullwidth > .sub-menu li a .accesspress-menu-href-title {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    padding: 0
}
.accesspress-menu-item-fullwidth > .sub-menu li ul .no-dropdown {
    width: auto;
    float: none;
}
.accesspress-menu-item-fullwidth > .sub-menu li.no-dropdown span,
.accesspress-menu-item-fullwidth > .sub-menu li.no-dropdown a {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.accesspress-menu-item-dropdown {
    position: relative;
}
.accesspress-menu-item-dropdown .sub-menu {
    position: absolute;
    left: -9999px;
    top: 0 !important;
    min-width: 200px;
    background-color: #fff;
    height: auto;
    border-top: 5px solid #BB2120;
}
.accesspress-menu-item-dropdown .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 0 !important;
    margin-bottom: 0;
    float: none;
    background-color: transparent;
    width: 100%;
    line-height: 1;
    
}
.accesspress-menu-item-dropdown .sub-menu a .accesspress-menu-href-title {
    color: #000;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.accesspress-menu-item-dropdown .sub-menu a:hover,
.accesspress-menu-item-dropdown .sub-menu li:hover {
    background-color: transparent;
    margin-left: 0;
}
.accesspress-menu-item-dropdown .sub-menu a:hover .accesspress-menu-href-title {
    color: #BB2120
}
.accesspress-menu-bar li:hover .accesspress-menu-href-title {
    margin-right: 10px
}
.accesspress-menu-bar ul ul li.menu-item-has-children:hover::after {
    display: none
}

.accesspress-menu-bar .accesspress-menu-item-dropdown ul a {
    margin-left: 0 !important
}
.accesspress-menu-item-dropdown .sub-menu li:hover a {
    background-color: transparent;
}
.accesspress-menu-item-dropdown .sub-menu ul {
    left: 260px !important;
    margin-top: -5px;
}
.header-two .before-top-header {
    padding: 0 !important
}
.header-two .ticker-wrapper.has-js {
    position: relative;
    padding: 6px 20px 6px 0px;
}
.header-two .welcome-user {
    margin-left: 10px
}
.header-two .welcome-user .line{
    margin-right: 10px;
}
.header-two .login-woocommerce {
    display: table;
    height: 100%;
}
.header-two .header-callto,
.header-two .welcome-user {
    display: table-cell;
    vertical-align: middle;
    float: none
}
.header-two .header-callto {
    padding-right: 10px
}
.header-two .my_account_wrapper,
.header-two .logout_wrapper {
    display: inline-block;
    padding: 0 5px
}
.headerone .my_account_wrapper,
.headerone .logout_wrapper {
    display: inline-block;
    padding: 0 5px
}
.header-two .wd_tini_account_control ul, .headerone .wd_tini_account_control ul {
    margin: 0;
    padding: 0;
}
.header-two .wd_search_product, .headerone .wd_search_product,
.header-two .wd_search_form input[type="text"], .headerone .wd_search_form input[type="text"] {
    background-color: transparent;
    border: 1px solid #EEE;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 46px;
    padding: 9px 9px 9px 9px;
    color: #676767;
    margin-right: -1px;
}
.header-two .wd_search_product,
.header-two .wd_search_form{
    width: 50%;
}
.headerone .wd_search_form{
    width: 45%;
}
.headerone .wd_search_product{
    width: 25%;
}
.header-two .wd_search_form input[type="text"], .headerone .wd_search_form input[type="text"] {
    padding: 9px 26px 9px 9px;
}
.header-two .wd_search_form input[type="submit"], .headerone .wd_search_form input[type="submit"] {
    display: none
}
.header-two .second-last .top-menu, .headerone .second-last .top-menu {
    margin: 10px 0;
}
.header-two .second-last .top-header, .headerone .second-last .top-header {
    width: 100%
}
.header-two .wd_search_form , .headerone .wd_search_form {
    position: relative;
}
.header-two .wd_search_form #searchsubmit, .headerone .wd_search_form #searchsubmit {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #666;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.wd_search_form #searchsubmit {
    color: #666;
}
.wd_search_form #searchsubmit:hover {
    color: #bb2120;
}
.wd_search_form input[type="text"] {
    width: 100%
}
.wd_search_form input[type="text"]:after {
    content: "\f002";
}

.header-two .second-section {
    border-bottom: 5px solid #BB2120;
}
.header-two .second-header-menu .title {
    float: left;
}
#toggle-cat {
    float: right;
    margin-top: -3px;
}
.header-two .main-navigation {
    background-color: transparent;
    /*padding-bottom: 13px;*/
}
.header-two .second-last .menu li+li {
    margin-left: 20px
}
.header-two .second-last .menu li a {
    font-size: 18px
}
.header-two .accesspress-menu-bar {
    opacity: 0;
    -webkit-transition: opacity .3s ease, top .25s ease;
    -moz-transition: opacity .3s ease, top .25s ease;
    -ms-transition: opacity .3s ease, top .25s ease;
    -o-transition: opacity .3s ease, top .25s ease;
    transition: opacity .3s ease, top .25s ease;
    z-index: 1000;
    top: 100%;
    left: -9999px
}
.header-two .second-menu:hover .accesspress-menu-bar {
    opacity: 1;
    left: auto
}
.header-two .second-header-menu:hover .title {
    color: #BB2120
}
.header-two .second-login {
    margin-top: 8px;
}
.header-two .second-login .form_drop_down {
    padding: 20px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 270px;
    border-radius: 5px;
}
.logged-in .header-two .second-login .form_drop_down {
    display: none !important
}
.form_drop_down label[for="user_login"],
.form_drop_down label[for="user_pass"] {
    display: block;
    font-size: 13px;
    color: #808080;
}
.form_drop_down input[type="text"],
.form_drop_down input[type="email"],
.form_drop_down input[type="url"],
.form_drop_down input[type="password"],
.form_drop_down input[type="search"],
textarea,
.header-two .second-login .form_drop_down .login-submit input[type="submit"] {
    width: 100%
}
.header-two .second-login .form_drop_down .login-submit input[type="submit"] {
    border: 1px solid #4A4A4A;
    padding: 5px 15px;
    width: 100%;
    background-color: #4A4A4A;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
.header-two .second-login .form_drop_down .login-submit input[type="submit"]:hover {
    background-color: #BB2120;
    border: 1px solid #BB2120;
}
.form_wrapper_footer {
    font-size: 13px;
    color: #979797;
}
.headerone .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu,
.headerone .accesspress-menu-item-fullwidth > .sub-menu {
    top: 56px !important;
    width: 1170px;
}
.headerone .accesspress-menu-item-fullwidth:hover .sub-menu.widget-sub-menu,
.headerone .accesspress-menu-item-fullwidth:hover > .sub-menu {
    left: -405px !important;
}
.boxed .headerone .accesspress-menu-item-fullwidth:hover .sub-menu.widget-sub-menu,
.boxed .headerone .accesspress-menu-item-fullwidth:hover > .sub-menu {
    left: -314px !important;
}
.headerone .accesspress-menu-bar .top-nav li:hover .widget-sub-menu {
    border-top: 5px solid #BB2120;
}

.headerone .accesspress-menu-bar li:hover .accesspress-menu-href-title {
    margin-right: 0
}
.headerone .accesspress-menu-bar li:hover {
    position: static;
}
.headerone .accesspress-menu-bar li.accesspress-menu-item-dropdown:hover {
    position: relative;
}
.headerone .before-top-header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 0
}
.headerone .home_navigation {
    padding: 0
}
.headerone #site-navigation > ul > li:last-child a {
    padding-right: 0;
}
.headerone #site-navigation li a {
    padding: 13px 12px;
}
.headerone #site-navigation ul.top-nav > li > a {
    color: #fff;
}
.page-template-template-home2 { 
    padding: 13px 16px;
}
/* End New Css */

.headerone .top-header {
    margin: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.headerone .accesspress-menu-bar .top-nav li .sub-menu {
    top: 56px !important;
}
.headerone .accesspress-menu-bar .top-nav li:hover .sub-menu {
    left: 0;
    top: 56px !important;
    padding: 0 10px;
}
.accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul {
    left: 178px !important;
}
.header-two .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul {
    left: 260px !important
}
.accesspress-menu-item-dropdown .sub-menu li {
    border-bottom: 1px solid #eee;
    position: relative !important;
}
.headerone .accesspress-menu-bar .top-nav li:hover .sub-menu ul {
    top: 0 !important;
}
.accesspress-menu-item-custom .sub-menu {
    height: auto;
    background-color: #fff;
    border-top: 5px solid #BB2120;
}
.header-two .accesspress-menu-item-custom .sub-menu li,
.header-two .accesspress-menu-item-custom {
    border-bottom: 1px solid #eeeeee !important;
}
.accesspress-menu-item-custom .sub-menu li a {
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-transform: none;
    color: #000;
    text-transform: none !important;
    margin-left: 0 !important;
    line-height: 30px;
    border-bottom: none;
}
.accesspress-menu-item-custom .sub-menu li a span {
    color: #000 ;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.accesspress-menu-item-custom .sub-menu li:hover a,
.accesspress-menu-item-custom .sub-menu li:hover {
    background-color: transparent;
}
.accesspress-menu-item-custom .sub-menu li a:hover span {
    color: #BB2120 !important;
}
.accesspress-menu-item-custom .sub-menu ul {
    left: 160px !important;
}
/*--------------------------------------------------------------
AccessPress Category
--------------------------------------------------------------*/
.widget_product_categories ul.product-categories li {
    position: relative;
}
.children {
    display: none;
}
.product-categories a:hover .cat_icon:before {
    color: #BB2120
}
.cat_icon {
    position: absolute;
    display: inline-block;
    float: right;
    line-height: 30px;
    width: 40px;
    text-align: right;
    top: 5px;
    right: 0;
}
.cat_icon:before {
    content: "\f054";
    font-size: 12px;
    color: #3d3d3d;
    font-family: "FontAwesome";
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.woocommerce.widget_product_categories select.dropdown_product_cat {
    font-family: Open Sans;
    font-size: 13px;
    height: 35px;
    padding: 0 10px;
    width: 100%;
    margin-top: 10px;
}

#secondary .widget_product_categories .cat_icon:before {
    display: inline-block;
    margin-top: 13px;
}
.cat_icon.open:before {
    content: "\f078";
    font-size: 12px;
    color: #3d3d3d;
    font-family: "FontAwesome";
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}
.cat_icon a:hover {
    color: #BB2120
}
.product-categories .cat-item .children {
    display: none
}
.price-cart > .price + div[itemprop="description"] {
    display: none;
}
.title-bg a {
    float: right;
    padding: 9px 75px 0 0;
}
.title-bg a.viewall {
    height: 42px;
    padding: 9px 75px 0;
    color: #4F4F4F;
    line-height: 1.5;
    color: #fff;
}
/*item quick view and whistlist*/

.item-img:hover .quick-info {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.quick-info {
    position: relative;
    background: rgba(49, 49, 49, 0.82);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;  
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.item-wishlist {

    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    position: relative;
    padding-left: 20px;
    color: #fff
}

.item-wishlist:hover{
    color: #BB2120
}


.item-wishlist:before {
    content: "\f004";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}
.item-wishlist:hover:before{
    color: #BB2120
}
.page-template .small,
.woocommerce ul.products li.product .button {

    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    color: #fff
}

.page-template .small:hover,
.woocommerce ul.products li.product .button:hover {
    color: #BB2120
}

.page-template .small .fa {
    margin-right: 5px;
}
.page-template .add_to_cart_button, 
.page-template .added_to_cart, 
.page-template .product_type_grouped, 
.page-template .product_type_external,
.page-template .product_type_simple {
    color: #fff;
    line-height: 36px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    bottom: 0;
    font-weight: 700;
    background: #BB2120;
    border: 2px solid #BB2120;
    display: inline-block;
    display: block;
}

.page-template .add_to_cart_button:hover, .page-template .added_to_cart:hover, 
.page-template .product_type_grouped:hover, .page-template .product_type_external:hover {
    color: #BB2120;
    border: 2px solid #BB2120;
    background: none;
}
.page-template .add_to_cart_button:hover:before, .page-template .added_to_cart:hover:before,
.page-template .product_type_grouped:hover:before, .page-template .product_type_external:hover:before  {
    color: #BB2120 !important;
}


.according-latest .quick-info a {
    font-size: 11px;
}
.collection_combine .inner-img:hover .quick-info {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.widget_accesspress_store_full_promo {
    margin: 20px 0;
    padding-bottom: 0;
}
/*--------------------------------------------------------------
PopUP 
--------------------------------------------------------------*/

#boxer .boxer-close {
    background: #4F4F4F;
}
#boxer .boxer-close:before {
    color: #fff
}
.boxer-content .entry-summary div[itemprop="description"] {
    color: #7f7e7e;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

#boxer .boxer-content .yith-wcwl-add-button a {
    float:left;
    padding: 8px 7px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid #BB2120;
    background-color: #BB2120;
    color: #fff;
    line-height: 1;
    display: inline-block;
}
#boxer .boxer-content .yith-wcwl-add-button a:hover {
    background-color: transparent;
    color: #BB2120
}
.single #boxer .boxer-content .add_to_wishlist {
    padding-left: 7px !important;
    padding-right: 7px !important;
}


#boxer .boxer-content .summary .product_meta {
    margin-top: 15px;
    clear: both;
}
#boxer .boxer-content .sku {
    color: #7f7e7e;
}
#boxer .boxer-content .apss-social-share {
    width: 50%;
    display: inline-block;
    padding-left: 10px;
}
#boxer .boxer-content .yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse span.feedback {
    color: #BB2120;
    font-style: italic;
    position: relative;
    margin-top: -28px;
    display: block;
}
#boxer .boxer-content p.price,
#boxer .boxer-content span.price {
    color: #77a464;
    font-size: 1.25em;
}
.wc-proceed-to-checkout a {
    padding: 16px !important;
    border-radius: 0!important;
    border: 2px solid #4F4F4F 
}
.email-icon {
    position: relative;
    padding-left: 20px !important;
    color: #BB2120  ;
}
.email-icon:before {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
}

.latest-cat-product li{
    max-width: 33%;
    float: left;
}

.new-prod-slide li, .ap-cat-slide li{
    max-width: 25%;
    float: left;
}

.access_tab_product_full{
    max-width: 100% !important;
    float: left important;
}

#top-footer .widget_archive a, 
#top-footer .widget_categories a, 
#top-footer .widget_recent_entries a, 
#top-footer .widget_meta a, 
#top-footer .widget_recent_comments a, 
#top-footer .widget_recent_comments li {
    padding-left: 20px;
}

/*added style*/
.summary  a.boxer.button.small{
    margin: 10px 0px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    display:block;  
}
.summary span a{
    color:#bb2120 !important;
    font-weight:700;    
}


.variations select{
    width:100%;
    border: 1px solid #111;
    background: transparent;
    font-size: 16px;
    height: 32px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(images/drop.png) 100% 15% no-repeat #efefef;
    border: none;
    color: #989898;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 10px; 
}
.collection_desc{
    text-align:center;  
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    background: #bb2120;
    border:2px solid #bb2120  
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{

    background:none;
}
.single_variation_wrap{
    float: left;
    width:100%; 
    /*margin-bottom: -42px;*/
}
.woocommerce div.product form.cart{
    margin-bottom:10px; 
}
.boxer-open #boxer{
    z-index:999999; 
}

/*added new css*/
.new-prod-slide .product_type_grouped,
.new-prod-slide .product_type_external{
    color: #fff;
    line-height: 36px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    bottom: 0;
    font-weight: 700;
    background: #BB2120 ;
    border: 2px solid #BB2120 ;
    display: inline-block;
    display: block; 
}
.product_type_grouped:hover,
.product_type_external:hover{
    background: transparent;
    border-color: #bb2120  ;
    color: #bb2120  ;
}
.price-cart:first-child{
    display:none;   
}

/* Accordian faq page */

.page-template-template-faq .accordion h3{ 
    position: relative;
    padding-left: 33px; 
    font-size: 17px;
    margin-bottom: 0px;
    border:1px solid #eee;
    margin-top: 10px;
    line-height: 35px;
}

.page-template-template-faq .accordion .ui-accordion-content{ 
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    /*background: #f1f1f1;*/
    padding-top: 20px;

}
.page-template-template-faq .accordion .ui-accordion-content p{ padding: 0px 20px;}
.page-template-template-faq .accordion  .ui-accordion-icons.ui-accordion-header-active::after{
 content: "\f146";
}


.page-template-template-faq .accordion .ui-accordion-icons::after{
  font-family: FontAwesome;
  content: "\f0fe";
  position: absolute;
  top: 20px;
  left: 10px;
  margin-top: -8px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  width: 14px;
  color: #555;
}

/* short code css */

.divider{ 
    display: block; 
    margin:30px auto;
}

.ap_call_to_action {
    background: #f8f8f8;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin: 15px 0;
    padding: 15px;
}

.ap_call_to_action .ap_call_to_action_button {
    background: #E44647;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    float: right;
    line-height: 1;
    padding: 15px 25px;
    transition: all 0.6s ease-in-out 0s;

}
.ap_call_to_action .ap_call_to_action_button:hover{ background: #D30808; }

.ap_call_to_action .ap_call_to_action_content{ 
    float: left;
}
.ap_call_to_action.center {
    text-align: center;
    
}
.ap_call_to_action.center .ap_call_to_action_button{ 
    float: none; 
    margin-top: 15px;
}

/* list style  Icon */

.ap-list.ap-list1{  margin-left: 15px;}
.ap-list.ap-list1 li{ position: relative; list-style: none; padding-left: 20px; line-height: 30px;}
.ap-list.ap-list1 li:before{
   position: absolute;
   content: "\f0e7"; left: 0; top: 5%;
   font-family: "FontAwesome";
}
.ap-list.ap-list2{  margin-left: 15px;}
.ap-list.ap-list2 li{ position: relative; list-style: none; padding-left: 20px; line-height: 30px;}
.ap-list.ap-list2 li:before{
   position: absolute;
   content: "\f08d"; left: 0; top: 5%;
   font-family: "FontAwesome";
   transform: rotate(-67deg);
}
.ap-list.ap-list3{  margin-left: 15px;}
.ap-list.ap-list3 li{ position: relative; list-style: none; padding-left: 20px; line-height: 30px;}
.ap-list.ap-list3 li:before{
   position: absolute;
   content: "\f00c"; left: 0; top: 5%;
   font-family: "FontAwesome";

}
.ap-list.ap-list4{  margin-left: 15px;}
.ap-list.ap-list4 li{ position: relative; list-style: none; padding-left: 20px; line-height: 30px;}
.ap-list.ap-list4 li:before{
   position: absolute;
   content: "\f0da"; left: 0; top: 8%;
   font-family: "FontAwesome";

}
.ap-list.ap-list5{  margin-left: 15px;}
.ap-list.ap-list5 li{ position: relative; list-style: none; padding-left: 20px; line-height: 30px;}
.ap-list.ap-list5 li:before{
   position: absolute;
   content: "\f101"; left: 0; top: 8%;
   font-family: "FontAwesome";
}
.ap-list.ap-list6{  margin-left: 15px;}
.ap-list.ap-list6 li{ position: relative; list-style: none; padding-left: 20px; line-height: 30px;}
.ap-list.ap-list6 li:before{
   position: absolute;
   content: "\f006"; left: 0; top: 8%;
   font-family: "FontAwesome";
}

/* Toggle And Tag */

.ap_toggle {
    border-bottom: 1px solid #f6f6f6;
    background: #f1f1f1;
}
.ap_toggle .ap_toggle_title {
    cursor: pointer;
    padding: 6px 0 6px 38px;
    position: relative;
    text-transform: uppercase;
}
.ap_toggle .ap_toggle_title::after {
    background: #BB2120;
    color: #ffffff;
    content: "?";
    font-family: "FontAwesome";
    height: 20px;
    left: 8px;
    line-height: 20px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
}
.ap_toggle .ap_toggle_content {
    border-top: 1px solid #f6f6f6;
    padding: 10px;
}
.ap_toggle.close .ap_toggle_content {
    display: none;
}
/* tag verticall and horizonal */

.ap_tab_wrap {
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.ap_tab_content {
    padding: 0 15px 15px;
}
.horizontal .ap_tab_group {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.horizontal .ap_tab_group .tab-title {
    cursor: pointer;
    float: left;
    font-size: 16px;
    line-height: 1.1;
    margin-left: 2px;
    padding: 10px 20px;
    position: relative;
    text-transform: capitalize;
}
.horizontal .ap_tab_group .tab-title.active, .horizontal .ap_tab_group .tab-title.hover {
    color: #fff;
    background: #BB2120;
    margin-bottom: -1px;
}


.horizontal .ap_tab_content .ap_tab {
    display: none;
}
.vertical.ap_tab_wrap {
    position: relative;
}
.vertical .ap_tab_group {
    background: #eeeeee none repeat scroll 0 0;
    float: left;
    width: 20%;
}
.vertical .ap_tab_group::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.vertical .tab-title {
    border-bottom: 1px solid #f1f1f1 !important;
    cursor: pointer;
    line-height: 1.2;
    padding: 10px;
    position: relative;
    text-transform: capitalize;
}
.vertical .tab-title:last-child {
    border-bottom: medium none !important;
}
.vertical .ap_tab_content {
    float: right;
    padding: 15px 15px 15px 0;
    width: 78%;
}
.vertical .ap_tab_content .ap_tab {
    display: none;
}
.vertical .ap_tab_group .tab-title.active, .vertical .ap_tab_group .tab-title.hover {
    color: #fff;
    background: #BB2120;
}


/* tesimonial block */
.ap-testimonial {
    background: #eeeeee;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
    margin: 0 0 70px;
    padding: 15px;
    position: relative;
}


.ap-testimonial .ap-client-image.round {
    border-radius: 100%;
}
.ap-testimonial .ap-client-image img {
    height: auto;
    width: 100%;
}

.ap-testimonial .ap-client-image {
    height: 50px;
    /* left: 10px; */
    /* margin-top: 10px; */
    overflow: hidden;
    position: relative;
    /* top: 100%; */
    width: 50px;
    float: left;
    margin-right: 10px;
}

.ap-testimonial  .ap-client-testimonial-heading{
   left: 80px;
   margin-top: 15px;
   max-width: 80%;
   position: absolute;
   top: -3px;
}
.ap-testimonial .ap-client-testimonial .ap-client-message {
    clear: both;
    overflow: hidden;
    text-align: justify;
}
.ap-testimonial  .ap-client-testimonial-heading h4{ 
    margin: 0; 
    padding: 0;
    font-weight: 600;
}
.ap-testimonial  .ap-client-testimonial-heading h6{
   margin: 0; 
   padding: 0;
}

.social-shortcode {
    clear: both;
    font-size: 16px;
    margin: 15px 0 0;
    text-align: center;
}
.social-shortcode a {
    border: 1px solid #BB2120;
    border-radius: 100%;
    color: #BB2120;
    display: inline-block;
    height: 34px;
    line-height: 32px;
    margin: 0 5px 5px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}
.social-shortcode a:hover {
    background: #BB2120 none repeat scroll 0 0;
    color: #ffffff !important;
}
.ap-team{
   background: #f8f8f8; 
   padding: 10px; 
   border:1px solid #f1f1f1;
}
.ap-team{position: relative;}
.ap-team h4{ margin-bottom: 0px; margin-top: 10px;}
.ap-team h6{ font-size: 12px; color: #999;}
.ap-team .ap-member-image{ 
    position: relative; 
    transition: all 0.6s ease-in-out 0s;
}
.ap-team .ap-member-image:before {
    background: rgba(255, 255, 255, 0);
    transition: all 0.6s ease-in-out 0s;
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    
}
.ap-team:hover .ap-member-image:before{
    content: "";
    position: absolute;
    left: 0; top: 0; right: 0; bottom: -1px;
    background: rgba(255, 255, 255, 0.9);

}
.ap-team .social-shortcode{
   position: absolute; 
   top: 10%; 
   left: 10%; 
   opacity: 0;
}

.ap-team:hover .social-shortcode{
   position: absolute;
   top: 10%; 
   left: 10%; 
   opacity: 1;
}
/*default menu section style*/
.header-two .menu-mega-menu-container{
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    width: 280px;
    opacity: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    top: 100%;
    left: -9999px;
}
.header-two .second-menu:hover .menu-mega-menu-container{
    opacity: 0.97;
    left: auto;
}
.header-two .top-header{
    padding-bottom: 0;
}
.headerone .accesspress-menu-bar .accesspress-menu-item-custom:hover{
    position: relative;
}

/*custom css added*/
.reset_variations{
    display: none;
}
.woocommerce div.product form.cart .variations{
    margin-bottom: 0;
}

/*======added css for customization*/
.widget_shopping_cart_content .buttons .wc-forward,
.widget_shopping_cart_content .buttons .checkout{
    background: #BB2120;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    border-radius: 0px;
    height: 40px;
    padding: 0px 20px;
    text-align: center;
    margin: 0px;
    border: 2px solid #BB2120;
    float: none;
}
.widget_shopping_cart_content .buttons a.wc-forward:hover,
.widget_shopping_cart_content .buttons a.checkout:hover{
    color: #BB2120;
}
.widget_shopping_cart_content .mini_cart_item .quantity{
    background: none;
    color: #5B8845;
}
.widget_shopping_cart_content .mini_cart_item .remove{
    position: absolute;
    top: 30px;
    background: #000;
    left: 0;
}

#secondary.sidebar .widget_shopping_cart_content ul li a.remove{
    line-height: 0px !important;
    background: #bb2120;
}

/* Register Button */
.header-two .second-login .form_drop_down .form_wrapper_footer .acc-register {
    border: 1px solid #4A4A4A;
    padding: 5px 15px;
    width: 100%;
    background-color: #4A4A4A;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}
.header-two .second-login .form_drop_down .form_wrapper_footer .acc-register a{
 color: #fff;
}

.header-two .second-login .form_drop_down .form_wrapper_footer .acc-register:hover {
    background-color: #BB2120;
    border: 1px solid #BB2120;
}



/* AccessPress Pro V2 */

/* AccessPress Store Pro Box Layout Left and Right Section */
.ap-home-left-artical{
   width: 27% !important;
   float: left;
   display: inline-block;

}
.ap-home-right-artical{ 
    width: 73% !important; 
    float: left; 
    display: inline-block;
    padding-left: 20px;
}
.ap-home-right-artical .ak-container{ width: 100% !important;}

.ap-home-left-artical ul{ list-style: none;}
.ap-home-left-artical .prod-title:after, .ap-home-left-artical .prod-title:before{
   content: none;
}

.ap-home-left-artical .prod-title{ font-size: 18px;}
.ap-home-left-artical .cat_icon.fa{  right: 0; }
.ap-home-right-artical .cta-overlay{ padding: 10px;}
.ap-home-left-artical ul.product-categories{
   margin: 0 !important;
   padding: 0;
}
.ap-home-right-artical .style_one{ margin-top: 15px;}
.ap-home-right-artical .style_two .caption{ padding-bottom: 20px;}

.ap-home-right-artical .style_one .widget-title { 
  font-size: 26px !important; 
  line-height: 26px;  
  width:100% !important;
}

/*----------------------- Header Three Section -----------------------*/

/* Header Top Section  layout */

.header-three .top-header{
    background: #000;
    padding-top: 0;
    margin-bottom: 20px; 
}
.header-three .top-header ul{
    list-style: none; 
    margin: 0; 
    padding: 0
}
.header-three .top-header ul li{
    border-left: 1px solid #919191;
    line-height: 40px; 
    display:inline-block; 
    position: relative;
}

.header-three .top-header ul.header_call li:last-child {
    border-right: 1px solid #919191;
}
.header-three .top-header ul li a{ 
    color: #fff;
}
.header-three .top-header ul li a { 
    padding: 0px 10px; 
}

.header-three .top-header .top-header-info.right ul li{
   display: inline-block;
   float: left;
}

.header-three .top-header .top-header-info.right ul li:last-child{
    border-right: 1px solid #919191;
}

.header-three .top-header .top-header-info.right a.quick-wishlist{
   border:none; 
   line-height: 40px; 
   margin: 0; 
   padding: 0 10px;
   float: none;
}

.header-three .top-header .top-header-info.right .view-cart {
   line-height: 40px;
}
.header-three .top-header .top-header-info.right .wd_tini_account_wrapper{
   position: relative;
   padding: 1px 0;
}

.header-three .top-header .top-header-info.right .wd_tini_account_wrapper .form_drop_down.drop_down_container {
    background: #fff none repeat scroll 0 0;
    width: 270px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.header-three .top-header .top-header-info ul li #loginform-custom label {
    font-size: 14px;
    vertical-align: middle;
}
.header-three .top-header .top-header-info ul li #loginform-custom .input {
    background: transparent none repeat scroll 0 0;
    color: #666;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    letter-spacing: 1px;
    line-height: 18px;
    vertical-align: middle;
    width: 100%;
}

.header-three .top-header .top-header-info .wd_tini_account_wrapper .button-primary {
    background-color: #4a4a4a;
    border: 1px solid #4a4a4a;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    padding: 3px 15px;
    width: 100%;
}
.header-three .top-header .top-header-info .wd_tini_account_wrapper .button-primary:hover {
    background: #bb2120;
    border-color: #bb2120;
}
.header-three .top-header .top-header-info .wd_tini_account_wrapper .login-submit {
    margin-bottom: 0;
}
.header-three .top-header .top-header-info ul li .form_wrapper .forgot_pass {
    color: #bb2120;
    font-size: 14px;
    padding: 0;
    text-transform: uppercase;
}
.header-three .top-header .top-header-info ul li .form_wrapper .form_wrapper_footer .button {
    background-color: #4a4a4a;
    border: 1px solid #4a4a4a;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.header-three .top-header .top-header-info ul li .form_wrapper .form_wrapper_footer .button:hover {
    background: #bb2120;
    border-color: #bb2120;
    color: #fff;
}
.header-three .top-header .top-header-info.right ul li:last-child:hover .form_drop_down.drop_down_container {
    opacity: 1;
    display: block;
}
.header-three .top-header .top-header-info.right .wd_tini_account_wrapper .wd_tini_account_control span{ 
    color: #fff; 
    padding: 0px 10px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.header-three .top-header .top-header-info.right .wd_tini_account_wrapper .wd_tini_account_control span:hover {
    color: #BB2120;
}
.header-three .top-header .top-header-info.right .wd_tini_account_wrapper .wd_tini_account_control .form_drop_down.drop_down_container{ display: none!important;} 
/*.header-three .top-header .top-header-info.right .wd_tini_account_wrapper .form_drop_down.drop_down_container a{ color: #000; padding: 0; line-height: 18px;}*/
.header-three .top-header .form_drop_down label[for="user_login"],
.header-three .top-header .form_drop_down label[for="user_pass"] { line-height: 22px;}

.header-three .top-header .button-primary {
    background: #bb2120;
    border: 2px solid #bb2120;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    padding: 0px 15px;
    width: auto;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.header-three .top-header .button-primary:hover{ background: #fff; color: #000;}
.header-three .top-call-box.left {
    width: 40%;
    float: left;
}
.header-three .top-header .top-header-info.right {
    float: right;
    /*overflow: hidden;*/
    width: auto;
}
.header-three .top-header{
    padding-bottom:0px;
}


/* header three middle section */

.header-three .top-header .top-header-info.right ul li i{ margin-right: 5px;}
.header-three .second-first {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.header-three #site-branding {
    float: none;
    width: auto;
    min-width: auto;
}
.header-three .second-section .second-last{
   display: inline-block;
   width: 50%;
   text-align: right;
   vertical-align: middle;
}
.header-three .second-section .second-last .advance-search-form{
   display: block;
}
.header-three .second-section .second-last .advance-search-form select{ 
    display: inline-block; 
    float: left;
}
.header-three .second-section .second-last .advance-search-form .wd_search_product{
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 7px;
    width: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

.header-three .second-section .second-last .advance-search-form .wd_search_form{ 
   width: 50%; 
   display: inline-block;
   position: relative;
}

.header-three .wd_search_product, .header-three .wd_search_form input[type="text"] {
    background-color: transparent;
    border: 1px solid #EEE;
    border-radius: 0;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;*/
    height: 46px;
    padding: 9px 9px 9px 9px;
    color: #676767;
    margin-right: 0px;
    padding: 9px;}

    .header-three .wd_search_form #searchsubmit {
        background-color: rgba(0, 0, 0, 0);
        border: medium none;
        color: #a9a9a9;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .header-three .header-ads img{
       width: 100%;
   }
   .header-three .header-ads {
       margin-top: 20px; padding: 0 15px;
   }
   .header-three .ap-adv-search {
       max-height: 150px;
   }
   .header-three .three-mainmenu .ap-slider-header{
       clear: both;
       width: 1170px;
       margin: 0 auto;
       display: block;
   }
   .header-three .three-mainmenu .ap-slider-header .second-menu{ 
    width: 27%; 
    float: left;
}

.header-three .three-mainmenu .ap-slider-header #site-navigation{
   display: block;
   width: 100%;
   position: relative;
}
.header-three .three-mainmenu .ap-slider-header #site-navigation.thirdmenu-toggle .menu{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.header-three .three-mainmenu .ap-slider-header #site-navigation.thirdmenu-toggle:hover .menu{
    opacity: 1;
    visibility: visible;
}

.header-three .three-mainmenu .ap-slider-header #site-navigation #toggle-cat {
   right: 2px;
   top: -2px;
   position:absolute;

}

.header-three .three-mainmenu .ap-slider-header #site-navigation #toggle-cat div{ background: #fff;}
.header-three .three-mainmenu .ap-slider-header #site-navigation .menu-mega-menu-container{ 
    position: relative;
}

.header-three .three-mainmenu .second-menu .accesspress-menu-bar ul.top-nav > li.menu-item{
   border:1px solid #eee; 
   display: block; width: 100%;
}

.header-three .three-mainmenu .second-menu .accesspress-menu-bar ul.top-nav li.menu-item ul.sub-menu li{ 
  border:none; 
}

.header-three .three-mainmenu .second-menu .main-navigation{
   background: #fff;
   padding: 15px;
}

.header-three .three-mainmenu .second-menu .main-navigation .second-header-menu.third-toggle .title{ 
    background: #EC1B2E; 
    color: #fff; 
    text-transform: uppercase; 
    font-size: 20px;  
    padding-left: 10px; 
    position: relative;
    margin-bottom: 10px;
    line-height: 40px;
}

.header-three .three-mainmenu .second-menu .main-navigation .second-header-menu.third-toggle, .header-three .main-navigation{
   position: relative;
}
.header-three .thirdmenu-toggle .accesspress-menu-bar {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
    visibility: hidden;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;    
}
.header-three .thirdmenu-toggle:hover .accesspress-menu-bar {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
}

.header-three .ap-topmenu-fullwrap .slick-slider {padding: 0 16px 0 0;}

/*.header-three .three-mainmenu .second-menu .accesspress-menu-bar ul li a span.accesspress-menu-href-title{
   color: #000;
}*/

.header-three .three-mainmenu .top-menu .menu li{
   display: inline-block; 
   float: left;
   position: relative;
   transition: all 0.6s ease-in-out 0s;
}
.header-three .three-mainmenu .top-menu .menu li ul.sub-menu{
   position: absolute;
   top: 100%; 
   left: 0;
   width: 200px; 
   padding: 0;
   z-index: 999;
   display: none;
   transition: all 0.6s ease-in-out 0s;
   background: #fff;
}
.boxed .header-three .three-mainmenu .top-menu .menu li ul.sub-menu{
    left: 0;
}

.header-three .three-mainmenu .top-menu .menu li:last-child ul.sub-menu{
  left: -110px;
}
.header-three .three-mainmenu .top-menu .menu li ul.sub-menu li{
   border:none; 
   border-bottom: 1px solid #eee;
   transition: all 0.6s ease-in-out 0s;

}
.header-three .three-mainmenu .top-menu .menu li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}

/*.header-three .three-mainmenu .top-menu .menu li ul.sub-menu li:hover{
   background: #EC1B2E;

}
.header-three .three-mainmenu .top-menu .menu li ul.sub-menu li:hover a{ 
    color: #fff;
}*/

.header-three .three-mainmenu .top-menu .menu li:hover > ul.sub-menu {
   display: block;
}

.header-three .three-mainmenu .top-menu .menu li a{
   padding: 3px 31px;
   display: inline-block;
   width: 100%;
}
/*.header-three .three-mainmenu .top-menu .menu li ul.sub-menu li a{ padding: 4px 4px;}*/

.header-three .three-mainmenu .top-menu .menu li ul.sub-menu li{ 
    clear: both; 
    width: 100%; 
    display: block;
}
.header-three .three-mainmenu .ap-topmenu-fullwrap .top-menu{
   position: relative;
   min-height: 40px;
}

hr.menu-devider{ width: 98%; 
  clear: both; 
  height: 2px; 
  background: #EC1B2E; 
  padding: 0; 
  margin: 0;
}

.header-three .three-mainmenu .ap-topmenu-fullwrap .top-menu ul li{ 
    border:1px solid #eee;
    line-height: 32px;
}

.header-three .three-mainmenu .ap-topmenu-fullwrap .top-menu .menu{
 width: 100%; 
 margin: 0; 
 padding: 0; 
 margin-top: 4px;
 display: inline-block;
}
.header-three .three-mainmenu .ap-topmenu-fullwrap .top-menu .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ap-slider-header .second-menu{ padding-top: 3px;}

.header-three .ap-topmenu-fullwrap{ width: 73%; display: inline-block; margin-top: 8px;}
.header-three .ap-topmenu-fullwrap #main-slider{ margin-bottom: 20px;}
.ap-topmenu-fullwrap #main-slider .slider-caption .ak-container{ width: 100% !important;}
.header-three .ap-topmenu-fullwrap .menu-top-menu-container{ 
    position: relative; 
    
    clear: both;
}

/* toggle section */

#boxtoggle {
    cursor: pointer;
    display: block;
    right: 0;
    height: 45px;
    padding: 10px;
    width: 50px;
    position: absolute;
    z-index: 9999;
    margin-top: -4px;
}

#boxtoggle div {
    backface-visibility: hidden;
    background: #000 ;
    height: 5px;
    margin: 5px auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
}
#boxtoggle div.one {
    margin-top: 0;
}
.ap-topmenu-fullwrap div#boxtoggle {
    margin-left: 10px;
}
.header-three .three-mainmenu .top-menu .menu li a{
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}
.header-three .three-mainmenu .top-menu .menu li a:hover{ background: #EC1B2E; color: #fff;}
.cat_icon{ float: right; line-height: normal;}
.ap-home-right-artical { padding-top: 0px;}
.ap-home-right-artical .section{ margin-top: 0px;}
.ap-home-right-artical .style_one .caption{ top: 0;}
.ap-home-right-artical .feature-cat-product.right_align.slick-initialized.slick-slider{
   margin-bottom: 24px;
}
.ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-product.right_align > .slick-next{ 
  bottom: 0;
}
.ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-product.right_align > .slick-prev{
  bottom: 0;
}
.ap-topmenu-fullwrap .widget_accesspress_storemo{ float: left; width: 50%; padding: 0 10px 0 0;}
.ap-topmenu-fullwrap .ap-below-ads .promo-widget-wrap:hover{transform: translateY(0px); transition:none;}
.ap-home-left-artical .promo-widget-wrap:hover{transform: translateY(0px); transition:none;}
.ap-topmenu-fullwrap .ap-below-ads .promo-image{ position: relative; text-align: left;}
.ap-topmenu-fullwrap .ap-below-ads .promo-image:last-child img{ width: 99%;}
.ap-topmenu-fullwrap .ap-below-ads .promo-image .caption{
   position: absolute; 
   top: 0; 
   text-align: left;
   padding: 10px 10px 10px 20px;
   right: 0;
   bottom: 0;
   left: 0;

}
.ap-topmenu-fullwrap .ap-below-ads .promo-image .caption .promo-desc{ font-size: 16px; color: #000;}
.ap-topmenu-fullwrap .ap-below-ads .promo-image .caption .widget-title{ padding-left: 0;}
.ap-home-left-artical .promo-widget-wrap .promo-image{ position: relative;}
.ap-home-left-artical .promo-widget-wrap .promo-image .caption{ 
  position: absolute;
  top: 0;
  padding-top: 30%;
  right: 0;
  bottom: 0;
  left: 0;
}
.ap-home-left-artical .promo-widget-wrap .promo-image .caption .promo-desc{
  font-size: 16px; 
  color: #000;
  line-height: 23px;
  margin: 20px 0;
}
.ap-home-right-artical .widget_accesspress_cta_video .cta-title{ line-height: 30px;}
.ap-home-right-artical .style_two .caption .promo-desc-title{ font-size: 30px; line-height: 30px;}
.ap-home-right-artical .style_two .caption .promo-desc{font-size: 30px; line-height: 30px;}
.ap-home-right-artical .product-cat-desc h3{font-size: 30px; }

.ap-home-left-artical .product_list_widget li{ 
  border-bottom: 1px solid #eee;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.ap-home-left-artical .product_list_widget li:hover{ 
  border-bottom: 1px solid #BB2120;
}

section.category-slider{ 
    padding-top: 0px; 
    margin-bottom: 0;
    padding-bottom: 0;
}
.prod2-slider{ padding-top: 0px;}
.special-product{ padding-top: 0px; padding-bottom: 0px;}

.ap-home-right-artical{ padding-bottom: 0px;}
.ap-home-right-artical .testimonial-slide .testmonial-img-widget img{ 
  width: 155px;
  height: 155px;
}

.ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-product{ width: 43%;}
.ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-image.right_align {
  width: 54%;
}
.ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-image.left_align{ width: 54%;}
.ap-home-left-artical .product_list_widget{ padding:0px 0px 20px 0;}
.ap-home-left-artical .woocommerce ul.product_list_widget li { padding:5px 0px 20px 0;}
.ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-product{
    bottom: 0;
}
.ap-home-right-artical .style_two .caption .widget-title{ margin-top: 2px;}
.ap-home-right-artical .team-slide .team-member-list .team-title{ font-size: 18px;}
.ap-home-right-artical .team-slide .team-member-list .team-position { font-size: 14px;}
.ap-home-right-artical .widget_accesspress_store_testimonial .prod-title{ 
  font-size: 24px;
  margin-top: 20px;
}

/* Faq Page */

.prod2-slider .accordion-with-product {
    width: 27%;
    float: left;
    border: 1px solid #eeeeee;
    border-top: 0;
}
.prod2-slider .accordion-with-product .widget {
    margin-bottom: 0;
    padding-bottom: 0;
}
.accordion-with-product .latest-product {
    font-size: 19px;
    color: #000;
    position: relative;
    background: #eeeeee;
    border-bottom: 1px solid #ea3a3c;
    width: 100%;
    padding: 0
}
.according-latest .ui-accordion-header:last-child {
    border-bottom: none;
}
.accordion-with-product .latest-product:before {
    content: "\f02c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    background: #bb2120;
    border: 1px solid #bb2120;
    padding: 8px;
    color: #fff;
    display: inline-block;
    margin-right: 10px
}
.widget_accesspress_pro_latest_with_product .according-latest .ui-accordion-header {
    font-size: 14px;
    font-weight: 600;
    background: #eeeeee;
    margin: 0px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
}
.accordion h3{ position: relative; }
.accordion  .ui-accordion-icons.ui-accordion-header-active::after{
 content: "\f146";
 font-family: fontawesome;
 position: absolute;
 right: 10px;
 top: 50%;
}
.accordion .ui-accordion-icons::after{
  font-family: FontAwesome;
  content: "\f0fe";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  width: 14px;
  color: #555;
}
.widget_accesspress_pro_latest_with_product .according-latest .ui-accordion-header span.ui-accordion-header-icon {
    display: none;
}
.according-latest .ui-accordion-header span {
  font-size: 15px;
  background: #676566;
  color: #fff;
  padding: 10px 0px 11px;
  margin-right: 10px;
  height: 100%;
  width: 41px;
  display: inline-block;
  text-align: center;
}
.widget_accesspress_pro_latest_with_product .according-latest .ui-accordion-content {
    padding: 30px 20px;
    text-align: center;
}
.according-latest .ui-accordion-content {
    text-align: center;
}
.according-latest .ui-accordion-content .item-img img {
    height: auto;
    width: 125px;
}

.latest-cat-product .collection_title {
    display: none !important;
}

.yith-wcwl-share {
    padding: 10px;
    margin-bottom: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.yith-wcwl-share ul {
    display: inline-block;
    vertical-align: middle;
}
.yith-wcwl-share ul li{
    padding: 0 5px;
}



/* ---------------  Category Section  ---------------- */

.category-slider .prod-title{ background: #fff; padding: 10px 15px; }
.category-slider .prod-title:before, .category-slider .prod-title:after{content: none;}
.category-slider .title-bg { 
  border:none; 
  position: relative; 
  text-align: center;
}

.category-slider .title-bg:before {
 background: #e44647;
 content: "";
 height: 2px;
 left: 0;
 margin-top: -1px;
 position: absolute;
 width: 100%;
 right: 0;
 top: 25px;
}

.category-slider ul li .item-img{
 padding: 10px;
 position: relative;
}

.category-slider ul li .item-img .ap_category_count{
 transition: all 0.2s ease-in-out 0s;
 position: absolute;
 bottom: 17%; color: #000; 
 background: rgba(255, 255, 255, 0.9); 
 width: 100%; 
 display: block; 
 right: 0; 
 left: 0; 
 text-align: center;
 padding: 10px 0 5px;
}

.category-slider ul li .item-img .ap_category_count .ap-count{
  font-size: 12px;
}
.category-slider ul li:hover .item-img .ap_category_count{
    background: #BB2120; 
    color: #fff;
}

.category-slider ul li .item-img .ap_category_count h3{ 
    margin-bottom: 0px;
    padding: 0px 10px;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow:ellipsis; 
    font-weight: 400;
}

.category-slider ul li:hover .item-img .ap_category_count h3{ 
    color: #fff;
}

.category-slider .ap-cat-slide{ 
    position: relative;
}

.category-slider .ap-cat-slide .slick-prev, .category-slider .ap-cat-slide .slick-next{
  font-size: 40px; 
  z-index: 9999;
  cursor: pointer;
  opacity:0;
}

.category-slider:hover .ap-cat-slide .slick-prev, .category-slider:hover .ap-cat-slide .slick-next{
  opacity: 1;
}

.category-slider .ap-cat-slide .slick-prev{ 
 position: absolute;
 left: 0px; 
 top: 10px; 
 bottom:10px;
 padding:5px; 
 width: 25px;
 padding-top: 9%;
 /*background:rgba(255, 255, 255, 0.8);
 box-shadow: 3px 0 2px -2px #f1f1f1;*/
}

.category-slider .ap-cat-slide .slick-next{
  position: absolute;
  right: 0px; 
  top: 10px;
  bottom:10px;
  padding:5px; 
  width: 20px;
  padding-top: 9%;
  /*background:rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0px 2px 0px #f1f1f1;*/
}
.category-slider .widget, .p-blog-slider .widget{
    margin:0px;
    padding:0px;
}

/*********************************special product style ***************************/
.special-product .title-bg{
    background:none;
    border:0;
    text-align:center;  
    position:relative;
}

.special-product .title-bg:before{
    content:'';
    height:2px;
    width:100%;
    background:#e44647;
    position:absolute;
    top:50%;
    margin-top:-1px;
    left:0;
}

.special-product .title-bg .prod-title{
    background:none;
    background:#fff;
    padding:0 20px; 
}

.special-product .title-bg .prod-title:before{
    display:none;
}

.special-product .title-bg .prod-title:after{
    display:none;
}

.special-product .fl-pcountdown-cnt{
    width:95%;  
    border:1px solid #bb2120;
    border-top:0;
}

.special-product .fl-pcountdown-cnt .countdown_title{
   width: 105%;
   background: #bb2120;
   display: table;
   padding: 1px 5px;
   color: #fff;
   position: relative;
   font-style:italic;
   font-weight:bold;
}

.special-product .fl-pcountdown-cnt .countdown_title:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #7D120F transparent transparent transparent;
    position: absolute;
    right: 0px;
    bottom: -12px;
}

.special-product .fl-pcountdown-cnt .fl-countdown{
    width:100%;
    display:table;
    padding:0;
    margin:0;   
}

.special-product .fl-pcountdown-cnt .fl-countdown li{
    width:25%;
    display:inline-block;
    list-style:none;
    text-align:center;  
}

.special-product .fl-pcountdown-cnt .fl-countdown li+li{
    border-left:1px solid #bb2120;
}

.special-product .fl-pcountdown-cnt .fl-countdown li span{
    color:#bb2120;  
    font-weight:bold;
    display:inline-block;
    white-space:nowrap;
    overflow:hidden;
    line-height:16px;
    padding-top:10px;
}

.special-product .fl-pcountdown-cnt .fl-countdown li p{
    color:#0B0A0A;
    font-style:italic;
    white-space:nowrap;
    overflow:hidden;
    line-height:16px;   
}

.widget_apif_sidewidget .profile-img img{
    height: auto
}

/*-------------  blog Section  -------------- */

.ap-blog-slider .prod-title{ 
    background: #fff; 
    padding: 10px 15px; 
}

.ap-blog-slider .prod-title:before, .ap-blog-slider .prod-title:after{content: none;}
.ap-blog-slider .title-bg { 
    border:none; 
    position: relative; 
    text-align: center;
}

.ap-blog-slider .title-bg:before {
   background: #e44647;
   content: "";
   height: 2px;
   left: 0;
   margin-top: -1px;
   position: absolute;
   width: 100%;
   right: 0;
   top: 25px;
}

.ap-blog-slider .item-img{ 
    padding: 10px;
}

.ap-blog-slider ul li .item-img{
    position: relative;
}

.ap-blog-slider ul li .item-img .ap_time{
    position: absolute; 
    top: 20px; 
    left: -10px; 
    font-size: 18px;
    width: 50px; 
    line-height: 20px;
    border: 2px solid #E44647;
    text-align: center;
    padding: 5px;
    background: #fff;
    transition: all 0.6s ease-in-out;
    z-index: 99999;
}

.ap-blog-slider ul li .item-img .ap_time:hover{ 
    background: #E44647;
    color: #fff;
}

.ap-blog-slider .ap-count{ 
    color: #7f7e7e;
    line-height: 22px;
}

.ap-blog-slider .ap-header-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis; 
    position: relative;
    margin-bottom: 5px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    text-align:center;
    font-size: 16px;
}

.short-dev {
    width: 30px;
    height: 2px;
    background: #777;
    margin: 0 auto;
    clear: both; margin-bottom: 10px;
}

/*********************** blog slider prev next ********************/

.ap-blog-slider .ap-cat-slide{ 
  position: relative;
  margin-bottom: 0;
}

.ap-blog-slider .ap-cat-slide .slick-prev, .ap-blog-slider .ap-cat-slide .slick-next{
  font-size: 40px; 
  z-index: 999;
  cursor: pointer;
  opacity:0;
}

.ap-blog-slider:hover .ap-cat-slide .slick-prev, .ap-blog-slider:hover .ap-cat-slide .slick-next{
   opacity: 1;
}

.ap-blog-slider .ap-cat-slide .slick-prev{ 
   position: absolute;
   left: 0px; 
   top: 10px; 
   bottom:0;
   padding:5px; 
   width: 25px;
   padding-top: 9%;
   background:rgba(255, 255, 255, 0.8);
   box-shadow: 3px 0 2px -2px #f1f1f1;
}

.ap-blog-slider .ap-cat-slide .slick-next{
    position: absolute;
    right: 0px; 
    top: 10px;
    bottom:0;
    padding:5px; 
    width: 20px;
    padding-top: 9%;
    background:rgba(255, 255, 255, 0.8);
    box-shadow: -2px 0px 2px 0px #f1f1f1;
}

.ap-blog-slider p.ap_comment{ 
    text-align: center;
}

/*=====================parallex style==============*/

.parallax-menu {
    display: none;
}

.parallax-first {
    width: 20%;
    float: left;
}

.parallax-first #site-branding {
    width: 100%;
}

/*------------------------------------
STYLE FOR PARALLAX PRO THEME
------------------------------------*/
body.boxed {
    background: #ddd;
}
body.boxed #page {
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.5);
}

.page-template-template-parallax .widget {
    overflow: hidden;
}

.parallax-second .parallax-navigation .accesspress-menu-bar .widget-sub-menu .widget .caption {
    opacity: 0;
    visibility: hidden !important;
}
.parallax-second .parallax-navigation .accesspress-menu-bar .top-nav > li:hover .widget-sub-menu .widget .caption {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible !important;
} 

/*-----------------------------------
TOP HEADER
------------------------------------*/
.parallax-header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 30px;
    padding-bottom: 30px;
}
.parallax-first {
    width: 21%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}
#site-branding .site-logo {
    float: none;
}
.parallax-second {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 78.7%;
    padding-left: 10px
}
.parallax-layout .ap-parallax, .ap-parallax-slider {
    background-repeat: no-repeat;
    background-size: cover;
}
.widget.widget_accesspress_store_parallax_widget section {
    padding: 0;
}

/*-------------------------------------
TOP NAVIGATION
--------------------------------------*/
.parallax-second #site-navigation {
    width: 79.6%;
    vertical-align: middle;
}
.parallax-second .parallax-navigation ul.top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.parallax-second .accesspress-menu-bar .top-nav li {
    display: inline-block;
    float: none;
    position: relative;
}
.parallax-second .accesspress-menu-bar .top-nav li.accesspress-menu-item-fullwidth {
    position: static;
}
.parallax-second .parallax-navigation .accesspress-menu-item-custom .sub-menu {
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 200px;
    padding: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.parallax-second .parallax-navigation .accesspress-menu-item-custom:hover > .sub-menu {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
}
.parallax-second .accesspress-menu-bar .top-nav li.accesspress-menu-item-custom .sub-menu li > ul,
.parallax-second .accesspress-menu-bar .top-nav li.accesspress-menu-item-custom:hover .sub-menu li:hover > ul {
    top:  -5px !important;
}
.parallax-second .parallax-navigation .accesspress-menu-item-custom .sub-menu li {
    border-bottom: 1px solid #eee;
}
.parallax-second .accesspress-menu-bar .top-nav li .sub-menu li {
    display: block;
}
.parallax-second .parallax-navigation ul li ul.sub-menu li {
    position: relative;
}
.parallax-second .accesspress-menu-bar li:hover .accesspress-menu-href-title {
    margin-right: 0;
}
.parallax-second .parallax-navigation .accesspress-menu-item-custom .sub-menu li a {
    display: inline-block;
    padding: 0 15px !important;
    width: 100%;
}
.parallax-second #site-navigation li a {
    color: #333;
    margin-left: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.parallax-second #site-navigation .accesspress-menu-bar li:hover > a {
    color: #fff;
}
.parallax-second #site-navigation li.accesspress-menu-item-dropdown a {
    display: inline-block;
}
.parallax-second #site-navigation li a:hover {
    color: #fff;
}
.parallax-second #site-navigation li .sub-menu li a {
    color: #333;
}
.parallax-second #site-navigation li .sub-menu li a:hover {
    color: #fff;
}
.parallax-second .parallax-navigation ul li a > .fa {
    margin-right: 12px;
}
.parallax-second .accesspress-menu-bar .accesspress-menu-href-title {
    padding: 0;
}
.parallax-second .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .parallax-second .accesspress-menu-item-fullwidth .sub-menu {

 margin-left: 0;
 width: 100%;
 opacity: 0;
 visibility: hidden;
 transition: all ease 0.3s;
 -webkit-transition: all ease 0.3s;
}
.parallax-second .accesspress-menu-item-fullwidth:hover .sub-menu.widget-sub-menu, .parallax-second .accesspress-menu-item-fullwidth:hover .sub-menu {
    opacity: 1; 
    filter: alpha(opacity= 100);
    visibility: visible;
}
.parallax-second .accesspress-menu-bar .top-nav li:hover .widget-sub-menu, .parallax-second .accesspress-menu-bar .top-nav li:hover .sub-menu {
    left: 0;
    top: inherit;
    height: inherit;
}
.parallax-second .parallax-navigation ul.top-nav > li > .sub-menu.widget-sub-menu {
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 1170px;
}
.parallax-second .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul {
    left: 100% !important;
    top: 0 !important;
}
.parallax-second #site-navigation li a:hover, .parallax-second #site-navigation .menu > li.current_page_item > a, .parallax-second #site-navigation .menu > li.current-menu-item > a {
    background: none;
}
.boxed .parallax-second .accesspress-menu-bar .top-nav > li > .widget-sub-menu, .boxed .parallax-second .accesspress-menu-bar .top-nav > li > .sub-menu {
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.boxed .parallax-second .accesspress-menu-bar .top-nav li.accesspress-menu-item-dropdown .widget-sub-menu, 
.boxed .parallax-second .accesspress-menu-bar .top-nav li.accesspress-menu-item-dropdown .sub-menu {
    width: 260px;
    right: inherit;
    left: -9999px;
}
.boxed .parallax-second .accesspress-menu-bar .top-nav li.accesspress-menu-item-dropdown:hover .widget-sub-menu, 
.boxed .parallax-second .accesspress-menu-bar .top-nav li.accesspress-menu-item-dropdown:hover .sub-menu {
    left: 0;
}
.parallax-second .accesspress-menu-item-dropdown .sub-menu {
    top: inherit !important;
    margin-left: 0;
}
.parallax-second .accesspress-menu-item-dropdown .sub-menu li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.parallax-second .parallax-navigation .accesspress-menu-item-fullwidth .sub-menu li:hover {
    color: #bb2120;
}

/*-------------------------------
TOP HEADER CART
--------------------------------*/
.parallax-cart {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 20%;
    vertical-align: middle;
    text-align: right;
}
.parallax-cart > li {
    display: inline-block;
}
a.quick-wishlist {
    border: medium none;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.header-three a.quick-wishlist {
    color: #fff;
}
.parallax-cart .view-cart a.wcmenucart-contents {
    color: #fff;
}
.parallax-cart .view-cart {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
a.quick-wishlist:hover, .parallax-cart .view-cart a.wcmenucart-contents:hover {
    color: #aaa;
}
.parallax-cart li a .amount {
    color: #e24747;
}

/*----------------------------------
LAYOUT ONE
-----------------------------------*/
.layoutone .left-content {
   bottom: 0;
   float: right;
   max-height: 100%;
   padding-left: 20px;
   position: absolute;
   right: 0;
   width: 50%;
}
.layoutone .right-content {
    bottom: 60px;
    float: left;
    padding-right: 20px;
    position: absolute;
    width: 50%;
}

/*-------------------------------
LAYOUT Three
--------------------------------*/
.parallax-layout .ap-parallax .ak-container, .ap-parallax-slider .ak-container {
    position: relative;
    height: 100%;
}
.layoutthree .right-content {
    bottom: 60px;
    position: absolute;
    font-family: "Lato";
    width: 40%;
}
.parallax-layout .main-title, .ap-parallax-slider-wrap .ap-parallax-info .parallax-title {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 55px;
}
.parallax-layout .sub-title, .ap-parallax-slider-wrap .ap-parallax-info .parallax-subtitle {
    color: #263646;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}
.parallax-layout p.parallax-description, .ap-parallax-slider-wrap .ap-parallax-info {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    color: #666;
}
.button-black, .button-first, .button-second {
    display: inline-block;
    margin-right: 30px;
}
.button-second {
    margin-right: 0;
}
.button-black > a, .button-first > a, .button-second > a {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
}
.button-black > a:hover, .button-first > a:hover, .button-second > a:hover {
    color: #fff;
    background: #000;
}

/*-----------------------------
MAIN SLIDER
------------------------------*/
section.prod2-slider, .prod2-slider .widget .parallax-layout.layoutone {
    padding-top: 0;
    overflow: hidden;
}
.widget.widget_accesspress_store_parallax_widget.accesspress-store.fp-section {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*--------------------------------
SECTION WITH SLIDER
---------------------------------*/

.ap-parallax-slider .ap-parallax-slider-wrap {
    float: right;
    width: 60%;
}
.ap-parallax-slider-wrap .ap-parallax-info {
    position: relative;
    width: 56%;
    top: 100px;
}
.ap-parallax-slider-wrap .ap-parallax-info span {
    position: absolute;
    top: -50px;
    right: -50px;
    background: #000;
    color: #fff;
    width: 80px;
    text-align: center;
    height: 80px;
    border-radius: 100%;
    padding: 20px;
    font-family: 'lato';
    font-weight: 700;
}
.ap-parallax-slider .parallax-button {
    text-align: right;
    position: absolute;
    bottom: 60px;
    right: 0;
}
.as-slider-arrow-wrap {
    margin: 0 auto;
    width: 1170px;
    position: relative;
    height: 100%;
}
.fp-controlArrow {
    top: -380px;
}
.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
    right: 0;
    left: inherit;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000;
    text-align: center;
    background: #fff;
    color: #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.fp-controlArrow.fp-prev {
    margin-top: 25px;
}
.fp-controlArrow.fp-prev:hover, .fp-controlArrow.fp-next:hover {
    background: #000;
    color: #fff;
}
.fp-controlArrow.fp-prev:before {
    content: "\f053";
    font-family: fontawesome;
    font-size: 25px;
}
.fp-controlArrow.fp-next:before {
    content: "\f054";
    font-family: fontawesome;
    font-size: 25px;
}

.displayNone{
    display: none;
}

/*--------------------------------------
LAYOUT TWO
---------------------------------------*/
.parallax-layout.layouttwo .left-content {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.parallax-layout.layouttwo .right-content {
    bottom: 60px;
    float: right;
    padding-left: 20px;
    position: absolute;
    right: 0;
    width: 50%;
}

/*---------------------------------------
PARALLAX PRODUCT SLIDER
----------------------------------------*/
.parallax-layout .slick-slide {
    padding-right: 20px;
}
.parallax-layout .slick-slide > a {
    position: relative;
    display: block;
}
.parallax-layout .slick-slide h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
.parallax-layout .slick-slide .short_desc {
    font-size: 14px;
    margin-bottom: 5px;
}

.parallax-layout .parallax-product-one .slick-slide .quick-info {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.parallax-layout .parallax-product-one .slick-slide .item-img:hover .quick-info {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
.parallax-layout .parallax_product_slide .slick-slide .button {
    font-size: 14px;
    line-height: 25px;
}
.parallax-layout .parallax_product_slide .slick-slide .boxer.popup.button {
    line-height: 17px;
}
.parallax-layout .parallax-product-one a.slick-prev, .parallax-layout .parallax-product-one a.slick-next {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 3em;
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 50px;
    cursor: pointer;
    opacity: 0.3;
    filter: alpha(opacity= 30);
}
.parallax-layout .parallax-product-one a.slick-prev:hover, .parallax-layout .parallax-product-one a.slick-next:hover {
    opacity: 1;
    filter: alpha(opacity= 100);   
}
.parallax-layout .parallax-product-one a.slick-next {
    right: 19px;
}

/*---------------------------------------------------
ACCESSPRESS STORE PRO QUICK VIEW PLUGINS CUSTOM CSS
----------------------------------------------------*/

#yith-quick-view-modal .yith-wcqv-main{
    box-shadow: none;
}

.yith-wcqv-main #yith-quick-view-content .onsale {
    width: auto;
    padding: 0 10px;
    left: 0;
    right: auto;
}
.yith-wcqv-main #yith-quick-view-content .onsale:after {
      border-right: 0px solid #dd9933;  
}

.quick-info .blockUI{
    display: none;
}
.blockUI.blockOverlay {
    z-index: -1;
    background: none !important;
    opacity: 0 !important;
    cursor: pointer !important;
}
 

/*---------------------------------------------------
ACCESSPRESS STORE PRO BOXED LAYOUT
----------------------------------------------------*/
body.custom-background {
    background-size: cover;
}
.top-header .search-form {
    background: transparent;
}
.top-header .search-form form.searchform {
    background: #ddd;
}
.top-header .search-form input.search-field {
    padding: 11px;
    display: inline-block;
    width: 85%;
}
.headerone .top-header .search-form input.search-field {
    padding-top: 5px;
    padding-bottom: 5px;
}
.top-header .search-form button.searchsubmit {
    width: 14%;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.headerone .top-header .search-form button.searchsubmit {
    padding-top: 3px;
    padding-bottom: 3px;
}
.top-header .search-form button.searchsubmit:hover {
    background: #801010;
    border-color: #801010;
}
.widget_accesspress_store_blog_display, .widget_accesspress_store_pro_special_product, .widget_apif_widget {
    margin-bottom: 0;
    padding-bottom: 0;
}
section.thumb-view {
    padding-bottom: 0;
}
.ap-home-left-artical .widget {
    margin: 20px 0;
    padding-bottom: 0;
}
.boxed .home_navigation .ak-container {
    width: 1200px;
    padding-left: 20px;
}
.slick-slide {
    height: auto !important;
}

.widget_product_search .woocommerce-product-search {
    margin-top: 10px;
}
.widget_product_search form .search-field {
    border-radius: 0;
    font-size: 16px;
    height: 50px;
    padding: 0 15px;
    vertical-align: middle;
    width: 78%;
}
.widget_product_search form > input[type="submit"] {
    background: #bb2120 none repeat scroll 0 0;
    border: 2px solid #bb2120;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    vertical-align: middle;
    width: 21%;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.widget_product_search form > input[type="submit"]:hover {
    background: #fff;
    color: #bb2120;
}

/*---------------------------------------------------
HEADER LAYOUT ONE
----------------------------------------------------*/
.headerone .woocommerce-welcome, .header-two .woocommerce-welcome {
    /*width: 41%;*/
    text-align: right;
}
.headerone .ticker-wrapper.has-js, .header-two .ticker-wrapper.has-js {
    width: 59%;
    float: left;
    border-radius: 0;
}
.headerone .ticker, .header-two .ticker {
    width: 100%;
    height: auto;
}
.headerone .ticker:before, .header-two .ticker:before {
    content: "";
    /* background: #fff; */
    transform: skew(40deg);
    -webkit-transform: skew(40deg);
    position: absolute;
    left: 66px;
    z-index: 99;
    top: 0;
    width: 2px;
    height: 100%;
}
.headerone .ticker .ticker_tick, .header-two .ticker .ticker_tick {
    font-size: 13px;
    font-weight: 400;
}
.headerone .ticker-wrapper.has-js .ticker-swipe, .headerone .ticker-wrapper.has-js .ticker-content,
.header-two .ticker-wrapper.has-js .ticker-swipe, .header-two .ticker-wrapper.has-js .ticker-content {
    background-color: transparent;
    width: auto;
    margin-left: 25px;
}
.headerone .header-callto a i, .header-two .header-callto a i {
    color: #000;
    transition: all ease 0.3s;
    -weblit-transition: all ease 0.3s;
}
.headerone .woocommerce-welcome .header_call a:hover, .headerone .header-callto a:hover i,
.header-two .woocommerce-welcome .header_call a:hover, .header-two .header-callto a:hover i {
    color: #BB2120;
}
.headerone .view-cart, .headerone a.quick-wishlist, .headerone .login-woocommerce, 
.header-two .view-cart, .header-two a.quick-wishlist, .header-two .login-woocommerce {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}
.headerone .view-cart, .header-two .view-cart {
    margin-top: 8px;
    margin-bottom: 8px;   
}
.headerone .view-cart a.wcmenucart-contents, .header-two .view-cart a.wcmenucart-contents {
    color: #e24747;
}
.headerone .login-woocommerce a:hover, .headerone .view-cart a.wcmenucart-contents:hover,
.header-two .login-woocommerce a:hover, .header-two .view-cart a.wcmenucart-contents:hover {
    color: #aaa;
}
.headerone a.quick-wishlist, .header-two a.quick-wishlist {
    margin-left: 10px;
}
.headerone .advance-search-form {
    display: inline-block;
    width: 50%;
    float: left;
}
.headerone .advance-search-form .wd_search_form {
    width: 60%;
}
.headerone .advance-search-form .wd_search_product {
    width: 40%;
}
#site-branding .site-logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.parallax-first #site-branding .site-logo {
    display: inherit;
}
#site-branding .site-text {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.headerone .search-form {
    width: 35%;
    float: left;
}
.headerone .accesspress-menu-bar .top-nav li:hover .sub-menu {
    padding: 0;
}
.headerone .main-navigation ul ul li a {
    min-width: auto;
}
.headerone #site-navigation li.accesspress-menu-item-custom a:hover, 
.headerone #site-navigation .menu > li.accesspress-menu-item-custom.current_page_item > a, 
.headerone #site-navigation .menu > li.accesspress-menu-item-custom.current-menu-item > a, 
.header-two #site-navigation li.accesspress-menu-item-custom a:hover, 
.header-two #site-navigation .menu > li.accesspress-menu-item-custom.current_page_item > a, 
.header-two #site-navigation .menu > li.accesspress-menu-item-custom.current-menu-item > a {
    background: none;
}
.headerone .accesspress-menu-bar .top-nav li:hover .sub-menu li > ul, 
.headerone .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul,
.header-two .accesspress-menu-bar .top-nav li:hover .sub-menu li > ul, 
.header-two .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul,
.header-three .accesspress-menu-bar .top-nav li:hover .sub-menu li > ul, 
.header-three .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul {
    left: 100% !important;
}
.header-two .accesspress-menu-bar .top-nav li:hover .sub-menu li > ul, 
.header-two .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul,
.header-three .accesspress-menu-bar .top-nav li:hover .sub-menu li > ul, 
.header-three .accesspress-menu-bar .top-nav li:hover .sub-menu li:hover > ul {
    top: -5px;
}

/*-------------------------------------------------
HEADER STYLE TWO
--------------------------------------------------*/
.header-two .second-header-menu {
    background: #ddd;
    padding-left: 10px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}
.header-two .second-header-menu .title {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    min-width: 79%;
    font-weight: 400;
}
.header-two #toggle-cat {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.header-two #site-navigation .menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*---------------------------------------------------
TOP HEADER STYLE THREE
----------------------------------------------------*/
.header-three .header-callto a i, .header-three .top-header-info ul li a {
    color: #fff;
    font-size: 12px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.header-three .top-header-info ul li a i.fa {
    font-size: 10px;
}
.header-three .header-callto a:hover i, .header-three .top-header-info ul li a:hover {
    color: #bb2120;
}
.header-three .promo-widget-wrap {
    opacity: 1;
    filter: alpha(opacity= 100);
}
.header-three .promo-widget-wrap:hover {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 0.8;
    filter: alpha(opacity= 80);
}

.header-three .three-mainmenu .second-menu .main-navigation {
    padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0;
}
.header-three .three-mainmenu .second-menu .main-navigation .third-toggle {
    padding-bottom: 9px;
}
.header-three .three-mainmenu .second-menu .main-navigation .second-header-menu.third-toggle .title {
    margin-bottom: 0;
}
.header-three .ap-topmenu-fullwrap {
    margin-top: 15px;
}

.header-three .three-mainmenu .ap-topmenu-fullwrap .top-menu {
    min-height: 52px;
}
.header-three .main-navigation ul.menu {
    min-height: 512px;
    border: 1px solid #ddd;
    background: #fff;
}
.header-three #menu-mega-menu > li {
    border-bottom: 1px solid #ddd;
}
.header-three #site-navigation .menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    color: #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.header-three.main-navigation ul.menu > li > a:before {
    content: "\f009";
    font-family: fontawesome;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 15px;
}
.header-three #site-navigation .menu > li > a:hover, .header-three #site-navigation .menu > li.current-menu-item > a,
.header-three #site-navigation .menu > li.current_page_item > a {
    background: #eee;
    color: #000;
}
hr.menu-devider {
    width: 100%;
}
.header-three .ap-topmenu-fullwrap #main-slider {
    padding-left: 20px;
    margin-top: 20px;
}
.header-three .ap-topmenu-fullwrap .slick-slider {
    padding-right: 0;
}
.ap-below-ads {
    padding-left: 20px;
}
.ap-topmenu-fullwrap .widget_accesspress_storemo:last-child {
    padding-right: 0;
}
    .caption-content-wrapper {
        padding: 0 20px 20px 20px;
        width: 60%;
        margin: 0 auto;
    }
    .slider-caption .caption-title {
        font-size: 45px;
        line-height: 45px;
        font-weight: 700;
    }
    .caption-content {
        width: auto;
        font-size: 24px;
        line-height: 27px;
    }
    .bx-slider .slick-prev {
        left: 0;
    }
    .bx-slider .slick-next {
        right: 0;
    }
    .caption-read-more1:hover {
        background: #BB2120;
        color: #fff;
    }
    .caption-read-more1::before, .boxed .caption-read-more1::after {
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
    }
    .caption-read-more1:hover::before {
        background: #000;
    }
    .caption-read-more1:hover:after {
        border-right-color: #bb2120;
    }

    .boxed.page-template .widget.widget_accesspress_store_product2 .small, .boxed .widget.widget_accesspress_store_product2 .item-wishlist {
        font-size: 11px;
        font-weight: 100;
    }
    .widget.widget_accesspress_store_product2 .item-wishlist {
        padding-left: 15px;
    }
    .page-template .widget.widget_accesspress_store_product2 .small .fa, 
    .widget.widget_accesspress_store_product2 .item-wishlist:before {
        font-size: 10px;
    }

    .header-three div#boxtoggle {
        display: none;
    }
    .widget_accesspress_store_product2 .feature-cat-product .slick-next, 
    .widget_accesspress_store_product2 .feature-cat-product .slick-prev {
        height: 25px;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu li .sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu li .sub-menu {
        white-space: normal;
        width: 100%;
    }
    .boxed .header-three #site-navigation li a:hover, #site-navigation .menu > li.current_page_item > a, .boxed .header-three #site-navigation .menu > li.current-menu-item > a {
        background: none;
    }
    .boxed .header-three .three-mainmenu .second-menu .accesspress-menu-bar > ul li a {
        color:  #000;
    }
    .boxed .header-three .three-mainmenu .second-menu .accesspress-menu-bar > ul li a:hover {
        color: #FFF;
    }
    .boxed .header-three .three-mainmenu .second-menu .accesspress-menu-bar ul li ul li a:hover {
        color: #bb2120;
    }
    .boxed .advance-search-form > form {
        position: relative;
        z-index: 1;
    }
    .advance-search-form .fa.fa-caret-down {
        display: none;
    }
    .advance-search-form form select {
        background-image: url(images/form-dropdown-arrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    
     .remove-overload { 
        height: 1px; 
        opacity: 0; 
        filter: alpha(opacity=0); 
        overflow: hidden; 
     }
     
     #boxer .boxer-content .email-friend .custom_label {
        display: inline-block;
        width: 30%;
    }
    #boxer .boxer-content .email-friend .custom_logo_span {
        padding: 0 10px;
    }
    #boxer .boxer-content .email-friend input[type="text"] {
        width: 60%;
    }
    #boxer .boxer-content .email-friend .email-send {
        background-color: #bb2120;
        border: 2px solid #bb2120;
        color: #ffffff;
        border-radius: 0;
        display: inline-block;
        float: none;
        font-size: 14px;
        line-height: 28px;
        margin-top: 0;
        min-height: 32px;
        padding: 0 20px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        white-space: normal;
        width: auto;
        cursor: pointer;
    }
    #boxer .boxer-content .email-friend .email-send:hover {
        background-color: #fff;
        color: #bb2120;
    }
    .header-callto {
        float: left;
    }


/*---------------------------------------------------
RESPONSIVE CSS
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
    .parallax-layout.layouttwo .right-content {
        bottom: 20px;
    }
    .parallax-layout .main-title, .ap-parallax-slider-wrap .ap-parallax-info .parallax-title {
        font-size: 40px;
        line-height: 45px;
    }
    .parallax-layout .sub-title, .ap-parallax-slider-wrap .ap-parallax-info .parallax-subtitle {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .parallax-layout p.parallax-description, .ap-parallax-slider-wrap .ap-parallax-info {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .button-black > a, .button-first > a, .button-second > a {
        padding-top:  5px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 1199px) {
    .parallax-second .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .parallax-second .accesspress-menu-item-fullwidth .sub-menu,
    .parallax-second .parallax-navigation ul.top-nav > li > .sub-menu.widget-sub-menu {
        width: 100%;
        max-width: 100%;
    }
    .boxed .parallax-second .accesspress-menu-bar .top-nav > li > .widget-sub-menu, .boxed .parallax-second .accesspress-menu-bar .top-nav > li > .sub-menu {
        width: 100%;
    }
    .header-two .accesspress-menu-item-fullwidth > .sub-menu.widget-sub-menu, .header-two .accesspress-menu-item-fullwidth > .sub-menu {
        width: 790px;
    }
    .boxed .header-three .three-mainmenu .ap-slider-header {
        width: 100%;
    }
    .boxed .header-three .three-mainmenu .top-menu .menu li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu {
        width: 800px;
    }
    .header-three .three-mainmenu #site-navigation .menu > li > a {
        padding-left: 10px;
    }
    
}

@media screen and (max-width: 1096px) {
    /*-----------------------------------------
    COMMON CSS
    ------------------------------------------*/
    .parallax-first {
        width: 17%;
    }
    .parallax-second {
        width: 82%;
    }
    .parallax-first #site-branding .site-logo {
        display: block;
    }
    .parallax-cart {
        width: 19%;
        text-align: right;
    }
    .parallax-cart a.quick-wishlist, .parallax-cart .view-cart a.wcmenucart-contents {
        font-size: 11px;
    }
    .ap-parallax-slider .parallax-button, .parallax-layout.layouttwo .right-content {
        right: 20px;
    }
    .widget_product_search form .search-field {
        width: 68%;
    }
    .widget_product_search form > input[type="submit"] {
        width: 30%;
    }
    .header-two .accesspress-menu-item-fullwidth > .sub-menu.widget-sub-menu, .header-two .accesspress-menu-item-fullwidth > .sub-menu {
        width: 675px;
    }

    /*------------------------------------------
    SLIDER
    -------------------------------------------*/
    .as-slider-arrow-wrap {
        width: 100%;
        right: 50px;
    }

    /*----------------------------------------
    MAIN NAVIGATION
    -----------------------------------------*/
    .parallax-second #site-navigation {
        width: 80%;
    }
    .parallax-second #site-navigation li a {
        font-size: 13px;
        line-height: 22px;
        padding-left: 7px;
        padding-right: 7px;
    }

    /*----------------------------------------
    ACCESSPRESS STORE PRO RESPONSIVE
    -----------------------------------------*/
    .headerone .ticker-wrapper.has-js, .header-two .ticker-wrapper.has-js {
        width: 50%;
    }
    .headerone .woocommerce-welcome, .header-two .woocommerce-welcome {
        width: 50%;
    }
    .headerone .header-callto, .headerone .welcome-user {
        float: none;
        display: inline-block;
    }
    
    .boxed .header-three .slider-caption {
        margin-top: 0;
    }
    .boxed #main-slider .caption-title {
        font-size: 25px;
        line-height: 30px;
    }
    .boxed .caption-content {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .boxed #main-slider .slider-caption .caption-read-more1 {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu {
        width: 715px;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu {
        max-width: inherit;
    }
    .boxed .header-three .ap-slider-header .second-menu #site-navigation li a {
        margin-left: 0;
    }
    .boxed .header-three .ap-slider-header .second-menu #site-navigation .accesspress-menu-item-fullwidth > .sub-menu li.has-dropdown {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 49%;
    }
    .boxed .header-three .three-mainmenu .top-menu .menu li a {
        padding-left: 7px;
        padding-right: 7px;
    }
    .accesspress-menu-item-fullwidth .sub-menu li a span.btn.promo-link-btn {
        float: none;
    }
    .boxed .header-three .accesspress-menu-bar .top-nav li:hover .widget-sub-menu .promo-image img {
        width: auto;
    }
}

@media screen and (max-width: 980px) {
    /*--------------------------------------
    COMMON CSS
    ---------------------------------------*/
    .parallax-first {
        width: 50%;
    }
    .parallax-first #site-branding {
        text-align: left;
    }
    .parallax-second {
        width: 49%;
    }
    .parallax-cart {
        width: 79%;
    }
    .button-black, .button-first, .button-second {
        margin-right: 10px;
    }
    .button-black > a, .button-first > a, .button-second > a {
        font-size: 14px;
        padding: 5px 15px;
    }
    
    /*.accesspress-menu-item-fullwidth > .sub-menu li.has-dropdown {
        float: none;
        display: inline-block;
        width: 100%;
    }*/
    .headerone .right-header-main.clearfix {
        height: inherit;
        max-height: inherit;
    }
    .right-header {
        height: inherit;
    }

    /*------------------------------------
    MAIN NAVIGATION
    -------------------------------------*/
    .parallax-second #site-navigation {
        display: inline-block;
        float: right;
        text-align: left;
        width: 19%;
    }
    .parallax-menu {
        display: block;
    }
    .parallax-second #site-navigation #toggle-cat {
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }
    .parallax-second #site-navigation #toggle-cat:hover, .ap-toggled #toggle-cat {
        background: #ec1b2e;
    }
    .parallax-second .ap-toggled #toggle-cat div.one-cat {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: 0 100% 0;
        -webkit-transform-origin: 0 100% 0;
    }
    .parallax-second .ap-toggled #toggle-cat div.two-cat {
        opacity: 0;
        filter: alpha(opacity= 0);
        transform: scale(2);
        -webkit-transform: scale(2);
        visibility: hidden;
    }
    .parallax-second .ap-toggled #toggle-cat div.three-cat {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: 20% 40% 0;
        -webkit-transform-origin: 20% 40% 0;
    }
    .parallax-second #site-navigation #toggle-cat div.one-cat {
        margin-top: 0;
    }
    .parallax-second #site-navigation #toggle-cat div.three-cat {
        margin-bottom: 0;
    }
    .parallax-second #site-navigation #toggle-cat:hover div, .ap-toggled #toggle-cat div {
        background: #fff;
    }
    .parallax-second .parallax-navigation ul.top-nav {
        background: #333 none repeat scroll 0 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        transform: translate(-100%);
        -webkit-transform: translate(-100%);
        width: 80%;
        visibility: hidden;
        z-index: 99999;
        padding-top: 30px;
        overflow-y: scroll;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
    }
    .parallax-second .parallax-navigation.ap-toggled ul.top-nav {
        transform: translate(0px);
        -webkit-transform: translate(0px);
        visibility: visible;
    }
    .admin-bar .parallax-second .parallax-navigation ul.top-nav {
        padding-top: 60px;
    }
    .parallax-second .accesspress-menu-bar .top-nav li {
        display: block;
    }
    
    .parallax-second #site-navigation li a {
        color: #fff;
    }
    .parallax-second .parallax-navigation .accesspress-menu-item-dropdown .sub-menu {
        position: static;
        width: 100%;
    }
    .parallax-second .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .parallax-second .accesspress-menu-item-fullwidth .sub-menu {
        opacity: 1;
        filter: alpha(opacity= 100);
        visibility: visible;
    }
    .parallax-second .parallax-navigation .accesspress-menu-item-fullwidth > .sub-menu li ul li, 
    .parallax-second .parallax-navigation .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        display: inline-block;
    }
    .parallax-second #site-navigation li a:hover, .parallax-second #site-navigation .menu > li.current_page_item > a, .parallax-second #site-navigation .menu > li.current-menu-item > a {
        background: none;
    }
    .parallax-second .parallax-navigation .accesspress-menu-item-fullwidth .sub-menu ul {
        margin-left: 0;
    }
    .parallax-second .parallax-navigation .accesspress-menu-bar .top-nav li .widget-sub-menu li li {
        border-bottom: 1px solid #eeeeee;
    }
    .parallax-second #site-navigation li a {
        display: block;
    }
    .parallax-second .accesspress-menu-item-dropdown .sub-menu li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .parallax-second .parallax-navigation .accesspress-menu-item-custom .sub-menu {
        opacity: 1;
        filter: alpha(opacity= 100);
        visibility: visible;
        position: static;
    }
    .parallax-second .parallax-navigation .accesspress-menu-item-custom .sub-menu li a {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }
    .parallax-second .parallax-navigation .accesspress-menu-item-custom .sub-menu .accesspress-menu-item-custom.has-dropdown::after {
        content: "\f107";
        font-family: fontawesome;
        position: absolute;
        right: 10px;
        top: 0;
        display: block;
    }
    .parallax-second .parallax-navigation .accesspress-menu-bar .widget-sub-menu .widget .caption {
        opacity: 1;
        filter: alpha(opacity= 100);
        visibility: visible !important;
    }
    .parallax-second .parallax-navigation ul.top-nav > li > .sub-menu.widget-sub-menu {
        position: static;
    }
    .parallax-second .accesspress-menu-bar .top-nav > li.accesspress-menu-item-fullwidth > .sub-menu > li {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 48%;
    }
    .parallax-second .parallax-navigation .top-nav li ul.sub-menu.widget-sub-menu li .product_list_widget > li {
        display: block;
        float: none;
        padding: 10px;
        width: 100%;
    }
    .parallax-second .parallax-navigation .accesspress-menu-bar .top-nav li .widget-sub-menu li .product-categories li,
    .parallax-second .parallax-navigation .accesspress-menu-bar .top-nav li .widget-sub-menu li.widget_pages ul li {
        display: block;
        float: none;
        width: 100%;
         padding: 0px;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu .promo-image img {
        width: 60%;
    }
    

    /*------------------------------------------
    PRODUCT LIST
    -------------------------------------------*/
    .parallax-layout .parallax-product-one {
        margin-bottom: 20px;
    }
    .parallax-layout .parallax_product_slide .slick-slide .boxer.popup.button {
        display: block;
        font-size: 12px;
        float: none;
    }
    .parallax-layout.layoutthree .parallax_product_slide .slick-slide .boxer.popup.button,
    .parallax-layout.layouttwo .parallax_product_slide .slick-slide .boxer.popup.button {
        display: inline-block;
        float: right;
    }

    /*------------------------------------------
    SLIDER
    -------------------------------------------*/
    .as-slider-arrow-wrap {
        right: 0px;
    }

    /*-------------------------------------
    LAYOUT TWO
    --------------------------------------*/
    .parallax-layout.layouttwo .right-content {
        position: static;
    }
    
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu {
        width: 580px
    }
    .woocommerce .wc-products .products.grid li:last-child {
        clear: none;
    }
    
}

@media screen and (max-width: 800px) {
    /*-------------------------------------
    SLIDER
    --------------------------------------*/
    .ap-parallax-slider .ap-parallax-slider-wrap {
        float: none;
        width: 100%;
    }
    .ap-parallax-slider-wrap .ap-parallax-info, .ap-parallax-slider .parallax-button {
        width: 100%;
    }
    .as-slider-arrow-wrap {
        width: 100%;
    }
    .fp-controlArrow {
        top: -15px;
    }
    .fp-controlArrow.fp-prev {
        margin-right: 60px;
        margin-top: -38px;
    }
    .ap-parallax-slider-wrap .ap-parallax-info span {
        top: -55px;
    }
    .ap-parallax-slider-wrap .ap-parallax-info span {
        padding: 10px;
        height: 60px;
        width: 60px;
    }
    .header-two .accesspress-menu-bar .top-nav li .widget-sub-menu li, 
    .header-two .accesspress-menu-bar .top-nav li.cols-count-2:hover .widget-sub-menu li {
        float: none;
        display: inline-block;
        width: 100%;
    }
    .header-three .three-mainmenu .ap-slider-header #site-navigation.thirdmenu-toggle .menu{
        opacity: 1;
        filter: alpha(opacity= 100);
        visibility: visible;
    }
    .header-three .three-mainmenu .ap-slider-header #site-navigation.thirdmenu-toggle ul li > ul,
    .header-three .thirdmenu-toggle .accesspress-menu-bar {
        position: static;
        opacity: 1;
        filter: alpha(opacity= 100);
    }
    .header-three .three-mainmenu .ap-slider-header #site-navigation.thirdmenu-toggle #menu-mega-menu,
    .header-three .thirdmenu-toggle .accesspress-menu-bar {
        display: none;
    }
    
    .header-three .three-mainmenu .ap-slider-header #site-navigation.thirdmenu-toggle .menu > li li a,
    .header-three .three-mainmenu .ap-slider-header #site-navigation .menu > li li a {
        color: #333;
    }
    .header-three .three-mainmenu #site-navigation .menu li > a:hover,
    .header-three .three-mainmenu .ap-slider-header #site-navigation.thirdmenu-toggle .menu > li li a:hover,
    .header-three .three-mainmenu .ap-slider-header #site-navigation .menu > li li a:hover {
        color: #bb2120;
    }
    .header-two .accesspress-menu-item-fullwidth > .sub-menu.widget-sub-menu, .header-two .accesspress-menu-item-fullwidth > .sub-menu {
        width: 100%;
    }
    .header-three .three-mainmenu .main-navigation ul.menu > li.menu-item-has-children::after {
        bottom: inherit;
        top: 20px;
        right: 10px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .header-three .three-mainmenu #site-navigation .menu > li li a::before {
        content: "\f101";
        font-family: fontawesome;
        left: 0;
        position: absolute;
    }
    .header-three .three-mainmenu #site-navigation .menu > li > a {
        padding-left: 10px;
    }
    .header-three .three-mainmenu .main-navigation ul.menu > li ul, .header-three .three-mainmenu .main-navigation ul.menu > li:hover ul {
        margin-left: 20px;
        opacity: 1;
        position: static;
    }
    .header-three .three-mainmenu .second-menu .main-navigation ul ul > li a,
    .header-three .three-mainmenu .second-menu .main-navigation ul.menu > li:hover > ul {
        background: none;
    }

    /*------------------------------------------
    PRODUCT LIST
    -------------------------------------------*/

    .parallax-layout .parallax-product-one a.slick-prev, .parallax-layout .parallax-product-one a.slick-next {
        font-size: 2em;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .parallax-layout .slick-slide {
        padding-left: 0;
        padding-right: 10px;
    }
    
    .parallax-layout .slick-slide .price {
        right: 0;
        top: -5px;
    }
    .parallax-layout .slick-slide .price .amount {
        font-size: 14px;
    }
    .parallax-layout .parallax_product_slide .slick-slide .button.add_to_cart_button {
        padding: 5px;
    }

    /*------------------------------------------
    LAYOUT ONE
    -------------------------------------------*/
    .layoutone .left-content {
        width: 45%;
    }
    .layoutone .right-content {
        width: 55%;
    }
    
    /*----------------------------------------
    LAYOUT TWO
    -----------------------------------------*/
    .parallax-layout.layouttwo .left-content {
        float: none;
        margin: 0 auto;
        padding-right: 0;
        width: 60%;
    }
    .parallax-layout.layouttwo .right-content {
        width: 100%;
        padding-left: 0;
    }

    /*-------------------------------------
    LAYOUT THREE
    --------------------------------------*/
    .layoutthree .right-content {
        width: 94%;
    }
    
    .header-three .three-mainmenu .accesspress-menu-bar, .header-three .three-mainmenu .menu-mega-menu-container{
        display:none; 
    }   
    

    /*-------------------------------------
    ACCESSPRESS STORE PRO RESPONSIVE
    --------------------------------------*/
    .ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-image.left_align,
    .ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-product,
    .ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-image.right_align {
        width: 100%;
    }
    .top-header .search-form input.search-field {
        width: 84%;
    }
    .header-two .top-header .search-form input.search-field {
        width: 85%:;
    }
    .headerone .woocommerce-welcome, .header-two .woocommerce-welcome {
        width: 48%;
    }
    .headerone .ticker-wrapper.has-js, .header-two .ticker-wrapper.has-js {
        width: 52%;
    }
    .accesspress-menu-item-fullwidth > .sub-menu li.has-dropdown {
        float: left;
        width: 50%;
    }
    .accesspress-menu-item-fullwidth > .sub-menu li ul .no-dropdown {
        float: left;
        width: 100%;
    }
    .header-three .top-call-box.left {
        width: auto;
    }
    .header-three .top-header ul li a, .header-three .top-header .top-header-info.right a.quick-wishlist {
        padding: 0 5px;
    }
    .header-callto .widget_accesspress_store_header_callbox .header_call li + li {
        margin-left: 0;
    }
    .header-three .top-header ul.header_call li:last-child {
        border-right: none;
    }
    .header-three .top-header .view-cart {
        padding: 0;
    }
    .top-header span.amount, .header-three .top-header-info .wd_tini_account_wrapper {
        font-size: 13px;
        width: auto;
    }
    .boxed .header-three .second-first {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .boxed .header-three .second-section .second-last {
        width: 100%;
    }
    .boxed .advance-search-form select + i.fa {
        left: 46% !important;
    }
    .boxed .header-three .three-mainmenu .ap-slider-header .second-menu, .boxed .header-three .ap-topmenu-fullwrap {
        width: 100%;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu {
        position: static;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity= 100);
    }
    /*, .header-three .accesspress-menu-item-fullwidth .sub-menu*/
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu {
        width: 100%;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .accesspress-menu-item-fullwidth .sub-menu {
        max-width: 100%;
    }
    .boxed .header-three .accesspress-menu-bar .top-nav li .widget-sub-menu li > ul li {
        width: 100%;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu > li {
        float: none;
        display: inline-block;
        width: 50%;
    }
    .boxed .header-three .accesspress-menu-bar .top-nav li .widget-sub-menu li > ul {
        float: left;
    }
    .boxed .header-three .accesspress-menu-bar .top-nav li .widget-sub-menu li > ul li {
        padding: 0;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu li .product_list_widget > li {
        width: 100%;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu li ul.children {
        padding-left: 10px !important;
        background: #eee;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu li ul.children li:before {
        content: "\f178";
        font-family: fontawesome;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu li ul.children li {
        position: relative;
        padding-left: 20px;
        border-bottom: 1px solid #eee;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu li ul.children li > a {
        border-bottom: none !important;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu li {
        background-color: transparent;
    }
    .accesspress-menu-bar .widget-sub-menu .widget .caption {
        padding: 10px    
    }
    .boxed .header-three .ap-topmenu-fullwrap .menu-top-menu-container {
        max-width: 100%;
    }
    .boxed .header-three .three-mainmenu .ap-topmenu-fullwrap .top-menu ul li {
        margin-right: 5px;
    }
    .boxed .header-three .three-mainmenu .top-menu .menu li a {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-three .ap-topmenu-fullwrap #main-slider {
        padding-left: 0;
    }
    .boxed .header-three .slider-caption {
        margin-top: 0;
    }
    .boxed .header-three .slider-caption .caption-content {
        margin-bottom: 0;
    }
    .boxed .header-three .slider-caption .caption-read-more1 {
       /* display: block; */
        margin: 0;
    }
    .header-three .main-navigation.thirdmenu-toggle .accesspress-menu-bar ul li > ul, 
    .header-three .main-navigation.thirdmenu-toggle .accesspress-menu-item-fullwidth .sub-menu {
        display: none;
    }
    .header-three .thirdmenu-toggle:hover .accesspress-menu-bar ul.top-nav li > ul, 
    .header-three .thirdmenu-toggle:hover .accesspress-menu-bar ul.top-nav .accesspress-menu-item-fullwidth .sub-menu {
        display: block;
    }
    
}

@media screen  and (max-width: 780px) {
    .widget_product_search form .search-field {
        width: 78%;
    }
    .widget_product_search form > input[type="submit"] {
        width: 21%;
    }
}

@media screen and (max-width: 640px) {
    /*------------------------------------
    COMMON STYLE
    -------------------------------------*/
    .parallax-layout .main-title, .ap-parallax-slider-wrap .ap-parallax-info .parallax-title {
        font-size: 25px;
    }
    .parallax-layout .sub-title, .ap-parallax-slider-wrap .ap-parallax-info .parallax-subtitle {
        font-size: 16px;
    }
    .parallax-layout p.parallax-description, .ap-parallax-slider-wrap .ap-parallax-info {
        font-size: 14px;
        line-height: 20px;
    }
    
    .parallax-layout .parallax-product-one {
        display: none;
    }
    .parallax-layout .right-content, .ap-parallax-slider .ap-parallax-slider-wrap {
        padding-right: 40px;
    }
    .parallax-header {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .parallax-second {
        width: 44%;
        text-align: right;
    }
    .parallax-cart {
        width: 100%;
    }
    .button-black > a, .button-first > a, .button-second > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .parallax-second #site-navigation {
        width: 100%;
        text-align: left;
    }
    .main-navigation ul ul li {
        padding-left: 10px;
    }
    .header-three div#boxtoggle {
        display: block;
        position: static;
        margin-top: 0;
        background: #EC1B2E;
    }
    .header-three #boxtoggle div {
        background: #fff;
    }
    .header-three .three-mainmenu .ap-topmenu-fullwrap .top-menu .menu {
        display: none;
    }
    .header-two .second-menu {
        width: 100%;
        left: 0;
        padding: 0 10px;
    }
    .header-two .second-header-menu .title {
        min-width: 90%;
    }
    .header-two #toggle-cat {
        width: 9%;
    }
    .header-two .main-navigation {
        width: 100%;
    }
    
    .header-two .second-menu .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .header-two .second-menu .accesspress-menu-item-fullwidth .sub-menu {
        max-width: 100%;
    }
    .header-two .second-menu .accesspress-menu-item-fullwidth > .sub-menu li ul li, .header-two .second-menu .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        display: inline-block
    }
    .header-two .second-menu .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        text-align: left;
    }
    .header-two .second-menu .main-navigation .accesspress-menu-bar {
        display: none;
    }
    .headerone .right-header .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        text-align: left;
    }
     .header-three .three-mainmenu #site-navigation .menu > li li a,
     .header-three .three-mainmenu .main-navigation ul ul li {
        padding-left: 0;
     }
     
     .header-two .accesspress-menu-bar, .header-two .menu-mega-menu-container {
        left: 0;
        opacity: 1;
        transition: none;
    }
    .header-two .menu-mega-menu-container {
        display: none;
        width: 100%;
    }
    .header-two .second-menu .main-navigation ul.menu > li ul {
        margin-left: 10px;
        width: auto;
    }
    .header-two .second-menu #site-navigation .menu-mega-menu-container .menu > li li a {
        padding-left: 15px;
    }
    .header-two .second-menu #site-navigation .menu-mega-menu-container .menu > li li a::before {
        content: "\f101";
        font-family: fontawesome;
        left: 0;
        position: absolute;
    }

    /*------------------------------------------
    LAYOUT ONE
    -------------------------------------------*/
    .layoutone .left-content {
        float: right;
        margin: 0;
        padding-left: 10px;
        position: absolute;
        width: 40%;
    }
    .layoutone .right-content {
        bottom: 20px;
        float: left;
        padding-right: 10px;
        position: absolute;
        width: 65%;
    }

    /*------------------------------------------
    LAYOUT TWO
    -------------------------------------------*/
    .parallax-layout.layouttwo .right-content {
        bottom: 20px;
        float: right;
        margin-top: 0;
        padding-left: 10px;
        position: absolute;
        width: 60%;
    }
    .parallax-layout.layouttwo .left-content {
        float: left;
        padding-right: 10px;
        width: 40%;
    }

    /*--------------------------------------------
    LAYOUT THREE
    ---------------------------------------------*/
    .layoutthree .right-content {
        bottom: 20px;
        width: auto;
    }

    /*-----------------------------------------
    ACCESSPRESS STORE PRO RESPONSIVE
    ------------------------------------------*/
    .slider-caption {
        display: none;
    }
    .ap-home-left-artical, .ap-home-right-artical {
        float: none;
        width: 100% !important;
    }
    .ap-home-right-artical {
        padding-left: 0;
    }
    .widget_accesspress_storemo:nth-child(2) img {
        float: none;
    }
    .main-navigation ul.top-nav {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    }
    .main-navigation ul li > ul, .accesspress-menu-item-fullwidth .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
    }
    
    .accesspress-menu-bar .top-nav li .widget-sub-menu li {
        float: none;
        width: 100%;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu li .product_list_widget > li {
        display: inline-block;
        width: 48%;
        padding-left: 0;
        padding-right: 0;
    }
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > ul {
        float: none;
    }
    .accesspress-menu-item-fullwidth > .sub-menu li ul li,
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        width: 48%;
        margin-right: 0;
        padding: 10px;
        float: none;
        display: inline-block;
    }
    .accesspress-menu-item-fullwidth > .sub-menu li ul li,
    .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        display: block;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu li .product_list_widget > li {
        padding: 10px;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu li .product-categories li, 
    .accesspress-menu-bar .top-nav li .widget-sub-menu li.widget_meta ul li,
    .accesspress-menu-bar .top-nav li .widget-sub-menu li.widget_categories ul li,
    .accesspress-menu-bar .top-nav li .widget-sub-menu li.widget_recent_entries ul li {
        padding: 0 !important;
    }
    .accesspress-menu-bar .top-nav li.cols-count-3 .widget-sub-menu li,
    .accesspress-menu-bar .top-nav li.cols-count-2:hover .widget-sub-menu li {
        width: 100%;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu li.widget_accesspress_storemo {
        padding-bottom: 30px;
    }
    .accesspress-menu-bar .top-nav li:hover .sub-menu li > ul {
        opacity: 1; 
        filter: alpha(opacity= 100);
        visibility: visible;
    }
    .accesspress-menu-item-fullwidth > .sub-menu li.has-dropdown {
        float: none;
        width: 100%;
    }
    .accesspress-menu-item-fullwidth > .sub-menu li > ul.sub-menu li {
        padding: 0;
    }
    .headerone .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > ul li, .accesspress-menu-bar .top-nav li .widget-sub-menu li > ul li {
        display: inline-block;
    }
    .accesspress-menu-bar .top-nav li .widget-sub-menu li, .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li > ul li {
        padding: 0 10px;
    }
    .main-navigation ul li.accesspress-menu-item-custom ul {
        white-space: normal;
    }
    
    
    .boxed .header-three .second-section .second-last .advance-search-form .wd_search_product,
    .boxed .header-three .second-section .second-last .advance-search-form .wd_search_form {
        width: 100%;
    }
    .boxed .advance-search-form select + i.fa {
        left: 95% !important;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu {
        width: 100%;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu {
        max-width: 100%;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth > .sub-menu li ul li, .boxed .header-three .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        display: inline-block;
    }
    .header-three .ap-topmenu-fullwrap .menu-top-menu-container {
        max-width: 100%;
    }
    .header-three .three-mainmenu .top-menu .menu li {
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
    .header-three .three-mainmenu .top-menu .menu li a {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-three .three-mainmenu .top-menu .menu li ul.sub-menu {
        display: block;
        width: auto;
        position: static; 
        padding: 0 0 0 15px;
    }
    .header-three .three-mainmenu .top-menu .menu li ul.sub-menu li:last-child {
        border-bottom: none;
    }
    .header-three .three-mainmenu .top-menu .menu li ul.sub-menu li::before {
        content: "\f178";
        font-family: fontawesome;
        left: 4px;
        position: absolute;
        top: 4px;
        color: #bb2120;
        transition: all ease 0.6s;
        -webkit-transition: all ease 0.6s;
    }
    .header-three .three-mainmenu .top-menu .menu li ul.sub-menu li:hover::before {
        color: #fff;
    }
    .header-three .three-mainmenu .top-menu .menu li ul.sub-menu li a {
        padding-left: 25px;
    }

}

@media screen and (max-width: 600px) {
    .admin-bar #page {
        padding-top: 45px;
    }
    .admin-bar .parallax-header {
        top: 45px;
    }
    .parallax-second .accesspress-menu-bar .top-nav > li.accesspress-menu-item-fullwidth > .sub-menu > li {
        width: 100%;
    }
    
}

@media screen and (max-width: 540px) {
    .parallax-first, .parallax-second {
        padding-right: 0;
        width: 100%;
        padding-left: 0;
    } 
    .parallax-second {
        position: relative;
        text-align: left;
    }
    .parallax-cart {
        position: absolute;
        top: 10px;
        width: 80%;
    }
    .parallax-layout .right-content, .ap-parallax-slider .ap-parallax-slider-wrap {
        padding-right: 0px;
    }

    .ap-parallax-slider-wrap .ap-parallax-info span {
        top: 10px;
        right: 10px;
    }
    .widget_product_search form .search-field {
        width: 72%;
    }
    .widget_product_search form > input[type="submit"] {
        width: 25%;
    }
    .header-three .top-header .top-header-info.right .wd_tini_account_wrapper .form_drop_down.drop_down_container {
        right: -20px;
    }
    .style_one .promo-image .caption  .promo-desc {
        display: none;
    }
    .header-two .second-header-menu .title {
        min-width: 80%;
    }
    .header-two #toggle-cat {
        width: 15%;
    }
    #boxer .boxer-content .email-friend .custom_label {
        width: auto;
    }
    #boxer .boxer-content .email-friend input[type="text"] {
        width: 100%;
    }
    .parallax-second .parallax-navigation .accesspress-menu-item-fullwidth > .sub-menu li ul li, 
    .parallax-second .parallax-navigation .accesspress-menu-bar .top-nav li:hover .widget-sub-menu li .product_list_widget > li {
        display: inherit
    }
    /* LAYOUT ONE */
    .layoutone .left-content {
        float: none;
        margin: 0 auto;
        padding-left: 0;
        position: static;
    }
    .layoutone .right-content {
        float: none;
        padding-right: 0;
        position: absolute;
        width: auto;
    }

    /* LAYOUT TWO */
    .parallax-layout.layouttwo .left-content {
        float: none;
        margin: 0 auto;
        overflow: hidden;
        padding-right: 0;
        /*width: 60%;*/
    }
    .parallax-layout.layouttwo .right-content {
        position: static;
        float: none;
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    /*----------------------------------------
    ACCESSPRESS STORE PRO RESPONSIVE
    -----------------------------------------*/
    .search-results h2.entry-title, .prod-title, .accordion-with-product .latest-product, 
    .widget_accesspress_store_team .title-bg .prod-title {
        display: inline-block;
    }
    .style_two .caption .widget-title {
        font-size: 15px !important;
    }
    .ap-home-right-artical .style_two .caption .promo-desc-title, 
    .ap-home-right-artical .style_two .caption .promo-desc {
        font-size: 20px;
        line-height: 20px;
    }
    .ap-home-right-artical .widget_accesspress_store_product2 .feature-cat-image.right_align {
        width: 100%;
    }
    .header-three .top-call-box.left {
        float: none;
        width: 100%;
    }
    .header-three .top-header .top-header-info.right {
        float: none;
        text-align: center;
    }
    .header-three .top-header ul li {
        border-left: none;
    }
    .header-three .top-header ul.header_call li:last-child {
        border-right: none;
    }
    .header-three .top-header ul li a {
        padding-left: 0;
    }
    .header-three .top-header .top-header-info.right ul li {
        float: none;
        vertical-align: middle;
    }
    .boxed .header-three .top-header span.amount {
        width: auto;
        font-size: 13px;
    }
    .boxed .header-three .top-header .top-header-info.right a.quick-wishlist {
        padding-left: 0;
    }
    .boxed .header-three .view-cart {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        vertical-align: middle;
    }
    .header-three .top-header .top-header-info.right ul li:last-child {
        border-right: none;
    }
    .header-three .top-header .top-header-info.right .wd_tini_account_wrapper {
        display: inline-block;
    }
    .boxed .header-three .top-header .top-header-info.right .wd_tini_account_wrapper .wd_tini_account_control span {
        font-size: 13px;
        padding-right: 0;
        padding-left: 0;
    }
    .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu.widget-sub-menu, .boxed .header-three .accesspress-menu-item-fullwidth .sub-menu {
        width: 100%;
    }
    .boxed .accesspress-menu-item-fullwidth > .sub-menu li ul li, .boxed .accesspress-menu-bar .top-nav li .widget-sub-menu li .product_list_widget > li {
        display: block;
        width: 100%;
    }
    
    .header-three .ap-below-ads {
        padding-left: 0;
    }
    .header-three .ap-topmenu-fullwrap .widget_accesspress_storemo {
        float: none;
        width: 100%;
        padding: 0 0 5px 0;
    }
    .boxed .header-three .ap-slider-header .second-menu #site-navigation .accesspress-menu-item-fullwidth > .sub-menu li.has-dropdown {
        float: none;
        width: 100%;
    }
    .boxed .header-three .three-mainmenu .main-navigation ul li > .sub-menu.widget-sub-menu > li {
        width: 100%;
    }
    
}

@media screen and (max-width: 540px) and (orientation: landscape) {
    .parallax-layout .right-content, .ap-parallax-slider .ap-parallax-slider-wrap {
        padding-right: 40px;
    }
    .ap-parallax-slider .ap-parallax-slider-wrap {
        margin-top: 40px;
    }
    .ap-parallax-slider-wrap .ap-parallax-info, .ap-parallax-slider .parallax-button {
        position: static;
    }
    .layoutone .left-content {
        float: right;
        margin: 0;
        padding-left: 10px;
        position: absolute;
        width: 40%;
    }
    .layoutone .right-content {
        bottom: 20px;
        float: left;
        padding-right: 10px;
        position: absolute;
        width: 65%;
    }
    .parallax-layout.layouttwo .right-content {
        bottom: 20px;
        float: right;
        margin-top: 0;
        padding-left: 10px;
        position: absolute;
        width: 60%;
    }
    .parallax-layout.layouttwo .left-content {
        float: left;
        padding-right: 10px;
        width: 40%;
    }
}
/*account page tabs section*/
nav.woocommerce-MyAccount-navigation {
    border-right: 2px solid #e24545;
}
nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 5px 10px;
    background: #e24545;
    margin-bottom: 2px;
    width: 97%;
    cursor: pointer;
}
nav.woocommerce-MyAccount-navigation ul li:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: none;
}
nav.woocommerce-MyAccount-navigation ul li:hover a,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #e24545;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 73%;
}

.list li .quick-info .add-to-wishlist-custom img.ajax-loading{
    display: none;
}
.add-to-wishlist-custom img.ajax-loading {
   margin-right: 8px;
    visibility: hidden;
    height: 16px;
    width: 16px;
    float: right;
}