/** Shopify CDN: Minification failed

Line 2029:29 Unexpected "-->"
Line 2053:29 Unexpected "-->"

**/
/* Desktop Dropdown Fix */
@media screen and (min-width: 768px) {
  /* Show dropdown on hover */
  .site-nav--has-dropdown:hover .site-nav__dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Position dropdown correctly */
  .site-nav--has-dropdown {
    position: relative !important;
  }

  .site-nav__dropdown {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    z-index: 999;
    transition: opacity 0.3s ease;
  }
}



.videoHeader {
    background: #e5e5e5;
    padding: 15px 15px;
    margin-bottom: 15px;
    min-height: 130px;
}


.videoHeader h3 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 22px;
    color: #212121;
    font-weight: 500;
    line-height: 36px;
}

.button-right{
	float:right;
}
.btn__addToCart a {
    color: #fff;
    background: #ff6c13;
    display: block;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
    text-decoration: none;
}
.btn__addToCart a:visited{
	border:none;
}
.orange-btn{
  background: #ff6c13 !important;
  border:none !important;
}


*{
    margin: 0;
    padding: 0;
    outline: 0 none;
    border: 0 none;
}

.checkbox-products{
  margin-bottom:10px;
  color: #788188;
}



/*
Product reviews on product page
*/
.spr-container{
  border-color:white !important;
  padding:0px !important;
}
/*.spr-header{
  margin-bottom: -20px;
}*/
.spr-container .spr-header-title{
  display:none;
}
.spr-container .spr-review{
  display:none;
}






.align-product-top{
    align-self: flex-start;
}
#logo{
	margin-top:16px;
}
body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.top-30 {
  padding-top: 30px;
}
.top-50 {
  padding-top: 50px;
}

/* top-Header */
#top {
    background-color: #f5f5f5;
    box-shadow: 2px 0px 8px rgba(0,0,0,0.25);
}
#top-links ul.list-inline {
    margin-bottom: 0;
}
#top-links li {
    border-right: 1px solid #ddd;
    padding: 9px 15px 10px;
    line-height: 28px;
}
#top-links a{
    color: #989898;
}
#top-links li.button_link a {
    color: #fff;
    width: 132px;
    height: 28px;
    line-height: 28px;
    background: #ff6c13;
    display: block;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
    text-decoration: none;
}
#top-links li.button_link a:hover{
    background-color: #0b5497;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    text-decoration: none;
    -ms-transition: 300ms all ease;
    color: #fff;
}

/* Header */
header{
    position: relative;
}
.logo_block, .cart_block, .search_block {
    margin: 25px 0 25px;
}
.nav-inner-container {
    margin: 36px 0 30px;
}
.nav-inner-container .container {
    width: 100%;
}
#menu {
    min-height: 40px;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    position: static;
}
#menu .nav {
    float: none;
    text-align: center;
}
#menu .nav > li {
    margin: 0 10px;
    float: none;
    display: inline-block;
}
#menu .nav > li > a {
    color: #3f3f3f;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0 10px;
    min-height: 15px;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
}
#menu .nav > li > a:before, #menu .nav > li > a:after {
    background: #0b5497;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}

#menu .nav > li > a:before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

#menu .nav > li > a:after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

#menu .nav > li:hover > a:before, 
#menu .nav > li:focus > a:before, 
#menu .nav > li:hover > a:after, 
#menu .nav > li:focus > a:after, 
#menu .nav > li.active > a:before, 
#menu .nav > li.active > a:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
#menu .nav > li:hover > a,
#menu .nav > li > a:hover, 
#menu .nav > li > a:focus, 
#menu .nav > li.active > a {
    color: #ff6c13;
}

.col-sm-3.cart_block {
    margin: 30px 0 22px;
    float: right;
    width: 80px;
}
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    text-shadow: none;
    background: none!important;
    border: none;
    border-radius: 0;
    padding: 10px 0;
    color: #777;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cart > .btn > #cart-total {
    color: #000;
    position: relative;
}
#cart > .btn .fa-shopping-cart {
    background: transparent url('shopping_cart.png') no-repeat;
    padding: 7px 9px;
    color: transparent;
}
#cart > .btn > #cart-total1 {
    position: relative;
}

