
@font-face {
    font-family: "Tajawal-Regular";
    src: url("NeoSansArabic.woff");
}

@font-face {
    font-family: "Tajawal-Bold";
    src: url("Tajawal-Bold.ttf");
}








body {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    font-family: "Tajawal-Regular";
    color: #555;
direction:rtl;overflow-x: hidden;
}

.slick-slider,
.owl-carousel {
direction:ltr;
}


a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover,
a:focus {
    color: #AB5B36;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;

}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn,
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent;
}

.btn:active,
.btn:focus,
button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input:focus,
textarea:focus {
    outline: none;
}

fieldset {
    margin-top: 30px;
}

fieldset legend {
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

::-moz-selection {
    color: #fff;
    background: #91b2c3;
}

::selection {
    color: #fff;
    background: #91b2c3;
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

::placeholder {
    color: #999;
    font-size: 13px;
    opacity: 1;
}

.modal-dialog {
    max-width: 1000px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .modal-dialog {
        max-width: 800px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .modal-dialog {
        max-width: 700px;
    }
}

.modal {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    z-index: 99999999;
    -webkit-animation: slideInDown 0.4s forwards;
    animation: slideInDown 0.4s forwards;
}

.modal .modal-header {
    padding: 0 10px;
    border-bottom: none;
}

.modal .modal-header .close {
    color: #242424;
    font-size: 34px;
    opacity: 1;
    display: block;
    position: absolute;
    padding: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    right: 10px;
    top: 10px;
    font-weight: 500;
    z-index: 999;
    line-height: 30px;
    border-radius: 50%;
}

.modal .modal-body {
    padding: 20px 20px 20px 20px;
}

@media only screen and (max-width: 479.98px) {
    .modal .modal-body {
        padding: 10px;
    }
}

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}

.tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

/*------ custom tooltip start -------*/
.tooltip.show {
    opacity: 1;
}

.tooltip>.tooltip-inner {
    font-size: 13px;
    color: #fff;
    background-color: #AB5B36;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #AB5B36;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #AB5B36;
}

/*------ custom tooltip end -------*/
/* ---- Sick Slider arrow style start ----*/
.slick-slider .slick-slide>div>div {
    vertical-align: middle;
}

.owl-carousel .owl-nav > div {
    top: 50%;
left: -45px;
height: 60px;
width: 50px;
    color: #AB5B36;
    font-size: 28px;
    text-align: center;
    cursor: pointer;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
line-height: 73px;
    z-index: 1;
background: #F6F6F6;

border-radius: 0 50% 50% 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -45px;
    padding-left: 2px;border-radius: 50% 0 0 50%;
}


.owl-carousel .owl-nav > div:hover {
    color: #000;
}


.slick-arrow-style_hero button.slick-arrow {
    font-size: 40px;
    left: 15px;
    width: inherit;
    height: inherit;
    background-color: transparent;
}

.slick-arrow-style_hero button.slick-arrow.slick-next {
    right: 15px;
}

.slick-arrow-style_hero button.slick-arrow:hover {
    color: #AB5B36;
    background-color: transparent;
}

.slick-append {
    background-color: #fff;
    z-index: 2;
    padding-left: 5px;
}

.slick-append button {
    position: inherit;
    display: inline-block;
    background-color: transparent;
    color: #555;
}

.slick-append button.slick-next {
    margin-left: 10px;
}

.slick-append button:hover {
    color: #AB5B36;
}

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
    bottom: 15px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.slick-dot-style ul.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dot-style ul.slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: none;
    display: block;
    text-indent: -5000px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #d7d7d7;
}

.slick-dot-style ul.slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background-color: #AB5B36;
}

.slick-row-3 .slick-list {
    margin: 0 -3px;
}

.slick-row-3 .slick-list .slick-slide {
    margin: 0 3px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-3 .slick-list {
        margin: 0 -3px !important;
    }

    .slick-sm-row-3 .slick-list .slick-slide {
        margin: 0 3px !important;
    }
}

.slick-row-4 .slick-list {
    margin: 0 -4px;
}

.slick-row-4 .slick-list .slick-slide {
    margin: 0 4px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-4 .slick-list {
        margin: 0 -4px !important;
    }

    .slick-sm-row-4 .slick-list .slick-slide {
        margin: 0 4px !important;
    }
}

.slick-row-5 .slick-list {
    margin: 0 -5px;
}

.slick-row-5 .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-5 .slick-list {
        margin: 0 -5px !important;
    }

    .slick-sm-row-5 .slick-list .slick-slide {
        margin: 0 5px !important;
    }
}

.slick-row-6 .slick-list {
    margin: 0 -6px;
}

.slick-row-6 .slick-list .slick-slide {
    margin: 0 6px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-6 .slick-list {
        margin: 0 -6px !important;
    }

    .slick-sm-row-6 .slick-list .slick-slide {
        margin: 0 6px !important;
    }
}

.slick-row-7 .slick-list {
    margin: 0 -7px;
}

.slick-row-7 .slick-list .slick-slide {
    margin: 0 7px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-7 .slick-list {
        margin: 0 -7px !important;
    }

    .slick-sm-row-7 .slick-list .slick-slide {
        margin: 0 7px !important;
    }
}

.slick-row-8 .slick-list {
    margin: 0 -8px;
}

.slick-row-8 .slick-list .slick-slide {
    margin: 0 8px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-8 .slick-list {
        margin: 0 -8px !important;
    }

    .slick-sm-row-8 .slick-list .slick-slide {
        margin: 0 8px !important;
    }
}

.slick-row-9 .slick-list {
    margin: 0 -9px;
}

.slick-row-9 .slick-list .slick-slide {
    margin: 0 9px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-9 .slick-list {
        margin: 0 -9px !important;
    }

    .slick-sm-row-9 .slick-list .slick-slide {
        margin: 0 9px !important;
    }
}

.slick-row-10 .slick-list {
    margin: 0 -10px;
}

.slick-row-10 .slick-list .slick-slide {
    margin: 0 10px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-10 .slick-list {
        margin: 0 -10px !important;
    }

    .slick-sm-row-10 .slick-list .slick-slide {
        margin: 0 10px !important;
    }
}

.slick-row-11 .slick-list {
    margin: 0 -11px;
}

.slick-row-11 .slick-list .slick-slide {
    margin: 0 11px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-11 .slick-list {
        margin: 0 -11px !important;
    }

    .slick-sm-row-11 .slick-list .slick-slide {
        margin: 0 11px !important;
    }
}

.slick-row-12 .slick-list {
    margin: 0 -12px;
}

.slick-row-12 .slick-list .slick-slide {
    margin: 0 12px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-12 .slick-list {
        margin: 0 -12px !important;
    }

    .slick-sm-row-12 .slick-list .slick-slide {
        margin: 0 12px !important;
    }
}

.slick-row-13 .slick-list {
    margin: 0 -13px;
}

.slick-row-13 .slick-list .slick-slide {
    margin: 0 13px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-13 .slick-list {
        margin: 0 -13px !important;
    }

    .slick-sm-row-13 .slick-list .slick-slide {
        margin: 0 13px !important;
    }
}

.slick-row-14 .slick-list {
    margin: 0 -14px;
}

.slick-row-14 .slick-list .slick-slide {
    margin: 0 14px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-14 .slick-list {
        margin: 0 -14px !important;
    }

    .slick-sm-row-14 .slick-list .slick-slide {
        margin: 0 14px !important;
    }
}

.slick-row-15 .slick-list {
    margin: 0 -15px;
}

.slick-row-15 .slick-list .slick-slide {
    margin: 0 15px;
}

@media only screen and (max-width: 767.98px) {
    .slick-sm-row-15 .slick-list {
        margin: 0 -15px !important;
    }

    .slick-sm-row-15 .slick-list .slick-slide {
        margin: 0 15px !important;
    }
}

.product-carousel--4_2 .slick-slide>div {
margin-bottom: 30px;
padding: 8px;
background: #f1f1f1;
}

.slick-slider .slick-slide>div:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (max-width: 575.98px) {
    .container {
        max-width: 450px;
    }
}

/*
.common-wrapper {
max-width: 1150px;
margin: auto;
padding: 30px 15px;
background-color: #fff;
}
*/
@media only screen and (max-width: 767.98px) {
    .common-wrapper {
        padding: 35px 0 62px 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .common-wrapper {
        padding: 15px 0 62px 0;
    }
}

.bdr-bottom {
    border-bottom: 1px solid #ebebeb;
}

.common-bg {
    background-color: #f6f6f6;
}

.theme-color {
    background-color: #AB5B36;
}

.bg-gray {
    background-color: #f2f2f2;
}

.bg-gray-2 {
    background-color: #f6f7f9;
}

.bg-blue {
    background-color: #3a78ff;
}

.bg-dark {
    background-color: #22282e !important;
}

.theme-color {
    background-color: #AB5B36;
}

.bg-black {
    background-color: #242424;
}

.facebook {
    background-color: #3B5999;
}

.twitter {
    background-color: #1DA1F2;
}

.google {
    background-color: #fe6d4c;
}

.instagram {
    background-color: #c619b8;
}

.youtube {
    background-color: #CC332D;
}

/* ----scroll to top css start ----*/
.scroll-top {
    bottom: 50px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 9999;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
    background-color: #AB5B36;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.scroll-top i {
    line-height: 50px;
    color: #fff;
    font-size: 25px;
}

.scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    opacity: 0;
}

.scroll-top:hover {
    background-color: #242424;
}

/* ----scroll to top css end ----*/
/*-------- Custom Checkbox Style start --------*/
.custom-checkbox.custom-control,
.custom-radio.custom-control {
    min-height: auto;
}

.custom-checkbox label,
.custom-checkbox .custom-control-label,
.custom-radio label,
.custom-radio .custom-control-label {
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
    font-weight: 400;
    display: block;
    cursor: pointer;
}

.custom-checkbox label:before,
.custom-checkbox .custom-control-label:before,
.custom-radio label:before,
.custom-radio .custom-control-label:before {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    height: 15px;
    top: 0;
    width: 15px;
}

.custom-checkbox label:after,
.custom-checkbox .custom-control-label:after,
.custom-radio label:after,
.custom-radio .custom-control-label:after {
    background-size: 10px 10px;
    height: 15px;
    top: 0;
}

.custom-checkbox label a,
.custom-checkbox .custom-control-label a,
.custom-radio label a,
.custom-radio .custom-control-label a {
    color: #242424;
    font-weight: 500;
}

.custom-checkbox label a:hover,
.custom-checkbox .custom-control-label a:hover,
.custom-radio label a:hover,
.custom-radio .custom-control-label a:hover {
    color: #AB5B36;
}

.custom-checkbox input,
.custom-checkbox .custom-control-input,
.custom-radio input,
.custom-radio .custom-control-input {
    outline: none;
}

.custom-checkbox input:focus~.custom-control-label:before,
.custom-checkbox input:focus label:before,
.custom-checkbox .custom-control-input:focus~.custom-control-label:before,
.custom-checkbox .custom-control-input:focus label:before,
.custom-radio input:focus~.custom-control-label:before,
.custom-radio input:focus label:before,
.custom-radio .custom-control-input:focus~.custom-control-label:before,
.custom-radio .custom-control-input:focus label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox input:checked~.custom-control-label:before,
.custom-checkbox input:checked label:before,
.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.custom-checkbox .custom-control-input:checked label:before,
.custom-radio input:checked~.custom-control-label:before,
.custom-radio input:checked label:before,
.custom-radio .custom-control-input:checked~.custom-control-label:before,
.custom-radio .custom-control-input:checked label:before {
    background-color: #AB5B36;
    border-color: #AB5B36;
}

/*-------- Custom Checkbox Style end --------*/
/*------- Custom Radio Button Style start -------*/
.custom-radio label:before,
.custom-radio .custom-control-label:before {
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.custom-radio label::after,
.custom-radio .custom-control-label::after {
    background-size: 10px 10px;
    left: -22px;
    top: 2px;
    height: 10px;
    width: 10px;
}

/*------- Custom Radio Button Style end -------*/
/*----------- header top area start -----------*/




/*
.header-area {
background: url(../images/pattern.png);
}
*/






.header-top {
    padding: 5px 0;background: #ececec;
}



.header-top-settings {
float: left;
margin-top: 8px;
}



.header-top-settings ul li {
    color: #555;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    margin-left: 40px;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.header-top-settings ul li:before {
    top: 50%;
    left: 0;
    width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    background-color: #ebebeb;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top-settings ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.header-top-settings ul li:first-child:before {
    display: none;
}

.header-top-settings ul li span {
    cursor: auto;
    font-size: 13px;
    text-transform: capitalize;
}

.header-top-settings ul li .dropdown-list {
    top: 100%;
    right: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
padding: 6px;
width: 110px;
    z-index: 9;
    text-align: right;
    background-color: #fff;
    pointer-events: none;
    border: 1px solid #ebebeb;
}

.header-top-settings ul li .dropdown-list li {
    margin-left: 0;
    padding: 0;
}

.header-top-settings ul li .dropdown-list li a {
    color: #555;
    font-size: 13px;
    display: block;
    padding: 5px 0 3px;
    text-transform: capitalize;
}

.header-top-settings ul li .dropdown-list li a:hover {
    color: #AB5B36;
}

.header-top-settings ul li .dropdown-list li a img {
    vertical-align: inherit;
width: 23px;
float: left;
margin-right: 8px;

}

.header-top-settings ul li .dropdown-list li:before {
    display: none;
}

.header-top-settings ul li:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.welcome-message p {
    color: #555;
    font-size: 13px;
    line-height: 1;
}

/*----------- header top area end -----------*/
/*------- header main area start -------*/
/*---------- header mini cart start ----------*/
.header-configure-area {
    padding-right: 10px;
}

.header-configure-area ul li {
    display: inline-block;
    margin-left: 25px;

    line-height: 1;text-align: right;
}


/*
.header-configure-area ul li span {
margin: 10px 0;
display: inline-block;
}

.header-configure-area ul li span.lnr-clock {
font-size: 20px;
color: #b52020;}


*/


.header-configure-area ul li em { 

font-style: normal;
}


.header-configure-area ul li a {
    font-size: 16px;
    line-height: 1;
    color: #242424;
    position: relative;
}

.header-configure-area ul li a .notification {
    top: -10px;
    right: -8px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #AB5B36;
}

.header-configure-area ul li a:hover {
    color: #AB5B36;
}

.header-configure-area ul li:first-child {
    margin-left: 0;
}

.header-configure-area ul li.user-hover {
    position: relative;
}

.header-configure-area ul li.user-hover .dropdown-list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    padding: 20px;
    background-color: #fff;
    z-index: 11;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ebebeb;
}

