.rtl .pull-left {
    float: right !important
}

.rtl .pull-right {
    float: left !important
}

.rtl [class*="col-"] {
    float: right
}

.rtl .vc_row[data-vc-full-width] {
    float: left
}

.wpb_single_image {
    overflow: hidden;
    display: block
}

.wpb_single_image a {
    display: block !important
}

.wpb_single_image .vc_single_image-wrapper {
    display: block !important
}

.wpb_single_image:hover {
    cursor: pointer
}

.hover-image {
    position: absolute;
    top: 0;
    left: -100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: auto
}

.img-effect:hover .wp-post-image {
    margin-left: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.rtl .img-effect:hover .wp-post-image {
    margin-right: 100%;
    margin-left: inherit
}

.img-effect:hover .hover-image {
    right: 0;
    left: 0%;
    margin: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

div.affect-border:hover:before {
    top: 1px;
    left: 0
}

div.affect-border:hover:after {
    top: -1px;
    right: 0
}

div.affect-border:hover div.affect-border-inner:before {
    top: 0;
    left: 0
}

div.affect-border:hover div.affect-border-inner:after {
    bottom: 0;
    left: 0
}

div.affect-border,
div.affect-border-inner {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: block
}

div.affect-border:before,
div.affect-border:after,
div.affect-border-inner:before,
div.affect-border-inner:after {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    content: " ";
    display: block;
    position: absolute;
    z-index: 99;
    background: #dc5034
}

div.affect-border:before,
div.affect-border:after {
    height: 100%;
    width: 2px
}

div.affect-border:before {
    top: -100%;
    left: 0
}

div.affect-border:after {
    top: 100%;
    right: 0
}

div.affect-border-inner:before,
div.affect-border-inner:after {
    height: 2px;
    width: 100%
}

div.affect-border-inner:before {
    top: 0;
    left: 100%
}

div.affect-border-inner:after {
    bottom: 0;
    left: -100%
}

.affect-zoo-border {
    position: relative
}

.affect-zoo-border-inner {
    -webkit-transform: translate3d(-20px, 0px, 0px);
    -ms-transform: translate3d(-20px, 0px, 0px);
    -moz-transform: translate3d(-20px, 0px, 0px);
    transform: translate3d(-20px, 0px, 0px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s
}

.affect-zoo-border-inner img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.affect-zoo-border-inner:hover {}

.affect-zoo-border:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    border: 1px solid transparent;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.affect-zoo-border:hover:before {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #fff
}

.slide-border .overlay_border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}

.slide-border .overlay_border:before,
.slide-border .overlay_border:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s
}

.slide-border .overlay_border:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.slide-border .overlay_border:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.slide-border:hover .overlay_border:before,
.slide-border:hover .overlay_border:after,
.slide-border.hover .overlay_border:before,
.slide-border.hover .overlay_border:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.slide-border .overlay_border:before,
.slide-border .overlay_border:before,
.slide-border .overlay_border:after,
.slide-border .overlay_border:after {
    top: 30px;
    right: 15px;
    bottom: 30px;
    left: 14px
}

.affect-plus {
    position: relative
}

.affect-plus::before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.4) rotateY(180deg);
    -moz-transform: scale(0.4) rotateY(180deg);
    -ms-transform: scale(0.4) rotateY(180deg);
    -o-transform: scale(0.4) rotateY(180deg);
    transform: scale(0.4) rotateY(180deg);
    background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
    pointer-events: none
}

.rtl .affect-plus::before {
    right: 0;
    left: auto
}

.affect-plus:hover::before {
    visibility: visible;
    opacity: 0.6;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg)
}

.affect-zoom {
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.affect-zoom:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    pointer-events: none
}

.affect-zoom img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.affect-zoom:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.affect-zoom-animation {
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.affect-zoom-animation:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: ""
}

.affect-zoom-animation:hover:after {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: rgba(0, 0, 0, 0.3)
}

.affect-zoom-animation:hover img {
    animation: 10s linear 0s alternate none 2 running animation_zoom
}

@keyframes animation_zoom {
    0% {
        transform: scale(1) translateX(0px)
    }

    50% {
        transform: scale(1.2) translateX(-10px)
    }

    75% {
        transform: scale(1.3) translateX(-20px)
    }

    100% {
        transform: scale(1.4) translateX(-30px)
    }
}

.affect-fast {
    position: relative
}

.affect-fast:after {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: url("../images/mlass.png") no-repeat;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    pointer-events: none
}

.affect-fast:before {
    border: 6px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    box-sizing: border-box;
    content: "";
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none
}

.affect-fast:hover:after {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    left: 100%
}

.add-links,
.quick-view {
    display: inline-block
}

.caption-product .ground-addcart {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    left: 0;
    opacity: 0;
    text-align: left
}

.product-block {
    overflow: hidden
}

.product-block:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.product-block:hover .ground-addcart {
    left: 15px;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.product-block:hover .quick-view {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.product-block .wp-post-image {
    margin-left: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.rtl .product-block .wp-post-image {
    margin-right: 0;
    margin-left: inherit
}

.product-block .hover-image {
    display: none;
    position: absolute
}

.list-view .product-block:hover .caption-product {
    background: transparent
}

.list-view .product-block:hover .name a {
    color: #282828
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0 !important
}

.row-nopadding {
    margin: 0
}

.row-nopadding [class*="col-"] {
    padding: 0
}

.has-padding-top {
    padding-top: 15px
}

.inline input {
    height: auto
}

.table-inner {
    position: relative;
    display: table;
    width: 100%;
    height: auto
}

.table-inner:before,
.table-inner:after {
    content: " ";
    display: table
}

.table-inner:after {
    clear: both
}

.table-inner>* {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.rtl .table-inner>* {
    padding-right: 15px;
    padding-left: inherit
}

.table-inner>*:first-child {
    padding-left: 0px
}

.rtl .table-inner>*:first-child {
    padding-right: 0px;
    padding-left: inherit
}

.close {
    font-size: 16px
}

.link {
    color: #fff
}

.link:hover {
    color: #dc5034
}

.link .fa {
    margin-left: 7px
}

.rtl .link .fa {
    margin-right: 7px;
    margin-left: inherit
}

.js-vc_parallax-o-image {
    background-attachment: fixed;
    background-clip: padding-box;
    background-position: 0 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.icon-plus {
    position: relative
}

.center {
    text-align: center
}

.wrap-select {
    position: relative
}

.wrap-select:after {
    background: transparent;
    color: #282828;
    content: "\f107";
    font-family: "FontAwesome";
    height: 100%;
    line-height: 40px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    width: 10px;
    font-size: 16px
}

.rtl .wrap-select:after {
    left: 5px;
    right: auto
}

.wrap-select>select {
    color: #282828;
    border: none;
    line-height: 40px;
    height: 40px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.ads-item>* {
    margin-bottom: 30px;
    display: block
}

.ads-item.center>* {
    text-align: center;
    display: inline-block
}

.col-1+.ads-item>* {
    margin-bottom: 0
}

.ads_content_single {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px
}

.rtl .ads_content_single {
    padding-right: 30px;
    padding-left: inherit
}

html,
body {
    height: 100%
}

body {
    margin: auto;
    font-size: 12.5px;
    font-weight: 400;
    color: #313131;
    background-color: #eee;
    overflow-x: hidden
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #dc5034
}

btn {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

btn:hover,
btn:focus {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin-bottom: 10px;*/
    margin-bottom: 20px;
    margin-top: 20px;
    /*font-weight: 400;*/
    font-weight: 900;
    color: #282828
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #282828;
}

th {
    font-weight: 500;
}

select {
    height: 40px;
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    font-size: 14px
}

label {
    color: #282828;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500
}

b,
strong {
    color: #282828;
    font-size: 16px;
    font-weight: 600
}

.byline strong:hover {
    color: #dc5034
}

.comments-link.pull-right:hover a {
    color: #dc5034
}

.radio,
.checkbox {
    display: inline-block
}

blockquote {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    border-left: 0;
    padding: 20px 30px 20px 50px;
    background: #f3f3f3;
    border-left: 5px solid #dc5034;
    width: 100%;
}

.rtl blockquote {
    border-right: 0;
    border-left: inherit
}

.rtl blockquote {
    padding: 20px 50px 20px 30px
}

.rtl blockquote {
    border-right: 5px solid #dc5034;
    border-left: inherit
}

p {
    margin: 0 0 20px
}

img {
    max-width: 100%;
    height: auto
}

.img.size-full {
    height: auto;
    max-width: 100%
}

.alignright {
    float: right
}

.rtl .alignright {
    float: left
}

.alignleft {
    float: left
}

.rtl .alignleft {
    float: right
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

input {
    height: 36px
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none
}

iframe {
    width: 100%
}

.audio-responsive iframe {
    width: 100%;
    height: 126px
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

.alert {
    margin: 20px 0;
    padding: 20px
}

.tags-list a {
    background: #FAFAFA;
    border: 1px solid #ddd;
    color: #313131;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 6px 10px;
    font-size: 14px
}

.rtl .tags-list a {
    margin-left: 3px;
    margin-right: inherit
}

.tags-list a:hover {
    color: #dc5034
}

dt {
    font-weight: 500;
    color: #282828;
    margin-bottom: 10px;
}

.required {
    border: 0 none;
    /*color: #ff0000;
  font-weight: 700*/
}

.tagcloud a {
    font-size: 12px !important;
    color: #999
}

.tagcloud a:hover {
    color: #1b3742
}

pre {
    border: none;
    border-radius: 0
}

table {
    background: #FFF;
    color: #212121;
    border: 1px solid #e5e5e5
}

table thead {
    background: #FAFAFA
}

table thead>tr>th {
    border-bottom: 1px solid #e5e5e5
}

table th {
    font-weight: 400
}

table tbody {
    font-size: 13px
}

#today a {
    color: #FFF
}

body {
    style-default.min.css
}

html input[type="button"],
input[type="submit"],
input[type="reset"] {
    line-height: 20px;
    background: #dc5034;
    border: 1px solid #dc5034;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2)
}

html input[type="button"]:focus,
html input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active {
    border: 1px solid transparent;
    outline: none
}

.btn-outline {
    color: #dc5034;
    border-style: solid;
    background-color: transparent;
    border-color: #dc5034;
    border-radius: 2px;
    font-family: "Poppins";
    font-size: 13px;
    padding: 9px 20px 6px;
    height: auto;
    cursor: pointer
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #dc5034;
    background-color: transparent;
    border-color: #dc5034;
    box-shadow: none
}

.open .btn-outline.dropdown-toggle {
    color: #dc5034;
    background-color: transparent;
    border-color: #dc5034
}

.btn-outline:active,
.btn-outline.active {
    background-image: none
}

.open .btn-outline.dropdown-toggle {
    background-image: none
}

.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
    background-color: transparent;
    border-color: #dc5034
}

.btn-outline .badge {
    color: transparent;
    background-color: #dc5034
}

.btn-inverse {
    color: #fff;
    border-style: solid;
    background-color: #dc5034;
    border-color: #dc5034;
    border-radius: 2px;
    font-family: "Poppins";
    font-size: 13px;
    padding: 9px 20px 6px;
    height: auto;
    cursor: pointer
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active {
    color: #fff;
    background-color: #dc5034;
    border-color: #dc5034;
    box-shadow: none
}

.open .btn-inverse.dropdown-toggle {
    color: #fff;
    background-color: #dc5034;
    border-color: #dc5034
}

.btn-inverse:active,
.btn-inverse.active {
    background-image: none
}

.open .btn-inverse.dropdown-toggle {
    background-image: none
}

.btn-inverse.disabled,
.btn-inverse.disabled:hover,
.btn-inverse.disabled:focus,
.btn-inverse.disabled:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled],
.btn-inverse[disabled]:hover,
.btn-inverse[disabled]:focus,
.btn-inverse[disabled]:active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse,
fieldset[disabled] .btn-inverse:hover,
fieldset[disabled] .btn-inverse:focus,
fieldset[disabled] .btn-inverse:active,
fieldset[disabled] .btn-inverse.active {
    background-color: #dc5034;
    border-color: #dc5034
}

.btn-inverse .badge {
    color: #dc5034;
    background-color: #fff
}

.btn-variant {
    color: #fff;
    border-style: solid;
    background-color: #dc5034;
    border-color: #dc5034;
    border-radius: 2px;
    font-family: "Poppins";
    font-size: 13px;
    padding: 9px 20px 6px;
    height: auto;
    cursor: pointer
}

.btn-variant:hover,
.btn-variant:focus,
.btn-variant:active,
.btn-variant.active {
    color: #fff;
    background-color: #bd3b21;
    border-color: #bd3b21;
    box-shadow: none
}

.open .btn-variant.dropdown-toggle {
    color: #fff;
    background-color: #bd3b21;
    border-color: #bd3b21
}

.btn-variant:active,
.btn-variant.active {
    background-image: none
}

.open .btn-variant.dropdown-toggle {
    background-image: none
}

.btn-variant.disabled,
.btn-variant.disabled:hover,
.btn-variant.disabled:focus,
.btn-variant.disabled:active,
.btn-variant.disabled.active,
.btn-variant[disabled],
.btn-variant[disabled]:hover,
.btn-variant[disabled]:focus,
.btn-variant[disabled]:active,
.btn-variant[disabled].active,
fieldset[disabled] .btn-variant,
fieldset[disabled] .btn-variant:hover,
fieldset[disabled] .btn-variant:focus,
fieldset[disabled] .btn-variant:active,
fieldset[disabled] .btn-variant.active {
    background-color: #dc5034;
    border-color: #dc5034
}

.btn-variant .badge {
    color: #dc5034;
    background-color: #fff
}

.button {
    color: #fff;
    border-style: solid;
    background-color: #282828;
    border-color: #282828;
    border-radius: 2px;
    font-family: "Poppins";
    font-size: 13px;
    padding: 9px 20px 6px;
    height: auto;
    cursor: pointer;
    padding: 12px 50px;
    border-width: 0
}

.button:hover,
.button:focus,
.button:active,
.button.active {
    color: #fff;
    background-color: #dc5034;
    border-color: #dc5034;
    box-shadow: none
}

.open .button.dropdown-toggle {
    color: #fff;
    background-color: #dc5034;
    border-color: #dc5034
}

.button:active,
.button.active {
    background-image: none
}

.open .button.dropdown-toggle {
    background-image: none
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:active,
.button.disabled.active,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus,
.button[disabled]:active,
.button[disabled].active,
fieldset[disabled] .button,
fieldset[disabled] .button:hover,
fieldset[disabled] .button:focus,
fieldset[disabled] .button:active,
fieldset[disabled] .button.active {
    background-color: #282828;
    border-color: #282828
}

.button .badge {
    color: #282828;
    background-color: #fff
}

.button.single_add_to_cart_button {
    padding: 14px 50px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #1f1b1c;
    border: 1px solid #1f1b1c;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 700
}

.button.single_add_to_cart_button:hover,
.button.single_add_to_cart_button:focus,
.button.single_add_to_cart_button:active,
.button.single_add_to_cart_button.active {
    background-color: #dc5034;
    border: 1px solid #dc5034
}

.page-content .vc_btn3.vc_btn3-style-custom {
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 0.1em;
    color: #fff;
    cursor: pointer;
    background-color: #dc5034;
    border: 1px solid #dc5034;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

.page-content .vc_btn3.vc_btn3-style-custom:hover,
.page-content .vc_btn3.vc_btn3-style-custom:focus,
.page-content .vc_btn3.vc_btn3-style-custom:active,
.page-content .vc_btn3.vc_btn3-style-custom.active {
    background-color: #dc5034;
    border: 1px solid #dc5034;
    box-shadow: none
}

.add_to_cart_button,
.button.product_type_simple {
    color: #dc5034;
    border-style: solid;
    background-color: transparent;
    border-color: transparent;
    border-radius: 2px;
    font-family: "Poppins";
    font-size: 13px;
    padding: 9px 20px 6px;
    height: auto;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    box-shadow: none
}

.add_to_cart_button:hover,
.add_to_cart_button:focus,
.add_to_cart_button:active,
.add_to_cart_button.active,
.button.product_type_simple:hover,
.button.product_type_simple:focus,
.button.product_type_simple:active,
.button.product_type_simple.active {
    color: #dc5034;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.open .add_to_cart_button.dropdown-toggle,
.open .button.product_type_simple.dropdown-toggle {
    color: #dc5034;
    background-color: transparent;
    border-color: transparent
}

.add_to_cart_button:active,
.add_to_cart_button.active,
.button.product_type_simple:active,
.button.product_type_simple.active {
    background-image: none
}

.open .add_to_cart_button.dropdown-toggle,
.open .button.product_type_simple.dropdown-toggle {
    background-image: none
}

.add_to_cart_button.disabled,
.add_to_cart_button.disabled:hover,
.add_to_cart_button.disabled:focus,
.add_to_cart_button.disabled:active,
.add_to_cart_button.disabled.active,
.add_to_cart_button[disabled],
.add_to_cart_button[disabled]:hover,
.add_to_cart_button[disabled]:focus,
.add_to_cart_button[disabled]:active,
.add_to_cart_button[disabled].active,
fieldset[disabled] .add_to_cart_button,
fieldset[disabled] .add_to_cart_button:hover,
fieldset[disabled] .add_to_cart_button:focus,
fieldset[disabled] .add_to_cart_button:active,
fieldset[disabled] .add_to_cart_button.active,
.button.product_type_simple.disabled,
.button.product_type_simple.disabled:hover,
.button.product_type_simple.disabled:focus,
.button.product_type_simple.disabled:active,
.button.product_type_simple.disabled.active,
.button.product_type_simple[disabled],
.button.product_type_simple[disabled]:hover,
.button.product_type_simple[disabled]:focus,
.button.product_type_simple[disabled]:active,
.button.product_type_simple[disabled].active,
fieldset[disabled] .button.product_type_simple,
fieldset[disabled] .button.product_type_simple:hover,
fieldset[disabled] .button.product_type_simple:focus,
fieldset[disabled] .button.product_type_simple:active,
fieldset[disabled] .button.product_type_simple.active {
    background-color: transparent;
    border-color: transparent
}

.add_to_cart_button .badge,
.button.product_type_simple .badge {
    color: transparent;
    background-color: #dc5034
}

.add_to_cart_button .fa-shopping-cart,
.button.product_type_simple .fa-shopping-cart {
    display: none
}

.add_to_cart_button.loading,
.button.product_type_simple.loading {
    opacity: 0.7;
    position: relative;
    padding: 0px 30px 0px 0px
}

.add_to_cart_button.loading:after,
.button.product_type_simple.loading:after {
    font-family: "fontawesome";
    content: "\f110";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    position: absolute;
    right: 10px;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.rtl .add_to_cart_button.loading:after,
.rtl .button.product_type_simple.loading:after {
    left: 10px;
    right: auto
}

.add_to_cart_button.added,
.button.product_type_simple.added {
    display: none
}

.added_to_cart {
    color: #dc5034;
    border-style: solid;
    background-color: transparent;
    border-color: transparent;
    border-radius: 2px;
    font-family: "Poppins";
    font-size: 13px;
    padding: 9px 20px 6px;
    height: auto;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    box-shadow: none
}

.added_to_cart:hover,
.added_to_cart:focus,
.added_to_cart:active,
.added_to_cart.active {
    color: #dc5034;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.open .added_to_cart.dropdown-toggle {
    color: #dc5034;
    background-color: transparent;
    border-color: transparent
}

.added_to_cart:active,
.added_to_cart.active {
    background-image: none
}

.open .added_to_cart.dropdown-toggle {
    background-image: none
}

.added_to_cart.disabled,
.added_to_cart.disabled:hover,
.added_to_cart.disabled:focus,
.added_to_cart.disabled:active,
.added_to_cart.disabled.active,
.added_to_cart[disabled],
.added_to_cart[disabled]:hover,
.added_to_cart[disabled]:focus,
.added_to_cart[disabled]:active,
.added_to_cart[disabled].active,
fieldset[disabled] .added_to_cart,
fieldset[disabled] .added_to_cart:hover,
fieldset[disabled] .added_to_cart:focus,
fieldset[disabled] .added_to_cart:active,
fieldset[disabled] .added_to_cart.active {
    background-color: transparent;
    border-color: transparent
}

.added_to_cart .badge {
    color: transparent;
    background-color: #dc5034
}

.yith-wcwl-add-to-wishlist {
    margin: 0;
    position: relative
}

.yith-wcwl-add-to-wishlist a {
    font-size: 0
}

.yith-wcwl-add-to-wishlist a:after {
    content: "\f004";
    margin: auto;
    font-family: "fontawesome";
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: block
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 32px
}

.yith-wcwl-wishlistexistsbrowse a:after {
    background: #dc5034;
    color: #fff
}

.yith-wcqv-button {
    display: none
}

.quick-view {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    display: inline-block;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 99
}

.rtl .quick-view {
    right: 50%;
    left: auto
}

.rtl .quick-view {
    margin-right: -22px;
    margin-left: inherit
}

.quick-view .yith-wcqv-button {
    display: block;
    position: relative;
    text-align: center
}

.quick-view span {
    color: #fff;
    font-size: 24px;
    padding: 0;
    right: 1px;
    top: 2px;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.rtl .quick-view span {
    left: 1px;
    right: auto
}

.quick-view a {
    background: #dc5034;
    border-radius: 100%;
    border-width: 0;
    height: 45px;
    padding: 10px;
    text-align: center;
    width: 45px;
    z-index: 10;
    opacity: 0.8
}

.btn-updatecart {
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    width: 100%;
    font-size: 16px;
    background: #FFF;
    text-transform: uppercase;
    border: 1px solid #cecece;
    color: #787878;
    height: auto;
    cursor: pointer !important;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.btn-updatecart:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #1f1b1c;
    border: 1px solid #cecece
}

.btn-checkout {
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 22px 40px;
    width: 100%;
    font-size: 16px;
    background: #dc5034;
    border: 1px solid #dc5034;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.btn-checkout:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #1f1b1c;
    background: #1f1b1c;
    color: #fff
}

.btn-order {
    display: inline-block;
    text-align: center;
    padding: 15px 40px;
    width: 100%;
    font-size: 16px;
    color: #fff !important;
    height: auto !important;
    background: #dc5034;
    border: 1px solid #dc5034;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.btn-order:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #1f1b1c;
    background: #1f1b1c;
    color: #fff
}

.btn-mini-search {
    font-size: 17px;
    border: none;
    color: #333;
    background: none;
    cursor: pointer;
    z-index: 99;
    position: relative
}

.btn-filter {
    color: #fff;
    border-style: solid;
    background-color: #23282d;
    border-color: #23282d;
    border-radius: 2px;
    font-family: "Poppins";
    font-size: 13px;
    padding: 9px 20px 6px;
    height: auto;
    cursor: pointer;
    padding: 5px 20px
}

.btn-filter:hover,
.btn-filter:focus,
.btn-filter:active,
.btn-filter.active {
    color: #fff;
    background-color: #0d0e10;
    border-color: #0d0e10;
    box-shadow: none
}

.open .btn-filter.dropdown-toggle {
    color: #fff;
    background-color: #0d0e10;
    border-color: #0d0e10
}

.btn-filter:active,
.btn-filter.active {
    background-image: none
}

.open .btn-filter.dropdown-toggle {
    background-image: none
}

.btn-filter.disabled,
.btn-filter.disabled:hover,
.btn-filter.disabled:focus,
.btn-filter.disabled:active,
.btn-filter.disabled.active,
.btn-filter[disabled],
.btn-filter[disabled]:hover,
.btn-filter[disabled]:focus,
.btn-filter[disabled]:active,
.btn-filter[disabled].active,
fieldset[disabled] .btn-filter,
fieldset[disabled] .btn-filter:hover,
fieldset[disabled] .btn-filter:focus,
fieldset[disabled] .btn-filter:active,
fieldset[disabled] .btn-filter.active {
    background-color: #23282d;
    border-color: #23282d
}

.btn-filter .badge {
    color: #23282d;
    background-color: #fff
}

.btn {
    border-radius: 3px
}

.btn-readmore {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    color: #ebebeb
}

.btn-newsletter {
    font-size: 14px;
    font-weight: 400;
    height: 40px !important;
    line-height: inherit !important
}

.button {
    padding: 10px 40px;
    border-radius: 100px;
    display: inline-block;
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    background: #dc5034;
    line-height: 22px
}

.button:hover {
    box-shadow: none
}

.button.loading {
    box-shadow: none;
    background: transparent
}

.button.loading:hover {
    background: transparent
}

span.post-loading {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 150px;
    border-radius: 100%;
    border-left: 4px solid #fff;
    background: transparent
}

.post-loading:before {
    content: '';
    width: 50%;
    height: 50%;
    background: transparent;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 3px;
    left: -1px;
    z-index: 999;
    box-shadow: -3px -5px #fff
}

.loading,
.post-loading {
    font-size: 10px;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 0.86s infinite linear;
    animation: load3 0.86s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999
}

.loading:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 999
}

.loading:after {
    background: #eee;
    width: 96%;
    height: 90%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.form-control {
    border: 1px solid transparent;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0px;
    box-shadow: none
}

.form-control:focus {
    box-shadow: none;
    border-color: #dc5034
}

.bottun-contact {
    margin-top: 50px
}

.bottun-contact input {
    padding: 9px 30px
}

#comment {
    padding: 15px 15px
}

.input-group input,
.input-group .form-control {
    height: 40px
}

.input-group .btn {
    padding: 9px 17px
}

.nav-tabs>li {
    float: left;
    padding-right: 15px
}

.rtl .nav-tabs>li {
    float: right
}

.rtl .nav-tabs>li {
    padding-left: 15px;
    padding-right: inherit
}

.nav-tabs>li>a {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 0
}

.nav-tabs>li.active>a {
    color: #fff
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    border: none;
    border-bottom-color: transparent;
    cursor: default
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn.focus:active,
.btn.active:focus,
.btn.active.focus {
    outline: none
}

.form-control::-moz-placeholder {
    font-weight: 400
}

.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    position: relative;
    display: block
}

.wpcf7-form .form-control {
    background: white;
    border-radius: 3px
}

.slick-arrow {
    display: inline-block;
    height: 40px;
    margin-top: -7.5px;
    width: 40px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.6
}

.slick-arrow:before {
    color: #333
}

.slick-arrow:hover {
    color: #dc5034;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.slick-arrow:hover:before {
    color: #dc5034
}

.product-carousel:hover .slick-prev,
.product-carousel:hover .slick-next {
    opacity: 1
}

.na-product-image .product-gallery-slider .flickity-prev-next-button {
    height: 30px;
    width: 30px;
    background: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.na-product-image .product-gallery-slider .flickity-prev-next-button:hover .arrow,
.na-product-image .product-gallery-slider .flickity-prev-next-button:focus .arrow,
.na-product-image .product-gallery-slider .flickity-prev-next-button:active .arrow {
    fill: #dc5034;
    box-shadow: none
}

.na-product-image .product-gallery-slider:hover .flickity-prev-next-button {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.searchform,
.woocommerce-product-search {
    padding: 6px 0
}

.searchform .btn,
.woocommerce-product-search .btn {
    z-index: 10;
    margin-left: -4px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 26px
}

.rtl .searchform .btn,
.rtl .woocommerce-product-search .btn {
    margin-right: -4px;
    margin-left: inherit
}

.searchform .form-control,
.woocommerce-product-search .form-control {
    width: 100%;
    padding: 7px 16px;
    font-size: 12px;
    height: 42px;
    border-radius: 100px !important
}

.searchform .form-control:focus,
.woocommerce-product-search .form-control:focus {
    border-color: #dc5034
}

.searchform button,
.woocommerce-product-search button {
    height: 38px
}

.widget_search .input-group:hover i {
    transition: all 0.2s ease-in-out 0s;
    color: #dc5034
}

.widget_search .form-control:focus {
    border: 1px solid transparent
}

.widget_search .input-group-btn {
    position: absolute;
    width: initial;
    right: 3px;
    top: 0
}

.widget_search .input-group-btn button {
    padding: 0;
    height: 42px;
    width: 42px;
    border-radius: 100px;
    background: transparent
}

.widget_search .input-group-btn button i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #535e70;
    transform: translate(-50%, -50%);
    font-size: 12px
}

.na-filter-attribute {
    position: relative
}

.na-list-product-category {
    margin: 0
}

.na-list-product-category li {
    float: left;
    font-size: 12px;
    padding-right: 30px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 500
}

.rtl .na-list-product-category li {
    float: right
}

.rtl .na-list-product-category li {
    padding-left: 30px;
    padding-right: inherit
}

.na-list-product-category li+li::after {
    content: "/";
    left: -17px;
    position: absolute;
    top: 0;
    color: #cfcfcf
}

.rtl .na-list-product-category li+li::after {
    right: -17px;
    left: auto
}

.small .widgettitle {
    font-size: 22px
}

.small .widgettitle>span {
    border: none;
    padding: 0
}

.small .category-tabs-filter {
    padding-top: 15px
}

.na-products-wrap.loading .na-wrapper-products-shortcode:after {
    background: url("../images/loader.gif") repeat 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 31px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    z-index: 900
}

.na-products-wrap.loading .category-tabs-filter {
    opacity: 0.3
}

.category-tabs-filter {
    padding: 30px 0
}

.na-list-filter {
    font-size: 13px
}

.na-products-wrap .filter-content {
    padding: 0
}

.na-filter-wrap #na-filter .widget {
    min-width: 180px;
    float: left
}

.rtl .na-filter-wrap #na-filter .widget {
    float: right
}

.na-filter-wrap #na-filter .widget .na-ajax-load li {
    cursor: pointer;
    line-height: 25px
}

.na-filter-wrap #na-filter .widget .na-ajax-load a {
    color: #777777
}

.na-filter-wrap #na-filter .widget .na-ajax-load a:hover {
    color: #dc5034
}

.na-filter-wrap .chosen {
    color: #dc5034 !important
}

.na-filter-wrap .na-remove-attribute {
    font-size: 12px;
    color: #dc5034;
    margin-right: 10px
}

.rtl .na-filter-wrap .na-remove-attribute {
    margin-left: 10px;
    margin-right: inherit
}

.filter-title {
    font-size: 14px
}

.tags-list {
    max-width: 180px
}

.tags-list li {
    padding-right: 5px;
    float: left
}

.rtl .tags-list li {
    padding-left: 5px;
    padding-right: inherit
}

.rtl .tags-list li {
    float: right
}

.tags-list a {
    padding: 6px 8px
}

.tags-list a:hover {
    color: #fff !important
}

.header-content-right .azure-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.header-content-right .azure-hidden .searchform,
.header-content-right .azure-hidden .woocommerce-product-search {
    opacity: 0;
    padding: 50px !important;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s
}

.header-content-right .azure-hidden .btn-mini-close {
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.searchform-mini {
    padding-left: 10px;
    cursor: pointer;
    position: relative
}

.rtl .searchform-mini {
    padding-right: 50px;
    padding-left: inherit
}

.btn-mini-search {
    border: none;
    line-height: 1;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    z-index: 99;
    position: relative
}

.btn-mini-search:focus {
    border: none;
    outline: none
}

.btn-mini-search:hover {
    color: #dc5034
}

.search-transition-wrap {
    opacity: 1;
    visibility: visible;
    background: rgba(20, 22, 24, 0.95);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100% !important;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    z-index: 99999
}

.search-transition-wrap .search-transition-inner {
    padding: 0 25% !important;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    border: none !important
}

.search-transition-wrap .searchform,
.search-transition-wrap .woocommerce-product-search {
    opacity: 1;
    padding: 50px !important;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s
}

.search-transition-wrap .searchform .form-control,
.search-transition-wrap .woocommerce-product-search .form-control {
    background: none;
    border: none;
    font-size: 20px;
    color: #FFF;
    height: 50px;
    padding: 0
}

.search-transition-wrap .searchform .input-group,
.search-transition-wrap .woocommerce-product-search .input-group {
    border-bottom: 1px solid #fff;
    padding: 0 !important
}

.search-transition-wrap .searchform .btn,
.search-transition-wrap .woocommerce-product-search .btn {
    background: none;
    font-size: 16px;
    padding: 0 15px;
    color: #fff
}

.search-transition-wrap .btn-mini-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff !important;
    font-size: 18px;
    position: absolute;
    top: -10px;
    right: 25%;
    margin-right: 50px;
    opacity: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.rtl .search-transition-wrap .btn-mini-close {
    left: 25%;
    right: auto
}

.rtl .search-transition-wrap .btn-mini-close {
    margin-left: 50px;
    margin-right: inherit
}

.search-transition-wrap .btn-mini-close * {
    color: #fff !important
}

#na-menu-primary #mega-menu-primary_navigation>li>ul>li {
    float: none
}

#na-menu-primary .mega-menu>ul>li>a {
    line-height: 80px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    /*padding: 0 25px*/
    /*padding: 0 20px*/
    padding: 0 10px !important;
}

#na-menu-primary ul.mega-menu>li>a {
    font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    ,
    sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 90px;
    -webkit-transition: 0.4s !important;
    -o-transition: 0.4s;
    transition: 0.4s;
    /*padding: 0 25px*/
    /*padding: 0 20px*/
    padding: 0 10px !important;
    font-size: 90%;
}

#na-menu-primary ul.mega-menu>li>a:hover,
#na-menu-primary ul.mega-menu>li>a:focus {
    color: #dc5034;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

#na-menu-primary ul.mega-menu {
    position: static
}

#na-menu-primary ul.mega-menu li.information_widget:first-child {
    clear: left
}

#na-menu-primary ul.mega-menu .mega-sub-menu {
    max-width: 1170px
}

#na-menu-primary ul.mega-menu>li[class*="mega-current-"]>a {
    color: #dc5034
}

#na-menu-primary ul.mega-menu>li[class*="mega-current-"]>a:before {
    color: #dc5034
}

