/*!
Theme Name: Caffemelton
Theme URI: http://www.caffemelton.ee/
Description: Custom built WordPress theme. Fully responsive, works on all devices.
Author: Tauno Poks
Version: 2.0
*/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

thead {
    background-color: #1d0902;
    color: #fff
}

table tbody tr:nth-child(odd) {
    background: #fff3e1 !important
}

.blog-post-wrapper {
    padding: 15px;
    border: 1px solid #f0f0f0;
    text-align: center;
    margin: 15px;
    margin-bottom: 30px
}

.blog-post-wrapper .blog-img-wrapper img {
    transition: transform .5s
}

.blog-post-wrapper:hover .blog-img-wrapper img {
    transition: transform .5s;
    transform: scale(1.1)
}

.blog-post-wrapper .blog-img-wrapper {
    max-height: 200px;
    margin-bottom: 15px;
    overflow: hidden
}

.blog-post-wrapper .blog-post-title {
    margin: 15px 0;
    min-height: 50px
}

.blog-post-wrapper .blog-post-description {
    min-height: 95px;
    font-size: 14px
}

.btn-primary {
    background-color: #e1770f !important;
    border-color: #e1770f !important;
    color: #fff
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #1d0902 !important;
    border-color: #1d0902 !important;
    color: #fff
}

.btn {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    padding: 12px 15px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

@media only screen {
    *,
    :after,
    :before {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }
    ::-moz-selection {
        background: #1d0902;
        color: #1d0902
    }
    ::-webkit-selection {
        background: #1d0902;
        color: #fff
    }
    ::-ms-selection {
        background: #1d0902;
        color: #fff
    }
    ::-o-selection {
        background: #1d0902;
        color: #fff
    }
    ::selection {
        background: #1d0902;
        color: #fff
    }
    body {
        font-family: Poppins, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #1d0902
    }
    body * {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        -o-font-smoothing: antialiased
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 40px;
        font-weight: 400;
        color: #1d0902;
        line-height: 1;
        margin: 0 0 15px 0
    }
    h2 {
        font-size: 35px
    }
    h3 {
        font-size: 30px
    }
    h4 {
        font-size: 25px
    }
    h5 {
        font-size: 20px
    }
    h6 {
        font-size: 16px
    }
    p {
        font-family: Poppins, sans-serif;
        margin: 0 0 17px 0
    }
    em {
        font-style: italic;
        color: #777;
        border-bottom: 1px dotted #ccc
    }
    strong {
        font-weight: 700
    }
    blockquote {
        padding: 10px 0 10px 25px;
        border-left: 2px solid #efefef;
        color: #777;
        margin: 0 0 15px 0
    }
    ul {
        margin-bottom: 20px;
        list-style: none;
        padding-left: 0
    }
    table {
        width: 100%;
        border-collapse: collapse;
        color: #1d0902;
        margin-bottom: 30px
    }
    table tbody tr:nth-child(odd) {
        background: #f7f9fb
    }
    table tbody tr:nth-child(even) {
        background: #fff
    }
    table tbody tr td,
    table tbody tr th {
        text-align: left;
        padding: 5px 10px
    }
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    input[type=url] {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 7px);
        padding: .375rem .75rem;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #181818;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ddd;
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }
    input[type=email]:active,
    input[type=email]:focus,
    input[type=number]:active,
    input[type=number]:focus,
    input[type=password]:active,
    input[type=password]:focus,
    input[type=tel]:active,
    input[type=tel]:focus,
    input[type=text]:active,
    input[type=text]:focus,
    input[type=url]:active,
    input[type=url]:focus {
        background: #e1770f;
        color: #1d0902
    }
    input[type=checkbox],
    input[type=radio] {
        display: inline-block;
        width: auto;
        margin-bottom: 12px;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-right: 10px
    }
    textarea {
        display: block;
        width: 100%;
        padding: 6px 10px;
        border: none;
        background: #fff;
        margin-bottom: 12px;
        font-size: 14px;
        outline: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #1d0902
    }
    textarea:active,
    textarea:focus {
        background: #e1770f;
        color: #1d0902
    }
    input:-moz-placeholder {
        color: #1d0902
    }
    input:-ms-input-placeholder {
        color: #1d0902
    }
    input::-webkit-input-placeholder {
        color: #1d0902
    }
    input::-moz-placeholder {
        color: #1d0902
    }
    textarea:-moz-placeholder {
        color: #1d0902
    }
    textarea:-ms-input-placeholder {
        color: #1d0902
    }
    textarea::-webkit-input-placeholder {
        color: #1d0902
    }
    textarea::-moz-placeholder {
        color: #1d0902
    }
    input:focus:-moz-placeholder {
        color: #1d0902
    }
    input:focus:-ms-input-placeholder {
        color: #1d0902
    }
    input:focus::-webkit-input-placeholder {
        color: #1d0902
    }
    input:focus::-moz-placeholder {
        color: #1d0902
    }
    textarea:focus:-moz-placeholder {
        color: #1d0902
    }
    textarea:focus:-ms-input-placeholder {
        color: #1d0902
    }
    textarea:focus::-webkit-input-placeholder {
        color: #1d0902
    }
    textarea:focus::-moz-placeholder {
        color: #1d0902
    }
    select {
        padding: 6px;
        border: 1px solid #ccc;
        margin-bottom: 12px;
        font-size: 13px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        width: 100%
    }
    select.orderby {
        width: auto
    }
    img {
        max-width: 100%;
        height: auto;
        border: none;
        vertical-align: middle
    }
    .error {
        color: #e1770f;
        padding: 50px 0
    }
    .gform_wrapper {
        background: #1d0902;
        padding: 25px;
        margin-top: 30px;
        clear: both
    }
    .gform_wrapper .error {
        display: block;
        padding: 10px;
        background: #ff3d3d;
        color: #fff
    }
    .gform_wrapper .gform_footer {
        position: relative;
        text-align: right
    }
    #gforms_confirmation_message {
        background: #1d0902;
        color: #e1770f;
        padding: 20px;
        margin-top: 10px
    }
    .gform_ajax_spinner {
        position: absolute;
        right: 100px;
        top: 5px
    }
    .gform_fields {
        position: relative;
        list-style: none;
        padding: 0
    }
    .gform_fields .validation_message {
        display: none
    }
    .gform_fields .gfield_error input {
        border: 1px solid #ff3d3d;
        -moz-box-shadow: 0 0 3px #ff3d3d;
        -webkit-box-shadow: 0 0 3px #ff3d3d;
        box-shadow: 0 0 3px #ff3d3d
    }
    .gmnoprint img {
        max-width: none
    }
    a {
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .alignnone {
        margin: 5px 40px 20px 0
    }
    .aligncenter {
        display: block;
        margin: 5px auto 5px auto
    }
    .alignright {
        float: right;
        margin: 0 0 15px 40px
    }
    .alignleft {
        float: left;
        margin: 0 40px 15px 0
    }
    .aligncenter {
        display: block;
        margin: 0 auto 15px auto
    }
    .wp-caption {
        width: 100% !important;
        background: #fafafa;
        border: 1px solid #e2e2e2;
        padding: 5px;
        text-align: center
    }
    .wp-caption p.wp-caption-text {
        font-size: 11px;
        margin: 0;
        padding: 5px 0 0 0
    }
    .center {
        text-align: center
    }
    .left {
        float: left
    }
    .right {
        float: right
    }
    .nivo-lightbox-theme-default .nivo-lightbox-close {
        width: 30px !important;
        height: 30px !important;
        background: url(images/icons/icon-close.png) no-repeat center center !important;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important
    }
    .container {
        margin: 0 auto;
        width: 1070px
    }
    .container:after,
    .container:before {
        content: "";
        display: table
    }
    .container:after {
        clear: both
    }
    .button {
        background: #e1770f;
        border: 1px solid #e1770f;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 7px 15px;
        color: #fff;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        font-size: 14px
    }
    .woocommerce.single-product .product .button {
        height: 46px
    }
    .woocommerce.single-product .product .related .button {
        height: auto
    }
}

