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


:root{
    --main-color:#DB0523;
    --sec-color:#0EB568;
    --blue-color:#006BA3;
    
}

html, body {
    height: 100%;
    width: 100%;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
.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;
}

::-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
/*----------------------------------------*/

.account-sec{
    display:flex;
}

.header-top-area {
    background: #E3E3E3;
}

.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: 43%;
    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: #25a9e0;
}

.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;
}

.nav-header form {
    position: relative;
    margin-bottom: 7px;
}

.nav-header input {
    border-radius: 0 !important;
    background: #fff !important;
}

.nav-header button {
    background-color:var(--blue-color) !important;
}

.header-search form input {
    background: #ededed none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    padding-right: 47px;
}

.header-search form button {
    background: var(--main-color) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42px;
    border-radius: 0 5px 5px 0px;
    border: 0px;
}

.header-search form button: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: 14px;
    font-weight: 600;
    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: 25px;
    padding-right: 10px;
}

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

.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: var(--main-color) 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;
    position: relative;
}

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

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

.menu-area ul li:before,
.safe-area:before {
    background:  var(--sec-color) 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 5px;
    position: absolute;
    z-index: 6;
    opacity: 0;
     transform: scaleY(0); 
    transform-origin: 0 0 0;
    transition: .5s;
    visibility: hidden;
    width: 24rem;
    height: 35rem;
    overflow-y: scroll;
}
.menu-area ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

/*.menu-area ul li .mega-menu span {*/
/*    float: left;*/
/*}*/

.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;
    backdrop-filter: blur(2px);
}

/*----------------------------------------*/
/*  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
/*----------------------------------------*/

.slider-active{
    height:430px;
}

@media(max-width:768px){
    
.slider-active{
    height:110px;
}
.slider-content {
    display: none;
}
}

.single-slider {
    position: relative;
    background-position: center center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
}

.single-slider:before {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    left:0;
    top:0;
    background:#000;
    opacity:0.5;

}

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

.slider-content h1 {
    color: #fff;
    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: var(--blue-color) 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: 35px;
    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: 35px;
    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;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
}

.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;
    color: #fff;
    font-size: 16px;
}

.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: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: 1px solid #b5b0b0;
    border-radius: 5px;
    padding: 15px 5px;
    margin-bottom: 30px;
}
.product-img, .most-product-img {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.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%;
    object-fit: contain;
    height: 415px;
}

.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 i {
    color: #ff8d18;
    font-size: 12px;
}

.product-details h4 {
    margin-bottom: 3px;
    margin-top: 5px;
}
.product-details {
    padding: 5px;
    margin-top: 10px;
}

.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: 1;
    /*visibility: hidden;*/
}

.product-price {
    transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: baseline;
}

.product-price form {
    padding-left: 10px;
    border-left: 1px solid #5d5d5d;
}

.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;
    display:none;
}

/*.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: 25px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    transition: .3s;
    background: #25a9e0;
    padding: 5px 30px;
}

.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: uppercase;
    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: 1px 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;
    height:300px;
    object-fit:cover;
}

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

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

.post-content h3 a {
    color: #222222 !important;
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 300;
    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 10px;
    padding: 0 0 25px;
    color: #333;

}
.blog-p p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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: var(--blue-color);
}

/*----------------------------------------*/
/*  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 #fff;
}

.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: 1px solid #fff;
    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: 40px;
}
.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: 12px 0;
}
.mean-container a.meanmenu-reveal span + span {
    display: block;
    background: #000;
    height: 3px;
}
.mean-container a.meanmenu-reveal span + span {
    display: block;
    background: #000;
    height: 3px;
}
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: 0;
}

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



.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: bold;
    color: #666666;
}

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

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

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

.accordion .card .card-header a:before {
    position: absolute;
    right: 7px;
    top: 0;
    font-size: 18px;
    display: block;
   font-family: "Font Awesome 5 Free";
    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;
    display:none;
}

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

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

.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;
    display: inline-flex;
}
.choose-book .c-book .c-book-details strike {
    margin-left: 10px;
}

.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 button {
    background: #25a9e0;
    color: #fff;
    border: 2px solid #25a9e0;
    padding: 7px 25px;
    display: block;
    margin-left: 25px;
    font-weight: 600;
}
.buy-now button:hover {
    background: #fff;
    color: #25a9e0;
    border: 2px solid #25a9e0;
    padding: 7px 25px;
    display: block;
}
.buy-now a {
    background: #25a9e0;
    color: #fff;
    border: 2px solid #25a9e0;
    padding: 7px 25px;
    display: block;
    margin-left: 25px;
    font-weight: 600;
}
.buy-now a:hover {
    background: #fff;
    color: #25a9e0;
    border: 2px solid #25a9e0;
    padding: 7px 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-part 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: #25a9e047;
    border-color: #25a9e0;
}
.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 #25a9e0;
}
.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: 22px;
    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 a {
    font-weight: 600;
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #000;
}
.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: #000;
    font-weight: 600;
    font-size: 16px;
}
.faq-part .card-header {
    cursor: pointer;
}

.faq-part .card-body p {
    font-size: 19px;
    margin-top: 15px;
}



/*_________________________dashboard________________________*/