#na-menu-primary ul li a {
    display: inline-block
}

#na-menu-primary ul {
    margin: 0;
    padding: 0;
    position: relative
}

#na-menu-primary ul:before,
#na-menu-primary ul:after {
    content: " ";
    display: table
}

#na-menu-primary ul:after {
    clear: both
}

#na-menu-primary ul>li {
    list-style: none;
    position: relative;
    float: left
}

.rtl #na-menu-primary ul>li {
    float: right
}

#na-menu-primary ul>li[class*="-has-children"]>a:before {
    position: absolute;
    content: "\f107";
    color: #333;
    font-family: 'fontawesome';
    right: 5px;
    top: 0px;
    font-size: 12px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.rtl #na-menu-primary ul>li[class*="-has-children"]>a:before {
    left: 5px;
    right: auto
}

#na-menu-primary ul>li:hover[class*="-has-children"]>a:before {
    color: #dc5034;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

#na-menu-primary ul>li>a {
    font-size: 14px;
    color: #333;
    padding: 0;
    position: relative
}

#na-menu-primary ul>li>a:hover,
#na-menu-primary ul>li>a:focus {
    color: #dc5034;
    background: transparent
}

#na-menu-primary ul>li>a:hover:after,
#na-menu-primary ul>li>a:focus:after {
    opacity: 1;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

#na-menu-primary ul>li>ul {
    visibility: hidden;
    opacity: 0;
    top: 120%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    position: absolute !important;
    min-width: 210px;
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
    background: #FFF;
    z-index: 99999
}

#na-menu-primary ul>li>ul li[class*="-has-children"] a:before {
    content: none
}

#na-menu-primary ul>li>ul li[class*="-has-children"]:after {
    position: absolute;
    content: "\f105";
    color: #282828;
    font-family: 'fontawesome';
    right: 10px;
    line-height: 50px;
    top: 0
}

.rtl #na-menu-primary ul>li>ul li[class*="-has-children"]:after {
    left: 10px;
    right: auto
}

#na-menu-primary ul>li>ul li[class*="-has-children"]:hover:after {
    color: #dc5034
}

#na-menu-primary ul>li>ul>li {
    float: none;
    display: block;
    border-right: none;
    text-align: left;
    border-top: 1px solid #ebebeb;
    color: #313131
}

.rtl #na-menu-primary ul>li>ul>li {
    border-left: none;
    border-right: inherit
}

.rtl #na-menu-primary ul>li>ul>li {
    text-align: right
}

#na-menu-primary ul>li>ul>li:first-child {
    border-left: none
}

.rtl #na-menu-primary ul>li>ul>li:first-child {
    border-right: none;
    border-left: inherit
}

#na-menu-primary ul>li>ul>li a {
    padding: 15px 0px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px
}

#na-menu-primary ul>li>ul a {
    width: 100%;
    font-size: 12px
}

#na-menu-primary ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

#na-menu-primary .mega-sub-menu>li a,
#na-menu-primary .mega-sub-menu>li a {
    color: #313131
}

#na-menu-primary ul>li>ul>li ul {
    float: none !important;
    display: none;
    position: absolute;
    left: 100%;
    top: 0
}

.rtl #na-menu-primary ul>li>ul>li ul {
    right: 100%;
    left: auto
}

#na-menu-primary ul>li>ul>li:hover>ul {
    display: block
}

#na-menu-primary ul>li>ul>li:hover>.sub-menu {
    top: 0
}

#na-menu-primary .mega-menu-megamenu .mega-sub-menu {
    width: 101%;
    padding: 0px 15px 0px;
    border-top: 1px solid #f3f3f3
}

#na-menu-primary .mega-menu-megamenu .mega-sub-menu li {
    border-right: none
}

.rtl #na-menu-primary .mega-menu-megamenu .mega-sub-menu li {
    border-left: none;
    border-right: inherit
}

#na-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
    border-left: none
}

.rtl #na-menu-primary .mega-menu-megamenu .mega-sub-menu li:first-child {
    border-right: none;
    border-left: inherit
}

#na-menu-primary .mega-menu-megamenu .mega-sub-menu>* {
    border: none;
    padding: 0 15px
}

#na-menu-primary .mega-menu-megamenu .mega-sub-menu li>a:after {
    content: none
}

#na-menu-primary .mega-menu-megamenu .widget_nav_menu {
    text-align: center
}

#na-menu-primary .mega-menu-megamenu .wpb_column {
    border-right: 1px solid #eee
}

.rtl #na-menu-primary .mega-menu-megamenu .wpb_column {
    border-left: 1px solid #eee;
    border-right: inherit
}

#na-menu-primary .mega-menu-megamenu .wpb_column:last-child {
    border-right: 0px solid #eee
}

.rtl #na-menu-primary .mega-menu-megamenu .wpb_column:last-child {
    border-left: 0px solid #eee;
    border-right: inherit
}

#na-menu-primary .mega-menu-megamenu .vc_wp_custommenu {
    margin-bottom: 20px
}

#na-menu-primary .mega-menu-megamenu .widgettitle {
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: 600
}

#na-menu-primary .mega-menu-megamenu .widget_text {
    padding-left: 0;
    padding-right: 0
}

#na-menu-primary .mega-menu-megamenu .widget_nav_menu {
    margin-top: 30px;
    min-height: 180px
}

#na-menu-primary .mega-menu-megamenu .wpb_single_image {
    padding: 0 15%
}

#na-menu-primary .mega-menu li.mega-menu-megamenu {
    position: static
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul {
    right: 0px
}

.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu>ul {
    left: 0px;
    right: auto
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul:before,
#na-menu-primary .mega-menu li.mega-menu-megamenu>ul:after {
    content: " ";
    display: table
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul:after {
    clear: both
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul>li {
    float: left
}

.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu>ul>li {
    float: right
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul ul {
    display: block;
    position: relative;
    left: 0
}

.rtl #na-menu-primary .mega-menu li.mega-menu-megamenu>ul ul {
    right: 0;
    left: auto
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul ul li.menu-item {
    float: none
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul ul li.menu-item a {
    padding: 5px 0px !important;
    font-size: 12px;
    text-transform: capitalize
}

#na-menu-primary .mega-menu li.mega-menu-megamenu>ul ul li.menu-item a:after {
    content: none
}

.mega-menu-columns-1-of-1 {
    width: 100%
}

.mega-menu-columns-1-of-2 {
    width: 50%
}

.mega-menu-columns-2-of-2 {
    width: 100%
}

.mega-menu-columns-1-of-3 {
    width: 33.33333%
}

.mega-menu-columns-2-of-3 {
    width: 66.66667%
}

.mega-menu-columns-3-of-3 {
    width: 100%
}

.mega-menu-columns-1-of-4 {
    width: 25%
}

.mega-menu-columns-2-of-4 {
    width: 50%
}

.mega-menu-columns-3-of-4 {
    width: 75%
}

.mega-menu-columns-4-of-4 {
    width: 100%
}

.mega-menu-columns-1-of-5 {
    width: 20%
}

.mega-menu-columns-2-of-5 {
    width: 40%
}

.mega-menu-columns-3-of-5 {
    width: 60%
}

.mega-menu-columns-4-of-5 {
    width: 80%
}

.mega-menu-columns-5-of-5 {
    width: 100%
}

.mega-menu-columns-1-of-6 {
    width: 16.66667%
}

.mega-menu-columns-2-of-6 {
    width: 33.33333%
}

.mega-menu-columns-3-of-6 {
    width: 50%
}

.mega-menu-columns-4-of-6 {
    width: 66.66667%
}

.mega-menu-columns-5-of-6 {
    width: 83.33333%
}

.mega-menu-columns-6-of-6 {
    width: 100%
}

.mega-menu-columns-1-of-7 {
    width: 14.28571%
}

.mega-menu-columns-2-of-7 {
    width: 28.57143%
}

.mega-menu-columns-3-of-7 {
    width: 42.85714%
}

.mega-menu-columns-4-of-7 {
    width: 57.14286%
}

.mega-menu-columns-5-of-7 {
    width: 71.42857%
}

.mega-menu-columns-6-of-7 {
    width: 85.71429%
}

.mega-menu-columns-7-of-7 {
    width: 100%
}

.mega-menu-columns-1-of-8 {
    width: 12.5%
}

.mega-menu-columns-2-of-8 {
    width: 25%
}

.mega-menu-columns-3-of-8 {
    width: 37.5%
}

.mega-menu-columns-4-of-8 {
    width: 50%
}

.mega-menu-columns-5-of-8 {
    width: 62.5%
}

.mega-menu-columns-6-of-8 {
    width: 75%
}

.mega-menu-columns-7-of-8 {
    width: 87.5%
}

.mega-menu-columns-8-of-8 {
    width: 100%
}

#na-menu-primary .mega-block-title {
    padding-bottom: 15px;
    color: #313131;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0
}

#na-menu-primary .product_list_widget {
    box-shadow: none;
    max-width: 400px;
    position: relative !important
}

#na-menu-primary .product_list_widget>li {
    margin-bottom: 30px;
    border: none
}

#na-menu-primary .product_list_widget>li:before,
#na-menu-primary .product_list_widget>li:after {
    content: " ";
    display: table
}

#na-menu-primary .product_list_widget>li:after {
    clear: both
}

#na-menu-primary .product_list_widget>li .product-image {
    padding: 0 !important
}

#na-menu-primary .cart_list.product_list_widget>li {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0
}

#na-menu-primary .product-image {
    margin-right: 10px;
    width: auto;
    padding: 0;
    float: left
}

.rtl #na-menu-primary .product-image {
    margin-left: 10px;
    margin-right: inherit
}

.rtl #na-menu-primary .product-image {
    float: right
}

#na-menu-primary .product-image .img-effect:hover .wp-post-image {
    margin-left: 0%;
    transition: all 0.4s ease 0s
}

.rtl #na-menu-primary .product-image .img-effect:hover .wp-post-image {
    margin-right: 0%;
    margin-left: inherit
}

#na-menu-primary .product-image .hover-image {
    display: none
}

#na-menu-primary .product-details {
    padding: 0;
    overflow: hidden
}

#na-menu-primary .product-details a {
    padding-left: 0;
    color: #000000;
    font-size: 15px;
    padding-bottom: 10px
}

.rtl #na-menu-primary .product-details a {
    padding-right: 0;
    padding-left: inherit
}

#na-menu-primary .product-details a:hover {
    color: #dc5034
}

#na-menu-primary .product-details .amount {
    color: #000000;
    font-size: 16px;
    line-height: 20px
}

#na-menu-primary .widget_sp_image-image-link {
    padding: 0
}

#na-menu-primary .widget_sp_image-description {
    padding: 15px 0;
    font-style: italic;
    text-align: justify
}

.site-header.fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0
}

.admin-bar .site-header.fixed {
    top: 32px
}

body {
    overflow-x: hidden
}

.slicknav_menu .slicknav_no-text {
    margin-top: 0
}

.slicknav_btn {
    width: 30px;
    height: 25px
}

@media (max-width: 991px) {
    .slicknav_menu .slicknav_icon-bar {
        font-size: 20px
    }

    .slicknav_btn {
        left: 30px;
        display: block !important;
        bottom: 0;
        vertical-align: middle;
        top: 70%;
        transform: translateY(-50%);
        margin: 0
    }

    .rtl .slicknav_btn {
        right: 30px;
        left: auto
    }
}

.site-logo {
    line-height: 50px;
    display: inline-block
}

.site-title {
    font-size: 30px;
    padding-top: 15px;
    margin: 0
}

.site-title a {
    color: #282828
}

#na-top-navbar .language {
    position: relative
}

#na-top-navbar #language-switch {
    background: none;
    border: none
}

#na-top-navbar #language-switch ul {
    margin-top: 0;
    background: #1f1b1d;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

#na-top-navbar #language-switch ul>li {
    border-top: 1px solid #232323;
    list-style: none;
    float: none;
    color: #aaa;
    border-left: none;
    border-right: none
}

.rtl #na-top-navbar #language-switch ul>li {
    border-right: none;
    border-left: inherit
}

.rtl #na-top-navbar #language-switch ul>li {
    border-left: none;
    border-right: inherit
}

#na-top-navbar #language-switch ul>li a {
    display: inline-block
}

#na-top-navbar #language-switch ul>li span {
    color: #aaa;
    cursor: pointer
}

#na-top-navbar #language-switch ul>li span:hover {
    color: #dc5034
}

#na-top-navbar #language-switch img {
    margin-right: 5px
}

.rtl #na-top-navbar #language-switch img {
    margin-left: 5px;
    margin-right: inherit
}

#na-top-navbar #language-switch .fa {
    margin-left: 5px
}

.rtl #na-top-navbar #language-switch .fa {
    margin-right: 5px;
    margin-left: inherit
}

#na-top-navbar #language-switch .icl_lang_sel_translated {
    display: none
}

.woocommerce-currency-switcher {
    display: none;
    height: 0
}

.wrap-select-currency,
.wrap-select-country {
    position: relative
}

.wrap-select-currency:after,
.wrap-select-country:after {
    background: transparent;
    color: #aaa;
    content: "\f107";
    font-family: "FontAwesome";
    height: 100%;
    line-height: 26px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 10px;
    font-size: 14px
}

.rtl .wrap-select-currency:after,
.rtl .wrap-select-country:after {
    left: 0;
    right: auto
}

.currency_switcher .woocommerce-currency-switcher {
    background: none;
    border: none;
    margin-right: 10px
}

.rtl .currency_switcher .woocommerce-currency-switcher {
    margin-left: 10px;
    margin-right: inherit
}

.currency_switcher .woocommerce-currency-switcher-form .dd-pointer {
    display: none !important
}

.currency_switcher .woocommerce-currency-switcher-form .dd-select {
    background: none !important;
    border: none
}

.currency_switcher .woocommerce-currency-switcher-form .dd-desc {
    display: none
}

.currency_switcher .woocommerce-currency-switcher-form .dd-selected {
    padding: 0;
    width: 40px;
    line-height: 24px
}

.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text,
.currency_switcher .woocommerce-currency-switcher-form .dd-option-text {
    color: #aaa;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400 !important;
    cursor: pointer;
    font-size: 12px
}

