/* ======================================================
    Header
====================================================== */
/* ----------------------------------------------
    1. Header Top Area
---------------------------------------------- */
li {
    list-style-type: none;
}

a {
    outline: none;
}

.home-one .container {
    max-width: 1800px;
}

.wrapper.home-one {
    background: #f5f5f5 none repeat scroll 0 0;
}

.header-top-area {
    /*background: #646060 none repeat scroll 0 0;*/
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: solid 1px #ddd;
}
/*welcome*/

.welcome {
    height: 35px;
    line-height: 35px;
}

    .welcome p {
        margin-bottom: 0;
        display: inline-block;
        font-size: 13px;
        color: #ffffff;
        letter-spacing: 0;
    }

.menu-my-account-container {
    float: left;
    position: relative;
    width: auto;
}

    .menu-my-account-container li {
        border-bottom: 1px solid #eeeeee;
        line-height: 18px;
        padding: 0;
    }

    .menu-my-account-container ul li:last-child {
        border-bottom: none;
    }

    .menu-my-account-container > a,
    .language > a,
    .currency > a {
        display: block;
        text-align: center;
        color: #000;
        text-decoration: none;
        letter-spacing: 0;
        font-size: 14px;
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 0px 6px;
        display: inline-block;
        margin-bottom: 5px;
        border-radius: 5px;
        margin-left: 5px;
    }

        .menu-my-account-container > a:hover {
            color: #282828 !important;
            text-decoration: none;
            border: 1px solid #282828;
            display: inline-block;
        }

.currency a i {
    margin-left: 5px;
}

.currency ul li {
    border-bottom: 1px solid #eeeeee;
}

    .currency ul li:last-child {
        border-bottom: 0px solid #eee;
    }

.menu-my-account-container ul li a {
    color: #525252;
    text-decoration: none;
    padding: 12px 0;
    display: inline-block;
}

#LnkLogOut {
    color: #525252 !important;
    background: none !important;
    text-align: left;
    border: none !important;
    text-decoration: none;
    padding: 0px 0 0;
    display: inline-block;
}

    #LnkLogOut:hover {
        color: #646060 !important;
    }

.menu-my-account-container ul li a:hover {
    color: #646060;
}

.topbar-nav {
    line-height: 30px;
    float: right;
}

.switcher {
    float: left;
}

.language {
    float: left;
    position: relative;
    width: 110px;
}

    .language ul li a:hover span {
        color: #646060;
    }

.home-two .language ul li a:hover span {
    color: #46B7B9;
}

.home-two a:hover,
.home-two a:focus,
.home-two a:active {
    color: #46B7B9;
}

.language a img {
    margin-right: 10px;
}

.currency {
    float: right;
    position: relative;
    /*width: 70px;*/
}

    .currency ul {
        width: 100px !important;
    }

.language span {
    float: right;
}

.currency a {
    /*text-decoration: none;
    text-align: right;
    font-size: 11pt;
    border-right: solid 1px #b0ada9;*/
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 0px 6px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px;
}

    .currency a:hover {
        color: #282828 !important;
        text-decoration: none;
        border: 1px solid #282828;
        display: inline-block;
    }


.switcher .language ul,
.switcher .currency ul,
.menu-my-account-container ul {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ededed;
    height: auto;
    /*left: 50%;*/
    list-style: outside none none;
    opacity: 0;
    padding: 0 12px;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 150px;
    z-index: 1000;
    text-align: center;
}

.switcher .currency ul {
    left: 30%;
}

.switcher .language:hover ul,
.switcher .currency:hover ul,
.menu-my-account-container:hover ul {
    opacity: 1;
    visibility: visible;
}

.menu-my-account-container ul {
    text-align: left;
}
/* ----------------------------------------------
    2. Header Middle Area
---------------------------------------------- */
.header-middle-area {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0;
    padding-top: 10px;
}

.home-three .header-middle-area {
    padding: 30px 0;
}
/*header-search*/
.header-search {
    background-color: #eef1fa;
    border-radius: 5px;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 80px;
    position: relative;
}

.category-select .nice-select-menu {
    background-color: #f6f6f6;
    border: 0 none;
    border-radius: 0;
    height: 44px;
    line-height: 44px;
    min-width: 130px;
}

.header-search-form {
    overflow: hidden;
}


    .header-search-form form input[type="text"] {
        height: 52px;
        background: #fff;
        padding: 0 15px;
    }

    .header-search-form form input[type="submit"] {
        padding: 0 42px;
        height: 52px;
    }

.category-select {
    position: relative;
}

    .category-select:before {
        position: absolute;
        content: "";
        left: 0;
        top: 12px;
        width: 1px;
        height: 30px;
        background-color: #777;
    }

.header-search-form input {
    margin-bottom: 0;
    border: 0;
}

    .header-search-form input[type="text"] {
        padding-right: 10px;
        background-color: #f6f6f6;
    }

    .header-search-form input[type="submit"] {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0 5px 5px 0;
        font-size: 14px;
        font-weight: 300;
    }

.home-two .header-search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 600;
    background-color: #ffcd38;
    color: #333;
}

    .home-two .header-search-form input[type="submit"]:hover {
        background-color: #333333;
        color: #fff;
    }

.nice-select.nice-select-menu ul {
    border-radius: 0;
    margin-top: 0;
}

.shop-cart-menu > ul {
    margin-bottom: 0;
}

    .shop-cart-menu > ul > li {
        border-right: 1px solid #646060;
        display: inline-block;
        line-height: 15px;
        list-style: outside none none;
        padding: 0 29px;
        position: relative;
    }

.home-three .shop-cart-menu > ul > li {
    border-right: 1px solid #E7301C;
}

.home-two .shop-cart-menu > ul > li {
    border-right: 1px solid #389294;
}

.shop-cart-menu > ul > li:last-child {
    border-right: 0px solid #dddddd;
    padding-right: 0;
}

.shop-cart-menu > ul > li > a {
    color: #282828;
    display: block;
    outline: none;
}

.shop-cart-menu > ul > li:hover > a {
    color: #646060;
}

.shop-cart-menu > ul > li > a i {
    font-size: 28px;
}

.shop-cart-menu > ul > li > a sup {
    background-color: #282828;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    right: 15px;
    text-align: center;
    top: -14px;
    width: 23px;
}

.shop-cart-menu > ul > li > a > i,
.shop-cart-menu > ul > li > a > span > i {
    font-size: 32px;
}

.cart-icon {
    margin-right: 15px;
}

    .cart-icon:hover {
        margin-right: 15px;
        border-bottom: solid #646060;
    }

.cart-text {
    display: inline-block;
}

.cart-text-title {
    line-height: 20px;
}

