/* Add here all your CSS customizations */
/* theme-global */
.box {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-over .dropdown-content {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}

#top-header.fixed {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#top-header.top-header-fixed.fixed {
  background-color: rgba(0, 0, 0, 0.5);
}

#main-nav .dropdown:hover>.dropdown-menu {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}

#main-nav .dropdown-submenu:hover>.dropdown-menu {
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.175);
}

.bg-over-lay {
  background-color: rgba(0, 0, 0, 0.1);
}

.home-1 .tiva-prolist .owl-stage-outer:before,
.home-1 .tiva-prolist .owl-stage-outer:after {
  background-color: rgba(255, 255, 255, 0.8);
}

.home-2 .top-header-fixed:after {
  background-color: rgba(255, 255, 255, 0.1);
}

.home-2 .content_sortPagiBar.top {
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.home-3 .tiva-prolist .product-container .left-block .content_price {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.block-gallery a:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.tiva-popup-screen {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-color {
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
}

.multi-color .handle {
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.05);
}

/* theme-animate */
.effect>.image-wrap:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.effect>.image-wrap:after {
  background-color: rgba(255, 255, 255, 0.1);
}

a.btn.button.btn-now {
  background-color: #006365;
}

h4.title_block {
  color: #860052;
}

a.button.btn.btn-default.btn-shop {
  background-color: #006365;
  color: #fff;
  padding: 15px 40px 15px 40px;
  font-size: 18px;

}

.section {
  padding: 60px 0px;
}

.type_block_product {
    height: 430px !important;
}

/* .custom-headbanner{
  color: #9a3382 !important;
} */
.custom-headbanner1 {
  color: #006365 !important;
}

.custom-headbanner2 {
  color: #9a3382 !important;
}

.custom-headbannerbg2 {
  background-color: #9a3382 !important;
  ;
}

.get-a-newsletter {
  font-size: .416666667in !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.post-content.review {
  text-align: center;
}

.post-content.review p {
  margin: 0px 0px 0px 0px !important;
  /* border-bottom: 1px solid #000; */
}



.example {
  position: relative;
}

.example p {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0 20px 0 20px;
  color: #860052;
  font-weight: 400;
  font-family: orpheus-pro;
  font-style: italic;
  letter-spacing: 0em;
  text-transform: none;
  font-size: 6em;
  line-height: calc(1.4 * (1 + (1 - 5.8)/25));
}

.example img {
  width: 100%;
}

section.about-section {
  padding: 60px 40px 60px 40px;
  background-color: #9b9b9b;
}

.about-us-section {
  padding: 60px 70px 60px 70px;
  background-color: #ffffff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.about-title {
  justify-content: center;
  display: flex;
}

img.img-about {
  width: 650px;
  width: 60%;
  height: 650px;

}

.img-abou-top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-title h3 {
  padding-bottom: 20px;
}

.img-abou-top p {
  color: #ffffff;
  padding: 10px 165px 10px 170px;
}

@media only screen and (max-width: 1400px) {
  .content-inner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.dz-box,
.dz-info,
.dz-tilte,
.dz-tilte-inner {
  position: relative;
}

.dz-media,
.dz-post-media {
  position: relative;
  overflow: hidden;
}

.dz-media img,
.dz-post-media img {
  width: 100%;
  height: auto;
}

.dz-team9 .dz-info-has {
  background-color: var(--primary);
  top: 0;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  padding: 0;
  width: 44px;
  position: absolute;
  right: -50px;
}

.dz-team9 .dz-social-icon {
  margin: 0;
  width: 100%;
}

.dz-team9 .dz-social-icon li {
  margin: 0;
}

.dz-team9 .dz-social-icon li a {
  vertical-align: middle;
  padding: 0;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 44px;
  line-height: 44px;
  text-align: center;
}

.dz-team9 .dz-info-has:after {
  content: "";
  position: absolute;
  background: var(--primary);
  bottom: -12px;
  height: 25px;
  width: 100%;
  left: 0;
  z-index: 0;
  transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -o-transform: skewY(30deg);
}

.dz-team9 .dz-title {
  background-color: #fff;
  font-weight: 500;
  bottom: 0;
  position: absolute;
  color: #000;
  display: block;
  left: 0;
  font-size: 14px;
  letter-spacing: 3px;
  height: auto;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  writing-mode: tb-rl;
  margin: 0;
  transform-origin: left;
  text-align: right;
  line-height: 24px;
  text-transform: uppercase;
}

.dz-team9 .dz-title a {
  display: block;
  padding: 15px 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-size: 14px;
  height: 450px;
}

.dz-team9 .dz-title:after {
  content: "";
  position: absolute;
  background: #fff;
  top: -12px;
  height: 25px;
  width: 100%;
  left: 0;
  z-index: 0;
  transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -o-transform: skewY(30deg);
}

.about-title.course {
  margin-top: 40px;
}

.header-main {
  background-color: #9b9b9b;
  padding: 5px 0px;
}

.checked {
  color: #860052;
}

.post-content.review p {
  color: #006365;
  padding: 5px 0px;
}

#main-nav>ul>li>a,
#breadcrumb [class~=bread-title],
#main-nav>ul>li>a .caret {
  color: white;
}

a.button.btn.btn-default.btn-shop:hover {
  background-color: #860052;
}

/*.block_content{*/
/*  padding-top: 40px;*/
/*}*/
.post-content.review h4 a {
  color: #860052 !important;
}

.html-parallax p {
  color: #ffffff !important;
}

img.img-responsive-logo {
  height: 100px;
}

span.title-cart i {
  color: #ffffff;
}

a i.fa.fa-search {
  color: #ffffff;
}

h4.panel-title a:hover {
  color: #006365;
}

[class~=dropdown-over]:hover [class~=dropdown-title],
[class~=dropdown-over][class~=open] [class~=dropdown-title],
[class~=dropdown-over]:focus [class~=dropdown-title],
a:focus {
  color: #860052;
}

.about-title h3 {
  color: #860052;
  font-weight: 700;
}

.img-abou-top p {
  font-weight: 500;
  font-size: 16px;
}

[class~=home-4] [class~=section] [class~=title_block] {
  background: url("../img/default/bg-title-h4.png") no-repeat bottom center transparent;
}

.tiva-video-content.padd {
  padding: 70px 100px;
}

ul.about-us li {
  color: #fff;
}

[class~=toggle-footer] li a,
[class~=about-us] li a {
  color: #fff;
}

.col-lg-6.col-md-6.col-sm-6.col-xs-12.col-sp-12 {
  color: #fff;
}

[class~=home-4] #footer [class~=block] [class~=title_block],
[class~=home-5] [class~=block-search] [class~=dropdown-title] a {
  color: white;
}

a.button.btn.btn-default.about-btn {
  padding: 10px 50px 10px 50px;
  font-size: 20px;
  font-weight: 800;
  background-color: #006365;
  margin-bottom: 50px;
}

.right-block {
  /* margin-top: 30px; */
}

h5.name a.product-name {
  font-weight: 600;
  font-size: 16px;
}


[class~=section-parallax] {
  background: url("../img/slide/1.jpg") no-repeat center center fixed;
}

p.about-para {
  color: #000000;
  padding: 24px 0px;
  font-size: 16px;
  text-align:center;
  /* font-weight: 600; */
  font-family: "Playfair Display", serif !important;
}

[class~=home-4] #main-nav>ul>li>a,
[class~=home-7] [class~=section] p {

  font-weight: bold;
}

.row.upper-para {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row.upper-para p {
  margin: 0px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.top-head {
  background-color: #006365;
  padding: 18px 0px;
}

a.ajax_add_to_cart_button.button.btn.btn-default {
  background-color: #006365;
}

a.ajax_add_to_cart_button.button.btn.btn-default:hover {
  background-color: #860052;
}

.section.section-blogs {
  background-color: #b1b2b1;
}

ul.nav.navbar-nav.megamenu li a {
  font-size: 18px !important;
}

.dropdown-content.user-log {
  min-width: 140px;
}

i.fa.fa-user.head-user {
  font-size: 24px;
  padding: 31px 10px 0px 10px;
}

#breadcrumb {
  padding: 50px 0px 50px 0px;
}

ul.ul-breadcrumb li a {
  color: #860052;
  font-size: 20px;
  font-weight: 700;
}

ul.ul-breadcrumb li span {
  font-size: 20px;
  font-weight: 700;
}

.btn-default {
  color: white;
  background-color: #006365;
  border-color: #333333;
}

.btn-default:hover {
  color: white;
  background-color: #860052;
  border-color: #333333;
}

.login-page {
  padding: 60px 0px 40px 0px;
}

section.section-common {
  padding: 60px 0px 60px 0px;
}

.section.section-counter-numb {
  padding: 0px 0px 60px 0px !important;
}

section.section-common.cart-page {
  background-color: #ffffff;
  padding: 80px 0px 80px 0px;
}

span.amount {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

td.price.text-right {
  font-size: 16px;
  color: #000000;
}

a.button.btn.btn-primary.standard-checkout.pull-right {
  background-color: #006365;
}

a.button.btn.btn-primary.standard-checkout.pull-right:hover {
  background-color: #860052;
}

input.coupon {
  margin-bottom: 5px !important;
}

button.btn.btn-primary.btn-apply.coupon {
  background-color: #006365;
}

button.btn.btn-primary.btn-apply.coupon:hover {
  background-color: #860052;
}

section.section-common.courses-page {
  padding: 60px 0px 80px 0px;
}
.container.course-img {
  /* margin-top: 80px; */
  padding: 0px;
}
img.img-responsive.courses-img {
  width: 100%;
}
.pb-centercolumn {
  margin-top: 20px;
}
.courses-pad1 {
  padding: 0px !important;
}

.courses-pad2 {
  padding: 50px;
  background-color: #ffffff;
}

.second-row-course {
  padding-top: 40px;
}



/* course deatil css  */


.sec-title {
  position: relative;
  z-index: 1;
  /* margin-bottom:60px; */
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #006365;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 110px;
  height: 3px;
  border-radius: 5px;
  background-color: #860052;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.btn-style-one:hover {
  background-color: #0794c9;
  color: #ffffff;
}

.course-detail--section {
  position: relative;
  padding: 140px 0 140px;
  background-color: #ffffff;
}

.course-detail--section .sec-title {
  margin-bottom: 10px;
}

.course-detail--section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.course-detail--section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.course-detail--section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.course-detail--section .list-style-one {
  margin-bottom: 45px;
}

.course-detail--section .btn-box {
  position: relative;
}

.course-detail--section .btn-box a {
  padding: 15px 50px;
}

.course-detail--section .image-column {
  position: relative;
}

.course-detail--section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.course-detail--section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.course-detail--section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}

.course-detail--section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.course-detail--section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.course-detail--section .image-column .inner-column.one:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 15Px solid #006365;
}

.course-detail--section .image-column .inner-column.two:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 15px solid #860052;
}

.course-detail--section .image-column .image-1 {
  position: relative;
}

.course-detail--section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.course-detail--section .image-column .image-2 img,
.course-detail--section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  /* border-radius: 46px; */
}

.course-detail--section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.course-detail--section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.course-detail--section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff
}