.currency_switcher .woocommerce-currency-switcher-form .dd-selected-text:hover,
.currency_switcher .woocommerce-currency-switcher-form .dd-option-text:hover {
    color: #dc5034
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options {
    position: absolute;
    width: 95px !important;
    top: 32px;
    left: -20px;
    box-shadow: none;
    background: #1f1b1d;
    border: 1px solid #232323
}

.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options {
    right: -20px;
    left: auto
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options li {
    display: block;
    width: 100%;
    float: none;
    border-left: none !important;
    border-bottom: 1px solid #232323
}

.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options li {
    border-right: none !important;
    border-left: inherit
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options li:last-child {
    border-right: none !important
}

.rtl .currency_switcher .woocommerce-currency-switcher-form .dd-options li:last-child {
    border-left: none !important;
    border-right: inherit
}

.currency_switcher .woocommerce-currency-switcher-form .dd-options a {
    background: none;
    border-bottom: none
}

.na-cart .mini-cart {
    padding-left: 20px
}

.rtl .na-cart .mini-cart {
    padding-right: 20px;
    padding-left: inherit
}

.na-cart .icon-cart {
    position: relative;
    z-index: 1;
    display: block;
    color: #333
}

.na-cart .icon-cart .mini-cart-items {
    background: #dc5034;
    border-radius: 50%;
    color: #fff !important;
    font-size: 12px;
    height: 20px;
    line-height: 22px;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -5px;
    width: 20px
}

.rtl .na-cart .icon-cart .mini-cart-items {
    left: 15px;
    right: auto
}

.na-cart .group-mini-cart {
    position: relative;
    overflow: hidden;
    display: none
}

.na-cart .total {
    padding: 15px 0px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb
}

.na-cart .total .amount {
    color: #282828;
    font-size: 18px;
    line-height: 30px
}

.na-cart .quantity {
    margin: 0
}

.icon-cart {
    font-size: 24px
}

.cart-panel {
    padding: 0px 15px;
    min-width: 300px;
    background: #fff none repeat scroll 0 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: start;
    position: fixed
}

.cart-panel-title {
    display: block;
    padding-top: 50px;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9
}

#cart-panel-loader.show {
    visibility: visible
}

#cart-panel-loader.show+* {
    opacity: 0;
    visibility: hidden
}

.icon-cart {
    cursor: pointer
}

#cart-panel-loader {
    visibility: hidden;
    padding: 30px 0;
    position: absolute;
    left: 50px;
    top: 70px
}

.rtl #cart-panel-loader {
    right: 50px;
    left: auto
}

#cart-panel-loader>* {
    font-size: 16px;
    position: relative
}

#cart-panel-loader>*:before {
    animation: 0.8s ease 0s normal none infinite running dotFade;
    background: #dc5034 none repeat scroll 0 0;
    border-radius: 50%;
    color: #dc5034;
    content: "";
    height: 15px;
    left: -30px;
    position: absolute;
    top: 0;
    width: 15px
}

.rtl #cart-panel-loader>*:before {
    right: -30px;
    left: auto
}

@keyframes dotFade {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.cart-header {
    position: absolute;
    width: 100%;
    background: #FFF;
    left: 0;
    padding: 0 15px
}

.cart-header .mycart {
    font-size: 18px;
    color: #282828
}

.cart-header .close {
    font-size: 14px;
    color: #4a4a4a;
    opacity: 1;
    font-weight: 400;
    line-height: 26px;
    text-transform: lowercase
}

.cart-header .close:hover {
    color: #dc5034
}

.cart-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: #FFF;
    padding: 0 15px
}

.cart-bottom .buttons {
    margin: 30px 0
}

.cart-box {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 999;
    height: 100%;
    border-radius: 0;
    width: 300px;
    border-left: 1px solid #e9e9e9;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    transform: translateX(320px);
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px)
}

.rtl .cart-box {
    left: 0;
    right: auto
}

.rtl .cart-box {
    border-right: 1px solid #e9e9e9;
    border-left: inherit
}

.rtl .cart-box {
    left: 0;
    right: auto
}

.cart-box .empty {
    border: none !important
}

.product-remove {
    vertical-align: middle;
    text-align: center
}

.product-remove a {
    width: 24px;
    height: 24px;
    font-size: 20px;
    border-radius: 100%
}

.cart_list {
    margin: 100px 0 145px;
    list-style: none;
    overflow-y: auto
}

.cart_list .product_list_widget {
    visibility: visible;
    padding: 0;
    margin-top: 10px
}

.cart_list .empty {
    line-height: 24px;
    border-bottom: none;
    padding-bottom: 0
}

.cart_list li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px
}

.cart_list li:before,
.cart_list li:after {
    content: " ";
    display: table
}

.cart_list li:after {
    clear: both
}

.cart_list li .cart-image {
    width: 30%;
    padding-right: 10px;
    float: left
}

.rtl .cart_list li .cart-image {
    padding-left: 10px;
    padding-right: inherit
}

.rtl .cart_list li .cart-image {
    float: right
}

.cart_list li .cart-main-content {
    width: 70%;
    float: left
}

.rtl .cart_list li .cart-main-content {
    float: right
}

.cart_list li .name {
    margin: 0;
    padding: 0;
    padding-right: 20px
}

.rtl .cart_list li .name {
    padding-left: 20px;
    padding-right: inherit
}

.cart_list li .name a {
    font-size: 14px
}

.cart_list li .cart-item {
    display: block;
    line-height: 24px;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    vertical-align: top
}

.cart_list li .cart-item .amount {
    float: right
}

.rtl .cart_list li .cart-item .amount {
    float: left
}

.cart_list li .remove {
    float: right;
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0
}

.rtl .cart_list li .remove {
    float: left
}

.rtl .cart_list li .remove {
    left: 0;
    right: auto
}

.cart_list .wp-post-image {
    width: 80px !important;
    height: 100%
}

.cart_list .variation dt {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #a3a39b
}

.cart_list .variation dt+dd {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    color: #a3a39b
}

.cart_list .variation dt+dd>* {
    color: #a3a39b
}

.cart-bottom strong {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase
}

.rtl .cart-bottom strong {
    float: right
}

.cart-bottom .mini-cart-subtotal {
    display: inline-block;
    float: right;
    line-height: 20px
}

.rtl .cart-bottom .mini-cart-subtotal {
    float: left
}

.btn-viewcart {
    margin-right: 5px
}

.rtl .btn-viewcart {
    margin-left: 5px;
    margin-right: inherit
}

.cart-box-open .cart-box {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    z-index: 10000
}

.cart-box-open .canvas-overlay.show {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 998;
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.cart-box-open .is-sticky #ri-header:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.btn-viewcart {
    margin-right: 5px
}

.rtl .btn-viewcart {
    margin-left: 5px;
    margin-right: inherit
}

.country_select>* {
    line-height: 30px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 5px 10px
}

.select2-container .select2-choice {
    border: 1px solid #ebebeb
}

.woocommerce table.shop_table {
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%
}

.rtl .woocommerce table.shop_table {
    margin: 0 0 24px -1px
}

.rtl .woocommerce table.shop_table {
    text-align: right
}

.select2-container .select2-choice {
    border-radius: 0;
    padding: 5px;
    line-height: 24px;
    height: 36px
}

.f-coupon-code {
    width: 240px;
    display: inline-block
}

.wrap-breadcrumb-cover {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-height: 400px
}

.wrap-breadcrumb-cover .breadcrumb {
    background: transparent;
    margin-bottom: 10px;
    padding-top: 15px
}

.breadcrumb-cover {
    position: relative;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.group-cover {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    background: rgba(33, 33, 33, 0.6)
}

.group-cover:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle
}

.rtl .group-cover:before {
    margin-left: -0.25em;
    margin-right: inherit
}

.group-cover .title-page {
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase
}

.group-cover .cover-inner {
    display: inline-block;
    max-width: 80%;
    position: relative;
    vertical-align: middle;
    text-transform: capitalize;
    color: #fefefe
}

.group-cover a {
    color: #fefefe
}

.group-cover a:hover {
    color: #fff
}

.group-cover a:after {
    content: "/";
    font-size: 14px;
    color: #fefefe;
    margin-left: 15px
}

.rtl .group-cover a:after {
    margin-right: 15px;
    margin-left: inherit
}

.group-cover .breadcrumb-cover {
    width: 100%
}

.screen-reader-text {
    display: none
}

.nav-links a,
.nav-links span {
    width: 40px;
    height: 40px;
    margin: 0 4px
}

.navigation.pagination {
    margin-top: 15px
}

.pagination {
    display: block;
    clear: both;
    text-align: center
}

.pagination:before,
.pagination:after {
    content: " ";
    display: table
}

.pagination:after {
    clear: both
}

.pagination .current,
.pagination span.current {
    background: #dc5034;
    color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: none
}

.page-numbers {
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    border: none;
    display: inline-block;
    padding: 0;
    margin-right: 5px
}

.page-numbers:hover span {
    color: #dc5034;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.rtl .page-numbers {
    margin-left: 5px;
    margin-right: inherit
}

.page-numbers:hover {
    color: #dc5034
}

.image-pagination .page-numbers {
    padding: 0;
    border: none
}

.image-pagination .page-numbers:hover {
    border: none !important;
    background: none !important
}

.page-links {
    padding-top: 30px
}

.page-links .page-links-title {
    font-size: 14px;
    color: #313131;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 30px
}

.rtl .page-links .page-links-title {
    padding-left: 30px;
    padding-right: inherit
}

.page-links span.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background: #dc5034;
    border-radius: 50%;
    border: none;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    color: #fff;
    margin-right: 5px;
    text-align: center
}

.rtl .page-links span.page-numbers {
    margin-left: 5px;
    margin-right: inherit
}

.rtl .page-links span.page-numbers {
    margin-left: 5px;
    margin-right: inherit
}

.page-links span.page-numbers:hover {
    color: #FFF;
    background: #dc5034;
    border-color: #dc5034
}

.page-links a>span.page-numbers {
    background: #FFF;
    color: #dc5034
}

#calendar_wrap {
    padding-bottom: 0
}

#calendar_wrap #wp-calendar {
    border: 1px solid #dddddd
}

#calendar_wrap #today {
    background: #dc5034;
    color: #fff
}

#calendar_wrap thead {
    background: #FAFAFA
}

#calendar_wrap td {
    padding: 8px;
    text-align: center
}

#calendar_wrap table>thead>tr>th,
#calendar_wrap table>tbody>tr>th,
#calendar_wrap table>tfoot>tr>th {
    padding: 10px
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: #FFF
}

.table-striped ul li {
    display: inline-block;
    margin: 0
}

.table-striped ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.table-striped .azure-custom-simple {
    text-align: left
}

.table-striped .azure-custom-simple .att_label {
    text-align: center;
    line-height: 30px;
    color: #282828;
    font-weight: 400
}

.table-striped .att_img,
.table-striped .att_label,
.table-striped .att_color {
    margin: 0
}

.woocommerce-tabs li.resp-tab-item {
    background: none;
    font-weight: 500;
    font-family: "Poppins";
    font-size: 18px
}

.woocommerce-tabs li.resp-tab-item.active {
    border-bottom: 1px solid #dc5034;
    color: #dc5034;
    background: none
}

.woocommerce-tabs li.resp-tab-item.active a {
    color: #dc5034
}

.woocommerce-tabs ul.resp-tabs-list {
    margin: 0;
    padding: 0;
    text-align: center
}

.woocommerce-tabs .resp-tabs-list li {
    display: inline-block;
    padding: 5px 0px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    margin-right: 30px
}

.rtl .woocommerce-tabs .resp-tabs-list li {
    margin-left: 30px;
    margin-right: inherit
}

.woocommerce-tabs .resp-tabs-list li a {
    color: #282828
}

.woocommerce-tabs .resp-tabs-list li a:hover {
    color: #dc5034
}

.woocommerce-tabs .resp-tabs-container {
    padding: 0;
    clear: left
}

.woocommerce-tabs .resp-tab-content {
    padding: 15px
}

.woocommerce-tabs .resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important
}

.woocommerce-tabs .resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.woocommerce-tabs .resp-content-active,
.woocommerce-tabs .resp-accordion-active {
    display: block
}

.expand-icon {
    display: block;
    height: 10px;
    position: relative;
    width: 10px
}

.expand-icon::after,
.expand-icon::before {
    background: #212121 none repeat scroll 0 0;
    content: "";
    display: block;
    position: absolute
}

.expand-icon:hover::after,
.expand-icon:hover::before {
    background: #dc5034 none repeat scroll 0 0
}

.expand-icon::after {
    height: 100%;
    left: calc(50% - 1px);
    top: 0;
    width: 2px
}

.expand-icon::before {
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    width: 100%
}

.triggernav.active .expand-icon::after {
    display: none
}

.availability,
.text-share {
    color: #282828;
    font-size: 14px;
    font-weight: 500
}

.alert {
    border-style: dashed;
    border-color: #cbcbcb
}

.alert.alert-success {
    background: none;
    color: #313131;
    border-color: #e5e5e5
}

.alert.alert-success .close {
    display: none
}

.alert .button {
    float: right;
    margin-top: -6px;
    font-weight: 500
}

.rtl .alert .button {
    float: left
}

.alert a {
    color: #dc5034
}

.alert a.button {
    color: #fff
}

.widget .product-categories span.triggernav {
    float: right;
    padding: 5px
}

.rtl .widget .product-categories span.triggernav {
    float: left
}

.widget .product-categories .unvisible {
    height: 0 !important
}

.widget .product-categories .children {
    display: list-item;
    overflow: hidden;
    transition: all 300ms ease 0s
}

.contact-maps iframe {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -o-filter: grayscale(1)
}

.wpb_single_image {
    margin: 0 !important
}

.panel {
    border-radius: 3px;
    background: none
}

.panel .shop_tables {
    border: none;
    background: none
}

.panel {
    border: none
}

.panel .panel-heading {
    background: none !important;
    padding: 10px 0
}

.share-links {
    text-align: center
}

.share-links .count-share {
    border-right: 1px solid #ccc;
    font-size: 20px;
    padding: 5px 20px;
    vertical-align: middle;
    color: #252525;
    font-weight: 500
}

.rtl .share-links .count-share {
    border-left: 1px solid #ccc;
    border-right: inherit
}

.share-links .count-share b {
    font-size: 20px
}

.share-links .social-icons {
    margin: 0;
    display: inline-block;
    margin-left: 5px;
    padding: 5px 0
}

.rtl .share-links .social-icons {
    margin-right: 5px;
    margin-left: inherit
}

.share-links .social-icons li {
    line-height: initial
}

.share-links .social-item {
    padding: 3px 7px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.share-links .social-item:hover a {
    color: #1b3743
}

.share-links .social-item>a {
    display: inline-block;
    color: #999999;
    text-align: center;
    font-size: 12px
}

.share-links .social-item.facebook,
.share-links .social-item.twitter,
.share-links .social-item.google,
.share-links .social-item.linkedin,
.share-links .social-item.pinterest {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.share-links .author-social {
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 20px;
    margin-right: 3px
}

.rtl .share-links .author-social {
    margin-left: 3px;
    margin-right: inherit
}

.share-links .author-social .fa {
    font-size: 14px;
    padding-right: 10px
}

.rtl .share-links .author-social .fa {
    padding-left: 10px;
    padding-right: inherit
}

.azure-social-icon a:first-child {
    margin-left: 0
}

.header-placeholder {
    display: none
}

.header-placeholder.fixed {
    display: block
}

.header-content ul li a {
    text-transform: uppercase
}

header ul li {
    padding: 0
}

header .azure-social-icon {
    text-align: right
}

.rtl header .azure-social-icon {
    text-align: left
}

header .azure-social-icon a {
    border: none;
    width: initial;
    height: initial;
    background: initial;
    margin-right: 30px
}

.rtl header .azure-social-icon a {
    margin-left: 30px;
    margin-right: inherit
}

header .azure-social-icon a:last-child {
    margin-right: 0
}

.rtl header .azure-social-icon a:last-child {
    margin-left: 0;
    margin-right: inherit
}

header .azure-social-icon a i {
    color: #aaaaaa;
    position: relative;
    left: initial;
    transform: initial;
    line-height: 40px;
    margin-right: 0;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.rtl header .azure-social-icon a i {
    margin-left: 0;
    margin-right: inherit
}

header .azure-social-icon a i:hover {
    color: #dc5034
}

header ul li:last-child {
    border-bottom: none
}

header ul li.current-cat>a {
    color: #dc5034
}

header ul li .children {
    margin-top: 10px
}

header ul li li {
    padding-left: 20px;
    padding-right: 20px
}

.site-header {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    background: #FFF
}

.site-header .boxed {
    max-width: 1170px;
    margin: auto
}

#azure-header {
    position: relative
}

.azure-header-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-content-logo {
    min-width: 200px
}

.header-content-menu {
    position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 30px
}

.header-content-menu>.nav-menu {
    float: left
}

.rtl .header-content-menu>.nav-menu {
    float: right
}

.header-simple #na-menu-primary {
    float: right
}

.rtl .header-simple #na-menu-primary {
    float: left
}

.header-simple .header-content-logo {
    padding: 0
}

.header-simple ul#mega-menu-primary_navigation>li>a {
    text-transform: uppercase;
    line-height: 90px
}

.tran_header .header-social .azure-social-icon a i {
    color: #fff
}

.tran_header .header-social .azure-social-icon a i:hover {
    color: #dc5034
}

.tran_header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    pointer-events: none;
    background: linear-gradient(to top, transparent 0%, transparent 47%, rgba(0, 0, 0, 0.3) 100%, rgba(0, 0, 0, 0.3) 100%)
}

.tran_header #masthead {
    box-shadow: none;
    position: absolute;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    width: 100%
}

.tran_header #masthead .btn-mini-search {
    color: #fff
}

.tran_header #masthead .btn-mini-search:hover {
    color: #dc5034
}

.tran_header #masthead #na-menu-primary ul.mega-menu>li>a {
    color: #fff;
    line-height: 70px
}

.tran_header #masthead #na-menu-primary ul.mega-menu>li[class*="-has-children"]>a:before {
    color: #fff
}

.header-center.header-stacked-centered .header-content-logo {
    padding: 40px 0
}

.header-center.header-stacked-centered .azure-header-content {
    border-bottom: 1px solid #eee
}

.header-center.header-stacked-centered #na-menu-primary {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.header-center.header-stacked-centered #na-menu-primary .mega-menu>li>a {
    line-height: 80px
}

.full-width.slider-full .entry-title a {
    font-size: 50px;
    line-height: 60px
}

.header-content-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-content-logo {
    padding: 30px 0 30px
}

.header-center #azure-header {
    text-align: center
}

.header-center .azure-header-content {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-center .header-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-center #na-menu-primary .mega-menu>li>a {
    line-height: 80px;
    text-transform: uppercase
}

.header-center-social #mega-menu-primary_navigation li:first-child a {
    padding-left: 0
}

.header-center-social .header-content-logo {
    padding-bottom: 0
}

.header-center-social .menu-social {
    display: table;
    width: 100%
}

.header-center-social #na-menu-primary {
    display: table-cell
}

.header-center-social .header-middle {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.header-center-social .header-middle>div {
    display: inline-block
}

.header-center-social .site-logo {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #eee
}

.header-left #azure-header {
    text-align: left
}

.rtl .header-left #azure-header {
    text-align: right
}

.header-left .header-content-logo {
    padding: 20px 0
}

.header-left .header-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    justify-content: flex-start
}

.header-left .azure-header-content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-left .header-content-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.header-left #na-menu-primary ul.mega-menu>li>a {
    line-height: 70px
}

.header-left #na-menu-primary ul.mega-menu>li:first-child>a {
    padding-left: 0
}

.rtl .header-left #na-menu-primary ul.mega-menu>li:first-child>a {
    padding-right: 0;
    padding-left: inherit
}

.header-left .header-content-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-left .header-middle {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.header-left .site-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-drawer {
    background: #fff
}

.header-drawer #azure-top-navbar {
    background: transparent
}

.header-drawer #azure-header {
    background: transparent
}

.header-drawer .na-cart .mini-cart {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 10px
}

.rtl .header-drawer .na-cart .mini-cart {
    padding-right: 20px;
    padding-left: inherit
}

.rtl .header-drawer .na-cart .mini-cart {
    padding-left: 30px;
    padding-right: inherit
}

.header-drawer .search-menu {
    background: #fff;
    max-width: 700px;
    min-width: 600px;
    border-radius: 3px !important;
    vertical-align: middle;
    display: inline-block
}

.header-drawer .search-menu .btn-primary {
    background: transparent;
    color: #313131;
    cursor: text
}

.header-drawer .search-menu .btn-primary:hover {
    color: #e0e0e0
}

.header-drawer .search-menu .form-control {
    background: #fff;
    border-radius: 3px !important;
    border-color: #fff;
    padding: 7px 20px;
    height: 44px;
    color: #313131
}

.header-drawer .search-menu .form-control:focus {
    border-color: #fff
}

.header-drawer .search-menu .form-control:focus::-moz-placeholder {
    opacity: 0
}

.header-drawer .search-menu .form-control::-moz-placeholder {
    color: #313131
}

.header-drawer .searchform,
.header-drawer .woocommerce-product-search {
    padding: 0
}

.header-drawer .header-content-menu {
    text-align: center
}

.menu-drawer {
    position: fixed;
    z-index: 9999;
    background: #FFF;
    left: 0;
    width: 250px;
    border-right: 1px solid #efefef;
    height: 100%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px)
}

.rtl .menu-drawer {
    border-left: 1px solid #efefef;
    border-right: inherit
}

.menu-drawer>* {
    padding-top: 30px
}

.menu-drawer.show {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px)
}

.menu-drawer #na-menu-primary ul.mega-menu>li {
    float: none
}

.menu-drawer #na-menu-primary ul.mega-menu>li:hover {
    background: #E5E5E5
}

.menu-drawer #na-menu-primary ul.mega-menu>li>a {
    display: block;
    line-height: 50px;
    padding: 0 30px;
    text-transform: capitalize;
    color: #313131
}

.menu-drawer #na-menu-primary ul.mega-menu>li>a:hover {
    color: #dc5034
}

.menu-drawer #na-menu-primary ul>li[class*="-has-children"]>a::before {
    right: 20px;
    color: #313131
}

.menu-drawer #na-menu-primary ul.mega-menu>li ul {
    top: 100%;
    left: 100%
}

.menu-drawer #na-menu-primary ul.mega-menu>li:hover ul {
    top: 0
}

.menu-drawer #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
    position: relative
}

.menu-drawer #na-menu-primary ul.mega-menu>li.mega-menu-flyout>ul {
    min-width: 300px
}

.menu-drawer #na-menu-primary ul.mega-menu>li>ul {
    min-width: 900px;
    max-width: 1170px
}

.menu-drawer #na-menu-primary ul.mega-menu li ul ul {
    margin: 0;
    padding: 0;
    display: block;
    left: 0;
    position: relative
}

.azure-header-content .user-login {
    cursor: pointer;
    position: relative
}

.azure-header-content .user-login .author-img {
    padding: 0
}

.azure-header-content .user-login:hover #menu-topbar-menu {
    top: 45px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.azure-header-content .user-login #menu-topbar-menu {
    background: #FFFFFF none repeat scroll 0 0;
    box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, 0.15);
    min-width: 125px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 60px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden
}

.rtl .azure-header-content .user-login #menu-topbar-menu {
    left: 0;
    right: auto
}

.azure-header-content .user-login #menu-topbar-menu li {
    float: none;
    font-size: 12px
}

.azure-header-content .user-login #menu-topbar-menu li>a {
    padding: 5px
}

.azure-header-content .user-login #menu-topbar-menu li>a:hover,
.azure-header-content .user-login #menu-topbar-menu li>a:focus {
    background: none
}

.header-vertical {
    background: #fff
}

.header-vertical .header-content-menu {
    padding: 23px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5)
}

.header-vertical #azure-top-navbar {
    background: transparent
}

.header-vertical #azure-header {
    background: transparent
}

.header-vertical .na-cart .mini-cart {
    padding-left: 20;
    padding-right: 30px;
    padding-top: 10px
}

.rtl .header-vertical .na-cart .mini-cart {
    padding-right: 20;
    padding-left: inherit
}

.rtl .header-vertical .na-cart .mini-cart {
    padding-left: 30px;
    padding-right: inherit
}

.header-vertical .search-menu {
    background: #fff;
    max-width: 700px;
    min-width: 600px;
    border-radius: 3px !important;
    vertical-align: middle;
    display: inline-block
}

.header-vertical .search-menu .btn-primary {
    background: transparent;
    color: #313131;
    cursor: text
}

.header-vertical .search-menu .btn-primary:hover {
    color: #313131
}

.header-vertical .search-menu .form-control {
    background: #fff;
    border-radius: 3px !important;
    border-color: #fff;
    padding: 7px 20px;
    height: 44px;
    color: #313131
}

.header-vertical .search-menu .form-control:focus {
    border-color: #fff
}

.header-vertical .search-menu .form-control:focus::-moz-placeholder {
    opacity: 0
}

.header-vertical .search-menu .form-control::-moz-placeholder {
    color: #313131
}

.header-vertical .searchform,
.header-vertical .woocommerce-product-search {
    padding: 0
}

.layout-header-vertical .site-content>.container_b,
.layout-header-vertical #na-footer>* {
    transform: translateX(120px);
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px)
}

.menu-vertical {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    width: 250px;
    height: 100%;
    border-right: 1px solid #dedede
}

.rtl .menu-vertical {
    border-left: 1px solid #dedede;
    border-right: inherit
}

.menu-vertical>* {
    padding-top: 10px
}

