@import "font-awesome.min.css";
@import "material-design-iconic-font.css";
*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: 300;
    src: url('../font/kalameh/KalamehWeb-Light.woff2') format('woff2'),
    url('../font/kalameh/KalamehWeb-Light.woff') format('woff'),
    url('../font/kalameh/Kalameh-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: 400;
    src: url('../font/kalameh/KalamehWeb-Regular.woff2') format('woff2'),
    url('../font/kalameh/KalamehWeb-Regular.woff') format('woff'),
    url('../font/kalameh/Kalameh-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Kalameh';
    font-style: normal;
    font-weight: 700;
    src: url('../font/kalameh/KalamehWeb-Bold.woff2') format('woff2'),
    url('../font/kalameh/KalamehWeb-Bold.woff') format('woff'),
    url('../font/kalameh/Kalameh-Bold.ttf') format('truetype');
}

body{
    font-family: 'Kalameh', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #fff;
}

.owl-carousel{
    touch-action: manipulation;
    direction: ltr;
}

.owl-carousel .item{
    direction: rtl;
}

a{
    text-decoration: none !important;
    transition: all .3s ease;
    outline: none!important;
}

p{
    line-height: 2;
    font-size: 16px;
    margin: 0 0 10px;
    color: #222;
    text-align: justify;
}

.align-justify{
    text-align: justify;
}

.ltr{
    direction: ltr;
}

.black-btn{
    outline: none;
    border: none;
    display: inline-block;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    padding: 12px 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .3s ease;
}

.black-btn:hover{
    color: #fff;
    background-color: #f16422;
}

.black-btn.color{
    color: #fff;
    background-color: #f16422;
}

.black-btn.color:hover{
    color: #ffffff;
    background-color: #000000;
}

.header{
    position: relative;
    color: #888888;
    background: #ECEEF3;
}




.header-top{
    background-color: #fff;
    color: #222;
    border-bottom: 1px solid #e1e1e1;
    font-size: 11px;
    padding: 9px;
    letter-spacing: -.025em;
}
.header .container, .header .container-fluid, .header .inner-wrap {
    display: flex;
    align-items: center;
}
.welcome-msg {
    color: #222;
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    letter-spacing: -.0125em;
    line-height: 1.5;
    white-space: nowrap;
}

.header-left, .header-right, .header-center {
    display: flex;
    align-items: center;
}
.header-right {
    margin-left: auto;
}

.header-middle {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    color: #222;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.logo {
    max-width: 200px;
}
.logo img {
    display: block;
}
.header-middle .logo {
    margin-bottom: .1rem;
}
.header-search.hs-expanded {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    flex: 1;
}
.header-search {
    position: relative;
}
.header-middle {
    color: #222;
    font-size: 25px;
}
.header-search.hs-expanded .input-wrapper {
    width: 100%;
    border: 1px solid #cdd4de;
    border-radius: 25px;
    height: 4.5rem;
}
.header-search .input-wrapper {
    display: flex;
    position: relative;
}
.header-search.hs-expanded .select-box {
    width: 147px;
    height: 38px;
    line-height: 40px;
    color: #666;
    border-radius: 25px;
    margin-right: 5px;
}
.divider-search {
    display: inline-block;
    margin-right: 1.5rem;
    height: 3rem;
    width: 2px;
    background-color: #cdd4de;
    margin-top: 5px;
}

.header-search.hs-expanded input.form-control {
    flex: 1;
    min-height: 100%;
    margin-left: 1.9rem;
    margin-right: 1.9rem;
    letter-spacing: 0;
    color: #2222;
    background-color: #fff;
}
.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    border: 0;
    color: #222 !important;
    background-color: #eee;
    font-size: 1.3rem;
    letter-spacing: inherit;
    box-shadow: inherit;
}
.header-search input.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
}
.header-search.hs-expanded .btn-search {
    min-width: 7rem;
    background-color: #C0C0C0;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 25px;
}

.header-search .btn-search i {
    margin: 0 .1rem .1rem 0;
    vertical-align: middle;
    font-size: 2rem;
}
.header-search .select-box select {
    position: relative;
    color: #999;
    padding-left: 25px;
    padding-right: 3rem;
    border: 0;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0;
    z-index: 1;
    border-radius: 25px;
}
.select-box select, .select-menu select {
    position: relative;
    max-width: 17rem;
    min-height: auto;
    width: auto;
    height: 100%;
    padding-left: 9px;
    padding-right: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: inherit;
    background-color: #fff;
    font-size: 1.2rem;
    font-family: inherit;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
}


.header-middle .icon-box {
    margin-right: 1.8rem;
    padding-bottom: .1rem;
    transition: none;
}


.header-left a {
    color: #231f20;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.d-lg-show {
    display: flex;
}
.header-right a {
    color: #231f20;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.header-middle p {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #231f20;
    letter-spacing: -.0428em;
    line-height: 1;
}

.wishlist {
    padding: 25px;
    font-size: 25px;
}
.wishlist:hover{
    color: #f16422;
}


.shopping-cart{
    padding: 25px;
    font-size: 25px;
}

.refresh{
    padding: 25px;
    font-size: 25px;
}
.refresh:hover{
    color: #f16422;
}
.w-100{
    width: 100%;
}

.icon-box-icon{
    font-size: 25px;
}
.header .main-menu {
    text-align: center;
}
.header .main-menu li {
    display: block;
}
.header .main-menu > li {
    display: inline-block !important;
    margin: 15px 7px 10px 7px;
    transition: all 0.3s ease 0s;
    color: #222;
}

.header .main-menu li a {

    display: inline-block;
    color: #222;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    padding: 3px 0;


}

.header .mega-menu-4 li a {
    width: 250px;
}

.header .main-menu li:not(.title) > a::before {
    bottom: 0;
    content: "";
    height: 1px;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 0;

}
.header .main-menu > li > a {

    color: #303030;
    font-size: 13px;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
}

.header .main-menu li:not(.title):hover > a:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li a:hover{
    color: #f16422;
}

.header .main-menu .mega-menu {
    display: flex;
    display: -ms-flexbox;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    right: auto;
    left: auto;
    margin: auto;
    padding: 30px 35px;
    position: absolute;
    text-align: right;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: auto;
    z-index: 2;
}

.header .main-menu > li:hover > .mega-menu {
    transform: scale(1);
    visibility: visible;
}

.header .main-menu .mega-menu::before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: -10px;
    width: 100%;
    height: 15px;
    right: 0;

}

.header .main-menu .mega-menu.mega-menu-4 ul {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.header .main-menu .mega-menu ul {
    padding: 0 15px;
}


.header .main-menu li.title {
    padding-bottom: 15px;
}

.header .main-menu > li ul li {
    margin-bottom: 5px;
}
.header .main-menu li.title a {
    color: #444;
    font-size: 14px;
}
.header .main-menu > li > a:hover{
    color: #fff !important;
}

.header-mobile{
    margin-bottom: 100px;
    display: none;
}
.header .main-menu li .popup, .header .main-menu li .popup ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    right: 100%;
    padding: 15px 0;
    position: absolute;
    text-align: right;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 245px;
    z-index: 2;
}
.header-bottom{
    background-color: #C0C0C0;
}


.header .cart-basket {
    position: relative;
}

.header .cart-basket .cart-toggle {
    padding: 25px;
    text-align: left;
    color: #231f20;
    font-size: 14px;
    margin-bottom: 13px;
}

.cart-empty-content{
    padding: 50px 0;
}
.header .cart-basket:hover .cart-toggle {
    color: #f16422;
}

.header .cart-basket .cart-toggle span {
    display: block;
    margin-left: 6px;
}

.header .cart-basket .cart-toggle i {
    font-size: 25px;
    line-height: 20px;
}

.header .cart-basket .box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 150%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 350px;
    z-index: 9999;
    max-height: 75vh;
    overflow-y: auto;
    max-width: 88vw;
}