@media only screen and (max-width:767px) {
    .left,
    .right {
        float: none
    }
    h1 {
        font-size: 32px
    }
    h2 {
        font-size: 28px
    }
    h3 {
        font-size: 25px
    }
    h4 {
        font-size: 22px
    }
    h5 {
        font-size: 18px
    }
    h6 {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) {
    .product-content .gform_fields li:nth-child(-n+3) {
        width: 50%
    }
    .product-content .gform_fields li:last-child {
        position: absolute;
        top: 0;
        right: 0;
        width: 48%
    }
    .product-content .gform_fields textarea {
        height: 132px
    }
}

@media only screen and (min-width:1001px) {
    .button:hover {
        text-decoration: none !important;
        background: #1d0902 !important;
        border-color: #1d0902 !important;
        color: #fff !important
    }
}

@media only screen {
    #header {
        position: relative;
        background: #1d0902;
        padding: 10px 0;
        z-index: 2
    }
    .primary-nav {
        margin: 20px 0 10px
    }
    .primary-nav.open {
        display: block !important
    }
    .primary-nav ul {
        list-style-type: none;
        margin: 0
    }
    .primary-nav ul li a {
        text-transform: uppercase;
        color: #fff
    }
    .header-bottom {
        min-height: 215px;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important
    }
}

@media only screen and (max-width:767px) {
    #header {
        text-align: center;
        padding: 0
    }
    .primary-nav {
        display: none;
        margin: 0
    }
    .primary-nav ul {
        background: #e1770f;
        padding: 0
    }
    .primary-nav ul li {
        border-bottom: 1px solid #1d0902
    }
    .primary-nav ul li:last-child {
        border: 0
    }
    .primary-nav ul li a {
        display: block;
        padding: 5px 0
    }
    .primary-nav .current-menu-item a,
    .primary-nav .current-toote_kategooriad-ancestor a {
        color: #1d0902
    }
    .show-cat-menu {
        position: absolute;
        top: 20px;
        right: 10px;
        outline: 0;
        border: 0;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: 0 0;
        padding: 0;
        margin: 0
    }
    .hamburger {
        list-style: none;
        margin: 0;
        padding: 0;
        -moz-transition: all 233ms cubic-bezier(.5, 0, 0, 1);
        -o-transition: all 233ms cubic-bezier(.5, 0, 0, 1);
        -webkit-transition: all 233ms cubic-bezier(.5, 0, 0, 1);
        transition: all 233ms cubic-bezier(.5, 0, 0, 1)
    }
    .hamburger li {
        width: 24px;
        height: 4px;
        background: #e1770f;
        margin: 2px 0 0;
        padding: 0;
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: all 333ms cubic-bezier(.5, 0, 0, 1);
        -o-transition: all 333ms cubic-bezier(.5, 0, 0, 1);
        -webkit-transition: all 333ms cubic-bezier(.5, 0, 0, 1);
        transition: all 333ms cubic-bezier(.5, 0, 0, 1)
    }
    .checked .hamburger li.first {
        -moz-transform: rotate(-135deg) translateY(-8.5px);
        -ms-transform: rotate(-135deg) translateY(-8.5px);
        -webkit-transform: rotate(-135deg) translateY(-8.5px);
        transform: rotate(-135deg) translateY(-8.5px)
    }
    .checked .hamburger li.second {
        opacity: 0
    }
    .checked .hamburger li.third {
        -moz-transform: rotate(135deg) translateY(8.5px);
        -ms-transform: rotate(135deg) translateY(8.5px);
        -webkit-transform: rotate(135deg) translateY(8.5px);
        transform: rotate(135deg) translateY(8.5px)
    }
    .header-bottom {
        min-height: 100px
    }
    .single-tooted .menu-item-object-toote_kategooriad a {
        color: #1d0902
    }
}