.menu-vertical .header-content-logo {
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.5)
}

.rtl .menu-vertical .header-content-logo {
    padding-right: 30px;
    padding-left: inherit
}

.menu-vertical #na-menu-primary ul.mega-menu>li {
    float: none
}

.menu-vertical #na-menu-primary ul.mega-menu>li:hover {
    background: #E5E5E5
}

.menu-vertical #na-menu-primary ul.mega-menu>li>a {
    display: block;
    line-height: 50px;
    padding: 0 30px;
    text-transform: capitalize;
    color: #333
}

.menu-vertical #na-menu-primary ul.mega-menu>li>a:hover {
    color: #dc5034
}

.menu-vertical #na-menu-primary ul>li[class*="-has-children"]>a::before {
    right: 20px;
    color: #313131
}

.rtl .menu-vertical #na-menu-primary ul>li[class*="-has-children"]>a::before {
    left: 20px;
    right: auto
}

.menu-vertical #na-menu-primary ul.mega-menu>li ul {
    top: 100%;
    left: 100%
}

.menu-vertical #na-menu-primary ul.mega-menu>li:hover ul {
    top: 0
}

.menu-vertical #na-menu-primary ul.mega-menu li.mega-menu-megamenu {
    position: relative
}

.menu-vertical #na-menu-primary ul.mega-menu>li.mega-menu-flyout>ul {
    min-width: 300px
}

.menu-vertical #na-menu-primary ul.mega-menu>li>ul {
    min-width: 900px;
    max-width: 1170px
}

.menu-vertical #na-menu-primary ul.mega-menu li ul ul {
    margin: 0;
    padding: 0;
    display: block;
    left: 0;
    position: relative
}

.azure_icon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    margin-left: 30px
}

.azure_icon .azure_icon-bar {
    background: #333;
    display: block;
    height: 2px;
    margin: 4px;
    position: relative;
    width: 22px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.azure_icon:hover .azure_icon-bar {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #dc5034
}

.topbar-left {
    float: left
}

.rtl .topbar-left {
    float: right
}

.topbar-right {
    float: right
}

.rtl .topbar-right {
    float: left
}

.header-social .azure-social-icon a {
    margin-right: 0
}

.header-social .azure-social-icon a i {
    color: #282828
}

.header-logo-menu-social #mega-menu-primary_navigation {
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block
}

.header-logo-menu-social #na-menu-primary {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.header-logo-menu-social .header-middle {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.header-logo-menu-social .header-middle>div {
    display: inline-block
}

.header-logo-menu-social .header-content-logo {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 15px
}

.header-logo-menu-social .site-logo {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.sidebar {
    padding-bottom: 35px;
    color: #555555;
    font-size: 13px
}

.sidebar ul {
    padding: 0
}

.sidebar ul li {
    list-style: none
}

.sidebar aside.widget_tag_cloud {
    margin-top: 70px
}

.sidebar aside.widget_tag_cloud .tagcloud {
    margin-top: 30px;
    overflow: hidden;
    color: #999
}

.sidebar aside.widget_tag_cloud .tagcloud a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 7px 11px;
    border-radius: 2px;
    background: #e6e7eb;
    color: #535e70;
    transition: all 0.2s ease 0s;
    border: 1px solid #e1e2e8
}

.sidebar aside.widget_tag_cloud .tagcloud a:hover {
    background: #dc5034;
    color: #fff
}

.sidebar .searchform .input-group {
    width: 100%
}

.sidebar .searchform .form-control {
    background: #f6f6f6
}

.sidebar.sidebar-left {
    padding-left: 15px;
    padding-right: 0
}

.sidebar.sidebar-right {
    padding-right: 15px;
    padding-left: 0
}

.sidebar a {
    color: #282828
}

.sidebar ul li {
    border-bottom: 1px solid #eee;
    padding-left: 0
}

.rtl .sidebar ul li {
    padding-right: 0;
    padding-left: inherit
}

.sidebar .author-link {
    color: #999
}

.sidebar .author-link:hover {
    color: #dc5034
}

.sidebar ul {
    padding-left: 20px;
    border-top: 1px solid #eee
}

.rtl .sidebar ul {
    padding-right: 20px;
    padding-left: inherit
}

.sidebar .input-group {
    margin-bottom: 4px
}

.sidebar aside>ul {
    padding-bottom: 15px;
    margin-top: 15px !important;
    margin-bottom: 0;
    border: none
}

.sidebar aside>ul>li>ul li {
    padding-bottom: 0
}

.sidebar .NA_social {
    padding-bottom: 27px
}

.sidebar .NA_social a {
    width: 50px;
    height: 50px
}

.sidebar .NA_social a:hover {
    background: #fff;
    border: 2px solid #dc5034
}

.sidebar .NA_social a:hover i {
    color: #dc5034 !important
}

.sidebar .NA_social a i {
    color: #fff
}

.sidebar .NA_social .ion-social-googleplus {
    background: #dd4b39;
    border: 2px solid #dd4b39
}

.sidebar .NA_social .ion-social-pinterest {
    background: #bd081c;
    border: 2px solid #bd081c
}

.sidebar .NA_social .ion-social-instagram {
    background: #f56040;
    border: 2px solid #f56040
}

.sidebar .NA_social .ion-social-twitter {
    background: #1da1f2;
    border: 2px solid #1da1f2
}

.sidebar .NA_social .ion-social-facebook {
    background: #3b5998;
    border: 2px solid #3b5998
}

.sidebar .NA_social a {
    color: #dc5034;
    font-size: 20px
}

.sidebar .content-inner {
    padding-bottom: 15px;
    background: none;
    box-shadow: none
}

.sidebar aside {
    margin-bottom: 65px;
    padding: 0
}

.sidebar .widgettitle {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 6px;
    letter-spacing: 1px;
    text-align: left;
    display: flex;          /* 横並び＋フレックスレイアウト */
    align-items: center;    /* 縦方向の中央揃え */
    gap: 0.5em;             /* 画像と文字の間隔（お好みで調整） */
}
.rtl .sidebar .widgettitle {
    /*text-align: right*/
}

.sidebar .widgettitle img {
    display: block;     /* 行ボックスの余白を消す */
    width: 50px;
    height: 50px;
    flex-shrink: 0;     /* 画像がつぶれないように */
}

.sidebar .widgettitle span {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.sidebar.shop-author-title {
    padding-left: 0;
    padding-right: 0
}

.sidebar.shop-author-title .widgettitle+* {
    margin: 0;
    padding: 5px 60px 0
}

.sidebar.shop-author-title .widgettitle {
    padding: 15px 60px
}

.sidebar .widgettitle+* {
    margin-top: 30px;
    padding: 0
}

.sidebar select {
    margin-top: 30px;
    width: 100%
}

.sidebar .products {
    padding-bottom: 30px
}

.sidebar .products [class*="col-md-"] {
    float: none
}

.sidebar .product-block {
    padding-top: 15px;
    margin-bottom: 15px;
    border: none
}

.sidebar .product-block:hover {
    border: none
}

.sidebar .product-block:hover .caption-product {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.sidebar .product-block.border {
    border: none
}

.sidebar .product-block.border:hover {
    border: none
}

.sidebar .product-block .caption-product {
    background: none
}

.sidebar .button-groups,
.sidebar .quick-view,
.sidebar .labels {
    display: none
}

.sidebar .productid-content-inner {
    margin-bottom: 20px
}

.sidebar .name {
    padding-top: 0;
    margin-top: 0;
    text-align: left
}

.rtl .sidebar .name {
    text-align: right
}

.sidebar .price {
    color: #373636;
    font-size: 14px;
    font-weight: 400
}

.sidebar .price-review {
    text-align: left
}

.rtl .sidebar .price-review {
    text-align: right
}

.sidebar .grid-price {
    margin-top: 0
}

.sidebar .product-image {
    width: 80px;
    float: left;
    margin-right: 10px
}

.rtl .sidebar .product-image {
    float: right
}

.rtl .sidebar .product-image {
    margin-left: 10px;
    margin-right: inherit
}

.sidebar .product-image .inner {
    margin: 0
}

.sidebar .product-details {
    padding-top: 15px
}

.sidebar .product-details a {
    font-weight: 400;
    display: block
}

.sidebar ul.product_list_widget {
    padding: 0 20px
}

.sidebar ul.product_list_widget .product-title {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px
}

.sidebar ul.product_list_widget>li {
    clear: both;
    border: none
}

.sidebar ul.product_list_widget>li:first-child {
    padding-top: 20px
}

.sidebar ul.product_list_widget>li:after {
    clear: both;
    content: " ";
    display: table
}

.sidebar ul.product_list_widget>li ins {
    text-decoration: none
}

.sidebar .caption {
    min-height: 75px
}

.sidebar.product-list .products {
    padding-bottom: 0
}

.sidebar .product-block:hover .price {
    opacity: 1;
    transition: all 0.2s ease 0s;
    visibility: visible
}

.sidebar .products [class*="col-"] {
    padding: 0
}

.sidebar del {
    font-size: 12px;
    color: #8e8e8e
}

.sidebar .widget.dropdown .widgettitle:after {
    color: #282828;
    content: "\f067";
    font-family: "fontawesome";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0px
}

.rtl .sidebar .widget.dropdown .widgettitle:after {
    left: 15px;
    right: auto
}

.sidebar .widget.dropdown .widgetcontent.dropdown-menu {
    position: relative;
    float: none;
    border: none;
    box-shadow: none
}

.sidebar .vc_column_container>.vc_column-inner {
    padding: 0
}

.sidebar #recentcomments li>a {
    color: #dc5034
}

.sidebar .post-image {
    float: left;
    margin-right: 10px;
    padding-bottom: 0
}

.rtl .sidebar .post-image {
    float: right
}

.rtl .sidebar .post-image {
    margin-left: 10px;
    margin-right: inherit
}

.sidebar .side-item-text {
    float: left;
    width: 55%
}

.rtl .sidebar .side-item-text {
    float: right
}

.sidebar .entry-title {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.sidebar .article-meta {
    color: #888888;
    font-size: 10px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    background: none;
    border-top: none;
    display: block
}

.sidebar .recent-post-widgets li {
    padding: 15px 0
}

.sidebar ul li {
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 5px
}

.sidebar ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.sidebar ul li.current-cat>a {
    color: #dc5034
}

.sidebar ul li .children {
    margin-top: 10px
}

.entry-meta {
    overflow: hidden
}

.cat-item {
    padding: 17px 0 5px
}

.widget_tabs_post .post-thumb img {
    width: 100%;
    max-width: initial
}

.scrollup {
    background: #dc5034;
    bottom: 30px;
    display: none;
    position: fixed;
    right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 2px;
    z-index: bebebe;
    border-radius: 3px;
    cursor: pointer
}

.rtl .scrollup {
    left: 30px;
    right: auto
}

.scrollup .fa {
    display: block;
    line-height: 34px
}

.na-footer {
    background: #fff;
    position: relative;
    right: 0;
    float: left;
    clear: both;
    width: 100%;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    color: #282828;
    background-position: center center;
    background-size: cover
}

.na-footer input#mc4wp {
    width: 60%;
    font-size: 14px;
    border: 1px solid #eee
}

.na-footer [class*="ion-social-"] {
    font-size: 14px;
    color: #313131
}

.na-footer input[type="email"] {
    color: #282828
}

.na-footer .azure-social-icon {
    text-align: left
}

.rtl .na-footer .azure-social-icon {
    text-align: right
}

.rtl .na-footer {
    left: 0;
    right: auto
}

.rtl .na-footer {
    float: right
}

.na-footer .footer-center {
    padding: 60px 0 40px;
    color: #282828;
    position: relative
}

.na-footer .footer-bottom {
    border-top: 1px solid #eee;
    padding: 30px 0
}

.na-footer .footer-bottom .azure-social-icon {
    text-align: right
}

.rtl .na-footer .footer-bottom .azure-social-icon {
    text-align: left
}

.na-footer .footer-bottom .coppy-right {
    text-align: center;
    color: #313131
}

.na-footer .footer-bottom .coppy-right a {
    color: #dc5034;
    font-weight: 500
}

.na-footer .footer-bottom .coppy-right a:hover {
    color: #dc5034
}

.na-footer ul {
    padding: 0;
    list-style: none
}

.na-footer ul li {
    color: #282828;
    line-height: 25px;
    padding: 0
}

.na-footer ul li b {
    font-weight: 500;
    color: #282828
}

.na-footer ul li a {
    font-size: 14px;
    color: #282828;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.na-footer ul li a:hover {
    color: #dc5034;
    margin-left: 6px;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.na-footer select {
    color: #f5f5f5;
    width: 100%
}

.na-footer .widgettitle {
    font-size: 18px;
    display: inline-block;
    text-align: left;
    font-weight: 600;
    margin: 0 0 7px;
    padding: 12px 0;
    color: #282828;
    text-transform: capitalize
}

.na-footer img {
    height: auto
}

.na-footer b,
.na-footer strong,
.na-footer .wp-caption .wp-caption-text,
.na-footer .entry-caption,
.na-footer .gallery-caption {
    color: #fff
}

.na-footer .newsletters {
    text-align: left;
    color: #d2d2d2
}

.rtl .na-footer .newsletters {
    text-align: right
}

.na-footer .newsletters .group-input-newsletter {
    width: 100%;
    max-width: 100%
}

.na-footer .newsletters .input,
.na-footer .newsletters .form-control {
    height: 40px
}

.na-footer .newsletters .input:focus,
.na-footer .newsletters .input:active,
.na-footer .newsletters .form-control:focus,
.na-footer .newsletters .form-control:active {
    border-color: #ebebeb
}

.fitnez-instagram {
    margin-left: -10px
}

.entry-content .page-links span.page-numbers {
    background: #dc5034;
    color: #fff
}

label {
    margin-bottom: 0
}

.entry-content .page-links a span.page-numbers {
    background: #fff;
    color: #dc5034
}

.widget_contact_info {
    color: #313131;
    line-height: 24px
}

.na-footer {
    overflow: hidden
}

.na-footer input[type='text'] {
    width: 100%;
    border: 1px solid #EEE
}

.na-footer input[type='text']:focus {
    border: 1px solid #EEE
}

.na-footer .input-group-btn {
    display: inline-block
}

.na-footer .input-group {
    overflow: hidden;
    display: block
}

.na-footer .input-group .btn {
    padding: 9px 15px;
    border-radius: 0
}

.na-footer .form-control {
    width: initial;
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.na-footer.footer-1 {
    padding-top: 60px
}

.na-footer.footer-1 .azure-image-content {
    text-align: center
}

.na-footer.footer-1 .azure-social-icon {
    text-align: center;
    padding-top: 30px
}

.na-footer.footer-1 .footer-center {
    padding: 0;
    padding-bottom: 54px
}

.na-footer.footer-1.bg-tran-footer .footer-bottom {
    border-top: 1px solid #fff
}

.bg-tran-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.footer-2.bg-tran-footer {
    border: none
}

.footer-2.bg-tran-footer .widget_contact_info,
.footer-2.bg-tran-footer .des-newsletter {
    color: #282828
}

.footer-2.bg-tran-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.footer-2.bg-tran-footer .footer-bottom .coppy-right {
    color: #282828
}

.footer-2.bg-tran-footer input[type="submit"] {
    background-color: rgba(255, 255, 255, 0.1);
    border: transparent;
    border-radius: none
}

.footer-2.bg-tran-footer .widgettitle {
    color: #fff
}

.footer-2.bg-tran-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.95)
}

.footer-2 .about .azure-social-icon>a {
    border: none;
    background: none;
    width: initial;
    height: initial;
    margin-right: 35px
}

.rtl .footer-2 .about .azure-social-icon>a {
    margin-left: 35px;
    margin-right: inherit
}

.footer-2 .about .azure-social-icon>a:last-child {
    margin: 0
}

.footer-2 .about .azure-social-icon>a:hover i {
    color: #dc5034
}

.footer-2 .about .azure-social-icon .fa {
    color: #fff;
    position: relative;
    transform: initial;
    left: initial
}

.footer-2 .widget.about {
    max-width: 45%;
    display: inline-block;
    padding: 0
}

.footer-2 .about-description span {
    font-size: 14px;
    line-height: 30px;
    color: #fff
}

.sbi_follow_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

.na-footer.bg_footer_white .btn-newsletter.btn {
    box-shadow: none
}

.na-footer.footer-3 {
    background: #fff
}

.na-footer.footer-3 .coppy-right {
    text-align: right
}

.na-footer.footer-3 .footer-bottom-left .azure-social-icon {
    text-align: right
}

.na-footer.footer-3.bg-tran-footer {
    padding-top: 120px
}

.na-footer.footer-3 .coppy-left span {
    color: #313131
}

.na-footer.footer-3 #sb_instagram .sbi_follow_btn a {
    color: #313131;
    background-color: #fff
}

.na-footer.footer-3 .footer-center {
    padding: 0
}

.na-footer.footer-3 .azure-image-content {
    padding: 55px 0 0;
    text-align: center
}

.na-footer.footer-3 .azure-image-content a {
    display: inline-block;
    overflow: hidden
}

.na-footer.footer-3 .footer-bottom {
    border-top: none
}

.na-footer.footer-3 .footer-top {
    text-align: center
}

.page .vc_grid-item-mini {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    position: relative
}

.page .post-item.vc_col-sm-12 .post-title {
    font-size: 20px
}

.page .post-item .comments-link i {
    top: -1px
}

.page .post-date {
    display: inline-block
}

.page .padding-content {
    padding-right: 30px
}

.page-header {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: none
}

.hidden_content .entry-content {
    display: none
}

.hidden_share .share-links {
    display: none
}

.page-title {
    margin-top: 0px;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0px
}

.page-title>h1 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 500
}

.woocommerce-checkout .titlecheckout {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 30px 20px;
    text-transform: uppercase
}

.woocommerce-checkout input,
.woocommerce-checkout .checkbox {
    height: 42px;
    color: #777777;
    border-radius: 3px
}

.woocommerce-checkout .select2-choice {
    height: 42px;
    line-height: 32px
}

.woocommerce-checkout label {
    color: #282828;
    font-weight: 500;
    text-transform: uppercase
}

.woocommerce-checkout .title-checkout {
    color: #282828;
    padding: 20px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase
}

.woocommerce-checkout .woocommerce-billing-fields .titlecheckout {
    padding-left: 0
}

.rtl .woocommerce-checkout .woocommerce-billing-fields .titlecheckout {
    padding-right: 0;
    padding-left: inherit
}

.woocommerce-checkout .woocommerce-billing-fields p {
    padding-bottom: 20px
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 47.5%;
    float: left
}

.rtl .woocommerce-checkout .form-row-first,
.rtl .woocommerce-checkout .form-row-last {
    float: right
}

.woocommerce-checkout .form-row-first {
    margin-right: 5%
}

.rtl .woocommerce-checkout .form-row-first {
    margin-left: 5%;
    margin-right: inherit
}

.woocommerce-checkout .amount {
    float: right
}

.rtl .woocommerce-checkout .amount {
    float: left
}

.woocommerce-checkout .checkout-review {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}

.woocommerce-checkout .checkout-review thead th {
    border: none
}

.woocommerce-checkout .checkout-review th {
    padding: 20px
}

.woocommerce-checkout .checkout-review td {
    padding: 20px
}

.woocommerce-checkout .checkout-review .product-total {
    text-align: right
}

.rtl .woocommerce-checkout .checkout-review .product-total {
    text-align: left
}

.woocommerce-checkout #payment {
    border-radius: 5px
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    list-style: none
}

.woocommerce-checkout #payment ul.payment_methods p {
    font-size: 13px
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 20px 40px;
    border-bottom: 1px solid #e7e7e7
}

.woocommerce-checkout #payment ul.payment_methods li label {
    text-transform: capitalize;
    font-weight: 500
}

.woocommerce-checkout #payment ul.payment_methods li:first-child {
    padding-top: 0
}

.woocommerce-checkout #payment ul.payment_methods label {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    position: relative
}

.woocommerce-checkout #payment ul.payment_methods label:before {
    border-radius: 50%;
    height: 12px;
    left: -20px;
    top: 5px;
    width: 12px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    content: " ";
    cursor: pointer;
    display: block;
    position: absolute
}

.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal label:before {
    top: 10px
}

.woocommerce-checkout #payment .input-radio {
    visibility: hidden;
    display: none
}

.woocommerce-checkout #payment .input-radio:checked+label::before {
    border-color: #282828;
    border-width: 2px
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: 0.83em
}

.rtl .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: left
}

.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-checkout .place-order {
    padding: 20px
}

.shop_table {
    border: none;
    background: none;
    text-align: left
}

.rtl .shop_table {
    text-align: right
}

.shop_table thead {
    background: none
}

.shop_table .product-thumbnail {
    text-align: left
}

.rtl .shop_table .product-thumbnail {
    text-align: right
}

.shop_table td {
    padding: 20px
}

.shop_table .order-total {
    color: #282828;
    background: #ededed
}

.tran_header .full-width .single-bgr-image {
    height: 100vh
}

.cart-item {
    margin-top: 10px
}

.cart_item {
    border-bottom: 1px solid #e7e7e7
}

.cart_item>* {
    padding: 20px 0px;
    border-bottom: none;
    border-top: 1px solid #e7e7e7
}

.cart_item .add-action {
    display: none
}

.cart_item>* {
    vertical-align: middle
}

.variation {
    color: #282828;
    display: block;
    margin: 10px 0;
    font-weight: 400
}

.variation dd {
    margin-bottom: 5px
}

.variation>* {
    display: block;
    margin: 0
}

.variation>*>p {
    margin: 0;
    color: #313131
}

.page-cart {
    padding-right: 35px
}

.rtl .page-cart {
    padding-left: 35px;
    padding-right: inherit
}

.page-cart .cart .quantity input.qty,
.page-cart .cart .quantity {
    width: 70px;
    margin: 0;
    height: 32px;
    border: none;
    background: #E3E5E6;
    font-weight: 400;
    font-size: 15px
}

.page-cart .product-name a {
    color: #dc5034;
    font-weight: 500;
    line-height: 20px
}

.page-cart .product-subtotal>* {
    font-weight: 500
}

.page-cart .shop_table {
    margin-bottom: 50px
}

.page-cart .shop_table thead>tr>* {
    border: none
}

.page-cart .shop_table thead>tr>th:first-child {
    padding-left: 0
}

.rtl .page-cart .shop_table thead>tr>th:first-child {
    padding-right: 0;
    padding-left: inherit
}

.page-cart .shop_table tbody>tr>td:first-child {
    padding-left: 0
}

.rtl .page-cart .shop_table tbody>tr>td:first-child {
    padding-right: 0;
    padding-left: inherit
}

.azure-coupon {
    border: 1px solid #e7e7e7;
    padding: 5px;
    margin-bottom: 20px
}

.azure-coupon .input-group-btn {
    padding: 0
}

.azure-coupon .form-control {
    border: none
}

.azure-coupon span {
    border: none;
    padding: 0 15px;
    font-size: 16px;
    background: #fff
}

.azure-coupon #coupon_code {
    background: none;
    height: 42px;
    padding: 0
}

.azure-coupon .input-group-addon {
    background: none
}

.azure-coupon .button {
    color: #FFF
}

.shipping_address>p {
    margin-bottom: 20px
}

.shipping .amount {
    float: right
}

.rtl .shipping .amount {
    float: left
}

.shipping input {
    height: auto
}

.shipping ul {
    list-style: none
}

.shipping ul li {
    padding: 2px
}

.shipping ul li label {
    text-transform: capitalize;
    font-weight: 400
}

.shipping ul label {
    display: inline-block;
    font-size: 14px;
    width: 100%;
    position: relative
}

.shipping ul label:before {
    border-radius: 50%;
    height: 12px;
    left: -20px;
    top: 1px;
    width: 12px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    content: " ";
    cursor: pointer;
    display: block;
    position: absolute
}

.shipping .shipping_method {
    visibility: hidden;
    display: none
}

.shipping .shipping_method:checked+label::before {
    border-color: #282828;
    border-width: 2px
}

.shipping .shipping-calculator-button {
    padding-left: 40px;
    text-transform: uppercase;
    color: #282828
}

.rtl .shipping .shipping-calculator-button {
    padding-right: 40px;
    padding-left: inherit
}

.shipping select,
.shipping input {
    width: 100%;
    height: 33px
}

.shipping .shipping-calculator-form {
    padding-left: 40px
}

.rtl .shipping .shipping-calculator-form {
    padding-right: 40px;
    padding-left: inherit
}

.cart-collaterals {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}

