
/* google-font */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap');

html, body {
    height: 100%;
    width: 100%;
}
.container {
    max-width: 1350px;
}
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

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

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

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus,
button:focus {
    outline: 0;
}

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

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: 'Nunito', sans-serif;
    color: #333;
    font-weight: 700;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    color: #ec4445;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: medium none;
    outline-offset: -2px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    background: #f3f5fa;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.border-1 {
    border: 1px solid #ddd;
}

.mtb-70 {
    margin: 70px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mtb-100 {
    margin: 100px 0;
}

.mtb-95 {
    margin: 95px 0;
}

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

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

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

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

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

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

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

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

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

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

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.pb-5 {
    padding-bottom: 5px !important;
}

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

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

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

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

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

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

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

.pl-100 {
    padding-left: 100px;
}

.pl-295 {
    padding-left: 295px;
}

.pl-40 {
    padding-left: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-img {
    background-position: center center;
    background-size: cover;
}

#mobile-menu-active {
    display: none;
}

/*-------------------
  2. Header-area
-------------------*/

/*----------------------------------------*/
/*  2.1 Header top area
/*----------------------------------------*/

.header-top-area {
    background: #25a9e0;
}

.language-area ul>li {
    display: inline-block;
    margin-right: 22px;
    padding: 9px 0 11px;
    position: relative;
}

.account-area ul>li {
    display: inline-block;
    margin-right: 22px;
    padding: 8px 0 12px;
    position: relative;
}

.language-area ul>li:last-child,
.account-area ul>li:last-child {
    margin-right: 0px;
}

.language-area ul li img {
    margin-right: 8px;
}

.language-area ul li a,
.account-area ul li a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    transition: .3s;
}

.language-area ul li .header-sub {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    opacity: 0;
    padding: 15px 6px 18px 12px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100px;
    z-index: 234;
}

.language-area ul li .header-sub.dolor {
    width: 80px;
}

.language-area ul li:hover .header-sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.language-area ul li .header-sub ul li {
    display: block;
    margin: 0;
    padding: 0 0 10px;
}

.language-area ul li .header-sub ul li:last-child {
    padding: 0 0 0px;
}

.language-area ul li .header-sub ul li:last-child {
    border-bottom: 0;
}

.language-area ul li .header-sub ul li a {
    display: block;
}

.language-area ul li .header-sub ul li a img {
    margin: 0;
    padding-right: 8px;
}

.language-area ul li a i,
.account-area ul li a i {
    padding-left: 10px;
}

.account-area ul li {
    position: relative;
}

.account-area ul>li::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 12px;
    position: absolute;
    right: -13px;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
}

.account-area ul li:last-child:before {
    display: none;
}

.account-area ul li a:hover,
.language-area ul li a:hover {
    color: #fff;
}

.account-area ul li .header-sub ul li::before {
    display: none;
}

/*----------------------------------------*/
/*  2.2 Header mid area
/*----------------------------------------*/

.header-search {
    margin-top: 7px;
}

.header-search form {
    position: relative;
}

.header-search form input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    padding-right: 47px;
}
.header-search form a {
    background: #25a9e0 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    border-radius: 0 5px 5px 0px;
}

.header-search form a:hover {
    background: #232323 none repeat scroll 0 0;
}

.header-mid-area .mini-cart {
    float: left;
    display: inline-block;
}

