/*-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css (assets/css/bundle.css)
    2. Home furniture
    3. Home electronics
    4. Home jewellery
    5. Home fashion
    6. Home toy
    7. Home food & drink
    8. Breadcrumb style
    9. About us
    10. Shop grid view
    11. Shop sidebar
    12. Shop list
    13. breadcrumb style 2
    14. product details
    15. Product details 2
    16. product details 4
    17. Product details 7
    18. Product details 8
    19. Product details 9
    20. Shop filters
    21. Shopping cart
    22. Checkout page
    23. Login page
    24. Blog sidebar
    25. Blog details
    26. Contact page
    27. ScrollUp
    
-----------------------------------------------------------------------------------*/




/*----------- 2. Home furniture --------*/


/* header area */
.header-area-padding {
  padding: 35px 0;
}

.header-search-cart {
  display: flex;
  justify-content: flex-end;
}
.header-cart > button {
  color: #4b4a48;
  font-size: 20px;
}
.header-sidebar button {
  font-size: 27px;
  color: #4b4a48;
}
.header-search > button {
  color: #212121;
  font-size: 22px;
}
.common-style > button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  line-height: 1;
  padding: 0;
  margin-left: 25px;
  cursor: pointer;
  transition: all .3s ease 0s;
}
.sidebar-trigger{
  position: relative;
}
.common-style > button:hover {
  color: #f57b28;
}
.header-cart {
  margin-top: 3px;
}
.header-search {
  margin-top: 3px;
  margin-bottom: 0;
}
/* header cart */
.sidebar-cart {
  background: #ffffff none repeat scroll 0 0;
  color: #212121;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: transform 0.5s ease-in-out 0s;
  width: 480px;
  z-index: 9999;
}
.wrap-sidebar {
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 45px 46px 0;
  position: fixed;
  width: 100%;
}
.sidebar-cart-all {
  padding-bottom: 39px;
}
.cur-lang-acc-active {
  background: #ffffff none repeat scroll 0 0;
  color: #212121;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: transform 0.5s ease-in-out 0s;
  width: 300px;
  z-index: 9999;
}
.sidebar-cart.inside , .cur-lang-acc-active.inside {
  transform: translateX(0px);
  z-index: 9999;
}
.sidebar-cart-icon, .sidebar-nav-icon {
  display: block;
  margin-bottom: 14px;
  overflow: hidden;
}
.sidebar-cart-icon button , .sidebar-nav-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #212121;
  float: right;
  font-size: 50px;
  padding: 0;
  transition: all .3s ease 0s;
  cursor: pointer;
}
.sidebar-cart-icon button:hover , .sidebar-search-icon button:hover , .sidebar-search-input form .form-search button:hover , .sidebar-nav-icon button:hover {
  color: #f57b28;
}
.mini_cart_count {
  background: #f57b28 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ffffff;
  font-size: 12px;
  height: 20px;
  left: 10px;
  line-height: 20px;
  pointer-events: none;
  position: absolute;
  top: -12px;
  width: 20px;
}
.cart-content > h3 {
  color: #212121;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.cart-content ul li.single-product-wrap-cart {
  display: flex;
  margin-bottom: 27px;
}
.cart-content ul li.single-product-wrap-cart:last-child {
  margin-bottom: 0px;
}
.cart-title > h3 {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 0;
}
.cart-title > span {
  color: #f57b28;
  font-weight: 500;
}
.cart-title {
  margin: 0px 0 18px 30px;
}
.cart-delete {
  display: flex;
  flex-grow: 100;
  justify-content: flex-end;
}
.cart-delete a i {
  color: #212121;
  font-size: 24px;
  line-height: 1;
}
.cart-delete a i:hover {
  color: #f57b28;
}
.cart-content ul,.woocommerce ul.cart_list{
  margin-top: 47px;
}
.cart-total {
  border-top: 1px solid #e3e3e3;
  margin-top: 29px;
  padding-top: 17px;
  text-align: right;
  width: 100%;
}
.cart-total h4 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.cart-total h4 span {
  color: #f57b28;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 80px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  width: 80px;
}
.cart-checkout-btn > a.no-mrg {
  margin-right: 0px;
}
.cart-checkout-btn {
  margin-top: 13px;
  width: 100%;
}
.wrapper .body-overlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  cursor: crosshair;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.wrapper.overlay-active .body-overlay,.cart-opened .body-overlay  {
  opacity: 1;
  visibility: visible;
}
.btn-hover,.cart-checkout-btn .button.wc-forward {
  position: relative;
}
.woocommerce .product-list-cart a.wc-forward{
  position: relative;
}
.woocommerce .product-list-cart a.wc-forward:hover{
  color: #fff;
  border-color: #f57b28;
}
.cart-btn-style, .cart-checkout-btn .button.wc-forward {
  background: #f57b28 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1;
  margin-right: 30px;
  padding: 18px 40px;
  text-transform: uppercase;
  transition: 0.3s;
  vertical-align: middle;
  height: inherit;
  width: auto;
}
.cart-btn-style:hover,
.cart-checkout-btn .button.wc-forward:hover{
  background: #424956;
  color: #fff;
}
.cart-checkout-btn .button.wc-forward.checkout{
  float: right;
}
.btn-hover:hover,.cart-checkout-btn .button.wc-forward:hover {
  color: white;
}
.cart-checkout-btn .button.wc-forward.checkout{
  margin-right: 0;
}
.woocommerce .list-view .food-action a.button,.list-view .food-action > a::before{
  display: none;
}
.woocommerce .single-product-wrap-food img, .woocommerce-page .single-product-wrap-food img {
  max-width: 100%;
}
/* search */
.main-search-active {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  color: #212121;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 32px 46px 39px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: transform 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
}
.main-search-active.inside {
  transform: translateX(0px);
  z-index: 9999;
}
.sidebar-search-input {
  align-self: center;
  display: flex;
}
.sidebar-search-input form .form-search {
  position: relative;
}
.sidebar-search-input form .form-search input {
  background-color: transparent;
  border-color: #dadada;
  border-style: solid;
  border-width: 0 0 1px;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 62px;
  line-height: 62px;
  padding: 0;
  width: 800px;
  border-radius: 0;
}
.sidebar-search-input form .form-search button {
  background-color: transparent;
  border: medium none;
  color: #dadada;
  font-size: 30px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.sidebar-search-icon {
  display: block;
  float: right;
  overflow: hidden;
  position: absolute;
  right: 375px;
}
.sidebar-search-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  line-height: 1;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.sidebar-search-input form .form-search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.sidebar-search-input form .form-search input::-webkit-placeholder {
  color: #fff;
  opacity: 1;
}
/* cur-lang-acc */
.single-currency-language-account {
  margin-bottom: 23px;
}
.cur-lang-acc-title > h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.cur-lang-acc-title > h4 span {
  color: #f57b28;
}
.cur-lang-acc-dropdown li,.single-currency-language-account.widget_nav_menu ul li{
  margin-bottom: 9px;
}
.cur-lang-acc-dropdown li a img,.single-currency-language-account.widget_gtranslate a img {
  margin-right: 5px;
}
.cur-lang-acc-dropdown li:last-child,.single-currency-language-account.widget_nav_menu ul li:last-child {
  margin-bottom: 0px;
}
.cur-lang-acc-dropdown ul li a,.single-currency-language-account.widget_nav_menu ul li a {
  text-transform: capitalize;
}
.single-currency-language-account.widget_gtranslate a{
  display: block;
  margin-bottom: 9px;
}
.cur-lang-acc-dropdown a:last-child{
  margin-bottom: 0px;
}
.single-currency-language-account.widget_nav_menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
/* furniture menu style */
.clickable-mainmenu-btn {
  left: 0px;
  position: fixed;
  top: 450px;
  z-index: 999;
}
.clickable-mainmenu-btn a {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #4b4a48;
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  padding: 16px 32px;
}
.clickable-mainmenu-btn a:hover {
  color: #fff;
  background-color: #f57b28;
}
.clickable-mainmenu {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  color: #212121;
  min-height: 100vh;
  padding: 295px 46px 39px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: transform 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
}
.clickable-mainmenu.inside {
  transform: translateX(0px);
  z-index: 9999;
}
.slinky-menu.slinky-theme-default {
  display: inline-block;
  width: 290px;
}
.slinky-theme-default {
  background: transparent none repeat scroll 0 0;
}
#menu li a {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 0 15px;
  text-transform: capitalize;
}
#menu li a:hover {
  color: #f57b28;
}
.slinky-theme-default a:hover:not(.back) {
  background: transparent none repeat scroll 0 0;
}
.clickable-mainmenu-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  padding: 0;
  position: absolute;
  right: 375px;
  top: 25px;
  transition: all 0.3s ease 0s;
}
.clickable-mainmenu-icon button:hover {
  color: #f57b28;
}
.slinky-theme-default .back::before {
  padding: 0;
}
/* slider */
.single-slider {
  -moz-box-align: center;
  align-items: center;
  display: flex;
  position: relative;
}
.single-slider-hm1 {
  height: 600px;
}
.slider-content-style-1 > h3 {
  color: #424956;
  font-family: "Work Sans",sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0;
}
.conten_right .slider-content-style-1 p{
  float: right;
  text-align: right;
}
.slider-content-style-1 > h3 span {
  color: #f57b28;
}
.slider-content-style-1 h2 {
  color: #212121;
  font-size: 40px;
  font-weight: 500;
  margin: 6px 0 19px;
  line-height: 1.1;
}
.slider-content-style-1 h2 b{
  font-weight: 700;
  color: #f57b28;
}
.slider-content-style-1 p {
  color: #fff;
  letter-spacing: 0.5px;
  width: 47%;
}
.slider-btn-style {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 19px;
  padding: 23px 49px 24px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
}
.slider-btn-style:hover {
  border: 1px solid #f57b28;
}
.slider-text-right {
  text-align: right;
}
.slider-content-style-1.slider-text-right p {
  float: right;
  text-align: right;
  width: 41%;
}
.slide-right-pera {
  display: block;
  overflow: hidden;
}
.slider-full-carousel .owl-nav div,.product-carousel .owl-nav div,
.product-slider-active .owl-nav div,.brand-logo-active .owl-nav div {
  border: 1px solid #f57b28;
  font-size: 24px;
  height: 60px;
  left: 0;
  line-height: 55px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  transition:0.4s;
}
.product-style .owl-nav i{
  color: #f57b28;
}
.product-style .owl-nav > div:hover i{
  color: #fff;
}
.slider-full-carousel .owl-nav > div:hover i{
  color: #fff;
}