.shop-cart-menu > ul li ul {
    margin-bottom: 0;
    position: absolute;
    height: auto;
    z-index: 9;
    background-color: #fff;
    padding: 10px 20px;
    right: 0;
    width: 300px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    top: 150%;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.shop-cart-menu > ul li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.shop-cart-menu > ul li ul li {
    list-style: none;
    padding: 8px 0;
    line-height: 1.5;
}

    .shop-cart-menu > ul li ul li + li {
        border-top: 1px solid #e5e5e5;
    }

.shop-cart-img {
    width: 70px;
    float: left;
}

.shop-cart-info {
    overflow: hidden;
    padding-right: 1px;
    position: relative;
    padding-left: 5px;
}

    .shop-cart-info h5 {
        color: #666666;
        font-size: 14px;
        font-weight: 300;
        margin: 0 0 5px;
    }

        .shop-cart-info h5 a {
            text-decoration: none;
        }

            .shop-cart-info h5 a:hover {
                color: #646060;
            }

.home-two .shop-cart-info h5 a:hover {
    color: #46B7B9;
}

.shop-cart-info .price {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.shop-cart-info .quantaty {
    color: #9a9a9a;
    font-size: 12px;
    display: block;
}

.shop-cart-info .cart-remove {
    position: absolute;
    right: 0;
    bottom: 0;
}

.shop-cart-info .cart-remove {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .shop-cart-info .cart-remove i {
        color: #fff;
        height: 18px;
        width: 18px;
        line-height: 18px;
        background-color: #fff;
        color: #646060;
        text-align: center;
        font-size: 12px;
        transition: all 0.3s ease 0s;
    }

        .shop-cart-info .cart-remove i:hover {
            color: #282828;
        }

.shop-cart-total p {
    color: #333;
    font-weight: 700;
    margin-bottom: 0;
}

    .shop-cart-total p span {
        color: #666666;
    }

.shop-cart-btn {
}

    .shop-cart-btn a {
        border: 1px solid #646060;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        font-weight: 600;
        line-height: 28px;
        padding: 5px 15px;
        text-decoration: none;
        text-transform: capitalize;
        background-color: #646060;
        border-radius: 5px;
    }

        .shop-cart-btn a:hover {
            background-color: #282828;
            border: 1px solid #282828;
            color: #ffffff;
        }
/* ----------------------------------------------
    3. Header Bottom Area
---------------------------------------------- */
.header-bottom-area {
    background-color: #ea9f25;
    border-radius: 0px !important;
}

    .header-bottom-area .category-wrapper {
        max-width: 16.67%;
    }
/*.categori-menu {
  background: #282828 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.categori-menu > span::after {
  content: "";
  font-family: "Ionicons";
  font-size: 27px;
  font-weight: normal;
  left: 20px;
  position: absolute;
}
.categori-menu > span > i {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.categori-menu-list > li > a i {
  position: absolute;
  right: 0;
  top: 13px;
}
.categori-menu > span {
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 58px;
  margin-left: 50px;
  text-transform: uppercase;
}
.categori-menu-list {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #ffffff none repeat scroll 0 0;
  border-color: #ededed;
  border-image: none;
  border-style: solid;
  border-width: 0 1px 1px;
  left: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 99;
}
.home-two .categori-menu-list{
  position: relative;
}
.categori-menu-list li {
  position: relative;
}
.categori-menu-list > li a {
  background: #ffffff none repeat scroll 0 0;
  color: #2c2c2c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 5px 20px;
  position: relative;
  text-transform: capitalize;
}
.categori-menu-list li span {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
}
.categori-menu-list > li a {
  color: #2c2c2c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow-wrap: break-word;
  text-transform: capitalize;
}
ul {
  list-style: outside none none;
}
.categori-menu-list .ht-dropdown::before {
  background-color: #ffffff;
  border-color: #f1f1f1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f1f1f1;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: block;
  height: 15px;
  left: -8px;
  position: absolute;
  top: 15px;
  transform: rotate(-45deg);
  width: 15px;
}
.categori-menu-list > li ul.first-megamenu {
  width: 605px;
}
.categori-menu-list .ht-dropdown {
  display: flex;
}
.megamenu {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e5e5e3;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  left: 100%;
  padding: 20px 35px;
  top: 0;
}
.ht-dropdown {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  left: 92%;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 120px;
  z-index: 999;
}
.categori-menu-list li {
  position: relative;
}
.ht-dropdown {
  visibility: hidden;
}
.categori-menu-list li {
  position: relative;
}
.menu-tile {
  border-bottom: 1px solid #ededed;
  color: #2c2c2c;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.single-megamenu ul li a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  text-transform: capitalize;
}
.categori-menu-list > li a {
  background: #ffffff none repeat scroll 0 0;
  color: #2c2c2c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 5px 20px;
  position: relative;
  text-transform: capitalize;
}
.first-megamenu li.megamenu-img {
  flex-basis: 40%;
}
.categori-menu-list li {
  padding: 0 20px;
  position: relative;
}
.categori-menu-list li ul li {
  padding: 15px 20px 10px 30px;
}
.categori-menu-list li ul li ul{
  margin: 0;    
}
.categori-menu-list li ul li ul li {
  padding: 0;
  margin: 0;
}

.categori-menu-list li ul li ul li.menu-tile{
    padding-bottom: 10px;
}
.categori-menu-list li ul li a{
    border-bottom: 0px solid transparent;
}
li.megamenu-img a {
  padding: 0;
}
.categori-menu-list > li a {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 1px solid #ededed;
  color: #2c2c2c;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 5px 0;
  text-decoration: none;
  position: relative;
  text-transform: capitalize;
}
.home-one .categori-menu-list > li a:hover{
    color: #646060;
}
.home-two .categori-menu-list > li a:hover {
    color: #46B7B9;
}
.categori-menu-list > li:last-child a {
  border-bottom: 0 solid rgba(0, 0, 0, 0);
}
.header-top-left > ul > li:hover ul.ht-dropdown, .cart-box ul li:hover ul.ht-dropdown, .categori-menu-list > li:hover ul.ht-dropdown, .header-bottom-list li:hover ul.ht-dropdown {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.categori-menu-list > li ul.megamenu-two {
  width: 420px;
}*/

.categori-menu {
    background: #282828 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    position: relative;
}

    .categori-menu span.categorie-title {
        color: #ea9f25;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        line-height: 58px;
        margin-left: 50px;
        text-transform: uppercase;
    }

    .categori-menu > span::after {
        content: "";
        font-family: "Ionicons";
        font-size: 27px;
        font-weight: normal;
        left: 20px;
        position: absolute;
    }

.categori-menu-list {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #ededed;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
}

.categori-menu nav ul {
    margin: 0px;
    padding: 0px;
    padding: 0px;
    box-shadow: 0px 0px 10px #ccc;
}

    .categori-menu nav ul li {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #ededed;
        position: relative;
        margin: 0px;
        padding: 0px;
    }

        .categori-menu nav ul li a {
            color: #333;
            cursor: pointer;
            display: block;
            font-size: 15px;
            font-weight: 400;
            line-height: 22px;
            margin: 0px;
            padding: 10px;
            text-decoration: none;
            position: relative;
            text-transform: capitalize;
        }

            .categori-menu nav ul li a:hover, .categori-menu nav ul li a:focus {
                color: #282828;
            }

            .categori-menu nav ul li a i.fa {
                margin: 4px 10px 0px 0px;
                float: right;
                font-size: 14px;
            }

        .categori-menu nav ul li:hover .first {
            display: block;
        }

        .categori-menu nav ul li .first {
            width: 650px;
            position: absolute;
            left: 100%;
            top: 0%;
            box-shadow: 0px 0px 6px #ccc;
            background: #fff;
            display: none;
            transform: translateY(0%);
            transition-delay: 0s, 0s, 0.3s;
        }

            .categori-menu nav ul li .first ul {
                width: 100%;
                float: left;
                padding: 10px 0px;
                box-shadow: none;
            }

                .categori-menu nav ul li .first ul li {
                    width: 45%;
                    display: inline-block;
                    border: none;
                    float: left;
                    margin: 0px 15px;
                }

                    .categori-menu nav ul li .first ul li a {
                        color: #333;
                        font-size: 15px;
                        padding: 7px 0px;
                        line-height: normal;
                    }

                        .categori-menu nav ul li .first ul li a:hover {
                            color: #282828;
                        }

                        .categori-menu nav ul li .first ul li a i.fa {
                            float: left;
                        }




/*main-menu*/
.main-menu ul {
    margin-bottom: 0;
    float: left;
}

    .main-menu ul li {
        display: inline-block;
        position: relative;
        list-style: none;
    }

        .main-menu ul li:hover a {
            text-decoration: none;
        }

.main-menu nav > ul > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    /*font-weight: 600;*/
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    text-transform: uppercase;
}

.main-menu nav > ul > li:first-child > a {
    padding-left: 0;
}

.main-menu nav > ul > li:hover > a {
    color: #f6f6f6;
}

.main-menu nav > ul > li ul {
    position: absolute;
    padding: 0px 3px;
    width: 255px;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.2);
    left: 0;
    z-index: 9;
    background-color: #fff;
    margin-left: 0;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu nav > ul > li:last-child ul {
    left: auto;
    right: 0;
}

.main-menu nav > ul > li ul li {
    display: block;
}

    .main-menu nav > ul > li ul li a {
        padding: 7px 10px 7px 5px;
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #444444;
        text-transform: capitalize;
    }

        .main-menu nav > ul > li ul li a:hover {
            color: #282828;
        }

.home-three .main-menu nav > ul > li ul li a:hover {
    color: #D94939;
}

.home-three .main-menu nav > ul > li:hover > a {
    color: #D94939 !important;
}

.home-two .main-menu nav > ul > li ul li a:hover {
    color: #FFCD51;
}

.home-two .menu-my-account-container ul li a:hover {
    color: #46B7B9;
}
/*megamenu-3-column*/
.main-menu nav > ul > li ul.megamenu-3-column {
    width: 700px;
    -webkit-transform: perspective( 600px ) rotateX( -90deg );
    -moz-transform: perspective( 600px ) rotateX( -90deg );
    -ms-transform: perspective( 600px ) rotateX( -90deg );
    -o-transform: perspective( 600px ) rotateX( -90deg );
    transform: perspective( 600px ) rotateX( -90deg );
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .main-menu nav > ul > li ul.megamenu-3-column > li {
        width: 33%;
        float: left;
    }

        .main-menu nav > ul > li ul.megamenu-3-column > li > a {
            font-size: 16px;
            font-weight: 700;
            color: #292929;
            padding-bottom: 0;
        }

        .main-menu nav > ul > li ul.megamenu-3-column > li ul {
            width: auto;
            box-shadow: none;
            position: inherit;
        }

.main-menu nav > ul > li ul {
    opacity: .0;
    visibility: hidden;
}

.main-menu nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective( 600px ) rotateX( 0deg );
    -moz-transform: perspective( 600px ) rotateX( 0deg );
    -ms-transform: perspective( 600px ) rotateX( 0deg );
    -o-transform: perspective( 600px ) rotateX( 0deg );
    transform: perspective( 600px ) rotateX( 0deg );
    border-radius: 0px 0px 5px 5px;
}

.main-menu nav > ul > li ul li {
    border-bottom: 1px solid #ededed;
}

    .main-menu nav > ul > li ul li:hover {
        background-color: #f6f6f6;
    }

/*hotline*/
.hotline {
    padding-top: 15px;
    border-left: 1px solid rgba(255,255,255,0.2);
    padding-left: 20px;
    height: 65px;
}

.hotline-icon {
    float: left;
    padding-top: 3px;
    padding-right: 3px;
}

    .hotline-icon i {
        color: #f82e56;
        font-size: 40px;
    }

.hotline-number {
    overflow: hidden;
}

    .hotline-number span {
        display: block;
        line-height: 1.4;
    }

.mobile-menu-area {
    display: none;
}

.mobile-menu-area {
    margin: 0 10px;
}

    .mobile-menu-area .mean-bar .mean-nav .menu-overflow {
        overflow-y: auto;
        height: 301px;
    }

/*.mean-bar .mean-nav {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
    float: left;
    height: auto;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99;
     
}*/

.mean-bar .mean-nav {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0,0,0,0.6);
  float: left;
  height: auto;
  left: 0; 
  overflow: hidden;
  position: absolute;
  top: 70px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 99;
  left: -285px;
  width: 320px;
}

.mobile-menu-area::after {
    /*content: "MENU";*/
    position: absolute;
    top: 16px;
    left: 18px;
    color: #fff;
    font-size: 18px;
    display: block;
    z-index: 1;
}

.mean-container .mean-bar {
    background: #fff;
    padding: 15px 10px;
    right: 10px;
}

.home-three .mean-container .mean-bar {
    background: #EC5A4A;
    top: 15px;
}

.home-three .mobile-menu-area .mean-container .mean-nav ul li a:hover {
    color: #EC5A4A;
}

.home-three .mobile-menu-area::after {
    top: 31px;
    left: 10px;
}

.mean-container a.meanmenu-reveal {
    position: relative;
    top: 0;
    outline: none;
}

    .mean-container a.meanmenu-reveal span {
        background: #ea9f25;
        height: 3px;
        margin-top: 3px;
    }

.mobile-menu-area {
    position: relative;
    z-index: 9999;
}

    .mobile-menu-area .mean-container .mean-nav ul li a {
        outline: none;
    }

    .mobile-menu-area .mean-container .mean-nav ul li a {
        background: #f8f8f8 none repeat scroll 0 0;
        color: #666;
        display: block;
        float: left;
        font-size: 14px;
        margin: 0;
        padding: 1em 5%;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: normal;
    }

        .mobile-menu-area .mean-container .mean-nav ul li a:hover {
            color: #646060;
        }

    .mobile-menu-area .mean-container .mean-nav ul li li a {
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 1;
        padding: 1em 7%;
        text-shadow: none !important;
        visibility: visible;
        font-weight: normal;
        text-transform: capitalize;
        color: #444;
        font-size: 14px;
    }

    .mobile-menu-area .mean-container .mean-nav ul li li li a {
        padding: 1em 11%;
    }

.home-four .mean-container .mean-bar {
    background: #57E0F9;
    top: 15px;
}

.home-four .mobile-menu-area .mean-container .mean-nav ul li a:hover {
    color: #57E0F9;
}
/* ----------------------------------------------
    4. Slider Area
---------------------------------------------- */
.nivo-caption {
    position: absolute;
    left: 0px;
    top: 22%;
    background: transparent;
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nivo-directionNav .nivo-prevNav,
.nivo-directionNav .nivo-nextNav {
    font-size: 30px;
    background: #666;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    margin: 0 30px;
}

.nivo-directionNav {
    opacity: 0;
    transition: 0.3s;
    padding: 0 30px;
}

    .nivo-directionNav i {
        color: #fff;
    }

.slider-inner:hover .nivo-directionNav {
    opacity: 1;
}

.slider-area .slider-hidden {
    max-width: 16.67%;
}

.slider-area .slider {
    max-width: 61.33%;
}

.slider-area .slider-banner-area {
    max-width: 22%;
}

.slider-banner {
    margin-bottom: 35px;
}

.slider-area {
    margin-top: 30px;
}

.slider-single-banner a:hover img {
    transform: scale(1.05);
}

.slider-single-banner {
    overflow: hidden;
}

.single-slider-wrapper {
    min-height: 490px;
    display: flex;
    align-items: center;
}

.slider-content.slider-content-1 h1,
.slider-content.slider-content-2 h1 {
    z-index: 5;
    white-space: nowrap;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: #646060;
    letter-spacing: 0px;
    font-family: Open Sans;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    margin-bottom: 0px;
}

.slider-content-1 h3 {
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    padding: 0 0px;
    margin: 0 0 12px 0;
    line-height: 70px;
}

.button-1 a {
    background-color: #282828;
    border-color: rgb(41, 41, 41);
    font-size: 16px;
    line-height: 24px;
    padding: 7px 15px;
    display: inline-block;
    text-decoration: none;
}

    .button-1 a:hover {
        background-color: #646060;
        border-color: #646060;
    }

.home-two .button-1 a {
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 5px;
}

    .home-two .button-1 a:hover {
        background-color: #46B7B9;
        border-color: #46B7B9;
    }

.home-four .button-1 a:hover {
    background-color: #26D7F7;
    border-color: #26D7F7;
}

.slider-content-2 h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    display: block;
    margin: 0;
    line-height: 1;
}

    .slider-content-2 h3.h3one {
        margin-top: 20px;
    }

    .slider-content-2 h3.h3two {
        margin-bottom: 25px;
    }


/*owl-dots*/
.slider-carousel-active.owl-carousel .owl-dots {
    bottom: 35px;
    position: absolute;
    width: 100%;
    text-align: right;
    right: 50px;
}

    .slider-carousel-active.owl-carousel .owl-dots .owl-dot span {
        border: 2px solid #fff;
        background: transparent;
        height: 17px;
        width: 17px;
        outline: none;
    }

    .slider-carousel-active.owl-carousel .owl-dots .owl-dot.active span {
        background-color: #fff;
    }

.slider-carousel-active.owl-carousel .owl-nav {
}
/*owl-nav*/
.slider-carousel-active.arrow-style-2 .owl-nav button {
    left: 50px;
    background-color: #292560;
    border: 1px solid #292560;
    color: #fff;
    height: 60px;
}

    .slider-carousel-active.arrow-style-2 .owl-nav button.owl-next {
        left: auto;
        right: 50px;
    }
/* Normal desktop :1024px. */
@media (min-width: 992px) {
    .slider-content-1 {
        margin-left: 75px;
    }

    .slider-content-2 {
        margin-left: 75px;
    }
}
/* Normal desktop :1170px. */
@media (min-width: 1100px) {
    .slider-content-1 {
    }
}
/* Default Slider Animations */
.slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slider-content * {
}

.slider-animated-1 h1.hone {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slider-animated-1 h1.htwo {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slider-animated-1 h1.hthree {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slider-animated-1 h3 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.slider-animated-1 img {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slider-animated-1 a {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* Slider Animations 2 */
.slider-animated-2 h1.hone {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slider-animated-2 h1.htwo {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.slider-animated-2 h3.h3one {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.slider-animated-2 h3.h3two {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.slider-animated-2 a {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* Slider Animations 3 */
.slider-animated-3 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.slider-animated-3 a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* Slider Animations 4 */
.slider-animated-4 h2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.slider-animated-4 a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ----------------------------------------------
    5. Policy area
---------------------------------------------- */
.policy-area-inner {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    padding: 30px 0;
    /*margin-bottom: 30px;*/
}

.single-policy-area {
    /*border-right: 1px solid #ededed;*/
    float: left;
    margin: 0;
    padding: 0 40px;
    width: 33.33%;
}

.single-policy {
    display: inline-block;
    padding-left: 45px;
    position: relative;
    text-align: left;
}

    .single-policy .icon {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

        .single-policy .icon i {
            font-size: 36px;
            color: #646060;
        }

    .single-policy h3 {
        color: #333333;
        font-size: 15px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
    }

    .single-policy p {
        font-size: 14px;
        margin: 0;
    }
/* ----------------------------------------------
    6. Deals Of The Day
---------------------------------------------- */
.big-product-area {
    padding-bottom: 35px;
}

.section-title h3 {
    color: ##282828;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-product-area .listview {
    background: #ffffff none repeat scroll 0 0;
    padding: 30px 15px;
}

    .single-product-area .listview:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        line-height: 0;
        visibility: hidden;
    }

.single-product-area .product-wrapper.listview .list-col4 {
    float: left;
    width: 40%;
}

.single-product-areas .listview .list-col4 {
    padding: 0 15px;
}

.single-product-areas .listview .product-image {
    position: relative;
}

.single-product-area .listview .product-image span.onsale {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #e23e57;
    border-radius: 25px;
    box-shadow: none;
    color: #e23e57;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    left: 20px;
    line-height: 20px;
    min-height: auto;
    min-width: auto;
    padding: 0 15px;
    position: absolute;
    right: auto;
    text-shadow: none;
    text-transform: uppercase;
    top: 20px;
    z-index: 99;
}

.single-product-area .product-wrapper.listview .list-col8 {
    display: block;
    padding: 0 30px 0 15px;
    float: left;
    width: 60%;
}

.single-product-areas .listview .list-col8:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.single-product-area .listview .quickviewbtn {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease 0s;
}

.single-product-area .product-wrapper.listview .list-col4 .quickviewbtn {
    display: block;
}

.single-product-area .listview:hover .quickviewbtn {
    transform: translate(-50%, -50%) scale(1);
}

.single-product-area .listview .quickviewbtn {
    background: #646060 none repeat scroll 0 0;
    border-radius: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

    .single-product-area .listview .quickviewbtn a {
        color: #ffffff;
        font-size: 21px;
    }

.slick-slider .slick-slide a {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.product-image {
    position: relative;
    padding: 10px;
}

.list-col8 .product-info h2 a {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.product-carosel-area .list-col8 .product-info h2 a:hover {
    color: #646060;
    text-decoration: none;
}

.home-two .list-col8 .product-info h2 a:hover {
    color: #46B7B9;
    text-decoration: none;
}

.list-col8 .product-info span.price {
    color: #646060;
    display: block;
    font-size: 30px;
    font-weight: 600;
}

.list-col8 .product-info .price > del {
    color: #999999;
    font-size: 18px;
}

.product-rattings {
    margin-bottom: 7px;
    color: #FEBD69;
}

.product-desc > p {
    margin-bottom: 7px;
}
/*deal-counter*/
.deal-counter {
    margin-bottom: 20px;
}

    .deal-counter .cdown {
        display: inline-block;
        text-align: center;
        position: relative;
    }

        .deal-counter .cdown .time-count {
            font-size: 18px;
            color: #646060;
            display: block;
            line-height: 24px;
        }

        .deal-counter .cdown span {
            font-size: 18px;
            margin: 0;
            font-weight: 700;
            color: #646060;
            display: inline;
            line-height: 24px;
            float: left;
        }

        .deal-counter .cdown:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
        }

.deal-counter {
    border: 2px solid #646060;
    border-radius: 25px;
    display: inline-block;
    margin-top: 25px;
    padding: 13px 50px;
}

    .deal-counter > div {
        padding-left: 40px;
        position: relative;
    }

        .deal-counter > div::after {
            color: #646060;
            content: "";
            display: inline-block;
            font-family: "Ionicons";
            font-size: 24px;
            left: 0;
            margin-right: 20px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            vertical-align: top;
        }

        .deal-counter > div::before {
            background: #646060 none repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 18px;
            margin-right: 20px;
            width: 1px;
        }

.product-carousel-active .owl-dots {
    display: none;
}

.product-carousel-active .owl-nav {
    position: absolute;
    right: 0;
    top: -52px;
}

    .product-carousel-active .owl-nav i {
        font-size: 24px;
        color: #999999;
        font-weight: 600;
    }

    .product-carousel-active .owl-nav button.owl-next,
    .product-carousel-active .owl-nav button.owl-prev {
        padding: 0 15px !important;
        outline: none;
    }
/* ----------------------------------------------
    7. Home fullwidth banner
---------------------------------------------- */
.home-fullwidth-banner-area {
    padding-bottom: 35px;
    margin-top: 25px;
}

.home-two .home-fullwidth-banner-area {
    padding-bottom: 54px;
}

.home-three .home-fullwidth-banner-area {
    padding-bottom: 60px;
}

.home-four .home-fullwidth-banner-area {
    padding-bottom: 45px;
}
/* best sellers product */
.product-area {
    padding-bottom: 25px;
}

.home-two .product-area {
    padding-bottom: 35px;
}

.product-area .gridview .product-image {
    overflow: hidden;
    position: relative;
    padding: 10px;
}

    .product-area .gridview .product-image span.onsale {
        background: #ffffff none repeat scroll 0 0;
        border: 2px solid #e23e57;
        border-radius: 25px;
        box-shadow: none;
        color: #e23e57;
        font-family: Open Sans,Arial,Helvetica,sans-serif;
        font-size: 12px;
        font-weight: bold;
        height: 24px;
        left: 20px;
        line-height: 20px;
        min-height: auto;
        min-width: auto;
        padding: 0 15px;
        position: absolute;
        right: auto;
        text-shadow: none;
        text-transform: uppercase;
        top: 20px;
        z-index: 99;
    }

.single-product-area .gridview .quickviewbtn {
    display: none;
    left: 40%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease 0s;
}

.single-product-area .product-wrapper.gridview .list-col4 .quickviewbtn {
    display: block;
}

.single-product-area .gridview:hover .quickviewbtn {
    transform: translate(-50%, -50%) scale(1);
}

.single-product-area .gridview .quickviewbtn {
    background: #282828 none repeat scroll 0 0;
    border-radius: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

    .single-product-area .gridview .quickviewbtn a {
        color: #ea9f25;
        font-size: 21px;
    }





.single-product-area .gridview .quickAddbtn {
    display: none;
    left: 65%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease 0s;
}

.single-product-area .product-wrapper.gridview .list-col4 .quickAddbtn {
    display: block;
}

.single-product-area .gridview:hover .quickAddbtn {
    transform: translate(-50%, -50%) scale(1);
}

.single-product-area .gridview .quickAddbtn {
    background: #282828 none repeat scroll 0 0;
    border-radius: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 48px;
}

    .single-product-area .gridview .quickAddbtn a {
        color: #ea9f25;
        font-size: 21px;
    }












.slick-slider .slick-slide a {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.single-product-area .gridview h2 {
    margin-bottom: 0;
}

    .single-product-area .gridview h2 a {
        color: #555555;
        display: block;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 11px;
        min-height: 39px;
    }

.single-product-area .gridview {
    background: #ffffff none repeat scroll 0 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

    .single-product-area .gridview .list-col8 {
        padding: 20px 20px 30px;
    }

        .single-product-area .gridview .list-col8 .product-info span.price {
            color: #000;
            display: block;
            font-size: 20px;
            font-weight: 600;
        }

    .single-product-area .gridview .product-hidden {
        bottom: 0;
        display: none;
        left: 20px;
        opacity: 0;
        padding-bottom: 25px;
        position: absolute;
        right: 20px;
        transition: all 0.3s ease 0s;
    }

    .single-product-area .gridview:hover .product-hidden {
        display: block;
        opacity: 1;
        visibility: visible;
    }

.product-hidden .add-to-cart a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #646060;
    border-radius: 25px;
    color: #646060;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 0.01em;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 100%;
    text-decoration: none;
}

    .product-hidden .add-to-cart a:hover {
        background: #646060 none repeat scroll 0 0;
        border-color: #646060;
        color: #ffffff;
    }

.single-product-area .gridview .add-to-cart {
    margin-bottom: 15px;
    overflow: hidden;
}

.single-product-area .gridview .product-rattings {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.single-product-area .gridview .actions {
    clear: none;
    float: right;
    margin: 0;
}

    .single-product-area .gridview .actions li:first-child {
        padding-left: 0;
    }

    .single-product-area .gridview .actions li {
        float: left;
        list-style-type: none;
        margin: 0;
        padding: 0 10px;
        position: relative;
    }

        .single-product-area .gridview .actions li a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border-radius: 0;
            color: #555555;
            display: block;
            font-size: 21px;
            height: 30px;
            letter-spacing: 0;
            line-height: 30px;
            margin: 0;
            padding: 0;
            text-transform: none;
            transition: all 0.15s ease 0s;
        }

.shop-products .gridview .actions li a i {
    display: inline-block;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

.single-product-area .gridview:hover {
    box-shadow: 0 0 13.5px 1.5px rgba(0, 0, 0, 0.17);
    height: auto;
    margin: -0px -2px -110px;
    padding: 2px 2px 2px;
    position: relative;
    z-index: 999;
    border: solid 1px #ea9f25;
}

.single-product-area .gridview {
    background: #ffffff none repeat scroll 0 0;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}

.product-carousel-active-2 .owl-stage-outer,
.home-two-product-carousel-active .owl-stage-outer,
.home-two-sidebar-product .owl-stage-outer,
.carosel-next-prive .owl-stage-outer,
.product-carousel-active-3 .owl-stage-outer {
    margin-bottom: -120px;
}

.product-carousel-active-2 .owl-stage,
.home-two-product-carousel-active .owl-stage,
.home-two-sidebar-product .owl-stage,
.carosel-next-prive .owl-stage,
.product-carousel-active-3 .owl-stage {
    padding-bottom: 96px;
}

.product-carousel-active-2 .owl-dots,
.home-two-product-carousel-active .owl-dots,
.product-carousel-active-3 .owl-dots,
.home-two-sidebar-product .owl-dots,
.carosel-next-prive .owl-dots,
.product-carousel-active-4 .owl-dots {
    display: none;
}

.product-carousel-active-2 .owl-nav,
.home-two-product-carousel-active .owl-nav,
.home-two-sidebar-product .owl-nav,
.carosel-next-prive .owl-nav,
.product-carousel-active-3 .owl-nav,
.product-carousel-active-4 .owl-nav {
    position: absolute;
    right: 0;
    top: -52px;
}

    .product-carousel-active-2 .owl-nav button.owl-next,
    .product-carousel-active-2 .owl-nav button.owl-prev,
    .home-two-product-carousel-active .owl-nav button.owl-next,
    .home-two-product-carousel-active .owl-nav button.owl-prev,
    .home-two-sidebar-product .owl-nav button.owl-next,
    .home-two-sidebar-product .owl-nav button.owl-prev,
    .carosel-next-prive .owl-nav button.owl-next,
    .carosel-next-prive .owl-nav button.owl-prev,
    .product-carousel-active-3 .owl-nav button.owl-next,
    .product-carousel-active-3 .owl-nav button.owl-prev,
    .product-carousel-active-4 .owl-nav button.owl-next,
    .product-carousel-active-4 .owl-nav button.owl-prev {
        outline: medium none;
        padding: 0 15px !important;
    }

.brand-zone-area .testimonial-sidebar button.owl-next {
    padding-right: 0 !important;
}

.product-carousel-active-2 .owl-nav i,
.home-two-product-carousel-active .owl-nav i,
.home-two-sidebar-product .owl-nav i,
.carosel-next-prive .owl-nav i,
.product-carousel-active-3 .owl-nav i,
.product-carousel-active-4 .owl-nav i {
    color: #999999;
    font-size: 24px;
    font-weight: 600;
}

.product-carousel-active-3 .single-product-area {
    margin-bottom: 30px;
}

.top-banner {
    margin-bottom: 35px;
}
/* banner four */
.home-banner-four .col-sm-5.banner-four-one {
    -moz-box-flex: 0;
    flex: 0 0 39%;
    max-width: 39%;
}

.home-banner-four .col-sm-7.banner-four-two {
    -moz-box-flex: 0;
    flex: 0 0 61%;
    max-width: 61%;
}

.banner-four-one a,
.banner-four-two a {
    display: block;
    overflow: hidden;
}

.home-banner-four a:hover img {
    transform: scale(1.05);
}
/* ----------------------------------------------
    8. carosel product
---------------------------------------------- */
.product-carosel-area {
    padding-bottom: 20px;
    padding-top: 30px;
}

.home-two .product-carosel-area {
    padding-top: 55px;
}

.home-three .product-carosel-area {
    padding-bottom: 0;
    padding-top: 60px;
}

.home-three.home-four .product-carosel-area {
    padding-bottom: 40px;
}

.product-carosel-area .single-product-area .listview {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px 10px;
    margin: 0 3px;
}

.product-carosel-area .list-col8 .product-info h2 {
    margin: 0;
}

    .product-carosel-area .list-col8 .product-info h2 a {
        color: #333333;
        display: block;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 13px;
    }

.product-carosel-area .list-col8 .product-info span.price {
    color: #646060;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.product-carosel-area .product-wrapper.listview .list-col8 {
    float: left;
    padding-bottom: 35px;
    padding-top: 25px;
    position: relative;
    width: 60%;
}

.product-carosel-area .listview .add-to-cart {
    left: -4px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 95px;
    transition: all 0.3s ease 0s;
}

.product-carosel-area .product-wrapper:hover .add-to-cart {
    opacity: 1;
}

.product-carosel-area .product-wrapper.listview .add-to-cart a {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ededed;
    border-radius: 50px;
    color: #333333;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    line-height: 35px;
    padding: 0 25px;
    text-decoration: none;
    width: auto;
}

    .product-carosel-area .product-wrapper.listview .add-to-cart a:hover {
        background: #646060 none repeat scroll 0 0;
        border-color: #646060;
        color: #ffffff;
    }

.product-carousel-active-4 .owl-nav button.owl-next {
    padding-right: 0px !important;
}
/* Banner zoon area */
.brand-zone-tab-area .brand-tab-menu {
    margin: 0 !important;
    width: 20%;
    float: left;
}

    .brand-zone-tab-area .brand-tab-menu ul li {
        background: #ffffff none repeat scroll 0 0;
        float: left;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        width: 50%;
    }

        .brand-zone-tab-area .brand-tab-menu ul li a span {
            background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .brand-zone-tab-area .brand-tab-menu ul li a span:before {
                content: "";
                display: block;
                font-family: "Ionicons";
                font-size: 36px;
                height: 30px;
                line-height: 30px;
                margin: auto;
                text-align: center;
                width: 30px;
            }

        .brand-zone-tab-area .brand-tab-menu ul li:first-child a span:before {
            content: "";
        }

        .brand-zone-tab-area .brand-tab-menu ul li:nth-child(2) a span:before {
            content: "";
        }

        .brand-zone-tab-area .brand-tab-menu ul li:nth-child(3) a span:before {
            content: "";
        }

        .brand-zone-tab-area .brand-tab-menu ul li:nth-child(4) a span:before {
            content: "";
        }

        .brand-zone-tab-area .brand-tab-menu ul li:nth-child(5) a span:before {
            content: "";
        }

        .brand-zone-tab-area .brand-tab-menu ul li:nth-child(6) a span:before {
            content: "";
        }

        .brand-zone-tab-area .brand-tab-menu ul li a {
            -moz-border-bottom-colors: none !important;
            -moz-border-left-colors: none !important;
            -moz-border-right-colors: none !important;
            -moz-border-top-colors: none !important;
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
            border-color: -moz-use-text-color #ededed #ededed -moz-use-text-color !important;
            border-image: none !important;
            border-radius: 0 !important;
            border-style: none solid solid none !important;
            border-width: medium 1px 1px medium !important;
            display: table !important;
            font-size: 13px;
            height: 130px;
            margin: 0 !important;
            padding: 0 !important;
            text-transform: uppercase;
            text-decoration: none;
            width: 100%;
            border-color: #ededed;
        }

            .brand-zone-tab-area .brand-tab-menu ul li a:hover {
                background: #646060 none repeat scroll 0 0 !important;
                color: #ffffff !important;
            }

.brand-zone-tab-area .brand-tab-content {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
    width: 80%;
}

.brand-tab-content a {
    overflow: hidden;
    display: block;
}

    .brand-tab-content a:hover img {
        transform: scale(1.05);
    }
/* ----------------------------------------------
    9. Testimonial area
---------------------------------------------- */
.testimonial-area {
    background: #292929;
    margin-left: 0;
    margin-right: 0;
    display: block;
    font-size: 15px;
    padding: 45px 35px;
}

    .testimonial-area img {
        border-radius: 100%;
        display: block;
        height: 107px;
        margin: 0 auto 35px;
        width: 107px;
    }

    .testimonial-area blockquote {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        color: #d0d0d0;
        font-size: 1em;
        font-style: italic;
        line-height: 1.6;
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
    }

        .testimonial-area blockquote p {
            color: #d0d0d0;
        }

    .testimonial-area span {
        color: #ffffff;
        display: block;
        font-size: 15px;
        font-weight: 600;
        margin: auto;
        text-align: center;
    }

.brand-zone-area .col-lg-9.hometab {
    -moz-box-flex: 0;
    flex: 0 0 77.5%;
    max-width: 77.5%;
}

.brand-zone-area .col-lg-3.hometestimonial {
    -moz-box-flex: 0;
    flex: 0 0 22.5%;
    max-width: 22.5%;
}
/* ----------------------------------------------
    10. Brand logo area
---------------------------------------------- */
.brand-logo-area {
    background: #fff;
    padding: 55px 0;
    margin-top: 4px;
}

.home-four .brand-logo-area {
    margin-top: 0;
    z-index: -1;
    position: relative;
}

.brand-logo-area .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}

    .brand-logo-area .owl-nav .owl-next {
        position: absolute;
        right: 0;
        font-size: 24px !important;
        color: #999 !important;
        outline: none;
    }

    .brand-logo-area .owl-nav .owl-prev {
        font-size: 24px !important;
        color: #999 !important;
        outline: none;
    }

.brand-logo-area .owl-dots {
    display: none;
}

.brand-logo a {
    overflow: hidden;
    display: block;
}

    .brand-logo a:hover img {
        transform: scale(1.05);
    }

.common-main-heading {
    color: #646060;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    float: right;
    padding: 25px 0 0;
    padding-top: 2px;
    width: 58%;
}
/* ----------------------------------------------
    11. newsletter area
---------------------------------------------- */
.newsletter-area {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    background-color: #646060 !important;
    margin-top: 30px;
}

.about-page .newsletter-area,
.contact-us .newsletter-area {
    margin-top: 0;
}

.newsletter-text {
    display: inline-block;
    margin: 0;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
}

.newsletter-text {
    padding-left: 70px;
    position: relative;
    margin-right: 50px;
    margin-bottom: 15px;
}

.newsletter-area .newsletter-text .icon {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .newsletter-area .newsletter-text .icon i.icon {
        display: inline-block;
        height: auto;
        line-height: inherit;
        margin: 0;
        vertical-align: middle;
        width: auto;
        color: #fff;
        font-size: 64px;
    }

.newsletter-area .newsletter-text h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
}

.newsletter-area .newsletter-text h4 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    /*text-transform: uppercase;*/
}

.newsletter-area .newsletter {
    margin: 0;
    display: inline-block;
    max-width: 100%;
    text-align: left;
    vertical-align: middle;
}

.newsletter .newsletter-box form input[type="email"] {
    background: #fff;
    border: none;
    color: #a7a7a7;
    font-size: 1em;
    float: left;
    height: 54px;
    line-height: 54px;
    font-style: italic;
    padding: 0 15px;
    text-align: left;
    width: 640px;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
}

.newsletter .newsletter-box button {
    background: #282828;
    border: none;
    color: #fff;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1em;
    float: left;
    height: 54px;
    border-radius: 0 5px 5px 0px;
    line-height: 54px;
    font-weight: bold;
    padding: 0 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

    .newsletter .newsletter-box button:hover {
        color: #646060;
    }

.footer-social .social-icons {
    padding: 0;
    /*text-align: right;*/
    text-align: left;
    margin-bottom: 0;
}

    .footer-social .social-icons li {
        display: inline-block;
        margin: 0 20px 0 0;
        position: relative;
        vertical-align: middle;
        list-style-type: none;
    }

        .footer-social .social-icons li a {
            background: transparent;
            border: 1px solid #fff;
            color: #fff;
            display: block;
            height: 48px;
            line-height: 48px;
            text-align: center;
            width: 48px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
        }

            .footer-social .social-icons li a:hover {
                background: #fff;
                border-color: #fff;
                color: #646060;
            }

            .footer-social .social-icons li a i {
                font-size: 18px;
                line-height: inherit;
            }
/* ----------------------------------------------
    12. footer policy
---------------------------------------------- */
.footer-policy-area {
    background: #fff;
    border-bottom: 1px solid #ededed;
}

    .footer-policy-area .row {
        padding: 0 15px;
    }

    .footer-policy-area .foo-pol {
        border-right: 1px solid #ededed;
        padding: 60px 20px;
    }

        .footer-policy-area .foo-pol:first-child {
            border-left: 1px solid #ededed;
        }

.footer-policy-box {
    text-align: center;
}

    .footer-policy-box p i.icon {
        border: 1px solid #646060;
        color: #646060;
        height: 68px;
        line-height: 68px;
        font-size: 36px;
        margin-bottom: 15px;
        text-align: center;
        width: 68px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
    }

    .footer-policy-box p {
        text-align: center;
        margin-bottom: 10px;
    }

        .footer-policy-box p:last-child {
            margin-bottom: 0;
        }

    .footer-policy-box h3 {
        color: #333;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 0px;
        text-transform: uppercase;
    }
/* footer main */
.footer-main {
    margin-bottom: 0px !important;
    padding-top: 60px !important;
    padding-bottom: 35px !important;
    background: #646060;
}

.footer-logo-area a {
    margin-bottom: 20px;
    display: block;
}

.footer-logo-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .footer-logo-area ul li {
        margin-bottom: 12px;
    }

        .footer-logo-area ul li h4 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 2px;
        }

.home-four .footer-logo-area ul li h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 0;
}
/* footer menu */
.footer-menu h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
}

.footer-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .footer-menu ul li {
        line-height: 1.4;
        margin-bottom: 15px;
    }

        .footer-menu ul li a {
            color: #fff;
            display: inline-block;
            padding-left: 15px;
            position: relative;
        }

            .footer-menu ul li a:hover {
                color: #e1d7d7;
                margin-left: 15px;
                text-decoration: none;
            }

            .footer-menu ul li a:before {
                content: '\f3d3';
                display: block;
                font-family: 'Ionicons';
                left: 0;
                position: absolute;
                top: 50%;
                width: 5px;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
            }
/* footer bottome */
.footer-bottome {
    padding-top: 55px !important;
    padding-bottom: 58px !important;
    background-color: #ffffff !important;
}

    .footer-bottome .widget.widget_nav_menu {
        line-height: 1.1;
        margin: 0;
        margin-bottom: 0px;
        margin-bottom: 10px;
    }

        .footer-bottome .widget.widget_nav_menu:last-child {
            margin-bottom: 0;
        }

        .footer-bottome .widget.widget_nav_menu h2 {
            color: #333;
            display: inline-block;
            font-size: 13px;
            font-weight: 600;
            margin: 0 10px 0 0;
            width: auto;
        }

            .footer-bottome .widget.widget_nav_menu h2:after {
                content: ':';
                display: inline-block;
                margin-left: 5px;
            }

        .footer-bottome .widget.widget_nav_menu > div {
            display: inline-block;
        }

        .footer-bottome .widget.widget_nav_menu ul {
            margin-bottom: 0;
        }

            .footer-bottome .widget.widget_nav_menu ul li {
                display: inline-block;
                font-size: 13px;
                margin: 0 0 2px 0;
            }

                .footer-bottome .widget.widget_nav_menu ul li:after {
                    content: '/';
                    display: inline-block;
                    margin: 0 0 0 4px;
                }

                .footer-bottome .widget.widget_nav_menu ul li:last-child:after {
                    content: '';
                    display: inline-block;
                    margin: 0 0 0 4px;
                }

                .footer-bottome .widget.widget_nav_menu ul li a {
                    color: #555555;
                    text-decoration: none;
                }

                    .footer-bottome .widget.widget_nav_menu ul li a:hover {
                        color: #646060;
                    }

.home-three .footer-bottome .widget.widget_nav_menu ul li a:hover {
    color: #EC5A4A;
}
/* footer copyright */
.footer-copyright-area {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #292929 !important;
}

    .footer-copyright-area p {
        color: #cacaca;
        margin-bottom: 0;
    }

    .footer-copyright-area img {
        float: right;
    }
/* ----------------------------------------------
    13. Single Product Page
---------------------------------------------- */
.single-product-page .menu-hidden {
    display: none;
}

.breadcrumbs-container {
    background: #fff;
    padding: 25px 0;
    margin-bottom: 15px;
}

.woocommerce-breadcrumb, .breadcrumbs {
    color: #282828;
    display: block;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

    .woocommerce-breadcrumb a, .breadcrumbs a {
        color: #555555;
        display: inline;
        text-decoration: none;
    }

        .woocommerce-breadcrumb a:hover, .breadcrumbs a:hover {
            color: #282828;
            text-decoration: underline;
        }

    .woocommerce-breadcrumb .separator, .breadcrumbs .separator {
        display: inline;
        font-size: 0;
        margin: 0 12px;
    }

        .woocommerce-breadcrumb .separator::before, .breadcrumbs .separator::before {
            color: #555555;
            content: '\f3d3';
            font-family: 'Ionicons';
            font-size: 14px;
        }

.slick-dotted.slick-slider {
    text-align: center;
}

    .slick-dotted.slick-slider .slick-slide img {
        display: inherit;
    }
/* page title */
.entry-header {
    margin: 0 0 50px;
    margin-top: 50px;
}

    .entry-header .entry-title {
        color: #000;
        font-size: 40px;
        margin: 0;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }

button.owl-dot {
    outline: none;
}

/*  sigle product images  */
.single-product-wrapper {
    background: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.single-product-info h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-product-info span.price {
    color: #646060;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    display: block;
    padding: 3px 0;
}

    .single-product-info span.price del {
        color: #999;
        font-size: .75em;
        font-weight: normal;
    }

.box-quantity.d-flex {
    margin-bottom: 5px;
}

.box-quantity form input {
    background: #fff;
    border: 1px solid #ededed;
    float: left;
    height: 45px;
    width: 65px;
    line-height: 43px;
    margin-right: 15px;
    padding: 0 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.box-quantity a.add-cart {
    background: none;
    border: 2px solid #646060;
    color: #646060;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    letter-spacing: 0;
    line-height: 41px;
    margin: 0;
    padding: 0 40px;
    -webkit-border-top-left-radius: 25px;
    border-top-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -webkit-border-bottom-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    text-decoration: none;
    text-transform: capitalize;
}

    .box-quantity a.add-cart:hover {
        background: #646060;
        color: #fff;
    }

.wishlist-compear-area {
}

    .wishlist-compear-area a {
        background: none;
        border: 1px solid #ededed;
        color: #333;
        display: inline-block;
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: normal;
        height: 45px;
        letter-spacing: 0;
        line-height: 43px;
        margin-bottom: 20px;
        overflow: visible;
        position: relative;
        text-align: center;
        text-transform: none;
        vertical-align: middle;
        width: 170px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        margin-right: 15px;
        text-decoration: none;
    }

        .wishlist-compear-area a i {
            font-size: 16px;
            margin-right: 8px;
        }

        .wishlist-compear-area a:hover {
            background: #646060;
            border-color: #646060;
            color: #fff;
        }

.product_meta {
    margin-top: 20px;
    margin-bottom: 13px;
    width: 100%;
}

    .product_meta span.posted_in {
        color: #333;
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        margin-right: 10px;
        text-transform: uppercase;
    }

        .product_meta span.posted_in a {
            color: #555555;
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-weight: 400;
            text-transform: none;
        }

.single-product-sharing {
    border-top: 1px solid #ededed;
    margin-bottom: 0;
    padding: 7px 0;
    width: 100%;
}

    .single-product-sharing h3 {
        margin: 0;
        color: #333;
        display: inline-block;
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        margin-right: 15px;
        text-transform: uppercase;
    }

    .single-product-sharing ul {
        display: inline-block;
        list-style: none;
        padding: 0;
    }

        .single-product-sharing ul li {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 15px;
            position: relative;
        }

            .single-product-sharing ul li a {
                color: #555555;
                display: block;
                font-size: 16px;
                text-align: center;
            }

.single-product-wrapper .row .col-md-7 {
    width: 41.66666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.single-product-wrapper .row .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.easyzoom-flyout img {
}

.product-details-tab .product-details-large {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.product-details-tab .product-details-small {
    height: 100%;
    left: 10px;
    margin-top: 5px;
    /*position: absolute;*/
    position: relative;
    overflow: hidden;
    top: 0;
    width: 100%;
}

.product-details-tab {
    /*padding-left: 195px;
    margin-right: -45px;*/
    padding-left: 10px;
    margin-right: 10px;
}

.product-details-tab {
    /*padding-left: 100px;
    margin-right: -15px;*/
    padding-left: 10px;
    margin-right: 10px;
}

.modal-body .product-details-tab {
    padding-left: 0;
    margin-right: 0;
}

    .modal-body .product-details-tab .product-details-small {
        height: 100%;
        position: inherit;
        width: 100%;
    }

.modal-close-btn button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    outline: none;
}
/* product description */
.product-description-area {
    margin-bottom: 55px;
}

.single-related-product-area .section-title {
    margin-bottom: 35px;
}

.product-description-area ul {
    background: none;
    border: none;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    /*width: 450px;*/
    margin: auto;
    /*margin-bottom: 20px;*/
    background-color: #f5f5f5;
    border-left: solid 1px #282828;
    border-right: solid 1px #282828;
    border-top: solid 1px #282828;
}

    .product-description-area ul li {
        margin: 5px;
    }

        .product-description-area ul li a.active {
            background: none;
            color: #333;
            background-color: #fff;
            /*padding: 10px 10px;
            margin: 3px 0px -2px 0px;*/
            border-radius: 2px;
            border: solid 1px #fff;
        }

    .product-description-area ul li {
        background: none;
        border: none;
        display: inline-block;
        list-style: none;
        margin: 0;
        /*padding: 0 20px;*/
        position: relative;
        background-color: #282828;
        z-index: 99 !important;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
    }

        .product-description-area ul li:first-child:before {
            /*background: #333;*/
            border: none;
            content: '';
            display: block;
            height: 17px;
            left: auto;
            position: absolute;
            right: 0;
            top: 20px;
            width: 1px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .product-description-area ul li a {
            border: solid 1px #282828;
            color: #fff;
            display: block;
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-size: 15px;
            font-weight: bold;
            padding: 10px 20px;
            position: relative;
            text-decoration: none;
            text-shadow: none !important;
            text-transform: uppercase;
            outline: none;
        }

.product-description-area .tab-content {
    background: #fff;
    padding: 20px 30px;
}

.product-review-area ol {
    list-style: none;
}

.product-review-area .commentlist li .comment-avatar {
    float: left;
    margin-right: 20px;
}

.product-review-area .commentlist li .comment-info {
    border: none;
    overflow: hidden;
    position: relative;
    border: 1px solid #ededed;
    padding: 10px;
}

    .product-review-area .commentlist li .comment-info p {
        margin: 0;
    }

.single-product-info {
    padding-top: 2px;
}

/* related product */
.single-related-product-area {
    margin-bottom: 100px;
}

.related-product {
    width: 20%;
    padding: 10px 15px;
}

.modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}

.modal-tab-menu .nav a {
    width: 100px;
    width: 100px;
}
/* ----------------------------------------------
    14. home page two
---------------------------------------------- */
.wrapper.home-one.home-two {
    background: #fff;
}

.home-two .header-top-area {
    background: #2F9296;
}

.home-two .header-middle-area {
    background: #46B7B9;
}

.home-two .slider-area {
    margin-top: 60px;
}

    .home-two .slider-area .slider {
        max-width: 78%;
    }

.home-two .single-slider-wrapper {
    min-height: 540px;
}

.home-two .slider-area .slider-banner-area {
    max-width: 16.66%;
}

.home-two .slider-area .slider {
    max-width: 83.33%;
}

.home-two .slider-banner {
    margin-bottom: 30px;
}

.home-two .shop-cart-menu > ul > li > a sup {
    background-color: #389294;
}

.home-two .main-menu nav > ul > li:hover > a,
.home-two .main-menu nav > ul > li.current > a {
    color: #ffcd38;
}

.home-two .main-menu nav > ul > li > a:first-child {
    padding-left: 0;
}

.home-two .main-menu nav > ul > li > a {
    color: #ffffff;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 0 33px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.home-two .slider-area {
    margin-bottom: 30px;
}
/* Product categori area */
.product-categori-area {
    margin-bottom: 60px;
}

.single-categori {
    background: #fff;
    border: 1px solid #ededed;
    text-align: center;
    padding-top: 5px;
}

.categori-text {
    margin-bottom: 35px;
}

    .categori-text a {
        color: #333;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

        .categori-text a:hover {
            color: #46B7B9;
        }

.categori-images {
    margin-bottom: 35px;
    overflow: hidden;
}

    .categori-images a:hover img {
        transform: scale(1.05);
    }
/* categori sidebar and content */
.sidebar-and-content-area .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 16.67%;
    max-width: 16.67%;
}

.sidebar-and-content-area .categori-menu {
    background: #46B7B9;
    border-radius: 0;
    position: relative;
}

.sidebar-and-content-area .categories-menu-wrapper .categori-menu > span::after {
    right: 20px !important;
    position: absolute;
    left: inherit;
}

.home-two .categori-menu > span {
    margin-left: 25px;
}

.home-two .categori-menu-list li {
    padding: 0 20px;
    padding-left: 15px;
}

.categories-menu-wrapper .categori-menu nav > ul,
.categories-menu-wrapper .categori-menu nav > ul > li > a {
    background: #46B7B9;
}

.categories-menu-wrapper .categori-menu nav .categori-menu-list {
    border-color: #46B7B9;
}

    .categories-menu-wrapper .categori-menu nav .categori-menu-list > li > a {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        color: #fff;
    }

.sidebar-and-content-area .home-two-main-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.sidebar-and-content-area .product-carousel-active-2 {
    border: 1px solid #ededed;
    padding-bottom: 25px;
}

.sidebar-and-content-area .section-title h3 {
    margin-top: 0px;
}

.categori-images a:hover img {
    transform: scale(1.05);
}

.home-two .shop-cart-btn a:hover {
    background-color: #46B7B9;
    border: 1px solid #46B7B9;
    color: #ffffff;
}

.home-two .product-carosel-area .section-title h3 {
    z-index: 1;
    position: relative;
    width: 80%;
}
/* tab product area */
.tab-area-product {
    margin-bottom: 55px;
}

.home-two .tab-area-product {
    margin-bottom: 60px;
}

.tab-area-product .home-tabs-title {
    list-style-type: none;
    padding-bottom: 20px;
}

.tab-area-product .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.tab-area-product .home-tabs-title li {
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: middle;
}

    .tab-area-product .home-tabs-title li a {
        color: #838383;
        cursor: pointer;
        font-family: Open Sans, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
        text-decoration: none;
        outline: none;
    }

        .tab-area-product .home-tabs-title li.active a,
        .tab-area-product .home-tabs-title li a:hover {
            color: #333;
        }

.tab-area-product .tab-content {
    background: #fff;
    border: 1px solid #ededed;
    padding: 2px;
    padding-bottom: 25px;
}

.tab-area-product span.onsale {
    display: none;
}

/* home two banner */
.home-two-banner-area a {
    overflow: hidden;
    display: block;
}

    .home-two-banner-area a:hover img {
        transform: scale(1.05);
    }

/* home two product carosel  */
.home-two .product-carosel-area .product-carousel-active-4 {
    border: 1px solid #ededed;
    margin-bottom: 35px;
}

.mini-product {
    padding-bottom: 35px;
}

.home-two .mini-product {
    margin-bottom: 40px;
}

.home-three .mini-product {
    margin-bottom: 20px;
}

.mini-product.carosel-next-prive .owl-nav button.owl-next {
    padding: 0 5px 0 15px !important;
}

.sidebar .carosel-next-prive .owl-nav {
    top: -45px;
    color: #333;
}

.sidebar-and-content-area .sidebar .product-carousel-active-4,
.sidebar-and-content-area .sidebar .sidebar-product-area .product-area-inner {
    background: #fff;
    border: 1px solid #ededed;
    padding: 2px;
}

.home-two .sidebar-and-content-area .sidebar .sidebar-product-area .product-area-inner {
    padding-bottom: 25px;
}

.sidebar-and-content-area .sidebar .list-col8 .product-info h2 {
    margin: 0;
}

    .sidebar-and-content-area .sidebar .list-col8 .product-info h2 a {
        color: #555555;
        display: block;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 11px;
    }

.home-two .sidebar-and-content-area .sidebar .list-col8 .product-info h2 a:hover {
    color: #46B7B9;
}

.sidebar-and-content-area .sidebar .list-col8 .product-info span.price {
    color: #46b7b9;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.sidebar-and-content-area .sidebar .product-rattings,
.sidebar-and-content-area .sidebar .add-to-cart,
.sidebar-and-content-area .sidebar .single-product-area .product-wrapper.listview .list-col4 .quickviewbtn {
    display: none;
}

.sidebar-and-content-area .sidebar .newarival-sidebar .product-rattings,
.sidebar-and-content-area .sidebar .newarival-sidebar .add-to-cart {
    display: block;
}

.sidebar-and-content-area .sidebar .product-info {
    margin-top: 15px;
}

.sidebar-and-content-area .sidebar .single-product-area .listview {
    padding: 0px 0;
}

.sidebar-and-content-area .sidebar .section-title h3 {
    background: #ffcd38;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 15px 18px;
    text-transform: uppercase;
}

.sidebar-and-content-area .sidebar .product-carousel-active-4 .owl-nav,
.sidebar-and-content-area .sidebar .home-two-sidebar-product .owl-nav {
    position: absolute;
    right: 15px;
    top: -45px;
}

    .sidebar-and-content-area .sidebar .product-carousel-active-4 .owl-nav i,
    .sidebar-and-content-area .sidebar .home-two-sidebar-product .owl-nav i {
        color: #333;
    }

.home-two-sidebar-banner a {
    display: block;
    overflow: hidden;
}

    .home-two-sidebar-banner a:hover img {
        transform: scale(1.05);
    }

.home-two .single-product-area .gridview .quickviewbtn {
    background: #46b7b9e0;
}

.home-two .single-product-area .gridview .list-col8 .product-info span.price {
    color: #46B7B9;
}

.home-two .product-hidden .add-to-cart a {
    border: 2px solid #46B7B9;
    color: #46B7B9;
}

    .home-two .product-hidden .add-to-cart a:hover {
        background: #46B7B9 none repeat scroll 0 0;
        border-color: #46B7B9;
        color: #ffffff;
    }

.home-two .sidebar .categories-menu-wrapper {
    margin-bottom: 40px;
}

.home-two .sidebar .sidebar-best-seller {
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding-bottom: 35px;
}

.home-two .sidebar .home-two-sidebar-banner {
    margin-bottom: 40px;
}

.home-two .sidebar .product-area {
    padding-bottom: 40px;
}

.home-two .home-two-sidebar-product .add-to-cart,
.home-two .home-two-sidebar-product .product-rattings {
    display: block;
}

.home-two .sidebar .testimonial-area {
    background: transparent;
    border: 1px solid #eee;
}

    .home-two .sidebar .testimonial-area blockquote p {
        color: #333;
    }

    .home-two .sidebar .testimonial-area span {
        color: #46b7b9;
    }

.home-two .newarival-sidebar.carosel-next-prive .owl-nav {
    right: 15px;
}

.home-two .single-product-area .listview .quickviewbtn {
    background: #46b8b9d9;
}

.home-two .product-carosel-area .list-col8 .product-info span.price {
    color: #46B8B9;
}

.home-two .product-carosel-area .product-wrapper.listview .add-to-cart a:hover {
    background: #46B8B9 none repeat scroll 0 0;
    border-color: #46B8B9;
    color: #ffffff;
}

.home-two .newsletter-area {
    background-color: #46B8B9 !important;
}

.home-two .footer-policy-box p i.icon {
    border: 1px solid #46B8B9;
    color: #46B8B9;
}

.home-two .footer-menu ul li a:hover {
    color: #46B8B9;
}

.home-two .footer-bottome .widget.widget_nav_menu ul li a:hover {
    color: #46B8B9;
}

.home-two .mean-container .mean-bar {
    background: #6BC5C7;
}
/* ----------------------------------------------
    15. home page three
---------------------------------------------- */
.home-three .header-top-area {
    background: #D94939;
}

.home-three .menu-my-account-container ul li a:hover {
    color: #ec5a4a;
}

.home-three .shop-cart-info h5 a:hover {
    color: #D94939;
}

.home-three .shop-cart-btn a:hover {
    background-color: #D94939;
    border: 1px solid #D94939;
    color: #ffffff;
}

.home-three .header-middle-area {
    background: #EC5A4A none repeat scroll 0 0;
}

.home-three .shop-cart-menu > ul > li > a sup {
    background-color: #E7301C;
}

.home-three .header-bottom-area {
    background-color: #fff;
}

.home-three .main-menu nav > ul > li > a {
    color: #707070;
}

.home-three .categori-menu {
    background: transparent;
}

    .home-three .categori-menu > span {
        color: #ec5a4a;
    }

.home-three .categori-menu-list {
    border-color: #ec5a4a;
    border-width: 0 2px 2px;
}

.home-three .slider-area .slider {
    max-width: 66.33%;
}

.home-three .slider-area .slider-banner-area {
    max-width: 17%;
}

.home-three .button-1 a {
    padding: 10px 25px;
    border-radius: 5px;
}

    .home-three .button-1 a:hover {
        background-color: #D94939;
        border-color: #D94939;
    }

.home-three .deals-of-the-day-area {
    background: #fff;
    padding-bottom: 24px;
}

.home-four .deals-of-the-day-area {
    padding-bottom: 10px;
}

.home-three .product-desc {
    display: none;
}

.home-three .deals-of-the-day-area .single-product-area .product-wrapper.listview .list-col4 {
    float: none;
    width: 100%;
}

.home-three .deals-of-the-day-area .single-product-area .product-wrapper.listview .list-col8 {
    float: none;
    width: 100%;
    padding: 0 0px 0 0px;
}

.home-three .deal-counter {
    border: 2px solid #EC5A4A;
    border-radius: 25px;
    display: inline-block;
    margin-top: 25px;
    padding: 7px 15px;
}

.home-three .section-title {
    border-bottom: 1px solid #ededed;
}

    .home-three .section-title h3 {
        color: #333333;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 10px 0;
    }

        .home-three .section-title h3:after {
            background: #ec5a4a;
            bottom: 0;
            content: '';
            display: inline-block;
            height: 1px;
            position: absolute;
            width: 40%;
            left: 15px;
            z-index: 2;
        }

.home-three .big-product-area .product-info h2 {
    margin: 0;
}

    .home-three .big-product-area .product-info h2 a {
        color: #555555;
        display: block;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 11px;
    }

.home-three .list-col8 .product-info span.price {
    color: #ec5a4a;
    font-size: 20px;
}

.home-three .deal-counter .cdown .time-count,
.home-three .deal-counter .cdown span {
    font-size: 14px;
    color: #EC5A4A;
    line-height: 20px;
}

.home-three .deal-counter > div::before {
    background: #EC5A4A none repeat scroll 0 0;
}

.home-three .deal-counter > div {
    padding-left: 30px;
}

    .home-three .deal-counter > div::after {
        color: #EC5A4A;
        font-size: 20px;
        margin-right: 10px;
    }

.home-three .big-product-area {
    padding-bottom: 0;
}

.home-three .single-product-area .listview {
    padding: 20px 0;
    padding-bottom: 0;
}

.home-three .carosel-next-prive .owl-nav {
    top: -41px;
}

    .home-three .carosel-next-prive .owl-nav i {
        color: #333;
    }

.home-three .policy-area-inner {
    padding: 50px 0;
    margin-bottom: 60px;
    margin-top: 60px;
}

.home-three .single-policy .icon i {
    font-size: 36px;
    color: #ec5a4a;
}

.home-three .categori-menu-list > li a:hover {
    color: #D94939;
}

.product-categori-area-two {
    background: #fff;
    padding: 20px;
}

    .product-categori-area-two .single-categori {
        border: 0px solid #ededed;
        margin-top: 15px;
    }

    .product-categori-area-two .categori-text {
        margin-bottom: 0;
    }

.home-three .product-categori-area-two .section-title h3:after {
    width: 16%;
}

.product-categori-area-two .categori-text a:hover {
    color: #ec5a4a;
}

.home-three .product-categori-area-two .section-title h3 {
    margin: 0px 0;
    margin-bottom: 13px;
}

.home-three .product-area-home-three {
    background: #fff;
    padding: 20px;
    padding-bottom: 25px;
}

.home-three .single-product-area .listview .quickviewbtn,
.home-three .single-product-area .gridview .quickviewbtn {
    background: rgba(236,90,74,0.9);
}

.home-three .single-product-area .gridview .list-col8 .product-info span.price {
    color: #ec5a4a;
}

.home-three .list-col8 .product-info h2 a:hover {
    color: #ec5a4a;
}

.home-three .product-hidden .add-to-cart a {
    border: 2px solid #ec5a4a;
    color: #ec5a4a;
}

    .home-three .product-hidden .add-to-cart a:hover {
        background: #ec5a4a none repeat scroll 0 0;
        border-color: #ec5a4a;
        color: #ffffff;
    }

.home-three .product-area {
    padding-bottom: 35px;
}

.home-three .product-area-home-three .section-title h3:after {
    width: 8%;
}

.tab-product-area-home-three .tab-area-product {
    margin-bottom: 55px;
    background: #fff;
    padding: 20px;
}

.home-three .tab-product-area-home-three .tab-area-product {
    margin-bottom: 60px;
    padding: 20px;
    padding-bottom: 25px;
}

.tab-product-area-home-three .tab-area-product .tab-content {
    background: #fff;
    border: 0px solid #ededed;
    padding: 0px;
}

.tab-product-area-home-three .home-tabs-title {
    border-bottom: 1px solid #ededed;
    list-style-type: none;
    margin-bottom: 0;
    padding: 12px 0;
}

.tab-product-area-home-three .tab-area-product .home-tabs-title li a {
    padding: 13px 0;
}

    .tab-product-area-home-three .tab-area-product .home-tabs-title li a.active,
    .tab-product-area-home-three .tab-area-product .home-tabs-title li a:hover {
        color: #333;
        border-bottom: 1px solid #ec5a4a;
    }

.home-three .newsletter-area {
    background-color: #EC5A4A !important;
}

.home-three-mini-product {
    background: #fff;
}

    .home-three-mini-product .section-title h3 {
        margin: 0;
        position: relative;
    }

.home-three .home-three-mini-product .section-title {
    border-bottom: 1px solid #ededed;
    padding: 15px;
}

.home-three .home-three-mini-product .owl-nav {
    position: absolute;
    right: 15px;
    top: -45px;
}

.home-three-mini-product .section-title h3:after {
    background: #ec5a4a;
    bottom: -16px;
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 40%;
    left: 0;
    z-index: 2;
}

.home-three .product-carosel-area .product-wrapper.listview .add-to-cart a:hover {
    background: #EC5A4A none repeat scroll 0 0;
    border-color: #EC5A4A;
    color: #ffffff;
}

.home-three .newsletter .newsletter-box form button[type="submit"]:hover {
    color: #EC5A4A;
}

.home-three .footer-policy-box p i.icon {
    border: 1px solid #EC5A4A;
    color: #EC5A4A;
}

.home-three .footer-menu ul li a:hover {
    color: #EC5A4A;
}

.home-three .footer-social .social-icons li a:hover {
    color: #EC5A4A;
}

.home-three .currency a:hover {
    color: #EC5A4A;
}

.home-three .language ul li a:hover span {
    color: #EC5A4A;
}
/* ----------------------------------------------
    16. home page four
---------------------------------------------- */
.home-four .header-top-area {
    background: #F6F6F6;
}

.home-four .welcome p {
    color: #525252;
}

.home-four .menu-my-account-container > a,
.home-four .language > a,
.home-four .currency > a {
    color: #525252;
}

    .home-four .menu-my-account-container > a:hover,
    .home-four .language > a:hover,
    .home-four .currency > a:hover {
        color: #26D7F7;
    }

.home-four .menu-my-account-container ul li a:hover,
.home-four .language ul li a:hover span,
.home-four .currency a:hover {
    color: #26D7F7;
}

.home-three.home-four .shop-cart-info h5 a:hover {
    color: #26D7F7;
}

.home-three.home-four .shop-cart-btn a:hover {
    background-color: #26D7F7;
    border: 1px solid #26D7F7;
    color: #ffffff;
}

.home-four .header-middle-area {
    background: #fff;
}

.home-four .newsletter-area {
    background-color: #26D7F7 !important;
}

.home-four .newsletter .newsletter-box form input[type="email"] {
    width: 530px;
}

.home-four .newsletter .newsletter-box form button[type="submit"]:hover {
    color: #26D7F7;
}

.home-four .categori-menu {
    background: #26D7F7;
}

.home-four .categori-menu-list {
    display: none;
}

.home-four .categori-menu > span {
    color: #fff;
}

.home-three.home-four .categori-menu-list {
    border-color: transparent;
    border-width: 0;
}

    .home-three.home-four .categori-menu-list > li a:hover {
        color: #26D7F7;
    }

.home-four .header-bottom-area .category-wrapper {
    max-width: 25%;
}

.home-four .slider-area {
    margin-top: 0;
    margin-bottom: 35px;
}

.home-four .slider-content-2,
.home-four .slider-content-1 {
    margin-left: 0;
    color: rgb(41, 41, 41) !important;
}

    .home-four .slider-content-2 h1,
    .home-four .slider-content-2 h3,
    .home-four .slider-content-1 h1,
    .home-four .slider-content-1 h3 {
        color: rgb(41, 41, 41) !important;
    }

.home-four .single-slider-wrapper {
    min-height: 645px;
}

.home-four .shop-cart-menu > ul > li > a {
    color: #525252;
    display: block;
}

.home-four .shop-cart-menu > ul > li:hover > a {
    color: #525252;
}

.home-four .shop-cart-menu > ul > li > a sup {
    background-color: #08C0E2;
}

.home-four .main-menu nav > ul > li > a {
    color: #292929;
    font-weight: 700;
    font-size: 15px;
}

    .home-four .main-menu nav > ul > li > a:hover {
        color: #26d7f7 !important;
    }

.home-four .main-menu nav > ul > li.current > a {
    color: #26D7F7;
}

.home-four .main-menu nav > ul > li ul li a:hover {
    color: #26d7f7;
}

.home-four .header-search {
    background-color: transparent;
    border: 1px solid #ededed;
}

.home-four .main-menu nav > ul > li:hover > a {
    color: #26D7F7 !important;
}

.home-four .button-1 a {
    padding: 10px 25px;
    border-radius: 5px;
}

.home-four-banner-area {
    margin-bottom: 43px;
}

    .home-four-banner-area .container {
        max-width: 100%;
    }

        .home-four-banner-area .container .row .four-fast {
            padding-left: 0;
        }

        .home-four-banner-area .container .row .four-last {
            padding-right: 0;
        }

.four-single-banner-text .four-banner-img a {
    position: relative;
}

.four-single-banner-text .four-banner-img a {
    position: relative;
    display: block;
}

    .four-single-banner-text .four-banner-img a:before {
        background: rgba(38,215,247,0.5);
        bottom: 0;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        display: block;
        position: absolute;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }

.four-single-banner-text .four-banner-img:hover a:before {
    filter: alpha(opacity=100);
    opacity: 1;
}

.four-single-banner-text .four-banner-text h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.four-single-banner-text .four-banner-text {
    left: 50%;
    margin: 0;
    margin-right: -50%;
    max-width: 80%;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    filter: alpha(opacity=0);
    opacity: 0;
}

.four-single-banner-text:hover .four-banner-text {
    filter: alpha(opacity=100);
    opacity: 1;
}

.home-four .deals-of-the-day-area .single-product-area .product-wrapper.listview .list-col4 {
    float: left;
    width: 40%;
}

.home-four .deals-of-the-day-area .single-product-area .product-wrapper.listview .list-col8 {
    display: block;
    padding: 0 30px 0 15px;
    float: left;
    width: 60%;
}

.home-four .single-product-area .listview {
    padding: 30px 0;
    padding-bottom: 0;
}

.home-four .big-product-area .product-info h2 {
    margin: 15px 0;
}

.home-four .big-product-area .list-col8 .product-info h2 a {
    color: #555555;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.home-four .list-col8 .product-info h2 a:hover {
    color: #26D7F7;
}

.home-four .big-product-area .list-col8 .product-info span.price {
    color: #26D7F7;
    font-size: 30px;
}

.home-four .product-desc {
    display: block;
}

.home-four .deal-counter {
    border: 2px solid #26D7F7;
    border-radius: 25px;
    display: inline-block;
    margin-top: 25px;
    padding: 13px 50px;
}

    .home-four .deal-counter > div {
        padding-left: 40px;
    }

        .home-four .deal-counter > div::before {
            background: #5BE1F9;
        }

    .home-four .deal-counter .cdown .time-count {
        font-size: 18px;
        color: #26D7F7;
        display: block;
        line-height: 24px;
    }

    .home-four .deal-counter .cdown span {
        font-size: 18px;
        color: #56E0F9;
        line-height: 24px;
    }

    .home-four .deal-counter > div::after {
        color: #26D7F7;
        font-size: 24px;
        margin-right: 20px;
    }

.home-four .section-title h3:after {
    background: #26D7F7;
    width: 15%;
    height: 2px;
}

.home-four .single-product-area .product-wrapper.listview .list-col4 .quickviewbtn {
    display: none;
}

.home-four .product-area-inner {
    margin-top: 10px;
}

.home-four .single-product-area .listview .quickviewbtn,
.home-four .single-product-area .gridview .quickviewbtn {
    background: rgba(38,215,247,0.9);
}

.home-four .product-area-inner .list-col8 .product-info h2 a {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 11px;
}

.home-four .single-product-area .gridview .list-col8 .product-info span.price {
    color: #26d7f7;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.home-four .product-hidden .add-to-cart a {
    border: 2px solid #26d7f7;
    color: #26d7f7;
}

    .home-four .product-hidden .add-to-cart a:hover {
        background: #26d7f7 none repeat scroll 0 0;
        border-color: #26d7f7;
        color: #ffffff;
    }

.home-four .four-brand-carousel-active {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 50px 0;
}

.home-four .brand-logo-area .owl-nav {
    top: 41%;
}

.home-four .home-three-mini-product .section-title {
    padding: 15px 0;
}

.home-four .product-carosel-area .product-wrapper.listview .add-to-cart a:hover {
    background: #28D7F7 none repeat scroll 0 0;
    border-color: #28D7F7;
    color: #ffffff;
}

.home-four .product-carosel-area .product-wrapper.listview .add-to-cart a {
    line-height: 34px;
}

.home-four .list-col8 .product-info span.price {
    color: #26D7F7;
}

.home-four .product-carosel-area .single-product-area .listview {
    padding: 0;
}

.home-four .product-carosel-area .product-carousel-active-4 {
    padding-top: 20px;
}

.home-four .home-fullwidth-banner-area a {
    display: block;
    overflow: hidden;
}

    .home-four .home-fullwidth-banner-area a:hover img {
        transform: scale(1.05);
    }

.home-four .home-three-mini-product .section-title {
    border-bottom: 2px solid #ededed;
}

    .home-four .home-three-mini-product .section-title h3:after {
        background: #26D7F7;
        width: 15%;
        height: 2px;
        bottom: -17px;
    }

.home-four .home-three-mini-product .owl-nav {
    right: 0;
}

.home-three.home-four .footer-menu ul li a:hover {
    color: #26D7F7;
}

.home-four .brand-logo-area {
    padding: 15px 0;
}

.home-four .product-carosel-area {
    padding-top: 25px;
}

.home-four .footer-main {
    padding-top: 55px !important;
    padding-bottom: 40px !important;
}
/* ----------------------------------------------
    17. shop page style
---------------------------------------------- */
.shop-page-wraper {
    padding-bottom: 25px;
    padding-top: 60px;
}

    .shop-page-wraper .sidebar-shop {
        max-width: 16.66666667%;
    }

    .shop-page-wraper .shop-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

.sidebar-product-categori .widget-title h3 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    background: #f5f5f5;
    padding-bottom: 15px;
}

.sidebar-product-categori .widget-content {
    float: left;
    margin: 0 0 35px;
    width: 100%;
    background: #fff;
    padding: 20px 25px;
}

    .sidebar-product-categori .widget-content ul {
        margin-bottom: 0;
    }

        .sidebar-product-categori .widget-content ul li {
            border-bottom: 1px solid #ededed;
            list-style-type: none;
            margin: 0;
            padding-right: 20px;
        }

            .sidebar-product-categori .widget-content ul li:last-child {
                border-bottom: 0px solid #ededed;
            }

            .sidebar-product-categori .widget-content ul li a {
                display: inline-block;
                padding: 10px 0;
            }
/* price rang */
#price-range {
    background: #e1e1e1 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    float: left;
    height: 10px;
    margin-top: 14px;
    width: 100%;
}

    #price-range .ui-slider-range {
        background-color: #646060;
        border-radius: 0;
    }

    #price-range .ui-slider-handle {
        background-color: #646060;
        border: 6px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        height: 21px;
        top: -6px;
        transition: none 0s ease 0s;
        width: 21px;
        box-shadow: 0px 0px 6.65px 0.35px rgba(0,0,0,0.15);
    }

.price-values {
    float: left;
    margin-top: 29px;
    width: 100%;
}

.price_text_btn {
    display: inline-block;
    margin-top: 8px;
    overflow: hidden;
}

.price-values span {
    color: #6f6f6f;
    display: block;
    float: left;
    /*font-family: droidserifregular;*/
    font-size: 14px;
    line-height: 23px;
    margin-right: 1px;
}

.price-values input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #434343;
    display: block;
    float: left;
    font-size: 15px;
    height: 23px;
    margin-left: 3px;
    margin-top: 0px;
    padding: 0;
    width: 105px;
    margin-bottom: 0;
}

.price-values .button {
    float: right;
}

.price-values .button {
    background: #646060 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    letter-spacing: 0;
    line-height: 35px;
    margin-top: 2px;
    padding: 0 15px;
    text-transform: capitalize;
    transition: 0.3s;
}

    .price-values .button:hover {
        background: #333;
        color: #fff;
    }

.product_list_widget > li {
    display: block;
    margin-bottom: 42px;
    overflow: hidden;
}

.product_list_widget .product-image {
    float: left;
    width: 30%;
}

    .product_list_widget .product-image a {
        display: block;
    }

.product_list_widget .product-info {
    float: left;
    padding-left: 20px;
    width: 70%;
}

.widget-content ul.product_list_widget {
    padding: 0;
    margin: 0;
}

    .widget-content ul.product_list_widget li.widget-mini-product {
        padding: 0;
        margin-bottom: 20px;
        border: none;
    }

        .widget-content ul.product_list_widget li.widget-mini-product:last-child {
            padding: 0;
            margin-bottom: 0px;
        }

.product_list_widget li.widget-mini-product .product-info a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
    padding: 0;
}

.product-info span.product-title {
    transition: all 0.2s ease 0s;
}

.product_list_widget .star-rating {
    margin-bottom: 4px;
    margin-top: 6px;
    overflow: hidden;
}

.rating-box {
    line-height: 16px;
}

    .rating-box span i {
        color: #febd69;
    }

.product_list_widget .product-info .woocommerce-Price-amount {
    color: #646060;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    overflow: hidden;
}

.sidebar-single-banner {
    margin-bottom: 30px;
}

    .sidebar-single-banner a {
        overflow: hidden;
        display: inline-block;
        position: relative;
    }

        .sidebar-single-banner a:hover img {
            transform: scale(1.05);
        }

.product-tags {
}

    .product-tags a {
        text-decoration: none;
        border: 1px solid #ccc;
        padding: 5px 10px;
        display: inline-block;
        margin-bottom: 10px;
        border-radius: 5px;
    }

        .product-tags a:hover {
        }
/* shop page content */
.shop-banner {
    margin-bottom: 50px;
}

.product-toolbar {
    color: #333;
    margin-bottom: 10px;
    position: relative;
}

    .product-toolbar .topbar-title {
        float: left;
        margin: 0;
    }

        .product-toolbar .topbar-title h1 {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            margin: 0;
            text-transform: uppercase;
        }

    .product-toolbar .product-toolbar-inner {
        float: right;
    }

    .product-toolbar .product-view-mode {
        float: right;
        position: relative;
        z-index: 2;
    }

.product-view-mode {
}

    .product-view-mode ul.nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }

    .product-view-mode ul li {
    }

        .product-view-mode ul li:last-child a {
            margin-right: 0;
        }

        .product-view-mode ul li a.active {
            color: #646060;
        }

        .product-view-mode ul li a {
            border: none;
            color: #333;
            float: left;
            height: 40px;
            line-height: 40px;
            margin-right: 20px;
            outline: none;
        }

            .product-view-mode ul li a i {
                font-size: 38px;
            }

.product-toolbar .woocommerce-result-count {
    float: right;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 70px;
    text-align: right;
}

.product-toolbar .woocommerce-ordering {
    float: right;
    margin: 0;
    margin-right: 40px;
    position: relative;
}

    .product-toolbar .woocommerce-ordering .orderby-wrapper label {
        font-size: 1em;
        font-weight: 600;
        margin-right: 10px;
        line-height: 40px;
    }

    .product-toolbar .woocommerce-ordering .orderby-wrapper .nice-select {
        display: inline-block;
        font-size: 1em;
        padding: 0;
        vertical-align: top;
        float: right;
        background: #fff;
        border: 1px solid #ededed;
        border-radius: 0;
        box-shadow: none;
        color: inherit;
        height: 40px;
        line-height: 38px;
        min-width: 180px;
        padding: 0 15px;
        text-align: left;
        text-transform: capitalize;
    }

.product-toolbar .woocommerce-result-count {
    float: right;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 70px;
    text-align: right;
}

.shop-page-product-area {
    display: block;
    clear: both;
    padding-top: 5px;
}

    .shop-page-product-area .single-product-area {
        margin-bottom: 30px;
    }
        /* ----------------------------------------------
    18. shop product list view
---------------------------------------------- */
        .shop-page-product-area .single-product-area .product-wrapper.listview .list-col4 {
            width: 20%;
        }

        .shop-page-product-area .single-product-area .product-wrapper.listview .list-col8 {
            width: 80%;
        }

    .shop-page-product-area .listview .list-col8 .product-info {
        float: left;
        padding-right: 30px;
        width: 70%;
    }

    .shop-page-product-area .listview .list-col8 .actions-wrapper {
        border-left: 1px solid #ededed;
        float: right;
        padding: 0 30px;
        width: 30%;
    }

    .shop-page-product-area .single-product-area .gridview .add-to-cart {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .shop-page-product-area .listview .add-to-cart {
        margin-bottom: 15px;
        overflow: hidden;
    }

    .shop-page-product-area .actions-wrapper .add-to-cart a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid #646060;
        border-radius: 25px;
        color: #646060;
        display: block;
        float: left;
        font-size: 15px;
        font-weight: 600;
        height: 45px;
        letter-spacing: 0.01em;
        line-height: 41px;
        padding: 0;
        text-align: center;
        text-transform: none;
        width: 100%;
        text-decoration: none;
    }

        .shop-page-product-area .actions-wrapper .add-to-cart a:hover {
            background: #646060 none repeat scroll 0 0;
            border-color: #646060;
            color: #ffffff;
        }

    .shop-page-product-area .listview .actions li a {
        background: transparent;
        color: #555555;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        letter-spacing: 0;
        line-height: 30px;
        margin: 0;
        padding: 0;
        text-transform: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease;
        text-decoration: none;
    }

        .shop-page-product-area .listview .actions li a:hover {
            color: #646060;
        }

        .shop-page-product-area .listview .actions li a i {
            display: inline-block;
            float: left;
            font-family: 'Ionicons';
            font-size: 21px;
            height: 30px;
            line-height: 30px;
            margin-right: 10px;
            vertical-align: top;
        }

    .shop-page-product-area .product-info h2 {
        margin: 0;
    }

    .shop-page-product-area #list .single-product-area {
        margin-bottom: 0px;
    }

.shop-content nav.woocommerce-pagination {
    text-align: center;
}

.page_disabled {
    background: #646060 !important;
    color: #fff !important;
}

nav.woocommerce-pagination {
    margin: 30px 0;
    width: 100%;
}

    nav.woocommerce-pagination ul.page-numbers {
        border: none;
        margin: 0;
        text-align: right;
        width: 100%;
    }

        nav.woocommerce-pagination ul.page-numbers li {
            border: none;
            display: inline-block !important;
            float: none;
            margin-right: 5px;
            vertical-align: middle;
        }

            nav.woocommerce-pagination ul.page-numbers li span.current,
            nav.woocommerce-pagination ul.page-numbers li a:hover {
                background: #646060;
                color: #fff;
            }


            nav.woocommerce-pagination ul.page-numbers li a,
            nav.woocommerce-pagination ul.page-numbers li span {
                background: #fff;
                color: #333;
                font-size: 15px;
                font-weight: normal;
                height: 42px;
                line-height: 42px;
                min-width: 0;
                padding: 0 8px;
                text-align: center;
                width: 42px;
                display: block;
                text-decoration: none;
                outline: none;
                -webkit-transition: all .2s ease;
                -moz-transition: all .2s ease;
                -ms-transition: all .2s ease;
                -o-transition: all .2s ease;
                transition: all .2s ease;
            }
/* ----------------------------------------------
    19. about us
---------------------------------------------- */
.about-page-area {
    background: #fff;
}

.about__us_page_area .container-fluid .col-md-6.col-xs-12 {
    padding: 0;
}

.about__us_page_area .wpb_wrapper > h3 {
    font-size: 31px;
    font-weight: bolder;
    margin-bottom: 39px;
    text-align: center;
}

.about__us_page_area .banner_h2_Right_text {
    max-width: 100%;
    padding: 100px 50px;
}

.about__us_page_area .wpb_wrapper > p {
    color: #6f6f6f;
    font-size: 15px;
    text-align: justify;
}

.about__us_page_area .wpb_wrapper p > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #434343;
    color: #6f6f6f;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 38px;
    margin-top: 26px;
    padding: 0 31px;
    text-align: center;
}

    .about__us_page_area .wpb_wrapper p > a:hover {
        background: #ea9f25 none repeat scroll 0 0;
        border-color: #ea9f25;
        color: #fff;
    }

.funfact:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: -2;
}

element {
}

.about__us_page_area .container-fluid .col-md-12.col-lg-6.col-xs-12 {
    padding: 0;
}

.funfact {
    color: #fff;
    overflow: hidden;
    padding: 93px 15px;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

    .funfact:hover {
        color: #fff;
        overflow: hidden;
        padding: 93px 15px;
        position: relative;
        text-align: center;
        box-shadow: 0 0 13.5px 1.5px rgba(0, 0, 0, 0.07);
        position: relative;
        z-index: 999;
    }

.funfacts div[class^="col-"]:nth-child(n) .funfact {
    background: #f3f3f3 none repeat scroll 0 0;
}

.funfacts div[class^="col-"]:nth-child(2n) .funfact {
    background: #e8e8e8 none repeat scroll 0 0;
}

.fun__fact_img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.fun_fact_info {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.funfact h1 {
    color: #434343;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
}

.funfact h5 {
    color: #434343;
    font-size: 12px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.funfact:hover:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.funfact:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.abou_skrill__area .container-fluid .row div[class^="col-md-"] {
    padding: 0;
}

.abou_skrill__area .banner_h2__left_image.lft_to_right > img {
    position: relative;
    right: 0;
    width: 100%;
}

.pg-advisor__progress {
    width: 65%;
}

.abou_skrill__area .progress {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 3px;
    height: 16px;
    margin-bottom: 8px;
    margin-top: 25px;
    overflow: visible;
}

.abou_skrill__area {
    margin-top: 27px;
    overflow: hidden;
}

.abou_skrill__area {
    margin-top: 0;
    overflow: hidden;
}

    .abou_skrill__area .progress span {
        color: #d0d0d0;
        font-size: 16px;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: -35px;
        -webkit-transform: translate(50%, 0px);
        transform: translate(50%, 0px);
        -webkit-transition: all 0.4s ease 1s;
        transition: all 0.4s ease 1s;
    }

    .abou_skrill__area .progress-bar {
        background: #7b7b7b none repeat scroll 0 0;
        border-radius: 3px;
        margin-left: 2px;
        position: relative;
    }

.skrill_here {
    padding: 100px 162px 40px 137px;
}

.progress .p_g_title > p {
    color: #fff;
    padding-left: 60px;
    text-align: left;
    text-transform: uppercase;
}

.skrill_here .p_g_title {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: left;
    top: -4px;
    width: 100%;
}

.abou_skrill__area .progress span {
    background: #3e3e3e none repeat scroll 0 0;
    border: 3px solid #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    left: -22px;
    line-height: 33px;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: -13px;
    width: 40px;
}

.bar__span.wow.slideInLeft {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999999;
}

.progress {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: none;
    height: 24px;
    overflow: visible;
}

.progress-bar {
    background: #8d98aa none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: none;
    position: relative;
    visibility: visible;
    animation-duration: 1.5s;
    animation-delay: 1.2s;
    animation-name: fadeInLeft;
}

.width80 {
    width: 80%;
}

.width90 {
    width: 90%;
}

.width70 {
    width: 70%;
}

.width95 {
    width: 95%;
}

.progress-bar .text-top {
    background: #363f4d none repeat scroll 0 0;
    border-radius: 50%;
    font-size: 12px;
    height: 42px;
    left: 0;
    line-height: 42px;
    position: absolute;
    text-transform: uppercase;
    top: -9px;
    width: 42px;
}

.skill-bar-item {
    padding-bottom: 6px;
    position: relative;
}

    .skill-bar-item > span {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        margin-left: 50px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        z-index: 2;
    }

.skill-bar {
    overflow: hidden;
    padding-top: 9px;
}
/* ----------------------------------------------
    20. Contact page
---------------------------------------------- */
.contact-page-map .container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

#map {
    height: 400px;
}

.contact-address-area {
    background-color: #F5F5F5;
    padding: 70px 60px !important;
}

.contact-form-inner {
    background: #fff none repeat scroll 0 0;
    padding: 80px 60px !important;
}

.contact-form-area .container-fluid .col-md-6.col-xs-12 {
    padding: 0;
}

.contact-address-area h2,
.contact-form-inner h2 {
    color: #434343;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 35px;
}

.styles___1 .footer-nav ul a:hover {
    color: #646060;
}

.contact-address-area p {
    margin-bottom: 35px;
}

.contact-address-area ul {
    margin-bottom: 35px;
    max-width: 380px;
    padding: 0;
}

    .contact-address-area ul li {
        border-top: 1px solid #e4e4e4;
        color: #6f6f6f;
        list-style: outside none none;
        padding: 10px 0;
    }

        .contact-address-area ul li i {
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 40px;
        }

.contact-address-area h3 {
    color: #434343 !important;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0 0 5px;
}

.contact-form-inner .col input {
    background: #f2f2f2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    height: 46px;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100%;
}

    .contact-form-inner .col input:focus {
        outline: medium none;
    }

:focus {
    outline: medium none;
}

.contact-form-inner .col textarea {
    background: #f2f2f2 none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    border-radius: 0;
    height: 135px;
    padding-left: 15px;
    width: 100%;
}

.contact-submit {
    margin-top: 30px;
}

    .contact-submit input {
        background: #282828;
        border: 2px solid #282828;
        border-radius: 0;
        box-shadow: none;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        height: 45px;
        letter-spacing: 0;
        line-height: 42px;
        outline: medium none;
        overflow: hidden;
        padding: 0;
        text-align: center;
        text-shadow: none;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
        white-space: nowrap;
        width: 150px;
    }

        .contact-submit input:hover {
            background: #646060;
            border: 2px solid #646060;
            color: #fff;
        }
/* ----------------------------------------------
    21. Cart & Wish List CSS
---------------------------------------------- */
.cart-page-area .section-title h2,
.coupon-area .section-title h2 {
    text-transform: capitalize;
    color: #555;
    font-weight: 500;
}

.cart-page-area form {
    background: #fff;
    margin-bottom: 70px;
    padding: 50px 30px;
}

.cart-page-area {
}

.shipping_method input {
    background: #eceff8 none repeat scroll 0 0;
    border: 2px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: inherit;
}

.cart-title-area {
    padding-top: 30px;
}

.car-header-title {
}

    .car-header-title h2 {
        font-size: 20px;
        margin: 0;
        text-transform: uppercase;
    }

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 2px 1px 2px;
    text-align: left;
    width: 100%;
}

    .table-content table th {
        border-top: medium none;
        font-weight: normal;
        padding: 10px 10px;
        text-align: left;
        text-transform: capitalize;
        vertical-align: middle;
        white-space: nowrap;
        font-weight: 500;
        background-color: #646060;
        border-right: 1px solid #646060 !important;
        color: #fff;
        border-radius: 0px;
    }

    .table-content table th,
    .table-content table td {
        border-bottom: 1px solid #e5e5e5;
        border-right: 1px solid #fff;
    }

    .table-content table td {
        border-top: medium none;
        padding: 5px 8px;
        vertical-align: middle;
        font-size: 15px;
    }

        .table-content table td input {
            background: #fff none repeat scroll 0 0;
            border: medium none;
            border-radius: 5px;
            color: #6f6f6f;
            font-size: 15px;
            font-weight: normal;
            /*height: 40px;*/
            padding: 0 5px 0 10px;
            border: solid 1px #ddd;
            /*width: 60px;*/
        }

        .table-content table td.product-subtotal {
            font-size: 14px;
            font-weight: 500;
            width: 120px;
        }

        .table-content table td.product-name a,
        .product-stock-status span {
            font-size: 14px;
            font-weight: 500;
            margin-left: 10px;
            color: #6f6f6f;
            text-transform: capitalize;
        }

.product-stock-status span {
    font-weight: normal;
    color: #646060;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 100px;
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    width: 40px;
}

.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 500;
}

.table-content table td.product-remove i:hover {
    color: #646060;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
    color: #646060;
}

.product-thumbnail img {
    width: 100%;
}

.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}

    .buttons-cart input,
    .coupon input[type="submit"],
    .buttons-cart a,
    .coupon-info p.form-row input[type="submit"] {
        background: #363f4d none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 500;
        height: 40px;
        line-height: 40px;
        margin-right: 15px;
        padding: 0 15px;
        text-shadow: none;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        white-space: nowrap;
        width: inherit;
    }

.wc-proceed-to-checkout {
    clear: both;
    display: block;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
    background: #646060 none repeat scroll 0 0;
    color: #fff;
}

.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
}

.coupon input[type=submit] {
}

.cart_totals {
    float: left;
    text-align: right;
    width: 100%;
}

    .cart_totals h2 {
        border-bottom: 2px solid #222;
        display: inline-block;
        font-size: 30px;
        margin: 0 0 35px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .cart_totals table {
        border: medium none;
        float: right;
        margin: 0;
        text-align: right;
    }

        .cart_totals table th {
            border: medium none;
            font-size: 14px;
            font-weight: bold;
            padding: 0 20px 12px 0;
            text-align: right;
            text-transform: uppercase;
            vertical-align: top;
        }

        .cart_totals table td {
            border: medium none;
            padding: 0 0 12px;
            vertical-align: top;
        }

            .cart_totals table td .amount {
                color: #646060;
                font-size: 13px;
                font-weight: bold;
                margin-left: 5px;
                text-align: right;
                text-transform: uppercase;
            }

            .cart_totals table td ul#shipping_method {
                list-style: outside none none;
                margin: 0;
                padding: 0;
            }

                .cart_totals table td ul#shipping_method li {
                    float: left;
                    margin: 0 0 10px;
                    padding: 0;
                    text-indent: 0;
                    width: 100%;
                }

                    .cart_totals table td ul#shipping_method li input {
                        margin: 0;
                        position: relative;
                        top: 2px;
                    }

    .cart_totals table {
    }

a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}

    a.shipping-calculator-button:hover {
        color: #83CBDC;
    }

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 15px;
    text-transform: inherit;
    white-space: nowrap;
    font-weight: 600;
}

.cart_totals table tr.order-total th {
    font-weight: 700;
}

.wc-proceed-to-checkout a {
    background: #646060;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: none;
}

    .wc-proceed-to-checkout a:hover {
        background: #363f4d;
    }

.amount del {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
}

.cart-page-area .product-remove {
    width: 20px;
}

.cart-page-area table td.product-thumbnail {
    width: 140px;
}

.cart-page-area .product-add-to-cart a {
    background: #646060 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
    margin: 0 auto;
}

    .cart-page-area .product-add-to-cart a:hover {
        background: #1a1a1a;
    }

.cart-page-area td.product-add-to-cart {
    width: 240px;
}
/* ----------------------------------------------
    22. Checkout CSS
---------------------------------------------- */
.coupon-area .coupon-info input {
    background: transparent;
    border: 1px solid #e5e5e5;
}

.coupon-area .coupon-info .checkout-coupon .code:focus {
    border: 1px solid #e5e5e5;
}

.coupon-area {
}

.coupon-accordion {
    background: #fff;
    padding: 50px 30px 20px 30px;
}

.checkout-area form {
    background: #fff;
    padding: 50px 30px;
    padding-top: 20px;
    margin-bottom: 60px;
}

.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid #646060;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
    text-transform: capitalize;
}

    .coupon-accordion h3::before {
        color: #777;
        content: "\f0f6";
        display: inline-block;
        font-family: 'FontAwesome';
        left: 16px;
        position: absolute;
        top: 16px;
    }

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
    -webkit-transition: .3s;
    transition: .3s;
}

    .coupon-accordion span:hover,
    p.lost-password a:hover {
        color: #888;
    }

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}