.header-mid-area .mini-cart ul li a {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.header-mid-area .mini-cart ul li a i {
    padding-right: 8px;
}

.header-mid-area .mini-cart ul li a:hover {
    color: #25a9e0;
}

.header-mid-area .my-cart {
    display: inline-block;
    float: right;
    margin-top: -8px;
}

.header-mid-area .my-cart ul li {
    position: relative;
}

.header-mid-area .my-cart ul>li>a {
    color: #444444;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

.header-mid-area .my-cart ul>li:hover a {
    color: #25a9e0;
}

.header-mid-area .my-cart ul li>a>i {
    font-size: 40px;
    padding-right: 30px;
}

.header-mid-area .my-cart ul li>span {
    background: #25a9e0 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: 24px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.mini-cart-sub {
    position: absolute;
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: block;
    left: auto;
    top: 150%;
    opacity: 0;
    padding: 20px;
    right: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 280px;
    z-index: 99999;
}

.header-mid-area .my-cart ul>li:hover .mini-cart-sub {
    opacity: 1;
    visibility: visible;
    top: 110%;
}

.cart-product .single-cart {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
}

.cart-product .single-cart .cart-img {
    flex: 0 0 65px;
    margin-right: 15px;
}

.cart-product .single-cart .cart-img a img {
    width: 100%;
}

.cart-product .single-cart .cart-info {
    overflow: hidden;
    padding-right: 10px;
    position: relative;
}

.cart-icon {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}

.cart-icon a i {
    color: #232323;
    transition: .3s;
}

.cart-icon a:hover i {
    color: #25a9e0;
}

.cart-product .single-cart .cart-info h5 {
    margin-bottom: 0px;
}

.header-mid-area .my-cart ul>li .cart-product .single-cart .cart-info h5 a {
    color: #666;
   font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.header-mid-area .my-cart ul>li .cart-product .single-cart .cart-info h5 a:hover,
.header-mid-area .my-cart ul>li .cart-bottom a:hover {
    color: #25a9e0;
}

.cart-product .single-cart .cart-info p {
    margin-bottom: 0;
   font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

.cart-totals {
    margin-bottom: 15px;
}

.cart-totals h5 {
    color: #606060;
    display: block;
    font-size: 15px;
    font-weight: 400;
   font-family: 'Nunito', sans-serif;
    margin: 0;
    text-transform: uppercase;
}

.cart-totals h5 span {
    display: block;
    float: right;
}

/*.home-3 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-totals h5 span {
    background: none;
}

.home-4 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-totals h5 span {
    background: none;
}

.home-6 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-totals h5 span {
    background: none;
}
*/
.header-mid-area .my-cart ul>li .cart-bottom a.view-cart {
    margin-bottom: 10px;
}

.header-mid-area .my-cart ul>li .cart-bottom a {
    background-color: #606060;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 24px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
}

/*.home-3 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a,
.home-4 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a,
.home-5 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a,
.home-6 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a {
    color: #fff;
}


.home-3 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a:hover,
.home-4 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a:hover,
.home-5 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a:hover,
.home-6 .header-mid-area .my-cart ul>li .mini-cart-sub .cart-bottom a:hover {
    color: #25a9e0;
}*/

/*----------------------------------------*/
/*  2.3 Main menu area
/*----------------------------------------*/

.main-menu-area {
    background: #101010 none repeat scroll 0 0;
}

.main-menu-area.sticky {
    background: rgba(0, 0, 0, 0.48) none repeat scroll 0 0;
}

.main-menu-area.sticky-header-1.sticky:hover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
}

.menu-area {
    float: left;
    display: inline-block;
}

.menu-area ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.menu-area ul li>a,
.safe-area a {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 13px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 4;
}

.menu-area ul li a i {
    padding-left: 10px;
}

.menu-area ul li:before,
.safe-area:before {
    background: #25a9e0 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -8px;
    transition: .5s;
    z-index: 1;
}

.menu-area ul li:hover:before,
.menu-area ul li.active:before,
.safe-area:hover:before {
    opacity: 1;
}

/* .menu-area ul li a:before {
    background: #25a9e0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 0%;
} */

.menu-area ul li:hover a:before,
.menu-area ul li.active a:before {
    width: 220%;
    opacity: 1;
}

.menu-area ul li a:after,
.safe-area a:after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    right: -8px;
    top: -8px;
    transition: .5s;
    border-bottom-color: #25a9e0;
    border-left-color: #25a9e0;
    opacity: 0;
}

.menu-area ul li:hover a:after,
.menu-area ul li.active a:after,
.safe-area:hover a:after {
    opacity: 1;
}

.safe-area {
    display: inline-block;
    float: left;
    position: relative;
}

.safe-area a {
    position: relative;
    z-index: 4
}

.menu-area ul li .mega-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    position: absolute;
    z-index: 6;
    width: 910px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: .5s;
    visibility: hidden;
}

.menu-area ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-area ul li .mega-menu span {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.menu-area ul li .mega-menu span a.title {
    border-bottom: 1px solid #e5e5e5;
    color: #393939;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.menu-area ul li .mega-menu span a {
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.menu-area ul li .mega-menu span a:hover,
.menu-area ul li .sub-menu ul li a:hover {
    color: #25a9e0;
}

.menu-area ul li .mega-menu span a:before {
    display: none;
}

.menu-area ul li .mega-menu span a:after {
    display: none;
}

.menu-area ul li .mega-menu-2 {
    width: 690px;
}

.menu-area ul li .mega-menu-2 span {
    width: 33.33%;
}

.menu-area ul li .mega-menu-3 {
    width: 460px;
}

.menu-area ul li .mega-menu-3 span {
    width: 50%;
}

.menu-area ul li .sub-menu {
    background: #fff;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 45;
    padding: 10px 20px 15px;
    position: absolute;
    z-index: 6;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: .5s;
    width: 200px;
    opacity: 0;
    visibility: hidden;
}

.menu-area ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-area ul li .sub-menu ul li {
    display: block;
}

.menu-area ul li .sub-menu ul li:before {
    display: none;
}

.menu-area ul li .sub-menu ul li a {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 3px;
    text-decoration: none;
    transition: .3s;
    text-transform: capitalize;
}

.menu-area ul li .sub-menu ul li a:before {
    display: none;
}

.menu-area ul li .sub-menu ul li a:after {
    display: none;
}

.main-menu-area.sticky {
    left: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999999;
}

/*----------------------------------------*/
/*  3. Banner area
/*----------------------------------------*/

.single-banner {
    display: flex;
}

.single-banner .banner-img {
    margin-right: 12px;
    margin-top: 4px;
}

.single-banner .banner-img {
    flex: 0 0 32px;
    margin-top: 4px;
}

.single-banner .banner-text {}

.single-banner .banner-text h4 {
    color: #222;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.single-banner .banner-text p {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.banner-img-2 a {
    border-radius: 3px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-img-2 a img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.banner-img-2:hover a img {
    transform: scale(1.1);
}

.banner-shadow-hover {
    position: relative;
}

.banner-shadow-hover::before {
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
}

.banner-shadow-hover:hover::before {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7) inset;
    transition: all 300ms ease-in 0s;
}

.banner-area-5 .banner-text {
    left: 5%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-area-5 .banner-text h3 {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 7px;
    text-transform: capitalize;
}

.banner-area-5 .banner-text h2 {
    color: #fff;
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-right: -218px;
    text-transform: uppercase;
    font-weight: 400;
}

/*----------------------------------------*/
/*  4. Slider area
/*----------------------------------------*/

.single-slider {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
    background-position: center center;
    background-size: cover;
    min-height: 620px;
}

.slider-img img a img {
    width: 100%;
}

.slider-content h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.slider-content h2 {
    color: #333;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: capitalize;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.slider-content h3 {
    color: #666;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.slider-content a {
    background: #25a9e0 none repeat scroll 0 0;
    border: 2px solid #25a9e0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin-top: 43px;
    padding: 10px 38px;
    text-transform: none;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 2px 2px 2px 2px #a8c0ba;
}

.slider-content a:hover {
    background: #333 none repeat scroll 0 0;
    border-color: #333;
    box-shadow: 2px 2px 2px 2px #a8c0ba;
    transition: all 300ms ease-in 0s;
}

.slider-content-2 h1 {
    font-size: 40px;
    text-transform: none;
}

.slider-content-2 h2 {
    color: #fff;
    font-size: 80px;
    text-transform: none;
}

.slider-active.owl-carousel .owl-nav .owl-prev {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 60px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out 0s;
    z-index: 9;
    line-height: 1;
}

.slider-active.owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 60px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    left: auto;
    right: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out 0s;
    z-index: 9;
    line-height: 1;
}

.slider-active.owl-carousel .owl-nav .owl-prev:hover,
.slider-active.owl-carousel .owl-nav .owl-next:hover {
    color: #25a9e0;
}

.slider-active.owl-carousel .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    display: block;
    height: 10px;
    margin: 5px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 10px;
}

.slider-active.owl-carousel .owl-dots .owl-dot.active span {
    background: #25a9e0 none repeat scroll 0 0;
    width: 32px;
}

.slider-active.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.slider-active.owl-carousel .owl-dots {
    bottom: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.slider-area:hover .slider-active.owl-carousel .owl-dots {
    opacity: 1;
    visibility: visible;
}

.slider-area:hover .slider-active.owl-carousel .owl-nav .owl-prev,
.slider-area:hover .slider-active.owl-carousel .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

.owl-item .slider-animated-1 * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

/*.home-2 .owl-item.active .slider-animated-1 a,
.home-5 .owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.home-2 .owl-item.active .slider-animated-1 p,
.home-5 .owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}*/

/*----------------------------------------*/
/*  5. Product area
/*----------------------------------------*/
.section-title h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.section-title p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 0;
   font-family: 'Nunito', sans-serif;
    color: #333;
}

.tab-menu ul li {
    display: inline-block;
    margin-right: 35px;
}

.tab-menu ul li a {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
.tab-menu ul li a.active {
    color: #25a9e0;
}
.tab-menu ul li a:before {
    background: #25a9e0 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.tab-menu ul li a:hover:before,
.tab-menu ul li a.active:before {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}

.product-wrapper {
    position: relative;
    overflow: hidden;
    /* border: 2px solid #dcdcdc; */
    border: 0 solid #eeeef1;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 30px;
    background-color: #fff;
}
.product-img,
.most-product-img {
    position: relative;
    overflow: hidden;
}

.product-img::after,
.most-product-img::after,
.banner-img-3::after {
    background: rgba(255, 255, 255, 0.61) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    pointer-events: none;
}

/*.product-wrapper:hover .product-img::after,
.single-most-product:hover .most-product-img::after,
.single-deal:hover .banner-img-3::after {
    height: 100%;
    opacity: 1;
}*/

.product-img a img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 0;
}

.quick-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all .5s ease 0s;
    opacity: 0;
}

.product-wrapper:hover .quick-view {
    opacity: 1;
}

.quick-view a {
    background-color: #25a9e0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 61px;
    line-height: 61px;
    width: 61px;
    transform: scale(0);
    transition: all .5s ease 0s;
}

.product-wrapper:hover .quick-view a {
    transform: scale(1);
}

.product-rating ul li {
    display: inline-block;
}

.product-rating ul li a {
    color: #ff8d18;
    font-size: 12px;
}

.product-details h4 {
    margin-bottom: 10px;
    margin-top: 13px;
}

.product-details h4 a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    padding: 0;
    text-transform: capitalize;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
}

.product-details h4 a:hover,
.product-link .product-button a:hover,
.product-link .add-to-link ul li a:hover {
    color:#25a9e0;
}

.product-price ul li {
    display: inline-block;
    color: #25a9e0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    /*font-style: italic;*/
}

.product-price ul li span {
    color: #666;
    padding-right: 5px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.product-price ul li.old-price {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
}

.product-wrapper:hover .product-price {
    opacity: 0;
    visibility: hidden;
}

.product-price {
    transition: all 0.5s ease 0s;
}

.product-link {
    bottom: 0px;
    left: 0;
    overflow: hidden;
    padding-bottom: 8px;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    margin-bottom: 1px;
}

/*.product-link:after {
    background: #cccccc none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    opacity: 1;
    position: absolute;
    transition: .5s;
    width: 0;
    right: 50%;
}*/

.product-wrapper:hover .product-link:after {
    width: 100%;
    left: 0;
    right: 0;
}

.product-wrapper:hover .product-link {
    opacity: 1;
    visibility: visible;
}

.product-link .product-button {
    display: inline-block;
    /*float: left;*/
    position: relative;
    transition: .5s;
    transform: scale(0.6);
    z-index: 2;
}

.product-link .product-button a {
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 400;
    background: #25a9e0;
    padding: 5px 25px;
}

.product-link .product-button a i {
    padding-right: 8px;
}

.product-link .add-to-link {
    display: inline-block;
    float: right;
    position: relative;
    transition: .5s;
    transform: scale(0.6);
    z-index: 3;
}

.product-link .add-to-link ul li {
    display: inline-block;
}

.product-link .add-to-link ul li a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    transition: .3s;
    text-align: center;
}

.product-wrapper:hover .product-link .product-button {
    transform: scale(1);
}

.product-wrapper:hover .product-link .add-to-link {
    transform: scale(1);
}

.product-flag {
    left: 0;
    position: absolute;
    top: 0;
}

.product-flag li {
    line-height: 20px;
}

.product-flag ul li>span {
    background: #d80000 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 10px;
    text-align: center;
    text-transform: capitalize;
    z-index: 100;
    font-weight: 600;
    /* position: relative; */
    /* font-family: 'Nunito', sans-serif; */
    /* border-radius: 0px 5px 0 5px; */
}

.product-flag ul li>span.discount-percentage {
    background: #d80000 none repeat scroll 0 0;
    line-height: 1;
}

/*.product-flag ul li>span:before {
    border-color: #d80000 transparent transparent #d80000;
    border-style: solid;
    border-width: 4.5px 3px;
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
}

.product-flag ul li>span:after {
    border-color: transparent transparent #d80000 #d80000;
    border-style: solid;
    border-width: 4.5px 3px;
    bottom: 0;
    content: "";
    position: absolute;
    right: -6px;
}*/

.product-flag ul li>span.discount-percentage:before {
    border-color: #d80000 transparent transparent #d80000;
}

.product-flag ul li>span.discount-percentage:after {
    border-color: transparent transparent #d80000 #d80000;
}

.tab-content>.tab-pane {
    display: block;
    overflow: hidden;
    height: 0;
}

.tab-content>.active {
    display: block;
    overflow: visible;
    height: auto;
}

.tab-active.owl-carousel .owl-nav button,
.post-active.owl-carousel .owl-nav button,
.bestseller-active.owl-carousel .owl-nav button,
.tab-active-3.owl-carousel .owl-nav button,
.hot-sell-active.owl-carousel .owl-nav button {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 4px;
    color: #666;
    font-size: 50px;
    height: 69px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 69px;
    z-index: 1;
    left: 10px;
    visibility: hidden;
}

.tab-active.owl-carousel .owl-nav button i,
.post-active.owl-carousel .owl-nav button i,
.bestseller-active.owl-carousel .owl-nav button i,
.tab-active-3.owl-carousel .owl-nav button i,
.hot-sell-active.owl-carousel .owl-nav button i {
    position: relative;
    top: -5px;
}

.tab-active-3.owl-carousel .owl-nav button:hover,
.hot-sell-active.owl-carousel .owl-nav button:hover {
    background: #00abe0 none repeat scroll 0 0;
    color: #fff;
}

.tab-active.owl-carousel .owl-nav button:hover,
.post-active.owl-carousel .owl-nav button:hover,
.bestseller-active.owl-carousel .owl-nav button:hover {
    background: #25a9e0;
    color: #fff;
}

.tab-active.owl-carousel .owl-nav button.owl-next,
.post-active.owl-carousel .owl-nav button.owl-next,
.bestseller-active.owl-carousel .owl-nav button.owl-next,
.tab-active-3.owl-carousel .owl-nav button.owl-next,
.hot-sell-active.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

.tab-active:hover.owl-carousel .owl-nav button.owl-prev,
.post-active:hover.owl-carousel .owl-nav button.owl-prev,
.tab-active-3:hover.owl-carousel .owl-nav button.owl-prev,
.hot-sell-active:hover.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.tab-active:hover.owl-carousel .owl-nav button.owl-next,
.tab-active-3:hover.owl-carousel .owl-nav button.owl-next,
.hot-sell-active:hover.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.bestseller-active:hover.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.bestseller-active:hover.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.tab-active {
    overflow: hidden;
}

.tab-active:hover.owl-carousel .owl-nav button,
.post-active:hover.owl-carousel .owl-nav button,
.bestseller-active:hover.owl-carousel .owl-nav button,
.tab-active-3:hover.owl-carousel .owl-nav button,
.hot-sell-active:hover.owl-carousel .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.bt {
    border-top: 1px solid #e5e5e5;
}

/*----------------------------------------*/
/*  6. Bestseller area
/*----------------------------------------*/

.bestseller-area .bestseller-content {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.bestseller-area .banner-img-2 {
    float: left;
    width: 50%;
    padding-left: 15px;
}

.bestseller-content h1 {
    font-size: 18px;
    margin-bottom: 52px;
    text-align: left;
    text-transform: uppercase;
}

.bestseller-content h2 {
    color: #25a9e0;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.bestseller-content p.categories {
    color: #333;
    margin-top: 5px;
    text-align: right;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

.bestseller-content p.categories a {
    color: #333;
    margin-left: 3px;
}

.bestseller-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 35px;
    text-align: right;
    font-family: 'Nunito', sans-serif;
    color: #333;
}

.bestseller-content .social-author {
    margin-top: 35px;
    text-align: right;
}

.bestseller-content .social-author ul li {
    display: inline-block;
}

.bestseller-content .social-author ul li a {
    background: #777 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 37px;
}

.bestseller-content .social-author ul li a:hover {
    background: #25a9e0 none repeat scroll 0 0;
}

.bestseller-img {
    position: relative;
}

.single-bestseller .bestseller-img a img {
    width: 100%;
}

.single-bestseller .bestseller-text h3 {
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.single-bestseller .bestseller-text h3 a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 13px;
    text-transform: capitalize;
    text-decoration: none;
}

.single-bestseller .bestseller-text .price ul li {
    display: inline-block;
}

.single-bestseller .bestseller-text .price ul li {
    padding-right: 5px;
}

.single-bestseller .bestseller-text .price ul li:last-child {
    padding-right: 0px;
}

.single-bestseller .bestseller-text .price ul li span {
    font-size: 15px;
   font-family: 'Nunito', sans-serif;
    transition: .3s;
    font-weight: 600;
    font-style: italic;
}

.single-bestseller .bestseller-text .price ul li span.new-price {
    color: #25a9e0;
    font-size: 18px;
}

.single-bestseller .bestseller-text .price ul li span.old-price {
    color: #909090;
    text-decoration: line-through;
}

.single-bestseller .bestseller-text h3 a:hover,
.most-product-content h4 a:hover,
.block-newsletter a:hover,
.post-content h3 a:hover {
    color: #25a9e0;
}

/*----------------------------------------*/
/*  7. Banner static area
/*----------------------------------------*/

.banner-static-area {
    background: rgba(0, 0, 0, 0) url("img/banner/7.jpg") repeat scroll center center;
}

/*----------------------------------------*/
/*  8. Most product area
/*----------------------------------------*/

.section-title h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
    text-decoration-color: #25a9e0;
}

.product-active-2.owl-carousel .owl-nav button,
.product-active-3.owl-carousel .owl-nav button {
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 4px;
    color: #666;
    font-size: 30px;
    height: 40px;
    left: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
    z-index: 1;
}

.product-active-2.owl-carousel .owl-nav button i,
.product-active-3.owl-carousel .owl-nav button i {
    position: relative;
    top: -3px;
}

.product-active-2.owl-carousel .owl-nav button:hover {
    background: #25a9e0 none repeat scroll 0 0;
    color: #fff;
}

.product-active-2.owl-carousel .owl-nav button.owl-next,
.product-active-3.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 40px;
}