.product-carousel .owl-nav div,.product-slider-active .owl-nav div,.brand-logo-active .owl-nav div{
  height: 45px;
  line-height: 40px;
  margin-top: -30px;
  top: 50%;
  width: 45px;
}
.slider-full-carousel .owl-nav div.owl-next,.product-carousel .owl-nav div.owl-next,.product-slider-active .owl-nav div.owl-next,.brand-logo-active .owl-nav div.owl-next{
  left:auto;
  right: 0;
}
.slider-full-carousel:hover .owl-nav div,.product-carousel:hover .owl-nav div,.product-slider-active:hover .owl-nav div,.brand-logo-active:hover .owl-nav div{
  opacity: 1;
  visibility: visible;
}
.slider-full-carousel .owl-nav div:hover,.product-carousel .owl-nav div:hover,.product-slider-active .owl-nav div:hover,.brand-logo-active .owl-nav div:hover{
  background: #f57b28;
  border-color: #f57b28;
  color: #fff;
}
.owl-dots{
  text-align: center;
}
.slider-full-carousel .owl-dots {
  height: auto;
  left: auto;
  margin: auto;
  position: absolute;
  right: 115px;
  top: 50%;
  transform: translateY(-50%);
}
.slider-content a{
  display: inline-block;
}
/* Default Slider Animations */
.owl-item .single-carousel *{
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-item.active .slider-animated-1 h3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.slider-full-carousel .owl-item.active .kc_single_image img{
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.slider-full-carousel .kc_single_image img {
  display: inline-block;
}

/* animation 2 */
.owl-item.active .slider-animated-2 h3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* banner */
.single-banner > img {
  width: 100%;
}
.single-banner a img {
  width: 100%;
}
.single-banner {
  position: relative;
}
.banner-content-position1 {
  left: 0;
  padding: 30px 34px;
  position: absolute;
  text-align: center;
  top: 0;
}
.banner-content > h3 {
  color: #212121;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  text-transform: uppercase;
  margin-top: 0;
}
.banner-content > h3 span , .banner-content > p span {
  color: #f57b28;
}
.banner-content > p {
  color: #212121;
  margin: 0;
}
.banner-content-position2 {
  padding: 78px 75px 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.banner-content-position2 > span {
  color: #212121;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 2px;
}

.banner-content.banner-content-position2 > h3 {
  position: relative;
  padding-bottom: 18px;
}
.banner-content.banner-content-position2 > h3:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background-color: #a8a5a5;
  bottom: 0;
  left: 0;
}
.banner-content-position3 {
  bottom: 0;
  left: 0;
  padding: 30px 34px 27px;
  position: absolute;
  text-align: center;
}
/* section title */

.section-title > h2 {
  color: #212121;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
.section-title p {
  color: #212121;
  font-size: 14px;
  margin: 0;
}
/* single product */
.product-img img {
  width: 100%;
}
.single-product-wrap , .product-img, .product-img a{
  position: relative;
}
.product-img a{
  display: block;
}
.woocommerce .product-img > a span.onsale, .woocommerce span.onsale{
background-color: #f57b28;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 500;
left: auto;
letter-spacing: 1px;
line-height: 1;
min-height: inherit;
min-width: inherit;
padding: 4px 8px 4px;
position: absolute;
right: 20px;
text-transform: uppercase;
top: 20px;
}
.sidebar-product-design .product-img > a span.onsale,
.sidebar-product-design span.onsale{
  top: 10px;
  right: 10px;
}
.product-action {
  display: inline-block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
}
.product-action > a,.yith-wcwl-add-to-wishlist {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #474747;
  display: inline-block;
  font-size: 27px;
  height: 45px;
  margin: 0 3px;
  text-align: center;
  width: 45px;
  line-height: 45px;
}
.quickview-btn-wishlist .yith-wcwl-add-to-wishlist{
  box-shadow: none;
}
.product-action .yith-wcwl-add-to-wishlist.btn-hover:before{display: none;}
.product-action > a:hover,.yith-wcwl-add-to-wishlist:hover {
  color: #fff;
  background-color: #f57b28;
}
.yith-wcwl-add-to-wishlist:hover a{
  color: #fff;
}
.product-action > a i {
  font-size: 27px;
  line-height: 45px;
}

.product-categori {
  display: flex;
  justify-content: space-between;
}
.product-title > h4 {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 0;
}
.product-title > h4 a {
  color: #212121;
  font-weight: 400;
}
.product-title > h4 a:hover , .product-categori > a:hover {
  color: #f57b28;
}
.product-price {
  margin: 0 0 15px;
}
.product-content {
  line-height: 1;
  padding-top: 17px;
}
.product-img{
  position: relative;
  overflow: hidden;
}
.product-cart-categori {
bottom: 10px;
left: -100%;
overflow: hidden;
position: absolute;
transition: all 0.3s ease-in-out 0s;
}
.single-product-wrap:hover .product-cart-categori{
  left: 10px;
}
.product-cart > span {
background: #f57b28 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
line-height: 1;
margin: 0 3px;
padding: 0 5px;
text-transform: capitalize;
transition: all 0.4s ease-in-out 0s;
}
.product-categori {
  transition: all 0.4s ease-in-out 0s;
}
.product-categori a, .sold_by_author {
  color: #212121;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
}
.product-categori > a i {
  color: #4b4a48;
  font-size: 16px;
  margin-right: 4px;
}
.single-product-wrap:hover .product-categori {
  transform: translateY(0px);
  opacity: 1;
}
.single-product-wrap:hover .product-action {
  opacity: 1;
}
.product-action > a.animate-left,.yith-wcwl-add-to-wishlist {
  transform: translateX(-20px);
  transition: all 0.4s ease 0s;
}
.product-action > a.animate-right {
  transform: translateX(20px);
  transition: all 0.4s ease 0s;
}
.single-product-wrap:hover .product-action > a.animate-left,
.single-product-wrap:hover .yith-wcwl-add-to-wishlist {
  transform: translateY(0px);
}
.single-product-wrap:hover .product-action > a.animate-right {
  transform: translateY(0px);
}
.product-slider-active {
  width: 100%;
}
.product-slider-active div[class^="col-"],.product-carousel div[class^="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-tab-list {
  display: flex;
  justify-content: center;
}
.product-tab-list a {
  line-height: 1;
  margin: 0 18px;
}
.product-tab-list a h4 {
  color: #454545;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.product-tab-list a.active h4 {
  color: #f57b28;
}
.product-menu-mrg {
  padding-top: 3px;
}
.tab-content.jump > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.tab-content.jump > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}
/* limited-content */
.shop-limited-content {
  position: relative;
  z-index: 9;
}
.shop-limited-content > h2 {
  color: #f4f4f4;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 50px;
  margin-bottom: 9px;
  margin-top: 0px;
}
.limited-btn {
  background-color: #f4f4f4;
  color: #212121;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 19px;
  padding: 17px 41px 18px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);
}

/* blog area */

.blog-area .container-fluid {
  padding: 0 310px;
}

.blog-img {
  margin-bottom: 25px;
}
.blog-info > h3 {
  color: #212121;
  font-size: 18px;
  margin: 0 0 12px;
  word-break: break-word;
}
.blog-meta {
  margin: 10px 0 10px;
}
.blog-meta ul {
  display: flex;
  justify-content: flex-start;
}
.blog-meta ul li {
  color: #424956;
  font-size: 13px;
  position: relative;
  line-height: 1;
}
.blog-meta ul li a {
  color: #424956;
}

.blog-meta ul li a:hover {
  color: #f57b28;
}

.blog-meta ul li + li {
  margin-left: 10px;
  padding-left: 13px;
}
.blog-meta ul li + li::before {
  background: #c2c2c2 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}
.blog-info > p {
  color: #424956;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}

/* footer area */
.footer-widget-l-content > h4 {
  color: #585858;
  font-size: 15px;
  letter-spacing: 0.05px;
  margin-bottom: 17px;
}
.footer-widget-l-content > ul {
  display: flex;
  justify-content: flex-start;
}
.footer-widget-l-content > ul.footer-social-media{
  padding: 0;
}
.footer-widget-l-content > ul li {
  margin-right: 15px;
}
.footer-widget-l-content a {
  border-radius: 50px;
  color: #585858;
  display: inline-block;
  font-size: 17px;
  text-align: center;
}
.footer-widget-l-content a:hover {
  color: #f57b28;
}
.footer-widget-l-content a i {
  line-height: 29px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
}
.footer-nav ul li {
  margin: 0 19px;
}
.footer-nav ul li a {
  color: #474747;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-nav ul li a:hover {
  color: #f57b28;
}
.footer-widget-m-content p {
  color: #585858;
  margin: 0;
}
.footer-widget-m-content .footer-widget-l-content > ul{
  justify-content:center;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-nav {
  margin-bottom: 13px;
  padding-bottom: 15px;
  position: relative;
}
.footer-nav::before {
  background: #6d6d6d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 160px;
}
.footer-widget-r-content li span {
  font-weight: 500;
  text-transform: uppercase;
}
.footer-widget-r-content li {
  color: #585858;
  margin-bottom: 8px;
}
.footer-widget-r-content li:last-child {
  margin-bottom: 0px;
}
.footer-widget-l-content {
  margin-top: 20px;
}
.footer-widget-r-content {
  margin-top: 25px;
}

/* modal style */
.modal-body {
  padding: 50px;
}
.modal-dialog {
  margin: 150px auto;
  min-width: 878px;
}
.qwick-view-left {
  float: left;
  width: 45%;
}
.qwick-view-right {
  overflow: hidden;
}
.quick-view-tab-content .tab-pane > img {
  width: 100%;
}
.quick-view-list {
  margin-top: 10px;
}
.quick-view-list a:last-child {
  margin-right: 0px;
}
.qwick-view-left {
  margin-right: 30px;
}
.modal-content {
  border-radius: 0rem;
}
.qwick-view-content > h3 {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.price span {
  font-size: 15px;
  font-weight: 500;
  color: #f57b28;
}
.price del span{
  color: #424956;
}
.single-product-wrap .price ins,
.single-product-wrap .details-price ins{
  color: #f57b28;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.price span.new {
  color: #f57b28;
  margin-right: 12px;
}
.price span.old {
  color: #424956;
  text-decoration: line-through;
}
.quick-view-rating i {
  color: #666;
  font-size: 15px;
  margin-right: 2px;
}
.quick-view-rating i.red-star{
  color: #f57b28;
}
.rating-number {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.quick-view-number > span {
  color: #808080;
  display: block;
  font-size: 14px;
  margin: 3px 0 0 10px;
}
.qwick-view-content > p {
  color: #545454;
  margin-bottom: 25px;
}
.woocommerce-variation-add-to-cart .quickview-btn-wishlist{
  display: none;
}
.select-option-part label {
  color: #424956;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
}

.select-option-part {
  margin-bottom: 25px;
}
.single-product-wrap .product-content a.button {
  border-radius: 3px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  margin-right: 0;
}
.woocommerce a.added_to_cart {
  display: inline-block;
  line-height: 38px;
  padding-top: 0;
}
.product-content a i,
.product-list-cart a i {
  float: left;
  font-size: 20px;
  margin-right: 5px;
}
.select-option-part select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #dcdcdc;
  box-shadow: none;
  color: #828282;
  font-size: 14px;
  height: 43px;
  padding-left: 20px;
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../images/icon/1.png") no-repeat scroll right 20px center;
}
.show i.ion-heart {
  color: #424956;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.woocommerce .quantity input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce .quantity .qty.btn {
  color: #212121;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 500;
  height: 20px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 20px;
}
.woocommerce .quantity .qty.btn a{
  display: block;
  height: inherit;
}
input.cart-plus-minus-box,.woocommerce .quantity .qty {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  float: left;
  font-size: 16px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 25px;
}
.cart-plus-minus *::-moz-selection {
  background: transparent none repeat scroll 0 0;
  color: #333;
  text-shadow: none;
}
.cart-plus-minus {
  border: 1px solid #dcdcdc;
  overflow: hidden;
  padding: 10px 0 10px 5px;
  width: 80px;
}
.quickview-plus-minus {
  display: flex;
  justify-content: flex-start;
  padding-top: 5px;
}
.quickview-btn-cart > a,.woocommerce div.product form.cart .button.single_add_to_cart_button {
  background-color: #f57b28;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.10px;
  line-height: 1;
  padding: 17px 35px;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
  border-radius: 3px;
  height: inherit;
}
.quickview-btn-wishlist > a,.quickview-btn-wishlist .yith-wcwl-add-to-wishlist {
  border: 1px solid #dcdcdc;
  color: #212121;
  display: inline-block;
  font-size: 22px;
  height: inherit;
  width:inherit;
  z-index: 9;
  transform: translateY(0);
  border-radius: 3px;
}
.quickview-btn-cart > a:hover,
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover{
  color: #fff;
  background: #424956;
}
.quickview-btn-wishlist .yith-wcwl-add-to-wishlist a {
  display: block;
  line-height: initial;
  padding: 9px 18px 6px;
}
.quickview-btn-wishlist > a:hover {
  border: 1px solid transparent;
}
.quickview-btn-wishlist .yith-wcwl-add-to-wishlist:hover{
  border-color:#f57b28;
}
.quickview-btn-cart,.woocommerce div.product form.cart .button.single_add_to_cart_button {
  margin: 0 30px;
}
.qtybutton.inc {
  margin-top: 2px;
}
.price {
  margin: 9px 0 8px;
}
#exampleModal .close {
  color: #fff;
  float: right;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: 370px;
  text-shadow: 0 1px 0 #fff;
  top: 32px;
  transition: all .3s ease 0s;
  cursor: pointer;
}
#exampleModal .close:hover {
  color: #f57b28;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.modal-content .close:hover {
  color: #f57b28;
}

/*------- 3. Home electronics ------*/
.header-area-2 .logo {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.header-search-cart {
  align-items: center;
  height: 100%;
}
.menu-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
/* main-menu hm-2*/
.main-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu ul li {
  margin: 0 12px;
  position: relative;
  display: inline-block;
}
.main-menu ul li a {
  color: #212121;
  font-weight: normal;
  line-height: 50px;
  text-transform: capitalize;
}
.main-menu.sidebar-main-menu ul li a {
  text-transform: capitalize;
}
.main-menu nav > ul > li:hover > a {
  color: #f57b28;
}
.main-menu nav > ul > li > ul,.main-menu nav > ul > li > ul li ul {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #f57b28;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: block;
  left: -23px;
  opacity: 0;
  padding: 30px 0;
  position: absolute;
  text-align: left;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 999;
}
.main-menu nav > ul > li > ul.mega-menu-ul li ul{
  padding: 0;
  border: none;
}
.main-menu nav > ul > li > ul li ul {
  left: -250px;
  top: 0 !important;
}
.main-menu nav > ul > li:hover > ul,.main-menu nav > ul > li > ul li:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-menu nav > ul > li > ul > li,.main-menu nav > ul > li > ul li ul li {
  display: block;
  margin: 0 0 13px;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  position: relative;
  line-height: 1.5;
}
.main-menu nav > ul > li > ul > li:last-child,.main-menu nav > ul > li > ul li ul li:last-child {
  margin: 0 0 0px;
}
.main-menu nav > ul > li > ul > li > a,.main-menu nav > ul > li > ul li ul li a{
  color: #424956;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  padding: 0;
  text-transform: capitalize;
}
.main-menu nav > ul > li > ul > li > a:hover,.main-menu nav > ul > li > ul li ul li a:hover {
  color: #f57b28;
}
.main-menu nav > ul > li > ul.sub-menu > li:hover,.mega-menu-ul .sub-menu li:hover,.main-menu nav > ul > li > ul li ul li:hover {
  padding-left: 20px;
}
.main-menu nav > ul > li > ul.sub-menu > li::before,.main-menu nav > ul > li > ul li ul li:before , .mega-menu-ul .sub-menu li:before {
  background: #f57b28 none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 12px;
  transition: all 0.3s ease-in-out 0s;
  width: 0px;
  opacity: 0;
}
.main-menu nav > ul > li > ul.sub-menu > li:hover::before , .mega-menu-ul .sub-menu li:hover::before,.main-menu nav > ul > li > ul li ul li:hover:before {
  opacity: 1;
  width: 10px;
}
.main-menu > nav > ul > li:first-child {
  margin-left: 0;
}
.main-menu > nav > ul > li:last-child {
  margin-right: 0;
}
.sub-menu li .sub-menu .sub-menu,
.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu,
.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu  {
    left: 100%;
    right: auto;
}

.sub-menu li .sub-menu .sub-menu .sub-menu,
.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
}

/* mega menu hm-2 */
.mega-menu-ul li.menu_image .sub-menu li:hover::before{
  display: none;
}
.mega-menu-ul li.menu_image .sub-menu li:hover{
  padding-left: 0;
}
.main-menu nav > ul > li > ul.mega-menu-ul{
  padding-bottom: 0;
}
.mega-menu-ul li.menu_image .sub-menu li{
  margin: 0;
}
.mega-menu-ul{
  line-height: 1.5;
}
.mega-menu-ul .sub-menu {
  box-shadow: none;
  opacity: 1;
  position: static;
  visibility: inherit;
  width: 100%;
}
.mega-menu-ul .sub-menu li{
  display: block;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 100%;
  line-height: 1.5;
}
.mega-menu-ul .sub-menu li a{
  color: #424956;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  padding: 0;
  text-transform: capitalize;
}
.mega-menu-ul .sub-menu li a:hover{
  color: #f57b28;
}
.mega-menu-ul li a.menu_title{
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.mega-menu-ul > li{
  margin: 0;
}
.mega-menu-ul.third > li{
  width:33.333%;
  float: left;
  margin: 0;
}
.mega-menu-ul.fourth > li{
  width:25%;
  float: left;
}
.mega-menu-ul.second > li{
  width:50%;
  float: left;
}
.slinky-menu .menu_image{display: none;}

.main-menu nav > ul > li > .mega-dropdown {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #dcdcdc;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: block;
  left: -268px;
  opacity: 0;
  padding: 14px 20px 0px 32px;
  position: absolute;
  text-align: left;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 690px;
  z-index: 999;
}
.main-menu nav > ul > li > .mega-dropdown > ul {
  display: block;
  float: left;
}
.main-menu nav > ul > li > .mega-dropdown > ul.single-mega-width {
  margin-top: 20px;
  width: 30%;
}
.main-menu nav > ul > li > .mega-dropdown > ul.single-mega-width2 {
  display: block;
  float: left;
  padding-right: 8px;
  width: 40%;
  margin-top: 18px;
}
.main-menu nav > ul > li > .mega-dropdown ul {
  display: block;
}
.main-menu nav > ul > li:hover > .mega-dropdown {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-menu nav > ul > li > .mega-dropdown > ul > li:last-child {
  margin: 0 0 0px;
}
.main-menu nav > ul > li > .mega-dropdown > ul > li.menu-pading-none:before {
  content: inherit;
}
.main-menu nav > ul > li > .mega-dropdown > ul > li.menu-pading-none:hover {
  padding-left: inherit;
}
.main-menu.sidebar-main-menu nav > ul > li > .mega-dropdown > ul > li.menu-pading-none:hover {
  padding-left: 0;
}
.main-menu nav > ul > li > .mega-dropdown > ul > li:hover {
  padding-left: 20px;
}
.mega-item-img {
  display: flex;
  justify-content: flex-end;
}
.main-menu nav > ul > li > .mega-dropdown > ul > li.menu-mrg-nn {
  margin: 0 0 0px;
}
.mobile-menu .mean-nav ul.menu {
  height: 220px;
  margin-top: 10px;
  overflow-y: auto;
}
.main-menu ul li a i {
  position: relative;
  top: 2px;
}
/* intelligent-header */

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.intelligent-header {
    background-color: #fff;

}
.intelligent-header-pd {
    padding: 0 155px;
}
.header-space {
  height: 90px;
}

.intelligent-header.headroom--pinned {
  transition: all 0.3s ease 0s;
}

.intelligent-header.headroom--not-top {
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.header-space {
  height: 101px;
}


/* slider home-2 */
.slider-position-images {
  opacity: 0;
  position: absolute;
  right: 162px;
  top: 50%;
  transform: translateX(40%) translateY(-50%);
  transition: all 1s ease-in-out 2s;
  width: 693px;
}
.slider-active .owl-item.active .slider-position-images {
  opacity: 1;
  transform: translateX(0%) translateY(-50%);
}
.slider-content-style-2 h2 {
  color: #212121;
  font-size: 36px;
  line-height: 48px;
}
.slider-content a{
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid;
}
.slider-content-style-2 a ,
.slider-content-style-3 a ,
.slider-content-style-6 a,
a.button-default-slider-btn-style {
  border-bottom: 1px solid #f57b28;
  color: #f57b28;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.slider-content-style-2 a:hover,a.button-default-slider-btn-style:hover {
  color: #212121;
}
.body_pagespace .site-content,.body_pagespace .footer-area{
  padding-left: 155px;
  padding-right: 155px;
}
.no_pad .kc-container{
  padding-left: 0;
  padding-right: 0;
}
.body_pagespace .footer-area .container{
  max-width: 100%;
  padding: 0;
}
.body_pagespace .footer-area .gray-bg{
  background: transparent;
}
.content_space_60 .site-content,.content_space_60 .footer-wrapper{
  padding-left: 60px;
  padding-right: 60px;
}

/* home-2 banner */
.single-banner-2 img {
  width: 100%;
}
.single-banner-2 {
  position: relative;
}
.banner-content-2 {
  padding: 20px 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content-2 > span {
  color: #939292;
  font-size: 16px;
}
.banner-content-2 > h4 {
  color: #2d2d2d;
  font-size: 30px;
  font-weight: 500;
  margin: 3px 0 21px;
}
.banner-content-2 > a {
  position: relative;
  color: #f57b28;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}
.banner-content-2 > a::before {
  background: #f57b28 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}
.banner-content-2 > a:hover::before {
  background: #e51515 none repeat scroll 0 0;
  width: 100%;
}

/* testimonials hm-2 */

.single-testimonial > p {
  color: #424956;
  font-weight: 400;
  line-height: 30px;
  margin: 21px auto 30px;
  width: 66%;
}
.single-testimonial img{
  border-radius: 100%;
  max-width: 85px;
}

.single-testimonial > h4 {
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.single-testimonial > span {
  color: #f57b28;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.owl-carousel .owl-item .single-testimonial img {
  display: block;
  margin: 0 auto;
  width: auto;
}

/* brand logo hm-2*/
.brand-logo-active {
  display: flex;
  justify-content: space-between;
}

.single-logo {
  display: flex;
  justify-content: center;
}

.single-logo > img {
  width: auto;
}
.brand-logo-active.owl-carousel .owl-item img {
  width: auto;
}
.scroll-top {
  color: #636363;
  display: inline-block;
  font-weight: 500;
}
.scroll-top:hover {
  color: #f57b28;
}
.scroll-top > span {
  display: block;
}
.scroll-top > span i {
  display: inline-block;
  font-size: 18px;
}

/*----------- 4. Home jewellery ----------*/

/* header srerch jewellery */
.menu-search-cart {
  display: flex;
  justify-content: flex-end;
}
.menu-search-cart .header-search-cart {
  align-items: center;
  height: 100%;
  margin-top: 36px;
}
.menu-search-cart .header-cart {
  margin-top: 0;
}
.menu-search-cart .main-menu {
  margin-right: 17px;
}

/* slider jewellery */

.slider-content-style-3 h3 {
  color: #373737;
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
}
.slider-content-style-3 h2 {
  color: #2e2e2e;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 25px 0 9px;
}

/* banner jewellery */
.custom_row .kc_column{
  padding-left: 5px;
  padding-right: 5px;
}
.single-banner-3 {
  position: relative;
  transition: all .3s ease 0s;
  overflow: hidden;
}
.single-banner-3 a img {
  transition: all .3s ease 0s;
}
.single-banner-3:hover a img {
  transform: scale(1.3) rotate(-10deg);
}
.single-banner-3 img {
  width: 100%;
}
.banner-content3-position1 {
  left: 0;
  padding: 47px 60px;
  position: absolute;
  top: 0;
}
.banner-content3-position1.banner-content-2{
  transform: translateY(0px);
}
.banner-content3-position1.banner-content-4{
  transform: translateY(0px);
  top:0;
  left: auto;
  padding: 47px 60px;
}
.common-banner-style-3 > h2 {
  color: #585858;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}
.common-banner-style-3 > h2 span {
  color: #f57b28;
}
.banner-content3-position3 {
  padding: 47px 60px;
  position: absolute;
  right: 0;
  top: 0;
}

/* footer map */

.footer-map {
  position: relative;
}
.footer-map-icon {
  position: absolute;
  top: 50%;
}
.footer-map-icon {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.footer-title {
  color: #454545;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-widget-about p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #262626;
}
.footer-widget-m-content p {
  text-align: left;
}
.footer-widget-about {
  padding-right: 70px;
}
.footer-social ul{
  padding: 0;
  margin: 0;
}
.footer-social li {
  display: inline-block;
  margin: 0 15px;
}
.footer-social li a {
  color: #585858;
  font-size: 18px;
}
.footer-paymethod ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-paymethod ul li:first-child{
  margin-left: 0;
}
.footer-paymethod li {
  display: inline-block;
  margin: 0 6px;
}
.footer-paymethod {
  margin: 25px 0 15px;
}
.footer-map > img {
  width: 100%;
}
.footer-area .contact-map{
  margin: 0;
}
.f-right .contact-map{
  width:280px !important;
  float: right;
}

/*------- 5. Home fashion --------*/

/* banner fashion */
.single-banner4 img {
  width: 100%;
}
.single-banner4 {
  position: relative;
}
.banner-content-4 {
  padding: 20px 62px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content-4 > h3 {
  color: #656565;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 17px;
  margin-top: 0;
}
.banner-content-4 > a {
  color: #787777;
  font-weight: 500;
}
.banner-content-4 > a:hover {
  color: #f57b28;
}
.new-collection-slider div[class^="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

/* coundown fashion */

.coundown-auto > h2 {
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  margin: 0;
}
.coundown-auto > p {
color: #fff;
font-size: 32px;
font-weight: 500;
line-height: 40px;
margin: 0 0 20px;
}
.coundown-auto {
  text-align: center;
  padding:0px 170px 0px 30px;
}
.timer span {
  color: #fff;
  display: inline-block;
  font-size: 52px;
  font-weight: 700;
  line-height: 56px;
  margin-right: 35px;
  text-align: center;
}
.timer span p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.coundown-auto > a {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid;
  text-transform: uppercase;
}
.coundown-auto > a:hover {
  border-bottom: 1px solid transparent;
}
.timer {
  margin-bottom: 0;
  margin-top: 30px;
}

/* shop-services hm-fashion */

.single-shop-services {
  display: flex;
}
.single-shop-img i {
  font-size: 38px;
}
.single-shop-content h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1;
  text-transform: capitalize;
}
.single-shop-content > p {
  color: #424956;
  font-weight: 400;
  margin: 0;
}
.single-shop-content {
  margin-left: 20px;
}
.single-shop-services-all {
  display: flex;
  justify-content: space-between;
}


/*-------- 6. Home toy --------*/

/* sidebar-style home-toy */
.sidebar-style {
  background: #f9f9f9 none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 445px;
  z-index: 7;
}
.sidebar-logo {
  padding-left: 148px;
}
.sidebar-wrapper {
  margin-left: 445px;
}
.sidebar-main-menu.main-menu ul li {
  display: block;
  margin: 0;
  padding: 0 0 20px;
}
.sidebar-main-menu.main-menu nav > ul > li > ul , .sidebar-main-menu.main-menu nav > ul > li > ul.mega-menu-ul {
  left: 110% !important;
  top: 0;
}
.sidebar-main-menu.main-menu nav > ul > li:hover > ul , .sidebar-main-menu.main-menu nav > ul > li:hover > ul.mega-menu-ul {
  left: 100% !important;
  top: 0;
}
.sidebar-main-menu.main-menu ul {
  padding-left: 148px;
}
.sidebar-main-menu.main-menu ul li ul.mega-menu-ul li{
  padding: 0 0 10px;
}
.sidebar-main-menu.main-menu nav > ul > li > ul.mega-menu-ul li a.menu_title {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.sidebar-main-menu.main-menu ul li a {
  display: block;
  line-height: 1;
  color: #212121;
  font-size: 18px;
  letter-spacing: 1px;
}
.sidebar-main-menu.main-menu ul li ul {
  padding: 14px 20px 15px;
}
.sidebar-main-menu.main-menu nav > ul > li > ul.mega-menu-ul {
  padding-top: 40px;
}

.sidebar-main-menu.main-menu nav > ul > li > ul.mega-menu-ul li > a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: inherit;
  padding: 0;
  text-transform: capitalize;
}
.sidebar-main-menu.main-menu nav > ul > li > ul.mega-menu-ul li ul li:hover{
  padding-left: 20px;
}
.sidebar-main-menu.main-menu nav > ul > li > ul.mega-menu-ul li ul li a:hover{
  color: #f57b28;
}
.sidebar-style .sidebar-main-menu.main-menu nav > ul > li i{
  transform: rotate(-90deg);
}
.sidebar-cart-contact {
  padding-top: 52px;
  text-align: center;
}
.sidebar-cart-contact .header-search-cart {
  display: flex;
  justify-content: center;
}
.sidebar-contact > p {
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  margin: 6px 0 0;
}
.sidebar-style-all {
  padding-top: 80px;
}
.sidebar-main-menu.main-menu {
  padding-top: 57px;
}
.sidebar-main-menu.main-menu ul li:last-child {
  padding: 0 0 0px;
}
.sidebar-main-menu.main-menu nav > ul > li > ul > li {
  margin: 0 0 10px;
  padding: 0;
}
.sidebar-main-menu.main-menu nav > ul > li > ul > li > a {
  font-size: 14px;
  line-height: inherit;
  padding: 0;
}

/* sidebar-wrapper hm-toy */

.toys-header {
  display: none;
  padding: 0px 15px;
}
.section-title-2 p {
  margin: 0 auto;
  width: 53%;
}
.single-content-left {
  padding-left: 100px;
}
.single-slider-hmtoy {
  height: 100vh;
}
.slider-content-style-toy h2 {
  color: #212121;
  font-family: 'Fredoka One', cursive;
  font-size: 72px;
}
.slider-content-style-toy h3 {
  color: #212121;
  font-size: 20px;
  font-family: 'Fredoka One', cursive;
  margin: 15px 0 27px;
}
.slider-btn-toy {
  background-color: #333;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 38px 19px;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}

.slider-btn-toy::after {
  border: 1px dashed #fff;
  border-radius: 50px;
  bottom: 4px;
  content: "";
  left: 6px;
  position: absolute;
  right: 6px;
  top: 4px;
  z-index: 2;
}
.btn-hover.slider-btn-toy::before {
  border-radius: 50px;
}
.toy-banner-shop {
  margin-top: 4px;
  padding: 100px 100px 0;
}
.banner-area {
  display: flex;
  justify-content: space-between;
}
.single-banner5 > img {
  width: 100%;
}
.single-banner5 {
  position: relative;
}
.banner-content-5 {
  left: 0;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content-5 > h3 {
  color: #494949;
  font-family: "Fredoka One",cursive;
  font-size: 24px;
  margin: 0;
}
.banner-content-5 > h4 {
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0 16px;
}
.banner-content-5 > a {
  border: 1px dashed #494949;
  border-radius: 50px;
  color: #494949;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 8px 16px;
  text-transform: uppercase;
}
.banner-content-5 > a:hover {
  border: 1px dashed #f57b28;
  color: #f57b28;
}
.single-banner5.toy-mrg {
  margin: 0 20px;
}
.load-more.text-center > a i {
  color: #4f4f4f;
  font-size: 16px;
  margin-right: 6px;
  transition: all .3s ease 0s;
}
.load-more-style {
  border: 1px solid #4f4f4f;
  color: #505050;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  padding: 15px 37px;
  text-transform: uppercase;
  position: relative;
  transition: all .3s ease 0s;
}
.load-more-style.btn-hover {
  z-index: 5;
}
.load-more-style.btn-hover:hover {
  color: white;
  border: 1px solid #f57b28;
}
.load-more.text-center > a.load-more-style:hover i {
  color: #fff;
}
.toy-product .row {
  margin-left: -10px;
  margin-right: -10px;
}
.toy-product .row div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.load-more {
  margin-top: 11px;
}
.footer-plr {
  padding: 0 100px;
}

/*------ 7. Home food & drink -------*/

/* home food slider */
.slider-content-style-6 h2 {
  color: #434242;
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}
.slider-content-style-6 h3 {
  color: #434242;
  font-family: "Playfair Display",serif;
  font-size: 24px;
  font-weight: 700;
  margin: 17px 0 4px;
}
/* home-food banner */
.single-banner6 a img {
  width: 100%;
}
.banner-content-6 > h3 {
  color: #ffffff;
  font-family: "Pacifico",cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.single-banner6 {
  position: relative;
}
.banner-content-6 {
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 30px;
  padding: 54px 20px 52px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content-6.banner-content-2{
bottom: auto;
left: 50%;
margin-left: 0;
margin-right: 0;
padding: 20px 15px;
right: auto;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
}
.banner-content-6{
  pointer-events: none;
}
.banner-content-6,
.banner-content-6 span{
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}
.single-banner:hover .banner-content-6{
  color: #f57b28;
}
.banner-content-6 > h2 {
  color: #ffffff;
  font-family: "Pacifico",cursive;
  font-size: 48px;
  margin: 1px 0 18px;
}


/* home-food product */

.single-product-wrap-food {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.single-product-wrap-food ins{
  background: transparent;
}
.food-title > h4 {
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 0;
}
.food-title > span del {
  color: #424956;
}
.food-title > span ins {
  color: #f57b28;
}
.food-action > a,.food-action .yith-wcwl-add-to-wishlist,.woocommerce .food-action a.button {
  color: #212121;
  line-height: 1;
  padding: 0 18px;
  position: relative;
}
.woocommerce .food-action a.button {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  float: none;
  font-size: 19px;
  height: inherit;
  margin: 0;
  width: inherit;
}
.food-action .yith-wcwl-add-to-wishlist {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  height: inherit;
  margin: 0;
  padding: 0 18px;
  transform: translateY(0px);
  width: inherit;
  font-size: 19px;
}
.food-action .yith-wcwl-add-to-wishlist:before{
  display: none;
}
.food-action > a:hover,.food-action .yith-wcwl-add-to-wishlist:hover a,.woocommerce .food-action a.button:hover{
  color: #f57b28;
  background: transparent;
}
.food-action > a.action-eye {
  font-size: 27px;
  top: 3px;
}
.food-action > a.action-same {
  font-size: 19px;
}
.food-action {
  border: 1px solid #ccc;
  border-radius: 20px;
  display: inline-block;
  margin-top: 24px;
  padding: 3px 6px 7px;
}

.food-title-action {
padding: 20px 10px;
text-align: center;
}
.food-style .owl-stage , .food-new-collections .owl-stage {
  padding-bottom: 10px;
  padding-top: 10px;
}
.product-food-img > a {
  display: block;
  text-align: center;
}
.food-action > a::before {
  background: #cccccc none repeat scroll 0 0;
  content: "";
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.food-action > a:last-child::before {
  content: none;
}
.food-menu {
  border-bottom: 1px solid #dadada;
}
.product-tab-list.food-menu a {
  border-bottom: 3px solid transparent;
  padding-bottom: 9px;
}
.product-tab-list.food-menu a.active , .product-tab-list.food-menu a:hover {
  border-bottom: 3px solid #f57b28;
}

.product-tab-list.food-menu a h4 {
  color: #212121;
  font-family: playfair display;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.product-tab-list.food-menu a {
  margin: 0 25px;
}
.single-product-wrap-food:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* home-food product */
.food-long-banner-img {
  position: relative;
}
.food-long-banner-img > img {
  width: 100%;
}
/* home-food footer */
.food-foter {
  padding: 0 155px;
  display: flex;
  justify-content: space-between;
}
.food-footer .kc-wrap-columns{
  padding: 0 140px;
}
.food-footer-title {
  color: #313131;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 9px;
}
.food-single-about > p {
  color: #414141;
  line-height: 27px;
  margin: 0;
}
.food-single-about h4{
  margin-top: 0;
}
.food-single-about > span,.food-single-about strong {
  color: #575757;
  display: block;
  font-weight: 500;
  margin: 12px 0 5px;
  line-height: 1;
}
.food-single-about > a {
  color: #575757;
  font-weight: 500;
}
.food-single-about > a:hover , .footer-social li a:hover {
  color: #f57b28;
}
.food-single-newsletter > p {
  color: #414141;
  margin: 0 0 16px;
}
/* home-food footer-subscribe */
.subscribe-form form,.food-single-newsletter .widget_mc4wp_form_widget form{
  position: relative;
}
.subscribe-form form input,.food-single-newsletter .widget_mc4wp_form_widget form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #a3a3a3;
  color: #919191;
  height: 43px;
  padding-left: 20px;
  border-radius: 0;
}
.subscribe-form form input::-moz-placeholder,.food-single-newsletter .widget_mc4wp_form_widget form input::-moz-placeholder {
  color: #919191;
  opacity: 1;
}
.subscribe-form form input::-webkit-placeholder,.food-single-newsletter .widget_mc4wp_form_widget form input::-webkit-placeholder {
  color: #919191;
  opacity: 1;
}
.mc-form .mc-news {
  left: -5000px;
  position: absolute;
}
.mc-form .clear,.food-single-newsletter .widget_mc4wp_form_widget form input[type="submit"] {
  background: rgba(0, 0, 0, 0) url("../images/icon/8.png") no-repeat scroll right 0 center;
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 20px;
}
.subscribe-form .clear input,.food-single-newsletter .widget_mc4wp_form_widget form input[type="submit"] {
  border: medium none;
  padding: 0;
  text-indent: -99999px;
  width: 37px;
}
.mc4wp-form-fields{
  position: relative;
  display: flex;
  justify-content: center;
}
.mc4wp-form-fields:before{
  right: 55px;
  left: auto;
}
.food-single-footer.kc-col-container{
  width: 300px;
  float: right;
}
.food-single-social {
  padding-top: 8px;
}
.food-single-newsletter {
  margin-top: 12px;
}
.mc4wp-form-fields > input{
  float: left;
  max-width: 300px;
  padding: 5px 15px;
  background: #fff;
  border: 1px solid #ebebeb;
}
.mc4wp-form-fields > input:focus{
  border: 1px solid #424956;
}
.mc4wp-form-fields > input[type="submit"] {
  max-width: 150px;
  margin-left: 10px;
  background: #f57b28;
  border: 1px solid #f57b28;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.mc4wp-form-fields > input[type="submit"]:hover,
.mc4wp-form-fields > input[type="submit"]:focus{
  background: #424956;
  border: 1px solid #424956;
}
.kc-col-container .news-letter .widgettitle {
  font-size: 24px;
  margin: 0 0 10px;
}
.kc-col-container .news-letter .newsletter-text{
  margin-bottom: 35px;
}
/*------- 8. Breadcrumb style -------------*/
.shop-listview-sidebar {
  padding: 0 145px;
}
.breadcrumb-content h2,.page__title__inner h2{
  color: #212121;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  padding-bottom: 0;
  line-height: 1;
}
.page__title__inner ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.page__title__inner li {
  color: #424956;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
}
.page__title__inner li span{
  color: #f57b28;
}
.page__title__inner ul li:first-child{
  padding-left: 0;
}
.page__title__inner li a {
  color: #212121;
  position: relative;
}
.breadcrumb-content li a:hover,
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #f57b28;
}

.breadcrumb-content li a::after {
  background-color: #424956;
  content: "";
  font-size: 8px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 10px;
  transform: rotate(-63deg);
  width: 13px;
}

/*---------- 9. About us ----------*/
.about-story-img .kc_single_image{
  width:auto;
}
.about-story-img {
  display: flex;
  justify-content: flex-end;
  padding-left: 35px;
}
.story-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 0;
}
.story-subtitle {
  color: #424956;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 27px;
}
.story-paragraph {
  color: #424956;
  margin-bottom: 24px;
}
.story-paragraph:last-child {
  margin-bottom: 0px;
}
.about-story-img > img {
  width: 100%;
}
.about-story-img2 {
  margin-left: 23px;
}
.about-story {
  padding-right: 28px;
}
.about-single-service {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  padding: 20px;
  transition:0.3s;
}
.about-single-service:hover{
  box-shadow:0px 4px 6px #ebebeb;
}
.woocommerce .about-single-service img {
  max-width: 60px;
}
.section-title-others h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}
.section-title-others p {
  color: #424956;
  letter-spacing: 0.6px;
  margin: 0 auto;
  width: 50%;
}
.about-single-service h3 {
  color: #212121;
  margin: 15px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;  
}
.about-single-service p {
  color: #424956;
}
.about-single-service i{
  font-size: 32px;
}
.video-banner {
  position: relative;
}
.video-banner > img {
  width: 100%;
}
.video-popup {
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid #f57b28;
  border-radius: 100%;
  bottom: 0;
  color: #f57b28;
  font-size: 65px;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
}
.video-banner::before {
  background: rgba(66, 73, 85, 0.9) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-popup i {
  height: 100%;
  left: 4px;
  line-height: 76px;
  position: relative;
}
.mfp-bg {
  z-index: 9999999;
}
.mfp-wrap {
  z-index: 99999999;
}


/*------------- 10. Shop grid view ----------*/
.shop-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-found-selector,
.shop-filter-tab {
  align-items: center;
  display: flex;
}
.shop-bar {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 7px 15px;
}
.shop-found > p.woocommerce-result-count {
  color: #424956;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.shop-found > p span {
  color: #f57b28;
}
.shop-selector label {
  color: #424956;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.shop-selector select {
-moz-appearance: none;
background: rgba(0, 0, 0, 0) url("../images/icon/12.png") no-repeat scroll right 0 center;
border:medium none;
box-shadow: none;
color: #090909;
font-size: 14px;
height: 27px;
line-height: 1;
margin-left: 5px;
padding: 2px 5px;
}
.shop-selector {
  margin-left: 63px;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
.shop-filter-tab ul {
  align-items: center;
  display: flex;
  margin: 0;
}
.shop-tab ul li {
  color: #424956;
  font-size: 31px;
  line-height: 1;
  margin-left: 20px;
  cursor: pointer;
  display: inline-block;
}
.shop-tab ul li.active , .shop-tab ul li:hover {
  color: #f57b28;
}
.shop-tab ul li:first-child {
  margin-left: 0px;
}
.shop-filter > a {
  color: #424956;
  font-size: 18px;
  font-weight: 500;
}
.shop-filter > a:hover {
  color: #f57b28;
}
.shop-filter {
  margin-right: 78px;
}
.shop-filter i {
  margin-left: 11px;
}
.shop-product-content .load-more-style {
  border: 1px solid #c5c5c5;
  color: #737373;
}
.shop-page-wrapper {
  padding: 100px 40px;
}
.shop-page-wrapper.padding-filter , .shop-page-wrapper.shop-wrapper-pd {
  padding: 100px 40px 60px;
}

.shop-page-wrapper .container {
  position: relative;
}
.shop-page-wrapper .container-fluid {
  padding-left: 12.5px;
  padding-right: 12.5px;
  position: relative;
}
.row.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.custom-col-style {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.custom-col-5 {
  flex: 0 0 20%;
  max-width: 20%;
}
.custom-col-3 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.custom-col-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

/*----------- 11. Shop sidebar ----------*/

.shop-sidebar {
  float: left;
  padding-right: 15px;
  width: 25%;
}
.shop-product-wrapper {
float: left;
padding-left: 15px;
width: 75%;
}
.shop-page-wrapper {
  overflow: hidden;
}
.sidebar-title {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}
.sidebar-search form {
  position: relative;
}
.sidebar-search form input {
background: #fff none repeat scroll 0 0;
border: 1px solid #ebebeb;
border-radius: 0;
box-shadow: none;
color: #8e8d8d;
font-size: 13px;
padding-left: 15px;
padding-right: 55px;
border-radius: 3px 0 0 3px;
}
.sidebar-search form input::-moz-placeholder {
  color: #8e8d8d;
  opacity: 1;
}
.sidebar-search form input::-webkit-placeholder {
  color: #8e8d8d;
  opacity: 1;
}
.sidebar-search form > button {
background-color: #f57b28;
border: medium none;
border-radius: 0;
color: #fff;
cursor: pointer;
font-size: 24px;
height: 45px;
line-height: 45px;
padding: 0 16px;
position: absolute;
right: 0;
top: 0;
transition: all 0.3s ease 0s;
border-radius: 0 3px 3px 0;
}
.sidebar-search form > button:hover {
  background-color: #f57b28;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ebebeb none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #222222;
  height: 3px;
  margin-bottom: 21px;
  margin-left: auto;
}
.price_filter .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #f57b28 none repeat scroll 0 0;
  border-radius: 0;
  height: 100%;
  top: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #f57b28 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0%;
  height: 15px;
  width: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  margin-left: 0;
  top: -6px;
}
.price_slider_amount {
  display: block;
  overflow: hidden;
}
.label-input {
  display: inline-block;
  float: left;
}
.label-input label {
  color: #575757;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
}
.label-input input,.woocommerce .widget_price_filter .price_slider_amount {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #575757;
  font-size: 14px;
  font-weight: 500;
  height: inherit;
  padding-left: 0px;
}
.price_slider_amount > button, .woocommerce .widget_price_filter .price_slider_amount .button {
  background-color: transparent;
  border: 1px solid #dcdcdc;
  color: #575757;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  padding: 6px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-size: inherit;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
  background: #e56b18;
  border-color: #e56b18;
  color: #fff;
}
ul.product-categories{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-categories li a,ul.product-categories li a {
  color: #424956;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.sidebar-categories li a:hover,ul.product-categories li a:hover{
  color: #f57b28;
}
.sidebar-categories li {
  margin-bottom: 16px;
}
.sidebar-categories li:l,ast-child {
  margin-bottom: 0px;
}
.product-color > ul li {
  border-radius: 50px;
  cursor: pointer;
  display: block;
  float: left;
  height: 22px;
  margin-right: 20px;
  text-indent: -9999px;
  transition: all 0.4s ease 0s;
  width: 22px;
}
.product-color > ul li:last-child {
  margin-right: 0px;
}
.product-color > ul li.red {
  background: #f57b28 none repeat scroll 0 0;
}
.product-color > ul li.pink {
  background: #ff01f0 none repeat scroll 0 0;
}
.product-color > ul li.blue {
  background: #3649ff none repeat scroll 0 0;
}
.product-color > ul li.sky {
  background: #00c0ff none repeat scroll 0 0;
}
.product-color > ul li.green {
  background: #00ffae none repeat scroll 0 0;
}
.product-color > ul li.purple {
  background: #8a00ff none repeat scroll 0 0;
}
.sidebar-widget {
  display: block;
}
.sidebar-widget.sidebar-overflow {
  overflow: hidden;
}
.product-size li {
  display: inline-block;
  margin-right: 16px;
}
.product-size li a {
  color: #888888;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-size li a:hover {
  color: #f57b28;
}
.single-top-rated {
  display: flex;
}
.top-rated-text > h4 {
  color: #424956;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.top-rated-rating li {
  display: inline-block;
}
.top-rated-rating li {
  display: inline-block;
  margin-right: 5px;
}
.top-rated-rating li i {
  color: #212121;
  font-size: 16px;
}
.top-rated-rating li i.reting-color {
  color: #f57b28;
  font-size: 16px;
}
.top-rated-text > span {
  color: #8b8b8b;
  font-weight: 500;
}
.top-rated-text {
  margin-left: 20px;
}
.top-rated-rating {
  line-height: 1;
  margin: 9px 0 10px;
}
.sidebar-load {
  padding-top: 7px;
}
.top-rated-img {
display: block;
width: 120px;
}
.woocommerce-page .product_list_widget img{
  width:100%;
}

/*-------- 12. Shop list -----------*/

.single-product-wrap-list {
  display: flex;
}
.product-content-list {
  margin-left: 30px;
}
.product-list-info > h4 {
color: #212121;
font-size: 16px;
font-weight: 500;
margin: 0;
}
.product-list-info > span,
.woocommerce .list-view div.product p.price, 
.woocommerce .list-view div.product span.price {
  color: #b5b5b5;
  display: block;
  font-weight: 500;
  margin: 15px 0 16px;
}
.woocommerce .list-view div.product .price span{
  font-size: 20px;
}
.product-list-info > p,.woocommerce-product-details__short-description p{
color: #424956;
font-size: 14px;
letter-spacing: 0.2px;
line-height: 26px;
margin: 0;
}
.list-img-width {
  flex: 0 0 320px;
}
.sidebar-list-img-width {
  flex: 0 0 470px;
}
.product-list-cart-wishlist {
  display: flex;
  margin-top: 42px;
}
.list-view .yith-wcwl-add-to-wishlist {
  border: 1px solid #ebebeb;
  color: #212121;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  height: inherit;
  width: inherit;
  transform: translateY(0px);
  background: transparent;
  box-shadow:none;
  margin: 0;
  border-radius:3px;
}
.list-view .yith-wcwl-add-to-wishlist a{
  padding: 8px 10px 7px;
  position: relative;
  color: #212121;
}
.list-btn-wishlist:hover,
.list-view .yith-wcwl-add-to-wishlist:hover {
  border: 1px solid #f57b28;
  background: #f57b28;
  color: #fff;
}
.yith-wcwl-add-to-wishlist a i{
  transition:all 0.3s ease-out 0s;
}
.yith-wcwl-add-to-wishlist:hover a i{
  color: #fff;
}
.single-product-wrap-food .yith-wcwl-add-to-wishlist:hover a i{
  color: #f57b28;
}
.product-list-cart {
  margin-right: 30px;
}
.load-more.list-mrg {
  margin: 0;
}
.res-class .shop-filters-right.is-visible .col-xl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.padding-filter .shop-filters-right.is-visible .col-xl-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* container product list */

.container-product-list .product-content-list {
  margin-left: 0px;
}

/*------------ 13. breadcrumb style 2 -----------*/
.breadcrumb-content-2 > ul li {
  color: #929191;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding-right: 27px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb-content-2 > ul li a {
  color: #929191;
}
.breadcrumb-content-2 > ul li a:hover {
  color: #f57b28;
}
.breadcrumb-content-2 ul li::after {
  background-color: #929191;
  content: "";
  font-size: 8px;
  height: 11px;
  margin-left: 11px;
  position: absolute;
  right: 11px;
  top: 6px;
  transform: rotate(33deg);
  width: 2px;
}
.breadcrumb-content-2 ul li:last-child::after {
  content: inherit;
}

/*---------- 14. product details --------*/
.product-details-small.product-details-2 a{
  margin-right: 0;
  display: block;
}

.product-details-small .owl-item a{
  display: block;
}
.woocommerce div.product div.images .product-details-large .easyzoom > a img {
  width: 100%;
}
.woocommerce div.product div.images img{
  width: auto;
}
.woocommerce div.product div.images .pro-stick .easyzoom.easyzoom--overlay > a img , 
.single-details-gallery .easyzoom.easyzoom--overlay > a img , 
.details-9 .easyzoom.easyzoom--overlay > a img {
  width: 100%;
}
.product-details-small a > img {
  width: 100%;
}
.product-details-small > a.active {
  position: relative;
}
.product-details-small > a.active::before {
  background: rgba(0, 0, 0, .15) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 400ms ease-in 0s;
  z-index: 10;
}
.product-details-content > h3 {
color: #424956;
font-size: 18px;
font-weight: 500;
line-height: 24px;
margin-bottom: 13px;
margin-top: 0;
}
.details-price > span {
  color: #f57b28;
  font-size: 24px;
  font-weight: 500;
}
.product-details-content .rating-number,.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 5px;
  line-height: inherit;
}
.product-details-content .rating-number{
  margin-bottom: 0;
  float: left;
}
.woocommerce-review-link {
  line-height: 28px;
}
.product-details-content > p,.product-details-content .woocommerce-product-details__short-description p {
  color: #545454;
  margin-bottom: 33px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.details-price {
  margin-bottom: 25px;
}
.details-price .amount {
  font-size: 18px;
}
.details-price ins {
  background: transparent none repeat scroll 0 0;
  color: #f57b28;
  float: left;
  margin-left: 0;
  padding-left: 0;
}
.product-cat-tag li , .product-share li {
  display: inline-block;
  margin-right: 14px;
}
.product-cat-tag li a {
  text-transform: capitalize;
}
.product-cat-tag li.categories-title,span.posted_in,
.variations .select-option-part label {
  text-transform: uppercase;
  font-size: 15px;
  color: #212121;
  font-weight: 600;
}
.product_meta > span,
div.product form.cart .variations label,
.content-quickview .product_meta > span,
.woocommerce div.product form.cart .variations label {
  display: block;
  color: #212121;
  font-weight: 600;
  font-size: 15px;
}
.content-quickview .product_meta > span span{
  color: #424956;
  text-transform: none;
}
span.posted_in a{
  color: #212121;
  text-transform: none;
}
span.posted_in a:hover{
  color: #f57b28;
}
.product-share > ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-share > ul li {
  margin-right: 15px;
  display: inline-block;
  margin-right: 14px;
}
.product-share ul li.categories-title {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-share > ul li a {
  border: 1px solid #212121;
  border-radius: 3px;
  color: #212121;
  display: inline-block;
  height: 30px;
  text-align: center;
  width: 30px;
}
.product-share > ul li a:hover {
  border: 1px solid #f57b28;
  background-color: #f57b28;
  color: #fff;
}
.product-share > ul li a i {
  line-height: 28px;
}
.product-categories.product-cat-tag, .product_meta {
  margin: 34px 0 15px;
}
.product_meta .sku_wrapper{
  margin-bottom: 5px;
}
.product-tags.product-cat-tag {
  margin-bottom: 22px;
}
.description-review-title {
  margin-bottom: 44px;
}
.description-review-title a {
  color: #212121;
  font-size: 24px;
  font-weight: 500;
  margin-right:20px;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
.description-review-title a.active {
  border-bottom: 1px solid;
  color: #f57b28;
  position: relative;
}
.description-review-text .tab-pane p {
  color: #545454;
  font-size: 15px;
  margin: 0 auto;
}
.description-review-text .tab-pane.description p{
  color: #424956;
}
#pro-review a {
  background-color: #282828;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
}
.comment-respond > span {
  color: #212121;
  font-size: 18px;
}
.comment-respond textarea {
  background: #fff none repeat scroll 0 0;
  min-height: 120px;
}
.woocommerce #review_form #respond p {
  overflow: hidden;
  margin: 0 0 20px;
}
.comment-respond input{
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce table.shop_attributes td {
  padding: 0 10px;
}
.product-details-tab{
  position: relative;
}


/*-------- 15. Product details 2 -------*/

.product-details-2 {
  flex: 0 0 125px;
}
.product-details-tab.product-details-tab2 .woocommerce-product-gallery {
  display: flex;
}
.product-details-btn > a {
  color: #929191;
  font-size: 20px;
  margin-left: 10px;
}
.product-details-btn > a.active , .product-details-btn > a:hover {
  color: #3a3a3a;
  margin-left: 10px;
}
.product-details-btn {
  margin-top: -128px;
  position: absolute;
  right: 0;
}
.product-details {
  position: relative;
}

/*----------- 16. product details 4 ---------*/

.product-details-4 .easyzoom a img {
  width: 100%;
}

.single-bundle-img a img {
  width: 100%;
}

.details-title {
  color: #424956;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 19px;
}
.product-color-style2 > ul li {
  border-radius: 50px;
  cursor: pointer;
  display: block;
  float: left;
  height: 19px;
  margin-right: 10px;
  position: relative;
  transition: all 0.4s ease 0s;
  width: 19px;
}
.product-color-style2 > ul li.orange {
  background: #ff5d42 none repeat scroll 0 0;
  position: relative;
}
.product-color-style2 > ul li.orange::before {
  color: #fff;
  content: "";
  font-family: "Ionicons";
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: inherit;
  top: -2px;
  z-index: 99;
}
.product-color-style2 > ul li.blue2 {
  background: #425dff none repeat scroll 0 0;
}

.product-color-style2 > ul li.pink {
  background: #fd42ff none repeat scroll 0 0;
}

.product-color-style2 > ul li.yellow {
  background: #ffd542 none repeat scroll 0 0;
}
.product-color-2 {
  margin-bottom: 37px;
  overflow: hidden;
}
.product-size-style2 li {
  display: inline-block;
  margin-right: 12px;
}
.product-size-style2 li a {
  color: #828282;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.product-size-style2 li a:hover {
  color: #f57b28;
}
.product-size-2 {
  margin-bottom: 30px;
}
.bundle-area > h3 {
  color: #424956;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.bundle-area > p {
  color: #545454;
  margin: 0;
}
.bundle-img {
  display: flex;
  margin: 34px 0 35px;
}
.single-bundle-img {
  margin-right: 11px;
  position: relative;
  cursor: pointer;
}
.bundle-img > a:last-child {
  margin-right: 0px;
}
.single-bundle-img::before {
  background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 400ms ease-in 0s;
  pointer-events: none;
}
.single-bundle-img:hover::before {
  opacity: 1;
}
.bundle-price ul li {
  color: #525252;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.bundle-price ul li:last-child {
  margin-bottom: 0px;
}
.bundle-price ul li::before {
  color: #212121;
  content: "";
  font-family: "Ionicons";
  font-size: 14px;
  left: 0;
  position: absolute;
  text-indent: inherit;
  top: 0;
}
.bundle-price ul li span {
  position: relative;
}
.bundle-price ul li span::before {
  background: #7d7d7d none repeat scroll 0 0;
  bottom: 9px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 32px;
}
.bundle-result > h4 {
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
.bundle-result > h4 span {
  color: #747373;
  font-weight: 400;
}
.bundle-result > h4 span .bundle-cross {
  position: relative;
}
.bundle-result > h4 span .bundle-cross::before {
  background: #9f9e9e none repeat scroll 0 0;
  bottom: 10px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 45px;
}
a.bundle-btn {
  background-color: #f57b28;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 1;
  padding: 17px 25px;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}

.btn-hover-black:hover {
  color: white;
}
.bundle-social li {
  display: inline-block;
  margin-right: 30px;
}
.bundle-social li a {
  color: #383838;
  font-size: 18px;
  line-height: 1;
}
.bundle-social li a:hover {
  color: #f57b28;
}
.bundle-result {
  margin-top: 32px;
}
.bundle-cart {
  margin: 37px 0 38px;
}
.product-details-4 > img {
  width: 100%;
}
.product-details-5 > img {
  padding-top: 134px;
  width: 100%;
}
.scroll-single-product-wrap > img {
  width: 100%;
}
.woocommerce .scroll-single-product a > img{
  max-width: 100%;
}
.inner-wrapper-sticky > h3 {
  color: #424956;
  font-size: 24px;
  font-weight: 500;
}

/*-------- 17. Product details 7  -------*/
.product-details7-social li {
  display: inline-block;
  margin-right: 27px;
}
.product-details7-social li a {
  color: #383838;
  font-size: 18px;
}
.product-details7-social li a:hover {
  color: #f57b28;
}
.sidebar-details7 .quickview-btn-cart {
  margin: 0 0 0 30px;
}
.sidebar-details7 .quickview-btn-cart > a {
  padding: 17px 34px;
}
.sidebar-details7 .details-title {
  margin-top: 0;
}
.scroll-single-product-wrap {
  position: relative;
}
.scroll-single-product-wrap > a {
  background-color: #fff;
  bottom: 30px;
  color: #f57b28 !important;
  display: inline-block;
  font-size: 22px;
  padding: 10px 19px;
  position: absolute;
  right: 30px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transform: scale(0);
}
.scroll-single-product-wrap > a:hover {
  background-color: #f57b28;
  color: #fff !important;
}
.scroll-single-product-wrap:hover a {
  transform: scale(1);
}

/*-------- 18. Product details 8 --------- */

.single-details-gallery {
  flex: 0 0 290px;
  float: left;
  max-width: 290px;
}
.woocommerce div.product div.images .product-details-gallery .single-details-gallery a > img {
  width: 100%;
}
.details-9 > img {
  width: 100%;
}
.product-details-9 .product-details-btn {
  margin-top: -98px;
}

/*------- 19. Product details 9  ----------*/

.details-9-content .product-color-style2 > ul li {
  display: inline-block;
  float: inherit;
}

.details-9-content .rating-number , .details-9-content .quickview-plus-minus {
  justify-content: center;
}

.details-9-content .product-details-content > p {
  margin: 0 auto;
  width: 50%;
}

/*----------- 20. Shop filters  ----------*/

.shop-filters-left {
  float: left;
  margin-left: -100px;
  opacity: 0;
  padding-right: 15px;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  max-width: 285px;
  width: 100%;
  z-index: -99999;
  position: absolute;
  top: 0;
}
.shop-filters-left .shop-sidebar {
  width: 100%;
  padding-right: 0;
}
.shop-filters-left.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  margin-left: 0px;
  z-index: 99;
}
.shop-filters-right {
  width: 100%;
  padding-left: 0;
  transition: all .5s ease 0s;
  overflow: hidden;
}
.shop-filters-right.is-visible {
  padding-left: 300px;
}
.filter-container .shop-filters-left {
  padding-right: 50px;
  max-width: 285px;
}
.filter-container .shop-filters-right.is-visible {
  padding-left: 285px;
}
.hidden-items .shop-filters-right.is-visible .custom-col-5 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.hidden-items .shop-filters-right.is-visible .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

/*-------- 21. Shopping cart ----------*/
h1.cart-heading,.woocommerce .wishlist-title h2 {
color: #212121;
font-size: 22px;
margin-bottom: 25px;
margin-top: 0;
text-transform: none;
}
.cart-title-area {
  padding-top: 30px;
}
.car-header-title h2 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
}
.table-content table,.woocommerce .table-content table.shop_table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 0px;
  text-align: center;
  width: 100%;
  border-collapse:collapse;
}
.wishlist .table-content table {
  margin: 0 0 0px;
}
.table-content.wish table {
  margin: 0 0 0px;
}
.table-content table th,.woocommerce .table-content table.shop_table th {
  color: #212121;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 10px 12px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table td,.woocommerce .table-content table.shop_table td {
  border-color: #ebebeb;
  padding: 40px 10px;
  vertical-align: middle;
  font-size: 13px;
  border-left:1px solid #ebebeb;
}

.woocommerce-cart .table-content table.cart img{
  width: 80px;
}
.woocommerce .table-content table.shop_table .cart-plus-minus{
  margin: 0 auto;
}
.table-content table td input {
  background: #e5e5e5 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: #212121;
  font-size: 15px;
  font-weight: normal;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 60px;
}
.table-content table td.product-subtotal,.woocommerce .table-content table.shop_table td.product-subtotal{
  color: #212121;
  font-size: 15px;
  width: 120px;
}
.table-content table td.product-name a,.woocommerce .table-content table.shop_table td.product-name a {
  color: #212121;
  font-size: 15px;
  margin-left: 10px;
}
.table-content table td.product-name a:hover,.woocommerce .table-content table.shop_table td.product-name a:hover {
  color: #f57b28;
}
.table-content table td.product-name {
  width: 270px;
}
.table-content table td.product-thumbnail {
  width: 130px;
}
.table-content table td.product-remove i {
  color: #212121;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.table-content table .product-price .amount {
  color: #212121;
  font-size: 15px;
}

.table-content table td.product-remove i:hover {
  color: #f57b28;
}
.table-content table td.product-quantity {
  width: 180px;
}
.table-content table td.product-remove {
  width: 150px;
}
.table-content table td.product-price {
  width: 130px;
}
thead {
  background-color: #f6f6f6;
}
.coupon input,.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  background-color: transparent;
  border: 1px solid #ddd;
  color: #333;
  font-size: 13px;
  height: 42px;
  width: 120px;
  border-radius: 0;
}
.coupon2 input {
  width: inherit;
}
.shop_table .actions #coupon_code{
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px !important;
}
.coupon-all input.button,.coupon input.button,.woocommerce .cart .button, .woocommerce .cart input.button{
  background-color: #f57b28;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  width: inherit;
  margin-right: 0;
}
.coupon-all input.button:hover,.coupon input.button:hover,.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
  background-color: #424956;
  border: medium none;
  color: #fff;
}
.coupon {
  float: left;
}
.coupon2 {
  float: right;
}
.cart-page-total span {
  float: right;
}
.cart-page-total > ul {
  border: 1px solid #ddd;
}
.cart-page-total li {
  border-bottom: 1px solid #ddd;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px;
}
.cart-page-total li:last-child {
  border-bottom: none;
}
.cart-page-total {
  padding-top: 50px;
}
.cart-page-total > a, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
background-color: #f57b28;
border: 1px solid #f57b28;
border-radius: 3px;
color: #fff;
display: inline-block;
float: right;
font-size: 15px;
font-style: normal;
font-weight: 700;
height: inherit;
line-height: inherit;
margin-right: 0;
margin-top: 30px;
padding: 9px 20px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.cart-page-total > a:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #424956;
  color: #fff;
  border: 1px solid #424956;
}
.cart-collaterals{
  margin-top: 70px;
}
.cart-page-total > h2,.cart_totals h2,.cross-sells h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 30px;
}

/*-------- 22. Checkout page ----------*/

.coupon-accordion h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #464646;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none !important;
  margin: 0 0 2em !important;
  padding: 1em 2em 1em 3.5em !important;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
  color: #333;
  content: "";
  font-family: "Ionicons";
  display: inline-block;
  left: 1.5em;
  position: absolute;
  top: 1em;
}
.coupon-accordion span {
  cursor: pointer;
  color: #212121;
}
.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #f57b28;
}
.coupon-content {
  border: 1px solid #e5e5e5;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.coupon-info p.coupon-text {
  margin-bottom: 15px;
}
.coupon-info p {
  margin-bottom: 0;
}
.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
}
.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}
.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  background-color: transparent;
}
.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #f57b28 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
.form-row > label {
  margin-top: 7px;
}
p.lost-password {
  margin-top: 15px;
}
p.lost-password a {
  color: #212121;
}
p.checkout-coupon input[type="text"] {
  background-color: transparent;
  border: 1px solid #ddd;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
p.checkout-coupon input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  transition: all 0.3s ease 0s;
  width: inherit;
}
.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.checkbox-form h3, 
.check_out_form_area h3,
.woocommerce-customer-details h2,
.woocommerce-order-details h2,
#customer_login h2,
.woocommerce-Addresses h3{
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 5px;
  padding-bottom: 10px;
  width: 100%;
}
.woocommerce-customer-details h2,
.woocommerce-order-details h2,
#customer_login h2,
.woocommerce-Addresses h3{
  border: none;
}
.country-select {
  margin-bottom: 30px;
  position: relative;
}
.country-select label,
.checkout-form-list label {
  color: #333;
  margin: 0 0 5px;
  display: block;
}
.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}
.country-select select {
  -moz-appearance: none;
  border: 1px solid #ddd;
  height: 32px;
  padding-left: 10px;
  width: 100%;
  background-color: transparent;
}

.country-select::before {
  content: "";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 27px;
}
.checkout-form-list {
  margin-bottom: 30px;
}
.checkout-form-list label {
  color: #333;
}
.check_out_form_area input[type=text],
.check_out_form_area input[type=password],
.check_out_form_area input[type=email],
.check_out_form_area input[type=tel],
.checkout_coupon input[type=text],
.woocommerce-form input[type=text],
.woocommerce-form input[type=password],
.woocommerce-form-row input[type=email],
.woocommerce-form-row input[type=password],
.woocommerce-form-row input[type=text]{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: inherit;
}
.ship-different-title input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 1px;
  width: 30px;
}
.create-acc label {
  color: #333;
  display: inline-block;
}
.create-account {
  display: none;
}
.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  color: #363636;
}
.order-notes textarea, .check_out_form_area textarea {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  height: inherit !important;
  padding: 15px;
  width: 100%;
}
#ship-box-info {
  display: none;
}
.your-order {
  background: #f2f2f2 none repeat scroll 0 0;
  padding: 30px 40px 45px;
}
.your-order h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
.your-order-table table th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}
.your-order-table table .shipping th {
  vertical-align: top;
}
.your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}
.your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
  background: #F9F9F9;
}
.your-order-table table tr.order-total td span {
  color: #464646;
  font-size: 20px;
}
.payment-method {
  margin-top: 40px;
}
.payment-accordion h3 {
  border-bottom: 0 none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.payment-accordion h3 a {
  color: #212121;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
}
.payment-content p {
  font-size: 13px;
}
.payment-accordion img {
  height: 60px;
  margin-left: 15px;
}
.order-button-payment input,
.woocommerce .place-order button.button{
  background: #f57b28;
  border: medium none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 3px;
}
.order-button-payment input:hover,
.woocommerce .place-order button.button:hover{
  background: #424956;
  color: #fff;
}
.coupon-info p.form-row input[type="submit"],
.woocommerce .checkout_coupon button.button {
  background: #f57b28 none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  width: auto;
}
.woocommerce .checkout_coupon button.button:hover,
.woocommerce .woocommerce-form button.button:hover,
.woocommerce .form-row button.button:hover{
  background: #424956;
  color: #ffffff;
}
.mrg-nn {
  margin-bottom: 0;
}
h5.panel-title {
  color: #212121;
  font-weight: 500;
}
.panel-body > p {
  color: #666;
}
.panel.panel-default {
  margin-bottom: 20px;
}
/*--------- 23. Login page ---------*/
.login-form-container {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 60px 40px;
  text-align: left;
}
.login-text {
  margin-bottom: 30px;
  text-align: center;
}
.login-text h2 {
  color: #212121;
  font-size: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.login-text span {
  font-size: 15px;
}
.login-form-container input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  color: #999;
  font-size: 14px;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.login-form-container input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.login-toggle-btn {
  padding-top: 10px;
}
.login-form-container input[type="checkbox"] {
  height: 15px;
  margin: 0;
  position: relative;
  top: 1px;
  width: 17px;
}
.login-form-container label {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}
.login-toggle-btn > a {
  color: #777;
  float: right;
  transition: all 0.3s ease 0s;
}
.login-toggle-btn > a:hover {
  color: #000;
}
.button-box .default-btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  line-height: 1;
  margin-top: 25px;
  padding: 12px 36px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.button-box .default-btn:hover {
  background-color: #f57b28;
  border: 1px solid #f57b28;
  color: #fff;
}

/*------- 24. Blog sidebar ---------*/
.blog-wrapper > .post:last-child .mb-80 {
  margin-bottom: 0;
}

.blog-tags-style li {
  display: inline-block;
  margin: 0 5px 10px 0;
}
.blog-tags-style li a {
  border: 1px solid #cbcbcb;
  color: #232323;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 19px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.blog-tags-style li a:hover {
  color: #fff;
    background-color: #f57b28;
}

.sidebar-img-content {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 20px;
}
.sidebar-img-content > p {
  color: #646464;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 21px;
}

.sidebar-img-content h4 {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.sidebar-img-content > span {
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 400;
}
.sidebar-widget.mb-50 > img {
  width: 100%;
}

.sidebar-img-social ul li {
  display: inline-block;
    margin-right: 20px;
}
.sidebar-img-social ul li > a {
  font-size: 16px;
}
.sidebar-img-social {
  margin-top: 10px;
}
.blog-sidebar .top-rated-text > h4 {
  font-size: 16px;
  line-height: 24px;
}
.blog-sidebar .top-rated-text > span {
  margin-bottom: 2px;
}
.social-network > a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #262626;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 59px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 80px;
}
.social-network > a:hover {
  background: #f57b28 none repeat scroll 0 0;
  color: #fff;
}
#Instafeed img {
  width: 107px;
}
#Instafeed > li {
  display: inline-block;
  padding: 2px;
}
.woocommerce-pagination ul{
  margin: 0;
  padding: 0;
  list-style: none;
  white-space:inherit !important;
}
.woocommerce nav.woocommerce-pagination ul{
  border:none;
}
.pagination-style ul li,.woocommerce-pagination ul li{
  display: inline-block;
  margin: 0 5px;
}
.woocommerce nav.woocommerce-pagination ul li,
.pagination .pagination li  {
  float: none;
  margin: 0 3px;
  padding: 0;
  border: none;
}
.pagination a,
.page-links a,
.pagination-style ul li a,
.woocommerce-pagination ul li a,
.pagination .page-numbers li a,
.pagination .page-numbers li span,
.woocommerce-pagination ul li span {
  border: 1px solid #bebebe;
  color: #8b8b8b;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 37px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.pagination .page-numbers li a,
.pagination .page-numbers li span,
.woocommerce nav.woocommerce-pagination ul li span{
  line-height: 37px;
  padding: 0;
  border-radius:3px;
}

.pagination .page-numbers li:hover a,
.pagination .page-numbers li span.current,
.pagination .page-numbers li a:hover,
.pagination .page-numbers li a:focus,
.pagination-style ul li:hover a,
.pagination-style ul li.active a,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #f57b28 none repeat scroll 0 0;
  border-color: #f57b28;
  color: #fff;
}
/* blog sidebar */

.blog-search form input {
border: 1px solid #ebebeb;
box-shadow: none;
color: #a8a8a8;
font-size: 14px;
height: 45px;
padding-left: 20px;
padding-right: 50px;
width: 100%;
}
.blog-search form input:-moz-placeholder {
  color: #212121;
    opacity: 0.8;
}
.blog-search form {
  position: relative;
}
.news-form > button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #a7a7a7;
  font-size: 24px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
    cursor: pointer;
}
.blog-author > h4 {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0 6px;
}
.blog-author > h4 a {
  color: #717171;
}
.recent-post-wrapper {
display: flex;
margin-bottom: 25px;
}
.recent-post-wrapper:last-child , 
.blog-categori ul li:last-child {
  margin-bottom: 0px;
}
.recent-post-img a img {
  width: 94px;
}
.blog-widget-title {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 0;
}
.recent-post-content > h4 {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 0;
}
.recent-post-content > span {
  color: #a7a7a7;
}
.recent-post-img {
  margin-right: 25px;
}
.blog-categori ul li {
  margin-bottom: 17px;
}
.blog-categori ul li a {
  color: #888787;
  font-size: 16px;
}
.instagram-pics img {
  width: 84px;
}
.instagram-pics li{
  display: inline-block;
  margin-bottom: 9px;
  margin-right: 9px;
}
.blog-widget .instagram-pics li{
  margin-bottom: 9px;
}
.instagram-pics li a {
  position: relative;
  display: block;
}
.instagram-pics li a::before {
  background-color: #f57b28;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.instagram-pics li a:hover::before {
  opacity: 0.6;
}
.blog-widget .footer-widget-l-content > ul li{
  display: inline-block;
  margin-right: 32px;
}
.blog-sidebar-social li:last-child {
  margin-right: 0px;
}
.blog-widget .footer-widget-l-content > ul li a {
  border: medium none;
  color: #212121;
  font-size: 24px;
  padding: 0;
  width: inherit;
}
.blog-widget .footer-widget-l-content > ul li a:hover{
  background: transparent none repeat scroll 0 0;
  color: #f57b28;
}
.blog-tags ul > li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 17px;
  position: relative;
}
.blog-tags ul li::after {
  background-color: #6d6d6d;
  content: "";
  font-size: 8px;
  height: 12px;
  position: absolute;
  right: -12px;
  top: 4px;
  transform: rotate(20deg);
  width: 1.5px;
}
.blog-tags ul > li a {
  color: #888787;
  letter-spacing: 0.01px;
  text-transform: uppercase;
}