.coupon-info {
}

    .coupon-info p.coupon-text {
        margin-bottom: 15px;
    }

    .coupon-info p {
        margin-bottom: 0;
    }

        .coupon-info p.form-row-first {
        }

            .coupon-info p.form-row-first label,
            .coupon-info p.form-row-last label {
                display: block;
                color: inherit;
            }

                .coupon-info p.form-row-first label span.required,
                .coupon-info p.form-row-last label span.required {
                    color: red;
                    font-weight: 700;
                }

            .coupon-info p.form-row-first input,
            .coupon-info p.form-row-last input {
                border: 1px solid #ccc;
                height: 34px;
                margin: 0 0 14px;
                max-width: 100%;
                padding: 0 0 0 10px;
                width: 370px;
                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            }

        .coupon-info p.form-row input[type="submit"]:hover,
        p.checkout-coupon input[type="submit"]:hover {
            background: #646060 none repeat scroll 0 0;
        }

        .coupon-info p.form-row input[type="checkbox"] {
            height: inherit;
            position: relative;
            top: 2px;
            width: inherit;
        }

.form-row > label {
    margin-top: 7px;
}

p.lost-password {
    margin-top: 15px;
}

    p.lost-password a {
        color: #6f6f6f;
        font-size: 12px;
    }

p.checkout-coupon {
}

    p.checkout-coupon input[type=text] {
        height: 36px;
        padding-left: 10px;
        width: 170px;
    }

    p.checkout-coupon input[type="submit"] {
        background: #333 none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #fff;
        height: 36px;
        margin-left: 6px;
        padding: 5px 10px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: inherit;
    }

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
}