#cart-total1 .circle-cart, #cart .circle-cart {
    background: #ff6c13;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    padding: 1px 6px;
    position: absolute;
    right: 5px;
    top: 10px;
    vertical-align: middle;
}

.col-sm-5.search_block {
    float: right;
    width: 3%;
    padding: 0;
    margin: 35px 0 23px;
}
#search {
    margin-bottom: 0;
    float: right;
    margin-top: 0px;
    position: relative;
    width: 40px;
    z-index: 15;
}
#search input {
    position: absolute;
    width: 0px;
    right: 50px;
    top: 5px;
    float: Left;
    margin-left: 210px;
    height: 30px;
    line-height: 18px;
    font-style: italic;
    padding: 0 0px 0 0px;
    font-family: arial;
    font-size: 15px;
    outline: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 14px;
    padding: 8px;
    text-shadow: none;
    background: none;
    border: none;
    border-right: 1px solid #ccc;
    border-color: #ccc!important;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: transparent;
}
#search .btn-lg i {
  background: transparent url('search__icon.png') no-repeat center;
    padding: 5px 13px;
    color: transparent;
}
#search:hover input, #search input:focus {
    font-style: normal;
    width: 200px;
    margin-left: 0px;
    padding: 0 5px;
    background: #fff;
}
.form-control, #search:hover input{
    border: 1px solid #eee;
}

/* Slider */

#banner_slider{
    position: relative;
}
#banner_slider ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#banner_slider ul li{
    margin: 0;
}
@media screen and (min-width:768px){
    #banner_slider .caption {
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
    }
}
#banner_slider .caption .vertical__logo {
    position: absolute;
    left: -50px;
    top: 0;
}
#banner_slider .caption .container{
    max-width: 450px;
    width: 100%;
}
#banner_slider .caption h2{
    font-size: 27px;
    color: #0b5497;
    font-weight: 600;
    margin: 0 0 20px;
}
#banner_slider .caption p{
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.btn--quidel {
    max-width: 244px;
    height: 41px;
    background: #ff6c13;
    padding: 0;
    line-height: 41px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 1px;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
}
.btn--quidel:hover{
    background-color: #0b5497;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
    color: #fff;
}
.title__section{
    text-align: center;
    margin-bottom: 50px;
}
.title__section h2{
    color: #333333;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    position: relative;
}
.title__section h2 span{
    padding: 0 15px;
}
.title__section small {
    color: #5f5f5f;
    text-transform: none;
    font-size: 18px;
}
.title__section h2:before {
    content: '';
    position: absolute;
    background: #ff6c13;
    height: 2px;
    right: 107%;
    width: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.title__section h2:after {
    content: '';
    position: absolute;
    background: #ff6c13;
    height: 2px;
    left: 107%;
    width: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.featured__product {
    margin: 60px 0;
}
.product__grid__item {
    border: 1px solid #e5e5e5;
    padding: 7px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.product__grid__item .img__wrapper {
    background: #e9e9e9;
    height: 305px;
    position: relative;
}
.product__grid__item .img__wrapper a{
    display: block;
    height: 100%;
}
.product__grid__item .img__wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
}
.product__caption {
    padding: 20px 0;
    position: relative;
}
.product__caption .star__rating {
    margin: 0 auto;
}
.product__caption h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 15px 0;
    line-height: 24px;
    min-height: 48px;
}
.product__caption p{
    margin-bottom: 0;
}
.product__caption .compair__price {
    color: #808080;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: normal;
    padding-right: 10px;
}

.product__caption .original__price {
    color: #ff6c13;
    /*text-decoration: line-through;*/
    font-size: 18px;
    font-weight: normal;
    padding-left: 10px;
}
.caption__hover {
    padding: 15px;
    background: #fff;
    position: absolute;
    bottom: 50%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all linear;
    -webkit-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
}
.product__grid__item:hover .caption__hover{
    opacity: 1;
    visibility: visible;
    bottom: 100%;
}
.caption__hover .add__to_cart {
    width: 120px;
    background: #494b4c;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    transition: 300ms all linear;
    -webkit-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
}
.caption__hover .add__to_cart:hover{
    background-color: #ff6c13;
    transition: 300ms all linear;
    -webkit-transition: 300ms all linear;
    -ms-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    -moz-transition: 300ms all linear;
}

.left_collection__banner{
    position: relative;
    margin-bottom: 30px;
}
.left_collection__banner img{
    width: 100%;
}
.left_collection__banner .caption{
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.left_collection__banner .caption h4 {
    font-size: 25px;
    max-width: 320px;
    color: #000;
    font-weight: normal;
    line-height: 30px;
    position: relative;
}
.left_collection__banner .caption h2{
    font-size: 37px;
    margin: 20px 0 0;
    color: #ff6c13;
    font-weight: bold;
}
.left_collection__banner .caption h4:before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: #0b5497;
    width: 150px;
}
.right_collection_banner {
    position: relative;
    margin-bottom: 30px;
}
.right_collection_banner img {
    width: 100%;
}
.right_collection_banner .caption {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}
.right_collection_banner .caption h4 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
    line-height: 24px;
    position: relative;
}
.right_collection_banner .caption h2{
    font-size: 30px;
    margin: 15px 0 0;
    color: #0b5497;
    font-weight: bold;
}
.right_collection_banner .caption h4:before {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 3px;
    background: #ff6c13;
    width: 100px;
    right: 0px;
}
.right_collection_banner:last-child .caption {
    bottom: 30px;
    top: inherit;
    right: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.46);
}
.right_collection_banner:last-child .caption h4{
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
}
.right_collection_banner:last-child .caption h2{
    font-size: 22px;
    color: #000;
    font-weight: normal;
}
.right_collection_banner:last-child .caption h2 .blue{
    color: #0b5497;
}
.right_collection_banner:last-child .caption h2 .orange{
    color: #ff6c13;
}