.blog-tags ul li:last-child::after {
  display: none;
}

/*---------- 25. Blog details ----------*/

.blog-part > img {
  width: 100%;
}
.blog-details-style blockquote {
  background-color: #f6f6f6;
  border-left: 2px solid #f57b28;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin: 23px 0;
  padding: 14px 50px;
}
h3.leave-comment-text {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  margin-top: 0;
}
.blog-top {
  display: flex;
}
.news-allreply img {
  border-radius: 100%;
  width: 100%;
}
.blog-title > h3 {
  font-size: 16px;
  margin-bottom: 6px;
  text-transform: capitalize;
  color: #333;
}
.blog-title > span {
  color: #666666;
  display: block;
  line-height: 1.5;
  margin-bottom: 7px;
}
.blog-middle-mrg {
  margin: 32px 0 33px 90px;
}
.blog-img-details p {
  margin-bottom: 10px;
}
.blog-img-details > a {
  color: #333;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-img-details > a:hover {
  color: #f57b28;
}
.blog-img-details {
  padding-left: 30px;
}
.text-leave{
  margin-bottom: 30px;
}
.leave-form input,.text-leave textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  color: #8e8e8e;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 2px 15px;
}
.text-leave textarea {
  height: 180px;
  padding: 25px 20px;
}
.text-leave input.submit {
  background-color: #f57b28;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 25px;
  width: inherit;
}
.blog-info-details > h3 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.text-leave input.submit:hover{
  background-color: #424956;
}