.cart-collaterals .title-cart {
    color: #282828;
    padding: 20px;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7
}

.cart-collaterals .shop_table tr>* {
    padding: 20px
}

.cart-collaterals .shop_table tr>th {
    font-weight: 400
}

.cart-collaterals .shop_table .cart-subtotal>td {
    text-align: right
}

.cart-collaterals .shop_table .order-total {
    color: #282828
}

.cart-collaterals .shop_table .order-total th {
    font-weight: 500
}

.cart-collaterals .shop_table .order-total .amount {
    float: right;
    font-weight: 500
}

.rtl .cart-collaterals .shop_table .order-total .amount {
    float: left
}

.cart-collaterals .wc-btn-updatecart,
.cart-collaterals .wc-proceed-to-checkout {
    display: block;
    padding: 0 40px;
    margin-bottom: 10px
}

.cart_totals {
    padding-bottom: 20px
}

.contact .fa {
    color: #dc5034;
    font-size: 18px;
    width: 30px
}

.error-404 {
    padding: 200px 0;
    text-align: center
}

.error-404 #searchform {
    max-width: 450px;
    display: inline-block
}

.error-404 #searchform .form-control {
    width: 400px
}

.woocommerce-order-received .page-title {
    display: none
}

.woocommerce-order-received .thankyou-order-details {
    text-align: center
}

.woocommerce-order-received ul.order_details {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.woocommerce-order-received ul.order_details li {
    padding: 30px;
    float: left;
    text-align: left;
    color: #777777
}

.rtl .woocommerce-order-received ul.order_details li {
    float: right
}

.woocommerce-order-received ul.order_details li strong {
    margin-top: 10px;
    color: #282828;
    font-weight: 400;
    display: block
}

.thankyou-order {
    text-align: center;
    padding-top: 50px
}

.woocommerce-thankyou-order-received {
    font-size: 18px;
    text-align: center;
    position: relative;
    color: #dc5034
}

.woocommerce-thankyou-order-received:before {
    position: relative;
    font-family: "fontawesome";
    content: "\f00c";
    margin-right: 10px;
    color: #dc5034;
    font-size: 30px
}

.rtl .woocommerce-thankyou-order-received:before {
    margin-left: 10px;
    margin-right: inherit
}

.thankyou-order-payment-details>p {
    font-size: 14px;
    margin-bottom: 30px
}

.thankyou-order-payment-details h2 {
    font-size: 18px;
    text-transform: uppercase
}

.thankyou-order-payment-details .woocommerce-order-details {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    background: #fafafa;
    margin-bottom: 30px;
    border-radius: 3px
}

.thankyou-order-payment-details .woocommerce-order-details .order_details {
    margin: 0
}

.thankyou-order-payment-details .woocommerce-order-details .product-total {
    text-align: right
}

.thankyou-order-payment-details .woocommerce-order-details tr>* {
    padding: 20px
}

.thankyou-order-payment-details .woocommerce-order-details thead th {
    border-bottom: 1px solid #e7e7e7
}

.thankyou-order-payment-details .woocommerce-order-details tfoot>tr:last-child .amount {
    font-weight: bold
}

.thankyou-order-payment-details .order_heading {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid #e7e7e7
}

.customer_details tr>* {
    border: none;
    vertical-align: middle
}

.woocommerce table.wishlist_table {
    font-size: 100%
}

.woocommerce #content table.wishlist_table.cart a.remove {
    padding-left: 15px
}

.rtl .woocommerce #content table.wishlist_table.cart a.remove {
    padding-right: 15px;
    padding-left: inherit
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background: none;
    color: #dc5034
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: left;
    vertical-align: middle
}

.panel {
    box-shadow: none
}

.panel-heading>*,
.panel-title {
    font-size: 18px;
    text-transform: uppercase
}

.panel-body {
    padding: 30px
}

.panel-body .form-row {
    margin-bottom: 20px
}

.edit {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize
}

.page-search {
    margin-top: 60px
}

.woocommerce .login input.form-control,
.woocommerce .register input.form-control {
    height: 42px;
    padding: 0;
    margin-bottom: 30px;
    background: #FFF
}

.woocommerce .title-login,
.woocommerce .title-register {
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center
}

.woocommerce .lost_password {
    margin-bottom: 20px
}

.woocommerce .login-form-divider span {
    background: #F5F5F5 none repeat scroll 0 0;
    color: #282828;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 0 19px;
    position: relative;
    text-transform: lowercase;
    z-index: 10
}

.woocommerce .login-form-divider {
    margin: 19px 0;
    position: relative;
    text-align: center;
    width: 100%
}

.woocommerce .login-form-divider::before {
    background: #ccc none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.woocommerce .register-wrap {
    display: none
}

.woocommerce-account .ri-breadcrumb {
    display: none
}

.myaccount-login {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px
}

.myaccount-login .btn {
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px
}

.button-offcanvas {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.cross-sells {
    margin-top: 50px;
    text-align: center
}

.mfp-wrap #azure-quickview {
    display: block
}

#azure-quickview {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1080px;
    position: relative
}

#azure-quickview .slick-slide img {
    width: 100%
}

#azure-quickview .entry-summary {
    margin: 50px;
    padding: 0
}

#azure-quickview .product-detail-wrap .cart {
    padding-bottom: 0
}

#azure-quickview .mfp-close {
    top: 0 !important;
    font-size: 14px
}

#azure-quickview .flickity-prev-next-button {
    background: none;
    border-radius: 0;
    font-size: 14px;
    opacity: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: 0.4s;
    -moz-transform: 0.4s;
    -ms-transform: 0.4s;
    -o-transform: 0.4s;
    transform: 0.4s
}

#azure-quickview .flickity-prev-next-button:focus {
    box-shadow: none;
    outline: none
}

#azure-quickview .na-product-image:hover .flickity-prev-next-button {
    opacity: 1;
    -webkit-transform: 0.4s;
    -moz-transform: 0.4s;
    -ms-transform: 0.4s;
    -o-transform: 0.4s;
    transform: 0.4s
}

#azure-quickview .flickity-prev-next-button:disabled {
    display: none
}

#azure-quickview .full-image {
    width: 100%
}

#azure-quickview .slide>img {
    width: 100%
}

#azure-quickview .woocommerce-product-rating {
    display: none
}

#azure-quickview .price {
    color: #dc5034;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
    padding: 25px 0
}

#azure-quickview .stock {
    border: 1px solid #00bc0d;
    border-radius: 3px;
    color: #00bc0d;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px
}

#azure-quickview .description {
    clear: both;
    color: #555555;
    display: block;
    font-size: 13px;
    line-height: 24px;
    padding: 10px 0 20px;
    position: relative
}

#azure-quickview .reset_variations {
    font-size: 12px;
    position: absolute;
    right: 50px;
    top: 35px
}

#azure-quickview .cart:before,
#azure-quickview .cart:after {
    content: " ";
    display: table
}

#azure-quickview .cart:after {
    clear: both
}

#azure-quickview .cart .quantity {
    width: 100px
}

#azure-quickview .product_meta {
    clear: both;
    margin: 0;
    padding-top: 10px
}

#azure-quickview .product_meta>* {
    color: #282828;
    display: block;
    font-weight: 500;
    padding: 5px 0
}

.product-image.loading::after {
    background: white none repeat scroll 0 0;
    color: #dc5034;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%
}

.product-image.loading::before {
    animation: 0.8s ease 0s normal none infinite running dotFade;
    background: #dc5034 none repeat scroll 0 0;
    border-radius: 49%;
    bottom: 0;
    color: #dc5034;
    content: "";
    height: 12px;
    left: 0;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    z-index: 99
}

.mfp-bg {
    z-index: 10429
}

.mfp-wrap {
    z-index: 10439
}

.mfp-close i {
    pointer-events: none
}

.name-account {
    padding: 10px 0 10px
}

.my-account {
    margin-bottom: 20px
}

.sidebar .btn-logout {
    font-size: 12px;
    color: #8b8b8b;
    text-decoration: underline
}

.woo-dashboard {
    border-radius: 5px;
    min-height: 500px;
    padding: 30px
}

.woo-dashboard .woocommerce-Button {
    margin-right: 10px
}

.rtl .woo-dashboard .woocommerce-Button {
    margin-left: 10px;
    margin-right: inherit
}

.woo-dashboard .shop_table .order-total {
    background: none
}

.is-active>a {
    color: #dc5034
}

.fa-map-marker,
.fa-phone,
.fa-envelope-o {
    margin-right: 10px;
    color: #282828
}

.rtl .fa-map-marker,
.rtl .fa-phone,
.rtl .fa-envelope-o {
    margin-left: 10px;
    margin-right: inherit
}

.preview .wpb_single_image {
    overflow: visible
}

.preview .group-btn-image {
    background: white none repeat scroll 0 0;
    border-top: 1px solid #ebebeb;
    bottom: 0;
    color: black;
    font-size: 16px;
    padding: 24px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.preview .no-effect {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative
}

.preview .no-effect:hover {
    box-shadow: 0 10px 20px 0 rgba(168, 182, 191, 0.6)
}

.site-content .vc_row[data-vc-full-width] {
    overflow: visible
}

.site-content .vc_row[data-vc-full-width].z-index1 {
    z-index: 1;
    overflow: hidden
}

.site-content .vc_row[data-vc-full-width].z-index2 {
    z-index: 2
}

.site-content .vc_row[data-vc-full-width].z-index3 {
    z-index: 3
}

.site-content .vc_row[data-vc-full-width].z-index4 {
    z-index: 4
}

.vc_grid-filter-item {
    background: transparent
}

ul.vc_grid-filter {
    margin-bottom: 33px
}

ul.vc_grid-filter .vc_active span:before {
    bottom: 0 !important
}

ul.vc_grid-filter .vc_active span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dc5034
}

ul.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    padding: 2px 23px
}

ul.vc_grid-filter .vc_active,
ul.vc_grid-filter .vc_grid-filter-item:hover {
    background: transparent !important
}

ul.vc_grid-filter .vc_active span,
ul.vc_grid-filter .vc_grid-filter-item:hover span {
    color: #dc5034 !important;
    position: relative
}

ul.vc_grid-filter .vc_active span:before,
ul.vc_grid-filter .vc_grid-filter-item:hover span:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px
}

ul.vc_grid-filter .vc_active span:hover:before,
ul.vc_grid-filter .vc_grid-filter-item:hover span:hover:before {
    bottom: 0;
    transition: all 0.2s;
    background: #dc5034
}

ul.vc_grid-filter .vc_grid-filter-item span {
    font-weight: 500;
    font-size: 14px;
    color: #282828;
    text-transform: uppercase
}

div.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
    display: inline-block !important
}

.article-carousel .post-item .comments-link {
    padding: 0;
    margin-top: 2px;
    font-size: 12px;
    margin-left: 30px
}

.article-carousel .post-item .comments-link i {
    left: -18px
}

.article-carousel .post-item:hover .article-content {
    box-shadow: none
}

article:focus,
.archive-blog:focus {
    border: none;
    outline: none
}

.article-carousel-center .date,
.article-carousel-center .total-view,
.article-carousel-center .article-meta .fa,
.article-carousel-center .post-item .comments-link,
.article-carousel-center .comments-link a,
.article-carousel .date,
.article-carousel .total-view,
.article-carousel .article-meta .fa,
.article-carousel .post-item .comments-link,
.article-carousel .comments-link a {
    color: #fff
}

div.posts-featured.post-vertical {
    margin: 0 -15px
}

div.posts-featured.post-vertical .post-item {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}

div.posts-featured.post-vertical .post-item:hover .article-content {
    box-shadow: 0 18px 19px -12px rgba(0, 0, 0, 0.13)
}

div.posts-featured.post-vertical .comments-link {
    padding-left: 0;
    margin-top: 0;
    padding-top: 1px;
    margin-left: 20px
}

div.posts-featured.post-vertical .comments-link i {
    left: -6px;
    top: -2px
}

div.posts-featured.post-vertical .btn-readmore {
    color: #fff
}

div.posts-featured.post-vertical .post-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 15px;
    max-width: 95%
}

div.posts-featured.post-vertical .post-title a {
    color: #fff
}

div.posts-featured.post-vertical .post-grid .post-title {
    font-size: 18px;
    line-height: 26px
}

div.posts-featured.post-vertical .post-grid .post-title a {
    color: #282828
}

div.posts-featured.post-vertical .archive-blog {
    padding: 0 15px;
    margin-bottom: 30px
}

.post-vertical-col4 {
    margin-left: -15px;
    margin-right: -15px
}

.post-vertical-col4 .archive-blog {
    padding: 0 15px
}

.add-row {
    margin: 0 -7.5px
}

.full-width .post-tran .btn-readmore {
    padding: 10px 30px;
    font-size: 12px;
    color: #282828;
    transition: all 0.3s;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1.6px
}

.full-width .post-tran .btn-readmore:hover {
    background: #dc5034;
    color: #fff;
    box-shadow: none
}

.article-carousel .entry-header-title .entry-title,
.article-carousel-center .entry-header-title .entry-title {
    margin-top: 4px;
    margin-bottom: 10px
}

.article-carousel-center .post-item:hover .article-content {
    box-shadow: none
}

.article-carousel-center .post-tran {
    margin: 0 15px;
    margin-bottom: 15px
}

.article-carousel-center .post-tran .slide-top .comments-link {
    padding: 0;
    margin-top: 2px;
    font-size: 12px;
    margin-left: 26px
}

.article-carousel-center .post-tran .slide-top .comments-link i {
    left: -18px
}

.article-carousel-center .post-tran .slide-top .entry-title {
    line-height: 32px
}

.article-carousel-center .post-tran .slide-top .article-content {
    padding-left: 40px;
    bottom: 34px
}

.article-carousel-center .post-tran .entry-title {
    max-width: 70%
}

.article-carousel-center .post-tran .entry-title a {
    line-height: 25px;
    font-size: 24px
}

.article-carousel-center .post-tran .post-image img {
    max-height: 500px;
    width: auto
}

.article-carousel-center .bgr-item-tran {
    background: none
}

.article-carousel-center .single-bgr-image {
    overflow: hidden;
    height: initial;
    max-height: 550px;
    max-width: 900px
}

.article-carousel-center .slide-top::after {
    content: '';
    padding-top: 100%;
    padding-left: 1170px;
    display: block
}

.post-tran .single-bgr-image.full-width .btn-readmore {
    padding: 10px 30px;
    font-size: 12px;
    color: #282828;
    transition: all 0.3s;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    letter-spacing: 1.6px
}

.post-tran .single-bgr-image.full-width .btn-readmore:hover {
    background: #dc5034;
    color: #fff
}

.post-tran .single-bgr-image.full-width .article-content {
    bottom: 25%;
    transform: translate(-50%, 50%);
    max-width: 1170px;
    padding-left: 0
}

.post-tran .single-bgr-image.full-width .article-content .entry-title {
    font-size: 40px;
    line-height: 46px;
    display: block;
    margin-bottom: 25px
}

.post-tran .readmore-main {
    transition: all 0.7s ease-in-out 0s;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
    opacity: 0;
    transform: translateY(20%);
    display: inline-block
}

.post-tran.slick-active .slide-top .entry-header-title,
.post-tran.slick-active .slide-top .post-cat-tran-slide,
.post-tran.slick-active .slide-top .readmore-main,
.post-tran.slick-active .slide-top .post-cat {
    opacity: 1;
    transform: translateY(0%)
}

.post-tran .slide-top .entry-header-title {
    max-width: 800px;
    transition: all 1s ease 0.66s;
    transform: translateY(-6%);
    opacity: 0
}

.post-tran .slide-top .post-cat-tran-slide {
    transition: all 1s ease 1s;
    opacity: 0;
    transform: translateY(30%);
    transition-delay: 0.2
}

.post-tran .slide-top .entry-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600
}

.post-tran .slide-top .entry-title a {
    color: #fff
}

.post-tran .slide-top .post-cat {
    top: initial;
    left: initial;
    padding: 0;
    transition: all 0.5s ease 1s;
    transform: translateY(-12%);
    transition-delay: 0.6s;
    opacity: 0
}

.post-tran .slide-top .date {
    font-size: 12px;
    transition: all 1s ease 1s
}

.post-tran .slide-top .article-content {
    max-width: initial;
    padding: 0;
    padding-left: 5%;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%)
}

.post-tran .slide-top .comments-link i {
    top: -5px
}

.post-tran .slide-top .view-comment {
    float: initial
}

.post-tran .slide-top:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent -8%, rgba(0, 0, 0, 0.3) 104%, rgba(0, 0, 0, 0) 0%)
}

ul.slick-dots {
    max-width: initial;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
    /* padding-left: 60px*/
    text-align: center;
}

ul.slick-dots li {
    margin-right: 20px;
    height: 20px
}

ul.slick-dots li button {
    height: 14px;
    padding: 0
}

ul.slick-dots li button:before {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    color: #000;
    opacity: 0.5
}

ul.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.9
}

ul.slick-dots li.slick-active:hover button:before {
    opacity: 1
}

ul.slick-dots li:hover button:before {
    opacity: 0.5
}

.brick-time-vc {
    color: #EBE8ED;
    font-style: italic;
    font-size: 8px;
    margin: 0 10px
}

.full-width ul.slick-dots {
    max-width: 1170px;
    padding-left: 0
}

.full-width .post-tran .slide-top .article-content {
    bottom: 40%;
    transform: translate(-50%, 50%);
    max-width: 1170px;
    padding-left: 0
}

.full-width .post-tran .slide-top .date {
    font-size: 14px
}

.full-width .post-tran .slide-top .comments-link {
    margin-top: 0;
    margin-left: 33px;
    font-size: 14px
}

.full-width .post-tran .slide-top .comments-link i {
    font-size: 14px
}

.full-width .post-tran .slide-top .total-view {
    font-size: 14px
}

.full-width .post-tran .slide-top .post-cat {
    display: none
}

.full-width .post-tran .slide-top .entry-title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 16px;
    margin-top: 10px
}

.full-width .single-bgr-image {
    height: 800px
}

body {
    height: 100%
}

.full-width .single-bgr-image {
    height: calc(100vh - 85px)
}

.col-2-3box .box-small .post-tran .slide-top {
    max-height: 260px
}

.col-2-3box .box-small .post-tran .slide-top .entry-title {
    margin-bottom: 6px;
    padding: 0;
    line-height: 20px
}

.col-2-3box .box-small .post-tran .slide-top .entry-title a {
    font-size: 18px
}

.col-2-3box .box-large .entry-title {
    padding-top: 6px;
    line-height: 40px
}

.col-2-3box .box-large .entry-title a {
    /*font-size: 28px*/
}

.col-2-3box .box-large .slide-top {
    max-height: 550px
}

.col-2-3box .post-tran .single-bgr-image {
    height: initial
}

.col-2-3box .post-tran .slide-top::after {
    content: '';
    padding-top: 100%;
    display: block
}

.col-2-3box .post-tran .slide-top .article-content {
    transform: translateX(0);
    left: 0;
    bottom: 0;
    padding-left: 30px;
    padding-bottom: 25px
}

.col-2-3box .post-tran .slide-top .post-cat,
.col-2-3box .post-tran .slide-top .entry-header-title,
.col-2-3box .post-tran .slide-top .post-cat-tran-slide {
    transform: translateY(0);
    opacity: 1
}

div.article-carousel .article-content {
    background: initial
}

div.article-carousel .post-item {
    margin-bottom: 0
}

div.article-carousel .post-grid .date,
div.article-carousel .post-grid .total-view,
div.article-carousel .post-grid .article-meta .fa,
div.article-carousel .post-grid .comments-link a {
    color: #afafaf
}

.page div.layout_tran .post-date,
.page div.layout_tran .total-view,
.page div.layout_tran .article-meta .fa,
.page div.layout_tran .comments-link {
    color: #ebebeb
}

.page div.layout_tran .hover-share-item {
    max-height: 500px
}

.page div.layout_tran .article-content {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.1) 100%)
}

.page div.layout_tran .article-content .post-cat a {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 30px;
    background: #dc5034;
    display: block;
    margin-bottom: 6px;
    line-height: 23px;
    color: #fff
}

.page div.layout_tran .article-content .post-title a {
    color: #fff
}

.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n) .entry-content {
    display: none
}

.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n) .article-content {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.1) 100%)
}

.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n) .article-content .post-cat a {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 30px;
    background: #dc5034;
    display: block;
    margin-bottom: 6px;
    line-height: 23px;
    color: #fff
}

.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n) .article-content .post-title a {
    color: #fff
}

.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n).vc_grid-item .post-date,
.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n).vc_grid-item .total-view,
.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n).vc_grid-item .article-meta .fa,
.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n).vc_grid-item .comments-link {
    color: #ebebeb
}

.vc_masonry_grid .vc_pageable-slide-wrapper .post-item:nth-child(2n) .hover-share-item {
    max-height: 500px
}

.vc_gitem-post-category-name a.vc_gitem-link {
    color: #dc5034
}

.slick-track div {
    outline: none
}

.home .wrap-breadcrumb {
    display: none
}

.home .page-header {
    display: none
}

.site-title {
    display: inline-block
}

.blog-grid-layout .widgettitle {
    margin-top: 24px
}

.container-fluid,
.container-full {
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto
}

.container-fluid .container-inner,
.container-full .container-inner {
    padding: 0 60px
}

#page {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.site-content {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 0;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px
}

.page-content {
    margin-bottom: 50px
}

.page-content p {
    line-height: 25px
}

.page #comments {
    padding: 0
}

.page .title-page {
    color: #282828;
    font-size: 30px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px
}

#azure-top-navbar {
    background: #1f1b1d;
    font-size: 12px;
    color: #aaa;
    border-bottom: 0px solid transparent
}

#azure-top-navbar a {
    color: #aaa;
    font-size: 12px
}

#azure-top-navbar a:hover,
#azure-top-navbar a:focus {
    color: #dc5034;
    background: transparent
}

#azure-top-navbar ul>li {
    float: left;
    padding: 7px 20px
}

.rtl #azure-top-navbar ul>li {
    float: right
}

#azure-top-navbar ul>li:first-child {
    padding-left: 0
}

.rtl #azure-top-navbar ul>li:first-child {
    padding-right: 0;
    padding-left: inherit
}

#azure-top-navbar ul>li a {
    padding: 0;
    margin: 0;
    line-height: 26px
}

#azure-top-navbar .topbar-left a {
    color: #aaa;
    font-weight: 500
}

#azure-top-navbar .topbar-left a:hover {
    color: #dc5034
}

#azure-top-navbar .topbar-left>* {
    display: block;
    float: left;
    line-height: 26px
}

.rtl #azure-top-navbar .topbar-left>* {
    float: right
}

#azure-top-navbar .topbar-left .list-unstyled {
    padding: 7px 20px
}

#azure-top-navbar .topbar-left .language {
    padding-left: 0
}

.rtl #azure-top-navbar .topbar-left .language {
    padding-right: 0;
    padding-left: inherit
}

#azure-top-navbar .topbar-right .na-topbar {
    float: right
}

.rtl #azure-top-navbar .topbar-right .na-topbar {
    float: left
}

#azure-top-navbar .topbar-right .navbar {
    margin: 0;
    min-height: auto
}

#azure-top-navbar .topbar-right .navbar>a {
    padding: 0
}

#azure-top-navbar .topbar-right #menu-topbar li:last-child {
    padding-right: 0
}

.rtl #azure-top-navbar .topbar-right #menu-topbar li:last-child {
    padding-left: 0;
    padding-right: inherit
}

#azure-top-navbar .widget_nav_menu ul {
    margin: 0;
    padding: 0
}

#azure-top-navbar .widget_nav_menu ul li {
    list-style: none
}

#azure-top-navbar .topbar-right #azure_social-3 {
    margin: 0
}

#na-header {
    padding: 20px 0
}

.wp-caption-text {
    color: inherit !important;
    font-size: 12px !important
}

.widget.center {
    text-align: center
}

.widget.left {
    text-align: left
}

.rtl .widget.left {
    text-align: right
}

.widget.right {
    text-align: center
}

.widgettitle {
    margin-bottom: 36px;
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: 500;
    color: #282828;
    position: relative;
    display: inline-block;
    text-align: center
}

.widgettitle span {
    display: inline-block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0
}

.widgetcontent {
    padding: 25px 0
}

.widget_calendar table>thead>tr>th {
    border-bottom: 1px solid #ebebeb
}

.widget_layered_nav ul li.chosen,
.widget_layered_nav_filters ul li.chosen {
    vertical-align: middle;
    color: #dc5034
}