.breadcumb-section .breadcrumb .breadcrumb-item>a>i {
    margin-top: -.175rem;
    margin-right: .325rem;
    font-size: 1.05em;
    vertical-align: middle;
}

/*____________________________main-content ____________________*/
.main-content
{
    padding: 3em 0
}
.sidebar
{
    width: 100%;
    /* max-width: 22rem; */
    background-color: #fff;
    padding: 1.875rem 1.875rem;
    position: relative;
    box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1)
}

.sidebar img.rounded-circle {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.sidebar h3
{
    font-size: 1rem;
}
.sidebar span
{
    font-size: .88rem;
}
.sidebar .text-primary
{
    color: #25a9e0 !important;

}
.text-accent {
    color: #fe6b6c!important;
}
.sidebar span b
{
    font-weight: 500
}


.side_menu_title span
{
    font-size: 20px;
    font-weight: 800;
    color: #25a9e0;
    padding: 15px 25px 5px 30px;
    display: block;
}
#sidebar_menu
{
    padding: 0
}
.dashboard_part .sidebar #sidebar_menu
{
    padding: 0;
    margin: 0
}

#sidebar_menu li
{
    list-style-type: none;
    margin: 0
}
/*+++++++++++*/

.dashboard_part .sidebar #sidebar_menu li
{
    margin: 0;
    padding: 0
}
#sidebar_menu li a {
    font-size: 16px;
    font-weight: 400;
    color: #676B84;
    padding: 15px 25px 15px 30px;
    background: #fff;
    transition: .3s;
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: 26px auto;
    grid-gap: 15px;
    align-items: center;
    position: relative;
    background: transparent;
}
#sidebar_menu li i
{
    font-size: 1.2rem;
}
#sidebar_menu li a:hover {
    color: #25a9e0;
}
.sign-out
{
    color: #fe6b6c;
    font-weight: 600;
}
.dashboard_part .white_box, .order-section .white_box, .setting-section  .white_box, .order-details-section .white_box
{
    width: 100%;
    background-color: #fff;
    padding: 1.875rem 1.875rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 .3rem 1.525rem -.375rem rgba(0,0,0,.1)
}
.dashboard_part .white_box .main-title h4
{
    font-size: 20px;
    font-weight: 800;
    color: #25a9e0;
    padding: 15px 0 ;
    /*display: block;*/
}


/*form*/

.white_box input {
    background: rgba(255,255,255,0.1);
    border: 1px solid transparent;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #e8eeef;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
}

.white_box input::placeholder {
    font-size: 15px;
    letter-spacing: 0px
}



.white_box select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

.white_box .contact_form button {
    width: 175px;
    background-color: #25a9e0;
    color: #FFF;
    font-weight: bold;
    border: none;
    outline: none;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: 0.35s ease-in-out;
    border: 2px solid #25a9e0;
    border-radius: 4px;
}

fieldset {
    margin-bottom: 30px;
    border: none;
}

legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 8px;
}

label.light {
    font-weight: 300;
    display: inline;
}

.number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 100%;
}

@media screen and (min-width: 480px) {

    /*form {
      max-width: 480px;
    }*/

}
.dashboard_part .btn {
    display: flex;
    justify-content: center;
}
.dashboard_part button {
    width: 220px;
    background-color: #25a9e0;
    color: #FFF;
    font-weight: bold;
    border: none;
    outline: none;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: 0.35s ease-in-out;
    border: 2px solid #25a9e0;
    border-radius: 4px;

}


.dashboard_part button:hover {
    background: #fff;
    color: #25a9e0;
    padding: 10px 5px;
    border: 2px solid #25a9e0;
}




.file-upload {
    background-color: #ffffff;
    width: 550px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.file-upload-btn {
    width: 220px;
    background-color: #25a9e0;
    color: #FFF;
    font-weight: bold;
    border: none;
    outline: none;
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: 0.35s ease-in-out;
    border: 2px solid #25a9e0;
}

.file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #25a9e0;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #25a9e0;
    border: 4px dashed #ffffff;
}
.image-dropping,
.image-upload-wrap:hover .drag-text h3 {
    color: #fff
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 600;
    text-transform: capitalize;
    color: #25a9e0;
    padding: 60px 15px;
    margin: 0
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}
.remove-image span
{

    font-size: 12px;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

/*_____________order-Page______________*/
.order-section
{
    padding: 3em 0
}
.order-panel .nav-tabs
{
    border-bottom: none;
}
.order-panel .nav-tabs li
{
    margin: 0
}
.order-panel .nav-tabs li a.active {
    color: #25a9e0;
    background-color: rgba(0,0,0,0);
    border-color: #25a9e0;
    border: 0;
    border-bottom: 1px solid #25a9e0;
}
.order-panel .btn-outline-secondary
{
    color: #25a9e0;
    border-color: #25a9e0;
}
.order-panel .btn-outline-secondary:hover
{
    background-color: #25a9e0;
    color: #fff;
    border: 1px solid #25a9e0;
}
.order-panel .input-group-overlay
{
    position: relative;
    width: 100%
}
.input-group-append-overlay {
    right: 0;
}

.input-group-append-overlay, .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
}
.input-group-append-overlay {
    right: 0;
}
.input-group-append-overlay, .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
}
.order-panel .input-group-overlay input
{
    padding-right: 2.5rem;
    border-top-right-radius: .3125rem!important;
    border-bottom-right-radius: .3125rem!important;
    height: 44px;
    margin: 0
}

