/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    color: #333;
}

.description {
    position: relative;
  
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 100%;
    margin: 0 auto;
    
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "fontawesome";
    font-size: 25px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 15px 1em;
    display: block;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (min-width: 960px) {
    ..user-panel .up-item .dropdown-menu li a {color:#000 !important;}
   .hidden-desktop{display:none;}
   .categoryy{display:none !important}
   .dddddd{display: none;}
}


@media only screen and (max-width: 959px) {
    .user-panel .up-item:first-child {
       margin-right: 16px !important;
}
.dropdown-currency {
    z-index: 9 !important;
}
.user-panel .up-item i {
    font-size: 17px !important;}
   .dddddd{float:right; color:#fff !important; padding:15px 10px;}
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block; color:#fff; padding:15px;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
            padding: 12px 20px;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
     .hidden-mobile{display:none !important;}
     .user-panel p{display:none;}
     .search-container1 {    margin: 0px !important;}
     .user-panel{margin:15px 0px !important;}
     .search-icon2{top:0 !Important;}
     .header{background: radial-gradient(circle,#034366 0,#001F2F 100%);}
     .user-panel .up-item a {color:#fff !important;}
     .user-panel .up-item i {
    font-size: 26px; margin-top: 3px;
    color: #fff !important;
}
.dropdown-currency button {color:#fff !important;}
.user-panel .up-item {color:#fff !important; margin-right: 9px;}
.search-container1 {width:75% !important; float:left;}
.btn-category {    background: #fff;    border-radius: 3px;
    float: right;
    padding: 10px 8px;}
    .btn-category a {    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    color: #000;}

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
    z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
 box-shadow:0px 0px 6px #000;    bottom: 0;
}

.sidenav a {
  padding: 12px 8px 0px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s; font-family:roboto; 
}

.sidenav a:hover {
  color: #000;
}
.sidenav a i {
    padding-top: 4px;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px; color:#fff;

}
.sidenav::before{}
.signin-side{    font-family: roboto;
    padding: 0px;
    background: #053956;
    padding: 11px 0px 11px 25px !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;}
    .border-liine {border-bottom: 1px solid #ccc;
    padding-top: 14px;}
         .bgggg-video .section-title h2{color:#fff;}
    .bgggg-video {background: url(https://dynamicdentalhealthcare.com/assets/site/images/dental.jpg);
    padding: 40px 0px 60px 0px; !important;}
    .fluid-width-video-wrapper iframe{height:250px !important;}
    .video-inner {
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    padding: 13px;
    margin-top: 5px;
    height: 80px;
}
.video-inner h5 {
   font-family: poppins;
    font-size: 16px;
    margin: 0PX;
    font-weight: 400;
}
.grey-whitee{background:#fff; padding:50px 0px !important;}


.flip-card {
  background-color: transparent;
 
  height: 170px;
  perspective: 1000px
}
.flip-card  img{width:70px; margin:auto; padding-bottom:10px;}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); 
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #0094af;
  color: black;  padding:30px 15px; position:absolute;
}

.flip-card-back {
 background-color: #2980b9;
    color: white !important;
    transform: rotateY(180deg);
    padding: 50px 20px;
}
.flip-card-back .btn-read{color:#000 !important; font-size:15px; font-weight:400; background:#fff; padding:8px 20px; margin-top:10px; display:inline-block;}
.flip-card a{font-family:poppins; color:#fff !important; font-weight:600; font-size:20px; line-height:18px;}
.flip-card-front::before {
  color: #fff;
    content: "0";
    font-size: 234px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    right: 0;
  
}
.category_box li i{display:block; color:#fff; font-size:30px;}
.carttt .dropdown-content{ right:0; left:-200px; width:400px;}
.category_box ul li a{float: left;
    width: 18%;
    text-align: center;
    padding: 50px 13px;
    font-family: poppins;
    color: #fff;
    height: 150px;
    font-size: 17px;
    font-weight: 600;
    background: #0094af;  position:relative;
    margin: 11px; transition:0.5s; z-index: 1;}
    .category_box ul li a:before{}
    .category_box ul li a:hover{box-shadow: 0px 0px 30px rgba(0,0,0,0.5);}
     .search-inner label{font-size:17px; color:#000; font-weight:500; font-family:poppins;}
    .search-inner {padding:15px 0px}
    .search-inner input{
    height: 50px !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 0px !important;
    background: #f3f3f3 !important; }
    
.category_box .has_submenu > a::after, .has_megamenu > a::after{display:none;}
.img-registered img{ width:287px; margin:auto; padding-top:20px;}
.product-buttons ul{padding:0px; display:inline-block; margin:0px;}
.product-buttons {text-align:center;}
.product-buttons li{}
.product-buttons li{float:left; list-style:none; margin-right:4px; padding:3px 0px;}
.product-buttons li a{    padding: 7px 8px;
    font-family: poppins;
    /* font-size: small; */
    background: #0094af;
    color: #fff; }
.product-buttons li a i{    font-size: 16px;
    padding: 4px 0px;}
    .slider {
  width: 100%;
  height: 200px;
  position: relative;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}
.slider{background:none !important; border:none !important}
.slider::-webkit-scrollbar {
  display: none;
}

.slider .slide {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}

.slider .item {
  margin-right: 10px;
}

.slider .item:last-child {
  margin-right: 0;
}

.ctrl {
  text-align: center;
  margin-top: 5px;
}

.ctrl-btn {
  padding:20px 0px;
  min-width: 30px;
  background: #fff;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;

  position: absolute;
  top: 50%; z-index:99999999; box-shadow:0px 0px 10px #ccc;

}
.ctrl-btn i{font-size:30px;  }

.ctrl-btn.pro-prev {
  left: 0;
}

.ctrl-btn.pro-next {
  right: 0;
}
.ui-slider{ 	max-width: 100% !important;
    height:330px !important; background:!important;
}
.slider .medium-2{padding:4px;}
.owl-dots{display:none !important;}
.single_product_description .offset_title a {
    font-size: 23px;
    font-weight: 500;
    color: #000; line-height:22px;
    font-family: poppins;
}
.breaaa {
    padding: 10px 0px;
    background: #f3f3f3;
    margin-bottom: 21px;
    border-bottom: 1px solid #ccc;
}
.breaaa .breadcrumbs{margin-bottom:0px;}
.category_list{border: 1px solid #ececec; margin-bottom:15px;}
.category_list p{padding:10px 15px; font-family:poppins; font-weight:500; color:#000; margin:0px; font-size:17px;}
.category_list2{ border-top: 1px solid #ececec; padding:15px 15px; font-weight:300; color:#000; font-size:16px; font-family:poppins; }
.category_list2 ul{padding:0px; margin:0px;}
.category_list2 li{line-height:40px;}
.category_list2 li span{ font-weight:400; font-size:16px; margin-right:15px;}
.category_list2 li p{display:inline-block; padding:0px;}

.main-cart{background:#f1f3f6;  padding:20px 0px 0px;}
.main-boxxxx{    background: #fff;
    display: inline-block;
    width: 100%;}
.main-boxxxx h4{padding: 10px 20px;
    border-bottom: 1px solid #eaeaea;
    font-family: poppins;
    font-weight: 500;}
    .main_right h6{padding: 10px 0px;font-family: poppins; font-weight: 500; font-size:17px; color:#4e4e4e;}
     .main_right h6 a{padding: 10px 0px;font-family: poppins; font-weight: 500; font-size:17px; color:#4e4e4e;}
        .main_right h5{ font-weight:500; font-family:poppins; color:#808080;}
.main_left{float:left;}
.Rupees{    font-weight: 500;
    font-size: 19px;
    color: #000;
    font-family: poppins;}
.Rupees i{padding-top:5px;}
.Rupees span{   font-size: 16px;
    text-decoration: line-through;
    font-weight: 500;
    font-family: poppins;}
.lis_remove { padding:0px; margin:0px;}
.lis_remove li{float:left; padding-right:28px;}
.lis_remove li a{    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: poppins;
    font-weight: 500;
    margin-top: 15px;
    display: block;}
.lis_remove li:last-child a{color:red;}
.main_left img{    width: 189px;
    height: 189px;
    object-fit: cover;
    padding: 20px 21px;
    margin-right: 10px;;}
.place_holderr {padding:20px;     padding: 20px;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
    display: inline-block;
    width: 100%;}
.place_holderr h6{ float:right; margin:0px;}
.place_holderr h6 a{    padding: 10px 60px;

    font-family: poppins;
    background: #fd791b;
    color: #fff;
    font-weight: 500;
    font-size: 19px;}
.repeat_box{display: inline-block;
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 15px 0px;
}
.amountttt h6 {
    display: -webkit-flex;    padding: 7px 19px;

    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
  justify-content: space-between;  width:100%; font-family:poppins; font-weight:400; color:#000; font-size:16px;
  
    }
    .amountttt h6  span{font-family:poppins; font-weight:400; color:#000; font-size:16px;
  }
  .amountttt h6  span i{padding-top:5px;}
  
  .amountttt h5 {
   display: -webkit-flex;
    padding: 7px 19px;
    border-top: 1px dashed #e0e0e0;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-family: poppins;
    font-weight: 400;
    color: #000;
    font-size: 16px;
  
    }
    .amountttt h5 span{font-family:poppins; font-weight:400; color:#000; font-size:16px;
  }
  .amountttt h5  span i{padding-top:5px;}
 .right_amount{background: #fff; margin-bottom:20px;
   
    border: 1px solid #e2e2e2;}
     .right_amount h4{border-bottom: 1px solid #e2e2e2;
    padding: 10px 18px;
    font-weight: 500;
    font-family: poppins;}
    #field1 button{float: left;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 100px;
    width: 32px;
    height: 32px;
    font-size: 21px !important;
    margin: 2px 13px;}
    #field1 input{    float: left;
    width: 39px;
    height: 37px;
    text-align: center;
    border: 1px solid #d2d0d0 !important;}
    .checkout_left {background: #fff;
    display: inline-block;    border: 1px solid #e0e0e0;
    width: 100%; margin-bottom:20px; padding-bottom:20px;}
    .checkout_left h4{padding: 10px 20px; color:#fff;
    border-bottom: 1px solid #eaeaea;
    font-family: poppins;
    font-weight: 500; background:#0094af;}
    .checkout_left form{padding:0px 25px;}
    .checkout_left label{ font-family:poppins; font-weight:500; color:#000;}
   .checkout_left .form-control{margin-bottom: 8px;
    background: #f7f7f7;
    border-radius: 0px;
    border: 0px;
    height: 42px;
    box-shadow: inherit;
    border: 1px solid #e0e0e0;}
   .checkout_left .paymentt{padding:0px 20px;}
  .checkout_left .custom-control{padding:15px;}
   .checkout_left .paymentt button{}
     .checkout_left .paymentt label{font-size:17px;}

    .theme_menu {margin:0px;}
    .bg_list{background: #fff;
    padding: 14px;
    font-family: poppins;}
    .bg_list h4{font-family:poppins; font-weight:500; font-size:21px; color:#000; position:relative;     margin-bottom: 18px;}
    .bg_list h4::before{    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
    top: 34px;
    background: #0094af;}
    .head7{font-family: poppins;
    font-weight: 500;
    font-size: 21px;
    color: #000;
    position: relative;
    margin-bottom: 10px;}
      .head7::before{  content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    bottom: 0;
    top: 34px;
    background: #0094af;}
    .product_item  .image_wrap img{height:205px;}
    
    .btn-order-id a{background:#fff; padding:6px 20px; float:right; color:#000; font-size:17px; font-weight:500;}
    .dateeee p{    float: left;
    color: #fff;
    font-weight: 500;
    margin: 0px;
    font-family: poppins;
    font-size: 17px;
    padding: 6px;}
    .bgg {background: #0094af; padding:6px;
    display: inline-block;
    width: 100%;}
    #selected_currency { width: 87px !important;
    height: 42px;
    margin: 0px;
    margin-right: 4px;
    background-color: initial;
    border: 0px;
    font-size: 16px;
    color: #000;
    /* font-family: roboto; */
    font-weight: 500;
    padding-top: 0px;
    font-weight: 600;
    color: #000;}
    .dropdown-currency {z-index:999999;}
    .dropdown-currency button:hover{background:none; color:#000;}
    .dropdown-currency button{   font-size: 17px;
    color: #000;
    padding: 0px;
    background: none;
    border: 0;
    font-family: roboto;
    padding-top: 0px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.5px;}
    .dropdown-currency .dropdown-menu a{    border-bottom: 1px solid #e8e8e8;
    padding: 10px 16px;
    margin: 0px;
    font-weight: 00 !important;
    font-family: robot !imo;
    font-size: 15px !important; color:#000 !important;}
          .dropdown-currency .dropdown-menu { top: auto;
    margin-top: 10px;
    border-bottom: 0px;
    padding: 0px;
    border: 0px;
    left: 12px;}
    .nav-multi .navbar-nav>li>.dropdown-menu{ width:100%;}
    .nav-multi .dropdown-menu li a{color:#000; font-size:15px; font-family:poppins;}
    .nav-multi .dropdown-menu li {border-bottom:1px solid #ccc; line-height:30px;}
    
    @media only screen and (max-width: 760px) {
        .cart-resss {display:none;}
    .newwppp .owl-nav{display: inherit !important;
 
    text-align: center  !important;
    width: 67px  !important;
    margin: auto  !important;
    margin-top: 20px  !important; position: relative}
    .newwppp .product_item{width:80%; margin:auto;}
    .pt{padding-top:50px  !important;}
    .category_box ul li a {width: 43%;}
    
}