/******************************************************************
  Template Name: Ayogaherbal
  Description: Ayogaherbal eCommerce HTML Template
  Author: Ayogaherbal
  Author URI: https://ayogaherbal.com/
  Version: 1.0
  Created: Ayogaherbal
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
        1.1	Variables
        1.2	Mixins
        1.3	Flexbox
        1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Banner Section
6.  Deal Of The Week
7.  Latest Blog
8.  Logo Carousel
9.  Contact
10.  Footer

-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #636363;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

.section-title .product-price {
    font-size: 24px;
    font-weight: 700;
    color: #005c09;
}

.section-title .product-price span {
    font-size: 16px;
    font-weight: 400;
    color: #636363;
}

.section-title h2 {
    color: #252525;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.section-title h2:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 80px;
    height: 3px;
    background: #005c09;
    content: "";
    margin: 0 auto;
}

.section-title p {
    color: #6e6e6e;
}

.set-bg {
    background-repeat: repeat;
    /*background-size: cover;*/
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    padding: 12px 30px;
    border-radius: 6px;
    color: #ffffff;
    background: #005c09;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.primary-btn:hover{
    color: #ffffff;
    background: #76BC42;
} 
.site-btn {
    color: #ffffff;
    background: #005c09;
    border: 1px solid #005c09;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 45px 11px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home-site-btn {
    color: #ffffff;
    background: #005c09;
    border: 1px solid #005c09;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

/*---------------------
  Header
-----------------------*/

.ht-right .lan-selector {
    max-width: 142px;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.ht-right .lan-selector .ddcommon {
    max-width: 142px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
    padding: 0 20px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText img {
    padding-right: 5px;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddTitleText span {
    font-size: 14px;
    color: #252525;
}

.ht-right .lan-selector .ddcommon .ddTitle .ddArrow:before {
    content: "3";
    font-family: "ElegantIcons";
    font-size: 14px;
    color: #636363;
    float: right;
    position: relative;
    right: 0;
    line-height: 26px;
}

.ht-right .lan-selector .ddcommon .ddChild {
    background: #fff;
    max-width: 142px;
    width: 100%;
    position: relative;
    left: 0;
}

.ht-right .lan-selector .ddcommon .ddChild ul {
    width: 100%;
    max-width: 142px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li {
    line-height: 23px;
    padding: 0px 10px;
    list-style: none;
}

.ht-right .lan-selector .ddcommon .ddChild ul li img {
    padding-right: 10px;
}

.ht-right .lan-selector .ddcommon .ddChild ul li span {
    font-size: 13px;
    color: #000;
    letter-spacing: 0.325px;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #1ca301;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.header-top .ht-left {
    float: left;
}

.header-top .ht-left .mail-service {
    font-size: 14px;
    color: #dfffd9;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.15);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.header-top .ht-left .mail-service i {
    margin-right: 5px;
}

.header-top .ht-left .phone-service {
    float: right;
    font-size: 14px;
    color: #dfffd9;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-top .ht-left .phone-service:hover,
.header-top .ht-left .mail-service:hover{
    color:#fff;
}

.header-top .ht-left .phone-service i {
    margin-right: 5px;
}

.header-top .ht-right {
    float: right;
}

.header-top .ht-right .login-panel,
.header-top .ht-right .account-panel {
    float: right;
    font-size: 14px;
    color: #dfffd9;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,0.15);
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-top .ht-right .login-panel i, 
.header-top .ht-right .account-panel i{
    margin-right: 8px;
}

.header-top .ht-right .lan-selector {
    float: right;
    margin-top: 15px;
    margin-bottom: 13px;
}
.header-top .ht-right .account-panel{
    border-right: 1px solid rgba(255,255,255,0.15);
    padding-right: 20px;
}
.header-top .ht-right .top-social {
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 6px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.header-top .ht-right .top-social a:hover{
    color:#fff;
}
.header-top .ht-right .top-social a {
    color: #dfffd9;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-header {
    padding: 10px 0;
}

.inner-header .logo a {
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner-header .logo a img {
    max-height: 120px;
    max-width: 100%;
}
.inner-header .advanced-search {
    height: 50px;
    border: 1px solid #ebebeb;
    -webkit-box-shadow:0 2px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.inner-header .advanced-search .category-btn {
    max-width: 30%;
    float: left;
    background: transparent;
    border: none;
    padding-left: 23px;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-right: 60px;
    font-size: 16px;
    color: #252525;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-header .advanced-search .category-btn:before {
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    content: "";
}

.inner-header .advanced-search .category-btn:after {
    position: absolute;
    right: 11px;
    top: 10px;
    content: "3";
    font-family: "ElegantIcons";
    font-size: 16px;
    color: #b2b2b2;
}

.inner-header .advanced-search .input-group {
    max-width: 100%;
    height: 100%;
}

.inner-header .advanced-search .input-group input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 16px;
    color: #6e6e6e;
    padding-left: 20px;
    padding-top:12px ;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;

}

.inner-header .advanced-search .input-group button {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: -3px;
    top: -1px;
    border: 1px solid #005c09;
    background: #005c09;
    padding: 12px 16px 12px;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.inner-header .nav-right {
    padding: 10px 0;
}

.inner-header .nav-right li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin-left: 30px;
}

.inner-header .nav-right li.heart-icon a {
    color: #252525;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.inner-header .nav-right li.cart-icon {
    position: relative;
}

.inner-header .nav-right li.cart-icon:hover .cart-hover {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

.inner-header .nav-right li.cart-icon a {
    color: #252525;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-header .nav-right li.cart-icon a span,
.inner-header .nav-right li.heart-icon a span{
    position: absolute;
    right: -12px;
    top: -5px;
    height: 18px;
    width: 18px;
    background: #f42c2c;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
}

.inner-header .nav-right li.cart-icon .cart-hover {
    position: absolute;
    right: -70px;
    top: 100px;
    width: 350px;
    background: #ffffff;
    z-index: 99;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table {
    width: 100%;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td {
    padding-bottom: 20px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-pic img {
    border: 1px solid #ebebeb;
    max-width: 60px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text {
    padding-left: 18px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
    color: #005c09;
    line-height: 30px;
    margin-bottom: 7px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
    color: #232530;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-items table tr td.si-close {
    color: #252525;
    font-size: 16px;
    cursor: pointer;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding-top: 26px;
    margin-bottom: 30px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total span {
    font-size: 14px;
    color: #005c09;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    float: left;
    font-weight: 800;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-total h5 {
    color: #005c09;
    float: right;
    font-weight: 800;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .view-card {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    background: #191919;
    color: #ffffff;
    padding: 15px 30px 12px;
    margin-bottom: 10px;
}

.inner-header .nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 15px 30px 12px;
}

.inner-header .nav-right li.cart-price {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
}

.main-nav {
    background: #005c09;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-nav .nav-depart {
    float: left;
}

.main-nav .nav-depart .depart-btn {
    background: #5dbf13;
    color: #ffffff;
    padding:16px 60px 15px 18px;
    cursor: pointer;
    position: relative;
}

.main-nav .nav-depart .depart-btn:hover .depart-hover {
    top: 52px;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.main-nav .nav-depart .depart-btn:before {
    position: absolute;
    color: #ffffff;
    right: 20px;
    top: 13px;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
}

.main-nav .nav-depart .depart-btn i {
    color: #ffffff;
    font-size: 16px;
}

.main-nav .nav-depart .depart-btn span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
}

.main-nav .nav-depart .depart-btn .depart-hover {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 70px;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-nav .nav-depart .depart-btn .depart-hover li {
    list-style: none;
}

.main-nav .nav-depart .depart-btn .depart-hover li.active a {
    color: #005c09;
}

.main-nav .nav-depart .depart-btn .depart-hover li a {
    display: block;
    font-size: 16px;
    color: #000000;
    padding-left: 40px;
    padding-top: 16px;
    padding-right: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-nav .nav-depart .depart-btn .depart-hover li a:hover {
    color: #005c09;
}

.main-nav .nav-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}

.main-nav .nav-menu li {
    list-style: none;
    display: inline-block;
    margin-left: -5px;
    position: relative;
}

.main-nav .nav-menu li.active a {
    background: #1ca301;
}

.main-nav .nav-menu li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #ffffff;
    border-right:1px solid rgba(255,255,255,0.15);
    text-transform: uppercase;
    padding: 16px 42px 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-nav .nav-menu li:hover>a {
    background: #1ca301;
}

.main-nav .nav-menu li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 52px;
}

.main-nav .nav-menu li .dropdown {
    position: absolute;
    right: 0;
    top: 82px;
    width: 200px;
    z-index: 99;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.main-nav .nav-menu li .dropdown li {
    display: block;
    margin-left: 0;
}

.main-nav .nav-menu li .dropdown li:hover>a {
    background: transparent;
    color: #ff9901;
}

.main-nav .nav-menu li .dropdown li a {
    border-right: 0;
    padding: 13px 20px 12px 30px;
    text-transform: capitalize;
    color: #005c09;
    font-weight: 600;
    font-size: 16px;
}

.slicknav_menu {
    display: none;
}

/*---------------------
  Hero Section
-----------------------*/

.hero-items .single-hero-items {
    /*height: 525px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.hero-items .single-hero-items span {
    color: #005c09;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 28px;
    display: inline-block;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-items .single-hero-items h1 {
    color: #252525;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 6px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-items .single-hero-items p {
    margin-bottom: 42px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hero-items .single-hero-items .primary-btn {
    position: relative;
    top: 120px;
    opacity: 0;
}

.hero-items .off-card {
    height: 154px;
    width: 154px;
    padding-top: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 140px;
    position: absolute;
    left: 56%;
    top: 100px;
    background: #ff9901;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.hero-items .off-card:after {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px dashed #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.hero-items .off-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.hero-items .off-card h2 span {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 6px;
}

.hero-items .owl-item.active .single-hero-items span,
.hero-items .owl-item.active .single-hero-items h1,
.hero-items .owl-item.active .single-hero-items p,
.hero-items .owl-item.active .single-hero-items .primary-btn {
    top: 0;
    opacity: 1;
}

.hero-items .owl-item.active .single-hero-items span {
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-items h1 {
    -webkit-transition: all 0.4s ease 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-items p {
    -webkit-transition: all 0.6s ease 0.6s;
    -o-transition: all 0.6s ease 0.6s;
    transition: all 0.6s ease 0.6s;
}

.hero-items .owl-item.active .single-hero-items .primary-btn {
    -webkit-transition: all 0.8s ease 0.8s;
    -o-transition: all 0.8s ease 0.8s;
    transition: all 0.8s ease 0.8s;
}

.hero-items .owl-item.active .single-hero-items .off-card {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
}

.hero-items .owl-nav button[type=button] {
    font-size: 30px;
    position: absolute;
    left: 40px;
    top: 45%;
    color: #252525;
}

.hero-items .owl-nav button[type=button]:hover {
    color: #dfad51;
}

.hero-items .owl-nav button[type=button].owl-next {
    left: auto;
    right: 40px;
}

/*---------------------
  Banner Section
-----------------------*/

.banner-section {
    padding: 30px 30px;
}

.single-banner {
    position: relative;
    z-index: 1;
}

.single-banner:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-banner::before {
    position: absolute;
    left: 20px;
    top: 20px;
    border: 10px solid #fff;
    content: "";
    opacity: 0.8;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-banner img {
    min-width: 100%;
    border-radius: 6px;
}

.single-banner .inner-text {
    position: absolute;
    left: 10px;
    top: 10px;

    /*    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;*/
}

.single-banner .inner-text h6 {
    color: #000;
    font-weight: 700;
    padding: 8px 14px;
    background: #ffc107;
    border-radius: 6px;
    text-transform: uppercase;
}

/*---------------------
  Women Banner Section
-----------------------*/

.latest-products {
    /*    padding-right: 30px;
        padding-left: 30px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-large {
    height: 620px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding-top: 285px;
}

.product-large h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-large a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.product-large a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: "";
}

.filter-control {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 32px;
}

.filter-control ul li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    color: #b2b2b2;
    margin-right: 22px;
    position: relative;
    cursor: pointer;
}

.filter-control ul li.active {
    color: #171717;
}

.filter-control ul li.active:before {
    opacity: 1;
}

.filter-control ul li:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #171717;
    content: "";
    opacity: 0;
}

.filter-control ul li:last-child {
    margin-right: 0;
}

.product-slider .owl-nav button[type=button] {
    font-size: 30px;
    position: absolute;
    left: -62px;
    top: 25%;
    color: #171717;
    opacity: 0.3;
}

.product-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -62px;
    color: #171717;
    opacity: 1;
}

.product-slider .owl-dots {
    text-align: center;
    margin-top: 27px;
}

.product-slider .owl-dots button {
    width: 6px;
    height: 6px;
    background: #D8D9DA;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-slider .owl-dots button:last-child {
    margin-right: 0;
}

.product-slider .owl-dots button.active {
    width: 30px;
    background: #252525;
    border-radius: 50px;
}

.product-item {
    margin-bottom: 26px;
}

.product-item:hover .pi-pic .icon {
    top: 15px;
    opacity: 1;
}

.product-item:hover .pi-pic ul {
    bottom: 0;
}

.product-item .pi-pic {
    overflow: hidden;
    position: relative;
}

.product-item .pi-pic img {
    min-width: 100%;
}

.product-item .pi-pic .sale {
    color: #ffffff;
    font-size: 12px;
    background: #d22;
    position: absolute;
    /*left: 0;*/
    left: 4px;
    /*top: 20px;*/
    top: 18px;
    /*padding: 5px 10px;*/
    padding: 13px 7px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius:50%;
}
.product-item .pi-pic .save-discount {
    color: #ffffff;
    font-size: 12px;
    background: #d22;
    position: absolute;
    /*right: 0;*/
    right: 5px;
    /*top: 63px;*/
    top: 53px;
    /*padding: 5px 10px;*/
    padding: 10px 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius:50%;
    text-align:center;
}

.product-item .pi-pic .sale.pp-sale {
    background: #005c09;
}

.product-item .pi-pic .icon {
    font-size: 20px;
    color: #252525;
    position: absolute;
    right: 21px;
    top: -15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.product-item .pi-pic ul {
    position: absolute;
    left: 0;
    bottom: -54px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    width: 100%;
}

.product-item .pi-pic ul li {
    list-style: none;
    display: inline-block;
    background: #ffffff;
}

.product-item .pi-pic ul li.w-icon.active a {
    background: #005c09;
    color: #ffffff;
}

.product-item .pi-pic ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    display: block;
    padding: 16px 18px 12px 19px;
}

.product-item .pi-text {
    text-align: center;
    padding-top: 26px;
}

.product-item .pi-text .catagory-name {
    font-size: 12px;
    color: #6b6b6b;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-item .pi-text a {
    display: block;
}

.product-item .pi-text a h5 {
    color: #080808;
    font-size: 16px;
    font-weight: 600;
}

.product-item .pi-text .product-price {
    color: #005c09;
    font-size: 20px;
    font-weight: 800;
    /* margin-top: 30px; */
    margin-top: 15px;
}

.product-item .pi-text .product-price span {
    font-size: 14px;
    font-weight: 400;
    color: #b2b2b2;
    text-decoration: line-through;
}

/*---------------------
  Deal Of The Week
-----------------------*/

.light-yellow {
    background: #fff1e8;
}

.deal-of-week {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
}
.product-offers {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
}

.product-offer-banner {
    border-radius: 14px;
    overflow: hidden;
}

.product-offer-banner img {
    display: block;
    border-radius: 14px;
}

.countdown-timer {
    text-align: center;
    margin-bottom: 30px;
}

.countdown-timer .cd-item {
    display: inline-block;
    background: #ffffff;
    margin-right: 35px;
    padding: 10px 14px;
    border-radius: 5px;
}

.countdown-timer .cd-item:last-child {
    margin-right: 0;
}

.countdown-timer .cd-item span {
    color: #005c09;
    font-weight: 700;
    line-height: 40px;
    font-size: 36px;
}

.countdown-timer .cd-item p {
    font-size: 16px;
    color: #b2b2b2;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/*---------------------
  Man Banner
-----------------------*/

.top-rated-products {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*---------------------
  Instagram Photo
-----------------------*/

.instagram-photo {
    overflow: hidden;
}

.instagram-photo .insta-item {
    float: left;
    width: 16.66%;
    height: 320px;
    text-align: center;
    position: relative;
}

.instagram-photo .insta-item:hover:before {
    opacity: 1;
}

.instagram-photo .insta-item:hover .inside-text {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

.instagram-photo .insta-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.instagram-photo .insta-item .inside-text {
    padding-top: 130px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.instagram-photo .insta-item .inside-text i {
    font-size: 30px;
    color: #ffffff;
}

.instagram-photo .insta-item .inside-text h5 {
    margin-top: 14px;
}

.instagram-photo .insta-item .inside-text h5 a {
    color: #ffffff;
}

/*---------------------
  Latest Blog
-----------------------*/

.latest-blog {
    padding-top: 72px;
    padding-bottom: 80px;
}

.latest-blog .section-title {
    margin-bottom: 55px;
}

.single-latest-blog {
    margin-bottom: 25px;
}

.single-latest-blog img {
    min-width: 100%;
}

.single-latest-blog .latest-text {
    padding-top: 25px;
}

.single-latest-blog .latest-text .tag-list {
    margin-bottom: 8px;
}

.single-latest-blog .latest-text .tag-list .tag-item {
    font-size: 14px;
    color: #868686;
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
}

.single-latest-blog .latest-text .tag-list .tag-item i {
    color: #005c09;
    margin-right: 6px;
}

.single-latest-blog .latest-text a {
    display: block;
}

.single-latest-blog .latest-text a h4 {
    color: #252525;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
    font-weight: 600;
}

.benefit-items {
    border: 1px solid #CACACA;
    margin-top: 45px;
}

.benefit-items .single-benefit {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 55px;
    padding-right: 55px;
    border-right: 1px solid #CACACA;
}

.benefit-items .single-benefit .sb-icon {
    float: left;
    margin-right: 20px;
}

.benefit-items .single-benefit .sb-text {
    display: table;
}

.benefit-items .single-benefit .sb-text h6 {
    color: #252525;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.benefit-items .single-benefit .sb-text p {
    margin-bottom: 0;
    color: #252525;
    line-height: 20px;
}

/*---------------------
  Partner Logo
-----------------------*/

.partner-logo {
    background: #005c09;
    padding: 38px 0;
}

.logo-carousel .logo-item {
    display: table;
}

.logo-carousel .logo-item .tablecell-inner {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
}

.owl-carousel .owl-item img {
    display: block;
    /* width: auto; */
}

/*---------------------
  Footer
-----------------------*/

.footer-section {
    background: #252c41;
    padding-top: 75px;
}

.footer-left {
    margin-bottom: 30px;
}

.footer-left .footer-logo {
    margin-bottom: 24px;
}

.footer-left .footer-logo a {
    display: inline-block;
}

.footer-left ul li {
    list-style: none;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 30px;
}

.footer-left .footer-social {
    padding-top: 25px;
}

.footer-left .footer-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #858585;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    z-index: 1;
}

.footer-left .footer-social a:hover:before {
    opacity: 1;
}

.footer-left .footer-social a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #005c09;
    content: "";
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 26px;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget ul li a {
    line-height: 36px;
    font-size: 16px;
    color: #858b9f;
}

.newslatter-item h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.newslatter-item p {
    color: #858b9f;
    line-height: 26px;
}

.newslatter-item .subscribe-form {
    position: relative;
}

.newslatter-item .subscribe-form input {
    color: #3f3f3f;
    background: #ebebeb;
    width: 100%;
    height: 46px;
    font-size: 16px;
    border: none;
    padding-left: 20px;
    border-radius: 6px;
}
.newslatter-item .subscribe-form input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-moz-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input:-ms-input-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input::-ms-input-placeholder {
    color: #b2b2b2;
}

.newslatter-item .subscribe-form input::placeholder {
    color: #b2b2b2;
}


.newslatter-item .subscribe-form button {
    display: inline-block;
    color: #ffffff;
    background: #005c09;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #005c09;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 20px 12px;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.newslatter-item .subscribe-form button:hover {
    border: 1px solid #5dbf13;
    background: #5dbf13;
}

.copyright-reserved {
    border-top: 1px solid #444;
    padding: 15px 0;
    margin-top: 45px;
}

.copyright-reserved .copyright-text {
    float: left;
    font-size: 16px;
    color: #858b9f;
}

.copyright-reserved .copyright-text a {
    color: #5dbf13;
}

.copyright-reserved .copyright-text i {
    color: #cc2424;
}

.copyright-reserved .copyright-text a:hover {
    color: #005c09;
}

.copyright-reserved .payment-pic {
    float: right;
}

/*-------------------------------- Other Pages Style -------------------------------*/

/*---------------------
  Breadcrumb
-----------------------*/
.breacrumb-section {
    background: #f4f5f7;
}

.breadcrumb-text {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
    color: #252525;
}

.breadcrumb-text a {
    display: inline-block;
    font-size: 16px;
    color: #252525;
    margin-right: 28px;
    position: relative;
}

.breadcrumb-text a:after {
    position: absolute;
    right: -18px;
    top: 0px;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #b2b2b2;
}

.breadcrumb-text span {
    display: inline-block;
    color: #b2b2b2;
}

/*---------------------
  Product Shop
-----------------------*/

.product-shop {
    padding-top: 40px;
    padding-bottom: 40px;
}

.filter-widget {
    margin-bottom:30px;
}

.filter-widget .fw-title {
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.filter-widget .filter-catagories li {
    list-style: none;
}

.filter-widget .filter-catagories li a {
    display: inline-block;
    color: #636363;
    font-size: 16px;
    line-height: 34px;
}

.filter-widget .fw-brand-check .bc-item {
    margin-bottom: 3px;
}

.filter-widget .fw-brand-check .bc-item label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
}

.filter-widget .fw-brand-check .bc-item label input {
    position: absolute;
    visibility: hidden;
}

.filter-widget .fw-brand-check .bc-item label input:checked~span {
    background: #005c09;
    border-color: #005c09;
}

.filter-widget .fw-brand-check .bc-item label .checkmark {
    position: absolute;
    left: 0;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 2px solid #ebebeb;
    border-radius: 2px;
}

.filter-widget .fw-brand-check .bc-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 10px;
    height: 8px;
    border: solid white;
    border-width: 3px 3px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.filter-widget .filter-range-wrap {
    margin-bottom: 40px;
}

.filter-widget .filter-range-wrap .range-slider {
    margin-bottom: 25px;
}

.filter-widget .filter-range-wrap .range-slider .price-input {
    position: relative;
}

.filter-widget .filter-range-wrap .range-slider .price-input:after {
    position: absolute;
    left: 58px;
    top: 13px;
    height: 1px;
    width: 17px;
    background: #ebebeb;
    content: "";
}

.filter-widget .filter-range-wrap .range-slider .price-input input {
    font-size: 16px;
    color: #252525;
    max-width: 20%;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}

#filter_modal .filter-widget .filter-range-wrap .range-slider .price-input input {
    max-width: 35%;
    text-align: left;
}

#filter_modal  .mobile_filter {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background: #005c09;
    padding: 7px 20px 5px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}



.filter-widget .filter-range-wrap .range-slider .price-input input:nth-child(1) {
    margin-right: 28px;
}

.filter-widget .filter-range-wrap .price-range {
    border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #ebebeb;
    height: 3px;
}

.filter-widget .filter-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ff6407;
    border: none;
    -webkit-box-shadow: 1px 6px 14px -4px #425c6d;
    box-shadow: 1px 6px 14px -4px #425c6d;
    outline: none;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range {
    background: #ebebeb;
    border-radius: 0;
}

.filter-widget .filter-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
    background: #005c09;
}

.filter-widget .filter-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    background: #005c09;
    padding: 7px 20px 5px;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
}

.filter-widget .fw-color-choose .cs-item {
    width: 50%;
    float: left;
    margin-bottom: 4px;
}

.filter-widget .fw-color-choose .cs-item input {
    position: absolute;
    visibility: hidden;
}

.filter-widget .fw-color-choose .cs-item label {
    cursor: pointer;
    position: relative;
    padding-left: 33px;
    font-size: 16px;
    color: #636363;
}

.filter-widget .fw-color-choose .cs-item label.cs-violet:before {
    background: #8230E3;
}

.filter-widget .fw-color-choose .cs-item label.cs-blue:before {
    background: #2773BE;
}

.filter-widget .fw-color-choose .cs-item label.cs-yellow:before {
    background: #EEEE21;
}

.filter-widget .fw-color-choose .cs-item label.cs-red:before {
    background: #DC3232;
}

.filter-widget .fw-color-choose .cs-item label.cs-green:before {
    background: #81D742;
}

.filter-widget .fw-color-choose .cs-item label:before {
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 18px;
    background: #252525;
    border-radius: 50%;
    content: "";
}

.filter-widget .fw-size-choose .sc-item {
    display: inline-block;
    margin-right: 5px;
}

.filter-widget .fw-size-choose .sc-item:last-child {
    margin-right: 0;
}

.filter-widget .fw-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}

.filter-widget .fw-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: 40px;
    width: 47px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-widget .fw-size-choose .sc-item label.active {
    background: #252525;
    color: #ffffff;
}

.filter-widget .fw-tags a {
    display: inline-block;
    font-size: 16px;
    color: #636363;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    margin-bottom: 9px;
    border-radius: 2px;
}

.checkmark:after {
    position: absolute;
    content: "";
}

.product-show-option {
    margin-bottom: 30px;
}

.product-show-option .select-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-show-option .select-option .nice-select {
    border-radius: 0;
    border: 1px solid #ECEDEE;
    height: 40px;
    line-height: 35px;
}

.product-show-option .select-option .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    width: 100%;
}

.product-show-option .select-option .nice-select:after {
    border-bottom: 2px solid #4c4c4c;
    border-right: 2px solid #4c4c4c;
    height: 7px;
    right: 22px;
    top: 47%;
    width: 7px;
    opacity: 0.7;
}

.product-show-option .select-option .nice-select span {
    font-size: 16px;
    color: #4c4c4c;
}

.product-show-option .select-option .sorting {
    margin-right: 20px;
}

.product-show-option .select-option .sorting.nice-select {
    padding-right: 46px;
}

.product-show-option .select-option .p-show.nice-select {
    padding-right: 105px;
}

.product-show-option .select-option .p-show.nice-select:before {
    position: absolute;
    right: 48px;
    top: 0;
    content: "09";
    font-size: 16px;
    color: #252525;
}

.product-show-option p {
    margin-bottom: 0;
    color: #636363;
    line-height: 39px;
}

.prduct-list .product-item {
    margin-bottom: 25px;
}

.loading-more {
    text-align: center;
    padding-top: 10px;
}

.loading-more i {
    font-size: 22px;
    color: #663333;
    margin-right: 6px;
    position: relative;
    top: 7px;
}

.loading-more a {
    font-size: 18px;
    font-weight: 700;
    color: #252525;
    position: relative;
    display: inline-block;
}

.loading-more a:before {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #005c09;
    content: "";
}

/*---------------------
  Product Details
-----------------------*/

.product-shop.page-details {
    padding-bottom: 60px;
}

.product-pic-zoom {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.product-pic-zoom img {
    min-width: 100%;
}

.product-pic-zoom .zoom-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-pic-zoom .zoom-icon i {
    color: #4c4c4c;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 50%;
    line-height: 37px;
}

.product-thumbs .pt {
    cursor: pointer;
    position: relative;
}

.product-thumbs .pt.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #005c09;
    z-index: 1;
}

.ps-slider .owl-nav button[type=button] {
    height: 30px;
    width: 30px;
    background: #ffffff;
    color: #a7a7a7;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-box-shadow: 0px 6px 10px -1px #e9e9e9;
    box-shadow: 0px 6px 10px -1px #e9e9e9;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.ps-slider .owl-nav button[type=button].owl-next {
    left: auto;
    right: -16px;
}

.product-details .pd-title {
    position: relative;
    margin-bottom: 6px;
}

.product-details .pd-title span {
    display: block;
    font-size: 12px;
    color: #b2b2b2;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 23px;
}

.product-details .pd-title h3 {
    color: #252525;
    font-weight: 700;
}

.product-details .pd-title .heart-icon {
    color: #252525;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.product-details .pd-rating {
    margin-bottom: 10px;
}

.product-details .pd-rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.product-details .pd-rating span {
    font-size: 12px;
    color: #999591;
}

.product-details .pd-desc {
    margin-bottom: 24px;
}

.product-details .pd-desc p {
    color: #636363;
}

.product-details .pd-desc h4 {
    color: #005c09;
    font-weight: 700;
}

.product-details .pd-desc h4 span {
    font-size: 18px;
    font-weight: 400;
    color: #b7b7b7;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 13px;
}

.product-details .pd-color {
    margin-bottom: 25px;
}

.product-details .pd-color h6 {
    color: #252525;
    font-weight: 700;
    float: left;
    margin-right: 28px;
}

.product-details .pd-color .pd-color-choose {
    display: inline-block;
}

.product-details .pd-color .pd-color-choose .cc-item {
    display: inline-block;
    margin-right: 10px;
}

.product-details .pd-color .pd-color-choose .cc-item input {
    position: absolute;
    visibility: hidden;
}

.product-details .pd-color .pd-color-choose .cc-item label {
    height: 20px;
    width: 20px;
    background: #252525;
    border-radius: 50%;
    cursor: pointer;
    margin-bottom: 0;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-yellow {
    background: #EEEE21;
}

.product-details .pd-color .pd-color-choose .cc-item label.cc-violet {
    background: #8230E3;
}

.product-details .pd-size-choose {
    margin-bottom: 30px;
}

.product-details .pd-size-choose .sc-item {
    display: inline-block;
    margin-right: 5px;
}

.product-details .pd-size-choose .sc-item:last-child {
    margin-right: 0;
}

.product-details .pd-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}

.product-details .pd-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: 40px;
    width: 47px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.product-details .pd-size-choose .sc-item label.active {
    background: #252525;
    color: #ffffff;
}

.product-details .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
}

.product-details .quantity .pro-qty {
    width: 123px;
    height: 46px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
    margin-right: 14px;
}

.product-details .quantity .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 38px;
    cursor: pointer;
    width: 18px;
}

.product-details .quantity .pro-qty .qtybtn.dec {
    font-size: 30px;
}

.product-details .quantity .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}

.product-details .quantity .primary-btn.pd-cart {
    padding: 14px 70px 10px;
}

.product-details .pd-tags {
    margin-bottom: 27px;
}

.product-details .pd-tags li {
    list-style: none;
    font-size: 16px;
    color: #636363;
    line-height: 30px;
}

.product-details .pd-tags li span {
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.product-details .pd-share {
    overflow: hidden;
}

.product-details .pd-share .p-code {
    font-size: 16px;
    color: #252525;
    float: left;
}

.product-details .pd-share .pd-social {
    float: right;
}

.product-details .pd-share .pd-social a {
    display: inline-block;
    color: #252525;
    font-size: 14px;
    margin-left: 15px;
}

.product-tab {
    padding-top: 60px;
}

.tab-item ul li:nth-child(1) a {
    border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(2) a {
    border-right: 1px solid #ebebeb;
}

.tab-item ul li:nth-child(3) a {
    border-right: 1px solid #ebebeb;
}

.tab-item ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 18px 61px;
    position: relative;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.tab-item ul li a.active {
    color: #252525;
}

.tab-item ul li a.active:before {
    opacity: 1;
}

.tab-item ul li a::before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 5px;
    background: #005c09;
    content: "";
    opacity: 0;
}

.product-content {
    padding-top: 40px;
}

.product-content h5 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 23px;
}

.product-content p {
    margin-bottom: 34px;
}

.product-content img {
    min-width: 100%;
}

.specification-table {
    padding-top: 52px;
}

.specification-table table {
    width: 100%;
}

.specification-table table tr td {
    border: 1px solid #EFF0F2;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
}

.specification-table table tr td.p-catagory {
    width: 310px;
    text-align: left;
    padding-left: 34px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 700;
    text-transform: uppercase;
}

.specification-table table tr td .pd-rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.specification-table table tr td .pd-rating span {
    font-size: 12px;
    color: #999591;
}

.specification-table table tr td .p-price {
    color: #005c09;
    font-size: 16px;
    font-weight: 700;
}

.specification-table table tr td .cart-add {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    text-transform: uppercase;
}

.specification-table table tr td .p-stock,
.specification-table table tr td .p-size,
.specification-table table tr td .p-code {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 700;
}

.specification-table table tr td .p-weight {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 700;
}

.specification-table table tr td .p-size {
    text-transform: uppercase;
}

.specification-table table tr td .cs-color {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #252525;
    border-radius: 50%;
}

.customer-review-option {
    padding-top: 55px;
}

.customer-review-option h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}

.customer-review-option .comment-option .co-item {
    margin-bottom: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic {
    float: left;
    margin-right: 20px;
}

.customer-review-option .comment-option .co-item .avatar-pic img {
    height: 63px;
    width: 63px;
    border-radius: 50%;
}

.customer-review-option .comment-option .co-item .avatar-text {
    display: table;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating {
    line-height: 9px;
}

.customer-review-option .comment-option .co-item .avatar-text .at-rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 {
    color: #252525;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span {
    color: #b2b2b2;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 22px;
    position: relative;
}

.customer-review-option .comment-option .co-item .avatar-text h5 span:before {
    position: absolute;
    left: -18px;
    top: -5px;
    content: "-";
    font-size: 18px;
    color: #b2b2b2;
}

.customer-review-option .comment-option .co-item .avatar-text .at-reply {
    font-size: 14px;
    color: #636363;
}

.customer-review-option .personal-rating {
    margin-bottom: 50px;
    padding-top: 10px;
}

.customer-review-option .personal-rating h6 {
    color: #252525;
}

.customer-review-option .personal-rating .rating i {
    font-size: 12px;
    display: inline-block;
    color: #FAC451;
    margin-right: -3px;
}

.customer-review-option .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 35px;
}

.customer-review-option .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.customer-review-option .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 116px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 45px;
}

/*---------------------
  Related Products
-----------------------*/

.related-products {
    padding-top: 0;
    padding-bottom: 50px;
}

.related-products .section-title {
    margin-bottom: 50px;
}

.related-products .section-title h2:before {
    display: none;
}

/*---------------------
  Shopping Cart
-----------------------*/

.shopping-cart {
    padding-top: 80px;
    padding-bottom: 60px;
}

.cart-table {
    margin-bottom: 40px;
}

.cart-table table {
    width: 100%;
    min-width: 480px;
    border: 1px solid #ebebeb;
}

.cart-table table tr th {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    padding: 15px 15px 15px;
    text-transform: uppercase;
}

.cart-table table tr th.p-name {
    text-align: left;
}

.cart-table table tr td {
    text-align: center;
    padding-bottom: 30px;
    padding-left: 15px
}

.cart-table table tr td.first-row {
    padding-top: 20px;
}

.cart-table table tr td.cart-pic {
    width: 12%;
}

.cart-table table tr td.cart-title {
    text-align: left;
}

.cart-table table tr td.cart-title h5 {
    color: #252525;
}

.cart-table table tr td.p-price {
    width: 16%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
    color: #005c09;
    font-size: 16px;
    font-weight: 700;
}

.cart-table table tr td.qua-col {
    width: 16%;
}

.cart-table table tr td.qua-col .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
    width: 123px;
    height: 46px;
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 38px;
    cursor: pointer;
    width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
    font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}

.cart-table table tr td.total-price {
    width: 12%;
}

.cart-table table tr td.close-td {
    font-size: 16px;
    color: #252525;
    width: 8%;
}

.cart-table table tr td.close-td i {
    cursor: pointer;
}

.cart-buttons {
    margin-bottom: 34px;
}

.cart-buttons .continue-shop {
    color: #b2b2b2;
    border: 2px solid #ebebeb;
    background: #ffffff;
    margin-right: 8px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 10px;
}

.cart-buttons .up-cart {
    color: #252525;
    background: #f3f3f3;
    border: 2px solid #ebebeb;
    padding: 12px 20px 12px 20px;
}

.discount-coupon {
    margin-bottom: 30px;
}

.discount-coupon h6 {
    color: #232530;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.discount-coupon .coupon-form {
    position: relative;
}

.discount-coupon .coupon-form input {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    color: #b2b2b2;
    font-size: 14px;
    padding-left: 20px;
}

.discount-coupon .coupon-form .coupon-btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #252525;
    background: transparent;
    border: 1px solid transparent;
    padding: 13px 25px 10px 35px;
}

.proceed-checkout ul {
    border: 2px solid #ebebeb;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.proceed-checkout ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    overflow: hidden;
}

.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
    font-weight: 700;
}

.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
    color: #005c09;
}

.proceed-checkout ul li span {
    float: right;
}

.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #252525;
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    text-align: center;
}

/*---------------------
  Check Out
-----------------------*/

.checkout-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
.checkout-content {
    margin-bottom: 30px;
}

.checkout-content .content-btn,
.checkout-content input {
    color: #252525;
    font-size: 16px;
    border: 2px solid #ebebeb;
    padding: 14px 20px;
    background: #f3f3f3;
    text-align: center;
    display: block;
}

.checkout-content input {
    height: 56px !important;
}

.checkout-form h4 {
    color: #1c1c1c;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.checkout-form label {
    color: #252525;
    font-size: 16px;
    margin-bottom: 5px;
}
.checkout__input p span {
    color: #dd2222;
}
.checkout-form label span {
    color: #d85d5c;
}
.custom-control-label img {
    max-width: 70px;
}
.checkout-form input, .checkout-form .custom-select {
    width: 100%;
    height: 46px;
    border: 2px solid #ebebeb;
    margin-bottom: 25px;
    padding-left: 15px;
}

.checkout-form input.street-first {
    margin-bottom: 20px;
}

.checkout-form .create-item {
    padding-top: 15px;
}

.checkout-form .create-item label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 14px;
    color: #252525;
}

.checkout-form .create-item label input {
    position: absolute;
    visibility: hidden;
}

.checkout-form .create-item label input:checked~span {
    background: #005c09;
    border-color: #005c09;
}

.checkout-form .create-item label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 13px;
    width: 13px;
    border: 2px solid #B2B2B2;
    border-radius: 2px;
}

.checkout-form .create-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 9px;
    height: 6px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.checkout-form .place-order .order-total {
    border: 2px solid #ebebeb;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 22px;
    padding-bottom: 35px;
}

.checkout-form .place-order .order-total .order-table {
    margin-bottom: 64px;
}

.checkout-form .place-order .order-total .order-table li {
    list-style: none;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 30px;
}

.checkout-form .place-order .order-total .order-table li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 0;
}

.checkout-form .place-order .order-total .order-table li.fw-normal {
    font-weight: 400;
    text-transform: capitalize;
}

.checkout-form .place-order .order-total .order-table li.fw-normal span {
    font-weight: 700;
}

.checkout-form .place-order .order-total .order-table li.total-price span {
    color: #005c09;
}

.checkout-form .place-order .order-total .order-table li span {
    float: right;
}

.checkout-form .place-order .order-total .payment-check {
    margin-bottom: 50px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label {
    position: relative;
    cursor: pointer;
    padding-left: 32px;
    margin-bottom: 0;
    font-size: 14px;
    color: #252525;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input {
    position: absolute;
    visibility: hidden;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input:checked~span {
    background: #005c09;
    border-color: #005c09;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 13px;
    width: 13px;
    border: 2px solid #B2B2B2;
    border-radius: 2px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark:after {
    left: 0;
    top: 0;
    width: 9px;
    height: 6px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.checkout-form .place-order .order-total .order-btn {
    text-align: center;
}

.checkout-form .place-order .order-total .order-btn .place-btn {
    padding: 13px 40px 11px;
    background: #000000;
    border-color: #000000;
}

.cart_detail_box {
    background: #f4f5f7;
    width: 100%;
    border-radius: 4px;
}
.cart_detail_box .card-body {
    border: none;
}
.list-group-flush-x .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    background: transparent;
}
.list-group-flush-y .list-group-item:first-child {
    padding-top: 0;
    border-top: none;
}
.list-group-flush-y .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/*---------------------
  Blog Section
-----------------------*/

.blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.blog-section .loading-more {
    padding-top: 0;
}

.blog-sidebar .search-form {
    margin-bottom: 55px;
}

.blog-sidebar .search-form h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 12px;
}

.blog-sidebar .search-form form {
    position: relative;
}

.blog-sidebar .search-form form input {
    height: 46px;
    width: 100%;
    border: 2px solid #ECECEC;
    padding-left: 20px;
    font-size: 18px;
    color: #b2b2b2;
}

.blog-sidebar .search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    background: #252525;
    border: 1px solid #252525;
    height: 46px;
    padding: 0 15px;
    cursor: pointer;
}

.blog-sidebar .blog-catagory {
    margin-bottom: 41px;
}

.blog-sidebar .blog-catagory h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 14px;
}

.blog-sidebar .blog-catagory ul li {
    list-style: none;
}

.blog-sidebar .blog-catagory ul li a {
    font-size: 16px;
    color: #636363;
    line-height: 39px;
}

.blog-sidebar .recent-post {
    margin-bottom: 55px;
}

.blog-sidebar .recent-post h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 28px;
}

.blog-sidebar .recent-post .recent-blog .rb-item {
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic {
    float: left;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-pic img {
    height: 80px;
    width: 80px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text {
    display: table;
    padding-left: 16px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text h6 {
    color: #252525;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #005c09;
    letter-spacing: 2px;
    line-height: 20px;
}

.blog-sidebar .recent-post .recent-blog .rb-item .rb-text p span {
    color: #b2b2b2;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}

.blog-sidebar .blog-tags h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-sidebar .blog-tags .tag-item a {
    display: inline-block;
    font-size: 16px;
    color: #636363;
    padding: 5px 15px;
    border: 1px solid #ebebeb;
    margin-right: 5px;
    margin-bottom: 9px;
    border-radius: 2px;
}

.blog-item {
    margin-bottom: 42px;
}

.blog-item .bi-pic img {
    min-width: 100%;
}

.blog-item .bi-text {
    padding-top: 24px;
}

.blog-item .bi-text h4 {
    color: #252525;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
}

.blog-item .bi-text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #005c09;
    letter-spacing: 2px;
    line-height: 20px;
}

.blog-item .bi-text p span {
    color: #b2b2b2;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
}


/*---------------------
  Blog
-----------------------*/

.blog__item {
	margin-bottom: 60px;
}

.blog__item__pic img {
	min-width: 100%;
}

.blog__item__text {
	padding-top: 25px;
}

.blog__item__text ul {
	margin-bottom: 15px;
}

.blog__item__text ul li {
	font-size: 16px;
	color: #b2b2b2;
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text h5 {
	margin-bottom: 12px;
}

.blog__item__text h5 a {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
}

.blog__item__text p {
	margin-bottom: 25px;
}

.blog__item__text .blog__btn {
	display: inline-block;
	font-size: 14px;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #b2b2b2;
	padding: 14px 20px 12px;
	border-radius: 25px;
}

.blog__item__text .blog__btn span {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.blog__pagination {
	padding-top: 5px;
	position: relative;
}

.blog__pagination:before {
	position: absolute;
	left: 0;
	top: -29px;
	height: 1px;
	width: 100%;
	background: #000000;
	opacity: 0.1;
	content: "";
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	padding-top: 50px;
}

.blog__sidebar__item {
	margin-bottom: 50px;
}

.blog__sidebar__item h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
}

.blog__sidebar__item ul li {
	list-style: none;
}

.blog__sidebar__item ul li a {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
	color: #7fad39;
}

.blog__sidebar__search {
	margin-bottom: 50px;
}

.blog__sidebar__search form {
	position: relative;
}

.blog__sidebar__search form input {
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
}

.blog__sidebar__search form input::placeholder {
	color: #6f6f6f;
}

.blog__sidebar__search form button {
	font-size: 16px;
	color: #6f6f6f;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px 18px;
}

.blog__sidebar__recent .blog__sidebar__recent__item {
	display: block;
}

.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__recent__item {
	overflow: hidden;
	margin-bottom: 20px;
}

.blog__sidebar__recent__item__pic {
	float: left;
	margin-right: 20px;
}

.blog__sidebar__recent__item__text {
	overflow: hidden;
}

.blog__sidebar__recent__item__text h6 {
	font-weight: 700;
	color: #333333;
	line-height: 20px;
	margin-bottom: 5px;
}

.blog__sidebar__recent__item__text span {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}

.blog__sidebar__item__tags a {
	font-size: 16px;
	color: #6f6f6f;
	background: #f5f5f5;
	display: inline-block;
	padding: 7px 26px 5px;
	margin-right: 6px;
	margin-bottom: 10px;
}

/*---------------------
  Blog Details Hero
-----------------------*/

.blog-details-hero {
	height: 350px;
	display: flex;
	align-items: center;
}

.blog__details__hero__text {
	text-align: center;
}

.blog__details__hero__text h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog__details__hero__text ul li {
	font-size: 16px;
	color: #ffffff;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.blog__details__hero__text ul li:after {
	position: absolute;
	right: -26px;
	top: 0;
	content: "|";
}

.blog__details__hero__text ul li:last-child {
	margin-right: 0;
}

.blog__details__hero__text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.related-blog {
	padding-top: 70px;
	padding-bottom: 10px;
}

.related-blog-title {
	margin-bottom: 70px;
}

.blog-details {
	padding-bottom: 75px;
	border-bottom: 1px solid #e1e1e1;
}

.blog__details__text {
	margin-bottom: 45px;
}

.blog__details__text img {
	margin-bottom: 30px;
}

.blog__details__text p {
	font-size: 18px;
	line-height: 30px;
}

.blog__details__text h3 {
	color: #333333;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
}

.blog__details__author__pic {
	float: left;
	margin-right: 15px;
}

.blog__details__author__pic img {
	height: 92px;
	width: 92px;
	border-radius: 50%;
}

.blog__details__author__text {
	overflow: hidden;
	padding-top: 30px;
}

.blog__details__author__text h6 {
	color: #1c1c1c;
	font-weight: 700;
}

.blog__details__author__text span {
	font-size: 16px;
	color: #6f6f6f;
}

.blog__details__widget ul {
	margin-bottom: 5px;
}

.blog__details__widget ul li {
	font-size: 16px;
	color: #6f6f6f;
	list-style: none;
	line-height: 30px;
}

.blog__details__widget ul li span {
	color: #1c1c1c;
	font-weight: 700;
}

.blog__details__widget .blog__details__social a {
	display: inline-block;
	font-size: 20px;
	color: #6f6f6f;
	margin-right: 24px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__widget .blog__details__social a:hover {
	color: #7fad39;
}

.blog__details__widget .blog__details__social a:last-child {
	margin-right: 0;
}


/*---------------------
  Map
-----------------------*/

.map {
    padding-top: 80px;
    padding-bottom: 0;
}

.map-inner {
    height: 610px;
    position: relative;
}

.map-inner iframe {
    width: 100%;
}

.map-inner .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-14px, -21px);
    -ms-transform: translate(-14px, -21px);
    transform: translate(-14px, -21px);
}

.map-inner .icon i {
    font-size: 48px;
    color: #005c09;
}

/*---------------------
  Contact Section
-----------------------*/

.contact-section {
    padding-top: 75px;
    padding-bottom: 80px;
}

.contact-title {
    margin-bottom: 30px;
}

.contact-title h4 {
    color: #252525;
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-widget .cw-item {
    background: #ffffff;
    margin-bottom: 11px;
    -webkit-box-shadow: 0px 8px 35px 10px #E8E8E8;
    box-shadow: 0px 8px 35px 10px #E8E8E8;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}

.contact-widget .cw-item .ci-icon {
    float: left;
    margin-top: 12px;
}

.contact-widget .cw-item .ci-icon i {
    font-size: 30px;
    color: #b2b2b2;
}

.contact-widget .cw-item .ci-text {
    display: table;
    padding-left: 30px;
}

.contact-widget .cw-item .ci-text span {
    color: #b2b2b2;
    font-size: 16px;
}

.contact-widget .cw-item .ci-text p {
    font-size: 18px;
    color: #252525;
    margin-bottom: 0;
}

.contact-form .leave-comment h4 {
    color: #292f3b;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form .leave-comment p {
    margin-bottom: 38px;
}

.contact-form .leave-comment .comment-form input {
    width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}

.contact-form .leave-comment .comment-form textarea {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 150px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 35px;
}

.contact-form .leave-comment .comment-form .site-btn {
    padding: 13px 35px 11px;
}

/*---------------------
  Faq Section
-----------------------*/

.faq-section {
    padding-top: 80px;
    padding-bottom: 54px;
}

.faq-accordin .card {
    border: none;
    margin-bottom: 22px;
}

.faq-accordin .card .card-heading {
    font-size: 22px;
    color: #252525;
    font-weight: 700;
    cursor: pointer;
}

.faq-accordin .card .card-heading a {
    padding-left: 42px;
    display: block;
}

.faq-accordin .card .card-body {
    padding: 0;
    padding-top: 13px;
    padding-bottom: 10px;
}

.faq-accordin .card .card-body p {
    margin-bottom: 0;
}

.faq-accordin .card-heading a:after,
.faq-accordin .card-heading>a.active[aria-expanded=false]:after {
    content: "�?�";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #404040;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    background: #EFEFF0;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.faq-accordin .card-heading a[aria-expanded=true]:after,
.faq-accordin .card-heading>a.active:after {
    content: "�?�";
    font-family: "FontAwesome";
    float: left;
    font-size: 13px;
    color: #ffffff;
    background: #005c09;
}

/*---------------------
  Register Form
-----------------------*/

.register-login-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.register-form h2,
.login-form h2 {
    color: #252525;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.register-form form .group-input,
.login-form form .group-input {
    margin-bottom: 25px;
}

.register-form form .group-input label, .login-form form .group-input label {
    display: block;
    font-size: 18px;
    color: #252525;
    margin-bottom: 10px;
}

.register-form form .group-input input,
.login-form form .group-input input {
    border: 1px solid #ebebeb;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
    background-color: #f6f6f6;
}

.register-form form .register-btn,
.register-form form .login-btn,
.login-form form .register-btn,
.login-form form .login-btn {
    width: 100%;
    letter-spacing: 2px;
    margin-top: 5px;
}

.register-form .switch-login,
.login-form .switch-login {
    text-align: center;
    margin-top: 22px;
}

.register-form .switch-login .or-login,
.login-form .switch-login .or-login {
    color: #252525;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}

.register-form .switch-login .or-login:before,
.login-form .switch-login .or-login:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #9f9f9f;
    content: "";
}

.login-form .group-input.gi-check {
    margin-bottom: 8px;
}

.login-form .group-input .gi-more {
    overflow: hidden;
}

.login-form .group-input .gi-more label {
    position: relative;
    cursor: pointer;
    padding-left: 28px;
    font-size: 14px;
    color: #6B6B6B;
    float: left;
}

.login-form .group-input .gi-more label input {
    position: absolute;
    visibility: hidden;
}

.login-form .group-input .gi-more label input:checked~span {
    border-color: #6C6C6C;
}

.login-form .group-input .gi-more label input:checked~span:after {
    border-color: #6c6c6c;
}

.login-form .group-input .gi-more label .checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 13px;
    width: 13px;
    border: 1px solid #6C6C6C;
    border-radius: 2px;
}

.login-form .group-input .gi-more label .checkmark:after {
    left: 2px;
    top: -2px;
    width: 13px;
    height: 6px;
    border: solid #ffffff;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(127deg);
    -ms-transform: rotate(127deg);
    transform: rotate(127deg);
}

.login-form .group-input .gi-more .forget-pass {
    float: right;
    line-height: 20px;
    margin-top: -2px;
    font-size: 14px;
    color: #6B6B6B;
}

/* ------------------------------ Responsive Media Styles ---------------------------- */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .inner-header .advanced-search .input-group button {
        right:0px;
    }
    .product-item .pi-pic ul li a {
        padding: 17px 12px 12px 11px;
    }
    .main-nav .nav-menu li a {
        padding: 17px 36px 17px
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .inner-header .advanced-search .category-btn {
        max-width: 36%;
    }
    .inner-header .advanced-search .input-group {
        max-width: 100%;
    }
    .main-nav .nav-menu li a {
        padding: 15px 26px 15px;
    }
    .main-nav .nav-depart .depart-btn {
        padding:12px 53px 15px 14px;
    }
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    .countdown-timer .cd-item {
        margin-right: 26px;
    }
    .product-details .quantity .primary-btn.pd-cart {
        padding: 14px 30px 10px;
    }
    .tab-item ul li a {
        padding: 18px 39px;
    }
    .inner-header .advanced-search .input-group button {
        right: -7px;
    }
    .product-shop .product-item .pi-pic ul li a {
        padding: 16px 12px 12px 11px;
    }
    .related-products .product-item .pi-pic ul li a {
        padding: 16px 12px 12px 11px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section {
        padding: 30px 0 10px;
    }
    .single-banner {
        margin-bottom: 20px;
    }
    .latest-products {
        padding-right: 0;
        padding-left: 0;
    }
    .product-large {
        margin-left: 0;
        margin-right: 0;
    }
    .deal-of-week {
        margin-left: 0;
        margin-right: 0;
    }
    .product-slider .owl-nav button[type=button] {
        display: none;
    }
    .top-rated-products {
        padding-right: 0;
        padding-left: 0;
    }
    .place-order {
        padding-top: 30px;
    }
    .blog-tags {
        padding-bottom: 40px;
    }
    .blog-details-inner .blog-post .prev-blog {
        margin-bottom: 40px;
    }
    .contact-form {
        padding-top: 40px;
    }
    .product-large.m-large {
        margin-top: 40px;
    }
    .hero-items .owl-nav button[type=button] {
        left: 5px;
    }
    .hero-items .owl-nav button[type=button].owl-next {
        right: 5px;
    }
    .product-shop.page-details .product-details {
        padding-top: 30px;
    }
    .inner-header .advanced-search .input-group button {
        right: -8px;
    }

}

/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-top .ht-right .login-panel {
        padding-left: 10px;
    }
    .header-top .ht-right .account-panel {
        padding-left: 10px;
    }
    .header-top .ht-right .top-social {
        padding-right: 10px;
    }
    .header-top .ht-left .mail-service {
        padding-right: 10px;
    }
    .header-top .ht-left .phone-service {
        padding-left: 10px;
    }
    .header-top .ht-right .top-social a {
        margin-left: 10px;
    }
    .inner-header .advanced-search .category-btn {
        max-width: 40%;
        padding-right: 25px;
    }
    .inner-header .advanced-search .input-group {
        max-width: 100%;
    }
    .inner-header .nav-right li {
        margin-left: 8px;
    }
    .main-nav .nav-depart .depart-btn {
        padding: 14px 40px 14px 18px;
    }
    .main-nav .nav-menu li a {
        padding: 17px 14px 17px;
        font-size: 12px;
    }
    .instagram-photo .insta-item .inside-text h5 {
        font-size: 14px;
    }
    .tab-item ul li a {
        padding: 18px 39px;
    }
    .hero-items .off-card {
        left: 62%;
    }
    .blog-details-inner .blog-post .prev-blog {
        padding-left: 30px;
    }
    .blog-details-inner .blog-post .next-blog {
        padding-right: 30px;
    }
    .blog-sidebar,
    .produts-sidebar-filter {
        padding-top: 50px;
    }
    .checkout-content input {
        margin-top: 50px;
    }
}

/* Large Device: 480px */

@media only screen and (max-width: 768px) {
    .product-shop {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6, p {
        font-size: 14px;
    }
    .footer-section {
        padding-top: 20px;
    }
    .footer-widget h5, .newslatter-item h5 {
        margin-bottom: 0px;
    }
    .footer-widget {
        margin-bottom: 20px;
    }
    .footer-widget ul li a {
        line-height: 28px;
        font-size: 14px;
    }
    .instagram-photo .insta-item {
        width: 50%;
        height: 300px;
    }
    .copyright-reserved {
        margin-top: 20px;
    }
    .copyright-reserved .copyright-text {
        float: none;
        margin-bottom: 10px;
        text-align: center;
    }
    .copyright-reserved .payment-pic {
        float: none;
        text-align: center;
    }
    .header-top .ht-left .mail-service,
    .header-top .top-social {
        display: none;
    }
    .header-top .ht-left .phone-service {
        line-height: 22px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 0px;
    }
    .header-top .ht-right .login-panel,
    .header-top .ht-right .account-panel{
        padding-top: 9px;
        padding-bottom: 7px;
    }
    .header-top .ht-right .lan-selector {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .inner-header .advanced-search .category-btn {
        display: none;
    }
    .inner-header .advanced-search .input-group {
        max-width: 100%;
    }
    
    .inner-header {
        padding: 0;
    }
    .inner-header .logo {
        text-align: center;
        margin: 20px 0 24px 0;
    }
    .inner-header .nav-right {
        text-align: left;
    }
    .inner-header .nav-right li:first-child {
        margin-left: 0;
    }
    .main-nav .nav-depart .depart-btn {
        padding: 14px 50px 14px 18px;
    }
    .main-nav {
        background: transparent;
    }
    .main-nav .nav-menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
        background: transparent;
        text-align: center;
        margin-top: -54px;
    }
    .slicknav_nav {
        background: #005c09;
    }
    .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .slicknav_nav a,
    .slicknav_nav .slicknav_row {
        margin: 0;
    }
    .slicknav_nav .dropdown a {
        padding-left: 25px;
    }
    .main-nav .nav-depart {
        display: none;
    }
    .slicknav_btn {
        border-radius: 0;
        background-color: #005c09;
        display: inline-block;
        right: -16px;
        z-index: 0;
    }
    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 8px 15px;
    }
    .slicknav_nav a:hover {
        border-radius: 0;
        background: #1ca301;
        color: #fff;
    }
    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: #1ca301;
        color: #fff;
    }
    .inner-header .nav-right li.cart-icon .cart-hover {
        left: -50px;
    }
    .product-show-option p {
        text-align: left;
    }
    .inner-header .advanced-search{
        box-shadow: none;
        margin-bottom: 20px;
    }
    .tab-item ul li a {
        padding: 18px 51px;
        margin-bottom: 10px;
    }
    .cart-table {
        overflow: auto;
    }
    .cart-table table tr th {
        font-size: 12px;
    }
    .hero-items .single-hero-items {
        /* padding: 20px 20px 20px; */
        height: auto;
        background: left center;
    }
    .hero-items .single-hero-items h1 {
        font-size: 24px;
    }
    .hero-items .single-hero-items .primary-btn {
        top: 0;
    }
    .blog-details-inner .tag-share .details-tag ul li {
        margin-right: 10px;
    }
    .blog-details-inner .tag-share .blog-share .social-links a {
        margin-left: 15px;
    }
    .blog-details-inner .blog-detail-title p:before {
        left: -135px;
        width: 100px;
    }
    .blog-details-inner .blog-detail-title p:after {
        right: -135px;
        width: 100px;
    }
    .hero-items .off-card {
        display: none;
    }
    .ps-slider .owl-nav button[type=button] {
        left: 0;
    }
    .ps-slider .owl-nav button[type=button].owl-next {
        right: 0;
    }
    .blog-details-inner .blog-post .prev-blog {
        padding-left: 30px;
    }
    .blog-details-inner .blog-post .next-blog {
        padding-right: 30px;
    }
    .blog-details-inner .posted-by {
        padding: 40px 25px;
        text-align: center;
    }
    .blog-details-inner .posted-by .pb-pic {
        float: none;
        margin-bottom: 30px;
    }
    .blog-details-inner .posted-by .pb-text {
        padding-left: 0;
    }
    .blog-sidebar,
    .produts-sidebar-filter {
        padding-top: 50px;
    }
    .checkout-content input {
        margin-top: 50px;
    }
}

/* Small Device: 320px */

@media only screen and (max-width: 479px) {

    .instagram-photo .insta-item {
        width: 100%;
    }
    .inner-header .advanced-search .category-btn {
        display: none;
    }
    .inner-header .advanced-search .input-group {
        max-width: 100%;
    }
    .inner-header .nav-right li.cart-icon .cart-hover {
        width: 270px;
        padding: 20px;
    }
    .product-shop {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .countdown-timer .cd-item {
        margin-right: 5px;
        padding: 10px 6px;
    }
    /*    .product-show-option .select-option {
            display:block;
        }*/
    .product-show-option .select-option .sorting.nice-select {
        margin-bottom: 10px;
    }
    .product-details .quantity .primary-btn.pd-cart {
        padding: 14px 20px 10px;
    }
    .tab-item ul li a {
        padding: 18px 30px;
        margin-bottom: 10px;
    }
    .specification-table table tr td.p-catagory {
        width: 160px;
    }
    .blog-details-inner .blog-post .next-blog .nb-pic i {
        display: none;
    }
    .blog-details-inner .blog-post .prev-blog .pb-pic i {
        display: none;
    }
    .blog-details-inner .tag-share .details-tag {
        float: none;
        margin-bottom: 10px;
    }
    .blog-details-inner .tag-share .blog-share {
        float: none;
    }
    .blog-details-inner .blog-detail-title p:before {
        left: -62px;
        width: 50px;
    }
    .blog-details-inner .blog-detail-title p:after {
        right: -62px;
        width: 50px;
    }
    .blog-details-inner .posted-by .pb-pic {
        float: none;
        margin-bottom: 15px;
    }
    .blog-details-inner .posted-by .pb-text {
        padding-left: 0;
        display: block;
    }
    .checkout-form .place-order .order-total {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-widget .cw-item .ci-icon {
        float: none;
        margin-bottom: 5px;
    }
    .contact-widget .cw-item .ci-text {
        padding-left: 0;
    }
    .benefit-items .single-benefit {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.pinkBg {
    background-color: #ed184f!important;
    background-image: linear-gradient(90deg, #fd5581, #fd8b55);
}
.intro-banner-vdo-play-btn{
    height:60px;
    width:60px;
    position: fixed;
    bottom: 54px;
    right: 5%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:99;
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px;
    color:#fff;
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
.bottom-button-fixed{
    bottom: 11px;
    position: fixed;
    right: 13px;
    z-index: 100000;
}
#chat,#chat:after,.chatbox {
    transition: all .4s ease-in-out;
}

#chat,#close-chat,.minim-button,.maxi-button,.chat-text {
    font-weight: 700;
    cursor: pointer;
    font-family: Arial,sans-serif;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

#chat,#close-chat,.chatbox {
    border: 1px solid grey;
}

#chat:after,#chat:before {
    position: absolute;
    border-style: solid;
    content: "";
}
.cont-btn
{
    background-color: #005c09 !important;
    background-image: linear-gradient(90deg, #005c09, #1ca301);
    color: #fff;
}
.cont-btn:hover{
    color: #fff;
}
.chatbox {
    position: fixed;
    bottom: 0;
    right: 11px;
    margin: 0 0 -1500px;
    background: #fff;
    border-bottom: none;
    z-index: 100000;
    width: 330px;
    padding:10px 10px 20px;
    border-radius: 6px;
}
.chatbox h6 {
    font-size: 12px;
    text-align: left;
    color: #005c09;
    margin: 0px 0 15px 0px;
}
#close-chat {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
    z-index: 2;
}

#minim-chat,#maxi-chat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    z-index: 1;
}

.minim-button {
    position: absolute;
    top: 2px;
    right: 26px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
}

.maxi-button {
    position: absolute;
    top: 2px;
    right: 26px;
    font-size: 24px;
    border: 1px solid #dedede;
    width: 20px;
    background: #fefefe;
}
#chat {
    background: #d6431a none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    height: 43px;
    padding: 10px 0;
    width: 272px;
    color:#fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#chat:before {
    border-width: 10px 11px 0 0;
    border-color: #d6431a transparent transparent;
    left: 7px;
    bottom: -10px;
}

#chat:after {
    border-width: 9px 8px 0 0;
    border-color: #d6431a transparent transparent;
    left: 8px;
    bottom: -8px;
}
.chat-text{
    font-size:20px; font-weight:200;  
}


#chat:hover {
    background: #ddd;
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

#chat:hover:after {
    border-color: #ddd transparent transparent!important;
}

.animated-chat {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
    }

    10%,20% {
        -webkit-transform: scale(.9)rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1)rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1)rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1)rotate(0);
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
    }

    10%,20% {
        transform: scale(.9)rotate(-3deg);
    }

    30%,50%,70%,90% {
        transform: scale(1.1)rotate(3deg);
    }

    40%,60%,80% {
        transform: scale(1.1)rotate(-3deg);
    }

    100% {
        transform: scale(1)rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hide-overide{
    overflow: hidden;
}

.mobile-view-filter{
    position: fixed;
    bottom: 0;
    left:0;
    right:0;
    z-index: 999;
}
.mobile-view-filter{
    background-color: #ffffff; 
    -webkit-box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.1);
}
.mobile-view-filter .sort-by,
.mobile-view-filter .filter-by{
    font-size: 18px;
    text-align: center;
    width: 50%;
    float: left;
    padding: 14px 0; 
    cursor: pointer;
}
.mobile-view-filter .sort-by{
    border-right: 1px solid #999;
}
.sort-navbar li, .sort-navbar li a{
    display: block; 
}
.sort-navbar li a{
    color: #222;
    border-bottom: 1px dashed #999;
    display: block;
}
.nav-tabs.filter-sidenav li a:hover,
.nav-tabs.filter-sidenav li a:focus,
.nav-tabs.filter-sidenav li a.active,
.sort-navbar li a:hover,
.sort-navbar li a:focus,
.sort-navbar li a.active{
    color: #005c09;
}
.nav-tabs.filter-sidenav li a,
.nav-tabs.filter-sidenav{
    border: 0;
    border-radius: 0;
}
.nav-tabs.filter-sidenav{
    background-color: #f5f5f5;
}
.nav-tabs.filter-sidenav li a{
    color: #222;
}
/* Top and Bottom */

.modal.modal-shop .modal-content {
    border-radius: 0;
    border: none;
}
.modal.modal-shop .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
}
.modal.modal-shop .modal-content {
    height: auto;
    overflow-y: auto;
}
.modal.modal-shop .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.modal-shop .modal-body {
    padding: 15px 15px;
}
/* Bottom */
.modal.modal-shop.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}
.modal.modal-shop.fade.show .modal-dialog {
    bottom: 0;
}
.modal.modal-shop.fade .modal-dialog {
    bottom: -100%;
}


.gray {
    background: #f4f5f7;
}

/*===================================================
  Dashboard My Account
====================================================*/
.card.style-2 {
    border-color: #e2e6ec;
}
.card.style-2 .card-header {
    background: white;
    border-color: #e2e6ec;
}
ul.item-groups {
    padding: 0;
    margin: 0;
    width: 100%;
}
ul.item-groups li {
    display: block;
    list-style: none;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6e8ec;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}
ul.item-groups li:last-child {
    border-bottom:none;
    padding:0;
}
.remove-wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
}
.remove-wishlist a {
    font-weight: 600;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #919ab9;
}

/*-------------- Dashboard Navigatio --------------*/
nav.dashboard-nav {
    background: #ffffff;
    border-radius: 0.4rem;
}
.dashboard-nav .list-group-item {
    border-top: none;
    border-radius: 0;
    padding-left:15px;
    padding-right:15px;
    position:relative;
    border-color: #ebeef3;
}
.dashboard-nav .list-group-item:before {
    content: "\e649";
    position: absolute;
    font-family: Themify;
    right: 15px;
}
.dashboard-nav .list-group-item.active {
    border-color: #ebeef3;
    color: #1ca301;
    font-weight: 600;
}


/*----------- Add Payment Methode -----------------*/
.add-payment-card {
    background: #ffffff;
    border: 1px solid #f1f3f7;
    border-radius: 0.4rem;
    margin-bottom: 25px;
    padding: 1rem;
}
.ap-card-header {
    display: flex;
    align-items: center;
    width: 100%;
}
.card-header-thumb {
    flex: 1;
}
.card-header-thumb img {
    max-width: 100px;
}
.add-payment-card label, .bold-simple{
    font-weight:800;
    margin-bottom:4px;
    position:relative;
    text-transform:uppercase;
    font-size: 10px;
}
.card-caption {
    padding: 0.5rem 1rem;
    background: #f4f5f7;
    position: relative;
    font-weight: 600;
    border-radius: 0.2rem;
}
.card-caption .info-icon {
    position: absolute;
    font-size: 10px;
    right: 4px;
    top: 50%;
    transform: translate(-9%, -67%);
}
.add-payment-card.center {
    height: 91%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}
.add-pay-card {
    display: block;
    margin-bottom: 1rem;
}
.add-pay-card .btn.btn-pay {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #eaecef;
    border-radius: 50%;
    color: #8e96b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}
.modal-body {
    padding: 2em 2em;
}
.modal-header-title {
    font-size:1.5em;
    text-align: center;
    margin: 0rem 0 0em 0;
}
span.mod-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e6eaef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    color: #1a1e2b !important;
    cursor: pointer;
    z-index: 1;
}
.woo_btn_action .btn.btn-gray:focus, .woo_btn_action .btn.btn-gray:hover{
    color:#ffffff;
    border-color:#1f2738;
    background:#1f2738;
}

.tbl_cart_product_thumb.bundel_flex {
    display: flex;
    align-items: center;
}
.tbl_cart_product_thumb.bundel_flex .cart_pr_thumbs {
    flex: 1;
}
.flex_inline_center {
    display: flex;
    align-items: center;
}
.cart_sku_preflix {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 350px;
    padding: 5px 0;
}
.sku_preflix_first {
    min-width:150px;
}
.sku_preflix_last {
    text-align: left;
    font-size: 14px;
    flex: 1;
}
.sku_preflix_last ul {
    padding: 0;
    margin: 0;
}
.sku_preflix_last ul li {
    display: inline-block;
    padding-right: 15px;
}
.sku_preflix_last ul li a {
    font-size: 13px;
}

.pr_info_prefix.grocery_style .sku_preflix_first strong {
    color: #92a6bd;
    font-weight: 400;
}
.pr_info_prefix.grocery_style .sku_preflix_last {
    color: #2b364e;
}
.pr_info_prefix.grocery_style .sku_preflix_first {
    min-width: 110px;
}
.pr_info_prefix.grocery_style {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.short_products_info_body {
    border: 1px solid #eef0f5;
    border-radius:0.2rem;
}
/*------------------ Shopping cart Elements ----------------*/
.tbl_cart_product {
    display: flex;
    align-items: center;
    width: 100%;
}
.tbl_cart_product_thumb {
    margin-right: 15px;
    max-width:70px;
}
.tbl_cart_product_caption {
    position: relative;
    text-align: left;
    display: inline-block;
}
.tbl_cart_product_caption .tbl_pr_title {
    margin-bottom: 2px;
    font-size: 17px;
}
.tbl_cart_product_caption .tbl_pr_quality {
    font-size: 13px;
    color:#647b9c;
    font-weight: 400;
}
.tbl_org_price {
    font-size:17px;
    font-weight: 400;
    margin: 0;
}
.form-control.tbl_quan {
    max-width: 85px;
    height: 45px;
    background: #f4f5f7;
    font-weight: 600;
}
.tbl_pr_action {
    width: 100%;
    display: flex;
    align-items: center;
}
.tbl_pr_action .tbl_total_price {
    margin: 0;
    font-weight: 400;
    margin-right: 15px;
}
.tbl_pr_action .tbl_remove {
    width: 24px;
    height: 24px;
    font-size: 10px;
    background: #edf1f9;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
.cart_detail_box {
    background: #f4f5f7;
    width: 100%;
    border-radius: 4px;
}
.cart_detail_box .card-body {
    border: none;
    border-bottom: 0;
}

.btn-theme {
    background: #5dbf13;
    border-color: #5dbf13;
    color: #ffffff;
    transition: all ease 0.4s;
}

.table tr th, .table tr td {
    border-color: #e8eaf1;
    border-top-color: rgb(232, 234, 241);
    padding: 12px 15px;
    vertical-align: middle;
}
table.table tr th {
    font-weight: 600;
}



/*--------------- Order Tracking ------------------*/
.checked-shop {
    padding: 1.5rem 1rem;
    background: #ffffff;
    border: 1px solid #eaeef3;
    border-radius: 0.4rem;
}
.ship_status_box {
    background: #f4f5f7;
    padding: 1.2rem 1rem;
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
}
.ship_status_box span {
    color: #27395f;
}
ul.track_order_list {
    padding: 0;
    display: block;
    position: relative;
}

.track_order_list li {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 2rem;
}
.trach_single_list {
    display: flex;
    align-items: center;
    width: 100%;
}
.trach_icon_list {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 0.4rem;
    border: 1px solid #e2e6ef;
    position:relative;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    display: flex;
}
.track_order_list li .track_list_caption {
    display: block;
    flex: 1;
    position: relative;
}
.track_order_list li .track_list_caption h4 {
    font-size: 20px;
}
.track_order_list li.complete .trach_icon_list {
    border: 1px solid rgba(76, 175, 80,0.3);
    color: #1ca301;
}
.track_order_list li.complete .trach_icon_list:before {
    content: "\e64c";
    font-family: Themify;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1ca301;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: 8px;
}
.track_order_list li.processing .trach_icon_list:before {
    content:"\e619";
    font-family: Themify;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff9800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: 8px;
}
.track_order_list li.processing .trach_icon_list {
    border: 1px solid rgba(255, 152, 0,0.3);
    color:#ff9800;
}

.track_order_list li.processing .track_list_caption h4 {
    color:#0a529c;
}
.track_order_list li.processing .track_list_caption p{
    color:#0a529c;
}

.file-attachment-btn {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.file-attachment-btn-label {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    cursor: inherit;
    opacity: 0;
}
.avatar-xl {
    width:5.625rem;
    height:5.625rem
}
.avatar-xl .avatar-initials {
    font-size:2rem
}
.avatar-xl.avatar-circle .avatar-status {
    bottom:.16406rem;
    right:.16406rem
}
.avatar-circle .avatar-img {
    border-radius: 50%;
}
.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .3125rem;
}


.product-info ul li {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #3a8d00;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.product-info ul li {
    font-weight: 600;
    color: #3a8d00;
}
.product-info ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #3a8d00;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    font-size: 11px;
}
.product-info ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.shape-1 {
    position: absolute;
    bottom: 0;
    right: 0%;
    /*max-width: 150px;*/
    z-index: -1;
    display: inline-block;
}
.shape-1 img{
    height:400px;
}

.bg-cover {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: 0;
    /*height: 530px*/
}
.relative {
    position: relative!important;
    overflow-x: hidden;
}
.light-orange {
    background-color: #f6e2c1;
}
.btn-rounded {
    border-radius: 60px !important;
}
.theme-btn-fill-orange {
    background-color: #F19D3D;
    color: #000;
    border: solid 2px;
    border-color: #F19D3D;
    font-weight: 600;
}
.hover-top {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.theme-btn-fill-orange:hover {
    background-color: #EC8E24;
    color: #ffffff;
    border-color: #EC8E24;
    text-decoration: none;
}
.hover-top:hover {
    -webkit-transform: translateY(-0.125rem) translateZ(0);
    transform: translateY(-0.125rem) translateZ(0);
    -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgb(22 28 45 / 10%) !important;
}

/* Custom css for popup */

.website-logo-popup .swal2-icon {
    
    width: 10em;
    height: 4em;
    border: none;
}

.website-logo-popup .swal2-popup {
    width: 26em;
}
.logo-carousel  {
    text-align: center;
}
.logo-carousel h5 {
    color: #ccccc0;
    margin-top: 10px;
    text-align: center;
}

.logo-carousel i {
    color: #ccc;
    text-align: center;
    font-size: 46px;
}
.add_cart_btn{
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: initial;
}
.common-btn{
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: initial;
}

.single-latest-blog img {
    /* min-width: 100%; */
    height: 250px;
    /* border: 1px solid #000; */
    width: 360px;
}