.order-panel .input-group-text
{
    border: 0;
    background-color: transparent;
}
.order-panel .dropdown-menu
{
    padding: 0;
    min-width: 20rem
}
.order-section .white_box .table-class
{
    margin-top: 1.789rem;
}
.table-class .table thead th {
    font-weight: 700;
    background: #f6f9fc;
    font-size: 16px;
    text-align: center;
    border-bottom: none;
    vertical-align: middle;
}
.table-class .table tbody td {
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-size: .84rem;
}
.table-class td .btn {
    background: #25a9e0;
}
.table-class td .btn a
{
    color: #fff;
}

.table td, .table th {
    border-top: 1px solid #e3e9ef;
    padding: 1rem;
}
/*_________________setting-section________________*/
.setting-section
{
    padding: 3em 0
}
.setting-section .setting-list
{
    list-style: none;
    padding: 0;
    font-size: .9rem;
    border: 1px solid #e3e9ef;
}
.setting-section .white_box .main-title h4 {
    font-size: 20px;
    font-weight: 800;
    color: #25a9e0;
    padding: 15px 0;
}
/* Switch styles */


.setting-section .switch {
    appearance: none;
    height: 2em;
    width: 4em;
    background-color: #c2c2c2;
    cursor: pointer;
    border-radius: 1em;
    position: relative;
    transition: background-color 0.3s ease;
}
.setting-section .custom-checkbox {
    margin-top: 14px
}
.setting-section  span {
    font-size: 16px;
    text-transform: capitalize;
}

.setting-section .switch::before {
    content: "";
    height: 100%;
    width: 50%;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    border: #c2c2c2 solid 0.2em;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.setting-section .switch:checked {
    background-color: #25a9e0;
}

.setting-section .switch:checked::before {
    border-color: #25a9e0;
    transform: translateX(100%);
}

@media screen and (max-width: 500px) {
    .setting-section .switch {
        outline: none;
    }
}


.setting-section .setting-block ul li
{
    margin: 0;
    padding: 1.4rem
}
.setting-section .setting-block ul li:first-child
{
    background: #f6f9fc;
}
.setting-section .setting-block ul li h4
{
    font-size: 18px;
    font-weight: 400;
    color: #676B84;
    margin: 0;
    transition: .3s;
    position: relative;
    z-index: 0;
    text-transform: capitalize;
}
.setting-section .setting-block ul li p
{
    font-size: 15px;
    color: #676B84;
    margin-top: 6px
}
.setting-button .btn
{
    width: 90px;
    margin-top: 20px;
    background-color: #25a9e0;
    color: #FFF;
    font-weight: bold;
    border: none;
    outline: none;
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px;
    cursor: pointer;
    position: relative;
    transition: 0.35s ease-in-out;
    border: 2px solid #25a9e0;
    border-radius: 4px;
}
/*_______________________order-details-section__________________________*/
.order-details-section
{
    padding: 3em 0
}
.order-details-section .order-detail-panel
{
    padding-left:  40px
}
.order-details-section .order-detail-panel .table-class .card {
    padding: 0;
    font-size: .9rem;
    border: 1px solid #e3e9ef;
}

.order-details-section .order-detail-panel .table-class .card .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f6f9fc;
    border-top: 1px solid #e3e9ef;
    border-bottom: 1px solid #e3e9ef;
    font-size: .8rem;
}
.order-details-section .order-detail-panel .table-class .card .card-header>span{
    position: absolute;
    left: -53px;
    background: #25a9e0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px #0000004a;
}
.order-details-section .order-detail-panel .table-class .card .card-header h5{
    font-size: 18px;
    font-weight: 400;
    color: #676B84;
    margin: 0;
    transition: .3s;
    position: relative;
    z-index: 0;
    text-transform: capitalize;
}