a.lightbox-image img {
  width: 100% !important;
}

.row.course-detail-row {
  margin-bottom: 160px;
  display: flex;
  align-items: center;
}

.image-student{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.student-review:hover .image-student{
  opacity: 0.5;
}

.student-review:hover .middle {
  opacity: 1;
}

.text-student {
  color: #006365;
  font-size: 18px;
  font-weight: 600;
}
.section.section-category.Curriculum {
  padding-top: 60px;
}
.key-fact{
  display: flex;
  align-items: center;
}
ul.key-ul li {
  list-style: disc;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}
/* custom css for Course */
seection.mainheader.backcol {
  background-color: white;
}

.des-text.pt p{
 padding-top: 15px;
}
@media screen and (max-width: 999px) {
  .description {
    padding: 0 5px 0px 5px;
  }

}
section.course-detail--section.rempb {
  padding-bottom: 0px;
}
/* yooutube flex css */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-list.martp{
  margin-top: 60px;
}
.tiva-video-intro.bggreen{
  background-color: #006365;
    padding: 25px;
}
h4.title_block.text-white {
  color: white;
  margin-bottom: 0px !important;
}
ul.manufacture_block.pt-60.owl-carousel.owl-theme.owl-responsive-1000.owl-loaded {
  padding-top: 60px;
}
a.button.btn.btn-default.btn-shop.enroll {
  margin-top: 40px;
}
.post-content {
  padding-left: 0px !important;
}
ul.ul-breadcrumb.cust {
  margin-bottom: 0px;
  display: flex;
  background-color: #e9e7e7;
  /* padding-left: 15px; */
  padding: 20px 20px 20px 48px;
}
ul.ul-breadcrumb.cust span {
  font-size: 14px !important;
}
ul.ul-breadcrumb.cust a {
  font-size: 14px !important;
}
.Faq-section {
  margin-top: 50px;
}
ul.nav.nav-pills.flex-column li {
    display: contents;

}
 
section.my-account-section {
  padding: 60px 0px 60px 0px;
}
ul.nav.nav-pills.flex-column li a{
  color: #000000;
  border: 1px solid #9b9b9b2e;
  font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 20px;
}
ul.nav.nav-pills.flex-column li a i{
 font-size: 26px;
}
 
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color:#006365;
}
ul.nav.nav-pills.flex-column li a:hover {
  color: #000000;
}
.myaccount-content.dashboad p {
  padding: 20px;
  background-color: #fafafa;
}
span.my-edit {
  color: #006365;
  font-size: 14px;
  padding-left: 10px;
}