.country-select label,
.country-select label,
.checkout-form-list label {
    color: #333;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    display: block;
    font-weight: 700;
}

    .country-select label span.required,
    .checkout-form-list label span.required {
        color: #646060;
    }

.country-select select {
    border: 1px solid #ddd;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.checkout-form-list label {
    color: #333;
}

    .checkout-form-list label span.required {
    }

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    width: 100%;
    padding: 0 0 0 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.checkout-form-list {
}

    .checkout-form-list input[type="checkbox"] {
        display: inline-block;
        height: inherit;
        margin-right: 10px;
        position: relative;
        top: 0;
        width: inherit;
    }

.create-acc label {
    color: #333;
    display: inline-block;
}

.checkout-form-list input[type=password] {
}

.create-accounts {
    display: none;
}

.ship-different-title {
}

    .ship-different-title h3 label {
        display: inline-block;
        margin-right: 20px;
    }

.order-notes textarea {
    height: 90px;
    padding: 15px;
    width: 100%;
    background: #fff;
}

.ship-different-title input {
    margin-top: 0;
    vertical-align: middle;
}

#ship-box-info {
    display: none;
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

    .your-order h3 {
        border-bottom: 1px solid #ebebeb;
        font-size: 30px;
        margin: 0 0 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        width: 100%;
        font-weight: 500;
    }

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

    .your-order-table table th,
    .your-order-table table td {
        border-bottom: 1px solid #d8d8d8;
        border-right: medium none;
        font-size: 14px;
        padding: 15px 0;
        text-align: center;
    }

    .your-order-table table th {
        border-top: medium none;
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: nowrap;
        width: 250px;
    }

    .your-order-table table .shipping ul li input {
        position: relative;
        top: 2px;
    }

    .your-order-table table .shipping th {
        vertical-align: top;
    }

    .your-order-table table .order-total th {
        border-bottom: medium none;
        font-size: 18px;
    }

    .your-order-table table .order-total td {
        border-bottom: medium none;
    }

    .your-order-table table tr.cart_item:hover {
        background: #F9F9F9;
    }

    .your-order-table table tr.order-total td span {
        color: #646060;
        font-size: 20px;
    }

