a
{
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position: 40% 100%;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/* header section - search bar, social icons */


.sticky-nav {
    position: fixed !important;
    width: 100% !important;
    left: 0;
    top: 0;
    z-index: 333;
    background-color: #fff;
    box-shadow: 1px 2px 3px #ccc;
    max-width: 100% !important;
}
.sticky-nav .header.content
{
    padding: 20px 20px 0;
    transition: all .3s ease 0s;
}
.sticky-nav .logo {
    margin: -8px auto 20px 0;
    transition: all .3s ease 0s;
}
/*div#sticky-wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 221;
    top: 0;
    box-shadow: 1px 2px 3px #ccc;
    height: auto !important;
}
div#sticky-wrapper.is-sticky
{
	position: fixed;
}*/

.top-signin a:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e627';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.top-signin a:hover
{
    color: #00a3e4 !important;
    text-decoration: none;
}
.top-signin a:hover:before
{
    color: #00a3e4;
}

.header_wishlist:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e600';
    font-family: 'luma-icons';
    margin: 0 5px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 20px;
}

.header_wishlist:hover
{
    color: #00a3e4 !important;
    text-decoration: none;
}
.header_wishlist:hover:before
{
    color: #00a3e4;
}

button.action-close {
    background: transparent !important;
}

.header.content {
    text-align: center;
}
.block-search {
    float: none !important;
    padding-left: 15px !important;
    position: relative !important;
    width: 30% !important;
    z-index: 4;
    display: inline-block;
}
.block-search input {
    padding-right: 35px;
    border-radius: 0 7px;
    height: 35px;
}
.block-search input:focus
{
    outline: none;
    border: 1px solid #00a3e4;
}
.top_social_links a {
    margin: 0 5px;
}




.logo img {
    display: block;
    width: auto;
}


/* Navigation section */


.navigation ul li {
    display: inline-block;
    margin: 0;
}


.navigation .level0 > .level-top {
    color: #ffffff !important;
}
.navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
    color: #fff !important;
}
.navigation .level0 > .level-top, .navigation ul li a {
    color: #ffffff;
    line-height: 0 !important;
    padding: 24px 12px !important;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: block;
}
.navigation .level9 > .level-top, .navigation ul li a:hover
{
    /* border-bottom: 2px solid #fff;*/
}

.navigation .level0 .submenu .submenu {
    min-width: 250px;
}

.top_social_links {
    float: right;
}