.header-configure-area ul li.user-hover .dropdown-list li {
    display: block;
    margin-left: 0;
}

.header-configure-area ul li.user-hover .dropdown-list li a {
    color: #555;
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 8px 0;
    text-transform: capitalize;
}

.header-configure-area ul li.user-hover .dropdown-list li a:hover {
    color: #AB5B36;
}

.header-configure-area ul li.user-hover:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*----------- header settinngs area end -----------*/
/*---------- main menu style start ---------*/

/*
.main-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/
.main-menu ul > li {
    position: relative;
float:right;
}

.main-menu ul li a {
    color: #242424;
    font-size: 14px;
    padding: 40px 15px;
font-weight: bold;
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
}

.main-menu ul li a i {
    font-size: 14px;
    padding: 0 3px;
}

.main-menu ul li:first-child a {

}

.main-menu ul li:hover>a,
.main-menu ul li.active>a {
    color: #AB5B36;
}

.main-menu ul li ul.dropdown {
    top: 100%;
    right: 0;
    width: 220px;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.main-menu ul li ul.dropdown li {
    margin-right: 0;
    border-right: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;float: none;
width: 100%;
text-align: right;
}

.main-menu ul li ul.dropdown li a {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 15px;
    text-transform: capitalize;
margin: 0 8px;
border-bottom: 1px solid #f1f1f1;
border-radius: 0;
}

.main-menu ul li ul.dropdown li a i {
    float: left;
    padding-top: 5px;
}

.main-menu ul li ul.dropdown li:hover>a {
    color: #AB5B36;
    background-color: #fff;
}

.main-menu ul li ul.dropdown li ul.dropdown {
    top: 100%;
    right: 100%;
    position: absolute;
    width: 220px;
    opacity: 0;
    visibility: hidden;
}

.main-menu ul li ul.dropdown li:hover ul.dropdown {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li ul.megamenu {
    width: 900px;
    padding: 20px;
    border: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu ul li ul.megamenu {
        width: 800px;
        -webkit-transform: translate(-120px, 30px);
        -ms-transform: translate(-120px, 30px);
        transform: translate(-120px, 30px);
    }
}

.main-menu ul li ul.megamenu li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.main-menu ul li ul.megamenu li.mega-title>a {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
}

.main-menu ul li ul.megamenu li ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-menu ul li ul.megamenu li:hover>a {
    color: #AB5B36;
}

.main-menu ul li ul.megamenu li.megamenu-banners {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 25px;
    padding-bottom: 10px;
    position: relative;
}

.main-menu ul li ul.megamenu li.megamenu-banners:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.main-menu ul li ul.megamenu li.megamenu-banners:hover:before {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.main-menu ul li:hover ul.megamenu {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu ul li:hover ul.megamenu {
        -webkit-transform: translate(-120px, 0);
        -ms-transform: translate(-120px, 0);
        transform: translate(-120px, 0);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu.menu-style-4 ul li .megamenu {
        width: 800px;
        -webkit-transform: translate(-70px, 30px);
        -ms-transform: translate(-70px, 30px);
        transform: translate(-70px, 30px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu.menu-style-4 ul li:hover .megamenu {
        -webkit-transform: translate(-70px, 0);
        -ms-transform: translate(-70px, 0);
        transform: translate(-70px, 0);
    }
}

/*---- header style 2 start ----*/
.header-meny-style-2 .main-menu-area,
.header-meny-style-2 .logo {
float:right;
}


.header-meny-style-2 {
padding:5px 0;
}




.logo img {
width: 234px;
}


.sticky.is-sticky .logo img {
width: 232px;

}






.header-meny-style-2 .main-menu-area {
margin-top: 20px;
float: none;
width: auto;
display: inline-block;}




.sticky.is-sticky .main-menu-area { 
margin-top: 0;
}