.order-details-section .order-detail-panel .table-class .card .badge-success{
    background: #25a9e0;
    font-size: 10px
}
.order-detail-panel .table-order {
    margin: -20px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.order-date, .order-status
{
    font-size: .8rem;
    color: #676B84;
}
/*.order-status {
   display: flex;
   align-items: center;
}*/
.badge {
    padding: 5px;
    margin-left: 10px;
}
.table-order table.table {
    font-weight: 400;
    font-size: .82rem;
    margin: 0;
}
.table-order table.table thead th.title {
    width: 350px;
}
.table-order table.table thead th {
    font-weight: 500;
    background: #f6f9fc;
    font-size: .8rem;
    border-bottom: none;
    text-align: left;
    vertical-align: middle;
}
.table-order table.table tbody td:last-child, .table-order table.table thead th:last-child
{
    text-align: right;
}
.table-order table.table tbody td {
    vertical-align: middle;
    cursor: pointer;
    font-size: .84rem;
    text-align: left;
}
.table-order table.table tbody h5 {
    font-weight: 500;
    font-size: .84rem;
    margin: 0;
    line-height: 1.4;
}
.product-title {
    text-transform: initial;
    color: #2e3141;
    line-height: 1.6;
    text-align: center;
}
.order-price-info>ul {
    padding: 1rem 1rem;
    margin: 0;
}
.list-unstyled>li {
    margin-bottom: .4rem;
}

.card-header .card-header-icon::after {
    content: '';
    position: absolute;
    right: -12px;
    border: 7px solid transparent;
    border-left-color: #25a9e0;
}
.card-header h5 {
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
}
.action a
{
    font-size: 166px;
    color: #676B84
}
.card-body>.row
{
    margin-right: -10px;
    margin-left: -10px;
}
.card-body>.row>.col-md-4
{
    padding-right: 10px;
    padding-left: 10px;
}
.order-detail-panel:before {
    content: '';
    width: 1px;
    height: 70%;
    top: 6rem;
    position: absolute;
    left: 35px;
    border-left: 2px dotted #25a9e0;
}
.code-body
{
    text-align: center;
    font-size: .8rem;
    margin-bottom: 0;
    background-color: #f6f9fc;
    border: 1px solid #e3e9ef;
    margin-bottom: 20px;
}
.get-code  {
    padding: .8rem .5rem;
}
.get-code p {
    margin: 0;
    font-size: .8rem;
    color: #676B84
}
.hide-show-toggle
{
    background: transparent !important;
}
.custom-file
{
    margin-top: 12px
}
.custom-file .custom-file-input
{
    width: 8rem
}
.custom-file-label::after
{
    background: #25a9e0;
    color: #fff
}
.make-me-sticky {
    position: sticky;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
}
.order-head h3 {
    color: #25a9e0;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}
.product-price-dash h6 {
    color: #25a9e0;
    margin-bottom: 0;
}
.genr-section {
    padding: 50px 0;
    background: whitesmoke;
}
.genr-head h3 {
    font-size: 22px;
}
.genr-list a {
    color: #25a9e0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.filter{
    display: flex;
}
.filter ul{
    display: inline-flex;
}
.filter ul li {
    margin-right: 0px;
}
span.badge-filter {
    border: 1px solid #d0d0d0;
    border-radius: 35px;
    font-size: 13px;
}
span.badge-filter i{
  margin-left: 10px;
}
.filter strong {
    margin-top: 3px;
}
.dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
    content: '\f0ee';
    font-family: 'FontAwesome';
}
.dropify-wrapper .dropify-message p {
    font-size: 18px;;
}
.contact_form label{
    font-weight: 600 !important;
}
.list-grid-part .nav-link.active, .list-grid-part .show>.nav-link {
    color: #fff;
    background-color: #25a9e0 !important;
}
.list-grid-part a{
    color: #25a9e0;
}

.list-grid-part {
    float: right;
}
.product-wrapper:hover .list-product-price {
    opacity: 1 !important;
    visibility: inherit !important;
}
span.clear-all {
    margin-left: 10px;
    font-size: 12px;
    color: #d80000;
    position: relative;
    top: 1px;
}
.apply-filter {
    display: flex;
    justify-content: end;
}
.apply-filter button {
    background: #fff;
    border: 1px solid #25a9e0;
    color: #25a9e0;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
}
.apply-filter button:hover {
    background: #25a9e0;
    border: 1px solid #25a9e0;
    color: #fff;

}
.buy-now ul li:nth-child(3) button{
    background-color: #d80000;
    border: 2px solid #d80000;
}
.buy-now ul li:nth-child(3) button:hover{
    background-color: #fff;
    border: 2px solid #d80000;
    color:#d80000;
}
.buy-now ul li:nth-child(4) button{
    background-color: #bc2a8d;
    border: 2px solid #bc2a8d;
}
.buy-now ul li:nth-child(4) button:hover{
    background-color: #fff;
    border: 2px solid #bc2a8d;
    color:#bc2a8d;
}
.review-list img{
    height: 70px;
}
.red {
    color: #d80000;
}
.order-img {
    height: 70px;
}
.add-address button {
    background: #fff;
    border: 2px solid #25a9e0;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 16px;
    color: #25a9e0;
}
.my-cart ul {
    display: inline-flex;
}
.admin-drop img {
    height: 35px;
    border-radius: 50%;
    width: 35px;
    object-fit: cover;
    margin-left: 25px;
}
.admin-drop span {
    font-size: 17px;
    color: #000;
    margin-left: 8px;
    position: relative;
    top: 5px;
    font-weight: 600;
}
.admin-drop {
    padding: 10px 0;
}
.admin-drop .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: relative;
    top: 5px;
    color: #000;
}
.admin-drop .dropdown-menu {
    margin-top: 25px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 0;
}
.log-out {
    border-top: 1px solid #dedede;
}
.admin-drop .dropdown-menu a{
    padding-bottom: 5px;
}
.rate-star {
    display: inline-block;
    height: 46px;
    padding: 0;
}
.rate-star:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate-star:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate-star:not(:checked) > label:before {
    content: '★ ';
}
.rate-star > input:checked ~ label {
    color: #ffc700;
}
.rate-star:not(:checked) > label:hover,
.rate-star:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate-star > input:checked + label:hover,
.rate-star > input:checked + label:hover ~ label,
.rate-star > input:checked ~ label:hover,
.rate-star > input:checked ~ label:hover ~ label,
.rate-star > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.author-list {
    position: relative;
    margin-bottom: 30px;
}
.author-list img{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 310px;
  opacity: 1;
  transition: .5s ease;
  object-fit: cover;
}
.author-list:hover img {
  background: linear-gradient(0deg,rgba(0,0,0,.8) 0%,transparent 100%);
  opacity: 0.8;
}
.author-name {
    position: absolute;
    padding: 10px 15px 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(0deg,rgba(0,0,0,.5) 0%,transparent 100%); */
    /* background:linear-gradient(to top, #151948 0, transparent 40%); */
    background: #25a9e0;
    text-align: center;
}
.author-name h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.author-name p {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}
.heading-author h3 {
    color: #25a9e0;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}
.author-inner-image{
    background-color: #fff;
    border: 1px solid #e9e9e9;
  }
  .author-inner-image ul {
      text-align: center;
      list-style-type: none;
      display: inherit;
      padding: 0;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .author-inner-image ul li{
        margin: 3px;
        display: inline-block;
  }
  .author-inner-image ul li a{
    width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: rgba(0,0,0,.6);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #e5e5e5;
      border-radius: 50%;
  }

  .author-inner-image ul li a:hover {
    background-color: #25a9e0;
    border-color: #25a9e0;
    color: #fff;
}
  .author-detail-info {
      background: #fff;
      padding: 20px;
  }
  .author-detail-info h2 {
      font-weight: 600;
      font-size: 22px;
      margin-bottom: 10px;
  }
  .author-detail-info h6 {
      font-weight: 500;
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 10px;
  }
  .author-detail-info ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: inline-block;
  }
  .author-detail-info ul li {
      margin-top: 20px;
      float: left;
      width: 50%;
  }
  .author-detail-info ul li i {
      width: 56px;
      height: 56px;
      font-size: 30px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50%;
      border-color: #e6e6e6;
      border-width: 1px;
      border-style: solid;
      color: #25a9e0;
      margin-right: 10px;
  }
  .author-detail-info .media h5 {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 5px;
  }
  .author-detail-info .media p {
      font-size: 15px;
  }
  .author-inner-image img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}