@media only screen and (min-width:768px) {
    .show-cat-menu {
        display: none
    }
    .primary-nav ul {
        float: right
    }
    .primary-nav ul li {
        float: left;
        position: relative
    }
    .primary-nav ul li a {
        padding-left: 20px;
        font-size: 14px;
        font-weight: 500
    }
    .primary-nav .current-menu-item a,
    .primary-nav .current-toote_kategooriad-ancestor a {
        color: #e1770f
    }
    .primary-nav .current-menu-item .dropdown-menu a {
        color: #fff
    }
    .single-tooted .menu-item-object-toote_kategooriad a {
        color: #e1770f
    }
    .aws-container .aws-search-field {
        background-color: transparent;
        border-color: #674b3b !important
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    #header {
        padding: 10px 20px
    }
    .primary-nav ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width:1001px) {
    .primary-nav a:hover {
        color: #e1770f !important
    }
}

@media only screen {
    .slider {
        overflow: hidden
    }
    .slider .item {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important
    }
    .slider-inner {
        padding: 100px 0
    }
    .slider-inner h1 {
        font-size: 54px;
        font-weight: 900;
        text-shadow: 0 3px 2px rgba(0, 0, 0, .25);
        color: #fff;
        margin-bottom: 40px
    }
    .slider-inner p {
        font-size: 20px;
        font-weight: 400;
        color: #fff
    }
    .slider-inner .slider-text {
        margin-bottom: 40px
    }
    .slider-inner .button {
        font-size: 18px
    }
    .categories {
        position: relative
    }
    .categories ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }
    .categories ul.children {
        display: block;
        position: absolute;
        left: 50%;
        top: 100%;
        width: 300px;
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: hidden;
        background: #e1770f;
        padding: 10px 0;
        margin-left: -150px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .categories ul.children li {
        color: #fff
    }
    .categories ul.children li a {
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 1;
        text-transform: capitalize;
        padding: 10px 25px;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out
    }
    .categories ul li a {
        display: block;
        font-size: 17px;
        text-transform: uppercase;
        color: #fff
    }
    .categories .categories-inner {
        width: 100%;
        background: #1d0902;
        padding: 0 50px;
        z-index: 9
    }
    .categories .categories-inner:after,
    .categories .categories-inner:before {
        content: "";
        display: table
    }
    .categories .categories-inner:after {
        clear: both
    }
    .categories .categories-inner span {
        color: #e1770f
    }
    .categories .container {
        position: relative
    }
    .categories .product-categories>li {
        position: relative
    }
    .product-categories a {
        font-family: 'Noto Sans', sans-serif
    }
    .discount-heading {
        margin: 85px 0 50px;
        font-weight: 600;
        font-family: Poppins, sans-serif
    }
    .discount-products {
        list-style-type: none;
        padding: 0;
        margin-bottom: 60px
    }
    .discount-products h3 {
        font-size: 21px
    }
    .discount-products h3 a {
        color: #3b1e02
    }
    .discount-products img {
        margin-bottom: 25px
    }
    .discount-products .product {
        position: relative;
        text-align: center;
        padding: 35px 10px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    .price {
        font-size: 26px;
        color: #e1770f
    }
    .home .look-up {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: rgba(0, 0, 0, .15);
        zoom: 1 !important;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        zoom: 1;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        margin-top: -24px
    }
    .home .look-up-btn {
        display: inline-block;
        position: absolute;
        top: 52%;
        width: 70%;
        left: 0;
        right: 0;
        font-size: 18px;
        text-transform: uppercase;
        border-bottom: 3px solid rgba(0, 0, 0, .4);
        background: #fff;
        color: #e1770f;
        padding: 10px 25px;
        margin: -24px auto 0
    }
    .latest-news {
        background: #eee;
        margin-bottom: 35px
    }
    .latest-news h2 {
        margin-bottom: 40px
    }
    .latest-news h3 {
        margin: 0
    }
    .latest-news h3 span {
        font-size: 16px;
        font-weight: 700;
        border-bottom: 2px solid #e1770f
    }
    .latest-news h3 a {
        line-height: 25px;
        font-size: 20px;
        font-weight: 300;
        color: #1d0902
    }
    .latest-news ul {
        list-style-type: none;
        padding: 0;
        margin-bottom: 40px
    }
    .latest-news ul li {
        margin-bottom: 5px
    }
    .latest-news ul li:after,
    .latest-news ul li:before {
        content: "";
        display: table
    }
    .latest-news ul li:after {
        clear: both
    }
    .latest-news a {
        font-family: Poppins, sans-serif
    }
    .latest-news .button {
        border: 2px solid #e1770f
    }
    .content {
        margin: 60px 0 40px
    }
    .sidebar ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }
    .sidebar ul.banners {
        margin-bottom: 40px
    }
    .sidebar .gform_wrapper {
        padding: 30px 30px 0 30px;
        margin: 0
    }
    .sidebar .gform_wrapper .gform_footer {
        text-align: left
    }
    .sidebar .gform_wrapper .button {
        padding: 5px 10px
    }
    .sidebar #gforms_confirmation_message {
        padding: 30px 30px 0 30px
    }
    .sidebar .banner {
        margin-bottom: 20px
    }
    .sidebar-menu {
        background: #1d0902;
        padding: 20px;
        margin-bottom: 20px
    }
    .sidebar-menu:after,
    .sidebar-menu:before {
        content: "";
        display: table
    }
    .sidebar-menu:after {
        clear: both
    }
    .sidebar-menu h3 {
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        border-bottom: 1px solid #3a1305;
        padding-bottom: 15px
    }
    .sidebar-menu .product-categories {
        margin-bottom: 40px
    }
    .sidebar-menu .product-categories li a {
        font-family: Poppins, sans-serif;
        color: #fff
    }
    .sidebar-menu .product-categories>li.current-cat,
    .sidebar-menu .product-categories>li.current-cat-parent {
        background: #e1770f
    }
    .sidebar-menu .product-categories>li.current-cat .children,
    .sidebar-menu .product-categories>li.current-cat-parent .children {
        display: block
    }
    .sidebar-menu .product-categories>li>a {
        display: block;
        font-size: 16px;
        padding: 5px 10px
    }
    .sidebar-menu .children {
        display: none;
        background: #1d0902;
        padding: 10px 20px;
        line-height: 32px
    }
    .sidebar-menu .children .current-cat a {
        color: #e1770f
    }
    .sidebar-menu .info {
        list-style-type: none;
        padding: 0 30px
    }
    .sidebar-menu .info li {
        color: #e1770f
    }
    .sidebar-menu .info li a {
        color: #e1770f
    }
    .sidebar-menu .info .fa {
        color: #fff;
        margin-right: 15px
    }
    .sidebar-menu .info .fa-phone {
        position: relative;
        top: 2px;
        font-size: 20px
    }
    .blog .product-categories,
    .single-post .product-categories {
        margin-bottom: 0
    }
    .main-content h1 {
        font-size: 42px;
        margin-bottom: 55px;
        font-weight: 600;
        position: relative
    }
    h1:after {
        content: '';
        display: block;
        width: 52px;
        height: 3px;
        background: #e1770f;
        margin: 4px 0 0
    }
    .main-content a {
        color: #e1770f
    }
    .main-content .tax-desc {
        margin-bottom: 25px
    }
    .main-content .id {
        display: none
    }
    .main-content .news,
    .main-content .products {
        list-style-type: none;
        padding: 0;
        margin: 0
    }
    .main-content .news li,
    .main-content .products li {
        border-bottom: 7px solid #e1770f;
        background: #1d0902;
        padding: 30px;
        margin-bottom: 40px
    }
    .main-content .news li:after,
    .main-content .news li:before,
    .main-content .products li:after,
    .main-content .products li:before {
        content: "";
        display: table
    }
    .main-content .news li:after,
    .main-content .products li:after {
        clear: both
    }
    .main-content .news img,
    .main-content .products img {
        border: 1px solid #f6f5f5
    }
    .main-content .news p,
    .main-content .products p {
        font-size: 14px;
        color: #fff
    }
    .main-content .news a,
    .main-content .products a {
        color: #e1770f
    }
    .main-content .news h3 a,
    .main-content .products h3 a {
        font-size: 29px
    }
    .main-content .news .look-up,
    .main-content .products .look-up {
        float: right
    }
    .main-content .news .look-up-btn,
    .main-content .products .look-up-btn {
        font-size: 18px
    }
    .main-content .price {
        display: block;
        margin-bottom: 30px
    }
    .single-tooted .main-content img {
        margin-bottom: 20px
    }
    .product-img ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }
    .product-img ul li {
        width: 80px;
        float: left;
        margin: 0 5px
    }
    .product-img ul li:first-child {
        width: 100%
    }
    .product-img ul li:first-child a {
        width: 100%;
        min-height: 320px;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important
    }
    .product-img ul li a {
        display: inline-block;
        width: 80px;
        min-height: 80px;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important
    }
    ul.tabs {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 100%
    }
    ul.tabs li {
        float: left;
        cursor: pointer;
        text-transform: uppercase;
        background-color: #bbb;
        color: #fff;
        overflow: hidden;
        position: relative;
        padding: 10px 20px;
        margin-right: 1px;
        border-top: 3px solid #fff;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }
    ul.tabs li.active {
        background-color: #e1770f;
        display: block
    }
    .tab_container {
        clear: both;
        float: left;
        width: 100%;
        background: #1d0902;
        color: #fff;
        overflow: auto;
        margin-bottom: 30px
    }
    .tab_content {
        padding: 30px;
        display: none
    }
    .tab_drawer_heading {
        display: none
    }
    #order {
        clear: both
    }
    .order-btn {
        display: inline-block;
        background: #e1770f;
        color: #fff !important;
        margin-bottom: 20px
    }
    .navigation a {
        color: #e1770f
    }
}