.__testimonial {
    background: #e5e5e5;
    padding: 50px 0 20px;
    text-align: center;
    position: relative;
}
.__testimonial .bx-wrapper{
    background-color: transparent;
    box-shadow: none;
    border: 0;
}
.__testimonial .section__title h3 {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 0;
}
._testimonial--Content {
    max-width: 750px;
    margin: 0px auto;
    display: block;
}
._testimonial--Content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #494b4c;
    margin-bottom: 20px;
}
._testimonial--Content h4 {
    font-size: 14px;
    color: #ff6c13;
    font-weight: normal;
    margin-bottom: 0;
}
._testimonial__avatar img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: transparent;
    border: 1px solid #ff6c13;
    opacity: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 3px;
    background: transparent;
    border: 1px solid #bfbfbf;
}
._testimonial__avatar {
    width: 99px;
    height: 99px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0 auto 30px;
    position: relative;
}

footer {
    padding-top: 0px;
    border-top: none;
    position: relative;
    background: #363636;
}
.footer-top {
    background: #4a4a4a;
}
.Follow_Us {
    padding: 38px 0 37px;
}
footer h5 {
    text-align: left;
}
footer h5, footer .newsletter_block .block-heading {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
}
footer .payment_block, footer .social_block {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.social_block li {
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 0 10px 0 0;
    padding: 0;
    width: 25px;
}
footer .social_block li a {
    color: #b8b7b7;
}
footer .social_block li a .fa {
    font-size: 19px;
    font-weight: 300;
    padding: 0 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
footer .newsletter_block {
    float: left;
    width: 100%;
    padding: 20px 0;
}

footer .newsletter_block .block-heading {
    float: left;
    margin-right: 25px;
}
footer .newsletter_block .block-content {
    border: 1px solid #828282;
    width: 65%;
    float: left;
    margin: 7px 0 0;
}

footer #email {
    color: #747474;
    padding: 13px!important;
    width: 90%;
    float: left;
    border: none;
    background: transparent;
}
footer #email::-webkit-input-placeholder {
    color: #747474;
}
footer .newsletter_block .news-button {
    float: left;
    padding: 9px 0 10px;
    position: relative;
    text-align: center;
    width: 40px;
}
footer .news-button i {
    color: #828282;
    font-size: 25px;
}