.author-skill-info {
    background-color: #fff;
    padding: 25px 0;
    margin-top: 10px;
}
.author-skill-info p {
    font-size: 15px;
    line-height: 26px;
}
.author-book-list h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.publisher-part {
    text-align: center;
}
.publisher-part img {
    height: 160px;
    object-fit: cover;
}
.publisher-part {
    text-align: center;
    box-shadow: 0px 16px 32px 0px rgb(40 89 196 / 10%);
    padding: 20px 0;
    margin-bottom: 10px;
}
.publisher-part h5 {
    margin-top: 10px;
}
.publisher-head h6 {
    font-size: 25px;
    margin-bottom: 15px;
    /* color: #25a9e0; */
}
.publisher-detail img {
    height: 170px;
    object-fit: cover;
}
.publisher-detail h5 {
    font-size: 28px;
}
.publisher-detail p {
    font-size: 16px;
    margin-bottom: 8px;
}
.publisher-detail ul li {
    line-height: 30px;
}
.publisher-detail ul li i {
    color: #25a9e0;
    margin-right: 5px;
}
.publisher-detail ul li span {
    font-weight: 600;
}
.share-this {
    display: inline-flex;
    margin-top: 10px;
}
.share-this ul {
    display: inline-flex;
}
.share-this ul li {
    line-height: 22px;
    margin-right: 10px;
}
.share-this h6 {
    margin-bottom: 0;
    margin-right: 10px;
}
audio {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    width: 50%;
    /* margin-top: 20px; */
    outline: none;
}
.audio-part h6{
    padding-top: 15px;

}
.audio-part {
    /*border-top: 1px solid #d0d0d0;*/
}
.no-product img {
    width: 20%;
}
.no-product p {
    font-size: 18px;
}
.left-side {
    float: left;
    width: 25%;
    padding: 1%;
}
.right-side {
    float: right;
    width: 25%;
    padding: 1%;
}
/* .read{
    width: 75%;
    margin: 0 auto;
  } */