@media only screen and (max-width:767px) {
    .slider-inner {
        padding: 30px 15px 70px 15px
    }
    .slider-inner h1 {
        font-size: 32px;
        margin-bottom: 20px
    }
    .slider-inner p {
        font-size: 16px;
        line-height: 20px
    }
    .slider-inner .button {
        font-size: 14px
    }
    .slider .owl-buttons div {
        width: 45px !important;
        height: 55px;
        bottom: 10px !important;
        top: auto !important;
        left: auto;
        right: 10px
    }
    .slider .owl-next {
        background: #e1770f url(images/icons/icon-arrow-right-white-mobile.png) no-repeat center center !important
    }
    .slider .owl-prev {
        right: 56px !important;
        background: #e1770f url(images/icons/icon-arrow-left-white-mobile.png) no-repeat center center !important
    }
    .categories .categories-inner {
        text-align: center;
        padding: 10px 00px
    }
    .categories .open+.children {
        position: relative;
        width: 100% !important;
        left: 0;
        right: 0;
        margin-left: 0 !important;
        margin-bottom: 15px
    }
    .categories ul li a {
        display: block
    }
    .categories .product-categories>li>a {
        padding: 5px 0
    }
    .discount-heading {
        margin: 40px 20px 20px 20px
    }
    .discount-products {
        margin: 0
    }
    .latest-news-inner {
        padding: 30px 20px
    }
    .sidebar-menu {
        padding: 20px 0
    }
    .sidebar-menu .product-categories>li>a {
        padding: 5px 20px
    }
    .sidebar-menu .info {
        padding: 0 20px
    }
    .sidebar {
        margin-bottom: 25px
    }
    .sidebar ul.banners {
        margin: 20px 0
    }
    .content {
        margin: 20px 0
    }
    .main-content h1 {
        font-size: 32px
    }
    .main-content .news li,
    .main-content .products li {
        text-align: center
    }
    .main-content .news h3,
    .main-content .products h3 {
        line-height: 18px;
        margin: 20px 0
    }
    .main-content .news h3 a,
    .main-content .products h3 a {
        font-size: 20px
    }
    .tabs {
        display: none
    }
    .tab_drawer_heading {
        background-color: #bbb;
        color: #fff !important;
        font-size: 20px;
        text-transform: uppercase;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .tab_content {
        padding: 30px 15px
    }
    .d_active {
        background-color: #e1770f
    }
    .product-content {
        clear: both
    }
    .order-btn {
        margin: 20px 0
    }
}

@media only screen and (max-width:1000px) {
    .slider-inner h1 {
        word-break: break-word
    }
    .categories span {
        display: none
    }
    .categories ul li a {
        font-size: 16px
    }
    .categories .open+.children {
        top: 87%;
        width: 220px;
        visibility: visible;
        margin-left: -110px
    }
    .content {
        padding: 0 20px
    }
    .sidebar .gform_wrapper {
        padding: 25px 20px 0 20px
    }
}

@media only screen and (min-width:768px) {
    .slider {
        max-height: 500px
    }
    .slider .item {
        min-height: 500px
    }
    .slider-inner {
        padding: 100px 50px
    }
    .categories ul.children:before {
        content: '';
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        line-height: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #e1770f;
        top: -20px;
        left: 50%;
        margin-left: -10px
    }
    .categories .categories-inner {
        position: absolute;
        top: 15px
    }
    .categories .categories-inner span {
        line-height: 75px;
        float: left;
        padding-right: 20px
    }
    .categories .product-categories>li {
        line-height: 75px;
        float: left;
        padding: 0 20px
    }
    .categories .product-categories>li:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -2px;
        height: 2px;
        width: 7px;
        border: 1px solid #fff;
        color: #fff
    }
    .categories .product-categories>li:last-of-type:after {
        display: none
    }
    .discount-heading,
    .discount-products {
        padding: 0 0
    }
    .latest-news {
        padding: 50px 0
    }
    .latest-news .latest-news-inner {
        padding: 0 50px
    }
    .sidebar {
        width: 30%;
        padding-right: 30px
    }
    .sidebar .banner {
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important
    }
    .main-content,
    .sidebar {
        float: left
    }
    .main-content {
        width: 100%
    }
    .blog .main-content {
        width: 70%
    }
    .main-content .products .info {
        padding-left: 15px
    }
    .single-tooted .product-img {
        width: 50%;
        float: right;
        padding-right: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .slider-inner h1 {
        font-size: 40px
    }
    .sidebar-menu .product-categories>li>a {
        padding: 5px 20px
    }
    .sidebar-menu .info {
        padding: 0 20px
    }
    .sidebar-menu .info li a {
        word-break: break-all
    }
    .main-content {
        padding: 0 0 0 20px !important
    }
}

@media only screen and (min-width:1001px) {
    .categories .product-categories>li:hover .children {
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        visibility: visible;
        z-index: 999
    }
    .categories .product-categories>li>a:hover {
        color: #e1770f
    }
    .categories .children a:hover {
        background: #e88d33
    }
    .home .product:hover .look-up {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        zoom: 1
    }
    .latest-news a:hover {
        color: #e1770f
    }
    .sidebar-menu .product-categories>li>a:hover {
        background: #e1770f
    }
    .sidebar-menu .children li a:hover {
        color: #e1770f
    }
    .sidebar-menu .info li a:hover {
        text-decoration: underline
    }
    .main-content a:hover {
        text-decoration: underline
    }
    .main-content .news a:hover,
    .main-content .products a:hover {
        text-decoration: underline
    }
    ul.tabs li:hover {
        border-top: 3px solid #1d0902
    }
    .navigation a:hover {
        text-decoration: underline
    }
}

@media only screen {
    .footer-bottom {
        font-size: 14px;
        background-color: #1d0902;
        color: #fff;
        padding: 50px 0;
        display: block;
        width: 100%
    }
    .footer-bottom ul {
        list-style: none;
        padding-left: 0
    }
    .footer-bottom:after,
    .footer-bottom:before {
        content: "";
        display: table
    }
    .footer-bottom:after {
        clear: both
    }
    .footer-bottom h2 {
        font-size: 18px;
        color: #e1770f;
        margin-bottom: 5px
    }
    .footer-bottom p {
        margin: 0
    }
    .footer-bottom .sub-menu {
        display: none
    }
    .footer-bottom .textwidget {
        line-height: 32px
    }
    .footer-bottom i.fa {
        color: #e1770f
    }
    .footer-bottom a {
        color: #fff;
        font-family: Poppins, sans-serif;
        line-height: 32px
    }
    .footer-bottom .last a {
        font-size: 12px
    }
    #copyright {
        background-color: #100501;
        padding: 15px 0;
        color: #584741;
        font-family: Poppins, sans-serif;
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .footer-bottom {
        text-align: center;
        padding: 30px 20px
    }
    .footer-bottom .container div {
        margin: 10px 0
    }
}

@media only screen and (min-width:768px) {
    .footer-bottom .last {
        text-align: right
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    .footer-bottom .last {
        padding-right: 20px
    }
    .footer-bottom .container div {
        padding: 0 20px;
        word-break: break-word
    }
}

@media only screen and (min-width:1001px) {
    .footer-bottom a:hover {
        color: #e1770f
    }
}

.row:after,
.row:before {
    content: "";
    display: table
}

.row:after {
    clear: both
}

[class*=col-] {
    float: left
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

@media only screen and (max-width:767px) {
    [class*=col-] {
        float: none;
        width: 100%
    }
}

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff?v=4.1.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571428572em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-asc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-desc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-mail-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.grabbing {
    cursor: url(images/icons/icon-grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-controls {
    height: 0;
    text-align: center
}

.owl-buttons div {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 35%;
    width: 60px;
    height: 45px;
    zoom: 1;
    padding: 3px 10px;
    font-size: 12px;
    filter: Alpha(Opacity=70);
    opacity: .7;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.owl-pagination {
    position: relative;
    bottom: 50px
}

.slider .owl-buttons div {
    top: 50%;
    width: 30px;
    margin-top: -30px;
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    zoom: 1
}

.slider .owl-prev {
    background: url(images/icons/icon-arrow-left-white.png) no-repeat center center
}

.slider .owl-next {
    background: url(images/icons/icon-arrow-right-white.png) no-repeat center center
}

.owl-prev {
    background: url(images/icons/icon-arrow-left.png) no-repeat center center
}

.owl-next {
    background: url(images/icons/icon-arrow-right.png) no-repeat center center
}

.owl-page {
    display: inline-block;
    zoom: 1
}

.owl-page.active span {
    background: #1d0902
}

.owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: inline-block;
    width: 100%
}

.woocommerce .products .archive-img-wrap {
    height: 190px;
    position: relative
}

.woocommerce .products .archive-img-wrap img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.2% 20px 0;
    padding: 0;
    position: relative;
    width: 30%;
    margin-left: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    text-align: center;
    min-height: 365px;
    border: 1px solid #ddd;
    padding: 10px
}

.woocommerce .related ul.products li.product {
    float: left;
    margin: 0 5% 2.992em 0 !important;
    padding: 0;
    position: relative;
    width: 21%;
    margin-left: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    text-align: center;
    min-height: 335px;
    border: 1px solid #ddd;
    padding: 10px
}

.woocommerce .related ul.products li.product:last-child {
    margin-right: 0 !important
}

.woocommerce ul.products li.product img {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.woocommerce ul.products li.product .price {
    font-size: 20px;
    color: #e1770f;
    display: block;
    font-weight: 700;
    margin-bottom: 15px
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    display: block;
    font-size: 14px
}

a.added_to_cart {
    width: 100%;
    display: block;
    font-size: 14px;
    background-color: #1d0902;
    color: #fff;
    padding: 8px 15px
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none
}

.woocommerce ul.products li.product:hover .woocommerce-product-grid-wrapper,
.woocommerce ul.products li.product:hover img {
    opacity: .7
}

.woocommerce .sidebar {
    width: 100%;
    padding-right: 30px
}

.woo-product-title-wrapper {
    min-height: 80px
}

h2.woocommerce-loop-product__title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    color: #1d0902;
    margin-top: 5px;
    position: relative
}

nav.woocommerce-breadcrumb {
    background: #1d0902;
    padding: 10px 0;
    margin-bottom: 35px;
    font-size: 14px;
    color: #fff
}

nav.woocommerce-breadcrumb a {
    color: #e1770f;
    margin-right: 5px
}

.woocommerce-pagination {
    float: left;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
    vertical-align: middle;
    padding-left: 0;
    margin-bottom: 25px
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
    display: inline-block
}

.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #e1770f;
    border-color: #e1770f;
    color: #fff
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: .3342343017em .875em;
    background-color: rgba(0, 0, 0, .025);
    color: #1d0902
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce-products-header__title {
    font-weight: 600
}

.page-template-checkout.woocommerce-checkout .main-content {
    width: 100%;
    padding: 0;
    font-size: 14px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout .shop_table_responsive,
.woocommerce-checkout .wc-complete-wrap .wc-wide-column,
.woocommerce-checkout .wc-complete-wrap .woocommerce-bacs-bank-details,
.woocommerce-checkout .woocommerce-cart-wrap .cross-sells {
    width: calc(100% - 50% - 50px);
    float: left
}

.wc-side-column,
.woocommerce-checkout .wc-order-review {
    width: 50%;
    float: right
}

.wpmenucart-contents {
    background: #e1770f;
    padding: 12px 15px;
    padding-left: 10px !important;
    margin-left: 17px;
    color: #1d0902 !important
}

.primary-nav a.wpmenucart-contents:hover {
    color: #1d0902 !important
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce-Tabs-panel h2 {
    display: none
}

.row {
    width: 100%
}

.footer-bottom h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 35px;
    font-family: Poppins, sans-serif
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce .product_title {
    color: #1d0902;
    font-size: 40px;
    font-weight: 600;
    margin: 35px 0
}

.woocommerce .product_meta .tagged_as,
.woocommerce-additional-fields h3 {
    display: none
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 46px
}

.quantity input.qty {
    display: inline;
    float: left;
    vertical-align: middle;
    width: 40px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.screen-reader-text {
    display: none
}

.woocommerce .item-description {
    font-size: 14px;
    margin-bottom: 35px;
    display: block;
    padding-right: 25px
}

.woocommerce.single-product .price {
    font-weight: 600
}

.woocommerce .product_meta {
    display: block;
    margin: 35px 0;
    font-size: 14px
}

.woocommerce .product_meta a {
    color: #e1770f
}

hr {
    border-color: #000
}

.woocommerce .related.products {
    margin: 35px 0
}

.woocommerce .related.products>h2 {
    color: #1d0902;
    font-size: 26px;
    font-weight: 600;
    margin: 35px 0
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    background-color: #fff
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #000
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #e1770f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: .9em;
    height: .9em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .25);
    cursor: pointer;
    background: #e7e7e7;
    outline: 0;
    top: -.3em
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em
}

.price_slider_amount {
    text-align: left;
    line-height: 2.4em;
    font-size: .8751em;
    clear: both
}

.price_label {
    clear: both;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
    float: right;
    margin-top: 17px
}

.ui-slider-horizontal {
    height: .5em
}

.ui-slider {
    position: relative;
    text-align: left
}

.price_slider_amount .button {
    margin-top: 10px;
    height: auto;
    padding: 8px 15px
}

.aws-container {
    margin-top: -10px;
    margin-left: 15px
}

.aws-container .aws-search-form .aws-form-btn {
    background-color: transparent !important;
    border-color: #674b3b !important
}

.aws-container .aws-search-form .aws-search-btn_icon {
    color: #fff !important;
    fill: #e1770f !important;
    width: 42px !important
}

.aws-container .aws-search-form .aws-search-btn svg {
    width: 42px !important
}

.aws-container .aws-search-field:focus {
    background-color: transparent !important;
    color: #fff
}

.term-description {
    font-size: 14px;
    padding: 35px 0
}

#qualities-wrapper {
    background-color: #fff3e1;
    padding: 35px 150px;
    position: relative
}

#partners {
    padding: 50px 0 80px;
    background-color: #fff3e1
}

#qualities-wrapper:after {
    content: "";
    position: absolute;
    left: -7px;
    padding-bottom: 8.8%;
    width: 50%;
    transform-origin: 0 0;
    transform: rotate(-5deg) skewX(80deg);
    z-index: 5;
    background-color: #fff3e1
}

#qualities-wrapper .single-quality-wrapper {
    padding: 25px;
    position: relative;
    z-index: 10
}

#qualities-wrapper .single-quality-wrapper .quality-title {
    margin: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif
}

#qualities-wrapper .single-quality-wrapper .quality-desc {
    font-size: 14px
}