footer #submit {
    line-height: 35px;
    background: transparent;
    text-transform: uppercase;
    border: none;
    color: transparent;
    height: 30px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 41px;
}

footer h5 span {
    border-right: 1px solid #ff6c13;
    padding-right: 15px;
    position: relative;
    top: -12px;
    background: #363636;
}
footer a, footer li,
footer p{
    color: #d3d3d3;
}
footer h5 {
    position: relative;
    border-top: 1px solid #ff6c13;
    text-align: left;
}
footer li {
    margin-bottom: 5px;
}
footer a:hover{
    color: #ff6c13;
    text-decoration: none
}
#footer .column {
    margin: 50px 0px;
}

.contact_msg {
    padding-right: 70px;
    position: relative;
}
.contact_msg input[type="text"],
.contact_msg input[type="email"],
.contact_msg input[type="tel"]{
    border: 1px solid transparent;
    height: 37px;
    border-radius: 0;
    line-height: 37px;
    background: #797979;
    width: 100%;
    color: #d3d3d3;
    padding: 6px 12px;
}
.contact_msg input[type="text"]::-webkit-input-placeholder,
.contact_msg input[type="email"]::-webkit-input-placeholder,
.contact_msg input[type="tel"]::-webkit-input-placeholder,
.contact_msg textarea::-webkit-input-placeholder{
    color: #fff;
}
.contact_msg input[type="text"]::-moz-placeholder,
.contact_msg input[type="email"]::-moz-placeholder,
.contact_msg input[type="tel"]::-moz-placeholder,
.contact_msg textarea::-moz-placeholder{
    color: #f5f5f5;
}
.contact_msg input[type="text"]:-ms-input-placeholder,
.contact_msg input[type="email"]:-ms-input-placeholder,
.contact_msg input[type="tel"]:-ms-input-placeholder,
.contact_msg textarea:-ms-input-placeholder{
    color: #f5f5f5;
}
.contact_msg input[type="text"]:-moz-placeholder,
.contact_msg input[type="email"]:-moz-placeholder,
.contact_msg input[type="tel"]:-moz-placeholder,
.contact_msg textarea:-moz-placeholder{
    color: #f5f5f5;
}
.block.newsletter_block .block-heading {
    color: #d3d3d3;
    font-weight: 300;
}
.contact_msg textarea{
    height: 80px;
    border-radius: 0;
    width: 100%;
    background: #797979;
    padding: 6px 12px;
  border:none;
  color:#d3d3d3;
}
.contact_msg button{
    position: absolute;
    top: 0;
    background: #ff6c13;
    color: #fff;
    text-transform: uppercase;
    bottom: 20px;
    border-radius: 0;
    font-size: 20px;
    width: 55px;
    right: 0;
}
.contact_msg button span{
    position: absolute;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    top: 0;
    bottom: 0px;
    margin: auto;
    line-height: 1;
    height: 18px;
    left: -7px;
    margin: auto;
}
.footer_bottom {
    background: #292929;
    color: #747474;
    padding: 6px 0;
}

footer p.powered_block {
    float: left;
    text-align: left;
    width: 75%;
    margin: 7px 0 0;
}
.footer_bottom .Payment_Block {
    float: right;
    text-align: right;
    margin: 7px 0 0;
}
footer .Payment_Block li {
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 33px;
}
footer .Payment_Block li a {
    display: block;
    padding: 12px 20px;
    background-image: url('payment-icon.png');
}
footer .Payment_Block li:first-child a {
    margin: 0 7px 0 0;
}
footer .Payment_Block li.visa a {
    background-position: 0 0;
}
footer .Payment_Block li:first-child a {
    margin: 0 7px 0 0;
}
footer .Payment_Block li.visa a {
    background-position: 0 0;
}
footer .Payment_Block li.mastro a {
    background-position: -45px 0;
}
footer .Payment_Block li.paypal a {
    background-position: -90px 0;
}
footer .Payment_Block li.amex a {
    background-position: -135px 0;
}
.breadcumbs ul li:last-child:before {
    display: none;
}
.breadcumbs ul li:before {
    content: '>';
    position: absolute;
    right: -5px;
    font-size: 14px;
}
.breadcumbs {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
}
.breadcumbs ul li a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}
.breadcumbs ul li span {
    color: #ff6c13;
}
.breadcumbs ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    position: relative;
}
.breadcumbs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.toolbarCollection{
    padding: 10px;
    border: 1px solid #ebebeb;
    margin: 0 15px 30px;
}
.showParPage select {
    height: 40px;
    width: 90px;
    padding: 0 10px;
}
.showParPage label {
    font-weight: normal;
    padding-right: 10px;
    font-size: 16px; 
}
.collectionFilter{
    text-align: right;
}
.toolbarCollection select{
    height: 40px;
    padding: 0 10px;
}
.priceFilter,.OtherFilter{   
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.OtherFilter{  
    margin-right: 0;
}
.filter span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
}