.your-order-table table {
}

.payment-method {
    margin-top: 40px;
}

.payment-accordion {
}

    .payment-accordion h3 {
        border-bottom: 0 none;
        margin-bottom: 10px;
        padding-bottom: 0;
    }

        .payment-accordion h3 a {
            color: #6f6f6f;
            font-size: 14px;
            padding-left: 25px;
            position: relative;
            text-transform: capitalize;
            text-decoration: none;
        }

            .payment-accordion h3 a:before,
            .payment-accordion h3.open a:after {
                content: "ÃƒÂ¯Ã‚ÂÃ¢â‚¬Â¢";
                display: inline-block;
                font-family: fontawesome;
                font-size: 20px;
                left: 0;
                position: absolute;
                top: -2px;
            }

        .payment-accordion h3.open a:after {
            content: "\f056";
        }

.payment-content {
}

    .payment-content p {
        font-size: 13px;
    }

.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}

.order-button-payment input {
    background: #646060;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .order-button-payment input:hover {
        background: #444;
    }

.sub-heading {
    padding-bottom: 40px;
    color: #555;
    font-weight: 500;
    font-size: 25px;
}
/* ----------------------------------------------
    23. Login CSS
---------------------------------------------- */
.custom-title {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #646060;
}

.well {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    padding: 20px;
}