.header-transparent {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.header-middle-inner {
    padding: 14px 0;
}

.header-search-box {
    width: 250px;
    position: relative;
background: #ffffff4d;
float: left;margin-right: 20px;
}

.header-search-box .header-search-field {
    width: 100%;
padding: 5px 5px 5px 25px;
    border: none;font-size:12px;
    background-color: transparent;
}

.header-search-box .header-serch-btn {
top: 60%;
left: 8px;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search-box .header-serch-btn:hover {
    color: #AB5B36;
}

.menu-style-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.menu-style-2 ul li a {
    padding: 10px 15px;
}

.menu-style-2 ul li.static {
    position: static;
}

.menu-style-2 ul li.static .megamenu {
    left: 0;
    right: 0;
    width: 920px;
    margin: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .menu-style-2 ul li.static .megamenu {
        -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .menu-style-2 ul li.static:hover .megamenu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.menu-style-3 ul li a {
    padding: 15px 15px;
}






.header-meny-style-2 .logo {
margin-top: 15px;
}
/*

.header-meny-style-2 .main-menu-area {

}
*/







/*---- header style 2 start ----*/
/*---------- main menu style end ---------*/
/*------ sticky menu style start ------*/
.sticky.is-sticky {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 11;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;

width: 100%;
right: 0;
left: 0;
}

.sticky.is-sticky .main-menu li a {
    padding: 20px 15px;
}

.sticky.is-sticky .main-menu li .dropdown li a {
    padding: 5px 15px;
}

.sticky.is-sticky .main-menu li:first-child a {
    padding-left: 0;
}

/*------ sticky menu style end ------*/
/*----- mobile menu start -----*/
.mobile-header .category-toggle {
    padding: 8px 15px;
}

.mobile-header-top {
    border-bottom: 1px solid #ebebeb;
}

.mobile-header-top .header-top-settings {
    float: none;
}

.mobile-logo {
    max-width: 140px;
    width: 100%;
}

.mobile-main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile-main-header .mobile-menu-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    position: relative;
    margin-left: 30px;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
    color: #242424;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
    color: #AB5B36;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
    font-size: 13px;
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    right: -8px;
    top: 0;
    position: absolute;
    background-color: #AB5B36;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
    margin-left: 15px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn .off-canvas-btn {
    font-size: 30px;
    cursor: pointer;
    padding: 10px 15px;
    line-height: 1;
    padding-right: 0;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn .off-canvas-btn:hover {
    color: #AB5B36;
}

.mobile-navigation {
    overflow: hidden;

}

.mobile-navigation nav {
    height: 100%;
}

.mobile-menu {
    margin-top: 30px;
    height: 100%;
    overflow: auto;
    padding-right: 30px;
    margin-right: -30px;
}



/*
.main-header {
max-width: 1150px;
float: none;
margin: 0 auto;
}

*/








@media only screen and (max-width: 479.98px) {
    .mobile-menu {
        margin-top: 15px;
    }
}

.mobile-menu li>a {
    font-size: 15px;
    color: #242424;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
}

.mobile-menu li>a:hover {
    color: #AB5B36;
}

.mobile-menu li ul li {
    border: none;
}

.mobile-menu li ul li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px 8px;
}

.mobile-menu li.menu-item-has-children {
    display: block;
    position: relative;
}

.mobile-menu li.menu-item-has-children .menu-expand {
    line-height: 50;
    top: -5px;
left: 0;
    width: 30px;
    position: absolute;
    height: 50px;
    text-align: center;
    cursor: pointer;
}

.mobile-menu li.menu-item-has-children .menu-expand i {
    display: block;
    position: relative;
    width: 10px;
    margin-top: 25px;
    border-bottom: 1px solid #242424;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.mobile-menu li.menu-item-has-children .menu-expand i:before {
    top: 0;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-bottom: 1px solid #242424;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active>.menu-expand i:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
    margin-top: auto;
    padding-bottom: 30px;
}

@media only screen and (max-width: 479.98px) {
    .offcanvas-widget-area {
        padding-bottom: 0;text-align: right;
    }
}

.off-canvas-contact-widget li {
    color: #555;
    font-size: 15px;
    margin-bottom: 5px;
}

.off-canvas-contact-widget li i {
    width: 20px;
}

.off-canvas-contact-widget li a {
    color: #555;
}

.off-canvas-contact-widget li a:hover {
    color: #AB5B36;
}

.off-canvas-social-widget {
    margin-top: 20px;
}

.off-canvas-social-widget a {
    color: #555;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
}

.off-canvas-social-widget a:hover {
    color: #AB5B36;
}

/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9999;
}

.off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    cursor: url("../img/icon/cancel.png"), auto;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
    background-color: #fff;
    width: 300px;
    padding: 20px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc( 100% - 50px));
    -ms-transform: translateX(calc( 100% - 50px));
    transform: translateX(calc( 100% - 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 479.98px) {
    .off-canvas-wrapper .off-canvas-inner-content {
        width: 260px;
        padding: 15px;
    }
}

.off-canvas-wrapper .btn-close-off-canvas {
    top: 0;
    right: 100%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: #AB5B36;
}

.off-canvas-wrapper .btn-close-off-canvas i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    line-height: 40px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%;
}

.search-box-offcanvas form {
    position: relative;
}

.search-box-offcanvas form input {
    color: #666;
    font-size: 13px;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0 40px 0 10px;
    background-color: #f2f2f2;
}

.search-box-offcanvas form .search-btn {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 20px;
    color: #242424;
    position: absolute;
}

.search-box-offcanvas form .search-btn:hover {
    color: #AB5B36;
}

/*------- mobile top bar settings start -------*/
.mobile-settings {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ebebeb;
}

.mobile-settings li {
    margin-bottom: 5px;
}

.mobile-settings .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
    color: #AB5B36;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
    display: none;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-color: #ebebeb;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #555;
    padding: 6px 15px;
}

/*------- mobile top bar settings end -------*/
/*-------- start section spacing --------*/
.section-space {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 767.98px) {
    .section-space {
        padding-top: 62px;
        padding-bottom: 62px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mbn-30 {
    margin-bottom: -30px;
}

/*-------- end section spacing --------*/
/*------- Buttons Style here -------*/
.btn-hero {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 18px 36px;
    border-radius: 3px;
    display: inline-block;
    background-color: #242424;
    text-transform: uppercase;
    border-radius: 50px;
}

@media only screen and (max-width: 767.98px) {
    .btn-hero {
        padding: 13px 25px;
    }
}

.btn-hero:hover {
    color: #fff;
    background-color: #AB5B36;
}

.btn-read {
    color: #242424;
    font-size: 14px;
    padding: 5px 20px;
    background-color: transparent;
    text-transform: capitalize;
    border-color: #242424;
}

.btn-read:hover {
    background-color: #AB5B36;
    border-color: #AB5B36;
}

.btn__bg {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #AB5B36;
}

.btn__bg:hover {
    color: #fff;
    background-color: #242424;
}

.btn-outline {
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 4px;
}

.btn-outline:hover {
    color: #fff;
    border-color: #AB5B36;
    background-color: #AB5B36;
}

.btn-cart {
    font-size: 14px;
    padding: 9px 25px;
    border-radius: 40px;
    background-color: #fff;
    text-transform: capitalize;
    -webkit-box-shadow: 1px 1px 1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 1rem 0 rgba(0, 0, 0, 0.08);
}

.btn-cart:hover {
    color: #AB5B36;
}

.btn-cart2 {
    color: #fff;
    font-size: 14px;
    padding: 9px 25px;
    background-color: #AB5B36;
    text-transform: capitalize;
}

.btn-cart2:hover {
    color: #fff;
    background-color: #242424;
}

.store-link {
    font-size: 14px;
    color: #242424;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    margin-top: 15px;
    pointer-events: visible;
}

.store-link:hover {
    color: #AB5B36;
}

.store-link:after {
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #AB5B36;
}


/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
	background-size:cover;
}

.main-slider.style-two{

}

.main-slider .slider-outer .owl-item{
	position:relative;
}


.main-slider .owl-item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: inline-block;
    background: #00000080;
}


.main-slider .auto-container{
	position:relative;
}

.main-slider .slide{
	position:relative;
	background-repeat:no-repeat;
	background-position:right top;
background-size: 100% 100%;
height: 450px;

display: grid;
text-align: center;
align-items: center;
width: 100%;
overflow: hidden;
}

.main-slider .owl-item img {
    transition: all ease-in-out 3s;
transform:scale(1.3);
height:100%;
}



.main-slider .owl-item.active img {
transform:scale(1);
 }




.decrepation-sl {
position: absolute;
width: 100%;

}






/*
.main-slider .slide:after {

	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-color:#0006;
}
*/
.main-slider .slide .container {
	position:relative;
z-index:10;
}

.main-slider .slide.style-two{
	background-size:cover;
	background-position:center bottom;
}

.main-slider .slide .content{
	position:relative;

}

.main-slider .slide .content.alternate{
padding: 60px 0;
width: 50%;
margin: 0 auto;
display: block;

position: relative;margin-bottom: 0;

}


/*
.main-slider .slide .content.alternate:after {
position: absolute;
content: '';
top: 30px;
left: 30px;
width: 80px;
height: 2px;
background-color: #7b0c0c;
}
*/

.main-slider.style-three .slide .content{
	padding:270px 0px 170px;
}

.main-slider.style-four .content{
	max-width:610px;
	padding:140px 50px 140px;
	background-color:rgba(0,0,0,0.85);
}

.main-slider.style-four .content .title{
	color:#f91101;
	font-weight:600;
}

.main-slider.style-four .content h1:before{
	position:absolute;
	content:'';
	left:-50px;
	top:0px;
	width:5px;
	height:100%;
	background-color:#f71101;
}

.main-slider.style-four .content h1{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	margin-bottom:15px;
}

.main-slider.style-four .content h1:after{
	display:none;
}

.main-slider.style-four .content .text{
	color:#ffffff;
}

.main-slider .title{
	position:relative;
	color:#d1ae7c;
	opacity: 0;
	font-size:14px;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider h1{
	position:relative;
	color:#415762;
	opacity: 0;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:30px;
	text-transform:capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h1:after{
	position:absolute;
	left:0px;
	bottom:0px;
	content:'';
	width:50px;
	height:4px;
	background-color:#415762;
}

.main-slider h1 span{
	color:#ed8800;


}

.main-slider h1 span.alternate{
	display:block;
	background: linear-gradient(to right, #f44c01 0%, #ff7a01 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-slider h1.alternate{
padding-bottom: 0px;
margin-bottom: 0;
font-size: 34px;
text-transform: capitalize;
font-weight: bold;
}

.main-slider h1.alternate,
.main-slider h1.alternate span{
	color:#ffffff;
}

.main-slider h1.alternate:after{
	display:none;
}

.main-slider h1.style-two{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	padding-bottom:0px;

}

.main-slider h1.style-two span{
	color:#ad8e63;
}

.main-slider h1.style-two:after{
	display:none;
}

.main-slider .active h1{
	opacity: 1;

	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}

.main-slider .text{
	position:relative;
	color:#1a1e66;
	font-size:18px;
	opacity:0;
	line-height: 1.6em;
	font-weight:400;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
font-size: 20px;
line-height: 25px;
font-weight: 400;
}

.main-slider .text.alternate{
	color:#ffffff;
}


.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}




/*
.main-slider .active h1 {-webkit-animation: 1s .3s bounceInLeft both;}
.main-slider .active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}

*/






.main-slider .btn-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	position:relative;
	opacity:0;
	z-index:10;
	margin-right:30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-right:20px;
	margin-bottom:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .business-image-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	right:-250px;
}

.main-slider .owl-dots {
	position: absolute;
    left: 50%;
    bottom: 80px;
    max-width: 120px;
    margin-left: -50px;
    width: 100%;

    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	height:100%;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:60%;
	z-index:1;
	width:100%;
	margin-top:-40px;
}

.main-slider .owl-nav .owl-prev{
position: absolute;
width: 50px;
height: 50px;
left: 0;
color: #fff;
font-size: 24px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-left: 0;
font-size: 54px !important;
background: none !important;
opacity:0;
}

.main-slider .owl-nav .owl-next{
position: absolute;
width: 50px;
height: 50px;
right: 0;
color: #fff;
font-size: 24px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-right: 0;
font-size: 54px !important;
background: none !important;
opacity:0;
}

.main-slider:hover .owl-nav > div {
opacity:1;
}

.main-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next{
	border-color:#7e6a46;
	color:#7e6a46;
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover{
	border-color:#7e6a46;
	background-color:#7e6a46;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#ed8800;
	background-color:#ed8800;
}

.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next{
	border:none;
	color:#ffffff;
	border-radius:50%;
	background-color:rgba(0,0,0,0.60);
}




.y-color {
color: #e04a4a !important;
width: 100%;
display: inline-block;
font-size: 50px;
margin-bottom: 10px;
}


.top-right {
display: inline-flex;
margin-right: 20px;
padding: 14px 10px;
border-right: 1px solid #fefefe1a;
}

.social-icon-one li a {
color:#fff;
}

.social-icon-one li {
float: none;
margin: 0 10px;
display: inline-block;
}




/*--------- hero slider start ---------*/



/*
.hero-slider-item {
    height: 510px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;background-size: 100% 100%;
}




.hero-slider-item .owl-item img {
    transition: all ease-in-out 3s;
transform:scale(1.3);
height:100%;
}



.hero-slider-item .owl-item.active img {
transform:scale(1);
 }

*/




/*

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-item {
        height: 400px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-slider-item {
        height: 370px;
    }
}

.hero-slider-item_2 {
    height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-item_2 {
        height: 400px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-slider-item_2 {
        height: 370px;
    }
}

.hero-slider-content h4 {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.hero-slider-content h1,
.hero-slider-content h2 {
    color: #242424;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .hero-slider-content h1,
    .hero-slider-content h2 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767.98px) {

    .hero-slider-content h1,
    .hero-slider-content h2 {
        font-size: 32px;
    }
}

.hero-slider-content p {
    color: #555;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 30px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .hero-slider-content p {
        padding-top: 15px;
        padding-bottom: 0;
    }
}

.hero-slider-content .btn-hero,
.hero-slider-content .btn-outline {
    margin-top: 25px;
}

.hero-slider-content_2,
.hero-slider-content_3 {
    margin-top: 80px;
}

@media only screen and (max-width: 767.98px) {

    .hero-slider-content_2,
    .hero-slider-content_3 {
        margin-top: 50px;
    }
}

.hero-slider-content_2 h1,
.hero-slider-content_3 h1 {
    font-size: 70px;
    letter-spacing: -3px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {

    .hero-slider-content_2 h1,
    .hero-slider-content_3 h1 {
        font-size: 36px;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 575.98px) {

    .hero-slider-content_2 h1,
    .hero-slider-content_3 h1 {
        font-size: 24px;
    }
}

.hero-slider-content_2 h5,
.hero-slider-content_2 p,
.hero-slider-content_3 h5,
.hero-slider-content_3 p {
    font-size: 18px;
    font-weight: 300;
    color: #AB5B36;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {

    .hero-slider-content_2 h5,
    .hero-slider-content_2 p,
    .hero-slider-content_3 h5,
    .hero-slider-content_3 p {
        font-size: 16px;
    }
}

.hero-slider-content_2 p,
.hero-slider-content_3 p {
    color: #242424;
}

.hero-slider-content_3 {
    margin-top: 0;
    padding: 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .hero-slider-content_3 {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .hero-slider-content_3 {
        padding: 0 100px 0 30px;
    }
}

@media only screen and (max-width: 479.98px) {
    .hero-slider-content_3 {
        padding: 0 15px;
    }
}

.hero-slider-content_3 h1 {
    font-size: 60px;
}

@media only screen and (max-width: 767.98px) {
    .hero-slider-content_3 h1 {
        font-size: 36px;
        letter-spacing: normal;
    }
}

@media only screen and (max-width: 575.98px) {
    .hero-slider-content_3 h1 {
        font-size: 28px;
    }
}

.hero-slider-content_3 p {
    font-size: 16px;
}
*/
/*------ hero slider for home 4 end ------*/
.slick-active .hero-slider-content.slide-1 h1 {
    -webkit-animation: bounceIn 2s linear alternate;
    animation: bounceIn 2s linear alternate;
}

.slick-active .hero-slider-content.slide-1 h2 {
    -webkit-animation: bounceIn 2s linear alternate;
    animation: bounceIn 2s linear alternate;
}

.slick-active .hero-slider-content.slide-1 h4 {
    -webkit-animation: zoomIn 1s linear alternate;
    animation: zoomIn 1s linear alternate;
}

.slick-active .hero-slider-content.slide-1 h5 {
    -webkit-animation: zoomIn 1s linear alternate;
    animation: zoomIn 1s linear alternate;
}

.slick-active .hero-slider-content.slide-1 p {
    -webkit-animation: fadeInRight 1.5s linear alternate;
    animation: fadeInRight 1.5s linear alternate;
}

.slick-active .hero-slider-content.slide-1 a {
    -webkit-animation: slideInUp 0.5s linear alternate;
    animation: slideInUp 0.5s linear alternate;
}

.slick-active .hero-slider-content.slide-2 h1 {
    -webkit-animation: rotateInDownLeft 2s linear alternate;
    animation: rotateInDownLeft 2s linear alternate;
}

.slick-active .hero-slider-content.slide-2 h2 {
    -webkit-animation: fadeInRight 1.5s linear alternate;
    animation: fadeInRight 1.5s linear alternate;
}

.slick-active .hero-slider-content.slide-2 h4 {
    -webkit-animation: fadeInLeft 1s linear alternate;
    animation: fadeInLeft 1s linear alternate;
}

.slick-active .hero-slider-content.slide-2 h5 {
    -webkit-animation: zoomIn 1s linear alternate;
    animation: zoomIn 1s linear alternate;
}

.slick-active .hero-slider-content.slide-2 p {
    -webkit-animation: fadeInRight 1.5s linear alternate;
    animation: fadeInRight 1.5s linear alternate;
}

.slick-active .hero-slider-content.slide-2 a {
    -webkit-animation: slideInUp 0.5s linear alternate;
    animation: slideInUp 0.5s linear alternate;
}

.slick-active .hero-slider-content.slide-3 h1 {
    -webkit-animation: fadeInLeft 800ms linear alternate;
    animation: fadeInLeft 800ms linear alternate;
}

.slick-active .hero-slider-content.slide-3 h2 {
    -webkit-animation: fadeInUp 1000ms linear alternate;
    animation: fadeInUp 1000ms linear alternate;
}

.slick-active .hero-slider-content.slide-3 h4 {
    -webkit-animation: fadeInRight 600ms linear alternate;
    animation: fadeInRight 600ms linear alternate;
}

.slick-active .hero-slider-content.slide-3 h5 {
    -webkit-animation: zoomIn 1s linear alternate;
    animation: zoomIn 1s linear alternate;
}

.slick-active .hero-slider-content.slide-3 p {
    -webkit-animation: fadeInRight 1.5s linear alternate;
    animation: fadeInRight 1.5s linear alternate;
}

.slick-active .hero-slider-content.slide-3 a {
    -webkit-animation: fadeInUp 1400ms linear alternate;
    animation: fadeInUp 1400ms linear alternate;
}

.offcanvas-search-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.offcanvas-search-inner.show {
    opacity: 1;
    visibility: visible;
}

.offcanvas-search-inner.show .offcanvas-search-box {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.offcanvas-search-inner .offcanvas-close {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    color: #AB5B36;
    font-size: 22px;
    cursor: pointer;
    top: 50px;
    right: 50px;
    position: absolute;
    z-index: 9;
}

.offcanvas-search-inner .offcanvas-close i {
    display: block;
    line-height: 50px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.offcanvas-search-inner .offcanvas-close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offcanvas-search-box {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.offcanvas-search-box .bdr-bottom {
    border-color: #AB5B36;
}

.offcanvas-search-box input {
    width: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
    padding-bottom: 15px;
    background-color: transparent;
}

.offcanvas-search-box input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box input::placeholder {
    color: #fff;
    font-size: 16px;
    opacity: 1;
}

.offcanvas-search-box .search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.offcanvas-search-box .search-btn i {
    display: block;
    line-height: 1;
    font-size: 28px;
    padding-right: 15px;
}

.offcanvas-search-box .search-btn:hover {
    color: #AB5B36;
}

/*-------- off canvas mini cart start --------*/
.minicart-inner {
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.minicart-inner .offcanvas-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: url("../img/icon/cancel.png"), auto;
}

.minicart-inner.show {
    opacity: 1;
    visibility: visible;
}

.minicart-inner.show .minicart-inner-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.minicart-inner .minicart-close {
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #AB5B36;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    top: 0;
    right: 375px;
    position: absolute;
}

.minicart-inner .minicart-close i {
    display: block;
    line-height: 50px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.minicart-inner .minicart-close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.minicart-inner .minicart-inner-content {
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    max-width: 375px;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateX(calc(100% + 50px));
    -ms-transform: translateX(calc(100% + 50px));
    transform: translateX(calc(100% + 50px));
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 50px 20px;
}

.minicart-content-box {
    overflow: auto;
    height: 100%;
    padding-right: 30px;
    margin-right: -15px;
}

.minicart-item-wrapper {
    border-bottom: 1px solid #ebebeb;
}

.minicart-item-wrapper ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.minicart-item-wrapper ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.minicart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.minicart-thumb {
    max-width: 85px;
    -webkit-flex-basis: 85px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
}

.minicart-content {
    padding: 0 10px;
    max-width: calc(100% - 115px);
    -webkit-flex-basis: calc(100% - 115px);
    -ms-flex-preferred-size: calc(100% - 115px);
    flex-basis: calc(100% - 115px);
}

.minicart-content .product-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 10px;
}

.minicart-content .product-name a {
    color: #242424;
}

.minicart-content .product-name a:hover {
    color: #AB5B36;
}

.minicart-content .cart-quantity {
    font-size: 12px;
    color: #555;
    line-height: 1;
}

.minicart-content .cart-quantity strong {
    font-size: 16px;
    font-weight: 400;
    vertical-align: text-bottom;
}

.minicart-content .cart-price {
    color: #AB5B36;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.minicart-remove {
    max-width: 30px;
    -webkit-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #242424;
}

.minicart-remove:hover {
    color: #AB5B36;
}

.minicart-pricing-box {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
}

.minicart-pricing-box li {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.minicart-pricing-box li span {
    font-size: 14px;
    color: #242424;
    text-transform: capitalize;
}

.minicart-pricing-box li span strong {
    color: #AB5B36;
    font-weight: 500;
}

.minicart-pricing-box li.total span {
    font-size: 16px;
    font-weight: 500;
}

.minicart-pricing-box li:last-child {
    margin-bottom: 0;
}

.minicart-button a {
    color: #fff;
    font-size: 13px;
    display: block;
    font-weight: 500;
    line-height: 1;
    padding: 17px 0;
    background-color: #242424;
    text-transform: uppercase;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.minicart-button a i {
    padding-right: 5px;
}

.minicart-button a:hover {
    background-color: #AB5B36;
}

.minicart-button a:last-child {
    margin-bottom: 0;
}

/*-------- off canvas mini cart end --------*/
/*------ top store style start ------*/
.banner-item {
    position: relative;
}

.banner-item:hover .banner-thumb img {
    opacity: 0.7;
}

.banner-thumb img {
    width: 100%;
height: 210px;
}

.banner-content {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 45px;
    position: absolute;
    pointer-events: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner-content {
        padding: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content {
        padding: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-content-style_2 {
        padding: 20px;
    }
}

.banner-content .text1 {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.banner-content .text2 {
    color: #242424;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content .text2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content .text2 {
        font-size: 20px;
    }
}

.banner-content .text3 {
    color: #242424;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content .text3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content .text3 {
        font-size: 20px;
    }
}

/*------ top store style end ------*/
.banner-item-height {
    height: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-item-height {
        height: 200px;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-item-height {
        height: 150px;
    }
}

.banner-content--2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: 100%;
}

.banner-content--2 h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    color: #242424;
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .banner-content--2 h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 575.98px) {
    .banner-content--2 h2 {
        font-size: 20px;
    }
}

/*------- static middle store1 start -------*/
/*------- service features start -------*/
.service-policy-item {
    text-align: center;
}

.service-policy-item .icons {
    min-height: 36px;
}

.service-policy-item h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding-top: 15px;
    padding-bottom: 2px;
    text-transform: capitalize;
}

.service-policy-item p {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.service-policy-area [class*="col-"] {
    border-right: 1px solid #ebebeb;
}

@media only screen and (max-width: 767.98px) {
    .service-policy-area [class*="col-"] {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .service-policy-area [class*="col-"] {
        border-right: none;
    }
}

.service-policy-area [class*="col-"]:last-child {
    border-right: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    .service-policy-area [class*="col-"]:nth-child(2) {
        border-right: none;
    }
}

@media only screen and (max-width: 767.98px) {
    .service-policy-area [class*="col-"]:nth-child(3) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575.98px) {
    .service-policy-area [class*="col-"]:nth-child(3) {
        margin-bottom: 30px;
    }
}

/*------- service features end -------*/
/*---------- section title start ----------*/
.section-title {
    margin-top: -8px;
    margin-bottom: 38px;
    padding: 0 30px;
}

@media only screen and (max-width: 479.98px) {
    .section-title {
        padding: 0 10px;
    }
}

.section-title h2 {
font-size: 20px;
color: #242424;
font-weight: 500;
line-height: 1;
position: relative;
text-transform: capitalize;display: inline-block;
}


.section-title h2:after {
top: 10px;
right: -80px;
width: 60px;
height: 1px;
content: "";
position: absolute;
background: #b62121;

}




.section-title h2:before {
top: 10px;
left: -80px;
width: 60px;
height: 1px;
content: "";
position: absolute;
background: #b62121;
}



@media only screen and (max-width: 575.98px) {
    .section-title h2 {
        font-size: 22px;
    }
}

.section-title p {
    color: #707070;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 10px;
}

.section-title-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: -5px;
    margin-bottom: 34px;
}

.section-title-append:after {
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #ebebeb;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.section-title-append h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #242424;
    text-transform: capitalize;
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
}

/*---------- section title end ----------*/
/*--------- product tab menu start ---------*/
.tab-menu {
    margin-top: -8px;
    margin-bottom: 34px;
}

.tab-menu li {
    margin-right: 30px;
}

.tab-menu li:last-child {
    margin-right: 0;
}

.tab-menu li a {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.tab-menu li a:hover {
    color: #AB5B36;
}

.tab-menu li a:before {
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #AB5B36;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.tab-menu li a.active {
    color: #AB5B36;
}

.tab-menu li a.active:before {
    opacity: 1;
    visibility: visible;
}

/*--------- product tab menu end ---------*/
/*------- product item start -------*/
.product-item {
    overflow: hidden;border: 1px solid #ddd;margin-bottom: 30px;
}












/*
.product-item:hover .product-thumb .pri-img,
.product-list-item:hover .product-thumb .pri-img {
    opacity: 0;
    visibility: hidden;
}*/

.product-item:hover .button-group a,
.product-list-item:hover .button-group a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-item:hover .box-cart,
.product-list-item:hover .box-cart {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
}

.product-thumb {
    position: relative;
}

.product-thumb img {
    width: 100%;height: 255px;padding: 30px;
background: #fff;
}

.product-thumb .sec-img {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;transform: translatey(-200%);
transition: all ease-in-out 0.4s;
}




.product-item:hover .product-thumb .sec-img,
.product-list-item:hover .product-thumb .sec-img {
    opacity: 1;
    visibility: visible;transform: translatey(0);
}




.product-caption {
    padding-top: 10px;
}

.product-caption .product-name {
padding: 6px 0;
text-align: center;
}

.product-caption .product-name a {
    font-size: 14px;
    color: #242424;
    line-height: 1.4;
}

.product-caption .product-name a:hover {
    color: #AB5B36;
    text-decoration: underline;
}

.product-identity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.manufacturer-name {
    line-height: 1;
}

.manufacturer-name a {
    font-size: 13px;
    line-height: 1;
    color: #555;
    text-transform: capitalize;
}

.manufacturer-name a:hover {
    color: #AB5B36;
}

.color-categories {
    padding: 5px 0 8px;
    line-height: 1;
}

.color-categories li {
    display: inline-block;
    margin-right: 5px;
    padding: 1px;
    border: 1px solid #ebebeb;
}

.color-categories li a {
    height: 15px;
    width: 15px;
    display: block;
}

.c-lightblue {
    background-color: #b0c4de;
}

.c-darktan {
    background-color: #aa9e78;
}

.c-grey {
    background-color: #808080;
}

.c-brown {
    background-color: #964B00;
}

.button-group {
    right: 15px;
    top: 15px;
    position: absolute;
}

.button-group a {
    width: 38px;
    height: 38px;
    display: block;
    font-size: 18px;
    line-height: 42px;
    color: #242424;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.button-group a span {
    display: block;
}

.button-group a:hover {
    color: #AB5B36;
}

.box-cart {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-label {
    background: #AB5B36;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 20px;
    line-height: 22px;
    min-width: 46px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
}

.product-label.discount {
    background-color: #242424;
}

.product-label:nth-child(1) {
    top: 20px;
}

.product-label:nth-child(2) {
    top: 50px;
}

.ratings {
    color: #f9bd22;
    font-size: 14px;
}

.price-box {
    line-height: 1;
}

.price-regular {
    font-size: 18px;
    line-height: 1;
    color: #AB5B36;
    font-weight: 500;
}

.price-old {
    font-size: 15px;
    color: #999;
    padding-left: 5px;
}

/*------- product item end -------*/
/*-------- product list item start --------*/
.product-list-item {
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .product-list-item {
        padding: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-list-item {
        display: block !important;
    }
}

.product-list-item .product-thumb {
    max-width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 100%;
}

@media only screen and (max-width: 767.98px) {
    .product-list-item .product-thumb {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.product-content-list {
    padding-left: 20px;
    max-width: calc(100% - 30%);
    -webkit-flex-basis: calc(100% - 30%);
    -ms-flex-preferred-size: calc(100% - 30%);
    flex-basis: calc(100% - 30%);
}

@media only screen and (max-width: 767.98px) {
    .product-content-list {
        padding-left: 0;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 30px;
    }
}

.product-content-list .manufacturer-name {
    padding-bottom: 10px;
}

.product-content-list .ratings {
    padding-bottom: 10px;
}

.product-content-list .product-name {
    padding-bottom: 5px;
}

.product-content-list .product-name a {
    color: #242424;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

.product-content-list .product-name a:hover {
    color: #AB5B36;
}

.product-content-list .price-box {
    padding-bottom: 15px;
}

/*-------- product list item end --------*/
/*------ group list item start ------*/
.group-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.group-item-thumb {
    max-width: 100px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
}

.group-item-desc {
    position: relative;
    padding-left: 20px;
    max-width: calc(100% - 100px);
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
}

.group-item-desc .group-product-name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 18px;
}

.group-item-desc .group-product-name a {
    color: #242424;
}

.group-item-desc .group-product-name a:hover {
    color: #AB5B36;
    text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .categories-group-wrapper {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .categories-group-wrapper {
        margin-bottom: 63px;
    }
}

.row [class*="col-"]:last-child .categories-group-wrapper {
    margin-bottom: 0;
}

/*------ group list item end ------*/
/*------ brand Feed Area Start ------*/
.brand-item {
    position: relative;
    z-index: 1;
padding: 5px;
border: 1px dashed #ccc6;
height: 100px;
align-items: center;
display: grid;
}

.brand-item:hover {
border: 1px dashed #fb4d4d66;
}


.brand-item img {
max-height:100px;
width: 90%;
margin: 0 auto;
}

/*
.brand-item:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    width: 100%;
}*/

.brand-item:hover:before {
    opacity: 1;
    visibility: visible;
}

/*------ brand Feed Area End ------*/
/*----- breadcrumb style css start -----*/
.breadcrumb-wrap {
    padding: 65px 0;
    text-align: center;
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb-wrap {
        padding: 30px 0;
    }
}

.breadcrumb-wrap h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #242424;
    display: block;
    padding-bottom: 10px;
    text-transform: capitalize;
}

@media only screen and (max-width: 767.98px) {
    .breadcrumb-wrap h1 {
        font-size: 22px;
    }
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
    color: #AB5B36;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    color: #7e7e7e;
    content: "/";
    font-size: 12px;
    margin: 0 5px;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
    display: none;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #AB5B36;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

/*----- breadcrumb style css end -----*/
/*----- shop Sidebar start -----*/
.sidebar-wrapper .sidebar-single:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sidebar-wrapper {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .sidebar-wrapper {
        margin-top: 62px;
    }
}

.sidebar-single {
    margin-bottom: 30px;
}

.sidebar-single .sidebar-title {
    position: relative;
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-top: -3px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

/*------ pricing filter slider start ------*/
.price-range-wrap {
    padding-top: 8px;
}

.price-range-wrap .price-range {
    border-radius: 0;
    margin-right: 13px;
    margin-bottom: 20px;
}

.price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #eeeeee;
    height: 6px;
    border-radius: 20px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-range {
    background-color: #AB5B36;
    border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    border: none;
    background-color: #fff;
    height: 12px;
    width: 12px;
    outline: none;
    cursor: ew-resize;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle:before {
    top: 50%;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #AB5B36;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.price-range-wrap .range-slider {
    color: #242424;
    margin-top: 30px;
}

.price-range-wrap .range-slider .price-input label {
    color: #242424;
    margin-bottom: 0;
}

.price-range-wrap .range-slider .price-input input {
    color: #555;
    border: none;
    outline: none;
    max-width: 80px;
    pointer-events: none;
}

.price-range-wrap .range-slider button.filter-btn {
    border: none;
    color: #242424;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 3px;
    background-color: #ebebeb;
}

.price-range-wrap .range-slider button.filter-btn:hover {
    color: #fff;
    background-color: #AB5B36;
}

/*------ pricing filter slider end ------*/
.categories-list li {
    color: #555;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.categories-list li:last-child {
    margin-bottom: 0;
}

.categories-list li:hover {
    color: #AB5B36;
}

/*------ shop categories area start ------*/
.shop-categories {
    margin-top: -4px;
}

.shop-categories li a {
    color: #555;
    display: block;
    padding: 6px 0;
    text-transform: capitalize;
}

.shop-categories li a span {
    float: right;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin-top: -3px;
    background-color: #f2f2f2;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.shop-categories li:first-child a {
    padding-top: 0;
}

.shop-categories li:last-child a {
    padding-bottom: 0;
}

.shop-categories li:hover a {
    color: #AB5B36;
}

.shop-categories li:hover a span {
    color: #fff;
    background-color: #AB5B36;
}

/*------ shop categories area end ------*/
/*----- shop Sidebar end -----*/
/*------ pagination area style start ------*/
.paginatoin-area {
    margin-top: 30px;
    padding: 20px;
    background-color: #f6f6f6;
}

.paginatoin-area .pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginatoin-area .pagination-box li {
    margin-right: 5px;
    display: inline-block;
}

.paginatoin-area .pagination-box li:last-child {
    margin-right: 0;
}

.paginatoin-area .pagination-box li a {
    color: #242424;
    height: 36px;
    width: 36px;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
}

.paginatoin-area .pagination-box li a i {
    font-size: 12px;
    line-height: 36px;
}

.paginatoin-area .pagination-box li a:hover {
    color: #fff;
    border-color: #AB5B36;
    background-color: #AB5B36;
}

.paginatoin-area .pagination-box li.active a {
    color: #fff;
    background-color: #AB5B36;
}

/*------ pagination area style end ------*/
/*------- blog item start -------*/
.blog-post-item:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
}

.blog-content {
    padding-top: 15px;
}

.blog-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

@media only screen and (max-width: 767.98px) {
    .blog-title {
        font-size: 16px;
    }
}

.blog-title-large {
    font-size: 20px;
}

@media only screen and (max-width: 767.98px) {
    .blog-title-large {
        font-size: 18px;
    }
}

.blog-title a {
    color: #242424;
    display: block;
}

.blog-title a:hover {
    color: #AB5B36;
}

.blog-meta p {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #777;
    padding-top: 15px;
}

/*------- blog item end -------*/
/*------- blog list wrapper start -------*/
.blog-list-inner .blog-post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767.98px) {
    .blog-list-inner .blog-post-item {
        display: block;
    }
}

.blog-list-inner .blog-post-item .blog-thumb {
    max-width: 40%;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

@media only screen and (max-width: 767.98px) {
    .blog-list-inner .blog-post-item .blog-thumb {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.blog-list-inner .blog-post-item .blog-content {
    padding-top: 0;
    padding-left: 20px;
    max-width: calc(100% - 40%);
    -webkit-flex-basis: calc(100% - 40%);
    -ms-flex-preferred-size: calc(100% - 40%);
    flex-basis: calc(100% - 40%);
}

@media only screen and (max-width: 767.98px) {
    .blog-list-inner .blog-post-item .blog-content {
        padding-left: 0;
        padding-top: 25px;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.blog-list-inner .blog-post-item .blog-content .blog-desc {
    padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .blog-list-inner .blog-post-item .blog-content .blog-desc {
        padding-top: 10px;
    }
}

/*------- blog list wrapper end -------*/
/*----- blog sidebar start -------*/
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog-sidebar-wrapper {
        margin-bottom: -5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .blog-sidebar-wrapper {
        margin-top: 77px;
        margin-bottom: -5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .blog-sidebar-wrapper {
        margin-top: 60px;
        margin-bottom: -5px;
    }
}

.blog-sidebar-wrapper .blog-sidebar:last-child {
    margin-bottom: 0;
}

.blog-sidebar {
    margin-bottom: 30px;
}

.blog-sidebar .title {
    color: #242424;
    font-size: 20px;
    line-height: 1;
    margin-top: -2px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    text-transform: capitalize;
}

@media only screen and (max-width: 479.98px) {
    .blog-sidebar .title {
        font-size: 18px;
    }
}

.blog-sidebar .title:before {
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    background-color: #ebebeb;
    content: "";
    position: absolute;
}

.blog-sidebar .search-field {
    width: calc(100% - 50px);
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #555;
    font-size: 14px;
    height: 50px;
    float: left;
    text-transform: capitalize;
}

.blog-sidebar .search-btn {
    width: 50px;
    height: 50px;
    margin-left: -4px;
    text-align: center;
    cursor: pointer;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.blog-sidebar .search-btn i {
    font-size: 20px;
    line-height: 50px;
    color: #242424;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.blog-sidebar .search-btn:hover {
    background-color: #AB5B36;
    border-color: #AB5B36;
}

.blog-sidebar .search-btn:hover i {
    color: #fff;
}

.blog-sidebar .blog-archive {
    margin-top: -10px;
}

.blog-sidebar .blog-archive li a {
    color: #555;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    padding: 13px 0;
    display: inline-block;
}

.blog-sidebar .blog-archive li a:hover {
    color: #AB5B36;
}

.blog-sidebar .blog-archive li:last-child a {
    padding-bottom: 0;
}

.blog-sidebar .blog-archive li:first-child a {
    padding-top: 0;
}

.blog-sidebar .blog-tags li {
    display: inline-block;
    margin-bottom: 5px;
}

.blog-sidebar .blog-tags li a {
    color: #242424;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 6px 15px 4px;
    display: inline-block;
    text-transform: uppercase;
}

.blog-sidebar .blog-tags li a:hover {
    color: #fff;
    background-color: #AB5B36;
    border-color: #AB5B36;
}

/*----- blog sidebar end -------*/
.blog-category {
    margin-top: -10px;
}

/*------ recent post start ------*/
.recent-post .recent-post-item:last-child {
    margin-bottom: 0;
}

.recent-post-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.recent-post-item .product-thumb {
    max-width: 70px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70px;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
}

.recent-post-item .recent-post-description {
    padding-left: 10px;
}

.recent-post-item .recent-post-description h4 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .recent-post-item .recent-post-description h4 {
        font-size: 13px;
        padding-bottom: 5px;
    }
}

.recent-post-item .recent-post-description h4 a {
    color: #242424;
}

.recent-post-item .recent-post-description h4 a:hover {
    color: #AB5B36;
}

.recent-post-item .recent-post-description p {
    text-transform: capitalize;
}

/*------ recent post end ------*/
.entry-summary {
    padding-top: 25px;
}

blockquote {
    border-left: 5px solid #AB5B36;
    margin: 25px 32px 25px 30px;
    background-color: #f8f8f8;
    padding: 15px;
}

.blog-details-post .blog-content .blog-title {
    font-size: 24px;
    padding-top: 10px;
}

@media only screen and (max-width: 767.98px) {
    .blog-details-post .blog-content .blog-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479.98px) {
    .blog-details-post .blog-content .blog-title {
        font-size: 18px;
    }
}

.blog-details-post:hover .blog-thumb img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/*------- blog main content wrapper start --------*/
.blog-post-item .tag-line {
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.blog-post-item .tag-line h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 5px;
}

.blog-post-item .tag-line a {
    color: #242424;
    
    font-size: 14px;
    text-transform: capitalize;
}

.blog-post-item .tag-line a:hover {
    color: #AB5B36;
}

.blog-share-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .blog-share-link {
        padding-top: 15px;
    }
}

.blog-share-link h5 {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    padding-right: 15px;
    text-transform: uppercase;
}

.blog-share-link .blog-social-icon a {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}

.blog-share-link .blog-social-icon a.facebook {
    background-color: #3B5999;
}

.blog-share-link .blog-social-icon a.twitter {
    background-color: #1DA1F2;
}

.blog-share-link .blog-social-icon a.pinterest {
    background-color: #CB2028;
}

.blog-share-link .blog-social-icon a.google {
    background-color: #fe6d4c;
}

.blog-share-link .blog-social-icon a:hover.facebook {
    background-color: #2d4474;
}

.blog-share-link .blog-social-icon a:hover.twitter {
    background-color: #0c85d0;
}

.blog-share-link .blog-social-icon a:hover.pinterest {
    background-color: #9f191f;
}

.blog-share-link .blog-social-icon a:hover.google {
    background-color: #fe4419;
}

@media only screen and (max-width: 479.98px) {
    .blog-share-link .blog-social-icon a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin-right: 0;
    }
}

/*--- blog main content wrapper end ---*/
/*--- blog comment section start ---*/
.comment-section {
    margin-top: -3px;
}

.comment-section h3 {
    color: #242424;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.comment-section ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
}

.comment-section ul li:last-child {
    margin-bottom: 5px;
}

@media only screen and (max-width: 479.98px) {
    .comment-section ul li {
        display: block;
    }
}

.comment-section ul li .author-avatar {
    -webkit-flex-basis: 66px;
    -ms-flex-preferred-size: 66px;
    flex-basis: 66px;
    max-height: 62px;
    margin-right: 10px;
}

@media only screen and (max-width: 479.98px) {
    .comment-section ul li .author-avatar {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 66px;
        height: 62px;
    }
}

.comment-section ul li.comment-children {
    margin-left: 40px;
}

@media only screen and (max-width: 479.98px) {
    .comment-section ul li.comment-children {
        margin-left: 20px;
    }
}

.comment-section ul li .comment-body {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.comment-section ul li .comment-body h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.comment-section ul li .comment-body .comment-post-date {
    color: #555;
    padding-bottom: 10px;
}

.comment-section ul li .comment-body .reply-btn {
    float: right;
}

.comment-section ul li .comment-body .reply-btn a {
    color: #242424;
    font-size: 12px;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    text-transform: capitalize;
    border: 1px solid #ebebeb;
}

.comment-section ul li .comment-body .reply-btn a:hover {
    color: #fff !important;
    border-color: #AB5B36;
    background-color: #AB5B36;
}

/*--- blog comment section end ---*/
/*------ blog comment box start -----*/
.blog-comment-wrapper {
    margin-top: -8px;
}

.blog-comment-wrapper h3 {
    color: #242424;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #f0f0f0;
}

.blog-comment-wrapper p {
    margin-bottom: 10px;
    padding-top: 10px;
}

.blog-comment-wrapper .comment-post-box label {
    color: #242424;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.blog-comment-wrapper .comment-post-box .coment-field {
    background: #f8f8f8;
    border: none;
    color: #555;
    padding: 8px 10px;
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .blog-comment-wrapper .comment-post-box .coment-field {
        margin-bottom: 20px;
    }
}

.blog-comment-wrapper .comment-post-box textarea {
    height: 130px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    background: #f8f8f8;
    border: none;
}

.blog-comment-wrapper .comment-post-box .coment-btn {
    margin-top: 30px;
}

@media only screen and (max-width: 767.98px) {
    .blog-comment-wrapper .comment-post-box .coment-btn {
        margin-top: 10px;
    }
}

/*------- blog comment box end --------*/
/*------ shop page style start ------*/
.shop-top-bar {
    margin-bottom: 30px;
}

.top-bar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767.98px) {
    .top-bar-left {
        padding-top: 15px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.top-bar-left .product-view-mode {
    margin-right: 60px;
}

@media only screen and (max-width: 479.98px) {
    .top-bar-left .product-view-mode {
        margin-right: 0;
    }
}

.top-bar-left .product-view-mode a {
    color: #b6b6b6;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.top-bar-left .product-view-mode a i {
    font-size: 20px;
    margin-top: 6px;
}

.top-bar-left .product-view-mode a:hover {
    color: #AB5B36;
}

.top-bar-left .product-view-mode a.active {
    color: #AB5B36;
}

.top-bar-left .product-amount p {
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
}

.top-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767.98px) {
    .top-bar-right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.top-bar-right .product-short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar-right .product-short p {
    margin-right: 10px;
}

.nice-select {
    height: 36px;
    line-height: 34px;
    width: 200px;
    padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .nice-select {
        width: 170px;
    }
}

@media only screen and (max-width: 479.98px) {
    .nice-select {
        width: 190px;
    }
}

.nice-select.open {
    border-color: #AB5B36;
}

.nice-select .list {
    right: 0;
    left: auto;
    width: 100%;
}

.nice-select .option {
    font-size: 13px;
    line-height: 34px;
    min-height: 34px;
    text-transform: capitalize;
}

.nice-select:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}

/*----- shop main wrapper end -----*/
/*----- product change view start -----*/
.shop-product-wrap.list-view .product-item {
    display: none;
}

.shop-product-wrap.grid-view .product-item {
    display: block;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    padding: 0;
}

.shop-product-wrap.grid-view .product-list-item {
    display: none !important;
}

.shop-product-wrap.list-view .product-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.shop-product-wrap.row.list-view .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.shop-product-wrap [class*="col-"] {
    margin-bottom: 30px;
}

/*----- product change view end -----*/
/*------ shop page style start ------*/
/*----- product details slider start ----*/
.pro-large-img {
    position: relative;
}

.pro-large-img img {
    width: 100%;
}

.pro-nav-thumb {
    cursor: pointer;
}

.pro-nav {
    margin-top: 20px;
}

/*----- product details slider end ----*/
/*----- product details content start ----*/
.product-details-des .product-name {
    color: #242424;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

@media only screen and (max-width: 575.98px) {
    .product-details-des .product-name {
        font-size: 17px;
    }
}

.product-details-des .pro-review {
    padding-left: 10px;
}

.product-details-des .pro-review span {
    font-size: 14px;
    line-height: 1;
    color: #555;
}

.product-details-des .price-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-details-des .customer-rev {
    padding-top: 10px;
}

.product-details-des .customer-rev a {
    color: #242424;
    font-size: 13px;
    text-transform: capitalize;
}

.product-details-des .customer-rev a:hover {
    color: #AB5B36;
}

.product-details-des .quantity-cart-box {
    margin-bottom: 20px;
}

.product-details-des .quantity-cart-box h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-details-des .quantity {
    margin-right: 15px;
}

.product-details-des .quantity h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 479.98px) {
    .product-details-des .quantity h5 {
        margin-right: 10px;
    }
}

.product-details-des .quantity .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 4px;
    float: left;
}

.product-details-des .quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #555;
}

.product-details-des .quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.product-details-des .pro-desc {
    margin-bottom: 20px;
}

.product-details-des .availability {
    margin-bottom: 15px;
}

.product-details-des .availability i {
    color: #81ca33;
}

.product-details-des .availability span {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.product-details-des .useful-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.product-details-des .useful-links a {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    margin-right: 20px;
    text-transform: capitalize;
}

.product-details-des .useful-links a:hover {
    color: #AB5B36;
}

.product-details-des .useful-links a i {
    padding-right: 5px;
    vertical-align: middle;
}

.product-details-des .like-icon {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.product-details-des .like-icon a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 6px;
    border-radius: 3px;
    text-transform: capitalize;
}

@media only screen and (max-width: 479.98px) {
    .product-details-des .like-icon a {
        margin-right: 0;
    }
}

.product-details-des .like-icon a i {
    padding-right: 5px;
}

.product-details-des .like-icon a.facebook {
    background-color: #3B5999;
}

.product-details-des .like-icon a.twitter {
    background-color: #1DA1F2;
}

.product-details-des .like-icon a.pinterest {
    background-color: #CB2028;
}

.product-details-des .like-icon a.google {
    background-color: #fe6d4c;
}

.product-details-des .like-icon a:hover.facebook {
    background-color: #2d4474;
}

.product-details-des .like-icon a:hover.twitter {
    background-color: #0c85d0;
}

.product-details-des .like-icon a:hover.pinterest {
    background-color: #9f191f;
}

.product-details-des .like-icon a:hover.google {
    background-color: #fe4419;
}

.product-details-des .share-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details-des .share-icon h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-details-des .share-icon a {
    color: #555;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    padding: 0 8px;
    margin-right: 5px;
}

@media only screen and (max-width: 479.98px) {
    .product-details-des .share-icon a {
        padding: 0 5px;
    }
}

.product-details-des .share-icon a:hover {
    color: #AB5B36;
}

.product-details-des .color-option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.product-details-des .color-option h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-details-des .color-option .nice-select {
    height: 40px;
    line-height: 40px;
}

.product-details-des .pro-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.product-details-des .pro-size h5 {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-details-des .pro-size .nice-select {
    width: 100px;
    height: 40px;
    line-height: 40px;
}

.product-details-des .group-product-table {
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
}

.product-details-des .group-product-table.table-bordered {
    border: none;
}

.product-details-des .group-product-table td {
    width: 33.33%;
    padding: 8px;
    vertical-align: middle;
}

.product-details-des .group-product-table td a {
    color: #555;
    text-transform: capitalize;
}

.product-details-des .group-product-table td a:hover {
    color: #AB5B36;
}

.product-details-des .group-product-table td .pro-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.product-details-des .group-product-table td .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #555;
}

.product-details-des .group-product-table td .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

/*------ countdown style start ------*/
.offer-text {
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
}

.offer-text strong {
    font-weight: 500;
}

.product-countdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-countdown .single-countdown {
    text-align: center;
    margin-right: 10px;
    padding: 10px 0;
    border-radius: 5px;
    width: 50px;
    background-color: #eaeaea;
}

.product-countdown .single-countdown__time {
    color: #AB5B36;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 1;
}

.product-countdown .single-countdown__text {
    display: block;
    font-size: 12px;
    color: #555;
    margin-top: 5px;
    line-height: 1;
    text-transform: capitalize;
}

.product-countdown .single-countdown:first-child {
    background-color: #AB5B36;
}

.product-countdown .single-countdown:first-child .single-countdown__time,
.product-countdown .single-countdown:first-child .single-countdown__text {
    color: #fff;
}

/*------ countdown style end ------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-des {
        margin-top: 76px;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des {
        margin-top: 58px;
    }
}

.product-details-des.quick-details {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-des.quick-details {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des.quick-details {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-details-des.quick-details .product-name {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-details-des.quick-details .product-name {
        font-size: 18px;
    }
}

.product-details-des.box-layout {
    padding-top: 47px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .product-details-des.box-layout {
        margin-top: 0;
    }
}

.product-details-des.box-layout p {
    max-width: 80%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .product-details-des.box-layout p {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .product-details-des.sidebar-sticky {
        margin-top: 0;
    }
}

.product-details-des.quick-des p {
    padding-top: 0;
}

/*----- product details content end ----*/
/*----- reviews area start -----*/
.product-review-info .nav.review-tab li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px 10px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    background-color: #979898;
}

.product-review-info .nav.review-tab li a:hover,
.product-review-info .nav.review-tab li a.active {
    color: #555;
    background-color: #fff;
}

@media only screen and (max-width: 479.98px) {
    .product-review-info .nav.review-tab li a {
        font-size: 12px;
        padding: 8px 8px;
    }
}

.product-review-info .tab-content.reviews-tab {
    border: 1px solid #ebebeb;
    padding: 15px 20px 20px;
}

.product-review-info .tab-content.reviews-tab .table {
    margin-bottom: 0;
}

.product-review-info .tab-content.reviews-tab .table tr {
    text-transform: capitalize;
}

.product-review-info .tab-content .review-description {
    padding-top: 25px;
    padding-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-review-info .tab-content .review-description {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description {
        display: block;
    }
}

.product-review-info .tab-content .review-description .tab-thumb {
    -webkit-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description .tab-thumb {
        -webkit-flex-basis: 220px;
        -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    }
}

.product-review-info .tab-content .review-description .tab-des {
    padding-left: 40px;
    -webkit-flex-basis: calc(100% - 300px);
    -ms-flex-preferred-size: calc(100% - 300px);
    flex-basis: calc(100% - 300px);
}

@media only screen and (max-width: 767.98px) {
    .product-review-info .tab-content .review-description .tab-des {
        padding-left: 14px;
        -webkit-flex-basis: calc(100% - 220px);
        -ms-flex-preferred-size: calc(100% - 220px);
        flex-basis: calc(100% - 220px);
    }
}

.product-review-info .tab-content .review-description .tab-des h3 {
    color: #AB5B36;
    font-size: 20px;
    font-weight: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.product-review-info .tab-content .review-description .tab-des ul li {
    font-size: 13px;
    list-style: inherit;
}

.review-form h5 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .review-form h5 {
        font-size: 16px;
    }
}

.total-reviews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
}

@media only screen and (max-width: 479.98px) {
    .total-reviews {
        display: block;
    }
}

.total-reviews .rev-avatar {
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    max-height: 60px;
}

@media only screen and (max-width: 479.98px) {
    .total-reviews .rev-avatar {
        margin-bottom: 20px;
    }
}

.total-reviews .review-box {
    margin-left: 10px;
    border: 1px solid #ebebeb;
    padding: 10px;
    -webkit-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
}

@media only screen and (max-width: 479.98px) {
    .total-reviews .review-box {
        margin-left: 0;
    }
}

.total-reviews .review-box .post-author {
    padding-bottom: 10px;
}

.total-reviews .review-box .post-author p {
    font-size: 12px;
    
    text-transform: capitalize;
}

.total-reviews .review-box .post-author p span {
    font-size: 13px;
}

.total-reviews .review-box p {
    font-size: 14px;
    
}

/*----- reviews area end -----*/
/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
    margin-bottom: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .checkout-page-wrapper {
        margin-bottom: 0;
    }
}

.checkoutaccordion {
    margin-bottom: 46px;
}

.checkoutaccordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #AB5B36;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
}

.checkoutaccordion h3 span {
    color: #AB5B36;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 10px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 span {
        display: block;
        padding-top: 5px;
        margin-left: 0;
    }
}

.checkoutaccordion h3 span:hover {
    color: #242424;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}

.checkoutaccordion .card:last-child {
    margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 20px;
}

.checkoutaccordion .card .card-body .cart-update-option {
    border: none;
    padding: 0;
}

.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    padding: 12px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin-right: 15px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
        margin-bottom: 15px;
    }
}

.checkout-box-wrap .custom-control {
    padding-left: 0;
    margin-left: 1.5rem;
}

.checkout-billing-details-wrap h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap h2 {
        margin-bottom: 26px;
    }
}

.checkout-billing-details-wrap .billing-form-wrap {
    margin-top: -20px;
}

.forget-pwd {
    color: #AB5B36;
    font-size: 12px;
    margin-top: -6px;
}

.single-form-row {
    margin-top: 15px;
    display: none;
}

.single-form-row p {
    margin: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .order-summary-details {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .order-summary-details {
        margin-top: 52px;
    }
}

.order-summary-details h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 500;
}

.order-summary-table {
    background-color: #f7f7f7;
    margin-top: 34px;
}

.order-summary-table .table,
.order-summary-table table {
    color: #242424;
    margin-bottom: 0;
    font-size: 15px;
    white-space: nowrap;
}

.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
}

.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
    color: #242424;
    font-weight: 400;
}

.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
    font-weight: 400;
}

.order-summary-table .shipping-type {
    text-align: right;
}

.order-summary-table .shipping-type li {
    margin-bottom: 5px;
}

.order-summary-table .shipping-type li:last-child {
    margin-bottom: 0;
}

.order-payment-method {
    background-color: #f7f7f7;
    padding: 40px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .order-payment-method {
        padding: 32px 20px 36px;
    }
}

.single-payment-method {
    margin-bottom: 20px;
}

.single-payment-method:last-child {
    margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.single-payment-method label,
.single-payment-method .custom-control-label {
    font-weight: 500;
}

.single-payment-method .paypal-card {
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    display: block;
}

.single-payment-method .payment-method-details {
    background-color: #f1f1f1;
    color: #242424;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.single-payment-method .payment-method-details:after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    bottom: 100%;
}

.single-payment-method .payment-method-details * {
    margin: 0;
}

.summary-footer-area .btn-brand {
    margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
    margin-top: 20px;
}

.single-input-item label {
    color: #242424;
    text-transform: capitalize;
    font-size: 14px;
}

.single-input-item label.required:after {
    content: '*';
    color: red;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
}

.single-input-item input,
.single-input-item textarea {
    color: #555;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color: #AB5B36;
    background-color: #fff;
}

.single-input-item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7;
}

.single-input-item .nice-select .current {
    color: #555;
}

.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}

/*------- input box style css end -------*/
/*--------- Cart Page Wrapper Start ---------*/
.cart-table .table {
    margin: 0;
    white-space: nowrap;
}

.cart-table .table thead {
    background-color: #AB5B36;
}

.cart-table .table thead tr th {
    border-color: #AB5B36;
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.cart-table .table tbody tr td {
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    color: #242424;
}

.cart-table .table tbody tr td a {
    color: #242424;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-table .table tbody tr td a:hover {
    color: #AB5B36;
}

.cart-table .table tbody tr td a.btn {
    color: #fff;
}

.cart-table .table tbody tr td a.btn:hover {
    color: #fff;
}

.cart-table .table tbody tr td a.check-btn {
    color: #fff;
}

.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
    width: 140px;
}

.cart-table .table tr .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 1200px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #AB5B36;
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update .btn {
        width: 100%;
    }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #f8f8f8;
}

.cart-calculator-wrapper h3 {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 15px 25px;
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #242424;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #242424;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #AB5B36;
    font-weight: 700;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
}

/*--------- Cart Page Wrapper end ---------*/
/*------ Start Compare Page Wrapper -----*/
.compare-table .table tbody tr td {
    text-align: center;
    padding: 20px 20px;
    vertical-align: middle;
    border-color: #ccc;
}

.compare-table .table tbody tr td.first-column {
    min-width: 175px;
    font-size: 15px;
    font-weight: 500;
    color: #242424;
    margin: 0;
}

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.first-column {
        min-width: 115px;
    }
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
}

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 220px;
    }
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #AB5B36;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    color: #242424;
    font-weight: 500;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #AB5B36;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: right;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
    font-size: 14px;
    font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #e74c3c;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    color: #AB5B36;
}

/*------ end Compare Page Wrapper -----*/
/*------ Start Login & Register Page ------*/
.login-reg-form-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 23px 30px 30px;
}

@media only screen and (max-width: 575.98px) {
    .login-reg-form-wrap {
        padding: 23px 15px 30px;
    }
}

.login-reg-form-wrap h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    color: #242424;
    border-bottom: #ccc;
    margin-bottom: 30px;
}

.login-reg-form-wrap form .create-account {
    margin-top: 25px;
}

.login-reg-form-wrap .login-reg-form-meta a {
    color: #AB5B36;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sign-up-form {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767.98px) {
    .sign-up-form {
        margin-top: 62px;
    }
}

/*------ end Login & Register Page ------*/
/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    color: #242424;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #ccc;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #AB5B36;
    border-color: #AB5B36;
    color: #fff;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

@media only screen and (max-width: 767.98px) {
    #myaccountContent {
        margin-top: 30px;
    }
}

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 575.98px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content h3 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 400;
}