.filter img {
    display: inline-block;
    vertical-align: middle;
}
.filter {
    text-align: center;
    line-height: 40px;
}
.collection__search form input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 55px;
    background-image: url('search__icon.png');
    text-indent: -9999px;
    background-color: transparent;
}
.collection__search form input[type="text"] {
    height: 55px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: none;
    margin: 0;
}
.collection__search form {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 30px;
    display: block;
    position: relative;
}
.pagination{
    margin-right: 15px;
}
.pagination>li {
    display: inline-block;
    margin-right: 6px;
}
.pagination>li>a, .pagination>li>span {
    background-color: #c0c0c0;
    border: 1px solid transparent;
    display: inline-block;
    float: none;
    border-radius: 100%;
    color: #000;
    width: 31px;
    height: 31px;
    padding: 0;
    line-height: 31px;
    text-align: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 100%;
}
.pagination>li a.active{
    background: #ff6c13;
    color: #fff;
}



.register__beacome .centerDiv{
    float: none;
    margin: 0 auto;
    display: block;
}
.register__beacome p{
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 20px 0;
    font-weight: 300;
    text-decoration: none;
    color: #6b6b6b;
    line-height: 24px;
}
.register__beacome .register__form {
    padding: 25px;
    background-color: #f1f1f1;
    position: relative;
}
.__contact__simple{
    padding: 15px 0;
    border: 1px solid #d0d0d0;
    position: relative;
    margin-bottom: 30px;
}
.__contact__simple input,
.__contact__simple select{
    border: 2px solid #d1d1d1;
    height: 48px;
    border-radius: 10px;
    line-height: 48px;
}
.__contact__simple textarea{
    border: 2px solid #d1d1d1;
    border-radius: 10px;
    resize: none;
    height: 70px;
}
.__contact__simple #month {
    margin-right: 20px;
}
.__contact__simple label {
    font-size: 15px;
    font-weight: normal;
    color: #121212;
    display: block;
}
.__contact__simple legend{
    border-bottom: 0;
    display: inline-block;
    width: auto;
    padding: 0 10px 0 10px;
    font-size: 17px;
    font-weight: normal;
    color: #121212;
    margin-left: 25px;
    margin-bottom: 0;
}
.__contact__simple .radio,
.__contact__simple .checkbox{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 0;
}
.__contact__simple .checkbox{
    width: 20%;
}
.__contact__simple .radio input,
.__contact__simple .checkbox input{
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    z-index: 9;
    opacity: 0;
}
.__contact__simple .radio .label,
.__contact__simple .checkbox label{
    font-size: 17px;
    font-weight: normal;
    color: #121212;
    display: block;
    padding-left: 30px; 
}

.__contact__simple .__customRadio {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #121212;
}

.__contact__simple .__customCheckbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #121212;
}


.__contact__simple .radio input[type="radio"]:checked + .__customRadio:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #121212;
    border-radius: 100%;
}

.__contact__simple .checkbox input[type="checkbox"]:checked + .__customCheckbox:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #121212;
}