/*----------- 26. Contact page -----------*/
.contact-title {
  color: #212121;
  font-size: 20px;
  margin-bottom: 38px;
  text-transform: uppercase;
}
.single-contact-info {
  display: flex;
}
.contact-info-icon i {
  border: 1px solid #ebebeb;
  border-radius: 100%;
  color: #393939;
  display: block;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
.contact-info-content p {
  color: #666666;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.contact-info-content {
  padding-left: 15px;
}
.contact-form-style input,
.contact-form-style select,
.contact-form-style textarea {
  background: transparent none repeat scroll 0 0;
  border-radius: 3px;
  color: #212121;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 3px 15px;
}
.contact-form-style select{
  height: 45px;
}
.contact-form-style input::-moz-placeholder , .contact-form-style textarea::-moz-placeholder {
  color: #212121;
  opacity: 0.7;
}
.contact-form-style input::-webkit-placeholder , .contact-form-style textarea::-webkit-placeholder {
  color: #212121;
  opacity: 0.7;
}
.contact-form-style input:focus,
.contact-form-style textarea:focus{
  box-shadow: none;
  outline:none;
  border:1px solid #ebebeb;
  border-bottom-color:#f57b28;
}
.contact-form-style textarea {
  height: 150px;
}
.contact-form-style button.submit,.contact-form-style input[type="submit"] {
  background-color: #f57b28;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  z-index: 999;
  width: auto;
  margin-bottom: 0;
}
.contact-form-style input[type="submit"]:hover{
  background-color: #424956;
}

.contact-info {
  margin-bottom: 20px;
}
#hastech2 {
  height: 402px;
  width: 100%;
}
.contact-map {
  margin-top: 65px;
}
.woocommerce-Reviews .rating-number{
  margin-bottom: 0;
}
.woocommerce-Reviews .comment-respond form{
  margin-top: 10px;
}