.myaccount-content .welcome a {
    color: #242424;
}

.myaccount-content .welcome a:hover {
    color: #AB5B36;
}

.myaccount-content .welcome strong {
    font-weight: 500;
    color: #AB5B36;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    color: #242424;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
    border-bottom: 1px dashed #ccc;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #242424;
    padding: 10px;
    font-weight: 400;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid #AB5B36;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #555;
    padding: 20px;
}

/*-------- Start My Account Page Wrapper --------*/
/*------- Start About Page Wrapper --------*/
@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .about-us-wrapper {
        margin-top: -2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .about-text-wrap {
        padding-bottom: 30px;
    }
}

.about-text-wrap h2 {
    color: #242424;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "Tajawal-Regular";
}

@media only screen and (max-width: 767.98px) {
    .about-text-wrap h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 575.98px) {
    .about-text-wrap h2 {
        font-size: 22px;
    }
}

.about-text-wrap h2 span {
    color: #555;
    display: block;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 24px;
    margin-top: -4px;
}

.about-text-wrap p {
    margin-bottom: 10px;
}

.about-text-wrap p:last-child {
    margin-bottom: 0;
}

.about-image-wrap {
    position: relative;
    padding-left: 30px;
    padding-top: 30px;
    z-index: 1;
}

@media only screen and (max-width: 575.98px) {
    .about-image-wrap {
        padding-left: 15px;
        padding-top: 15px;
    }
}