.login-area {
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 70px;
}

.log-in p strong {
    color: #444444;
    font-weight: 500;
}

.customer-btn,
.return-customer-btn {
    background: #646060 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: initial;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 5px;
}

.return-customer-btn {
    background: #282828;
}

a:hover {
    /*text-decoration: none;*/
}

.return-customer-btn:hover {
    background: #646060;
    color: #fff;
    /*border: 1px solid #646060 !important;*/
    text-decoration: none;
}

.customer-btn:hover {
    background: #282828;
    color: #fff;
}

.return-customer label {
    font-weight: 500;
    color: #444;
    font-size: 14px;
}

.return-customer input {
    font-size: 14px;
}

.lost-password a {
    color: #555;
    font-weight: 500;
    font-size: 13px;
}

    .lost-password a:hover {
        color: #1b81c5;
    }

.BtnFacebook {
    /*background: #465892 none repeat scroll 0 0;*/
    border: medium none;
    color: #465892;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border: solid 1px #465892;
    border-radius: 5px;
}

    .BtnFacebook:hover {
        background: #646060;
        color: #fff;
    }

.BtnGoogle {
    /*background: #f14336 none repeat scroll 0 0;*/
    border: medium none;
    color: #f14336;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
    padding: 7px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border: solid 1px #f14336;
    border-radius: 5px;
}

    .BtnGoogle:hover {
        background: #d9372b;
        color: #fff;
    }