ul.tabs li i
{
    background-image:  url(https://myhp.co.za/pub/static/version1504789662/frontend/Myhp/hptheme/en_US/images/tab-icons.png);
    width: 25px;
    height: 17px;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    top: 3px;

    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

ul.tabs li[data-tab="tab-1"] i { background-position: left -3px; }
ul.tabs li[data-tab="tab-2"] i { background-position: -27px -3px; }
ul.tabs li[data-tab="tab-3"] i { background-position: -55px -3px;  }
ul.tabs li[data-tab="tab-4"] i { background-position: -78px -3px; }
ul.tabs li[data-tab="tab-5"] i { background-position: -102px -3px;}
ul.tabs li[data-tab="tab-6"] i { background-position: -130px -3px;}

ul.tabs li[data-tab="tab-1"]:hover i, ul.tabs li[data-tab="tab-1"].current i { background-position: left -30px; }
ul.tabs li[data-tab="tab-2"]:hover i, ul.tabs li[data-tab="tab-2"].current i { background-position: -27px -30px; }
ul.tabs li[data-tab="tab-3"]:hover i, ul.tabs li[data-tab="tab-3"].current i { background-position: -55px -30px; }
ul.tabs li[data-tab="tab-4"]:hover i, ul.tabs li[data-tab="tab-4"].current i { background-position: -78px -30px; }
ul.tabs li[data-tab="tab-5"]:hover i, ul.tabs li[data-tab="tab-5"].current i { background-position: -102px -30px; }
ul.tabs li[data-tab="tab-6"]:hover i, ul.tabs li[data-tab="tab-6"].current i { background-position: -130px -30px; }


.viewall_div {
    /*clear: both;
    display: table;
    width: 100%;*/
}

.home_viewall {
    background: #1979c3 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    padding: 12px 20px;
    border-radius: 0px 5px 0px 5px;
    float: none;
    width: 160px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.home_viewall:hover
{
    background-color: #fff !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    text-decoration: none;
}

.page-main .block
{
    margin-bottom: 10px !important;
}


.page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.home-main {
    max-width: none;
}
.widget .block-promo img {
    max-width: none;
    width: 100%;
}

.nav-sections {
    margin-bottom: 0 !important;
}
/*a#ui-id-3{
    background: #000000;
    color: #ffffff !important;
    padding: 25px 30px !important;
    font-size: 18px;
    border-color: #000;
}
*/


/*.navigation ul:first-child li:nth-child(2) a.level-top{
    background: #ff5501;
    color: #ffffff !important;
    padding: 25px 30px !important;
    font-size: 18px;
    border-color: #ff5501;
}
*/

.submenu li {
    display: block !important;
    border-bottom: 1px solid #d6d6d6;
}
.submenu li a {
    margin: 0 !important;
}
.submenu li a:hover
{
    border: none !important;
}

.homepage-slider {
    position: relative;
    z-index: 1;
}

.panel.header .widget.block.block-static-block {
    float: left;
    margin: 0;
    clear: none;
}
.block-minicart {
    height: 510px;
    overflow-y: scroll;
}





/* slider */
.slider-block
{
    list-style-type: none;
}
.block.widget.ves-widget.imageslider-widget.iof-imageslider {
    display: none;
}

.customNavigation
{
    display: none;
}

.content-heading, .block-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}

.ho_slider {
    position: relative;
}

.ho_slider .owl-stage-outer {
    padding: 0 !important;
}

.sli-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.ho_slider .owl-nav {
    top: 45%;
    left: 0;
    width: 100%;
}
.ho_slider .owl-nav div {
    width: auto;
    position: absolute;
}
.ho_slider .owl-next {
    right: 0;
}
.ho_slider .owl-prev:before, .ho_slider .owl-next:before {
    background: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 4px 0;
    box-sizing: border-box;
    margin: 0 5px;
}

.ho_slider .owl-next::before {
    content: '\e608';
    float: right;
}


.sli-content h1 {
    margin: 0;
    font-weight: bold;
}
.sli-content p {
    margin: 20px 0;
}
.sli-content a {
    background-color: #d7410e;
    color: #fff;
    padding: 10px;
    width: 200px;
    border-radius: 0 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.sli-content a:hover
{
    background-color: #000;
    text-decoration: none;
}
.sli-content.banner2 h1, .sli-content.banner2 p
{
    color: #fff;
}



.page-header .panel.wrapper {
    background-color: #f6f6f6;
    color: #000;
}
.page-header .panel.wrapper {
    border-bottom: none !important;
    background-color: #f6f6f6 !important;
}
.header.panel > .header.links{

    margin-top:10px !important;
}
.header.panel > .header.links > li > a {
    color: #000 !important;
    text-decoration: none !important;
}
.header.panel > .header.links > li > a:hover {
    color: #00a3e4 !important;
    text-decoration: none !important;
}




.nav-sections {
    background: #00a3e4;
}
.navigation {
    background: #00a3e4 !important;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
}
.navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top
{
    border-color: #ffffff !important;
}


.aboutcontent {
    float: left;
}
.aboutbanner {
    float: right;
    margin: 80px 0 0;
}


/* Ho,e page tabs */
.container{
    width: 100%;
    margin: 0 auto;
}



ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #e6e7e8;
}
ul.tabs li{
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background: #f1f2f2;
    border-radius: 4px 4px 0 0;
    margin: 0;
    text-align: center;

    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

ul.tabs li:hover, ul.tabs li.current{
    background: #00a3e4;
    color: #fff;
}

.tab-content{
    display: none;
    padding: 0px;
}

.tab-content.current{
    display: inherit;
}

.flex-control-nav
{
    display: none;
}

.widget .tab-content {
    border: none !important;
}


.owl-carousel .owl-item img {
    width: auto;
}


/* Products box */

.block-content
{
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.products-grid .product-item {
    margin-left: 10px !important;
    /*width: 24.39% !important;*/
    border: 1px solid #ccc;
    text-align: center;
    overflow: hidden;
}
.products-grid .product-item:hover
{
    border: 1px solid #00a4e4;
}
.products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0px !important;
}

.products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0 !important;
}
.product-item-details {
    padding: 17px;
}

.product-image-photo
{
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.products-grid .product-item:hover  .product-image-photo
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.product-item-actions .actions-primary {
    display: block;
}

.product-item .tocart {
    font-size: 1.3rem;
    line-height: 1;
    padding-bottom: 12px;
    padding-top: 12px;
    white-space: nowrap;
    width: 100%;
    background: #00a4e4;
    border: 1px solid #00a4e4;
    border-radius: 0 5px 0 5px;

    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.product-item .tocart:hover
{
    background: transparent !important;
    border: 1px solid #00a4e4 !important;
    color: #00a4e4 !important;
}
.product-item-actions .actions-primary + .actions-secondary
{
    padding-left: 0 !important;
}
.product-item-actions .actions-primary + .actions-secondary > .action {
    margin-right: 0;
    display: inline-block;
    width: 47.9%;
    border: 1px solid #000;
    font-size: 10px;
    color: #000;
    margin: 8px 0 0;
    border-radius: 0 5px 0 5px;
    text-align: center;
    padding: 6px 0px;
    letter-spacing: normal;
    text-transform: none;
}
.products-grid .product-item-info:hover
{
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.product-item-actions .actions-primary + .actions-secondary > .action:before
{
    display: none;
}

.product-item-actions .actions-secondary > .action span
{
    position: relative !important;
}

.product-item-actions a.action.towishlist:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
a.action.tocompare
{
    display: none !important;
}

a.action.toprodtour {
    border-color: #ff5501 !important;
    color: #ff5501 !important;
}
a.action.toprodtour:hover {
    background-color: #ff5501 !important;
    border-color: #ff5501 !important;
    color: #fff !important;
}
.minicart-wrapper .action.close
{
    background-color: transparent !important;
}
.minicart-wrapper .action.close:hover:before
{
    color: #ccc !important;
}

.product-item-name, .mp-product-item-name
{
    text-align: center;
    margin: 5px 0 20px !important;
    font-weight: bold;
    color: #000;
    display: block;
}
.mp-product-item-name a
{
    color: #000;
}
.product-item .price-box {
    margin: 10px 0 25px;
    text-align: center;
    color: #00a4e4;
    display: block;
}
.price-container .price {
    font-size: 20px;
}
sup.currsymbol.price {
    font-size: 14px;
}

.products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: none;
    border: none;
    border-top: none;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    right: 0;
    z-index: 2;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
}
.product-item-actions {
    display: block !important;
    margin: 10px 0 !important;
}
.product-image-container {
    /*width: 100% !important;*/
}
.product-image-wrapper {
    /*padding: 120px !important;
    padding: 120px !important;*/
}
.owl-carousel-products-upsell .product-item-details
{
    box-sizing: border-box;
}
/*.products-grid .product-item:nth-child(3n + 1) {
    margin-left: 1px !important;
}*/
.owl-carousel-products-upsell .owl-prev
{
    left: -25px !important;
}
.owl-carousel-products-upsell .owl-next
{
    right: 0 !important;
}


.widget.block h2 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    position: relative;
}
.widget.block h2:after {
    content: '';
    width: 91%;
    position: absolute;
    height: 1px;
    right: 0;
    background: #e6e7e8;
    top: 50%;
}

.tab-content .product-item {
    width: 24.3% !important;
}


/* owl carousel */

.owl-nav {
    position: absolute;
    top: -44px;
    right: 0;
    width: 50px;
}
.owl-nav div {
    text-indent: -9999px;
    width: 50%;
    float: left;
}

.owl-prev:before, .owl-next:before {
    display: inline-block;
    width: 25px;
    height: 30px;
    text-align: center;
    text-indent: 0px !important;
    float: left;
    font-size: 24px;
    font-weight: bold;
    font-family: 'luma-icons';
    background: #fff;
}
.owl-nav div:hover:before
{
    color: #00a3e4 !important;
}
.owl-prev:before
{
    content: '\e617';
}
.owl-next:before
{
    content: '\e608';
}


.product-item .old-price {
    margin: 5px 0;
    display: block;
}
.product-item .old-price .price {
    font-weight: normal;
    text-decoration: line-through;
}
h1.page-title {
    margin: 30px 0;
}


/* footer section */
.page-footer {
    background: #00a4e4 !important;
    padding-bottom: 0 !important;
}
.footer.content {
    border-top: none;
    border-bottom: 1px solid #0484b6;
    padding-bottom: 20px;
}
.footer.content .links {
    display: inline-block;
    padding-right: 0;
    vertical-align: top;
    list-style-type: disc;
    padding-left: 20px;
    width: 100%;
}

.footer-col {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 24.7%;
}
.footer.links li a {
    color: #fff !important;
}

.footer.content .block {
    float: none;
    width: 100%;
}

.field.newsletter {
    float: left;
    width: 45%;
}

.footer-col.col2 {
    width: 17%;
}
.footer-col.col3 {
    width: 44%;
}

.footer-col.col4 {
    float: right;
    width: 10%;
}


.block.newsletter .actions {
    display: block;
    margin: 0 0 0;
    float: left;
}

.block.newsletter .action.subscribe {
    border-radius: 0 !important;
    background: #000;
    padding: 7px 20px;
}
.block.newsletter .action.subscribe:hover
{
    border: 1px solid #000 !important;
    background: transparent !important;
}
.footer_social a {
    margin: 0 10px 0 0;
}

footer .collect-address h4 {
    margin: 20px 0 0;
    float: left;
}
.collect-address ul {
    padding: 0 !IMPORTANT;
}
footer .collect-address ul li {
    margin: 0 0 5px !important;
    position: relative;
    padding: 0 0 0 15px;
}
footer .collect-address ul li:before {
    content: '\f041';
    font-family: 'fontAwesome';
    padding: 0;
    position: absolute;
    left: 0;
}

.copyright {
    background-color: #00a4e4 !important;
    color: #ffffff;
    display: block;
    padding: 15px !important;
    text-align: center;
}








.breadcrumbs {
    margin: 20px auto;
}

.product.data.items > .item.title > .switch
{
    color: #fff !important;
}
.product.data.items > .item.content, .product.data.items > .item.title.active > .switch {
    background: #ffffff !important;
    color: #000 !important;
}

.abtCont {
    max-width: 850px;
    margin: 20px 0;
}


/* blog section */

.post-item-wraper:hover {
    border: 1px solid #eee;
    box-shadow: none !important;
}
.post-info-wraper h2.mp-post-title {
    margin: 0 0 !important;
}
.post-short-description {
    max-width: 100%;
    margin: 20px 0 !important;
}
.post-info-wraper {
    padding: 20px 15px !important;
}
.mp-blog-rss {
    display: none;
}
.mpcss .nav-tabs {
    display: none;
}

h2.mp-post-title a {
    color: #00a3e4 !important;
}
.mp-post-meta-info a.mp-read-more {
    color: #00a3e4 !important;
}
h2.mp-post-title a:hover
{
    color: #000 !important;
}
.mp-post-meta-info a.mp-read-more:hover
{
    color: #000 !important;
}


/* contact us page */
form#contact-form {
    width: 50%;
    float: left;
    padding: 20px 0;
}
.contBanner .widget {
    float: right;
    width: 45%;
    clear: none;
    margin: 50px 0px;
}
.contact-index-index form + .widget {
    float: right;
    width: 48%;
    clear: none;
    margin: 50px 0;
}
.contBanner .widget iframe, .contact-index-index form + .widget iframe
{
    width: 100%;
}

.contactdiv {
    margin: 20px 0 0 20%;
}
.contemail, .contno, .contfax, .contaddr {
    margin: 0 0 20px;
}
.contactdiv p {
    margin: 0;
}


/* product inner pages */
.page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 10px !important;
}

.page-products .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 10px !important;
}
.product-item-name {
    min-height: 45px !important;
}
.product-item .price-box{
    min-height:62px;
}
.page-products .products-grid .product-item {
    width: 32.31% !important;
    text-align: center;
}
.page-products .product-item-info {
    width: 100% !important;
}