#qualities-wrapper .single-quality-wrapper .quality-img {
    max-width: 190px;
    opacity: .8
}

.text-center {
    text-align: center
}

.grid {
    max-width: 100%;
    max-height: 800px;
    overflow: hidden
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 50%
}

.masonry-wrapper {
    padding: 5px;
    opacity: 1;
    transition: all .5s ease
}

.masonry-with-columns a.grid-item {
    opacity: 1;
    transition: all .5s ease
}

.masonry-with-columns a.grid-item:hover {
    opacity: .6
}

.masonry-title {
    position: absolute;
    top: -25px;
    color: #1d0902;
    font-size: 26px;
    font-weight: 700;
    font-family: Poppins;
    left: 30px;
    text-transform: uppercase
}

.masonry-title .masonry-description {
    font-weight: 400;
    font-size: 14px;
    color: #888
}

#categories-wrapper {
    margin: 70px 0 50px
}

.front-product-name a {
    color: #181818;
    font-weight: 700
}

#customer_details,
#order_review {
    background-color: #fff3e1;
    padding: 15px
}

.woocommerce .wc_payment_methods {
    background-color: #fff;
    padding: 15px
}

#customer_details label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block
}

#billing_country_field {
    display: none
}

li.cat-item.cat-parent {
    position: relative
}