.read p {
    font-size: 15px;
    line-height: 30px;
}
.read img {
    max-width: 100%;
}
.cart-info h6 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #666;
}
#orderbyphone label {
    font-weight: 700;
}
#orderbyphone .modal-body {
    padding: 15px 20px;
}
.order-part h6 {
    margin-bottom: 0;
    margin-top: 2px;
    font-weight: 400;
    font-size: 15px;
}
.invoice-tbl td,
.invoice-tbl th {
    border-top: 0px;
    padding: 0 !important;
    line-height: 27px;
    font-weight: 600;
    font-size: 14px;
    color: #666666;
    border-bottom: 0px;
}
.invoice-tbl tr:nth-child(2n) {
    background-color: #fff;
    margin-bottom: 10px;
}
.invoice-tbl tr:nth-child(2n+1) {
    background-color: #fff;
    margin-bottom: 10px;
}
.invoice-tbl thead th {
    border-bottom: 0px solid #DEE2E6;
}
.no-product img {
    width: 20%;
}
.no-product p {
    font-size: 18px;
}
.order-bg {
    background: #F1F1F1;
    padding: 30px 30px 15px 30px;
    /* border-bottom: 2px solid #DFDFDF; */
}
.order-detail-list {
    margin-bottom: 10px;
    border-bottom: 2px solid #DFDFDF;
}
.order-detail-list h4 {
    font-size: 19px;
    font-weight: 600;
}
.order-number h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.order-number p {
    margin-bottom: 0;
    font-weight: 600;
}
.oder-book-price {
    text-align: right;
}
.book-list-order span {
    padding-left: 30px;
}
.book-list-order h6 {
    margin-bottom: 3px;
    font-weight: 600;
}
.book-list-order p {
    margin-bottom: 0px;
}
.book-list-order {
    margin-bottom: 25px;
}
.product-order-detail {
    border-bottom: 2px solid #DFDFDF;
}
.price-order {
    display: flex;
    justify-content: space-between;
}
.total {
    border-top: 1px solid #DCDCDC;
    padding-top: 8px;
}
.product-order-price {
    border-bottom: 2px solid #DFDFDF;
}
.product-order-address {
    padding-top: 15px;
}
.your-order a {
    border: 2px solid #25A9E0;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 25px;
    color: #fff;
    background: #25A9E0;
    font-size: 18px;
}
.your-order a:hover {
    border: 2px solid #25A9E0;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 25px;
    color: #25A9E0;
    background: #fff;
    font-size: 18px;
}
.dashboard-list {
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);
    text-align: center;
    padding: 60px 30px;
    margin-bottom: 30px;
    transition: 0.8s;
    background: #25a9e012;
    backdrop-filter: drop-shadow(2px 4px 6px black);
}
.dashboard-list i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #25A9E0;
}
.dashboard-list:hover {
    background-color: #25A9E0;
}
.dashboard-list:hover i {
    color: #fff;
}
.dashboard-list:hover h5 {
    color: #fff;
}
.order-album {
    position: relative;
    width: 85%;
    margin: auto;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 65px;
}
.order-album img {
    width: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    border: 4px solid #fff;
    box-shadow: 0 0 4px #00000075;
    border-radius: 6px;
    transition: all 1s;
    transform-origin: 50% 50% 50%;
}
.order-album img:first-child {
    position: relative;
    z-index: 1;
}
.order-album img:first-child+img {
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.order-album img:last-child {
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}
.order-id-pdf {
    display: flex;
    justify-content: space-between;
}
.order-id h5 span,
.order-id p span {
    color: #25A9E0;
}
.order-id h5 {
    margin-bottom: 5px;
}
.order-id p {
    margin-bottom: 0px;
}
.pdf i {
    color: #D80000;
    font-size: 40px;
}
.order-payment h5 {
    font-size: 17px;
    font-weight: 600;
}
.order-payment h5 span {
    color: #25A9E0;
    margin-left: 10px;
}
.order-billing {
    text-align: right;
    border: 1px solid #DEDEDE;
}
.order-billing h5 {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px;
    color: #25A9E0;
}
.order-billing h6 {
    padding-right: 10px;
    margin-bottom: 5px;
}
.order-billing p {
    padding-right: 10px;
    margin-bottom: 5px;
}
.order-total {
    text-align: right;
    border: 1px solid #DEDEDE;
}
.total-sum {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px;
}
.total-sum h5 {
    margin-bottom: 0;
    color: #25A9E0;
}
.amount-part p {
    display: flex;
    justify-content: space-between;
}
.amount-part {
    padding: 10px;
}
.amount-part p {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}
.amount-part p:last-child {
    margin-bottom: 0px;
}
.order-table img {
    height: 90px;
}
.product-rating span {
    font-weight: 600;
    font-size: 15px;
}
.order-table strike {
    font-size: 14px;
    color: #7E7E7E;
}
.white_box select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: #E8EEEF;
    color: #8A97A0;
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%) inset;
    margin-bottom: 30px;
}
.order-list-id {
    display: flex;
    justify-content: space-between;
    background: #F1F1F1;
    padding: 10px 10px;
    align-items: center;
    align-self: center;
}
.order-info h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.order-info h3 span {
    color: #25A9E0;
    margin-left: 5px;
}
.order-info p {
    margin-bottom: 0;
}
.order-info p span {
    color: #25A9E0;
    margin-left: 5px;
    font-weight: 700;
}
.order-info-total h4 {
    font-size: 20px;
    margin-bottom: 0;
}
.order-info-total h4 span {
    color: #25A9E0;
    margin-left: 5px;
}
.order-list-info-part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
    padding: 10px;
    border: 1px solid #D1D1D1;
}
.order-list-name h6 {
    margin-bottom: 0;
}
.order-list-qty p {
    margin-bottom: 0;
    font-weight: 600;
}
.order-list-qty p span {
    color: #25A9E0;
}
.order-view {
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
    transition: 0.3s;
    background: #25A9E0;
    padding: 5px 30px;
}