/*.price-box span.price {
    display: inline-block;
}

span.price:first-letter {
    font-size: 12px !important;
    color: #333;
    vertical-align: text-top;
}*/

.block.block-customer-login, .customer-account-create form#form-validate {
    background: #fbfbfb;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #eee;
    box-shadow: 1px 2px 10px #ccc;
}

.mpblog-search button.action.search
{
    background-color: transparent !important;
}
.post-image {
    height: 200px;
    overflow: hidden;
}
.post-image img.img-responsive {
    height: auto !important;
    width: 100%;
    border: none;
}

.filter-options-content .count {
    color: #858585;
    padding-right: 5px;
    display: none;
}


.wishlist-index-index .product-item-inner
{
    border: none !important;
    box-shadow: none !important;
}
.wishlist-index-index .product-item-inner .comment-box {
    margin: 15px;
}
.wishlist .field.qty {
    max-width: 54px;
    margin: 0 auto;
    display: block !important;
}
button, button.action.update, .opc-wrapper .action-select-shipping-item, .action.primary {
    background: #1979c3 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    padding: 12px 20px;
}

.wishlist .products-grid .product-item {
    margin-left: 7px !important;
}

.minicart-items .product-item-name {
    text-align: left;
    min-height:  0 !important;
}

.coupon input[type="text"] {
    height: 39px !important;
    margin: 1px 0 0;
}