/*.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }*/

.separatorP {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separatorP::before, .separatorP::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .separatorP::before {
        margin-right: .25em;
    }

    .separatorP::after {
        margin-left: .25em;
    }
/* ----------------------------------------------
    24. Register Account CSS
---------------------------------------------- */
.register-page-area {
    background: #fff;
    padding-top: 50px;
}

.form-register label {
    font-size: 14px;
    text-align: left;
}

.register-page-area fieldset {
    border: 0px solid #c0c0c0;
    margin: 0;
    padding: 0;
}

.form-register .form-group {
    margin-bottom: 20px;
}

    .form-register .form-group input[type="password"] {
        font-size: 14px;
        height: 45px;
        padding: 10px;
    }

    .form-register .form-group input[type="radio"] {
        box-sizing: border-box;
        height: 20px;
        width: 20px;
        vertical-align: middle;
        margin: 10px;
    }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #646060;
    box-shadow: none;
    outline: none;
}

label.radio-inline {
    margin-right: 15px;
}

.form-register legend {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    font-weight: 600;
    ;
    margin-bottom: 20px;
    padding: 7px 0;
}

.agree {
    color: #646060;
    font-size: 13px;
}

.terms input[type=checkbox] {
    vertical-align: middle;
}
/* ----------------------------------------------
    25. Forgot Password CSS
---------------------------------------------- */
.forget-page-area {
    background: #fff;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.password-forgot legend {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 7px 0;
    font-weight: 500;
}

.password-forgot label {
    font-size: 15px;
}

.password-forgot input {
    font-size: 14px;
}

.require {
    color: #cc0000;
    font-weight: 600;
    margin-right: 5px;
}

.password-forgot .form-group {
    margin-bottom: 0;
}

.forget-page-area fieldset {
    border: 0px solid #c0c0c0;
    margin: 0;
    padding: 0;
}
/* ----------------------------------------------
    26. Frequently Questions Page CSS
---------------------------------------------- */
.faq-desc {
    margin-bottom: 90px;
}

    .faq-desc h3 {
        color: #434343;
        font-size: 23px;
        font-weight: 700;
    }

    .faq-desc p {
        color: #515151;
        font-size: 14px;
        margin: 0;
    }

.card-header h5 {
    margin: 0;
    background: #fff;
}

.faq-accordion .card .show {
    border-top: 1px solid #ddd;
}

.card-body {
    font-size: 14px;
}

.faq-accordion .card {
    border-radius: 0;
    margin-bottom: 10px;
}