li.cat-item.cat- .woo-menu-toggle:hover,
li.cat-item.cat-parent .woo-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    font-size: 23px;
    cursor: pointer;
    width: 74%;
    text-align: right;
    margin-left: 100px
}

li.cat-item.cat-parent .woo-menu-toggle i.fa {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    top: -4px;
    position: relative;
    color: #e1770f
}

li.cat-item.cat-parent.current-cat .woo-menu-toggle i.fa,
li.cat-item.cat-parent.current-cat .woo-menu-toggle:hover i.fa,
li.cat-item.cat-parent.current-cat-parent .woo-menu-toggle i.fa,
li.cat-item.cat-parent.current-cat-parent .woo-menu-toggle:hover i.fa {
    color: #1d0902
}

li.cat-item.cat-parent:hover .woo-menu-toggle i.fa {
    color: #1d0902
}

li.cat-item.cat-parent .woo-menu-toggle:hover i.fa {
    color: #e1770f
}

.gform_heading h3.gform_title {
    color: #fff
}

.gform_body input {
    margin-bottom: 6px
}

.woocommerce .price del,
.woocommerce .price del span {
    color: #999;
    font-weight: 400
}

.woocommerce .price ins,
.woocommerce .price ins span {
    color: #d50000
}

.woocommerce span.onsale {
    position: absolute;
    background: #d50000;
    top: -1px;
    left: -1px;
    padding: 10px;
    z-index: 99;
    font-size: 14px;
    color: #fff;
    font-weight: 600
}