.product-active-2.owl-carousel:hover .owl-nav button.owl-next,
.product-active-3.owl-carousel:hover .owl-nav button.owl-next {
    right: 0px;
}

.product-active-2.owl-carousel:hover .owl-nav button.owl-prev,
.product-active-3.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0px;
}

.product-active-2.owl-carousel:hover .owl-nav button,
.product-active-3.owl-carousel:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.single-most-product {
    overflow: hidden;
    padding-bottom: 18px;
}

.single-most-product:last-child {
    padding-bottom: 0px;
}

.most-product-img {
    float: left;
    width: 25%;
}

.most-product-img a img {
    width: 100%;
}

.most-product-content {
    float: left;
    width: 75%;
    padding-left: 15px;
}

.most-product-content h4 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.most-product-content h4 a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    transition: .3s;
}

.bd {
    border-bottom: 1px solid #e5e5e5;
}

.block-newsletter {
    background: #25a9e0 url("img/banner/10.jpg") no-repeat scroll center top;
    padding: 45px 25px 25px;
    position: relative;
    text-align: center;
    margin-top: 70px;
}

.block-newsletter:before {
    background: #25a9e0 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -42px;
    width: 13px;
    z-index: 1;
}

.block-newsletter:after {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #25a9e0;
    content: "";
    height: 53px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -26px;
    transform: rotate(45deg);
    width: 53px;
    z-index: -1;
}

.block-newsletter h2 {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.block-newsletter p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.block-newsletter form input {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    line-height: 30px;
    padding: 10px;
    width: 100%;
}

.block-newsletter form input[type="text"]::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.block-newsletter form input[type="text"]::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.block-newsletter form input[type="text"]::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.block-newsletter a {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    margin-top: 28px;
    text-decoration: none;
}

/*----------------------------------------*/
/*  9. Testimonial area
/*----------------------------------------*/

.testimonial-area {
    background: rgba(0, 0, 0, 0) url("../img/banner/11.jpg") no-repeat scroll center center;
}

.testimonial-img a {
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 45px;
    height: 97px;
    line-height: 97px;
    width: 97px;
    color: #fff;
}

.testimonial-text p {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 41px 0 18px;
}

.testimonial-text a {
    color: #e4e4e4;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.testimonial-text a span {
    color: #25a9e0;
    font-size: 16px;
    text-transform: uppercase;
}

.testimonial-active .owl-dots .owl-dot span {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    transition: all 300ms ease-in 0s;
    width: 10px;
}

.testimonial-active .owl-dots .owl-dot.active span {
    background: #25a9e0 none repeat scroll 0 0;
    transition: all 300ms ease-in 0s;
}

.testimonial-active .owl-dots {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.testimonial-active .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

/*----------------------------------------*/
/*  10. Recent post area
/*----------------------------------------*/

.post-active {
    overflow: hidden;
}

.single-post {
    overflow: hidden;
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    margin-bottom: 30px;
}

.single-post .post-img {
    overflow: hidden;
    position: relative;
}

.single-post .post-img a img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.single-post:hover a img {
    transform: scale(1.1);
}

.post-content h3 {
    margin-bottom: 0;
}

.post-content h3 a {
    color: #25a9e0;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 16px;
    position: relative;
    text-transform: none;
    transition: all 0.3s ease 0s;
}

.post-content p {
    /*border-bottom: 1px solid #e5e5e5;*/
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 1px;
    padding: 0 0 25px;
    color: #333;
}

.blog-date-time {
    background: #fff none repeat scroll 0 0;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 54px;
    left: 10px;
    padding: 4px 5px 7px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 54px;
    border-radius: 5px;
}

.blog-date-time span {
    color: #333;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.blog-date-time span.moth-time {
    color: #333;
    display: block;
    font-size: 12px;
    padding-top: 5px;
    text-transform: uppercase;
}

.post-content span.meta-author {
    color: #333;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*----------------------------------------*/
/*  11. Social group area
/*----------------------------------------*/

.social-group-area {
    background: #F6F6F6;
}

.section-title-3 h3 {
    color: #2d2d2d;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.twitter-content .twitter-icon {
    float: left;
    width: 20%;
}

.twitter-content .twitter-icon a {
    background: #25a9e0 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    height: 70px;
    left: 0;
    line-height: 70px;
    text-align: center;
    width: 70px;
    display: inline-block;
}

.twitter-content .twitter-text {
    float: left;
    width: 80%;
}

.twitter-text p {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding-top: 3px;
}

.twitter-text a {
    color: #25a9e0;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-style: italic;
    padding-top: 3px;
}

.twitter-text a:hover {
    color: #232323;
}

.twitter-content .twitter-text p.link a:hover,
.twitter-content .twitter-text p>a:hover,
.footer-top-menu ul li a:hover {
    color: #25a9e0;
}

.link-follow ul li {
    display: inline-block;
    margin-right: 8px;
    margin-top: 5px;
}

.link-follow ul li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #333333;
    font-size: 18px;
    display: inline-block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    transition: .5s;
    width: 52px;
    text-decoration: none;
    transition: .3s;
}

.link-follow ul li a:hover {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
}

/*----------------------------------------*/
/*  12. Footer
/*----------------------------------------*/

footer {
    background: #222222;
}

/*----------------------------------------*/
/*  12.1  Footer top
/*----------------------------------------*/

.footer-top-menu {
    padding: 15px 0;
    overflow: hidden;
}

.footer-top-menu ul li {
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
}

.footer-top-menu ul li:before {
    background: #808080 none repeat scroll 0 0;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.footer-top-menu ul li:last-child:before {
    display: none;
}

.footer-top-menu ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
    transition: .3s;
    font-weight: 400;
}

.bb-2 {
    border-bottom: 2px solid #393939;
}

/*----------------------------------------*/
/*  12.2  Footer mid
/*----------------------------------------*/

.single-footer .footer-title h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.footer-mid-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    line-height: 30px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.footer-mid-menu ul li a:hover {
    color: #25a9e0;
}

.br-2 {
    border-right: 1px solid #393939;
}

.footer-contact p {
    color: #fff;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.footer-contact p:last-child {
    margin-bottom: 0;
}

.footer-contact p span {
    color: #fff;
}

.footer-contact p.adress span {
    display: block;
    margin-bottom: 6px;
}

/*----------------------------------------*/
/*  12.3  Footer bottom
/*----------------------------------------*/

.bt-2 {
    border-top: 2px solid #393939;
    padding: 30px 0;
}

.copy-right-area p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.copy-right-area p a {
    color: #fff;
}

.copy-right-area p a:hover {
    text-decoration: underline;
}

a#scrollUp {
    background: #333 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: 35px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 32px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    transition: .3s;
}