.widget_layered_nav ul li.chosen>a,
.widget_layered_nav_filters ul li.chosen>a {
    color: #dc5034
}

.widget_layered_nav ul li.chosen>a:before,
.widget_layered_nav_filters ul li.chosen>a:before {
    border: none;
    background: #dc5034
}

.widget_layered_nav ul li.chosen>a:after,
.widget_layered_nav_filters ul li.chosen>a:after {
    color: #FFF;
    content: "";
    display: block;
    font-family: "icomoon";
    font-size: 16px;
    height: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 18px;
    line-height: 18px;
    z-index: 10
}

.widget_layered_nav ul li.chosen>a:hover:after,
.widget_layered_nav_filters ul li.chosen>a:hover:after {
    content: "\e780"
}

.widget_layered_nav ul li a,
.widget_layered_nav_filters ul li a {
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    display: inline-block
}

.rtl .widget_layered_nav ul li a,
.rtl .widget_layered_nav_filters ul li a {
    padding-right: 30px;
    padding-left: inherit
}

.widget_layered_nav ul li a:before,
.widget_layered_nav_filters ul li a:before {
    content: "" !important;
    width: 18px;
    height: 18px;
    border: 1px solid #dfdfdf;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 0px;
    z-index: 5;
    background: transparent
}

.rtl .widget_layered_nav ul li a:before,
.rtl .widget_layered_nav_filters ul li a:before {
    right: 0;
    left: auto
}

.widget_layered_nav ul li a:hover:before,
.widget_layered_nav_filters ul li a:hover:before {
    border: none;
    background: #dc5034
}

.widget_layered_nav ul li:hover .count,
.widget_layered_nav_filters ul li:hover .count {
    color: #dc5034
}

.widget_layered_nav_filters ul li.chosen>a:after {
    color: #FFF;
    content: "\e780";
    display: block;
    font-family: "icomoon";
    font-size: 16px;
    height: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 18px;
    line-height: 18px;
    z-index: 10
}

.information_widget .logo-footer {
    width: auto;
    margin-top: 15px
}

.information_widget .description {
    margin: 20px 0 15px;
    line-height: 30px
}

.page-content .wpb_revslider_element {
    margin-bottom: 0
}

.widget-related .widgettitle {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 50px;
    margin-top: 50px;
    text-transform: capitalize
}

.widget-related .related-wrapper {
    margin-bottom: 50px
}

.widget-introduce {
    padding: 6%;
    vertical-align: middle
}

.widget-introduce .introduce-image {
    width: 350px;
    height: 450px;
    display: table-cell;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    top: -99px;
    position: relative;
    box-shadow: 0 10px 29px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px
}

.widget-introduce .introduce-text {
    padding-left: 60px;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    max-width: 470px
}

.widget-introduce .introduce-text h3:after {
    content: '';
    position: absolute;
    width: 45px;
    border-top: 1px solid #282828;
    bottom: -9px;
    left: 4px
}

.widget-introduce .row-nopadding {
    display: table
}

.widget-introduce .widget-content {
    padding: 0 9%;
    margin: 30px 0;
    background: #fff;
    position: relative
}

.widget-introduce .sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 43px;
    bottom: 90px
}

.widget-introduce .widgettitle {
    font-size: 30px;
    font-weight: 400;
    text-align: left;
    line-height: 48px;
    margin-bottom: 46px;
    max-width: 450px;
    letter-spacing: 3px
}

.widget-introduce .des-services {
    padding: 10px 0;
    line-height: 24px
}

.widget-introduce .initialize {
    padding: 0;
    font-size: 12px;
    display: inline-block;
    float: left
}

.social-about {
    display: inline-block;
    float: right;
    margin-top: -4px
}

.social-about .socialfa {
    background: #3b5998
}

.social-about .socialgo {
    background: #ea4335
}

.social-about .socialin {
    background: #f77737
}

.social-about .socialtw {
    background: #1da1f2
}

.social-about .socialpi {
    background: #bd081c
}

.social-about .socialsk {
    background: #00aff0
}

.social-about a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    text-align: center
}

.social-about i {
    color: #fff;
    font-size: 12px
}

.social-about li {
    display: inline-block;
    padding: 0 6px
}

.newsletters {
    text-align: center
}

.newsletters .des-newsletter {
    line-height: 24px;
    color: #313131
}

.newsletters .group-input-newsletter {
    margin-top: 25px;
    display: inline-block
}

.newsletters input,
.newsletters .form-control {
    height: 50px
}

.newsletters #mc4wp {
    background: fff
}

.newsletters .btn-newsletter {
    color: #FFF
}

.newsletters .btn-newsletter:hover {
    background: #dc5034;
    border: 1px solid #dc5034
}

[class*="ion-social-"] {
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
    color: #999;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.rtl [class*="ion-social-"] {
    margin-right: 30px;
    margin-left: inherit
}

[class*="ion-social-"]:hover {
    color: #dc5034;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.azure_social .ion-social-facebook:hover {
    color: #3b5998;
    border: 2px solid #3b5998
}

.azure_social .ion-social-googleplus:hover {
    color: #dd4b39;
    border: 2px solid #dd4b39
}

.azure_social .ion-social-twitter:hover {
    color: #00aced;
    border: 2px solid #00aced
}

.azure_social .ion-social-instagram:hover {
    color: #517fa4;
    border: 2px solid #517fa4
}

.azure_social .ion-social-pinterest:hover {
    color: #cb2027;
    border: 2px solid #cb2027
}

.azure_social .ion-social-skype:hover {
    color: #0078ca;
    border: 2px solid #0078ca
}

.azure_social .ion-social-vimeo:hover {
    color: #aad450;
    border: 2px solid #aad450
}

.azure_social .ion-social-youtube:hover {
    color: #bb0000;
    border: 2px solid #bb0000
}

.azure_social .ion-social-dribbble:hover {
    color: #ea4c89;
    border: 2px solid #ea4c89
}

.azure_social .ion-social-linkedin:hover {
    color: #007bb6;
    border: 2px solid #007bb6
}

.azure_social .ion-social-rss:hover {
    color: #FF9900;
    border: 2px solid #FF9900
}

.azure-social-icon a {
    position: relative
}

.na-banners {
    position: relative
}

.na-banners .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    padding: 15px 20px
}

.na-banners .content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    bottom: -4px;
    border: 2px solid #fff;
    max-width: 100%;
    border-left: none;
    border-right: none;
    z-index: -1;
    opacity: 0.4
}

.na-banners .content.right {
    left: auto;
    right: 30px
}

.rtl .na-banners .content.right {
    left: 30px;
    right: auto
}

.na-banners .content.middle-left {
    top: 40%
}

.na-banners .content.middle-right {
    top: 40%;
    left: auto;
    right: 30px;
    text-align: right
}

.rtl .na-banners .content.middle-right {
    right: auto;
    left: auto
}

.rtl .na-banners .content.middle-right {
    left: 30px;
    right: auto
}

.na-banners .content.center {
    left: 0;
    right: 0;
    top: auto;
    bottom: 30px
}

.na-banners .bannertitle {
    color: #dc5034;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500
}

.na-banners .subtitle {
    margin: 0;
    font-size: 14px;
    color: #888;
    line-height: 30px
}

.na-banners .subtitle a {
    color: #888
}

.na-banners .subtitle a:hover {
    color: #282828
}

.box-instagram {
    margin-bottom: 30px
}

.box-instagram h2 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize
}

.box-instagram p {
    text-align: center;
    color: #888
}

.no-padding .vc_column-inner {
    padding: 0 !important
}

.meta-comment {
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin-left: 3px
}

.wti-clear {
    display: none
}

.watch-action {
    display: inherit;
    width: initial;
    float: right;
    padding: 0
}

.watch-action .status {
    display: none !important
}

.watch-action .watch-position {
    float: right;
    position: inherit;
    left: 0;
    transform: inherit
}

.widget_tabs_post .post-content {
    vertical-align: middle
}

.widget_tabs_post .post-thumb {
    margin-right: 20px;
    width: 80px
}

.widget_tabs_post img {
    border-radius: 100%
}

.widget_tabs_post article {
    display: table
}

.widget_tabs_post .media-body {
    width: initial
}

.widget_most_views .post-cat {
    position: absolute;
    bottom: 15px;
    display: inline-block;
    left: 15px
}

.widget_most_views .post-cat a {
    font-size: 12px;
    background: #dc5034;
    border-radius: 30px;
    padding: 2px 12px;
    color: #fff !important
}

.widget_most_views .entry-title {
    margin-top: 25px
}

.widget_most_views .post-thumb {
    margin-right: 0
}

.widget_tabs_post,
.widget_most_views {
    padding-bottom: 20px;
    padding-top: 20px
}

.widget_tabs_post ul,
.widget_most_views ul {
    padding-left: 0
}

.widget_tabs_post .meta-comment,
.widget_most_views .meta-comment {
    display: inline
}

.widget_tabs_post .meta-comment .text-comment .fa.fa-comments,
.widget_most_views .meta-comment .text-comment .fa.fa-comments {
    margin: 1px 5px 0 0;
    float: left;
    font-size: 12px
}

.widget_tabs_post .tab-content .entry-title,
.widget_tabs_post .recent-content .entry-title,
.widget_most_views .tab-content .entry-title,
.widget_most_views .recent-content .entry-title {
    font-weight: 500
}

.widget_tabs_post .tab-content .post-thumb,
.widget_tabs_post .recent-content .post-thumb,
.widget_most_views .tab-content .post-thumb,
.widget_most_views .recent-content .post-thumb {
    padding-top: 0
}

.widget_tabs_post .tab-content .post-thumb a,
.widget_tabs_post .recent-content .post-thumb a,
.widget_most_views .tab-content .post-thumb a,
.widget_most_views .recent-content .post-thumb a {
    line-height: 24px
}

.widget_tabs_post .tab-content .post-widget .post.media:last-child,
.widget_tabs_post .recent-content .post-widget .post.media:last-child,
.widget_most_views .tab-content .post-widget .post.media:last-child,
.widget_most_views .recent-content .post-widget .post.media:last-child {
    border: none;
    padding-bottom: 0
}

.widget_tabs_post .tab-content .tab-pane .content-comment-widget>h3,
.widget_tabs_post .recent-content .tab-pane .content-comment-widget>h3,
.widget_most_views .tab-content .tab-pane .content-comment-widget>h3,
.widget_most_views .recent-content .tab-pane .content-comment-widget>h3 {
    font-size: 13px
}

.widget_tabs_post .tab-content .avatar-comment-widget img,
.widget_tabs_post .recent-content .avatar-comment-widget img,
.widget_most_views .tab-content .avatar-comment-widget img,
.widget_most_views .recent-content .avatar-comment-widget img {
    border-radius: 100%;
    width: 50px
}

.widget_tabs_post .widget-title,
.widget_most_views .widget-title {
    border: none;
    display: table;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 0
}

.widget_tabs_post .widget-title li>a:after,
.widget_most_views .widget-title li>a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50%;
    height: 1px;
    background: #282828
}

.widget_tabs_post .widget-title li:nth-child(2),
.widget_most_views .widget-title li:nth-child(2) {
    text-align: right
}

.widget_tabs_post .widget-title li,
.widget_most_views .widget-title li {
    border: none;
    float: none;
    padding: 0;
    display: table-cell
}

.widget_tabs_post .widget-title li a,
.widget_most_views .widget-title li a {
    color: #282828;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize
}

.widget_tabs_post .widget-title li a:hover,
.widget_tabs_post .widget-title li a:focus,
.widget_tabs_post .widget-title li a:active,
.widget_most_views .widget-title li a:hover,
.widget_most_views .widget-title li a:focus,
.widget_most_views .widget-title li a:active {
    color: #dc5034
}

.widget_tabs_post .entry-title,
.widget_most_views .entry-title {
    font-size: 16px;
    font-family: "Poppins";
    color: #282828;
    line-height: 24px;
    padding: 0
}

.widget_tabs_post .entry-meta,
.widget_most_views .entry-meta {
    margin-top: 5px;
    color: #acacac;
    font-size: 12px
}

.widget_tabs_post .entry-meta .by-title-date,
.widget_most_views .entry-meta .by-title-date {
    display: block
}

.widget_tabs_post .entry-meta>*,
.widget_most_views .entry-meta>* {
    display: inline-block
}

.widget_tabs_post .post-thumb.pull-left,
.widget_most_views .post-thumb.pull-left {
    padding: 0
}

.widget_tabs_post .post.media,
.widget_most_views .post.media {
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    width: 90%;
}

@media (max-width: 991px) {

    .widget_tabs_post .post.media,
    .widget_most_views .post.media {
        width: 100%;
    }
}

.widget_tabs_post .post.media:last-child,
.widget_most_views .post.media:last-child {
    border: none;
    padding-bottom: 0
}

.widget_tabs_post .post-content.media-body .entry-title,
.widget_most_views .post-content.media-body .entry-title {
    padding: 0;
    font-size: 14px;
    line-height: 18px
}

.add_one_tabpost .active a {
    color: #282828 !important
}

.site-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.article-carousel-center .post-tran .article-content {
    background: initial
}

pre {
    white-space: pre-line
}

.cat-item.current-cat {
    color: #dc5034
}

.cat-item.current-cat a:before {
    color: #dc5034
}

.cat-item.current-cat .show-count {
    color: #dc5034
}

.cat-item .show-count {
    float: right;
    margin-top: -1px;
    padding: 5px 0;
    width: 40px;
    border-radius: 100px;
    background: #e6e7eb;
    color: #282828;
    text-align: center;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: normal
}

.cat-item a {
    position: relative;
    font-size: 14px
}

.cat-item a:before {
    display: inline-block;
    position: absolute;
    color: #b4bbc6;
    content: '\f105';
    font-family: FontAwesome;
    left: -19px;
    top: -2px;
    transition: all 0.2s ease-in-out 0s
}

.cat-item:hover .show-count {
    color: #dc5034;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.cat-item:hover a {
    color: #dc5034;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.cat-item:hover a:before {
    left: -14px;
    color: #dc5034;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.widget_categories ul {
    padding-left: 20px !important
}

.style_center .post-tran .entry-header-title {
    margin-left: auto;
    margin-right: auto
}

.style_center .post-tran.slick-active .article-content.full-width {
    transform: initial !important;
    left: initial
}

.style_center .post-tran .article-content.full-width {
    transform: initial !important;
    height: 660px;
    left: initial
}

.style_center .post-tran .article-content.full-width:before {
    position: relative;
    content: none
}

.style_center .post-tran .article-content.full-width .btn-readmore {
    padding: 10px 20px
}

.style_center .post-tran .post-cat a {
    font-size: 12px;
    color: #dc5034
}

.style_center .post-tran .entry-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px
}

.style_center .post-tran .entry-title a {
    color: #282828;
    line-height: 28px
}

.style_center .post-tran .entry-content {
    display: block;
    margin: auto;
    max-width: 80%
}

.style_center .post-tran .entry-content p {
    line-height: 24px;
    margin-bottom: 10px
}

.style_center .post-tran .btn-readmore {
    padding: 10px 20px;
    border: 1px solid #313131;
    margin-top: 0;
    line-height: 13px;
    margin-top: 10px;
    display: inline-block;
    color: #282828
}

.style_center .post-tran .btn-readmore:hover {
    color: #dc5034;
    border: 1px solid #dc5034
}

.style_center .post-tran .article-content {
    text-align: center;
    background: #fff;
    top: 50%;
    bottom: initial;
    width: initial;
    left: 50%;
    padding: 25px 20px 30px;
    box-sizing: border-box;
    transform: translate(-50%, -60%);
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    transition-delay: 0.5s
}

.style_center .post-tran .article-content:before {
    content: "";
    position: absolute;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border: 2px solid #fff;
    z-index: -1
}

.style_center .post-tran.slick-active .article-content {
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, -50%)
}

.box-large .post-tran .entry-content {
    display: block !important
}

.box-large .post-tran .article-content.full-width {
    position: relative
}

.box-large .post-tran .article-content.full-width .entry-header {
    padding: 30px 30px 0
}

.box-large .post-tran .article-content.full-width .btn-readmore {
    padding-left: 30px
}

.box-large .post-tran .article-content.full-width .entry-content {
    padding: 0 30px
}

.box-large .post-tran .entry-content {
    padding: 0 30px;
    padding-left: 0;
    color: #fff
}

.box-large .post-tran .entry-content p {
    margin-bottom: 8px;
    max-width: 90%
}

.box-large .post-tran .entry-title {
    font-size: 28px;
    letter-spacing: 0.5px
}

.box-large .post-tran .entry-title a {
    line-height: 32px;
    margin-bottom: 15px
}

div.style-post-cat {
    margin-bottom: 0
}

div.style-post-cat .post-tran .post-cat a {
    padding: 3px 7px
}

.article-tran .post-cat {
    padding-top: 19px;
    display: block
}

div.box-small .post-item,
div.box-large .post-item {
    margin-bottom: 30px;
    box-shadow: none
}

body .vc_row-no-padding [class*="vc_col-"] {
    padding-left: 0;
    padding-right: 0
}

.post-tran {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    position: relative
}

.post-tran .entry-header-title {
    margin-bottom: 6px
}

.post-tran .entry-header-title a {
    color: #fff
}

.post-tran .post-cat a {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    border-radius: 30px;
    background: #dc5034;
    color: #fff;
    margin-bottom: 3px;
}

.post-tran.post-vertical .article-content {
    padding: 25px 30px;
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.1) 100%)
}

.post-tran.post-vertical h2.entry-title a {
    line-height: 28px
}

.post-tran.post-vertical .article-content.full-width {
    height: 378px
}

.post-tran.post-vertical .article-content.full-width .title-vertical a {
    color: #282828
}

.post-tran.post-vertical .article-image:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.post-tran.post-vertical .article-image {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.post-tran.post-vertical .article-image:hover:after {
    background: rgba(0, 0, 0, 0.2)
}

.post-tran .article-content.full-width {
    position: relative;
    padding: 0;
    background: #fff
}

.post-tran .article-content.full-width .entry-header-title {
    margin-top: 10px
}

.post-tran .article-content.full-width .btn-readmore {
    color: #282828;
    padding-left: 25px;
    padding-bottom: 15px
}

.post-tran .article-content.full-width .btn-readmore:hover {
    color: #dc5034
}

.post-tran .article-content.full-width h2.entry-title a {
    color: #282828;
    line-height: 24px
}

.post-tran .article-content.full-width .entry-content {
    margin-top: 10px;
    padding: 0 25px;
    padding-bottom: 0px;
    color: #313131;
    font-size: 16px;
    line-height: 28px
}

.post-tran .article-content.full-width .entry-header {
    padding: 25px 25px 0
}

.post-tran .article-content.full-width .entry-header .post-cat a {
    color: #fff
}

.post-tran h3.entry-title {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    margin-top: 6px
}

.post-tran h3.entry-title a {
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.post-tran h3.entry-title a:hover {
    color: #dc5034
}

.post-tran .entry-content {
    display: none
}

.post-tran .entry-content h1,
.post-tran .entry-content h2,
.post-tran .entry-content h3,
.post-tran .entry-content h4,
.post-tran .entry-content h5,
.post-tran .entry-content h6 {
    color: #fff
}

.post-tran .article-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px 25px 15px 25px;
    background: transparent
}

.post-tran .article-content .date,
.post-tran .article-content .total-view,
.post-tran .article-content .article-meta .fa,
.post-tran .article-content .comments-link a {
    color: #fff
}

.post-tran .article-content:before {
    border-bottom: none;
    border-top: none
}

.post-tran .entry-header {
    padding: 0
}

.post-tran .post-image {
    padding-bottom: 0
}

.post-tran .post-image img {
    max-height: 660px
}

.post-tran article {
    box-shadow: none
}

.title-vertical a {
    color: #fff
}

.post-grid .article-content .entry-content {
    margin-bottom: 0 !important;
    padding-bottom: 0
}

.post-grid .article-content .article-meta {
    position: relative;
    width: initial
}

.col-md-12>.post-item.list {
    margin-bottom: 60px
}

.post-list .date {
    margin: 0;
    display: block
}

.post-list .entry-title {
    min-height: 26px
}

.post-list .action-like {
    margin-left: 0
}

.post-list img {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.post-list .watch-action a:before {
    font-size: 12px
}

.post-list .watch-action span {
    font-size: 12px !important
}

.post-list .article-meta a {
    line-height: 24px
}

.post-list .article-meta .view-comment .comments-link.pull-right a i {
    padding-right: 1px
}

.post-list .article-meta .view-comment .total-view {
    line-height: 24px
}

.post-list .article-meta .view-comment .comments-link.pull-right,
.post-list .article-meta .view-comment .total-view.post-info-item {
    font-size: 12px
}

.author a strong {
    font-size: 12px
}

body.author #content {
    margin-bottom: 50px
}

.byline .by {
    padding-right: 7px
}

.archive_description {
    text-transform: capitalize;
    color: #f2f2f2
}

.content-area {
    margin-bottom: 30px
}

.navigation.pagination {
    margin-bottom: 30px;
    margin-top: 10px
}

.navigation .next.page-numbers:hover i {
    color: #fff !important
}

.navigation a.inactive,
.navigation a.next.page-numbers,
.navigation a.page-numbers {
    color: #dc5034;
    background: #fff;
    width: 40px;
    height: 40px
}

.navigation a.inactive:hover,
.navigation a.next.page-numbers:hover,
.navigation a.page-numbers:hover {
    background: #dc5034;
    color: #fff
}

.navigation a.inactive:hover i.fa,
.navigation a.next.page-numbers:hover i.fa,
.navigation a.page-numbers:hover i.fa {
    color: #dc5034
}

a.prev.page-numbers:hover i {
    color: #fff !important
}

.archive .hover-share-item,
.search .hover-share-item {
    max-height: initial
}

.post-tran .article-content {
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.1) 100%)
}

.category .hover-share-item {
    max-height: initial
}

.category .icon-breadcrumbs {
    padding: 0
}

.post-item div.share-links {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    margin: 0;
    z-index: 9;
    position: absolute;
    top: 48%;
    opacity: 0;
    transform: translate(-50%, -50%);
    left: 50%
}

.post-item div.share-links ul {
    width: 100%
}

.post-item div.share-links .social-item {
    padding: 0 15px
}

.post-item div.share-links i {
    font-size: 26px;
    color: #fff
}

.post-item div.share-links .social-icons {
    padding: 0;
    margin: 0
}

.post-item .hover-share-item {
    position: relative
}

.post-item .hover-share-item:hover .share-links {
    opacity: 1;
    top: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

.post-item .hover-share-item:hover .bgr-item {
    transition: all 0.6s ease-in-out 0s;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1
}

div.vc_grid-item .post-date,
div.vc_grid-item .total-view,
div.vc_grid-item .article-meta .fa,
div.vc_grid-item .comments-link {
    color: #afafaf
}

.vc_btn3-container {
    margin-bottom: 51px
}

div.vc_grid .vc_pageable-load-more-btn {
    margin-top: 0
}

a.vc_btn3.vc_btn3-size-md {
    padding: 10px 40px;
    border-radius: 100px;
    display: block;
    margin-bottom: 6px;
    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.2);
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #dc5034 !important
}

a.vc_btn3.vc_btn3-size-md:hover {
    box-shadow: none
}

.bgr-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7
}

.bgr-item-tran {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background: rgba(0, 0, 0, 0.3)
}

.hover-share-item:hover .bgr-item-tran {
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.col-md-12>.post-item {
    margin-bottom: 30px
}

.col-md-12>.post-item .article-content {
    padding: 20px 30px 20px
}

.col-md-12>.post-item .post-item {
    font-size: 18px
}

.top-cate {
    overflow: hidden;
    display: table;
    width: 100%
}

.add-center {
    margin-top: 60px
}

.azure_advertisement {
    display: table-cell;
    vertical-align: top
}

#category-title {
    display: table-cell;
    max-width: 350px
}

.show-title-bre {
    max-width: 350px
}

.ads-right {
    text-align: right;
    display: table-cell
}

.ads-center {
    text-align: center
}

div.content-category .description-cate {
    margin-top: 25px;
    max-width: 850px;
    margin-bottom: -35px
}

.post-item {
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}

.post-item.vc_col-sm-12 {
    margin-bottom: 30px
}

.post-item.vc_col-sm-12 .article-content {
    padding: 20px 30px 20px
}

.post-item.vc_col-sm-12 .hover-share-item {
    max-height: 400px
}

.post-item:hover .article-content {
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0 18px 19px -12px rgba(0, 0, 0, 0.13)
}