.masonry-with-columns {
    display: flex;
    margin-left: 15px;
    flex-wrap: wrap
}

.masonry-with-columns a.grid-item {
    height: 350px;
    line-height: 150px;
    background: #fff3e1;
    color: #fff;
    margin: 0 1rem 1rem 0;
    text-align: center;
    font-family: system-ui;
    font-weight: 900;
    font-size: 2rem;
    flex: 1 0 auto;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.masonry-with-columns a.grid-item:nth-child(1) {
    width: 235px
}

.masonry-with-columns a.grid-item:nth-child(2) {
    width: 445px
}

.masonry-with-columns a.grid-item:nth-child(3) {
    width: 390px
}

.masonry-with-columns a.grid-item:nth-child(4) {
    width: 287px
}

.masonry-with-columns a.grid-item:nth-child(5) {
    width: 162px
}

.masonry-with-columns a.grid-item:nth-child(6) {
    width: 169px
}

.masonry-with-columns a.grid-item:nth-child(7) {
    width: 416px
}

.masonry-with-columns a.grid-item:nth-child(8) {
    width: 345px
}

.masonry-with-columns a.grid-item:nth-child(9) {
    width: 151px
}

.masonry-with-columns a.grid-item:nth-child(10) {
    width: 340px
}

.masonry-with-columns div.grid-item:nth-child(11) {
    width: 344px
}

.masonry-with-columns div.grid-item:nth-child(12) {
    width: 119px
}

.masonry-with-columns div.grid-item:nth-child(13) {
    width: 297px
}

.masonry-with-columns div.grid-item:nth-child(14) {
    width: 236px
}

.masonry-with-columns div.grid-item:nth-child(15) {
    width: 73px
}

.scroll-top.on {
    right: 10px;
    opacity: 1;
    z-index: 1099
}

.scroll-top {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.navbar-nav .dropdown-menu {
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #e1770f;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #e1770f;
    border: 1px solid rgba(0, 0, 0, .15)
}

.navbar-nav .dropdown-menu:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 7px 7.5px;
    border-color: transparent transparent #e1780f transparent;
    position: absolute;
    content: "";
    left: 25px;
    right: 0;
    top: -5px
}

.navbar-nav .dropdown-menu li {
    display: block;
    width: 100%
}

.navbar-nav .dropdown-menu li a {
    padding: 6px 15px;
    display: block
}

.navbar-nav .dropdown-menu .current-menu-item a,
.navbar-nav .dropdown-menu li a:focus,
.navbar-nav .dropdown-menu li a:hover {
    color: #1d0902 !important
}

.aws-search-result .aws_result_title,
.aws-search-result .aws_search_more a {
    color: #e1770f !important
}

.product-template-default .product {
    position: relative
}

.product-template-default .product span.onsale {
    right: 0;
    left: auto
}

.footer-top {
    background-color: #e1770f;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: 700
}

@media only screen and (max-width:1000px) {
    .owl-prev {
        left: 10px
    }
    .owl-next {
        right: 10px
    }
}

@media only screen and (min-width:1001px) {
    .slider .owl-prev {
        left: 20px
    }
    .slider .owl-next {
        right: 20px
    }
    .owl-prev {
        left: -50px
    }
    .owl-next {
        right: -50px
    }
    .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    -ms-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    -ms-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.woocommerce-product-gallery__image {
    padding: 0 25px
}

.partners {
    text-align: center
}

.partners img {
    max-height: 116px;
    display: inline-block;
    position: relative
}

#top-bar {
    background-color: #e1770f;
    padding: 10px 0;
    color: #fff;
    text-align: center
}

.discount-products .product .price {
    font-size: 20px;
    font-weight: 700
}

.button.wc-backward {
    background-color: #362b1f;
    border-color: #362b1f;
    color: #fff
}

.stock.out-of-stock {
    color: #c12020;
    font-weight: 700
}

.stock.in-stock {
    color: #039a4d;
    font-weight: 700
}

.cn-button.wp-default {
    color: #fff;
    background: #e1770f !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.products .product .button {
    width: 100%;
    display: block
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@media only screen and (max-width:1280px) {
    #qualities-wrapper {
        padding: 35px 50px
    }
}

@media only screen and (max-width:1180px) {
    .owl-prev {
        left: 0
    }
    .owl-next {
        right: 0
    }
}

@media only screen and (max-width:1070px) {
    .discount-heading,
    .discount-products {
        padding: 0 15px
    }
    .container {
        padding: 0 15px
    }
}

@media only screen and (max-width:998px) {
    .footer-bottom .container div {
        padding: 0
    }
    .footer-bottom {
        padding: 50px 25px
    }
    #copyright {
        text-align: center
    }
    .col-2.partners {
        width: 33.33%;
        margin-bottom: 15px;
        text-align: center
    }
    h2.discount-heading {
        text-align: center
    }
    #categories-wrapper {
        margin: 50px 0 50px
    }
    nav.woocommerce-breadcrumb {
        padding-left: 20px;
        margin-left: -15px;
        margin-right: -15px
    }
    .site-main {
        padding: 0 15px
    }
}