.btn-category {
    height: 85px;
    width: 85px;
    padding: 0;
    border-radius: 50rem;
    background-color: #F1F1F1;
    margin-bottom: .75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-category img {
    height: 55px;
}

.genre-text a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow-wrap: break-word;
    color: #353535;
    font-size: 17px;
    text-align:center;
    font-weight:600;
}

.genre-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-price p {
    font-weight: 800;
    margin-bottom:0;
}
.image-book {
    position: relative; /* Ensure positioning is relative to handle hover effects */
}

.image-book img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.back-view {
    opacity: 0; /* Hide the back-view image by default */
    position: absolute; /* Allow it to overlap */
    top: 0;
    left: 0;
    width: 100%; /* Match the size of the front image */
    height: 100%; /* Match the size of the front image */
    object-fit: cover; /* Maintain aspect ratio */
    cursor:pointer;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.image-book:hover .back-view {
    opacity: 1; /* Show the back-view image on hover */
}

.image-book:hover img:first-of-type {
    opacity: 0; /* Hide the front image on hover */
}


.banner-dropdown{
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    height: calc(100vh - 341px);
    overflow-y: scroll;
}
/*.banner-dropdown li a {*/
/*    display: block;*/
/*    padding-top: .67rem;*/
/*    padding-bottom: .70rem;*/
/*    border-bottom: 1px solid #e8f1fa;*/
/*    padding: .6rem 1.3rem;*/
/*    color: #000;*/
/*    font-size: 15px;*/
/*}*/

.banner-dropdown li a:hover{
    color:var(--main-color);
}

.view-title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.view-title h2{
    margin-bottom:0;
}

.view-title a{
    color:#000;
}

.view-title a:hover{
    color:var(--main-color);
}

.recom-wrapper img {
    height: 395px;
    object-fit: contain;
    width: 100%;
}

.recom {
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 8px solid #28a745;
    border-radius: 19px;
}

.recom-wrapper {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-static-area h2{
    font-size:24px;
    color:#000;
    text-align:center;
}

.recom-title {
    margin-top: 10px;
}

.recom-btn a {
    background: var(--main-color);
    color: #fff;
    padding: 6px 41px;
    display: inline-block;
}

.recom-title h3 {
    font-size: 20px;
}

.add-cart button {
    background: var(--main-color);
    padding: 7px 10px;
    display: inline-block;
    color: #fff;
    border:none;
    outline:none;
}


.nav-header {
    display: none; /* Initially hide the section */
}

.deal-carousel .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
}
.deal-carousel .owl-nav button {
    background: var(--main-color) !important;
    padding: 10px 16px !important;
    margin-left:5px;
}

.deal-carousel .owl-nav{
    color:#fff;
}




.accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 0;
}

.accordion .btn{
    border:none;
    text-align:left;
    color:#000;
    width:100%;
}

.accordion i {
    float: right;
    font-size: 12px !important;
    color: #6e6e6e;
}

.accordion .btn.focus, .accordion .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.sub-genre li:hover:before {
    opacity: 0 !important;
}

.sub-genre li a:hover {
    text-decoration:underline !important;
}

.sub-genre li{
    display:block !important;
}
.sub-genre li a {
    font-size: 1rem !important;
    color: #747171 !important;
    padding: 4px 0 !important;
    display: inline-block;
}
.accordion .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-top: 0;
}

.accordion-button .fa {
    transition: transform 0.3s ease-in-out;
}
.accordion-button.collapsed .fa {
    transform: rotate(0deg);
}
.accordion-button:not(.collapsed) .fa {
    transform: rotate(180deg);
}