/*-------- 27. ScrollUp --------*/
#scrollUp {
  background: #f57b28 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 38px;
  z-index: 9999;
}
#scrollUp:hover {
  background: #333 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 38px;
  z-index: 9999;
}

/*Unit test */
.blog-details-wrapper ul,.blog-comment-content ul,.entry-content ul{
  list-style: disc;
  list-style-type: disc;
}
.single_blog_description li,.blog-comment-content li,.entry-content li {
  list-style: disc;
  list-style-type: disc;
  margin-top: 5px;
}

.single_blog_description ol li,.blog-comment-content ol li,.entry-content ol li{
  list-style: decimal;
  list-style-type: decimal;
}
.single_blog_description a{
  text-decoration: underline;
}
.single_blog_description {
  overflow: hidden;
}
.single_blog_description p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.post-password-form input[type="submit"] {
  background: #212121 none repeat scroll 0 0;
  border-color: #212121;
  bottom: -2px;
  color: #fff;
  position: relative;
  width: auto;
}
.post-password-form input[type="submit"]:hover{
  background: transparent;
  color: #212121;
  border-color: #ddd;
}
.footer-area .footer-widget ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.footer-widget ul li{
  margin-bottom: 10px;
}
.footer-widget ul li ul.sub-menu,.footer-widget ul li ul.children{
  margin-top: 10px;
}
.footer-widget ul.sub-menu li:hover > .sub-menu{
  margin-top: 10px;
}