
/** home-shop-css **/


.header-upper{
	position: relative;
	display: block;
	background: #fff;
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.header-upper .upper-inner{
	position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-upper .upper-inner .right-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-upper .upper-inner .right-info li {
    margin-right: 25px;
    font-size: 20px;
    color: #fff;
}

.header-upper .upper-inner .right-info li:last-child {
    margin-right: 0;
}

.header-upper .upper-inner .right-info .icon-box {
    position: relative;
    padding-left: 30px;
}

.header-upper .upper-inner .right-info .icon-box i {
    position: absolute;
    left: 0;
    top: 8px;
}

.header-upper .upper-inner .right-info .icon-box h5 {
    font-size: 16px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
}

.header-upper .upper-inner .right-info .icon-box .text {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #7a7b80;
    font-weight: 400;
}

.header-upper .upper-inner .right-info .icon-box .text a {
    color: #7a7b80;
}

.header-upper .upper-inner .right-info .icon-box .text a:hover{

}

.header-upper .upper-inner .logo-box{
	padding: 0px;
}

.header-upper .upper-inner .search-form{
	position: relative;
	width: 500px;
}

.header-upper .upper-inner .search-form .form-group{
	position: relative;
	margin: 0px;
}

.header-upper .upper-inner .search-form .form-group input[type='search']{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #7a7b80;
	padding: 10px 30px 10px 30px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	transition: all 500ms ease;
}

.header-upper .upper-inner .search-form .form-group button{
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 20px;
	color: #222;
	background: transparent;
	transition: all 500ms ease;
}

.header-upper .upper-inner .search-form .form-group input:focus{

}

.header-upper .upper-inner .search-form .form-group input:focus + button,
.header-upper .upper-inner .search-form .form-group button:hover{

}

.main-header.home_shop .main-menu .navigation > li > a{
	padding: 25px 0px;
}

.main-header.home_shop .nav-right{
	padding: 15px 0px;
}

.main-header.home_shop .nav-right .theme-btn{
	padding: 12px 30px;
}

.main-header.home_shop .nav-right .cart-box a{
	padding-right: 15px;
}

.main-header.home_shop .nav-right .cart-box a span{
	position: absolute;
	top: -3px;
	right: 0px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	border-radius: 50%;
}

.main-header.home_shop .header-lower{
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}


/** slider-home-shop **/

.slider-home-shop{
	padding: 30px 0px;
}

.slider-home-shop .slide-item{
	position: relative;
	display: block;
	background: #183d2b;
	padding: 70px 50px 130px 50px;
}

.slider-home-shop .slide-item:before{
	display: none;
}

.slider-home-shop .content-box{
	position: relative;
	display: flex;
	align-items: center;
}

.slider-home-shop .content-box .inner{
	position: relative;
	max-width: 400px;
}

.slider-home-shop .content-box .inner h2{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}


.slider-home-shop .active .content-box .inner h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.slider-home-shop .content-box .inner p{
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 25px;
}

.slider-home-shop .active .content-box .inner p{
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-home-shop .content-box .theme-btn{
	background: #fff;
	padding: 12px 35px;
}

.slider-home-shop .active .content-box .inner .btn-box{
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.slider-home-shop .content-box .theme-btn:before{
	background: #222;
}

.slider-home-shop .content-box .theme-btn:hover{
	color: #fff;
}

.slider-home-shop .content-box .image{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
	opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}


.slider-home-shop .active .content-box .image{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-home-shop .owl-dots{
	position: absolute;
	left: 0px;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.slider-home-shop .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.30);
	border-radius: 50%;
	margin: 0px 5px;
	transition: all 500ms ease;
}

.slider-home-shop .owl-theme .owl-dots .owl-dot.active span,
.slider-home-shop .owl-theme .owl-dots .owl-dot span:hover{
	background: #fff;
}

.slider-home-shop .collection-block{
    position: relative;
    background: #dedfea;
    padding: 35px 110px 40px 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.slider-home-shop .collection-block:last-child{
	margin-bottom: 0px;
}

.slider-home-shop .collection-block h4{
	margin-bottom: 15px;
}

.slider-home-shop .collection-block .text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.slider-home-shop .collection-block .theme-btn{
	padding: 12px 25px;
}

.slider-home-shop .collection-block .image{
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/* features section two */
section.features-section_hr_001-two {
    position: relative;
    padding: 70px 0 40px;
}

.feature-block-two_hr_001 .inner-box {
    position: relative;
    background: #fff;
    padding: 47px 15px;
    margin-bottom: 30px;
    text-align: center;
    display: block;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
}

.feature-block-two_hr_001:hover .inner-box{
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
    border-color: #fff;
}

.feature-block-two_hr_001 .icon {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    transition: .5s;
    margin-bottom: 10px;
}

.feature-block-two_hr_001 h4 a,
.feature-block-two_hr_001 .icon a {
    color: #7a7b80;
    transition: .5s;
}

.feature-block-two_hr_001 h4 a:hover,
.feature-block-two_hr_001 .icon a:hover {
    
}

.feature-block-two_hr_001 .inner-box:hover .icon {
    
}


/* product block */
.product-block_hr_001 {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px;
    padding-right: 15px;
    padding-top: 0;
    transition: .5s;
    background-color: #fff;
}

.product-block_hr_001 .ribon {
    width: 54px;
    height: 27px;
    border-radius: 5px;
    background-color: #e35712;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}

.product-block_hr_001 .ribon.style_2 {
    background-color: #15ad64;
}

.product-block_hr_001{
	padding-top: 15px;
}

.product-block_hr_001 .image {
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-block_hr_001 .image img {
    transition: .5s;
    width: auto;
}

.product-block_hr_001:hover .image img {
    opacity: .5;
    transform: scale(1.1);
}

.product-block_hr_001 h4 {
	color: #141417;
	margin-bottom: 10px;
	font-weight: 600;
}

.product-block_hr_001 h4 a {
    color: #141417;
    transition: .5s;
}

.product-block_hr_001 h4 a:hover{

}

.product-block_hr_001 .rating {
    font-size: 13px;
    color: #ffc92e;
}

.product-block_hr_001 .rating span {
    color: #222;
    font-size: 15px;
}

.product-block_hr_001 .price {
    margin-bottom: 5px;
}

.product-block_hr_001 .overlay {
    position: absolute;
    top: 35px;
    right: 20px;
    transition: .5s;
    opacity: 0;
}

.product-block_hr_001:hover .overlay {
    opacity: 1;
}

.product-block_hr_001 .overlay ul li {
    margin-bottom: 5px;
}

.product-block_hr_001 .overlay li a {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #f0f3f7;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    transition: .5s;
    color: #222;
    font-size: 18px;
    transform: scale(.8);
}

.product-block_hr_001 .overlay li:nth-child(2) a {
    transition: .7s;
}

.product-block_hr_001 .overlay li:nth-child(3) a {
    transition: .9s;
}

.product-block_hr_001 .overlay li:nth-child(4) a {
    transition: 1s;
}

.product-block_hr_001:hover .overlay li a {
    transform: scale(1) rotate(360deg);
}

.product-block_hr_001 .overlay li a:hover {
    color: #fff;
}

section.products-section_hr_001 {
    position: relative;
    padding: 70px 0 70px;
}

@media only screen and (min-width:1200px) {
    section.products-section_hr_001 .column {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }    
}

.owl-dot-style-one .owl-dots {
    position: relative;
    text-align: center;
    display: block;
}

.owl-dot-style-one .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 50%;
    background: #2f7955;
    opacity: 0.5;
}

.owl-dot-style-one .owl-dots .owl-dot.active span,
.owl-dot-style-one .owl-dots .owl-dot:hover span {
    background: #2f7955;
    opacity: 1;
}


/* cta section */
.cta-section_hr_001 {
    position: relative;
    padding-bottom: 70px;
}

.cta-section_hr_001 .wrapper-box {
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    background: #183d2b;
    padding: 65px 0;
}

.cta-section_hr_001 .image {
    position: absolute;
    left: 30px;
    bottom: 0px;
}

.cta-section_hr_001 .image-two {
    top: 45px;
    right: 30px;
    position: absolute;
}

.cta-section_hr_001 h4 {
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.cta-section_hr_001 .btn-box {
    text-align: center;
}

.cta-section_hr_001 .theme-btn{
	padding: 12px 25px;
}

.cta-section_hr_001 .theme-btn:before{
	background: #fff;
}

.cta-section_hr_001 .theme-btn:hover{

}

.row-5 {
    margin: 0 -5px;
}

.row-5>* {
    padding: 0 5px;
}


/* Offer section */
section.offer-section_hr_001 {
    position: relative;
    padding-bottom: 40px;
}

.offer-block_hr_001 {
    position: relative;
    padding: 40px;
    padding-right: 29px;
    background-size: cover;
    padding-top: 55px;
    margin-bottom: 30px;
    min-height: 270px;
    background: #dedfea;
}

.offer-block_hr_001 .category {
    line-height: 26px;
    color: #e35712;
    margin-bottom: 7px;
}

.offer-block_hr_001 h4 {
    color: #222;
    margin-bottom: 10px;
}

.offer-block_hr_001 .image {
    position: absolute;
    right: 20px;
}

.offer-block_hr_001 .text {
    font-size: 15px;
    line-height: 26px;
    color: #222;
    text-transform: uppercase;font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.offer-block_hr_001 .text.theme-color {
    
}

.offer-block_hr_001 .theme-btn {
    padding: 8px 25px;
}

.offer-block_hr_001.style-two {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.offer-block_hr_001.style-two h4 {
    color: #222;
}

.offer-block_hr_001 .shape-one {
    position: absolute;
    top: 0;
    left: 0;
}

.offer-block_hr_001 .shape-two {
    position: absolute;
    right: 0;
    top: 0;
}



/* Products section three */
section.products-section_hr_001-three {
    position: relative;
    padding-bottom: 40px;
}

section.products-section_hr_001-three .left-column {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    max-height: 482px;
    overflow: hidden;
}

section.products-section_hr_001-three .nav-tabs.tab-btn-style-one {
    max-width: 170px;
    border: none;
    padding: 55px 25px;
    padding-bottom: 197px;
    border-right: 1px solid #e5e5e5;
}

section.products-section_hr_001-three  .nav-tabs.tab-btn-style-one li.nav-item {
    margin: 0;
    border: none;
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

section.products-section_hr_001-three .nav-tabs.tab-btn-style-one li.nav-item .nav-link {
    border: none;
    font-size: 15px;
    line-height: 35px;
    color: #141417;
    font-weight: 400;
    display: block;
    padding: 0;
    transition: .5s;
}

section.products-section_hr_001-three .nav-tabs.tab-btn-style-one li.nav-item .nav-link h4 {
    font-size: 15px;
    line-height: 35px;
    color: #141417;
    font-weight: 500;
    transition: .5s;
}

section.products-section_hr_001-three .nav-tabs.tab-btn-style-one li.nav-item .nav-link.active h4 {
    
}

section.products-section_hr_001-three .tab-content {
    margin-left: -55px;
    padding: 58.5px 0;
    padding-right: 25px;
    overflow: hidden;
}

section.products-section_hr_001-three .right-column {
    margin-left: -30px;
}

.offer-block_hr_001-two {
    position: relative;
    padding: 40px 20px;
    background: #183d2b;
    padding-top: 55px;
    margin-bottom: 30px;
    min-height: 482px;
}

.offer-block_hr_001-two .theme-btn{
	padding: 12px 25px;
}

.offer-block_hr_001-two .theme-btn:before{
	background: #fff;
}

.offer-block_hr_001-two .theme-btn:hover{

}

.offer-block_hr_001-two .category {
    line-height: 26px;
    color: #e35712;
    margin-bottom: 7px;
}

.offer-block_hr_001-two h4 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.offer-block_hr_001-two .image {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    left: 0px;
}

.offer-block_hr_001-two .text {
    font-size: 15px;
    line-height: 26px;
    color: #fefefe;
    text-transform: uppercase;font-weight: 600;
    margin-bottom: 5px;
}

.offer-block_hr_001-two .text.theme-color {
    
}

.offer-block_hr_001-two .theme-btn.btn-two {
    margin-top: 15px;
    padding: 8px 25px;
}

.offer-block_hr_001-two .theme-btn.btn-two:before,
.offer-block_hr_001-two .theme-btn.btn-two:after{
    display: none;
}

.offer-block_hr_001-two .shape-one {
    position: absolute;
    top: 0;
    left: 0;
}

.offer-block_hr_001-two .shape-two {
    position: absolute;
    right: 0;
    top: 0;
}

.products-section_hr_001-three .owl-nav{
	display: none;
}

.products-section_hr_001-three .owl-nav {
    position: absolute;
    right: 0px;
    top: -30px;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-105%);
}

.products-section_hr_001-three .owl-nav button{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #222;
	transition: all 500ms ease;
}

.products-section_hr_001-three .owl-nav button.owl-prev{
	margin-right: 20px;
}

.products-section_hr_001-three .owl-nav button:hover{

}

.products-section_hr_001-three .owl-nav button.owl-prev:before{
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.20);
	width: 1px;
	top: 6px;
	right: -11px;
	height: 15px;
}



/* cta section two */
section.cta-section_hr_001-two_hr_001 {
    position: relative;
    padding-bottom: 70px;
}

section.cta-section_hr_001-two_hr_001 .text {
    text-align: right;
    color: #ccc;
}

section.cta-section_hr_001-two_hr_001 h4 {
    text-align: right;
    color: #fff;
}

section.cta-section_hr_001-two_hr_001 .row {
    align-items: center;
}

section.cta-section_hr_001-two_hr_001 .bg-box {
    padding: 40px 40px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background: #2f7955;
}


section.cta-section_hr_001-two_hr_001 span.shape-one {
    position: absolute;
    top: -240px;
    left: -57px;
    width: 316px;
    height: 316px;
    border-radius: 158px;
    background-color: rgba(255,255,255,0.0784313725490196);
    -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

section.cta-section_hr_001-two_hr_001 span.shape-two {
    position: absolute;
    left: 50%;
    width: 330px;
    height: 330px;
    border-radius: 165px;
    background-color: rgba(255,255,255,0.050980392156862744);
    top: 50%;
    transform: translate(-50%, -50%);
}

section.cta-section_hr_001-two_hr_001 span.shape-three {
    position: absolute;
    right: -94px;
    width: 333px;
    height: 333px;
    border-radius: 167px;
    background-color: rgba(255,255,255,0.0784313725490196);
    bottom: -258px;
    -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

section.cta-section_hr_001-two_hr_001 .image {
    position: relative;
    text-align: right;
}

section.cta-section_hr_001-two_hr_001 .theme-btn{
	background: #fff;
}

section.cta-section_hr_001-two_hr_001 .theme-btn:hover{
	color: #fff;
}

section.products-section_hr_001-three .nav-tabs.tab-btn-style-one li.nav-item .nav-link.active h4,
section.products-section_hr_001-three .nav-tabs.tab-btn-style-one li.nav-item .nav-link:hover h4{

}