/* checkout success page */
.checkout-onepage-success main#maincontent {
    padding: 40px 0;
}
.checkout-onepage-success .block.block-reorder {
    border-right: 1px solid #ccc;
}
.checkout-success {
    box-shadow: 1px 2px 3px #ccc;
    padding: 40px;
    background: #f1f2f2;
    border-top: 3px solid #00a3e4;
    border-radius: 6px;
}
strong#block-reorder-heading {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 0 0 5px;
}



.product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
    font-size: 28px;
}
.product-info-price .price-box .price-container .price {
    font-size: 24px !important;
    line-height: 36px;
}


.column.main .product-items {
    margin-left: 0px !important;
}
.column.main .product-item {
    padding-left: 0px !important;
}
.product-item-info {
    max-width: 100%;
    width: 100% !important;
}



.owl-item li.product-slider {
    width: 99% !important;
}

.ho_deals .product-item {
    /*width: 7.45% !important;
      margin: 0 9.4px 0 0;*/
}
.ho_deals .slick-slider
{
    padding: 0 !important;
}
.product-slider-wrapper .slider-list .slick-slider .slick-prev {
    left: 96%;
}
.slick-prev, .slick-next
{
    background-color: #fff !important;
    top: -40px !important;
    height: 35px !important;
    width: 30px !important;
}
.slick-prev
{
    left: 95.5% !important;
}
.slick-prev:before {
    content: "\e617" !important;
}
.slick-next:before {
    content: "\e608" !important;
}
.slick-prev:before, .slick-next:before {
    font-family: "luma-icons" !important;
    font-size: 24px !important;
}
.slick-prev:hover:before, .slick-next:hover:before
{
    color: #00a4e4 !important;
}