textarea.edit-address-textarea {
  height: 70px !important;
}
section.chechout-page {
  padding: 60px 0px 60px 1px;
}
input.btn.btn-primary.pull-right {
  color: white;
  background-color: #006365;
  border-color: #333333;
  padding: 5px 25px 5px 25px;
}
#cart_summary tbody td[class~=cart_quantity] [class~=minus] {
  background-color: #006365;
}
#cart_summary tbody td[class~=cart_quantity] [class~=minus] {
  color: #ffffff;
}
#cart_summary tbody td[class~=cart_quantity] [class~=plus] {
  background: #006365;
} 
#cart_summary tbody td[class~=cart_quantity] [class~=plus] {
  color: #ffffff;
}
span.price.product-price {
  color: #006365 !important;
}
.columns-container-shop {
  padding: 60px 0px 60px 0px;
}
.content_sortPagiBar.top.clearfix {
  padding-left: 0px;
  padding-right: 0px;
}
[class~=tiva-nav-tabs] li[class~=active] a {
  color: #006365;
}
[class~=tiva-nav-tabs] li[class~=active] a:focus, [class~=tiva-nav-tabs] li[class~=active] a:hover {
  color: #006365;
}
ul.nav.tiva-nav-tabs.difference li a:hover {
  color: #006365;
}