.header .cart-basket:hover .box {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header .cart-basket .box .box-title {
    display: block;
    text-align: center;
    line-height: 1.7;
    padding: 14px 30px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.header .cart-basket .box ul {
    padding: 10px 30px 30px 15px;
    border-bottom: 1px solid #eee;
}

.header .cart-basket .box ul li {
    display: flex;
    display: -ms-flexbox;
    padding-top: 20px;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .cart-basket .box ul li .pic-box {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.header .cart-basket .box ul li .pic-box img {
    width: 100%;
}

.header .cart-basket .box ul li .pic-box .remove {
    bottom: 0;
    position: absolute;
    left: 0;
}

.header .cart-basket .box ul li .pic-box .remove:before {
    border-left: 30px solid #f6f6f6;
    border-top: 30px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.header .cart-basket .box ul li .pic-box .remove:hover:before {
    border-left-color: #ddd;
}

.header .cart-basket .box ul li .pic-box .remove i {
    color: #666;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 15px;
    z-index: 2;
}

.header .cart-basket .box ul li .pic-box .remove:hover i {
    color: #f16422;
}

.header .cart-basket .box ul li .content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 100px);
    padding-right: 20px;
    padding-top: 10px;
}

.header .cart-basket .box ul li .content .title {
    display: inline-block;
    line-height: 1.7;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.header .cart-basket .box ul li .content .title:hover {
    color: #f16422;
}

.header .cart-basket .box ul li .content .text {
    display: block;
    line-height: 1.7;
    font-size: 11px;
    color: #999;
    margin-bottom: 3px;
}

.header .cart-basket .box .total {
    display: block;
    line-height: 1.7;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #666;
}

.header .cart-basket .box .total span {
    display: inline-block;
    color: #f16422;
}

.header .cart-basket .box .link-text {
    display: block;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.header .cart-basket .box .link-text:hover {
    color: #f16422;
}

.fix{
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.header .main-menu li .popup,
.header .main-menu li .popup ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    right: 100%;
    padding: 15px 0;
    position: absolute;
    text-align: right;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 245px;
    z-index: 2;
}

.header .main-menu > li > .popup {
    right: auto;
    top: 100%;
}

.header .main-menu li:hover > .popup,
.header .main-menu li .popup li:hover > ul {
    transform: scale(1);
    visibility: visible;
}

.header .main-menu li .popup li {
    padding: 0 25px;
}


@media(min-width:992px){
    .header-bottom.fix-menu .search-part form {
        height: 40px;
        top: 6px;
    }
    .header-bottom.fix-menu .search-part form .my-btn {
        width: 50px;
        line-height: 52px;
    }
    .header-bottom.fix-menu .main-menu>li{
        padding: 22px 0;
    }
    .header-bottom.fix-menu{
        margin: auto;
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(255,255,255,0.99);
        box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);

        z-index: 999;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header .main-menu .mega-menu {
        width: 930px;
    }

    .header .main-menu li .popup ul {
        right: 80%;
    }

    .header .main-menu li .popup {
        right: -20px;
    }

    .header .main-menu li .popup, .header .main-menu li .popup ul {
        width: 220px;
    }

    .header .main-menu li .popup li {
        padding: 0 20px;
    }

    .header .main-menu li a {
        font-size: 12px;
        padding: 2px 0;
    }

    .header .main-menu > li > a {
        font-size: 13px;
    }

    .header .main-menu li.title a {
        font-size: 13px;
    }

    .header .main-menu li.title {
        padding-bottom: 10px;
    }

    .header .main-menu .mega-menu {
        padding: 30px 25px;
    }
}
















.inner-sec .about-item .num {
    display: inline-block;
    color: rgba(21,21,21,.05);
    font-size: 30px;
    line-height: 1;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}

.inner-sec .about-item .title {
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #151515;
    font-size: 16px;
    line-height: 1.7;
    margin: 15px 0 15px;
}


.container .mid-page .banner-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 350px;
    top: 0;
}

.container .mid-page .order-guide .content .set-pos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.container .mid-page .order-guide .content .set-pos .text-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}




.video {
    position: relative;
    width: 450px;
    height: 400px;
    margin-top: 35px;
}
.set-pos video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.btn-top-transfer {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 50;
}
.btn-top-transfer .btn-pos {
    cursor: pointer;
    font-family: ElegantIcons;
    font-size: 18px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #d3b76e;
    border-radius: 50%;
    transition: background-color .5s;
}




main .four-zero .title .titr {
    font-size: 26px;
    text-align: center;
    font-weight: 400;
    color: var(--Black);
}

main .four-zero .title .description {
    text-align: center;
}
main .four-zero .pos {
    text-align: center;
    margin: 50px 0px 80px 0px;
}
.main-title span {
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    color: #f16422;
    margin: -100px 0 20px;
    font-size: 20px;
}
.pricing-sec{
    padding: 10px 0 60px;
}

.pricing-sec .item{
    border: 1px solid #dddddd;
    text-align: center;
    padding: 30px 20px;
}

.pricing-sec .item .title{
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #f16422;
    font-size: 16px;
    margin: 0 0 10px;
}

.pricing-sec .item .price{
    display: block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 36px;
    line-height: 50px;
    padding: 17px 0 14px;
    color: #7a7a7a;
}

.pricing-sec .item ul{
    list-style: none;
    padding: 18px 0 11px;
    margin: 0 0 30px;
}

.pricing-sec .item ul li{
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #828282;
}

.section4{


}

.section4 .item .img-box{
    height: 200px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
    z-index: 90;
    border-radius: 3px;
}

.section4 .item .img-box:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #121B22;
    opacity: 0.3;
    z-index: 2;
    transition: 0.3s ease-out;
}

.section4 .item .img-box img{
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transition: transform 0.35s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section4 .item .img-box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.section4 .item .img-box .tour-count{
    background-color: #fa2964;
    float: right;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: -67px;
    top: 17px;
    position: absolute;
    text-align: center;
    width: 200px;
    font-size: 12px;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 3px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    z-index: 5;
}

.section4 .item .img-box .name{
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    text-align: center;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.list ul{
    list-style: unset;
    padding: inherit;
    margin: 0 0 10px;
}
.list li{
    line-height: 2;
    font-size: 13px;
    color: #828282;
    text-align: justify;
}
.page .box-image {
    display: block;
    text-align: center;
    padding: 25px 20px;
    border: solid 1px #eee;
    color: #222;
    background-color: #fff;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.page .box-image img {
    width: 20%;
    height: auto;
    margin: 0 auto 15px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .4s ease;
}
.page .box-image span {
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
    transition: all .2s ease;
}
.gallery-sec{
    padding: 10px 0 70px;
}

.gallery-sec .col-lg-4:nth-child(3n+1){
    clear: both;
}

.gallery-sec .pic-box{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: -50px;
}

.gallery-sec .pic-box img{
    width: 100%;
    height: auto;
}

.gallery-sec .pic-box .hover-box{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(190, 141, 0, 0.5);
    color: #fff;
    font-size: 26px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    opacity: 0;
    text-align: center;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.gallery-sec .pic-box:hover .hover-box{
    opacity: 1;
}
.page-titr {
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    color: #f16422;
    margin: 10px 15px 30px;
    font-size: 20px;
}



.inner-sec{
    padding: 80px 0;

}
.list-sitemap {
    font-size: 13px;
    list-style: none;
    padding: 5px 0;
    line-height: 35px;
    margin-top:-30px;


}
.list-sitemap a {
    color: #676664;
}


.section20{
    width: 100%;
    padding: 60px 0;
}

.section20 .item{
    display: block;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    padding: 40px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    border: 1px solid #e8e9ec;
    margin-top: -50px;
    margin-bottom: -30px;
}

.section20 .item .icon{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid rgba(241,100,34, 0.32);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.section20 .item:hover .icon{
    -webkit-box-shadow: 0 0 0 5px #efeded;
    -moz-box-shadow: 0 0 0 5px #efeded;
    -ms-box-shadow: 0 0 0 5px #efeded;
    -o-box-shadow: 0 0 0 5px #efeded;
    box-shadow: 0 0 0 5px #efeded;
}

.section20 .item .icon i{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-left: -22px;
    margin-top: -22px;
    font-size: 45px;
    color: #fa2964;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}
.section20 .item .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-left: -22px;
    margin-top: -22px;
    font-size: 45px;
    color: #fa2964;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}
.section20 .item .title{
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #656565;
}

.section20 .item p{
    line-height: 1.8;
    font-size: 13px;
    color: #727272;
}





.blog-sec .search-sec form{
    margin-bottom: 20px;
    position: relative;

}

.blog-sec .search-sec form .search{
    width: 100%;
    color: #333;
    min-height: 40px;
    border: solid 1px #e8e8e8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 12px 6px 45px;
    background-color: #fff;
    outline: none;
    font-size: 13px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.blog-sec .search-sec form .search:focus{
    color: #82b440;
    border-color: #bbb;
}

.blog-sec .search-sec form .search-btn{
    position: absolute;
    left: 0;
    top: 0;
    outline: none;
    background: #f3f3f3;
    padding: 10px;
    border: solid 1px #e8e8e8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #ccc;
    font-size: 18px;
    height: 100%;
    transition: all .3s ease;
}

.blog-sec .search-sec form .search-btn:hover{
    background-color: #fa2964;
    border-color: #fa2964;
    color: #fff;
}




.page-title-2 {
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    color: #f16422;
    margin: 0 0 20px;
    font-size: 20px;
    margin-top: -120px;

}



.inner-sec .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}

.inner-sec .card .card-header{
    padding: 0;
    margin-bottom: 0;
    color: inherit;
    background-color: transparent;
    border-bottom: 0;
    border-radius: 0;
}

.inner-sec .card .card-header a{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    color: #333;
    line-height: 1.8;
    font-size: 16px;
}
.mt-5,.my-5 {
    margin-top: 3rem !important;
}
.tag-text{
    background-color: #f16422;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
}
.tag-text:hover{
    background-color: #222;
    color: #fff;
}
.m-0{
    margin: 0;
}
.inner-sec .card .card-header a:after{
    position: absolute;
    font-size: 16px;
    line-height: 1;
    top: 12px;
    left: 0;
    cursor: pointer;
    /*content: "\e929";*/
    color: #a0a0a0;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0,0);
}

/*.inner-sec .card .card-header a.collapsed:after{*/
/*    content: "\e926";*/
/*}*/

.inner-sec .card .card-header .label{
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background: #bf815d;
    text-align: center;
    padding: 10px 0;
    width: 40px;
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    margin-bottom: 5px;
}

.inner-sec .card-body {
    padding: 25px 0 5px;
    display: -ms-flexbox;
    display: flex;
}

.inner-sec .card-body .label{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #bf815d;
    background: #f0f0f0;
    text-align: center;
    padding: 10px 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin: 0 0 5px 15px;
}

.inner-sec .card-body p{
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
}




@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%)
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

.slider-sec{
    margin: 30px 0 0;
}

.slider-sec .slider{
    position: relative;
}

.slider-sec .owl-carousel img{
    width: 100%;
    height: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.slider-sec .slider .controls{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10;
}

.slider-sec .slider .controls div{
    position: absolute;
    text-align: center;
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 50px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.slider-sec .slider:hover .controls div{
    opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slider-sec .slider .controls .next{
    right: 80px;
    background-image: url(../images/icons/slider-next.png);
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slider-sec .slider:hover .controls .next{
    right: 25px;
}

.slider-sec .slider .controls .next:hover{
    background-image: url(../images/icons/slider-next-hover.png);
}

.slider-sec .slider .controls .prev{
    left: 80px;
    background-image: url(../images/icons/slider-prev.png);
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.slider-sec .slider:hover .controls .prev{
    left: 25px;
}

.slider-sec .slider .controls .prev:hover{
    background-image: url(../images/icons/slider-prev-hover.png);
}

.slider-sec .banner{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.slider-sec .banner img{
    width: 100%;
    height: auto;
    transition: all .3s ease;
}

.slider-sec .banner:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    background: rgba(0, 0, 0, 0.4);
}

.slider-sec .banner:before{
    content: "";
    width: 100%;
    height: 50%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg);
    transition: all 0.3s ease 0s;
}

.slider-sec .banner:hover:before{
    transform: rotateZ(0);
}

.slider-sec .banner:after{
    content: "";
    width: 100%;
    height: 50%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    z-index: 1;
    transform: rotateZ(90deg);
    transition: all 0.3s ease 0s;
    top: auto;
    bottom: 0;
    transform-origin: 0 100%;
}

.slider-sec .banner:hover:after{
    transform: rotateZ(0);
}

.slider-sec .owl-theme .owl-dots{
    margin-top: -25px!important;
    position: relative;
    z-index: 5;
}

.slider-sec .owl-theme .owl-dots span {
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    cursor: pointer;
    width: 11px;
    height: 5px;
    background: #ffffff;
    border-radius: 3px;
    margin: 0 4px;
    opacity: 1;
}

.slider-sec .owl-theme .owl-dots .owl-dot.active span,.slider-sec .owl-theme .owl-dots .owl-dot:hover span {
    color: #f16422;
    background: #f16422;
}

.section1 .services{
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.section1 .services .col-md-3{
    border-left: 1px solid #E8E8E8;
}

.section1 .services .col-md-3:last-child{
    border-left: 0;
}

.section1 .services .service-item .image{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    height: 40px;
    width: 40px;
    font-size: 0;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.section1 .services .service-item:hover .image{
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-name: "flash";
    webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: "flash";
    -moz-animation-duration: 0.8s;
    -moz-animation-timing-function: linear;
    -moz-animation-name: "flash";
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.section1 .services .service-item .image.img1{
    background: url(../images/icons/service-1.png)no-repeat center;
    background-size: 37px;
}

.section1 .services .service-item:hover .image.img1{
    background-image: url(../images/icons/service-1-hover.png);
    background-size: 37px;
}

.section1 .services .service-item .image.img2{
    background: url(../images/pic/online-shop.png)no-repeat center;
    background-size: 35px;
}

.section1 .services .service-item:hover .image.img2{
    background-image: url(../images/pic/online-shop.png);
    background-size: 35px;
}

.section1 .services .service-item .image.img3{
    background: url(../images/icons/service-4.svg)no-repeat center;
    background-size: 35px;
}

.section1 .services .service-item:hover .image.img3{
    background-image: url(../images/icons/service-4-hover.svg);
    background-size: 35px;
}

.section1 .services .service-item .image.img4{
    background: url(../images/icons/service-4.png)no-repeat center;
    background-size: 40px;
}

.section1 .services .service-item:hover .image.img4{
    background-image: url(../images/icons/service-4-hover.png);
    background-size: 40px;
}

.section1 .services .service-item .title{
    display: inline-block;
    vertical-align: top;
    color: #000000;
    text-align: right;
    margin: 8px 0 0;
    font-size: 12px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 24px;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.section1 .services .service-item:hover .title{
    color: #f16422;
}

.section1 .cat-item{
    position: relative;
    overflow: hidden;
}

.section1 .cat-item:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 20%, rgba(131, 0, 169, 0.5) 150%);
    content: '';
    opacity: 0;
    transform: translate3d(0,50%,0);
    -webkit-transform: translate3d(0,50%,0);
    -moz-transform: translate3d(0,50%,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section1 .cat-item:hover:before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section1 .cat-item img{
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    width: 100%;
    height: auto;
    opacity: 1;
}

.section1 .cat-item .content{
    background: rgba(0,0,0,0.55);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.section1 .cat-item .content .text-box{
    bottom: 50px;
    position: absolute;
    top: auto;
    right: 50px;
    left: auto;
    text-align: right;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    display: inline-block;
}

.section1 .cat-item:hover .content .text-box{
    bottom: 55px;
}

.section1 .cat-item .content .text-box .text1{
    display: block;
    font-size: 18px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    letter-spacing: 1px;
}

.section1 .cat-item .content .text-box .text2{
    display: block;
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.section1 .cat-item .content .text-box .link{
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.section1 .cat-item .content .text-box .link:hover{
    color: #f16422;
}

.section1 .cat-item .content .text-box .link:after{
    content: "\f104";
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin: 0 5px;
    font-family: "FontAwesome";
    top: -2px;
    position: relative;
}

.main-controls{
    text-align: center;
    position: absolute;
    left: 0;
    right: auto;
    top: 4px;
    bottom: auto;
    z-index: 2;
}

.main-controls div{
    z-index: 99;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff;
    height: 20px;
    width: 20px;
    background-size: 100%;
    line-height: 20px;
    background-position: center;
    margin: 0 0 0 5px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-controls .next{
    background-image: url(../images/icons/pst-prod-next.svg);
}

.main-controls .next:hover{
    background-image: url(../images/icons/pst-prod-next-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.main-controls .prev{
    background-image: url(../images/icons/pst-prod-prev.svg);
}

.main-controls .prev:hover{
    background-image: url(../images/icons/pst-prod-prev-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.section2{
    padding: 50px 0;
}

.section2 .sec-title{
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #222222;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 0;
}

.section2 .special-slider{
    position: relative;
}

.section2 .special-slider .owl-carousel .item{
    padding: 0 15px;
}

.section2 .special-slider .pic-box{
    margin-bottom: 20px;
    position: relative;
}

.section2 .special-slider .pic-box .pic{
    display: block;
    text-align: center;
    overflow: hidden;
}

.section2 .special-slider .pic-box .pic img{
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.section2 .special-slider .pic-box .pic .main-img{
    opacity: 1;
    -moz-opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.section2 .special-slider .pic-box:hover .pic .main-img{
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.section2 .special-slider .pic-box .pic .hover-img{
    color: #ffffff;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition-duration: 500ms;
    -moz-transition-duration: 500ms;
}

.section2 .special-slider .pic-box:hover .pic .hover-img{
    position: relative;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition-duration: 500ms;
    -moz-transition-duration: 500ms;
}

.section2 .special-slider .pic-box .discount{
    position: absolute;
    right: 20px;
    left: auto;
    top: 70px;
    bottom: auto;
}

.section2 .special-slider .pic-box .discount:before{
    content: '';
    display: block;
    position: absolute;
    right: 37px;
    left: auto;
    top: -70px;
    bottom: auto;
    background: #fff;
    height: 80px;
    width: 1px;
}

.section2 .special-slider .pic-box .discount:after{
    content: '';
    display: block;
    position: absolute;
    right: 34px;
    left: auto;
    top: 8px;
    bottom: auto;
    background: #fff;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.section2 .special-slider .pic-box .discount .val{
    float: none;
    display: inline-block;
    vertical-align: middle;
    height: 76px;
    width: 76px;
    line-height: 70px;
    font-size: 20px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    background-color: #e70602;
    border: 4px double #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation-name: swing;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -webkit-transform-origin: top center;
}

@-moz-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -moz-transform-origin: top center;
    }
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@-webkit-keyframes swing {
    20%, 40%, 60%, 80%, 100% {
        -webkit-transform-origin: top center;
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.section2 .special-slider .pic-box .add-wish{
    display: inline-block;
    border: none;
    background: transparent;
    outline: none;
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 10px;
    left: 20px;
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    transform: scale3d(0.0,0.0,0.0);
    -webkit-transform: scale3d(0.0,0.0,0.0);
    -ms-transform: scale3d(0.0,0.0,0.0);
    -o-transform: scale3d(0.0,0.0,0.0);
    -moz-transform: scale3d(0.0,0.0,0.0);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    text-align: center;
}

.section2 .special-slider .pic-box:hover .add-wish{
    opacity: 1;
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
}

.section2 .special-slider .pic-box .add-wish:before{
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 14px;
    color: #000;
    display: inline-block;
    transition: all .3s ease;
}

.section2 .special-slider .pic-box .add-wish:hover:before{
    content: "\f004";
    color: #f16422;
}

.section2 .special-slider .caption{
    text-align: right;
}

/*.section2 .special-slider .caption .title{*/
/*    display: inline-block;*/
/*    color: #000;*/
/*    font-size: 16px;*/
/*    font-family: 'Kalameh', sans-serif;
font-weight: 700; */
/*    line-height: 1.7;*/
/*    margin: 0 0 10px;*/
/*}*/

.section2 .special-slider .caption .title:hover{
    color: #f16422;
}

/*.section2 .special-slider .caption .price{*/
/*    margin-bottom: 10px;*/
/*}*/

/*.section2 .special-slider .caption .price .new-price{*/
/*    display: inline-block;*/
/*    font-size: 18px;*/
/*    font-family: 'Kalameh', sans-serif;
font-weight: 700; */
/*    color: #f16422;*/
/*}*/

/*.section2 .special-slider .caption .price .old-price{*/
/*    display: inline-block;*/
/*    color: #a0a0a0;*/
/*    margin: 0 5px;*/
/*    font-size: 13px;*/
/*    text-decoration: line-through;*/
/*}*/

.section2 .special-slider .timer{
    margin-top: 20px;
}

.section2 .special-slider .timer .timer-box{
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.section2 .special-slider .timer .timer-box:last-child{
    margin-left: 0;
}

.section2 .special-slider .timer .timer-box strong{
    color: #fff;
    background: #2A2931;
    font-size: 16px;
    position: relative;
    display: inline-block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 47px;
    width: 45px;
    height: 45px;
    z-index: 99999;
    box-sizing: border-box;
}

.section2 .special-slider .timer .timer-box span{
    color: #777777;
    font-size: 11px;
    display: block;
    padding: 10px 0 0;
    position: relative;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}

.section2 .cat-tabs{
    position: relative;
}

.section2 .cat-tabs .sec-title{
    float: right;
    display: inline-block;
}

.section2 .cat-tabs .tab-list{
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
    float: left;
}

.section2 .cat-tabs .tab-list li{
    display: inline-block;
    margin-left: 10px;
}

.section2 .cat-tabs .tab-list li a{
    color: #999999;
    position: relative;
    padding: 5px 20px;
    line-height: 2;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.section2 .cat-tabs .tab-list li.active a{
    color: #303030;
    background: #C0C0C0;


}
.section2 .cat-tabs .tab-list li a:hover,.section2 .cat-tabs .tab-list li a:focus{
    background: none;
}
.shop-item{
    background: #fff;
    clear: both;
    margin: 0 0 35px;
    position: relative;
}

.shop-item:after{
    clear: both;
    content: "";
    display: block;
}

.shop-item .pic-box{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.shop-item .pic-box .pic{
    display: block;
    text-align: center;
    overflow: hidden;
}

.shop-item .pic-box .pic img{
    width: 100%;
    height: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.shop-item .pic-box .pic .main-img{
    opacity: 1;
    -moz-opacity: 1;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.shop-item .pic-box:hover .pic .main-img{
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.shop-item .pic-box .pic .hover-img{
    color: #ffffff;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition-duration: 500ms;
    -moz-transition-duration: 500ms;
}

.shop-item .pic-box:hover .pic .hover-img{
    position: relative;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition-duration: 500ms;
    -moz-transition-duration: 500ms;
}

.shop-item .pic-box .add-wish{
    display: inline-block;
    border: none;
    background: transparent;
    outline: none;
    height: 20px;
    width: 20px;
    line-height: 20px;
    top: 10px;
    left: 20px;
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    transform: scale3d(0.0,0.0,0.0);
    -webkit-transform: scale3d(0.0,0.0,0.0);
    -ms-transform: scale3d(0.0,0.0,0.0);
    -o-transform: scale3d(0.0,0.0,0.0);
    -moz-transform: scale3d(0.0,0.0,0.0);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    text-align: center;
}

.shop-item .pic-box:hover .add-wish{
    opacity: 1;
    transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
}

.shop-item .pic-box .add-wish:before{
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 14px;
    color: #000;
    display: inline-block;
    transition: all .3s ease;
}

.shop-item .pic-box .add-wish:hover:before{
    content: "\f004";
    color: #f16422;
}

.shop-item .pic-box .label-text{
    display: inline-block;
    font-size: 12px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
    position: absolute;
    left: auto;
    right: -20%;
    top: 10px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.shop-item .pic-box:hover .label-text{
    right: 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.shop-item .pic-box .action-btn{
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    top: auto;
}

.shop-item .pic-box .action-btn li{
    display: inline-block;
}

.shop-item .pic-box .action-btn li:nth-child(2){
    margin: 0 7px;
}

.shop-item .pic-box .action-btn li button{
    outline: none;
    border: 0;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    height: 38px;
    width: 38px;
    line-height: 42px;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    cursor: pointer;
}

.shop-item .pic-box .action-btn li .btn-quick-view{
    position: relative;
    opacity: 0;
    transform: translateX(300%);
}

.shop-item .pic-box:hover .action-btn li .btn-quick-view{
    transform: translateX(0);
    opacity: 1;
}

.shop-item .pic-box .action-btn li .add-compare{
    position: relative;
    opacity: 0;
    transform: translateX(-300%);
}

.shop-item .pic-box:hover .action-btn li .add-compare{
    transform: translateX(0);
    opacity: 1;
}

.shop-item .pic-box .action-btn li .add-cart{
    position: relative;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
}

.shop-item .pic-box:hover .action-btn li .add-cart{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;

}

.shop-item .pic-box .action-btn li button:hover{
    background-color: #f16422;
    color: #fff;
}

.shop-item .pic-box .action-btn li .add-cart{
    background-color: #f16422;
    color: #fff;
}

.shop-item .pic-box .action-btn li .add-cart:hover{
    background-color: #000000;
    color: #fff;
}

.shop-item .title{
    display: inline-block;
    color: #808080;
    font-size: 13px;
    line-height: 1.8;
    transition: all 0s , color .3s ease;
}

.shop-item .title:hover{
    color: #f16422;
}

.shop-item .percent{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #ff0000;
    position: absolute;
    left: 20px;
    top: 10px;
}

.shop-item .price{
    margin-top: 10px;
}

.shop-item .price .new-price{
    color: #000000;
    font-size: 12px;
    display: inline-block;
    line-height: 1.8;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}

.shop-item .price .old-price{
    display: inline-block;
    color: #a0a0a0;
    margin: 0 5px;
    font-size: 12px;
    text-decoration: line-through;
}

.quick-view{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,.7);
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
}

.quick-view .content{
    border-radius: 3px;
    overflow: hidden;
    padding: 0 25px;
    position: absolute;
    width: 95%;
    height: auto;
    max-height: 95%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 99999;
    background: #fff;
}

.quick-view.open{
    visibility: visible;
    opacity: 1;
}

.quick-view .col-xs-12{
    padding-top: 40px;
    padding-bottom: 40px;
}

.quick-view .img-zoom-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.quick-view .img-zoom-container>img{
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    cursor: crosshair;
}

.quick-view .close-btn{
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    font-size: 15px;
    color: #fff;
    background-color: #f16422;
    padding: 3px 8px;
    height: 24px;
    line-height: 20px;
    transition: all .3s ease;
}

.quick-view .close-btn:hover{
    background-color: #000;
}

.quick-view .product-title{
    margin: 10px 0;
    font-size: 20px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    color: #000;
}

.quick-view .price-box{
    margin: 10px 0;
}

.quick-view .cost{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: inline-block;

}

.quick-view .old-cost{
    font-size: 14px;
    color: #696969;
    font-weight: 300;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 10px;
}

.quick-view .border{
    margin: 20px 0 ;
}

.quick-view .text{
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 1.8;
    margin-top: 15px;
    text-align: justify;
    margin-bottom: 25px;
}

.quick-view .numbers-row .mybtn{
    background-color: transparent;
    border: 0;
    border-right: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #95989f;;
    font-size: 10px;
    padding: 12px 4px 9px 0;
    line-height: 18px;
    display: inline-block;
    height: 40px;
    width: 25px;
    cursor: pointer;
    outline: none;
    text-align: center;
    float: right;
}

.quick-view .numbers-row{
    display: inline-block;
    float: right;
    background-color: #fff;
    border: 1px solid #e9e8f3;
    user-select: none;
    margin-left: 10px;
    border-radius: 5px;
}

.quick-view .numbers-row .mybtn:hover{
    color: #000;
}

.quick-view .numbers-row .qty{
    border: 0;
    background-color: #fff;
    color: #333333;
    font-size: 13px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: center;
    width: 30px;
    float: right;
}

.quick-view .btn-link{
    background: #f16422;
    color: #fff;
    padding: 0 26px;
    border: 0;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border-radius: 5px;
    text-decoration: none;
    float: right;
    height: 40px;
    line-height: 38px;
}

.quick-view .btn-link:hover{
    background: #000;
    color: #fff;
}

.quick-view .btn-link i{
    margin-left: 6px;
    font-size: 12px;
}

.quick-view .status{
    color: #23262d;
    display: block;
    font-size: 11px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}

.quick-view .status span{
    display: inline-block;
    color: #95989f;
    font-family: 'Kalameh', sans-serif;
    font-weight: 400;
}

.quick-view .my-link{
    height: 38px;
    width: 38px;
    line-height: 44px;
    font-size: 14px;
    outline: none;
    border: 0;
    display: inline-block;
    text-align: center;
    border: none;
    margin-bottom: 5px;
    border-radius: 5px;
    margin-left: 10px;
    color: #fff;
    background-color: #f16422;
    position: relative;
    transition: all .3s ease;
}

.quick-view .my-link:hover{
    color: #fff;
    background: #000;
}

.quick-view .my-link .text{
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%,0);
    border-radius: 2px;
    font-size: 9px;
    background: #000;
    color: #fff;
    visibility: hidden;
    display: block;
    overflow: visible;
    opacity: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 10px 3px;
}

.quick-view .my-link:hover .text{
    opacity: 1;
    visibility: visible;
}

.quick-view .my-link .text:before{
    top: -4.5px;
    left: 50%;
    transform: translateX(-50%);
    border-width:0 5px 5px 5px;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-bottom-color: #000;
    border-style: solid;
    content: "";
    display: block;
}

.quick-view .tag{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.quick-view .tag li{
    display: inline-block;
}

.quick-view .tag li+li:before{
    display: inline-block;
    content: ",";
    margin-left: 2px;
}

.quick-view .tag li a{
    display: inline-block;
    color: #000;
    font-size: 9px;
    line-height: 1.6;
}

.quick-view .tag li a:hover{
    color: #f16422!important;
}

.quick-view .text2{
    display: inline-block;
    color: #23262d;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 1.6;
}

.quick-view .mrg{
    margin-top: 10px;
}

.section3{
    margin-bottom: 5px;
}

.section3 .box{
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.section3 .box img{
    vertical-align: middle;
    max-width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.section3 .box .text-box{
    position: absolute;
    top: 15%;
    right: 10%;
    left: auto;
    bottom: auto;
    text-align: right;
    z-index: 2;
}

.section3 .box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.6s ease 0s;
}


.section3 .box:hover:before{
    transform: scaleX(1);
}

.section3 .box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.6s ease 0s;
}

.section3 .box:hover:after{
    transform: scaleY(1);
}

.section3 .box .text-box .title{
    display: block;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.6;
    margin: 0;
}

.section3 .box .text-box .info{
    color: #fff;
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.6;
}

.section3 .box .text-box .link{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 12px 20px;
    background: #f16422;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.section3 .box .text-box .link:hover{
    color: #ffffff;
    background: #000000;
}

.section4{
    margin-bottom: 50px;
}

.section4 .sec-title{
    display: block;
    color: #222222;
    font-size: 20px;
    line-height:1.7;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.section4 .item{
    text-align: center;
}

.section4 .item .blog-pic{
    position: relative;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    cursor: pointer;
}

.section4 .item .blog-pic img{
    width: 100%;
    height: auto;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
}

.section4 .item .blog-pic:hover img{
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    background: #000000;
    display: block;
}

.section4 .item .blog-pic .hover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.section4 .item .blog-pic:hover .hover{
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.section4 .item .blog-pic .hover i{
    bottom: auto;
    top: 45%;
    position: absolute;
    left: 50%;
    font-size: 18px;
    background: #C0C0C0;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.section4 .item .blog-pic .hover i:hover{
    background-color: #000;
}

.section4 .item .blog-pic .date{
    display: inline-block;
    position: absolute;
    color: #fff;
    background-color: #f16422;
    margin: 0;
    left: auto;
    right: 0;
    top: 15px;
    font-size: 12px;
    bottom: auto;
    padding: 5px 10px 3px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}

.section4 .item .post-title{
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 5px;
}

.section4 .item .post-title:hover{
    color: #f16422;
}

.section4 .item p{
    line-height: 1.8;
    text-align: center;
    font-size: 12px;
    color: #808080;
}

.section4 .pos,.section5 .pos{
    position: relative;
}

.section5{
    margin-bottom: 50px;
}

.section5 .item{
    text-align: center;
}

.section5 .item img{
    max-width: 100%;
    height: auto;
    width: auto!important;
    margin: 0 auto;
    display: block;
}

.section5 .item:hover img{
    -webkit-filter: contrast(1);
    filter: contrast(1);
    opacity: 0.7;
}

.section5 .main-controls{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease;
    width: 100%;
}

.section5 .pos:hover .main-controls{
    opacity: 1;
}

.section5 .main-controls .next{
    right: 0;
    position: absolute;
}

.section5 .main-controls .prev{
    position: absolute;
    left: 0;
}

.footer{
    background: #C0C0C0;
}

.footer .top-part{
    background: #2A2931;
    padding: 28px 0;
}

.footer .top-part .text-box .icon{
    background: url(../images/icons/news-letter.svg)no-repeat center;
    float: right;
    background-size: 43px;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: 0 0 0 10px ;
}

.footer .top-part .text-box .content{
    overflow: hidden;
}

.footer .top-part .text-box .content .title{
    display: block;
    line-height: 1.6;
    color: #fff;
    font-size: 18px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer .top-part .text-box .content .text{
    display: block;
    line-height: 1.4;
    color: #fff;
    font-size: 12px;
}

.footer .top-part form{
    position: relative;
    width: 100%;
    margin-top: 5px;
}

.footer .top-part .input-box{
    outline: none;
    padding: 11px 11px 11px 130px;
    width: 98%;
    float: right;
    border: none;
    background-color: #F5F5F5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    color: #808080;
}

.footer .top-part .button{
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 1px;
    background-color: #f16422;
    color: #ffffff;
    padding: 10px 22px;
    font-size: 12px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 20px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    transition: all .3s ease;
    border: 0;
}

.footer .top-part .button:hover{
    background-color: #000000;
    color: #ffffff;
}

.footer .inner-part{
    padding: 0 0 60px 0;
}

.footer .inner-part .col-1{
    width: 40%;
    float: right;
    padding-left: 50px;
    padding-right: 15px;
}

.footer .inner-part .col-2{
    width: 20%;
    float: right;
    padding-left: 15px;
    padding-right: 80px;
}

.footer .inner-part .sec-title{
    position: relative;
    color: #000000;
    font-size: 14px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height:1.7;
    margin: 0 0 25px;
    letter-spacing: .8px;
}

.footer .inner-part .sec-title.mrg-top{
    margin-top: 20px;
}

.footer .inner-part .sec-title .toggle-btn{
    cursor: pointer;
    display: block;
    overflow: hidden;
    color: #000000;
    float: left;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 12px;
}

.footer .inner-part  .contact-info{
    display: block;
    color: #828282;
    line-height: 1.9;
    margin-bottom: 5px;
    font-size: 13px;
}

.footer .inner-part  .contact-info .separator{
    display: inline-block;
    margin: 0 10px 0 6px;
}

.footer .inner-part .contact-info .val{
    text-align: right;
    color: #828282;
}

.footer .inner-part .contact-info .val.ltr{
    display: inline-block;
}

.footer .inner-part  .contact-info a.val:hover{
    color: #f16422;
}

.footer .inner-part .social{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .inner-part .social li{
    display: inline-block;
    margin-left: 30px;
}

.footer .inner-part .social li:last-child{
    margin-left: 0;
}

.footer .inner-part .social li a{
    display: block;
    color: #000000;
    font-size: 20px;
    line-height: 2;
}

.footer .inner-part .social li a:hover{
    color: #f16422;
}

.footer .inner-part .list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .inner-part .list li{
    display: block;
    margin-bottom: 10px;
}

.footer .inner-part .list li a{
    display: inline-block;
    color: #828282;
    font-size: 13px;
    line-height: 1.8;
}

.footer .inner-part .list li a:hover{
    color: #f16422;
}

.footer .btm-part{
    padding: 15px 0;
    border-top: 1px solid #dcdee3;
}

.footer .btm-part p{
    color: #828282;
    font-size: 12px;
    line-height: 2;
    margin: 0;
}

.footer .btm-part p a{
    display: inline-block;
    color: #828282;
}

.footer .btm-part p a:hover{
    color: #f16422;
}

#back-to-top{
    background-color: #f16422;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 95;
    font-size: 30px;
    background-size: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 0px;
}

#back-to-top.show{
    opacity: 1;
    visibility: visible;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}


.breadcrumb-sec{
    padding: 20px 0;
    margin: 30px 0;
}

.breadcrumb-sec .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-sec .breadcrumb li{
    position: relative;
    white-space: nowrap;
    line-height: 24px;
    color: #828282;
    font-size: 12px;
}

.breadcrumb-sec .breadcrumb li a{
    color: #828282;
}

.breadcrumb-sec .breadcrumb li a i{
    font-size: 15px;
}

.breadcrumb-sec .breadcrumb li a:hover{
    color: #f16422;
}

.breadcrumb-sec .breadcrumb li+li:before {
    content: "\f100";
    padding: 0 7px;
    font-family: 'FontAwesome';
}

.sidebar{
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.sidebar .box{
    margin-bottom: 20px;
}

.sidebar .box .box-title{
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 15px 0;
}
.sidebar .box .box-content{
    margin-bottom: 30px;
}
.sidebar .box .search-blog-single{
    border: 1px solid #a4a4a4;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #ffffff;
    color: #444444;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .box .search-blog-single input{
    border: 0; outline: none;
}

.sidebar .box .search-blog-single button{
    background: none;border: 0;font-size: 17px;
}

.sidebar .box .box-title .box-title-btn{
    cursor: pointer;
    display: block;
    overflow: hidden;
    color: #fff;
    float: left;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    font-size: 13px;
    padding: 18px 15px;
}

/*.sidebar .box .box-content{*/
/*    padding: 15px 20px;*/
/*    background: #f6f6f6;*/
/*    border-radius: 0 0 5px 5px;*/
/*    -webkit-border-radius: 0 0 5px 5px;*/
/*    -moz-border-radius: 0 0 5px 5px;*/
/*}*/

.sidebar .box .box-content h3{
    margin-top: 5px ;
    font-size: 13px;
    line-height:25px;
}
.box-author{
    text-align: center;
}
.box-author img {
    max-width: 160px;
    border-radius: 100px;
}

.box-author h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 10px 0;
    padding: 0;
    color: #444444;
}

.box-author p {
    color: #727272;
    margin: 10px 0 0 0;
}
.sidebar .shop-item{
    padding-top: 15px;
    background: transparent;
}

.sidebar .shop-item .pic-box{
    width: 81px;
    display: inline-block;
    float: right;
    margin-bottom: 0;
}

.sidebar .shop-item:after{
    content: "";
    clear: both;
    display: block;
}

.sidebar .shop-item:hover .pic-box .pic .main-img {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.sidebar .shop-item:hover .pic-box .pic .hover-img {
    position: relative;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition-duration: 500ms;
    -moz-transition-duration: 500ms;
}

.sidebar .shop-item .percent{
    float: none;
    display: block;
    margin-top: 7px;
}


.sidebar .list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .list li{
    display: block;
    padding: 0 0 5px 0;
}

.sidebar .list li a{
    display: inline-block;
    color: #828282;
    font-size: 12px;
    line-height: 1.8;
    text-align: right;
}

.sidebar .list li a:hover{
    color: #f16422;
}

.sidebar .banner{
    display: inline-block;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
}

.sidebar .banner img{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.sidebar .banner:before{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: " ";
    height: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    left: 0;
    top: 0;
}

.sidebar .banner:hover:before{
    height: 100%;
    width: 100%;
    transform: rotate(0);
}

.sidebar .banner:after{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: " ";
    height: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    bottom: 0;
    right: 0;
}

.sidebar .banner:hover:after{
    height: 100%;
    width: 100%;
    transform: rotate(0);
}

.page-title{
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    color: #222;
    margin: 0 0 20px;
    font-size: 20px;
}

.shop-sec{
    margin-bottom: 50px;
}

.shop-sec .filter-box{
    background-color: #f6f6f6;
    color: #777;
    margin-bottom: 23px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.shop-sec .filter-box .text-left div{
    display: inline-block;
}

.shop-sec .filter-box .action-btn{
    display: inline-block;
    float: right;
}

.shop-sec .filter-box .action-btn .grid-btn{
    background: url(../images/icons/sprite.png) no-repeat scroll 5px -173px transparent;
    border: medium none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    float: right;
    height: 27px;
    text-decoration: none;
    text-indent: -9999px;
    width: 31px;
    padding: 0 15px;
    cursor: pointer;
}

.shop-sec .filter-box .action-btn .grid-btn.active,.shop-sec .filter-box .action-btn .grid-btn:hover{
    background: url(../images/icons/sprite.png) no-repeat scroll 5px -138px transparent;
}

.shop-sec .filter-box .action-btn .list-btn{
    background: url(../images/icons/sprite.png) no-repeat scroll -30px -173px transparent;
    border: medium none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    display: block;
    float: right;
    height: 27px;
    text-decoration: none;
    text-indent: -9999px;
    width: 31px;
    cursor: pointer;
}

.shop-sec .filter-box .action-btn .list-btn.active,.shop-sec .filter-box .action-btn .list-btn:hover{
    background: url(../images/icons/sprite.png) no-repeat scroll -30px -138px transparent;
}

.shop-sec .filter-box .compare-link{
    margin: 4px 15px 0 0;
    float: right;
    display: inline-block;
    color: #828282;
    font-size: 12px;
    line-height: 1.7;
}

.shop-sec .filter-box .compare-link:hover{
    color: #f16422;
}

.shop-sec .filter-box label{
    display: inline-block;
    margin: 5px 10px 0 10px;
    font-size: 13px;
    line-height: 1.6;
    font-weight: normal;
}

.shop-sec .filter-box select{
    outline: none;
    margin: 1px 0 0;
    width: 180px;
    padding: 3px 7px;
    font-size: 12px;
    height: 28px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 20px;
    color: #808080;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.shop-sec .filter-box select#limit{
    width: 80px;
}

.shop-sec .shop-item p{
    margin: 0 0 15px;
    text-align: justify;
    line-height: 2;
    font-size: 12px;
    color: #828282;
}

.shop-sec .grid-style .shop-item p{
    display: none;
}

.shop-sec .list-style .col-lg-3{
    width: 100%;
}

.shop-sec .list-style .pic-box{
    width: 32%;
    float: right;
    margin-bottom: 0;
}

.shop-sec .list-style .caption{
    float: right;
    width: 68%;
    overflow: hidden;
    padding: 15px 20px;
}

.shop-sec .list-style .shop-item .title{
    font-size: 17px;
    margin-bottom: 10px;
}

.shop-sec .list-style .shop-item .percent{
    float: none;
    display: inline-block;
    margin: 12px 7px 0 0;
}

.shop-sec .list-style .shop-item .price{
    display: inline-block;
    float: right;
}

.pagination-sec{
    overflow: hidden;
    margin: 20px 0 0;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.pagination-sec .text{
    line-height: 30px;
    display: block;
    font-size: 13px;
    color: #6c6c6c;
}

.pagination-sec ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.pagination-sec ul li{
    display: inline-block;
    margin-left: 5px;
}

.blog-sec{
    margin-bottom: 90px;
    /*padding: 60px 0;*/
}

.blog-sec .col-sm-6:nth-child(2n+1){
    clear: both;
}

.blog-sec .item{
    text-align: center;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.blog-sec .post-date{
    background-color: #f16422;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 6px 12px;
    font-weight: 500;
}
.blog-sec .post-content{
    padding: 30px;
    text-align: right;
}
.blog-sec .item .blog-pic{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius:0px;
    -moz-border-radius: 0px;
    cursor: pointer;
}

.blog-sec .item .blog-pic img{
    width: 100%;
    height: auto;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
}
.blog-sec .meta-top{
    margin-bottom: 10px;
}
.blog-sec .meta-top span{
    margin-left: 20px;
    font-size: 14px;
    color: #a6a6a6;
}
.blog-sec .meta-top span i{
    margin-left: 10px;
}
.blog-sec .item .blog-pic:hover img{
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    background: #000000;
    display: block;
}

.blog-sec .blog-details{
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog-sec h2{
    color: #f16422;
    font-size: 18px;
    font-weight: bold;
}

.blog-sec h3{
    color: #222;
    font-size: 16px;
    font-weight: bold;
}

.blog-sec p {
    color: #222;
    font-size: 16px;
}
.blog-sec .item .blog-pic .hover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    bottom: 0;
    background: rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}

.blog-sec .item .blog-pic:hover .hover{
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.blog-sec .item .blog-pic .hover i{
    bottom: auto;
    top: 45%;
    position: absolute;
    left: 50%;
    font-size: 18px;
    background: #C0C0C0;
    color: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 43px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.blog-sec .item .blog-pic .hover i:hover{
    background-color: #000;
}

.blog-sec .item .post-title{
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    height: 35px;
    margin-bottom: 15px;
}

.blog-sec .item .post-title:hover{
    color: #f16422;
}

.blog-sec .item p{
    line-height: 1.8;
    text-align: right;
    font-size: 13px;
    color: #808080;
}


.blog-sec .item .meta{
    margin-bottom: 15px;
}

.blog-sec .item .meta span{
    display: inline-block;
    font-size: 12px;
    color: #828282;
    line-height: 1.7;
}

.blog-sec .item .meta span+span{
    padding-right: 10px;
}

.blog-sec .item .meta span i{
    color: #777777;
    margin-left: 5px;
}

.blog-sec .item .more-link{
    display: inline-block;
    text-align: center;
    background-color: #C0C0C0;
    vertical-align: top;
    color: #303030;
    padding: 10px 20px;
    font-size: 11px;
    line-height: 1.7;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 0px;
    margin-top: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.blog-sec .item .more-link i{
    position: relative;
    top: 2px;
    margin-right: 7px;
}

.blog-sec .item .more-link:hover{
    background-color: #f16422;
}

.blog-sec .single-pic{
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.blog-sec .small-title{
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    line-height: 1.7;
    padding-top: 20px;
    margin: 0 0 20px;
}

.blog-sec .small-title.mrg{
    margin-top: 60px;
}

.form-sec{
    position: relative;
}

.form-sec .label-text{
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.7;
    color: #828282;
    margin-top: 20px;
}

.form-sec .label-text.req:before{
    content: '*';
    color: #F00;
    font-weight: bold;
    margin-left: 3px;
}

.form-sec .radio-inline{
    cursor: pointer;
    font-size: 12px;
    color: #828282;
}

.form-sec .input-box{
    outline: none;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    width: 100%;
    padding: 12px 12px;
    line-height: 20px;
    color: #808080;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    margin-top: 20px;
}

.form-sec textarea.input-box{
    resize: vertical;
}

.login-sec{
    padding: 15px 0 70px;
}

.login-sec.pda{
    padding-bottom: 80px;
}

.login-sec .sec-title{
    display: block;
    font-size: 16px;
    line-height: 1.7;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
}

.login-sec .link{
    display: inline-block;
    color: #828282;
    font-size: 12px;
    line-height: 1.8;
    margin: 15px 0 20px;
}

.login-sec .link:hover{
    color: #f16422;
}

.login-sec .pda{
    padding: 30px 30px 25px;
}

.login-sec .border-title{
    color: #525252;
    font-size: 16px;
    margin: 0 0 15px;
    display: block;
    padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.login-sec .check-text{
    display: inline-block;
    font-size: 12px;
    color: #828282;
    line-height: 1.7;
    margin-left: 10px;
}

.login-sec .check-text a{
    color: #828282;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}

.login-sec .check-text a:hover{
    color: #f16422;
}

.login-sec .check-text input[type=checkbox]{
    margin: 0 7px 0 0;
    position: relative;
    top: 4px;
}

.login-sec  p a{
    color: #828282;
}

.login-sec  p a:hover{
    color: #f16422;
}

.login-sec .action-box{
    margin-top: 15px;
}

.contact-sec{
    margin-bottom: 90px;
}

.contact-sec .contact-info{
    display: block;
    text-align: right;
    color: #666;
    padding: 15px 45px 15px 15px;
    position: relative;
}
.contact-sec .contact-info:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.contact-sec .contact-info .fa{
    border-radius: 50%;
    font-size: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 15px;
    float: right;
    text-align: center;
}

.contact-sec .contact-info .content{
    display: inline-block;
    font-size: 12px;
    line-height: 1.7;
    overflow: hidden;
}

.contact-sec .contact-info .content strong{
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    padding: 0 0 10px;
    font-size: 13px;
}

.contact-sec .contact-info .content span{
    display: block;
}

.contact-sec .map{
    font-size: 0;
    overflow: hidden;
    height: 185px;
}

.comment-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list li{
    display: block;
}

.comment-list li .body{
    margin-bottom: 25px;
}

.comment-list li .body .top-sec{
    padding: 1px 0;
}

.comment-list li .body .name{
    color: #444;
    font-size: 16px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}

.comment-list li .body .date{
    color: #828282;
    font-size: 14px;
}

.comment-list li .body p{
    padding: 0;
    margin: 2px 0;
}

.comment-list li ul{
    padding-right: 40px;
}

.page{
    margin-bottom: 90px;
}

.page img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.tab-content .table tr,
.tab-content .table td,
.tab-content .table th,
.tab-content .table{
    border-color: #e7e7e7;
}

.table-bordered .no-border {
    border-left: 0;
    border-right: 0;
}

.table > thead > tr > td{
    white-space: nowrap;
}

.table tbody tr td{
    font-size: 12px;
    color: #777;
}

.table td:first-child{
    width: 110px!important;
}

.compare-sec .table tbody tr td:first-child{
    white-space: nowrap;
    text-align: right;
    color: #828282;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
}

.table>tbody+tbody {
    border-top: 1px solid #cecece;
}

.table .img-thumbnail {
    border: 0;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    min-width: 65px;
}

.table td a{
    color: #828282;
    font-size: 12px;
    display: inline-block;
}

.table td a:hover{
    color: #f16422;
}

.table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.table tbody tr .description{
    text-align: center;
    font-size: 11px;
    max-width: 300px;
    min-width: 180px;
    line-height: 2;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px 10px 15px;
}

.table thead td, .table th td {
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 13px;
    background-color: #f6f6f6;
}

.table .old{
    text-decoration: line-through;
}

.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table .buttons-compare .add-btn{
    display: inline-block;
    padding: 12px 20px;
    line-height: 1.7;
    color: #fff;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    outline: none;
    transition: 0.3s all ease;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

.table .buttons-compare .add-btn:hover{
    color: #fff;
    background-color: #f16422;
}

.table .buttons-compare .remove-btn{
    display: inline-block;
    padding: 12px 20px;
    line-height: 1.7;
    color: #fff;
    background-color: #f16422;
    text-align: center;
    font-size: 12px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 0.3s all ease;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    margin-top: 5px;
}

.table .buttons-compare .remove-btn:hover{
    color: #fff;
    background: #000;
}

.table .input-group-td{
    width: 200px;
}

.table .input-group{
    position: relative;
    display: block;
}

.table .input-group input{
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #808080;
    font-size: 13px;
    height: 40px;
    outline: none;
    display: inline-block;
    padding: 12px 5px;
    text-align: center;
    line-height: 20px;
    width: 50px;
    border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    margin-left: 3px;
}

.input-group-btn{
    display: inline-block;
}

.table .input-group .table-bordered .input-group-btn {
    display: block;
    width: auto;
    text-align: center;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.table .input-group .update-btn{
    padding: 12px 20px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #000;
    outline: none;
    border: 0;
    transition: 0.3s all ease;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.table .input-group .update-btn:hover{
    color: #fff;
    background-color: #f16422;
}

.table .input-group .remove-btn{
    padding: 12px 20px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #f16422;
    outline: none;
    border: 0;
    transition: 0.3s all ease;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}

.table .input-group .remove-btn:hover{
    background-color: #000;
}

.product-sec{
    margin-bottom: 70px;
}

.product-sec .big-slider{
    overflow: hidden;
    cursor: crosshair;
    margin-bottom: 20px;
}

.product-sec .big-slider .big-img{
    width: 100%;
    height: auto;
}

.product-sec .big-slider .zoomImg{
    min-width: 100%;
    height: auto;
}

.product-sec .pos{
    position: relative;
}

.product-sec .pos .next{
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    right: 30px;
    position: absolute;
    top: 35%;
    z-index: 99;
    background-color: #f16422;
    height: 28px;
    width: 28px;
    line-height: 29px;
    text-align: center;
    padding: 0 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .3s ease;
}

.product-sec .pos .prev{
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    left: 30px;
    position: absolute;
    top: 35%;
    z-index: 99;
    background-color: #f16422;
    height: 28px;
    width: 28px;
    line-height: 29px;
    text-align: center;
    padding: 0 9px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .3s ease;
}

.product-sec .pos .next:hover,.product-sec .pos .prev:hover{
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgb( 217, 217, 217 );
}

.product-sec #sync2{
    width: 85%;
    margin: 0 auto;
    padding: 0 50px;
}

.product-sec #sync2 .item{
    cursor: pointer;
}

.product-sec #sync2 .item img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.product-sec .product-title{
    margin: 10px 0;
    font-size: 24px;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    line-height: 1.8;
    color: #000;
}

.product-sec .anchor{
    display: inline-block;
    font-size: 12px;
    line-height: 1.8;
    color: #828282;
    margin-left: 10px;
}

.product-sec .anchor i{
    margin-left: 6px;
}

.product-sec .anchor:hover{
    color: #f16422;
}

.product-sec .price-box{
    margin: 10px 0;
}

.product-sec .cost{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: inline-block;

}

.product-sec .old-cost{
    font-size: 16px;
    color: #696969;
    font-weight: 300;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-sec .border{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.product-sec .mrg{
    margin: 20px 0;
    padding-bottom: 20px;
}

.product-sec .numbers-row .mybtn{
    background-color: transparent;
    border: 0;
    border-right: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    color: #95989f;;
    font-size: 10px;
    padding: 12px 4px 9px 0;
    line-height: 18px;
    display: inline-block;
    height: 40px;
    width: 25px;
    cursor: pointer;
    outline: none;
    text-align: center;
    float: right;
}

.product-sec .numbers-row{
    display: inline-block;
    float: right;
    background-color: #fff;
    border: 1px solid #e9e8f3;
    user-select: none;
    margin-left: 10px;
    border-radius: 5px;
}

.product-sec .numbers-row .mybtn:hover{
    color: #000;
}

.product-sec .numbers-row .qty{
    border: 0;
    background-color: #fff;
    color: #333333;
    font-size: 13px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    text-align: center;
    width: 30px;
    float: right;
}

.product-sec .btn-link{
    background: #f16422;
    color: #fff;
    padding: 0 30px;
    border: 0;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border-radius: 5px;
    text-decoration: none;
    float: right;
    height: 40px;
    line-height: 38px;
}

.product-sec .btn-link:hover{
    background: #000;
    color: #fff;
}

.product-sec .btn-link i{
    margin-left: 6px;
    font-size: 12px;
}

.product-sec .info{
    color: #444;
    display: table;
    font-size: 11px;
    margin-bottom: 10px;
}

.product-sec .info:last-child{
    margin-bottom: 0;
}

.product-sec .info strong{
    display: inline-block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    min-width: 90px;
}

.product-sec .info span{
    display: inline-block;
    color: #828282;
}

.product-sec .my-link{
    font-size: 11px;
    outline: none;
    border: 0;
    display: inline-block;
    text-align: center;
    border: none;
    margin-left: 15px;
    background-color: transparent;
    color: #828282;
    position: relative;
    transition: all .3s ease;
}

.product-sec .my-link i{
    margin-left: 8px;
}

.product-sec .my-link:hover{
    color: #f16422;
}

.product-sec .tag{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.product-sec .tag li{
    display: inline-block;
}

.product-sec .tag li+li:before{
    display: inline-block;
    content: ",";
    margin-left: 2px;
}

.product-sec .tag li a{
    display: inline-block;
    color: #000;
    font-size: 9px;
    line-height: 1.6;
}

.product-sec .tag li a:hover,
.product-sec .tag li.active a{
    color: #f16422!important;
}

.product-sec .nav-list{
    list-style: none;
    padding: 0;
    text-align: center;
    clear: both;
    margin: 90px 0 30px;
}

.product-sec .nav-list li{
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.product-sec .nav-list li:last-child{
    margin-left: 0;
}

.product-sec .nav-list li:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
    width: 0;
    height: 0;
}

.product-sec .nav-list li:hover:before,
.product-sec .nav-list li.active:before{
    background: #f16422;
    width: 50%;
    height: 50%;
}


.product-sec .nav-list li:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
    width: 0;
    height: 0;
}

.product-sec .nav-list li:hover:after,
.product-sec .nav-list li.active:after{
    background: #f16422;
    width: 50%;
    height: 50%;
}

.product-sec .nav-list li a{
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 10px 25px;
    background-color: #f6f6f6;
    color: #000000;
    text-align: center;
    z-index: 2;
    position: relative;
}

.product-sec .nav-list li:hover a,
.product-sec .nav-list li.active a{
    color: #fff;
    background-color: transparent;
}

.product-sec .nav-list li a:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    z-index: -1;
    transition: all 0.5s ease 0s;
    width: 0;
    height: 0;
}

.product-sec .nav-list li:hover a:before,
.product-sec .nav-list li.active a:before{
    background: #f16422;
    width: 50%;
    height: 50%;
}

.product-sec .nav-list li a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease 0s;
    width: 0;
    height: 0;
}

.product-sec .nav-list li:hover a:after,
.product-sec .nav-list li.active a:after{
    background: #f16422;
    width: 50%;
    height: 50%;
}

.product-sec .small-title{
    display: block;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    padding-top: 20px;
    margin: 0 0 20px;
}

.product-sec .same-sec{
    position: relative;
    margin-top: 90px;
}

.product-sec .same-sec .sec-title{
    display: inline-block;
    color: #222222;
    font-size: 20px;
    line-height: 1.8;
    font-family: 'Kalameh', sans-serif;
    font-weight: 700;
    margin:0 0 30px;
}

.compare-sec{
    margin-bottom: 60px;
}

.cart-sec{
    padding-bottom: 80px;
}

.cart-sec .coupon-box{
    margin: 40px 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.cart-sec .coupon-box .heading{
    background: #f6f6f6;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.cart-sec .coupon-box .heading .title{
    font-size: 14px;
    color: #828282;
    line-height: 1.4;
    display: block;
    margin: 0;
}

.cart-sec .coupon-box .flex{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 10px;
}

.cart-sec .coupon-box .flex>div{
    width: 80%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.cart-sec .coupon-box .flex .input-box{
    margin-bottom: 0;
    margin-left: 10px;
}

.cart-sec .coupon-box .flex .black-btn{
    height: 46px;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.cart-sec .coupon-box .content{
    padding: 15px;
}

.cart-sec .coupon-box .content .main-btn{
    margin-top: 23px;
    border-radius: 0;
}

.wish .remove{
    font-size: 13px;
    padding: 11px 15px 9px;
}

.wish .add{
    font-size: 10px;
}

.tooltip-inner{
    font-family: 'Kalameh', sans-serif !important;
    font-weight: 700;
    font-size: 10px;
}


@media(max-width:991px){
    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #menu-button {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #cssmenu .menu{
        height: auto;
        max-height: 80vh;
        background: #ECEEF3;
        position: absolute;
        width: auto;
        z-index: 999;
        overflow-y: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 100%;
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.3);
        text-align: right;
    }
    #cssmenu:after {
        content: "";
        display: block;
        clear: both;
    }
    #cssmenu #menu-button {
        display: none;
    }
    #cssmenu {
        background: transparent;
    }
    #cssmenu > ul > li {
        float: right;
    }
    #cssmenu > ul > li.current >a, #cssmenu > ul > li:hover >a{
        background-color: #282828;
        color: #ffffff;
    }
    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: right;
    }
    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }
    #cssmenu.align-center ul ul {
        text-align: right;
    }
    #cssmenu.align-right > ul > li {
        float: left;
    }
    #cssmenu > ul > li > a {
        padding: 17px;
        font-size: 13px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    #cssmenu ul ul {
        position: absolute;
        right: -9999px;
    }
    #cssmenu.align-right ul ul {
        text-align: right;
    }
    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    #cssmenu li:hover > ul {
        right: auto;
    }
    #cssmenu.align-right li:hover > ul {
        left: 0;
        right: auto;
    }
    #cssmenu li:hover > ul > li {
        height: 35px;
    }
    #cssmenu ul ul ul {
        margin-right: 100%;
        top: 0;
    }
    #cssmenu.align-right ul ul ul {
        margin-left: 100%;
        margin-right: 0;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        left: 11px;
        width: 8px;
        height: 2px;
        display: block;
        content: '';
    }
    #cssmenu.align-right ul ul li.has-sub > a:after {
        left: auto;
        right: 11px;
    }
    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        left: 14px;
        display: block;
        width: 2px;
        height: 8px;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }
    #cssmenu.align-right ul ul li.has-sub > a:before {
        left: auto;
        right: 14px;
    }
    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }
    #cssmenu {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 9999;
        top: 65px;
    }
    #cssmenu ul {
        width: 100%;
        display: none;

    }
    #cssmenu.align-center > ul {
        text-align: right;
    }
    #cssmenu ul li {
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        color: #000000;
        display: block;
        font-size: 12px;
        line-height: 24px;
        padding: 10px 15px;
        text-transform: capitalize;
        width: 100%;
        background: #ECEEF3;
        border-bottom: 1px solid #ffffff;
    }
    #cssmenu ul li a:hover{
        background-color: #282828;
        color: #ffffff;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-right: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-right: 35px;
    }
    #cssmenu ul ul li{
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        background-color: #282828;
        color: #ffffff;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        right: 0;
        width: 100%;
        margin: 0;
        text-align: right;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        cursor: pointer;
        margin-top: -45px;
        margin-right: 25px;
        height: 30px;
        width: 30px;
        float: right;
        background: url(../images/icons/menu.svg)no-repeat center;
        background-size: 20px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

    #cssmenu #menu-button:hover{
        background: url(../images/icons/menu-hover.svg)no-repeat center;
        background-size: 20px;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        left: 0;
        top: 0;
        text-align: center;
        width: 50px;
        height: 100%;
        transition: .3s;
        font-size: 16px;
        cursor: pointer;
        padding-top: 15px;
        color: #000;
    }
    #cssmenu .submenu-button:after {
        content: "\f0d7";
        font-family: FontAwesome;
        display: block;
    }

    #cssmenu .submenu-button:hover{
        color: #fff;
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        left: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        content: "\f0d8";
    }
}
@media(max-width:767px){
    .container {
        width: 100%;
        padding: 0;
    }

    .header-mobile{
        display: block;
    }

    .header{
        display: none;
    }
    .hs-expanded{
        display: none;
    }
    .slider-sec .slider{
        margin-bottom: 30px;
    }
    .slider-sec .slider .controls{
        display: none;
    }
    .section1 .mrg{
        margin-bottom: 30px;
    }
    .section1 .services .col-md-3:nth-child(2),.section1 .services .col-md-3:nth-child(4) {
        border-left: 0;
    }
    .section1 .services .col-md-3:nth-child(1),.section1 .services .col-md-3:nth-child(2) {
        margin-bottom: 40px;
    }
    .section1 .services .service-item .image{
        display: block;
        margin: 0 auto 5px;
    }
    .section1 .services .service-item .title{
        display: block;
        text-align: center;
    }
    .quick-view .col-xs-12{
        padding-bottom: 20px;
    }
    .section2 .col-1{
        margin-bottom: 110px;
    }
    .section2 .sec-title{
        font-size: 18px;
    }
    .section2 .special-slider .timer .timer-box strong {
        font-size: 11px;
        line-height: 41px;
        width: 37px;
        height: 37px;
    }
    .section2 .special-slider .timer .timer-box span{
        font-size: 9px;
        padding: 7px 0 0;
    }
    .section3 .box .text-box {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .section3 .box .text-box .title {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .section3 .box .text-box .info {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .section3 .box .text-box .link {
        font-size: 8px;
        padding: 8px 16px;
    }
    .section4 .item .post-title{
        font-size: 13px;
    }
    .section4 .item p{
        font-size: 11px;
    }
    .footer .inner-part .col-1, .footer .inner-part .col-2{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .inner-part .toggle-box{
        display: none;
        padding: 0 0 10px;
    }
    .footer .inner-part .sec-title.mrg-top {
        margin-top: 0;
    }
    .footer .inner-part .sec-title{
        font-size: 14px;
        cursor: pointer;
        margin: 0 0 20px;
    }
    .footer .inner-part .sec-title.mrg-top {
        margin-top: 0;
    }
    .footer .inner-part .list li a,.footer .inner-part .contact-info{
        font-size: 12px;
    }
    .footer .btm-part p{
        text-align: center;
    }
    .footer .btm-part p{
        text-align: center;
    }
    .footer .top-part{
        text-align: center;
    }
    .footer .top-part form{
        width: 400px;
        max-width: 100%;
        margin: 35px auto 0;
    }
    .footer .top-part .text-box .icon{
        float: none;
        display: block;
        margin:0 auto 15px;
    }
    .shop-sec .filter-box .text-left{
        clear: both;
        float: right!important;
        margin-top: 20px;
        text-align: right;
    }
    .shop-sec .filter-box .text-left div{
        display: block;
    }

    .shop-sec .filter-box .text-left div:last-child{
        margin-top: 20px;
    }
    .sidebar{
        margin-top: 40px;
    }
    .hide-box{
        display: none;
    }
    .blog-sec .item .post-title{
        font-size: 14px;
    }
    .blog-sec .item .meta span,.blog-sec .item p{
        font-size: 11px;
    }
    .blog-sec .item .more-link {
        padding: 9px 17px;
        font-size: 10px;
    }
    .login-sec .mrg-top{
        margin-top: 50px;
    }
    .login-sec .border-title{
        font-size: 14px;
    }
    .contact-sec .mrg-top{
        margin-top: 50px;
    }
    .contact-sec .map{
        height: 220px;
    }
    .product-sec .same-sec .sec-title{
        font-size: 18px;
    }
    .product-sec #sync2{
        margin-bottom: 60px;
    }
    .product-sec .product-title{
        font-size: 20px;
    }
    .product-sec .nav-list li a {
        font-size: 11px;
        line-height: 18px;
        padding: 8px 22px;
    }
    .table tbody tr td {
        font-size: 11px;
    }
    .table tbody tr .description {
        white-space: normal!important;
    }
    .table .buttons-compare .add-btn ,.table .buttons-compare .remove-btn{
        padding: 9px 17px;
        font-size: 10px;
    }
    .cart-sec .coupon-box .flex{
        flex-wrap: wrap;
    }
    .cart-sec .form-sec .label-text{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .cart-sec .coupon-box .flex>div{
        width: 100%;
    }
    .table .input-group .update-btn,.table .input-group .remove-btn {
        padding: 10px 15px;
        height: 35px;
        font-size: 13px;
    }
    .table .input-group input{
        height: 35px;
        width: 40px;
        font-size: 12px;
    }
    .cart-sec .coupon-box .flex .black-btn {
        height: 40px;
        min-width: 80px;
        font-size: 10px;
    }
    .cart-sec .coupon-box .heading .title{
        font-size: 12px;
    }
    .cart-sec .coupon-box .heading {
        padding: 15px;
    }
    .table thead td, .table th td ,.table td a{
        font-size: 11px;
    }


}


@media(max-width:600px){
    .mid-xs{
        width: 100%;
    }
    .slider-sec .mrg{
        margin-bottom: 30px;
    }
    .section2 .cat-tabs .sec-title{
        float: none;
    }
    .section2 .cat-tabs .tab-list{
        float: none;
        margin: 0 0 50px;
    }
    .section2 .cat-tabs .tab-list li{
        display: block;
        margin: 0 0 7px;
    }

    .section2 .cat-tabs .tab-list li a{
        display: block;
        border: 1px solid #E9EAEC;
    }
    .section2 .cat-tabs .tab-list li a:hover,.section2 .cat-tabs .tab-list li.active a{
        color: #ffffff;
        background: #f16422;
        border: 1px solid #f16422;
    }
    .section3 .box .text-box {
        text-align: center;
        right: 0;
        left: 0;
    }
    .section3 .box .text-box .title {
        font-size: 14px;
        margin: 0 0 5px;
    }
    .section3 .box .text-box .info {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .section3 .box .text-box .link {
        font-size: 8px;
        padding: 8px 16px;
    }
    .pagination-sec ul{
        text-align: right;
        margin-top: 15px;
    }
    .shop-sec .list-style .pic-box {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .shop-sec .list-style .caption {
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 15px 0 0;
    }
    .shop-sec .list-style .shop-item .title {
        font-size: 15px;
    }
    .shop-sec .shop-item p{
        font-size: 11px;
    }
    .login-sec .check-text{
        display: block;
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 11px;
    }
    .login-sec .text-left{
        text-align: right;
    }



}


@media(max-width:425px){
    p{
        font-size: 11px;
    }
    #cssmenu ul li a, #cssmenu ul ul li a {
        font-size: 10px;
        line-height: 20px;
    }
    .min-xs{
        width: 100%;
    }
    .section1 .cat-item .content .text-box{
        bottom: 20px;
        right: 25px;
    }
    .section1 .cat-item:hover .content .text-box{
        bottom: 40px;
    }
    .section1 .cat-item .content .text-box .text2 {
        margin: 0 0 20px;
        font-size: 13px;
    }
    .section1 .cat-item .content .text-box .text1{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .section1 .cat-item .content .text-box .link{
        font-size: 10px;
    }
    .section1 .services .col-md-3{
        border-left: 0;
    }
    .section1 .services .col-md-3:nth-child(3) {
        margin-bottom: 40px;
    }
    .quick-view .col-xs-12 {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .quick-view .content{
        padding: 0 8px;
    }
    .quick-view .status{
        font-size: 9px;
    }
    .quick-view .product-title{
        font-size: 16px;
    }
    .quick-view .cost {
        font-size: 13px;
    }
    .quick-view .old-cost {
        font-size: 11px;
        margin-right: 5px;
    }
    .quick-view .text{
        font-size: 11px;
    }
    .quick-view .numbers-row{
        margin-bottom: 15px;
    }
    .quick-view .btn-link {
        padding: 0 20px;
        font-size: 9px;
        height: 35px;
        line-height: 36px;
    }
    .quick-view .numbers-row .mybtn{
        height: 35px;
        padding-top: 11px;
    }
    .quick-view .numbers-row .qty {
        font-size: 12px;
        height: 35px;
    }
    .quick-view .btn-link i {
        font-size: 10px;
    }
    .quick-view .my-link {
        height: 35px;
        width: 35px;
        line-height: 39px;
        font-size: 12px;
        margin-left: 5px;
    }
    .quick-view .my-link .text {
        font-size: 7px;
        padding: 4px 4px 3px;
    }
    .section2 .sec-title {
        font-size: 15px;
    }

    .section3 .box .text-box .info {
        display: none;
    }
    .section3 .box .text-box .title {
        font-size: 11px;
        margin: 0 0 5px;
    }
    .section3 .box .text-box .link {
        font-size: 7px;
        padding: 6px 13px;
    }
    .section4 .item .blog-pic .date{
        font-size: 10px;
    }
    .footer .btm-part p{
        font-size: 11px;
    }
    .footer .top-part .text-box .content .title{
        font-size: 16px;
    }
    .footer .top-part .text-box .content .text{
        font-size: 11px;
    }
    .footer .inner-part .sec-title {
        font-size: 12px;
    }
    .footer .inner-part .sec-title .toggle-btn{
        font-size: 10px;
    }
    .footer .inner-part .list li a, .footer .inner-part .contact-info {
        font-size: 11px;
    }
    .footer .inner-part .social li {
        margin-left: 20px;
    }
    .pagination-sec .text{
        font-size: 12px;
    }
    .shop-sec .filter-box label{
        display: block;
        margin-bottom: 5px;
        font-size: 11px;
    }
    .shop-sec .filter-box select{
        font-size: 11px;
        max-width: 100%;
    }
    .shop-sec .filter-box .compare-link{
        font-size: 11px;
    }
    .page-title{
        font-size: 16px;
    }
    .breadcrumb-sec {
        padding: 15px 0;
        margin: 15px 0;
    }
    .breadcrumb-sec .breadcrumb li a i {
        font-size: 13px;
    }
    .breadcrumb-sec .breadcrumb li{
        font-size: 11px;
    }
    .pagination-sec ul li {
        margin-left: 0;
    }
    .pagination-sec ul li a{
        font-size: 12px;
    }
    .sidebar .box .box-title {
        font-size: 13px;
        line-height: 18px;
    }
    .sidebar .box .box-title .box-title-btn{
        font-size: 11px;
    }
    .sidebar .list li a{
        font-size: 11px;
    }
    .sidebar .list li {
        padding: 0 0 8px 0;
    }
    .login-sec .sec-title{
        font-size: 15px;
    }
    .form-sec .label-text{
        font-size: 11px;
    }
    .form-sec .input-box{
        font-size: 11px;
        padding: 10px 12px;
        line-height: 18px;
    }
    .login-sec .link{
        font-size: 11px;
    }
    .form-sec .radio-inline{
        font-size: 11px;
    }
    .login-sec .pda {
        padding: 30px 0 25px;
    }
    .login-sec .border-title{
        font-size: 13px;
    }
    .black-btn{
        font-size: 11px;
        padding: 11px 18px 9px;
    }
    .contact-sec .contact-info .content{
        font-size: 11px;
    }
    .contact-sec .contact-info {
        padding-right: 40px;
    }
    .contact-sec .contact-info .content strong {
        font-size: 12px;
    }
    .comment-list li .body .name{
        font-size: 14px;
    }
    .comment-list li .body .date {
        font-size: 12px;
    }
    .comment-list li ul {
        padding-right: 20px;
    }
    .product-sec .nav-list li{
        display: block;
        margin: 0 0 10px;
    }
    .product-sec .nav-list li a{
        display: block;
    }
    .product-sec .numbers-row{
        margin-bottom: 10px;
    }
    .product-sec .my-link {
        font-size: 10px;
        margin-left: 10px;
    }
    .product-sec .nav-list {
        margin: 40px 0 30px;
    }
    .product-sec .same-sec .sec-title {
        font-size: 16px;
    }


}

@media(max-width:320px){
    .cart-sec .coupon-box .flex>div{
        display: block;
    }
    .cart-sec .coupon-box .flex .black-btn{
        margin-top: 15px;
        min-width: auto;
    }
}

@media(min-width:768px) and (max-width:991px){
    .container {
        width: 100%;
    }
    .header .inner-part{
        margin: 0;
        padding: 5px 0;
        min-height: 65px;
        text-align: center;
    }
    .header .inner-part.fix{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        border-top: none;
        border-bottom: none;
        background: #ECEEF3;
        animation: slide-down 0.7s;
        -webkit-animation: slide-down 0.7s;
        -moz-animation: slide-down 0.7s;
        -o-animation: slide-down 0.7s;
        box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
    }
    .header .cart{
        position: fixed;
        top: 17px;
        left: 25px;
        margin-top: 0;
    }
    .header .btm-part .search-form{
        width: 500px;
    }
    .header .cart .link .content .title{
        display: none;
    }
    .header .cart .icon,.header .cart .icon:hover{
        height: 30px;
        width: 30px;
        background-size: 23px;
    }
    .header .cart .link .num{
        margin-top: 9px;
    }
    .header .btm-part .search-form{
        width: 550px;
    }
    .header .cart .link .content .title{
        display: none;
    }
    .header .cart .icon,.header .cart .icon:hover{
        height: 30px;
        width: 30px;
        background-size: 23px;
    }
    .header .cart .link .num{
        margin-top: 9px;
    }
    .header .btm-part .search-form .search-btn{
        font-size: 0;
        background:#f16422 url(../images/icons/header-search.svg) no-repeat center center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-size: 16px;
    }
    .header .btm-part .search-form .search-input{
        height: 40px;
        padding: 10px 10px 10px 50px;
    }
    .header .btm-part .my-account .title{
        background: url(../images/icons/user-info-icon.svg)no-repeat center 4px;
        background-size: 23px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 0;
    }
    .header .btm-part .my-account .title i{
        display: none;
    }
    .header .btm-part .my-account {
        margin: 4px 0 0;
    }
    .slider-sec .slider{
        margin-bottom: 30px;
    }
    .slider-sec .slider .controls{
        display: none;
    }
    .section1 .cat-item .content .text-box{
        bottom: 10px;
        right: 25px;
    }
    .section1 .cat-item:hover .content .text-box{
        bottom: 30px;
    }
    .section1 .cat-item .content .text-box .text2 {
        margin: 0 0 20px;
        font-size: 13px;
    }
    .section1 .cat-item .content .text-box .text1{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .section1 .cat-item .content .text-box .link{
        font-size: 10px;
    }
    .section1 .services .service-item .image {
        margin: 0 0 0 7px;
        height: 25px;
        width: 25px;
    }
    .section1 .services .service-item .image.img2,.section1 .services .service-item:hover .image.img2,
    .section1 .services .service-item .image.img3,.section1 .services .service-item:hover .image.img3{
        background-size: 30px;
    }
    .section1 .services .service-item .image.img1,.section1 .services .service-item:hover .image.img1 {
        background-size: 32px;
    }
    .section1 .services .service-item .image.img4,.section1 .services .service-item:hover .image.img4 {
        background-size: 35px;
    }
    .section1 .services .service-item .title{
        font-size: 10px;
    }
    .quick-view .status{
        font-size: 10px;
    }
    .quick-view .product-title{
        font-size: 18px;
    }
    .quick-view .cost {
        font-size: 14px;
    }
    .quick-view .old-cost {
        font-size: 12px;
    }
    .quick-view .text{
        font-size: 11px;
    }
    .section2 .col-1{
        margin-bottom: 110px;
    }
    .section2 .sec-title{
        font-size: 18px;
    }
    .section3 .box .text-box .title {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .section3 .box .text-box .info {
        margin-bottom: 20px;
        font-size: 13px;
    }
    .section3 .box .text-box .link {
        font-size: 9px;
        padding: 8px 16px;
    }
    .footer .inner-part .col-1, .footer .inner-part .col-2{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .inner-part .toggle-box{
        display: none;
        padding: 0 0 10px;
    }
    .footer .inner-part .sec-title{
        font-size: 14px;
        cursor: pointer;
        margin: 0 0 20px;
    }
    .footer .inner-part .sec-title.mrg-top {
        margin-top: 0;
    }
    .footer .btm-part p{
        text-align: center;
    }
    .footer .top-part{
        text-align: center;
    }
    .footer .top-part form{
        width: 500px;
        max-width: 100%;
        margin: 35px auto 0;
    }
    .footer .top-part .text-box .icon{
        float: none;
        display: block;
        margin:0 auto 15px;
    }
    .sidebar{
        margin-top: 40px;
    }
    .hide-box{
        display: none;
    }
    .contact-sec .mrg-top{
        margin-top: 50px;
    }
    .contact-sec .map{
        height: 300px;
    }
    .product-sec .same-sec .sec-title{
        font-size: 18px;
    }
    .product-sec #sync2{
        margin-bottom: 60px;
    }
    .product-sec .product-title{
        font-size: 22px;
    }
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 12px 10px 12px;
    }
    .table thead td, .table th td{
        font-size: 12px;
    }
    .wish .remove{
        font-size: 10px;
        padding: 11px 15px 10px;
    }

    .wish .add{
        font-size: 9px;
    }



}
@media(min-width:992px) and (max-width:1199px){
    .header .inner-part .offer {
        margin: 8px 0 0 30px;
    }
    .header .btm-part .search-form {
        width: 560px;
    }
    .slider-sec .row-custom{
        margin: 0;
    }

    .slider-sec .col1{
        padding-right: 0;
        width: 68.8%;
    }

    .slider-sec .col2{
        width: 31.2%;
        padding-left: 0;
    }

    .slider-sec .mrg{
        margin-bottom: 30px;
    }
    .owl-theme .owl-dots{
        display: none;
    }
    .section1 .cat-item .content .text-box{
        bottom: 30px;
    }
    .section1 .cat-item:hover .content .text-box{
        bottom: 50px;
    }
    .section1 .cat-item .content .text-box .text2 {
        margin: 0 0 25px;
        font-size: 16px;
    }
    .section1 .cat-item .content .text-box .text1{
        font-size: 16px;
    }
    .section1 .cat-item .content .text-box .link{
        font-size: 11px;
    }
    .section2 .sec-title{
        font-size: 17px;
    }
    .section2 .cat-tabs .tab-list {
        margin: 0 0 0 70px;
    }
    .section2 .cat-tabs .tab-list li {
        margin-left: 3px;
    }
    .section2 .cat-tabs .tab-list li a {
        padding: 5px 15px;
        font-size: 10px;
    }
    .section3 .box .text-box .title {
        font-size: 24px;
        margin: 0 0 25px;
    }
    .section3 .box .text-box .info {
        margin-bottom: 25px;
        font-size: 15px;
    }
    .section3 .box .text-box .link {
        font-size: 10px;
        padding: 10px 20px;
    }
    .footer .inner-part .sec-title{
        font-size: 14px;
    }
    .footer .inner-part .col-2 {
        padding-right: 60px;
    }
    .footer .inner-part .list li a,.footer .inner-part .contact-info{
        font-size: 12px;
    }
    .hide-box{
        display: block!important;
    }
    .footer .toggle-box{
        display: block!important;
    }


}

@media(min-width:1200px){
    .slider-sec .row-custom,
    .section2 .custom-row{
        margin: 0;
    }

    .slider-sec .col1{
        padding-right: 0;
        width: 68.4%;
    }

    .slider-sec .col2{
        width: 31.6%;
        padding-left: 0;
    }

    .slider-sec .mrg{
        margin-bottom: 30px;
    }
    .owl-theme .owl-dots{
        display: none;
    }
    .section2 .col-1{
        width: 30%;
        padding-right: 0;
    }
    .section2 .col-2{
        width: 70%;
        padding-left: 0;
    }
    .hide-box{
        display: block!important;
    }
    .footer .toggle-box{
        display: block!important;
    }
}


@media (min-width: 1300px){
    .container {
        max-width: 1200px;
        padding: 0;
    }
}

.color-site{
    color: #f16422;
}


#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    right: 0 !important;
}
.logo-mobile{
    margin-right: 40px;
}

.icon-mobile-left{
    padding: 10px;
    font-size: 25px;
    color: #231f20;
}

.icon-mobile-left:hover{
    color: #fff;
}
.menu__btn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #231f20;
    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: 20px;
}
.menu__btn > span::after {
    content: '';
    top: 10px;
}
.menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #2f2f2f;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 7;
}
.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}
.menu__item:hover {
    background-color: #CFD8DC;
}
.text-ul{
    line-height: 2;
    font-size: 13px;
    margin: 0 0 10px;
    color: #828282;
    text-align: justify;
}