.ho_deals .product-item {
    margin-right: 10px;
}
.ho_deals .product-item:nth-child(4n) {
    margin-right: 10px;
}



@media screen and (max-width: 1024px)
{
    ul.tabs li
    {
        width: auto;
        padding: 10px 20px;
    }
    ul.tabs li i
    {
        display: block !important;
        margin: 0 auto 10px !important;
    }

    .column.main .product-items {
        margin-left: 0px !important;
    }

    .products-grid .product-item {
        margin-left: 0px !important;
        /*width: 32.4% !important;*/
        border: 1px solid #ccc;
        /*padding: 20px !important;
        margin-right: 10px;*/
    }
    /*.products-grid .product-item:nth-child(3n) {
        margin-right: 0;
    }*/

    .widget.block h2:after {
        width: 85%;
    }

    .page-products .products-grid .product-item {
        width: 46.31% !important;
        margin-left: 10px !important;
        margin-right: 0;
    }

    .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0px !important;
    }

    .aboutbanner {
        float: none;
        margin: 0;
        text-align: center;
    }

    .post-image {
        height: auto;
        overflow: hidden;
    }

    .tab-content .product-item {
        width: 47.9% !important;
        margin-right: 15px !important;
    }


}



@media screen and (max-width: 767px)
{
    .top_social_links {
        float: right;
        display: none;
    }
    .block-search {
        padding-left: 0px !important;
        position: relative !important;
        width: auto !important;
        z-index: 4;
        display: inherit;
    }
    .page-main
    {
        padding-left: 15px;
        padding-right: 15px;
    }



    ul.tabs li {
        width: unset;
        padding: 10px;
        font-size: 0;
        color: transparent !important;
    }
    ul.tabs li i {
        display: block !important;
        margin: 0 auto 5px !important;
    }
    .columns .column.main
    {
        width: 100%;
    }
    .products-grid .product-item {
        margin-left: 0px !important;
        /*width: 100% !important;*/
        border: 1px solid #ccc;
        padding: 20px !important;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .widget.block h2:after {
        width: 64%;
    }

    .footer-col {
        width: 100% !important;
    }
    .footer.content .links {
        width: auto;
    }
    .footer.content .links > li {
        background: transparent;
        font-size: inherit;
        border-top: none;
        margin: 0;
        padding: 0;
    }
    .footer.content .links a, .footer.content .links strong {
        display: block;
        padding: 5px 0;
    }
    .footer-col.col4 {
        float: none;
        width: 100%;
    }
    .nav-sections-item-content
    {
        padding: 0 !important;
    }
    .navigation ul li {
        width: 100%;
    }
    .nav-sections-item-title {
        background: #00a3e4 !important;
        border: none !important;
    }
    .nav-sections-item-title.active {
        background: rgb(255, 255, 255) !important;
        border-bottom: 0;
    }
    .nav-sections-item-title.active a
    {
        color: #00a3e4 !important;
    }
    .nav-sections-item-title a
    {
        color: #fff;
    }
    li.greet span
    {
        color: #fff;
    }

    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        color: #ffffff;
    }

    .top-signin a:before {
        color: #cff1ff;
    }
    .top-signin a:hover {
        color: #fff !important;
        text-decoration: none;
    }
    .minicart-wrapper {
        z-index: 2323;
    }

    form#contact-form {
        width: 100%;
    }
    .contBanner .widget {
        width: 100%;
    }
    .contact-index-index form + .widget {
        width: 100%;
    }
    .tp-caption.skewfromleft
    {
        display: none !important;
    }


    .page-products .products-grid .product-item:nth-child(5n + 1) {
        margin-left: 0px !important;
    }
    .page-products .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0px !important;
    }

    .page-products .products-grid .product-item {
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0;
    }


    .owl-carousel-products-upsell .owl-nav {
        width: 65px;
    }

    .contactdiv {
        margin: 0px 0 0 20%;
    }

    .tab-content .product-item {
        width: 100% !important;
        margin-right: 0 !important;
    }

}