.view-more a {
    background: var(--sec-color) 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;
    padding: 10px 38px;
    text-transform: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 2px 2px 2px 2px #a8c0ba;
}

/* Custom scrollbar styling */
.banner-dropdown::-webkit-scrollbar {
    width: 4px; /* Width of the scrollbar */
}

.banner-dropdown::-webkit-scrollbar-thumb {
    background-color: var(--sec-color); /* Color of the scrollbar handle */
    border-radius: 4px; /* Rounded corners for the handle */
}

.banner-dropdown::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Background of the scrollbar track */
}

.mean-container a.meanmenu-reveal{
    color:#000 !important;
}

.mobile-menu-area {
    padding: 10px 0;
    padding-bottom: 36px !important;
    position:relative;
}

.mobile-logo{
    position:absolute;
    left:15px;
}

.mean-container .mean-nav{
    background:transparent;
}

.mobile-cat {
    margin-bottom: 15px;
}

.mobile-cat ul{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:scroll;
    gap:4px
}
.mobile-cat ul li a {
    background: #ebf2ff;
    color: #4a4a4a;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 13px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
}

.index-header{
    border-bottom:1px solid #000;
}

.index-accordion .card-header {
    padding: .3rem 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.index-accordion .card-header:hover {
    background-color:#ebf2ff;
}

.book-list-section h1{
    font-size:21px;
}

.other-img {
    height: 180px !important;
    object-fit: contain !important;
}

.search-accordion {
    width: 100% !important;
    border: 1px solid #ccc;
    overflow: hidden;
}

.filter-tab {
    border: 1px solid #ddd !important;
    margin-bottom: 12px !important;
    padding: 10px !important;
}

.mobile-search {
    position: absolute;
    right: 16%;
    top: 32%;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    padding: 13px;
}
.search-mobile{
    background:#fff;
    padding:15px;
}
.whatsapp-icon {
    position: fixed;
    left: 2%;
    bottom: 10.5%;
    z-index: 99999;
}



.q8c6tt-2.eiGYSu {
    bottom: 55px !important;
}
.eiGYSu {
    display: flex;
    margin: 7px;
    -webkit-box-pack: end;
    justify-content: flex-end;
    max-height: 50px;
}
.jWcIXO {
    flex-shrink: 0;
    width: 50px;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 6px;
    transition: 0.5s;
    z-index: 200;
    display: block;
    border: 0;
    background-color: #4dc247 !important;
}

.mobile__links {
    display:flex;
    align-items:center;
    justify-content: space-around;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.mobile {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1061;
    padding-top: .75rem;
    padding-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, .08);
}

.mobile__link {
     display:flex;
    align-items:center;
    text-decoration: none;
    font-size: .75rem;
    color: #000;
    flex-direction: column;
}

.pdf-box {
    background: var(--main-color);
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px;
}

.pdf-box:hover{
    color:#fff;
    text-decoration:underline;
}



@media(max-width:768px){
    .header-top-area{
        display:none;
    }
    
     .header-mid-area{
        display:none;
    }
    
    .mobile-menu img {
    height: 70px;
    margin-top: -44px;
}
.product-price {
    transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
    align-items: center;
}


.product-img a img {

    height: 200px;
    object-fit:contain;
}

.mobile-logo {
    height: 55px !important;
    top: 18px;
    z-index:99999;
}

.single-slider {
    height: 100%
}

.product-price form {
    padding-left: 0;
    border-left: 0;
}

.view-more a{
    margin-top:0;
} 
.buy-now ul {
    
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 21px;
}

.buy-now button {
  
    padding: 7px 10px;
    margin-left:4px;
    
}




/*.single-slider{*/
/*    min-height:auto;*/
/*}*/

}

@media(min-width:992px){
    .mobile-cat{
        display:none;
    }
    
     .mobile {
        display: none;
    }
}


.product__carousel {
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
  overflow:hidden;
}
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
	position: relative;
	/*overflow: hidden;*/
}
/*.product__carousel .gallery-top .swiper-slide a {*/
/*	position: relative;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/
.product__carousel .gallery-top .swiper-slide a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
	min-width: 100%;
	min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
	color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    height: 93px;
    width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 27px !important;
}

/*.gallery-thumbs{*/
/*    position:absolute;*/
/*    width:100%;*/
/*}*/

.thank-you {
    width: 80%;
    margin-inline: auto;
    text-align: center;
    box-shadow: 0 6px 6px #c4c4c4;
    padding: 40px;
    border:1px solid var(--main-color);
}

.p-box{
    border:1px solid #000;
    padding:15px;
    display:inline-flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    margin-top:15px;
    margin-bottom:15px;
    gap:30px
}

@media(max-width:992px){
    .thank-you{
        width:100%;
    }
}

.thank-you p{
    font-size:18px;
}

.thank-you img{
    height:90px;
}

.close span {
    background: var(--main-color);
    color: #fff;
    height: 30px;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 29px;
}

