@media (min-width: 768px) {
    .header_right .heder-right-bottom #top-links {
        float: right !important;
    }
}
@media (max-width: 767px) {
    .main-header {
        float: none !important;
    }
}
.content-banner-div {
    min-height: unset !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    height: 250px;
    margin-bottom: 40px;
}
.doctor-details-div {
    margin-top: 5px;
}
.w-100 {
    width: 100% !important;
}
.profile {
    display:block;
    position:relative;
    width:200px;
    height:200px;
    padding-top: 100px;
    margin-left: 95px;
    z-index:999;
}
.profile img {
    max-width:100%;
    z-index:999;
}
.devices {
    padding-left: 5px !important;
    color: #67727b !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    font-size: 35px !important;
}
.text_empty {
    margin-left: 10px !important;
    margin-top: 45px !important;
}
.category_prod {
    margin-top: 30px !important;
}
/*@media only screen and (min-width: 768px) {
    #product_list .col-lg-3 {
        width: 50% !important;
    }
}
@media only screen and (max-width: 767px) {
    #product_list .col-lg-3 {
        width: 50% !important;
    }
}
@media only screen and (max-width: 991px) {
    .equipment-div {
        clear: both;
    }
    .header_search {
        display: none !important;
    }
}
#product_list .col-sm-6:nth-child(2n+1) {
    clear: none !important;
}
@media only screen and (max-width: 479px) {
    #product_list .product-layout.product-grid {
        width: 100% !important;
    }
}*/
.p-category-name {
    margin-bottom: 10px !important;
    padding-left: 15px !important;
    color: #67727b !important;
    font-size: 35px !important;
    font-weight: 700 !important;
    line-height: 43px !important;
}
.nav-container, .header_search, .caret::before {
    display: none;
}
.doc-designation {
    color: rgb(61, 104, 137);
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 11px;
    font-weight: 400 !important;
}
.doc-clinic-name {
    margin-bottom: 10px; 
    line-height: 1.3em; 
    font-weight: 700; 
    color: rgb(61, 104, 137); 
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
}
.doc-address {
    margin-bottom: 10px; 
    color: rgb(61, 104, 137); 
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 15px;
    font-weight: 400 !important;
}
.pl-unset {
    padding-left: unset !important;
}
.display-none {
    display: none !important;
}
.equipment-div {
    margin-top: 30px !important;
}
@media only screen and (max-width: 991px) {
    .header_search {
        display: none !important;
    }
}
/*exit popup*/
/*.stick_block_layer {
    background-color: #0000006e;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.stick_popup {
    height: 200px;
    width: 35%;
    box-shadow: 0px 0px 7px #4a4a4a;
    -moz-box-shadow: 0px 0px 7px #4a4a4a;
    -webkit-box-shadow: 0px 0px 7px #4a4a4a;
    background: #f2f2f2;
    -webkit-animation: zoomin 0.7s;
    animation: zoomin 0.7s;
}
.stick_content {
    padding: 20px;
}
.stick_close {
    cursor: pointer;
    position: relative;
    top: 0px;
    left: 0px;
    float: right;
    font-family: Arial;
    font-size: 17px;
    background-color: #484848;
    color: #4c4c4c;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    border-radius: 0 6px 0 0;
}*/
/* CSS3 animation keyframes. */
/*@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-ms-keyframes zoomin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes zoomin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}*/
.exitText {
    color: #484848;
    font-size: 25px !important;
    margin-bottom: 35px;margin-top: 35px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif !important;
}
#stickLayer button {
    border-radius: 5px;
    width: 100%;
    font-weight: 600;
}
/*Exit Popup*/
.product-type {
    color: #00a0dc !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 15px !important;
}
.btn-seller-add-cart {
    background: url(../catalog/view/theme/OPC080189_6/image/megnor/cart_product.png) no-repeat scroll 11px -51px #161b1e !important;
    color: #fff !important;
    margin: 0 !important;
    width: auto !important;
    padding: 10px 15px 10px 50px !important;
    border: 1px solid #e8e8e8 !important;
    font-size: 14px !important;
    -webkit-border-radius: 0 !important;
    line-height: 22px !important;
}
.btn-seller-add-cart:hover {
    background: url(../catalog/view/theme/OPC080189_6/image/megnor/cart_product.png) no-repeat scroll 11px 11px #fff !important;
    color: #161b1e !important;
    border-color: #161b1e !important;
}
.product-right .description li {
    display: none !important;
}

.top_button {
    background: #00a0dc none repeat scroll 0 0;
}
footer h5::before {
    border-bottom: 1px solid #00a0dc;
}
#footer .col-sm-3.column.last .fa, 
#content.productpage .product-price,
#content.productpage .special-price,
footer a:hover, 
footer a:focus,
#cart .text-right .addtocart,
#cart .text-right .checkout {
    color: #00a0dc;
}
#top-links .myaccount-menu {
    border-top: 1px solid #00a0dc;
}
.pagination .active span, 
.pagination li a:hover, 
.pagination li a:focus,
#cart .text-right .addtocart:hover,
#cart .text-right .checkout:hover,
.checkout-cart .buttons .pull-right.checkout .btn {
    background-color: #00a0dc !important;
    border-color: #00a0dc !important;
}
.btn-danger {
    background-color: #00a0dc !important;
    border-color: #00a0dc !important;
}
.box .box-heading {
    background: #00a0dc;
}
#tabs_info .nav-tabs li.active a, 
#tabs_info .nav li a:hover, 
#tabs_info .nav li a:focus,
.box-category-heading {
    background-color: #00a0dc !important;
}
.nav-tabs {
    border-bottom: 2px solid #00a0dc !important;
}
.doctor-details-div p, 
.doctor-details-div p span,
.product-thumb h4 {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.4px !important;
    font-weight: 300 !important;
}
#cart .dropdown-menu {
    border-color: #00a0dc #e8e8e8 #e8e8e8;
}
p.doc-designation,
p.doc-clinic-name,
p.doc-address {
    font-weight: 400 !important;
}
.desc, .product-thumb .price {
    font-size: 16px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.4px !important;
}
.tab-content .tab-pane p,
.tab-content .tab-pane p span,
.tab-content .tab-pane h3 span,
.tab-content .tab-pane table,
#tab-features,
#tab-specs,
#tab-description,
#tab-specification {
    font-size: 20px !important;
    line-height: 1.4 !important;
    letter-spacing: -0.4px !important;
    font-weight: 300 !important;
}
.tab-content .tab-pane h3 span {
    font-weight: 400 !important;
    font-size: 22px !important;
}
.tab-content .tab-pane table b {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.caption h4,
.caption h4 a {
    font-size: 15px !important;
    line-height: 1.1 !important;
}
.cart-text-label {
    font-size: 20px !important;
}
#top-links a {
    font-size: 16px;
}
.main-header {
    background: unset !important;
    background-color: #fff !important;
}