a {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
a:hover {
    color: #f9c52c;
}
.owl-nav span{
    display: none;
}
.title-head {
    font-size: 1.71429em;
    font-weight: 700;
    color: #363636;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}
.title-head.title-head-custom {
    padding: 10px 0 !important;
}
.title-head > .current_tags {
    text-transform: capitalize;
}
.title-head > .current_tags .fa {
    margin-left: 10px;
}
.subtitle-head {
    font-size: 1.28571em;
    color: #363636;
    margin: 20px 0;
}
.price-box {
    width: 100%;
    line-height: normal;
}
.price-box .special-price {
    font-size: 1em;
    color: #f68b0c;
    font-weight: 600;
}
.price-box .old-price {
    font-size: 0.92857em;
    color: #898989;
    text-decoration: line-through;
}
.price-box .old-price span {
    text-decoration: line-through;
}
.product-box {
    text-align: left;
    position: relative;
    overflow: hidden;
}
.product-box .sale-flash {
    font-size: 0.78571em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #f80000;
    border: #f80000 1px solid;
    padding: 0;
    text-align: center;
    position: absolute;
    background: #fff;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 40px;
    height: 20px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box .product-thumbnail {
    position: relative;
    overflow: hidden;
    padding: 1px;
    border: #e1e1e1 1px solid;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 100%;
}
.product-box .product-thumbnail > a {
    width: 100%;
}
.product-box .product-thumbnail > a img {
    max-height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transform: scale(100%);
}
.product-box:hover .product-thumbnail > a img{
    transform: scale(120%);
}
.product-box .product-info {
    z-index: 10;
    position: relative;
}
.product-box.product-list-item.item-small .product-info{
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    background: #ffda71;
    width: 100%;
}
.product-box .product-name {
    width: 100%;
    font-size: 1em;
    line-height: normal;
}
.product-box .product-name a {
    color: #363636;
    text-decoration: none;
}
.product-box .product-name a:hover {
    color: #f89b00;
}
.product-box .product-summary {
    width: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.92857em;
    color: #898989;
}
.product-box .variants {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    display: inline-flex;
}
.product-box:hover .product-thumbnail {
    border: #f9c52c 1px solid !important;
}
.product-box.product-list-item {
    width: 100%;
}
.product-box.product-list-item .product-name {
    margin: 0 0 5px;
}
@media (min-width: 992px) {
    .product-box.product-list-item.item-small .product-summary {
        display: none;
    }
}
@media (max-width: 542px) {
    .product-box.product-list-item.item-small .product-summary {
        display: none;
    }
}
.product-box.product-list-item:not(.item-small) {
    margin: 15px 0;
}
@media (min-width: 1200px) {
    .product-box.product-list-item:not(.item-small) .product-thumbnail {
        width: 240px;
        margin-right: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-box.product-list-item:not(.item-small) .product-thumbnail {
        width: 240px;
        margin-right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-box.product-list-item:not(.item-small) .product-thumbnail {
        width: 240px;
        margin-right: 30px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .product-box.product-list-item:not(.item-small) .product-thumbnail {
        width: 160px;
        margin-right: 30px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-box.product-list-item:not(.item-small) .product-thumbnail {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
    .product-box.product-list-item:not(.item-small) .product-info {
        width: calc(100% - 270px);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-box.product-list-item:not(.item-small) .product-info {
        width: calc(100% - 270px);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-box.product-list-item:not(.item-small) .product-info {
        width: calc(100% - 270px);
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .product-box.product-list-item:not(.item-small) .product-info {
        width: calc(100% - 190px);
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-box.product-list-item:not(.item-small) .product-info {
        width: 100%;
    }
}
.product-box.product-list-item:not(.item-small) .product-name {
    margin: 0 0 14px;
}
.product-box.product-list-item:not(.item-small) .product-review {
    margin: 0 0 14px;
}
.product-box.product-list-item:not(.item-small) .product-summary {
    margin: 0 0 10px;
}
.product-box.product-list-item:not(.item-small) .price-box {
    margin: 0 0 15px;
}
.product-box.product-list-item .product-summary {
    margin: 0 0 5px;
}
.product-box.product-list-item form {
    float: left;
}
@media (min-width: 1200px) {
    .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
    .product-box.product-grid-item .product-thumbnail picture,
    .product-box.product-grid-item .product-thumbnail .face-in,
    .product-box.product-grid-item .product-thumbnail .face-out {
        height: 261px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
    .product-box.product-grid-item .product-thumbnail picture,
    .product-box.product-grid-item .product-thumbnail .face-in,
    .product-box.product-grid-item .product-thumbnail .face-out {
        height: 210px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
    .product-box.product-grid-item .product-thumbnail picture,
    .product-box.product-grid-item .product-thumbnail .face-in,
    .product-box.product-grid-item .product-thumbnail .face-out {
        height: 218px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
    .product-box.product-grid-item .product-thumbnail picture,
    .product-box.product-grid-item .product-thumbnail .face-in,
    .product-box.product-grid-item .product-thumbnail .face-out {
        height: 240px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
    .product-box.product-grid-item .product-thumbnail picture,
    .product-box.product-grid-item .product-thumbnail .face-in,
    .product-box.product-grid-item .product-thumbnail .face-out {
        height: 128px;
    }
}
@media (max-width: 319px) {
    .product-box.product-grid-item .product-thumbnail a:not(.quick-view),
    .product-box.product-grid-item .product-thumbnail picture,
    .product-box.product-grid-item .product-thumbnail .face-in,
    .product-box.product-grid-item .product-thumbnail .face-out {
        max-height: 100px;
    }
}
.product-box.product-grid-item .product-thumbnail .product-action {
    position: absolute;
    top: 40%;
    z-index: 1;
    text-align: center;
}
.product-box.product-grid-item .product-thumbnail .product-action .btn {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.product-box.product-grid-item
    .product-thumbnail
    .product-action
    .from_left {
    -moz-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
}
.product-box.product-grid-item
    .product-thumbnail
    .product-action
    .from_right {
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
.product-box.product-grid-item .product-thumbnail .product-action a {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -moz-transform: translateX(500px);
    -o-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
}
@media (min-width: 1200px) {
    .product-box.product-grid-item .product-thumbnail:hover .product-action {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .product-box.product-grid-item
        .product-thumbnail:hover
        .product-action
        button {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .product-box.product-grid-item .product-thumbnail:hover .product-action a {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.product-box.product-grid-item .product-info {
    width: 100%;
    padding: 15px 0;
}
.product-box.product-grid-item .product-info .price-box {
    margin: 0 0 14px;
    text-align: center;
}
@media (max-width: 542px) {
    .product-box.product-grid-item .product-info .price-box {
        display: flex;
        flex-flow: column;
        min-height: 31px;
    }
}
.product-box.product-grid-item .product-info .product-name {
    margin: 0 0 14px;
    text-align: center;
}
.product-box.product-grid-item .product-info .product-review {
    margin: 0;
    display: flex;
    justify-content: center;
}
.product-box.product-grid-item .product-info .product-action {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box .product-action {
    width: 100%;
    float: left;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.product-box .product-action .btn {
    padding: 0 7px;
    line-height: normal;
    height: 35px;
    min-width: 80px;
    border: #f89b00 1px solid;
    background: #fff;
    color: #f89b00;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.85714em;
    font-weight: 400;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: background ease 0.3s;
    -moz-transition: background ease 0.3s;
    -ms-transition: background ease 0.3s;
    -o-transition: background ease 0.3s;
    transition: background ease 0.3s;
}
.product-box .product-action .btn:hover {
    border: #f89b00 1px solid;
    background: #f89b00;
    color: #fff;
}
.product-box .product-action .btn.btn-cart {
    margin: 0 5px 0 0;
}
.product-box .product-action .btn .fa {
    margin: 0 5px 0 0;
}
.section-product {
    background: #f5f5f5;
    padding-bottom: 100px;
}

.f-product-view-info-detail h1 {
    font-size: 130%;
    margin: 0;
}

.pr-detail .new-pr-dt {
    font-size: 19px;
    color: red;
    font-weight: 600
}

.pr-detail .old-pr-dt {
    text-decoration: line-through;
    font-size: 15px
}

.product-page-price label {
    display: inline-block;
}

a.btn.nextsl,
a.btn.prevsl {
    position: absolute;
    top: 40%;
    z-index: 1;
    background: #fb7f00;
    color: white;
    padding: 10px;
}

a.btn.prevsl {
    left: 0;
}

a.btn.nextsl {
    right: 0;
}

.thumbs .slick-slide {
    padding: 3px;
}

.thumbs .slick-current img {
    opacity: 0.5;
    border: 1px solid #a4a2a2;
}

.thumbs .slick-slide img {
    border: 1px solid #ffffff;
    cursor: pointer;
}

.box-addtocart {
    margin: 10px 0;
}

.content-block {
    border: 1px dashed #fb0000;
    box-shadow: 0 0 0 1px #fff inset;
    padding: 0 10px;
    text-shadow: 1px 1px #fff;
}

.tit-block {
    padding-bottom: 0;
    font-size: 16px;
    color: #333;
    text-align: left;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 600;
    display: block;
}

.content-block.support p {
    background: #fafafa;
    padding: 5px;
    font-size: 15px;
    padding-left: 15px;
}

.add-cart {
    text-align: center;
    padding: 10px;
    border: none;
    background: #007a4d;
    color: white;
    font-weight: bold;
    transition: 0.3s;
}

.box-addtocart a {
    margin-top: 10px;
    background: #e98800;
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    text-transform: uppercase;
    transition: 00.3s;
}
.bread-crumb {
    width: 100%;
    background: #f5f5f5;
    padding: 0;
}
.bread-crumb .breadcrumb {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    color: #898989;
    list-style: none;
    background: transparent;
    padding: 19px 0;
    margin-bottom: 0;
}
.bread-crumb .breadcrumb li {
    display: inline;
}
.bread-crumb .breadcrumb li a {
    color: #363636;
}
.bread-crumb .breadcrumb li strong span {
    padding: 0;
    color: #f89b00;
}
.bread-crumb .breadcrumb li a:hover,
.bread-crumb .breadcrumb li.active,
.bread-crumb .breadcrumb li strong {
    color: #f89b00;
    font-weight: 400;
}
.bread-crumb .breadcrumb > li + li:before {
    content: "\f0da";
    display: inline-block;
    font-family: FontAwesome;
    color: #f89b00;
}
.breadcrumb li:nth-child(4) {
    display: none;
}

header .topbar {
    background: rgb(239 179 65);
    overflow: hidden;
}
header .topbar .social-info {
    display: inline-flex;
    height: 50px;
}
header .topbar .social-info li {
    height: 100%;
    border-left: #cdbeaa 1px solid;
}
header .topbar .social-info li:last-child {
    border-right: #cdbeaa 1px solid;
}
header .topbar .social-info li a {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
header .topbar .top-header-account {
    display: inline-flex;
    height: 50px;
}
header .topbar .account-info {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    float: left;
}
header .topbar .account-info li {
    height: 50px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
@media (min-width: 768px) {
    header .topbar .account-info li {
        border-right: #f9c52c 1px solid;
    }
    header .topbar .account-info li:first-child {
        border-left: #f9c52c 1px solid;
    }
    header .topbar .account-info li:hover {
        background: #f9c52c;
    }
}

header .topbar .account-info a {
    color: #fff;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 0.85714em;
    text-transform: uppercase;
    padding: 0 30px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
@media (max-width: 767px) {
    header .topbar .account-info a{
        padding: 0;
    }
}
header .main-header {
    background: rgb(49 60 50);
    display: inline-flex;
    align-items: center;
}
header .main-header .logo {
    height: 97px;
    display: flex;
    align-items: center;
}
header .main-header .header-info > .row {
    width: calc(100% + 30px);
    float: left;
    display: inline-flex;
}
header .main-header .header-info > .row > div:last-child {
    display: flex;
    align-items: center;
}
header .main-header .search_and_cart {
    display: flex;
    justify-content: flex-end;
}
header .main-header .search_and_cart .header-search {
    position: relative;
}
header .main-header .search_and_cart .header-search > span {
    color: #e7e7e7;
    font-size: 1.42857em;
}
header .main-header .search_and_cart .header-search form {
    position: absolute;
    width: 200px;
    top: 0;
    right: 0;
    display: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
header .main-header .search_and_cart .header-search form.open {
    display: block;
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
header .main-header .top-cart-contain {
    float: left;
}
header .main-header .top-cart-contain .heading-cart a {
    position: relative;
    padding: 0 20px;
    color: #ebebeb;
}
header .main-header .top-cart-contain .heading-cart a:hover {
    color: #f9c52c;
}
header .main-header .top-cart-contain .heading-cart img {
    margin-bottom: 3px;
}
header .main-header .top-cart-contain .heading-cart .cartCount {
    position: absolute;
    right: 0;
    top: -10px;
    background: #f89b00;
    color: #fff;
    font-size: 0.85714em;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
    #main-header-mobile {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: calc(100% + 30px);
        float: left;
    }
}
.mini-cart {
    z-index: 10;
    text-align: center;
}
.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none;
}
.top-cart-contain {
    color: #363636;
    padding: 0;
    right: 0;
    z-index: 1000;
}
.top-cart-contain .heading-cart > a .fa {
    font-size: 21px;
    text-align: center;
    width: 30px;
}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 1em;
    font-weight: 400;
    color: #f8a23d;
}
.top-cart-contain:hover .top-cart-content {
    display: block;
}
.top-cart-content {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    padding: 0;
    min-width: 360px;
    padding: 5px;
    text-align: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.top-cart-content .empty {
    text-align: left;
    color: #363636;
}
.top-cart-content .product-name {
    margin: 0;
    width: calc(100% - 25px);
    line-height: 1;
}
.top-cart-content .product-name a {
    font-size: 0.92857em;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #363636;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.top-cart-content .product-name a:hover {
    color: #f9c52c;
}
.top-cart-content .hover-cart-variant-title {
    color: #c3c3c3;
    font-size: 12px;
    font-style: italic;
    margin: 0;
}
.top-cart-content .product-details-bottom {
    width: 100%;
    float: left;
}
.top-cart-content .product-details-bottom .price {
    margin-bottom: 5px;
    width: 100%;
    float: left;
}
.top-cart-content .product-details-bottom .quantity-select {
    width: 100%;
    float: left;
}
.top-cart-content li {
    list-style: none;
}
.top-cart-content li.item {
    border-top: 1px solid #e1e1e1;
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 0;
}
.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 10px;
}
.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none;
}
.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.top-cart-content li.item .product-image img {
    max-height: 100%;
    max-width: 100%;
}
.top-cart-content li.item .detail-item {
    width: calc(100% - 90px);
    float: left;
}
.top-cart-content li.item .detail-item .product-details {
    width: 100%;
    float: left;
}
.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 0;
    top: 5px;
}
.top-cart-content li.item .detail-item input {
    display: block;
    width: 30px;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0;
    text-align: center;
    margin: 0;
    min-height: 1px !important;
    float: left;
    margin: 0 -1px;
    font-size: 0.85714em;
}
.top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0;
    text-align: center;
    border: #e1e1e1 1px solid;
    background: #fff;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.top-cart-content li.item .detail-item button.items-count:hover {
    background: #f9c52c;
    color: #fff;
    border: #f9c52c 1px solid;
}
.top-cart-content .block-subtitle {
    color: #363636;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid;
}
.top-cart-content .actions {
    width: 100%;
    float: left;
    text-align: center;
    padding: 15px 0;
}
.top-cart-content .actions a {
    width: 48%;
    color: #fff;
    float: left;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.top-cart-content .actions a:first-child {
    margin-right: 2%;
}
.top-cart-content .actions a:hover {
    background: #363636;
}
.top-subtotal {
    color: #363636;
    font-size: 1em;
    font-weight: 400;
    padding: 13px 0;
    text-align: left;
    text-transform: none;
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
}
.top-subtotal .price {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #f68b0c;
    float: right;
}
.li-fix-1 {
    background: #fff;
    border-top: 1px solid #ebebeb;
    display: block;
}
.li-fix-2 {
    display: block;
    width: 295px;
}
header nav {
    position: relative;
}
header nav .nav {
    position: relative;
    display: flex;
    align-items: center;
}
header nav .nav-item {
    position: relative;
}
header nav .nav-item > a {
    color: #efefef;
    text-transform: uppercase;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 41px 8px;
    line-height: normal;
}
header nav .nav-item > a:hover,
header nav .nav-item > a:focus {
    color: #f9c52c;
    background-color: transparent;
}
header nav .nav-item > .fa {
    color: #fff;
    position: absolute;
    right: 0;
    top: 33px;
}
header nav .nav-item .dropdown-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 0px 5px 0px #e1e1e1;
    background-color: rgb(49 60 50) !important;
    z-index: 30;
    margin-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    right: -50%;
    left: auto;
}
header .dropdown-menu>li>a{
    color: #ededed;
}
header nav .nav-item .dropdown-menu > li > a {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 13px;
    display: block;
    position: relative;
    padding: 10px 20px 10px 12px;
}
header nav .nav-item .dropdown-menu > li > a:hover{
    background-color: rgb(66 90 68) !important;
}
header nav .nav-item .dropdown-menu > li:hover > a {
    color: #f9c52c;
}
header nav .nav-item:hover > .dropdown-menu {
    display: block;
    border-top: 0;
    padding-top: 2px;
    background: transparent;
}
header nav .nav-item .dropdown-submenu {
    position: relative;
}
header nav .nav-item .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
header nav .nav-item .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
}
header nav .nav-item .dropdown-submenu > .nav-link > .fa {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}
header nav .nav-item.has-mega {
    position: static;
}
header nav .nav-item.has-mega:hover .mega-content {
    display: block;
}
header nav .nav-item.has-mega .mega-content {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 100;
    padding: 30px 35px 15px;
    border: 1px solid #e1e1e1;
    left: 50%;
}
@media (min-width: 1200px) {
    header nav .nav-item.has-mega .mega-content {
        transform: translateX(calc(-50% - 36px));
        width: 1140px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header nav .nav-item.has-mega .mega-content {
        transform: translateX(calc(-50% - 61px));
        width: 940px;
    }
}
header nav .nav-item.has-mega .item {
    margin-bottom: 15px;
}
header nav .nav-item.has-mega .item:nth-child(4n + 1) {
    clear: left;
}
header nav .nav-item.has-mega h4 {
    margin: 0 0 15px;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}
header nav .nav-item.has-mega h4 a {
    color: #363636;
}
header nav .nav-item.has-mega h4:hover a {
    color: #f9c52c;
}
header nav .nav-item.has-mega li > a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.92857em;
    color: #898989;
    width: 100%;
    float: left;
    margin: 0 0 5px;
}
header nav .nav-item.has-mega li > a:hover {
    color: #f9c52c;
}
.menu-mobile .full-width {
    margin: 15px 0;
}
.menu-mobile .search_form {
    width: 100%;
    float: left;
}
.menu-mobile .search_form form {
    width: 100%;
    float: left;
    position: relative;
}
.menu-mobile .search_form form input {
    border: #f89b00 1px solid;
    margin: 0;
}
.menu-mobile .search_form form .btnsearch {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 40px;
    width: 40px;
    border: none;
    background: #f89b00;
    color: #fff;
    font-size: 15px;
}
footer {
    background: #a56d44;
    position: relative;
    width: 100%;
    float: left;
    border-top: #d4d4d4 1px solid;
    padding: 0;
    line-height: 25px;
    color: #fff;
}
footer a {
    color: #fff;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
footer a:hover {
    color: #f9c52c;
}
footer .foo-title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 992px) {
    footer .foo-title {
        margin: 10px 0 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    footer .foo-title {
        margin: 10px 0 20px;
    }
}
footer .main-footer {
    padding: 40px 0;
}
@media (max-width: 767px) {
    footer .main-footer .foo-collapse .foo-content {
        display: none;
    }
    footer .main-footer .foo-collapse .foo-title {
        position: relative;
        margin: 10px 0;
    }
    footer .main-footer .foo-collapse .foo-title:before {
        content: "\f067";
        position: absolute;
        font-family: FontAwesome;
        top: 0;
        right: 0;
    }
    footer .main-footer .foo-collapse .toggle-fa:before {
        content: "\f068";
        position: absolute;
        font-family: FontAwesome;
        top: 0;
        right: 0;
    }
}
@media (min-width: 768px) {
    footer .main-footer .foo-collapse li:first-child {
        padding-top: 0;
    }
    footer .main-footer .foo-collapse .foo-content {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    footer .foo-item {
        margin: 0 0 30px;
    }
    footer .foo-item:nth-child(2n + 1) {
        clear: left;
    }
}
.foo-content .foo-description {
    font-size: 0.92857em;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #fff;
}
.foo-content .foo-social ul {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.foo-content .foo-social li {
    float: left;
    margin: 0 10px 10px 0;
}
.foo-content .foo-social a {
    color: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #292c3a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.foo-content .foo-social .fa {
    font-size: 1em;
}
.foo-content .subscribe .subscribe_content {
    font-size: 0.92857em;
    line-height: 1.4;
    margin: 0 0 30px;
    color: #fff;
}
.foo-content .subscribe .subscribe_form {
    width: 100%;
    position: relative;
    margin: 0 0 45px
}
.foo-content .subscribe button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
}
.foo-content .subscribe input {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 90px 0 10px;
}
.list-menu li {
    width: 100%;
    float: left;
    padding: 10px 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.list-menu li a:hover .foo-link {
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.list-menu li .fa {
    width: 25px;
    float: left;
    color: #fff;
    line-height: 1.4;
    -moz-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.list-menu li .foo-store-info {
    width: calc(100% - 25px);
    float: left;
    font-size: 0.92857em;
    line-height: 1.4;
    display: block;
    color: #fff;
}
.list-menu li .foo-store-info.foo {
    color: #363636;
}
.list-menu li .foo-store-info.foo:hover {
    color: #f89b00;
}
.list-menu li .foo-link {
    width: calc(100% - 25px);
    float: left;
    font-size: 0.92857em;
    line-height: 1.4;
    display: block;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.copyright {
    padding: 15px 0;
    color: #f87900;
    background: #6b2103;
}
@media (min-width: 768px) {
    .copyright {
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .copyright {
        line-height: 30px;
    }
}
.copyright a {
    color: #f89b00;
}
.copyright a:hover {
    color: #f9c52c;
}
@media (max-width: 767px) {
    .copyright span {
        width: 100%;
        float: left;
        text-align: center;
    }
}
.copyright .footer-menu ul {
    display: inline-flex;
}
@media (min-width: 992px) {
    .copyright .footer-menu ul {
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .copyright .footer-menu ul {
        justify-content: center;
    }
}
.copyright .footer-menu li {
    width: auto;
    float: left;
    font-size: 0.92857em;
}
@media (min-width: 992px) {
    .copyright .footer-menu li {
        margin: 0 0 0 20px;
    }
}
@media (max-width: 991px) {
    .copyright .footer-menu li {
        margin: 0 10px;
    }
}
.copyright .footer-menu a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
}
.copyright .footer-menu a:hover {
    color: #f9c52c;
}
.copyright .cr {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 0.92857em;
}
@media (max-width: 991px) {
    .copyright .cr {
        text-align: center;
    }
}
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: -50px;
    font-size: 24px;
    color: #fffffe;
    line-height: 1;
    background: #f89b00;
    cursor: pointer;
    padding: 6px 8px;
    box-shadow: 0 0 5px #f89b00;
    z-index: 999;
    transition: 0.3s;
}
.back-to-top.show {
    bottom: 10px;
}
.product-template {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.product-images {
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.product-images .large-image {
    margin-bottom: 15px;
}
.product-images .large-image a {
    border: #e1e1e1 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
}
@media (min-width: 1200px) {
    .product-images .large-image a {
        height: 458px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-images .large-image a {
        height: 374px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-images .large-image a {
        height: 532px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .product-images .large-image a {
        height: 377px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-images .large-image a {
        height: 210px;
        max-height: 252px;
    }
}
.product-images .large-image a img {
    max-width: 100%;
    max-height: 100%;
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-images .large-image a img {
        max-height: 250px;
    }
}
@media (min-width: 543px) {
    .product-images #gallery_01 {
        margin: 50px 0 0;
    }
}
@media (max-width: 542px) {
    .product-images #gallery_01 {
        margin: 25px 0 15px;
    }
}
.product-images #gallery_01 .item {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.product-images #gallery_01 .item a {
    padding: 1px;
}
.product-images #gallery_01 .item a:not(.active) {
    border: #e1e1e1 1px solid;
}
.product-images #gallery_01 .item a.active,
.product-images #gallery_01 .item a:hover {
    border: #f89b00 1px solid;
}
@media (min-width: 1200px) {
    .product-images #gallery_01 .item a {
        width: 67px;
        height: 67px;
    }
    .product-images #gallery_01 .item a:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-images #gallery_01 .item a {
        width: 50px;
        height: 50px;
    }
    .product-images #gallery_01 .item a:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-images #gallery_01 .item a {
        width: 95px;
        height: 95px;
    }
    .product-images #gallery_01 .item a:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .product-images #gallery_01 .item a {
        width: 75px;
        height: 75px;
    }
    .product-images #gallery_01 .item a:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-images #gallery_01 .item a {
        width: 45px;
        height: 45px;
    }
    .product-images #gallery_01 .item a:not(:last-child) {
        margin-bottom: 1px;
    }
}
.product-images #gallery_01 .item a img {
    max-width: 100%;
    max-height: 100%;
}
.product-images #gallery_01 .flex-direction-nav > li {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
}
.product-images #gallery_01 .flex-direction-nav > li:not(.disabled):hover a {
    color: #f9c52c;
    border: #f9c52c 1px solid;
}
@media (min-width: 992px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-prev {
        left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-prev {
        left: 30px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-prev {
        left: 30px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-prev {
        left: calc(50% - 20px);
    }
}
.product-images #gallery_01 .flex-direction-nav > li.flex-nav-next {
    left: auto;
}
@media (min-width: 992px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-next {
        right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-next {
        right: 30px;
    }
}
@media (min-width: 543px) and (max-width: 767px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-next {
        right: 30px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .product-images #gallery_01 .flex-direction-nav > li.flex-nav-next {
        right: calc(50% - 20px);
    }
}
.product-images #gallery_01 .flex-direction-nav > li > a {
    font-family: FontAwesome;
    color: #363636;
    border: #e1e1e1 1px solid;
    display: block;
    text-align: center;
}
@media (min-width: 543px) {
    .product-images #gallery_01 .flex-direction-nav > li > a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}
@media (max-width: 542px) {
    .product-images #gallery_01 .flex-direction-nav > li > a {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}
.product-images #gallery_01 .flex-direction-nav > li > a.flex-disabled {
    background: #e1e1e1;
}
.product-images .owl-carousel.owl-loaded {
    overflow: hidden;
}
.zoomLens {
    width: 200px !important;
    height: 200px !important;
}
@media (max-width: 1024px) {
    .zoomContainer {
        display: none;
    }
}
.zoomWrapper {
    width: 100% !important;
    height: auto !important;
}
.zoomWrapper img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
}
.zoomWrapper img ~ img {
    display: none !important;
}
.details-pro .title-head {
    width: 100%;
    float: left;
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-size: 1.28571em;
    color: #363636;
    font-weight: 600;
    margin: 0 0 20px;
}
.details-pro .product_sku {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    color: #363636;
}
.details-pro .product_vendor_type {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0 0 10px;
}
.details-pro .product_vendor_type span:not(.lastElement) {
    border-right: #363636 1px solid;
    padding-right: 10px;
    margin-right: 15px;
}
.details-pro .product-review {
    margin: 0 0 10px;
}
.details-pro .product-summary {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    font-size: 0.92857em;
}
.details-pro .product-summary .product_description {
    width: 100%;
    float: left;
    line-height: normal;
    color: #363636;
}
.details-pro .product-summary .product_description label {
    width: 100%;
    float: left;
    margin: 0 0 5px;
}
.details-pro .product-summary .product_description .rte {
    width: 100%;
    float: left;
    line-height: normal;
}
.details-pro .product-summary .product_description .rte p {
    margin: 0;
}
.details-pro .price-box {
    width: 100%;
    margin-bottom: 30px;
    line-height: normal;
}
.details-pro .price-box .special-price {
    color: #f89b00;
    font-weight: 700;
}
@media (min-width: 543px) {
    .details-pro .price-box .special-price {
        font-size: 2.14286em;
    }
}
@media (max-width: 542px) {
    .details-pro .price-box .special-price {
        font-size: 1.71429em;
    }
}
.details-pro .price-box .old-price {
    color: #898989;
    font-weight: 400;
    text-decoration: line-through;
}
@media (min-width: 543px) {
    .details-pro .price-box .old-price {
        font-size: 1.42857em;
    }
}
@media (max-width: 542px) {
    .details-pro .price-box .old-price {
        font-size: 1.14286em;
    }
}
.details-pro form {
    width: 100%;
    float: left;
}
.details-pro .product_quantity {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 0;
}
.details-pro .product_quantity label {
    width: 80px;
    float: left;
    font-weight: 400;
    margin: 0 10px 0 0;
    line-height: 40px;
    color: #363636;
}
.details-pro .product_quantity button {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #363636;
    background: none;
    border: #e1e1e1 1px solid;
    position: relative;
}
.details-pro .product_quantity button.reduced {
    border-right: none;
}
.details-pro .product_quantity button.reduced:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-right: #e1e1e1 1px solid;
}
.details-pro .product_quantity button.increase {
    border-left: none;
}
.details-pro .product_quantity button.increase:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    border-left: #e1e1e1 1px solid;
}
.details-pro .product_quantity button:hover {
    color: #f9c52c;
}
.details-pro .product_quantity input {
    float: left;
}
.details-pro .product_quantity input[type="text"] {
    height: 40px;
    min-height: 1px;
    color: #363636;
    border-left: none;
    border-right: none;
    box-shadow: none;
}
@media (min-width: 543px) {
    .details-pro .product_quantity input[type="text"] {
        width: calc(280px - 160px);
    }
}
@media (max-width: 542px) {
    .details-pro .product_quantity input[type="text"] {
        width: calc(100% - 170px);
    }
}
.details-pro .product_quantity > .lastDiv {
    border-right: none !important;
}
.details-pro .box-variant {
    width: 100%;
    float: left;
}
.details-pro .box-variant .selector-wrapper {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.details-pro .box-variant label {
    color: #363636;
    font-weight: 400;
    font-size: 1em;
    line-height: 40px;
    width: 80px;
    margin: 0 10px 0 0;
    float: left;
}
.details-pro .box-variant .single-option-selector {
    padding: 0 15px;
    height: 40px;
    float: left;
}
@media (min-width: 543px) {
    .details-pro .box-variant .single-option-selector {
        min-width: 200px;
        width: 200px;
    }
}
@media (max-width: 542px) {
    .details-pro .box-variant .single-option-selector {
        width: calc(100% - 90px);
    }
}
.details-pro .button_actions {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.details-pro .button_actions button {
    float: left;
    font-size: 1.14286em;
    text-transform: uppercase;
    line-height: normal;
}
@media (min-width: 543px) {
    .details-pro .button_actions button {
        min-width: 290px;
        padding: 15px;
    }
}
@media (min-width: 320px) and (max-width: 542px) {
    .details-pro .button_actions button {
        width: 100%;
        padding: 15px;
    }
}
.details-pro .button_actions img {
    float: left;
    margin-right: 10px;
    display: inline-block;
    margin-top: 25px;
}
@media (max-width: 542px) {
    .details-pro .button_actions img {
        display: none;
    }
}
.details-pro .button_actions a {
    color: #f89b00;
    float: left;
    font-size: 0.92857em;
    display: inline-block;
    line-height: 70px;
}
.details-pro .button_actions a:hover {
    color: #898989;
}
.details-pro .swatch {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}
.details-pro .swatch .header {
    font-weight: 400;
    font-size: 1em;
    line-height: 40px;
    width: 80px;
    margin: 0 10px 0 0;
    float: left;
    color: #363636;
}
@media (max-width: 543px) {
    .details-pro .swatch .header {
        width: 100% !important;
    }
}
.details-pro .swatch .data-value-group {
    float: left;
    display: block;
}
@media (min-width: 543px) {
    .details-pro .swatch .data-value-group {
        width: calc(100% - 120px);
    }
}
@media (max-width: 542px) {
    .details-pro .swatch .data-value-group {
        width: 100%;
    }
}
.details-pro .swatch .data-value-group .swatch-element {
    margin: 0 5px 5px 0;
}
.details-pro .swatch .data-value-group .swatch-element.soldout label {
    cursor: no-drop;
}
.details-pro .swatch .data-value-group .swatch-element label {
    border: #e1e1e1 1px solid;
    line-height: 40px;
    height: 40px !important;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.details-pro .swatch .data-value-group .swatch-element label:hover {
    border: #f9c52c 1px solid;
}
.details-pro .swatch .data-value-group .swatch-element.color {
    width: 40px;
}
.details-pro .swatch .data-value-group .swatch-element:not(.color) label {
    width: auto;
    min-width: 40px !important;
}
.product-tags,
.social-sharing {
    width: 100%;
    float: left;
    margin: 0 !important;
    line-height: normal;
}
.product-tags label,
.social-sharing label {
    width: 70px;
    float: left;
    margin: 0;
    line-height: 40px;
}
.product-tags .tags-list,
.social-sharing .tags-list {
    float: left;
    display: block;
}
@media (min-width: 543px) {
    .product-tags .tags-list,
    .social-sharing .tags-list {
        width: calc(100% - 70px);
    }
}
@media (max-width: 542px) {
    .product-tags .tags-list,
    .social-sharing .tags-list {
        width: 100%;
    }
}
.product-tab {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.product-tab .tab-link {
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -2px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
@media (max-width: 767px) {
    .product-tab .tab-link {
        width: 100%;
        float: left;
        background: #fff;
    }
}
.product-tab .tab-link:hover {
    background: #363636;
}
.product-tab .tab-link:hover .tab_title {
    color: #fff;
}
.product-tab .tab-link .tab_title {
    display: block;
    padding: 12px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    margin: 0;
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
}
@media (min-width: 768px) {
    .product-tab .tab-link .tab_title {
        border-bottom: 0;
    }
}
@media (max-width: 767px) {
    .product-tab .tab-link .tab_title {
        width: 100%;
        float: left;
        position: relative;
    }
    .product-tab .tab-link .tab_title:before {
        content: "\f107";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        left: calc(100% - 40px);
        font-family: FontAwesome;
        font-size: 1em;
        color: #363636;
        font-weight: 400;
    }
}
.product-tab .tab-link.current .tab_title {
    font-weight: 600;
}
@media (min-width: 768px) {
    .product-tab .tab-link.current .tab_title {
        background: #363636;
        color: #fff;
    }
}
@media (max-width: 767px) {
    .product-tab .tab-link.current .tab_title {
        background: #363636;
        color: #fff;
    }
    .product-tab .tab-link.current .tab_title:before {
        content: "\f106";
        color: #fff;
        font-weight: 600;
        font-size: 1.14286em;
    }
}
@media (min-width: 543px) {
    .product-tab .tabs-title {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .product-tab .tabs-title {
        border: #e1e1e1 1px solid;
    }
}
.product-tab .tab-content {
    width: 100%;
    background: #fff;
    margin-top: 1px;
    float: left;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-top: #363636 2px solid;
}
@media (max-width: 542px) {
    .product-tab .tab-content {
        padding: 15px;
    }
}
.product-tab .tab-content.current {
    display: block;
}
.product-tab .tab-content:not(.current) {
    display: none;
}
.related_products {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 30px 0 60px;
}
.related_products .module-header {
    text-align: center;
}
.related_products .module-title {
    color: #363636;
    font-weight: 600;
    margin-bottom: 20px;
}
.related_products .module-title a {
    width: 100% !important;
}
.related_products .title-desc {
    color: #898989;
    font-size: 1.14286em;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .related_products .title-desc {
        padding: 0 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .related_products .title-desc {
        padding: 0 30px;
    }
}
.related_products .owl-nav {
    top: -70px;
    position: absolute;
    left: 0;
    right: 0;
}
.related_products .module-content {
    margin-top: 70px;
}
.collection-template {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.collection-template .collection_header {
    width: 100%;
    
    padding-bottom: 15px;
    border-bottom: #e1e1e1 1px solid;
}
.collection-template .collection_header .title-head {
    
}
@media (min-width: 768px) {
    .collection-template .collection_header .title-head {
        width: calc(100% - 250px);
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .collection-template .collection_header .title-head {
        width: 100%;
    }
}
.collection-template .category-products {
    width: 100%;
    
}
.collection-template .products-view {
    width: 100%;
    
    margin-top: 15px;
}
.collection-template .products {
    width: 100%;
    
}
.collection-template .products-view-grid .item {
    margin-bottom: 15px;
}
.collection-template .products-view-grid .item .product-box {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .collection-template .products-view-grid .item:nth-child(3n + 1) {
        clear: left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .collection-template .products-view-grid .item:nth-child(3n + 1) {
        clear: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .collection-template .products-view-grid .item:nth-child(3n + 1) {
        clear: left;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .collection-template .products-view-grid .item:nth-child(2n + 1) {
        clear: left;
    }
}
.sortPagiBar {
    width: 100%;
    
    color: #363636;
    position: relative;
}
.sortPagiBar .order_bar {
    
    margin: 0;
    line-height: 35px;
}
@media (min-width: 543px) {
    .sortPagiBar .order_bar {
        width: 100%;
    }
}
@media (max-width: 542px) {
    .sortPagiBar .order_bar {
        width: 100%;
    }
}
.sortPagiBar .order_bar .form-group {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    
    display: inline-flex;
}
@media (min-width: 543px) {
    .sortPagiBar .order_bar .form-group {
        justify-content: flex-end;
    }
}
.sortPagiBar .order_bar .form-group > span {
    display: inline-block;
    
    margin: 0 5px 0 0;
    font-size: 0.85714em;
    font-weight: 400;
    width: 85px;
}
.sortPagiBar .order_bar .form-group select {
    min-height: 1px;
}
@media (max-width: 543px) {
    .sortPagiBar .order_bar .form-group select {
        width: calc(100% - 85px) !important;
        
    }
}
.sortPagiBar .order_bar .form-group select:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.sortPagiBar .order_bar .form-group select option {
    padding-right: 10px;
}
.sortPagiBar .view-mode {
    margin-right: 20px;
    
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 542px) {
    .sortPagiBar .view-mode {
        display: none;
    }
}
.sortPagiBar .view-mode a {
    width: 35px;
    height: 35px;
    
    border: #e1e1e1 1px solid;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #898989;
    margin: 0;
}
.sortPagiBar .view-mode a:not(:last-child) {
    margin-right: 10px;
}
.sortPagiBar .view-mode a .fa {
    font-size: 1.14286em;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.sortPagiBar .view-mode a.active {
    border: #f9c52c 1px solid;
}
.sortPagiBar .view-mode a.active .fa {
    color: #f89b00;
}
.sortPagiBar .view-mode a:hover {
    border: #f9c52c 1px solid;
}
.sortPagiBar .view-mode a:hover .fa {
    color: #f9c52c;
}
.sortPagiBar .view-mode * {
    cursor: pointer;
}
.button-view-mode {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-view-mode.active {
    box-shadow: none;
    color: #363636;
}
.button-view-mode.active a {
    color: #363636;
}
.sort-by-script {
    vertical-align: middle;
    text-align: center;
    background: #fff;
    color: #363636;
    font-size: 0.85714em !important;
    width: 120px !important;
    
    height: 35px !important;
    font-weight: 100;
}
.blog-article-template {
    width: 100%;
    
    overflow: hidden;
    padding: 30px 0 0;
}
.blog-article-template .main-content .module-content {
    background: transparent;
}
.list-blogs {
    width: 100%;
    
}
.list-blogs .item {
    width: 100%;
    
    margin-bottom: 40px;
}
.list-blogs .item:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: #e1e1e1 dashed 1px;
}
@media (min-width: 768px) {
    .list-blogs .item:nth-child(2n + 1) {
        clear: left;
    }
}
.blog-item-thumbnail {
    width: 100%;
    
    position: relative;
    margin: 0 0 20px;
}
.blog-item-thumbnail a,
.blog-item-thumbnail picture {
    width: 100%;
    
    text-align: center;
}
.blog-item-thumbnail img {
    margin: 0 auto;
}
.blog-item-info {
    width: 100%;
    
}
.blog-item-info .blog-item-name {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1.28571em;
    text-transform: uppercase;
    position: relative;
    line-height: normal;
    margin: 0 0 15px;
}
.blog-item-info .blog-item-name a {
    color: #363636;
}
.blog-item-info .blog-item-name a:hover {
    color: #f9c52c;
}
.blog-item-info .article-detail {
    margin: 0 0 15px;
    font-size: 0.92857em;
    color: #a3a3a3;
}
.blog-item-info .blog-item-summary {
    width: 100%;
    
    font-size: 0.92857em;
    color: #898989;
}
.article-thumbnail {
    
}
.article-info {
    
}
.article-detail {
    width: 100%;
    
    font-style: italic;
    font-size: 0.85714em;
    color: #898989;
    display: inline-block;
    line-height: normal;
}
.article-detail span {
    display: inline-block;
    
    position: relative;
}
@media (max-width: 542px) {
    .article-detail span {
        width: 100%;
        margin: 0 0 5px !important;
    }
}
.article-detail span:not(:last-child) {
    margin-right: 10px;
    padding-right: 15px;
}
.article-detail span:not(:last-child):before {
    content: "/";
    position: absolute;
    right: 0;
}
.article-detail span.lastElementDetail {
    margin-right: 0;
    padding-right: 0;
}
.article-detail span.lastElementDetail:before {
    display: none;
}
.article-summary {
    width: 100%;
    
}
.viewmore {
    width: 100%;
    
}
.article-main .article-thumbnail {
    width: 100%;
    
    margin: 0 0 15px;
}
.article-main .article-thumbnail img {
    margin: 0 auto;
}
.article-main .article-detail {
    margin: 0 0 15px;
}
.article-main .article-sharing {
    width: 100%;
    
    background: #f4f4f4;
    padding: 20px 35px;
    margin: 0 0 15px;
}
.article-main .related_articles {
    width: 100%;
    
    padding: 10px 0;
    margin-bottom: 15px;
}
.article-main .related_articles .article-title {
    font-weight: 400;
    font-size: 1em;
    color: #363636;
}
.article-main .related_articles .list-article-title {
    padding: 0;
}
.article-main .article-content {
    width: 100%;
    
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: #e1e1e1 1px solid;
}
.article-main .article-content img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.article-main .article-image {
    text-align: center;
}
.article-main .article_tags {
    width: 100%;
    
    margin-bottom: 15px;
}
.article-main .article_tags label {
    margin: 0;
    width: 50px;
    
    text-transform: uppercase;
    line-height: 35px;
}
.article-main .article_tags .tags-list {
    width: calc(100% - 50px);
}
.article-main .social-sharing {
    margin-bottom: 25px !important;
}
.related-blogs {
    margin: 0 0 60px;
    padding: 0 0 60px;
    border-bottom: #e1e1e1 1px solid;
}
.related-blogs .article-thumbnail {
    margin: 0 0 15px;
}
.related-blogs .article-title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}
.related-blogs .article-title a {
    color: #363636;
}
.related-blogs .article-title a:hover {
    color: #f9c52c;
}
.tags-list {
    width: 100%;
    
    display: block;
}
.tags-list .tag-item {
    display: inline-block;
    
}
.tags-list a {
    color: #505050;
    font-size: 0.85714em;
    padding: 0 10px;
    border: #e1e1e1 1px solid;
    margin: 0 10px 10px 0;
    height: 40px;
    display: flex;
    align-items: center;
    
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.tags-list a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    width: 3px;
    background: #f89b00;
    z-index: 2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.tags-list a:after {
    border-top: 10px solid transparent;
    border-left: 5px solid #f89b00;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    left: -5px;
    top: 20%;
    z-index: 1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.tags-list a:hover, .tags-list a.active {
    color: #f89b00;
    border-color: #f89b00;
    padding: 0 5px 0 15px;
}
.tags-list a:hover:before, .tags-list a.active:before {
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.tags-list a:hover:after, .tags-list a.active:after {
    -moz-transform: translateX(7px);
    -o-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    width: 5px;
    overflow: hidden;
}
.social-sharing {
    width: 100%;
    margin-bottom: 25px;
}
.social-sharing .sharing-item {
    
    padding-right: 5px;
    background: #fff;
    display: block;
    position: relative;
}
.social-sharing .sharing-item a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #d7d7d7;
    border: #e1e1e1 1px solid;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.social-sharing .sharing-item a:not(:first-child) {
    margin-left: 5px;
}
.social-sharing .social-media {
    width: 100%;
    
    position: relative;
}
.social-sharing span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    border-bottom: #e1e1e1 1px solid;
}
.comments {
    width: 100%;
    
    margin-bottom: 40px;
}
.comments .title-form-coment {
    font-size: 1em;
    text-transform: uppercase;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 40px;
    font-weight: 700;
    color: #363636;
}
.comments .article-comment {
    margin-bottom: 30px;
}
.comments .article-comment .article-comment-user-image {
    margin: 0 15px 0 0;
    
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comments .article-comment .article-comment-user-image img {
    max-width: 100%;
    max-height: 100%;
}
.comments .article-comment .article-comment-user-comment {
    width: calc(100% - 95px);
    
}
.comments .article-comment .article-comment-user-comment .user-name-comment {
    color: #111111;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
}
.comments
    .article-comment
    .article-comment-user-comment
    .article-comment-date-bull {
    display: block;
    color: #b0b0b0;
    font-size: 1em;
    line-height: normal;
}
.comments
    .article-comment
    .article-comment-user-comment
    .article-comment-content {
    display: block;
    color: #707070;
    font-size: 1em;
    line-height: normal;
    padding-bottom: 33px;
    border-bottom: #e1e1e1 1px solid;
}
.notification {
    width: 100%;
    
}
.notification .notification-area {
    width: 100%;
    
    margin: 0 0 15px;
}
.form-comment {
    width: 100%;
    
}
.form-comment .title-form-coment {
    font-size: 1em;
    color: #1e1e1e;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 40px;
    font-weight: 700;
}
.form-comment .layout-comment {
    width: 100%;
    
}
.form-comment .layout-comment .form-group {
    padding: 0;
}
.form-comment .layout-comment .form-group input,
.form-comment .layout-comment .form-group textarea {
    padding: 15px;
    margin-bottom: 25px;
}
.form-comment .layout-comment .form-group label {
    margin: 0 0 15px;
    color: #111111;
    font-weight: 400;
}
.form-comment .layout-comment .form-group .input-control:focus {
    border: #f9c52c 1px solid;
    box-shadow: 0 0 0 1px #f9c52c;
    -webkit-box-shadow: 0 0 0 1px #f9c52c;
}
.form-comment .layout-comment .form-group .form-control {
    border: #e1e1e1 1px solid;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.pd-right {
    padding-left: 0px;
}
.main-cart-page {
    width: 100%;
    
}
.main-container .col-main {
    float: none;
    width: auto;
}
.main-container .col-main .cart .bg-scroll {
    border-top: none;
    margin-top: 20px;
    overflow: hidden;
    border: solid 1px #e1e1e1;
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.main-container .col-main .cart .cart-thead {
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-right: none;
    border-left: none;
    
    min-width: 600px;
}
.main-container .col-main .cart .cart-thead div {
    
    background: #fbfbfb;
    padding: 10px 0;
    color: #363636;
    text-align: center;
    border-right: #e1e1e1 1px solid;
    font-size: 13px;
    text-transform: uppercase;
}
.main-container .col-main .cart .nobr {
    white-space: nowrap;
}
.main-container .col-main .cart .cart div.a-right {
    text-align: right;
}
.main-container .col-main .cart .cart div.a-center {
    text-align: center;
}
.main-container .col-main .cart .cart-tbody {
    width: 100%;
    
}
.main-container .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    
}
.main-container .col-main .cart .cart-tbody .item-cart > div {
    background: #fff;
}
.main-container .col-main .cart .item-cart .image .product-image img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: inherit;
    margin: 0 auto;
}
.main-container .col-main .cart .cart-tbody .item-cart > div {
    
    padding: 10px;
    line-height: 20px;
    vertical-align: top;
    border-right: solid 1px #e1e1e1;
    height: 120px;
    flex-flow: column;
    overflow: hidden;
}
.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    position: relative;
}
.main-container
    .col-main
    .cart
    .bg-scroll
    .cart-tbody
    .item-cart
    div
    a.remove-item {
    background-color: #fff;
    width: 22px;
    height: 26px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    min-height: 75px;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}
@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image {
        padding: 0;
    }
}
.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 1em;
    line-height: normal;
    width: 100%;
    
}
.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
    font-size: 1em;
    line-height: normal;
    color: #363636;
}
.main-container
    .col-main
    .cart
    .cart-tbody
    .item-cart
    div
    .product-name
    a:hover {
    color: #f9c52c;
}
.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-container .col-main .cart .cart .product-name a {
    font-size: 14px;
}
.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #e1e1e1;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
}
.main-container .col-main .cart .variant-title {
    color: #434343;
    width: 100%;
    
    font-size: 12px;
    font-style: italic;
}
.main-container .col-main .cart .cart-tbody .item-cart div .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 6;
    color: #f68b0c;
}
.main-container .col-main .cart .item-cart .items-count {
    border: 1px solid #e1e1e1;
    outline: none;
    background: #fff;
    height: 24px;
    width: 21px;
    vertical-align: top;
    text-align: center;
    padding: 0;
}
.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #ddd;
    height: 24px;
    margin-left: -1px;
    text-align: center;
    width: 23px;
    margin-right: -1px;
    padding: 0;
    line-height: 15px;
    font-size: 0.85714em;
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #363636;
    cursor: pointer;
    padding: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none;
    
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none;
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span {
    display: none;
}
.main-container .col-main .cart .btn-proceed-checkout {
    background: #f89b00;
    line-height: 35px;
    color: #fff;
    height: 40px;
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.main-container .col-main .cart .btn-proceed-checkout:hover {
    background: #363636;
}
.main-container .col-main .cart .btn.btn-white {
    margin-right: 5px;
    border: 2px solid #363636;
}
.main-container .col-main .cart .btn.btn-white:hover {
    border-color: #f9c52c;
}
.main-container .col-main .cart .totals .inner {
    padding: 0px 0 15px;
    margin-top: 0;
    margin-right: 1px;
}
.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: #e1e1e1 thin solid;
    border-top: none;
    border-bottom: none;
    padding: 20px;
}
.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 239px;
    border-left: 1px solid #e1e1e1;
    font-size: 14px;
}
.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #fff;
}
.main-container .col-main .cart ul.checkout {
    clear: left;
    padding: 20px;
    border: 1px solid #e1e1e1;
    background: #fbfbfb;
}
.main-container .col-main .cart .cart .totals table th,
.main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #363636 !important;
    height: 50px;
    vertical-align: middle;
}
.main-container .col-main .cart span.totals_price.price {
    color: #f89b00;
    font-size: 16px;
}
.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    
    margin-bottom: 0;
}
.main-container
    .col-main
    .cart
    .cart-tbody
    .item-cart
    .input_qty_pr
    .items-count {
    border: 1px solid #ddd;
    outline: none;
    background: #fff;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0;
    float: left;
}
@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 196px;
    }
}
@media (max-width: 991px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
        width: 252px;
    }
    .main-container .col-main .cart .totals .inner {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .sign_main {
        background: #f7f8f9;
        margin-top: 40px;
    }
    .main {
        border-bottom: solid 1px #e1e1e1;
        background: #fff;
        margin-top: 40px;
    }
    .header-cart-content {
        width: 100%;
        float: left;
    }
    .header-cart {
        width: 100%;
        float: left;
        padding: 15px !important;
        border-bottom: #e1e1e1 2px solid;
    }
    .title-cart {
        width: 100%;
        float: left;
    }
    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
    }
    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9c9c9c;
    }
    .title-cart a {
        color: #f89b00;
        font-size: 1em;
        line-height: initial;
        font-family: Arial, sans-serif;
    }
    .header-cart-price {
        width: 100%;
        float: left;
        padding: 15px;
    }
    .header-cart-price .title-cart {
        margin-bottom: 15px;
    }
    .header-cart-price .title-cart h3 {
        width: 100px;
        float: left;
    }
    .header-cart-price .title-cart .totals_price_mobile {
        width: calc(100% - 100px);
        float: left;
        text-align: right;
        color: #f68b0c;
    }
    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: 27px;
        color: #fff;
        height: 40px;
        font-size: 14px;
        border: none;
        background: #f89b00;
    }
    .content-product-list .item-product {
        min-height: 110px;
        border-bottom: solid 1px #e1e1e1;
        overflow: hidden;
        padding: 15px;
    }
    .item-product-cart-mobile,
    .select-item-qty-mobile {
        float: left;
    }
    .item-product-cart-mobile {
        margin-right: 5px;
        width: 80px;
    }
    .select-item-qty-mobile {
        float: right;
        text-align: center;
    }
    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #e1e1e1;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px;
    }
    .title-product-cart-mobile {
        float: left;
    }
    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #363636;
    }
    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 12px;
        font-family: Arial, sans-serif;
        color: #898989;
        margin-bottom: 0;
    }
    .title-product-cart-mobile span {
        color: #f68b0c;
    }
    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
}
@media (max-width: 767px) {
    .title-product-cart-mobile {
        width: calc(100% - 160px);
        margin-right: 5px;
    }
    .title-product-cart-mobile h3 {
        line-height: 1;
        margin: 0;
    }
    .main-cart-page {
        min-height: auto !important;
    }
    .select-item-qty-mobile .txt_center {
        position: relative;
        width: 70px;
        height: 25px;
    }
    .select-item-qty-mobile .txt_center input {
        position: absolute;
        left: 21px;
        height: 25px;
        width: 25px;
        text-align: center;
        margin: 0px;
        padding: 0;
        float: left;
        display: inline-block;
        line-height: 1;
        min-height: auto;
    }
    .select-item-qty-mobile .txt_center .items-count {
        position: absolute;
        top: 0;
        height: 25px;
        width: 22px;
        color: #000;
        border: #e1e1e1 thin solid;
        background: none !important;
        float: left;
        display: inline-block;
        line-height: 1;
        min-width: auto;
        padding: 0;
    }
    .select-item-qty-mobile .txt_center .items-count.reduced {
        left: 0;
    }
    .select-item-qty-mobile .txt_center .items-count.increase {
        left: 45px;
    }
}
.cart-template {
    width: 100%;
    float: left;
}
.cart-template .header-cart {
    padding: 0 15px;
}
.customer-template {
    padding: 15px 0 30px;
    width: 100%;
    float: left;
}
.customer-template form label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}
.customer-template .customer-heading {
    font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    color: #f89b00;
    text-transform: uppercase;
    font-size: 1.71429em;
    margin-bottom: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
    text-align: center;
}
.customer-template .alert {
    width: 100%;
    float: left;
    text-align: center;
}
.customer-template .wrapper-form {
    margin-bottom: 30px;
}
.customer-template .wrapper-form .form-group {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    padding: 0;
}
.customer-template .wrapper-form .form-group input {
    padding: 0 15px;
    min-height: 60px;
}
.customer-template .wrapper-form ul {
    display: inline-flex;
    padding: 10px 0;
    width: 100%;
    float: left;
    line-height: normal;
    margin: 0 0 10px;
}
.customer-template .wrapper-form li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: #363636 1px solid;
}
.customer-template .wrapper-form button {
    min-height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 15px;
}
.customer-template .wrapper-form button .fa {
    margin-right: 5px;
}
#customer_register {
    margin-bottom: 20px;
}
#customer_login,
#recover_customer_password {
    margin-bottom: 0;
}
.checkbox.style input {
    margin: 0 !important;
    display: none;
}
.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px;
}
.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.checkbox.style input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #f89b00;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#customer-reset-password {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#customer-reset-password .title-head {
    margin-bottom: 30px;
}
#customer-reset-password label {
    color: #363636;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 15px;
}
#customer-reset-password .action_bottom input {
    border-bottom: 15px;
}
#my-orders-table {
    background: #fff;
}
.c-checkbox input {
    margin-top: 3px;
}
.account thead {
    border: #e1e1e1 1px solid;
}
.block-account {
    background: #fff;
}
.block-account h2,
.block-account h3,
.block-account h4 {
    text-align: center;
    margin: 0;
    border: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 2px solid;
    padding: 8px 0;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.customer-name {
    color: #f89b00;
    line-height: 55px;
}
.block-content.form-signup {
    border: #e1e1e1 1px solid;
    background: #fff;
    padding-top: 20px;
}
.block-content.form-signup p {
    padding: 0 20px;
}
.block-content.form-signup p i {
    color: #f89b00;
    margin-right: 5px;
}

.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em;
}
.aside-item.collection-category .nav-item a {
    font-size: 1.07143em;
}
.aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 12px;
}
.aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none;
}
.aside-item.collection-category .nav-item.active > a {
    color: #f89b00;
}
.aside-item.collection-category .nav-item.active > .dropdown-menu {
    display: block;
}
.aside-item.collection-category .nav > li > a {
    padding: 5px 15px;
}
.aside-item .nav > li > a:focus,
.aside-item .nav > li > a:hover {
    background: none;
}
.ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #363636 !important;
}
.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #363636 !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px;
}
#start {
    width: 100px;
    float: left;
}
#start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}
#stop {
    width: 100px;
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative;
}
#stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
}
#stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px;
}
a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 15px;
}
div#isp_search_result_page_container .btn-search {
    display: none;
}
button.btn.btn-default.btn-search {
    display: none;
}
div#isp_search_result_page_container form {
    margin-bottom: 0;
}
.page-template {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.page-template .title-head {
    margin: 0 0 10px;
}
.page-template .module-content {
    background: transparent;
}
.page-template .ggmap {
    width: 100%;
    height: 70vh;
    background: #f5f5f5;
    margin-bottom: 30px;
}
.page-template label {
    margin: 0 0 5px;
    font-weight: 400;
}
.page-template .form-group {
    margin: 0 0 10px;
}
.page-template .form-control {
    padding: 10px 15px;
}
.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 100;
}
.btn-call-now {
    display: flex;
    align-items: center;
    position: fixed;
    width: 260px;
    bottom: 20px;
    background: #810202;
    -webkit-box-shadow: 0 0 5px #810202;
    -moz-box-shadow: 0 0 5px #810202;
    box-shadow: 0 0 5px #810202;
    z-index: 999999999;
    left: 20px;
    top: initial !important;
    color: #fff;
    font-weight: 700;
    font-size: 125%;
    border-radius: 25px;
    padding: 5px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn-call-now .fa {
    color: #b70100;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-right: 5px;
    text-align: center;
}
@keyframes calllink {
    0% {
        color: #eba11e;
    }
    50% {
        color: #fff;
    }
    100% {
        color: #ebfa48;
    }
}
@media (max-width: 767px) {
    .btn-call-now span {
        display: none;
    }
    .btn-call-now .fa {
        margin: 0;
    }
    .btn-call-now {
        width: initial;
    }
}
@media (min-width: 1200px) {
    header .main-header .top-cart-contain .heading-cart .cartCount {
        right: -25px;
        top: -15px;
    }
}
.product-box.product-grid-item .product-info .product-name {
    text-transform: uppercase;
}
.product-box.product-list-item .product-name {
    text-transform: uppercase;
}
h2.title-head {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

h2.title-head.yellow {
    background: url(../img/divider_.png) no-repeat center bottom !important;
}

h2.title-head.green {
    background: url(../img/divider_green.png) no-repeat center bottom !important;
}