/*
Theme Name: Hill
Theme URI: http://wp-hill.wpdemoz1.com/intro
Author: Smart Data Soft
Author URI: https://themeforest.net/user/smartdatasoft
Description: Powerfull woocommerce theme
Version: 1.9
License: This theme or plugin is comprised of two parts.(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the terms of your purchased license. Read more about licensing here: http://themeforest.net/licenses
License URI: License.txt
Text Domain: hill
Tags: black, red, orange, white, blue, light
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hill-theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    background-color: #fdfdfd;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    height: auto;
}

select {
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text,
.edit-link,
.byline {
    display: none;
}

.entry-content a,
.comment-content a {
    color: #bc360a;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a none repeat scroll 0 0;
    border: 1px solid #e63f2a;
    color: #fff;
}

.page-links a,
.page-links>span {
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.page-links a:hover {
    background: #fff none repeat scroll 0 0;
    color: #e63f2a;
}

.page-links {
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    text-transform: uppercase;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #e63f2a none repeat scroll 0 0;
    border: 1px solid #e63f2a;
    color: #fff;
}

button,
input,
textarea {
    border: 2px solid #d4d0ba;
    font-family: inherit;
    padding: 5px;
    outline: 0;
}

.post-password-required input[type="submit"] {
    padding: 7px 24px 4px;
    vertical-align: bottom;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-color: transparent;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e05d22 0%, #d94412 100%) repeat scroll 0 0;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 3px;
    color: #fff;
    display: inline-block;
    padding: 5px 24px 5px;
    text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed6a31 0%, #e55627 100%) repeat scroll 0 0;
    outline: medium none;
}


/*--------------------------------
    Project Name: Hill
    Author: 	  Ismaile Hossain
    Company: 	  SmartDatasoft
    Technology:   Sass, responsive layout
    compiler: 	  Koala
    Date: 		  2015-11-4
--------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
    position: relative;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
}


/*-----------@Reset----------*/