.checkout-onepage-success div#registration {
    display: none;
}

.block-search .action.search{
    background: none !important;
}

.authentication-wrapper button.action-auth-toggle{

    color:#0088CC !important;
    background:none !important;
}


/* reviews star */
.reviews-actions a.action.add {
    position: relative;
    display: block;
}
img.review_init {
    position: relative;
}
img.review_hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.reviews-actions a.action.add:hover img:last-child
{
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 980px)
{
    /*.ho_deals .product-item {
        width: 9.09% !important;
        margin: 0 0 0 0;
    }*/
    .slick-prev {
        left: 94% !important;
    }

}


@media screen and (max-width: 767px)
{

    .sticky-nav .header.content {
        padding: 20px 15px 0;
        transition: all .3s ease 0s;
    }
    .nav-toggle
    {
        float: left;
    }
    .sticky-nav .logo {
        margin: -8px auto 15px 40px;
        transition: all .3s ease 0s;
    }

    .slick-prev {
        left: 85% !important;
    }

    .ho_deals .product-item {
        margin-right: 0px !important;
    }

}



.cms-index-index .products.wrapper.grid.products-grid.products- {
    padding: 0 !important;
}


.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.mytooltip + .tooltip > .tooltip-inner {
    background-color: #039DE9;
    color: #FFFFFF;
    border: 1px;
    padding: 15px;
    word-wrap: break-word;
    text-align: left;
    white-space: pre-line;
    font-size: 15px;
}

.display_inline_block{
    display: inline-block;
}
.product-item .btnEmailTrigger {
    font-size: 1.3rem;
    line-height: 1;
    padding-bottom: 12px;
    padding-top: 12px;
    white-space: nowrap;
    width: 100%;
    background: #00a4e4;
    border: 1px solid #00a4e4;
    border-radius: 0 5px 0 5px;

    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.product-item .btnEmailTrigger:hover
{
    background: transparent !important;
    border: 1px solid #00a4e4 !important;
    color: #00a4e4 !important;
}
/*-----------------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------------------*/
.modal{
    background-color: rgba(0, 0, 0, 0.3);
}
.modal-backdrop{
    position: relative;
}
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.thank-you-message-div{
    text-align: center;
}
.thank-you-message{
    color: #00a4e4;
}


