/*================================================
Template name: Martfy Multipurpose eCommerce HTML Template
Version: 1.0.0
Author: SITLBD
Author url: https://www.sitlbd.com/
Developer: Najmul Huda Eimon


[Table of Content]

01: General CSS
    1.1: variables
    1.2: common
    1.3: padding-margin
    1.4: headings
    1.5: mixin
    1.6: extend
    1.7: class
02: preloader CSS
03: top to button CSS
04: fancybox
05: Sticky header
06: top-bar CSS
07: mid-menu CSS
08: menubar CSS
09: home 1
    9.1: banner CSS
    9.2: feature CSS
    9.3: collection CSS
    9.4: offer CSS
    9.5: category CSS
    9.6: featured CSS
    9.7: new CSS
    9.8: client CSS
    9.9: blog CSS
10: footer CSS
11: home 2
    11.1: top-bar
    11.2: mid menu
    11.3: menubar
    11.4: banner
    11.5: category
    11.6 trend
    11.7: offer
    11.8: top-seller
    11.9: chef
    11.10: client
    11.11: blog
    11.12: brand
    11.13: footer
12: home 3
    12.1: mid menu
    12.2: menubar
    12.3: banner
    12.4: category
    12.5: featured
    12.6: best sale
    12.7: seller
    12.8: special
    12.9: offer
    12.10: best deal
    12.11: download
    12.12: blog
    12.13: footer
13: home 4
    13.1: top-bar
    13.2: mid-menu
    13.3: menubar
    13.4: banner
    13.5: category
    13.6: product
    13.7: offer
    13.8: recommended
    13.9: collection
    13.10: best
    13.11: featured
    13.12: blog
    13.13: footer
14: inner-page
    14.1: mid-menu
    14.2: banner
    14.3: inner page sidebar CSS
15: about page
    15.1: about
    15.2: video
    15.3: team
    15.4: client
16: account page
17: contact page
    17.1: address CSS
    17.2: message CSS
18: pagination
19: shop page CSS
20: shop list page CSS
21: shop list right page CSS
22: shop detail page CSS
    22.1: detail CSS
    22.2: review CSS
    22.3: featured CSS
23: cart page CSS
    23.1: cart detail CSS
    23.2: cart total CSS
24: wishlist page CSS
25: compare page CSS
26: blog page CSS
27: blog left sidebar CSS
28: blog main page CSS
29: blog list page CSS
30: blog lifestyle page CSS
31: blog fullpage page CSS
32: blog details page CSS
33: checkout page CSS
34: faq page CSS
    34.1: faq CSS
    34.2: message CSS
35: category page CSS
36: coming soon page CSS
37: 404 error page CSS

==========================================================*/
/*===========================================================
01: General CSS
=============================================================*/
body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100%;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Jost', sans-serif;
}

/* this code for fill %100 with & height in devices */
html,body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
  text-transform: capitalize;
}

button:focus {
  outline: none;
}

.clearfix {
  clear: both;
  display: block;
}

input[type="number"] {
  -moz-appearance: textfield;
}

::-moz-selection {
  background: #151a33;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #151a33;
  color: #fff;
  text-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p10 {
  padding: 10px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.p40 {
  padding: 40px 0;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.p70 {
  padding: 70px 0;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.p80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.p90 {
  padding: 90px 0;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.p100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.m10 {
  margin: 10px 0;
}

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

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

.m20 {
  margin: 20px 0;
}

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

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

.m30 {
  margin: 30px 0;
}

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

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

.m40 {
  margin: 40px 0;
}

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

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

.m50 {
  margin: 50px 0;
}

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

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

.m60 {
  margin: 60px 0;
}

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

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

.m70 {
  margin: 70px 0;
}

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

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

.m80 {
  margin: 80px 0;
}

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

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

.m90 {
  margin: 90px 0;
}

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

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

.m100 {
  margin: 100px 0;
}

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

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

h1 {
  font-size: 60px;
  line-height: 80px;
  color: #151a33;
}

h2 {
  font-size: 35px;
  line-height: 46px;
  color: #151a33;
}

h3 {
  font-size: 30px;
  line-height: 46px;
  color: #151a33;
}

h4 {
  font-size: 24px;
  line-height: 36px;
  color: #151a33;
}

h5 {
  font-size: 18px;
  line-height: 30px;
  color: #151a33;
}

h6 {
  font-size: 16px;
  line-height: 28px;
}

.fancybox .fancybox-content .popup-content p, .fancybox .fancybox-content .popup-content form .inputs::placeholder, .mid-menu .notification ul li .dropdown .dropdown-menu ul li .text p, .menubar .mbl-offcanvas .mbl-content .categories li a, .menubar .category-menu-area .menu-holder .categories li a, .home1.banner .text-area p, .home1.feature .single-feature .text p, .home1.collection .single-item .bottom-area p, .home1.category .single-category .content p, .home1.featured .single-product .bottom-area p, .home1.client .client-area .client-slider p, .home1.blog .single-blog .content p, .home1.blog .single-blog .content .read-more, .home2.banner .banner-area p, .home2.category .single-category .content p, .home2.trend .single-item .tag p, .home2.trend .single-item .bottom-area p, .home2.offer .content p, .home2.offer .content ul li span, .home2.top-seller .single-item .tag p, .home2.top-seller .single-item .bottom-area p, .home2.chef .content p, .home2.chef .content a, .home2.client .home2-client-slider .item p, .home2.client .home2-client-slider .item span, .home3.banner .product p, .home3.banner .product .all p, .home3.featured .offer-area .single p, .home3.featured .single-item .bottom-area p, .home3.seller .single-category .content p, .home3.special .corner ul li .media p, .home3.special .single-item .bottom-area p, .home3.offer .item .content p, .home3.offer .item .content a, .home3.best-deal .big-item p, .home3.best-deal .single-item .bottom-area p, .home4.product .single-item .bottom-area p, .home4.recommended .single-item .bottom-area p, .home4.collection .single-item .content p, .home4.collection .single-item .content a, .home4.best .big-item p, .home4.best .single-item .bottom-area p, .home4.featured .single-item p, .inner-page.sidebar .search form .inputs::placeholder, .inner-page.sidebar .category ul li p, .inner-page.sidebar .small-item .item p, .inner-page.sidebar .tags .all-tag a, .inner-page.sidebar .newsletter .inputs::placeholder, .about-page.about .content p, .about-page.team .single .bottom-area p, .account-page.account .item p, .contact-page.address .item p, .shop-list.main .content .single-item .right-area p, .shop-detail.detail .detail-content .stock, .shop-detail.detail .detail-content p, .shop-detail.detail h5 a, .shop-detail.review .tab-content p, .shop-detail.review .tab-content .add-review form .inputs::placeholder, .cart-page.cart-detail .table tbody tr th p, .cart-page.cart-detail .table tbody tr th a, .cart-page.cart-detail .table tbody tr td p, .cart-page.cart-detail .table tbody tr td a, .cart-page.cart-detail .coupon-area .coupon-input .inputs::placeholder, .cart-page.cart-total .sub p, .cart-page.cart-total .ship p, .cart-page.cart-total .input-container span, .cart-page.cart-total .estimate p, .cart-page.cart-total .checkout p, .compare-page.compare .table p, .blog-page.blog .single-blog .content p, .blog-page.blog .single-blog .content .read-more, .blog-page.blog-main .single-blog .blog-img .option p, .blog-page.blog-main .single-blog .content p, .blog-page.blog-list .single-blog .content p, .blog-page.blog-detail .content .blog-img .option p, .blog-page.blog-detail .content .blog-img .blog-date li a, .blog-page.blog-detail .content p, .blog-page.blog-detail .content .comment .all-comment li .reply p, .blog-page.blog-detail .content .comment .input-field::placeholder, .checkout-page.checkout .billing-details .bill-input::placeholder, .checkout-page.checkout .billing-details .select2-container--default
.select2-selection--single .select2-selection__rendered, .checkout-page.checkout .billing-details .create .accordion-item .accordion-header label, .checkout-page.checkout .total-content .sub p, .checkout-page.checkout .total-content .ship p, .checkout-page.checkout .total-content .input-container span, .checkout-page.checkout .total-content .checkout p, .faq-page.faq .accordion-body p, .coming-soon .content p, .coming-soon .content form .input::placeholder, .error-page.main2 .error-area p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #606060;
}

.home1.collection .section-title h3, .home1.category .section-title h3, .home1.featured .section-title h3, .home1.blog .section-title h3, .about-page.team .section-title h3, .blog-page.blog .section-title h3, .faq-page.faq .section-title h3, .faq-page.message .section-title h3,
.home2.trend .section-title h3,
.home2.top-seller .section-title h3,
.home2.client .section-title h3,
.home2.blog .section-title h3,
.home3.featured .section-title h3,
.home3.seller .section-title h3,
.home3.special .section-title h3,
.home3.best-deal .section-title h3,
.home3.blog .section-title h3,
.home4.product .section-title h3,
.home4.recommended .section-title h3,
.home4.best .section-title h3,
.home4.blog .section-title h3 {
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
  position: relative;
}
.home1.collection .section-title h3:after, .home1.category .section-title h3:after, .home1.featured .section-title h3:after, .home1.blog .section-title h3:after, .about-page.team .section-title h3:after, .blog-page.blog .section-title h3:after, .faq-page.faq .section-title h3:after, .faq-page.message .section-title h3:after,
.home2.trend .section-title h3:after,
.home2.top-seller .section-title h3:after,
.home2.client .section-title h3:after,
.home2.blog .section-title h3:after,
.home3.featured .section-title h3:after,
.home3.seller .section-title h3:after,
.home3.special .section-title h3:after,
.home3.best-deal .section-title h3:after,
.home3.blog .section-title h3:after,
.home4.product .section-title h3:after,
.home4.recommended .section-title h3:after,
.home4.best .section-title h3:after,
.home4.blog .section-title h3:after {
  content: '';
  width: 252px;
  height: 24px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.home1.collection .section-title h3:after, .home1.category .section-title h3:after, .home1.featured .section-title h3:after, .home1.blog .section-title h3:after, .about-page.team .section-title h3:after, .blog-page.blog .section-title h3:after, .faq-page.faq .section-title h3:after, .faq-page.message .section-title h3:after {
  background: url(../images/home1/border.png) no-repeat center;
}

.home2.trend .section-title h3:after, .home2.top-seller .section-title h3:after, .home2.client .section-title h3:after, .home2.blog .section-title h3:after {
  background: url(../images/home2/border.png) no-repeat center;
}

.home3.featured .section-title h3:after, .home3.seller .section-title h3:after, .home3.special .section-title h3:after, .home3.best-deal .section-title h3:after, .home3.blog .section-title h3:after {
  background: url(../images/home3/border.png) no-repeat center;
}

.home4.product .section-title h3:after, .home4.recommended .section-title h3:after, .home4.best .section-title h3:after, .home4.blog .section-title h3:after {
  background: url(../images/home4/border.png) no-repeat center;
}

.section-title {
  padding-bottom: 75px;
  text-align: center;
}

.button-style1 {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: #ec7a5c;
}
.button-style1 .btn-dot {
  display: block;
}
.button-style1 .btn-dot:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.4);
  width: 8px;
  height: 8px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.button-style1 .btn-dot:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.4);
  width: 8px;
  height: 8px;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.button-style1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: #151a33;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.button-style1:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  background: #151a33;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.button-style1:hover {
  color: #fff;
}
.button-style1:hover:before, .button-style1:hover:after {
  height: 100%;
}
.button-style1:hover .btn-dot:after {
  bottom: calc(100% - 8px);
}
.button-style1:hover .btn-dot:before {
  top: calc(100% - 8px);
  bottom: 0;
}

.button-style2 {
  display: inline-block;
  line-height: 37px;
  padding: 0 26px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  color: #fff;
  background: #5fa702;
  position: relative;
  z-index: 1;
}
.button-style2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #151a33;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.button-style2:hover {
  color: #fff;
}
.button-style2:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
}

.item-animation {
  position: relative;
}
.item-animation:before {
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  z-index: 1;
}
.item-animation:after {
  background: rgba(255, 255, 255, 0.6);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  z-index: 1;
}
.item-animation:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  transition: 1.4s;
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  -ms-transition: 1.4s;
  -o-transition: 1.4s;
}
.item-animation:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  transition: 1.4s;
  -webkit-transition: 1.4s;
  -moz-transition: 1.4s;
  -ms-transition: 1.4s;
  -o-transition: 1.4s;
}