a {
    text-decoration: none !important;
    color: #da2127;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

a:hover {
    text-decoration: none !important;
    color: #000;
}


/************************************
		    TYPOGRAHY
************************************/

h1 {
    font-size: 48px;
    margin: 33px 0;
}

h2 {
    font-size: 30px;
    margin: 25px 0;
}

h3 {
    font-size: 22px;
    margin: 22px 0;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    /*font-family: Bitter,Georgia,serif;*/
    line-height: 1.3;
}

.entry-content blockquote {
    font-size: 24px;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
}

tr {
    display: table-row;
    vertical-align: inherit;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

.entry-content a,
.comment-content a {
    color: #bc360a;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

dd {
    display: block;
    margin-inline-start: 40px;
}

ul {
    list-style-type: square;
}

menu,
ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

li {
    display: list-item;
    text-align: match-parent;
}

li>ul,
li>ol {
    margin: 0;
}

img {
    max-width: 100%;
}

.alignright {
    float: right;
    margin: 0 12px 12px 0px;
}

.alignleft {
    float: left;
    margin: 0 12px 12px 0;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

pre {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry-title {
    margin: 0;
    padding: 0;
    line-height: 50px;
    position: relative;
    font-size: 15px;
}


/*************************************************
					Main Layout
**************************************************/


/* banner 1*/

.hill_revslider_on {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.h_banner_1 {
    width: 100%;
    position: relative;
    background-position: top center;
    background-color: #f7f7f7;
}

.h_banner_1 .h_banner_1_modify .h_header_1 {
    position: static;
}

.h_header_1 {
    width: 100%;
}

.h_header {
    width: 100%;
    margin-top: 25px;
}

.hill_header_cont {
    margin-bottom: 15px;
}

.h_header_top {
    width: 100%;
    margin: 25px 0;
}

.h_header_bottom {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.h_header_brand,
.h_header_nav_bar,
.h_header_search_box {
    display: inline-block;
}

.h_header_nav_bar {
    max-width: 770px;
    float: left;
}

.h_header_brand {
    float: left;
}

.h_header_search_box {
    float: right;
}

.h_telephone_box {
    line-height: 15px;
    margin-top: 16px;
    color: #000;
    font-size: 13px;
}

.h_telephone_box i {
    margin-right: 6px;
    color: #da2127;
}

.h_telephone_box a {
    border-bottom: 1px dotted #000;
    color: #000;
    margin-right: 12px;
    display: inline-block;
}

.iconholder-header {
    color: #da2127;
}

.h_header_cart_box {
    width: 198px;
    height: 46px;
    margin-top: 3px;
    liine-height: 46px;
    background-color: white;
    text-align: center;
    font-size: 13px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h_header_cart_box .h_mycart_txt {
    width: 150px;
    height: 46px;
    /*float: left;*/
    display: inline-block;
    line-height: 46px;
    border-right: 1px solid #f8f8f8;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h_header_cart_box .h_shoping_crt {
    width: 45px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    float: right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h_mycart_txt a {
    color: black;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h_header_utility_menu_cont,
.h_header_cart_box_cont {
    display: inline-block;
    vertical-align: middle;
}

.h_header_cart_utility_menu_cont {
    text-align: right;
}

.h_header_utility_menu {
    width: 100%;
    padding: 0;
    margin: 0;
    float: right;
}

.hill_header2 .h_header_utility_menu {
    text-align: right;
    margin: 6px 0;
}

.hill_header3 .h_header_utility_menu {
    text-align: right;
}

.h_header_utility_menu li {
    line-height: 29px;
    margin-right: 20px;
    /*float: left;*/
    display: inline-block;
    list-style: none;
    color: #000;
    background-position: left center;
}

.h_header_utility_menu li a {
    color: #000000;
}

.h_header_utility_menu li i {
    color: #da2127;
    margin-right: 8px;
    font-size: 13px;
}

.h_header_utility_menu li.fa.fa-unlock-alt::before {
    left: -16px;
}

.h_header_utility_menu li.fa.fa-check-square-o::before {
    left: -12px;
}

.h_header_utility_menu li small {
    border-bottom: 1px dotted #000;
}

.h_header_utility_menu li span {
    font-size: 13px;
}

.h_cart_number_symble {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    background-color: #d5292c;
    position: absolute;
    right: -13px;
    top: -10px;
    color: #fff;
    font-size: 12px;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit--moz-border-radius: 21px;
    -o-border-radius: 21px;
    -ms-borde-radius: 21px;
}

.h_logo {
    display: block;
}

.hill_header3 .h_header_utility_menu li {
    margin: 0;
    padding: 6px 20px;
    border-left: 1px solid #eeeeee;
}


/*************************************************
					Main Menu
**************************************************/

.h_header_bottom #navbar {
    background: #ffffff;
}

#navbar {
    padding-left: 0 !important;
}

.navbar {
    border-width: 0;
    margin-bottom: 0;
}

.navbar .container {
    padding-left: 0 !important;
}

.h_search_box {
    border-left: 1px solid #f8f8f8;
    background-color: #fdfdfd;
}

.navbar-nav>li {
    margin-left: 0;
}

.nav>li>a {
    line-height: 70px;
    padding: 0 18px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border-width: 2px 1px 1px;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav>li>a:hover {
    background: #fdfdfd !important;
    border-color: #da2127 #f8f8f8 #f8f8f8;
}

.nav>li .expand {
    display: none;
}

.nav>li {
    position: relative;
}

.nav>li ul.children,
.nav>li ul.sub-menu {
    position: absolute;
    top: 72px;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    min-width: 240px;
    padding: 0;
    border-bottom: 2px solid #da2127;
    border-top-width: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.nav>li>ul.children>li ul.children,
.nav>li>ul.sub-menu>li ul.sub-menu {
    left: 100%;
    top: 0;
}

.nav>li ul.children a,
.nav>li ul.sub-menu a {
    display: block;
    padding: 12px 20px;
    border-top: 1px solid #f3f3f3;
    color: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.nav>li ul.children a:hover,
.nav>li ul.sub-menu a:hover {
    background-color: #da2127;
    color: #fff;
}

.nav li:hover>ul.children,
.nav li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.input_search {
    width: 206px;
    line-height: 29px;
    padding: 21px 10px 22px 20px;
    float: left;
    font-size: 15px;
    color: #000;
    font-style: italic;
    border: none;
    background: transparent;
}

.black-color {
    color: #000000 !important;
}

.btn_search {
    width: 60px;
    height: 72px;
    float: left;
    background: none !important;
    color: #000;
    border: none;
    padding: 0!important;
    border: none!important;
    ;
}


/*************************************************
					 Footer 
**************************************************/

.h_footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #121212;
}

.hill_footer_social {
    display: table;
    width: 100%;
}

.h_media_single_box_cont {
    display: table-cell;
}

.h_media_single_box {
    width: 46px;
    height: 46px;
    background: #f2f2f2;
    float: left;
    text-align: center;
    line-height: 46px;
    color: #000;
    margin-right: 10px;
}

.h_media_single_box:last-child {
    margin-right: 0;
}

.h_media_single_box .fa {
    line-height: 46px!important;
}

.social_media_footer_pan {
    display: table-cell;
    vertical-align: middle;
}

.footer_box h4 {
    padding-bottom: 25px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    position: relative;
    margin: 0;
}

.footer_box ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.footer_box ul li {
    line-height: 18px;
    margin-bottom: 5px;
}

.footer_box ul li a {
    font-size: 14px;
    color: #a7a7a7;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.footer_box ul li a:hover {
    color: #fff;
}

.social_media_footer_pan {
    background: #da2127;
}

.social_media_footer_pan ul.footer-social-media {
    width: 100%;
    padding: 0 23px;
    margin: 0 !important;
    text-align: center;
}

.footer-social-media li {
    display: inline-block;
}

.footer-social-media li a {
    font-size: 14px;
    line-height: 26px;
    display: block;
    padding: 10px;
    color: #fff;
}

.footer-utility-box {
    padding-top: 30px;
    border-top: 1px solid #2d2d2d;
    margin-top: 35px;
}

.footer-utility-box h5 {
    line-height: 26px;
    font-size: 24px;
    color: #fff;
    letter-spacing: -1px;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

.footer-utility-box span {
    font-size: 14px;
    color: #a7a7a7;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    line-height: 26px;
    display: inline-block;
}

.footer_copyright {
    color: #a7a7a7;
    text-align: center;
    padding: 32px 0;
}

.footer_search_box {
    width: 100%;
    height: 72px;
    margin-top: 58px;
    background-color: #1d1d1d;
    background-image: url(images/interface/logo_hill.png);
    background-positon: left top;
    background-repeat: no-repeat;
}

.footer_search_box .h_search_box {
    background-color: transparent;
    border-width: 0;
}

.footer_search_box .input_search {
    background-color: transparent;
    width: 964px;
    height: 40px;
    line-height: 40px;
    padding: 4px 8px;
    float: left;
    font-size: 15px;
    background: none;
    margin-top: 17px;
    font-style: italic;
    color: #fff;
    border: none;
    margin-left: 115px;
}

.footer_search_box .btn_search {
    color: #fff;
}

.h_banner_title_box {
    width: 100%;
    left: 0;
    top: 347px;
}

.h_banner_wrapper {
    width: 950px;
    height: 320px;
    margin: 0 auto;
    border: 10px solid #D2D6D7;
}

.h_banner_wrapper h2 {
    width: 100%;
    line-height: 90px;
    margin-top: 93px;
    text-transform: uppercase;
    text-align: center;
    font-size: 74px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

.h_banner_wrapper h5 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
    line-height: 23px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}


/*******************************************
			Best Selling Product
********************************************/

.h_banner_pro_utility_box {
    width: 100%;
    left: 0;
}

.h_banner_pro_utility_box_wrapper {
    width: 100%;
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    -moz-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    overflow: hidden;
    position: relative;
}

.h_best_seller_left {
    width: 240px;
    height: 100%;
    min-height: 382px;
    padding-left: 40px;
    background-color: #da2127;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    float: left;
    position: relative;
}

.h_pro_box_all_products {
    width: 900px;
    float: left;
}

.h_pro_box_all_products ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.h_best_seller_left h4 {
    line-height: 42px;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

ul.h_best_seller_scroller {
    margin-top: 25px;
    overflow: hidden;
}

ul.h_best_seller_scroller li {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    background: #E67176;
    float: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
}

ul.h_best_seller_scroller li a {
    width: 100%;
    height: 100%;
    display: block;
}

ul.h_best_seller_scroller li.h_b_seller_active {
    background: #ffffff;
}

.h_view_all_pro_box {
    width: 100%;
    height: 22px;
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.h_view_all_pro_box a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.h_single_pro_box {
    padding: 30px;
    position: relative;
}

.h_single_pro_utility_box {
    width: 100%;
    height: 60px;
}

.h_single_pro_utility_box_lft {
    width: 180px;
    float: left;
}

.h_single_pro_utility_box_rgt {
    width: 80px;
    float: right;
}

.woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 30px;
    color: #da2127;
    float: right;
    margin-bottom: 0;
    height: 1.1em;
}

.woocommerce-product-gallery__trigger {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border-radius: 50%;
    padding: 5px 7px;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 997;
}

.woocommerce-product-gallery__trigger:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
}

.price {
    float: left;
    color: black;
}

.star-rating::before {
    color: #d3ced2;
    content: "\73\73\73\73\73";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    font-family: star;
}

.h_single_pro_price {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.h_single_pro_price small {
    font-size: 14px;
    color: #c5c5c5;
}

.h_single_pro_utility_box_lft h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.h_single_pro_box img {
    width: 100%;
}

.h_single_pro_utility_box2 {
    width: 222px;
    height: 120px;
    background: url(images/interface/bg_utility_box.jpg) no-repeat center center;
    margin: 100px auto 0;
}

.h_single_pro_utility_box2 ul {
    width: 100%;
    overflow: hidden;
}

.h_single_pro_utility_box2 ul li {
    border: 1px solid #e8e8e8;
    float: left;
    height: 44px;
    list-style: outside none none;
    margin-right: 4px;
    width: 41px;
}

.h_single_pro_utility_box2 ul li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: block;
    color: black;
}

a.h_btn_add_to_cart {
    width: 100%;
    height: 46px;
    display: block;
    line-height: 46px;
    text-align: center;
    background: #da2127;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.h_single_pro_utility_box_lft h6 span {
    color: #da2127;
    border-bottom: 1px solid #e37174;
}


/* right side utility box*/

.h_float_utiliy_box {
    position: absolute;
    right: 0;
    top: 600px;
    z-index: 999;
}

.h_float_utiliy_box.hiil_fu_box_sticky {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.h_float_box1 {
    display: block;
    width: 100%;
    height: 68px;
    position: relative;
    text-align: center;
    line-height: 68px;
    background: #fff;
    color: #000;
    font-size: 18px;
    border: 1px solid #eeeeee;
}

.h_f_number_box1,
.h_f_number_box2 {
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: block;
    top: 7px;
    left: 3px;
    position: absolute;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.h_float_box2,
.h_float_box3 {
    display: block;
    width: 67px;
    height: 66px;
    line-height: 66px;
    position: relative;
    text-align: center;
    background: #ffffff;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    font-size: 18px;
    color: #000;
}

.gotto_f_top_box {
    display: block;
    width: 67px;
    height: 98px;
    margin-top: 10px;
    background: #fff;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    color: #000;
}

.gotto_f_top_box i {
    width: 100%;
    line-height: 65px;
    text-align: center;
    font-size: 26px;
    display: block;
    color: black;
}

.h_f_go_to_box_txt {
    display: block;
    width: 100%;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.h_float_utiliy_box>a {
    color: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.h_float_utiliy_box>a:hover {
    background-color: #da2127;
    border-color: #da2127;
    color: #fff !important;
}

.h_float_utiliy_box>a:hover .h_f_number_box1,
.h_float_utiliy_box>a:hover .h_f_number_box2,
.h_float_utiliy_box>a:hover i {
    color: #fff;
}

.h_pro_new_tag {
    width: 59px;
    height: 21px;
    right: 0;
    top: 25px;
    display: block;
    position: absolute;
    background: url(images/interface/h_bg_sale.png) no-repeat;
}


/*----------------------------------------------------------------------------------------------------
								01_02_001_Home
-----------------------------------------------------------------------------------------------------*/

.h_header_1.h_header_2 {
    position: static;
}

.h_upper_top_pan {
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.h_upper_nav_pan {
    width: 100%;
    background: #1d1d1d;
}

.h_mycart_box2 {
    width: 100%;
    height: 72px;
    background: #2c2c2c;
    position: relative;
}

.h_banner {
    margin-top: 30px;
}

.h_banner img {
    width: 100%;
}


/**************************************
				Main Nav2
**************************************/

#navbar .nav_mofdifier2 li {
    position: relative;
}

#navbar .nav_mofdifier2 li a {
    color: white;
    border: none;
    border-top: 1px solid #1d1d1d;
}

#navbar .navbar-nav.nav_mofdifier2>li a:hover {
    background: #2c2c2c !important;
    border-top: 1px solid #da2127;
}

.h_upper_nav_pan .navbar {
    margin-bottom: 0;
}

.h_header_cart_box2 {
    position: relative;
}

.h_mycart_box2_left {
    height: 72px;
    padding-right: 72px;
}

.h_mycart_box2_left>span,
.h_mycart_box2_left>span>a {
    display: block;
    line-height: 72px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.h_mycart_box2_left span.amount,
.my_cart_box2_left span.amount {
    font-weight: 400;
    display: inline-block;
    width: auto;
}

.h_mycart_box2_right {
    width: 72px;
    height: 72px;
    text-align: center;
    font-size: 18px;
    line-height: 72px;
    float: right;
    color: white;
    background: #343434;
    position: absolute;
    top: 0;
    right: 0;
}

.hot_top_tag::after {
    width: 45px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: -13px;
    right: 0;
    font-size: 14px;
    font-weigt: bold;
    content: "Hot";
    position: absolute;
    background: #da2127;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.h_new_tag::after {
    width: 45px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    top: -13px;
    right: 0;
    font-size: 14px;
    font-weigt: bold;
    content: "New";
    position: absolute;
    background: #ff9b00;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.h_featured_tag::after {
    height: 24px;
    line-height: 24px;
    padding: 0 9px;
    text-align: center;
    top: -13px;
    right: 0;
    font-size: 14px;
    font-weigt: bold;
    content: "Featured";
    position: absolute;
    background: #408e45;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.cart_number_con {
    width: 21px;
    height: 21px;
    right: -10px;
    top: -10px;
    border-radius: 21px;
    -moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -o-border-radius: 21px;
    -ms-border-radius: 21px;
    font-size: 12px;
    color: white;
    line-height: 21px;
    text-align: center;
    display: block;
    position: absolute;
    background: #d5292c;
}

.h_all_categories_search_pan {
    widht: 100%;
    margin: 36px 0 40px 0;
}

.h_all_categories_search_pan_modify {
    position: relative;
    left: -12px;
}

.h_selectbox_cat_search,
.orderby,
.woocommerce div.product .variations .value select {
    background: transparent;
    width: 250px;
    padding: 0 20px;
    font-size: 15px;
    border: 0;
    border-radius: 0;
    height: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #afafaf;
}

.h_selectbox_cat_search>option {
    color: #000;
}

.h_selectbox_cat_search_outer,
.woocommerce-ordering {
    /*width: 260px;*/
    height: 70px;
    background-image: url(images/interface/bg_h_select_box.png);
    background-color: #fdfdfd;
    background-repeat: no-repeat;
    background-position: 95% center;
    overflow: hidden;
}

.h_selectbox_cat_search_outer {
    float: left;
    background-color: #f4f4f4;
    display: inline-block;
    max-width: 270px;
    border: 1px solid #f0f0f0;
    border-right-width: 0;
}

.hill_header2_search_box {
    border: 1px solid #f0f0f0;
    float: left;
    display: inline-block;
    max-width: 800px;
}

.hill_header2_brand {
    float: left;
    max-width: 100px;
    width: 100%;
    display: inline-block;
}

.woocommerce div.product .variations .value select {
    height: 50px;
    padding: 8px;
    background-image: url(images/interface/bg_h_select_box.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.woocommerce div.product .variations .value select option {
    color: #000;
}

.woocommerce div.product .variations td,
.woocommerce div.product .variations tr {
    vertical-align: middle !important;
}

.woocommerce div.product .reset_variations {
    color: #fff;
    background-color: #da2127;
    display: inline-block;
    padding: 1px 10px;
    float: right;
}

#lang_sel img.iclflag {
    margin-top: -4px !important;
}

.woocommerce-ordering,
.orderby {
    height: 37px;
    margin-bottom: 0 !important;
}

.orderby {
    padding: 0 10px;
}

.woocommerce-result-count {
    margin-bottom: 0 !important;
    line-height: 45px;
}

.hill_header2 {
    background-color: #fff;
}

.h_input_search_cat {
    width: 676px;
    height: 68px;
    line-height: 24px;
    padding: 4px 20px;
    float: left;
    font-size: 15px;
    font-style: italic;
    color: #e2e2e2;
    background-color: #fdfdfd;
    border: none;
}

.hill_header3 .h_input_search_cat {
    width: 380px;
}

.h_btn_cat_search {
    width: 110px;
    height: 68px;
    border: none;
    float: right;
    background: none;
    font-size: 15px;
    color: black;
    padding: 0;
    border-radius: 0;
    background-color: #fdfdfd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h_btn_cat_search:hover {
    background: #da2127;
    color: #fff;
}

.h_cart_utilily_bottom_menu {
    width: 100%;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.h_cart_utilily_bottom_menu a {
    width: 100%;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    line-height: 50px;
    color: #000000;
}

.cart_b_menu_per_boxes>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cart_b_menu_per_boxes>ul>li {
    width: 25%;
    height: 50px;
    float: left;
    position: relative;
    padding: 0 20px;
    border-left: 1px dotted #afafaf;
}

.cart_b_menu_per_boxes>ul>li:last-child {
    border-right: 1px dotted #afafaf;
}

.cart_b_menu_per_boxes>ul>li i {
    margin-right: 10px;
}

.h_all_categories_search_pan img {
    height: 70px;
    width: 100px;
}


/*----------------------------------------------------------------------------------------------------
										01_03_001_Home
-----------------------------------------------------------------------------------------------------*/

.nav_mofdifier3 {
    margin-left: 273px;
}

.h_header_title_box {
    width: 100%;
    padding-left: 20px;
    height: 72px;
    background: #da2127;
}

.h_header_title_box h3 {
    margin: 0;
    padding: 0;
    line-height: 72px;
    position: relative;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.h_header_title_box h3 span {
    widht: 100%;
    line-height: 72px;
    display: block;
}

.h_header_title_box h3 span.fa-list-ul::before {
    position: absolute;
    right: 18px;
    top: 0;
}

.h_sidebar {
    position: relative;
    top: -72px;
}

.cate_menu_sidebar {
    width: 100%;
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    positin: relative;
    top: -70px;
    border: 1px solid #eeeeee;
}

.cate_menu_sidebar li {
    width: 100%;
    height: 43px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    list-style: none;
    position: relative;
}

.cate_menu_sidebar li a {
    color: #3b3b3b;
    line-height: 43px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    width: 100%;
    padding-left: 52px;
    display: block;
}

#content-bar-modifer,
#side-bar-midifer {
    padding: 0;
}

#side-bar-midifer {
    float: left;
}

#content-bar-modifer {
    float: right;
}

#content-bar-modifer img {
    width: 100%;
}

.h_view_all_cat {
    width: 100%;
    height: 48px;
    border: 1px solid #eeeeee;
    border-top: none;
}

.h_view_all_cat a {
    width: 100%;
    display: block;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #3b3b3b;
    font-family: 'Open Sans', sans-serif;
}

.cate_menu_sidebar li a::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
}

.cate_menu_sidebar li.fa-bicycle::before,
.cate_menu_sidebar li.fa-male::before,
.cate_menu_sidebar li.fa-female::before,
.cate_menu_sidebar li.fa-child::before,
.cate_menu_sidebar li.fa-tree::before,
.cate_menu_sidebar li.fa-toggle-up::before,
.fa-caret-square-o-up::before,
.fa-certificate::before,
.fa-sitemap::before {
    height: 20px;
    left: 19px;
    position: absolute;
    top: 16px;
    width: 20px;
}

.cate_menu_sidebar li:last-child {
    border-bottom: none;
}

.h_hot_tag2 {
    width: 43px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    display: block;
    position: absolute;
    left: 100px;
    top: 12px;
    background: url(images/interface/bg_hot_tag.png) no-repeat;
}

.h_input_search_cat.h_input_search_cat_modify {
    margin-left: 80px;
    width: 422px;
}

.h_selectbox_cat_search_outer2 {
    margin-left: 28px;
    width: 260px;
}

.my_cart_box2 {
    width: 100%;
    height: 72px;
}

.h_mycart_box3 .my_cart_box2 {
    height: 70px;
}

.h_mycart_box3 {
    position: relative;
}

.h_mycart_box3 .h_cart_number_symble {
    background-color: #bf2528;
}

.my_cart_box2_left {
    width: 100%;
    height: 70px;
    border: 1px solid #f0f0f0;
    padding-right: 70px;
}

.my_cart_box2_left a {
    color: black;
}

.my_cart_box2_left>span {
    width: 100%;
    line-height: 70px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.my_cart_box2_right {
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #da2127;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
}

.white-color {
    color: white !important;
}


/*# sourceMappingURL=style.css.map */

#framework_post_format_meta_box_cb {
    display: none!important;
}

.hil_container {
    padding-top: 90px;
    padding-bottom: 40px;
}

.entry_categories-per-single-post.entry_categories {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
}

.entry_categories>span>a {
    display: inline-block;
    background-color: #da2127;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 10px;
    margin-right: 5px;
}

.framework-per-single-post {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 15px 30px 30px;
}

.hill-blog-overlayer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
}

.hill-blog-post.has-post-thumbnail {
    overflow: hidden;
}

.hill-post-thumb-have-hover {
    position: relative;
    overflow: hidden;
}

.hill-blog-post .hill-post-thumb-have-hover>a>img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hill-blog-post:hover .hill-post-thumb-have-hover>a>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#main img {
    max-width: 100%;
}

.framework-per-single-post .entry-title,
.framework-per-single-post-no-thumb .entry-title {
    font-size: 36px;
    color: white;
    font-weight: bold;
}

.framework-grid-post .entry-title {
    font-size: 24px;
    line-height: 38px;
    color: white;
    font-weight: bold;
}

.framework-per-single-post-no-thumb .entry-title {
    color: black;
}

.framework-per-single-post-no-thumb a,
.framework-per-single-post-no-thumb a:hover {
    color: black;
}

.framework-per-single-post-no-thumb .framwork-share-this-popup ul li a,
.framework-per-single-post-no-thumb .framwork-share-this-popup ul li a:hover {
    color: #fff;
}

.framework-main-loop {
    margin-bottom: 30px;
    position: relative;
}

.framwork.posted-on {
    display: inline-block;
}

.entry-meta {
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.entry-meta>span {
    margin-right: 20px;
}

.framework-grid-post .entry-meta {
    font-size: 13px;
}

.framework-grid-post .entry-meta>span {
    margin-right: 8px;
}

.framework-grid-post .hill_hide_on_grid {
    display: none;
}

.framework-per-single-post a:hover,
.framework-per-single-post a {
    display: block;
    text-align: left;
    color: white;
}

.hill_link {
    background-color: #f5f5f5;
    text-align: center;
}

.hill_link label,
.hill_link h3 {
    display: inline-block;
    vertical-align: middle;
}

.hill_link label {
    margin-right: 8px;
    margin-top: 5px;
}

.hill_quote_post_type {
    background-color: #f5f5f5;
    text-align: center;
    padding: 30px 50px;
}

.hill_quote_post_type h3 {
    font-style: italic;
}

.framwork-commnet-number,
.framwork-like-comment,
.framwork-share-this {
    display: inline-block;
    color: white;
}

.framework-per-single-post-no-thumb .framwork-commnet-number,
.framework-per-single-post-no-thumb .framwork-like-comment,
.framework-per-single-post-no-thumb .framwork-share-this {
    color: #000;
}

.framwork-share-this {
    position: relative;
    cursor: pointer;
    width: 20px;
    line-height: 20px;
    text-align: center;
}

.framwork-share-this:hover .framwork-share-this-popup {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.framwork-share-this-popup {
    width: 200px;
    position: absolute;
    top: -60px;
    left: -90px;
    background-color: #000;
    margin-top: -20px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    -webkit-transition: opacity 0.5s, visibility 0.5s, margin 0.5s;
    /* Safari 3.1 to 6.0 */
    transition: opacity 0.5s, visibility 0.5s, margin 0.5s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.framwork-share-this-popup:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: -1;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.framwork-share-this-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.framwork-share-this-popup ul li {
    float: left;
}

.framwork-share-this-popup ul li a {
    display: block;
    width: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-left: 1px solid #0d0d0d;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.framwork-share-this-popup ul li a:hover {
    background-color: #0d0d0d;
}

.framwork-share-this-popup ul li:first-child a {
    border-left-width: 0;
}

.tagcloud a {
    width: 49%;
    padding: 12px;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 14px!important;
    color: #000000;
    background-color: #fff;
    text-transform: uppercase;
    float: left;
    text-align: center;
    line-height: auto;
    border: 1px solid #eeeeee;
    font-weight: bold;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.tagcloud a:nth-child(even) {
    margin-right: 0;
}

.tagcloud a:hover {
    background-color: #da2127;
    border-color: #da2127;
    color: white!important;
}

.widget-title,
.title-contact-info,
.widgettitle {
    width: 100%;
    line-height: 60px;
    margin-bottom: 25px;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    background: url(images/interface/bg_comment_bottom.png) repeat-x left bottom;
}

.framwork-header-box {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: -49px;
    margin-top: 40px;
}

.container.framwork-content-modify {
    position: relative;
    z-index: 100;
}

.framwork-hdr-title {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    font-weight: 400;
}

.framwork-header-box-top {
    padding: 20px;
}

.framwork-header-box-bottom {
    background-color: #fdfdfd;
    border-top: 1px solid #f8f8f8;
    padding: 16px 20px;
}

#breadcrumbs {
    line-height: 1;
    margin: 0;
}

#breadcrumbs span {
    font-size: 14px;
}

#commentform input[type="text"] {
    width: 100%;
    height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 3px 10px;
    background: #fdfdfd;
    border: 0;
}

#comment {
    width: 100%;
    height: 215px;
    padding: 3px 10px;
    background: #fdfdfd;
    border: 0;
}

#commentform {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

#commentform label {
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#submit {
    width: 100%;
    line-height: 46px;
    position: relative;
    margin-top: 10px;
    background: #da2127;
    text-align: center;
    line-height: 46px;
    color: white;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    padding: 0;
}

.required {
    color: #da2127;
}

#reply-title,
.hill-title-tagcloud,
.title-related-post,
.hill-title-comments {
    width: 100%;
    line-height: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    background: url(images/interface/bg_comment_bottom.png) repeat-x left bottom;
}

.hill-title-comments span {
    color: #da2127;
}

.form-submit {
    width: 96%;
    margin: 25px auto;
}

.pagination_wrap.d_inline_b {
    margin: 20px 0;
    text-align: center;
}

.pagination_wrap.d_inline_b>ul {
    display: inline-block;
}

.hr_list li {
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    list-style: none;
    float: left;
    margin-right: 10px;
    border: 1px solid #f0f0f0;
    font-weight: bold;
    font-size: 14px;
}

.hr_list li a {
    display: block;
    line-height: 46px;
    color: #000000;
    text-align: center;
    transition: all 0.5s;
}

.hr_list li a.next.page-numbers:after {}

.hr_list li a:hover {
    background: #da2127;
    color: #fff;
}

.framework-single-article {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.framework-single-article p,
.hill-author-comments-meta p {
    line-height: 24px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
}

#callout-skiplinks {
    border-left: 4px solid #ce4844;
}

.hill-notice-box {
    width: 100%;
    padding-left: 24px;
    height: 50px;
    border-left: 2px solid #da2127;
    position: relative;
    background-color: #fff;
}

.hill-notice-box::after {
    font-family: FontAwesome;
    content: '\f06a';
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 14px;
    color: #da2127;
}

.hill-notice-box h3 {
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.hill-blockquate-fat-box {
    width: 100%;
    background: #da2127;
    padding-left: 56px;
    border: 1px solid #eeeeee;
    position: relative;
}

.hill-blockquate-fat-box::after {
    font-family: FontAwesome;
    content: '\f10e';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 40%;
    color: white;
}

.hill-blockquate-fat-box-inner {
    padding: 30px 36px;
    background: #fff;
}

.hill-blockquate-fat-box-inner p {
    line-height: 22px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.hill-tagcloud-box {
    overflow: hidden;
}

.hill-tagcloud-box a {
    min-width: 180px;
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #fff;
    float: left;
    font-size: 14px !important;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.hill-tagcloud-box a:hover {
    background-color: #da2127;
    color: white !important;
    border-color: #da2127;
}

.framework-per-single-post-no-thumb {
    margin-top: 20px;
}

.hill-about-author-box {
    width: 100%;
    height: 260px;
    position: relative;
    padding: 14px 40px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-color: #da2127;
}

.hill-about-author {
    line-height: 50px;
    margin-bottom: 14px;
    padding: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.hill-about-author-box p {
    font-size: 14px;
    line-height: 22px;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

.hill-author-social-box {
    width: 205px;
    padding-left: 30px;
    height: 46px;
    background: black;
    position: absolute;
    right: 0;
    top: 34px;
}

.hill-author-social-box ul,
.hill-author-social-box ul li {
    margin: 0;
    padding: 0;
}

.hill-author-social-box ul {
    margin-top: 10px;
}

.hill-author-social-box ul.footer-social-media {
    margin-top: 0;
}


/* related post stuff */

.hill-single-post-slider-box {
    width: 100%;
}

.hill-single-post-slider-box .owl-theme .owl-controls {
    text-align: right;
    position: absolute;
    top: -75px;
    right: 0;
}

.owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    margin: 5px;
}

.hill-single-post-slider-box .owl-theme .owl-controls .owl-page span {
    background-color: #e8e8e8;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.hill-single-post-slider-box .owl-theme .owl-controls .owl-page.active span,
.hill-single-post-slider-box .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #da2127;
}

.hill-single-post-slider-box ul.hill-rated-post-slider-item {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hill-single-post-slider-box ul.hill-rated-post-slider-item .owl-item {
    padding: 0 15px;
}

.hill-single-post-slider-box ul.hill-rated-post-slider-item .owl-item>li,
.hill-single-post-slider-box ul.hill-rated-post-slider-item>li {
    max-width: 360px;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.hill-single-post-box {
    width: 100%;
    position: relative;
}

.hill-single-post-meta-box {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
    color: black;
}

.title-hill-single-post {
    line-height: 32px;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: black;
    font-family: 'Open Sans', sans-serif;
}

.hill-rated-post-slider-nav {
    width: 100%;
}

.hill-rated-post-slider-nav ul {
    width: 80px;
    margin: 0;
    padding: 0;
    margin-top: -60px;
    float: right;
}

.hill-rated-post-slider-nav ul li {
    width: 10px;
    height: 10px;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    margin-left: 8px;
    background: #e8e8e8;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -0-border-radius: 30px;
    -ms-border-radius: 30px;
}

.hill-rated-post-slider-nav ul li a {
    width: 10px;
    height: 10px;
    display: block;
}

.hill-rated-post-slider-nav ul li.current-nav {
    background: #da2127;
}

.hill-author-comments-box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.reply {
    position: absolute;
    right: 43px;
    top: 10px;
    z-index: 2;
}

.reply a {
    color: black;
}

.h_admin_label {
    background-color: #da2127;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 8px;
    margin-left: 5px;
    color: #fff;
}

.hill-author-comments-meta {
    width: 100%;
    font-size: 14px;
}

.hill-author-comments-meta .created {
    margin-bottom: 20px;
}

.hill-author-comments-meta span {
    display: inline-block;
}

.hill-author-comments-meta i {
    margin: 0 10px;
}

.name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}

.hill-author-comments-meta span big {
    display: inline-block;
    background: #da2127;
    text-transform: uppercase;
    color: white;
    padding: 5px;
    font-size: 14px;
    margin-right: 10px;
}

.hill-author-comments-meta span small {
    font-style: italic;
    color: #c5c5c5;
    font-size: 14px;
}

.commentList {
    margin: 0;
    padding: 0;
}

.commentList li {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.commentList .children {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    border-left: 2px solid #da2127;
    box-shadow: 4px 5px 3px -3px rgba(50, 50, 50, 0.47);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}


/* Scroller Box */

.hill-post-scroller-box {
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 3px 0;
}

.hill-post-scroller-box-inner {
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

.hill-post-scroller-box-wrap {
    width: 100%;
    margin: 0 auto;
}

.hill-post-left-scroller,
.hill-post-right-scroller {
    text-align: center;
    display: inline-block;
    color: #000;
    font-size: 36px;
    vertical-align: middle;
    line-height: 90px;
}

.hill-post-left-scroller {
    padding-left: 10px;
    padding-right: 20px;
}

.hill-post-right-scroller {
    padding-left: 20px;
    padding-right: 10px;
}

.hill-post-scroller-box-wrap ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hill-post-scroller-box-wrap ul li {
    width: 50%;
    /*height: 100px;*/
    list-style: none;
    float: left;
}

.h_next_prev_post_thumb {
    display: inline-block;
    min-height: 100px;
}

.h_next_prev_post_thumb img {
    max-width: 100px !important;
}

.h_post_prev_box .h_next_prev_post_thumb {
    float: left;
}

.h_post_next_box,
.h_post_prev_box {
    padding: 30px 0;
    min-height: 160px;
}

.h_visible_hidden {
    display: none;
}

.h_post_next_box {
    text-align: right;
    border-left: 1px solid #eeeeee;
}

.h_post_next_box .h_next_prev_post_thumb {
    float: right;
}

.h_post_next_box .h_next_prev_link {
    margin-right: 30px;
}

.h_post_prev_box .h_next_prev_link {
    margin-left: 30px;
}

.h_next_prev_link {
    display: inline-block;
}

.h_next_prev_link h4 {
    margin: 0;
    padding: 0;
    line-height: 60px;
    margin-top: 3px;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
}

.h_next_prev_link p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #c9c9c9;
    font-family: opensense, arial;
}

.hill-brand-scroller-box {
    width: 100%;
    height: 180px;
    background: #f6f6f6;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}

.hill-brand-scroller-box ul,
.hill-brand-scroller-box ul li {
    margin: 0;
    padding: 0;
}

.hill-brand-scroller-box ul li {
    float: left;
    list-style: none;
    margin-left: 10px;
}

.hill-missing-menu {
    display: inline-block;
    margin-top: 30px;
}


.widget h3 a {
    color: black;
}

.popular-post img {
    width: 100%!important;
    height: auto!important;
}

.widget ul {
    padding-left: 20px;
}

ul.product-categories {
    border-bottom: none;
}

ul.product-categories,
ul.product-categories li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.product-categories li {
    line-height: 45px;
}

ul.product-categories li a {
    font-size: 14px;
    color: #3b3b3b;
    padding-left: 12px;
}

ul.product-categories li {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

ul.product-categories li ul.parent-cat {
    border: 0;
}

.children {
    border-top: 1px solid #eeeeee;
}

ul.product-categories li .expand {
    cursor: pointer;
}

ul.product-categories li .expand.plus {
    background: rgba(0, 0, 0, 0) url("images/plus_red.png") no-repeat scroll center center;
}

ul.product-categories li .expand.minus {
    background: rgba(0, 0, 0, 0) url("images/minus_red.png") no-repeat scroll center center;
}

ul.product-categories li .expand {
    display: block;
    float: right;
    height: 45px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}

.box-heading {
    font-size: 14px!important;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    font-weight: bold;
}

ul.product-categories ul.children {
    padding: 0;
}

ul.product-categories ul.children li {
    padding-left: 12px;
}

.product-categories {
    border: 1px solid #eeeeee;
    margin: 0;
    padding: 0;
}

.children li:last-child {
    border: none;
}

ul.product-categories li ul.children {
    display: none;
    margin-left: 0;
    padding-bottom: 0;
}

ul.product-categories li .expand:hover,
ul.product-categories li .expand.minus {
    background-color: #faf6f6;
}

.hill-shipping-utility-box {
    width: 100%;
    margin: 30px 0;
    border: 1px solid #eeeeee;
}

.h-shipping-single-box {
    width: 100%;
    height: 108px;
    border-right: 1px dotted #c5c5c5;
}

.h-shipping-single-box-left {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: white;
    background-color: #da2127;
    float: left;
    margin-left: 19px;
    margin-top: 19px;
    font-size: 24px;
}

.h-shipping-single-box-right {
    width: 170px;
    margin-top: 23px;
    float: right;
    text-align: center;
}

.h-shipping-single-box-right h3 {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}

.h-shipping-single-box-right h4 {
    line-height: 23px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #3b3b3b;
}

.h-shipping-single-box.h-romove-border {
    border-right: none;
}

.hill-wocommerce-row {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.woocommerce .star-rating {
    float: right !important;
    letter-spacing: 3px;
    font-size: 14px;
    width: 6.2em;
    margin-top: 5px;
}

.price {
    font-weight: bold;
    max-height: 22px;
}

.price del {
    font-size: 14px;
    color: #c5c5c5;
    font-style: italic;
    font-weight: normal;
}

.price ins {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.products h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    margin-top: 6px;
}

.h-list.products h3 {
    display: none;
}

.h-list.products h3.hill_list_view_title {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 18px;
}

.hill_wc_rating_price {
    margin-bottom: 5px;
    max-height: 22px;
}

.products h3 a {
    color: #000;
}

.add_to_cart_button,
.product_type_simple {
    width: 149px;
    height: 46px;
    font-size: 13px!important;
    text-align: center;
    line-height: 46px!important;
    float: right;
    padding: 0 !important;
    background: #da2127!important;
    text-transform: uppercase;
    color: white!important;
    font-family: 'Open Sans', sans-serif !important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -0-border-radius: 0!important;
    -ms-border-radius: 0!important;
    position: relative;
    overflow: hidden !important;
    text-indent: 0;
    -webkit-transition: text-indent 0.3s;
    -o-transition: text-indent 0.3s;
    transition: text-indent 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.hill_wc_top_sale_slider .add_to_cart_button,
.hill_wc_top_sale_slider .product_type_simple {
    width: 147px;
}

.products li {
    margin-bottom: 12px;
    padding: 12px;
    -webkit-transition: box-shadow 0.4s, background-color 0.4s;
    -o-transition: box-shadow 0.4s, background-color 0.4s;
    transition: box-shadow 0.4s, background-color 0.4s;
}

.products li.hill_wc_product_item:hover {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.products li .hill-cart2-box {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.products li .hill-cart2-box {
    overflow: visible;
    position: relative;
    cursor: auto;
}

.products li .add_to_cart_button::before {
    content: "\f217";
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
    background: transparent;
    text-indent: -70px;
    opacity: 0;
    -webkit-transition: opacity 0.4s, text-indent 0.4s, background-color 0.4s;
    -o-transition: opacity 0.4s, text-indent 0.4s, background-color 0.4s;
    transition: opacity 0.4s, text-indent 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.products li:hover .add_to_cart_button::before {
    opacity: 1;
    text-indent: 0;
    background-color: #da2127;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.products li:hover .add_to_cart_button {
    text-indent: 150px;
}

.hill-wish-list,
.hill-compare,
.woocommerce div.product .framwork-share-this {
    width: 46px;
    height: 46px;
    line-height: 46px!important;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    border: 1px solid #eeeeee;
    color: black!important;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    margin-right: 7px;
}

.woocommerce div.product .framwork-share-this-popup {
    left: -79px;
}

.hill-wish-list:hover,
.hill-compare:hover,
.woocommerce div.product .framwork-share-this:hover {
    background-color: #f5f5f5;
}

.woocommerce div.product .hill-wish-list,
.woocommerce div.product .hill-compare,
.woocommerce div.product .framwork-share-this {
    margin-right: 5px;
    width: 46px;
    height: 46px;
    line-height: 46px !important;
}

.hill_wc_single_product_extra_btns {
    position: absolute;
    top: 20px;
    right: 220px;
    display: table;
}

.hill-wish-list i,
.hill-compare i {
    margin-top: 12px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #da2127;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #da2127;
    top: -4px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #eeeeee;
}

.woo-archives-container {
    padding-top: 50px;
}

.yith-wcan-color li a,
.yith-wcan-color li.chosen a {
    border: 2px solid #f0f0f0!important;
    border-radius: 30px!important;
    -moz-border-radius: 30px!important;
    -webkit-border-radius: 30px!important;
    -o-border-radius: 30px!important;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
    opacity: 0.5
}

.woocommerce nav.woocommerce-pagination ul li {
    width: 44px;
    height: 44px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0px!important;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #da2127;
    color: #ffffff;
}

.hillpro-single-box {
    position: relative;
}

.button.yith-wcqv-button,
.products li .framwork-share-this {
    background: white none repeat scroll 0 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 0 !important;
    height: 44px;
    left: 50% !important;
    position: absolute !important;
    top: 50%;
    width: 44px;
    color: #000;
    margin-left: -45px !important;
    margin-top: -20px !important;
    font-weight: normal!important;
    padding: 0 !important;
    z-index: 999;
    text-align: center;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
    -webkit-transition: transform 0.4s, opacity 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s, opacity 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s, opacity 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.button.yith-wcqv-button {
    text-indent: -150px;
    overflow: hidden !important;
}

.button.yith-wcqv-button:hover,
.products li .framwork-share-this:hover {
    background-color: #da2127 !important;
    color: #fff !important;
    border-color: #da2127 !important;
}

.products li .framwork-share-this {
    line-height: 44px;
    text-align: center;
    left: 50% !important;
    top: 50%;
    margin-left: 5px !important;
    margin-top: -20px !important;
    color: black;
    z-index: 9999 !important;
}

.products li .framwork-share-this ul {
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}

.products li .framwork-share-this ul li {
    margin: 0;
    padding: 0;
    background-color: transparent !important;
}

.products li .framwork-share-this ul li a {
    background-color: #000;
}

.products li .framwork-share-this ul li a::after {
    display: none;
}

.products li .framwork-share-this .framwork-share-this-popup {
    left: -79px;
}

.button.yith-wcqv-button::after {
    width: 44px;
    line-height: 44px;
    content: '\f00e';
    font-size: 14px;
    font-family: 'FontAwesome';
    background-color: transparent !important;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 75px;
}

.products li .framwork-share-this::after {
    background-color: transparent !important;
}

.products li:hover .button.yith-wcqv-button,
.products li:hover .framwork-share-this {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.products li:hover .framwork-share-this {
    -webkit-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right;
    margin-right: 12px !important;
}

.woocommerce span.onsale {
    min-height: 21px;
    min-width: 57px;
    line-height: 21px;
    padding: 0;
    right: 0;
    top: 0;
    left: auto!important;
    background: #da2127;
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
    background-image: url(images/onsale.png);
    background-repeat: no-repeat;
    border-radius: 0;
    text-align: left;
    text-indent: 17px;
    z-index: 999;
}

.widget_swpf_brand_widget li {
    margin-right: 29px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.widget_swpf_brand_widget li a {
    color: black;
    font-family: opensense;
}

.woo-archives-container .widget {
    margin-bottom: 24px!important;
}

.woo-archives-container .widget-area {
    padding-top: 40px;
}

.hill-woocommerce-pagination {
    text-align: center;
}

.hill-woocommerce-pagination li {
    width: 44px;
    height: 44px;
    display: inline-block;
    border: 1px solid #f0f0f0;
    margin-right: 10px;
    background: white;
}

.hill-woocommerce-pagination li a:hover {
    background: #da2127;
    color: white;
}

.hill-woocommerce-pagination li a,
.hill-woocommerce-pagination li span {
    width: 44px;
    height: 42px;
    text-align: center;
    line-height: 44px;
    display: block;
    color: black;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#notification {
    width: 100%;
    height: 100%;
    background: url(images/interface/bg_hill_transparent.png) repeat;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
}

#notification .success {
    width: 350px;
    height: auto;
    padding: 12px;
    margin: 30% auto 0;
    font-size: 18px;
    color: black;
    text-align: center;
    background: #d5d2d3;
    border-radius: 12px;
}

.title-product-details-box {
    margin: 40px 0;
    background: url(images/interface/bg_title_border_twice.png) no-repeat left center;
}

.title-product-details,
.title-product-upsells {
    max-width: 310px;
    margin: 0 auto;
    background: #fdfdfd;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.hill_sec_title h4 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
}

.title-product-upsells {
    max-width: 320px;
}

.countdown-box {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}

.conutdown-txt-box {
    width: 273px;
    /*273*/
    height: 100px;
    padding: 12px 18px;
    float: left;
    background: #da2127;
}

.countdown-digit-box {
    width: 82px;
    height: 100px;
    background: #da2127;
    float: left;
    margin-left: 12px;
}

.countdown-digit-box-top {
    width: 100%;
    height: 68px;
}

.conutdown-txt-box h4 {
    padding: 0;
    margin: 0;
    line-height: 22px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: opensense, arial;
    margin-bottom: 11px;
    font-weight: bold;
}

.conutdown-txt-box p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: white;
    font-family: opensense, arial;
}

.cdb-txt {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    background: #c41e23;
    font-size: 14px;
    color: white;
    font-family: opensense, arial;
    font-weight: bold;
    text-transform: uppercase;
}

.cdb-digit {
    display: block;
    font-size: 36px;
    text-align: center;
    line-height: 68px;
    color: white;
    font-family: 'Oswald', sans-serif;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.hill_wc_hot_product .add_to_cart_button {
    width: 214px;
    height: 46px;
    padding: 0 46px 0 0 !important;
    background-color: #da2127;
    border-radius: 0!important;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}

.woocommerce div.product form.cart .button {
    float: right;
    vertical-align: middle;
    position: relative;
}

.single_add_to_cart_button::after,
.hill_wc_hot_product .add_to_cart_button::after {
    content: '\f07a';
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: #c41e23;
    font-family: FontAwesome;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.hill_wc_hot_product .add_to_cart_button:hover {
    background-color: #c41e23 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px!important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0px 29px;
    border: 1px solid #eeeeee;
    border-radius: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .panel {
    box-shadow: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    line-height: 41px;
    font-weight: 700;
    color: #000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: none!important;
    border: 1px solid #eeeeee;
    display: inline-block;
    border-radius: none!important;
    margin: 0;
    padding: 0 1em;
    position: relative;
    z-index: 0;
    float: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0.5em 0;
    text-decoration: none;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0!important;
    border-top: 0!important;
    border-left: 0!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none!important;
}

#tab-description>p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

.hill-sub-cat {
    width: 100%;
    overflow: hidden;
}

.hill-sub-cat mark {
    background: none!important;
}

.hill-sub-cat h3 {
    color: black;
}

.product-filter {
    overflow: auto;
    padding: 15px 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

.woocommerce div.product p.price.hill-price {
    float: none;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 35px;
}

.woocommerce div.product .product_title.entry-title {
    margin-bottom: 30px;
}

.price.hill-price ins {
    font-size: 24px;
    font-weight: 700;
}

.price.hill-price del {
    font-size: 18px;
    font-weight: 400;
}

.yith-wcwl-wishlistexistsbrowse.show {
    margin-bottom: 12px;
}

.product_meta {
    margin-top: 12px;
}

.woocommerce div.product {
    margin-top: 80px;
}

.product_title.entry-title {
    line-height: 64px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    background: url(images/interface/bg_title_border_twice.png)no-repeat left bottom;
}

.tabs.wc-tabs {
    padding: 0!important;
}

.has-post-thumbnail .thumbnails {
    margin-top: 20px;
}

.yith-wcwl-add-button.show {
    margin: 12px 0;
}

.shop_table.cart {
    margin: 0 auto!important;
    border-radius: 0px!important;
}

.shop_table.cart thead tr th {
    background: #f6f6f6!important;
}

.shop_table.cart tr td,
.shop_table.cart thead th {
    text-align: center;
    border-right: 1px solid #eeeeee!important;
}

.shop_table.cart tr td:last-child,
.shop_table.cart thead th:last-child {
    border-right: 0!important;
}

.product-remove {
    text-align: center;
}

.woocommerce a.remove {
    display: block;
    margin: 0 auto;
    width: 17px!important;
    height: 17px!important;
    text-align: center!important;
    text-indent: -1000px;
    overflow: hidden;
    background: url(images/interface/bg_delete.png) no-repeat left center;
}

.woocommerce a.remove:hover {
    background: url(images/interface/bg_delete.png) no-repeat left center;
    opacity: 0.5;
}

.shop_table td.actions {
    padding: none!important;
}

.shop_table td .coupon {
    margin-left: 12px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none;
    margin-right: 12px;
    margin-top: 2px;
}

.product-name a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 200px;
    height: 35px;
}

.woocommerce-cart table.cart img {
    box-shadow: none;
    max-width: 25% !important;
    width: auto !important;
}

.woocommerce-cart .entry-header {
    margin: 0 auto;
}

.product-remove::after {
    content: 'Remove';
}

th.product-thumbnail::after {
    content: 'Product Thumbs';
}

.cart_totals tr {
    background: #f6f6f6;
}

.cart_totals tr td,
.cart_totals tr th {
    text-align: right;
    padding-right: 30px!important;
    text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 275px;
    height: 46px;
    padding: 0;
    line-height: 46px;
    font-size: 14px;
    float: right;
    background: #da2127;
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    text-transform: uppercase;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after {
    content: '\f054';
    width: 46px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    background: #c41e23;
    color: #ffffff;
    font-family: FontAwesome, arial;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #da2127!important;
}

.cart_totals h2 {
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    clear: both;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%!important;
}

.hill_continue_shop {
    width: 255px;
    height: 44px;
    margin-top: 145px;
    line-height: 44px;
    display: block;
    background: #ffffff;
    border: 1px solid #eeeeee;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000!important;
    font-weight: bold;
    position: relative;
}

.hill_continue_shop::after {
    width: 46px;
    height: 44px;
    content: '\f053';
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome, arial;
    background: #f7f7f7;
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: auto!important;
}

.cart_list li a {
    font-size: 14px;
    color: black;
    font-family: 'Open Sans', sans-serif;
}


.hill-user-regi-form h4 {
    margin: 0;
    padding: 0;
}

.hill-lbl-title {
    padding: 0;
    margin: 0;
}

.hill-general-login .login {
    margin-top: 0px!important;
    padding: 0!important;
    border: 0!important;
}

.title-general-form,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading {
    margin: 0 0 12px 0;
    padding: 0 0 5px 0;
    line-height: 52px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    background: url(images/interface/bg_title_border_twice.png) repeat-x left bottom;
}

.hill-user-regi-form,
.hill-general-login {
    height: 400px;
    margin-bottom: 50px;
    padding: 30px 25px;
    -webkit-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    -moz-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-width: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    -moz-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
}

.woocommerce form.login input[type=text],
.woocommerce form.login input[type=email],
.woocommerce form.login input[type=url],
.woocommerce form.login input[type=tel],
.woocommerce form.login input[type=password],
.woocommerce form.login textarea,
.woocommerce form.checkout_coupon input[type=text],
.woocommerce form.checkout_coupon input[type=email],
.woocommerce form.checkout_coupon input[type=url],
.woocommerce form.checkout_coupon input[type=tel],
.woocommerce form.checkout_coupon input[type=password],
.woocommerce form.checkout_coupon textarea,
.woocommerce form.register input[type=text],
.woocommerce form.register input[type=email],
.woocommerce form.register input[type=url],
.woocommerce form.register input[type=tel],
.woocommerce form.register input[type=password],
.woocommerce form.register textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.woocommerce form.login input[type=text]:focus,
.woocommerce form.login input[type=email]:focus,
.woocommerce form.login input[type=url]:focus,
.woocommerce form.login input[type=tel]:focus,
.woocommerce form.login input[type=password]:focus,
.woocommerce form.login textarea:focus,
.woocommerce form.checkout_coupon input[type=text]:focus,
.woocommerce form.checkout_coupon input[type=email]:focus,
.woocommerce form.checkout_coupon input[type=url]:focus,
.woocommerce form.checkout_coupon input[type=tel]:focus,
.woocommerce form.checkout_coupon input[type=password]:focus,
.woocommerce form.checkout_coupon textarea:focus,
.woocommerce form.register input[type=text]:focus,
.woocommerce form.register input[type=email]:focus,
.woocommerce form.register input[type=url]:focus,
.woocommerce form.register input[type=tel]:focus,
.woocommerce form.register input[type=password]:focus,
.woocommerce form.register textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.hill-user-regi-form .form-control,
.hill-general-login .form-control {
    border-radius: 0;
    margin-bottom: 12px;
}

.hill-user-regi-form h4,
.hill-general-login h4 {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 6px;
    font-family: opensense, arial;
    color: #7b7b7b;
}

.hill-general-login .lost_password {
    margin-top: 20px;
}

.btn-h-ccount {
    width: 208px;
    height: 46px;
    line-height: 46px;
    padding: 0!important;
    background: #da2127!important;
    text-align: center;
    border-radius: 0!important;
    border: 0!important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-top: 12px;
}

.hill-general-login .form-row {
    margin-top: 20px!important;
}

.hill-user-regi-form label,
.hill-general-login label {
    font-weight: normal!important;
}

.hill-user-regi-form>p,
.hill-general-login .inline {
    color: #7b7b7b
}

.hill-general-login .button,
.hill-general-login .inline {
    font-weight: normal!important;
}

.hill-general-login .button,
.checkout_coupon .button,
#place_order {
    height: 40px!important;
    line-height: 40px!important;
    color: white!important;
    background: #da2127!important;
    text-transform: uppercase;
    padding: 0 12px!important;
    border-radius: 0!important;
    font-weight: bold;
}

.checkout_coupon .button {
    font-size: 12px!important;
}

.checkout_coupon .form-control {
    border-radius: 0px;
}

.woocommerce form.checkout_coupon {
    border-radius: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 0!important;
}

.woocommerce form .form-row label {
    font-weight: normal!important;
    color: #7b7b7b!important;
    font-family: opensense, arial;
}

#order_review_heading {
    margin-bottom: 24px;
}

#order_review {
    margin-bottom: 50px;
    padding: 30px 25px;
    -webkit-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    -moz-box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
    box-shadow: 0 4px 8px rgba(50, 50, 50, 0.06);
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment {
    border-radius: 0!important;
}

.woocommerce-checkout #payment {
    border-radius: 5px;
    background: none!important;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #f2f0f1;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-color: transparent transparent #f2f0f1;
}

.woocommerce .woocommerce-info {
    border-top-color: #e75055;
}


.h-btn-get-discount {
    width: 238px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    color: #000 !important;
    vertical-align: middle;
    margin-left: 25px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.h-btn-get-discount:hover {
    background-color: #000;
    color: #fff !important;
}

.no_marg_to_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no_marg_to_row .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.hill_sp_fill_bg {
    border: 1px solid #eeeeee;
    background: #f6f6f6;
    padding: 40px 40px 20px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.hill_popup .hill_sp_fill_bg {
    border-width: 0;
    background-color: #fff;
}

.hill_popup .hill_sp_fill_bg .input-hill-subscribe,
.hill_popup .hill-subscribe-form input[type="email"] {
    background-color: #fdfdfd !important;
}

.hill_popup_text_container {
    max-width: 500px;
    margin: auto;
}

.hill_popup .hill_sp_fill_bg .hill_popup_text_container h4 {
    font-weight: 400;
    margin-bottom: 30px;
}

.hill_popup .hill_sp_fill_bg .hill_popup_text_container p {
    margin-bottom: 40px;
}

.hill-subscrib-pan {
    text-align: center;
}

.hill-subscribe-form {
    margin: 0 auto;
}

.input-hill-subscribe,
.hill_popup .hill-subscribe-form input[type="email"] {
    width: 100%;
    max-width: 618px;
    padding: 5px 10px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-style: italic;
}

.btn-hill-subscribe,
.hill_popup .hill-subscribe-form input[type="submit"] {
    width: 100%;
    max-width: 132px;
    height: 46px;
    padding: 0!important;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #da2127!important;
    text-transform: uppercase;
    margin-left: 10px;
    border-radius: 0 !important;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-hill-subscribe:hover,
.hill_popup .hill-subscribe-form input[type="submit"]:hover {
    background: #c41e23 !important;
}

.hill_sp_fill_bg .input-hill-subscribe,
.hill_popup .hill-subscribe-form input[type="email"] {
    margin-bottom: 15px;
}

.hill_sp_fill_bg .input-hill-subscribe,
.hill_sp_fill_bg .btn-hill-subscribe,
.hill_popup .modal-lg .hill-subscribe-form input[type="email"],
.hill_popup .modal-lg .hill-subscribe-form input[type="submit"] {
    max-width: 370px;
    margin-left: 0;
}

.hill_sp_fill_bg .ajax-loader {
    display: block;
}

.hill-subscrib-pan h4,
.hill-subscrib-pan h5 {
    padding: 0;
    margin: 0;
}

.hill-subscrib-pan h4 {
    line-height: 50px;
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.hill-subscrib-pan h4 span {
    color: #da2127;
    text-decoration: underline;
}

.hill-subscrib-pan h5 {
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 14px;
    color: #b3b3b3;
}

.carousel-flex {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
}

.hill-hdr-title-home {
    font-size: 36px;
    line-height: 55px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.hill-contact-infopan {
    width: 100%;
    padding: 28px;
    margin: 50px 0;
    position: relative;
    z-index: 99;
    background: white;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.hill-cinfo-symble {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    color: white;
    text-align: center;
    background: #da2127;
}

.h-txt-gray {
    font-size: 14px;
    color: #a7a7a7;
    text-transform: uppercase;
}

.h-txt-large {
    font-size: 18px;
    text-transform: uppercase;
    ;
}

.h-get-support {
    background: #FAFAFA !important;
    border-radius: 0 !important;
    border-width: 0 !important;
    text-transform: uppercase;
}

.h-get-support p {
    color: #da2127;
}

.h-get-support i {
    color: #da2127;
    font-size: 14px !important;
}

.h-get-support .vc_message_box-icon {
    width: 36px !important;
}

.hill-contact-form .wpcf7-text {
    width: 100%;
    height: 45px;
    background: #fafafa;
    border: none;
}

.hill-contact-form .wpcf7-textarea {
    width: 100%;
    background: #fafafa;
    border: none;
}

.hill-contact-form label {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    line-height: 36px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.hill-contact-form .wpcf7-submit {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    background: #da2127!important;
    position: relative;
    border: 0;
}

.hill-contact-form .btn-with-icon {
    position: relative;
}

.hill-contact-form .btn-with-icon::after {
    content: '\f003';
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    color: white;
    font-family: FontAwesome;
    cursor: pointer;
    font-weight: bold;
}

.h-get-support {
    background: #fafafa none repeat scroll 0 0 !important;
    height: 45px;
    line-height: 45px;
    margin-top: 16px;
    padding: 0;
    text-align: center;
}

.btn-with-icon {
    margin-top: 35px;
}

.hil_container-modify {
    padding: 0;
}

.error404 {
    width: 100%;
    background-image: url(images/interface/bg_background_fourzero.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.error404 .h_float_utiliy_box {
    display: none;
}

.hill-four-zero {
    width: 1140px;
    height: 600px;
    margin: 80px auto 0;
    border: 10px solid rgba(255, 255, 255, 0.7);
}

.txt-four-zero {
    margin: 0;
    padding: 0;
    font-size: 400px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.txt-four-zero2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.7);
}

.error404 .framwork-header-box {
    display: none;
}

.error404 .h_header_bottom {
    display: none;
}

.error404 .h_header_1 {
    display: none;
}

.error404 .footer_search_box {
    margin-bottom: 25px;
}

.error404 .h_footer {
    display: none;
}

.close.cross-btn-1 {
    width: 46px;
    height: 46px;
    opacity: 10!important;
    text-indent: -1000px;
    overflow: hidden;
    background: url(images/interface/btn_cross_popup.png)no-repeat!important;
}

.sort .hill_grid_display {
    float: right;
}

.sort .hill_grid_display a {
    width: 38px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    display: inline-block;
    float: left;
    color: #000;
    font-size: 14px;
    background-color: #fdfdfd;
    border: 1px solid #f8f8f8;
    -webkit-transition: border 0.5s, background-color 0.5s, color 0.5s;
    -o-transition: border 0.5s, background-color 0.5s, color 0.5s;
    transition: border 0.5s, background-color 0.5s, color 0.5s;
}

.sort .hill_grid_display a.list-trigger {
    border-right-width: 0;
}

.sort .hill_grid_display a.grid-trigger {
    border-left-width: 0;
}

.sort .hill_grid_display a:hover,
.sort .hill_grid_display .h-grid-current,
.sort .hill_grid_display .h-list-current {
    background-color: #da2127;
    border-color: #da2127;
    color: white!important;
}

.products.h-list li {
    width: 100%;
    float: none;
}

.products.h-list li .framwork-share-this-popup ul li {
    float: left;
    width: auto;
}

.h-list .hill-proImg-container {
    width: 33%;
    float: left;
    position: relative;
}

.hill-proImg-container {
    position: relative;
}

.hill-proImg-container a.hill_product_thumb_link::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.products li.hill_wc_product_item:hover .hill-proImg-container a.hill_product_thumb_link::after {
    background-color: rgba(255, 255, 255, 0.9);
}

.hill_wc_pro_vm_container {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h-list .hill-wocommerce-right-col {
    width: 66.66%;
    float: right;
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.h-list .hill-cart2-box {
    background-color: #fdfdfd;
    border: 1px solid #f8f8f8;
    padding: 10px;
}

.h-list .hillpro-single-box {
    background-color: #fff;
}

.h-excerpt p {
    margin-bottom: 14px;
}

.h-excerpt {
    display: none;
}

.products.h-list .h-excerpt {
    display: block;
}

.h-social-icon-lft {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h-social-icon-lft li {
    float: left;
    list-style: none;
    margin-left: 0;
    margin-right: 8px;
}

.h-social-icon-lft li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fff;
    color: black;
}

.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_categories ul li {
    border-bottom: 1px solid #eeeeee;
    color: #a1a1a1;
    position: relative;
}

.widget_categories ul li a {
    display: inline-block;
    padding: 20px 0;
    color: #000;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.widget_categories ul li a:hover {
    color: #da2127;
    text-decoration: underline !important;
}

.widget_categories ul li>ul {
    padding-left: 20px;
    border-top-width: 0 !important;
    border-left: 1px solid #eeeeee;
    margin: 10px 0;
    display: none;
}

.widget_categories ul li>ul li {
    border-bottom-width: 0;
}

.widget_categories ul li>ul li a {
    padding: 10px 0;
}

.h_cat_plus {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
    color: #000;
}

.h_cat_plus i {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.h_cat_plus i.fa-times-circle {
    color: #da2127;
}

.hill_widget_popular_post {
    margin-bottom: 30px;
    position: relative;
}


.hill_product_cat_page .products.h-list>li {
    height: auto;
}

.hill_widget_popular_post .framwork-commnet-number,
.hill_widget_popular_post .framwork-like-comment,
.hill_widget_popular_post .framwork-share-this {
    color: #000;
    margin-left: 15px;
}

.hill_widget_popular_post .framwork-commnet-number a,
.hill_widget_popular_post .framwork-like-comment a,
.hill_widget_popular_post .framwork-share-this a {
    color: #000;
}

.hill_widget_popular_post .framwork-share-this>.framwork-share-this-popup a {
    color: #fff;
}

.hill_widget_popular_post .hill-single-post-meta-box i {
    margin-right: 4px;
}

.hill_widget_popular_post .framwork-share-this-popup ul {
    margin: 0;
    padding: 0;
}

.hill_widget_popular_post .entry-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-top: 15px;
}

.hill_widget_popular_post .framework-per-single-post .hill-single-post-meta-box span,
.hill_widget_popular_post .framework-per-single-post .hill-single-post-meta-box span>a,
.hill_widget_popular_post .framework-per-single-post .hill-single-post-meta-box {
    color: #fff;
}

.hill_widget_popular_post .framework-per-single-post .entry-title.hill_big_post_title {
    font-size: 36px;
    line-height: 50px;
    margin-top: 10px;
}

.hill_post_gallery .flex-direction-nav .flex-next,
.hill_post_gallery .flex-direction-nav .flex-prev {
    background-color: rgba(255, 255, 255, 0.9);
    color: transparent;
    z-index: 9999;
}

.hill_post_gallery {
    overflow: hidden;
    margin-bottom: 0 !important;
}

.hill_post_gallery .flex-direction-nav .flex-prev:after,
.hill_post_gallery .flex-direction-nav .flex-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #000 !important;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    line-height: 60px;
    width: 100%;
    text-align: center;
}

.hill_post_gallery .flex-direction-nav .flex-prev:after {
    content: '\f104';
}

.hill_product_cat_page {
    padding-top: 45px;
    float: right;
}

.hill_wc_left_sidebar {
    float: left;
}

.rightslideclass.hill_product_cat_page {
    float: left;
}

.woocommerce .products ul.row,
.woocommerce ul.products.row {
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce div.product span.onsale {
    right: 15px;
}

.woocommerce div.product ul.products span.onsale {
    right: 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 7px;
}

.woocommerce div.product .hill_product_description {
    margin-bottom: 30px;
}

.hill_price_offers_container {
    position: relative;
}

.hill_wc_product_stock_status {
    background-color: #ccc;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 10px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.hill_instock {
    background-color: #a1d22e;
}

.hill_outofstock {
    background-color: #f83e3e;
}

.woocommerce div.product .star-rating {
    float: left !important;
}

.woocommerce div.product ul.products .star-rating {
    float: right !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000;
}

.woocommerce-review-link {
    margin-left: 8px;
    color: #000;
}

.hill_add_review_link {
    color: #000;
}

.hill_has_thumb .woocommerce-main-image {
    display: block;
    text-align: center;
}

.hill_has_thumb .woocommerce-main-image img {
    display: inline-block;
}

.hill_wc_single_thumbnails.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    margin-top: -26px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.hill_wc_single_thumbnails.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    left: auto;
}

.hill_wc_single_thumbnails.owl-theme .owl-controls {
    margin: 0;
}

.hill_wc_single_thumbnails .owl-controls .owl-buttons {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.hill_wc_single_thumbnails:hover .owl-controls .owl-buttons {
    opacity: 1;
}


.hill_wc_single_thumbnails a {
    width: 100% !important;
    display: block;
    padding: 0 5px;
    margin: 0 !important;
}

input.input-text.qty::-webkit-outer-spin-button,
input.input-text.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.input-text.qty {
    -moz-appearance: textfield;
    min-height: 46px;
    border-width: 0 1px;
    border-color: #eeeeee;
}

.ui-spinner {
    position: relative;
    padding: 0 46px;
    display: block;
}

.ui-spinner-button {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    right: 0;
}

.ui-spinner-button.ui-spinner-down {
    right: auto;
    left: 0;
}

.ui-spinner-button.ui-spinner-up::before,
.ui-spinner-button.ui-spinner-down::before {
    content: '\f105';
    font-family: 'FontAwesome';
    width: 46px;
    text-align: center;
    line-height: 46px;
    display: block;
    cursor: pointer;
    color: #808080;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.ui-spinner-button.ui-spinner-down::before {
    content: '\f104';
}

.ui-spinner-button.ui-spinner-up:hover::before,
.ui-spinner-button.ui-spinner-down:hover::before {
    color: #000;
}

.ui-icon.ui-icon-triangle-1-n {
    display: none;
}

.ui-icon.ui-icon-triangle-1-s {
    display: none;
}

.hill_add_to_cart_container {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0;
    position: relative;
    min-height: 88px;
}

.single_variation span.price {
    margin-right: 20px;
    line-height: 46px;
    color: #000 !important;
}

.single_variation span.price del {
    float: right;
    vertical-align: bottom;
    margin-left: 5px;
    margin-bottom: -5px;
}

.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}

.woocommerce div.product .single_add_to_cart_button {
    margin-top: 0;
    margin-right: 0;
}

.woocommerce div.product .label {
    color: #000;
    font-size: 14px;
    display: table-cell;
    text-align: right;
}

.woocommerce div.product .label label {
    display: block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 0;
    /*background-color: #fdfdfd;*/
    margin-bottom: -1px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-right: 1px solid #eee !important;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    box-shadow: inset 0 2px #da2127;
    background-color: #fff !important;
}


/* Tab Design Default */

.vc_tta .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 0;
    background-color: transparent;
}

.vc_tta.vc_general .vc_tta-tab>a {
    padding: 10px 20px;
}

.vc_tta.vc_tta-tab {
    position: relative;
    margin-bottom: 24px;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab {
    margin: 0;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab a {
    background-color: transparent;
    border-radius: 0;
    border-width: 0 1px 0 0;
    border-style: dotted;
    border-color: #c5c5c5;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    line-height: 46px;
    color: #000;
    position: relative;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #da2127;
    color: #fff;
    border-style: solid;
    border-color: #da2127;
    position: relative;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab>a:hover {
    background-color: transparent;
    color: #da2127;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active>a:hover {
    background-color: #da2127;
    color: #fff;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab>a::after,
.vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active>a::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 99;
    box-sizing: content-box;
}

.vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active>a::after {
    background-color: #bf2528;
    box-sizing: content-box;
}

.vc_tta-tabs-list {
    border-bottom: 4px double #eeeeee;
    border-top: 1px solid #eeeeee;
    margin-bottom: 20px !important;
}

.vc_tta .vc_tta-panels {
    background-color: transparent;
    border-width: 0;
}

.vc_tta.vc_general .vc_tta-panel-body {
    overflow: visible;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.vc_tta .woocommerce .products ul.row,
.vc_tta .woocommerce ul.products.row {
    margin-left: -12px;
    margin-right: -12px;
}

.vc_tta .vc_tta-panels {
    position: relative;
    overflow: hidden;
}

.vc_tta.vc_tta-tabs .vc_tta-panel {
    margin: 0 !important;
}

.vc_tta .vc_tta-panels .vc_tta-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.vc_tta .vc_tta-panels .vc_tta-panel.vc_active {
    visibility: visible;
    opacity: 1;
    position: static;
    z-index: 9;
}

.vc_tta .vc_tta-panels .vc_tta-panel.vc_animating:not(.vc_active) {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.vc_tta .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block !important;
    max-height: none;
    height: auto !important;
}

.vc_tta .vc_tta-panel .woocommerce .products ul li,
.vc_tta .vc_tta-panel .woocommerce ul.products li {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li,
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(1),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(2),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(3),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(4),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(5),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(5) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(6),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(7),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(8),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(8) {
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(9),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(9) {
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.vc_tta .vc_tta-panel.vc_active .woocommerce .products ul li:nth-child(10),
.vc_tta .vc_tta-panel.vc_active .woocommerce ul.products li:nth-child(10) {
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}


/* Products Tab design with VC */

.hill_wc_products_tab.vc_tta.vc_general .vc_tta-tab>a,
.hill_wc_products_tab.vc_tta.vc_general .vc_tta-tab>a:hover {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color: transparent !important;
    border-width: 0;
    position: relative;
    color: #b3b3b3;
}

.hill_wc_products_tab.vc_tta.vc_general .vc_tta-tab.vc_active::before,
.hill_wc_products_tab.vc_tta.vc_general .vc_tta-tab::before {
    content: '/';
    position: absolute;
    top: 14px;
    right: 0;
    color: #b3b3b3;
}

.hill_wc_products_tab.vc_tta.vc_general .vc_tta-tab.vc_active:last-child::before,
.hill_wc_products_tab.vc_tta.vc_general .vc_tta-tab:last-child::before {
    content: '';
}

.hill_wc_products_tab.vc_tta.vc_general .vc_tta-tab.vc_active>a {
    color: #da2127;
    background-color: transparent;
    border-width: 0;
}

.hill_wc_products_tab.vc_tta.vc_tta-style-classic .vc_tta-tab a {
    border-width: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.hill_wc_products_tab .vc_tta-tabs-list {
    border-width: 0;
}

.hill_wc_products_tab.vc_tta.vc_tta-style-classic .vc_tta-tab>a::after,
.hill_wc_products_tab.vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active>a::after {
    display: none;
}

.hill_wc_products_tab.vc_tta.vc_tta-style-classic .vc_tta-tab {
    position: relative;
}


/* Products Box Slider */

.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h_pro_box_all_products.woocommerce .products .hill_small_buttons_cont {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 9999;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    margin-bottom: 5px;
}

.h_pro_box_all_products.woocommerce .products .hill_small_buttons_cont>a,
.h_pro_box_all_products.woocommerce .products .hill_small_buttons_cont>.framwork-share-this {
    position: static !important;
    background-color: #fff;
    margin: 0 !important;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: transform 0.4s, opacity 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s, opacity 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s, opacity 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.h_pro_box_all_products.woocommerce .products .hill_small_buttons_cont>a:hover,
.h_pro_box_all_products.woocommerce .products .hill_small_buttons_cont>.framwork-share-this:hover {
    border-color: #da2127;
    background-color: #da2127;
    color: #fff !important;
}

.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item:hover .hill_small_buttons_cont>a,
.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item:hover .hill_small_buttons_cont>.framwork-share-this {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item:hover .hill_small_buttons_cont>a.add_to_wishlist {
    -webkit-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item:hover .hill_small_buttons_cont>a.hill-compare {
    -webkit-transition: transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s ease 0.3s, opacity 0.4s ease 0.3s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item:hover .hill_small_buttons_cont>.framwork-share-this {
    -webkit-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    -o-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, background-color 0.3s, border-color 0.3s, color 0.3s;
}

.h_pro_box_all_products.woocommerce .products .hill_small_buttons_cont>a {
    margin-right: 5px !important;
}

.h_pro_box_all_products.woocommerce .products .add_to_cart_button {
    width: 200px;
    padding-right: 45px !important;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    z-index: 9999;
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.h_pro_box_all_products.woocommerce .products .add_to_cart_button::before {
    width: 45px;
    height: 45px;
    opacity: 1;
    text-indent: 0;
    left: auto;
    right: 0;
    background-color: #c41e23;
}

.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item:hover .add_to_cart_button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.h_pro_box_all_products.woocommerce .products .owl-item:hover {
    position: relative;
    z-index: 999;
}

.h_pro_box_all_products.woocommerce:not(.hill_wc_vertical_mode_slider) .products {
    padding: 0 15px;
}

.h_pro_box_all_products.woocommerce:not(.hill_wc_vertical_mode_slider) .products .owl-item>li {
    padding-top: 20px;
    padding-bottom: 20px;
}

.h_pro_box_all_products.woocommerce.hill_wc_vertical_mode_slider .products li.hill_wc_product_item {
    margin-bottom: 10px;
}

.h_pro_box_all_products.woocommerce.hill_wc_vertical_mode_slider .products .owl-item>li {
    padding: 0;
}

.h_pro_box_all_products.woocommerce .products,
.h_pro_box_all_products.woocommerce .products li.hill_wc_product_item {
    margin-bottom: 0;
}

.h_pro_box_all_products.woocommerce .products h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.h_pro_box_all_products.woocommerce .products .hill_small_buttons_cont>a.yith-wcqv-button {
    margin-bottom: -15px !important;
}

.h_banner_pro_utility_box_wrapper .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    top: 130px;
    left: 40px
}

.h_banner_pro_utility_box_wrapper .owl-carousel {
    position: static;
}

.h_banner_pro_utility_box_wrapper .owl-theme .owl-controls .owl-page span {
    background-color: #fff;
}

.h_banner_pro_utility_box_wrapper .products h3 a {
    display: block;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

.h_banner_pro_utility_box_wrapper .products h3 a:hover {
    color: #da2127;
    text-decoration: underline !important;
}

.hill_banner_cont {
    position: relative;
    overflow: hidden;
}

.hill_banner_cont a {
    color: inherit !important;
}

.hill_banner_cont .hill_banner_caption_cont {
    width: 65%;
    padding: 40px 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.hill_banner_cont.title_at_bottom .hill_banner_caption_cont {
    position: static;
    padding: 0;
}

.hill_banner_cont.title_at_bottom .hill_banner_caption {
    width: 65%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px;
    z-index: 9;
}

.hill_banner_cont .hill_banner_label {
    background-color: #da2127;
    color: #fff;
    font-weight: 700;
    padding: 0 8px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 30px;
    z-index: 9;
}

.hill_banner_cont img {
    -webkit-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    -o-transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.hill_banner_cont:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.hill_banner_cont.title_at_bottom .hill_banner_label {
    position: absolute;
    top: 40px;
    left: 40px;
}

.hill_banner_cont .hill_banner_title {
    display: block;
    font-size: 36px;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.hill_banner_cont .hill_banner_sub_title {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
}


/* Hill Brand Carousel CSS */

.hill_brands_carousel {
    background-color: #f6f6f6;
    border-color: #eeeeee;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.hill_brands_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hill_brands_carousel ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: inset 0 2px transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hill_brands_carousel ul li a span {
    display: block;
    width: 100%;
    background-color: #da2127;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 5px;
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hill_brands_carousel ul li a:hover {
    background-color: #fff;
    box-shadow: inset 0 2px #da2127;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.hill_brands_carousel ul li a:hover span {
    bottom: 0;
    opacity: 1;
}

.hill_brands_carousel .owl-theme .owl-controls {
    margin: 0;
}

.hill_brands_carousel .owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    background: #eee;
    color: #000;
    font-size: 28px;
    border-radius: 0;
    padding: 20px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hill_brands_carousel .owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #da2127;
    color: #fff;
}

.hill_brands_carousel:hover .owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
}

.hill_brands_carousel .owl-controls .owl-prev {
    left: 0;
}

.hill_brands_carousel .owl-controls .owl-next {
    right: 0;
}


.hill_wc_top_sale_slider ul.products {
    margin: 0 !important;
}

.hill_wc_top_sale_slider ul.products li {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.hill_wc_top_sale_slider ul.products li:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hill_wc_top_sale_slider ul.products li .hillpro-single-box {
    background-color: #fff;
    padding: 20px;
}

.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-wocommerce-right-col .hill-wocommerce-row,
.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-wocommerce-right-col .hill-cart2-box,
.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-proImg-container,
.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-wc-title-desc-col {
    width: 50%;
    float: left;
}


.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-wc-title-desc-col {
    padding-left: 30px;
    clear: right;
}

.hill-wc-title-desc-col .h-excerpt {
    display: block;
}

.hill-wc-title-desc-col h3 {
    font-size: 18px;
}

.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-wocommerce-right-col {
    margin-top: 15px;
}

.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-wocommerce-right-col .hill-wocommerce-row {
    float: right;
    padding-left: 30px;
    margin-top: 0;
}

.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill-wocommerce-right-col .hill-wocommerce-row h3 {
    display: none;
}

.hill_wc_top_sale_slider ul.products li .hillpro-single-box .hill_wc_rating_price {
    margin-bottom: 5px;
}

.hill_wc_top_sale_slider ul.products li .hillpro-single-box .star-rating {
    float: none !important;
    margin-bottom: 0;
}


/* Icon box css */

.hill_icon_box .vc_icon_element-align-left {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.hill_icon_box .wpb_text_column.wpb_content_element {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 25px;
}

.hill_icon_box .vc_icon_element-style-boxed {
    width: 70px;
    height: 70px;
}

.hill_icon_box .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 24px !important;
}


/* Product carousel css */

.hill_pro_carousel .owl-item>li {
    width: 100% !important;
}

.hill_pro_carousel ul.products {
    margin-left: 0 !important;
}

.hill_pro_carousel ul.products li {
    margin-bottom: 0;
}

.hill_pro_carousel .owl-pagination {
    position: absolute;
    top: -60px;
    right: 0;
}

.hill_pro_carousel .owl-theme .owl-controls .owl-page span {
    background-color: #e8e8e8;
    opacity: 1;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.hill_pro_carousel .owl-theme .owl-controls .owl-page.active span,
.hill_pro_carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #da2127;
    opacity: 1;
}

.hill_pro_carousel .owl-theme .owl-controls .owl-buttons div {
    background-color: #da2127;
    border-radius: 0;
    opacity: 0;
    padding: 9px 15px;
    margin: 0;
    margin-top: -100px;
    margin-left: -20px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: opacity 0.4s, margin 0.4s;
    -o-transition: opacity 0.4s, margin 0.4s;
    transition: opacity 0.4s, margin 0.4s;
}

.hill_pro_carousel .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    left: auto;
    margin-left: 0;
    margin-right: -20px;
}

.hill_pro_carousel .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
}


/* Discounted Products */

.hill_discount_product {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.hill_discount_product .hill_dp_1_2_col {
    width: 50%;
    float: left;
}

.hill_discount_product .hill_dp_item_cont {
    width: 50%;
    float: left;
}

.hill_discount_product .hill_dp_item.hill_dp_small .hill_dp_thumb {
    width: 45%;
    float: right;
}

.hill_discount_product .hill_dp_item.hill_dp_small .hill_dp_price_title {
    width: 55%;
    float: left;
}

.hill_discount_product .hill_dp_item_cont {
    padding-bottom: 1px;
    padding-right: 1px;
}

.hill_discount_product .hill_dp_item {
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    position: relative;
}

.hill_discount_product .hill_dp_item.hill_dp_big {
    padding: 15px;
}

.hill_discount_product .hill_dp_item .hill_dp_price_title {
    padding-top: 35px;
}

.hill_discount_product .hill_dp_item.hill_dp_small .hill_dp_price_title {
    padding: 30px 15px 0;
}

.hill_discount_product .hill_dp_item .hill_dp_price_title h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.hill_discount_product .hill_dp_item .hill_dp_price_title h3 a {
    color: #000;
}

.hill_discount_product .hill_dp_percent {
    padding: 0 5px;
    background-color: #da2127;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -7px;
    right: 5px;
}

.hill_discount_product .hill_dp_percent::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: transparent #c41e23 #c41e23 transparent;
    position: absolute;
    top: 0;
    left: -7px;
}


/* Filter Products */

.hill_product_filter {}

.hill_product_filter img {
    height: 300px !important;
}

.hill_product_filter .hill_pf_cats {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.hill_pf_button {
    background: #fff;
    border-width: 0;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #f0f0f0;
    padding: 10px 24px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hill_pf_button:active,
.hill_pf_button:focus,
.hill_pf_button:hover,
.hill_pf_active {
    background: #da2127;
    color: #fff;
    border-color: #da2127;
}


/* Category CSS */

.hill_wc_cats_sc .widgettitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background-color: #da2127;
    color: #fff;
    margin: 0;
    padding: 15px 0;
}


/* Double Lined css */

.vc_separator.vc_sep_double .vc_sep_line {
    height: 5px;
}


/* Mega main Menu */

#mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.logo_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle,
#mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.nav_search_box,
#mega_main_menu.primary.icons-left>.menu_holder>.menu_inner>ul>li>.item_link>i,
#mega_main_menu.primary.icons-right>.menu_holder>.menu_inner>ul>li>.item_link>i,
#mega_main_menu.primary.icons-top>.menu_holder>.menu_inner>ul>li>.item_link.disable_icon>.link_content,
#mega_main_menu.primary.icons-top>.menu_holder>.menu_inner>ul>li>.item_link.menu_item_without_text>i,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.nav_buddypress>.item_link>i.ci-icon-buddypress-user {
    height: 70px;
    line-height: 65px;
}

#mega_main_menu.icons-left>.menu_holder>.menu_inner>ul>li>.item_link.with_icon i {
    color: #000;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li {
    border-top: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>a {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: transparent;
    display: block;
    height: 70px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover {
    border-top: 2px solid #da2127;
    background-color: #fdfdfd;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>a {
    border-color: #f8f8f8;
}

.nav_mofdifier2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover {
    border-top: 2px solid #da2127;
    background-color: #2c2c2c;
}

.nav_mofdifier2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>a {
    border-color: #2c2c2c;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link {
    background: none;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 15px !important;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link {
    text-transform: uppercase;
}

.nav_mofdifier2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li,
.nav_mofdifier2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
.nav_mofdifier2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
.nav_mofdifier2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link {
    color: #fff;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li:hover>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:focus,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-ancestor>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li.current-menu-item>.item_link {
    background: none;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
    color: #000;
}

.nav_mofdifier2 #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text,
.nav_mofdifier2 #mega_main_menu.icons-left>.menu_holder>.menu_inner>ul>li>.item_link.with_icon i {
    color: #fff;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
    height: 70px;
    font-size: 15px !important;
}

#mega_main_menu.first-lvl-align-left>.menu_holder>.menu_inner>ul {
    float: left;
}

#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li>.item_link:before,
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>.nav_logo:before,
#mega_main_menu.direction-horizontal>.menu_holder>.menu_inner>ul>li.nav_search_box:before {
    display: none;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link {
    padding: 0px 20px;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown>.mega_dropdown {
    border-bottom: 2px solid #da2127;
    font-family: 'Open Sans', sans-serif;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown>li>.item_link {
    height: 45px;
    color: #000;
    text-transform: none;
    padding-left: 20px;
    padding-right: 20px;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown>li>.item_link .link_content {
    line-height: 33px;
    color: #000;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li .post_details>.post_icon>i,
#mega_main_menu>.menu_holder>.menu_inner>ul>li .mega_dropdown .item_link *,
#mega_main_menu>.menu_holder>.menu_inner>ul>li .mega_dropdown a,
#mega_main_menu>.menu_holder>.menu_inner>ul>li .mega_dropdown a *,
#mega_main_menu ul li.default_dropdown .mega_dropdown>li>.item_link *,
#mega_main_menu ul li.multicolumn_dropdown .mega_dropdown>li>.item_link *#mega_main_menu ul li.grid_dropdown .mega_dropdown>li>.item_link *,
#mega_main_menu ul li li .post_details a {
    color: #000 !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

#mega_main_menu ul li.default_dropdown .mega_dropdown>li.current-menu-item>.item_link * {
    color: #fff !important;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li .mega_dropdown .item_link:hover,
#mega_main_menu>.menu_holder>.menu_inner>ul>li .mega_dropdown .item_link:focus,
#mega_main_menu ul li.default_dropdown .mega_dropdown>li:hover>.item_link,
#mega_main_menu ul li.default_dropdown .mega_dropdown>li.current-menu-item>.item_link,
#mega_main_menu ul li.multicolumn_dropdown .mega_dropdown>li>.item_link:hover,
#mega_main_menu ul li.multicolumn_dropdown .mega_dropdown>li.current-menu-item>.item_link,
#mega_main_menu ul li.post_type_dropdown .mega_dropdown>li:hover>.item_link,
#mega_main_menu ul li.post_type_dropdown .mega_dropdown>li>.item_link:hover,
#mega_main_menu ul li.post_type_dropdown .mega_dropdown>li.current-menu-item>.item_link,
#mega_main_menu ul li.grid_dropdown .mega_dropdown>li:hover>.processed_image,
#mega_main_menu ul li.grid_dropdown .mega_dropdown>li:hover>.item_link,
#mega_main_menu ul li.grid_dropdown .mega_dropdown>li>.item_link:hover,
#mega_main_menu ul li.grid_dropdown .mega_dropdown>li.current-menu-item>.item_link,
#mega_main_menu ul li.post_type_dropdown .mega_dropdown>li>.processed_image:hover {
    background: none !important;
    background-color: #da2127 !important;
    color: #fff !important;
}

#mega_main_menu ul li.default_dropdown .mega_dropdown>li:hover>.item_link * {
    color: #fff !important;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li .mega_dropdown .entry_categories a {
    color: #fff;
}

#mega_main_menu ul li.default_dropdown .mega_dropdown>li>.item_link {
    border-color: #f3f3f3;
}

#mega_main_menu.primary ul.mega_main_menu_ul>li>.item_link::after {
    display: none;
}

#mega_main_menu.primary ul li .mega_dropdown>li>.item_link,
#mega_main_menu.primary ul li .mega_dropdown>li>.item_link .link_text,
#mega_main_menu.primary ul li .mega_dropdown,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li .post_details>.post_description {
    font-size: 13px;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown {
    width: 260px;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown>ul,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown li>ul,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.multicolumn_dropdown>ul,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.widgets_dropdown>ul,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown>ul,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown>ul,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.post_type_dropdown .mega_dropdown>li.post_item .post_details,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.grid_dropdown .mega_dropdown>li .post_details {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown>.mega_dropdown .mega_dropdown>li:first-child>.item_link:after {
    display: none;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown.drop_to_right>.mega_dropdown .mega_dropdown {
    margin-left: 0;
}

#mega_main_menu>.menu_holder>.menu_inner>ul {
    position: static;
}

#mega_main_menu>.menu_holder {
    position: static;
}

#mega_main_menu {
    position: static;
}

.mmm_fullwidth_container {
    display: none;
}

.navbar {
    position: static;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown li>.item_link:before {
    width: 23px;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown li>.item_link:before {
    width: 40px;
    font-size: 14px;
}


#mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content>.link_text {
    height: 43px;
}

#mega_main_menu.primary>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link,
#mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link * {
    color: #000;
}

#mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>.nav_logo>.logo_link,
#mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle,
#mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
#mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>ul>li>.item_link,
#mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>ul>li>.item_link>.link_content,
#mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>ul>li.nav_search_box,
#mega_main_menu.primary.mobile_minimized-enable.icons-left>.menu_holder>.menu_inner>ul>li>.item_link>i,
#mega_main_menu.primary.mobile_minimized-enable.icons-right>.menu_holder>.menu_inner>ul>li>.item_link>i,
#mega_main_menu.primary.mobile_minimized-enable.icons-top>.menu_holder>.menu_inner>ul>li>.item_link.disable_icon>.link_content,
#mega_main_menu.primary.mobile_minimized-enable.icons-top>.menu_holder>.menu_inner>ul>li>.item_link.menu_item_without_text>i,
#mega_main_menu.primary.mobile_minimized-enable>.menu_holder>.menu_inner>ul>li.nav_buddypress>.item_link>i.ci-icon-buddypress-user {
    height: 70px;
    line-height: 70px;
}

.hill_menu2_label {
    position: absolute;
    top: -13px;
    right: -15px;
    background-color: #da2127;
    color: #fff !important;
    padding: 4px 10px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    z-index: 9;
}


/* Mini cart */

.h_header_cart_box_cont {
    position: relative;
}

.h_header_cart_box_cont:hover .h_header_cart_box {
    background-color: #da2127;
}

.h_header_cart_box_cont:hover .h_mycart_txt {
    border-color: #da2127;
    color: #fff;
}

.h_header_cart_box_cont:hover .h_mycart_txt a {
    color: #fff;
}

.h_header_cart_box_cont:hover .h_shoping_crt {
    background-color: #c41e23;
    border-color: #c41e23;
    color: #fff;
}

.hill_minicart_holder {
    display: inline-block;
}

.hill_min_cart_popup {
    min-width: 370px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    position: absolute;
    top: 49px;
    right: 0;
    background-color: #fff;
    border: 2px solid #da2127;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hill_border_bottom_only .hill_min_cart_popup {
    border-width: 0 0 2px;
}

.hill_min_cart_popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.h_mycart_box2 .hill_min_cart_popup {
    top: 72px;
}

.h_mycart_box3 .hill_min_cart_popup {
    top: 70px;
}

.h_header_cart_box_cont:hover .hill_min_cart_popup,
.h_mycart_box2:hover .hill_min_cart_popup,
.h_mycart_box3:hover .hill_min_cart_popup {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.mini_cart_item {
}

.mini_cart_item img {
    height: auto;
}

.cart_list li a.remove {
    display: none;
}

.cart_list li .quantity {
    display: block;
}

.cart_list li span.hill_mci_link,
.cart_list li a.hill_mci_link {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    display: block;
    padding-bottom: 15px;
}

.cart_list li .hill_wc_mini_cart_img {
    width: 40%;
    float: left;
    padding: 10px;
}

.cart_list li .hill_wc_mini_cart_p_info {
    width: 60%;
    float: left;
    text-align: left;
    padding: 30px;
}

.cart_list li .quantity {
    font-size: 16px;
    color: #b6b6b6;
    display: block;
    padding-top: 15px;
}

.cart_list li .quantity .amount {
    font-weight: 700;
    color: #000;
}

.hill_mini_cart_footer {
    background-color: #f8f8f8;
    padding: 18px;
}

.hill_mini_cart_footer p {
    margin-bottom: 0;
    text-align: left;
}

.hill_mini_cart_footer .button.checkout {
    display: inline-block;
    background-color: #da2127 !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    width: 158px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-left: 5px;
    float: right;
    padding: 0 !important;
    border-radius: 0 !important;
}

.hill_mini_cart_footer .hill-wish-list,
.hill_mini_cart_footer .hill-compare {
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hill_mini_cart_footer .hill-wish-list:hover,
.hill_mini_cart_footer .hill-compare:hover {
    background-color: #da2127;
    color: #fff !important;
}

.hill_min_cart_popup .woocommerce ul.cart_list li img,
.hill_min_cart_popup .woocommerce ul.product_list_widget li img,
.woocommerce .hill_min_cart_popup ul.cart_list li img,
.woocommerce .hill_min_cart_popup ul.product_list_widget li img {
    width: auto;
}

.hill_min_cart_popup .woocommerce ul.cart_list li a.remove,
.hill_min_cart_popup .woocommerce ul.product_list_widget li a.remove,
.woocommerce .hill_min_cart_popup ul.cart_list li a.remove,
.woocommerce .hill_min_cart_popup ul.product_list_widget li a.remove {
    display: none;
}


/*.woocommerce ul.cart_list li,*/

ul.cart_list .empty,
.woocommerce ul.cart_list .empty {
    padding: 50px;
    text-align: center;
}

.woocommerce .products h3 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.woocommerce .products h3:hover {
    color: #da2127;
}


/* Hot Product */

.hill_wc_hot_product .hill_hp_cont {
    border: 2px solid #da2127;
    padding: 20px;
}

.hill_wc_hot_product .hill_hp_cont .hill_hp_img {
    margin: 30px 0;
}

.hill_wc_hot_product .hill_wc_hp_header {
    background-color: #da2127;
    color: #fff;
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    padding: 20px;
}

.hill_wc_hot_product .hill_wc_hp_header .hill_hp_title {
    float: left;
}

.hill_wc_hot_product .hill_wc_hp_header i.fa {
    font-size: 18px;
}

.hill_wc_hot_product .add_to_cart_button {
    width: 100%;
    display: block;
}

.hill_hp_timer {
    float: right;
}

.hill_hp_timer .countdown-row .countdown-section {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    padding: 4px 7px;
    position: relative;
    top: -3px;
}

.hill_hp_timer .countdown-row .countdown-section::after {
    content: ':';
    position: absolute;
    top: 2px;
    right: -7px;
}

.hill_hp_timer .countdown-row .countdown-section:last-child {
    margin-right: 0;
}

.hill_hp_timer .countdown-row .countdown-section:last-child::after {
    display: none;
}


/* Category Nav Menu */

.hill_cm_cont {
    position: relative;
    height: 350px;
}

.hill_cm_title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #da2127;
    font-size: 14px;
    padding: 15px 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.hill_cat_menu_holder {
    border-width: 0 1px;
    border-style: solid;
    border-color: #eeeeee;
}

.hill_cat_menu_holder #mega_main_menu.first-lvl-align-left>.menu_holder>.menu_inner>ul {
    float: none;
    width: 100%;
}

#mega_main_menu.cat_menu>.menu_holder>.mmm_fullwidth_container {
    background: none;
}

.hill_cat_menu_holder #mega_main_menu.cat_menu.primary_style-buttons>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle,
.hill_cat_menu_holder #mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li>.item_link {
    background: #fff;
    color: #000;
}

.hill_cat_menu_holder #mega_main_menu.cat_menu>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
.hill_cat_menu_holder #mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li>.item_link,
.hill_cat_menu_holder #mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li>.item_link * {
    color: #000;
    font-size: 14px;
}

.hill_cat_menu_holder #mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li>.item_link {
    border-bottom: 1px solid #eee;
}

#mega_main_menu.cat_menu>.menu_holder>.menu_inner>.nav_logo>.logo_link,
#mega_main_menu.cat_menu>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle,
#mega_main_menu.cat_menu>.menu_holder>.menu_inner>.nav_logo>.mobile_toggle>.mobile_button,
#mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li>.item_link,
#mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li>.item_link>.link_content,
#mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li.nav_search_box,
#mega_main_menu.cat_menu.icons-left>.menu_holder>.menu_inner>ul>li>.item_link>i,
#mega_main_menu.cat_menu.icons-right>.menu_holder>.menu_inner>ul>li>.item_link>i,
#mega_main_menu.cat_menu.icons-top>.menu_holder>.menu_inner>ul>li>.item_link.disable_icon>.link_content,
#mega_main_menu.cat_menu.icons-top>.menu_holder>.menu_inner>ul>li>.item_link.menu_item_without_text>i,
#mega_main_menu.cat_menu>.menu_holder>.menu_inner>ul>li.nav_buddypress>.item_link>i.ci-icon-buddypress-user {
    line-height: 44px;
    height: 44px;
}

#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link {
    margin-bottom: 5px !important;
}

#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link,
#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link:hover,
#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link .link_content,
#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link .link_text {
    font-family: 'Oswald', sans-serif;
    font-size: 20px !important;
    color: #000 !important;
    background-color: transparent !important;
    text-transform: uppercase;
    position: relative;
    padding-left: 0 !important;
    padding-bottom: 6px;
}

#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link::after,
#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    position: absolute;
    bottom: 0;
    left: 0;
}

#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>.item_link::after {
    bottom: 4px;
}

#mega_main_menu ul.mega_main_menu_ul>li.multicolumn_dropdown>ul.mega_dropdown>li>ul>li>.item_link {
    padding: 10px 15px !important;
}

#mega_main_menu.direction-vertical>.menu_holder>.menu_inner>ul>li>.item_link:before,
#mega_main_menu.direction-vertical>.menu_holder>.menu_inner>ul>li.nav_search_box:before {
    background: none;
    height: 0;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after,
#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown li>.item_link:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    border-width: 0 !important;
    top: 1px;
    right: 0;
}

#mega_main_menu>.menu_holder>.menu_inner>ul>li.default_dropdown .mega_dropdown li>.item_link:before {
    top: 50%;
    margin-top: -7px;
    width: 23px !important;
}

.hill_cm_holder_cont {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.hill_cm_holder_cont_uped {
    display: none;
}

.hill_catmenu_more_less {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fdfdfd;
    border-width: 0 1px 1px;
    border-color: #eee;
    border-style: solid;
    text-transform: uppercase;
    cursor: pointer;
}

#mega_main_menu>.menu_holder>.menu_inner .item_link>.link_content>.link_text>.link_descr {
    display: inline-block;
}

.hill_cm_label {
    display: inline-block;
    width: 43px;
    height: 21px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 21px !important;
    font-weight: 700;
    color: #fff !important;
    background-image: url(images/cm_label.png);
    background-repeat: no-repeat;
    margin-left: 5px;
}


/* Categories Menu at Header*/

.hill_header_catnav {
    position: relative;
}

.hill_header_catnav .hill_cm_cont {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hill_header_catnav .hill_cm_title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 15px;
    height: 72px;
    line-height: 72px;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.hill_header_catnav .hill_cm_title i {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7.5px;
}

.hill_cn_col {
    padding-right: 0;
}

.hill_header3_nav_col {
    padding-left: 0;
}


/* Mobile Nav Bar */

.hill-mobile-nav {
    position: relative;
    float: right;
}

.hill-mn-toggle {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
    display: none;
    font-size: 16px;
    padding: 0 30px;
}

.hill-mn-bar {
    height: 2px;
    width: 25px;
    background-color: #000;
    display: inline-block;
    box-shadow: 0 7px #000, 0 -7px #000;
    position: relative;
    top: -5px;
    margin-left: 15px;
}

.hill_header3_nav_col .hill-mn-toggle,
.hill_navbar_nav_3 .hill-mn-toggle {
    color: #fff;
    background-color: #da2127;
}

.hill_header3_nav_col .hill-mn-bar,
.hill_navbar_nav_3 .hill-mn-bar {
    background-color: #fff;
    box-shadow: 0 7px #fff, 0 -7px #fff;
}

.hill-mobile-nav-container {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 300px;
    background-color: #fff;
    display: none;
    border-bottom: 2px solid #da2127;
    z-index: 9999;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.hill-mobile-nav-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hill-mobile-nav-container li {
    display: block;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    position: relative;
}

.hill-mobile-nav-container li a {
    display: block;
    padding: 12px 20px;
    color: #000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hill-mobile-nav-container li:hover>a {
    color: #fff;
    background-color: #da2127;
}

.hill-mobile-nav-container li:hover>i {
    color: #fff;
}

.hill-mobile-nav-container li>i:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.hill-mobile-nav-container li i {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 46px;
    line-height: 46px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hill-mobile-nav-container li i::before {
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.hill-mobile-nav-container li i.hill_icon_active::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hill-mobile-nav-container ul.hill-mobile-menu-ul>li ul {
    display: none;
    padding-left: 10px;
}

.woocommerce ul.product_list_widget li img {
    width: 75px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0 !important;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    display: none;
}


/* Popup */

.hill_popup .hill_sp_fill_bg {
    padding: 50px 50px 40px;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0;
}

.modal-backdrop.in {
    opacity: 0.86;
}

.modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.modal.fade .modal-dialog {
    transform: translate(-50%, -50%) scale(0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.modal.in .modal-dialog {
    transform: translate(-50%, -50%) scale(1);
}

.hill_popup_close {
    color: #fff !important;
    font-size: 14px;
    position: relative;
    opacity: 1 !important;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none !important;
    overflow: hidden;
}

.hill_popup_close i {
    position: relative;
    top: -10px;
    left: 10px;
    z-index: 99;
}

.hill_popup_close::after {
    content: '';
    display: block;
    width: 80px;
    height: 50px;
    background-color: #c41e23;
    position: absolute;
    top: -20px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hill_popup_remove {
    margin-top: 30px;
}

.hill_popup_remove label {
    font-weight: 400;
}

#dont_show_again {
    margin-top: -1px;
    vertical-align: middle;
    margin-right: 6px;
}

.hill_pro_curs.h_pro_box_all_products {
    width: auto;
    float: none;
}

.btn {
    border-width: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #000 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-lg {
    font-size: 14px;
    padding: 14px 35px;
}

.btn-main {
    background-color: #cb9c69;
    color: #fff !important;
}

.btn-main:hover {
    background-color: #fff;
    color: #000 !important;
}

#lang_sel a.lang_sel_sel {
    background: none !important;
    color: #000;
    border-color: transparent !important;
}

#lang_sel li {
    width: auto;
    float: none;
}

#lang_sel ul ul {
    height: auto;
    border-width: 0;
    display: block;
    z-index: 9;
    opacity: 0;
    margin-top: 20px !important;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#lang_sel ul ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#lang_sel ul li:hover ul,
#lang_sel ul a:hover ul {
    opacity: 1;
    margin-top: 0 !important;
}

#lang_sel li>ul {
    text-align: left;
}

#lang_sel li>ul>li {
    width: 150px;
    /*float: left;*/
}

#lang_sel ul ul a {
    padding: 10px 15px;
    border-width: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.wcml_currency_switcher {
    background-color: transparent;
    border-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* woocommerce categories design */

.woocommerce .hill_wc_cat_item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.woocommerce .hill_wc_cat_item h3 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background-color: #da2127;
    color: #fff !important;
    padding: 13px;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    margin-top: 6px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hill-sub-cat {
    margin-bottom: 20px;
}

.woocommerce .hill_wc_cat_item h3 .count {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce .hill_wc_cat_item:hover h3 {
    bottom: 50%;
    margin-bottom: -22px;
    background-color: #fff;
    color: #000 !important;
}

.woocommerce .hill_wc_cat_item:hover h3 .count {
    background-color: transparent !important;
    color: #000 !important;
}

.woocommerce .hill_wc_cat_item img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce .hill_wc_cat_item:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/* Sticky Navbar */

.h_banner_1_modify.hill_sticky_navbar .h_header_1 {
    background-color: #fff;
}

.h_banner_1_modify.hill_sticky_navbar .h_header_1,
.h_upper_nav_pan.hill_sticky_navbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
    -webkit-animation: fadeInDown 0.5s;
    -o-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

.admin-bar .h_banner_1_modify.hill_sticky_navbar .h_header_1 {
    top: 32px;
}

.h_banner_1_modify.hill_sticky_navbar .h_header_1 .hill_header_cont {
    margin-bottom: 0;
}

.h_banner_1_modify.hill_sticky_navbar .h_header_1 .framwork-header-box,
.h_banner_1_modify.hill_sticky_navbar .h_header_1 .h_header_top {
    display: none;
}

.hill-sidebar-left {
    float: left !important;
}

.hill-content-left {
    float: right !important;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/* Wishlist Notification */

div#notification.hill-wishlist-notify {
    max-width: 420px;
    position: fixed;
    left: auto;
    top: auto;
    bottom: 10px;
    right: 10px;
    background: none;
    height: auto;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#notification.hill-wishlist-notify .success {
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: #fff;
    padding: 50px;
}

#notification.hill-wishlist-notify .success a:not(.close) {
    display: block;
    margin-top: 25px;
}

#notification.hill-wishlist-notify .success a.close {
    position: absolute;
    top: 6px;
    right: 6px;
}

div#notification.hill-wishlist-notify.notify-poped {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* Gravity Form styles */

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
    overflow: visible;
}

.gform_fields input[type="radio"],
.gform_fields input[type="checkbox"] {
    display: none;
}

.gform_fields input[type="radio"]+label:before,
.gform_fields input[type="checkbox"]+label:before {
    left: -30px;
}

.gform_fields input[type="radio"]+label:after {
    left: -22px;
}


/* Gravity form styles end */

@media screen and (max-width: 1200px) {
    .input_search {
        width: 147px;
    }
    .h_pro_box_all_products {
        width: 700px;
    }
}

@media screen and (max-width: 991px) {
    .h_pro_box_all_products {
        width: 480px;
    }
}

@media screen and (max-width: 750px) {
    .h_pro_box_all_products {
        width: 310px;
    }
}

@media screen and (max-width: 580px) {
    .h_pro_box_all_products,
    .h_best_seller_left {
        width: 100%;
    }
    .h_best_seller_left {
        max-height: 320px;
    }
}

@media screen and (max-width: 519px) {
    .woocommerce .products>ul>li,
    .woocommerce ul.products>li {
        width: 100%;
    }
    .h-list .hill-proImg-container,
    .h-list .hill-wocommerce-right-col {
        width: 100%;
    }
    .h_best_seller_left h4 {
        margin-top: 10px;
    }
}

.h_upper_nav_pan.hill_sticky_navbar .hill_cm_cont {
    height: 0 !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0;
}

@media screen and (max-width: 767px) {
    * {
        word-break: break-word;
    }
    .framwork-share-this-popup {
        left: auto;
        right: 0;
    }
    .framwork-share-this-popup:after {
        left: 93%;
    }
}

#yith-quick-view-content div.summary {
    width: 48%;
}

#carousel-for-p-thum .slides img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#carousel-for-p-thum .flex-active-slide {
    opacity: 0.7;
}

#carousel-for-p-thum {
    margin-top: 10px;
}

#carousel-for-p-thum li {
    margin: 2px;
    cursor: pointer;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100% !important;
}

.woocommerce div.product div.images img {
    width: auto !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.33%;
    margin: 15px 0 0;
}

/* GutenBurg */
.wp-block-gallery{
	padding-left:0px !important;
}
.wp-block-gallery li{
	list-style:none !important;
}
/************Color Pallete*****************/
.has-strong-yellow-background-color{
	background-color:#f7bd00 !important;
}
.has-strong-white-background-color{
	background-color:#ffffff !important;
}
.has-light-black-background-color{
	background-color:#242424 !important;
}
.has-very-light-gray-background-color{
	background-color:#797979 !important;
}
.has-very-dark-black-background-color{
	background-color:#000000 !important;
}
.has-strong-yellow-color{
	color:#f7bd00 !important;
}
.has-strong-white-color{
	color:#ffffff !important;
}
.has-light-black-color{
	color:#242424 !important;
}
.has-very-light-gray-color{
	color:#797979 !important;
}
.has-very-dark-black-color{
	color:#000000 !important;
}
/******************Font Size Setting*****************/
.has-small-font-size{
	font-size:10px !important;
}
.has-normal-font-size{
	font-size:15px !important;
}
.has-large-font-size{
	font-size:24px !important;
}
.has-huge-font-size{
	font-size:36px !important;
}
/*************Common Style*************/
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
    clear: both;
}
.wp-block-separator {
    border-bottom: 1px solid #8f98a1;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 2px;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives{
	padding-left:0px;
	margin-bottom:20px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li{
	list-style:none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em;
	border-left:none;
}
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-large p, .blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.71111em;
	line-height: 1.6;
	color: #767676;
}
.wp-block-pullquote {
    border-top: 0;
    border-bottom: 0;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper{
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width:100%;
	padding-bottom: 68.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #ddd;
    line-height: 1.8;
    padding: 8px;
    vertical-align: top;
}
a.wp-block-button__link {
    color: #fff;
}
figure.wp-block-pullquote.alignleft {
    text-align: left;
    padding: 0;
    margin: 0;
}
figure.wp-block-pullquote.alignright {
    text-align: right;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.wp-block-cover__inner-container p.has-large-font-size {
    color: #fff;
}
.alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}
.with-sidebar-blog .alignfull {
    width: auto;
    margin-left: calc( 50% / .62 - 50vw);
    max-width: 100vw;
}
.with-sidebar-blog .alignfull img {
    width: auto;
}
.wp-block-cover, 
.wp-block-cover-image {
    margin-bottom: 15px;
}
.wp-block-categories-list .children {
    border-top: 0;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
}
li.col-hill.col-lg-3.col-md-3.col-sm-6:nth-child(4n) {
    margin-right: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0;
    padding: 12px;
    position: relative;
    width: 25%;
    margin-left: 0;
}

.h_pro_box_all_products.woocommerce ul.products li.product{
    width: 100%;
}

.woocommerce ul.products li.product .price del {
    color: #000;
    opacity: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 16px;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 0;
}