@font-face {
    font-family: "sans-serif";
    src: url('../fonts/Shabnam.eot') format('eot'),  /* IE6?8 */
        url('../fonts/Shabnam.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/Shabnam.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
    font-family: "sans-serif2";
    src: url('../fonts/BYekan.eot') format('eot'),  /* IE6?8 */
        url('../fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/BYekan.ttf') format('truetype');  /* Saf3?5, Chrome4+, FF3.5, Opera 10+ */
}



/*---------------------------------------
  02. Scroll To Top
----------------------------------------*/
#scrollUp {
    border-radius: 2px;
    bottom: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    z-index: 200;
    bottom: 15px;
}
#scrollUp:hover {
}

@-webkit-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: 50%;
    }
    100% {
        opacity: 0;
        bottom: 75%;
    }
}
@-moz-keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: 50%;
    }
    100% {
        opacity: 0;
        bottom: 75%;
    }
}
@keyframes scroll-ani-to-top {
    0% {
        opacity: 0;
        bottom: 0;
    }
    50% {
        opacity: 1;
        bottom: 50%;
    }
    100% {
        opacity: 0;
        bottom: 75%;
    }
}
#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
#scrollUp i {
    color: #fff;
}
#scrollUp {
    background: #dc9c08  none repeat scroll 0 0;
}
/*---------------------------------------
  End Scroll To Top
----------------------------------------*/

/*---------------------------------------
  03. Service
----------------------------------------*/
.service h4.service__title {
    line-height: 48px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    font-family:sans-serif;
}
.service {
    padding: 26px 54px 34px;
}
.service h4.service__title:hover {
    color: #dc9c08 ;
}
.service p {
    margin-bottom: 5px;
    text-align:justify;
    direction:ltr;
    font-family:sans-serif;
}

/*---------------------------------------
  04. Our Product Area
----------------------------------------*/
h2.text-center {
    line-height: 27px;
    text-transform: capitalize;
    font-family:sans-serif;
}

.fv-port-filter-nav {
    display: flex;
    justify-content: center;
}
.fv-port-filter-nav {
    margin-top: 9px;
    direction:ltr;
}
.fv-port-filter-nav li {
    cursor: pointer;
    font-family:sans-serif, Playfair Display;
    font-size: 18px;
    font-weight: 400;
    line-height: 75px;
    text-transform: capitalize;
}
.fv-port-filter-nav li {
    padding: 0 25px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.fv-port-filter-nav li::before {
    color: #444444;
    content: "-";
    font-size: 18px;
    position: absolute;
    left: -4px;
}
.fv-port-filter-nav li:hover,
.fv-port-filter-nav li.is-checked {
    color: #dc9c08 ;
}

.fv-port-filter-nav li:last-child::before {
    display: none;
}
.pro__title__rating {
    /*display: flex;*/
    justify-content: space-between;
}
.rating li {
    float: left;
}
.rating li i {
    color: #dc9c08 ;
}
.rating li + li {
    margin-left: 3px;
}
.pro__title__rating h4 {
    line-height: 21px;
    text-transform: capitalize;
    direction: ltr;
}
.product__prize {
    display: flow-root;
    margin-top: 5px;
}
.product__prize p.new__prize {
    color: #252525;
    font-family: sans-serif,Playfair Display;
    font-size: 24px;
    font-weight: 400;
    direction: ltr;
    margin-right: 7px;
}
.product__prize p.old__prize {
    color: #606060;
    font-family:sans-serif, Playfair Display;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.product__thumb{
    position: relative;
    z-index: 1;
}
.product__thumb a {
    display: block;
}
.product__thumb__inner{
    position: relative;
}
.single__product {
    overflow: hidden;
    /*padding-bottom: 10px;*/
    position: relative;
    transition: all 0.3s ease 0s;
}
.text-warning{
    font-family: sans-serif,arial;
}
.product__details {
     bottom: 0;
    left: 0;
    opacity: 1;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 15px;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 1;
    text-align: left;
    direction: ltr;
}
/*.single__product {
  margin-top: 30px;
}*/
.single__product:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
}
.product__area .pro-item{
    margin-top: 30px;
}
.product__area .product__wrap{
    margin-top: -30px;
}

.single__product:hover .product__details {
    opacity: 0;
    visibility: hidden;
}
.single__product:hover .product__hover__information {
    opacity: 1;
    visibility: visible;
}
.product__hover__information {
    background: #f1f1f1 none repeat scroll 0 0;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 2;
    visibility: hidden;
}

/*--------------------
  Social icon
---------------------*/
ul.social__icon{
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-family:sans-serif;
}
ul.social__icon li a {
    border: 1px solid #dc9c08 ;
    border-radius: 10px 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}
#add_to_cart {
    width: 168px !important;
}
ul.social__icon li a i {
     color: #dc9c08;
    padding-left: 2px;
    font-size: 20px;
    padding-top: 9px;
    transition: all 0.3s ease 0s;
}
ul.social__icon li + li {
    margin-left: 15px;
}
ul.social__icon li a:hover {
    background: #dc9c08  none repeat scroll 0 0;
    color: #fff;
}
ul.social__icon li a:hover i {
    color: #fff;
}

/*-----------------------
  Product Level
----------------------------*/

.product__level{
    position: absolute;
    top: 10px;
}
.product__level.product__status--right {
    right: 10px;
}
.product__level.product__status--left {
    left: 10px;
}
.product__status {
    color: #dc9c08 ;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

/*---------------------------------------
  05. Our Choose Area
----------------------------------------*/
.choose__wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 170px 0;
}

.section-title-2 {
    font-weight: 400;
    line-height: 34px;
    text-transform: capitalize;
    font-family: sans-serif;
    text-align: justify;
    direction: ltr;
}
.choose__inner p {
    margin-top: 10px;
    text-align:justify;
    direction:ltr;
    font-family:sans-serif;
}
.choose__inner{
    z-index: 2;
    position: relative;
}
.choose {
    position: relative;
}

.choose .choose-text-right {
    padding: 25px 30px 30px 25px;
    text-align: right;
}
.choose .choose-text-left {
    padding: 25px 36px 30px 43px;
}
.choose::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.choose.skew-left::before {
    transform: translateX(35px) perspective(400px) rotateY(20deg);
}
.choose.skew-right::before {
    transform: translateX(-22px) perspective(400px) rotateY(-20deg);
}
.choose.choose-right{

}