.faq-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: 0;
}

    .faq-accordion .card-header a.collapsed:before,
    .faq-accordion .card-header a:after {
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .faq-accordion .card-header a:after {
        content: "\f068";
        font-family: FontAwesome;
    }

    .faq-accordion .card-header a {
        display: block;
        padding: 15px 10px 15px 25px;
        cursor: pointer;
    }

        .faq-accordion .card-header a:hover {
            color: #646060 !important;
        }
/* ----------------------------------------------
    27. Service Page CSS
---------------------------------------------- */
.service-title > h4 {
    font-size: 14px;
    color: #444444;
    text-align: left;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 20px;
}

.service-content > p {
    margin-bottom: 30px;
}

section.service-item-area {
    padding-bottom: 25px;
}

.single-service {
    overflow: hidden;
}

.service-img img {
    width: 100%;
}

.service-icon {
    width: 10%;
    height: 40px;
    color: #646060;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    padding-top: 10px;
}

.service-info {
    width: 90%;
    padding-left: 20px;
}

    .service-info > h3 {
        font-size: 16px;
        color: #282828;
        text-align: left;
        font-weight: 700;
        font-style: normal;
        margin: 0;
    }

    .service-info > p {
        margin-bottom: 35px;
        color: #000;
    }

.unlimited-ideas-content {
    text-align: center;
    padding-top: 180px;
    padding-right: 80px;
    padding-left: 80px;
    padding-bottom: 30px;
}

.unlimited-ideas-title > h2 {
    font-size: 30px;
    color: #444444;
    text-align: center;
    font-weight: 900;
    font-style: normal;
}

.service-btn {
    display: inline-block;
    border: 2px solid #2A2A2A;
    padding: 13px 19px;
    padding-right: 48px;
    position: relative;
    color: #2A2A2A;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.unlimited-ideas-btn > a > i.fa {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-btn:hover {
    border-color: #2A2A2A;
    background: #2A2A2A;
    color: #fff;
}

.section-title3 {
    text-align: center;
}

    .section-title3 h3 {
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        font-weight: 900;
        font-style: normal;
    }

    .section-title3 p {
        color: #ccc;
    }
/* service Page  style */
.section-title-img {
    background-image: url(../images/bg/service-bg4.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

    .section-title-img .section-title2 > p {
        color: #fff;
        margin: 0;
    }

.our-service-area.service-two {
    background: #fff;
}

    .our-service-area.service-two h3 {
        font-size: 13px;
        color: #444444;
        text-align: left;
        font-weight: 700;
        font-style: normal;
    }

    .our-service-area.service-two p {
        font-family: "Open Sans";
        line-height: 25px;
        font-weight: 400;
        font-style: normal;
        color: #555555;
        font-size: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.24s ease-in-out;
        -moz-transition: opacity 0.24s ease-in-out;
        transition: opacity 0.24s ease-in-out;
    }

.single-service-4 {
    position: relative;
    overflow: hidden;
}

.service-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px;
    width: 100%;
    height: 100%;
    bottom: 0;
    padding-top: 80px;
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-service-4:hover .service-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.service-icon4 i {
    background: #222;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    width: 115px;
}

.service-content-4 > h2 {
    font-size: 24px;
    color: #444;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 5px;
}

.service-content-4 > p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
}

.idea-img.img-full > img {
    width: 100%;
}

.our-service-area-2 .section-title2 > h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}
/*What We Do Area CSS */
.service-bg-2 {
    background-image: url(../images/bg/service-bg3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.what-we-do-title > h2 {
    font-size: 30px;
    color: #444;
    font-weight: 900;
    text-align: center;
}

.single-service-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.service-icon3 {
    border: 2px solid #4fc1f0;
    border-radius: 100%;
    color: #4fc1f0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.service-content {
    padding-left: 10px;
}

    .service-content > h3 {
        font-size: 14px;
        color: #444444;
        text-align: left;
        font-weight: 700;
        font-style: normal;
    }

    .service-content > p {
        font-size: 14px;
        line-height: 25px;
        color: #555;
    }
/*idea area css*/

.ideas-content {
    padding: 160px 80px;
    text-align: center;
}

    .ideas-content > h2 {
        font-size: 30px;
        color: #444444;
        text-align: center;
        ;
        font-weight: 900;
        font-style: normal;
    }

    .ideas-content > p {
        color: #555;
        font-size: 14px;
        line-height: 27px;
        margin: 60px 0;
        text-align: center;
    }

a.ideas-btn {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #2a2a2a;
    color: #2a2a2a;
    display: inline-block;
    font-weight: 400;
    padding: 13px 23px 13px 19px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    a.ideas-btn:hover {
        background-color: #2A2A2A;
        border-color: ##2A2A2A;
        color: #fff;
    }

.design-and-code-area {
    background-color: #f6f6f6;
}
/*  Pricing Table CSS */
.pricing-head > h4 {
    padding: 20px;
    text-align: center;
    background: #45b8e4;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.active-table .pricing-head > h4 {
    background: #646060;
}

.pricing-body {
    padding: 0 20px 40px 20px;
    text-align: center;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34,25,25,0.4);
}

.price {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #7a7a7a;
}

.desc-price {
    font-size: 12px;
}

.pricing-body > ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

    .pricing-body > ul > li {
        padding: 15px 0;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 10px;
    }

        .pricing-body > ul > li:first-child {
            border-top: 1px solid #ebebeb;
        }

.pricing-button {
    border: 1px solid #4c4c4c;
    padding: 0 20px;
    line-height: 40px;
    margin: 40px 0 0;
    display: inline-block;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
    color: #4c4c4c;
    height: 42px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.active-table .pricing-button {
    background: #646060;
    border-color: #646060;
    color: #fff;
}

.pricing-button:hover {
    background: #646060;
    color: #fff;
    border-color: #646060;
}

.active-table .pricing-button:hover {
    background: #4C4C4C;
    border-color: #4C4C4C;
    color: #fff;
}

.bg-1 {
    background: url(../images/bg/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-2 {
    background: url(../images/bg/bg-2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* ----------------------------------------------
    28. blog page
---------------------------------------------- */
.blog-page article {
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 60px;
    padding: 45px 30px;
    width: 100%;
}

.blog-page .blog-entry-header {
    background: none;
    border: none;
    float: none;
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.blog-page .post-category {
    color: #646060;
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .blog-page .post-category:before {
        content: '\f07b';
        display: inline-block;
        font-family: FontAwesome;
        margin-right: 5px;
    }

    .blog-page .post-category a {
        color: #646060;
        text-decoration: underline;
    }

        .blog-page .post-category a:hover {
            color: #333;
        }

.blog-page h1 {
    color: #646060;
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

    .blog-page h1 a {
        color: #292929;
    }

        .blog-page h1 a:hover {
            color: #646060;
        }

        .blog-page h1 a:before {
            content: '\f005';
            display: inline-block;
            font-family: FontAwesome;
            font-size: 8px;
            margin-right: 5px;
            vertical-align: top;
        }

.post-meta a {
    color: #8c8c8c;
    display: inline-block;
    font-size: 0.93em;
    vertical-align: middle;
    padding: 0 10px;
}

    .post-meta a i {
        margin-right: 5px;
        color: #8C8C8C;
    }

    .post-meta a.post-author {
        border-right: 1px solid #8C8C8C;
    }

.post-thumbnail {
    margin: 30px 0;
    position: relative;
    text-align: center;
}

    .post-thumbnail a img {
        width: 100%;
    }

.postinfo-wrapper a.readmore.button {
    background: #646060;
    border: 0;
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-radius: 2px;
}

    .postinfo-wrapper a.readmore.button:hover {
        background: #333;
    }

.social-sharing {
    margin: 30px 0;
    margin-bottom: 0;
}

    .social-sharing h3 {
        background: none;
        color: #8c8c8c;
        font-size: 12px;
        line-height: 26px;
        margin: 0 20px;
        margin-bottom: 15px;
        text-transform: uppercase;
        width: auto;
    }

.social-sharie {
    display: inline-block;
}

.social-sharing ul {
    float: left;
    margin: 10px 0 20px;
    padding: 0;
    margin-bottom: 0;
}

    .social-sharing ul li {
        float: left;
        list-style: none;
        position: relative;
    }

        .social-sharing ul li a {
            background: #f7f7f7;
            border-radius: 100%;
            color: #353535;
            display: inline-block;
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            margin-right: 10px;
            text-align: center;
            width: 30px;
        }

            .social-sharing ul li a:hover {
                background: #646060 !important;
                color: #fff;
            }
/* blog sidebar */
.blog_sidebar .product-filter h5 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    background: #f5f5f5;
    padding-bottom: 15px;
    line-height: 1;
}

.product_left_sidbar .product-filter > div {
    float: left;
    margin: 0 0 35px;
    width: 100%;
    background: #fff;
    padding: 20px 25px;
}

.search__sidbar input.input_text[type="text"] {
    background: transparent none repeat scroll 0 0;
    color: #424242;
    font-size: 14px;
    padding: 0 40px 0 15px;
    margin-bottom: 0;
}

.search__sidbar .button {
    border: 0 none;
    padding: 15px 21px;
    position: absolute;
    right: 0;
    top: 2px;
    background: transparent;
}

    .search__sidbar .button:hover {
        color: #646060;
    }

.search__sidbar .input_form {
    position: relative;
}

.blog_Archives__sidbar > ul {
    list-style: disc;
    padding-left: 13px;
    margin-bottom: 0;
}

.blog_Archives__sidbar li {
    color: #333;
    font-size: 14px;
    list-style: outside none disc;
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
    padding: 7px 0;
}

    .blog_Archives__sidbar li:hover a {
        color: #646060;
    }

.blog-page-area .pagination {
    margin-bottom: 60px;
    text-align: right;
    width: 100%;
    display: block;
}

    .blog-page-area .pagination span.current,
    .blog-page-area .pagination a:hover {
        background: #646060;
        color: #fff;
    }

    .blog-page-area .pagination a,
    .blog-page-area .pagination span {
        background: #fff;
        color: #333;
        display: inline-block;
        font-size: 15px;
        font-weight: normal;
        height: 42px;
        line-height: 42px;
        margin-right: 5px;
        min-width: 0;
        padding: 0 8px;
        text-align: center;
        vertical-align: middle;
        width: 42px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .blog-page-area .pagination a.next,
        .blog-page-area .pagination a.prev,
        .blog-page-area .pagination span.next,
        .blog-page-area .pagination span.prev {
            font-size: 0;
        }

            .blog-page-area .pagination a.next:before,
            .blog-page-area .pagination span.next:before {
                content: '>>';
                display: block;
                font-size: 15px;
            }

.blog-tags a {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

    .blog-tags a:hover {
        text-decoration: none;
        border: 1px solid #282828;
        padding: 5px 10px;
        display: inline-block;
        margin-bottom: 5px;
        border-radius: 5px;
        text-transform: uppercase;
    }

.blog_sidebar .sidebar-single-banner a {
    width: 100%;
}

    .blog_sidebar .sidebar-single-banner a img {
        width: 100%;
    }

.single-blog {
    background: #fff;
}

    .single-blog article {
        border: 0px solid #ededed;
    }

.blog-page p {
    text-align: left;
}

.blog-page.blog-text-align p {
    text-align: center;
}

.blog-page.text-center p {
    text-align: center;
}

.blog-page blockquote {
    background: #fff;
    border: 1px solid #ededed;
    border-left: 5px solid #646060;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin: 40px 0 40px 40px;
    padding: 30px 45px;
}

.single-post-tag {
    text-align: left;
}

    .single-post-tag a {
        color: #646060;
        font-weight: 600;
    }

        .single-post-tag a:hover {
            text-decoration: underline;
        }

.blog-page .relatedposts {
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 60px;
    padding: 45px 30px;
    width: 100%;
}

.comments-area ol {
    list-style: none;
}

.comments-area .commentlist li .single-comment {
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 0 20px;
    padding: 30px;
    width: 100%;
}

.comments-area .commentlist li .comment-avatar {
    float: left;
    margin-right: 20px;
}

.comments-area .commentlist li .comment-info {
    border: none;
    overflow: hidden;
    position: relative;
}

    .comments-area .commentlist li .comment-info .reply {
        display: inline-block;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }

        .comments-area .commentlist li .comment-info .reply a {
            background: none;
            border: 1px solid #646060;
            box-shadow: none;
            color: #646060;
            display: inline-block;
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-size: .8em;
            font-weight: bold;
            height: 28px;
            line-height: 26px;
            padding: 0 20px;
            text-shadow: none;
            text-transform: uppercase;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            white-space: nowrap;
            -webkit-border-radius: 500px;
            -moz-border-radius: 500px;
            border-radius: 500px;
        }

            .comments-area .commentlist li .comment-info .reply a:hover {
                background: #646060;
                border-color: #646060;
                color: #fff;
            }

.comments-area .commentlist .comment-info a {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

    .comments-area .commentlist .comment-info a:hover {
        color: #1DA8DE;
    }

.comments-area .commentlist .comment-info span.date {
    display: block;
    font-size: .93em;
    font-style: italic;
    margin-bottom: 15px;
}

.comment-respond {
    margin: 40px 0 50px 0;
    width: 100%;
}

    .comment-respond h3 {
        font-size: 24px;
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .comment-respond .text-filds label {
        color: #999;
        display: block;
        margin: 0 0 5px;
    }

    .comment-respond .text-filds textarea {
        border: 1px solid #ededed;
        height: 130px;
        width: 100%;
        background: #fff;
        margin-bottom: 20px;
    }

    .comment-respond .comment-input {
        margin: 0 -10px;
    }

        .comment-respond .comment-input .comment-form-author,
        .comment-respond .comment-input .comment-form-email,
        .comment-respond .comment-input .comment-form-url {
            float: left;
            padding: 0 10px;
            width: 33.3333%;
            margin-bottom: 0px;
        }

        .comment-respond .comment-input label {
            color: #999;
            display: block;
            margin: 0 0 5px;
        }

        .comment-respond .comment-input p input {
            background: #fff;
            border: 1px solid #ededed;
            border-radius: 5px;
            height: 45px;
            line-height: 45px;
            max-width: 100%;
            padding: 0 0 0 10px;
            vertical-align: middle;
        }

    .comment-respond .form-submit input {
        background: #282828;
        border: none;
        box-shadow: none;
        color: #fff;
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        /*font-size: .714em;*/
        font-weight: normal;
        height: 45px;
        /*letter-spacing: .2em;*/
        line-height: 45px;
        outline: none;
        overflow: hidden;
        padding: 0 30px;
        text-shadow: none;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        vertical-align: middle;
        white-space: nowrap;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin-bottom: 10px;
        border-radius: 5px;
    }

        .comment-respond .form-submit input:hover {
            background: #646060;
            border: 1px solid #646060;
            color: #fff;
        }

.text-filds {
    margin-top: 20px;
}
/* ----------------------------------------------
    29. Portfolio Page
---------------------------------------------- */
.co-isotop-item-1 img {
    width: 100%;
}

.co-isotop-filter-1 button:after {
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
}

.co-isotop-filter-1 button:hover,
.co-isotop-filter-1 button.active {
    background: #71a9d0 none repeat scroll 0 0;
    color: #fff;
}

.co-isotop-filter-1 button {
    background: #666 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 5px;
    margin-right: -1px;
    padding: 0 30px;
    position: relative;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 2;
}

    .co-isotop-filter-1 button:hover,
    .co-isotop-filter-1 button.active {
        background: #646060 none repeat scroll 0 0;
        color: #fff;
    }

.co-isotop-filter-1.isotop-filter {
    margin-bottom: 83px;
}

.co-section-title-2 h1 {
    color: #434343;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.portfolio___single .portfolio__icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.portfolio___single .content:before {
    background: rgba(113, 169, 208, 0.68) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.portfolio___single:hover .content:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio___single .content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.portfolio___single {
    position: relative;
}

    .portfolio___single div.title {
        bottom: 55px;
        color: #fff;
        font-size: 19px;
        left: -85px;
        opacity: 0;
        padding: 6px 18px;
        position: absolute;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        background: rgba(0, 0, 0, 0.15);
        padding: 0 15px;
    }

    .portfolio___single:hover div.title {
        left: 110px;
        opacity: 1;
        padding: 6px 18px;
    }

.portfolio__icon > a {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0 !important;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 52px;
    margin: 0 7px;
    text-align: center;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    border-radius: 100%;
}

.portfolio___single:hover .portfolio__icon > a {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio__icon > a:hover {
    background: rgba(0, 0, 0, 0.4) !important;
}

.co-isotop-item-1.isotop-item {
    margin-bottom: 30px;
}

.co-portfolio-section-1 {
    padding-bottom: 30px;
}
/* ----------------------------------------------
    30. 404
---------------------------------------------- */
.error_page_start {
    padding: 150px 0;
    text-align: center;
}

.hom_btn > a {
    background: #646060 none repeat scroll 0 0;
    border-radius: 35px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

    .hom_btn > a:hover {
        background: #343434 none repeat scroll 0 0;
    }

.error_page_start .search__sidbar .input_form {
    margin: 45px auto 1px;
    max-width: 500px;
}

.error_page_start .search__sidbar input.input_text[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #434343;
    font-size: 14px;
    height: 55px;
    padding: 0 40px 0 15px;
}

.error_page_start .search__sidbar .button {
    font-size: 16px;
    top: 2px;
}

.error_page_start h2 {
    color: #434343;
    font-size: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.error_page_start p {
    color: #434343;
    font-size: 22px;
    font-weight: 300;
    line-height: 37px;
    margin: 20px auto 40px;
    text-align: center;
    width: 60%;
}
/* Scrollup */
#scrollUp {
    background: #434343 none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 50%;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 21px;
    height: 50px;
    line-height: 49px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 50px;
    z-index: 9999;
}

    #scrollUp:hover {
        background: #646060 none repeat scroll 0 0;
        border-color: #646060;
    }


/*-----------------------------------------------------*/
blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect;
}

@-webkit-keyframes condemned_blink_effect {
    // for android 0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }

    50% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}


/*My Profile*/
.myProfile {
    width: 100%;
    height: auto;
    margin: 20px 0px;
    padding: 0px;
}

.userprofile {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px;
    background: #646060;
}

.profile_pic {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.userprofile p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height: 20px;
}

    .userprofile p strong {
        margin: 5px 0px;
    }

    .userprofile p small {
        font-size: 12px;
        line-height: 16px;
    }

.accont_deatils {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #ccc;
}

.ac_info {
    border-bottom: 1px solid #ddd;
    padding: 13px 0px;
}

    .ac_info:last-child {
        border: none;
    }

    .ac_info h2 {
        margin: 0px;
        padding: 0px 0px 5px;
        font-size: 17px;
        text-align: left;
        color: #646060;
    }

        .ac_info h2 i {
            color: #646060;
            margin-right: 8px;
        }

    .ac_info ul {
        margin: 0px 0px 0px 25px;
        padding: 0px;
    }

        .ac_info ul li {
            margin: 0px;
            padding: 5px 0px;
        }

            .ac_info ul li a i {
                margin-right: 5px;
                font-size: 13px;
            }

            .ac_info ul li .btn_li {
                background: none;
                border: none;
                margin: 0px;
                padding: 0px;
                font-size: 14px;
                text-align: left;
                color: #333;
                height: auto;
                line-height: normal;
                font-weight: 600;
            }

                .ac_info ul li .btn_li:hover, .ac_info ul li a:focus {
                    color: #646060;
                }

            .ac_info ul li span {
                float: right;
                color: #388e3c;
            }

    .ac_info.ac_logout ul {
        margin-left: 0px;
    }

        .ac_info.ac_logout ul li a, .ac_info.ac_logout ul li a i {
            font-size: 17px;
            text-align: left;
            color: #646060;
        }

.personal_info {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #ccc;
}

    .personal_info h2 {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 5px;
        font-size: 17px;
        text-align: left;
        color: #646060;
        text-transform: uppercase;
        margin: 0px 0px 10px;
        padding: 0px 0px 10px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        text-align: left;
        display: inline-block;
        float: left;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
        color: #646060;
        border-radius: 0px;
    }

        .personal_info h2 a {
            text-align: right;
            margin: 0px;
            padding: 0px;
            color: #388e3c;
        }

.info_box {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px 10px;
    display: inline-block;
}

    .info_box span {
        width: 48%;
        height: auto;
        margin: 0px 1%;
        display: inline-block;
        float: left;
    }

        .info_box span .txt_label {
            font-size: 13px;
            text-align: left;
            color: #333;
            margin: 0px;
            padding: 0px 0px 5px;
            display: inline-block;
        }

.txt_label {
    font-size: 13px;
    text-align: left;
    color: #333;
    margin: 0px;
    padding: 0px 0px 5px;
    display: inline-block;
}

.txt_label_title {
    font-size: 14px;
    text-align: left;
    color: #333;
    margin: 0px;
    padding: 0px 0px 5px;
    display: inline-block;
    width: 100%;
}

.info_box span input {
    margin: 0px;
    padding: 0px 10px;
    font-size: 12px;
}

.info_box span p, .info_box p {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    display: inline-block;
}

    .info_box span p a, .info_box p a {
        font-size: 12px;
        text-align: left;
        color: #646060;
        margin: 0px;
        padding: 0px 10px 0px 0;
        line-height: normal;
    }

.faq_block {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px;
    padding: 0px;
    display: inline-block;
}

    .faq_block span {
        margin: 0px 0px 10px 0px;
        padding: 0px;
        display: inline-block;
    }

    .faq_block p {
        margin: 0px;
        padding: 0px 0px 7px;
    }

    .faq_block p {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        display: inline-block;
    }

        .faq_block p a {
            width: 100%;
            height: auto;
            margin: 0px;
            padding: 0px;
            font-size: 14px;
            color: #646060;
        }

.personal_info .panel-heading {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px;
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
}

    .personal_info .panel-heading h4 {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        text-align: left;
        color: #646060;
    }

        .personal_info .panel-heading h4 a {
            color: #646060;
            width: 100%;
            position: relative;
            display: inline-block;
        }

            .personal_info .panel-heading h4 a:after {
                position: absolute;
                right: 0px;
                top: 0px;
                content: "\f107";
                font-size: 15px;
                color: #646060;
                font-family: FontAwesome;
            }

.personal_info .panel-body {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
}

.current_location {
    background: #2874f0;
    margin: 0px 0px 15px;
    padding: 15px 0px;
    min-width: 230px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

    .current_location a {
        font-size: 14px;
        text-align: center;
        color: #fff;
        display: inline-block;
    }

.info_box input {
    margin: 0px;
}

.save_address {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 15px 0 0px;
    border-bottom: 1px solid #ddd;
}

    .save_address h2 {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        text-align: left;
        color: #333;
        font-weight: 600;
        display: inline-block;
    }

        .save_address h2 strong {
            padding-right: 10px;
        }

.edit_delete {
    float: right;
    margin: 0px;
    padding: 0px;
}

    .edit_delete i {
        color: #646060;
        padding: 0px 5px;
        font-size: 17px;
    }

.save_address p {
    margin: 10px 0px;
}

.personal_info .button {
    margin: 0px;
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border: none;
}

    .personal_info .button:hover, .personal_info .button:focus {
        background: #646060;
    }

.checkbox_box {
    width: 100%;
    height: auto;
    margin: 14px 0 0;
    padding: 0px;
    display: inline-block;
}

    .checkbox_box span {
        width: 100%;
        height: auto;
        margin: 5px 0px;
        padding: 0px;
        display: inline-block;
    }

        .checkbox_box span label {
            margin: 0px 0px 0px;
            padding: 0px 0px 0px 10px;
            font-size: 14px;
            text-align: left;
            color: #333;
        }

        .checkbox_box span input {
            margin: 4px 0px 0px;
            display: inline-block;
        }

.faq_block h2 {
    margin: 0px;
    padding: 0px;
}

.button.m-1 {
    margin-top: 15px !important;
}

/*CheckOut*/
.checkout_product h2 {
    display: block;
    color: #646060;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.checkout_product p {
    display: block;
    color: #878787;
    font-size: 12px;
    margin: 0px;
    padding: 0px 0px 3px 0px;
    line-height: normal;
}

.ttl_price {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    font-weight: 600;
}

.ttl_price_cut {
    font-size: 14px;
    color: #878787;
    text-decoration: line-through;
    margin: 0px 0px 0px 4px;
}

.ttl_offer {
    font-weight: 500;
    color: #388e3c;
    font-size: 14px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    font-weight: 600;
}

.accont_deatils.checkout_product {
    margin: 0px;
}

    .accont_deatils.checkout_product h2 {
        margin: 0px;
        padding: 0px 0px 10px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        border-radius: 0px;
    }

._2twTWD {
    padding: 0 5px;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.hJYgKM {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
}

._3xFQAD {
    border-top: 1px dashed #e0e0e0;
    margin-bottom: 20px;
}

._27kB8M {
    color: #388e3c;
    font-size: 13px;
    padding: 15px 0px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
}

.QE-hRv {
    display: inline-block;
}

.GridHideClmn {
    display: none;
}


.thankyoubox {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    .thankyoubox h3 {
        margin: 0px;
        padding: 20px 0px 10px 0px;
        font-size: 30px;
        font-weight: 600;
        color: #28b400;
        text-align: center;
    }

    .thankyoubox p {
        margin: 0px;
        padding: 0px 0px 5px 0px;
        font-size: 14px;
        font-weight: 600;
        color: #333;
        text-align: center;
    }

/*MyOrder*/
.myorder {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    -moz-box-shadow: 0px 0px 3px #ccc;
    -o-box-shadow: 0px 0px 3px #ccc;
    -ms-box-shadow: 0px 0px 3px #ccc;
}

.order-block {
    width: 100%;
    height: auto;
    margin: 20px 0px 10px;
    padding: 0px;
    border: 1px solid #ddd;
}

.top_order {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #f9f9f9;
}

    .top_order .btn_orderid {
        margin: 0px;
        padding: 10px 20px;
        background: #646060;
        font-size: 14px;
        text-align: center;
        border: 1px solid #646060;
        color: #fff;
        border-radius: 5px;
    }

        .top_order .btn_orderid:hover {
            background: #282828;
            border: 1px solid #282828;
        }

    .top_order .btn_track {
        margin: 0px 5px;
        padding: 10px 10px;
        /*width: 110px;*/
        font-size: 14px;
        text-align: center;
        float: right;
        color: #fff;
        border: 1px solid #ddd;
        background-color: #282828;
        border-radius: 5px;
    }

        .top_order .btn_track:hover, .top_order .btn_track:focus {
            background: #646060;
            color: #fff;
        }

.midd_order {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px;
    text-align: center;
}

    .midd_order img {
        display: inline-block;
        text-align: center;
    }

    .midd_order h4 {
        box-shadow: none;
        padding: 0;
        margin: 0px;
        border: none;
        font-size: 14px;
        text-decoration: none;
        text-align: left;
        color: #212121;
        font-weight: 400;
    }

    .midd_order p {
        font-size: 12px;
        color: #999;
        margin: 0px;
        text-align: left;
    }

.midd_orde .ttl_price {
    font-size: 18px;
    font-weight: 500;
    color: #212121;
    font-weight: 600;
}

.order-multi {
    width: 100%;
    height: auto;
    padding: 5px 0px;
    display: inherit;
    border-bottom: 1px solid #ddd;
}

    .order-multi:last-child {
        padding-bottom: 0px;
        border: none;
    }

.btm_order {
    width: 100%;
    heighta;
    margin: 0px;
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #f9f9f9;
}

    .btm_order p strong {
        color: #333;
        display: inline-block;
        text-align: left;
        margin: 0px 5px;
    }

    .btm_order p {
        color: #888;
        display: inline-block;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

.order-block {
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 5px;
}

    .order-block h3 {
        margin: 0px;
        padding: 0px 0px 10px;
        font-size: 17px;
        text-align: left;
        color: #333;
    }

    .order-block h4 {
        margin: 0px;
        padding: 0px 0px 0px;
        font-size: 15px;
        text-align: left;
        color: #333;
    }

    .order-block p {
        margin: 0px;
        padding: 0px 0px 5px;
        font-size: 14px;
        text-align: left;
        color: #333;
        line-height: 27px;
    }

.order-track {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px 0px;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3.5em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2713";
        color: white;
        background-color: yellowgreen;
        height: 2.2em;
        width: 2.2em;
        line-height: 2.2em;
        border: none;
        border-radius: 2.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 2.2em;
        bottom: -1.2em;
    }

.develery_time {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px;
    display: inline-block;
    text-align: left;
}

.btn {
    width: auto;
    padding: 0 30px !important;
    background-color: #282828 !important;
    color: #fff !important;
    transition: .3s;
    cursor: pointer;
    border-color: #282828 !important;
    height: 40px !important;
    line-height: 40px !important;
}

    .btn:hover, .btn:focus {
        background: #646060 !important;
        border-color: #646060 !important;
    }

button[disabled], html input[disabled], select[disabled] {
    cursor: default;
    background: #f8f8f8;
}

.cart_block {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px #ccc;
    display: inline-block;
}

    .cart_block .cart_totals h2 {
        margin: 0px 0px 10px;
        padding: 0px 0px 10px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        text-align: left;
        display: inline-block;
        float: left;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
        color: #646060;
        border-radius: 0px;
    }

    .cart_block .cart_totals table {
        border: 1px solid #ddd;
    }

        .cart_block .cart_totals table tr {
            border-top: 1px solid #ddd;
            height: 55px;
            font-size: 15px;
        }

            .cart_block .cart_totals table tr input {
                height: auto;
                margin: 0px;
                padding: 0px;
                background: none;
                font-size: 15px;
                line-height: 30px;
            }

                .cart_block .cart_totals table tr input[disabled] {
                    background: none !important;
                }

        .cart_block .cart_totals table th {
            vertical-align: middle;
            border: medium none;
            font-size: 14px;
            font-weight: inherit;
            padding: 0px 10px 0px 25px;
            text-align: left;
            text-transform: capitalize;
        }

        .cart_block .cart_totals table td {
            vertical-align: middle;
            padding: 0px;
        }

    .cart_block .wc-proceed-to-checkout {
        margin-top: 15px;
        display: inline-block;
    }

        .cart_block .wc-proceed-to-checkout input[type="submit"]:hover, .cart_block .wc-proceed-to-checkout input[type="submit"]:focus {
            background: #646060 !important;
        }

/*#ContentPlaceHolder1_LnkEdit {
    color: #525252 !important;
    background: none !important;
    text-align: left;
    border: none !important;
    text-decoration: none;
    padding: 0px 0 0;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 46px !important;
    text-transform: uppercase;
}*/

.sidebar-best-seller {
    margin-bottom: 40px;
    border: 1px solid #eee;
    /*padding-bottom: 35px;*/
    margin: 10px;
    border-radius: 5px;
}

.sidebar-best-seller-Prescription {
    margin-bottom: 40px;
    border: 1px solid #eee;
    margin: 10px;
    padding: 10px;
}

.section-title1 h3 {
    background: #282828;
    color: #fdf9f9;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px 12px;
    text-transform: unset;
}







.quantity {
    position: relative;
    width: 100%;
}

    .quantity input[type=number] {
        -moz-appearance: textfield;
    }

    .quantity input {
        width: 60px;
        padding: 0px;
        padding-left: 10px;
    }

        .quantity input:focus {
            outline: 0;
        }

.quantity-button {
    cursor: pointer;
    border: solid 1px solid #eee;
    width: 26px;
    text-align: center;
    color: #333;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .quantity-button.quantity-up,
    .quantity-button.quantity-down,
    .quantity input {
        border: solid 1px #ccc;
        display: inline-block;
        height: 42px;
        line-height: 40px;
    }

    .quantity-button.quantity-up {
    }

    .quantity-button.quantity-down {
        float: left;
    }

/*------------------------------------------------------*/
.list {
    /*border: solid 1px gray;*/
    padding: 5px;
}

.coupon-wrapper {
    border: 1px dotted #cacaca;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
}

    .coupon-wrapper .coupon-code {
        font-size: 18px;
        font-weight: 600;
        color: #666;
        border: 1px dashed #cacaca;
        padding: 10px;
        padding-top: 10px;
        padding-top: 15px;
        margin-right: 20px;
        min-width: 110px;
        height: 60px !important;
        word-break: break-all;
        text-align: center;
    }

    .coupon-wrapper .coupon-details {
        margin-right: 20px;
        flex-basis: 100%;
    }











[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #282828;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

/*ratingStar*/

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledStar {
    background-image: url(../images/Filled_Star.png);
}

.emptyStar {
    background-image: url(../images/Empty_Star.png);
}

.savedStar {
    background-image: url(../images/Saved_Star.png);
}

.auto-style1 {
    height: 50px;
}

/*.TbxSearch {
    background-color: #fff !important;
    border: 1px solid #ac3b3b;
    height: 40px !important;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
    margin-bottom: 2px;
    border-radius: 1px;
}*/