.post-item .post-cat a {
    line-height: 23px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    background: #dc5034;
    padding: 0 12px;
    border-radius: 30px;
    margin: 0px 3px 3px 0px;
}

.post-item .text-share {
    display: none
}

.post-item .comments-link i {
    font-size: 12px;
    line-height: 24px;
    left: -6px;
    position: absolute;
    top: -2px
}

.post-item .fa-eye {
    margin-right: 3px
}

.post-item .comments-link {
    margin-left: 10px;
    position: relative;
    display: block;
    padding-left: 12px;
    color: #afafaf
}

.post-item .post-date {
    float: none;
    margin: 0
}

.bg-slide-center .article-content {
    background: linear-gradient(to bottom, transparent 0%, transparent 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.1) 100%)
}

.list .post-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px
}

.list .article-meta {
    margin-top: 20px
}

.list .article-content {
    padding: 22px 30px 20px
}

.col-1 .article-meta {
    margin-top: 20px
}

.col-1 .article-content {
    padding: 22px 30px 20px
}

.col-1 .post-item {
    margin-bottom: 60px
}

.col-1 .post-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px
}

.col-1+.ads-item {
    margin-bottom: 60px
}

.ads-item.col-xs-6>* {
    padding: 15px;
    background: #fff
}

.posts-featured .post-item {
    margin-bottom: 0
}

.archive-blog .post-tran .entry-content {
    margin-bottom: 0 !important;
    padding: 0
}

.archive-blog .entry-content {
    color: #313131
}

.archive-blog .entry-content img {
    display: none
}

.archive-blog .entry-content blockquote {
    background: inherit;
    border-left: none;
    font-style: inherit;
    padding: 0
}

.archive-blog article {
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.archive-blog article.post-list {
    position: relative
}

.archive-blog article.post-list .article-image {
    position: relative;
    float: left;
    display: inline-block
}

.archive-blog article.post-list .article-content {
    float: left
}

.archive-blog article.post-list .article-content.full-width {
    width: 100%
}

.archive-blog article.post-list .entry-header {
    padding: 0
}

.archive-blog article.post-list .entry-header .posted-on {
    font-weight: 500;
    color: #282828;
    font-size: 16px;
    margin-top: 5px
}

.archive-blog article.post-list .entry-header .posted-on a {
    color: #282828
}

.archive-blog article.post-list .entry-header .posted-on a:hover {
    color: #dc5034
}

.archive-blog article.post-list .entry-content {
    padding: 10px 0 0;
    margin: 0
}

.archive-blog article.post-list .entry-excerpt {
    padding: 0;
    margin: 0;
    font-style: normal
}

.archive-blog article.post-list .by {
    color: #313131;
    font-size: 12px !important;
    font-style: italic;
    padding-right: 7px
}

.archive-blog article.post-list .author strong {
    font-size: 12px;
    color: #282828;
    font-weight: 500
}

.archive-blog article.post-list .author strong:hover {
    color: #dc5034
}

.archive-blog article.post-list .wp-post-image {
    width: 100%
}

.archive-blog article.post-list .article-meta span {
    font-size: 13px
}

.archive-blog .entry-action {
    padding-top: 10px;
    padding-left: 30px
}

.archive-blog .entry-title {
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    margin-top: 5px;
    line-height: 26px
}

.archive-blog .posted-on {
    padding: 0
}

.archive-blog .author {
    text-transform: capitalize
}

.archive-blog .icon-icon_tag {
    padding-right: 5px
}

.archive-blog .post-cat {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis
}

.archive-blog .post-list .entry-title {
    min-height: 26px
}

.article-content.full-width .entry-content {
    display: block !important;
    margin-bottom: 0 !important
}

.article-content.full-width .article-meta {
    position: initial;
    width: inherit;
    padding-left: 0
}

.article-content.full-width .view-comment {
    position: inherit;
    float: right !important
}

.article-content.full-width .byline {
    position: inherit
}

.article-content {
    background: #fff;
    width: 100%;
    padding: 20px 25px 15px
}

.article-content .entry-title {
    font-size: 16px;
    font-weight: 500
}

.article-content .sticky-post {
    position: absolute;
    top: 50px;
    right: 44px;
    color: #dc5034
}

.article-content .sticky-post i {
    color: #dc5034
}

caption {
    padding-top: 0
}

table {
    margin-bottom: 5px
}

select {
    color: #282828 !important
}

.hidden_description .entry-content,
.description-hidden .entry-content {
    display: none
}

.hidden_description article .article-content .entry-content,
.description-hidden article .article-content .entry-content {
    display: none
}

.title-cat,
.ads {
    margin-top: 80px
}

.title-cat {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: capitalize
}

.breadcrumb-page {
    display: initial;
    color: #999
}

.breadcrumb-page a {
    color: #999
}

.show_description article .article-content .entry-content,
.description-show article .article-content .entry-content {
    display: block
}

.widget.about {
    text-align: center
}

.widget.about .widgettitle {
    text-align: center
}

.widget.about .about-description {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-top: 22px
}

.widget.about .azure-social-icon {
    margin-top: 20px
}

.vc_gitem-zone-a:before {
    content: "";
    display: block;
    padding-top: 100%
}

.vc_gitem-zone-img {
    display: none
}

.box-contact input:focus,
.box-contact textarea:focus {
    border: 1px solid transparent
}

.archive-affect {
    opacity: 0.5
}

.type-loadMore,
.infiniteScroll,
.type-infiniteScroll {
    position: relative;
    text-align: center
}

.type-loadMore .archive-blog,
.type-loadMore .col-item,
.infiniteScroll .archive-blog,
.infiniteScroll .col-item,
.type-infiniteScroll .archive-blog,
.type-infiniteScroll .col-item {
    text-align: initial
}

.affect-isotope .col-item.ads-item {
    text-align: center
}

.type-loadMore>.widgettitle,
.infiniteScroll>.widgettitle {
    display: block;
    text-align: left
}

.wrapper-filter {
    text-align: center;
    margin-bottom: 30px;
    padding: 0
}

.wrapper-filter li {
    display: inline-block;
    padding: 23px 23px;
    margin: 0 5px 5px 0;
    cursor: pointer
}
/*
.wrapper-filter li:last-child {}

.wrapper-filter li:first-child {
    margin-left: 0
}
*/
.wrapper-filter li .cat-item {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #282828;
    text-transform: uppercase
}

.wrapper-filter li .cat-item.active {
    color: #dc5034
}

.wrapper-filter li .cat-item.active:before {
    content: '';
    background: #dc5034;
    bottom: 0
}

.wrapper-filter li .cat-item:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.1s ease-in-out 0s
}

.wrapper-filter li:hover .cat-item {
    color: #dc5034;
    transition: all 0.2s ease-in-out 0s
}

.wrapper-filter li:hover .cat-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #dc5034;
    transition: all 0.1s ease-in-out 0s
}

.total-view {
    color: #afafaf;
    display: inline-block;
    font-size: 12px
}

.padding-content-right {
    padding-right: 60px
}

.padding-content-left {
    padding-left: 60px
}

.meta-comment {
    display: inline-block;
    color: #afafaf;
    font-size: 12px;
    margin-left: 3px
}

.content-and-sidebar .entry-header-title {
    margin-top: 73px
}

.archive-sidebar,
.main-content {
    /*margin-top: 60px*/
}

#archive .description-cate {
    margin-bottom: -15px
}

.content-title-top .entry-header {
    margin-top: 60px
}

.content-title-top .entry-header-title {
    margin-top: 100px
}

.icon-breadcrumbs {
    color: #999;
    padding: 0 3px
}

.date:hover {
    color: #dc5034
}

.entry-avatar .post-cat a {
    color: #999 !important
}

.entry-avatar .post-cat a:hover {
    color: #dc5034 !important
}

.entry-avatar .post-date {
    margin-right: 90px
}

.entry-avatar .main-avt-date-cate {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.entry-avatar .avatar {
    border-radius: 100%;
    margin-right: 30px;
    float: left
}

.entry-avatar .author-link {
    font-size: 14px
}

.entry-avatar .author-by {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    color: #282828;
    font-size: 16px
}

.entry-avatar .date {
    font-size: 14px;
    line-height: 24px
}

.author-link {
    color: #282828;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px
}

.article-meta-single {
    float: left
}

.author-date {
    display: block;
    margin-bottom: 40px;
    color: #999;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px
}

.author-date .date {
    color: #999;
    font-size: 14px
}

.author-date .post-date {
    float: none;
    display: inline-block
}

.title-date {
    display: block;
    font-weight: 400;
    color: #282828;
    font-size: 16px;
    text-transform: capitalize
}

.title-category {
    font-weight: 400;
    color: #282828;
    font-size: 16px;
    text-transform: capitalize;
    display: block
}

.post-format {
    position: absolute;
    right: 30px;
    bottom: -15px;
    background: #dc5034;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    line-height: 50px;
    display: none !important
}

.navigation a.inactive,
.navigation a.next.page-numbers,
.navigation a.page-numbers,
.pagination .current,
.pagination span.current {
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
}

.post-image {
    /*text-align: center;*/
    position: relative;
    margin-bottom: 20px;
}

.post-image .image_title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post-image>* {
    display: block
}

.post-image ul li {
    list-style: none
}

.post-image .owl-carousel {
    padding: 0;
    z-index: 999
}

.post-image .owl-carousel .fa {
    font-weight: 700
}

.post-image .owl-carousel .owl-prev {
    left: 15px;
    border-width: 2px
}

.post-image .owl-carousel .owl-next {
    right: 15px;
    border-width: 2px
}

.post-image img {
    float: none !important
}

.post-cat {
    font-weight: 400;
    text-transform: capitalize;
    position: relative
}

.post-cat a {
    color: #dc5034;
    line-height: 24px
}

.single-image-top .entry-header-title {
    margin-top: 120px;
}

.entry-header-title {
    margin-bottom: 30px;
    border-bottom: double 4px #dc5034;
}

.entry-header-title.top3 {
    margin-bottom: 30px;
    border-bottom: none;
}

.entry-header-title .entry-title {
    line-height: 48px;
    font-size: 32px;
    /*margin-top: 60px;
		margin-bottom: 20px;*/
    font-weight: 600;
}

.entry-header-title p {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600
}

.post-date {
    display: block;
    color: #ebebeb;
    font-size: 12px;
    float: left
}

.rtl .post-date {
    float: right
}

.post-date i {
    font-size: 14px;
    padding-right: 5px
}

.content-fix {
    padding-right: 0;
    padding-left: 0
}

.content-full {
    padding-left: 15px;
    padding-right: 15px
}

.entry-title {
    display: inline-block;
    padding-top: 10px;
    /*margin-bottom: 25px;*/
    line-height: 1.2;
    font-weight: 500;
    margin-top: 0;
    color: #282828
}

.entry-title>a {
    color: #282828
}

.entry-title>a:hover {
    color: #dc5034
}

.size-image {
    margin-top: 30px
}

.image-pagination .prev a {
    color: #282828
}

.image-pagination .prev a:before {
    content: "\e629";
    font-family: 'themify';
    margin-right: 20px;
    display: inline-block
}

.image-pagination .prev:hover a {
    color: #dc5034
}

.image-pagination .next {
    margin-left: 35px
}

.image-pagination .next a {
    color: #282828
}

.image-pagination .next a:after {
    content: "\e628";
    font-family: 'themify';
    margin-left: 20px;
    display: inline-block
}

.image-pagination .next:hover a {
    color: #dc5034
}

.tags-share {
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    padding-bottom: 14px;
    margin-top: 20px
}

.entry-footer {
    color: #282828;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative
}

.entry-footer .tags-link-wrap.pull-left {
    margin-top: 8px
}

.entry-footer .comment-text i {
    font-size: 14px;
    line-height: 22px
}

.entry-footer .comment-text .fb_comments_count {
    padding-right: 5px
}

.archive-header .entry-title {
    padding: 15px 0
}

.by {
    color: #acacac
}

.comments-link a {
    position: relative;
    display: block;
    padding-left: 12px;
    color: #afafaf
}

.single .breadcrumb-page {
    margin-left: 4px
}

.single .post-item {
    box-shadow: none
}

.article-meta {
    line-height: 24px
}

.article-meta .byline {
    float: left
}

.article-meta .view-comment {
    float: right
}

.article-meta .fa {
    color: #afafaf
}

.article-meta span {
    font-size: 12px
}

.post-comment {
    padding-bottom: 25px;
    line-height: 24px
}

.post-comment .fa {
    padding-right: 10px;
    color: #afafaf
}

.rtl .post-comment .fa {
    padding-left: 10px;
    padding-right: inherit
}

.post-comment span {
    font-size: 12px
}

.post-comment span:first-child {
    padding-left: 0px
}

.rtl .post-comment span:first-child {
    padding-right: 0px;
    padding-left: inherit
}

.tags {
    color: #999
}

.tags>span {
    font-weight: bold;
    font-size: 16px;
    padding-right: 5px
}

.tags .fa {
    padding-right: 10px;
    color: #313131
}

.rtl .tags .fa {
    padding-left: 10px;
    padding-right: inherit
}

.tags a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: none;
    display: inline-block;
    text-decoration: none
}

.tags a:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #1b3742
}

.entry-content {
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 28px
}

.entry-content ul {
    list-style: inherit
}

.entry-content .wpb_wrapper ul {
    padding-left: 16px
}

.entry-content .wpb_wrapper ul li {
    list-style: initial
}

.entry-content .page-links .page-numbers {
    color: #FFF;
    background: #dc5034
}

.author-img {
    display: table-cell
}

.author-img>img {
    border-radius: 100%;
    max-width: inherit
}

.avatar>img {
    max-width: inherit;
    border-radius: 100%
}

.content-social-author {
    display: inline-block;
    float: right
}

.content-social-author .author-social:first-child {
    margin-left: 0
}

.top-author {
    padding-bottom: 14px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 18px
}

.top-author h5 a {
    font-weight: 600;
    text-transform: uppercase
}

.author-content {
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle
}

.author-content .author-social {
    margin: 0 15px
}

.author-content .author-social i {
    font-size: 14px
}

.author-content .author-social .ti-facebook {
    color: #3b5998
}

.author-content .author-social .ti-twitter-alt {
    color: #00aced
}

.author-content .author-social .ti-google {
    color: #dd4b39
}

.author-content h5 {
    display: inline-block;
    margin: 0
}

.author-content a {
    color: #282828;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize
}

.author-content p {
    font-size: 13px;
    color: #313131;
    line-height: 30px;
    margin: auto
}

.comment-text {
    font-size: 13px
}

.comment-text .tags-link-wrap {
    padding-right: 30px;
    display: inline-block
}

.comment-text .text-comment {
    display: inline-block
}

.comment-text .text-comment .fa {
    padding-right: 10px
}

.comment-text .text-comment:hover {
    color: #dc5034 !important
}

.text-comment:hover i.fa {
    color: #dc5034
}

.comment-box {
    margin-bottom: 10px
}

.comment-box .comment-text {
    color: #90909a;
    line-height: 24px;
    padding-top: 15px
}

.comment-box .comment-text>p {
    margin: 0
}

.logged-in-as {
    display: none
}

.comment-reply-title {
    display: none
}

.commentform {
    padding-bottom: 10px
}

.comment-form {
    margin-top: 24px
}

.single #content {
    padding-top: 0
}

.related-content .post-title {
    font-size: 14px
}

.error-404 .page-content .form-control,
.search-no-results .page-content .form-control {
    border: none
}

.error-404 .page-content .form-control:active,
.error-404 .page-content .form-control:focus,
.search-no-results .page-content .form-control:active,
.search-no-results .page-content .form-control:focus {
    border: none
}

.error-404 .page-content .btn-primary,
.search-no-results .page-content .btn-primary {
    border-radius: 0 100px 100px 0 !important;
    height: 42px;
    background: #dc5034
}

.error-404 .page-content .btn-primary i,
.search-no-results .page-content .btn-primary i {
    color: #fff
}

.error-404 .searchform .form-control,
.search-no-results .searchform .form-control {
    border-radius: 100px 0 0 100px !important
}

input:focus::-webkit-input-placeholder {
    opacity: 0
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

input:focus::-webkit-input-placeholder {
    color: transparent !important
}

input:focus:-moz-placeholder {
    color: transparent !important
}

input:focus::-moz-placeholder {
    color: transparent !important
}

input:focus:-ms-input-placeholder {
    color: transparent !important
}

textarea:focus::-webkit-input-placeholder {
    color: transparent !important
}

textarea:focus:-moz-placeholder {
    color: transparent !important
}

textarea:focus::-moz-placeholder {
    color: transparent !important
}

textarea:focus:-ms-input-placeholder {
    color: transparen vt
}

#comments {
    padding: 10px 0 30px
}

#comments .comment-text ul li,
#comments .comment-text ol li {
    border-top: none
}

#comments .form-control:focus {
    border: 1px solid transparent
}

#comments ::-webkit-input-placeholder {
    color: #c7c7c7
}

#comments ::-moz-placeholder {
    color: #c7c7c7
}

#comments :-ms-input-placeholder {
    color: #c7c7c7
}

#comments :-moz-placeholder {
    color: #c7c7c7
}

#comments .comments-list {
    margin-bottom: 34px
}

#comments input.form-control {
    height: 44px
}

#comments ul.children {
    margin-top: 30px;
    border-top: 1px solid #d2d2d2
}

#comments ol li {
    border-top: 1px solid #d2d2d2
}

#comments ol li:first-child {
    border-top: none
}

#comments .comment-list {
    padding: 0;
    margin: 0
}

#comments .comment-list li.comment {
    list-style: outside none none;
    padding: 20px 0
}

#comments .text-user {
    text-transform: capitalize;
    font-weight: 500;
    color: #dc5034
}

#comments .text-user>a {
    color: #dc5034
}

#comments .meta-user {
    color: #7c7c7e;
    padding-top: 5px
}

#comments .meta-user a {
    color: #fff;
    font-size: 10px;
    background: #dc5034;
    padding: 2px 5px;
    border-radius: 3px
}

#comments .children {
    padding-left: 85px
}

.rtl #comments .children {
    padding-right: 85px;
    padding-left: inherit
}

#comments .children li:last-child {
    padding-bottom: 0
}

.related-meta .post-cat a {
    line-height: 16px;
    font-size: 12px
}

.related-meta:hover .related-meta-inner {
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 0 18px 19px -12px rgba(0, 0, 0, 0.13)
}

.post-thumb {
    position: relative
}

.comment-author {
    vertical-align: middle
}

.h-info {
    padding-bottom: 4px
}

.the-comment>.avatar {
    padding-right: 15px
}

.ground-user .comment-time {
    padding: 5px 0;
    display: block;
    color: #90909a;
    font-size: 10px
}

.heading {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 36px;
    font-weight: 500;
    color: #282828;
    position: relative;
    display: block;
    text-align: left
}

#commentform .comment-text {
    text-transform: lowercase
}

.post-related {
    padding: 29px 0 0
}

.post-related .related-content .related-meta:nth-child(4) {
    clear: both
}

.author-by {
    color: #999;
    font-weight: 400;
    font-size: 12px
}

.view-comment {
    display: inline-block;
    float: right
}

.date {
    color: #afafaf;
    font-size: 12px
}

.related-meta-inner {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.05)
}

.related-meta-inner .advertising {
    display: block
}

.advertising_content_single {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px
}

.post-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px
}

.post-title a {
    color: #dc5034;
}

div.vc_grid-filter.style-center {
    text-align: left
}

.post-box {
    padding-bottom: 8px;
    margin-bottom: -8px
}

.content-single-image .image-one {
    width: 550px
}

.content-single-image .post-image img {
    width: 100%
}

.content-single-image ul li {
    padding: 0
}

.single-bgr-image {
    height: 550px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box
}

.item-comment {
    padding: 0;
    font-style: normal;
    margin: 0
}

.item-comment>span {
    vertical-align: middle;
    font-weight: 500;
    padding-left: 7px;
    font-size: 13px
}

.item-comment i {
    font-size: 14px
}

.icon-comment {
    font-size: 18px;
    color: #D1D1D0;
    padding-left: 0px
}

.post-pagination a {
    line-height: 24px;
    max-width: 45%
}

.post-pagination p {
    line-height: 24px;
    color: #313131
}

.post-pagination span {
    line-height: 24px
}

.entry_pagination {
    margin-bottom: 36px
}

.pagination {
    padding: 0;
    margin: 0;
    border: none
}

.pagination .fa {
    color: #dc5034
}

.pagination .page-numbers:hover .fa {
    color: #fff
}

.page-numbers {
    vertical-align: middle;
    border-radius: 0;
    margin: 0;
    border: none;
    color: #282828
}

.page-numbers:hover {
    border: none
}

.page-prev {
    text-align: left;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0 0 0 5px;
    max-width: 50%
}

.page-next {
    text-align: right;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0 0 5px 0;
    max-width: 50%
}

.btn-prev {
    font-size: 14px;
    font-weight: 500;
    padding-left: 7px;
    color: #282828
}

.title-pagination {
    font-size: 14px;
    overflow: hidden;
    font-weight: 500
}

.btn-next {
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    padding-right: 7px
}

.form-submit {
    margin: 29px 0 0
}

.form-submit:before,
.form-submit:after {
    content: " ";
    display: table
}

.form-submit:after {
    clear: both
}

.box.box-author {
    margin-bottom: 46px;
    margin-top: 50px
}

.post-author {
    display: table;
    padding: 60px;
    background: #fff;
    overflow: hidden;
    border-left: 6px solid #DC5034;
    box-shadow: -1px 1px 9px -6px
}

.tags-wrap span {
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 12px
}

.rtl .tags-wrap span {
    margin-left: 12px;
    margin-right: inherit
}

span.page-numbers:hover {
    color: #fff
}

.content-tran .hover-share-item {
    max-height: 250px
}

.vc_col-sm-3 .hover-share-item,
.vc_col-sm-6 .hover-share-item {
    max-height: 250px
}

.main-content.no-sidebar {
    margin-top: 30px;
    float: none
}

.main-content.no-sidebar .entry-content,
.main-content.no-sidebar .entry-header-title,
.main-content.no-sidebar .author-date {
    padding-left: 80px
}

@media (min-width: 1800px) {
    .azure_icon {
        margin-left: 0px
    }
}

@media (max-width: 1700px) {
    .article-carousel.post-vertical-col4 .entry-header {
        padding-right: 0;
        padding-left: 0
    }

    .list-view .description {
        max-height: 135px;
        overflow: hidden
    }
}

@media (max-width: 1500px) {
    .list-view {
        width: 100% !important
    }

    .list-view .description {
        max-height: 300px;
        overflow: hidden
    }

    .mfp-wrap .mfp-content {
        padding: 7%
    }

    #azure-quickview {
        background: #fff none repeat scroll 0 0;
        bottom: 0;
        margin: auto;
        max-height: 740px;
        max-width: 991px;
        position: relative;
        top: 0;
        vertical-align: middle
    }

    #azure-quickview .button.single_add_to_cart_button {
        padding: 14px 40px
    }
}

@media (max-width: 1400px) {

    .show-sidebar .site-content>.container_b,
    .show-sidebar #na-footer>* {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .widget-testimonial .carousel-main {
        padding: 10px 10% 20px
    }

    .widget-testimonial .widgettitle {
        padding-top: 50px
    }
}