/*-------------------------------------
  06. Countdown
----------------------------------------*/
.box-timer {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start;
}
.hastech-count {
    align-items: center;
    border: 2px solid #dc9c08 ;
    border-radius: 100%;
    display: flex;
    height: 70px;
    justify-content: center;
    margin: auto 20px;
    text-align: center;
    width: 70px;
    background: #fff;
}
.time-count {
    color: #dc9c08 ;
    font-family: 'Playfair Display', serif ,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}
.count-inner p {
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px;
    color: #dc9c08 ;
    font-family: 'Playfair Display', serif ,sans-serif;
    font-weight: 400;
}
.countbox > div {
    color: #dc9c08 ;
    font-size: 24px;
}
.countdown-flex {
    display: flex;
    height: 130px;
    align-items: center;
}
.coundown-down-active.clearfix {
    display: inline-block;
}
.box-timer {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.countbox > div > span {
    float: left;
}
.coundown-wrap{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    position: relative;
}
.coundown-inner-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.hastech-count.days:first-child {
    margin-left: 0;
}
/*------------------
  Coundown Text
--------------------*/
.coundown-inner h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.coundown-inner p {
    font-size: 18px;
    line-height: 40px;
}
/*------------------
  Week Product
--------------------*/
.week-product-price {
    display: inline-block;
    font-family: Playfair Display;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family:sans-serif;
    margin-top: 24px;
}
.new__product__wrap {
    padding: 110px 0;
}
.new__product h3.title-3 {
    font-size: 44px;
    margin-bottom: 22px;
    text-transform: capitalize;
    font-family:sans-serif;
    text-align:center;

}
.new__product h4.title-2 {
    font-size: 24px;
    font-weight: 400;
    font-family: sans-serif;
    margin-bottom: 6px;
    text-align: center;
    font-family: sans-serif;
    direction: ltr;
}
.new__product h2.title-1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 21px;
    text-transform: capitalize;
    font-family:sans-serif;
    text-align:center;
    direction:ltr;
}
.new__product {
    background: #fff none repeat scroll 0 0;
    margin-top: 60%;
    z-index: 1;
}

/*-------------------------------------
  07. Fress Food Area
----------------------------------------*/
.fresh {
    display: flex;
}
.fresh-item-left {
    margin-right: 20px;
}
.frs__itm__title {
    font-size: 24px;
    margin-bottom: 46px;
    text-align: right;
    font-family: sans-serif;
}
.fresh__details span.new__prize {
    display: inline-block;
    font-family: Playfair Display sans-serif;
    font-size: 24px;
    margin-top: 11px;
}
.fresh__details a,.fresh__details h4 {
    margin-bottom: 5px;
    text-align: left;
    font-size: 13px;
    float: right;
    font-family: sans-serif,arial;
    direction: ltr;
}
.frs-itm-hover-info {
    background: #fff none repeat scroll 0 0;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.4s ease 0s;
    width: 100%;
}
.frs-item-thumb {
    position: relative;
}
.frs-item-thumb a {
    display: block;
}
.frs-itm-hover-info li a {
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 70px;
}
.frs-itm-hover-info li a i {
    color: #dc9c08 ;
    font-size: 24px;
    transition: all 0.3s ease 0s;
}
.frs-itm-hover-info li:first-child a {
    border-left: 1px solid #f1f1f1;
}
.frs-itm-hover-info li:last-child a {
    border-bottom: 1px solid #f1f1f1;
}
.frs-itm-hover-info li:nth-child(3) a {
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
}

.fresh:hover ul.frs-itm-hover-info {
    opacity: 1;
    transform: scale(1);
}
.frs-itm-hover-info li a:hover i{
    color: #fff;
}
.frs-itm-hover-info li a:hover{
    background: #dc9c08 ;
}
.fresh__fooder__container .col-md-6 {
    margin-top: 30px;
}
.fresh__fooder__container{
    margin-top: -30px;
}


p{
    font-family:sans-serif ,arial;

}


/*-------------------------------------
  08. Testimonial Area
----------------------------------------*/
.testimonial__container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 100px 0;
}
.testimonial__inner {
    display: flex;
}
.testimonial__thumb {
    margin-right: 50px;
    width: 260px;
}
.testimonial__thumb img {
    width: 100%;
}
.test-info h2 {
    font-size: 24px;
    font-weight: 400;
    text-align:right;
}
.test-info h4 {
    margin-bottom: 18px;
    margin-top: 9px;
    text-transform: capitalize;
    text-align:right;
}
.testimonial {
    border: 5px solid #fff;
    padding: 60px 170px 50px ;
}
.testimonial__title {
    background: #f1f1f1 none repeat scroll 0 0;
    left: 50%;
    padding: 0 13px;
    position: absolute;
    top: -13px;
    transform: translateX(-50%);
    z-index: 2;
}
.testimonial .slick-dots {
    background: #f1f1f1 none repeat scroll 0 0;
    width: 20px;
    text-align: center;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    padding-bottom: 4px;
}
.slick-dots li {
    margin: 0 1px;
}
.slick-dots li.slick-active button::before {
    color: #dc9c08 ;
    opacity: 1;
}
.slick-dots li button::before {
    color: #fff;
    content: "•";
    font-size: 13px;
    opacity: 1;
}
/*-------------------------------------
  09. Blog Area
----------------------------------------*/


