* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    margin: 0;
}

/*carousel mobile scroll fixed*/

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

/*Preloader*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

.preloader .preloader-gif {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background: url('../images/preloader.gif') no-repeat;
}

/*End Preloader*/

.clearfix:after {
    content: '';
    clear: both;
    display: block;
}

.img-responsive {
    display: inline-block;
    width: 100%;
}

/* header-top */
.header-top {
    background: #1b1d1f;
    margin: 0;
    padding: 10px 0;
}

.header-top .left {
    float: left;
    margin: 0;
}

.header-top .left ul {
    margin-bottom: 0;
}

.header-top .left ul li {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 400;
}

.header-top .left ul li i, .header-top .left ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.header-top .left ul li i {
    margin-right: 4px;
}

.header-top .left ul li a:hover {
    color: #f06c45;
    transition: color 0.8s ease;
}

.header-top .left p {
    color: #fff;
    font-size: 12px;
    margin-top: 2px;
}

.header-top .right {
    float: right;
    margin: 0;
}

.header-top .right ul {
    margin-bottom: 0;
}

.header-top .right .wrap, .header-top .right ul li {
    margin-left: 17px;
    display: inline-block;
}

.header-top .right .wrap a, .header-top .right ul li a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    margin-left: 6px;
}

.header-top .right .wrap a, .header-top .right ul li a:hover {
    color: #fff !important;
}

/* middle */
.middle {
    padding: 20px 0 20px 0;
}

.middle a.logo {
    color: #1b1d1f !important;
    font-weight: 600;
    margin-top: 8px !important;
    font-size: 20px;
    display: block;
}

.middle .main-form {
    background: #f8f8f8;
    border: 1px #e0e0e0 solid;
    padding: 0;
    border-radius: 4px;
}

.middle .main-form input {
    margin-top: -1px;
    width: 342px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border: none;
    display: inline-block;
    background: none;
    padding-left: 15px;
    padding-right: 30px;
    color: #939393;
}

.middle #normal-search input {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 38px;
    box-shadow: none;
}

.middle #normal-search input:focus {
    box-shadow: none;
}

.middle .main-form.no-categories input {
    /*padding-top: 10px;*/
}

.middle .main-form select {
    margin-left: 20px;
    border-top: none;
    border-right: 0;
    border-bottom: none;
    border-left: 1px #e0e0e0 solid;
    color: #939393;
    font-size: 14px;
    padding: 10px 10px;
    background: #f8f8f8;
}

.middle .main-form button {
    background: #f06c45;
    float: right;
    border-radius: 0 4px 4px 0;
    padding: 9px 13px;
    border: none;
}

.middle form textarea:focus, input:focus,
.middle form textarea:focus, select:focus,
.middle form textarea:focus, button:focus {
    outline: none;
}

.middle .add-card {
    margin-top: -2px;
    float: right;
}

.add-card:hover .cart-popup {
    /*display: block !important;*/
}

.middle .add-card .icon {
    position: relative;
}

.middle .add-card i {
    color: #f06c45;
    margin: 9px 16px 0 16px;
    font-size: 30px;
}

.middle .add-card .cash {
    background: #1b1d1f;
    position: absolute;
    border-radius: 100px;
    height: 18px;
    width: 18px;
    top: 2px;
    right: 20px;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
}

/* cart*/
.cart-popup {
    width: 290px;
    padding: 20px;
    border: 1px solid #f3f3f3;
    background: #fff;
    position: absolute;
    color: #1c1c1c;
    z-index: 10001;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    right: 15px;
    top: 45px;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, .2);
}

.cart-popup ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-popup ul li.product-hold {
    border-bottom: 1px #e0e0e0 solid;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.cart-popup ul li.product-hold:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-img {
    float: left;
    margin: 0;
}

.product-img .inner-img {
    float: left;
    margin: 0;
}

.product-img .inner-img img {
    margin-top: 5px;
}

.product-info {
    float: left;
    margin-left: 15px;
    position: relative;
}

.product-info i {
    border-radius: 100%;
    padding: 3px 5px;
    color: #1b1d1f;
    margin: 0;
    font-size: 13px;
    height: 18px;
    width: 18px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -25px;
}

.product-info i:hover {
    color: #f06c45;
    transition: color 0.6s ease;
}

.product-info a {
    font-weight: 500;
    color: #1b1d1f;
    display: block;
}