/* testimonial css  */
.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}
 
.tz-gallery .row > div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  /* content:"\e015"; */
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}


.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgb(0 0 0 / 39%);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}
button.exclusive.btn.btn-primary.buy-now-brush {
  padding: 10px 25px 10px 25px;
  background-color: #000000;
}
button.exclusive.btn.btn-primary.buy-now-brush-add {
  padding: 10px 25px 10px 25px;
  background-color: #006365;
}
.blockproductscategory.block {
  margin-top: 10px !important;
}
a.button.btn.btn-default.btn-shop.margin-element {
  margin-right: 20px;
}
a.button.btn.btn-default.btn-shop.buy-element {
  background-color: #000000;
}
a.button.btn.btn-default.btn-shop.buy-element:hover {
  background-color: #006365;
}
button.btn.pull-right.btn-primary {
  background-color: #000000;
}
.product-image-container.for-home {
  margin-bottom: 0px;
}
.content_price.detail-pricetag span {
  font-size: 34px;
  margin-bottom: 20px;
}
.content_price.detail-pricetag span.old-price.product-price {
  font-size: 18px;
  padding-left: 10px;
}
ul.nav.navbar-nav.megamenu li a:hover {
  color: #006365 !important;
}
.pb-centercolumn h1 {
  padding-bottom: 0px;
}
section.brush-detail-page {
  background-color: #ffffff;
  padding: 30px 0px 0px 0px;
}
td.cart_description a {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
td.cart_delete.text-center a {
  font-size: 16px;
  color: #860052;
}
button.btn.button.btn-primary.search-box{
  background-color: #006365;
}
span.ajax_cart_quantity{
  background-color: #006365 !important;
}
ul.nav.navbar-nav.megamenu li a:hover b.caret{
  color: #006365 !important;
}
.dropdown-content.user-log ul.links li a:hover {
  color: #006365;
}
td.product-name a{
  font-size: 14px;
}
td.product-name a:hover{
  color: #006365 !important;
}
td.product-actions a{
  font-size: 14px;
}
td.product-actions a:hover{
  color: #006365 !important;
}
table.table-bordered.order-my-acount{
  width: 75%;
}
.down-account a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000000;
}
.down-account a:hover {
  color: #006365;
}
.go-up a{
  background-color: #006365;
}
/* a.nav-link.active {
  color: #ffffff !important;
} */
li.nav-item.active a.nav-link {
  color: #ffffff !important;
}