.blog__details h2 {
    font-size: 24px;
    font-weight: 400;
    color:#fff;
    line-height: 40px;
    text-transform: capitalize;
    font-family:sans-serif , arial;
    text-align:center;
    direction:ltr;
}
.blog__post {
    display: flex;
    justify-content: space-between;
    /*  margin-top: 7px;*/
}
.blog-btn a {
    font-family: Lato , sans-serif;
    font-size: 15px;
    font-weight: 400;
    color:#fff;
    text-transform: uppercase;

}
.post-date span {
    font-family: sans-serif ,Playfair Display;
}
.post-date span.date {
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.post-date span.month {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}
.blog__details {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #fff;
    bottom: 0;
    top: 0px;
    left: 0;
    height: 232px;
    background: #000;
    padding: 9px 20px;
    opacity: 0.8;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.blog__inner {
    position: relative;
}
.blog-btn {
    align-items: flex-end;
    display: flex;
    height: 27px;
}

.blog:hover .blog__details {
    background: #1b1b1b none repeat scroll 0 0;
    border-color: transparent transparent #dc9c08;
    border-style: solid;
    border-width: 3px;
}


/*-------------------------------------
  10. Quickview Product
----------------------------------------*/
.close:hover, .close:focus {
    color: #dc9c08 ;
}
.dropdown__shopping__basket {
    background: #ffffff none repeat scroll 0 0;
    border-color: #f1f1f1 currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 400px;
    z-index: 99999999;
    display: none;
}
.shopping__basket_notices {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.mini-products-list li {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}
.mini-products-list .shopping-image {
    border: 1px solid #f1f1f1;
    display: block;
    float: left;
    line-height: 30px;
    width: 30%;
}
.shopping-product-details {
float: left;
    padding: 0 0 0 15px;
    width: 55%;
    text-align: left;
    font-family: sans-serif , arial!important;
}
.shopping-pro-action {
    float: left;
    padding-top: 10px;
    text-align: right;
    width: 15%;
}
.cartproduct-name {
    line-height: 20px !important;
    margin: 5px 0;
}
.cartproduct-name a {
    color: #333;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
}
strong.qty {
    color: #9d9d9d;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 6px;
}
.sig-price {
    color: #dc9c08 ;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
.btn-remove {
    background: #404040 url("images/icons/btn_remove.png") no-repeat scroll 0 0;
    display: block;
    float: right;
    font-size: 0;
    height: 15px;
    line-height: 0;
    margin-left: 3px;
    overflow: hidden;
    text-indent: -999em;
    width: 15px;
}
.btn-edit {
    background: rgba(0, 0, 0, 0) url("images/icons/btn_edit.gif") no-repeat scroll 0 0;
    display: block;
    float: right;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
}
.cart__search__list .mini-products-list li + li {
    margin-left: 0;
}

.cart__search__list .mini-products-list li {
    height: auto;
    position: relative;
}
.cart__search__list .mini-products-list li {
    line-height: inherit;
}

.top-subtotal {
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    display: flex;
    font-family:sans-serif;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 20px;
    direction:ltr;
}
.cart-btn{
    background: #444 none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    height: 40px;
    line-height: 36px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-align: center;
}
.cart-btn:hover {
    color: #fff;
    background: #dc9c08 ;
    border: 1px solid #dc9c08 ;
}


/*-----------------------------
  11. Bradcaump Area
------------------------------*/
.bradcaump-title {
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
}
.bradcaump-wrap nav.bradcaump-inner {
    color: #252525;
    font-family: Playfair Display;
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    text-transform: uppercase;
}
.brd-separetor {
    margin: 0 10px;
}

.ht-bradcaump-area {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    padding-top: 150px;
}
.ht-bradcaump-container {
    align-items: center;
    display: flex;
    height: 250px;
}
.breadcrumb-item.active {
    color: #dc9c08 ;
}
/*-----------------------------
  12. About Us Area
------------------------------*/
.about-thumb {
    position: relative;
    z-index: 2;
}
.about-container {
    position: relative;
}
.about__hover__info {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    left: 50%;
    padding: 90px 70px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}
.about__info__wrap {
    text-align: justify;
    direction:ltr;
}
.about-title p {
    font-family:sans-serif , Playfair Display;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}
.about-title {
    margin-bottom: 38px;
}
.about-details p + p {
    margin-top: 26px;
    font-family:sans-serif;
}
.about-address {
    margin-top: 50px;
}
.about-address h2 {
    font-size: 18px;
    margin-bottom: 8px;
}
.about-address h4 {
    color: #606060;
    font-size: 16px;
}
.adout-address-siganture {
    margin-top: 12px;
}
/*-----------------------------
  13. Contact Us Area
------------------------------*/
.contact-address-inner {
    display: flex;
    justify-content: space-between;
}
.single-contant-address {
    background: #f1f1f1 none repeat scroll 0 0;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    width: 370px;
    text-align: right;
    direction: ltr;
}
.address-icon i {
    border: 1px solid #909090;
    color: #909090;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}
.address-icon {
    align-items: center;
    /* display: flex; */
    /* float: right; */
    /* direction: ltr; */
    margin-left: 15px;
}
.contact-box input[type="text"],
.contact-box input[type="email"],
.contact-box input[type="password"] {
    border: 1px solid #eeeeee;
    color: #909090;
    font-size: 14px;
    height: 40px;
    text-align: left;
    padding: 0 20px;
    width: 100%;
    line-height: 40px;
    direction: ltr;
    font-family: sans-serif,arial;
}
.contact-box.message textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    font-size: 14px;
    min-height: 100px;
    padding: 20px;
    resize: none;
    text-align:right;
    direction:ltr;
    font-family:sans-serif;
    width: 100%;
    color: #909090;
}
.contact-box {
    display: flex;
}
.contact-box input + input {
    margin-left: 30px;
}
.single-contact-form + .single-contact-form {
    margin-top: 20px;
}
.contact-btn {
    margin-top: 40px;
}
.contact-title h2 {
    font-size: 18px;
    text-align:right;
}
.contact-title {
    margin-bottom: 30px;
}
.contact-form-wrap {
    padding-bottom: 50px;
}
.contact-thumd img {
    height: 600px;
}
#googleMap {
    height: 600px;
    width: 100%;
}

.contact__map__area .container-fluid .col-md-4 {
    padding: 0;
}
.contact__map__area .container-fluid .col-md-8 {
    padding: 0;
}
/*----------------------------------------------
  14. Blog With Right Sidebar
------------------------------------------------*/
.blog--left--sidebar .blog__details {
    width: 830px;
}
.blog--left--sidebar .blog__post__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog--left--sidebar .ht__blog__like__comment {
    display: flex;
}
.blog--left--sidebar .ht__blog__like__comment li {
    color: #909090;
    font-size: 14px;
}
.blog--left--sidebar .ht__blog__like__comment li + li {
    margin-left: 30px;
}
.blog--left--sidebar .ht__blog__like__comment li i {
    font-size: 14px;
    margin-right: 10px;
}
.blog--left--sidebar .blog-desc {
    margin-top: 21px;
}
.blog.blog--left--sidebar {
    margin-top: 50px;
}
.blog__left__sidebar {
    margin-top: -50px;
}
.category__search input[type="text"],
.category__search input[type="email"],
.category__search input[type="password"] {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-family: sans-serif,arial;
    direction: ltr;
    padding-left: 65px;
    width: 100%;
}
.blog__right__sidebar .btn-search {
    background: #dc9c08  none repeat scroll 0 0;
    border: 1px solid #dc9c08 ;
    color: #fff;
    font-size: 24px;
    height: 100%;
    line-height: 37px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.blog__right__sidebar .category__search {
    position: relative;
}
.blog__right__sidebar .btn-search a i{
    color: #fff;
}
.blog__right__sidebar .btn-search:hover {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #444;
}
.blog__right__sidebar .category__area {
    margin-top: 40px;
}
.blog__right__sidebar .section-title-4 {
    border-bottom: 1px solid #dcdcdc;
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-align: right;
    padding-bottom: 20px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
    font-family: sans-serif;
}
.blog__right__sidebar .category__menu li a {
    color: #606060;
    display: block;
    height: 27px;
    text-align: left;
    font-family: sans-serif,arial;
    direction: ltr;
    line-height: 26px;
    padding-left: 32px;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.blog__right__sidebar .category__menu li + li {
    border-top: 1px solid #dcdcdc;
}
.blog__right__sidebar .category__menu li a span {
    float: left;
    transition: all 0.3s ease 0s;
}
.blog__right__sidebar .category__menu li a:hover {
    color: #dc9c08 ;
}
.blog__right__sidebar .category__menu {
    margin-top: 20px;
}
.blog__right__sidebar .recent__post__inner {
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    padding: 20px;
}
.blog__right__sidebar .recent__post__area {
    margin-top: 40px;
}
.blog__right__sidebar .recent__post__thumb {
    margin-right: 16px;
}
.recent__post__date {
    color: #909090;
    font-size: 14px;
    margin-top: 8px;
}
.recent__post__details h4 {
    font-size: 16px;
}
.recent__post__details {
}
.recent__post__inner:last-child {
    border-bottom: 1px solid #dcdcdc;
}
.blog__tags {
    margin-top: 40px;
}
.tags__menu {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.tags__menu li a {
    border: 1px solid #e7e7e7;
    color: #606060;
    display: inline-block;
    height: 35px;
    line-height: 29px;
    padding: 0 16px;
    transition: all 0.3s ease 0s;
}
.testy__food__area {
    margin-top: 40px;
}
.tags__menu li {
    margin: 0 5px 10px;
}
.tags__menu li a:hover {
    background: #e7e7e7 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #dc9c08 ;
}
.bg-7 {
    background: rgba(0, 0, 0, 0) url("images/blog/post-img/2.png") no-repeat scroll center center;
}
.testy__food__area {
    align-items: flex-end;
    display: flex;
    height: 254px;
}
.testy__food__inner h4 {
    font-family:sans-serif, Lato;
    font-size: 18px;
    font-weight: 400;
}
.testy__food__inner h6 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 18px;
    text-transform: uppercase;
}
.testy__food__inner h6 span {
    display: block;
    margin-top: 10px;
}
/*----------------------------------------------
  15. Blog Details
------------------------------------------------*/

.ht__blog__details__container .post__date__share {
    display: flex;
    justify-content: space-between;
}
.ht__blog__details__container .post__share {
    display: flex;
    font-size: 14px;
}
.ht__blog__details__container .ht__blog__like__comment {
    display: flex;
    margin-top: 6px;
}
.ht__blog__details__container .ht__blog__details__inner {
    padding: 50px 40px;
}
.ht__blog__details__container .post__date span {
    color: #909090;
    font-family:sans-serif, Playfair Display;
    font-size: 14px;
}
.ht__blog__details__container .post__share li + li {
    margin-left: 16px;
}
.ht__blog__details__container .post__share li {
    color: #909090;
}
.ht__blog__details__container .post__share li a i {
    color: #909090;
    transition: all 0.3s ease 0s;
}
.ht__blog__details__container .post__share li a i:hover {
    color: #dc9c08 ;
}
.ht__blog__details__container .ht__blog__like__comment li + li {
    margin-left: 30px;
}
.ht__blog__details__container .ht__blog__like__comment li i {
    color: #909090;
    font-size: 14px;
    margin-right: 10px;
}
.ht__blog__details__container .ht__blog__like__comment li i span a {
    color: #909090;
}
.ht__blog__details__container .ht__blog__like__comment li span {
    color: #909090;
    font-size: 14px;
}
.ht__blog__details__container .blog-title {
    font-size: 24px;
    font-weight: 400;
}
.ht__blog__details__container .ht__blog__details {
    margin-top: 20px;
    text-align: justify;
    direction: ltr;
}
.ht__blog__details__container .ht__blog__pra {
    margin-top: 25px;
}
.ht__blog__details__container .blog__about {
    display: flex;
    padding: 15px 40px;
}
.ht__blog__details__container .blog__about__thumb {
    margin-right: 20px;
}
.ht__blog__details__container .blog__about__details {
    border-left: 1px solid #dc9c08 ;
    padding: 10px;
}
.ht__blog__details__container .blog__about__details h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px;
}
.ht__blog__details__container .blog__comment {
    margin-top: 50px;
    padding: 0 40px;
}
.ht__blog__details__container .section__title__3 {
    font-size: 18px;
}
blockquote {
    border-left: medium none transparent;
    border-top: 1px solid #dc9c08 ;
    font-size: 15px;
    margin: 40px 100px;
    padding: 20px;
    background: #f1f1f1;
    color: #333;
}
.ht__blog__details__container .single__comment {
    display: flex;
    padding: 30px 0;
}
.ht__blog__details__container .comment__thumb {
    margin-right: 30px;
}
.ht__blog__details__container .reply a {
}
.ht__blog__details__container .comment__author__info {
    display: flex;
    justify-content: space-between;
}
.ht__blog__details__container .comment__author__info h4 a {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.ht__blog__details__container .comment__author__info h4 span {
    color: #606060;
    display: inline-block;
    font-size: 14px;
    margin-left: 12px;
}
.ht__blog__details__container .single__comment {
    border-bottom: 1px solid #f1f1f1;
}
.ht__blog__details__container .reply a i {
    border: 1px solid #f1f1f1;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.ht__blog__details__container .blog__comment__container {
    margin-top: 10px;
}
.ht__blog__details__container .reply a:hover i {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #444;
    color: #fff;
}
.single__comment.comment--reply {
    margin-left: 60px;
}

.blog__leave__comment__area {
    margin-top: 50px;
    padding: 0 40px;
}
form#contact-form {
    margin-top: 30px;
}
.blog__position {
    box-shadow: 0 5px 10px rgba(0, 0, 50, 0.1);
    left: 30px;
    padding-bottom: 50px;
    position: relative;
    right: 30px;
    top: -50px;
    width: 1110px;
}

/*----------------------------------------------
  16. Product Full View
------------------------------------------------*/
select.select-color {
    border: 1px solid #e7e7e7;
    height: 35px;
    padding: 0 20px;
    width: 100%;
    font-family: sans-serif;
    direction: ltr;
}
select.select-color option {
    font-family: sans-serif;
    direction: ltr;
    border: medium none;
    padding: 7px 20px;
}
.producy--view--container {
    display: flex;
    justify-content: space-between;
}
.list__view__thumb img {
    width: 100%;
}
.grid__list {
    display: flex;
}
.product__thumb a img {
    width: 100%;
}
.grid__list li a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.grid__list li a i {
    color: #909090;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.grid__list li a {
    border: 1px solid #e7e7e7;
}
.grid__list li + li {
    margin-left: 10px;
}
.product__list {
    display: flex;
}
.product__list span {
    font-family:sans-serif, sans-serif;
    margin-left: 15px;
    text-transform: uppercase;
    display: flex;
    align-self: center;
}
.grid__list li a:hover {
    background: #dc9c08  none repeat scroll 0 0;
}
.grid__list li a:hover i {
    color: #fff;
}
.select-color {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("images/icons/select-option.png") no-repeat scroll 90% 14px / 10px 7px;
}
.product__full__view__area .fv-port-filter-nav {
    display: none;
}
.single-grid-view.tab-pane:not(.active) {
    display: none;
}
.view-mode li.active i {
    color: #dc9c08 ;
}
.view-mode{
    padding-bottom: 6px;
}

/*--------------------------
  pagination
---------------------------*/
.htc-pagination {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.htc-pagination li a {
    background: transparent;
    border: 1px solid #e7e7e7;
    color: #fff;
    display: inline-block;
    height: 35px;
    font-family: sans-serif,arial;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 53px;
    color: #909090;
}
.htc-pagination li a i{
    color: #909090;
    transition: 0.3s;
}
.htc-pagination li a:hover {
    background: #dc9c08  none repeat scroll 0 0;
    border: 1px solid #dc9c08 ;
    color: #fff;
}
.htc-pagination li a:hover i{
    color: #fff;
}
.htc-pagination li.active a{
    background: #dc9c08  none repeat scroll 0 0;
    border: 1px solid #dc9c08 ;
    color: #fff;   
}
.htc-pagination li.active {
    border: 1px solid #dc9c08;
    width: 53px;
}
.htc-pagination li + li {
margin-left: 10px;
    direction: ltr;
}
.htc-pagination li.active > span {
    background: #fff!important;
    width: 37px!important;
    padding-top: 12px!important;
    margin-top: 7px;
    line-height: 33px;
}
/*----------------------------------------------
  17. Shop Grid Left Sidebar
------------------------------------------------*/
.product__grid__view .blog__right__sidebar .recent__post__inner {
    display: flex;
    padding: 20px 20px 20px 0;
    border: 0 none;
}
.grid-title {
    background: #dc9c08  none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding-left: 20px;
    text-transform: capitalize;
}

/*Price slider*/
.ui-slider-handle.ui-state-default.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dc9c08 ;
    border-radius: 100%;
    height: 12px;
    width: 12px;
}
.ui-slider-horizontal .ui-slider-range {
    background: #dc9c08  none repeat scroll 0 0;
}
.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #dcdcdc none repeat scroll 0 0;
    border: 0 solid #dcdcdc;
    border-radius: 0;
    height: 3px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.ui-slider .ui-slider-handle {
    top: -5px;
}
.price_filter #amount {
    border: medium none;
    color: #000;
    font-weight: 400;
    height: 30px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0px;
    padding-left: 10px;
    width: 50%;
}
.price_filter.s-filter {
    padding: 25px 0 0;
}
.dm-sidebar {
    background: #fff none repeat scroll 0 0;
}
.price_filter .price--output {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.htc-grid-range{
    margin-top: 40px;
}






/*----------------------------------------------
  18. Shop List Left Sidebar
------------------------------------------------*/
.list--view--details ul.social__icon {
    border-top: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    margin-top: 20px;
}
.list__view__inner {
    display: flex;
}
.list__view__thumb {
    margin-right: 30px;
    width: 47%;
}
.list--title--rating {
    display: flex;
    justify-content: space-between;
}
.list--view--details p {
    border-top: 1px solid #e7e7e7;
    margin-top: 23px;
    padding-top: 20px;
    text-align: justify;
    direction: ltr;
    font-family: sans-serif;
}
.list--item .recent__post__inner {
    padding-left: 0;
}
.single__list__view {
    margin-top: 30px;
}
.mt--30 {
    margin-top: -30px;
}
.single-grid-view.tab-pane:not(.active) {
    display: none;
}
.product--full--width .col-xs-12{
    margin-top: 30px;
}
.product--full--width #list-view .col-xs-12{
    margin-top: 0px;
}
/*------------------------------------------
  19. Portfolio Details Area
-------------------------------------------*/
.portfolio-owl-active .owl-item img {
    width: 100%;
}
.portfolio-owl-active .owl-buttons {
    background: #dc9c08  none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.portfolio-owl-active .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 20px;
    margin: 3px;
    opacity: 1;
    padding: 13px 13px;
}
.portfolio-owl-active .owl-controls .owl-buttons div i {
    color: #fff;
}
/*Portfolio details Tab panel*/
.tp-portfolio-small-image.nav-tabs{
    border-bottom: none;
}
.pot-small-img a{
    position: relative;
    display: block;
}

.portfolio-owl-active {
    display: flex;
    justify-content: space-between;
}
.htc__product__details__area ul.social__icon {
    justify-content: flex-start;
}
.htc__product__details__area h2 {
       font-size: 24px;
    text-align: left;
    text-transform: capitalize;
    direction: ltr;
}
.htc__product__details__area .product__prize p.new__prize.text-theme {
    color: #dc9c08 ;
    font-size: 30px;
    direction: ltr;
}
.htc__product__details__area .product__price__rating {
    display: flow-root;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 15px;
}
.review__info__menu {
    display: flex;
    justify-content: center;
}
.review__info__menu li {
    margin: 0 30px;
}
.review__info__menu {
    margin-left: -30px;
    margin-right: -30px;
}
.review__info__menu li a {
    color: #252525;
    font-family:sans-serif, Playfair Display;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.review__info__menu li.active a {
    color: #dc9c08 ;
}
.review__info__wrap {
    border: 1px solid #f3f3f3;
    padding: 30px;
}
.single-review-tab.tab-pane:not(.active) {
    display: none;
}

.review__info__menu li:hover a {
    color: #dc9c08 ;
}

.review {
    display: flex;
}
.review .review__thumb {
    margin-right: 30px;
}
.review {
    margin-top: 30px;
}
.review__info h4 {
    float: left;
}
.rating__send {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.review .rating {
    float: left;
    margin-left: 27px;
    overflow: hidden;
}
.review .rating__send a {
    background: #f1f1f1 none repeat scroll 0 0;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.review .rating__send a i {
    color: #999999;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
.review .rating__send a + a {
    margin-left: 5px;
}
.review .rating__send a:hover {
    background: #dc9c08  none repeat scroll 0 0;
}
.review .rating__send a:hover i {
    color: #fff;
}
.review .review__info h4 {
    font-size: 20px;
    text-transform: uppercase;
}
.review__date span {
    color: #909090;
    display: inline-block;
    margin-bottom: 7px;
}
.rating__list .rating {
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}
.rating__list {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 13px;
}
.rating__list .rating::before {
    background: #dcdcdc none repeat scroll 0 0;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.rating__list .rating:first-child *::before {
}
.rating__list .rating:first-child::before {
    position: inherit;
}
.rating__wrap {
    margin-top: 40px;
    text-align: right;
    direction: ltr;
}
.rating__wrap .rating-title {
    color: #606060;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.rating__wrap .rating-title-2 {
    color: #606060;
    font-family:sans-serif, Lato;
    font-size: 20px;
    font-weight: 400;
}
.review__box .contact-box input[type="text"],
.review__box .contact-box input[type="email"],
.review__box .contact-box input[type="password"] {
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
}
.review__box .contact-box.message textarea {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.rating-title-2 {
    margin-top: 23px;
}


.description-inner {
    padding-top: 30px;
    text-align: justify;
    direction: ltr;
    font-family: sans-serif;
}
.description-inner p + p {
    margin-top: 15px;
}
.description-inner ul {
    margin-top: 20px;
}
.description-inner ul li {
    padding: 3px 0 3px 12px;
}
.description-inner ul li {
    position: relative;
}
.description-inner ul li::before {
    content: "";
    font-family: "Material-Design-Iconic-Font";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.information-inner {
    padding-top: 30px;
    text-align: justify;
    direction: ltr;
    font-family: sans-serif;
}

.review.ans{
    padding-left: 30px;
}






.product__top_wrap {
    border: 1px solid #f3f3f3;
    padding: 30px;
}
.product-action-wrap {
    align-items: center;
    display: flow-root;
    justify-content: space-between;
    padding: 25px 0 22px 0;
}
.cart-plus-minus {
    position: relative;
}
.cart-plus-minus .qtybutton {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #606060;
    cursor: pointer;
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 39px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
}
.product-quantity .cart-plus-minus-box {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    padding: 0 50px;
    text-align: center;
    width: 170px;
}
.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
}
.cart-plus-minus .qtybutton::before {
    background: #909090 none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.cart-plus-minus .qtybutton.inc::before {
    left: 0;
    right: auto;
}
.prodict-det-small{
    width: 350px;
}
.prodict-det-small {
    margin-left: -10px;
    margin-right: -10px;
}
.prodict-det-small .pot-small-img{
    width: 25%;
    float: left;
    padding: 0 10px;
}
.prodict-det-small .pot-small-img a {
    /* border: 1px solid #f1f1f1;*/
    height: 85px;
    line-height: 85px;
}
.prodict-det-small .pot-small-img{
    width: 100%;
}
.prodict-det-small{
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
}
.prodict-det-small.owl-theme .owl-controls .owl-buttons > div {
    border-radius: 0;
    height: 85px;
    left: -35px;
    line-height: 90px;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f1f1f1;
    text-align: center;
}
.prodict-det-small.owl-theme .owl-controls .owl-buttons > div.owl-next {
    left: auto;
    right: -35px;
}
.prodict-det-small.owl-theme .owl-controls .owl-buttons > div i{
    color: #606060;
    font-size: 24px;
}
.prodict-statas span {
    color: #252525;
    font-family:sans-serif, playfair display;
    font-size: 18px;
    line-height: 23px;
}
.htc__product__details__area ul.social__icon {
    height: auto;
    justify-content: flex-start;
}
.single-profuct-thumb {
    padding-right: 0;
}
.single-profuct-content {
    padding-left: 30px;
}



/*---------------------------------------
  20. Our Cart Area
----------------------------------------*/
.cart-main-area {
    margin-bottom: 100px;
} 
.cart-title-area{
    padding-top: 30px;
}
.car-header-title h2{
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.table-content table{
    background: #fff none repeat scroll 0 0;
    border-color: #c1c1c1;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}
.table-content table th {
    border-top: medium none;
    font-weight: bold;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table th,.table-content table td{
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}
.table-content table td{
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;font-size: 13px;
}
.table-content table td input{
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-family: sans-serif,'Playfair Display', serif;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}
.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    color: #777;
}
.table-content table td.product-name a{
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    color: #6f6f6f;
}
.table-content table td.product-name{
    width: 270px;
}
.table-content table td.product-thumbnail{
    width: 130px;
}
.table-content table td.product-remove i{
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 700;
    color: #777;
}
.table-content table td.product-remove i:hover{
    color:#252525
}
.table-content table td.product-quantity{
    width: 180px;
    direction: ltr;
}
.table-content table td.product-remove{
    width: 150px;
}
.table-content table td.product-price{
    width: 130px;
}
.table-content table td.product-name a:hover,.buttons-cart a:hover{
    color:#dc9c08 
}
.buttons-cart{
    margin-bottom: 30px;
    overflow: hidden;
    font-family:sans-serif, arial, serif;
}
.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-family:sans-serif, arial, serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}
.buttons-cart input:hover,
.coupon input[type=submit]:hover,
.buttons-cart a:hover{
    background:#dc9c08 ;
    color:#fff !important;
    font-family:sans-serif, arial, serif;
}
.buttons-cart a {
    color: #fff;
    float: right;
    height: 40px;
    line-height: 40px;
    font-family:sans-serif, arial, serif;
}
.coupon {
margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: left;
    /* padding-left: 9px; */
    direction: ltr;
    font-family: sans-serif, arial, serif;
}
.coupon p{
    font-family:sans-serif, arial, serif;
}
.coupon h3{
    margin: 0 0 10px;font-size: 14px;
    text-transform: uppercase;
    font-family:sans-serif, arial, serif;
}
.coupon input[type=text]{
    border: 1px solid #c1c1c1;
    float: right;
    height: 40px;
    margin: 0 6px 20px 0;
    max-width: 100%;
    padding: 4px;
    width: 170px;
    font-family:sans-serif, arial, serif;
}
.cart_totals{
    float: left;
    text-align: right;
    width: 100%;
    font-family:sans-serif, arial, serif;
}
.cart_totals h2{
    border-bottom: 2px solid #c1c1c1;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 35px;
    font-family:sans-serif, arial, serif;
}
.cart_totals table{
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
    font-family:sans-serif, arial, serif;
}
.cart_totals table th{
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    font-family:sans-serif, arial, serif;
    vertical-align: top;
}
.cart_totals table td{
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
    font-family:sans-serif, arial, serif;
}
.cart_totals table td .amount {
    color: #252525;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    font-family:sans-serif, arial, serif;
}
.cart_totals table td ul#shipping_method{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart_totals table td ul#shipping_method li{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}
.cart_totals table td ul#shipping_method li input{
    margin: 0;
    position: relative;
    top: 2px;
}
a.shipping-calculator-button{
    font-weight: bold;
    color: #6f6f6f;
}
a.shipping-calculator-button:hover{
    color:#dc9c08 
}
.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount{
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.wc-proceed-to-checkout a{
    background: #252525 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: none;
    float:left;
}
.wc-proceed-to-checkout a:hover{
    background: #dc9c08 ;
    color: #fff !important;
}
.owl-theme .owl-controls .owl-page span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 100%;
    display: block;
    height: 13px;
    margin: 3px;
    width: 13px;
    transition: 0.3s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    border: 2px solid #c1c1c1;
}
.slider-area.slider-v4 {
    margin: 30px 0 35px 0;
}
.coupon p {
    margin-bottom: 12px;
}
/*---------------------------------------
  21. Our Checkout Page
----------------------------------------*/
.single-checkout-box input[type="text"],
.single-checkout-box input[type="email"],
.single-checkout-box input[type="password"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    color: #767676;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
    width: 47.5%;
    direction: ltr;
    font-family: sans-serif;
    margin-bottom: 40px;
}
.single-checkout-box textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    font-size: 12px;
    min-height: 160px;
    padding: 10px;
    text-align: right;
    resize: none;
    width: 100%;
    padding-left: 20px;
    font-family: sans-serif;
    direction: ltr;
}
.single-checkout-box select {
    margin-right: 30px;
    width: 48%;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0;
}
.checkbox .radio label,
.checkbox .checkbox label {
    font-size: 14px;
}

.section-title-3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    font-family: sans-serif;
    direction: ltr;
}

.section-title-5 {
       font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    font-family: sans-serif, arial;
    direction: ltr;
}
.checkout-form-inner {
    margin-top: 40px;
}
.single-checkout-box input + input {
    margin-left: 34px;
}
.payment-form {
    margin-top: 51px;
}
.payment-form-inner {
    margin-top: 40px;
}
.payment-menu {
    display: flex;
    margin-bottom: 30px;
    margin-top: 40px;
}
.payment-menu li + li {
    margin-left: 30px;
}
.payment-menu li {
    border: 1px solid transparent;
    padding: 2px;
    transition: all 0.3s ease 0s;
}
.payment-menu li:hover {
    border: 1px solid #dc9c08 ;
}
.single-checkout-box select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: rgba(0, 0, 0, 0) url(images/icons/select-option.png) no-repeat scroll 96% 14px / 11px 9px;
    border: 1px solid #c1c1c1;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    text-align: right;
    direction: ltr;
}
.payment-form-inner .single-checkout-box.select-option {
    margin-top: 0;
}
.payment-form p {

    margin-top: 15px;
    text-align: right;
    direction: ltr;
    font-family: sans-serif;
}
.our-important-note p {
    margin-bottom: 30px;
    margin-top: 20px;
}
.important-note li a i {
    font-size: 14px;
    margin-right: 10px;
}
.important-note li + li {
    margin-top: 20px;
}
.puick-contact-area {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 40px 0;
    text-align: center;
    width: 370px;
}
.puick-contact-area a {
    color: #777474;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    transition: all 0.3s ease 0s;
}
.puick-contact-area a:hover {
    color: #dc9c08 ;
}

/*---------------------------------------
  22. Our Wishlist Area
----------------------------------------*/
.wishlist-table table {
    background: #fff none repeat scroll 0 0;
    border-color: #c1c1c1;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 20px 0 50px;
    width: 100%;
}
.wishlist-table table th {
    font-weight: 600;
}
.wishlist-table table th, .wishlist-table table td {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    color: #767676;
}
.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}
.wishlist-table table .product-remove > a, 
.table-content table .product-remove > a {
    font-size: 25px;
}
.wishlist-table table .product-thumbnail {
    width: 150px;
}
.wishlist-table table td.product-price .amount {
    font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
    color: #767676;
}
.wishlist-table table .product-add-to-cart > a {
    background: #252525 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
}
.wishlist-table table .product-add-to-cart > a:hover{
    background:#dc9c08 ;
    color: #fff;
}
.wishlist-table table .product-add-to-cart {
    width: 240px;
}
.wishlist-share {
    margin-bottom: 35px;
    margin-top: 20px;
}
.wishlist-share ul li {
    display: inline-block;
    height: 21px;
    margin-left: 0;
    margin-right: 0;
}
.wishlist-share ul li a{background-position: left top;
                        border: medium none;
                        display: inline-block;
                        height: 21px;
                        width: 21px;
}
.wishlist-share ul li a:hover{
    background-position: left bottom;
}
.wishlist-share .social-icon ul {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
/*-------------------------------
quickview-wrapper
--------------------------------*/
#quickview-wrapper {
    position: relative;
    z-index: 99;
}
.product-info h1 {
  font-size: 20px;
    line-height: 15px;
    margin-top: 14px;
    text-transform: uppercase;
    text-align: left;
    font-family: sans-serif, arial;
}
.s-price-box span.new-price {
    color: #dc9c08 ;
    font-size: 24px;
    line-height: 24px;
}
.s-price-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.s-price-box span.old-price {
    color: #909090;
    font-size: 18px;
    line-height: 24px;
    margin-left: 20px;
}
.see-all {
    color: #252525;
    display: block;
    font-family:sans-serif,  Lato;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 9px;
    margin-top: 10px;
    text-transform: uppercase;
}
.cart {
    display: flex;
}
.numbers-row {
    margin-bottom: 14px;
    margin-right: 20px;
}
.numbers-row input {
    border: 1px solid #c1c1c1;
    color: #dc9c08 ;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.single_add_to_cart_button {
    background: #dc9c08  none repeat scroll 0 0;
    border: 1px solid #dc9c08 ;
    color: #fff;
    display: block;
    font-weight: 400;
    height: 30px;
    line-height: 31px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.single_add_to_cart_button:hover {
    background: #252525 none repeat scroll 0 0;
    border: 1px solid #252525;
    color: #fff;
}
.social-sharing .social-icons {
    display: flex;
    margin-top: 15px;
}
.social-sharing .social-icons li + li {
    margin-left: 10px;
}
.social-sharing .social-icons .social-icon {
    margin-top: 7px;
}
.social-sharing .social-icons li a i {
    background: #dc9c08  none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
}
.social-sharing .social-icons li a:hover i {
    background: #252525 none repeat scroll 0 0;
    color: #fff;
}
.modal-product .product-info {
     margin-left: 20px;
    text-align: left;
    direction: ltr;
    font-family: sans-serif , arial;
}
.modal-product {
    display: flex;
}
.modal-product .product-info .social-sharing {
    margin-top: 25px;
}
.widget.widget_socialsharing_widget .widget-title-modal {
    color: #696969;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.quick-add-to-cart .cart {
    display: flex;
    justify-content: flex-start;
}
.numbers-row {
    margin-bottom: 0;
    margin-right: 20px;
}
.numbers-row {
    margin-bottom: 0;
    margin-right: 20px;
    width: 100px;
}
.numbers-row input {
    width: 100%;
}






/*-----------------------
new code
-----------------------*/

.ht__blog__details__container .ht__blog__like__comment li span a {
    color: #909090;
}
.single-checkout-box select option {
    padding: 3px 10px;
}
.ft__address {
    text-align: right;
    direction: ltr;
}
.checkout-right-sidebar {
    text-align: right;
    direction: ltr;
    font-family: sans-serif;
}
.table-responsive {
    font-family: sans-serif;
    direction: ltr;
}
.rtl {
    direction: ltr !important;
    text-align: left !important;
}
.htc__product__details__area {
  text-align: left;
    font-family: sans-serif, arial;
    direciton: ltr;
}
.test-info {
    text-align: justify;
    direction: ltr;
    font-family: sans-serif;
}
p.week-desc {
    text-align: justify;
    direction: ltr;
    font-family: sans-serif;
}

.week__details {
    direction: ltr;
}
.grid-view div{
    float:right;
}
.btn-info {
    color: #fff!important;
    background-color: #dc9c08 !important;
    border-color: #448803!important;
}
.login-container{
    position: relative;
    width: 300px;
    margin: 22px auto;
    padding: 20px 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
    font-family: sans-serif;
}

#output.alert-danger{
    background: rgb(228, 105, 105);
    font-family: sans-serif;
    direction: ltr;
}


.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
    -moz-transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);

}

.avatar{
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}

.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;
    font-family: sans-serif;

}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
    text-transform: lowercase;
}