@media (max-width: 1200px) {
    .widget-introduce {
        padding: 30px 0
    }

    .full-width .post-tran .slide-top .article-content,
    .full-width ul.slick-dots,
    .post-tran .single-bgr-image.full-width .article-content {
        max-width: 970px;
        padding-right: 15px;
        padding-left: 15px
    }

    .img-effect:hover .wp-post-image {
        margin-left: 0%
    }

    .img-effect:hover .hover-image {
        left: -100%
    }

    .widget-testimonial .widgettitle {
        padding-top: 100px
    }

    .na-testimonial {
        padding-bottom: 50px
    }

    .widget-testimonial .carousel-nav {
        padding: 0 30%
    }

    .blog-recent-post .na-recent-post:hover .bg_gradients {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%) repeat scroll 0 0
    }

    .blog-recent-post .na-recent-post:hover .bg_gradients>a {
        display: none
    }

    .widget_deals .countdown-times>*>b {
        min-width: 80px;
        padding: 20px;
        font-size: 30px
    }

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 1200px) {
    .entry-header-title .entry-title {
        /*margin-top: 40px;*/
        margin-bottom: 10px
    }

    .author-link {
        font-size: 12px
    }

    .author-date {
        font-size: 12px;
        margin-bottom: 20px
    }

    .author-date .date {
        font-size: 12px
    }

    .product-block:hover .quick-view {
        display: none
    }

    .product-block:hover .button-groups {
        display: none
    }

    .product-block:hover .ground-addcart {
        display: none
    }

    .product-block:hover .price {
        opacity: 1;
        visibility: visible
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .site-content .sidebar {
        float: right !important;
        top: 0 !important
    }
}

@media (max-width: 1024px) {
    .post-vertical-col4 {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .slicknav_nav {
        display: none !important
    }
}

@media (max-width: 991px) {
    .widget-introduce .widget-content {
        margin-top: 0
    }

    .has-sidebar>.vc_column-inner {
        padding-right: 15px !important
    }

    .sidebar {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 60px
    }

    .sidebar.sidebar-right {
        padding-left: 15px;
        padding-right: 15px
    }

    .posts-listing .post-content {
        padding-left: 30px
    }

    .footer-2 .footer-center {
        padding-top: 46px;
        padding-bottom: 50px
    }

    #category-title {
        max-width: initial
    }

    .ads.ads-right {
        text-align: center;
        display: block;
        margin-top: 25px
    }

    .show-title-bre {
        max-width: initial;
        margin-bottom: 15px
    }

    #category-title {
        display: block;
        text-align: center
    }

    .header-center.header-stacked-centered .header-content-logo,
    .header-center-social .site-logo {
        padding: 20px
    }

    header .azure-social-icon {
        display: none
    }

    .header-left .header-middle {
        display: none
    }

    .header-content {
        height: 0
    }

    .header-center-social .site-logo {
        text-align: center
    }

    .padding-content-right,
    .padding-content-left {
        padding-right: 30px;
        padding-left: 30px
    }

    .header-middle {
        height: 1px
    }

    .searchform-mini {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        bottom: 25%;
        right: 30px
    }

    .rtl .searchform-mini {
        left: 30px;
        right: auto
    }

    .slicknav_btn {
        top: 50%
    }

    .header-logo-menu-social .header-content-logo {
        display: block;
        padding: 19px
    }

    .post-tran .slide-top .article-content,
    ul.slick-dots {
        max-width: 750px
    }

    .header-simple .header-content-logo {
        padding: 20px 0 20px
    }

    .header-center #azure-header {
        text-align: left
    }

    .header-left .header-content-logo {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    header {
        position: relative
    }

    .searchform-mini {
        padding-left: 0
    }

    input#mc4wp {
        font-size: 10px
    }

    .na-menu-primary {
        display: none
    }

    .style_center .post-tran .article-content {
        padding: 4% 3% 4%
    }

    .style_center .post-tran .entry-title {
        margin-bottom: 0
    }

    .style_center .post-tran .entry-content,
    .style_center .post-tran .btn-readmore {
        display: none
    }

    .switch-layout {
        display: none
    }

    .shop-btn-filter {
        width: 120px
    }

    .azure_icon {
        display: none
    }

    .header-content-menu {
        display: none
    }

    .azure-header-content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-content-logo {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center
    }

    .tran_header .slicknav_menu .slicknav_icon-bar {
        background-color: #fff
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #040203;
        font-size: 19px
    }

    .slicknav_menu .slicknav_icon-bar .slicknav_no-text {
        padding-top: 5px
    }

    .slicknav_nav {
        top: 100% !important;
        min-height: 100vh
    }

    .slicknav_nav ul {
        text-align: left;
        padding: 0 0 0 20px;
        margin: 0
    }

    .slicknav_nav ul .menu {
        padding: 0
    }

    .slicknav_nav ul .menu li {
        padding: 0
    }

    .slicknav_nav img {
        display: none !important
    }

    .slicknav_nav .widgettitle {
        padding-top: 20px;
        font-size: 14px;
        color: white
    }

    .wpb_button,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0 !important
    }

    .widget-related .related-wrapper {
        margin-bottom: 0
    }

    .product-detail-wrap {
        margin-top: 0;
        margin-bottom: 0px
    }

    .product-detail-wrap>.container_b {
        padding: 0;
        margin: 0;
        width: 100%
    }

    .product-detail-wrap .gallery-main img {
        width: 100%
    }

    .summary-before {
        padding-left: 0;
        padding-right: 0
    }

    .product-thumbnails {
        display: none
    }

    .entry-summary {
        padding: 50px 50px 30px
    }

    .woocommerce-tabs {
        padding-left: 50px;
        padding-right: 50px
    }

    .woocommerce-tabs li.resp-tab-item {
        font-size: 14px
    }

    #azure-top-navbar ul>li {
        padding: 7px 15px
    }

    .single-product .mfp-wrap,
    .single-product .mfp-bg {
        display: none !important
    }

    #na-footer .row .col-sm-6:nth-child(2n+1) {
        clear: left
    }

    #na-footer .widgettitle {
        padding-top: 27px
    }

    #na-footer .container-fluid .container-inner,
    #na-footer .container-full .container-inner {
        padding: 0
    }

    div.widget_deals {
        padding-bottom: 150px;
        padding-top: 50px
    }

    div.widget_deals .countdown-times>*>b {
        font-size: 20px;
        min-width: 60px;
        padding: 10px;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .widget-introduce .widget-content {
        padding: 0 8%
    }

    .widget-introduce .introduce-image {
        top: -60px
    }

    .widget-introduce .widgettitle {
        margin-bottom: 30px;
        font-size: 26px
    }

    .widget-introduce .sub-title {
        left: 30px
    }

    .widget-introduce .introduce-text {
        padding-left: 40px
    }

    .social-about {
        padding-left: 0;
        float: left;
        margin-top: 20px
    }

    .na-footer input#mc4wp {
        width: 100%
    }

    .na-footer .input-group-btn {
        width: 100%
    }

    .na-footer .input-group-btn .btn-newsletter.btn {
        margin-left: 0;
        width: 100%;
        letter-spacing: 0.5px
    }

    div#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        padding: 0 !important;
        border: 2px solid #fff
    }

    .col-2-3box.article-carousel .entry-header {
        padding-left: 0;
        padding-right: 30px
    }

    .post-tran h2.entry-title {
        font-size: 16px
    }

    .post-tran h2.entry-title a {
        line-height: 22px
    }
}

@media (max-width: 767px) {
    .post-image .image_title {
        margin-left: 20px;
    }

    .post-grid .article-content {
        padding: 15px 15px 10px 15px
    }

    .col-1 .post-item,
    .col-md-12>.list.post-item {
        margin-bottom: 30px
    }

    .col-1+.ads-item {
        margin-bottom: 30px
    }

    .widget-introduce .widget-content {
        padding-bottom: 30px
    }

    .widget-introduce .widgettitle {
        margin-bottom: 30px
    }

    .widget-introduce .sub-title {
        left: 15%;
        top: 310px
    }

    .widget-introduce .row-nopadding {
        display: block
    }

    .widget-introduce .introduce-text {
        display: block;
        margin: auto;
        max-width: initial
    }

    .widget-introduce .introduce-image {
        display: block;
        margin: auto;
        top: -45px
    }

    .padding-content-right,
    .padding-content-left {
        padding-right: 15px;
        padding-left: 15px
    }

    .col-2-3box .col-sm-6 {
        width: 50%;
        float: left
    }

    .footer-2 .footer-center {
        padding-bottom: 60px
    }

    .footer-2 .azure-social-icon {
        margin-bottom: 20px
    }

    .na-footer input#mc4wp {
        width: 80%
    }

    .na-footer .input-group-btn {
        width: 123px
    }

    .na-footer .input-group .btn {
        width: 100%
    }

    div#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25%;
        padding: 10px !important
    }

    #sb_instagram .sbi_photo {
        overflow: hidden
    }

    .main-content.no-sidebar .entry-content,
    .main-content.no-sidebar .entry-header-title,
    .main-content.no-sidebar .author-date {
        padding-left: 0
    }

    .post-related .related-content .related-meta:nth-child(4) {
        clear: none
    }

    .post-related .related-content .related-meta:nth-child(2n+3) {
        clear: both
    }

    .single-bgr-image.full-width {
        max-height: 450px
    }

    .full-width .single-bgr-image.full-width {
        max-height: initial
    }

    .post-tran .single-bgr-image.full-width .article-content {
        transform: none;
        left: 60px;
        bottom: 60px;
        max-width: 90%;
        padding-left: 0 !important
    }

    .footer-3 .coppy-left {
        margin-bottom: 15px
    }

    .single .archive-sidebar,
    .single .main-content {
        margin-top: 0
    }

    .single article .post-image {
        margin-left: -30px;
        margin-right: -30px
    }

    .na-footer.footer-3 .footer-bottom .azure-social-icon,
    .na-footer.footer-3 .footer-bottom .coppy-left {
        text-align: center
    }

    .na-footer .footer-center {
        padding-left: 15px;
        padding-right: 15px
    }

    .post-author {
        padding: 30px
    }

    .post-tran .slide-top .article-content,
    ul.slick-dots {
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .footer-2 .widget.about {
        max-width: 60%
    }

    .post-list .article-image img {
        width: 100%
    }

    .post-list .article-meta {
        width: 100%
    }

    .post-list .article-content {
        padding-left: 0 !important
    }

    .archive-blog article.post-list .entry-content {
        margin-bottom: 60px !important
    }

    .archive-blog article.post-list .entry-header,
    .archive-blog article.post-list .entry-content {
        padding-left: 30px
    }

    .archive-blog article.post-list .article-content {
        width: 100%
    }

    .post-list .article-image {
        width: 100%
    }

    .search-transition-wrap .btn-mini-close {
        margin-right: 0;
        right: 22%
    }

    .rtl .search-transition-wrap .btn-mini-close {
        margin-left: 0;
        margin-right: inherit
    }

    .search-transition-wrap .search-transition-inner {
        padding: 0 15% !important
    }

    .post-related {
        padding-bottom: 25px
    }

    .na-banners {
        margin-bottom: 15px
    }

    .na-banners:last-child {
        margin-bottom: 0
    }

    .na-banners:first-child {
        margin-top: 7.5px
    }

    .searchform-mini {
        margin-top: 0
    }

    .style_center .post-tran .entry-title {
        font-size: 16px
    }

    .woocommerce-result-count {
        display: none
    }

    .woocommerce-ordering {
        float: right !important
    }

    .wrapper-content-product {
        visibility: hidden;
        opacity: 0
    }

    .filter-show .wrapper-content-product {
        visibility: visible;
        opacity: 1
    }

    .shop-content .wrapper-content-product {
        padding: 0 20px
    }

    .container-fluid .container-inner,
    .container-full .container-inner {
        padding: 0 20px
    }

    div.widget-testimonial .carousel-nav {
        padding: 0 20%
    }

    #azure-top-navbar {
        display: none
    }

    .product-taxonomy .layout-large .caption-product {
        background: white
    }

    #comments .children {
        padding-left: 0
    }
}

@media (max-width: 700px) {
    .widget-introduce .sub-title {
        left: 13%
    }

    .na-footer input#mc4wp {
        width: 70%
    }
}

@media (max-width: 650px) {
    #sb_instagram .sbi_photo {
        height: 100px !important
    }
}

@media (max-width: 600px) {
    .search-transition-wrap .search-transition-inner {
        padding: 0 5% !important
    }

    .widget-introduce .sub-title {
        left: 10%
    }

    .wrapper-filter {
        text-align: left
    }

    .wrapper-filter li {
        padding: 2px 0;
        padding-right: 30px
    }

    .entry-header-title .entry-title {
        /*font-size: 32px;*/
        font-size: 28px;
        line-height: 40px
    }

    blockquote {
        padding: 30px
    }

    .post-author {
        border-left: none
    }

    .author-content {
        display: block;
        padding-left: 0
    }

    .author-content .author-social {
        margin: 0 8px
    }

    .author-img {
        display: block;
        text-align: center;
        margin-bottom: 30px
    }

    .footer-2 .widget.about {
        max-width: 80%
    }

    .post-tran.post-vertical .article-content {
        padding: 10px 10px 20px 30px
    }

    .entry_pagination .title-pagination {
        display: none
    }

    .entry-footer .comment-text.pull-right {
        margin-top: 15px
    }

    .entry-footer .comment-text.pull-right .social {
        display: inline-block
    }

    .entry-footer .tags-link-wrap.pull-left,
    .entry-footer .comment-text.pull-right {
        width: 100%
    }

    .box-large .post-tran .entry-title {
        font-size: 18px
    }

    .box-large .post-tran .entry-title a {
        line-height: 24px;
        margin-bottom: 0
    }

    .box-large .post-tran .entry-content {
        display: none !important;
        font-size: 18px
    }
}

@media (max-width: 550px) {
    .widget-introduce .sub-title {
        left: 5%
    }
}

@media (max-width: 500px) {
    div#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25%;
        padding: 7px !important
    }

    #sb_instagram .sbi_photo {
        height: 80px !important
    }

    .posts-listing .post-content {
        display: inline-block;
        width: auto;
        padding-left: 0px
    }
}

@media (max-width: 567px) and (min-width: 480px) {
    .col-2-3box .box-small .post-tran .slide-top .article-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 11px
    }
}

@media (max-width: 567px) {
    .col-2-3box {
        width: 100%
    }
}

@media (max-width: 500px) and (min-width: 400px) {
    .post-item .comments-link {
        margin-left: 0
    }

    div.posts-featured.post-vertical .comments-link {
        margin-left: 14px
    }
}

@media (max-width: 500px) and (min-width: 440px) {
    .posts-featured .post-tran.post-vertical .article-content {
        padding: 10px 10px 11px 15px
    }

    div.posts-featured.post-vertical .post-title {
        font-size: 18px;
        line-height: 20px
    }
}

@media (max-width: 480px) {
    .sticky-post {
        display: none
    }

    .widget-introduce {
        margin-top: -60px
    }

    .widget-introduce .widget-content {
        padding-bottom: 10px
    }

    .social-about {
        padding-left: 0;
        float: none;
        margin-top: 40px;
        display: block
    }

    .social-about li:first-child {
        padding-left: 0
    }

    .widget-introduce .introduce-image {
        width: 320px;
        height: 430px;
        top: -15px
    }

    .widget-introduce .sub-title {
        display: none
    }

    .article-carousel-center {
        margin-top: -15px
    }

    .post-tran .article-content,
    .post-grid .article-content {
        padding: 10px 15px 10px 15px
    }

    .col-2-3box .row {
        margin-right: -7.5px;
        margin-left: -7.5px
    }

    .col-2-3box .box-large .post-item {
        margin-bottom: 15px
    }

    .col-2-3box .box-large {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

    .col-2-3box .box-small {
        min-height: 168px;
        padding-right: 7.5px;
        padding-left: 7.5px
    }

    .col-2-3box .box-small .post-tran .slide-top {
        min-height: 168px
    }

    .col-2-3box .box-small .post-tran .slide-top .article-content {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-bottom: 8px
    }

    .col-2-3box .box-small .post-tran .slide-top .entry-title {
        line-height: 14px
    }

    .col-2-3box .box-small .post-tran .slide-top .entry-title a {
        font-size: 14px
    }

    .footer-3 #sbi_images .sbi_item {
        width: 25% !important
    }

    .na-footer .input-group-btn {
        width: 106px
    }

    .na-footer input#mc4wp {
        width: 66%
    }

    .ads_content_single {
        padding-bottom: 30px;
        padding-left: 0
    }

    .article-carousel-center .post-tran .entry-title {
        max-width: initial
    }

    .entry-header-title .entry-title {
        /*margin-top: 30px*/
    }

    .top-author {
        text-align: center
    }

    .content-social-author {
        float: none;
        margin-top: 12px
    }

    .author-content h5 {
        display: block
    }

    .entry-header>header {
        width: initial
    }

    .single .entry-content {
        padding-left: 0;
        padding-right: 0
    }

    .footer-2 .widget.about {
        max-width: 100%
    }

    .post-tran.post-vertical h2.entry-title a {
        line-height: 34px
    }

    table>thead>tr>th,
    table>thead>tr>td,
    table>tbody>tr>th,
    table>tbody>tr>td,
    table>tfoot>tr>th,
    table>tfoot>tr>td {
        padding: 5px
    }

    .search-transition-wrap .search-transition-wrap .btn-mini-close {
        margin-right: 20px !important
    }

    .search-transition-wrap .searchform {
        padding: 20px !important
    }

    .search-transition-wrap .searchform .form-control {
        font-size: 16px
    }

    .style_center .post-tran .post-cat {
        margin-bottom: 5px
    }

    .style_center .post-tran .post-cat a {
        font-size: 10px
    }

    .style_center .post-tran .entry-title {
        font-size: 14px
    }

    .style_center .post-tran .entry-title a {
        line-height: 24px
    }

    .product-detail-wrap .entry-summary {
        padding: 50px 20px 30px
    }

    div.woocommerce-tabs {
        padding: 50px 20px
    }

    .tabs.wc-tabs.resp-tabs-list>li {
        float: none;
        text-align: left;
        display: block;
        margin-bottom: 10px
    }

    .widget-services-content {
        margin-bottom: 30px
    }

    div.newsletters {
        text-align: left
    }

    .widget-introduce .introduce-text {
        padding: 20px
    }

    div.widget_deals .item-deal {
        padding: 10px
    }

    div.widget_deals {
        padding-bottom: 50px !important
    }

    .widget-introduce .widgettitle {
        font-size: 20px
    }

    .na-recent-post.col-xs-6 {
        width: 100%
    }

    .widget-testimonial {
        display: none
    }

    .widget-banner-slider {
        display: none
    }

    .widget-product {
        overflow: hidden
    }

    .widget-product .slick-prev,
    .widget-product .slick-next {
        display: none !important
    }

    .product-taxonomy .layout-large .caption-product {
        bottom: 0;
        left: 0;
        position: relative
    }

    .product-taxonomy .layout-large .caption {
        border-top: 1px solid #ebebeb
    }

    .product-taxonomy .layout-large .product-block {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13)
    }
}

@media (max-width: 440px) {
    .widget-introduce .introduce-image {
        width: 250px;
        height: 320px
    }

    .post-vertical-col4 {
        margin-top: -15px
    }

    .ads-item.col-xs-6>* {
        display: block
    }

    .post-tran .article-content,
    .post-grid .article-content {
        padding: 10px 25px 15px 25px
    }

    .post-related .col-xs-6,
    .posts-featured .col-xs-6 {
        width: 100%
    }

    .page-content .col-item.col-xs-6,
    .archive-blog .col-item.col-xs-6 {
        width: 100%
    }
}

@media (max-width: 440px) and (min-width: 410px) {

    .single .padding-content-right,
    .single .padding-content-left {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 400px) {
    .article-carousel .post-tran.post-vertical .article-content {
        padding: 10px 10px 25px 30px
    }

    .brick-time-vc {
        display: none
    }

    .post-cat-tran-slide .date {
        padding-right: 10px
    }

    .col-2-3box .box-small .post-cat {
        display: none
    }

    .col-2-3box .box-small .entry-header-title {
        margin-bottom: 0
    }

    .col-2-3box .box-small .brick-time-vc {
        opacity: 0
    }

    .col-2-3box .box-small .article-content {
        padding: 0;
        margin: 0;
        bottom: 0
    }

    .col-2-3box .box-small .post-tran .slide-top .view-comment {
        display: inline-block;
        float: none
    }

    .col-2-3box .box-small .post-tran .slide-top .entry-title {
        line-height: 12px
    }

    .na-footer .input-group .btn {
        padding: 9px 12px
    }

    div.newsletters .btn {
        font-size: 12px
    }

    .na-footer .input-group-btn {
        width: 90px
    }

    .na-footer input#mc4wp {
        width: 65%
    }

    .na-footer input#mc4wp {
        font-size: 12px
    }

    div#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 25%;
        padding: 4px !important
    }

    #sb_instagram .sbi_photo {
        height: 65px !important
    }

    .single article .post-image {
        margin-left: -15px;
        margin-right: -15px
    }

    .col-2-3box .box-large .entry-title {
        line-height: 20px
    }

    .col-2-3box .box-large .entry-title a {
        font-size: 18px
    }

    .full-width .post-tran .single-bgr-image.full-width .article-content {
        bottom: 60px
    }

    .post-tran .single-bgr-image.full-width .article-content {
        transform: none;
        left: 30px;
        bottom: 30px;
        max-width: 90%
    }

    .post-tran .single-bgr-image.full-width .article-content .entry-title {
        font-size: 32px;
        line-height: 36px
    }

    .post-tran .single-bgr-image.full-width .btn-readmore {
        padding: 8px 20px;
        font-size: 10px
    }

    .full-width.slider-full .entry-title a {
        font-size: 36px;
        line-height: 42px
    }

    blockquote {
        padding: 15px
    }

    .padding-content-right,
    .padding-content-left {
        padding-right: 15px;
        padding-left: 15px
    }

    .entry-avatar .main-avt-like .view-comment .watch-action .status {
        display: none !important
    }

    .box-large .post-tran .article-content {
        padding: 10px 20px 15px
    }

    .header-left .site-logo {
        max-width: 50%
    }

    #comments th,
    #comments td {
        padding-left: 3px
    }

    #comments table>thead>tr>th,
    #comments table>thead>tr>td,
    #comments table>tbody>tr>th,
    #comments table>tbody>tr>td,
    #comments table>tfoot>tr>th,
    #comments table>tfoot>tr>td {
        line-height: 30px
    }

    .entry-avatar .main-avt-like .view-comment {
        width: 36%
    }

    .entry-avatar .main-avt-like .by-title-date {
        width: 64%
    }

    .post-tran.post-vertical a.btn-readmore {
        display: inline-block
    }

    .post-tran .article-content {
        padding: 10px 20px 15px
    }

    .widget_tabs_post .widget-title li a {
        font-size: 12px
    }

    .style_center .post-tran .article-content {
        padding: 2%
    }

    .style_center .post-tran .entry-title {
        font-size: 12px
    }

    .style_center .post-tran .entry-title a {
        line-height: 18px
    }

    .style_center .post-tran .entry-header-title {
        max-width: 90%
    }

    .woocommerce-ordering .orderby {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 146px;
        padding-right: 20px
    }

    .top-products .wrap-select>select {
        line-height: 50px
    }

    .group-cover .title-page {
        font-size: 20px
    }

    .wrap-breadcrumb-cover .breadcrumb {
        font-size: 12px;
        padding: 0;
        margin: 0
    }

    .scrollup {
        display: none !important
    }
}

.item-description {
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .support_tag {
        display: block;
        padding: 4px 8px;
        border-radius: 5px;
        color: #fff;
        background-color: #dc5034;
        border-color: #dc5034;
        font-size: 50%;
        margin: 10px 0 10px 0;
        width: 70px;
        text-align: center;
    }
}

@media print,
screen and (min-width: 769px) {
    .support_tag {
        padding: 8px 12px;
        border-radius: 5px;
        color: #fff;
        background-color: #dc5034;
        border-color: #dc5034;
        font-size: 50%;
        margin: 5px 0;
        text-align: center;
    }
}

/* PCレイアウト用（ハンバーガーになる直前まで） */
@media (min-width: 991px) {

  /* ロゴ・メニュー・右側ボタンを1行に並べる */
  .header-content-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;   /* ここがポイント：折り返さない */
  }

  /* 既存の float を殺して flex 優先にする */
  .header-content-logo .site-logo,
  .header-content-logo #na-menu-primary,
  .header-content-logo .header-middle {
    float: none !important;
  }

  /* ロゴは幅固定っぽく扱う */
  .header-content-logo .site-logo {
    flex: 0 0 auto;
  }

  /* メニューは真ん中で伸び縮みしてもらう */
  #na-menu-primary {
    flex: 1 1 auto;
    margin: 0 20px;     /* ロゴと右側との余白。お好みで */
  }

  /* 右側（検索＋SNS）はコンパクトに */
  .header-content-logo .header-middle {
    flex: 0 0 auto;
    white-space: nowrap; /* アイコンが折り返されないように */
  }

  /* メニュー項目も横一列から折り返さないようにする */
  #menu-primary-navigation {
    display: flex;
    flex-wrap: nowrap;    /* 折り返し禁止 */
    justify-content: center; /* もしくは space-between など好みで */
  }

  #menu-primary-navigation > li {
    float: none !important;
  }

  #menu-primary-navigation > li > a {
    white-space: nowrap;  /* 一つの項目が2行にならないように */
  }
}
.affect-plus::before{
background-image:url("t8bq040000000184-img/plus.png");
}.affect-fast:after {
background-image:url("t8bq040000000184-img/mlass.png");
}.na-products-wrap.loading .na-wrapper-products-shortcode:after{
background-image:url("t8bq040000000184-img/loader.gif");
}