.about-image-wrap img {
    width: 100%;
}

.about-image-wrap:after {
    border: 5px solid #AB5B36;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: -1;
}

/*------- end About Page Wrapper --------*/
/*------- team area start -------*/
.team-member {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.team-member .team-thumb {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.team-member .team-thumb img {
    width: 100%;
}

.team-member .team-thumb .team-social {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.team-member .team-thumb .team-social a {
    color: #242424;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-right: 5px;
}

.team-member .team-thumb .team-social a:hover {
    color: #fff;
    background-color: #AB5B36;
    border-color: #AB5B36;
}

.team-member .team-content h3 {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 15px;
    text-transform: capitalize;
}

.team-member .team-content h6 {
    font-size: 14px;
    color: #AB5B36;
    line-height: 20px;
    text-transform: capitalize;
}

.team-member .team-content p {
    padding-top: 10px;
}

.team-member:hover .team-social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-member:hover .team-thumb img {
    opacity: 0.5;
}

/*------- team area end -------*/
/*-------- choosing area start --------*/
.choosing-area {
    margin-bottom: -4px;
}

.single-choose-item i {
    color: #969ca7;
    font-size: 44px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.single-choose-item h4 {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0 10px;
    text-transform: capitalize;
}

.single-choose-item:hover i {
    color: #AB5B36;
}

/*-------- choosing area end --------*/
/*------ contact form area start -------*/
.contact-area {
    margin-top: -4px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .contact-area {
        margin-bottom: -5px;
    }
}

.contact-message h2 {
    color: #242424;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 28px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .contact-message h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

.contact-message form input,
.contact-message form textarea {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-bottom: 3px solid transparent;
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

.contact-message form textarea {
    height: 150px;
}

/*------ contact form area start -------*/
/*------ contact info area start -------*/
.contact-info {
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact-info {
        margin-top: 77px;
    }
}

@media only screen and (max-width: 767.98px) {
    .contact-info {
        margin-top: 60px;
    }
}

.contact-info h2 {
    color: #242424;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 22px;
    text-transform: capitalize;
}

@media only screen and (max-width: 575.98px) {
    .contact-info h2 {
        font-size: 18px;
        padding-bottom: 8px;
    }
}

.contact-info p {
    color: #555;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .contact-info p {
        padding-bottom: 10px;
    }
}

.contact-info ul li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 479.98px) {
    .contact-info ul li {
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.contact-info ul li:last-child {
    border-bottom: none;
}

.contact-info ul li i {
    font-size: 18px;
    padding-right: 10px;
}

.contact-info .working-time h3 {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}

.contact-info .working-time p {
    padding-bottom: 0;
}

.contact-info .working-time p span {
    color: #242424;
    padding-right: 10px;
}

/*------ contact info area end -------*/
/*-------- footer top area start --------*/


.footer-widget-area {
background: #fff;
}



.footer-top {
    padding: 40px 0px;
}

.footer-widget-inner {
padding-bottom: 72px;
border-bottom: 1px solid #ebebeb;
/*
max-width: 1150px;
padding-right: 15px;
padding-left: 15px;
float: none;
margin: 0 auto;*/
}
.footer-widget-inner {
margin-bottom:0;padding: 40px 0;
}




@media only screen and (max-width: 767.98px) {
    .footer-widget-inner {
        padding-bottom: 54px;
    }
}

.footer-widget-logo {
text-align: right;
}


.footer-widget-logo img {
width:292px;
}

.footer-widget-title {
    padding-bottom: 27px;
    margin-top: -5px;
}

@media only screen and (max-width: 767.98px) {
    .footer-widget-title {
        padding-bottom: 20px;
    }
}

.footer-widget-title h5 {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;padding-bottom: 15px;
    text-transform: capitalize;text-align: right;
position: relative;
}




/*
.footer-widget-title h5:before {
bottom: 0;
right: 0;
width: 60px;
height: 1px;
content: "";
position: absolute;
background: #b62121;
}
*/






.footer-widget-body .widget-text {
    color: #555;
    line-height: 1.5;
    padding-bottom: 25px;
}

.footer-widget-body li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
font-size:15px;
}



.men-footer li {
width: 50%;
float: right;
}








.footer-widget-body li em {
font-size: 16px;
font-weight: 500;
font-style: normal;
padding-right: 5px;
text-transform: uppercase;
margin-left: 8px;
width: 20px;
text-align: center;
}

.footer-widget-body li a {
    color: #555;font-size: 15px;
    text-transform: capitalize;text-align: right;
}

.footer-widget-body li a:hover {
    color: #AB5B36;

}

.footer-widget-body li:last-child {
    margin-bottom: 0;
}

.newsletter-inner p {
padding: 11px 0;
text-align: right;
float: right;
width: 50%;
font-size: 15px;
font-weight: bold;
color: #fff;
letter-spacing: 0;
}

.newsletter-inner form {
    position: relative;float: left;width: 50%;
}

.newsletter-inner .news-field {
    width: 100%;
    height: 44px;
    display: block;
    border: none;
    line-height: 1;
    padding: 0 15px 0 110px;
    color: #242424;
    background-color: #fff;
position: relative;
border: 1px solid #fff;
    border-radius: 30px;
}

.newsletter-inner .news-btn {
top: 0;
left: 0;
height: 44px;
font-size: 14px;
position: absolute;
color: #fff;
line-height: 1;
font-weight: 500;
padding: 0 22px;
display: inline-block;
background-color: #333;
text-transform: uppercase;
border-radius: 30px 0 0 30px;border: 1px solid #333;
}

.newsletter-inner .news-btn:hover {
background-color: #e23e57;
border-color: #fff;
}

.footer-social-link {
    padding-top: 35px;
text-align: right;
}

.footer-social-link a {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
line-height: 46px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}

.footer-social-link a:hover {
    background-color: #242424;
}

.footer-social-link a:last-child {
    margin-right: 0;
}

/*-------- footer top area end --------*/
/*-------- footer bottom area start --------*/
.footer-bottom-area {
    padding: 8px 0;
}

@media only screen and (max-width: 767.98px) {
    .footer-bottom-area {
        text-align: center;
    }
}

.copyright-text p {
    font-size: 14px;
    color: #555;text-align: center;
}

.copyright-text p a {
    color: #AB5B36;
}

.copyright-text p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 479.98px) {
    .copyright-text p {
        font-size: 13px;
    }
}

.payment-method {
    text-align: right;
}

@media only screen and (max-width: 767.98px) {
    .payment-method {
        text-align: center;
        padding-bottom: 10px;
    }
}

/*-------- footer bottom area end --------*/





.industry-banner {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
background: #fff;margin-bottom: 30px;
}


.industry-banner:after {
bottom: 0;
right: 0;
width: 100%;
height: 300px;
content: "";/*
border-radius: 50%;*/
position: absolute;
background-color: #48daa1;
opacity: 0;
transition: all ease-in-out 0.4s;
/*
transform: translate(25% , 59%);*/
}


.industry-banner:hover:after {
opacity: 0.8;
}




.industry-banner:hover .industry-theme-image {
padding: 15px;transform: rotate(5deg);
}


.industry-link {
    display: block;
    width: 100%;
    height: 100%;

    box-sizing: border-box;
}


.industry-theme-image {
padding: 30px;
transition: all ease-in-out 0.4s;
}


.industry-theme-image img {
    display: block !important;width: 100%;
}


.industry-theme-info {
    position: absolute;
    right: 0;transition: all ease-in-out 0.4s;
    bottom: 0;width: 100%;padding: 0 15px;z-index: 9;bottom: -35px;
}


.industry-banner:hover .industry-theme-info {

bottom: 15px;
}
/*
.faiv-block {
width: 25%;
float: right;
border: 1px dotted #f6f6f6;

}



.faiv-block:nth-child(1) {
border-top:0;
border-right:0;
}



.faiv-block:nth-child(2) {
border-top:0;
}





.faiv-block:nth-child(3) {
border-top:0;

}





.faiv-block:nth-child(4) {
border-top:0;
border-left:0;
}




.faiv-block:nth-child(5) {
border-bottom:0;
border-right:0;
}




.faiv-block:nth-child(6) {
border-bottom:0;
}




.faiv-block:nth-child(7) {
border-bottom:0;
}




.faiv-block:nth-child(8) {
border-bottom:0;
border-left:0;
}*/


.industry-title {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
    color: #333;
text-align: right;
}


.soure-now {
float:right;
}

.btn-main {
height: 30px;
line-height: 28px;
padding: 0 10px;
color: #000;
font-size: 14px;
}



.categ-menu ul li {
text-align: right;
padding: 4px;color: #000;
border-bottom: 1px solid #f6f6f6;line-height: 24px;}

.categ-menu ul li a {
color: #3e3e3e;
display: inline-block;
width: 100%;
}

.categ-menu ul li a:hover,
.categ-menu ul li:hover {
color: #b52020;
}




.comm-wid {
margin: 0 auto;
padding: 30px 15px;
background-color: #fff;overflow: hidden;
}



.category-full {
padding: 0;
background:none;
}


.no-margin {
margin:0;
}

.cutom-padd {

padding: 20px 15px;}



.news-letter .footer-widget-body {
display: inline-block;
width: 100%;
}


.news-letter {
background: #e23e57;
max-width: 1150px;
background: linear-gradient(to right, #e23e57, #b01931);
}








.animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 5px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}


.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
background: #b62121;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }







 .more-btn {
background: #fff;
color: #b62121;
cursor: pointer;
padding: 8px 15px;
border: 0;
transition: all 0.5s;
width: auto;
position: relative;
font-size: 14px;
}
 .more-btn::after {
content: "\f104";
font-family: "fontawesome";
font-weight: 400;
position: absolute;
right: 10px;
top: 14px;
	 opacity: 0;
	 transform: translate(-50%, -50%);
}
 .more-btn:hover {
background: #b62121;
	 transition: all 0.5s;
	 box-shadow: 0px 6px 15px #00f 61;
	 padding-right: 25px ;
	 color: #fff;
}
 .more-btn:hover::after {
	 opacity: 1;
	 transition: all 0.5s;
	 color: #fff;
}





/*************** newwwwwwwwwws ******************/


/******************  News Slider Demo-1 *******************/
.post-slide{overflow:hidden;margin-right:15px;background-color:#fff!important}
.post-slide .post-img{float:left;width:50%;position:relative;margin-right:30px}
.post-slide .post-img img{width:100%;height:auto}
.post-slide .post-date{background:#ec3c6a;color:#fff;position:absolute;top:0;right:0;display:block;padding:2% 3%;width:60px;height:60px;text-align:center;transition:all .5s ease}
.post-slide .date{display:block;font-size:20px;font-weight:700}
.post-slide .month{display:block;font-size:11px;text-transform:uppercase}
.post-slide .post-review{padding:5% 3% 1% 0;border-top:3px solid #38cfd8}
.post-slide:hover .post-review{border-top-color:#ec3c6a}
.post-slide .post-title{margin:0 0 10px 0}
.post-slide .post-title a{font-size:14px;color:#333;text-transform:uppercase}
.post-slide .post-title a:hover{text-decoration:none;font-weight:700}
.post-slide .post-bar{padding:0;list-style:none;text-transform:uppercase;position:relative;margin-bottom:20px}
.post-slide .post-bar:after,.post-slide .post-bar:before{border:1px solid #38cfd8;bottom:-10px;content:"";display:block;position:absolute;right:36%;width:25px}
.post-slide .post-bar:before{border:1px solid #ec3c6a;right:32%}
.post-slide .post-bar li{color:#555;font-size:10px;margin-right:10px;display:inline-block}
.post-slide .post-bar li a{font-size:13px;text-decoration:none;text-transform:uppercase;color:#ec3c6a}
.post-slide .post-bar li a:hover{color:#ec3c6a}
.post-slide .post-bar li i{color:#777;margin-right:5px}
.post-slide .post-description{font-size:12px;line-height:21px;color:#444454}
.owl-theme .owl-controls{margin-top:30px}
.owl-theme .owl-controls .owl-page span{background:#fff;border:2px solid #37a6a4}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background:#37a6a4}
@media only screen and (max-width:990px){.post-slide .post-img{width:100%}
.post-slide .post-review{width:100%;border-bottom:4px solid #ec3c6a}
.post-slide .post-bar:before{left:0}
.post-slide .post-bar:after{left:25px}
}
	



.post-slide8{margin:0 15px;position:relative;background:#fff;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
.post-slide8 .post-img{position:relative;overflow:hidden}
.post-slide8 .post-img img{width:100%;height:180px;}
.post-slide8 .over-layer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;background:rgba(0,0,0,.6);transition:all .3s ease}
.post-slide8:hover .over-layer{opacity:1}
.post-slide8 .post-link{margin:0;padding:0;position:relative;top:45%;text-align:right}
.post-slide8 .post-link li{display:inline-block;list-style:none;margin-right:20px}
.post-slide8 .post-link li a{color:#fff;font-size:20px}
.post-slide8 .post-link li a:hover{color:#b62121;text-decoration:none}
.post-slide8 .post-date{position:absolute;top:10%;left:4%}
.post-slide8 .date{
display: inline-block;border-radius: 0 3px 3px 0;

padding: 5px 10px;
color: #fff;
font-size: 20px;
font-weight: normal;
text-align: center;
background: #333;
float: right;
line-height: 31px;

}
.post-slide8 .month{
display: inline-block;
border-radius: 3px 0 0 3px;
padding: 5px 13px;
color: #b62121;
font-size: 17px;
font-weight: normal;
background: #fff;


}
.post-slide8 .post-content{padding: 20px 15px;}
.post-slide8 .post-title{margin:0 0 15px 0; text-align: right;}
.post-slide8 .post-title a{font-size:17px;color:#333;display:inline-block;text-transform:capitalize;transition:all .3s ease 0s}
.post-slide8 .post-title a:hover{text-decoration:none;color:#b62121}
.post-slide8 .post-description{font-size:14px;line-height:24px;color:grey}
.post-slide8 .read-more{color:#333;font-size:14px;font-weight:700;text-transform:uppercase;position:relative;transition:color .2s linear}
.post-slide8 .read-more:hover{text-decoration:none;color:#b62121}
.post-slide8 .read-more:after{content:"";position:absolute;width:30%;display:block;border:1px solid #b62121; left: 0;transition:all .3s ease}
.post-slide8 .read-more:hover:after{width:100%}
@media only screen and (max-width:479px){.post-slide8 .month{font-size:14px}
.post-slide8 .date{font-size:14px}
}





.post-slide8 .post-img:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}



.post-slide8:hover .post-img:before {
	left:150%;
}

.as-click {
width: 100%;
display: inline-block;
text-align: right;
padding: 4px;
color: #000;
border-bottom: 1px solid #f6f6f6;
}





.head-adv {

background: linear-gradient(to right, #E7E7E7, #FFFFFFB3);
position: absolute;
top: 15px;
font-size: 20px;
padding: 10px;
left: 0;
text	-align: right;

}






/*************************************
scroll up css
**************************************/
#scrollUp {
  background: #292929 none repeat scroll 0 0;
  border: 1px solid #343434;
  bottom: 42px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  height: 40px;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}
#scrollUp i {
  font-size: 25px;
  line-height: 35px;
}
#scrollUp:hover {
    background: #fff none repeat scroll 0 0;
    color: #292929;
}
/*******************************/
/*----------------------*/

/* Generals resets and unimportant stuff */
.new-design {
    position: relative;

}



#view-code{
  color:#48cfad; 
  font-size:14px;
  text-transform:uppercase;
  font-weight:700;
  text-decoration:none;
  position:absolute;top:640px; left:50%;margin-left:-35px;
}
#view-code:hover{color:#34c29e;}

/* --- Product Card ---- */
#make-3D-space{


    height:500px;
position: relative;
}
#product-front, #product-back{
	width:335px;
	height:500px;
	background:#fff;
	position:absolute;
	left:-5px;
	top:-5px;
	-webkit-transition: all 100ms ease-out; 
       -moz-transition: all 100ms ease-out; 
         -o-transition: all 100ms ease-out; 
            transition: all 100ms ease-out; 
}
#product-back{
	display:none;
	transform: rotateY( 180deg );
}
#product-card.animate #product-back, #product-card.animate #product-front{
	top:0px;
	left:0px;
	-webkit-transition: all 100ms ease-out; 
       -moz-transition: all 100ms ease-out; 
         -o-transition: all 100ms ease-out; 
            transition: all 100ms ease-out; 
}
#product-card{
	width:325px;
	height:490px;
	position:absolute;    
	top:10px;
	left:10px;	
	overflow:hidden;
    transform-style: preserve-3d;
	-webkit-transition:  100ms ease-out; 
       -moz-transition:  100ms ease-out; 
         -o-transition:  100ms ease-out; 
            transition:  100ms ease-out;
}
div#product-card.flip-10{
	 -webkit-transform: rotateY( -10deg );
         -moz-transform: rotateY( -10deg );
           -o-transform: rotateY( -10deg );
              transform: rotateY( -10deg );
			   transition:  50ms ease-out; 			
}
div#product-card.flip90{
	 -webkit-transform: rotateY( 90deg );
         -moz-transform: rotateY( 90deg );
           -o-transform: rotateY( 90deg );
              transform: rotateY( 90deg );
			   transition:  100ms ease-in; 			
}
div#product-card.flip190{
	 -webkit-transform: rotateY( 190deg );
         -moz-transform: rotateY( 190deg );
           -o-transform: rotateY( 190deg );
              transform: rotateY( 190deg );
			   transition:  100ms ease-out; 			
}
div#product-card.flip180{
	 -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
			   transition:  150ms ease-out; 			
}
#product-card.animate{
	top:5px;
	left:5px;
	width:335px;
	height:500px;
	box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.3);
	-webkit-transition:  100ms ease-out; 
       -moz-transition:  100ms ease-out; 
         -o-transition:  100ms ease-out; 
            transition:  100ms ease-out; 
}
.stats-container{
	background:#fff;	
	position:absolute;
	top:386px;
	left:0;
	width:265px;
	height:300px;
	padding:27px 35px 35px;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out;
}
#product-card.animate .stats-container{
	top:272px;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}
.stats-container .product_name{
	font-size:22px;
	color:#393c45;	
}
.stats-container p{
	font-size:16px;
	color:#b1b1b3;	
	padding:2px 0 20px 0;
}
.stats-container .product_price{
	float:right;
	color:#48cfad;
	font-size:22px;
	font-weight:600;
}
.image_overlay{
	position:absolute;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	background:#48daa1;
	opacity:0;	
}
#product-card.animate .image_overlay{
	opacity:0.7;	
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}
.product-options{
	padding:2px 0 0;
}
.product-options strong{
	font-weight:700;
	color:#393c45;
	font-size:14px;
}
.product-options span{	
	color:#969699;
	font-size:14px;
	display:block;
	margin-bottom:8px;
}
#view_details{	
	position:absolute;
	top:112px;
	left:50%;
	margin-left:-85px;	
	border:2px solid #fff;
	color:#fff;
	font-size:19px;
	text-align:center;
	text-transform:uppercase;
	font-weight:700;
	padding:10px 0;
	width:172px;	
	opacity:0;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 
}
#view_details:hover{	
	background:#fff;
	color:#48cfad;
	cursor:pointer;

}
#product-card.animate #view_details{
	opacity:1;
	width:152px;
	font-size:15px;
	margin-left:-75px;
	top:115px;
	-webkit-transition: all 200ms ease-out; 
       -moz-transition: all 200ms ease-out; 
         -o-transition: all 200ms ease-out; 
            transition: all 200ms ease-out; 		
}
div.colors div{
	margin-top:3px;
	width:15px; 
	height:15px; 	
	margin-right:5px;
	float:left;
}
div.colors div span{
	width:15px; 
	height:15px; 
	display:block;
	border-radius:50%;
}
div.colors div span:hover{
	width:17px;
	height:17px;
	margin:-1px 0 0 -1px;
}
div.c-blue span{background:#6e8cd5;}
div.c-red span{background:#f56060;}
div.c-green span{background:#44c28d;}
div.c-white span{
	background:#fff;
	width:14px;
	height:14px; 
	border:1px solid #e8e9eb;
}
div.shadow{
	width:335px;height:520px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	display:none;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2)); 
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2)); 
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2)); 
}
#product-back div.shadow{
	z-index:10;
	opacity:1;
	background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1)); 
    background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1)); 
    background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1)); 
}
#flip-back{
	position:absolute;
	top:20px;
	right:20px;
	width:30px;
	height:30px;
	cursor:pointer;
}
#cx, #cy{
	background:#d2d5dc;
	position:absolute;
	width:0px;
	top:15px;
	right:15px;
	height:3px;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