.product-info span.quantity {
    color: #1b1d1f;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}

.cart-popup p.total {
    text-align: left;
    margin-top: 20px;
}

.cart-popup p.total strong {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-popup span.amount {
    float: right;
    margin: 0;
}

.cart-popup p.check-out {
    margin-top: 20px;
}

.cart-popup p.check-out a {
    border-radius: 2px;
    background: #1b1d1f;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 26px;
    margin: 0 2px;
}

.cart-popup p.check-out a:hover {
    background: #f06c45;
    transition: background 0.9s ease;
}

/**********************************/
/*Search*/
/**********************************/

input.search-loading {
    display: none;
}

.search-input.search-loading {
    background: url(../images/loader.gif) center right no-repeat !important;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 367px;
    padding: 0;
    margin: 10px 0 0 0 !important;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    border-top: 1px solid #DDD;
    background: #FFF;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #6b6b6b;
    text-decoration: none;
    outline: 0;
    background-color: #eeeeee;
    cursor: pointer;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-radius: 4px 0 0 4px;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-radius: 0 4px 4px 0;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

/****************************************/
/*End Search*/
/****************************************/

/* navbar */
.navbar-default {
    background: #1b1d1f;
    border: none;
    border-radius: 0;
}

.navbar-header {
    margin-top: 0;
    background: #f06c45;
    padding: 20px 96px 19px 30px;
}

/* dropdown */
.wrapper-dropdown-5 {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
    background: #f06c45;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5 i {
    margin-right: 10px;
}

.wrapper-dropdown-5 a {
    font-weight: 600;
    color: #fff !important;
    display: inline-block;
}

.wrapper-dropdown-5 .dropdown {
    position: absolute;
    top: 40px;
    left: -30px;
    z-index: 999;
    background: #1b1d1f;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 274px;
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 14px 21px;
    border-bottom: 1px solid #2b2b2b;
}

.wrapper-dropdown-5 .dropdown li:last-child {
    border-bottom: none;
}

.wrapper-dropdown-5 .dropdown li:hover {
    background: #2b2b2b;
    transition: all 0.8s ease;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease-out;
}

.woocommerce .wrapper-dropdown-5 a {
    color: #fff;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 13px;
    vertical-align: middle;
}

.wrapper-dropdown-5.active .dropdown {
    max-height: 500px;
}

/* menu */
.navbar-default .mainnav {
    float: left;
}

.navbar-default .navbar-nav li > a {
    font-weight: 400;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px 0 19px 40px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #f06c45 !important;
    transition: color 0.8s ease;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #1b1d1f;
}

.navbar-nav .dropdown-menu {
    background: #1b1d1f;
    padding: 0;
    margin: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: -1px;
    left: 100%;
}

.navbar-nav > li > .dropdown-menu li {
    border-radius: 0;
}

.navbar-default .navbar-nav .dropdown-menu li > a {
    padding: 10px 15px;
    text-transform: capitalize;
    border-bottom: 1px #26282a solid;
}

.navbar-default .navbar-nav .dropdown-menu li:last-child > a {
    border: none;
}

.navbar-default .navbar-nav .dropdown-menu li > a:hover {
    background: #26282a;
    color: #FFFFFF;
}

.navbar-default .navbar-right {
    margin: 0 -15px 0 0;
}

.navbar-default .navbar-right li {
    list-style: none;
    display: inline-block;
    padding: 20px 0 19px 0;
}

.navbar-default .navbar-right > li > a {
    font-weight: 400;
    color: #fff;
}

.navbar-default .navbar-right > li > a > i {
    margin-right: 9px;
    margin-left: 27px;
}

.navbar-default .navbar-right > li > a:hover {
    color: #f06c45 !important;
    transition: color 0.8s ease;
}

/*------------------------------------------------------*/
/* SLIDER
/*------------------------------------------------------*/
.bs-slider {
    margin-top: -20px;
    overflow: hidden;
    position: relative;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.30);
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/**********Slide effect***********/
.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/**********LEFT/RIGHT ROUND CONTROL***********/
.control-round .carousel-control {
    top: 45%;
    opacity: 0;
    width: 45px;
    height: 55px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height: 55px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 5%;
}

.control-round .carousel-control.right {
    right: 5%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #67666c;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 28%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    padding: 0 170px;

}

.slide-text > h1 {
    padding: 0;
    color: #d5dddf;
    font-weight: 400;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 0;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.slide-text > p {
    padding: 0;
    color: #d5dddf;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 26px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text > a.shop {
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 12px 30px 11px 29px;
    white-space: nowrap;
    letter-spacing: 1px;
    border: 1px #ffffff solid;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #1b1d1f !important;
    background: #ffffff;
    font-weight: 500;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/* body */
.content-area {
    margin: 38px 0 40px 0;
}

.content-area .col-left a {
    color: #666666;
}

.content-area .col-left p {
    line-height: 24px;
}

.content-area .col-left .entry-content h1, .content-area .col-left .entry-content h2, .content-area .col-left .entry-content h3, .content-area .col-left .entry-content h4, .content-area .col-left .entry-content h5, .content-area .col-left .entry-content h6 {
    margin: 12px 0;
}

.content-area .col-left .entry-thumbnail {
    margin-bottom: 10px;
}

.content-area .col-left a:hover {
    color: #f06c45 !important;
    transition: color 0.8s ease;
}

.content-area .col-left header h2 {
    margin-bottom: 5px;
}

.content-area .col-left header h2 a {
    font-size: 26px;
}

.content-area .col-left header, .content-area .col-left footer {
    padding-bottom: 10px;
}

.content-area .col-left footer {
    padding-top: 10px;
}

.content-area .col-left footer .cat-links, .content-area .col-left footer .comments-link, .col-left footer .edit-link {
    display: block;
}

.content-area .navigation .screen-reader-text {
    display: none;
}

/* support */
.content {
    padding: 40px 0;
}

.support {
    border: 1px #eeeeee solid;
}

.support img {
    float: left;
    margin: 24px 20px;
    border-radius: 100%;
}

.support .text {
    float: left;
    margin: 34px 0 0;
}

.support .text h6 {
    color: #1b1d1f;
    text-transform: uppercase;
}

.support .text p {
    color: #1b1d1f;
    margin-top: 9px;
    font-size: 12px;
}

/* hot-deal */
.hot-deal {
    background: #f8f8f8;
    border: 1px #e0e0e0 solid;
    padding: 14px 16px;
}

.hot-deal i {
    color: #f06c45;
    font-size: 20px;
}

.hot-deal h5 {
    margin-left: 0;
    display: inline-block;
    font-weight: 600;
}

/* product */
.product, .everest-woo-single-layout-products-widget .owl-stage-outer {
    border: 1px #dcdcdc solid;
}

.everest-woo-single-layout-products-widget .product {
    border: none;
}

/* product-wrap */
.product-wrap {
    padding: 20px 15px 33px 20px;
}

.product-wrap .img-info {
    margin: 0;
}

.product-wrap .detail {
    margin: 0;
}

.product-wrap .detail a {
    color: #1b1d1f;
}

.product-wrap .detail a:hover {
    color: #f06c45;
    transition: color 0.9s ease;
}

.product-wrap .detail h5 {
    color: #3069af;
}

.product-wrap .detail .reve-star {
    margin: 0;
}

.product-wrap .detail .reve-star i {
    color: #f9ba48;
    margin-top: 16px;
}

.product-wrap .detail span {
    display: block;
    color: #3069af;
    margin-top: 14px;
    font-weight: 600;
}

.product-wrap .detail span ins {
    text-decoration: line-through;
    color: #aaaaaa;
}

.product-wrap .detail p {
    margin-top: 12px;
    font-size: 14px;
    color: #1b1d1f;
}

.product-wrap .detail .add-to-card {
    margin-top: 12px;
    float: left;
}

.product-wrap .detail .add-to-card a {
    background: #1b1d1f;
    color: #fff !important;
    font-weight: 500;
    padding: 7px 19px 7px 19px;
    border-radius: 2px;
    display: inline-block;
}

.product-wrap .detail .add-to-card a:hover {
    background: #f06c45;
    color: #fff !important;
    transition: background-color 0.9s ease;
}

.product-wrap .detail .quick-view {
    float: left;
    margin-top: -2px;
    margin-left: 10px;
}

.product-wrap .detail .quick-view a {
    font-size: 14px;
    padding-right: 2px;
    display: inline-block;
}

.product-wrap .detail .quick-view a span {
    background: #1b1d1f;
    color: #fff !important;
    padding-left: 10px;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

.product-wrap .detail .quick-view a span:hover {
    background: #f06c45;
    transition: background-color 0.8s ease;
}

/* hot-product */
.hot-product .new-arrivals {
    background: #f8f8f8;
    border: 1px #e0e0e0 solid;
    padding: 14px 16px;
}

.hot-product .new-arrivals h5 {
    display: inline-block;
    font-weight: 600;
}

.hot-product .new {
    border: 1px #dcdcdc solid;
}

.hot-product .new .holder {
    padding: 20px 0 30px 0;
    margin: 0 15px;
    border-bottom: 1px #dcdcdc solid;
}

.hot-product .new .holder:last-child {
    border: none;
}

.hot-product .new .holder .left-img {
    float: left;
    margin-top: 6px;
}

.hot-product .new .holder .right-text {
    margin-left: 15px;
    float: left;
}

.hot-product .new .holder .right-text a {
    color: #1b1d1f;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.hot-product .new .holder .right-text a:hover {
    color: #f06c45;
    transition: color 0.8s ease;
}

.hot-product .new .holder .right-text i {
    color: #f9ba48;
    font-size: 12px;
}

.hot-product .new .holder .right-text span {
    display: block;
    color: #3069af;
    font-weight: 600;
    margin-top: 9px;
}

.hot-product .new .holder .right-text span ins {
    text-decoration: line-through;
    color: #aaaaaa;
}

.cont {
    text-align: center;
}

/* hover */
.cont a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.cont a:before, a:after,
.cont a div:before,
.cont a div:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    z-index: 4;
    transition: all .8s ease;
}

.cont a:before,
.cont a:after {
    width: 0;
    height: 2px;
}

.cont a div:before,
.cont a div:after {
    width: 2px;
    height: 0;
}

.cont a:before {
    top: 5%;
    left: 5%;
}

.cont a:hover:before,
.cont a:hover:after {
    width: 90%;
}

.cont a:hover div:before,
.cont a:hover div:after {
    height: 90%;
}

.cont a:after {
    bottom: 5%;
    right: 5%;
}

.cont a div:before {
    bottom: 5%;
    left: 5%;
}

.cont a div:after {
    top: 5%;
    right: 5%;
}

/***************/
.entry-summary h1 {
    font-size: 18px;
    margin-bottom: 9px;
}

.entry-summary .price {
    /*margin-top: -16px;*/
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce div.product span.price del span {
    color: #aaaaaa;
}

.entry-summary .price span.woocommerce-Price-currencySymbol {
    font-size: 18px;
    font-weight: 500;
}

.entry-summary .price span.amount {
    font-weight: 500;
    font-size: 18px;
    /*color: #3069af;*/
}

.woocommerce-product-details__short-description p {
    margin-top: 8px;
    line-height: 22px;
}

.entry-summary .quantity input {
    margin-top: 10px;
    padding: 5px 0;
}

.entry-summary button.single_add_to_cart_button {
    background: #1b1d1f !important;
    margin-top: 10px;
    margin-left: 5px;
    padding: 10px 20px;
    font-weight: 500;
}

.entry-summary button.single_add_to_cart_button:hover {
    background: #f06c45 !important;
    transition: background-color 0.8s ease;
}

.product_meta {
    margin-top: -13px;
}

.owl-stage .ecol-md-3 del span.woocommerce-Price-amount {
    color: #aaaaaa;
}

/* add-card */
.owl-carousel .product-title h5.woocommerce-loop-product__title {
    margin-top: 18px;
}

.woocommerce-tabs .wc-tab {
    margin: 0;
    border-radius: none;
}

.woocommerce-tabs ul.tabs li.description_tab a {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.woocommerce-tabs ul.tabs li.reviews_tab a {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.wc-tab h2 {
    margin: 0;
    font-size: 18px;
}

.wc-tab p {
    margin-top: 10px;
}

.products h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.woocommerce-Reviews h2.woocommerce-Reviews-title {
    margin-bottom: 19px;
    font-size: 18px;
}

.comment-respond span.comment-reply-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-submit {
    padding-bottom: 5px;
}

.comment-respond textarea {
    height: 200px !important;
    padding: 15px;
    font-size: 13px;
}

/**************/

.product-type-simple span.onsale {
    border-radius: 100%;
    position: absolute;
    font-size: 12px;
    top: 10px;
    left: 10px;
    width: 34px;
    height: 34px;
}

/*************/
.widget-content ul li a {
    margin: 10px 0;
}

.widget-content ul li span {
    margin: 10px 0;
}

.widget-content ul.menu {
    line-height: 24px;
}

/**************/

/**************/
/* list-view */

.products .ecol-md-3 .star-rating {
    margin-top: 5px !important;
}

.products .ecol-md-3 .description p {
    margin-top: 10px;
    padding-right: 10px;
}

.products .ecol-md-3 span.price {
    margin-top: 8px;
    font-size: 20px;
}

.products .ecol-md-3 .add-links-wrap a {
    font-weight: 400;
    background: #1b1d1f !important;
    padding: 10px 20px !important;
    margin: 10px auto 20px auto !important;
    border-radius: 30px;
}

.products .ecol-md-3 .add-links-wrap a.wc-forward {
    padding: 7px 20px !important;
}

.products .ecol-md-3 .add-links-wrap a:hover {
    background: #f06c45 !important;
}

/*************/

.list .product-quick-view a.open-popup-link {
    float: left;
    margin: 23px 109px;

}

/* mobile-add */
.mobile-add {
    margin-top: 20px;
}

/* smart-phone */
.smart-phone {
    margin: 30px 0 0 0;
}

/* owl-wrapper */
.owl-carousel.owl-theme {
    margin-top: 30px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: -73px;
    right: 9px;
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0;
    font-size: 18px;
    height: 27px;
    width: 27px;
    padding: 0 8px;
    margin: 5px 3px;
    border: 1px #e0e0e0 solid;
    background: none;
}

.owl-theme .owl-nav i.fa {
    color: #37383a;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #f06c45;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #fff;
}

.owl-item li {
    list-style: none;
}

.ecol-md-3 {
    margin: 0;
}

.ecol-md-3 h2 {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.ecol-md-3 h2:hover {
    color: #f06c45;
    transition: color 0.8s ease;
}

/***********************/
/* start review stars */
/***********************/

.owl-carousel .star-rating, .owl-carousel p.stars [class^="star-"], .owl-carousel p.stars [class*=" star-"] {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
}

.owl-carousel .star-rating {
    margin-top: 11px;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
    height: 1em;
    width: 5em;
    margin-right: auto;
    margin-left: auto;
}

.owl-carousel .star-rating:before {
    content: "\e021\e021\e021\e021\e021";
    float: left;
    top: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    color: #999;
}

.star-rating span {
    font-family: star;
    font-size: 1em;
}

.owl-carousel .star-rating span {
    font-family: WooCommerce;
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.owl-carousel .star-rating span:before {
    content: "\e020\e020\e020\e020\e020";
    top: 0;
    position: absolute;
    left: 0;
    color: #f9ba48;
}

/* rating block specific to single product summary area */
.owl-carousel .owl-carousel-product-rating {
    display: block;
    width: 100%;
}

.owl-carousel .owl-carousel-product-rating .star-rating {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 1em;
}

.owl-carousel .owl-carousel-product-rating .owl-carousel-review-link {
    font-size: 85%;
    width: 100%;
    margin: 0.5em 0;
    float: left;
}

/* rating block specific to review submit form */
.owl-carousel p.stars {
    position: relative;
    padding: 0.75em;
}

.owl-carousel p.stars a {
    display: inline-block;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0 !important;
    outline: 0;
    color: #999;
}

.owl-carousel p.stars a:hover, .owl-carousel p.stars a.active {
    color: #F90;
}

.owl-carousel p.stars a:last-child {
    border-right: 0
}

.owl-carousel p.stars [class^="star-"], .owl-carousel p.stars [class*=" star-"] {
    border-right: 1px solid #ccc
}

.owl-carousel p.stars [class^="star-"]:after, .owl-carousel p.stars [class*=" star-"]:after {
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0
}

.owl-carousel p.stars a.star-1 {
    width: 2em
}

.owl-carousel p.stars a.star-1:after {
    content: "\e021"
}

.owl-carousel p.stars a.star-1.active:after, .owl-carousel p.stars a.star-1:hover:after {
    content: "\e020"
}

.owl-carousel p.stars a.star-2 {
    width: 3em
}

.owl-carousel p.stars a.star-2:after {
    content: "\e021\e021"
}

.owl-carousel p.stars a.star-2.active:after, .owl-carousel p.stars a.star-2:hover:after {
    content: "\e020\e020"
}

.owl-carousel p.stars a.star-3 {
    width: 4em
}

.owl-carousel p.stars a.star-3:after {
    content: "\e021\e021\e021"
}

.owl-carousel p.stars a.star-3.active:after, .owl-carousel p.stars a.star-3:hover:after {
    content: "\e020\e020\e020"
}

.owl-carousel p.stars a.star-4 {
    width: 5em
}

.owl-carousel p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"
}

.owl-carousel p.stars a.star-4.active:after, .owl-carousel p.stars a.star-4:hover:after {
    content: "\e020\e020\e020\e020"
}

.owl-carousel p.stars a.star-5 {
    width: 6em;
}

.owl-carousel p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"
}

.owl-carousel p.stars a.star-5.active:after, .owl-carousel p.stars a.star-5:hover:after {
    content: "\e020\e020\e020\e020\e020"
}

/* rating block specific to product listing */
.owl-carousel ul.products li.product .star-rating {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

/* rating block specific to sidebar widgets */
.owl-carousel ul.cart_list li .star-rating, .owl-carousel ul.product_list_widget li .star-rating {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/***********************/
/* end of review stars */
/***********************/

/**********************/
.everest-woo-single-layout-products-widget .star-rating {
    margin: 11px 0 0 0;
}

.everest-woo-single-layout-products-widget .product-wrap .detail .add-to-card a {
    padding: 6px 19px;
    font-weight: 500;
}

.everest-woo-products-slider-widget .star-rating {
    margin: 11px 0 0 0;
}

/*********************/

.owl-stage .ecol-md-3 span.woocommerce-Price-amount {
    color: #3069af;
    font-size: 14px;
    font-weight: 600;
}

.owl-stage .ecol-md-3 span.price {
    text-align: center;
    display: block;
    margin-top: 12px;
    width: 100%;
}

.owl-stage .ecol-md-3 span.price del {
    color: #aaaaaa;
    text-decoration: line-through;
}

.owl-stage .ecol-md-3 span.price ins {
    text-decoration: none;
}

.owl-stage .ecol-md-3 a {
    display: block;
    text-align: center;
}

.owl-stage .ecol-md-3 a.button {
    display: inline-block;
    background: #1b1d1f;
    margin: 15px 0;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 30px;
}

.owl-stage .ecol-md-3 a.button:hover,
.owl-stage .ecol-md-3 a.button:focus {
    background: #f06c45;
    color: #fff;
    transition: background-color 0.8s ease;
}

/* woocommerce-loopproduct */
/*.woocommerce-LoopProduct-link img {*/
/*height: 230px;*/
/*width: 216px;*/
/*}*/

/*.owl-item .ecol-md-3 a.woocommerce-LoopProduct-link:hover {*/
/*color: #fff;*/
/*}*/

.owl-item .ecol-md-3 .product-image-wrapper span.onsale {
    background: #77a464;
    color: #fff;
    position: absolute;
    border-radius: 100%;
    top: 2px;
    right: 0;
    left: 2px;
    height: 42px;
    width: 42px;
    padding-top: 14px;
    padding-left: 5px;
    font-size: 13px;
}

.woocommerce ul.products li.product .onsale {
    background: #77a464;
    position: absolute;
    border-radius: 100%;
    top: 5px;
    right: 5px;
    font-weight: 500;
    height: 42px;
    width: 42px;
    padding: 3px;
}

.woocommerce ul.products li.product .product-title {
    text-align: center;
}

/* phone */
.phone {
    background: #f8f8f8;
    border: 1px #e0e0e0 solid;
    padding: 14px 16px;
}

.phone h5 {
    display: inline-block;
    font-weight: 600;
}

.phone-add {
    margin: 0;
}

.mobile-sale {
    margin: 30px 0;
    border: 1px solid #e0e0e0;
}

.mobile-sale .sale {
    margin: 0;
    text-align: center;
}

.mobile-sale .sale figure {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.mobile-sale .sale figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

.mobile-sale .sale figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

.mobile-sale .sale figure img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
    position: relative;
}

.mobile-sale .sale figure .sale-red {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    padding-top: 5px;
    text-align: center;
    width: 50px;
    height: 25px;
    background: #f06c45;
    padding: 5px 6px;
    font-weight: bold;
}

.mobile-sale .sale figure .sale-red h6 {
    color: #fff;
}

.mobile-sale .sale figure .sale-blue {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    padding-top: 5px;
    background: #3d73b4;
    width: 50px;
    height: 25px;
    font-weight: bold;
}

.mobile-sale .sale figure .sale-blue h6 {
    color: #fff;
}

.mobile-sale .sale figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mobile-sale .sale figure:hover h3, figure:hover p {
    left: 0;
}

.mobile-sale .sale figcaption .link {
    margin-top: 160px;
}

.mobile-sale .sale figcaption .link a {
    font-size: 14px;
    display: inline-block;
}

.mobile-sale .sale figcaption .link a span {
    background: #1b1d1f;
    margin-right: 1px;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

.mobile-sale .sale figcaption .link a span:hover {
    background: #f06c45;
    transition: background-color 0.8s ease;
}

.mobile-sale .sale a {
    margin-top: 2px;
    display: block;
    color: #1b1d1f !important;
    font-weight: 500;
}

.mobile-sale .sale a:hover {
    color: #3069af !important;
}

.mobile-sale .sale .star-rate {
    margin-top: 6px;
}

.mobile-sale .sale .star-rate i {
    color: #f9ba48;
    font-size: 14px;
}

.mobile-sale .sale .span-cont span {
    display: block;
    margin-top: 9px;
    font-weight: 500;
}

.mobile-sale .sale .span-cont span ins {
    text-decoration: line-through;
    color: #aaaaaa;
    margin-right: 5px;
}

.mobile-sale .sale .card {
    margin: 13px 55px 16px 55px;
}

.mobile-sale .sale .card a {
    background: #1b1d1f;
    color: #fff !important;
    padding: 5px 10px;
}

.mobile-sale .sale .card a:hover {
    background: #f06c45;
    transition: background-color 0.8s ease;
}

/* our-catagories*/
.our-catagories {
    margin: 0;
}

.our-catagories .catagories {
    background: #f8f8f8;
    border: 1px #e0e0e0 solid;
    padding: 14px 16px;
}

.our-catagories .catagories h5 {
    display: inline-block;
    font-weight: 600;
}

.our-catagories .catagories-product {
    border-top: 1px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
    margin: 40px 0 0 0;
}

.our-catagories .catagories-product:nth-of-type(3), .our-catagories .catagories-product:nth-of-type(4) .our-catagories .catagories-product:nth-of-type(5) {
    margin: 0;
}

.our-catagories .catagories-product:last-child {
    margin: 0;
    border-bottom: 1px #e0e0e0 solid;
}

.our-catagories .catagories-product .contro {
    float: left;
    border-right: 1px #e0e0e0 solid;
    padding: 20px 0 20px 20px;
}

.our-catagories .catagories-product .contro:last-child {
    border-right: none;
}

.our-catagories .catagories-product .product-img {
    float: left;
}

.our-catagories .catagories-product .product-text {
    margin-left: 15px;
    width: 165px;
    float: left;
}

.our-catagories .catagories-product .product-text h6 {
    color: #3069af;
    margin-top: -4px;
    font-weight: 500;
    line-height: 20px;
}

.our-catagories .catagories-product .product-text ul {
    list-style: none;
    padding: 0;
    margin-top: 13px;
}

.our-catagories .catagories-product .product-text ul li a {
    display: block;
    line-height: 24px;
    color: #8a8a8a !important;
    font-weight: 400;
}

.our-catagories .catagories-product .product-text ul li a:hover {
    color: #f06c45 !important;
    transition: all 0.9s ease;
}

/* blog */
.store99-blog {
    margin-top: 40px;
}

/* blog-post */
.blog-post {
    background: #f8f8f8;
    border: 1px #e0e0e0 solid;
    padding: 14px 16px;
}

.blog-post h5 {
    display: inline-block;
    font-weight: 600;
}

.blog-item {
    margin: 0 0 40px 0;
}

.blog-item figure {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.blog-item figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

.blog-item figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

.blog-item figure img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
}

.blog-item figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .blog-cont {
    padding: 17px;
    border: 1px #e0e0e0 solid;
}

.blog-item .blog-cont .blog-date {
    background: #f06c45;
    border-radius: 4px;
    height: 50px;
    width: 50px;
    color: #fff;
    float: left;
    margin-right: 15px;
}

.blog-item .blog-cont .blog-date span.day {
    display: block;
    text-align: center;
    margin-top: 3px;
    padding-bottom: 2px;
    border-bottom: 1px #e0e0e0 solid;
}

.blog-item .blog-cont .blog-date span.month {
    display: block;
    text-align: center;
    margin-top: 2px;
}

.blog-item .blog-cont .blog-text {
    /*float: left;*/
}

.blog-item .blog-cont .blog-text h6 {
    color: #1b1d1f;
    line-height: 18px;
    font-weight: 500;
}

.blog-item .blog-cont .blog-text h6:hover {
    color: #f06c45;
    transition: all 0.8s ease;
}

.blog-item .blog-cont .blog-descrip {
    margin-top: 37px;
    margin-bottom: 5px;
}

.blog-item .blog-cont .blog-descrip p {
    font-weight: 400;
}

/* brand-arrivals */
.item {
    margin: 0;
}

.item a {
    margin: 0;
    font-size: 16px;
}

.item a img {
    /*border: 1px #e0e0e0 solid;*/
}

.brand {
    margin: 0;
}

.brand .top-brand {
    background: #f8f8f8;
    border: 1px #e0e0e0 solid;
    padding: 14px 16px;
}

.brand .top-brand h5 {
    display: inline-block;
    font-weight: 600;
}

.brand .col-md-6, .brand .row {
    margin: 0 !important;
    padding: 0 !important;
}

.brand .row {
    border: 1px #e0e0e0 solid;
}

.brand .col-md-6.odd {
    border-right: 1px #e0e0e0 solid;
}

.brand .col-md-6 {
    border-top: 1px #e0e0e0 solid;
}

.brand .row .col-md-6:nth-of-type(1), .brand .row .col-md-6:nth-of-type(2) {
    border-top: 0;
}

.brand .our-brand {
    margin: 40px 0;
    border-top: 1px #e0e0e0 solid;
    border-left: 1px #e0e0e0 solid;
    border-right: 1px #e0e0e0 solid;
}

.brand .our-brand .our-brand-img {
    text-align: center;
}

.brand .our-brand .our-brand-img a {
    padding: 1px 0;
    float: left;
    border-right: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
}

.brand .our-brand .our-brand-img a:last-child {
    border-right: none;
}

/* news-feed */
.news-feed {
    background: #1b1d1f;
}

.news-feed .sign-up {
    padding: 38px 0 0 0;
}

.news-feed .sign-up h5 {
    color: #fff;
}

.news-feed .sign-up p {
    margin-top: 4px;
    color: #fff;
    font-size: 13px;
}

.news-feed .e-mail {
    padding: 40px 0 40px 0;
}

.news-feed .e-mail form {
    margin: 0;
}

.news-feed .e-mail form input {
    background: #f1f1f1;
    border: none;
    border-radius: 2px 0 0 2px;
    padding: 10px 15px;
    width: 352px;
    font-size: 14px;
    float: left;
    font-family: 'Poppins', sans-serif;
}

.news-feed .e-mail form button {
    border-radius: 0 2px 2px 0;
    font-family: 'Poppins', sans-serif;
    background: #f06c45;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    float: left;
    color: #fff;
    cursor: pointer;
}

.news-feed .e-mail form input:focus,
.news-feed .e-mail form button:focus {
    outline: none;
}

.everest-social-icons-widget {
    /*padding: 40px 0 0 0;*/
    /*text-align: right;*/
}

.everest-social-icons-widget ul li {
    background: #434445;
    margin-left: 4px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
}

.everest-social-icons-widget ul li a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    color: #fff;
    font-size: 20px;
    display: block;
}

.everest-social-icons-widget ul li:hover:nth-child(1) {
    background: #3b5998;
}

.everest-social-icons-widget ul li:hover:nth-child(2) {
    background: #00aced;
}

.everest-social-icons-widget ul li:hover:nth-child(3) {
    background: #dd4b39;
}

.everest-social-icons-widget ul li:hover:nth-child(4) {
    background: #bd081c;
}

.everest-social-icons-widget ul li:hover:nth-child(5) {
    background: #8a3ab9;
}

/* footer */
.footer {
    background: #1b1d1f;
    border-top: 1px #26282a solid;
    padding: 38px 0 29px 0;
}

/*Footer Top Widget*/
.footer-top-widget {
    padding: 32px 0;
}

.footer-top-widget h5 {
    text-transform: uppercase;
}

.footer-top-widget * {
    color: #FFFFFF;
}

/* footer-widget */
.footer-widget {
    margin: 0;
    color: #FFFFFF;
}

.footer-widget .widget-content {
    margin-top: 23px;
}

.footer-widget * {
    color: #FFFFFF !important;
    font-weight: normal;
}

.footer-widget a:hover, .footer-widget a span:hover {
    color: #f06c45 !important;
    transition: all 0.8s ease;
}

.footer-widget .widget-content p {
    font-size: 13px;
    line-height: 29px;
}

.footer-widget h6 {
    padding-bottom: 21px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px #26282a solid;
}

.footer-widget ul {
    list-style: none;
}

.footer-widget span.post-date {
    display: block;
    font-size: 12px;
    color: #9d9e9e !important;
}

/* ecommerce-store */
.footer-widget .ecommerce-store {
    margin-top: 23px;
}

.footer-widget .ecommerce-store p {
    color: #fff;
    font-size: 13px;
    line-height: 29px;
}

.footer-widget .recent-po {
    margin-top: 26px;
    padding-bottom: 15px;
    border-bottom: 1px #26282a solid;
}

.footer-widget .recent-po:last-child {
    margin-top: 11px;
    border-bottom: none;
}

.footer-widget .recent-po p {
    color: #fff;
    margin-bottom: 4px;
}

.footer-widget .recent-po a {
    font-size: 12px;
    color: #9d9e9e !important;
    display: block;
}

.footer-widget .recent-po a:hover {
    color: #f06c45 !important;
    transition: all 0.8s ease;
}

.footer-widget .my-account {
    margin-top: 25px;
    margin-left: 1px;
}

.footer-widget .my-account ul li {
    list-style: none;
    margin-bottom: 9px;
}

.footer-widget .my-account ul li a {
    color: #fff !important;
    display: block;
}

.footer-widget .my-account ul li a:hover {
    color: #f06c45 !important;
    transition: all 0.8s ease;
}

.footer-widget .my-account ul li i {
    margin-right: 10px;
}

/* copy-right */
.copy-right {
    background: #1b1d1f;
    padding: 0;
}

.copy-right .copy-right-in {
    border-top: 1px #26282a solid;
}

.copy-right .copy-right-in .copy-text {
    float: left;
    margin: 27px 0 27px 0;
}

.copy-right .copy-right-in .copy-text p {
    color: #fff;
}

.copy-right .copy-right-in .copy-card {
    float: right;
    margin: 14px 0 14px 0;
}

/* breadcrumbs */
.breadcrumbs {
    margin-top: -20px;
    border-bottom: 1px #dcdcdc solid;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #2d2c2f;
    margin-left: 8px;
    margin-right: 4px;
}

.breadcrumbs li:last-child::after {
    content: "";
}

.breadcrumbs .breadcrumbs-content {
    margin: 10px 0;
}

.breadcrumbs .breadcrumbs-content a {
    font-weight: 600;
    color: #2d2c2f !important;
}

.breadcrumbs .breadcrumbs-content a span {
    font-weight: 600;
    color: #2d2c2f !important;
}

.breadcrumbs .breadcrumbs-content i {
    font-size: 16px;
    color: #2d2c2f;
    margin-left: 8px;
    margin-right: 4px;
}

.breadcrumbs .breadcrumbs-content span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #2d2c2f;
    font-size: 14px;
}

/* shop */
.shop, .main-content {
    /*margin: 38px 0 40px 0;*/
}

/* shop-cata */
.shop-contro {
    margin: 0;
}

.shop-contro .woocommerce-products-header {
    border-bottom: 1px #dcdcdc solid;
}

.shop-contro h5 {
    font-weight: 600;
}

.shop-contro h5, .shop-contro .term-description {
    padding-bottom: 11px;
}

.shop-cata {
    border-bottom: 1px #dcdcdc solid;
    padding: 15px 0;
}

.shop-cata:last-child {
    margin-top: -29px;
    border-bottom: none;
}

.shop-cata .before-shop-loop, .shop-cata .after-shop-loop {
    padding: 0 15px;
}

.shop-cata .before-shop-loop .woocommerce-ordering {
    float: left;
    margin: 0 20px 0 0;
}

.shop-cata .before-shop-loop span, .after-shop-loop span {
    margin-right: 5px;
    color: #1b1d1f;
    font-weight: 500;
}

.woocommerce-ordering select, .woocommerce-viewing select {
    vertical-align: middle !important;
    border: 1px #1b1d1f solid;
    padding: 7px 5px 7px 4px;
}

.shop-cata .gridlist-toggle {
    float: left;
}

.shop-cata .gridlist-toggle a {
    color: #8f8f8f !important;
    float: left;
    margin-right: 4px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    line-height: 36px;
    background: #dcdcdc;
}

.shop-cata .gridlist-toggle a.active {
    background-color: #f06c45 !important;
    color: white;
}

.shop-cata .gridlist-toggle a:hover:not(.active) {
    background-color: #f06c45 !important;
    color: white;
}

.shop-cata .woocommerce-ordering {
    margin-right: 25px;
    display: inline-block;
}

.shop-cata .woocommerce-ordering label {
    margin-right: 5px;
    color: #1b1d1f;
    font-weight: 500;
}

.shop-cata .woocommerce-ordering form select {
    border: 1px #1b1d1f solid;
    padding: 7px 5px 7px 4px;
}

.shop-cata .woocommerce-ordering form select option {
    color: #000;
    font-size: 14px;
}

.before-shop-loop .woocommerce-pagination {
    margin-bottom: -10px;
    float: right;
}

.woocommerce-viewing {
    display: inline-block;
    vertical-align: top;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin-left: 4px;

}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    background: #dcdcdc;
    color: #fff !important;
    width: 34px;
    height: 34px;
    font-size: 16px;
    transition: background-color .3s;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #f06c45;
    color: white;
}

.archive-products {
    margin-top: 32px;
}

.archive-products ul.products li.ecol-md-3 {
    margin-bottom: 32px;
}

.pagi {
    margin: 0;
    float: right;
}

.pagi a {
    float: left;
    margin-left: 4px;
    background: #dcdcdc;
    color: #fff !important;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: background-color .3s;
}

.pagi a i {
    font-size: 18px;
}

.pagi a.active {
    background-color: #f06c45 !important;
    color: white;
}

.pagi a:hover:not(.active) {
    background-color: #f06c45 !important;
    color: white;
}

/* shop-pro*/
.shop-pro {
    margin: 0;
    padding-bottom: 9px;
    border-bottom: 1px #dcdcdc solid;
}

.shop-pro:last-child {
    border-bottom: none;
    padding: 0;
}

.shop-pro .shop-img {
    margin: 0;
    float: left;
}

.shop-pro .shop-text {
    float: left;
    max-width: 578px;
}

.shop-pro .shop-text h6 {
    color: #3069af;
    margin-top: 38px;
}

.shop-pro .shop-text .revei-star {
    margin: 0
}

.shop-pro .shop-text .revei-star i {
    color: #f9ba48;
    margin-top: 9px;
}

.shop-pro .shop-text span {
    display: block;
    margin-top: 9px;
}

.shop-pro .shop-text span ins {
    text-decoration: line-through;
    color: #aaaaaa;
    margin-right: 5px;
}

.shop-pro .shop-text p {
    margin-top: 12px;
    font-size: 14px;
    color: #1b1d1f;
}

.shop-pro .shop-text .add-shop-inf {
    margin-top: 19px;
    float: left;
}

.shop-pro .shop-text .add-shop-inf a {
    background: #1b1d1f;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 7px 19px 7px 19px;
    border-radius: 2px;
}

.shop-pro .shop-text .add-shop-inf a:hover {
    background: #f06c45;
    color: #fff !important;
    transition: background-color 0.9s ease;
}

.shop-pro .shop-text .quick-shop {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.shop-pro .shop-text .quick-shop a {
    font-size: 14px;
    display: inline-block;
    padding-right: 2px;
}

.shop-pro .shop-text .quick-shop a span {
    background: #1b1d1f;
    color: #fff !important;
    padding-left: 10px;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

.shop-pro .shop-text .quick-shop a span:hover {
    background: #f06c45;
    transition: background-color 0.8s ease;
}

/* shop-cata*/
.shop-catago {
    margin: 0;
}

.shop-catago h5 {
    padding-bottom: 11px;
    font-weight: 600;
    border-bottom: 1px #dcdcdc solid;
}

.shop-catago .cata-item {
    margin-top: 11px;
    margin-bottom: 18px;
}

.shop-catago .cata-item ul li {
    list-style: none;
    margin: 0;
    line-height: 30px;
}

.shop-catago .cata-item ul li a {
    color: #1b1d1f !important;
    font-weight: 500;
    list-style: none;
    margin: 0;
    display: block;
}

.shop-catago .cata-item ul li a i {
    color: #1b1d1f;
    margin-top: 5px;
    float: right;
    font-size: 16px;
}

.shop-catago .cata-item ul li a:hover,
.shop-catago .cata-item ul li a i:hover {
    color: #f06c45 !important;
    transition: color 0.6s ease;
}

.featured-pro {
    margin: 0;
}

.featured-pro h5 {
    padding-bottom: 16px;
    font-weight: 600;
    border-bottom: 1px #dcdcdc solid;
}

.featur {
    margin: 0;
}

.featur .featur-cont {
    padding: 20px 0 0 0;
    margin: 0;
}

.featur .featur-cont .feat-img {
    float: left;
}

.featur .featur-cont .feat-text {
    margin-left: 15px;
    margin-top: 1px;
    float: left;
}

.featur .featur-cont .feat-text a {
    color: #000 !important;
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.featur .featur-cont .feat-text a:hover {
    color: #f06c45 !important;
    transition: color 0.9s ease;
}

.featur .featur-cont .feat-text span {
    margin-top: 10px;
    font-weight: 500;
}

.featur .featur-cont .feat-text span ins {
    text-decoration: line-through;
    color: #aaaaaa;
    margin-right: 6px;
}

/* blog */
.store99-blog {
    margin: 40px 0 10px 0;
}

/* blog-contro */
.blog-contro {
    margin: 0;
}

.store99-single-post a, .navigation.post-navigation a, .comments-area a {
    color: #1b1d1f;
}

.store99-single-post a:hover, .navigation.post-navigation a:hover, .comments-area a:hover {
    color: #f06c45;
    transition: all 0.8s ease;
}

.blog-contro figure {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.blog-contro figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

.blog-contro figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

.blog-contro figure img {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s;
}

.blog-contro figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-cat {
    margin-bottom: 30px;
}

.blog-contro h4 {
    margin-top: 18px;
    margin-bottom: 10px;
}

.blog-contro h4:hover {
    color: #f06c45;
    transition: all 0.8s ease;
}

.blog-contro a, .blog-contro .fa {
    color: #1b1d1f;
}

.blog-contro a:hover {
    color: #f06c45;
    transition: all 0.8s ease;
}

.blog-contro ul li {
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
}

.blog-contro .fa {
    color: #1b1d1f;
    margin-right: 4px;
    font-weight: normal;
}

.blog-contro .entry-content {
    margin-bottom: 20px;
}

.navigation.post-navigation {

}

.navigation.post-navigation .screen-reader-text {
    display: none;
}

.navigation.post-navigation .nav-links {
    border: 1px solid #efefef;
    margin: 0 auto 40px;
    overflow: hidden;
}

.post-navigation .nav-links .nav-previous {
    text-align: left;
    padding-left: 30px;
    /*border-right: 1px solid #efefef;*/
}

.post-navigation .nav-links .nav-next {
    text-align: left;
    padding-left: 30px;
    /*border-left: 1px solid #efefef;*/
}

.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
    padding-top: 30px;
    padding-bottom: 30px;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}

.single-post .comments-area form label {
    display: block;
    font-weight: 400 !important;
}

.comments-area form .comment-notes {
    margin: 5px 0 5px 0;
    color: #000;
}

.comments-area form .comment-form-comment {
    margin-top: 8px;
}

.comments-area form .comment-form-comment textarea {
    width: 100%;
    padding: 6px 8px;
    font-size: 13px;
}

.comments-area form .comment-form-comment textarea:focus {
    border-color: #e4e1e3;
    outline: 0;
    box-shadow: none;
}

.comments-area form .comment-form-author {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.4%;
    margin-top: 8px;
}

.comments-area .comment-form-email {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}

.comments-area form .comment-form-author input, .comments-area .comment-form-email input, .comments-area .comment-form-url input {
    width: 100%;
    font-size: 13px;
}

.comments-area .comment-form-url {
    margin-top: 12px;
    margin-bottom: 10px;
}

.comments-area .form-submit {
    margin-top: 20px;
}

.comments-area .form-submit .submit {
    background-color: #1b1d1f;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    left: auto;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
}

.comments-area .form-submit .submit:hover {
    background-color: #f06c45;
    color: #FFFFFF;
    transition: all 0.8s ease;
}

.comments-area .comment-form-url input {
    line-height: 1.42857;
    padding: 6px 8px;
    font-size: 14px;
    border: 1px solid #e4e1e3;
}

.blog-cat span {
    font-size: 14px;
    margin-right: 10px;
}

.blog-cat a {
    margin: 0;
    color: #1b1d1f !important;
}

.blog-cat a:hover {
    color: #f06c45 !important;
    transition: all 0.8s ease;
}

.blog-cat i {
    color: #1b1d1f;
    margin-right: 10px;
}

.blog-cat p {
    margin-top: 10px;
    font-size: 14px;
}

.blog-cat .read-more {
    margin-top: 24px;
}

.blog-cat .read-more a {
    display: inline-block;
    border-radius: 2px;
    color: #fff !important;
    padding: 5px 9px 5px 10px;
    background: #2d2c2f !important;
}

.blog-cat .read-more a:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

/* comment-sec */
.comment-sec {
    margin: 32px 0 0 0;
}

.comment-sec h5 {
    color: #2d2d2d;
    font-weight: 500;
    padding-bottom: 11px;
    border-bottom: 1px #dcdcdc solid;
}

.comment-sec .cmt {
    margin-top: 20px;
}

.comment-sec .cmt:last-child {
    margin-top: 27px;
    margin-left: 96px;
}

.comment-sec .cmt .cmt-reply {
    width: 510px !important;
}

.comment-sec .cmt img {
    float: left;
}

.comment-sec .cmt .cmt-text {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    width: 748px;
}

.comment-sec .cmt .cmt-text span {
    color: #1b1d1f;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.comment-sec .cmt .cmt-text small {
    color: #a2a2a2;
    font-size: 12px;
    margin-left: 11px;
}

.comment-sec .cmt .cmt-text p {
    margin-top: 9px;
    color: #1b1d1f;
    font-size: 13px;
    line-height: 22px;
}

.comment-sec .cmt .cmt-text .reply {
    margin-top: 7px;
}

.comment-sec .cmt .cmt-text .reply i {
    font-size: 12px;
    color: #3498db;
}

.comment-sec .cmt .cmt-text .reply span {
    margin-left: 7px;
    font-size: 12px;
    font-weight: 500;
    color: #3498db;
}

.leave-a-cmt {
    margin-top: 30px;
}

.leave-a-cmt h5 {
    margin-bottom: 25px;
    font-weight: 500;
    padding-bottom: 11px;
    border-bottom: 1px #a2a2a2 solid;
}

.leave-a-cmt form {
    margin-top: 5px;
}

.leave-a-cmt .form-group input {
    padding: 19px 14px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px #757677 solid;
    font-size: 15px;
}

.leave-a-cmt .form-group textarea {
    border-radius: 2px;
    font-size: 14px;
    box-shadow: none;
    border: 1px #757677 solid;
}

.leave-a-cmt .post-cmt {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    margin-top: 5px;
    font-size: 14px;
    background: #2d2c2f;
    color: #fff;
    font-weight: 500;
    padding: 7px 8px;
    border: none;
    border-radius: 2px;
}

.leave-a-cmt .post-cmt:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

/* blog-search */
.blog-search form {
    border: 1px #dcdcdc solid;
}

.blog-search form input {
    color: #1b1d1f;
    box-shadow: none;
    border: none;
    width: 219px;
    padding: 9px 15px 9px 14px;
    font-size: 14px;
    float: left;
    font-family: 'Poppins', sans-serif;
}

.blog-search form button {
    font-family: 'Poppins', sans-serif;
    background: #dcdcdc;
    border: none;
    padding: 9px 14px 9px 14px;
    font-size: 14px;
    float: right;
    color: #fff;
    cursor: pointer;
}

.blog-search form input:focus,
.blog-search form button:focus {
    outline: none;
}

.blog-search form button:hover {
    background: #1b1d1f;
    transition: all 0.8s ease;
}

/* recent-post */
.recent-post {
    margin-top: 38px;
    font-weight: 500;
}

.recent-post h5 {
    border-bottom: 1px #dcdcdc solid;
    font-size: 14px;
    padding-bottom: 12px;
}

.recent-post .blog-info {
    margin-top: 15px;
}

.recent-post .blog-info .blog-img {
    margin: 0;
    float: left;
}

.recent-post .blog-info .blog-text {
    margin-left: 15px;
    float: left;
    width: 100%;
}

.recent-post .blog-info .blog-text h6 {
    font-weight: 500;
    line-height: 18px;
}

.recent-post .blog-info .blog-text h6:hover {
    color: #f06c45 !important;
    transition: all 0.8s ease;
}

.recent-post .blog-info .blog-text span {
    margin-top: 7px;
    display: block;
}

.recent-post .blog-info .blog-text i {
    color: #1b1d1f;
    margin-right: 8px;
}

/* recent-cmt */
.recent-cmt {
    margin-top: 38px;
}

.recent-cmt h6 {
    border-bottom: 1px #dcdcdc solid;
    font-weight: 500;
    padding-bottom: 12px;
}

.recent-cmt span {
    margin-top: 16px;
    display: block;
}

.recent-cmt a {
    color: #1b1d1f !important;
    font-size: 13px;
    line-height: 18px;
}

.recent-cmt a:hover {
    color: #f06c45 !important;
    transition: all 0.8s ease;
}

/* blog-catag */
.blog-catag {
    margin-top: 37px;
}

.blog-catag h6 {
    border-bottom: 1px #dcdcdc solid;
    font-weight: 500;
    padding-bottom: 12px;
}

.blog-catag ul {
    margin-top: 16px;
}

.blog-catag ul li {
    margin: 10px 0;
    list-style: none;
}

.blog-catag ul li a {
    color: #1b1d1f !important;
    display: block;
}

.blog-catag ul li a:hover {
    color: #f06c45 !important;
    transition: all 0.8s ease;
}

/* contact-us */
.contact-us {
    margin: 38px 0 40px 0;
}

/* contact-contro*/
.contact-contro {
    margin: 0;
    border-bottom: 1px #dcdcdc solid;
}

.contact-contro h6 {
    font-weight: 600;
}

.contact-contro p {
    font-size: 12px;
    margin: 9px 0 10px 0;
}

.contact-form form {
    margin-top: 11px;
}

.contact-form form span {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

.contact-form form input {
    padding: 19px 10px 19px 10px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: -4px;
    box-shadow: none;
    border: 1px #757677 solid;
    border-radius: 2px;
}

.contact-form .submit-control {
    margin-left: 15px;
}

.contact-form .submit-control form .submit {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 3px;
    font-size: 14px;
    background: #2d2c2f;
    color: #fff;
    padding: 5px 13px;
    border: none;
    border-radius: 2px;
}

.contact-form .submit-control form .submit:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

.contact-form textarea {
    font-size: 14px;
    margin-top: 4px;
    box-shadow: none;
    border: 1px #6f7071 solid;
    border-radius: 2px;
}

/* our-store */
.our-store {
    margin: 0;
    border-bottom: 1px #dcdcdc solid;
}

.our-store h6 {
    font-weight: 600;
}

.our-store p {
    font-size: 12px;
    margin: 9px 0 10px 0;
}

.our-contro {
    margin-top: 10px;
}

.our-contro h5 {
    margin-bottom: 16px;
}

.our-contro .our-det {
    margin-bottom: 17px;
}

.our-contro .our-det .det-img {
    float: left;
}

.our-contro .our-det .det-text {
    margin-left: 15px;
    float: left;
}

.our-contro .our-det .det-text h6 {
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 6px;
}

.our-contro .our-det .det-text span {
    font-size: 12px;
    display: block;
    color: #2d2d2d;
    font-weight: 500;
}

/* google-map*/
.google-map {
    margin-bottom: 35px;
}

/* login */
.login {
    margin: 38px 0 40px 0;
}

/* login-contro */
.login-contro {
    margin-left: 0;
    border-bottom: 1px #dcdcdc solid;
}

.login-contro h6 {
    font-weight: 600;
}

.login-contro p {
    font-size: 12px;
    margin: 9px 0 10px 0;
}

.login-form form {
    margin-top: 10px;
    margin-left: 0;
}

.login-form form span {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

.login-form form input {
    padding: 19px 10px 19px 10px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: -5px;
    box-shadow: none;
    border: 1px #757677 solid;
    border-radius: 2px;
}

.login-form form .checkbox {
    padding: 0;
    float: left;
    margin-top: 5px;
}

.login-form form label {
    margin: 3px 0 0 8px;
    float: left;
    color: #737373;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.login-form form .login-button {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 3px;
    font-size: 14px;
    background: #2d2c2f;
    color: #fff;
    padding: 7px 14px 7px 15px;
    border: none;
    border-radius: 2px;
}

.login-form form .login-button:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

/* new-customer */
.new-customer {
    margin: 0;
    border-bottom: 1px #dcdcdc solid;
}

.new-customer h6 {
    font-weight: 600;
}

.new-customer p {
    font-size: 12px;
    margin: 9px 0 10px 0;
}

.new-customer-contro {
    margin-top: 12px;
}

.new-customer-contro p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 18px;
}

.new-customer-contro .create-acc {
    margin-top: 20px;
}

.new-customer-contro .create-acc a {
    background: #2d2c2f;
    font-weight: 500;
    padding: 5px 8px 6px 8px;
    border-radius: 2px;
}

.new-customer-contro .create-acc a:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

/* register */
.register {
    margin: 38px 0 40px 0;
}

/* register-new-custo */
.register-new-custo {
    margin: 0;
    border-bottom: 1px #dcdcdc solid;
}

.register-new-custo h6 {
    font-weight: 600;
}

.register-new-custo p {
    font-size: 12px;
    margin: 9px 0 10px 0;
}

.register-custo-form form {
    margin-top: 10px;
}

.register-custo-form form span {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

.register-custo-form form input {
    padding: 19px 10px 19px 10px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: -15px;
    box-shadow: none;
    border: 1px #757677 solid;
    border-radius: 2px;
}

.register-custo-form form select {
    border: none;
    padding: 19px 10px 19px 10px;
}

.register-custo-form form .submit-butt {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
    background: #2d2c2f;
    color: #fff;
    padding: 5px 12px;
    border: none;
    border-radius: 2px;
}

.register-custo-form form .submit-butt:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

/* register-login */
.register-login {
    margin: 0;
    border-bottom: 1px #dcdcdc solid;
}

.register-login h6 {
    font-weight: 600;
}

.register-login p {
    font-size: 12px;
    margin: 9px 0 10px 0;
}

.register-login-form form {
    margin-top: 10px;
    margin-left: -15px;
}

.register-login-form form span {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

.register-login-form form input {
    padding: 19px 10px 19px 10px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: -5px;
    box-shadow: none;
    border: 1px #757677 solid;
    border-radius: 2px;
}

.register-login-form form .checkbox {
    padding: 0;
    float: left;
    margin-top: 5px;
}

.register-login-form form label {
    margin: 3px 0 0 8px;
    float: left;
    color: #737373;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.register-login-form form .login-butt {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 3px;
    font-size: 14px;
    background: #2d2c2f;
    color: #fff;
    padding: 5px 12px;
    border: none;
    border-radius: 2px;
}

.register-login-form form .login-butt:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

/* wish-list */
.wish-list {
    margin: 38px 0 4px 0;
}

/* wishlist-contro */
.wishlist-contro {
    margin: 0;
    border-bottom: 1px #dcdcdc solid;
}

.wishlist-contro h5 {
    font-weight: 600;
    padding-bottom: 16px;
}

.wishlist-item {
    margin-top: 18px;
    text-align: center;
}

.wishlist-item img {
    margin-top: 8px;
}

.wishlist-item h6 {
    margin: 0;
    font-weight: 500;
}

.wishlist-item span {
    margin-top: 33px;
    display: block;
}

.wishlist-item span ins {
    text-decoration: line-through;
    color: #9d9e9e;
}

.wishlist-item span small {
    color: #0dd533;
    font-size: 14px;
}

.wishlist-item .add-car {
    margin-top: 27px;
}

.wishlist-item .add-car a {
    background: #2d2c2f;
    padding: 7px 19px;
    display: inline-block;
}

.wishlist-item .add-car a:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

/*Shop Single*/
.main-content-wrap .main-content div.product {
    border: none;
    margin-top: 0;
}

/*Woocommerce*/
.woocommerce a {
    color: #666666;
    font-size: 14px;
}

.woocommerce a:hover {
    color: #f06c45;
}

.woocommerce h3 {
    font-size: 20px;
}

.woocommerce-info {
    border-top-color: #f06c45;
}

.woocommerce-info::before {
    color: #f06c45;
}

.woocommerce-error {
    border-top-color: #a94442;
}

.woocommerce-error:before {
    color: #a94442;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #1b1d1f;
    color: #FFFFFF;
    border-radius: 0;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #f06c45;
    color: #FFFFFF;
}

/********************   My Account   *************************/

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 17%;
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d8d8d8;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    border: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #000000;
    font-weight: 500;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #666666;
    padding: 10px 5px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #f06c45 !important;
    transition: color 0.8s ease;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: "\f09d";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}

.woocommerce-MyAccount-navigation ul li a:before {
    content: "\f0e4";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    margin-left: 0.53em;
    text-align: right;
    width: 1.387em;
    opacity: 0.5;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    margin: 0 0 0 30px;
}

.woocommerce-account .woocommerce-MyAccount-content a.button {
    color: #FFFFFF;
    transition: color 0.8s ease;
}

.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
    transition: color 0.8s ease;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 20px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    border: 1px solid #d8d8d8;
    padding: 20px 25px;
    box-sizing: border-box;
    background: #f8f8f8;
}

/*Checkout*/
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #d9d9d9;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.form-row textarea {
    min-height: 150px;
}

.woocommerce form .form-row .required {
    color: #a94442;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a94442;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a94442;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.woocommerce #order_review_heading {
    margin: 24px 0;
}

.woocommerce table.shop_table {
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

.woocommerce table.shop_table thead {
    background-color: #f8f8f8;
}

#ship-to-different-address .checkbox input[type=checkbox] {
    position: initial;
    margin-left: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border: 1px solid #d8d8d8;
    background: #FFFFFF;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #f8f8f8;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f8f8f8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    background: #FFFFFF;
    padding-right: 0;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #f06c45;
    color: #FFFFFF;
    border-radius: 0;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #1b1d1f;
    color: #FFFFFF;
}

/* add-card-detail */
.add-card-detail {
    margin: 40px 0;
}

/* add-card-text */
.add-card-detail .add-card-text {
    margin: 0;
}

.add-card-detail .add-card-text h4 {
    color: #3069af;
    font-size: 24px;
}

.add-card-detail .add-card-text .star-rev {
    margin: 0;
}

.add-card-detail .add-card-text .star-rev i {
    color: #f9ba48;
    margin-top: 16px;
}

.add-card-detail .add-card-text span {
    display: block;
    margin-top: 14px;
}

.add-card-detail .add-card-text span ins {
    text-decoration: line-through;
    color: #aaaaaa;
    margin-right: 5px;
}

.add-card-detail .add-card-text p {
    margin-top: 12px;
    font-size: 14px;
    color: #1b1d1f;
}

.add-card-detail .add-card-text .add-card-info {
    margin-top: 32px;
    float: left;
}

.add-card-detail .add-card-text .add-card-info a {
    background: #1b1d1f;
    color: #fff !important;
    font-weight: 500;
    padding: 7px 19px 7px 19px;
    border-radius: 2px;
    display: inline-block;
}

.add-card-detail .add-card-text .add-card-info a:hover {
    background: #f06c45;
    color: #fff !important;
    transition: background-color 0.9s ease;
}

.add-card-detail .add-card-text .quick-see {
    float: left;
    margin-top: 18px;
    margin-left: 10px;
}

.add-card-detail .add-card-text .quick-see a {
    font-size: 14px;
    padding-right: 2px;
    display: inline-block;
}

.add-card-detail .add-card-text .quick-see a span {
    background: #1b1d1f;
    color: #fff !important;
    padding-left: 10px;
    border-radius: 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

.add-card-detail .add-card-text .quick-see a span:hover {
    background: #f06c45;
    transition: background-color 0.8s ease;
}

/* social */
.social {
    margin-top: 20px;
}

.social ul li {
    list-style: none;
    float: left;
}

.social li a {
    display: block;
    padding-right: 11px;
}

.social img {
    margin-top: -3px;
}

/* description-tab */
.description-tab {
    margin: 20px 0 26px 0;
}

.description-tab ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px #dcdcdc solid;
}

.description-tab ul.tabs li {
    background: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1b1d1f;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

.description-tab ul.tabs li.current {
    background: #ededed;
    color: #1b1d1f;
}

.description-tab .tab-content {
    display: none;
    background: #fff;
    padding: 15px 0 0 0;
}

.description-tab .tab-content.current {
    display: inherit;
}

.description-tab .tab-content.current p {
    line-height: 24px;
    margin-bottom: 15px;
}

.description-tab .dep-text {
    margin: 0;
}

.description-tab .dep-text img {
    float: left;
    margin-top: 7px;
}

.description-tab .dep-text p {
    float: left;
    margin-left: 15px;
    color: #1b1d1f;
}

/* more-informa */
.description-tab .more-informa {
    margin: 0;
}

.description-tab .more-informa .dep-left {
    float: left;
    margin-top: -2px;
    margin-right: 60px;
}

.description-tab .more-informa .dep-left label {
    display: block;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    font-size: 14px;
    color: #1b1d1f;
    font-weight: 500;
}

.description-tab .more-informa .dep-right {
    float: left;
    margin-top: 1px;
}

.description-tab .more-informa .dep-right span {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

/* reviews */
.description-tab .reviews {
    margin: 0;
}

.description-tab .reviews h6 {
    border-bottom: 1px #dcdcdc solid;
    margin-top: 3px;
    padding-bottom: 12px;
}

.description-tab .reviews .rev-box {
    margin-top: 28px;
}

.description-tab .reviews .rev-box h6 {
    margin: 0;
    border: none;
}

.description-tab .reviews .rev-box .revi-star {
    margin-top: -1px;
}

.description-tab .reviews .rev-box .revi-star span {
    margin-right: 6px;
    display: inline-block;
}

.description-tab .reviews .rev-box .revi-star i {
    display: inline-block;
    padding: 0 1px;
    font-size: 14px;
    color: #f9ba48;
}

.description-tab .reviews .review-form form {
    margin-top: 19px;
}

.description-tab .reviews .review-form form span {
    font-size: 14px;
    font-weight: 500;
    color: #2d2d2d;
}

.description-tab .reviews .review-form form input {
    padding: 19px 10px 19px 10px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: -20px;
    box-shadow: none;
    border: 1px #757677 solid;
    border-radius: 2px;
}

.description-tab .reviews .review-form textarea {
    font-size: 14px;
    margin-top: 4px;
    box-shadow: none;
    border: 1px #6f7071 solid;
    border-radius: 2px;
}

.description-tab .reviews .review-form form .rev-submit {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 5px;
    font-size: 14px;
    background: #2d2c2f;
    color: #fff;
    padding: 5px 13px;
    border: none;
    border-radius: 2px;
}

.description-tab .reviews .review-form form .rev-submit:hover {
    background: #f06c45 !important;
    transition: all 0.8s ease;
}

.woocommerce .star-rating span::before {
    color: #f9ba48;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: #b3b3b3;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    background-color: #1b1d1f;
    color: #b3b3b3;
    opacity: .6;
}

.woocommerce .products ul li, .woocommerce ul.products li .add-links-wrap .button {
    margin-left: auto;
    margin-right: auto;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-weight: 500;
}

ul.everest-social-media-icons {
    margin-bottom: 0;
}

.everest-social-icons-widget ul li {
    margin-bottom: 4px;
}

/******************************/
/******************************/
.add-links-wrap {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.add-links-wrap a.button.added {
    display: none;
}

.products .ecol-md-3 .yith-wcqv-button {
    border-radius: 30px;
}

.no-cat-image.category-with-products .add-links-wrap a.added_to_cart {
    margin: 15px 0;
    padding: 6px 18px;
}

.add-links-wrap a.added_to_cart {
    background: #1b1d1f;
    color: #FFFFFF;
    border-radius: 30px;
    margin: 15px 0;
    font-weight: 500;
    padding: 6px 18px;
    display: inline-block;
}

.add-links-wrap a.added_to_cart:hover {
    background: #f06c45;
}

.woocommerce ul.products li.product .price {
    text-align: center;
    color: #3069af;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    color: #aaaaaa;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce ul.products li.product .price ins {
    color: #3069af;
    font-size: 14px;
    font-weight: 600;
}

.product-quick-view {
    display: none;
    min-width: 100%;
    position: absolute;
    top: 86px;
    background: transparent;
    text-align: center;
}

.no-cat-image.category-with-products .product-quick-view {
    top: 28%;
}

.product-quick-view a.open-popup-link {
    width: 35px;
    height: 35px;
    border-radius: 2px;
    background: #000000;
    opacity: 0.8;
    display: inline-block;
}

.product-quick-view a.open-popup-link:hover {
    background: #f06c45;
}

.product-quick-view a.open-popup-link .fa {
    font-size: 16px;
    color: #fff;
    padding-top: 9px;
}

.product-image-wrapper:hover .product-quick-view {
    display: block;
}

.woocommerce.quickview-wrap .product {
    border: none;
}

/*************************************/
/***********Home***************/
/*************************************/

.e-col .widget.widget_media_image img {
    width: 100%;
    height: auto;
}

.e-col-full section {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
}

.e-col-half section {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
}

.e-col-one-third section {
    width: 33.33333333%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
}

/* hover */
.e-col .widget_media_image a {
    position: relative;
    display: inline-block;
    width: 100%;
}

.e-col .widget_media_image a:before, a:after,
.e-col .widget_media_image a div:before,
.e-col .widget_media_image a div:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    z-index: 4;
    transition: all .8s ease;
}

.e-col .widget_media_image a:before,
.e-col .widget_media_image a:after {
    width: 0;
    height: 2px;
}

.e-col .widget_media_image a img:before,
.e-col .widget_media_image a img:after {
    width: 2px;
    height: 0;
}

.e-col .widget_media_image a:before {
    top: 5%;
    left: 5%;
}

.e-col .widget_media_image a:after {
    bottom: 5%;
    right: 5%;
}

.e-col .widget_media_image a:hover:before,
.e-col .widget_media_image a:hover:after {
    width: 90%;
}

.e-col .widget_media_image a:hover img:before,
.e-col .widget_media_image a:hover img:after {
    height: 90%;
}

/*************************************/
/***********Cart Popup***************/
/*************************************/

.shopping-cart-show {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.cart-popup .widget_shopping_cart .widgettitle {
    display: none;
}

.cart-popup .cart_list.product_list_widget {
    max-height: 350px;
    overflow: auto;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 0;
    left: auto;
    color: #1b1d1f !important;
}

.widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
    color: #f06c45 !important;
    transition: color 0.6s ease;
    background: none;
}

.widget_shopping_cart ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    width: 75px;
    height: auto;
    margin-right: 20px;
    margin-left: 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: normal;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    /*text-align: center;*/
    padding: 10px 0;
}

.woocommerce.widget_shopping_cart .buttons {
    text-align: center;
}

.woocommerce.widget_shopping_cart .buttons a {
    padding: 10px 25px;
}

/*************************************/
/***********Navbar Right***************/
/*************************************/

.navbar-right ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.navbar-right ul.dropdown-menu li {
    display: block;
    padding: 0;
}

.navbar-right ul.dropdown-menu li a {
    padding: 7px 18px;
    font-size: 13px;
}

.navbar-right ul.dropdown-menu li a:hover {
    background: #2b2b2b;
    color: #ffffff;
}

/*************************************/
/***********Home Grid Layout***************/
/*************************************/

.owl-carousel.owl-theme.category-with-products img {
    height: auto;
}

.owl-carousel.owl-theme.category-with-products .description {
    display: none;
}

/*************************************/
/***********Grid Layout***************/
/*************************************/

.woocommerce .products .star-rating {
    margin-left: auto;
    margin-right: auto;
}

.woocommerce .products .description {
    display: none;
}

/*************************************/
/***********List Layout***************/
/*************************************/
ul.products.list li.product {
    width: 100%;
    margin-right: 0;
    padding: 0;
    float: left;
    position: relative;
    text-align: left;
}

ul.products.list li.product.product-first, ul.products.list li.product-category.product-first {
    clear: both;
}

ul.list li.product .product-image-wrapper {
    width: 30%;
}

ul.list li.product > * {
    padding-left: 21.5%;
    text-align: left !important;
}

ul.list li.product .product-image-wrapper {
    float: left;
    padding-left: 0 !important;
    margin-right: 4%;
    margin-bottom: 0;
}

.woocommerce ul.list li.product .product-image-wrapper img {
    margin-bottom: 0;
}

.woocommerce ul.list li.product .onsale {
    left: 0;
}

.woocommerce ul.list li.product .product-title a, .woocommerce ul.list li.product .product-title a h2 {
    text-align: left;
}

.woocommerce ul.list li.product .description {
    display: block;
}

.woocommerce ul.list li.product .star-rating {
    margin-left: 0;
}

.woocommerce ul.list li.product .add-links-wrap a {
    margin-left: 0;
}

/*************************************/
/***********Cart Page***************/
/*************************************/

.woocommerce .cart-empty {
    margin-bottom: 20px;
}

.woocommerce .quantity .qty {
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.62857;
    color: #222;
    border: 1px solid #e9e9e9;
}

.woocommerce-cart table.cart input {
    min-width: 100px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto !important;
    /*padding: 9px;*/
    margin-right: 20px;
    font-size: 14px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 9px 12px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    height: 36px;
    padding: 6px 12px;
    text-transform: capitalize;
}

.woocommerce a.remove {
    color: #1b1d1f !important;
}

.woocommerce a.remove:hover {
    color: #f06c45 !important;
    background: none;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 60px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

.woocommerce-cart-form .shop_table > tbody > tr > td, .woocommerce-cart-form .shop_table > tbody > tr > th, .woocommerce-cart-form .shop_table > tfoot > tr > td, .woocommerce-cart-form .shop_table > tfoot > tr > th, .woocommerce-cart-form .shop_table > thead > tr > td, .woocommerce-cart-form .shop_table > thead > tr > th {
    border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-cart-form .shop_table > thead:first-child > tr:first-child > th {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}

.woocommerce-cart-form .shop_table > thead:first-child > tr:first-child > th:last-child, .woocommerce-cart-form .shop_table > tbody > tr > td:last-child {
    border-right: 0;
}

.woocommerce-cart-form .shop_table tbody tr td {
    border-bottom: 0;
}

.woocommerce-cart-form .shop_table, .woocommerce-cart-form .shop_table > tbody > tr > td {
    border-left: 0;
}

.woocommerce .cross-sells {

}

.woocommerce .cross-sells h2 {
    font-size: 18px;
    margin-bottom: 30px;
}

.woocommerce .cross-sells .product-quick-view {
    margin-top: 21px;
}

/*************************************/
/***********Single Page***************/
/*************************************/

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #3069af;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce div.product span.price del span {
    opacity: 1;
    color: #aaaaaa;
    font-weight: 600;
}

.woocommerce div.product form.variations_form.cart .variations {
    padding: 10px 0;
    margin: 10px 0;
}

.woocommerce div.product form.cart .variations label {
    text-transform: capitalize;
    font-size: 14px;
    color: #1b1d1f;
    font-weight: 500;
}

.woocommerce div.product form.cart .variations select {
    padding: 2px 6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    height: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding-bottom: 15px;
    box-shadow: none;
}

#tab-description p {
    line-height: 24px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#reply-title {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 5px;
}

#commentform label, .comment-respond span.comment-reply-title {
    font-weight: 600;
    margin-bottom: 5px;
}

#commentform .comment-form-rating label {
    font-weight: 600;
    margin-bottom: 10px;
}

#commentform input[type="email"], #commentform input[type="text"], textarea {
    line-height: 1.42857;
    padding: 6px 8px;
    font-size: 13px;
    border: 1px solid #e4e1e3;
}

.comment-respond textarea {
    height: 100px !important;
}

.woocommerce #review_form #respond p {
    /*margin-bottom: 0;*/
    /*padding-bottom: 0;*/
}

.woocommerce #review_form #respond p.comment-form-comment textarea:focus, .woocommerce #review_form #respond p.comment-form-comment textarea:active {
    border-color: #e4e1e3;
    outline: 0;
    box-shadow: none;
}

.woocommerce #review_form #respond p.comment-form-comment, .woocommerce #review_form #respond p.comment-form-author, .woocommerce #review_form #respond p.comment-form-email {
    line-height: 27px;
    margin-bottom: 10px;
}

.woocommerce #review_form #respond p.comment-form-comment label, .woocommerce #review_form #respond p.comment-form-author label, .woocommerce #review_form #respond p.comment-form-email label {
    font-weight: 500;
}

.woocommerce #review_form #respond p.comment-form-comment textarea, .woocommerce #review_form #respond p.comment-form-author input, .woocommerce #review_form #respond p.comment-form-email input {
    display: block;
    width: 100%;
}

.woocommerce #review_form #respond p.form-submit {
    margin-top: 20px;
}

section.up-sells.upsells, section.related {
    /*font-family: 'Poppins', sans-serif;*/
}

section.related.products {
    display: inline-block;
}

section.up-sells.upsells h2, section.related.products h2 {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.woocommerce .cross-sells h2:before, section.up-sells.upsells h2:before, section.related.products h2:before {
    margin-right: 10px;
}

.woocommerce .cross-sells h2:after, section.up-sells.upsells h2:after, section.related.products h2:after {
    margin-left: 10px;
}

.woocommerce .cross-sells h2:before, section.up-sells.upsells h2:before, section.related.products h2:before,
.woocommerce .cross-sells h2:after, section.up-sells.upsells h2:after, section.related.products h2:after {
    height: 3px;
    width: 15px;
    content: "";
    background: #f06c45;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*position: absolute;*/
    /*top: 50%;*/
    /*margin-top: 6px;*/
    vertical-align: middle;
    z-index: 1;
}

/*************************************/
/***********Account Page***************/
/*************************************/

.woocommerce #customer_login {
    /*font-family: 'Poppins', sans-serif !important;*/
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
}

.woocommerce form.login, .woocommerce form.register {
    padding: 0;
}

.woocommerce form.login label, .woocommerce form.register label {
    font-weight: 500;
}

.woocommerce #customer_login h2 {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce form.login input.button {
    margin-right: 12px;
}

.woocommerce form.login input.woocommerce-form__input-checkbox {
    vertical-align: middle;
    margin: 0;
}

.woocommerce-MyAccount-content p {
    line-height: 24px;
}

.woocommerce-MyAccount-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-content address {
    line-height: 24px;
}

.woocommerce table.my_account_orders th {
    padding: 9px 12px;
    font-size: 14px;
}

.woocommerce table.my_account_orders td {
    padding: 6px 12px;
    vertical-align: middle;
    font-size: 14px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm legend {
    padding-bottom: 10px;
}

/*************************************/
/***********Order Page***************/
/*************************************/

.woocommerce .woocommerce-notice {
    margin-bottom: 20px;
}

.woocommerce ul.order_details {
    list-style: initial;
    padding-left: 25px;
    margin-bottom: 10px;
}

.woocommerce ul.order_details li {
    list-style: initial;
    float: none;
    border-right: none;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
}

.woocommerce ul.order_details li strong {
    display: inline-block;
    font-size: 13px;
}

section.woocommerce-order-details {
    margin-top: 20px;
}

section.woocommerce-order-details h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

section.woocommerce-order-details .woocommerce-columns--addresses h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

/*************************************/
/***********Widget Area***************/
/*************************************/

.widget-area section {
    margin-bottom: 20px;
    border: 1px solid #eaeaea;
    padding: 0 15px 15px 15px;
}

.widget-area section ul {
    margin-bottom: 0;
}

.widget-area .widget-title {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#secondary.widget-area a {
    color: #666666;
    font-size: 14px;
}

#secondary.widget-area a:hover {
    color: #f06c45;
}

aside .widget_search, .woocommerce.widget_product_search {
    padding: 15px;
}

.widget_search form.search-form label {
    display: inline;
}

.widget_search form.search-form input[type=search] {
    padding: 4px;
}

.widget_search form.search-form input[type=submit] {
    padding: 5px 9px;
}

.widget_search form input[type=search], .widget_product_search form input[type=search] {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eeeeee;
    color: #000;
    padding: 4px;
    width: 63%;
}

.widget_search form input[type=submit], .widget_product_search form input[type=submit], .no-results.not-found .search-form .search-submit {
    background-color: #1b1d1f;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 5px 9px;
}

.widget_search form input[type=submit]:hover, .widget_product_search form input[type=submit]:hover, .no-results.not-found .search-form .search-submit:hover {
    background-color: #f06c45;
    color: #FFFFFF;
}

.widget-area .woocommerce .star-rating {
    margin: 6px 0;
}

.widget-area .woocommerce .woocommerce-Price-amount {
    color: #3069af;
    font-size: 14px;
    font-weight: 600;
}

.widget-area .woocommerce del, .widget-area .woocommerce del .woocommerce-Price-amount {
    color: #aaaaaa;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
}

.widget-area .woocommerce ins {
    color: #3069af;
}

.widget-area .woocommerce ins .woocommerce-Price-amount {
    color: #3069af;
    font-size: 14px;
    font-weight: 600;
}

.widget-area .woocommerce .price_label, .widget-area .woocommerce .price_label span {
    font-size: 13px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #f06c45;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

h2.comments-title {
    background: none;
    color: #333333;
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin: 35px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #e1e1e1;
}

h2.comments-title span {
    font-size: 22px;
}

#comments h3 {
    margin: 0 0 10px;
    color: #141414;
    font-weight: 600;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}

#commentform label {
    width: 120px;
    display: block;
}

textarea#comment {
    width: 100%;
    height: 150px;
}