.item-animation2 {
  position: relative;
  overflow: hidden;
}
.item-animation2:after, .item-animation2:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.9s ease 0s;
  width: 100%;
  z-index: 1;
}
.item-animation2:before {
  transform: translate(105%, 0%);
  -webkit-transform: translate(105%, 0%);
  -moz-transform: translate(105%, 0%);
  -ms-transform: translate(105%, 0%);
  -o-transform: translate(105%, 0%);
}
.item-animation2:after {
  transform: translate(-105%, 0%);
  -webkit-transform: translate(-105%, 0%);
  -moz-transform: translate(-105%, 0%);
  -ms-transform: translate(-105%, 0%);
  -o-transform: translate(-105%, 0%);
}
.item-animation2:hover:before {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.item-animation2:hover:after {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.item-animation3 {
  position: relative;
}
.item-animation3:after, .item-animation3:before {
  background: #ec7a5c;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.item-animation3:after {
  left: 25%;
  transition-delay: 25ms;
}
.item-animation3:before {
  left: 0;
  transition-delay: 0ms;
}
.item-animation3 .item-animation3a:after, .item-animation3 .item-animation3a:before {
  background: #ec7a5c;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.item-animation3 .item-animation3a:after {
  left: 75%;
  transition-delay: .15s;
}
.item-animation3 .item-animation3a:before {
  left: 50%;
  transition-delay: .05s;
}
.item-animation3:hover:before, .item-animation3:hover:after {
  bottom: 0;
  opacity: 0.5;
}
.item-animation3:hover .item-animation3a:before, .item-animation3:hover .item-animation3a:after {
  bottom: 0;
  opacity: 0.5;
}

/*===========================================================
02: preloader CSS
=============================================================*/
.preloader {
  height: 100vh;
  width: 100%;
  position: fixed;
  background: #fdece8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*===========================================================
03: top to button CSS
=============================================================*/
.top-to {
  position: fixed;
  bottom: 40px;
  right: -70px;
  z-index: 9999999999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.top-to .top-to-btn {
  height: 40px;
  width: 40px;
  background: #ec7a5c;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border: 1px solid #fff;
}
.top-to .top-to-btn i {
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}
.top-to p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ec7a5c;
  white-space: nowrap;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  top: -100px;
  left: -30px;
  opacity: 0;
  visibility: hidden;
}
.top-to:hover .top-to-btn {
  background: #151a33;
}
.top-to:hover p {
  opacity: 1;
  visibility: visible;
  top: -80px;
}
.top-to.show {
  right: 30px;
}

.home2.top-to .top-to-btn {
  background: #5fa702;
}
.home2.top-to p {
  color: #5fa702;
}

.home3.top-to .top-to-btn {
  background: #e72f07;
}
.home3.top-to p {
  color: #e72f07;
}

.home4.top-to .top-to-btn {
  background: #ff6f00;
}
.home4.top-to p {
  color: #ff6f00;
}

/*=========================================================
    04: fancybox
===========================================================*/
.window-open {
  overflow: hidden;
}

.fancybox .fancybox-bg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.fancybox .fancybox-content {
  height: 435px;
  width: 870px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transform: translate(-50%, -50%) scale(0.6);
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  -moz-transform: translate(-50%, -50%) scale(0.6);
  -ms-transform: translate(-50%, -50%) scale(0.6);
  -o-transform: translate(-50%, -50%) scale(0.6);
}
.fancybox .fancybox-content .popup-img img {
  height: 100%;
}
.fancybox .fancybox-content .popup-content {
  margin-left: -70px;
  height: 100%;
  padding: 0 45px;
}
.fancybox .fancybox-content .popup-content h2 {
  font-size: 30px;
  font-weight: 700;
  padding-top: 60px;
}
.fancybox .fancybox-content .popup-content h5 {
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 20px;
  padding-bottom: 10px;
}
.fancybox .fancybox-content .popup-content form {
  padding-top: 45px;
}
.fancybox .fancybox-content .popup-content form .inputs {
  width: 300px;
  height: 54px;
  border: 1px solid #ddd;
  padding: 0 15px;
  outline: 0;
}
.fancybox .fancybox-content .popup-content form button {
  width: 130px;
  line-height: 54px;
}
.fancybox .fancybox-content .popup-content form label {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 16px;
  line-height: 28px;
  padding-left: 25px;
  color: #606060;
  text-transform: capitalize;
}
.fancybox .fancybox-content .popup-content form .check {
  opacity: 0;
  display: none;
}
.fancybox .fancybox-content .popup-content form .check-custom {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}
.fancybox .fancybox-content .popup-content form .check-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.fancybox .fancybox-content .popup-content form .check:checked ~ .check-custom {
  background: #ec7a5c;
  border-color: #ec7a5c;
}
.fancybox .fancybox-content .popup-content form .check:checked ~ .check-custom:after {
  display: block;
}
.fancybox .fancybox-content .close-fancy {
  position: absolute;
  top: 0;
  right: 0;
}
.fancybox .fancybox-content .close-fancy button {
  width: 40px;
  height: 40px;
  background: #ec7a5c;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.fancybox .fancybox-content .close-fancy button i {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
.fancybox .fancybox-content .close-fancy button:hover {
  background: #151a33;
}
.fancybox.window-show .fancybox-bg {
  opacity: 1;
  visibility: visible;
}
.fancybox.window-show .fancybox-content {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.home2.fancybox .fancybox-content .popup-content form button {
  background: #5fa702;
}
.home2.fancybox .fancybox-content .close-fancy button {
  background: #5fa702;
}
.home2.fancybox .fancybox-content .close-fancy button:hover {
  background: #151a33;
}

.home3.fancybox .fancybox-content .popup-content form button {
  background: #e72f07;
}
.home3.fancybox .fancybox-content .close-fancy button {
  background: #e72f07;
}
.home3.fancybox .fancybox-content .close-fancy button:hover {
  background: #151a33;
}

.home4.fancybox .fancybox-content .popup-content form button {
  background: #ff6f00;
}
.home4.fancybox .fancybox-content .close-fancy button {
  background: #ff6f00;
}
.home4.fancybox .fancybox-content .close-fancy button:hover {
  background: #151a33;
}

/*=========================================================
    05: Sticky header
===========================================================*/
.menubar.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  z-index: 999;
  animation: mymove 0.4s linear;
  -webkit-box-shadow: 0 5px 50px 0 rgba(33, 33, 33, 0.2);
  box-shadow: 0 5px 50px 0 rgba(33, 33, 33, 0.2);
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*===========================================================
06: top-bar CSS
=============================================================*/
.top-bar {
  background: #151a33;
  height: 45px;
  padding-top: 10px;
}
.top-bar p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}
.top-bar .right-part .select {
  width: 90px;
}
.top-bar .right-part .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.top-bar .right-part .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  text-transform: capitalize;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.top-bar .right-part .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 8px 7px 0 7px;
}
.top-bar .right-part .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 7px 8px 7px;
}
.top-bar .right-part .social-area ul {
  padding-left: 20px;
}
.top-bar .right-part .social-area ul li {
  padding: 0 7px;
}
.top-bar .right-part .social-area ul li i {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.top-bar .right-part .social-area ul li i:hover {
  color: #ec7a5c;
}

/*===========================================================
07: mid-menu CSS
=============================================================*/
.mid-menu {
  padding: 35px 0;
}
.mid-menu form {
  display: flex;
  align-items: center;
}
.mid-menu .form {
  border: 1px solid #ddd;
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.mid-menu .form .select {
  width: 148px;
}
.mid-menu .form .select2-container--default {
  padding-right: 16px;
  border-right: 1px solid #ddd;
}
.mid-menu .form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;
}
.mid-menu .form .select2-selection--single .select2-selection__rendered {
  color: #151a33 !important;
  text-transform: capitalize;
  text-align: right;
  font-size: 15px;
}
.mid-menu .form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 16px;
}
.mid-menu .form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #606060 transparent transparent transparent;
  border-width: 8px 7px 0 7px;
}
.mid-menu .form .inputs {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  padding: 0 16px;
}
.mid-menu .form .inputs::placeholder {
  font-size: 15px;
  text-transform: capitalize;
  color: #686868;
  font-weight: 400;
}
.mid-menu .button-style1 {
  line-height: 45px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
}
.mid-menu .notification ul li {
  padding: 0 11px;
}
.mid-menu .notification ul li a {
  display: block;
  position: relative;
}
.mid-menu .notification ul li i {
  font-size: 26px;
  color: #606060;
}
.mid-menu .notification ul li .quantity {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #151a33;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -10px;
}
.mid-menu .notification ul li .dropdown .dropdown-toggle:after {
  display: none;
}
.mid-menu .notification ul li .dropdown .dropdown-menu {
  width: 300px;
  border: 0;
  padding: 20px;
  box-shadow: 1px 0 55px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.mid-menu .notification ul li .dropdown .dropdown-menu .heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.mid-menu .notification ul li .dropdown .dropdown-menu .heading h5 {
  text-transform: capitalize;
  font-weight: 700;
  color: #151a33;
}
.mid-menu .notification ul li .dropdown .dropdown-menu .heading a {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
}
.mid-menu .notification ul li .dropdown .dropdown-menu .heading a:hover {
  color: #ec7a5c;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul {
  padding-top: 10px;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li {
  padding: 0;
  padding-bottom: 10px;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text {
  padding-right: 40px;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text h5 {
  text-transform: capitalize;
  font-weight: 700;
  color: #151a33;
  font-size: 16px;
  line-height: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text h5:hover {
  color: #ec7a5c;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text p {
  font-size: 14px;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text .icon {
  position: absolute;
  top: 10px;
  right: 0;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text .icon i {
  font-size: 16px;
  color: #151a33;
}
.mid-menu .notification ul li .dropdown .dropdown-menu ul li img {
  width: 70px;
  margin-right: 10px;
}
.mid-menu .notification ul li .dropdown .dropdown-menu .total {
  border-top: 1px solid #ddd;
  padding-top: 5px;
}
.mid-menu .notification ul li .dropdown .dropdown-menu .total p {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.mid-menu .notification ul li .dropdown .dropdown-menu .check {
  padding-top: 10px;
}

/*===========================================================
08: menubar CSS
=============================================================*/
.menubar {
  background: #ec7a5c;
}
.menubar .mbl-offcanvas {
  width: 300px;
  background: #fff;
  top: 0;
  left: -350px;
  position: fixed;
  height: 100%;
  text-align: left;
  padding: 30px 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 10px 0px 90px rgba(0, 0, 0, 0.1);
  z-index: 100000;
  padding-top: 50px;
  overflow-y: scroll;
}
.menubar .mbl-offcanvas .mbl-content .categories #menu-button {
  display: none;
}
.menubar .mbl-offcanvas .mbl-content .categories li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.menubar .mbl-offcanvas .mbl-content .categories li a {
  color: #606060;
  text-transform: capitalize;
}
.menubar .mbl-offcanvas .mbl-content .categories li a i {
  font-size: 18px;
  padding-right: 10px;
}
.menubar .mbl-offcanvas .mbl-content .categories li:hover > a {
  color: #ec7a5c;
}
.menubar .mbl-offcanvas .mbl-content .categories li:last-child {
  border-bottom: 0;
}
.menubar .mbl-offcanvas .mbl-content .categories li ul {
  position: relative;
  left: 0;
  right: 0;
  top: 10px;
  width: 100%;
  display: none;
  padding: 0;
  opacity: 1;
  text-align: left;
  z-index: 999;
}
.menubar .mbl-offcanvas .mbl-content .categories li ul li {
  padding: 5px 0 5px 10px;
}
.menubar .mbl-offcanvas .mbl-content .categories li ul li:first-child {
  border-top: 1px solid #ddd;
}
.menubar .mbl-offcanvas .mbl-content .categories .submenu-button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
}
.menubar .mbl-offcanvas .mbl-canvas-cancle {
  position: absolute;
  top: 15px;
  right: 30px;
}
.menubar .mbl-offcanvas .mbl-canvas-cancle i {
  font-size: 30px;
  color: #151a33;
}
.menubar .mbl-offcanvas.show {
  left: 0;
}
.menubar .mobile-menu {
  display: none;
}
.menubar .mobile-menu .header-menu {
  text-align: right;
}
.menubar .category-menu-area {
  position: relative;
}
.menubar .category-menu-area #menu-button {
  display: none;
}
.menubar .category-menu-area .category-btn {
  width: 100%;
  line-height: 90px;
  background: #fff;
  font-size: 20px;
  color: #151a33;
  font-weight: 500;
}
.menubar .category-menu-area .category-btn i {
  color: #ec7a5c;
  font-size: 22px;
  padding: 0 10px;
}
.menubar .category-menu-area .category-btn .bar-icon {
  display: none;
}
.menubar .category-menu-area .category-btn.rotate i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.menubar .category-menu-area .menu-holder {
  position: absolute;
  top: 100%;
  background: #fff;
  min-width: 100%;
  z-index: 99;
  display: none;
  box-shadow: 10px 0 70px rgba(0, 0, 0, 0.1);
}
.menubar .category-menu-area .menu-holder .categories li {
  padding: 10px 15px 10px 30px;
  border-top: 1px solid #ddd;
  border-left: 2px solid transparent;
}
.menubar .category-menu-area .menu-holder .categories li a {
  color: #606060;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.menubar .category-menu-area .menu-holder .categories li a i {
  font-size: 18px;
  padding-right: 10px;
}
.menubar .category-menu-area .menu-holder .categories li:hover {
  border-left-color: #ec7a5c;
}
.menubar .category-menu-area .menu-holder .categories li:hover a {
  color: #ec7a5c;
}
.menubar .main-menu ul > li a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  padding: 30px 0;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}
.menubar .main-menu ul > li > a:not(:only-child):after {
  border: 7px solid transparent;
  content: "";
  top: 54%;
  left: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  border-top-color: #fff;
  right: 0;
  z-index: 9;
}
.menubar .main-menu ul li {
  display: inline-block;
}
.menubar .main-menu ul li .submenu-list {
  position: absolute;
  top: 100%;
  z-index: 100;
  background: #fff;
  min-width: 300px;
  overflow: visible;
  box-shadow: 10px 0 90px rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.menubar .main-menu ul li .submenu-list li {
  display: block;
  overflow: visible;
  position: relative;
}
.menubar .main-menu ul li .submenu-list li a {
  color: #151a33;
  padding: 0;
  font-size: 14px;
  padding: 0 30px;
}
.menubar .main-menu ul li .submenu-list li .menu-img img {
  position: absolute;
  top: 0;
  left: 300px;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backface-visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.menubar .main-menu ul li .submenu-list li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 2px;
  width: 0;
  background: #ec7a5c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.menubar .main-menu ul li .submenu-list li ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  box-shadow: 10px 0 90px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  margin-top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.menubar .main-menu ul li .submenu-list li ul li a {
  white-space: nowrap;
}
.menubar .main-menu ul li .submenu-list li:hover > a {
  padding-left: 40px;
  background: #f7f7f7;
}
.menubar .main-menu ul li .submenu-list li:hover > ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.menubar .main-menu ul li .submenu-list li:hover:after {
  width: 50px;
}
.menubar .main-menu ul li .submenu-list li:hover .menu-img img {
  opacity: 1;
  visibility: visible;
}
.menubar .main-menu ul li .mega-submenu {
  margin-top: 60px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 10px 0 90px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.menubar .main-menu ul li .mega-submenu .submenu-inside {
  padding: 30px 0;
}
.menubar .main-menu ul li .mega-submenu .ad-part a {
  padding: 0;
}
.menubar .main-menu ul li .mega-submenu ul li {
  display: block;
  position: relative;
}
.menubar .main-menu ul li .mega-submenu ul li a {
  display: block;
  padding: 0;
  margin: 0;
  color: #151a33;
  font-size: 14px;
  width: 100%;
}
.menubar .main-menu ul li .mega-submenu ul li a span {
  display: block;
  color: #606060;
  line-height: 20px;
}
.menubar .main-menu ul li .mega-submenu ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #ec7a5c;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.menubar .main-menu ul li .mega-submenu ul li:hover a {
  padding-left: 10px;
  background: #f7f7f7;
}
.menubar .main-menu ul li .mega-submenu ul li:hover:after {
  width: 50px;
}
.menubar .main-menu ul li .mega-submenu .big-item li {
  padding-bottom: 5px;
}
.menubar .main-menu ul li .mega-submenu h4 {
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 20px;
}
.menubar .main-menu ul li:hover .mega-submenu {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.menubar .main-menu ul li:hover .submenu-list {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}
.menubar .main-menu ul li .submenu-list li > a:after {
  display: none;
}
.menubar .right-part i {
  font-size: 40px;
  color: #fff;
  padding-right: 10px;
}
.menubar .right-part p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}

/*===========================================================
09: home 1
=============================================================*/
/*===========================================================
9.1: banner CSS
=============================================================*/
.home1.banner .slider-item {
  padding: 220px 0;
  outline: none;
}
.home1.banner .text-area {
  position: relative;
  z-index: 1;
}
.home1.banner .text-area h4 {
  font-weight: 500;
  padding-bottom: 10px;
}
.home1.banner .text-area h1 {
  font-weight: 600;
  padding-bottom: 10px;
}
.home1.banner .text-area p {
  padding-right: 130px;
  padding-bottom: 40px;
  font-size: 18px;
}
.home1.banner .text-area a {
  padding: 0 30px;
  line-height: 50px;
}
.home1.banner .image-area {
  position: absolute;
  bottom: 0;
  right: 15%;
}
.home1.banner .image-area img {
  width: 100%;
}
.home1.banner .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 50px;
}
.home1.banner .slick-dots li button {
  font-size: 0;
  height: 17px;
  width: 17px;
  border: 2px solid #151a33;
  background: transparent;
  position: relative;
}
.home1.banner .slick-dots li button:after {
  content: '';
  height: 9px;
  width: 9px;
  background: #151a33;
  position: absolute;
  top: 2px;
  left: 2px;
}
.home1.banner .slick-dots .slick-active button {
  border-color: #ec7a5c;
}
.home1.banner .slick-dots .slick-active button:after {
  background: #ec7a5c;
}

/*===========================================================
9.2: feature CSS
=============================================================*/
.home1.feature {
  margin-top: -50px;
}
.home1.feature .bg {
  background: #fff;
  box-shadow: 2px 0 90px rgba(0, 0, 0, 0.15);
  padding: 40px 0;
  position: relative;
}
.home1.feature .bg:after {
  content: '';
  height: 100%;
  width: calc(100% - 80px);
  border: 3px dashed #ec7a5c;
  position: absolute;
  top: 18px;
  left: 40px;
  z-index: -1;
}
.home1.feature .single-feature {
  position: relative;
  padding: 12px 0;
}
.home1.feature .single-feature .icon {
  padding-right: 20px;
}
.home1.feature .single-feature .icon i {
  color: #ec7a5c;
  font-size: 40px;
}
.home1.feature .single-feature .text h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.home1.feature .single-feature .text p {
  text-transform: capitalize;
  font-size: 18px;
}
.home1.feature .single-feature:after {
  content: '';
  height: 90px;
  width: 4px;
  background: rgba(222, 222, 222, 0.5);
  position: absolute;
  top: 0;
  right: 0;
}
.home1.feature .col-lg-3:last-child .single-feature:after {
  display: none;
}

/*===========================================================
9.3: collection CSS
=============================================================*/
.home1.collection {
  padding-top: 85px;
}
.home1.collection .section-title {
  padding-bottom: 50px;
}
.home1.collection .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 45px;
}
.home1.collection .nav-tabs .nav-link {
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #151a33;
  font-weight: 600;
}
.home1.collection .nav-tabs .nav-link.active {
  color: #ec7a5c;
}
.home1.collection .single-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.home1.collection .single-item .image-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home1.collection .single-item .image-area a {
  display: block;
}
.home1.collection .single-item .image-area a img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home1.collection .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  max-width: 100%;
  opacity: 0;
  transform: translate(40%, 40%) scale(0.2);
  -webkit-transform: translate(40%, 40%) scale(0.2);
  -moz-transform: translate(40%, 40%) scale(0.2);
  -ms-transform: translate(40%, 40%) scale(0.2);
  -o-transform: translate(40%, 40%) scale(0.2);
}
.home1.collection .single-item .image-area .sale-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  background: #ec7a5c;
  text-transform: capitalize;
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  padding: 0 30px 0 12px;
  position: absolute;
  top: 10px;
  left: -70px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.collection .single-item .image-area .action {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 55;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.home1.collection .single-item .image-area .action ul li {
  opacity: 0;
  position: relative;
  padding-bottom: 10px;
}
.home1.collection .single-item .image-area .action ul li i {
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #fff;
  color: #151a33;
  font-size: 14px;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.collection .single-item .image-area .action ul li .my-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  font-size: 12px;
  color: #151a33;
  background: #fff;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 35px 0 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  z-index: 0;
}
.home1.collection .single-item .image-area .action ul li:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.home1.collection .single-item .image-area .action ul li:hover .my-tooltip {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home1.collection .single-item .image-area .size {
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.home1.collection .single-item .image-area .size ul li {
  padding-left: 10px;
  opacity: 0;
}
.home1.collection .single-item .image-area .size ul li a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  color: #ec7a5c;
  box-shadow: 1px 0 9px rgba(0, 0, 0, 0.1);
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.collection .single-item .image-area .size ul li a:hover {
  background: #ec7a5c;
  color: #fff;
}
.home1.collection .single-item .bottom-area .rating {
  padding-top: 12px;
}
.home1.collection .single-item .bottom-area .rating li {
  padding-right: 10px;
}
.home1.collection .single-item .bottom-area .rating li i {
  font-size: 16px;
  color: #ffc107;
}
.home1.collection .single-item .bottom-area h5 {
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.collection .single-item .bottom-area h5:hover {
  color: #ec7a5c;
}
.home1.collection .single-item .bottom-area p {
  padding-bottom: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.collection .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home1.collection .single-item .bottom-area .add-cart {
  line-height: 38px;
  padding: 0 20px;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.home1.collection .single-item:hover .image-area .size ul li {
  opacity: 1;
}
.home1.collection .single-item:hover .image-area .size ul li:nth-child(1) a {
  animation: fade-in-down 0.3s ease-in-out;
  -webkit-animation: fade-in-down 0.3s ease-in-out;
}
.home1.collection .single-item:hover .image-area .size ul li:nth-child(2) a {
  animation: fade-in-down 0.5s ease-in-out;
  -webkit-animation: fade-in-down 0.5s ease-in-out;
}
.home1.collection .single-item:hover .image-area .size ul li:nth-child(3) a {
  animation: fade-in-down 0.7s ease-in-out;
  -webkit-animation: fade-in-down 0.7s ease-in-out;
}
.home1.collection .single-item:hover .image-area .size ul li:nth-child(4) a {
  animation: fade-in-down 0.9s ease-in-out;
  -webkit-animation: fade-in-down 0.9s ease-in-out;
}
.home1.collection .single-item:hover .image-area .action ul li {
  opacity: 1;
}
.home1.collection .single-item:hover .image-area .action ul li:nth-child(1) a {
  animation: fade-in-right 0.3s ease-in-out;
  -webkit-animation: fade-in-right 0.3s ease-in-out;
}
.home1.collection .single-item:hover .image-area .action ul li:nth-child(2) a {
  animation: fade-in-right 0.5s ease-in-out;
  -webkit-animation: fade-in-right 0.5s ease-in-out;
}
.home1.collection .single-item:hover .image-area .action ul li:nth-child(3) a {
  animation: fade-in-right 0.7s ease-in-out;
  -webkit-animation: fade-in-right 0.7s ease-in-out;
}
.home1.collection .single-item:hover .image-area .action ul li:nth-child(4) a {
  animation: fade-in-right 0.9s ease-in-out;
  -webkit-animation: fade-in-right 0.9s ease-in-out;
}
.home1.collection .single-item:hover .img-hover {
  opacity: 1;
  transform: translate(0%, 0%) scale(1);
  -webkit-transform: translate(0%, 0%) scale(1);
  -moz-transform: translate(0%, 0%) scale(1);
  -ms-transform: translate(0%, 0%) scale(1);
  -o-transform: translate(0%, 0%) scale(1);
}
.home1.collection .single-item:hover .sale-status {
  left: 0;
}
.home1.collection .single-item:hover .bottom-area p {
  opacity: 0;
  visibility: hidden;
}
.home1.collection .single-item:hover .bottom-area .add-cart {
  bottom: 0;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
/*===========================================================
9.4: offer CSS
=============================================================*/
.home1.offer {
  padding-top: 50px;
}
.home1.offer .item {
  padding: 40px 30px 45px 30px;
  position: relative;
}
.home1.offer .item h5, .home1.offer .item h4 {
  font-weight: 500;
  text-transform: capitalize;
}
.home1.offer .item h4 {
  padding-top: 10px;
  padding-bottom: 25px;
}
.home1.offer .item a {
  line-height: 38px;
  padding: 0 25px;
  position: relative;
  z-index: 9;
}
.home1.offer .item1 h4 {
  width: 40%;
}
.home1.offer .item2 h4 {
  width: 60%;
}

/*===========================================================
9.5: category CSS
=============================================================*/
.home1.category {
  padding-top: 70px;
}
.home1.category .section-title {
  position: relative;
}
.home1.category .single-category {
  box-shadow: 1px 0 55px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.home1.category .single-category img {
  width: 100%;
}
.home1.category .single-category .content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 55;
}
.home1.category .single-category .content h5 {
  text-transform: capitalize;
  font-weight: 700;
}
.home1.category .single-category .content p {
  text-transform: capitalize;
}
.home1.category .single-category .content a {
  display: inline-block;
  font-size: 16px;
  color: #ec7a5c;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
  padding-top: 5px;
}

/*===========================================================
9.6: featured CSS
=============================================================*/
.home1.featured {
  padding-top: 40px;
  padding-bottom: 70px;
}
.home1.featured .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.home1.featured .btn-left,
.home1.featured .btn-right {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #151a33;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #151a33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.home1.featured .btn-left {
  left: -55px;
}
.home1.featured .btn-right {
  right: -55px;
}
.home1.featured .single-product {
  overflow: hidden;
}
.home1.featured .single-product .image-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.home1.featured .single-product .image-area img {
  width: 100%;
}
.home1.featured .single-product .image-area .img-main {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.home1.featured .single-product .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.home1.featured .single-product .image-area:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.home1.featured .single-product .image-area .sale-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  background: #ec7a5c;
  text-transform: capitalize;
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  padding: 0 30px 0 12px;
  position: absolute;
  top: 10px;
  left: -70px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home1.featured .single-product .image-area .action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home1.featured .single-product .image-area .action ul li {
  padding: 0 5px;
  position: relative;
}
.home1.featured .single-product .image-area .action ul li a {
  display: inline-block;
}
.home1.featured .single-product .image-area .action ul li a i {
  font-size: 18px;
  color: #151a33;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.featured .single-product .image-area .action ul li a .my-tooltip {
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #151a33;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  white-space: nowrap;
  background: #fff;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home1.featured .single-product .image-area .action ul li a .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home1.featured .single-product .bottom-area {
  position: relative;
}
.home1.featured .single-product .bottom-area h5 {
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 10px;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.featured .single-product .bottom-area h5:hover {
  color: #ec7a5c;
}
.home1.featured .single-product .bottom-area p {
  text-transform: capitalize;
}
.home1.featured .single-product .bottom-area p span {
  text-decoration: line-through;
}
.home1.featured .single-product .bottom-area .rating {
  position: absolute;
  bottom: -23px;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.featured .single-product .bottom-area .rating li {
  padding-right: 10px;
}
.home1.featured .single-product .bottom-area .rating li i {
  font-size: 16px;
  color: #ffc107;
}
.home1.featured .single-product:hover .image-area .img-main {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
}
.home1.featured .single-product:hover .image-area .img-hover {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.home1.featured .single-product:hover .image-area .sale-status {
  left: 0;
}
.home1.featured .single-product:hover .image-area .action ul li a i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home1.featured .single-product:hover .image-area .action ul li a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.home1.featured .single-product:hover .image-area .action ul li a:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}
.home1.featured .single-product:hover .bottom-area p {
  opacity: 0;
  visibility: hidden;
}
.home1.featured .single-product:hover .bottom-area .rating {
  bottom: 0;
}

/*===========================================================
9.7: new CSS
=============================================================*/
.home1.new .content {
  padding-top: 80px;
  padding-bottom: 85px;
}
.home1.new .content h5,
.home1.new .content h3 {
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
}
.home1.new .content h3 {
  padding: 10px 0;
}
.home1.new .content a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ec7a5c;
  text-decoration: underline;
  font-weight: 400;
}

/*===========================================================
9.8: client CSS
=============================================================*/
.home1.client {
  position: relative;
  padding-top: 80px;
}
.home1.client .bg img {
  width: 100%;
}
.home1.client .img-area {
  margin-right: -100px;
  margin-left: 100px;
}
.home1.client .img-area .client-img-slider .client-img {
  width: 168px;
  height: 178px;
  outline: none;
}
.home1.client .img-area .client-img-slider .client-img img {
  width: 100%;
}
.home1.client .client-area {
  padding: 30px;
  box-shadow: 2px 0 89px rgba(0, 0, 0, 0.1);
  margin-left: -50px;
  background: #fff;
}
.home1.client .client-area .quote {
  margin-bottom: 15px;
}
.home1.client .client-area .client-slider {
  position: relative;
}
.home1.client .client-area .client-slider .slider-item {
  outline: none;
}
.home1.client .client-area .client-slider .author {
  padding-top: 20px;
}
.home1.client .client-area .client-slider .author .image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.home1.client .client-area .client-slider .author .image img {
  width: 100%;
}
.home1.client .client-area .client-slider .author h5 {
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.client .client-area .client-slider .author h5:hover {
  color: #ec7a5c;
}
.home1.client .client-area .client-slider .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -70px;
}
.home1.client .client-area .client-slider .slick-dots li {
  padding: 0 5px;
}
.home1.client .client-area .client-slider .slick-dots li button {
  font-size: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ec7a5c;
}
.home1.client .client-area .client-slider .slick-dots .slick-active button {
  height: 20px;
  width: 20px;
  background: #ec7a5c;
}

/*===========================================================
9.9: blog CSS
=============================================================*/
.home1.blog {
  padding-bottom: 80px;
  padding-top: 70px;
}
.home1.blog .single-blog {
  box-shadow: 2px 0 89px rgba(0, 0, 0, 0.1);
}
.home1.blog .single-blog .blog-img {
  overflow: hidden;
}
.home1.blog .single-blog .blog-img img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.home1.blog .single-blog .content {
  background: #fff;
  padding: 22px 20px;
}
.home1.blog .single-blog .content p {
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.blog .single-blog .content p:hover {
  color: #ec7a5c;
}
.home1.blog .single-blog .content h5 {
  font-weight: 700;
  color: #151a33;
  padding: 4px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.blog .single-blog .content h5:hover {
  color: #ec7a5c;
}
.home1.blog .single-blog .content .read-more {
  text-transform: capitalize;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home1.blog .single-blog .content .read-more:hover {
  color: #ec7a5c;
}
.home1.blog .single-blog:hover .blog-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/*===========================================================
10: footer CSS
=============================================================*/
footer {
  background: #151a33;
  padding-top: 70px;
}

.footer-top {
  padding-bottom: 70px;
}
.footer-top .footer-title {
  padding-bottom: 35px;
}
.footer-top .footer-title h4 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}
.footer-top .footer-title h4:after {
  content: '';
  height: 2px;
  width: 60px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-top .follow {
  padding-top: 16px;
}
.footer-top h5 {
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.footer-top a, .footer-top p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.footer-top a {
  text-transform: capitalize;
  line-height: 30px;
}
.footer-top a:hover {
  color: #ec7a5c;
}
.footer-top .social li:not(:last-child) {
  padding-right: 18px;
}
.footer-top .social li a i {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.footer-top .social li a:hover i {
  color: #ec7a5c;
}
.footer-top .icon {
  margin-right: 20px;
}
.footer-top .icon i {
  font-size: 26px;
  color: #fff;
}
.footer-top .address li:not(:last-child) {
  padding-bottom: 5px;
}

.footer-bottom .border-area {
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  padding: 25px 0;
}
.footer-bottom .payment ul li {
  padding-left: 10px;
}
.footer-bottom p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

/*===========================================================
10: quick view modal CSS
=============================================================*/
.quick-view-modal .modal-dialog {
  max-width: 950px;
}
.quick-view-modal .modal-header {
  border: 0;
  padding: 15px 30px 0 0;
}
.quick-view-modal .modal-header .btn-close {
  background: none;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ec7a5c;
}
.quick-view-modal .modal-header .btn-close i {
  font-size: 24px;
  color: #ec7a5c;
  line-height: 25px;
}
.quick-view-modal .modal-header .btn-close:hover {
  background: #ec7a5c;
}
.quick-view-modal .modal-header .btn-close:hover i {
  color: #fff;
}
.quick-view-modal .shop-detail.detail {
  padding: 0;
}
.quick-view-modal .shop-detail.detail .detail-content .desc {
  width: 100%;
}
.quick-view-modal .shop-detail.detail .detail-content .border-area .add-more {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid #ec7a5c;
  margin-left: 10px;
}
.quick-view-modal .shop-detail.detail .detail-content .border-area .add-more i {
  color: #ec7a5c;
  line-height: 60px;
  font-size: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.quick-view-modal .shop-detail.detail .detail-content .border-area .add-more:hover {
  background: #ec7a5c;
}
.quick-view-modal .shop-detail.detail .detail-content .border-area .add-more:hover i {
  color: #fff;
}
.quick-view-modal .shop-detail.detail .image-area .modal-thumb {
  margin-top: 20px;
}
.quick-view-modal .shop-detail.detail .image-area .modal-thumb .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
  box-sizing: content-box;
}
.quick-view-modal .shop-detail.detail .image-area .modal-thumb .slick-current img {
  border: 1px solid #ec7a5c;
}

/*===========================================================
11: home 2
=============================================================*/
/*===========================================================
11.1: top-bar
=============================================================*/
.home2.top-bar .right-part .social-area ul li i:hover {
  color: #5fa702;
}

/*===========================================================
11.2: mid menu
=============================================================*/
.home2.mid-menu .button-style1 {
  background: #5fa702;
}
.home2.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text h5:hover,
.home2.mid-menu .notification ul li .dropdown .dropdown-menu a:hover {
  color: #5fa702;
}

/*===========================================================
11.3: menubar
=============================================================*/
.home2.menubar {
  background: #5fa702;
}
.home2.menubar .mbl-offcanvas .mbl-content .categories li:hover > a {
  color: #5fa702;
}
.home2.menubar .category-menu-area .category-btn i {
  color: #5fa702;
}
.home2.menubar .category-menu-area .menu-holder {
  display: block;
}
.home2.menubar .category-menu-area .menu-holder .categories li {
  padding-left: 25px;
  background: #f9f9f9;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home2.menubar .category-menu-area .menu-holder .categories li:first-child {
  border-top: 0;
}
.home2.menubar .category-menu-area .menu-holder .categories li:hover {
  border-left-color: #5fa702;
  background: #fff;
}
.home2.menubar .category-menu-area .menu-holder .categories li:hover a {
  color: #606060;
}
.home2.menubar .category-menu-area .menu-holder .categories li ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home2.menubar .category-menu-area .menu-holder .categories li ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.home2.menubar .category-menu-area .menu-holder .categories li ul li:first-child {
  border-top: 0;
}
.home2.menubar .category-menu-area .menu-holder .categories li ul li a {
  white-space: nowrap;
}
.home2.menubar .category-menu-area .menu-holder .categories li:hover > a {
  color: #5fa702;
}
.home2.menubar .category-menu-area .menu-holder .categories li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.home2.menubar .category-menu-area .menu-holder .categories .more-item {
  display: none;
  padding: 0;
  border-top: 0;
  border-left: 0;
}
.home2.menubar .category-menu-area .menu-holder .categories .more-item ul {
  position: relative;
  left: 0;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.home2.menubar .category-menu-area .menu-holder .categories .more-item ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.home2.menubar .category-menu-area .menu-holder .categories .more-item li:first-child {
  border-top: 1px solid #ddd;
}
.home2.menubar .category-menu-area .menu-holder .categories > li > a:not(:only-child):after {
  border: 7px solid transparent;
  content: "";
  top: 54%;
  left: auto;
  position: absolute;
  transform: translate(-50%, -50%);
  border-left-color: #5fa702;
  right: 0;
  z-index: 9;
}
.home2.menubar .category-menu-area .menu-holder .more-btn button {
  width: 100%;
  background: #5fa702;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home2.menubar .category-menu-area .menu-holder .more-btn button i {
  font-size: 16px;
}
.home2.menubar .main-menu ul li .submenu-list li:after {
  background: #5fa702;
}
.home2.menubar .main-menu ul li .mega-submenu ul li:after {
  background: #5fa702;
}

.home2.menubar.sticky .category-menu-area .menu-holder {
  display: none;
}

/*===========================================================
11.4: banner
=============================================================*/
.home2.banner .banner-area {
  margin-left: -24px;
}
.home2.banner .banner-area .content {
  padding: 115px 0 115px 60px;
}
.home2.banner .banner-area h5 {
  text-transform: capitalize;
  font-weight: 600;
  color: #5fa702;
}
.home2.banner .banner-area h2 {
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 10px;
}
.home2.banner .banner-area p {
  padding-bottom: 15px;
  padding-right: 70px;
}
.home2.banner .banner-area .image {
  padding-left: 50px;
}

/*===========================================================
11.5: category
=============================================================*/
.home2.category {
  padding-top: 80px;
}
.home2.category .single-category {
  margin-bottom: 30px;
  position: relative;
}
.home2.category .single-category img {
  width: 100%;
}
.home2.category .single-category .content {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 55;
}
.home2.category .single-category .content h5 {
  text-transform: capitalize;
  font-weight: 700;
}
.home2.category .single-category .content p {
  text-transform: capitalize;
}
.home2.category .single-category .content a {
  display: inline-block;
  font-size: 16px;
  color: #606060;
  text-transform: capitalize;
  font-weight: 500;
  text-decoration: underline;
}
.home2.category .single-category .content a:hover {
  color: #5fa702;
}

/*===========================================================
11.6 trend
=============================================================*/
.home2.trend {
  padding-bottom: 50px;
  padding-top: 40px;
}
.home2.trend .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 45px;
}
.home2.trend .nav-tabs .nav-link {
  padding: 0 40px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 17px;
  line-height: 26px;
  text-transform: capitalize;
  color: #151a33;
  font-weight: 600;
}
.home2.trend .nav-tabs .nav-link i {
  display: block;
  font-size: 30px;
}
.home2.trend .nav-tabs .nav-link.active {
  color: #5fa702;
}
.home2.trend .single-item {
  border: 1px solid #ddd;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.home2.trend .single-item .tag {
  position: absolute;
  top: -10px;
  left: -40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  z-index: 44;
}
.home2.trend .single-item .tag p {
  text-transform: capitalize;
  color: #fff;
  background: #5fa702;
  width: fit-content;
  padding: 20px 40px 5px 40px;
}
.home2.trend .single-item .image-area {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home2.trend .single-item .image-area a {
  display: block;
}
.home2.trend .single-item .image-area a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home2.trend .single-item .image-area .img-main {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home2.trend .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transform: translate(55%, 40%) scale(0.2);
  -webkit-transform: translate(55%, 40%) scale(0.2);
  -moz-transform: translate(55%, 40%) scale(0.2);
  -ms-transform: translate(55%, 40%) scale(0.2);
  -o-transform: translate(55%, 40%) scale(0.2);
}
.home2.trend .single-item .image-area .action {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 55;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.home2.trend .single-item .image-area .action ul li {
  opacity: 0;
  position: relative;
  padding-bottom: 10px;
}
.home2.trend .single-item .image-area .action ul li i {
  display: inline-block;
  text-align: center;
  color: #151a33;
  font-size: 16px;
  position: relative;
  z-index: 5;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home2.trend .single-item .image-area .action ul li .my-tooltip {
  position: absolute;
  top: -3px;
  right: 26px;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  background: #5fa702;
  text-transform: capitalize;
  padding: 5px 10px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0;
  z-index: 0;
}
.home2.trend .single-item .image-area .action ul li .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  right: -3px;
  background: #5fa702;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.home2.trend .single-item .image-area .action ul li:hover i {
  color: #5fa702;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.home2.trend .single-item .image-area .action ul li:hover .my-tooltip {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home2.trend .single-item .bottom-area {
  text-align: center;
  position: relative;
  padding-top: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home2.trend .single-item .bottom-area .rating {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home2.trend .single-item .bottom-area .rating li {
  padding: 0 5px;
}
.home2.trend .single-item .bottom-area .rating li i {
  font-size: 16px;
  color: #ffc107;
}
.home2.trend .single-item .bottom-area h5 {
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home2.trend .single-item .bottom-area h5:hover {
  color: #5fa702;
}
.home2.trend .single-item .bottom-area p {
  padding-bottom: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home2.trend .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home2.trend .single-item .bottom-area .add-cart {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.home2.trend .single-item:hover .image-area .action ul li {
  opacity: 1;
}
.home2.trend .single-item:hover .image-area .action ul li:nth-child(1) a {
  animation: fade-in-right 0.3s ease-in-out;
  -webkit-animation: fade-in-right 0.3s ease-in-out;
}
.home2.trend .single-item:hover .image-area .action ul li:nth-child(2) a {
  animation: fade-in-right 0.5s ease-in-out;
  -webkit-animation: fade-in-right 0.5s ease-in-out;
}
.home2.trend .single-item:hover .image-area .action ul li:nth-child(3) a {
  animation: fade-in-right 0.7s ease-in-out;
  -webkit-animation: fade-in-right 0.7s ease-in-out;
}
.home2.trend .single-item:hover .image-area .action ul li:nth-child(4) a {
  animation: fade-in-right 0.9s ease-in-out;
  -webkit-animation: fade-in-right 0.9s ease-in-out;
}
.home2.trend .single-item:hover .img-main {
  opacity: 0;
}
.home2.trend .single-item:hover .img-hover {
  opacity: 1;
  transform: translate(8%, 0%) scale(1);
  -webkit-transform: translate(8%, 0%) scale(1);
  -moz-transform: translate(8%, 0%) scale(1);
  -ms-transform: translate(8%, 0%) scale(1);
  -o-transform: translate(8%, 0%) scale(1);
}
.home2.trend .single-item:hover .sale-status {
  left: 0;
}
.home2.trend .single-item:hover .bottom-area {
  padding-top: 0;
  padding-bottom: 20px;
}
.home2.trend .single-item:hover .bottom-area p {
  opacity: 0;
  visibility: hidden;
}
.home2.trend .single-item:hover .bottom-area .add-cart {
  bottom: 20px;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(25px);
    -webkit-transform: translateX(25px);
    -moz-transform: translateX(25px);
    -ms-transform: translateX(25px);
    -o-transform: translateX(25px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/*===========================================================
11.7: offer
=============================================================*/
.home2.offer {
  padding: 30px 0;
}
.home2.offer .content h5 {
  font-weight: 400;
  color: #151a33;
}
.home2.offer .content h2 {
  font-weight: 700;
  color: #151a33;
  width: 50%;
}
.home2.offer .content p {
  width: 58%;
  padding-top: 5px;
  padding-bottom: 15px;
}
.home2.offer .content ul li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.77);
  width: 105px;
  margin-right: 45px;
  position: relative;
}
.home2.offer .content ul li:after {
  content: ':';
  height: 25px;
  width: 12px;
  position: absolute;
  top: 18%;
  right: -30px;
  font-size: 35px;
  font-weight: 700;
}
.home2.offer .content ul li h2 {
  width: 100%;
  padding-top: 5px;
}
.home2.offer .content ul li span {
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.home2.offer .content ul li:last-child {
  margin-right: 0;
}
.home2.offer .content ul li:last-child:after {
  display: none;
}
.home2.offer .content a {
  margin-top: 20px;
}

/*===========================================================
11.8: top-seller
=============================================================*/
.home2.top-seller {
  padding-top: 70px;
  padding-bottom: 80px;
}
.home2.top-seller .seller-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.home2.top-seller .seller-slider .btn-left,
.home2.top-seller .seller-slider .btn-right {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #151a33;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #151a33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}
.home2.top-seller .seller-slider .btn-left {
  left: -55px;
}
.home2.top-seller .seller-slider .btn-right {
  right: -55px;
}
.home2.top-seller .single-item {
  border: 1px solid #ddd;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.home2.top-seller .single-item .tag {
  position: absolute;
  top: -10px;
  left: -40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  z-index: 44;
}
.home2.top-seller .single-item .tag p {
  text-transform: capitalize;
  color: #fff;
  background: #5fa702;
  width: fit-content;
  padding: 20px 40px 5px 40px;
}
.home2.top-seller .single-item .image-area {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home2.top-seller .single-item .image-area a {
  display: block;
}
.home2.top-seller .single-item .image-area a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home2.top-seller .single-item .image-area .img-main {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home2.top-seller .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transform: translate(55%, 40%) scale(0.2);
  -webkit-transform: translate(55%, 40%) scale(0.2);
  -moz-transform: translate(55%, 40%) scale(0.2);
  -ms-transform: translate(55%, 40%) scale(0.2);
  -o-transform: translate(55%, 40%) scale(0.2);
}
.home2.top-seller .single-item .image-area .action {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 55;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  opacity: 0;
}
.home2.top-seller .single-item .image-area .action ul li {
  position: relative;
  padding: 0 5px;
}
.home2.top-seller .single-item .image-area .action ul li i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: inline-block;
  text-align: center;
  color: #151a33;
  font-size: 16px;
  position: relative;
  z-index: 5;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
}
.home2.top-seller .single-item .image-area .action ul li .my-tooltip {
  position: absolute;
  top: -40px;
  left: 50%;
  white-space: nowrap;
  font-size: 12px;
  color: #fff;
  background: #5fa702;
  text-transform: capitalize;
  padding: 5px 10px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
.home2.top-seller .single-item .image-area .action ul li .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  bottom: -3px;
  background: #5fa702;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home2.top-seller .single-item .image-area .action ul li:hover i {
  color: #5fa702;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.home2.top-seller .single-item .image-area .action ul li:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}
.home2.top-seller .single-item .bottom-area {
  text-align: center;
  position: relative;
  padding-top: 20px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home2.top-seller .single-item .bottom-area .rating {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home2.top-seller .single-item .bottom-area .rating li {
  padding: 0 5px;
}
.home2.top-seller .single-item .bottom-area .rating li i {
  font-size: 16px;
  color: #ffc107;
}
.home2.top-seller .single-item .bottom-area h5 {
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home2.top-seller .single-item .bottom-area h5:hover {
  color: #5fa702;
}
.home2.top-seller .single-item .bottom-area p {
  padding-bottom: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home2.top-seller .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home2.top-seller .single-item:hover .image-area .action {
  opacity: 1;
}
.home2.top-seller .single-item:hover .img-main {
  opacity: 0;
}
.home2.top-seller .single-item:hover .img-hover {
  opacity: 1;
  transform: translate(8%, 0%) scale(1);
  -webkit-transform: translate(8%, 0%) scale(1);
  -moz-transform: translate(8%, 0%) scale(1);
  -ms-transform: translate(8%, 0%) scale(1);
  -o-transform: translate(8%, 0%) scale(1);
}
.home2.top-seller .single-item:hover .sale-status {
  left: 0;
}

/*===========================================================
11.9: chef
=============================================================*/
.home2.chef {
  margin-bottom: 80px;
}
.home2.chef .bg {
  position: relative;
}
.home2.chef .content {
  padding-left: 30px;
  position: relative;
  z-index: 9;
}
.home2.chef .content h2 {
  font-weight: 700;
  color: #151a33;
  padding-bottom: 20px;
  padding-top: 5px;
}
.home2.chef .content a {
  text-transform: uppercase;
  display: flex;
}
.home2.chef .content a i {
  font-size: 30px;
  padding-right: 12px;
}
.home2.chef .content a:hover {
  color: #5fa702;
}
.home2.chef .img-area img {
  padding-top: 10px;
  padding-left: 120px;
}

/*===========================================================
11.10: client
=============================================================*/
.home2.client {
  padding-top: 70px;
  padding-bottom: 80px;
}
.home2.client .section-title {
  padding-bottom: 25px;
}
.home2.client .home2-client-slider {
  position: relative;
}
.home2.client .home2-client-slider .slick-slider {
  margin-left: -20%;
  margin-right: -20%;
}
.home2.client .home2-client-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 0;
}
.home2.client .home2-client-slider .slick-dots li {
  padding: 0 6px;
}
.home2.client .home2-client-slider .slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #5fa702;
  font-size: 0;
}
.home2.client .home2-client-slider .slick-dots .slick-active button {
  height: 22px;
  width: 22px;
  background: #5fa702;
}
.home2.client .home2-client-slider .slick-list {
  padding-left: 15% !important;
  padding-right: 15% !important;
  padding-top: 5% !important;
  padding-bottom: 5% !important;
}
.home2.client .home2-client-slider .slick-track {
  max-width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  perspective: 100px;
}
.home2.client .home2-client-slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100% !important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}
.home2.client .home2-client-slider .slick-snext,
.home2.client .home2-client-slider .slick-sprev {
  display: block;
}
.home2.client .home2-client-slider .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  z-index: 2;
}
.home2.client .home2-client-slider .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, -10px);
  z-index: 1;
  perspective: 1000px;
}
.home2.client .home2-client-slider .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, -10px);
}
.home2.client .home2-client-slider .item {
  background: #fff;
  box-shadow: 2px 0 89px rgba(0, 0, 0, 0.1);
  padding: 45px 60px;
  outline: none;
}
.home2.client .home2-client-slider .item p {
  padding-bottom: 20px;
}
.home2.client .home2-client-slider .item img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
}
.home2.client .home2-client-slider .item h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 5px;
}
.home2.client .home2-client-slider .item span {
  display: inline-block;
  text-transform: capitalize;
}

/*===========================================================
11.11: blog
=============================================================*/
.home2.blog {
  padding-top: 70px;
  padding-bottom: 0;
}
.home2.blog .item-animation3:after, .home2.blog .item-animation3:before {
  background: #5fa702;
}
.home2.blog .item-animation3 .item-animation3a:after, .home2.blog .item-animation3 .item-animation3a:before {
  background: #5fa702;
}
.home2.blog .single-blog .blog-img {
  position: relative;
  overflow: hidden;
}
.home2.blog .single-blog .blog-img .icon {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  z-index: 19;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home2.blog .single-blog .blog-img .icon i {
  font-size: 24px;
  color: #5fa702;
  line-height: 50px;
}
.home2.blog .single-blog .content p:hover {
  color: #5fa702;
}
.home2.blog .single-blog .content h5:hover {
  color: #5fa702;
}
.home2.blog .single-blog .content .read-more:hover {
  color: #5fa702;
}
.home2.blog .single-blog:hover .blog-img .icon {
  opacity: 1;
}

/*===========================================================
11.12: brand
=============================================================*/
.home2.brand {
  padding: 80px 0;
}
.home2.brand .brand-item {
  border: 1px solid #ddd;
}
.home2.brand .brand-item img {
  width: 100%;
}

/*===========================================================
11.13: footer
=============================================================*/
.home2.footer-top a:hover {
  color: #5fa702;
}
.home2.footer-top .social li a:hover i {
  color: #5fa702;
}

/*===========================================================
12: home 3
=============================================================*/
/*===========================================================
12.1: mid menu
=============================================================*/
.home3.mid-menu .button-style1 {
  background: #e72f07;
}
.home3.mid-menu .notification ul li .dropdown button .quantity {
  background: #e72f07;
}
.home3.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text h5:hover,
.home3.mid-menu .notification ul li .dropdown .dropdown-menu a:hover {
  color: #e72f07;
}
.home3.mid-menu .notification ul li .dropdown .dropdown-menu .button-style1:hover {
  color: #fff;
}

/*===========================================================
12.2: menubar
=============================================================*/
.home3.menubar {
  background: #fff;
  border-top: 1px solid #ddd;
}
.home3.menubar .category-menu-area .category-btn {
  background: #e72f07;
  color: #fff;
}
.home3.menubar .category-menu-area .category-btn i {
  color: #fff;
}
.home3.menubar .category-menu-area .menu-holder .categories li:hover {
  border-left-color: #e72f07;
}
.home3.menubar .category-menu-area .menu-holder .categories li:hover a {
  color: #e72f07;
}
.home3.menubar .main-menu ul > li a {
  color: #151a33;
}
.home3.menubar .main-menu ul > li > a:not(:only-child):after {
  border-top-color: #151a33;
}
.home3.menubar .main-menu ul li .submenu-list li:after {
  background: #e72f07;
}
.home3.menubar .main-menu ul li .mega-submenu ul li:after {
  background: #e72f07;
}
.home3.menubar .right-part i {
  color: #e72f07;
}
.home3.menubar .right-part p {
  color: #606060;
}

/*===========================================================
12.3: banner
=============================================================*/
.home3.banner {
  position: relative;
}
.home3.banner .slider-item {
  padding-top: 85px;
  padding-bottom: 30px;
}
.home3.banner .text-area h4 {
  font-size: 20px;
  font-weight: 500;
}
.home3.banner .text-area h1 {
  font-size: 50px;
  font-weight: 700;
}
.home3.banner .text-area p {
  width: 65%;
}
.home3.banner .text-area .button-style1 {
  background: #e72f07;
  padding: 0 25px;
  line-height: 45px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  margin-top: 25px;
}
.home3.banner .text-area .button-style1:before, .home3.banner .text-area .button-style1:after {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.home3.banner .image-area {
  position: relative;
}
.home3.banner .image-area .sale {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #e72f07;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: -10px;
  left: 15px;
}
.home3.banner .image-area .sale p {
  font-size: 27px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.home3.banner .image-area .sale span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.home3.banner .image2 .sale {
  top: -20px;
  left: -25px;
}
.home3.banner .image3 .sale {
  top: 40px;
  left: -25px;
}
.home3.banner .slider-item {
  outline: none;
}
.home3.banner .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 50px;
  text-align: center;
}
.home3.banner .slick-dots li button {
  font-size: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 5px solid transparent;
  background: #151a33;
  position: relative;
}
.home3.banner .slick-dots .slick-active button {
  border-color: #e72f07;
  background: #fff;
  height: 25px;
  width: 25px;
}
.home3.banner .product {
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 13%;
}
.home3.banner .product .top {
  padding: 30px 30px 20px 30px;
}
.home3.banner .product p {
  font-size: 18px;
  text-transform: capitalize;
}
.home3.banner .product h4 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}
.home3.banner .product a {
  font-size: 17px;
  text-transform: capitalize;
  text-decoration: underline;
  color: #e72f07;
}
.home3.banner .product .all {
  padding: 20px 30px 30px 30px;
  border-top: 1px solid #ddd;
}
.home3.banner .product .all li:not(:last-child) {
  margin-bottom: 30px;
}
.home3.banner .product .all img {
  margin-right: 15px;
}
.home3.banner .product .all .rating li {
  padding-right: 10px;
  margin: 0;
}
.home3.banner .product .all .rating li i {
  font-size: 13px;
  color: #ffc107;
}
.home3.banner .product .all a {
  text-decoration: none;
}
.home3.banner .product .all h5 {
  font-weight: 500;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.banner .product .all h5:hover {
  color: #e72f07;
}
.home3.banner .product .all p span {
  text-decoration: line-through;
}

/*===========================================================
12.4: category
=============================================================*/
.home3.category {
  padding-top: 60px;
}
.home3.category .slick-list {
  padding: 20px 0;
}
.home3.category .single-item {
  text-align: center;
  outline: none;
}
.home3.category .single-item a {
  display: block;
  height: 152px;
  width: 152px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: auto;
}
.home3.category .single-item a i {
  font-size: 60px;
  color: #151a33;
  line-height: 152px;
}
.home3.category .btn-left,
.home3.category .btn-right {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #151a33;
  line-height: 40px;
  font-size: 22px;
  color: #151a33;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.home3.category .btn-left {
  left: -60px;
}
.home3.category .btn-right {
  right: -60px;
}

/*===========================================================
12.5: featured
=============================================================*/
.home3.featured {
  padding-top: 50px;
}
.home3.featured .section-title {
  padding-bottom: 50px;
}
.home3.featured .offer-area h4 {
  text-transform: capitalize;
  font-weight: 700;
  color: #151a33;
  padding-bottom: 20px;
}
.home3.featured .offer-area .single {
  margin-bottom: 20px;
}
.home3.featured .offer-area .single img {
  height: 86px;
}
.home3.featured .offer-area .single h5 {
  text-transform: capitalize;
  font-weight: 700;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.featured .offer-area .single h5:hover {
  color: #e72f07;
}
.home3.featured .offer-area .single p span {
  text-decoration: line-through;
}
.home3.featured .adv {
  padding-top: 25px;
  padding-bottom: 35px;
}
.home3.featured .adv p {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.home3.featured .adv h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.home3.featured .adv a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-transform: capitalize;
}
.home3.featured .adv a:hover {
  color: #e72f07;
}
.home3.featured .adv img {
  padding-top: 20px;
  padding-bottom: 40px;
}
.home3.featured .nav-tabs {
  border: 0;
  margin-bottom: 45px;
  padding-left: 19%;
}
.home3.featured .nav-tabs .nav-link {
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #151a33;
  font-weight: 600;
}
.home3.featured .nav-tabs .nav-link.active {
  color: #e72f07;
}
.home3.featured .single-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
.home3.featured .single-item .image-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home3.featured .single-item .image-area a {
  display: block;
}
.home3.featured .single-item .image-area a img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home3.featured .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
}
.home3.featured .single-item .image-area .sale-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  background: #151a33;
  text-transform: capitalize;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.featured .single-item .image-area .action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home3.featured .single-item .image-area .action ul li {
  padding: 0 5px;
  position: relative;
}
.home3.featured .single-item .image-area .action ul li a {
  display: inline-block;
}
.home3.featured .single-item .image-area .action ul li a i {
  font-size: 18px;
  display: inline-block;
  color: #151a33;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
}
.home3.featured .single-item .image-area .action ul li a .my-tooltip {
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  white-space: nowrap;
  background: #e72f07;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home3.featured .single-item .image-area .action ul li a .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #e72f07;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home3.featured .single-item .bottom-area {
  padding-bottom: 20px;
}
.home3.featured .single-item .bottom-area .rating {
  justify-content: center;
}
.home3.featured .single-item .bottom-area .rating li {
  padding: 0 4px;
}
.home3.featured .single-item .bottom-area .rating li i {
  font-size: 14px;
  color: #ffc107;
}
.home3.featured .single-item .bottom-area h5 {
  font-size: 20px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.featured .single-item .bottom-area h5:hover {
  color: #e72f07;
}
.home3.featured .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home3.featured .single-item:hover .img-hover {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home3.featured .single-item:hover .sale-status {
  background: #e72f07;
}
.home3.featured .single-item:hover .action ul li a i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home3.featured .single-item:hover .action ul li a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: #e72f07;
  color: #fff;
}
.home3.featured .single-item:hover .action ul li a:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}

/*===========================================================
12.6: best sale
=============================================================*/
.home3.best-sale {
  margin-top: 50px;
  position: relative;
}
.home3.best-sale .bg {
  padding-top: 35px;
  padding-bottom: 45px;
}
.home3.best-sale .content {
  padding-left: 50px;
  position: relative;
  z-index: 9;
}
.home3.best-sale .content h5, .home3.best-sale .content h2, .home3.best-sale .content h4 {
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}
.home3.best-sale .content h2 {
  padding-top: 5px;
  padding-bottom: 15px;
}
.home3.best-sale .content a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 15px;
}
.home3.best-sale .content a:hover {
  color: #e72f07;
}

/*===========================================================
12.7: seller
=============================================================*/
.home3.seller {
  padding-top: 70px;
}
.home3.seller .single-category {
  box-shadow: 1px 0 55px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.home3.seller .single-category img {
  width: 100%;
}
.home3.seller .single-category .content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 55;
}
.home3.seller .single-category .content h5 {
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding-bottom: 6px;
}
.home3.seller .single-category .content h5:hover {
  color: #e72f07;
}
.home3.seller .single-category .content p {
  line-height: 25px;
  text-transform: capitalize;
}
.home3.seller .single-category .content p span {
  text-decoration: line-through;
}
.home3.seller .single-category .content .price {
  padding-top: 6px;
}

/*===========================================================
12.8: special
=============================================================*/
.home3.special {
  padding-top: 44px;
}
.home3.special .corner h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 25px;
  padding-bottom: 20px;
}
.home3.special .corner ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.home3.special .corner ul li .media img {
  margin-right: 15px;
}
.home3.special .corner ul li .media h5 {
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.special .corner ul li .media h5:hover {
  color: #e72f07;
}
.home3.special .corner ul li .media p span {
  text-decoration: line-through;
}
.home3.special .corner ul li .media .rating li {
  padding: 0;
  padding-right: 10px;
  border: 0;
}
.home3.special .corner ul li .media .rating li i {
  font-size: 14px;
  color: #ffc107;
}
.home3.special .corner ul li:first-child {
  padding-top: 0;
}
.home3.special .corner ul li:last-child {
  padding-bottom: 0;
  border: 0;
}
.home3.special .single-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
}
.home3.special .single-item .image-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home3.special .single-item .image-area a {
  display: block;
}
.home3.special .single-item .image-area a img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home3.special .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
}
.home3.special .single-item .image-area .sale-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  background: #151a33;
  text-transform: capitalize;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.special .single-item .bottom-area {
  padding-bottom: 25px;
}
.home3.special .single-item .bottom-area h5 {
  font-size: 20px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
  z-index: 9;
}
.home3.special .single-item .bottom-area h5:hover {
  color: #e72f07;
}
.home3.special .single-item .bottom-area p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.special .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home3.special .single-item .bottom-area .action {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home3.special .single-item .bottom-area .action ul li {
  padding: 0 5px;
  position: relative;
}
.home3.special .single-item .bottom-area .action ul li a {
  display: inline-block;
}
.home3.special .single-item .bottom-area .action ul li a i {
  font-size: 18px;
  display: inline-block;
  color: #151a33;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
}
.home3.special .single-item .bottom-area .action ul li a .my-tooltip {
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  white-space: nowrap;
  background: #e72f07;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home3.special .single-item .bottom-area .action ul li a .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #e72f07;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home3.special .single-item:hover .img-hover {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home3.special .single-item:hover .sale-status {
  background: #e72f07;
}
.home3.special .single-item:hover .bottom-area h5 {
  margin-top: -17px;
  padding-bottom: 17px;
}
.home3.special .single-item:hover .bottom-area p {
  opacity: 0;
  visibility: hidden;
}
.home3.special .single-item:hover .action ul li a i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home3.special .single-item:hover .action ul li a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: #e72f07;
  color: #fff;
}
.home3.special .single-item:hover .action ul li a:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}

/*===========================================================
12.9: offer
=============================================================*/
.home3.offer {
  padding-top: 50px;
}
.home3.offer .item {
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  position: relative;
}
.home3.offer .item img {
  width: 100%;
}
.home3.offer .item .content {
  position: absolute;
  top: 30px;
  left: 30px;
  height: calc(100% - 60px);
}
.home3.offer .item .content p {
  text-transform: capitalize;
  font-size: 18px;
}
.home3.offer .item .content p span {
  font-size: 15px;
  text-decoration: line-through;
}
.home3.offer .item .content h4 {
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
}
.home3.offer .item .content a {
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.home3.offer .item .content a:hover {
  color: #e72f07;
}

/*===========================================================
12.10: best deal
=============================================================*/
.home3.best-deal {
  padding-top: 70px;
  padding-bottom: 50px;
}
.home3.best-deal .big-item {
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px;
  position: relative;
}
.home3.best-deal .big-item p {
  text-transform: capitalize;
}
.home3.best-deal .big-item p span {
  color: #e72f07;
}
.home3.best-deal .big-item a {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.home3.best-deal .big-item h3 {
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.best-deal .big-item h3:hover {
  color: #e72f07;
}
.home3.best-deal .big-item .image {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home3.best-deal .big-item .image img {
  width: 85%;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.home3.best-deal .big-item .image .sale {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #e72f07;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: 0;
  right: 17%;
}
.home3.best-deal .big-item .image .sale p {
  font-size: 27px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.home3.best-deal .big-item .image .sale span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.home3.best-deal .big-item .price {
  font-size: 18px;
}
.home3.best-deal .big-item .price span {
  font-size: 15px;
  color: #606060;
  text-decoration: line-through;
}
.home3.best-deal .single-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  background: #fff;
}
.home3.best-deal .single-item .image-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home3.best-deal .single-item .image-area a {
  display: block;
}
.home3.best-deal .single-item .image-area a img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home3.best-deal .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
}
.home3.best-deal .single-item .image-area .sale-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
  background: #151a33;
  text-transform: capitalize;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  padding: 5px;
  position: absolute;
  top: 0px;
  left: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.best-deal .single-item .bottom-area {
  padding-bottom: 25px;
}
.home3.best-deal .single-item .bottom-area h5 {
  font-size: 20px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  position: relative;
  z-index: 9;
}
.home3.best-deal .single-item .bottom-area h5:hover {
  color: #e72f07;
}
.home3.best-deal .single-item .bottom-area p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home3.best-deal .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home3.best-deal .single-item .bottom-area .action {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home3.best-deal .single-item .bottom-area .action ul li {
  padding: 0 5px;
  position: relative;
}
.home3.best-deal .single-item .bottom-area .action ul li a {
  display: inline-block;
}
.home3.best-deal .single-item .bottom-area .action ul li a i {
  display: inline-block;
  font-size: 18px;
  color: #151a33;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
}
.home3.best-deal .single-item .bottom-area .action ul li a .my-tooltip {
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  white-space: nowrap;
  background: #e72f07;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home3.best-deal .single-item .bottom-area .action ul li a .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #e72f07;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home3.best-deal .single-item:hover .img-hover {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home3.best-deal .single-item:hover .sale-status {
  background: #e72f07;
}
.home3.best-deal .single-item:hover .bottom-area h5 {
  margin-top: -17px;
  padding-bottom: 17px;
}
.home3.best-deal .single-item:hover .bottom-area p {
  opacity: 0;
  visibility: hidden;
}
.home3.best-deal .single-item:hover .action ul li a i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home3.best-deal .single-item:hover .action ul li a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: #e72f07;
  color: #fff;
}
.home3.best-deal .single-item:hover .action ul li a:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}

/*===========================================================
12.11: download
=============================================================*/
.home3.download .overlay {
  background: rgba(0, 0, 0, 0.43);
}
.home3.download .content h3 {
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.home3.download .content p {
  font-weight: 500;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 25px;
  width: 30%;
}
.home3.download .content ul li:not(:last-child) {
  padding-right: 20px;
}
.home3.download .image {
  padding-top: 25px;
}

/*===========================================================
12.12: blog
=============================================================*/
.home3.blog {
  padding-top: 70px;
  padding-bottom: 80px;
}
.home3.blog .item-animation3:after, .home3.blog .item-animation3:before {
  background: #e72f07;
}
.home3.blog .item-animation3 .item-animation3a:after, .home3.blog .item-animation3 .item-animation3a:before {
  background: #e72f07;
}
.home3.blog .single-blog .content p:hover {
  color: #e72f07;
}
.home3.blog .single-blog .content h5:hover {
  color: #e72f07;
}
.home3.blog .single-blog .content .read-more:hover {
  color: #e72f07;
}

/*===========================================================
12.13: footer
=============================================================*/
.home3.footer-top a:hover {
  color: #e72f07;
}
.home3.footer-top .social li a:hover i {
  color: #e72f07;
}

/*===========================================================
13: home 4
=============================================================*/
/*===========================================================
13.1: top-bar
=============================================================*/
.home4.top-bar {
  background: #ff6f00;
}

/*===========================================================
13.2: mid-menu
=============================================================*/
.home4.mid-menu {
  padding: 0;
}
.home4.mid-menu .button-style1 {
  background: #ff6f00;
}
.home4.mid-menu .notification ul li .dropdown button .quantity {
  background: #ff6f00;
}
.home4.mid-menu .notification ul li .dropdown .dropdown-menu ul li .text h5:hover,
.home4.mid-menu .notification ul li .dropdown .dropdown-menu a:hover {
  color: #ff6f00;
}
.home4.mid-menu .notification ul li .dropdown .dropdown-menu .button-style1:hover {
  color: #fff;
}

/*===========================================================
13.3: menubar
=============================================================*/
.home4.menubar {
  background: #ffffff;
}
/*.home4.menubar .border-area {*/
/*  border-bottom: 1px solid #ddd;*/
/*}*/
.home4.menubar .main-menu ul > li a {
  color: #151a33;
}
.home4.menubar .main-menu ul > li > a:not(:only-child):after {
  border-top-color: #151a33;
}
.home4.menubar .main-menu ul li .submenu-list li:after {
  background: #ff6f00;
}
.home4.menubar .main-menu ul li .mega-submenu ul li:after {
  background: #ff6f00;
}

.home4.menubar.sticky .border-area {
  border: 0;
}

/*===========================================================
13.4: banner
=============================================================*/
.home4.banner {
  padding-top: 70px;
  padding-bottom: 110px;
}
.home4.banner .text-area {
  position: relative;
  z-index: 1;
}
.home4.banner .text-area p {
  font-size: 18px;
  color: #ff6f00;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.home4.banner .text-area h1 {
  font-size: 50px;
  line-height: 65px;
  font-weight: 700;
  color: #151a33;
}
.home4.banner .text-area h4 {
  font-weight: 600;
  color: #606060;
  padding-top: 10px;
  padding-bottom: 30px;
}
.home4.banner .text-area h4 span {
  text-decoration: line-through;
}
.home4.banner .text-area a {
  line-height: 48px;
  padding: 0 30px;
  background: #ff6f00;
}
.home4.banner .text-area .shape {
  display: inline-block;
  height: 445px;
  width: 275px;
  border: 10px solid #ffdec4;
  transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  position: absolute;
  top: -20%;
  left: 50px;
  z-index: -1;
}
.home4.banner .image-area {
  position: relative;
}
.home4.banner .image-area img {
  padding-left: 78px;
}
.home4.banner .image-area .sale {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ff6f00;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 38%;
}
.home4.banner .image-area .sale p {
  font-size: 27px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.home4.banner .image-area .sale span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

/*===========================================================
13.5: category
=============================================================*/
.home4.category {
  padding-top: 80px;
}
.home4.category .single-category {
  position: relative;
  margin-bottom: 30px;
}
.home4.category .single-category img {
  width: 100%;
}
.home4.category .single-category .cat-btn {
  height: 65px;
  width: 210px;
  border: 2px solid #fff;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.home4.category .single-category .cat-btn a {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
}
.home4.category .single-category .cat-btn a:hover {
  background: #ff6f00;
  color: #fff;
}

/*===========================================================
13.6: product
=============================================================*/
.home4.product {
  padding-top: 40px;
  padding-bottom: 50px;
}
.home4.product .section-title {
  padding-bottom: 45px;
}
.home4.product .nav-tabs {
  border: 0;
  justify-content: center;
  margin-bottom: 45px;
}
.home4.product .nav-tabs .nav-link {
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #151a33;
  font-weight: 600;
}
.home4.product .nav-tabs .nav-link.active {
  color: #ff6f00;
}
.home4.product .single-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 15px;
}
.home4.product .single-item .image-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home4.product .single-item .image-area a {
  display: block;
}
.home4.product .single-item .image-area a img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home4.product .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 9;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home4.product .single-item .image-area .sale-status,
.home4.product .single-item .image-area .offer-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 19;
}
.home4.product .single-item .image-area .sale-status {
  left: 15px;
}
.home4.product .single-item .image-area .offer-status {
  right: 15px;
}
.home4.product .single-item .image-area .action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home4.product .single-item .image-area .action ul li {
  padding: 0 5px;
  position: relative;
}
.home4.product .single-item .image-area .action ul li a {
  display: inline-block;
}
.home4.product .single-item .image-area .action ul li a i {
  display: inline-block;
  font-size: 18px;
  color: #151a33;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
}
.home4.product .single-item .image-area .action ul li a .my-tooltip {
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  white-space: nowrap;
  background: #ff6f00;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home4.product .single-item .image-area .action ul li a .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #ff6f00;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home4.product .single-item .bottom-area {
  padding-bottom: 25px;
}
.home4.product .single-item .bottom-area h5 {
  font-size: 17px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding-top: 15px;
}
.home4.product .single-item .bottom-area h5:hover {
  color: #e72f07;
}
.home4.product .single-item .bottom-area p {
  padding-top: 5px;
}
.home4.product .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home4.product .single-item:hover .img-mein {
  opacity: 0;
}
.home4.product .single-item:hover .img-hover {
  opacity: 1;
}
.home4.product .single-item:hover .action ul li a i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home4.product .single-item:hover .action ul li a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: #ff6f00;
  color: #fff;
}
.home4.product .single-item:hover .action ul li a:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}

/*===========================================================
13.7: offer
=============================================================*/
.home4.offer .content h2 {
  width: 55%;
}
.home4.offer .content a {
  line-height: 48px;
  padding: 0 30px;
  background: #ff6f00;
}

/*===========================================================
13.8: recommended
=============================================================*/
.home4.recommended {
  padding-top: 70px;
}
.home4.recommended .discount {
  position: relative;
}
.home4.recommended .discount img {
  width: 100%;
}
.home4.recommended .discount .cat-btn {
  height: 65px;
  width: 210px;
  border: 2px solid #fff;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.home4.recommended .discount .cat-btn a {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
}
.home4.recommended .discount .cat-btn:hover a {
  color: #fff;
  background: #ff6f00;
}
.home4.recommended .single-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 15px;
}
.home4.recommended .single-item .image-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home4.recommended .single-item .image-area a {
  display: block;
}
.home4.recommended .single-item .image-area a img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home4.recommended .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 9;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.home4.recommended .single-item .image-area .sale-status,
.home4.recommended .single-item .image-area .offer-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 19;
}
.home4.recommended .single-item .image-area .sale-status {
  left: 15px;
}
.home4.recommended .single-item .image-area .offer-status {
  right: 15px;
}
.home4.recommended .single-item .bottom-area {
  padding-bottom: 25px;
}
.home4.recommended .single-item .bottom-area h5 {
  font-size: 20px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding-top: 15px;
}
.home4.recommended .single-item .bottom-area h5:hover {
  color: #e72f07;
}
.home4.recommended .single-item .bottom-area p {
  padding-top: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home4.recommended .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home4.recommended .single-item .bottom-area .action {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home4.recommended .single-item .bottom-area .action ul li {
  padding: 0 5px;
  position: relative;
}
.home4.recommended .single-item .bottom-area .action ul li a {
  display: inline-block;
}
.home4.recommended .single-item .bottom-area .action ul li a i {
  display: inline-block;
  font-size: 18px;
  color: #151a33;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
}
.home4.recommended .single-item .bottom-area .action ul li a .my-tooltip {
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  white-space: nowrap;
  background: #ff6f00;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home4.recommended .single-item .bottom-area .action ul li a .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #ff6f00;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home4.recommended .single-item:hover .img-mein {
  opacity: 0;
}
.home4.recommended .single-item:hover .img-hover {
  opacity: 1;
}
.home4.recommended .single-item:hover h5 {
  margin-top: -10px;
  padding-bottom: 10px;
}
.home4.recommended .single-item:hover p {
  opacity: 0;
  visibility: hidden;
}
.home4.recommended .single-item:hover .action ul li a i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home4.recommended .single-item:hover .action ul li a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: #ff6f00;
  color: #fff;
}
.home4.recommended .single-item:hover .action ul li a:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}

/*===========================================================
13.9: collection
=============================================================*/
.home4.collection {
  padding-top: 50px;
}
.home4.collection .single-item {
  position: relative;
}
.home4.collection .single-item img {
  width: 100%;
}
.home4.collection .single-item:after {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.home4.collection .single-item .content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 25px 30px;
}
.home4.collection .single-item .content h5 {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}
.home4.collection .single-item .content h4 {
  font-weight: 700;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 8px;
}
.home4.collection .single-item .content p {
  color: #fff;
  padding-bottom: 8px;
}
.home4.collection .single-item .content a {
  color: #fff;
  text-decoration: underline;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home4.collection .single-item .content a:hover {
  color: #ff6f00;
}

/*===========================================================
13.10: best
=============================================================*/
.home4.best {
  padding-top: 70px;
}
.home4.best .big-item {
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  padding: 25px 35px 55px 35px;
}
.home4.best .big-item h3 {
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home4.best .big-item h3:hover {
  color: #ff6f00;
}
.home4.best .big-item p {
  text-transform: capitalize;
}
.home4.best .big-item p span {
  color: #ff6f00;
}
.home4.best .big-item .price {
  font-size: 18px;
}
.home4.best .big-item .price span {
  color: #606060;
  font-size: 15px;
  text-decoration: line-through;
}
.home4.best .big-item img {
  padding-top: 60px;
  padding-bottom: 70px;
}
.home4.best .big-item a {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.home4.best .single-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding-top: 15px;
}
.home4.best .single-item .image-area {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home4.best .single-item .image-area a {
  display: block;
}
.home4.best .single-item .image-area a img {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home4.best .single-item .image-area .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 9;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.home4.best .single-item .image-area .sale-status,
.home4.best .single-item .image-area .offer-status {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 19;
}
.home4.best .single-item .image-area .sale-status {
  left: 15px;
}
.home4.best .single-item .image-area .offer-status {
  right: 15px;
}
.home4.best .single-item .bottom-area {
  padding-bottom: 25px;
}
.home4.best .single-item .bottom-area h5 {
  font-size: 20px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding-top: 15px;
}
.home4.best .single-item .bottom-area h5:hover {
  color: #e72f07;
}
.home4.best .single-item .bottom-area p {
  padding-top: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.home4.best .single-item .bottom-area p span {
  text-decoration: line-through;
}
.home4.best .single-item .bottom-area .action {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.home4.best .single-item .bottom-area .action ul li {
  padding: 0 5px;
  position: relative;
}
.home4.best .single-item .bottom-area .action ul li a {
  display: inline-block;
}
.home4.best .single-item .bottom-area .action ul li a i {
  font-size: 18px;
  display: inline-block;
  color: #151a33;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
}
.home4.best .single-item .bottom-area .action ul li a .my-tooltip {
  font-size: 12px;
  line-height: 30px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  white-space: nowrap;
  background: #ff6f00;
  box-shadow: 3px 0 13px rgba(0, 0, 0, 0.12);
  padding: 0 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.home4.best .single-item .bottom-area .action ul li a .my-tooltip:after {
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  background: #ff6f00;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}
.home4.best .single-item:hover .img-mein {
  opacity: 0;
}
.home4.best .single-item:hover .img-hover {
  opacity: 1;
}
.home4.best .single-item:hover h5 {
  margin-top: -10px;
  padding-bottom: 10px;
}
.home4.best .single-item:hover p {
  opacity: 0;
  visibility: hidden;
}
.home4.best .single-item:hover .action ul li a i {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.home4.best .single-item:hover .action ul li a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  background: #ff6f00;
  color: #fff;
}
.home4.best .single-item:hover .action ul li a:hover .my-tooltip {
  opacity: 1;
  visibility: visible;
}

/*===========================================================
13.11: featured
=============================================================*/
.home4.featured {
  padding-top: 50px;
}
.home4.featured .big-item {
  position: relative;
}
.home4.featured .big-item img {
  width: 100%;
}
.home4.featured .big-item .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 25px 30px;
  z-index: 9;
}
.home4.featured .big-item .content p {
  font-size: 18px;
  font-weight: 500;
  color: #606060;
  text-transform: capitalize;
}
.home4.featured .big-item .content p span {
  font-size: 15px;
  text-decoration: line-through;
}
.home4.featured .big-item .content h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.home4.featured .big-item .content a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 25px;
  left: 30px;
  text-decoration: underline;
  text-transform: capitalize;
}
.home4.featured .big-item .content a:hover {
  color: #ff6f00;
}
.home4.featured .title h4 {
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}
.home4.featured .title h4:after {
  content: '';
  height: 2px;
  width: 60px;
  background: #ff6f00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home4.featured .single-item {
  background: #fff;
  box-shadow: 1px 0 72px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 30px;
}
.home4.featured .single-item a {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.home4.featured .single-item h5 {
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.home4.featured .single-item h5:hover {
  color: #ff6f00;
}
.home4.featured .single-item p span {
  text-decoration: line-through;
}
.home4.featured .single-item ul li {
  padding-right: 9px;
}
.home4.featured .single-item ul li i {
  font-size: 14px;
  color: #ffc107;
}

/*===========================================================
13.12: blog
=============================================================*/
.home4.blog .item-animation3:after, .home4.blog .item-animation3:before {
  background: #ff6f00;
}
.home4.blog .item-animation3 .item-animation3a:after, .home4.blog .item-animation3 .item-animation3a:before {
  background: #ff6f00;
}
.home4.blog .single-blog .content p:hover {
  color: #ff6f00;
}
.home4.blog .single-blog .content h5:hover {
  color: #ff6f00;
}
.home4.blog .single-blog .content .read-more:hover {
  color: #ff6f00;
}

/*===========================================================
13.13: footer
=============================================================*/
.home4.footer-top a:hover {
  color: #ff6f00;
}
.home4.footer-top .social li a:hover i {
  color: #ff6f00;
}

/*===========================================================
14: inner-page
=============================================================*/
/*===========================================================
14.1: mid-menu
=============================================================*/
.inner-page.mid-menu {
  padding: 0;
}

/*===========================================================
14.2: banner
=============================================================*/
.inner-page.banner {
  padding-top: 100px;
  padding-bottom: 90px;
}
.inner-page.banner h2 {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
  color: #FFFFFF;
}
.inner-page.banner .breadcrumb .breadcrumb-item,
.inner-page.banner .breadcrumb .breadcrumb-item a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ec7a5c;
}
.inner-page.banner .breadcrumb .breadcrumb-item.active {
  color: #FFFFFF;
}
.inner-page.banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #151a33;
}

/*===========================================================
 14.3: inner page sidebar CSS
=============================================================*/
.inner-page.sidebar .title {
  padding-bottom: 20px;
}
.inner-page.sidebar .title h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.inner-page.sidebar .section {
  margin-bottom: 40px;
  background: #fff;
}
.inner-page.sidebar .section:last-child {
  margin-bottom: 0;
}
.inner-page.sidebar .search form {
  position: relative;
}
.inner-page.sidebar .search form .inputs {
  height: 40px;
  width: 100%;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 30px 0 15px;
}
.inner-page.sidebar .search form .inputs::placeholder {
  text-transform: capitalize;
  line-height: normal;
}
.inner-page.sidebar .search form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 10px;
  z-index: 9;
}
.inner-page.sidebar .search form button i {
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-page.sidebar .search form button:hover i {
  color: #ec7a5c;
}
.inner-page.sidebar .price-filter-range .price-range {
  margin-top: 15px;
}
.inner-page.sidebar .price-filter-range input,
.inner-page.sidebar .price-filter-range p {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #606060;
  text-transform: capitalize;
  outline: none;
}
.inner-page.sidebar .price-filter-range .ui-slider-handle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #ec7a5c;
  border: none;
  cursor: pointer;
  outline: none;
}
.inner-page.sidebar .price-filter-range .ui-widget.ui-widget-content {
  border: none;
  height: 3px;
  background-color: #ddd;
  position: relative;
  margin-left: 10px;
}
.inner-page.sidebar .price-filter-range .ui-slider-horizontal .ui-slider-range {
  background: #ec7a5c;
}
.inner-page.sidebar .price-filter-range button {
  font-size: 16px;
  text-transform: capitalize;
  background: #151a33;
  padding: 0 18px;
  line-height: 30px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  float: right;
}
.inner-page.sidebar .price-filter-range button:hover {
  background: #ec7a5c;
}
.inner-page.sidebar .category ul li {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #606060;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-page.sidebar .category ul li p {
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-page.sidebar .category ul li p:last-child {
  height: 30px;
  width: 40px;
  background: #151a33;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.inner-page.sidebar .category ul li:last-child {
  border: 0;
}
.inner-page.sidebar .category ul li:first-child {
  padding-top: 0;
}
.inner-page.sidebar .category ul li.active, .inner-page.sidebar .category ul li:hover {
  border-color: #ec7a5c;
}
.inner-page.sidebar .category ul li.active p, .inner-page.sidebar .category ul li:hover p {
  color: #ec7a5c;
}
.inner-page.sidebar .category ul li.active p:last-child, .inner-page.sidebar .category ul li:hover p:last-child {
  color: #fff;
  background: #ec7a5c;
}
.inner-page.sidebar .small-item .item {
  margin-bottom: 20px;
}
.inner-page.sidebar .small-item .item .image {
  margin-right: 15px;
}
.inner-page.sidebar .small-item .item .item-body {
  flex: 1;
}
.inner-page.sidebar .small-item .item h5 {
  font-weight: 600;
  line-height: 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-page.sidebar .small-item .item h5:hover {
  color: #ec7a5c;
}
.inner-page.sidebar .small-item .item p span {
  text-decoration: line-through;
}
.inner-page.sidebar .small-item .item:last-child {
  margin-bottom: 0;
}
.inner-page.sidebar .tags .title {
  padding-bottom: 10px;
}
.inner-page.sidebar .tags .all-tag a {
  display: inline-block;
  line-height: 35px;
  padding: 0 10px;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-top: 10px;
  text-transform: capitalize;
}
.inner-page.sidebar .tags .all-tag a:hover {
  background: #ec7a5c;
  color: #fff;
  border-color: #ec7a5c;
}
.inner-page.sidebar .newsletter form {
  text-align: center;
}
.inner-page.sidebar .newsletter .inputs {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  outline: none;
}
.inner-page.sidebar .newsletter .inputs::placeholder {
  text-transform: capitalize;
}
.inner-page.sidebar .newsletter button {
  line-height: 40px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background: #151a33;
  width: 100%;
  margin-top: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.inner-page.sidebar .newsletter button:hover {
  background: #ec7a5c;
}

/*===========================================================
15: about page
=============================================================*/
/*===========================================================
15.1: about
=============================================================*/
.about-page.about {
  padding-top: 80px;
  padding-bottom: 70px;
}
.about-page.about .content h2 {
  font-size: 40px;
  line-height: 58px;
  font-weight: 700;
  text-transform: capitalize;
  width: 80%;
  padding-bottom: 20px;
}
.about-page.about .content h5 {
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 10px;
}
.about-page.about .content .overview {
  padding-top: 10px;
}
.about-page.about .content .overview p {
  padding-right: 10px;
}
.about-page.about .image-area {
  position: relative;
  text-align: center;
}
.about-page.about .image-area .img1 {
  position: absolute;
  top: 100px;
  left: 6%;
  border: 3px dashed #fff;
  box-sizing: border-box;
}

/*===========================================================
15.2: video
=============================================================*/
.about-page.video {
  background: url(../images/about/about_parallax.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page.video .overlay {
  background: rgba(0, 0, 0, 0.35);
  padding: 175px 0;
}
.about-page.video .video-icon i {
  font-size: 60px;
  color: #fff;
}

/*===========================================================
15.3: team
=============================================================*/
.about-page.team {
  padding-top: 70px;
  padding-bottom: 80px;
}
.about-page.team .single {
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.about-page.team .single .image-area {
  position: relative;
}
.about-page.team .single .image-area img {
  width: 100%;
}
.about-page.team .single .image-area ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.about-page.team .single .image-area ul li {
  padding: 0 5px;
}
.about-page.team .single .image-area ul li a {
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  opacity: 0;
}
.about-page.team .single .image-area ul li a i {
  font-size: 20px;
  line-height: 40px;
  color: #ec7a5c;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.about-page.team .single .image-area ul li a:hover {
  background: #ec7a5c;
}
.about-page.team .single .image-area ul li a:hover i {
  color: #fff;
}
.about-page.team .single .bottom-area {
  padding-top: 15px;
  padding-bottom: 15px;
}
.about-page.team .single .bottom-area h5 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.about-page.team .single .bottom-area h5:hover {
  color: #ec7a5c;
}
.about-page.team .single .bottom-area p {
  text-transform: capitalize;
}
.about-page.team .single:hover .image-area ul li a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

/*===========================================================
15.4: client
=============================================================*/
.about-page.client .section-title h3:after {
  background: url(../images/home1/border.png) no-repeat center;
}
.about-page.client .home2-client-slider .slick-dots li button {
  border-color: #ec7a5c;
}
.about-page.client .home2-client-slider .slick-dots .slick-active button {
  background: #ec7a5c;
}

/*===========================================================
 16: account page
=============================================================*/
.account-page.account .item {
  background: #fff;
  box-shadow: 2px 0 95px rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
}
.account-page.account .item h4 {
  font-weight: 700;
  text-align: left;
  padding-bottom: 5px;
}
.account-page.account .item p {
  text-align: left;
}
.account-page.account .item form {
  padding-top: 25px;
}
.account-page.account .item form .inputs {
  width: 100%;
  height: 55px;
  outline: none;
  border: 1px solid #ddd;
  padding: 0 15px;
  margin-bottom: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.account-page.account .item form .inputs::placeholder {
  text-transform: capitalize;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
}
.account-page.account .item form label {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #606060;
  padding-left: 35px;
  text-transform: capitalize;
}
.account-page.account .item form .check {
  opacity: 0;
  display: none;
}
.account-page.account .item form .check-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}
.account-page.account .item form .check-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 3px;
  width: 6px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.account-page.account .item form .check:checked ~ .check-custom {
  background: #ec7a5c;
  border-color: #ec7a5c;
}
.account-page.account .item form .check:checked ~ .check-custom:after {
  display: block;
}
.account-page.account .item form a p {
  color: #e72f07;
  text-transform: capitalize;
}
.account-page.account .item form button {
  width: 100%;
  font-size: 16px;
  line-height: 55px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.account-page.account .item .or {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.account-page.account .item .or:after, .account-page.account .item .or:before {
  content: '';
  height: 1px;
  width: 47%;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.account-page.account .item .or:before {
  left: auto;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.account-page.account .item ul li {
  width: 33.33%;
}
.account-page.account .item ul li a {
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.account-page.account .item ul li .fb {
  background: #3b5998;
}
.account-page.account .item ul li .gl {
  background: #d85040;
}
.account-page.account .item ul li .tw {
  background: #007bff;
}
.account-page.account .item ul li:not(:last-child) {
  padding-right: 15px;
}
.account-page.account .item h5 {
  font-weight: 500;
  padding-top: 15px;
}
.account-page.account .signin form label {
  text-transform: none;
}
.account-page.account .signin form button {
  margin-top: 0;
  margin-bottom: 10px;
}

/*===========================================================
 17: contact page
=============================================================*/
/*===========================================================
 17.1: address CSS
=============================================================*/
.contact-page.address .item {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  padding-bottom: 30px;
  background: #fff;
}
.contact-page.address .item i {
  font-size: 40px;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact-page.address .item h4 {
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 5px;
}
.contact-page.address .item:hover i {
  color: #ec7a5c;
}

/*===========================================================
 17.2: message CSS
=============================================================*/
.contact-page.message {
  padding-bottom: 80px;
}
.contact-page.message .bg {
  background: #fff;
  box-shadow: 2px 0 95px rgba(0, 0, 0, 0.15);
  padding: 40px 70px 50px 70px;
}
.contact-page.message h2 {
  font-size: 40px;
  font-weight: 700;
  color: #151a33;
  padding-bottom: 50px;
}
.contact-page.message .inputs {
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  margin-bottom: 30px;
  outline: none;
}
.contact-page.message .inputs:hover, .contact-page.message .inputs:focus {
  border-color: #ec7a5c;
}
.contact-page.message .inputs:focus::placeholder {
  padding-left: 50px;
  opacity: 0;
}
.contact-page.message .inputs::placeholder {
  text-transform: capitalize;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.contact-page.message textarea.inputs {
  padding: 15px;
  height: 250px;
}
.contact-page.message button {
  line-height: 50px;
  padding: 0 40px;
}

/*===========================================================
 19.1: location CSS
=============================================================*/
.contact-page.location #map {
  width: 100%;
  height: 630px;
}

/*===========================================================
 18: pagination
=============================================================*/
.pages ul li {
  padding: 0 5px;
}
.pages ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  color: #151a33;
  font-weight: 500;
}
.pages ul li a:hover, .pages ul li a.active {
  background: #ec7a5c;
  color: #fff;
  border-color: #ec7a5c;
}
.pages ul li a i {
  font-size: 14px;
}

/*===========================================================
 19: shop page CSS
=============================================================*/
.shop-page.main {
  padding-top: 70px;
  padding-bottom: 80px;
}
.shop-page.main .pages {
  padding-top: 50px;
}
.shop-page.main .content .title {
  padding-bottom: 20px;
}
.shop-page.main .content .title h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.shop-page.main .content .title ul li:not(:last-child) {
  padding-right: 15px;
}
.shop-page.main .content .title ul li a {
  display: inline-block;
  height: 40px;
  width: 50px;
  border: 1px solid #ddd;
  text-align: center;
}
.shop-page.main .content .title ul li a i {
  font-size: 24px;
  color: #151a33;
  line-height: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-page.main .content .title ul li a:hover, .shop-page.main .content .title ul li a.active {
  background: #ec7a5c;
  border-color: #ec7a5c;
}
.shop-page.main .content .title ul li a:hover i, .shop-page.main .content .title ul li a.active i {
  color: #fff;
}
.shop-page.main .content .home1.collection {
  padding-top: 0;
}
.shop-page.main .right-content .title {
  padding-bottom: 30px;
}

/*===========================================================
 20: shop list page CSS
=============================================================*/
.shop-list.main .content .single-item .right-area .rating li {
  padding-right: 10px;
}
.shop-list.main .content .single-item .right-area .rating li i {
  font-size: 16px;
  color: #ffc107;
}
.shop-list.main .content .single-item .right-area h5 {
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-list.main .content .single-item .right-area h5:hover {
  color: #ec7a5c;
}
.shop-list.main .content .single-item .right-area p {
  padding-top: 5px;
}
.shop-list.main .content .single-item .right-area p span {
  text-decoration: line-through;
}
.shop-list.main .content .single-item .right-area .desc {
  width: 65%;
}
.shop-list.main .content .single-item .right-area .add-cart {
  margin-top: 20px;
  line-height: 38px;
  padding: 0 20px;
}

/*===========================================================
 21: shop list right page CSS
=============================================================*/
.shop-list-right.main .content .single-item .right-area {
  text-align: right;
}
.shop-list-right.main .content .single-item .right-area .rating {
  justify-content: flex-end;
}
.shop-list-right.main .content .single-item .right-area .desc {
  width: 100%;
  padding-left: 35%;
}

/*===========================================================
 22: shop detail page CSS
=============================================================*/
/*===========================================================
 22.1: detail CSS
=============================================================*/
.shop-detail.detail {
  padding-top: 80px;
  padding-bottom: 70px;
}
.shop-detail.detail .image-area {
  text-align: right;
  position: relative;
}
.shop-detail.detail .image-area .item img {
  width: 100%;
}
.shop-detail.detail .image-area .img-thumb {
  margin-top: 20px;
}
.shop-detail.detail .image-area .img-thumb .slick-slide {
  margin-left: 8px;
  margin-right: 8px;
  box-sizing: content-box;
  cursor: pointer;
}
.shop-detail.detail .image-area .img-thumb .slick-current img {
  border: 1px solid #ec7a5c;
}
.shop-detail.detail .image-area .img-thumb-tab .slick-slide {
  margin-top: 10px;
  margin-bottom: 10px;
  box-sizing: content-box;
}
.shop-detail.detail .image-area .img-thumb-tab .slick-current img {
  border: 1px solid #ec7a5c;
}
.shop-detail.detail .detail-content .stock {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  text-transform: capitalize;
  background: #ffeae5;
  margin-bottom: 10px;
}
.shop-detail.detail .detail-content h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.shop-detail.detail .detail-content h4 span {
  text-decoration: line-through;
}
.shop-detail.detail .detail-content .review-area {
  padding: 10px 0;
}
.shop-detail.detail .detail-content .review-area .rating li {
  padding-right: 10px;
}
.shop-detail.detail .detail-content .review-area .rating li i {
  font-size: 16px;
  color: #ffc107;
}
.shop-detail.detail .detail-content .review-area p {
  padding-left: 5px;
}
.shop-detail.detail .detail-content p {
  text-transform: capitalize;
}
.shop-detail.detail .detail-content .desc {
  padding: 10px 0;
  width: 72%;
  text-transform: none;
}
.shop-detail.detail .detail-content .desc-list {
  padding-left: 20px;
}
.shop-detail.detail .detail-content .desc-list li {
  list-style: square;
}
.shop-detail.detail .detail-content .color-pallate {
  padding-top: 10px;
}
.shop-detail.detail .detail-content .color-pallate p {
  font-weight: 600;
  color: #151a33;
}
.shop-detail.detail .detail-content .color-pallate ul li {
  padding-left: 10px;
}
.shop-detail.detail .detail-content .color-pallate ul li a {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.shop-detail.detail .detail-content .color-pallate ul li .blue {
  background: #5ba7e8;
}
.shop-detail.detail .detail-content .color-pallate ul li .red {
  background: #e8785b;
}
.shop-detail.detail .detail-content .color-pallate ul li .pink {
  background: #e85bc5;
}
.shop-detail.detail .detail-content .size-area {
  padding-top: 20px;
}
.shop-detail.detail .detail-content .size-area p {
  font-weight: 600;
  color: #151a33;
}
.shop-detail.detail .detail-content .size-area ul li {
  padding-left: 10px;
}
.shop-detail.detail .detail-content .size-area ul li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border: 1px solid #ec7a5c;
  color: #ec7a5c;
  line-height: 35px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.shop-detail.detail .detail-content .size-area ul li a:hover {
  background: #ec7a5c;
  color: #fff;
}
.shop-detail.detail .slick-slide {
  outline: none;
}
.shop-detail.detail .slick-slide img {
  margin: auto;
}
.shop-detail.detail .border-area {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.shop-detail.detail .border-area .number-spinner button {
  height: 25px;
  width: 30px;
  background: #151a33;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-detail.detail .border-area .number-spinner button:hover {
  background: #ec7a5c;
}
.shop-detail.detail .border-area .number-spinner button i {
  color: #fff;
  font-size: 14px;
}
.shop-detail.detail .border-area .number-spinner .up-btn {
  margin-bottom: 10px;
}
.shop-detail.detail .border-area .number-spinner .input-value {
  height: 60px;
  width: 60px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ec7a5c;
  color: #ec7a5c;
  font-size: 30px;
  font-weight: 400;
  margin-right: 20px;
  padding: 0;
}
.shop-detail.detail .border-area .add-more {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border: 1px solid #ec7a5c;
  margin-left: 10px;
}
.shop-detail.detail .border-area .add-more i {
  color: #ec7a5c;
  line-height: 60px;
  font-size: 24px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-detail.detail .border-area .add-more:hover {
  background: #ec7a5c;
}
.shop-detail.detail .border-area .add-more:hover i {
  color: #fff;
}
.shop-detail.detail .border-area .cart {
  line-height: 60px;
  padding: 0 75px;
  font-size: 18px;
  margin-left: 20px;
}
.shop-detail.detail h5 {
  font-weight: 600;
  text-transform: capitalize;
}
.shop-detail.detail h5 a:hover {
  color: #ec7a5c;
}
.shop-detail.detail .share ul li {
  padding-left: 10px;
}
.shop-detail.detail .share ul li a i {
  font-size: 18px;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-detail.detail .share ul li a:hover i {
  color: #ec7a5c;
}
.shop-detail .detail-content {
  margin-left: 15px;
}
/*===========================================================
 22.2: review CSS
=============================================================*/
.shop-detail.review .nav-tabs {
  border-bottom: 2px solid #ddd;
  justify-content: center;
  margin-bottom: 25px;
}
.shop-detail.review .nav-tabs .nav-link {
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 24px;
  font-weight: 700;
  background: transparent;
  text-transform: capitalize;
}
.shop-detail.review .nav-tabs .nav-link.active {
  color: #ec7a5c;
}
.shop-detail.review .tab-content .product-detail {
  padding: 25px 0;
}
.shop-detail.review .tab-content .product-detail .image {
  margin-right: 20px;
}
.shop-detail.review .tab-content .product-detail .description ul li {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.shop-detail.review .tab-content .product-detail .description ul li i {
  font-size: 20px;
  color: #ec7a5c;
  padding-right: 10px;
}
.shop-detail.review .tab-content .comment li:not(:last-child) {
  margin-bottom: 30px;
}
.shop-detail.review .tab-content .comment .item .image {
  padding-right: 20px;
}
.shop-detail.review .tab-content .comment .item .image img {
  width: 100%;
}
.shop-detail.review .tab-content .comment .item .media-body {
  flex: 1;
}
.shop-detail.review .tab-content .comment .item .rating li {
  padding-right: 10px;
  margin-bottom: 0;
}
.shop-detail.review .tab-content .comment .item .rating li i {
  font-size: 15px;
  color: #ffc107;
}
.shop-detail.review .tab-content .comment .item .rating li:last-child i {
  color: #ddd;
}
.shop-detail.review .tab-content .comment .item h5 {
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-detail.review .tab-content .comment .item h5:hover {
  color: #ec7a5c;
}
.shop-detail.review .tab-content .comment .item p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.shop-detail.review .tab-content .comment .item a:hover p {
  color: #ec7a5c;
}
.shop-detail.review .tab-content .add-review h5 {
  text-transform: capitalize;
  font-weight: 700;
}
.shop-detail.review .tab-content .add-review .rating-stars p {
  text-transform: capitalize;
  color: #ec7a5c;
  padding-right: 10px;
}
.shop-detail.review .tab-content .add-review .rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.shop-detail.review .tab-content .add-review .rating-stars ul > li.star {
  display: inline-block;
}
.shop-detail.review .tab-content .add-review .rating-stars ul > li.star > i {
  font-size: 15px;
  color: #ddd;
  cursor: pointer;
}
.shop-detail.review .tab-content .add-review .rating-stars ul > li.star.selected > i {
  color: #ffc107;
}
.shop-detail.review .tab-content .add-review form {
  padding-top: 25px;
}
.shop-detail.review .tab-content .add-review form .inputs {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #ddd;
  padding: 0 12px;
  outline: none;
  margin-bottom: 15px;
}
.shop-detail.review .tab-content .add-review form .inputs:focus, .shop-detail.review .tab-content .add-review form .inputs:hover {
  border-color: #ec7a5c;
}
.shop-detail.review .tab-content .add-review form .inputs::placeholder {
  text-transform: capitalize;
}
.shop-detail.review .tab-content .add-review form textarea.inputs {
  height: 200px;
  resize: vertical;
  padding: 15px 12px;
  resize: none;
}
.shop-detail.review .tab-content .add-review form button {
  width: 100%;
  line-height: 45px;
  margin-top: 5px;
}

/*===========================================================
 22.3: featured CSS
=============================================================*/
.shop-detail.featured {
  padding-top: 65px;
}

/*===========================================================
 23: cart page CSS
=============================================================*/
/*===========================================================
 23.1: cart detail CSS
=============================================================*/
.cart-page.cart-detail {
  padding-top: 80px;
  padding-bottom: 80px;
}
.cart-page.cart-detail .table {
  margin-bottom: 0;
}
.cart-page.cart-detail .table thead tr {
  background: #feefeb;
}
.cart-page.cart-detail .table thead tr th {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #151a33;
  padding: 10px 0;
  text-align: center;
  border: 0;
}
.cart-page.cart-detail .table tbody tr .pro-img {
  min-width: 105px;
}
.cart-page.cart-detail .table tbody tr .pro-name {
  min-width: 250px;
}
.cart-page.cart-detail .table tbody tr .pro-price,
.cart-page.cart-detail .table tbody tr .pro-cart,
.cart-page.cart-detail .table tbody tr .pro-stock,
.cart-page.cart-detail .table tbody tr .pro-total {
  min-width: 150px;
}
.cart-page.cart-detail .table tbody tr .pro-quantity,
.cart-page.cart-detail .table tbody tr .pro-delete {
  min-width: 100px;
}
.cart-page.cart-detail .table tbody tr th, .cart-page.cart-detail .table tbody tr td {
  padding: 30px 0;
  vertical-align: middle;
  text-align: center;
}
.cart-page.cart-detail .table tbody tr th p, .cart-page.cart-detail .table tbody tr th a, .cart-page.cart-detail .table tbody tr td p, .cart-page.cart-detail .table tbody tr td a {
  text-transform: capitalize;
}
.cart-page.cart-detail .table tbody tr th a:hover, .cart-page.cart-detail .table tbody tr td a:hover {
  color: #ec7a5c;
}
.cart-page.cart-detail .table tbody tr th i, .cart-page.cart-detail .table tbody tr td i {
  font-size: 16px;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.cart-page.cart-detail .table tbody tr th i:hover, .cart-page.cart-detail .table tbody tr td i:hover {
  color: #ec7a5c;
}
.cart-page.cart-detail .table tbody tr th .stock, .cart-page.cart-detail .table tbody tr td .stock {
  padding: 0 10px;
  width: fit-content;
  background: #feefeb;
  margin: auto;
}
.cart-page.cart-detail .table tbody tr th .button-style1, .cart-page.cart-detail .table tbody tr td .button-style1 {
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
}
.cart-page.cart-detail .table tbody tr th .button-style1:hover, .cart-page.cart-detail .table tbody tr td .button-style1:hover {
  color: #fff;
}
.cart-page.cart-detail .table tbody tr th .number-spinner button, .cart-page.cart-detail .table tbody tr td .number-spinner button {
  height: 25px;
  width: 30px;
  background: #151a33;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.cart-page.cart-detail .table tbody tr th .number-spinner button:hover, .cart-page.cart-detail .table tbody tr td .number-spinner button:hover {
  background: #ec7a5c;
}
.cart-page.cart-detail .table tbody tr th .number-spinner button i, .cart-page.cart-detail .table tbody tr td .number-spinner button i {
  color: #fff;
  font-size: 14px;
}
.cart-page.cart-detail .table tbody tr th .number-spinner .up-btn, .cart-page.cart-detail .table tbody tr td .number-spinner .up-btn {
  margin-bottom: 10px;
}
.cart-page.cart-detail .table tbody tr th .number-spinner .input-value, .cart-page.cart-detail .table tbody tr td .number-spinner .input-value {
  height: 60px;
  width: 60px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px solid #ec7a5c;
  color: #ec7a5c;
  font-size: 30px;
  font-weight: 400;
  margin-right: 20px;
  padding: 0;
}
.cart-page.cart-detail .table tbody tr:last-child th, .cart-page.cart-detail .table tbody tr:last-child td {
  border: 0;
}
.cart-page.cart-detail .coupon-area {
  padding-top: 10px;
}
.cart-page.cart-detail .coupon-area .coupon-input .inputs {
  height: 40px;
  width: 305px;
  background: #fbefec;
  margin-right: 20px;
  border: 0;
  padding: 0 15px;
  outline: none;
}
.cart-page.cart-detail .coupon-area .coupon-input .inputs::placeholder {
  text-transform: capitalize;
}
.cart-page.cart-detail .coupon-area button {
  line-height: 40px;
  padding: 0 20px;
}

/*===========================================================
 23.2: cart total CSS
=============================================================*/
.cart-page.cart-total {
  padding-bottom: 80px;
}
.cart-page.cart-total .total-content {
  border: 1px solid #ddd;
  padding: 30px;
}
.cart-page.cart-total .title {
  padding-bottom: 15px;
  margin-top: -8px;
}
.cart-page.cart-total .title h5 {
  font-weight: 700;
  text-transform: capitalize;
}
.cart-page.cart-total .sub {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.cart-page.cart-total .sub p {
  text-transform: capitalize;
}
.cart-page.cart-total .ship {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-page.cart-total .ship p {
  padding-bottom: 15px;
}
.cart-page.cart-total .input-container {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-bottom: 20px;
}
.cart-page.cart-total .input-container:last-child {
  padding-bottom: 0;
}
.cart-page.cart-total .input-container span {
  text-transform: capitalize;
}
.cart-page.cart-total .input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cart-page.cart-total .input-container input:checked ~ .checkmark:after {
  display: block;
}
.cart-page.cart-total .input-container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.cart-page.cart-total .input-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ec7a5c;
}
.cart-page.cart-total .input-container:hover input ~ .checkmark {
  background: #ffe3e3;
}
.cart-page.cart-total .estimate {
  padding-bottom: 15px;
}
.cart-page.cart-total .estimate h5 {
  font-size: 16px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
}
.cart-page.cart-total .estimate p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.cart-page.cart-total .estimate p:hover {
  color: #ec7a5c;
}
.cart-page.cart-total .checkout {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.cart-page.cart-total .checkout h5 {
  font-size: 16px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
}
.cart-page.cart-total .checkout a {
  width: 100%;
  line-height: 40px;
}

/*===========================================================
 24: wishlist page CSS
=============================================================*/
.wishlist-page.cart-detail {
  padding-bottom: 50px;
}

/*===========================================================
 25: compare page CSS
=============================================================*/
.compare-page.compare {
  padding: 80px 0;
}
.compare-page.compare .table {
  margin: 0;
}
.compare-page.compare .table thead tr th,
.compare-page.compare .table thead tr td,
.compare-page.compare .table tbody tr th,
.compare-page.compare .table tbody tr td {
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.compare-page.compare .table thead tr th:first-child,
.compare-page.compare .table thead tr td:first-child,
.compare-page.compare .table tbody tr th:first-child,
.compare-page.compare .table tbody tr td:first-child {
  min-width: 255px;
}
.compare-page.compare .table thead tr th:not(:first-child),
.compare-page.compare .table thead tr td:not(:first-child),
.compare-page.compare .table tbody tr th:not(:first-child),
.compare-page.compare .table tbody tr td:not(:first-child) {
  min-width: 400px;
}
.compare-page.compare .table thead tr th,
.compare-page.compare .table tbody tr th {
  padding: 45px 0;
}
.compare-page.compare .table thead tr td,
.compare-page.compare .table tbody tr td {
  padding: 25px 20px;
}
.compare-page.compare .table span {
  display: inline-block;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}
.compare-page.compare .table h5, .compare-page.compare .table h4 {
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.compare-page.compare .table a:hover h5 {
  color: #ec7a5c;
}
.compare-page.compare .table h6 {
  font-weight: 500;
  text-transform: capitalize;
  color: #151a33;
}
.compare-page.compare .table p {
  padding: 0 50px;
}
.compare-page.compare .table .button-style1 {
  line-height: 40px;
  padding: 0 20px;
}
.compare-page.compare .table .rating li {
  padding: 0 5px;
}
.compare-page.compare .table .rating li i {
  font-size: 16px;
  color: #ffc107;
}
.compare-page.compare .table .delete-icon {
  font-size: 20px;
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.compare-page.compare .table .delete-icon:hover {
  color: #ec7a5c;
}

/*===========================================================
 26: blog page CSS
=============================================================*/
.blog-page.blog {
  padding-top: 70px;
  padding-bottom: 80px;
}
.blog-page.blog .pages {
  padding-top: 50px;
}
.blog-page.blog .single-blog {
  box-shadow: 2px 0 89px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.blog-page.blog .single-blog .blog-img {
  overflow: hidden;
}
.blog-page.blog .single-blog .blog-img img {
  width: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.blog-page.blog .single-blog .content {
  background: #fff;
  padding: 22px 20px;
}
.blog-page.blog .single-blog .content p {
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog .single-blog .content p:hover {
  color: #ec7a5c;
}
.blog-page.blog .single-blog .content .desc {
  padding-top: 5px;
  padding-bottom: 10px;
}
.blog-page.blog .single-blog .content .desc:hover {
  color: #606060;
}
.blog-page.blog .single-blog .content h5 {
  font-weight: 700;
  color: #151a33;
  padding: 4px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog .single-blog .content h5:hover {
  color: #ec7a5c;
}
.blog-page.blog .single-blog .content .read-more {
  text-transform: capitalize;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog .single-blog .content .read-more:hover {
  color: #ec7a5c;
}
.blog-page.blog .single-blog:hover .blog-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/*===========================================================
 27: blog left sidebar CSS
=============================================================*/
.blog-page.right-sidebar,
.blog-page.left-sidebar {
  padding-top: 80px;
}

/*===========================================================
 28: blog main page CSS
=============================================================*/
.blog-page.blog-main {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-page.blog-main .single-blog {
  margin-bottom: 50px;
}
.blog-page.blog-main .single-blog .blog-img {
  position: relative;
}
.blog-page.blog-main .single-blog .blog-img img {
  width: 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.blog-page.blog-main .single-blog .blog-img .item {
  position: relative;
}
.blog-page.blog-main .single-blog .blog-img .option {
  height: 55px;
  width: 55px;
  background: #ec7a5c;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  text-align: center;
}
.blog-page.blog-main .single-blog .blog-img .option p {
  text-transform: capitalize;
  color: #fff;
  line-height: 20px;
  padding-top: 8px;
}
.blog-page.blog-main .single-blog .blog-img .option a {
  display: block;
  height: 100%;
  width: 100%;
}
.blog-page.blog-main .single-blog .blog-img .option a i {
  line-height: 55px;
  font-size: 30px;
  color: #fff;
}
.blog-page.blog-main .single-blog .blog-img .btn-left,
.blog-page.blog-main .single-blog .blog-img .btn-right {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  z-index: 19;
  cursor: pointer;
  line-height: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-main .single-blog .blog-img .btn-left:hover,
.blog-page.blog-main .single-blog .blog-img .btn-right:hover {
  background: #ec7a5c;
  border-color: #ec7a5c;
}
.blog-page.blog-main .single-blog .blog-img .btn-left {
  left: 0;
}
.blog-page.blog-main .single-blog .blog-img .btn-right {
  right: 0;
}
.blog-page.blog-main .single-blog .content .desc {
  padding-right: 165px;
}
.blog-page.blog-main .single-blog .content .view {
  padding-top: 15px;
  padding-bottom: 5px;
}
.blog-page.blog-main .single-blog .content .view p {
  text-transform: capitalize;
}
.blog-page.blog-main .single-blog .content h4 {
  font-weight: 700;
  padding-right: 18%;
  padding-bottom: 20px;
}
.blog-page.blog-main .single-blog .content .button-style1 {
  line-height: 38px;
  padding: 0 25px;
  margin-top: 25px;
}
.blog-page.blog-main .pages {
  padding-top: 30px;
}

/*===========================================================
 29: blog list page CSS
=============================================================*/
.blog-page.blog-list {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-page.blog-list .single-blog {
  margin-bottom: 30px;
}
.blog-page.blog-list .single-blog .blog-img {
  margin-right: 30px;
  overflow: hidden;
}
.blog-page.blog-list .single-blog .blog-img img {
  width: 100%;
}
.blog-page.blog-list .single-blog .content {
  flex: 1;
}
.blog-page.blog-list .single-blog .content p {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-list .single-blog .content .desc {
  padding-right: 45px;
}
.blog-page.blog-list .single-blog .content h4 {
  font-weight: 700;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-page.blog-list .single-blog .content .button-style1 {
  line-height: 40px;
  padding: 0 20px;
  margin-top: 20px;
}
.blog-page.blog-list .single-blog .content a:hover p, .blog-page.blog-list .single-blog .content a:hover h4 {
  color: #ec7a5c;
}
.blog-page.blog-list .pages {
  padding-top: 50px;
}

/*===========================================================
 30: blog lifestyle page CSS
=============================================================*/
.blog-page.blog-lifestyle .blog-page.blog {
  padding-top: 0;
  padding-bottom: 0;
}

/*===========================================================
 31: blog fullpage page CSS
=============================================================*/
.blog-page.blog-fullpage .blog-page.blog {
  padding-top: 0;
  padding-bottom: 0;
}

/*===========================================================
 32: blog details page CSS
=============================================================*/
.blog-page.blog-detail {
  padding: 80px 0;
}
.blog-page.blog-detail .content .blog-img {
  position: relative;
}
.blog-page.blog-detail .content .blog-img img {
  width: 100%;
}
.blog-page.blog-detail .content .blog-img .option {
  height: 55px;
  width: 55px;
  background: #ec7a5c;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  text-align: center;
}
.blog-page.blog-detail .content .blog-img .option p {
  text-transform: capitalize;
  color: #fff;
  line-height: 20px;
  padding-top: 8px;
}
.blog-page.blog-detail .content .blog-img .option a {
  display: block;
  height: 100%;
  width: 100%;
}
.blog-page.blog-detail .content .blog-img .option a i {
  line-height: 55px;
  font-size: 30px;
  color: #fff;
}
.blog-page.blog-detail .content .blog-img .blog-date {
  height: 55px;
  background: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  padding: 0 40px;
}
.blog-page.blog-detail .content .blog-img .blog-date li {
  position: relative;
}
.blog-page.blog-detail .content .blog-img .blog-date li:not(:last-child) {
  padding-right: 40px;
}
.blog-page.blog-detail .content .blog-img .blog-date li:not(:last-child):after {
  content: '';
  height: 18px;
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 20px;
}
.blog-page.blog-detail .content .blog-img .blog-date li a {
  text-transform: capitalize;
  line-height: 55px;
  display: flex;
  align-items: center;
}
.blog-page.blog-detail .content .blog-img .blog-date li a i {
  color: #ec7a5c;
  padding-right: 10px;
  font-size: 18px;
}
.blog-page.blog-detail .content .blog-img .blog-date li a:hover {
  color: #ec7a5c;
}
.blog-page.blog-detail .content p {
  padding-top: 20px;
}
.blog-page.blog-detail .content .new {
  font-size: 18px;
}
.blog-page.blog-detail .content h4 {
  font-weight: 700;
  padding-top: 25px;
}
.blog-page.blog-detail .content .special {
  padding-top: 25px;
}
.blog-page.blog-detail .content .special img {
  margin-right: 30px;
}
.blog-page.blog-detail .content .special ul {
  flex: 1;
}
.blog-page.blog-detail .content .special ul li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.blog-page.blog-detail .content .special ul li i {
  padding-right: 15px;
  font-size: 20px;
}
.blog-page.blog-detail .content .special ul li:not(:last-child) {
  padding-bottom: 10px;
}
.blog-page.blog-detail .content blockquote {
  background: #fff;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.blog-page.blog-detail .content blockquote p {
  padding-top: 0;
  font-size: 18px;
  color: #151a33;
  position: relative;
  z-index: 1;
}
.blog-page.blog-detail .content blockquote i {
  font-size: 90px;
  color: #fadbd3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 0;
}
.blog-page.blog-detail .content .share-blog {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 30px;
  margin-top: 35px;
}
.blog-page.blog-detail .content .share-blog span {
  display: inline-block;
  font-size: 18px;
  color: #ec7a5c;
  text-transform: capitalize;
  font-weight: 600;
}
.blog-page.blog-detail .content .share-blog .social li {
  padding: 0 7px;
}
.blog-page.blog-detail .content .share-blog .social li a i {
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .content .share-blog .social li a:hover i {
  color: #ec7a5c;
}
.blog-page.blog-detail .content .share-blog p {
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .content .share-blog .right-part i {
  color: #151a33;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .content .share-blog .right-part a p {
  padding-top: 0;
}
.blog-page.blog-detail .content .share-blog .right-part a i {
  padding-right: 10px;
}
.blog-page.blog-detail .content .share-blog .right-part a:hover p, .blog-page.blog-detail .content .share-blog .right-part a:hover i {
  color: #ec7a5c;
}
.blog-page.blog-detail .content .comment {
  padding-top: 30px;
}
.blog-page.blog-detail .content .comment .title h4 {
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 16px;
  position: relative;
}
.blog-page.blog-detail .content .comment .title h4:after {
  content: "";
  height: 2px;
  width: 90px;
  background: #ec7a5c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-page.blog-detail .content .comment .leave h4 {
  padding-top: 10px;
}
.blog-page.blog-detail .content .comment .all-comment li {
  position: relative;
  margin: 50px 0;
}
.blog-page.blog-detail .content .comment .all-comment li ul {
  margin-left: 70px;
}
.blog-page.blog-detail .content .comment .all-comment li ul li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
.blog-page.blog-detail .content .comment .all-comment li ul li img {
  margin-top: 50px;
}
.blog-page.blog-detail .content .comment .all-comment li ul li .reply {
  top: 50px;
}
.blog-page.blog-detail .content .comment .all-comment li h4, .blog-page.blog-detail .content .comment .all-comment li p {
  padding-top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .content .comment .all-comment li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.blog-page.blog-detail .content .comment .all-comment li .comment-body {
  padding-left: 155px;
}
.blog-page.blog-detail .content .comment .all-comment li .comment-body h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.blog-page.blog-detail .content .comment .all-comment li .comment-body h4:hover {
  color: #ec7a5c;
}
.blog-page.blog-detail .content .comment .all-comment li .comment-body .time {
  padding-bottom: 5px;
}
.blog-page.blog-detail .content .comment .all-comment li .comment-body .time:hover {
  color: #ec7a5c;
}
.blog-page.blog-detail .content .comment .all-comment li .reply {
  position: absolute;
  top: 0;
  right: 0;
}
.blog-page.blog-detail .content .comment .all-comment li .reply i {
  margin-right: 10px;
  color: #ec7a5c;
}
.blog-page.blog-detail .content .comment .all-comment li .reply p {
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .content .comment .all-comment li .reply:hover p {
  color: #ec7a5c;
}
.blog-page.blog-detail .content .comment form {
  margin-top: 50px;
  margin-bottom: 0;
}
.blog-page.blog-detail .content .comment .input-field {
  width: 100%;
  height: 50px;
  background: #fff6f4;
  padding: 0 20px;
  outline: none;
  border: 0;
  margin-bottom: 30px;
}
.blog-page.blog-detail .content .comment .input-field::placeholder {
  text-transform: capitalize;
}
.blog-page.blog-detail .content .comment textarea.input-field {
  height: 215px;
  padding: 20px;
}
.blog-page.blog-detail .content .comment button {
  line-height: 50px;
  padding: 0 35px;
}

/*===========================================================
 33: checkout page CSS
=============================================================*/
.checkout-page.checkout {
  padding-top: 80px;
  padding-bottom: 45px;
}
.checkout-page.checkout .billing-details .title {
  padding-bottom: 30px;
}
.checkout-page.checkout .billing-details .title h4 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
}
.checkout-page.checkout .billing-details .bill-input {
  width: 100%;
  border: 1px solid #ddd;
  outline: none;
  height: 40px;
  padding: 0 15px;
  margin-bottom: 30px;
}
.checkout-page.checkout .billing-details .bill-input:hover, .checkout-page.checkout .billing-details .bill-input:focus {
  border-color: #ec7a5c;
}
.checkout-page.checkout .billing-details .bill-input::placeholder {
  text-transform: capitalize;
}
.checkout-page.checkout .billing-details .select2-dropdown {
  border-color: #ddd;
}
.checkout-page.checkout .billing-details .select2-container--default {
  width: 100% !important;
  margin-bottom: 30px;
}
.checkout-page.checkout .billing-details .select2-container--default
.select2-selection--single .select2-selection__rendered {
  padding: 0 15px;
  text-transform: capitalize;
  line-height: 40px;
}
.checkout-page.checkout .billing-details .select2-container--default
.select2-selection--single {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-color: #ddd;
  height: 40px;
  outline: none;
}
.checkout-page.checkout .billing-details .select2-container--default
.select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.checkout-page.checkout .billing-details .select2-container--default
.select2-search--dropdown .select2-search__field {
  outline: none;
  border-color: #ddd;
}
.checkout-page.checkout .billing-details .create {
  padding-bottom: 30px;
}
.checkout-page.checkout .billing-details .create .accordion-item {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.checkout-page.checkout .billing-details .create .accordion-item:not(:last-child) {
  padding-bottom: 15px;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: transparent;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header label {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  position: relative;
  padding-left: 40px;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header label:after {
  display: none;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header .check {
  opacity: 0;
  display: none;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header .check-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header .check-custom:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 3px;
  width: 6px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header .check:checked ~ .check-custom {
  background: #ec7a5c;
  border-color: #ec7a5c;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-header .check:checked ~ .check-custom:after {
  display: block;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-collapse {
  border: 0;
}
.checkout-page.checkout .billing-details .create .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.checkout-page.checkout .billing-details .notes textarea {
  height: 155px;
  padding: 15px;
  resize: vertical;
}
.checkout-page.checkout .total-content {
  border: 1px solid #ddd;
  padding: 30px;
}
.checkout-page.checkout .total-content .title {
  padding-bottom: 15px;
  margin-top: -8px;
}
.checkout-page.checkout .total-content .title h5 {
  font-weight: 700;
  text-transform: capitalize;
}
.checkout-page.checkout .total-content .sub {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.checkout-page.checkout .total-content .sub p {
  text-transform: capitalize;
}
.checkout-page.checkout .total-content .ship {
  padding-top: 15px;
  padding-bottom: 15px;
}
.checkout-page.checkout .total-content .ship p {
  padding-bottom: 15px;
}
.checkout-page.checkout .total-content .input-container {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-bottom: 20px;
}
.checkout-page.checkout .total-content .input-container:last-child {
  padding-bottom: 0;
}
.checkout-page.checkout .total-content .input-container span {
  text-transform: capitalize;
}
.checkout-page.checkout .total-content .input-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkout-page.checkout .total-content .input-container input:checked ~ .checkmark:after {
  display: block;
}
.checkout-page.checkout .total-content .input-container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checkout-page.checkout .total-content .input-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ec7a5c;
}
.checkout-page.checkout .total-content .input-container:hover input ~ .checkmark {
  background: #ffe3e3;
}
.checkout-page.checkout .total-content .checkout {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.checkout-page.checkout .total-content .checkout .total {
  padding-bottom: 10px;
}
.checkout-page.checkout .total-content .checkout h5 {
  font-size: 16px;
  font-weight: 700;
  color: #151a33;
  text-transform: capitalize;
}
.checkout-page.checkout .total-content .checkout a {
  width: 100%;
  line-height: 40px;
}

/*===========================================================
 34: faq page CSS
=============================================================*/
/*===========================================================
 34.1: faq CSS
=============================================================*/
.faq-page.faq {
  padding-top: 70px;
}
.faq-page.faq .accordion-item {
  margin-bottom: 20px;
}
.faq-page.faq .accordion-button {
  font-size: 18px;
  font-weight: 700;
  color: #151a33;
  padding: 10px 15px;
  border-color: #ddd;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.faq-page.faq .accordion-button:focus {
  box-shadow: none;
}
.faq-page.faq .accordion-button:not(.collapsed) {
  color: #151a33;
  background-color: #fadbd3;
}
.faq-page.faq .accordion-button:after {
  background-image: none;
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  height: auto;
  width: auto;
  color: #151a33;
}
.faq-page.faq .accordion-item .accordion-collapse,
.faq-page.faq .accordion-item .accordion-button.collapsed {
  border-bottom-width: 1px;
}

/*===========================================================
 34.2: message CSS
=============================================================*/
.faq-page.message {
  padding-top: 40px;
}

/*===========================================================
 35: category page CSS
=============================================================*/
.category-page.category {
  padding-top: 80px;
  padding-bottom: 50px;
}
.category-page.category .single-category {
  position: relative;
  margin-bottom: 30px;
}
.category-page.category .single-category:after {
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.category-page.category .single-category img {
  width: 100%;
}
.category-page.category .single-category .cat-btn {
  height: 60px;
  width: 195px;
  border: 2px solid #fff;
  padding: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.category-page.category .single-category .cat-btn a {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  color: #151a33;
}
.category-page.category .single-category .cat-btn a:hover {
  background: #ec7a5c;
  color: #fff;
}

/*===========================================================
 36: coming soon page CSS
=============================================================*/
.coming-soon {
  height: 100vh;
}
.coming-soon .overlay {
  height: 100%;
  width: 100%;
  background: url(../images/coming-soon/overlay.png);
  position: relative;
}
.coming-soon .overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.coming-soon .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 9;
}
.coming-soon .content h1 {
  font-size: 75px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 55px;
}
.coming-soon .content .coming-time li {
  width: 118px;
  height: 100px;
  border: 1px solid #fff;
  padding: 7px;
  margin: 0 15px;
}
.coming-soon .content .coming-time li .inner {
  background: #fff;
  height: 100%;
  width: 100%;
  padding-top: 8px;
}
.coming-soon .content .coming-time li .inner h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ec7a5c;
}
.coming-soon .content .coming-time li .inner span {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: #ec7a5c;
}
.coming-soon .content p {
  color: #fff;
  padding: 25px 18%;
}
.coming-soon .content form {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.coming-soon .content form .input {
  width: 435px;
  height: 50px;
  border: 1px solid #fff;
  border-right: 0;
  background: transparent;
  outline: none;
  padding: 0 20px;
  color: #fff;
}
.coming-soon .content form .input::placeholder {
  text-transform: capitalize;
  color: #fff;
}
.coming-soon .content form button {
  line-height: 50px;
  padding: 0 25px;
}
.coming-soon .content .social li {
  padding: 0 8px;
}
.coming-soon .content .social li a {
  display: inline-block;
  width: 45px;
  height: 40px;
  background: #fff;
  text-align: center;
}
.coming-soon .content .social li a i {
  font-size: 18px;
  color: #ec7a5c;
  line-height: 40px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.coming-soon .content .social li a:hover {
  background: #ec7a5c;
}
.coming-soon .content .social li a:hover i {
  color: #fff;
}

/*===========================================================
 37: 404 error page CSS
=============================================================*/
.error-page.main {
  padding: 80px 0;
}
.error-page.main .error-area h1 {
  font-size: 350px;
  line-height: 260px;
  font-weight: 500;
  color: #151a33;
  padding-bottom: 60px;
}
.error-page.main .error-area h2 {
  font-size: 45px;
  line-height: 62px;
  font-weight: 500;
  color: #151a33;
  padding-bottom: 15px;
}
.error-page.main .error-area p {
  font-size: 26px;
  line-height: 45px;
  font-weight: 600;
  color: #606060;
  padding: 0 35px 30px 35px;
}
.error-page.main .error-area a {
  line-height: 55px;
  padding: 0 25px;
}

.error-page.main2 {
  height: 100vh;
}
.error-page.main2 .error-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.error-page.main2 .error-area p {
  color: #fff;
}
.error-page.main2 .error-area h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.error-page.main2 .error-area a {
  line-height: 50px;
  padding: 0 20px;
  background: #151a33;
}
.error-page.main2 .error-area a:before, .error-page.main2 .error-area a:after {
  background: #ec7a5c;
}

/*# sourceMappingURL=style.css.map */
.language-selector {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

.current-language {
    background-color: #fff;
    color: #000; /* Yazı rengini siyah yapın */
    border-radius: 8px; /* Köşeleri daha yumuşak yapın */
    padding: 3px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'Arial', sans-serif; /* İstediğiniz güzel bir yazı fontu ekleyin */
}

.current-language:hover {
    background-color: #377551;
    color: #fff;
}

.language-selector:hover .language-options {
    display: block;
}

.language-options {
    display: none;
    position: absolute;
    border-radius: 8px; /* Köşeleri daha yumuşak yapın */
    background-color: #fff;
    min-width: 60px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    top: 30px;
    border-radius: 8px; /* Köşeleri daha yumuşak yapın */
}

.language-options li {
    padding: 8px 12px;
    cursor: pointer;
    font-family: 'Arial', sans-serif; /* İstediğiniz güzel bir yazı fontu ekleyin */
}

.language-options li:hover {
    background-color: #377551;
    border-radius: 8px; /* Köşeleri daha yumuşak yapın */
    color: #fff;
}

.language-selector .language-options a {
    color: black; /* <a> içindeki metin rengini siyah yapar */
}

.language-selector .language-options a:hover {
    color: white; /* Hover durumunda metin rengini beyaz yapar */
}