#flip-back:hover #cx, #flip-back:hover #cy{
	background:#979ca7;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
		-ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}
#cx.s1, #cy.s1{	
	right:0;	
	width:30px;	
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cy.s2{	
	-ms-transform: rotate(50deg); 
	-webkit-transform: rotate(50deg); 
	transform: rotate(50deg);		 
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cy.s3{	
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);		 
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cx.s1{	
	right:0;	
	width:30px;	
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cx.s2{	
	-ms-transform: rotate(140deg); 
	-webkit-transform: rotate(140deg); 
	transform: rotate(140deg);		 
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#cx.s3{	
	-ms-transform: rotate(135deg); 
	-webkit-transform: rotate(135deg); 
	transform: rotate(135deg);		 
	-webkit-transition: all 100ease-out;
	   -moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		 -o-transition: all 100ms ease-out;
			transition: all 100ms ease-out;
}
#carousel{
	width:335px;
	height:500px;
	overflow:hidden;
	position:relative;

}
#carousel ul{
	position:absolute;
	top:0;
	left:0;
}
#carousel li{
	width:335px;
	height:500px;
	float:left;
	overflow:hidden;	
}
.arrows-perspective{
	width:335px;
	height:55px;
	position: absolute;
	top: 218px;
	transform-style: preserve-3d;
    transition: transform 5s;
	perspective: 335px;
}
.carouselPrev, .carouselNext{
	width: 50px;
	height: 55px;
	background: #ccc;
	position: absolute;	
	top:0;
	transition: all 200ms ease-out; 
	opacity:0.9;
	cursor:pointer;
}
.carouselNext{
	top:0;
	right: -26px;
	-webkit-transform: rotateY( -117deg );
         -moz-transform: rotateY( -117deg );
           -o-transform: rotateY( -117deg );
              transform: rotateY( -117deg );
			  transition: all 200ms ease-out; 			

}
.carouselNext.visible{
		right:0;
		opacity:0.8;
		background: #efefef;
		-webkit-transform: rotateY( 0deg );
         -moz-transform: rotateY( 0deg );
           -o-transform: rotateY( 0deg );
              transform: rotateY( 0deg );
			  transition: all 200ms ease-out; 
}
.carouselPrev{		
	left:-26px;
	top:0;
	-webkit-transform: rotateY( 117deg );
         -moz-transform: rotateY( 117deg );
           -o-transform: rotateY( 117deg );
              transform: rotateY( 117deg );
			  transition: all 200ms ease-out; 

}
.carouselPrev.visible{
		left:0;
		opacity:0.8;
		background: #eee;
		-webkit-transform: rotateY( 0deg );
         -moz-transform: rotateY( 0deg );
           -o-transform: rotateY( 0deg );
              transform: rotateY( 0deg );
			  transition: all 200ms ease-out; 
}
#carousel .x, #carousel .y{
	height:2px;
	width:15px;
	background:#48cfad;
	position:absolute;
	top:31px;
	left:17px;
	-ms-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
}
#carousel .x{
	-ms-transform: rotate(135deg); 	
	-webkit-transform: rotate(135deg); 
	transform: rotate(135deg);		
	top:21px;
}
#carousel .carouselNext .x{
	-ms-transform: rotate(45deg); 	
	-webkit-transform: rotate(45deg); 
	transform: rotate(45deg);		
}
#carousel .carouselNext .y{
	-ms-transform: rotate(135deg); 	
	-webkit-transform: rotate(135deg); 
	transform: rotate(135deg);		
}