/*Comment Lists*/
.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol.children {
    margin: 0 0 0 15px;
}

.comment-list .comment-body {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding: 15px;
}

.comment-author img {
    vertical-align: middle;
    margin-right: 15px;
}

.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #f06c45;
}

.commentmetadata {
    float: right;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}

.comment-metadata {
    padding-left: 52px;
    font-size: 13px;
}

.commentmetadata a {
    color: #666;
}

.comment-content {
    padding-left: 52px;
    margin-top: 10px;
}

.commentmetadata .comment-edit-link {
    color: #f06c45;
}

.commentmetadata + .clear {
    margin-bottom: 20px;
}

.comment-awaiting-moderation {
    margin: 10px 0 0;
    padding-left: 51px;
    font-weight: 600;
}

.reply {
    margin-top: 20px;
}

.reply .comment-reply-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #FFFFFF !important;
    font-size: 13px;
    line-height: 1;
    padding: 2px 10px;
}

.content-area .col-left .reply .comment-reply-link:hover {
    background-color: #f06c45;
    color: #ffffff !important;
}

#respond {
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    padding: 20px;
    margin-top: 20px;
    color: #141414;
}

#commentform .form-submit {
    margin-top: 15px;
    margin-bottom: 0;
}

#commentform .form-submit .submit {
    font-size: 14px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 600;
    left: auto;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background: #1b1d1f none;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
    border-radius: 0;
}