.register__beacome {
    margin-bottom: 50px;
    margin-top: 50px;
}
.btn_submit {
    height: 41px;
    background: #ff6c13;
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    border: 2px solid transparent;
    line-height: 37px;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
}
.btn_submit:hover {
    background-color: #0b5497;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
    color: #fff;
}
.download__simple{
    padding: 50px 80px;
}
.video_wrapper,
.about__wrapper{
    margin: 60px 0;
}
.pdf_link {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: block;
}
.pdf_link img {
    width: 100%;
}
.pdf-title a {
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 20px 0;
    font-weight: 300;
    text-decoration: none;
    color: #000;
}
.title__banner{
    margin-bottom: 30px;
}
.title__banner h3 {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.about__wrapper .centerDiv{
    float: none;
    display: block;
    margin: 0 auto;
}
.about__wrapper .page__content h4{
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}
.about__wrapper .page__content p{
    font-size: 14px;
    display: block;
    margin: 20px 0 30px;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    line-height: 22px;
}
.about__wrapper .page__content li{
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    line-height: 22px;
}
.about__wrapper .page__content ol{
    list-style-position: inside;
}

.page__team__section h3 {
    color: #ff6c13;
    text-align: center;
    margin: 40px 0;
    font-size: 24px;
}
.img__teamMember img {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.team_employe {
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
}
.img__teamMember {
    width: 253px;
    height: 253px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.content_teamMember h4 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #333333;
}

.content_teamMember p{
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #333;
    line-height: 22px;
}

.flexEle{
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    align-items: center;
}
.information__wrapper {
    padding: 35px 0;
    position: relative;
}
.information__wrapper:nth-child(even){
    background-color: #f1f1f1;
}
.information__wrapper h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 25px;
}
.information__wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.information__wrapper ul li{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}
.information__wrapper ul li:before{
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}
.btn__action{
    margin-top: 30px;
}
.btn__action .btn__addToCart {
    background: #ff6c13;
    color: #fff;
    font-size: 18px;
    height: 38px;
    max-width: 166px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 7px;
    margin-right: 15px;
    text-decoration: none;
}
.btn__action .btn__learnMore{
    border: 1px solid #ff6c13;
    color: #ff6c13;
    font-size: 18px;
    height: 38px;
    max-width: 166px;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 7px;
    margin-right: 15px;
    text-decoration: none;
}
.img__information img{
    margin: 0 auto;
    display: block;
}
.product__page{
    margin: 60px 0;
}
.product__images {
    background: #f0f0f0;
    border: 1px solid #ccc;
    margin-right: 15px;
    margin-bottom: 30px;
}

.product__images img{
    margin: 0 auto;
}
.product__title {
    font-size: 24px;
    margin: 0 0 10px;
    color: #333333;
    text-transform: uppercase;
}
.ratting__star {
    margin-bottom: 10px;
}
.ratting__star img {
    display: inline-block;
    vertical-align: middle;
}
.ratting__star span {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
    font-size: 11px;
    padding-left: 10px;
}
.product__detail {
    margin-bottom: 30px;
}
.product__price {
    float: left;
}
.product__price .discount__price {
    font-size: 24px;
    color: #ff6c13;
    font-weight: 500;
    display: inline-block;
}
.product__price .original__price {
    color: #777777;
    font-size: 13px;
    text-decoration: line-through;
    padding-left: 10px;
}
.product__page .instock__ {
    float: right;
    margin-top: 10px;
    font-size: 13px;
    color: #777;
    margin-bottom: 0;
}
.instock__ span{
    color: #ff6c13;
}
.add__to__wrapper {
    clear: both;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.add__to__wrapper input[type="text"],
.wishlist__product{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    margin-right: 10px;
    line-height: 50px;
    color: #333;
}
.add__to__wrapper .btn__addToCart {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    background: transparent;
    border: 1px solid #000;
    padding: 0 10px;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
}
.add__to__wrapper .btn__addToCart:hover{
    background-color: #333;
    color: #fff;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
}
.wishlist__product:hover{
    background-color: #333;
    color: #fff;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
}
.short__description {
    margin: 15px 0;
}
.short__description h3 {
    text-transform: uppercase;
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0;
    margin-bottom: 16px;
}

.share a {
    color: #333333;
    font-size: 14px;
    margin-left: 10px;
}
.share label {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
}

@media screen and (min-width:768px){
    .team_employe:nth-child(even) .col-md-4 {
        order: 2;
    }
    .information__wrapper:nth-child(odd) .col-md-5 {
        order: 2;
    }

}

@media screen and (max-width:991px) and (min-width:768px){
    .img__teamMember {
        width: 100%;
        height: 198px;
    }
    #menu .nav > li{
        margin: 0 10px;
    }
    #banner_slider .caption{
        left: 40%;
    }
    #banner_slider .caption h2{
        font-size: 22px;
    }
    #banner_slider .caption p{
        font-size: 14px;
    }
    #banner_slider .caption .vertical__logo{
        max-height: 220px;
    }
    .nav-inner-container,
    .col-sm-5.search_block{
        margin: 25px 0;
    }
    .col-sm-3.cart_block{
        margin: 16px 0;
    }
    footer .newsletter_block .block-content{
        width: 100%;
    }
    footer #email{
        width: 88%;
    }
    footer .newsletter_block .block-heading{
        margin-top: 0;
        margin-bottom: 0px;
        float: none;
        display: block;
        margin-right: 0;
    }
    .Follow_Us {
        padding: 50px 0 37px;
    }
    .left_collection__banner .caption {
        bottom: 20px;
        left: 20px;
    }
    .left_collection__banner .caption h2 {
        font-size: 25px;
        margin: 20px 0 0;
    }
    .left_collection__banner .caption h4 {
        font-size: 16px;
        max-width: 150px;
        line-height: 20px;
    }
    .pdf_wrapper .col-md-3:nth-child(3n+1) {
        clear: both;
    }
}
@media screen and (max-width:767px){
    #logo img{
        margin: 0 auto;
    }
    .nav-inner-container{
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
    }
    .col-sm-3.cart_block,
    .col-sm-5.search_block{
        margin: 0;
        padding-left: 0;
    }
    #cart > .btn{
        padding: 5px 0;
    }
    #search input{
        font-style: normal;
        width: 200px;
        margin-left: 0px;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #ccc;
        background: #fff;
        top: 0;
        position: static;
    }
    #search .btn-lg{
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        width: 40px;
        padding: 0;
        height: 40px;
    }
    #search .input-group-btn {
        position: static;
        font-size: 0;
        white-space: normal;
        width: 30px;
        display: block;
    }
    .navbar-collapse{
        position: absolute;       
        top: 100%;
        left: 0;
        right: 0;
        overflow: hidden !important;
        background: #e5e5e5;
        z-index: 9;
    }
    .navbar-toggle{
        float: none;
        width: 40px;
        color: #fff;
        font-size: 20px;
        padding: 0;
        height: 40px;
        background-color: #ff6c13;
    }
    #menu .nav > li{
        display: block;
        margin: 0;
    }
    .logo_block, .cart_block, .search_block{
        margin: 10px 0 20px;
    }
    nav#top{
        display: none;
    }
    #menu .nav{
        margin: 0 -15px;
    }
    #banner_slider .caption{
        padding: 15px 15px 15px 50px;
        position: relative;
    }
    #banner_slider .caption h2{
        font-size: 22px;
    }
    #banner_slider .caption p{
        font-size: 14px;
    }
    .title__section h2:after{
        display: none;
    }
    #banner_slider .caption .vertical__logo {
        position: absolute;
        left: 15px;
        bottom: 0;
        max-height: 90%;
        top: 0;
        margin: auto;
    }
    .title__section h2:before {
        content: '';
        position: absolute;
        background: #ff6c13;
        height: 2px;
        right: 0;
        width: 150px;
        top: inherit;
        bottom: -20px;
        margin: auto;
        left: 0;
    }
    .left_collection__banner .caption {
        bottom: 20px;
        left: 20px;
    }
    .left_collection__banner .caption h2 {
        font-size: 25px;
        margin: 20px 0 0;
    }
    .left_collection__banner .caption h4 {
        font-size: 16px;
        max-width: 150px;
        line-height: 20px;
    }
    .contact_msg{
        padding-right: 0;
    }
    .contact_msg button{
        position: static;
        max-width: 150px;
        width: 100%;
        margin-left: 15px;
        height: 40px;
    }
    .contact_msg button span{
        position: static;
    }
    .footer_bottom{
        padding: 10px;
    }
    footer p.powered_block{
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_bottom .Payment_Block{
        float: none;
        text-align: center;
    }
    #footer .column{
        margin-bottom: 0;
        margin-top: 20px;
    }
    #footer{
        padding: 30px 15px;
    }
    .Follow_Us {
        padding: 38px 0 10px;
        text-align: center;
    }
    footer .newsletter_block .block-heading{
        margin-top: 0;
        margin-bottom: 10px;
        float: none;
        display: block;
        margin-right: 0;
        text-align: center;
    }
    footer .newsletter_block .block-content{
        width: 100%;
    }
    .product__listing .col-md-3{
        width: 50%;
    }
    .filter{
        text-align: left;
    }
    .showParPage {
        text-align: center;
    }
    .collection__search {
        margin: 0 15px;
    }
    .__contact__simple select{
        width: 47%;
    }
    .download__simple{
        padding: 50px 50px;
    }
    .pdf_wrapper .col-md-3:nth-child(3n+1) {
        clear: none;
    }
    .pdf_wrapper .col-md-3:nth-child(2n+1) {
        clear: both;
    }
    .team_employe,
    .flexEle{
        display: block;
    }
    .img__teamMember,
    .img__information img{
        margin: 0 auto 30px;
    }
    .content_teamMember{
        text-align: center;
    }
    .product__images{
        margin-right: 0;
    }
    .product__page {
        margin-top: 15px;
    }
}
@media screen and (max-width:479px){
    .product__listing .col-md-3{
        width: 100%;
    }
    .__contact__simple select{
        width: 100%;
        margin-bottom: 15px;
    }
    .download__simple{
        padding: 50px 15px;
    }
}
@media screen and (max-width:375px){
    #search input{width: 170px;}
    .title__section h2{font-size: 22px;}
    footer #email{width: 85%;}
}