ul.links li a img:hover {
  transform: translateZ(0) scale(1.2);
  z-index: 1000;
  position: relative;
  transition: 0.2s linear;
}
.home-4 .categoryitem .box-homehtml .block-html{
  padding: 50px 50px !important;
}
select.form-select {
  border: 1px solid #00000029;
    padding: 10px;
}
.css1{
    background-color: #006365;
    font-size: 50px;
    padding: 0px 79px;
    font-weight: bold;
    color: #ffffff;
}

.scc__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #434343;
  padding: 15px 0;
  flex-wrap: wrap;
}
.scc__info {
  display: flex;
  align-items: center;
}
.scc__info i {
  margin-right: 16px;
  font-size: 24px;
}
.scc__info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.scc__meta {
  font-size: 14px;
}
.scc__wrap .question {
  display: inline-block;
  height: 24px;
  line-height: 23px;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 15px;
  background: #006365;
  margin-left: 20px;
}
.off-mainnav {
  background-color: #006365 !important;
}
label.error {
  color: red;
  margin-bottom: 1.875pc;
}
.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}

.myaccount-content h3 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 2px;
  margin-bottom: 3px;
}
.single-input-item {
  margin-top: 20px;
}
.single-input-item label {
  color: #222222;
  text-transform: capitalize;
  font-size: 14px;
}
.single-input-item input, .single-input-item textarea {
  color: #555555;
  border: 1px solid #ccc;
  padding: 10px 10px;
  width: 100%;
  font-size: 14px;
  background: #e9e7e7;
}
input#datecust {
  padding: 1px 9px;
}
.whaspace {
  padding-top: 18px;
}
.single-input-item input:active, .single-input-item input:focus, .single-input-item textarea:active, .single-input-item textarea:focus {
  border-color: #222222;
  background-color: #fff;
}
select#phcode {
  border: 1px solid #cccccc;
  background-color: #e9e7e7;
}
select#codeph {
  border: 1px solid #ebebeb;
}
button.button.btn.btn-default {
  background-color: #006365;
  color: white;
}
.addcheckout {
  margin: 20px 0px;
}
.row.custbutton {
  margin: 20px 0px;
}
span.cou {
  color: black;
}
ol.decimallist {
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
ol.icust{
  list-style-type: lower-roman;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

ol.acust{
  list-style-type: lower-alpha;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

ol.discust{
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
 @media (max-width: 767px) {
    .row.second-row-course.column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    a.mobilecust.button.btn.btn-default.btn-shop{
            padding: 10px 15px;
    }
    .categoryitem.categoryitem-2.block.column-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
}
.form-group.message.text-center h4{
            color: red;
            margin-bottom: 0px;
}
.error-text {
    color: red;
}
@media only screen and (min-width: 820px) and (max-width: 1180px) {
    .content-slideshow {
        width: 95%!important;
       height: 594px!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .content-slideshow {
        width: 90%!important;
       height: 558px!important;
    }
}
@media only screen and (min-width: 412px) and (max-width: 915px) {
    .content-slideshow {
           width: 88%!important;
    }
}
.scc__info span:hover {
    color: #006365;
}
.scc__meta a.edit-link span.question:hover {
    color: #860052; 
}
.inner-column.dynamiccust p {
                    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}
.inner-column.dynamiccust ul {
    list-style: disc;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

/*.type_block_product {*/
/*    height: 100%;*/
/*}*/

/* Mobile styles */
@media (max-width: 768px) {
    .type_block_product {
        height: 435px !important;

    }
}

@media (max-width: 480px) {
    .type_block_product {
        height: 100% !important;
    }
}

@media (max-width: 425) {
    .type_block_product {
        height: 100% !important;
    }
}

@media (max-width: 375) {
    .type_block_product {
        height: 430px !important;
    }
}