#commentform .form-submit .submit:hover {
    background-color: #f06c45;
    transition: color 0.8s ease;
    color: #ffffff;
}

#cancel-comment-reply-link {
    font-style: italic;
    color: #f06c45;
}

#cancel-comment-reply-link:before {
    font-family: FontAwesome;
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: #f06c45;
}

.logged-in-as a {
    color: #f06c45;
}

/*************************************/
/***********Page Title***************/
/*************************************/
.page-header {
    margin-top: 0;
}

.page-header .page-title {
    font-size: 32px;
}

/*************************************/
/***********404***************/
/*************************************/

section.error-404.not-found form, section.no-results.not-found form {
    margin-top: 15px;
}

/*************************************/
/***********Search Form***************/
/*************************************/
form.search-form input.search-field {
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #eeeeee;
    color: #000;
    padding: 6px 12px;
}

form.search-form input.search-submit {
    font-size: 14px;
    font-weight: 500;
    background-color: #1b1d1f;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 6px 12px;
}

form.search-form input.search-submit:hover {
    background-color: #f06c45;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1250px) {
    /* middle */
    .middle .main-form input {
        width: 342px;
    }

    .mobile-sale .sale {
        margin: 0;
    }
}

@media only screen and (max-width: 1200px) {
    /* middle */
    .middle .main-form input {
        width: 242px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 266px;
    }

    .content {
        padding: 40px 0 20px 0;
    }

    .phone-add img {
        max-height: 420px;
    }

    .mobile-sale .sale {
        margin: 19px 0 19px 0;
    }

    .our-contro .our-det .det-text {
        margin-left: 8px;
    }

    /* our-catagories*/
    .our-catagories .catagories-product:last-child {
        margin: 0;
        border-top: none;
        border-bottom: 1px #e0e0e0 solid;
    }

    .our-catagories .catagories-product .contro {
        float: left;
        border-right: none;
        padding: 20px 0 20px 20px;
    }

    .our-catagories .catagories-product .product-img {
        float: left;
    }

    .our-catagories .catagories-product .product-text {
        width: 100px;
        float: left;
    }

    .our-catagories .catagories-product .product-text h6 {
        font-size: 14px;
    }

    .our-catagories .catagories-product .product-text ul li a {
        font-size: 12px;
    }

    /* support */
    .support {
        margin-bottom: 20px;
    }

    .support img {
        margin: 24px 15px;
    }

    .support:last-child {
        margin-bottom: 0;
    }

    /* new-arrivals */
    .brand {
        margin: 0;
    }

    .brand .top-brand {
        background: #f8f8f8;
        padding: 14px 16px;
    }

    .brand .top-brand h5 {
        margin-left: 10px;
        display: inline-block;
        font-weight: 600;
    }

    .brand .our-brand {
        margin: 40px 0 40px 0;
        border-top: 1px #e0e0e0 solid;
        border-bottom: 1px #e0e0e0 solid;
    }

    .brand .our-brand .our-brand-img {
        margin-left: 80px;
    }

    .brand .our-brand .our-brand-img a {
        border-right: none;
        border-bottom: none;
    }

    /* news-feed */
    .news-feed .e-mail form input {
        width: 180px;
    }

    .everest-social-icons-widget {
        text-align: right;
    }

    .comment-sec .cmt .cmt-reply {
        width: 400px !important;
    }

    .comment-sec .cmt .cmt-text {
        width: 500px;
    }

    .shop-cata .woocommerce-ordering {
        margin-right: 10px;
    }

    .shop-pro .shop-text {
        max-width: 400px;
        margin-top: -20px;
    }

    .featur .featur-cont .feat-img {
        float: none;
        text-align: center;
    }

    .featur .featur-cont .feat-text {
        float: none;
        text-align: center;
    }

    .featur .featur-cont .feat-text a {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 994px) {
    /* navbar */
    .navbar-header {
        padding: 20px 50px 19px 20px;
    }

    /* menu */
    .navbar-default .navbar-nav li > a {
        padding: 20px 0 19px 20px;
    }

    .navbar-default .navbar-right li {
        padding: 20px 0 19px 0;
    }

    .navbar-default .navbar-right > li > a > i {
        margin-right: 9px;
        margin-left: 10px;
    }

    .phone-add img {
        max-height: 404px;
    }

    .mobile-sale .sale {
        margin: 6px 0 6px 0;
    }
}

@media only screen and (max-width: 992px) {
    /* middle */
    .middle a.logo {
        font-size: 15px;
        padding-top: 8px;
    }

    .middle .main-form {
        margin-top: 6px;
    }

    .middle .main-form input {
        width: 132px;
    }

    .middle .add-card .icon {
        margin-top: 8px;
    }

    .middle .add-card .cash {
        top: 7px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 344px;
    }

    .wrapper-dropdown-5 .dropdown {
        left: -20px;
        width: 218px;
    }

    .blog-item .blog-cont .blog-text {
        float: left;
    }

    .hot-product .new-arrivals {
        margin-top: 30px;
    }

    .blog-item .blog-cont .blog-text {
        max-width: 100%;
    }

    .shop-cata {
        margin-bottom: 10px;
    }

    .our-catagories .catagories-product .product-text {
        width: 250px;
    }

    .our-catagories .catagories-product .product-text h6 {
        font-size: 16px;
    }

    .our-catagories .catagories-product .product-text ul li a {
        font-size: 14px;
    }

    .blog-search form input {
        width: 170px;
    }

    .recent-post .blog-info .blog-text {
        width: 110px;
    }

    .shop-cata .woocommerce-ordering {
        margin-right: 0;
    }

    .featur .featur-cont .feat-img {
        float: left;
    }

    .featur .featur-cont .feat-text {
        float: left;
        text-align: left;
    }

    .featur .featur-cont .feat-text a {
        margin-top: 0;
    }

    .description-tab .reviews .review-form form input {
        margin-bottom: -10px;
    }

    /* news-feed */
    .news-feed {
        text-align: center;
    }

    .news-feed .e-mail form {
        margin-top: -6px;
    }

    .news-feed .e-mail form input {
        width: 300px;
        float: none;
    }

    .news-feed .e-mail form button {
        margin-left: -4px;
        float: none;
    }

    .everest-social-icons-widget {
        padding: 0 0 30px 0;
        text-align: center;
    }

    .register-custo-form form input {
        margin-bottom: -12px;
    }

    .our-contro .our-det .det-img {
        float: none;
        text-align: left;
    }

    .our-contro .our-det .det-text {
        margin-left: 0;
        margin-top: 10px;
        float: none;
        text-align: left;
    }

    .shop-cata .woocommerce-ordering {
        margin-right: 20px;
    }

    /* add-card-text */
    .add-card-detail .add-card-text {
        margin: 0 0 0 -15px;
    }

    .description-tab .dep-text img {
        float: none;
        margin-top: 7px;
        display: none;
    }

    .description-tab .dep-text p {
        float: none;
        margin-left: 0;
        text-align: left;
    }

    /* social */
    .social {
        margin-left: -15px;
    }

    /* description-tab */
    .description-tab {
        margin: 20px 0 26px -30px;
    }
}

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .slide-text > p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 790px) {

    /* product-wrap */
    .product-wrap {
        padding: 0 0 15px 0;
    }

    .product-wrap .detail {
        margin-left: 15px;
        margin-right: 15px;

    }

    .product-wrap .detail p {
        margin-top: 12px;
        line-height: 20px;
        max-width: none;
    }

    .product-wrap .detail .add-to-card {
        margin-top: 14px;
        float: none;
        display: block;
    }

    .product-wrap .detail .quick-view {
        float: none;
        margin-left: 0;
        margin-top: 5px;
    }

    .shop-pro .shop-img {
        margin: 0;
        float: none;
        text-align: center;
    }

    .shop-pro .shop-text {
        float: none;
        text-align: center;
        max-width: 100%;
    }

    .shop-pro .shop-text .add-shop-inf {
        float: none;
    }

    .shop-pro .shop-text .quick-shop {
        float: none;
        margin-bottom: 5px;
    }

    .shop-pro .shop-text .quick-shop a span {
        padding-left: 0;
    }

    .blog-item .blog-cont .blog-text {
        max-width: 100%;
    }

    .blog-item .blog-cont .blog-descrip {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 780px) {
    /* add-card-text */
    .add-card-detail .add-card-text {
        margin: 0 0 0 0;
    }

    /* social */
    .social {
        margin-left: 0;
    }

    /* description-tab */
    .description-tab {
        margin: 20px 0 26px 0;
    }
}

@media (min-width: 768px) {
    .navbar-header.no-category-menu {
        display: none;
    }
}

@media (max-width: 768px) {
    .slide-text {
        margin-top: -20px;
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 0;
    }

    .slide-text > p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .control-round .carousel-control {
        display: none;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 48% !important;
        margin-right: 4px;
    }

    .woocommerce .cross-sells h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    /* middle */
    .middle {
        padding: 6px 0 20px 0;
    }

    .middle a.logo {
        text-align: center;
        font-size: 18px;
        padding-top: 0;
        margin-bottom: 2px;
    }

    .middle .main-form input {
        width: 450px;
    }

    .middle .add-card {
        text-align: center;
        float: none;
    }

    .middle .add-card .icon {
        margin-top: 8px;
    }

    .middle .add-card .cash {
        left: 50%;
    }

    .e-col section, .e-col .ecol-full section, .e-col .ecol-half section, .e-col .ecol-col-one-third section {
        width: 100% !important;
    }

    .e-col section:last-of-type {
        margin-bottom: 20px;
    }

    /* cart*/
    .cart-popup {
        width: 100%;
        right: 0;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 475px;
    }

    /* navbar */
    .navbar-header {
        padding: 20px 50px 6px 30px;
    }

    .navbar-default .navbar-toggle {
        background: #1b1d1f;
        border: none;
        margin-top: -7px;
        margin-right: -35px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: #1b1d1f;
        color: #fff !important;
    }

    /* dropdown */
    .wrapper-dropdown-5 {
        margin: 0 0 0 -12px;
        width: 150px;
    }

    .wrapper-dropdown-5 .dropdown {
        top: 39px;
    }

    .product-wrap .detail {
        margin-top: 15px;
    }

    /* menu */
    .navbar-default .mainnav {
        float: none;
        display: block;
    }

    .navbar-default .navbar-nav li > a {
        padding: 10px 0 10px 22px;
    }

    .navbar-default .navbar-right {
        margin-top: -8px;
        margin-bottom: 5px;
    }

    .navbar-default .navbar-right li {
        display: block;
        padding: 10px 0 10px 0;
    }

    .navbar-default .navbar-right > li > a > i {
        margin-right: 9px;
        margin-left: 10px;
    }

    .phone-add img {
        max-height: 100%;
    }

    .shop-cata .woocommerce-ordering {
        margin-top: 15px;
    }

    .pagi {
        margin: 15px 0 0 0;
        float: none;
        text-align: left;
    }

    /* news-feed */
    .news-feed .e-mail form input {
        width: 200px;
    }

    /* new-customer */
    .new-customer {
        margin: 20px 0 0 0;
    }

    .register-custo-form form input {
        margin-bottom: -10px;
    }

    /* register-login */
    .register-login {
        margin: 20px 0 0 0;
    }

    /* our-store */
    .our-store {
        margin: 20px 0 0 0;
    }

    .blog-search form input {
        width: 640px;
    }

    .recent-post .blog-info .blog-text {
        width: 100%;
    }

    .wishlist-item .add-car {
        margin-bottom: 20px;
    }

    .before-shop-loop .woocommerce-pagination {
        display: inline-block;
        margin-top: 10px;
        float: none;
    }

    /* ecommerce-store */
    .footer-widget .ecommerce-store {
        margin-bottom: 8px;
    }

    .footer-widget .my-account {
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 766px) {
    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 105.60%;
    }
}

@media only screen and (max-width: 762px) {

    /* mobile-add */
    .mobile-add {
        margin-bottom: 20px;
    }

    /* smart-phone */
    .smart-phone {
        margin: 0;
    }

    .hot-product .new {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 740px) {
    /* copy-right */
    .copy-right .copy-right-in .copy-text {
        float: none;
        display: block;
        text-align: center;
    }

    .copy-right .copy-right-in .copy-card {
        float: none;
        display: block;
        text-align: center;
    }

    .blog-search form input {
        width: 540px;
    }
}

@media only screen and (max-width: 710px) {

    .middle .main-form input {
        width: 400px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 106.20%;
    }

    .pagi a {
        float: left;
        margin-left: 0;
        margin-right: 4px;
    }

    .shop-pro .shop-img {
        float: none;
    }

    .shop-pro .shop-text {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 660px) {
    .middle .main-form input {
        width: 350px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 107.20%;
    }

    .blog-search form input {
        width: 480px;
    }

    .comment-sec .cmt:last-child {
        margin-left: 0;
    }

    .comment-sec .cmt .cmt-reply {
        width: 100% !important;
    }

    .comment-sec .cmt img {
        float: none;
    }

    .comment-sec .cmt .cmt-text {
        float: none;
        margin-left: 0;
        width: 100%;
    }

    .shop-pro .shop-text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 610px) {
    .middle .main-form input {
        width: 300px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 108.20%;
    }

    .brand .our-brand .our-brand-img {
        margin-left: 50px;
    }
}

@media (max-width: 580px) {
    .slide-text {
        margin-top: -40px;
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
    }

    .slide-text > p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .slide-text > a.shop {
        margin-top: -5px;
        padding: 8px 15px 7px 14px;
    }

    .control-round .carousel-control {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    /* header-top */
    .header-top .left {
        float: none;
        display: block;
        text-align: center;
    }

    .header-top .right {
        float: none;
        display: block;
        margin-top: 5px;
        text-align: center;
    }

    .blog-search form input {
        width: 300px;
    }
}

@media only screen and (max-width: 560px) {
    .middle .main-form input {
        width: 250px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 109.80%;
    }
}

@media only screen and (max-width: 540px) {

    .middle .main-form input {
        width: 250px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 112.60%;
    }

    /* our-catagories*/
    .our-catagories .catagories-product .contro {
        float: left;
    }

    .our-catagories .catagories-product .product-img {
        float: left;
    }

    .our-catagories .catagories-product .product-text {
        float: left;
        width: 165px;
    }

    .our-catagories .catagories-product .product-text h6 {
        font-size: 16px;
    }

    .our-catagories .catagories-product .product-text ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 534px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 109.90%;
    }
}

@media only screen and (max-width: 520px) {

    .blog-search form input {
        width: 180px;
    }
}

@media only screen and (max-width: 510px) {
    .middle .main-form input {
        width: 200px;
    }

    .blog-item .blog-cont .blog-text h6 {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 112.60%;
    }
}

@media only screen and (max-width: 480px) {

    .recent-post .blog-info .blog-text {
        width: 200px;
    }

    /*Slider*/
    .slide-text {
        margin-top: -40px;
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .slide-text > a.shop {
        margin-top: -5px;
        padding: 6px 15px 5px 14px;
    }

    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line > .carousel-indicators {
        display: none;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
    }

    .product-quick-view {
        top: 28%;
    }
}

@media only screen and (max-width: 460px) {
    .middle .main-form input {
        width: 150px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 116.60%;
    }
}

@media only screen and (max-width: 445px) {

    .description-tab ul.tabs li {
        display: block;
        padding: 10px 0 10px 10px;
    }
}

@media only screen and (max-width: 430px) {

    /* our-catagories*/
    .our-catagories .catagories-product .contro {
        float: none;
        text-align: center;
        padding-right: 20px;
    }

    .our-catagories .catagories-product .product-img {
        float: none;
        text-align: center;
    }

    .our-catagories .catagories-product .product-text {
        float: none;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .our-catagories .catagories-product .product-text h6 {
        font-size: 16px;
        margin-top: 20px;
    }

    .our-catagories .catagories-product .product-text ul li a {
        font-size: 14px;
    }

    /* mobile-add */
    .mobile-add {
        margin-bottom: 20px;
    }

    /* smart-phone */
    .smart-phone {
        margin: 0;
    }

    /* blog */
    .store99-blog {
        margin-top: 30px;
    }

    .blog-item {
        margin: 30px 0;
    }

    .our-contro .our-det .det-text h6 {
        font-size: 12px
    }

    .our-contro .our-det .det-text span {
        font-size: 10px;
    }
}

@media only screen and (max-width: 410px) {
    .middle .main-form input {
        width: 200px;
        padding-top: 10px;
    }

    .middle .main-form select {
        display: none;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 178.80%;
    }

    .hot-product .new {
        margin: 30px 0 30px 0;
    }
}

@media only screen and (max-width: 390px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 168.80%;
    }
}

@media only screen and (max-width: 360px) {

    .middle .main-form input {
        width: 250px;
    }

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 124%;
    }

    /* news-feed */
    .news-feed .e-mail form input {
        width: 100px;
    }

    .everest-social-icons-widget ul li a {
        width: 35px;
        height: 35px;
    }

    .recent-post .blog-info .blog-text {
        width: 200px;
    }

    .add-card-detail .add-card-text .add-card-info {
        margin-top: 20px;
    }

    .add-card-detail .add-card-text .quick-see {
        margin-top: 6px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 340px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 173.90%;
    }

    .middle .main-form input {
        width: 160px;
    }

    .hot-product .new {
        margin: 30px 0 55px 0;
    }

    .hot-product .new .holder .left-img {
        float: none;
        text-align: center;
    }

    .hot-product .new .holder .right-text {
        margin-top: 10px;
        float: none;
        text-align: center;
    }

    .hot-product .new .holder .right-text {
        margin-left: 0;
    }

    /* phone */
    .phone {
        padding: 14px 16px;
        margin-top: -25px;
    }

    .phone i {
        font-size: 18px;
    }

    .phone h5 {
        margin-left: 5px;
        font-size: 14px;
    }

    /* support */
    .support {
        margin-bottom: 20px;
    }

    .support img {
        float: none;
        display: block;
        margin: 24px 15px;
    }

    .support .text {
        margin: 20px 0 20px 15px;
        float: none;
        display: block;
        text-align: left;
    }

    .support:last-child {
        margin-bottom: 0;
    }

    /* our-catagories*/
    .our-catagories .catagories i {
        font-size: 18px;
    }

    .our-catagories .catagories h5 {
        margin-left: 5px;
        font-size: 14px;
    }

    .blog-post i {
        color: #f06c45;
        font-size: 18px;
    }

    .blog-post h5 {
        margin-left: 5px;
        font-size: 14px;
    }

    .brand .top-brand i {
        font-size: 18px;
    }

    .brand .top-brand h5 {
        margin-left: 5px;
        font-size: 12px;
    }

    .brand .our-brand .our-brand-img {
        text-align: center;
    }

    .brand .our-brand .our-brand-img img {
        text-align: center;
    }

    .blog-cat span {
        font-size: 12px;
        margin-right: 5px;
    }

    .blog-cat a {
        font-size: 12px;
    }

    .blog-search form input {
        width: 170px;
    }

    .phone i {
        font-size: 18px;
    }

    .phone h5 {
        margin-left: 5px;
        font-size: 13px;
    }

    .recent-post .blog-info .blog-img {
        float: none;
        text-align: left;
    }

    .recent-post .blog-info .blog-text {
        margin-left: 0;
        margin-top: 10px;
        text-align: left;
        float: none;
        width: 100%;
    }

    .featur .featur-cont .feat-img {
        float: none;
        text-align: left;
    }

    .featur .featur-cont .feat-text {
        margin-left: 0;
        margin-top: 10px;
        float: none;
        text-align: left;
    }

    .brand .our-brand .our-brand-img {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 320px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 160%;
    }

    /*Slider*/
    .slide-text {
        margin-top: -30px;
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text > p {
        font-size: 8px;
        line-height: 8px;
        margin-bottom: 5px;
    }

    .slide-text > a.shop {
        margin-top: -5px;
        font-size: 10px;
        padding: 4px 10px 3px 9px;
    }

}

@media only screen and (max-width: 300px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 140%;
    }

    .add-card-detail .add-card-text .quick-see {
        margin-left: 0;
    }

    .shop-pro .shop-text .quick-shop {
        margin-left: 0;
    }

    .brand .our-brand .our-brand-img {
        margin-left: 20px;
    }

    /* social */
    .social {
        margin-top: 20px;
    }

    .social li a {
        display: block;
        padding-right: 2px;
    }

    /* more-informa */
    .description-tab .more-informa .dep-left {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 305px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 155%;
    }
}

@media only screen and (max-width: 290px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 140%;
    }
}

@media only screen and (max-width: 280px) {

    /* tt-menu */
    span.twitter-typeahead .tt-menu,
    span.twitter-typeahead .tt-dropdown-menu {
        width: 136%;
    }
}