.slide-catego {
margin-top:0;
}














@media only screen and (max-width: 767px) {
    .mobile-menu li {
text-align: right;
    }

.header-top-settings {
margin-bottom: 10px;
}


.ultra-nav,
.categ-menu .header-search-box {
display:none;
}

.comm-wid {
    margin: 10px auto;
    padding: 25px 15px;}



.main-slider .slide {
height: 250px;
}


.main-slider .slide .content.alternate {
width:90%;
padding: 20px 0;
}
.main-slider h1.alternate {
font-size: 16px;
}

.y-color {

font-size: 20px;}


/*
.faiv-block {
    width: 50%;
    float: right;
    border: 1px dotted #f6f6f6;
    border: 1px solid #fff !important;}
*/

.industry-theme-info {
padding: 10px 15px;
position: relative;
text-align: center;
}


.industry-title {
    float: none;font-size: 15px;
}


.product-thumb img {
display: block;
width: 100%;
height: 150px;
padding: 0;
}



.newsletter-inner p,
.newsletter-inner form {
float: none;
width: 100%;
text-align: center;
}



.section-title h2:before {
    left: -60px;
    width: 40px;}



.section-title h2:after {
    right: -60px;
    width: 40px;}

}






.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #4E4E4E;
    line-height: 26px;
    padding: 12px 15px;
    font-weight: 400;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #ECECEC;
    transition: all 500ms ease-in-out 0s;
direction: ltr; margin-bottom: 10px; 
}

.default-form input:hover{
    border: 1px solid #0EACE0;
    transition: all 500ms ease-in-out 0s;
}

.default-form textarea:hover{
    border: 1px solid #0EACE0;
    transition: all 500ms ease-in-out 0s;
}


.btn-style-one {
position: relative;

padding: 9px 36px;

line-height: 24px;

color: #FFF;

font-size: 18px;

font-weight: 500;

background-color: #c65d00;

border: 2px solid #c65d00;

text-transform: capitalize;

display: block !important;
z-index: 5;margin: 0 !important;
cursor: pointer;
}



.btn-style-one:hover{
	color:#3299BB;
	background:none;
}



@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.downloadfile {
	color: #F60;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-left: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #F60;
	color: #fff;
	transition: all 0.9s ease 0s;
}