.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login{
    margin-top: 15px;
    padding: 10px 20px;
    font-family: sans-serif;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.title_align
{
    text-align:center;
}
form#register-form{
    margin-top: 28px;
}
#notifModal{
    z-index: 9999999;
}
p.error{
    color: #e40303;
    text-align: right;
    font-family: sans-serif,tahoma;
    direction: ltr;
}
.modal-title{
    color: #e40303;
    text-align: left;
    direction: ltr;
    margin-right: 38px;
}
.modal-body p,.lost_password{
 text-align: left;
    direction: ltr;
    font-family: sans-serif,arial;
}
.modal-footer button{
    float: left;
    font-family: sans-serif, arial;
}
.fv-btn{
    direction: ltr;
    text-align:center;
}
.htc__product__details__area p,#description p {
    font-family: sans-serif,arial;
    text-align:justify;
    direction:ltr;
}
.modal-backdrop{
    z-index: 1;
}
.listtt{text-align: right;
        font-family: sans-serif;
        direction: ltr;
}
.product-name,.product-total,.product-quantity{
    text-align: center;
    float:left;
}
.payment-content p{
    font-family: sans-serif, arial;
}
input.fv-btn:hover {
    color: green;
    text-align: center;
}
.p_bottom_slider
{
    text-align: justify;
    direction: ltr;
    color: #dc9c08;
    margin-top: 25px;
}