.toolbarCollection select.filters-toolbar__input--filter{
  width:100px;
  background-image:none;
}


.btn__action .btn__blogsnews 
{
    background: #ff6c13;
    color: #fff;
    font-size: 20px;
    height: 45px;
    max-width: 250px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 7px;
    margin-right: 15px;
    text-decoration: none;
  	margin: 0 auto;
}


.btn__action a
{
  	margin: 0 auto;
	display: block;
}

.btn__action a:hover
{
	text-decoration: none;
}


.product__page .viabill-pricetag-optional-styles{
  	margin:5px 0 0 -10px;
    width:225px;
}

.cart .viabill-pricetag-optional-styles{
    width:225px;
  	margin:5px -20px 0 auto;
}

@media(max-width:749px){
  .cart .viabill-pricetag-optional-styles{
    margin:5px auto 0;
  }
    	
}

.Payment_Block .viabill a{
  background-image:url('viabill.png');
  background-repeat:no-repeat;
  background-color:#676767;
  background-position:center;
  padding: 12px 25px;
  border-radius:3px;
  
}
.nav>li:nth-child(2):hover .site-nav__dropdown{
	display: block;
}
.btn__licenseType {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    background: transparent;
    border: 1px solid #000;
    padding: 0 10px;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    width: 46%;
    margin-right: 10px;
    transition: 300ms all ease;
    -webkit-transition: 300ms all ease;
    -moz-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    -ms-transition: 300ms all ease;
}

.active-license-button {
  color: #fff;
  background-color: #0D559B;
}
<!-- Code added by Prashanth -->
.nav>li:nth-child(2) {
	background: #f00;
}
.nav>li:nth-child(2):hover .site-nav__dropdown{
	display: block;
  	background: #f5f5f5;
}
.site-nav__dropdown .site-nav__link{
    color: #3f3f3f;
}
.site-nav__dropdown .site-nav__link:hover{
    color: #ff6c13;
  text-decoration: none;
}
@media (max-width: 767px) {
.site-nav__dropdown {
    display: block;
    position: relative;
    top: 0px;
  text-align: center;
      padding: 11px 11px 11px 11px;
}
}
<!-- Code added by Prashanth -->

/* Hide logo with the class 'iframelogo' */
.iframelogo {
    display: none !important;
}

