/*
Theme Name: Demal Online  V1
Theme URI: themeuri.com;
Author: Demal;
Author URI: https://demal.online;
Description: Demal online;
Text Domain: demal ;
*/
  
/* cummon css  */
* {
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    /* font-family: Arial, sans-serif; */
}

@font-face {
    font-family: Arial;
    src: url(assets/font/arial-font/arial.ttf);
  }
@font-face {
    font-family:Droid Sans;
    src: url(assets/font/droid-sans/DroidSans.ttf);
  }


.custom-btn {
    background: linear-gradient(135deg, #6d5efc 0%, #46c3db 100%);
    border: none;
    color: #fff;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.custom-btn:hover {
    background: linear-gradient(135deg, #46c3db 0%, #6d5efc 100%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.custom-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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



.font-10 { font-size: 10px; }
.font-12 { font-size: 12px; }
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }
.font-20 { font-size: 20px; }
.font-22 { font-size: 22px; }
.font-24 { font-size: 24px; }
.font-26 { font-size: 26px; }
.font-28 { font-size: 28px; }
.font-30 { font-size: 30px; }
.font-32 { font-size: 32px; }
.font-34 { font-size: 34px; }
.font-36 { font-size: 36px; }
.font-38 { font-size: 38px; }
.font-40 { font-size: 40px; }
.font-42 { font-size: 42px; }
.font-44 { font-size: 44px; }
.font-46 { font-size: 46px; }
.font-48 { font-size: 48px; }
.font-50 { font-size: 50px; }

@media (max-width: 576px) {
    .font-sm-10 { font-size: 10px !important; }
    .font-sm-12 { font-size: 12px !important; }
    .font-sm-14 { font-size: 14px !important; }
    .font-sm-16 { font-size: 16px !important; }
    .font-sm-18 { font-size: 18px !important; }
    .font-sm-20 { font-size: 20px !important; }
    .font-sm-22 { font-size: 22px !important; }
    .font-sm-24 { font-size: 24px !important; }
    .font-sm-26 { font-size: 26px !important; }
    .font-sm-28 { font-size: 28px !important; }
    .font-sm-30 { font-size: 30px !important; }
    .font-sm-32 { font-size: 32px !important; }
    .font-sm-34 { font-size: 34px !important; }
    .font-sm-36 { font-size: 36px !important; }
    .font-sm-38 { font-size: 38px !important; }
    .font-sm-40 { font-size: 40px !important; }
    .font-sm-42 { font-size: 42px !important; }
    .font-sm-44 { font-size: 44px !important; }
    .font-sm-46 { font-size: 46px !important; }
    .font-sm-48 { font-size: 48px !important; }
    .font-sm-50 { font-size: 50px !important; }
}

/* ------------ Arial font style------------------ */
/* font-family: 'Arial', sans-serif;
font-family: 'Arial Black', sans-serif;
font-family: 'Arial Light', sans-serif;
font-family: 'Arial CE', sans-serif;
font-family: 'Arial CE MT Black', sans-serif; 
*/


html {
    font-size: 62.5%;
    
  }
body {
    
    font-size: 1.4rem;
    font-weight: 400;
    margin:0px;
    color: #000;
}
.container {
    max-width: 1200px;
    margin:auto;
}
.display-block {
    display: block !important;
}

table {
    border:1px;
    border-collapse: collapse;
}

.inner-banner-section {
    background: linear-gradient(to bottom, rgba(20, 81, 24, 0.57), rgba(76, 136, 81, 0.64)), url('https://yaamirhost.com/wp-content/uploads/2025/01/server-img.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 25vh;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.page-inner-banner-title {
    font-size: 50px;
}

/* img {
    width: 100%;
    height: auto;
} */
.flex { display: flex;}
.content-around { justify-content: space-around; }
@media only screen and (max-width: 576px ) {
	.flex { flex-direction: column; }
	.hide-on-mobile {display:none !important;}
    .page-inner-banner-title {
        font-size: 25px;
    }
}
.box-shadow {
    box-shadow:0px 0px 4px 1px #d4d0d0;
    border-radius: 4px;
}
.m-5 {margin:5px;}
.m-10 {margin:10px;}
.m-15 {margin:15px;}
.m-20 {margin:20px;}
.m-25 {margin:25px;}

.m-b-5 {margin-bottom:5px;}
.m-b-10 {margin-bottom:10px;}
.m-b-15 {margin-bottom:15px;}
.m-b-20 {margin-bottom:20px;}
.m-b-25 {margin-bottom:25px;}
.m-b-30 {margin-bottom:30px;}

.m-r-10 {margin-right: 10px;}

.p-5 {padding:5px;}
.p-10 {padding:10px;}
.p-15 {padding:15px;}
.p-20 {padding:20px;}
.p-25 {padding:25px;}

.p-t-5 {padding-top:5px;}
.p-t-10 {padding-top:10px;}
.p-t-15 {padding-top:15px;}
.p-t-20 {padding-top:20px;}
.p-t-20 {padding-top:20px;}
.p-t-25 {padding-top:25px;}

a {
    text-decoration: none;
}

button:hover {
    cursor: pointer;
}


.text-center {
    text-align:center;
}
.uppercase {
    text-transform: uppercase;
}
.title-with-bgimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 80px 0px;
}
.title-with-bgimage h1 {
    font-size: 50px;
    letter-spacing: 5px;
    color:#0062d1;
}
.page-title,
.single-tag-title h1,
.sigle-post h1 {
 
    font-size: 40px;
    text-transform: capitalize;
    color: #1278c6;
}
.section-title {
    text-align: center;
    /* padding-top: 50px; */
    text-transform: uppercase;
    color:#0052AC;
    font-size: 35px;
    
}
.section-sub-title {
    width: 80%;
    margin:auto;
    text-align: center;
    padding-bottom: 40px;
    color:#111;
}
@media only screen and (max-width: 768px ) {
    .faruk-flex-dir-md {
        flex-direction: column;
    }
}
@media only screen and (max-width: 576px ) {
    
    .sm-flex-dir-col {
        flex-direction: column !important;
    }
    .sm-width-auto {
        width: 95% !important;
    }
    .title-with-bgimage {
        height: 200px;
        margin-bottom: 25px;
    }
    .title-with-bgimage h1 {
        font-size: 30px;
    }
    .section-title {
        font-size: 20px;
        
    }
}
/***************** TOP AREA START  *************************/
.top-area {
    background-color: #ddd;
    padding: 2px;
}
.top-area-title-text {
    font-size: 13px;
    color:#351b00;
}
.top-area-social-area {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
/***************** TOP AREA  END *************************/
/***************** Header Searh area Start *************************/

.mobile-menu-icon span {
    color:#3e3e3e;
}

.header-search-text {
    width: 74px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1;
}
.header-area-icons {
    display:none;
     position: absolute;
}
#search-updated-icon {
    width: 35px;
    right: 35px;
    border: none;
    background: transparent;
    font-size: 18p;
    animation: rotation 2s linear infinite;
}
#search-updated-icon span {
    font-size: 35px;
    width: 35px;
    height: 33px;
}
#clear-search-product {
   
    right: 2px;
    padding: 7px;
    border: none;
    color: red;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.header-search-input-field {
    width:100%;
    border: 2px solid #fd9e39;
    border-radius: 2px;
    padding: 5px;
    font-size:16px;
}
.header-search-input-field[type=text]:focus {
  border: 3px solid #fd9e39;
  outline:#fd9e39;
}
.header-search-drop-down {
    margin: 5px 6px;
    position: absolute;
    background: #fff;
    width: 95%;
    z-index: 100;
    max-height:383px;
    overflow:auto;
  
}
.header-search-dropdone-item {
    width: 96%;
    border: 1px solid;
    padding: 10px;
    margin: 2%;
}
.search-img-area {
    padding: 5px;
    width: 80px;
    height: 100%;
    background: #fef6f6;
    border-radius: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-product-title {
    width: 245px;
    /* background: #efebeb; */
    /* margin: 2px 0; */
    padding: 0px 5px;
    font-size: 14px;
    color: #535252;
    font-weight: 500;
}
.header-search-product-view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-search-product-view-btn a{
  font-size: 12px;
    font-weight: 600;
}
/***************** Header Searh area End *************************/
/***************** header all category stat *************************/
.navigation-container {
    position:relative !important;
}
.all-category-menu-area {
    position:absolute;
    width: 100%;
    top: 30px;
    background: #ffffff;
	z-index:100;
}
.myTabContent-wrapper {
	    box-shadow: 0px 0px 2px 1px #ddd;
    background: white;
    z-index: 10;
}
.myTabContent-wrapper .tab-content ul {
	margin-top:15px;
	display: flex;
    flex-wrap: wrap;
}
.myTabContent-wrapper .tab-content ul li {
	list-style:none;
	background: url(assets/img/right-angle-dark.png) 0 6px no-repeat;
    background-size: 14px auto;
    margin: 0;
    padding-left: 22px;
	width:220px;
    
}
.all-category-menu-area {
    display: none;
}
/* .header-tab-content {
    display: none;
} */
.display-block {
    display: block !important;
}
/***************** header all category end *************************/
/***************** Start  Header *************************/
.main-header .cart-contents {
    display: inline-block;
    width: 100%;
    position:relative;
	color:#fff;
}
.main-header .cart-contents .header-cart-icon {
    display: inline !important;
    font-size: 20px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
.main-header .cart-contents .header-cart-icon .cart-count {
    font-size: 15px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    top: -11px;
    right: -12px;
	color:#fff;
}
.cart-area {
    font-size: 16px;
    font-weight: bold;
}

.custom-logo-link { 
    border-radius: 4px;
    display: inline-block;
    display: flex;
    box-shadow: 0px 0px 3px 2px #e8e8e8;
    padding: 6px;
    margin: 10px 0px;
 }
.custom-logo-link img {
    width: 270px;
    height: 50px;
    border-radius: 5px;
}
.live-info {
    display: flex;
}
.telnumber img {
    width: 55px;
}
.telnumber span {
    font-size: 20px;
}
.live-chat-img-area img {
    width: 155px;
}
.header-support-and-tell{
    display: flex;
    align-items:center;
    justify-content: flex-end;
}
.all-category-menu-ul {
    background: #005f5e;    
}
.all-category-menu-ul .nav-link{
    border-color: transparent transparent #ddd transparent !important;
    color:#ffffff;
}

/* navigation */
.navigation {
    width: 100%;
    /* background: #197a82; */
    /* padding: 15px 0px; */
    border-bottom: 1px solid #ededed;
}

.main-menu {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.main-menu .menu-area .close-menu {
    display: none;
}
.menu ul { 
    list-style: none; 
    margin:0px;
    padding:0px; }
.menu ul li {
    display: inline;
    margin-right: 15px;
}
.menu ul li:last-child {
    margin-right: 0px;
}
.menu ul li a {
    text-transform: capitalize;
  color: #40464d;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
/* .header-all-category-btn .category-btn {
    color: #ffffff;
    font-size: 16px;
  font-weight: bold;
} */
.menu ul li a:hover {
    color:#ff8300;
}
.main-menu .menu-area .menu ul .current_page_item a {
    /* border-bottom: 4px solid #065DBC; */
    padding-bottom: 21px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 700;
    color:#ff8300;
}



/* submenu */
.menu-item {}
.menu-item .sub-menu {
    
}
.menu-item ul.sub-menu li {
    display: block;
    margin-right: 0px;
    margin:5px 0px;
    /* border-bottom: 1px solid ; */
}
.menu-item ul.sub-menu li a {
    /* color: #252525; */
    color: #565656;
    /* margin-top: 15px; */
    padding-bottom: 10px;
    display: block;
    font-weight: unset !important;
}
.menu-item ul.sub-menu li.current-menu-item a {
    border-bottom: none !important;
    padding-bottom: 5px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.menu-item-has-children {
    position: relative;
    padding-bottom: 40px;
}
.menu-item-has-children::after {
	content: '' !important;
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #000;
	margin-bottom: 3px;
	text-align: right;
	position: absolute;
	right: -7px;
	top: 10px;
}
.sub-menu {
    display: none;
    width: 250px;
    padding: 10px !important;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    z-index: 2;
    box-shadow: 0px 0px 1px 0px #8e8e8e;
}
.sub-menu a {

}
@media only screen and (min-width: 769px ) {
	.menu-item-has-children:hover .sub-menu {
    	display: block;
		z-index:1000;
	}
}
/* mobile menu */



@media only screen and (max-width: 768px )  {
    /* .main-menu .live-info {
        width: auto;
        margin: auto;
    } */
     .navigation {}
     .mobile-menu-icon { display: block; }
    .close-menu {
        display: block !important;
    }
	.menu-item-has-children {
		padding-bottom:0px;
	}
	.sub-menu-open {
		display: block !important;
	} 
    .header-top-area {
        width: 96%;
        margin: auto;
    }
    .custom-logo-link {
        /* display: block;
        width: 50%;
        order:1; */

    }
    .header-top-area form {
        width: 88%;
        order:3;
    }
    .cart-area {
        width:65%;
        order:2;
        text-align: right;
    }
    .mobile-menu-icon {
        order:4;
        cursor:pointer;
		text-align: right;
		color: #fff;
		margin: -5px 9px;
   
}
	.header-all-category-btn  {
		display:none;
	}
     .mobile-menu-icon span {
        font-size: 30px;
    }
    .header-top-area .cart-contents .header-cart-icon {
    font-size: 40px;
    }
    .header-top-area .cart-contents .separetor {
    font-size: 30px;
    }
    /* mobile menu slider menu  */
    .main-menu .menu-area {
        width: 100%;
        position: absolute;
        top: 0;
        left: -800px;
        background: #065DBC;
/*         height: 100vh; */
        transition-duration: 0.5s;
        z-index: 999;
    }
     .main-menu .menu-area .close-menu {
        text-align: right;
        padding: 0px 20px;
        color:#f22e2e;
     }
     .main-menu .menu-area .close-menu span {
        padding:5px;
        font-size: 25px;
        cursor:pointer;
     }
   .main-menu .menu-area .menu {
        padding-left:20px;
        padding-right: 20px;
    }
    .main-menu .menu-area .menu ul li {
        display: block;
        margin:15px 0px;
    }
    .main-menu .menu-area .menu ul li a {
        border-bottom: 1px solid #fff;
        display: block;
        padding-bottom: 4px;
        color:#fff;
    }
    .main-menu .menu-area .menu ul .current_page_item a {
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 700;
    color:#ffffff;
    }
	.menu-item-has-children::after {
    content: '' !important;
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    margin-bottom: 3px;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 10px;
}
    /* mobile sub menu */
    .sub-menu {
/*     display: block !important; */
    width: 100%;
    padding: 10px !important;
	position: relative; 
    top: 30px;
    left: 0;
    background: #237ee2;
    border-radius: 0px 0px 0px 0px !important;
    z-index: 2;
    box-shadow: 0px 0px 1px 0px #8e8e8e;
	margin-bottom:30px !important;
    }
    .menu-item ul.sub-menu li {
        border-bottom: none;
    }
}
@media only screen and (max-width: 576px ) {
    /* header top area  */
    
    .telnumber {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main-header #searchform {
        /* display: none !important; */
        text-align: center;
        padding: 5px 0px;
    }
    .main-header #searchform input[type=text]{
        width: 140px;
    }
    .top-area .top-area-title-tex {
        font-size: 9px !important;
    }
    .table-product-page-content {
        padding: 15px !important;
    }
    .description-product-tab-content {
        padding: 15px !important;
    }
    /* mobile menu  */
     .main-menu .telnumber .dashicons { margin-right: 0px; }
    .main-menu .telnumber span { font-size: 20px; }
   .mobile-menu-icon {
    text-align: right;
    color: #fff;
    margin: -5px 9px;
    /* margin-top: -18px; */
   }
    .mobile-menu-icon span {
        font-size: 30px;
    }
    .custom-logo-link img {
        width: 100%;
        height: auto;
    }
    .header-top-area .cart-contents .header-cart-icon {
        font-size: 20px;
    }
    .header-top-area .cart-contents .separetor {
        font-size: 18px;
    }
    .header-top-area .cart-contents .header-cart-icon .cart-count {
        right:-14px;
    }
    .header-top-area form input[type="text"] {
        padding:6px 5px;
    }

}
@media only screen and (max-width: 375px )  {
     .mobile-menu-icon {
    /* margin-top: -11px; */
   }
}
@media only screen and (max-width: 300px )  {
    .main-menu .telnumber span { font-size: 14px; }
    .main-menu .telnumber .dashicons { margin-right: 0px; margin-top: 3px; }
    /* .main-menu .live-info .live-chatimg a img {
    width: 118px;
    height: 51px;
    } */
    .header-top-area .cart-contents { display: flex; justify-content: space-between; }
    .header-top-area .cart-contents .header-cart-icon {
        margin-right: auto;
    }
     .header-top-area form {
        width: 80%;
     }
     
}

/********************* Price Table Card Start ************************/
.pricingTable {
    text-align: center;
    background: #fff;
   
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease 0s
}

.pricingTable:hover {
    transform: scale(1.05);
    z-index: 1
}

.pricingTable .pricingTable-header {
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
    background: #ff9624
}

.pricingTable .pricingTable-header i {
    font-size: 50px;
    color: #858c9a;
    margin-bottom: 10px;
    transition: all .5s ease 0s
}

.pricingTable .price-value {
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease 0s
}

.pricingTable .month {
    display: block;
    font-size: 14px;
    color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i {
    color: #fff
}

.pricingTable .heading {
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-button a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    text-decoration: none;
    font-weight: bold;
}

.pricingTable .pricingTable-button a:hover {
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value {
    color: #4b64ff
}

.pricingTable.blue .pricingTable-button a,
.pricingTable.blue:hover .pricingTable-header {
    background: #4b64ff
}

.pricingTable.blue .pricingTable-button a:hover {
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
    color: #ff4b4b
}

.pricingTable.red .pricingTable-button a,
.pricingTable.red:hover .pricingTable-header {
    background: #ff4b4b
}

.pricingTable.red .pricingTable-button a:hover {
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value {
    color: #40c952
}

.pricingTable.green .pricingTable-button a,
.pricingTable.green:hover .pricingTable-header {
    background: #40c952
}

.pricingTable.green .pricingTable-button a:hover {
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value {
    color: #fff
}

@media screen and (max-width:990px) {
    .pricingTable {
        margin: 0 0 20px
    }
}
/********************* Price Table Card End ************************/

/* ********************  End Header area ************************/
/* ********************  Product section title area ************************/
.product-section-title-aera {
    background: #1a8dbf;
    padding: 14px;
}
.product-section-title {
        font-size: 25px;
      color: white;
      font-weight: 600;
      line-height: 1.3;
}
.product-section-title-btn {
    font-size: 17px;
  background: #eefffb;
  padding: 4px 8px;
  border-radius: 4px;
  color: #df0014;
  font-weight: 600;
}
.product-section-btn {
    border: 2px solid #6ba5fb;
  padding: 8px 16px;
  border-radius: 4px;
  color: #0d6efd;
  background: #eefffb;
  font-weight: 600;
  font-size: 18px;
}
/* ================ Table product page start  ====================== */
/*home page right sidebar */
.table-product-sidebar {
     padding: 10px;
     border: 1px solid rgb(240, 240, 240);
     border-radius: 4px;
 }
 .table-product-sidebar-content {}
 .table-sidebar-img {}
 .table-sidebar-img img {
    width: 100%;
    object-fit: cover;
 }

.table-product-sidebar-title {
    margin-bottom: 15px;
     font-size: 18px;
     border-bottom: 1px solid #dfdfdf;
 }
 .sidebar-link-with-right-arrow {
    background: url(assets/img/right-angle-dark.png) 0 11px no-repeat;
    background-size:16px auto;
    margin: 0;
    padding-left:22px;
    border-bottom: 1px solid #ededed;

 }
 .sidebar-link-with-right-arrow:last-child {
    border-bottom: 1px solid transparent;
 }
 .table-product-sidebar-link-area {
    list-style: none;
 }
 .table-product-sidebar ul {
     padding: 0;
 }
 .table-product-sidebar-link-area li {
    
 }
 .table-product-sidebar-link-area li a {
     font-size: 15px;
     color: #3a3a3a;
 }
 @media only screen and (max-width:768px) {
     .table-product-sidebar {
         margin-right:15px;
     }
 }
 @media only screen and (max-width:576px) {
     .table-product-sidebar {
         display: none;
     }
 }
 .table-product-card-content-wrapper{
    border: 1px solid #ddd;
    background: rgb(9,186,170);
    /* background: linear-gradient(118deg, rgb(179 176 254) 0%, rgb(90 173 165) 100%); */
    background: linear-gradient(to bottom right, #dbdcff 0%, #ffe5e5 100%);
 }
 .table-product-area {}
 .table-product-area .product-page-title {
    
 }
 .table-product-page-content p {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    font-family: Arial, sans-serif;
 }
 .table-product-area .card-details-title  {
    border-bottom: 1px solid #ddd;
    border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
 }
 .card-details-icon{
    background: #149fa4;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .card-details-icon2 {
    background: #df4400;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
 }
 .table-product-area .product-page-product-card {
    border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
 }
 .table-product-area .product-page-product-card .price-per-pill {
    font-family: "Droid Sans", sans-serif;
    color:#df4400 !important;
 }
 .product-page-product-img {
    max-width: 100px;
    max-height: 70px;
    object-fit: cover;
 }
 .table-product-area .product-details-card {
    border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  justify-content: space-between;
 }
 .table-product-area .product-details-card {}
 .table-product-area .product-details-card ul{
    padding: 0;
    margin: 0px !important;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
 }
 .table-product-area .product-details-card ul li {
    margin-bottom: 5px;
 }
 .table-product-area .product-details-card ul li .details-left-area{
    font-size: 13px;
    font-weight: 400;
   
    font-style: italic;
    width: 40%;
 }
 .table-product-area .product-details-card ul li .details-right-area{
    font-size: 12px;
    font-weight: 600;
    width: 60%;
    font-family:Droid Sans;
 }
 .table-product-area .product-details-card ul li .details-right-area i {
    color:#001bff;
 }
 /* product table page content  */
 .product-tab-content{}
 .product-tab-content-title {
    margin: auto;
    display: flex;
    align-items: center;
    padding: 17px 20px;
    background: #dedede;
    margin-right: 7px;
 }
 .product-tab-content-title p {
    /* font-family: Arial, sans-serif; */
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
 }
.product-tab-content-title img{
    width: 26px;
    margin-top: 8px;
 }
 .product-tab-content-title i {
    font-size: 12px;
    margin-top: 2px;
 }
 .product-tab-btn-area {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    margin-bottom: 0px;
 }
 .product-tab-btn {
    
 }
 .product-tab-btn .nav-link {
    padding: 5px 20px;
    border-radius: 0px;
    font-weight: 700;
    background: rgb(195, 138, 233);
    /* background: linear-gradient( 155deg, rgb(234 218 255) 39%, rgb(234 235 255) 100% ); */
    background: linear-gradient(to bottom right, #dbdcff 0%, #ffe5e5 100%);
    /* color: #7b7b7b; */
    color: #000000;
    border: 2px solid var(--bs-indigo);;
    /* font-family: Arial; */
    font-size: 1.8rem;
    transition-duration: 0.3s;
 }
 .product-tab-btn .nav-link:hover {
    padding: 5px 20px;
    border-radius: 0px;
    font-weight: 700;
    background: #0d6efd;
    background: linear-gradient(to bottom right, #d4ffff 0%, #f0f6ff 100%);
    /* color: #7b7b7b; */
    color: #000000;
    border: 2px solid #0d6efd;
 }
 .product-tab-btn .nav-link.active {
    border-radius: 0px;
    font-weight: 700;
    background: #0d6efd;
    background: linear-gradient(to bottom right, #d4ffff 0%, #f0f6ff 100%);
    /* color: #7b7b7b; */
    color: #000000;
    border: 2px solid #0d6efd;
}
.product-contains-table th{
    /* background: #37a0d7; */
    background-color: var(--bs-indigo);
    color: #ffffff !important;
    font-size: 1.4rem;
    /* font-family: 'Droid Sans'; */
    text-align: center;
}
.product-contains-table th,
.product-contains-table td {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
}
.product-contains-table td{
    padding: 8px;
    line-height: 1.42857143;
    color: #282828;
    font-weight: 700;
}
.table-free-shipping-text {
    font-size: 1.2rem;
}
.table-free-shipping-text span{
    color:#f61301;
}
.bg_1 {
    background: #f61301 !important;
}
.bg_2 {
    background: #00bee9 !important;
}
.bg_3 {
    background: #fee6e3 !important;
}
.bg_4 {
    background: #ddf7fd !important;
}
/* description tab area design  */
.description-product-tab-content {
  margin-top: 30px; 
  margin-bottom: 30px;
}
.description-product-tab-content .nav-tabs{

}
.description-product-tab-content .nav-item {
    margin: 0px 8px;
}
.description-product-tab-content .nav-item .nav-link{
    border: 1px solid #ddd;
    padding: 8px 18px;
    border-color: #006bff;
    border-radius: 0px;
    border-bottom: 0px;
    font-weight: 700;
    font-size: 1.4rem;
    color: #3b3b3b;
    transition-duration:0.5s;
    background: linear-gradient(to bottom,#fff,#f1f1f1);
}
.description-product-tab-content .nav-item .nav-link:hover {
    background: linear-gradient(to bottom right, #d4ffff 0%, #f0f6ff 100%);
    color: #000000;
}
.description-product-tab-content .nav-item:first-child  {
    margin-left: 0px !important;
}
.description-product-tab-content .nav-item:last-child {
    margin-right: 0px !important;
}
.description-product-tab-content .nav-item .nav-link.active {
    border: 1px solid #ddd;
    padding: 8px 18px;
    border-color: #006bff;
    border-radius: 0px;
    border-bottom: 0px;
    background: linear-gradient(to bottom right, #d4ffff 0%, #f0f6ff 100%);
    color: #000000;
}
.description-product-tab-content .tab-content {
    border:1px solid #006bff;
    padding: 15px;
}
/* review area design  */
.customer-review-area {
    /* background: linear-gradient(to bottom right, #bdc0ff 0%, #ffd3d3 100%); */
    background: linear-gradient(to bottom right, #dbdcff 0%, #ffe5e5 100%);
    padding-bottom: 15px;
}
.customer-review-area-heading {
    padding: 10px;
  
    
}
 .review-heading {
    color: #000;
    padding: 10px;
    font-size: 1.8rem;
    border-bottom: 1px solid #fbebff;
    padding-bottom: 4px;
    margin-bottom: 15px;
}
.customer-review-area-heading .average-rating-wrapper {
    color: #000;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.customer-review-area-heading .average-rating-wrapper  .average-rating {
    display: flex;
}
.customer-review-area-heading .average-rating-wrapper  .average-rating p {
    display: flex;
    align-items:center;
    margin-bottom: 0px;
    margin-left: 5px;
}
.average-rating-wrapper .average-rating-icon {
    color: #df4400;
}
.average-rating-wrapper .average-rating-icon i {
    margin-left: 4px;
}
.customer-review-card,
.home-page-review-card {
    margin: 10px 20px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
}
.customer-name-and-icon-wrapper {
    display: flex;
    align-items: center;
    margin: 9px 0px;
}
.home-page-review-card  {
    min-height: 180px;
}
.name-and-icon-wrapper {
    align-items: center;
    margin: 9px 0px;
}
.home-page-review-card .customer-review-icon p {
    display: flex;
    justify-content:center;
}
.home-page-review-card .customer-review-icon p i{
    color: #df4400;
    font-size: 1.8rem;
}
.home-page-review-card .customer-name {
    margin-bottom: 0px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.customer-name-and-icon-wrapper .customer-name {
    border-right: 1px solid #000;
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 1.3rem;
    margin-right: 10px;
    font-weight: bold;
}
.update-post-title {
    margin-bottom: 0px;
    padding-right: 10px;
    font-size: 1.3rem;
    margin-right: 10px;
    font-weight: bold;
}
.customer-name-and-icon-wrapper .customer-review-icon p{
    display: flex;
    color: #df4400;
    align-items: center;
    margin-bottom: 0px;
    font-size: 1.2rem;
}
.home-page-review-card .customer-review-text {
    text-align: center;
}
.home-review-card-divider {
    width: 50px;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(to bottom right, #0007ff 0%, #e900fd 100%);
    margin:auto;
    margin-bottom: 10px;
}
.customer-name-and-icon-wrapper .customer-review-icon p i{
    margin-left:3px;
}

/* product category archive view */
.product-card {
    border: 1px solid #0d6efd;
    border-radius:4px;
} 
.product-card-inner-wrapper {
	
}
.card-pill-amount {}
.product-card-title-area {
    background: linear-gradient(to bottom,#e0fdff,#fff);
   /*background: linear-gradient(to bottom,#f1f1f1,#ffffff);*/
  padding: 8px 0px;
    padding-right: 0px;
    padding-left: 0px;
  box-shadow: 0px 0px 8px 1px #e4e4e4;
  min-height: 180px;
}
.product-card-title a { 
    color: #000000;
    font-size: 1.6rem;
}
.product-card-img-area {}
.product-button-wrapper {
    border-top: 1px solid #ddd;
    padding: 5px 0px;
}
.product-card-info-text p{
    line-height:1.31;
    font-family: 1.3rem;
}
.product-card-pill-amount {
    font-size: 2.2rem;
    color: #ef2100;
    text-align: center;
}
.home-page-product-card-pill-amount {
    font-size: 1.8rem;
    color: #ef2100;
    text-align: center;
}
.product-card-pill-text {}
.product-card-button {
    text-align: right;
}

@media (max-width:768px) {
	.table-product-area .product-page-title {
		font-size: 16px;
		padding: 0px 15px;
	}
	.product-card {
		border: 1px solid transparent;
		padding: 0px 15px !important;
	} 
	.product-card-inner-wrapper {
		border: 1px solid #a6a6a6;
	}
}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
. {}
/* ================ Table product page end ====================== */
/* ================ home page ====================== */
/* =================== homepage left sidebar ================== */
.hompage-content {
    display: flex;
}
.home-page-left-sidebar {
    width: 15%;
}
.homepage-sidebar-title {
    background:#E5E7EB;
    border-radius: 4px;
    
}
.home-page-left-sidebar a {
    display:block;
    font-size: 18px;
}
.home-page-left-sidebar a:hover {
    color:#d89d07;
    transition-duration: 0.2s;
}
/* home page filter button design */
.filter-button-area {
    display:flex;
    align-items: center;
    background: #fbfbfb;

}
.filter-button-title {
    font-size: 16px;
    background: #FD9E39;
    color:#fff;
}
.filter button {
        background: transparent;
    font-size: 16px;
    border: 2px solid #FD9E39;
    border-radius: 4px;
    padding: 4px 12px;
    text-transform: capitalize;
}
.filter button:hover {
    background: #0052AC;
    color:#fff;
}
/* +++++++++++++++++ home page hero slider design ++++++++++++++++++++++*/
/*hero slider and  varient product slider */
.hero-section-area  {
    margin:20px 0px;
}
.varient-p-slider,
.hero-section-area {
    position: relative;
}
.varient-p-slider .owl-nav,
.hero-section-area .owl-nav {
    width: 100%;
    position: absolute;
    top:50%;
    left: 10;
    transform: translateY(-33px);
}
.varient-p-slider .owl-nav button,
 .hero-section-area .owl-nav button {
    font-size: 50px !important;
    color:#ccc !important;
}
.varient-p-slider .owl-nav .owl-prev,
.hero-section-area .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
}
.varient-p-slider .owl-nav .owl-next,
.hero-section-area .owl-nav .owl-next  {
    position: absolute;
    right: 5px;
}

.varient-p-slider .owl-dots,
.hero-section-area .owl-dots {
    display: none;
}


/* hero section info */
.hero-slider-info {
    background: rgba(255, 255, 255, 0.17);
    padding: 60px 20px;
    /* width: 70%; */
    /* margin: auto; */
    text-align: center;
    width: 100%;
}

.hero-slider-info .hero-title, .hero-slider-info  .hero-des {
    
}

.hero-section-area .item .hero-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section-area .item .hero-img img {
    opacity:;
}
.hero-slider-info .hero-title {
    color: #0056B5;
    text-shadow: 0px 3px 3px #760fdf;
    letter-spacing: 2px;

}
.hero-slider-info .hero-sub-title {
    color:#111;
}
.hero-slider-info .hero-title ,
.hero-slider-info .hero-sub-title,
.hero-section-button {
    text-transform:capitalize;
}
.hero-slider-info  .hero-des {
    color:#111111;
    padding: 5px 0px;
}
.hero-section-button {
    background-color: #FD9E39   /*0053b0*/;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    border:2px solid #bf9004;
    transition-duration: 0.2s;
    margin-top: 40px;
}
.hero-section-button:hover {
    background: #0053b0;
    border:2px solid #F18F27;
}



/* ++++++++++++++++++ end home page slider page design ++++++++++++++++*/

/* ++++++++++++++++++ static hero section start  ++++++++++++++++*/
    .static-hero-section {
        background-color: #010230;
    }
    .static-hero-title {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .static-hero-des {
        font-size: 20px;
        margin-bottom: 15px;
    }

    @media (max-width:576px){
        .static-hero-title {
            font-size: 28px;
            margin-bottom: 30px;
        }
        .static-hero-des {
            font-size: 18px;
            margin-bottom: 15px;
        }
    }

/* ++++++++++++++++++ static hero section end    ++++++++++++++++*/

/* ===========home page card design ========================== */
.card-container {
   display: flex;
    /* width: calc(100vw - 206px); */
    width: 100%;
    flex-wrap: wrap;
}
.card-container-full-width {
    width: auto;
}
.homepage-product-card {
    width: 45%;
    border:1px solid #022a57;/*FBBF24;*/
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 8px 2px #ddd;
	
}
@media (min-width:576px) {
	.homepage-product-card {
		max-height: 260px;
	}
}
@media (max-width:576px) {
    .hero-section-area .item .hero-img {
        height: 300px;
    }
}

.home-page-card-col-3 {
    width: 26%;
}
.homepage-product-card:hover {
   box-shadow: 0 0 10px 2px #b9b8b8;
}
.card-area {
    display: flex;
    width: 100%;
}
.card-img-area {
    /* width: 40%;
	margin-top:40px; */
	
}
.card-img-area  img {
    width: 100%; 
    height:auto%;
	padding:3px;
	border-radius:4px;
	box-shadow: 0px 0px 4px 0px #aeaeae;
}
.card-img-info {
   	font-size: 20px;
	font-weight: 500;
	color: #E04C4B;
	margin-top: 10px;
	text-align: center;
/* 	text-shadow: 0 2px white, 0 3px #777; */
}
.card-info-area {
    width: 60%;
}
.home-page-card-type,
.home-page-card-title,
.card-area-button {
    
}
.home-page-card-title {
    font-weight: 400 !important;
    font-size: 18px;

}
.home-page-card-type {
     
    font-weight: 700;
    font-style: italic;
}
.card-area-button {
    background-color: #0053b0;;
    font-size: 18px;
    font-weight: 700;
    padding: 8px 17px;
    border-radius:50px;
    color:#fff;
    display: inline-block;
    box-shadow: 1px 1px 4px 0px #b38104;
    margin-bottom:8px;
}
.card-category {
    color:#E04C4B;
    
    font-weight:700;
    font-style: italic;
}
.card-area-button:hover {
    background: #022a57/*dda006*/;
    color:#fff;
    transition-duration: 0.2s;
}
.sale-lable-area {
	position:absolute;
	top:-23px;
}
.sale-lable-area img {
    width: auto;
}
.sale-lable-text {
   font-weight: 700;
    font-size: 20px;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 22px;
    right: 11px;
    line-height: 1.1;
}
.sale-lable-off-text {
    display: block;
    text-align: center;
    font-size: 12px;
}
.card-img-area img {
	max-height:110px;
}
@media (max-width: 768px) {
    .home-page-card-col-3 {
       width: 35%;
    }
	.homepage-product-card {
		width:100%;
	}
    .card-container-full-width  {
        justify-content: space-evenly;;
    }
}
@media (max-width: 576px)  {
    .filter-button-area {
        display: block;
    } 
    .filter {
        text-align:center;
    }
    .filter button {
        margin-bottom: 5px;
    }
    .home-page-left-sidebar {
        display:none;
    }

    .card-container {
      display: block;
      margin:auto;
	  width:100% !important;
    }
    .homepage-product-card,
    .card-container-full-width {
        width: 90%;
        margin:auto;
        margin-top:20px;
        margin-bottom: 35px;
    }
    .card-area {
        display: block;
    }
    .card-img-area {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .card-img-area img {
        width: 80%;
		max-height:250px !important;
    }
    .card-info-area {
        width: 100%;
		text-align:center;
    }
	.card-area-button {
	margin-bottom:20px;
	}
 
	
}
/*home page right sidebar */
.homepage-sidebar {
   width: 260px;
    padding: 10px;
    padding-bottom: 10px;
    border: 1px solid aliceblue;
    box-shadow: 0px 1px 5px #dfdfdf;
    height: 100%;
    border-radius: 4px;
    margin-top: 22px;
    padding-bottom: 20px;
}
.homepage-sidebar h2 {
   margin-bottom: 15px;
    font-size: 18px;
    margin-bottom: 1px solid #dfdfdfd;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 11px; 
}
.homepage-sidebar ul {
    list-style: none;
    margin-bottom: 28px;
}
.homepage-sidebar ul li {
    margin-bottom: 8px;
}
.homepage-sidebar ul li a {
    font-size: 15px;
}
@media only screen and (max-width:768px) {
	.homepage-sidebar {
		margin-right:15px;
		width: 250px;
	}
}
@media only screen and (max-width:576px) {
    .homepage-sidebar {
        display: none;
    }
}
/* ==================== home page card design end ========================= */

/***************** post formate showing, hover on feature image ***********************/
/*.post-feature-image{
    position: relative;
}
.post-format-icon {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

/* ************  blog page template *****************  */

.post-content-area {
    
}
.width-80 {
    width: 80%;
}
.width-100 {
    width: 100%;
}
/* .post-content-item {
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
 .post-card-description  {
    min-height: 60px;
 }
.post-content ,
.single-post-content {
    border-radius: 4px;
}
.single-post-content {
    width: 100%;
}
.post-content {
    /* width: 43%; */
}
.post-feature-image {
    overflow: hidden;
}
.post-feature-image img {
    width: 100%;
    height: 250PX;
    -webkit-transition: 500ms ease-out;
    transition: 500ms ease-out;
}
.post-feature-image:hover img {
    transform: scale(1.2);
}
.post-title {
    /* padding-bottom: 20px; */
}
.post-title a {
   
    font-size: 25px;
    text-align: left;
    color: #242e33;
    font-weight: 600;
    

}
.post-author {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    
    font-weight: 700;
    font-size: 16px;
    color: #6e6e6e;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 12px;
}
.post-author a {
    color: #6e6e6e;
}
.post-author-icon {
    display: inline-block;
    margin-right: 3px;
    margin-top: -5px;
}
.post-author-admin-icon {
    margin-top: -2px;
}
.post-author-comment-icon {
    margin-top: -1px;
}
.post-discription p {
   color:#252525;
   font-size: 16px;
   line-height: 1.8;
/* 	font-style:italic; */
}
.tag-list a {
    padding:3px 8px;
    display: inline-block;
    
    font-weight: 700;
    font-size: 16px;
    color: #1278c6;
}
.post-categories {
    list-style-type: none;
    display: inline;
    padding: 0px;
}
.post-categories li {
    display: inline;
}
.continue-reading {
   
   font-weight: 600; 
   color:#fff;
   display: inline;
}
.continue-reading  a {
    padding: 12px 25px;
    background: #0062d1;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
    border-radius: 5px;
}
.continue-reading  a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #242e33;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
    border-radius: 5px;
}
.continue-reading  a:hover::before {
    -webkit-transform: scaleX(1);
      transform: scaleX(1);
}
.pagination {
    text-align: center;
    margin-bottom: 15px;
}
.pagination .nav-links .page-numbers {
        padding:0px 8px;
}
.pagination .nav-links .page-numbers.current {
    border:1px solid #0062d1;
}
@media only screen and (max-width: 768px) {
    .post-content {
    width: 100%;
    }
}
@media (max-width: 576px) {
    .post-content-area {
       width: 100%;
    }
    .post-content {
        width: 100%;
    }
}
/******** Right Sidebar ***************/
.right-sidebar {
    /* width: 15%; */
    /*margin:10px;*/
    box-shadow: 0px 0px 6px 0px #e6e6e6;
    border-radius: 4px;
    padding:15px;
    height: 100%;
    font-size: 14px;
}
.right-sidebar div h2 {
    
    font-size: 18px;
}
.right-sidebar div ul {
    list-style: none;
    margin:0px;
    padding:0px;
}
.right-sidebar div ul  li {
    margin:6px 0px;
}
.right-sidebar div ul  li a {
    color:#0062d1;
    transition: 0.5s;
}
.right-sidebar div ul  li a:hover {
    color:#242e33;
}

/* single post */
.single-post-content .post-discription p a {
    color: #1278c6;
    text-decoration: underline;
    font-style: italic;
    font-weight: 600;
}
.single-post-content .post-feature-image img {
    width: 100%;
	height:100%;
    max-height:500px !important;
    -webkit-transition: 500ms ease-out;
    transition: 500ms ease-out;
}
.single-post-content .post-discription h1,
.single-post-content .post-discription h2,
.single-post-content .post-discription h3,
.single-post-content .post-discription h4,
.single-post-content .post-discription h5,
.single-post-content .post-discription h6 {}

@media only screen and (max-width: 576px) {
    .sigle-post { width: 95%; margin:auto; }
    /*.right-sidebar { width: 85%; margin:auto; }*/
}
/* single post page comments  */
#comments {
	margin-top:40px;
}
.comments-title {
	margin-bottom:15px;
}
.comment-respond #reply-title,
.comment-form .comment-form-comment label,
.single-post-content .post-discription p a,
.single-post-content .post-discription h1,
.single-post-content .post-discription h2,
.single-post-content .post-discription h3,
.single-post-content .post-discription h4,
.single-post-content .post-discription h5,
.single-post-content .post-discription h6 {
    

}
.comment-respond #reply-title {
    font-size: 35px;
    color: #1278c6;
    margin-top: 70px;
    margin-bottom: 5px;
}
.comment-form-comment {}
.comment-form .comment-form-comment label {
    display: block;
    font-size: 25px;
    margin-bottom:;
}
.comment-form .logged-in-as {
   
    font-weight: 700;
    font-size: 25px;
}
.comment-respond .comment-form .comment-form-comment #comment {
    width: 100%;
	margin-top:10px;
}
.comment-respond .comment-form p label {
    display: block;
}
.comment-respond .comment-form input[type='text'] { width: 100%; padding: 5px;}
.comment-respond .comment-form .comment-form-cookies-consent label {
    display: inline;
}
.comment-respond .comment-form .submit {
	margin-top:20px;
    padding: 12px 25px;
    background: #0062d1;
    display: inline-block;
    
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    border:none;
    outline:none;
    cursor: pointer;
    transition: 500ms ease-out;

}

.comment-respond .comment-form .submit:hover {
    background: #242e33;
    transition: 500ms ease-out;

}
.commentlist {
    list-style: none;
}
.comment-author {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.comment-author .avatar {
    border-radius:50%;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
.comment-author .fn,
.comment-author span,
.single-post-content .commentlist .comment-body p {
    text-transform: capitalize;
}
.comment-author .fn,
.comment-author span 
 {
    font-size: 20px;
    padding-right: 10px;
}
.comment-author .fn,
.comment-author span,
.comment-body .reply a,
.contactus-leftside h2 {
    
}
.single-post-content .commentlist .comment-body .comment-meta,
.single-post-content .commentlist .comment-body p {
    font-size: 16px;
   
    font-weight: 700;
    font-style: italic;
}
.single-post-content .commentlist .comment-body .comment-meta a {
    color: #7b7b7b;
}
.single-post-content .commentlist .comment-body p {
    font-size: 20px;
}
.single-post-content .commentlist .comment-body .reply a {
    background: #eee;
    padding: 5px 8px;
    display: inline-block;
}
.single-post-content .commentlist .comment-author-admin .children {
    list-style: none;
    margin-top: 20px;
}
.single-post-content .commentlist .comment-body .comment-author .fn a,
.single-post-content .commentlist .comment-body .reply a {
    color:#000;
}
/* tag page */
.single-tag-title h1,
.sigle-post h1 {
    padding-left: 15px;
}

@media only screen and (max-width: 576px ) {
    .single-tag-title h1,
    .sigle-post h1 { font-size: 25px; }
    .comment-respond #reply-title { font-size:20px;margin-top: 25px; }
	#comments {
	margin-top:20px;
}
}

/*++++++++++ Contact Us Template ++++++++++++++++++*/
.form-content {
    width: 95%;
    margin:30px auto;
}
.contact-us-note-text {
	width:95%;
	margin:25px auto;
	text-align:center;
	line-height:1.8;
	font-style:italic;
}
.contactus-leftside {width: 60%; 
    text-align: center; 
    background: #fff;
    border-right:2px dashed #1278c6;
	padding-top:30px;
}
.contactus-rightside { width: 40%; background: #fcfcfc; }
.contactus-leftside .wpcf7 {
    width: 80%;
    margin: auto;
}
.contactus-leftside h2 {
    font-size: 45px;
}
.contactus-leftside h2 span {
    color:#1278c6;
}
.contactus-leftside .wpcf7 .wpcf7-form .contact-us-form label {
    text-align: left !important;
    display: inline-block;
    width: 100%;
}
.contactus-leftside .wpcf7 .wpcf7-form .contact-us-form input,
.contactus-leftside .wpcf7 .wpcf7-form .contact-us-form textarea
 {
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    padding: 0 20px;
    outline: none;
    border: none;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    font-size: 18px;
}
.contactus-leftside .wpcf7 .wpcf7-form .contact-us-form textarea {
    height: 160px;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    resize: none;
    font-weight: 600;

}
.contactus-leftside .wpcf7 .wpcf7-form .contact-us-form input[type='submit']{
    color: #fff;
    background: #0f75bc;
    width: 100%;
    padding: 14px 30px;
    border: none;
    outline: none;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.contactus-leftside .wpcf7 .wpcf7-form .contact-us-form input[type='submit']:hover {
    background: #1a1a1a;
}
.contactus-rightside .contact-info {
    overflow: hidden;
    padding: 10px 0 0 60px;
}
.contactus-rightside .contact-info p {
	padding:8px 0px;
	font-style:italic;
}
.contactus-rightside .contact-info h2 {
    color: #1278c6;
    
}
.contactus-rightside .contact-info h2::after {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    background: #0062d1;
    border-radius: 15px;
    margin: auto;
    margin-top: 10px;
}
.contactus-rightside .contactus-logo-img {
    text-align: center;
    padding-top: 50px;
	padding-bottom:30px;
}
.contactus-rightside .contactus-logo-img .custom-logo-link .custom-logo {
	margin:auto;
}
.contactus-rightside .contact-info p span {
    color:#1278c6;
    margin-right: 10px;
    font-size: 25px;
}
@media only screen and (max-width: 576px ) {
    .contactus-leftside, .contactus-rightside { width: 100%; border-right: none; }
    .contactus-leftside h2 { font-size: 30px; }
    .contactus-rightside .contact-info h2 { font-size: 18px; }
    .contactus-rightside .contact-info { padding:25px; }
	.contactus-rightside .contactus-logo-img .custom-logo-link .custom-logo {
	margin:auto;
}
	.contactus-rightside .contactus-logo-img {
    text-align: center;
    padding-top: 25px;
	padding-bottom:15px;
}
	.contact-us-note-text {
		width:95%;
		margin:15px auto;
		text-align:center;
		line-height:1.8;
		font-style:italic;
		font-size:14px;
	}
}

/* ++++++++++++++++++++++   End Contact us page    +++++++++++++++++++   */

/*++++++++++++++++++++ start varient product page   +++++++++++++++++++++++++*/
.varient-product-page {
    background: /*#f8f8f8*/ /*#fdfdfd*/;
	    font-family: 'Clear Sans', sans-serif;
}
/* varient hero area */
.varient-p-hero-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.varient-p-hero-area .allvarient-p-img-area {
    width: 30%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.varient-p-hero-area .allvarient-p-title-area { 
    width:46%;
/*     display: flex; */
    flex-direction:column;
    justify-content: space-between;
     }
.varient-p-hero-area .allvarient-p-title-area h1 {
        color: #1278c6;
		margin-top:15px;
		font-size:30px;
		text-transform:capitalize;
     }
.varient-p-hero-area .allvarient-p-title-area .varient-p-Ingredient {}
.varient-p-hero-area .allvarient-p-title-area .varient-p-Ingredient p {
    border-bottom: 1px solid #dddddd;
    padding-top: 8px;
    font-size: 14px;
    padding-bottom: 8px;
}
.varient-p-hero-area .allvarient-p-title-area .varient-p-Ingredient p:last-child {
    border-bottom: none;
}
.varient-p-hero-area .allvarient-p-title-area .varient-p-Ingredient p span {
    width: 48%;
    display: inline-block;
}
.varient-view-revies {
    font-size: 18px;
   	margin-top:20px;
	margin-bottom:10px;
}
.varient-view-revies i span {
    margin-top: 5px;
}
.varient-p-hero-area .allvarient-p-shiping-vaner { 
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* end varient hero seection */

/* start looking discuent section */
.looking-descunt { 
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin:35px 0px;
 }
.wpcf7-response-output {
	color:#ffffff;
	margin-top:5px;
}
.looking-discunt-form-area .screen-reader-response {
	display:none;
}
.looking-descunt .looking-discunt-info { 
    width: 40%; 
    background: #bf0b30;
    padding-left:20px;
    padding-right:20px;
    padding-top: 4px;
    padding-bottom: 4px;
 }
 .looking-descunt .looking-discunt-info h2 { 
	 color:#fff;
	 padding-top:20px;
	 padding-bottom:19px;
}
.looking-descunt .looking-discunt-form-area {
    width: 60%;
    background: #000;
}
.looking-descunt .looking-discunt-form-area  form {
    padding:20px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.looking-descunt .looking-discunt-form-area  form  p span input {
    padding:11px 5px;
    border:none;
    outline:none;
    border-radius: 5px;
}
.looking-descunt .looking-discunt-form-area  form  p {
    width: 31%;
    margin:0px;
    display: flex;
}
.looking-descunt .looking-discunt-form-area  form  p span input[type='text'] {
   width: 100%;
}
.looking-descunt .looking-discunt-form-area  form  p span input[type='email'] {
    width: 100%;
}
.looking-descunt .looking-discunt-form-area  form p input[type='submit'] {
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 700;
    cursor:pointer;
    color:#bf0b30;
    border:none;
}
/* end looking discuent section */

/* varient product area */
.varient-p-wraper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.varient-p-wraper .varient-p-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row ;
    width: 100%;
    padding:20px;
    margin-bottom: 40px;
    background: #ffffff;

}
.varient-p-wraper .varient-p-item h2 {
    background:/* #fafafa*/  #e8e8e8;
    margin:0 0 1px 0;
    padding:10px 5px;
    border-bottom: 1px solid #c3c3c3;
    text-align: center;
	font-size:20px;
}
.varient-p-wraper .varient-p-item .varient-p-img-area {
    width:30% !important;
}
.varient-p-wraper .varient-p-item .varient-p-img-area .varient-p-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.varient-p-wraper .varient-p-item .varient-p-img-area .varient-p-img img {
    width: 200px;
    height: auto;
    border:1px solid #666666;
    border-radius: 4px;
    padding: 5px;
}
.varient-p-wraper .varient-p-item  .varient-p-quantity-area {
    width: 65% !important;
}
.varient-p-wraper .varient-p-item  .varient-p-quantity-area table {
    width: 100%;
}
.varient-p-quantity-area table th, 
.varient-p-quantity-area table td {
    padding:  5px 5px;
    text-align: center;
    font-size: 18px;
}
.varient-p-quantity-area table td .add_to_cart_inline {
    border:none !important;
    padding:0px !important;
    margin:0px !important;
}
.varient-p-quantity-area table td .add_to_cart_inline  .woocommerce-Price-amount {
    display: none;
}
.varient-p-quantity-area table td .add_to_cart_inline  .add_to_cart_button { 
    font-size: 16px; 
    color:#bf0b30 !important; 
    padding:0px !important;
    background: transparent;
}
.varient-p-quantity-area table td .add_to_cart_inline  .add_to_cart_button span {
    font-size: 20px;
    display: inline-block;

}
.varient-p-quantity-area table td .add_to_cart_inline  .added_to_cart  { 
    font-size: 14px;
    margin-left: 8px;
    font-weight: 700;
   /* display: flex;
    justify-content: center;
    */
      }
/* related product */
.varaint-page-related-product-container 
ul.products li.product .star-rating {
    display: none !important;
}
/* varaint product discription */
.varaint-page-description-container {
	max-width:1100px;
	width:90%;
	margin:auto;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'Clear Sans', sans-serif;
	color:#4a4a4a;
}
.varaint-page-description-container h1,
.varaint-page-description-container h2,
.varaint-page-description-container h3,
.varaint-page-description-container h4,
.varaint-page-description-container h5,
.varaint-page-description-container h6 {
/*     color: #1278c6; */
	
	margin-top:18px;
	margin-bottom:18px;
	text-transform: uppercase;
    color: #212121;
    font-weight: 700;
    padding-top: 16px;
    margin: 0;
    font-size: 14px;
	font-family: 'Clear Sans', sans-serif;
}
.varaint-page-description-container p {
	margin-top:10px;
	margin-bottom:10px;
}
.varaint-page-description-container .flex {
	display: unset !important;
}
/* comment container area */
.varaint-page-comment-container {

}
.varaint-page-comment-container div.comment-author {
    width: 100px;
}
.varaint-page-comment-container div.comment-author img {
    border-radius: 50%;
    margin-bottom: 15px;
}
.varaint-page-comment-container .comment-respond {
    width: 60%;
}
.varaint-page-comment-container .commentlist,
.varaint-page-comment-container .commentlist .children  {
    list-style: none;
}

/*end varaint proudct diecription */
@media only screen and (max-width: 992px) {
	 .looking-descunt {
        flex-direction: column;
    }
    .looking-descunt .looking-discunt-info,
    .looking-descunt .looking-discunt-form-area  { width: 95%; }
    .looking-descunt .looking-discunt-info { padding: 0px; text-align: center; }
}
@media only screen and (max-width: 768px ) {
    .varient-p-hero-area  {
        flex-direction: column;
    }
    .varient-p-hero-area .allvarient-p-img-area { 
        width: 95%;
        margin:auto; order: 2;
        margin-bottom: 20px;
        margin-top: 20px; } 
    .varient-p-hero-area .allvarient-p-title-area { 
        width: 95%;
        margin:auto; 
        order:1;
    }
    .varient-p-hero-area .allvarient-p-shiping-vaner { width: 35%; margin:auto; order:3; display: none;}
    .varient-p-wraper .varient-p-item {
        width: 95%;
        margin:auto;
        margin-bottom: 20px;
        padding:10px;
    }
   
    .varaint-page-comment-container .comment-respond {
    width: 80%;
}
  
}
@media only screen and (max-width: 576px ) {
    .varient-p-hero-area .allvarient-p-title-area h1 { font-size: 24px; }
    .varient-p-hero-area .allvarient-p-title-area .varient-p-Ingredient p span {
        width: 38%;
    }
    .varient-p-wraper .varient-p-wraper {
        flex-direction: column ;
    }
	.varient-p-quantity-area table th, 
	.varient-p-quantity-area table td {
		font-size: 14px !important;
	}
    .varient-p-quantity-area table th, 
    .varient-p-quantity-area table td {
    padding:  8px 2px;
    }
    .varient-p-wraper .varient-p-item h2 {
        font-size: 15px;
    }
    .looking-descunt .looking-discunt-form-area  form p span input  {
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
        box-sizing: border-box;

    }
    .looking-descunt .looking-discunt-form-area  form p input[type="submit"] {
        margin:auto;
        display: block;
        margin-bottom: 20px;
    }
    .looking-descunt .looking-discunt-form-area  form  p {
        width: 100%;
        margin:auto;
        justify-content: center;
        font-size: 15px;
    }
    .varient-p-wraper .varient-p-item .varient-p-img-area  {
        margin-bottom: 25px
    }
    .varient-p-wraper .varient-p-item {
        width: 90% !important;
    }
    .varaint-page-related-product-container,
    .varaint-page-description-container {
        width: 90%;
        margin:auto;
    }
    .varient-p-wraper .varient-p-item {
    justify-content: space-between;
    align-items: center;
    flex-direction: column ;
    }
    .varient-p-wraper .varient-p-item  .varient-p-quantity-area {
    width: 100% !important;
    }
    .varaint-page-comment-container .comment-respond {
    width: 85%;
    margin: auto;
	}
	.varaint-page-related-product-container 
		ul.products li.product {
			width:46% !important;
	}
	/* varaint product discription */
.varaint-page-description-container h1,
.varaint-page-description-container h2,
.varaint-page-description-container h3,
.varaint-page-description-container h4,
.varaint-page-description-container h5,
.varaint-page-description-container h6 {
	margin-top:15px;
	margin-bottom:15px;
}
	
}
@media only screen and (max-width: 300px ) {
     .varient-p-hero-area .allvarient-p-title-area .varient-p-Ingredient p span {
        width: 100%;
    }
}

/*hero slider and  varient product slider */
.hero-section-area  {
    margin:20px 0px;
}
.varient-p-slider,
.hero-section-area {
    position: relative;
}
.varient-p-slider .owl-nav,
.hero-section-area .owl-nav {
    width: 100%;
    position: absolute;
    top:50%;
    left: 10;
    transform: translateY(-33px);
}
.varient-p-slider .owl-nav button,
 .hero-section-area .owl-nav button {
    font-size: 50px !important;
    color:#ccc !important;
}
.varient-p-slider .owl-nav .owl-prev,
.hero-section-area .owl-nav .owl-prev {
    position: absolute;
    left: 5px;
}
.varient-p-slider .owl-nav .owl-next,
.hero-section-area .owl-nav .owl-next  {
    position: absolute;
    right: 5px;
}

.varient-p-slider .owl-dots,
.hero-section-area .owl-dots {
    display: none;
}



/*++++++++++++++++++++ End varient product page   +++++++++++++++++++++++++*/

/*++++++++++++++++++++ start About Us page   +++++++++++++++++++++++++*/
.aboutus-helthcare-section {
    background: #f9f9f9;
}
.aboutus-helthcare-section,
.aboutus-p-accessible-section {
      padding:50px 0px;
}
.aboutus-healthcare-area p {
	font-style:italic;
}
.aboutus-title{
    text-align: center;
}
.aboutus-subtitle{
    width: 75%;
    margin:auto;
    text-align: center;
    margin-bottom: 50px;
    color:#909090;
    line-height: 1.5;
}
.aboutus-info-area {
    display: flex;
    justify-content: space-between;
}
.aboutus-img img {
    width: 100% !important;
}
.aboutus-img,
.aboutus-info  { width: 49%; }
.aboutus-info p { 
    background: #fff;
    padding:40px 20px;
    line-height: 1.5; 
    margin:0px;
}
/* aboutus p-accessible area */
.aboutus-p-accessible-section {

}
.aboutus-p-accessible-text p { padding-top: 0px !important; }
.aboutus-why-healthcare-text {width: 100%; }
.aboutus-why-healthcare-info-title {
	padding-top: 35px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 768px ) {
    .aboutus-info-area {
        flex-direction: column;
    }
    .aboutus-subtitle, {
        width: 95%;
    }
    .aboutus-img,
    .aboutus-info {
        width: 95%;
        margin:auto;
    }
}
/*++++++++++++++++++++ End  About Us page   +++++++++++++++++++++++++*/

/*
****************************************************
    WooCommerce Customization 
****************************************************
*/
/*++++++ Woocommerce Archive-page and single-product-page (shop & single Product  ) ++++++++  */

.woo-bredcroum {
    background: #EDEFF0;
}
.woo-bredcroum .site-main {
    padding: 12px 0px;
}
.woo-bredcroum .site-main .woocommerce-breadcrumb {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: ;
    
        color: #065DBC;
}
.woo-shop-page {
    background: #F9F9F9;
    padding:80px 0px;
}
 .woo-shop-page  .post-content-area {
    margin: 25px 0px;
}
 .woo-shop-page .post-content-area {
    margin-top: 10px;
}
 .woo-shop-page .woocommerce-result-count {
    color: #065DBC;
    font-size: 18px;
 }
 .woo-shop-page .post-content-area .woocommerce-ordering .orderby {
    padding: 8px 5px;
    color: #065DBC;
    border-radius: 4px;
}
 .woo-shop-page  .post-content-area .products {
    padding-top: 8px;
}
/*.woo-shop-page  .post-content-area */.products .product {
    box-shadow: 0px 0px 0px 1px #b3b3b3;
    border-radius: 4px;
    /* overflow: hidden; */
    padding-bottom: 20px !important;
}
/*.woo-shop-page  .post-content-area*/ .products .product .woocommerce-loop-product__title {
    font-size: 16px;
    color:#333;
    padding-left: 5px !important;
}
 /*.woo-shop-page  .post-content-area*/ .products .product  .price {
    color:#0062d1 !important;
    font-weight: 700 !important;
    padding-left: 5px !important;

 }
/* .woo-shop-page  .post-content-area*/ .products .product .add_to_cart_button,
/* .woo-shop-page  .post-content-area*/ .products .product .product_type_grouped {
    background: #9d9d9d; 
    color:#fff;
    margin-top: 5px;
    transition: 0.2s;
    margin-left: 5px;
}
/*.woo-shop-page  .post-content-area*/ .products .product .add_to_cart_button:hover,
.products .product .product_type_grouped:hover {
    background: #0062d1;
    color:#fff !important;
 }


@media only screen and (max-width: 768px) {
    .woo-bredcroum .container,
     .woo-shop-page .container{
        width: 95%;
        margin: auto;
    }
    .woo-shop-page  .post-content-area  {
        width: 95% !important;
        margin:auto !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
}

@media only screen and (max-width: 576px) {
    .woo-shop-page {
        padding:30px 0px;
    }
    .woocommerce .woocommerce-ordering {
        float: left;
    }
}

/*+++++++++++++  cart page  ++++++++++++++++*/
.item-removed-btn {
    border: 1px solid #7f7f7f;
    border-radius: 50px;
    display: inline-block;
    padding: 1px 10px;
    background: #fafafa;
    color: #535353;
    font-weight: bold;
    font-size: 13px;
    transition: 0.5s;
}
.home-buy-now-btn {
    border: 1px solid #7f7f7f;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 8px;
    background: #fafafa;
    color: #535353;
    font-weight: bold;
    font-size: 13px;
    transition: 0.5s;
}

.home-buy-now-btn:hover {
    background-color: rgb(8, 77, 138) !important;
}

.item-removed-btn .remove-icon {
    color: red;
    font-size: 18px;
    line-height: 1;
    margin-left: 4px;
    font-weight: 900;
}
.add-cart-icon {
    width: 18px;
    margin-left: 4px;
}
.item-removed-btn:hover {
    color:red;
}
.gift-choice-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
	flex-direction:column;
	text-align:center;
}
.gift-choice-heading p {
   font-size: 22px;
   font-weight: 700;
   color: green;
}

.cart-page-free-gift-img {
    width: 45px !important;
}
.cart-page-free-bonus-text {
    font-size: 18px;
    font-weight: 700;
}
.cart-page-free-bonus-img {
    width: 95px !important;
    margin:0px 10px;
}





.checkoutpage-card-logo-area {
    margin-top:10px;
}
.checkoutpage-card-logo-area img {
    width:65px;
}
.cart_totals h1 {
    color:#1278c6 !important;
}
.actions .coupon button,
.actions button,
.checkout-button {
    background-color:#0062d1 !important;
    color:#fff !important;
    transition: 0.2s;
}
.actions .coupon button:hover,
.actions button:hover,
.wc-proceed-to-checkout:hover .checkout-button {
    background-color:#242E33 !important;
}
.woocommerce .quantity .qty {
    padding: 8px;
    outline: none;
    }

.actions .coupon input {
    width: 130px !important;
    font-size: 16px;
    border-color:#0062d1 !important;
    padding: 8px 12px !important;
    color:#0062d1;
}
.woocommerce .quantity .qty,
.actions .coupon input,
.actions .coupon button,
.actions button,
.checkout-button 
 {
    border-radius: 4px !important;
    
}

@media only screen and (max-width: 768px ) {
    .cart-page .container,
    .checkout-page .container,
    .my-accont-page .container
     {
        width: 95%;
        margin:auto;
    }
	.item-removed-btn {
		min-width:120px;
	}
}
/* chekout page */

/* custom login page css  */


.custom-login-from-area {
    max-width: 350px;
    min-height: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.custom-login-from-logo {
    width: 90%;
    margin: auto;
}

.custom-login-from-logo img {
    width: 100%;
    max-height: 80px;
    /* object-fit: cover; */
    border-radius: 5px;
    box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ffffff, 8px 8px 15px #a5a5a5, -8px -8px 15px #b9b9b9;
}

.custom-login-from-area .name {
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.custom-login-from-area .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.custom-login-from-area .form-field {
    padding-left: 10px;
     padding-right: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.custom-login-from-area .form-field .fas {
    color: #555;
}

.custom-login-from-area .btn {
    font-weight: 700;
    font-size: 16px !important;
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
}

.custom-login-from-area .btn:hover {
    background-color: #039BE5;
}

.custom-login-from-area a {
    text-decoration: none;
    font-size: 0.8rem;
    color: #03A9F4;
}

.custom-login-from-area a:hover {
    color: #039BE5;
}

@media(max-width: 380px) {
    .custom-login-from-area {
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
}

/* hide cash on delivery text area   */
.payment_method_cod {
	display:none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding:8px !important;
}
.checkout-page-medicalcondition-form {
	padding:50px 0px;
}
/* check out payment area background color   */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ffffff;
    box-shadow: 0px 0px 4px 1px #dddd;
}
@media only screen and (max-width:576px) {
	.checkout-page-medicalcondition-form {
		padding:20px 0px;
	}
}
/* +++++++++++++++ woocommerce endpoint pages +++++++++++++++++ */ 

/* orders page */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 15%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 83%;
}


/*++++++++++++++++++++++++++ Footer section +++++++++++++++++++++++++++++++*/
footer {
    background:#F7F7F7;
    padding: 74px 0px;
    
    margin-top: 20px;
}
.footer-area {}
.footer-area .footer-column {
    width: 25%;
    margin-bottom: 28px;
} 
.footer-area .footer-column h4 {
    color:#333333;
    text-transform: uppercase;
    font-size: 14px;
    margin:0px;
    padding-bottom: 10px;
    font-weight: 700;
}
.footer-area .footer-column ul { 
    list-style: none;
    padding:0px;
    margin:0px;
}
.footer-area .footer-column ul li {
    font-size: 13px;
    line-height: 2;
}
.footer-area .footer-column ul li  a {
    /* color:#3c3c3c; */
    text-decoration: none;

}
/* social footer */
.social-footer { 
    border-top: 1px solid #e6e6e6;
 }
.social-footer .socail-button,
.social-footer .copyright-area,
.social-footer .footer-logo-text {
    width: 33%;
}
.social-footer .socail-button a {
    padding-right: 5px;
     font-size: 20px;
}
.social-footer .socail-button a span {
   color:#0651a6;
}

.social-footer .copyright-area {
    text-align: center;
}
.social-footer .copyright-area .copyright-text {
    font-size: 14px;
    color:#333;
    line-height: 1.2;
    margin:0px;
}
.social-footer .copyright-area .copyright-text strong a {
    color:#333333 !important;
}

.social-footer .footer-logo-text {
    text-align: right;
}
.social-footer .footer-logo-text .site-name {
    
    margin:0px;
    font-size: 18px;
    letter-spacing:2px;
    text-transform: capitalize;
    font-weight: 700;
    color:#565354;
}
@media only screen and (max-width:768px ) {
    footer .container {
        width: 95%;
        margin:auto;
    }
}

@media only screen and (max-width:576px ) {
    .footer-area .footer-column,
    .social-footer .socail-button,
    .social-footer .copyright-area,
    .social-footer .footer-logo-text {
    width: 95%;
    margin:auto;
    text-align: center;

    }
    .footer-area .footer-column {
        margin-top: 30px;
    }
    .social-footer .socail-button,
    .social-footer .copyright-area,
    .social-footer .footer-logo-text,
    .footer-area {
        margin-bottom: 25px;
    }
    footer {
        padding:35px 0;
    }
}
.owl-carousel .owl-item img {
	height: auto !important;
}

/* Woocommerce customize  */


 /* ===== loaer style start =====  */
 #loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(1, 114, 108, 0.616);
    z-index: 10;
    display: none;
    align-items:center;
    justify-content:center;
 }
 .custom-loader {
    border: 10px solid #EAF0F6;
    border-radius: 50%;
    border-top: 10px solid #3046ff;
    width: 100px;
    height: 100px;
    animation: spinner 3s linear infinite;
  }

  @keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
 /* ===== loader style end =====  */






/* 

font-family: 'Josefin Slab', serif;

font-family: 'Merriweather Sans', sans-serif;

*/