@media only screen and (max-width:920px) {
    .primary-nav ul li.search {
        max-width: 164px
    }
}

@media only screen and (max-width:786px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 46%
    }
}

@media only screen and (max-width:768px) {
    body {
        overflow-x: hidden
    }
    .woocommerce .sidebar {
        padding-right: 0
    }
    .sidebar-menu {
        padding: 20px
    }
    h2.woocommerce-loop-product__title {
        min-height: 50px
    }
    .col-2.partners {
        width: 50%;
        float: left
    }
    .masonry-with-columns {
        overflow: hidden
    }
    .primary-nav ul li.search {
        max-width: 100%
    }
    .aws-container {
        margin-top: 0;
        margin-left: 0
    }
    .primary-nav ul li a {
        display: block;
        padding: 10px 0
    }
    ._2p3a {
        width: 100% !important
    }
    .woocommerce .related ul.products li.product {
        width: 45%
    }
    .woocommerce-checkout #customer_details,
    .woocommerce-checkout .shop_table_responsive,
    .woocommerce-checkout .wc-complete-wrap .wc-wide-column,
    .woocommerce-checkout .wc-complete-wrap .woocommerce-bacs-bank-details,
    .woocommerce-checkout .woocommerce-cart-wrap .cross-sells {
        width: 100%
    }
    .wc-side-column,
    .woocommerce-checkout .wc-order-review {
        width: 100%;
        float: none
    }
    iframe {
        width: 100%
    }
    .single-post .main-content {
        width: 100%
    }
    .masonry-with-columns {
        margin-left: 0
    }
    .masonry-with-columns a.grid-item:nth-child(1),
    .masonry-with-columns a.grid-item:nth-child(4) {
        width: 100%
    }
    .aws-container .aws-search-form .aws-search-btn_icon {
        fill: #fff !important
    }
    .navbar-nav .dropdown-menu {
        display: none;
        position: relative;
        float: none;
        min-width: 100%;
        top: 0;
        text-align: center;
        visibility: hidden;
        padding: 0;
        margin: 0;
        height: 0
    }
    .aws-container .aws-search-form .aws-form-btn {
        border-color: transparent !important
    }
}

@media only screen and (max-width:380px) {
    .woocommerce .related ul.products li.product,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        margin-right: 0 !important
    }
}

.partners {
    margin-top: 15px;
}