a#scrollUp:hover {
    background: #25a9e0 none repeat scroll 0 0;
    border-color: #25a9e0;
}

/*----------------------------------------*/
/*  13. Home 2
/*----------------------------------------*/

/*.bt-3 {
    border-top: 1px solid #e5e5e5;
}

.home-2 .header-top-area {
    background: #666666 none repeat scroll 0 0;
}

.home-2 .language-area ul li a,
.home-2 .account-area ul li a {
    color: #fff;
}

.home-2 .language-area ul li a:hover,
.home-2 .account-area ul li a:hover,
.home-6 .language-area ul li a:hover,
.home-6 .account-area ul li a:hover {
    color: #ddd;
}

.home-2 .language-area ul li .header-sub ul li a,
.home-2 .account-area ul li .header-sub ul li a {
    color: #666;
}

.home-2 .language-area ul li .header-sub ul li a:hover,
.home-2 .account-area ul li .header-sub ul li a:hover {
    color: #25a9e0;
}

.home-2 .main-menu ul li {
    display: inline-block;
    position: relative;
}

.home-2 .main-menu ul li a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 13px 15px;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.home-2 .main-menu ul li a i {
    padding-left: 10px;
}

.home-2 .main-menu ul li .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    opacity: 0;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 6;
}

.home-2 .main-menu ul li:hover .sub-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.home-2 .main-menu ul li .sub-menu ul li {
    display: block;
}

.home-2 .main-menu ul li .sub-menu ul li a {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.home-2 .main-menu ul li:hover a,
.home-2 .main-menu ul li.active a,
.home-2 .main-menu ul li .sub-menu ul li a:hover {
    color: #25a9e0;
}
*/
.header-bottom-area {
    background: #fe9700 none repeat scroll 0 0;
    padding: 7px 0;
}

.header-bottom-area form,
.header-bottom-search {
    position: relative;
}

.pos-search {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 214px;
    color: #a9a9a9;
    font-family: 'Nunito', sans-serif;
}

.pos-search .bootstrap-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: white url("img/icon-img/select-2.png") no-repeat scroll 90% 50%;
    border-color: -moz-use-text-color #e5e5e5 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 15px 0 0 15px;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    color: #333;
    height: 47px;
    line-height: 48px;
    margin: 0;
    padding: 0 35px 0 15px;
    width: 214px;
}

.header-bottom-area form input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    height: 47px;
    line-height: 40px;
    margin: 0;
    padding-left: 233px;
    padding-right: 55px;
    width: 100%;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.header-bottom-area form a {
    background: #333 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 47px;
    line-height: 44px;
    text-align: center;
    width: 47px;
    position: absolute;
    right: 0;
    top: 0;
}

.category-area {
    position: relative;
}

.category-area h3 {
    margin-bottom: 0;
    padding: 0 30px;
    background: #333 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
}

.category-area h3 a {
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 3;
    text-decoration: none;
    border-bottom: 1px solid #484848;
}

.category-area h3 a i {
    float: right;
    margin-top: 16px;
}

.category-menu {
    background: #333 none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    left: 0;
    padding: 0 0 20px 30px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}

.category-menu ul li.top-b {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rx-child,
.category-menu ul li a.rx-show {
    display: none;
}

.category-menu ul li.rx-change a.rx-show {
    display: block;
}

.category-menu ul li.rx-change a.rx-default {
    display: none;
}

.category-menu ul li.rx-parent {
    cursor: pointer;
}

.category-menu ul li {
    position: relative;
}

.category-menu ul li ul {
    padding-left: 30px;
}

.category-menu ul li a {
    color: #fff;
    display: block;
   font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    padding: 0 20px 0 0;
}

.category-menu ul li a i {
    float: right;
    margin-top: 12px;
}

.category-menu ul li a i.none-lg {
    display: none;
}

.category-menu ul li a i.fa-plus-circle {
    padding-right: 8px;
}

.category-menu ul li:hover>a {
    color: #25a9e0;
}

.category-menu ul li .left-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 34;
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 20px 20px 20px 30px;
    width: 480px;
    opacity: 0;
    transform-origin: center top 0;
    transform: scaleY(0);
    visibility: hidden;
    transition: .4s;
}

.category-menu ul li:hover .left-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.category-menu ul li .left-menu span {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.category-menu ul li .left-menu span a.title {
    border-bottom: 1px solid #a3a3a3;
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.category-menu ul li .left-menu span a {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
    transition: .3s;
}

.category-menu ul li .left-menu span a:hover {
    color: #25a9e0;
}

.total-slider {
    position: relative;
    overflow: hidden;
}

.single-deal {
    overflow: hidden;
}

.home-2 .slider-area .col-lg-12 {
    position: relative;
}

.slider-content-3 h1 {
    color: #fff;
    display: inline-block;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Nunito', sans-serif;
}

.slider-content-3 p {
    margin: 38px 0 30px;
}

.slider-content-3 p span.sale1 {
    background: #d80000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 34px;
    margin-right: 10px;
    padding: 5px;
    vertical-align: top;
    font-family: 'Nunito', sans-serif;
}

.slider-content-3 p span.sale2 {
    color: #25a9e0;
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    margin-top: 5px;
    padding-top: 4px;
    position: relative;
    vertical-align: top;
}

.slider-content-3 p span.sale2 strong {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    text-decoration: line-through;
    top: -15px;
    font-weight: 400;
}

.slider-content-3 a {
    border-bottom: 1px solid #fff;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: inherit;
    transition: all 300ms ease-in 0s;
}

.slider-content-3 a:hover {
    border-bottom: 1px solid #ffb400;
    color: #ffb400;
}

.banner-static {
    bottom: -5px;
    position: absolute;
    width: 24%;
    margin-right: 10px;
}

.deal-off-day {
    float: left;
    padding: 0 15px 0 0;
    text-align: right;
    width: 50%;
}

.deal-off-day h2 {
    margin-top: 85px;
    margin-bottom: 0;
}

.deal-off-day h2 a {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: capitalize;
    text-decoration: none;
   font-family: 'Nunito', sans-serif;
    transition: .3s;
}

.deal-off-day h2 a:hover {
    color: #25a9e0;
}

.deal-off-day .sale-area {
    overflow: hidden;
}

.deal-off-day .sale-area .hot-sale {
    background: #fe9700 none repeat scroll 0 0;
    border-radius: 4px;
    float: right;
    font-size: 34px;
    line-height: 46px;
    margin-left: 10px;
    margin-top: 20px;
    padding: 0 5px;
    position: static;
}

.deal-off-day .sale-area .price-box {
    font-style: italic;
    margin-top: 22px;
}

.deal-off-day .sale-area .price-box span.new-sale {
    color: #25a9e0;
    display: block;
   font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-weight: 400;
}

.deal-off-day .sale-area .price-box span.old-sale {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.deal-off-day p {
    clear: both;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0;
    color: #333;
}

.timer .cdown {
    color: #666;
    display: inline-block;
    margin: 0 0 0 10px;
    text-transform: capitalize;
    text-align: center;
}

.timer .cdown span {
    border: 1px solid #CECECE;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 30px;
    height: 58px;
    line-height: 55px;
    text-align: center;
    width: 70px;
}

.timer .cdown:last-child::before {
    display: none;
}

.banner-img-3 {
    float: right;
    padding-left: 15px;
    width: 50%;
}

.home-2 .banner-img-3,
.home-5 .banner-img-3 {
    border: 3px solid #fe9700;
    padding: 90px 20px 60px;
    overflow: hidden;
    position: relative;
}

.deal-off-day-title h1 {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

.owl-carousel .owl-refresh .owl-item {
    display: block;
}


/*----------------------------------------*/
/*  20. Blog page
/*----------------------------------------*/

.blog-comment-readmore {
    border-top: 2px dotted #e5e5e5;
    margin-bottom: 50px;
    overflow: hidden;
    padding-top: 20px;
}

.blog-comment-readmore .blog-readmore {
    float: left;
}

.blog-comment-readmore .blog-readmore a {
    color: #333;
    text-decoration: underline;
    text-decoration: none;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.blog-comment-readmore .blog-readmore a:hover {
    color: #25a9e0;
}

.blog-comment-readmore .blog-readmore a i {
    padding-left: 10px;
}

.blog-comment-readmore .blog-com {
    float: right;
}

.blog-comment-readmore .blog-com a {
    color: #333;
    text-decoration: none;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.youtube-video iframe {
    height: 430px;
    width: 100%;
}

.blog-audio audio {
    width: 100%;
}

.blog-pagination ul li {
    display: inline-block;
    margin: 0 2px;
}

.blog-pagination ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #444444;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}

.blog-pagination ul li a:hover,
.blog-pagination ul li.active a {
    background: #444444 none repeat scroll 0 0;
    border: 1px solid #444444;
    color: #f1f1f1;
}

/*----------------------------------------*/
/*  21. Blog details
/*----------------------------------------*/

.blog-main-area {
    overflow: hidden;
}

.blog-left-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.blog-left-title h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.side-form form {
    position: relative;
}

.side-form form a {
    color: #333;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.side-form form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #333;
    height: 40px;
    padding-left: 10px;
    width: 100%;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    padding-right: 40px;
}

.blog-side-menu ul li,
.catagory-menu ul li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
    margin-top: 15px;
    display: block;
}

.blog-side-menu ul li a,
.catagory-menu ul li a {
    color: #333;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.blog-side-menu ul li a:hover,
.catagory-menu ul li a:hover {
    color: #25a9e0;
}

.blog-side-menu ul li:first-child {
    margin-top: 0;
}

.blog-side-menu ul li a i {
    padding-right: 14px;
}

.catagory-menu ul li {
    position: relative;
}

.catagory-menu ul li ul.category-sub li {
    padding-left: 10px;
}

.catagory-menu ul li ul.category-sub li:last-child {
    border-bottom: 0 none;
}

.catagory-menu ul li ul.category-sub li a {
    font-size: 15px;
}

.catagory-menu ul li a {
    cursor: pointer;
    display: block;
}

.catagory-menu ul li.has-sub::before {
    content: "\f067 ";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

.product-area .single-catagory .catagory-menu ul li.has-sub.open::before {
    content: "\f068";
}

.category-sub {
    display: none;
}

.blog-tag ul li {
    display: inline-block;
}

.blog-tag ul li a {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #333;
    display: block;
    font-size: 13px;
    padding: 7px 10px;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-tag ul li a:hover {
    background: #25a9e0 none repeat scroll 0 0;
    border: 1px solid #25a9e0;
    color: #fff;
}

.author-destils {
    overflow: hidden;
}

.author-destils .author-left {
    display: inline-block;
    float: left;
    width: 65%;
}

.author-destils .author-left .author-img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 10%;
}

.author-destils .author-left .author-description {
    float: left;
    margin-top: 15px;
    overflow: hidden;
    width: 80%;
}

.author-destils .author-left .author-description p {
    margin: 0;
   font-family: 'Nunito', sans-serif;
    color: #333;
    font-weight: 400;
}

.author-destils .author-left .author-description p a {
    color: #333;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.author-destils .author-left .author-description p a span {
    color: #333;
    font-weight: 700;
    margin: 0 2px;
}

.author-destils .author-left .author-description span {
    margin-top: 3px;
    color: #333;
}

.author-destils .author-right {
    display: inline-block;
    float: right;
    margin-top: 23px;
    width: 30%;
}

.author-destils .author-right span {
    color: #333;
    font-family: Yanone Kaffeesatz;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 8px;
    float: left;
}

.author-destils .author-right ul {
    float: right;
    margin-top: -8px;
}

.author-destils .author-right ul li {
    display: inline-block;
    margin-left: 15px;
}

.author-destils .author-right ul li a {
    font-size: 16px;
    color: #333;
    transition: .3s;
}

.author-destils .author-right ul li a:hover {
    color: #25a9e0;
}

.single-blog-content .single-blog-title h3 a,
.single-blog-content .single-blog-title h3 {
    color: #252525;
    font-size: 30px;
    font-weight: 500;
    transition: .3s;
    text-decoration: none;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-blog-content .single-blog-title h3 a:hover {
    color: #25a9e0;
}

.single-blog-content .blog-single-content p {
    font-size: 16px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #333;
}

.single-blog-content .blog-single-content blockquote {
    background: rgba(102, 102, 102, 0.05) none repeat scroll 0 0;
    border-color: #25a9e0;
    font-family: Yanone Kaffeesatz;
    font-size: 20px;
    font-style: italic;
    margin: 20px 0;
    padding: 20px;
    color: #333;
}

.comment-tag {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    padding-top: 10px;
}

.comment-tag p {
    color: #333;
    font-size: 14px;
}

.blog-img {
    overflow: hidden;
    position: relative;
}

.blog-img a img {
    transform: scale(1);
    transition: .4s;
}

.blog-img a img:hover {
    transform: scale(1.1);
}

.sharing-post {
    overflow: hidden;
}

.sharing-post .share-text {
    float: left;
}

.sharing-post .share-text span {
    font-size: 20px;
    font-style: normal;
    line-height: 18px;
    margin-right: 30px;
    color: #333;
}

.sharing-post .share-icon {
    float: right;
}

.sharing-post .share-icon ul li {
    display: inline-block;
    padding-left: 15px;
}

.sharing-post .share-icon ul li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: .3s;
}

.sharing-post .share-icon ul li a:hover {
    color: #25a9e0;
}

.comment-title-wrap {
    border-bottom: 2px solid #ebebeb;
    text-transform: uppercase;
    position: relative;
}

.comment-title-wrap:before {
    background: #25a9e0 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
    width: 120px;
}

.comment-title-wrap h3 {
    font-weight: 700;
    color: #333;
}

.comment-reply-wrap ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-reply-wrap ul li:last-child {
    margin-bottom: 0;
}

.comment-reply-wrap ul li .public-comment-2 {
    margin-left: 35px;
}

.comment-reply-wrap ul li .public-comment .comment-img {
    float: left;
    margin-right: 26px;
    overflow: hidden;
    width: 8%;
}

.comment-reply-wrap ul li .public-comment .public-text {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    float: left;
    padding: 15px;
    position: relative;
    width: 88%;
}

.comment-reply-wrap ul li .public-comment .public-text::before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top>a {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top p {
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top p a {
    color: #333;
    font-size: 15px;
    padding-left: 40px;
    text-decoration: none;
    transition: .3s;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top p a:hover {
    color: #25a9e0;
}

.comment-reply-wrap ul li .public-comment .public-text p {
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
}

.comment-input p {
    color: #333;
}

.comment-input .comment-input-textarea form label {
    color: #333;
    display: block;
}

.comment-input .comment-input-textarea form textarea,
.comment-input .single-comment-input form input {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 150px;
    padding: 15px;
    width: 100%;
    color: #333;
}

.comment-input .single-comment-input form label {
    color: #333;
    display: block;
}

.comment-input .single-comment-input form input {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 45px;
    padding-left: 15px;
    width: 100%;
}

.single-post-button a {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
    font-size: 13px;
    padding: 9px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    display: inline-block;
}

.single-post-button a:hover {
    background: #25a9e0 none repeat scroll 0 0;
    border: 1px solid #25a9e0;
}

/*----------------------------------------*/
/*  22. Login
/*----------------------------------------*/

.user-login-area {
    overflow: hidden;
    background: #fff;
}

.login-title h2 {
    color: #202020;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.login-title p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6em;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #333;
}

.login-form {
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 30px;
    width: 100%;
}

.login-form .single-login {
    margin-bottom: 15px;
}

.login-form .single-login label {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px;
    display: block;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.login-form .single-login input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    padding: 12px 10px;
    width: 100%;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.login-form .single-login a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    display: inline-block;
    padding: 10px 43px;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.login-form .single-login a:hover {
    background: #25a9e0;
    color: #fff;
    border: 1px solid #25a9e0;
}

.single-login input#rememberme {
    float: left;
    width: 7%;
    margin-top: 14px;
}

.single-login-2 span {
    float: left;
    margin-top: 10px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #333;
}

.single-login-2 {
    overflow: hidden;
}

.login-form>a {
    color: #25a9e0;
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 14px;
}

/*----------------------------------------*/
/*  23. Register
/*----------------------------------------*/

.single-register {
    margin-bottom: 15px;
    overflow: hidden;
}

.single-register form {}

.single-register form label,
.single-register label {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-register form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: 100%;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-register .chosen-select {
    height: 45px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    text-align: left;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-register input#billing_address_2 {
    margin-top: 15px;
}

.single-register-3 #rememberme {
    float: left;
}

.single-register-3 label {
    float: left;
    margin-top: 0;
    padding-left: 10px;
    font-size: 13px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-register-3 label a {
    color: #25a9e0;
    font-size: 14px;
    text-decoration: none;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-register>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    box-shadow: none;
    color: #626262;
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    padding: 12px 48px;
    text-decoration: none;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-register>a:hover {
    background-color: #25a9e0;
    color: #fff;
    border: 1px solid #25a9e0;
}


/*----------------------------------------*/
/*  24. Contact
/*----------------------------------------*/

.contact-area,
.map-area {
    overflow: hidden;
}

.contact .static3_home1 {
    background-color: #f4f4f4;
}

#googleMap {
    height: 410px;
    width: 100%;
}

.contact-info h3,
.contact-form h3 {
    border-bottom: 2px solid #e8e8e9;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.contact-info ul li {
    border-bottom: 1px solid #e8e8e9;
    float: left;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #333;
}

.contact-info ul li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
}

.contact-info ul li span {
    font-weight: 700;
   font-family: 'Nunito', sans-serif;
    color: #333;
}

.contact-info ul li a {
    color: #333;
    text-decoration: none;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.contact-info ul li a:hover {
    color: #25a9e0;
}

.contact-form h3 i {
    padding-right: 8px;
}

.contact-form form .single-form-3 input,
.contact-form .single-form-3 textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eceff8;
    font-size: 14px;
    margin-bottom: 16px;
    padding: 12px 10px;
    width: 100%;
    color: #333;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.contact-form form .single-form-3 input::-moz-placeholder,
.contact-form .single-form-3 textarea::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}

.contact-form form .single-form-3 input::-webkit-input-placeholder,
.contact-form .single-form-3 textarea::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}




.contact-form .single-form-3 textarea {
    height: 200px;
}

.contact-form form .single-form-3 button {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    margin-top: 16px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 140px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.contact-form form .single-form-3 button:hover {
    background: #25a9e0 none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  25. About
/*----------------------------------------*/

.about-main-area,
.our-mission-area,
.team-area,
.skill-area {
    overflow: hidden;
}

.about-img {
    overflow: hidden;
}

.about-img a img {
    transform: scale(1);
    transition: .4s;
}

.about-img a img:hover {
    transform: scale(1.1);
}

.about-content h3,
.single-misson h3 {
    color: #252525;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 20px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.about-content h3 span,
.single-misson h3 span {
    font-weight: 500;
    padding-left: 10px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.about-content p,
.single-misson p {
    color: #4a4d4f;
    font-size: 15px;
    line-height: 25px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.about-content ul li {
    margin-top: 5px;
}

.about-content ul li a {
    font-size: 16px;
    color: #444;
    text-decoration: none;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.about-content ul li a:hover {
    color: #25a9e0;
}

.about-content ul li a i {
    color: #a08d7c;
    font-size: 16px;
    padding-right: 6px;
}

.counter-area {
    background: rgba(0, 0, 0, 0) url("img/banner/38.jpg") repeat scroll center center;
}

.single-counter h2 {
    font-size: 40px;
    color: #444;
    font-weight: 600;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.single-counter span {
    font-size: 15px;
    text-transform: uppercase;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.team-title h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.team-title h2 span {
    font-weight: 700;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.team-content {
    margin-top: 15px;
}

.team-content h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.team-content span {
    color: #666;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 3px 0 0;
}

.team-img-area {
    position: relative;
}

.team-img {
    position: relative;
}

.team-img a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
    transform: scale(0);
}

.team-img a img {
    width: 100%;
}

.single-team:hover .team-img a::before {
    opacity: .5;
    transform: scale(1);
}

.team-link {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    z-index: 5;
    transition: .6s;
}

.single-team:hover .team-link {
    opacity: 1;
    top: 50%;
}

.team-link ul li {
    display: inline-block;
    margin: 0 10px;
}

.team-link ul li a {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease 0s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.team-link ul li a:hover {
    color: #25a9e0
}

.skill-content h3 {
    color: #252525;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.skill-content h3 span {
    font-weight: 700;
    margin: 0 8px;
}

.skill-content p {
    color: #4a4d4f;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.skill-content a {
    border-bottom: 1px solid #a08d7c;
    color: #333;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.skill-content a:hover {
    color: #25a9e0;
    border-bottom: 1px solid #25a9e0;
}

.skill-content a i {
    padding-left: 5px;
}

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

.progress {
    height: 5px;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
    border-radius: 2px;
}

.progress .skill-title {
    color: #333;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    top: -28px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.progress .progress-bar {
    background: rgb(123, 123, 123) none repeat scroll 0 0;
    border-radius: 2px 0 0 2px;
    height: 5px;
}



/*----------------------------------------*/
/*  28. Wishlist
/*----------------------------------------*/

.wishlist-title h2 {
    color: #252525;
    font-size: 30px;
    font-weight: 300;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.wishlist-table table {
    background: #fff none repeat scroll 0 0;
    border-color: #e8e8e9;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 20px 0 50px;
    width: 100%;
}

.wishlist-table table th,
.wishlist-table table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    color: #333;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}

.wishlist-table table th {
    font-weight: 600;
}

.wishlist-table table .product-thumbnail {
    width: 150px;
}

.wishlist-table table .product-add-to-cart {
    width: 240px;
}

.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}

.wishlist-table table .product-remove>a {
    font-size: 25px;
    color: #333;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.wishlist-table table .product-remove>a:hover {
    color: #25a9e0;
}

.wishlist-table table .product-thumbnail {
    width: 150px;
}

.product-name a {
    color: #333;
    transition: .3s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.product-name a:hover {
    color: #25a9e0;
}

.wishlist-table table td.product-price .amount {
    font-weight: 700;
}

.wishlist-table table .wishlist-in-stock {
    color: #ec4445;
}

.wishlist-table table .product-add-to-cart {
    width: 240px;
}

.wishlist-table table .product-add-to-cart>a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.wishlist-table table .product-add-to-cart>a:hover {
    background: #25a9e0 none repeat scroll 0 0;
}

.wishlist-share {
    margin: 30px 0;
}

.wishlist-share-title {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.wishlist-share ul li {
    display: inline-block;
    margin: 0 5px;
}

.wishlist-share ul li a {
    color: #444;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.wishlist-share ul li a:hover {
    color: #25a9e0;
}

/*----------------------------------------*/
/*  29. 404 page
/*----------------------------------------*/

.section-element-area {
    overflow: hidden;
}

.page .entry-header p {
    color: #000;
    font-size: 24px;
    margin-bottom: 0;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-weight: 400;
}

.page .entry-content p {
    font-size: 15px;
    margin-bottom: 40px;
    color: #333;
}

.page .entry-content a {
    border: 2px solid #aaa;
    color: #333;
    font-weight: 700;
    padding: 10px 30px;
    transition: .3s;
    text-decoration: none;
   font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-weight: 400;
}

.page .entry-content a:hover {
    background: #25a9e0 none repeat scroll 0 0;
    border-color: #25a9e0;
    color: #fff;
}

#productModal {
    padding-right: 0 !important;
}

#productModal .modal-dialog {
    margin: 8% auto;
    max-width: 960px;
}

.quickview .modal-header {
    border: medium none;
    padding: 0.625rem;
}

.modal-body {
    padding: 30px 50px;
}

.modal-pro-content h3 {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.modal-pro-content .price {
    margin: 0 0 12px;
}

.modal-pro-content .price>span {
    color: #25a9e0;
    font-family: 'Nunito', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
}

.quickview-color>ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    margin-right: 9px;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 25px;
}

.quickview-color>ul li.blue {
    background: #0000FE none repeat scroll 0 0;
}

.quickview-color>ul li.red {
    background: #DC143C none repeat scroll 0 0;
}

.quickview-color>ul li.pink {
    background: #FF017E none repeat scroll 0 0;
}

.quick-view-select {
    display: block;
    margin: 3px 0 20px;
    overflow: hidden;
    padding: 10px 0 0;
}

.select-option-part select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #232323;
    font-size: 15px;
    height: 39px;
    padding: 0 35px 0 5px;
    width: auto;
    background: rgba(0, 0, 0, 0) url("img/icon-img/select.png") no-repeat scroll right 0.5rem center / 2.25rem 2.25rem;
}

.select-option-part>label,
.quickview-color-wrap>label {
    color: #232323;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0.375rem;
    opacity: 1;
}

.modal-pro-content form button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 49px;
    letter-spacing: 0.025em;
    line-height: 49px;
    margin-left: 45px;
    padding: 0 30px;
    text-transform: uppercase;
}

.modal-pro-content form button:hover {
    background: #25a9e0 none repeat scroll 0 0;
}

.quickview-color-wrap {
    margin: 15px 0 0;
}

.modal-pro-content input {
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #232323;
    font-size: 15px;
    height: 49px;
    padding: 0 10px;
    width: 65px;
}

.modal-pro-content>span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.modal-pro-content>span i {
    color: #4cbb6c;
    font-size: 18px;
}

.modal-pro-content>form {
    margin: 0 0 16px;
}

.modal-pro-content>p {
    margin: 0;
}

.quickview-active.owl-carousel .owl-nav button {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #232323;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    left: -15px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 38%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 35px;
}

.quickview-active.owl-carousel .owl-nav button:hover {
    background-color: #25a9e0;
    color: #fff;
}

.quickview-active.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -15px;
}

.quickview-active:hover .owl-nav button {
    opacity: 1;
}

/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #efefef;
    border-bottom: none;
    color: #222222;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #efefef;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #25a9e0;
    border-color: #c29958;
    color: #fff;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

@media only screen and (max-width: 767.98px) {
    #myaccountContent {
        margin-top: 30px;
    }
}

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 575.98px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content h5 {
    border-bottom: 1px dashed #ccc;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a {
    color: #222222;
}

.myaccount-content .welcome a:hover {
    color: #25a9e0;
}

.myaccount-content .welcome strong {
    font-weight: 500;
    color: #25a9e0;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    color: #222222;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #222222;
    padding: 10px;
    font-weight: 400;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid #25a9e0;
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    padding: 20px;
}

.account-details-form .single-input-item input,
.single-input-item textarea {
    color: #555555;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f9f9f9;
}

.account-details-form .single-input-item {
    margin-top: 20px;
}

.account-details-form .single-input-item label {
    color: #222222;
    text-transform: capitalize;
    font-size: 14px;
}

/*-------- Start My Account Page Wrapper --------*/

/*------ Start Compare Page Wrapper -----*/
.compare-table .table tbody tr td {
    text-align: center;
    padding: 20px 20px;
    vertical-align: middle;
    border-color: #ccc;
}

.compare-table .table tbody tr td.first-column {
    min-width: 175px;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    margin: 0;
}

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.first-column {
        min-width: 115px;
    }
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
}

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 220px;
    }
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #c29958;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #c29958;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
    font-size: 14px;
    font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #e74c3c;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    color: #c29958;
}

/*------ end Compare Page Wrapper -----*/


.header-search form a i {
    line-height: 50px;
}
.banner-area-section {
    padding: 50px  0;
    background: whitesmoke;
}

.section-padding{
    padding: 60px 0;
}
.product-link .product-button a:hover{
    color: #fff !important;
 }
.section-title a {
    float: right;
    color: #25a9e0;
    font-weight: 700;
    font-size: 15px;
    margin-top: 5px;
}
.testimonial-img a i {
    top: 25px;
    position: relative;
}
.single-testimonial {
    padding: 30px 0;
}
a#scrollUp i {
    top: 6px;
    position: relative;
}
.post-content {
    padding: 0 15px;
}
.footer-contact a {
    color: #fff;
}
.header-mid-area {
    padding: 20px 0;
}
.mean-container a.meanmenu-reveal span + span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 5px;
}
.mean-container a.meanmenu-reveal span + span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 7px;
}
a.meanmenu-reveal {
    position: relative;
}
a.meanmenu-reveal {
    position: relative;
}
.book-breadcumb-section {
    /* background-color: #f13b3b; */
    padding: 20px 0;
    box-shadow: 0px -1px 21px -1px rgb(145 145 145 / 75%);
    -webkit-box-shadow: 0px -1px 15px -1px rgb(145 145 145 / 75%);
    -moz-box-shadow: 0px -1px 21px -1px rgba(145,145,145,0.75);
}
.book-breadcumb-section .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    justify-content: start;
}
.book-breadcumb-section ol li a {
    color: #25a9e0 ;
}
.book-breadcumb-section .breadcrumb-item.active {
    color: #25a9e0 ;
}
.book-breadcumb-section .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #25a9e0 ;
    content: "/";
}
.accordion .card:first-of-type {
     border-bottom: 0;
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0
 }

 .accordion .card {
     /*margin-bottom: .75rem;
     box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);*/
     border-radius: 0rem;
     /*border: none*/
 }

 .accordion .card .card-header {
     background-color: transparent;
     border: none;
     padding: 1.5rem
 }

 .card-header:first-child {
     border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0
 }

 .accordion .card .card-header * {
     font-weight: 400;
     font-size: 1rem
 }

 .mb-0,
 .my-0 {
     margin-bottom: 0 !important
 }

.accordion .card .card-header a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    position: relative;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    padding-right: 1.5rem;
    font-weight: 700;
    color: #25a9e0;
}

 .accordion .card .card-header * {
     font-weight: 400;
     font-size: 1rem
 }

 .accordion .card .card-header a[aria-expanded="false"]:before {
     content: "\f067"
 }

 .accordion .card .card-header a[aria-expanded="true"]:before {
     content: "\f068"
 }

 .accordion .card .card-header a:before {
     position: absolute;
     right: 7px;
     top: 0;
     font-size: 18px;
     display: block;
     font-family: FontAwesome;
     display: inline-block;
     padding-right: 3px;
     vertical-align: middle;
     font-size: .756em;
     color: #405189
 }
 .book-list-section .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
.book-list-section .card-body ul li {
    margin-bottom: 15px;
    margin-left: 5px;
}
.book-list-section .card-body ul li a{
    color: #000;
}
.book-list-section .card-body ul li a i{
    margin-right: 5px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control:focus {
    color: #495057;
    background-color: #f6f5f3;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%);
}
.has-search .form-control {
    height: 40px;
    border-radius: 0;
    background-color: #f6f5f3;
}
.range-slider {
    /* width: 300
px
; */
    text-align: center;
    position: relative;
    margin-bottom: 17px;
    padding-bottom: 15px;
}

.range-slider .rangeValues {
    display: block;
    position: relative;
    top: 20px;
    font-weight: 700;
}


input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 250px;
  position: absolute;
  left: 0;
      top: 0px;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.category-list span i {
    color: #ffd400;
}

span.review-text {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
}
.show h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.sort .form-control{
    border:0px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #626262;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 600;
    margin-right: 10px;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
a.page-link {
    border-radius: 0 !important;
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}
.head-rate-desc {
    border-bottom: 1px solid #d0d0d0;
}
.head-rate-desc h6 span {
    color: #767676;
    margin-right: 5px;
}
.rate-price {
    display: flex;
    justify-content: space-between;
}
.price-part p {
    margin-bottom: 0;
    color: #25a9e0;
    font-size: 24px;
    font-weight: 700;
}
.rate-part {
    display: flex;
}
span.review {
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 700;
    font-size: 15px;
}
.book-desc p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.7;
}
.choose-book {
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
}

.choose-book .c-book input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.choose-book .c-book {
  cursor: pointer;
  width: 20%;
  margin-right: 10px;
}

.choose-book .c-book .c-book-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.choose-book .c-book .c-book-content img {
  margin-right: 30px;
  height: 72px;
}

.choose-book .c-book .c-book-details span {
    margin-bottom: 5px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
    font-weight: 600;
}


.choose-book .c-book .c-book-details p {
    color: #646a79;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 700;
}

.choose-book .c-book .c-book-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.choose-book .c-book input[type="radio"]:checked + .c-book-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #25a9e0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px #25a9e0;
}

.choose-book .c-book input[type="radio"]:checked + .c-book-content {
  border: 2px solid #25a9e0;
  /*background: #25a9e01f;*/
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.choose-book h4 {
    margin-bottom: 15px;
}
.buy-now ul {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
}

.buy-now a {
    background: #25a9e0;
    color: #fff;
    border: 2px solid #25a9e0;
    padding: 5px 25px;
    display: block;
    margin-left: 25px;
}
.buy-now a:hover {
    background: #fff;
    color: #25a9e0;
    border: 2px solid #25a9e0;
    padding: 5px 25px;
    display: block;
    margin-left: 25px;
}

.buy-now {
    margin-top: 20px;
}
.minus, .plus {
    width: 35px;
    height: 35px;
    background: #f2f2f2;
    border-radius: 0px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
}
.number input{
    height: 35px;
    width: 60px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.share ul {
    padding: 0;
    list-style: none;
}
.share {
    display: flex;
}
.share ul li {
    margin-top: 0px;
    margin-left: 12px;
}
.share ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
}
.share ul li a {
    background: aliceblue;
    padding: 12px;
    display: grid;
}
.share ul li a.facebook {
    background: #3b5998;
    color: #fff;
}
.share ul li a.twitter {
    background: #00acee;
    color: #fff;
}
.share ul li a.instagram {
    background: #bc2a8d;
    color: #fff;
}
.share span {
    margin-top: 5px;
    font-weight: 700;
}

.book-description-tab {
    margin-top: 80px;
}
.book-description-tab .nav-link.active {
  position: relative;
}

.book-description-tab .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
.book-description-tab .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 17px;
    font-weight: 600;
    color: #959595;
    padding: 15px 20px;
}

.book-description-tab .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.book-description-tab .nav-link.active {
    background: none;
    color: #555;
    border-color: #2b90d9;
    font-size: 17px;
    font-weight: 600;
}
.book-tab p {
    margin-top: 20px;
    line-height: 28px;
}
.book-description-tab ul {
    display: flex;
    justify-content: center;
}
.book-description-tab .nav-tabs {
    border-bottom: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
}
.rate {
    color: #000;
    font-size: 50px;
    font-weight: 800;
}
.rev {
    font-size: 15px;
    color: #000;
}
.text-yellow-darker small {
    color: #ff8d18;
    margin-top: 5px;
}
.cust-rev h5 {
    margin-bottom: 0;
}
.progress {
    margin-bottom: 0px;
}
.progress .progress-bar {
    background: #ff8d18 none repeat scroll 0 0;
}
.star-rating-list ul {
    display: block;
}
.star-rating-list ul li {
    line-height: 32px;
}

span.star {
    font-size: 16px;
    font-weight: 600;
}
span.num {
    font-size: 16px;
    font-weight: 600;
}
.btn-review button {
    background: #fff;
    border: 1px solid #25a9e0;
    margin-right: 20px;
    padding: 10px 20px;
    color: #25a9e0;
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
}
.review-list span {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-top: 20px;
    display: block;
    margin-bottom: 20px;
}
.review-list ul {
    display: block;
}
.review-list ul li h3 {
    font-size: 18px;
    /*margin-top: 20px;*/
}
.review-list ul li p {
    margin-top: 0;
}
.review-list ul li h6 {
    font-size: 14px;
    color: #484848;
}
.review-list ul li:not(:last-child) {
    border-bottom: 1px solid #d0d0d0;
}

.cart-section {
    padding: 40px 0;
}
.shoping-cart-table .table tr {
    background-color: transparent;
    /* display: table; */
    width: 100%;
}
.shoping-cart-table thead th {
    vertical-align: middle;
    border-bottom: 0;
    background-color: #f7f8fa;
}
.shoping-cart-table tbody {
    border-bottom: 1px solid #dee2e6;
}
.shoping-cart-table .table tr {
    /*background-color: transparent;
    display: table;*/
    width: 100%;
}
.shoping-cart-table td {
    padding: 20px 25px;
    vertical-align: middle;
    font-weight: 600;
}
.cart-product-image img {
    max-width: 100px;
}
td.cart-product-info h4 {
    font-weight: 600;
    font-size: 20px;
    color: #25a9e0;
}
.cart-coupon {
    text-align: left;
}
.coupon input {
    background: #ececec;
}
.cart-coupon input {
    margin-bottom: 0;
    height: 50px;
    border: 0px;
    width: 250px;
    padding: 10px;
}
.btn-coupon {
    background: #25a9e0;
    color: #fff;
    padding: 5px 25px;
    border: 2px solid #25a9e0;
    height: 50px;
}
.shoping-cart-total {
    float: right;
    max-width: 450px;
    width: 100%;
}
.shoping-cart-total .table {
    margin-bottom: 0;
}
.table tr:nth-child(2n+1) {
    background-color: #f7f8fa;
}
.table tr:nth-child(2n) {
    background-color: #fafafa;
}
.btn-cart {
    background: #25a9e0;
    color: #fff;
    padding: 5px 25px;
    border: 2px solid #25a9e0;
    height: 50px;
}
.btn-cart:hover {
    background: #fff;
    color: #25a9e0;
    padding: 5px 25px;
    border: 2px solid #25a9e0;
}
.btn-coupon:hover {
    background: #fff;
    color: #25a9e0;
    padding: 5px 25px;
    border: 2px solid #25a9e0;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
td.cart-product-info h4 a {
    font-size: 18px;
    color: #25a9e0;
}
.billing-form input {
    border-radius: 0px;
    height: 50px;
}
.billing-form label {
    font-weight: 600;
    font-size: 16px;
}
.billing-form form {
    padding-top: 10px;
}
.billing-form select {
    height: 50px;
    border-radius: 0;
}
.order-part {
    background: #f2f2f2;
    padding: 20px;
}
.billing-form h5 {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.order-part h5 {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.order-part table tr {
    background: #f2f2f2 !important;
    border-bottom: 1px solid #dedede;
}
.payment-method ul {
    list-style-type: none;
    padding: 0;
    display: inline-flex;
}
.payment-method ul li {
    margin-right: 15px;
}
.payment-method .list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #56b4c147;
    border-color: #56b4c1;
}
.payment-method .hidden {
    display: none;
}
.payment-method .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 2px solid #56b4c1;
}
.btn-place button {
    width: 100%;
    border: 1px solid #25a9e0;
    background: #25a9e0;
    color: #fff;
    height: 50px;
    margin-top: 15px;
    font-size: 20px;
}
.btn-place button:hover {
    border: 1px solid #25a9e0;
    background: #fff;
    color: #25a9e0;
}




.login-cart-section .card0 {
    border-radius: 0px;
    box-shadow: 1px 2px 11px -4px rgb(146 146 146 / 75%);
    -webkit-box-shadow: 1px 2px 11px -4px rgb(146 146 146 / 75%);
    -moz-box-shadow: 1px 2px 11px -4px rgba(146,146,146,0.75);
}

.login-cart-section .card2 {
    margin: 0px 40px
}

.login-cart-section .logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.login-cart-section .image {
    width: 100%;
    height: 350px;
}

.login-cart-section .border-line {
    border-right: 1px solid #EEEEEE
}

.login-cart-section .facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    line-height: 27px;
}
.login-cart-section .twitter {
    background-color: #4285F4;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
    line-height: 27px;
}

.login-cart-section .linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}
.login-cart-section .facebook a:hover {
    color: #fff;
}

.login-cart-section .twitter a:hover {
    color: #fff;
}

.login-cart-section .linkedin a:hover{
    color: #fff;
}
.login-cart-section .line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.login-cart-section .or {
    width: 10%;
    font-weight: bold
}

.login-cart-section .text-sm {
    font-size: 14px !important;
    font-weight: 600;
}


.login-cart-section .btn-blue {
    background-color: #1A237E;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.login-cart-section .btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.login-cart-section .bg-blue {
    color: #fff;
    background-color: #1A237E
}

@media screen and (max-width: 991px) {
    .login-cart-section .logo {
        margin-left: 0px
    }

    .login-cart-section .image {
        width: 300px;
        height: 220px
    }

    .login-cart-section .border-line {
        border-right: none
    }

    .login-cart-section .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
}
.login-cart-section input{
    border:1px solid #000;
}
.login-cart-section input ::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

.login-cart-section input :-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

.login-cart-section input ::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

.login-cart-section input,
.login-cart-section textarea {
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    padding: 0px 10px;
}

.login-cart-section input:focus,
.login-cart-section textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #25a9e0;
    outline-width: 0
}

.login-cart-section button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}
.login-cart-section a {
    cursor: pointer;
}
.icon-part a i {
    color: #fff;
    line-height: 27px;
}
.forget{
    color: #25a9e0;
}
.account-part {
    font-weight: 700;
    font-size: 15px;
}
.card2 form h6 {
    margin-bottom: 3px;
    margin-top: 10px;
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
.card2 h3 {
    font-size: 24px;
}
.about-part h3 {
    color: #25a9e0;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 7px;
    margin-bottom: 20px;
}
.top-contact span {
    color: #000;
    margin-left: 5px;
}




/*---------------------Invoice------------------------*/

.inv-logo {
    height: auto;
    margin-bottom: 20px;
    max-height: 75px;
    width: auto;
}
.invoice-details, .invoice-payment-details>li span {
    float: right;
    text-align: right;
}
.custom-invoice a {
    color: #25a9e0;
}

.custom-invoice ul li {
    line-height: 27px;
    font-weight: 600;
}
.invoice-name {
    font-size: 20px;
    font-weight: 700;
    color: #25a9e0;
}
span.payment-det {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.invoice-payment-details li {
    font-weight: 600;
}
.blog-detail-section{
  padding: 60px 0 40px;
}
.blog-detail {
    border: none;
    padding: 0;
}
.blog-detail h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 30px;
}
.blog-detail h3:hover a {
    color: #25a9e0;
}
.blog-detail h3:before {
    position: absolute;
    left: 0;
    width: 48px;
    height: 2px;
    background: #25a9e0;
    content: "";
    bottom: -1px;
}
.blog-detail span {
    font-weight: 500;
    color: #25a9e0;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}
.blog-detail p {
    font-size: 15px;
    line-height: 27px;
}
.blog-detail blockquote {
    background: #25a9e0;
    color: #fff;
    font-size: 16px;
    padding: 20px;
    margin: 0 0 30px;
    font-weight: 500;
    font-style: italic;
}
.content-tags {
    overflow: hidden;
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
}
.tags {
    float: left;
}
.tag-title {
    margin-right: 10px;
}
.tags li {
    display: inline-block;
    font-weight: 600;
}
.tags li a {
    color: #555;
}
/*.social {
    float: right;
}*/
.social li {
    display: inline-block;
    margin-right: 5px;
}
.social li a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 100%;
    background: #25a9e0;
    text-align: center;
    color: #fff;
    display: list-item;
}
.tags li:hover a {
    color: #25a9e0;
}
.author-details {
    margin: 60px 0;
}
.author-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.author-content p {
  font-size: 15px;
  line-height: 27px;
}
.post-link {
    margin-top: 20px;
    display: block;
    color: #25a9e0;
        font-weight: 600;
}
.author-content .post-link:hover {

    color: #424646;
}
 .blog-comments {
    margin-top: 30px;
}
.blog-comments h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 25px;
}
.single-comments {
    overflow: hidden;
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.single-comments .main {
    overflow: hidden;
}
.single-comments .head {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 12%;
}
.single-comments .head img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.single-comments .body {
    float: left;
    width: 85%;
}
.single-comments h4 {
    font-size: 18px;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}
.single-comments .meta {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.single-comments a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    position: absolute;
    top: 0;
    right: 0;
    background: #25a9e0;
    padding: 8px 12px;
    color: #fff;
}
.single-comments p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
.single-comments .comment-list {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
    margin-left: 100px;
}
.single-comments .comment-list .body {
    width: 78%;
    float: left;
}
.comments-form {
    margin-top: 60px;
}
.comments-form h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E2E2E2;
}
.comments-form .form {
    margin-top: 30px;
}
.comments-form .form-group {
    position: relative;
    display: block;
    margin: 0 0 25px;
}
 .comments-form .form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #EAEAEA;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 32px;
    background: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding-left: 16px;
}
.comments-form .form-group input:hover, .comments-form .form-group textarea:hover {
    border-color: #25a9e0;
}
.comments-form  .form-group.button {
    margin-bottom: 0px;
}
.comments-form  .form-group .button {
    padding: 18px 45px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px solid;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 3px;
    background: #25a9e0;
}
.sidebar-search {
    margin-bottom: 50px;
}
.sidebar-search h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sidebar-search .form {
    position: relative;
}
.sidebar-search input {
    width: 100%;
    height: 50px;
    background: #F9F9F9;
    padding: 0 117px 0 15px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.sidebar-search button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #25a9e0;
    color: #fff;
    border: none;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 105px;
    border-radius: 0 3px 3px 0;
    transition: all 0.4s ease;
}
.categories {
    margin-bottom: 50px;
}
.categories h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.categories ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.categories ul li a {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.categories ul li span {
    float: right;
}
.latest-post {
    margin-bottom: 50px;
}
.latest-post h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.latest-post .single-post1 {
    overflow: hidden;
    margin-bottom: 20px;
}
.latest-post .single-post1 img {
    float: left;
    width: 100px;
    height: 85px;
    margin-right: 20px;
}
.latest-post .single-post1 .text p {
    font-weight: 600;
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
}
.sidebar-tags h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sidebar-tags .tags ul li a {
    font-weight: 400;
    margin-right: 5px;
}
.blog-detail h3 a {
    color: #25a9e0;
}
ul.social {
    float: right;
}
.map {
    margin-bottom: 40px;
}
.form-contact form input {
    height: 50px;
    border-radius: 0;
}
.form-contact form label {
    font-size: 16px;
    font-weight: 600;
}
.submit-part {
    height: 50px;
    border-radius: 0;
    padding: 0 30px;
    background: #25a9e0;
    border: 1px solid #25a9e0;
    color: #fff;
}
.submit-part:hover {
    height: 50px;
    border-radius: 0;
    padding: 0 30px;
    background: #fff;
    border: 1px solid #25a9e0;
    color: #25a9e0;
}
.contact-add ul li{
    margin-bottom: 20px;
}
.contact-add ul li i {
    font-size: 25px;
    margin-right: 15px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 34px;
}
.faq-part .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.faq-part .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.faq-part a {
    color: #25a9e0;
    font-weight: 600;
    font-size: 16px;
}
.faq-part .card-header {
    cursor: pointer;
}

  .cart-info h6 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #666;
}

.top-contact a i.fa-phone
{
    color:#fff;
}
