::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #064564 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #064564 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #064564 !important;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price{
    font-family: 'Oswald';
}
.filterproducts-tab a{
    font-family: 'Oswald';
}
.filterproducts-tab .data.items > .item.title a.switch {
    font-size: 14px !important;
    letter-spacing: 0.05em !important;
}
/********************************New Css**************************************/
.rfq-btn-header {
    background-color: #fec200;
    padding: 0px 14px !important;
    color: #000 !important;
    border-radius: 3px;
    margin: 0px 0;
    line-height: 36px;
    /* border-bottom: 3px solid #ff821e; */
    display: inline-block;
    text-transform: uppercase;
}
.minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before {
    content: '\e87f';
    color: #393f4f;
}
.sticky-header .minicart-wrapper .action.showcart:before, .sticky-header .minicart-wrapper .action.showcart.active:before{
    color: #ffffff;
}
.product-info-main .product-info-stock-sku{
    text-align: left;
    padding-left: 0%;
    color: #000;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.product-info-main .product-info-price .price-box{
    text-align: right;
}
.product-info-price .price-box .price-container .price {
    color: #ee2d43;
}
/**********************************End New Css**************************************/

.action.compare.no-display {
    display: none !important;
}
body > p {
    display: none;
}
.toolbar .modes > a {
    text-decoration: none;
}
.toolbar-amount {display: none;}
.clearer {
    clear:both;
}
.box-tocart .paypal:first-of-type {
    margin-top: 3px !important;
    margin-left: 0;
}
.product-info-main .box-tocart .actions button#product-addtocart-button {
    width: auto;
}
a#product-bulk-price-button {
    display: none;
}

@media (min-width: 1200px) {
    .col-lg-2-4 {
        width: 20%;
    }
    .col-lg-9-6 {
        width: 80%;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .filterproducts-tab .data.items>.item.content {
    border-top: solid 2px #e7e7e7;
    margin-top: 31px;
    padding-top: 18px;
}
.filterproducts-tab .data.items > .item.title.active a.switch:after {
    content: '';
    position: absolute;
    background-color: #fa4a4a;
    height: 2px;
    width: 100%;
    bottom: -11.4px;
    left: 0;
}
    .col-sm-3.cat-fblock,.col-sm-2.account-fblock,.footer-middle .block .block-title,
    .footer-middle p.contact-num,.footer-middle p.live-chat,.footer-middle p.footer-email {
        display: block;
    }
    .security-badges {
        margin: 10px 0;
    }
    .page-header.type1 .custom-block {
        right: 60px;
    }
    .layout-1280 .navigation, .layout-1280 .page-wrapper > .breadcrumbs .items, .layout-1280 .page-header .header.panel, .layout-1280 .header.content, .layout-1280 .footer.content, .layout-1280 .page-wrapper > .widget, .layout-1280 .page-wrapper > .page-bottom, .layout-1280 .block.category.event, .layout-1280 .top-container, .layout-1280 .page-main {
        max-width: 1280px;
    }
    .page-header.type1 .block-search{
        margin-left: 100px;
    }
    .layout-1280 .container {
        width: 1280px;
        max-width: 100%;
    }
    .block-search input {
        margin: 0;
        height: 40px;
        border-radius: 0 !important;
        padding: 10px 50px 10px 20px;
        border-color: #cccccc #fff #cccccc #cccccc;
    }
    .home-cat-blk {
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
        font-size: 26px;
    }
    .cat-list h2 {
        font-size: 20px;
        font-weight: 600;
        padding-left: 5px;
    }
    .filterproducts-tab .data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
/*        background: url(../images/slider-bar.png) right 10px no-repeat;*/
    }
    .filterproducts-tab .data.items:before, .filterproducts-tab .data.items:after {
        content: '';
        display: table;
    }
    .filterproducts-tab .data.items:after {
        clear: both;
    }
    .filterproducts-tab .data.items > .item.title {
        float: left;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 15px;
        border-left: 0px;
        position: relative;
    }
    .filterproducts-tab .data.items > .item.title:first-child a.switch {
        padding-left: 0;
        border: 0;
    }
    .filterproducts-tab .data.items > .item.content {
        margin-top: 30px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
    }
    .sm-f-right {
        float: right !important;
    }
    .filter-toggle {
        border: 1px solid #ccc;
        font-weight: 400;
        color: #777;
        text-align: center;
        width: auto;
        line-height: 26px;
        background-color: #fff;
        margin-left: 5px;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 10px;
        display: inline-block;
    }
    .filter-toggle:hover {
        color: #777;
    }
    .filter-toggle.active {
        color: #fff;
        background-color: #08c;
        border-color: #08c;
    }
    .column.main {
        transition: all 0.5s;
    }
    .column.main.toggle-close {
        width: 100% !important;
    }
    .sidebar.sidebar-main {
        transition: all 0.5s;
    }
    .sidebar.sidebar-main.toggle-close {
        margin-left: -300px;
        opacity: 0;
        visibility: hidden;
    }
}
.col-lg-4.col-md-5.col-sm-12.cart-prod-block {
    text-align: center;
    padding: 20px 0;
    border: 5px solid #f6f6f6;
    border-bottom: 0;
    width: 265px;
    height: 255px;
}
.cart-prod-block .field.qty {
    margin-right: 0;
}
.btn-default {
    color: #fff;
    font-weight: 400;
    background-image: none;
    background-color: #08c;
    text-shadow: none;
    border: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.prev-next-products {
    float: right;
    margin-right: -12px;
}
.page-header.type1 .nav-sections {
    background-color: transparent;
    color: #777;
    margin-bottom: 0 !important;
    background: linear-gradient(0deg,#064563,#2d617b);
}
.products-grid .owl-carousel .product-item {
    width: auto;
    padding: 0;
    float: none;
    background-color: #f4f4f4;
}
.margin0{
    margin: 0;
}
.padding0{
    padding: 0;
}
.homepage-category {
    margin-bottom: 20px;
}
.hcat-block{
    padding: 0;
    margin: 0 10px;
    -webkit-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.62);
}
.hcat-block a img {
    width: 100%;
}
.pc-block p:first-child {
    width: 75px;
}

.cat-list {
    padding: 0 5px 10px;
}

.cat-list ul {
    padding: 0;
}
.cat-list ul li {
    list-style-type: none;
}
.cat-list ul li:before {
    content: '\00b7';
    font-size: 100px;
    line-height: 24px;
    vertical-align: bottom;
    color: #0088cc;
}
.cat-list ul li:last-child {
    list-style-type: none;
}
.owl-middle-narrow .owl-theme .owl-controls, .owl-middle-narrow.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 90%;
    left: 0;
    bottom: 0%;
    width: 100%;
    margin-top: -37px;
    visibility: visible;
    opacity: 1;
    transition: all .2s;
    pointer-events: none;
}
.homepage-bar {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    margin: 0;
}
.page-header.type1 .nav-sections {
    background-color: transparent;
    color: #777;
    margin-bottom: 0 !important;
    background: linear-gradient(0deg,#064563,#2d617b);
}
.homepage-bar .col-md-4 {
    border-left: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 21px;
}
.homepage-bar .col-md-4:first-child {
    border-left: 0;
}
.homepage-bar [class*=" porto-icon-"], .homepage-bar [class^="porto-icon-"] {
    font-size: 34px;
    color: #9fa4af;
    display: inline-block;
    vertical-align: middle;
}
.homepage-bar .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}

.homepage-bar h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
.homepage-bar p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    color: #c8cdcf;
}
.image-link {
    display: block;
    position: relative;
}
.image-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.image-link:hover:before {
    opacity: 0.1;
    visibility: visible;
}
.image-link img {
    width: 100%;
}
.border-radius .image-link:before {
    border-radius: 8px;
}

.custom-support {
    text-align: left;
}
.custom-support em[class*=icon-] {
    float: left;
    background-color: #e35d53;
    color: #fff;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
}
.custom-support div.content {
    margin-left: 76px;
}
.custom-support div.content>h2 {
    color: #000;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
.custom-support div.content>em {
    color: #888;
    font-weight: 300;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.custom-support div.content>p {
    color: #666;
    font-size: 14px;
}
.parallax-wrapper {
    position: relative;
}
.parallax-wrapper .overlay {
    background-color: #000;
    opacity: 0.55;
    filter: alpha(opacity=55);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.parallax {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 50px 0;
}
.parallax-slider {
    text-align: center;
}
.parallax-slider .owl-carousel h2 {
    font-size: 60.28px;
    color: #fff;
    line-height: 1;
}
.parallax-slider .owl-carousel p {
    font-size: 22.6px;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px;
}
.parallax-slider .owl-carousel a {
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.brands-slider .owl-carousel .owl-item img {
    width: 166px;
    height: 63px;
    max-width: 100%;
}
.amazon-button-container.centered-button {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 13px;
}
@media only screen and (max-width: 767px) {
    .nav-open .page-wrapper {
        position: fixed;
        z-index: 3;
    }
    .block.block-amazon-login {
    margin-bottom: 65px;
    }
    header.page-header .nav-sections-item-title.active {
        background: #fff;
        border-bottom: 0;
    }
    .navigation a, .navigation a:hover {
        color: #fff;
        text-decoration: none;
    }
    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none;
        color: #fff;
    }
    .fme-li {
        float: none !important;
    }
    .nav-sections .header.links{
        color: #ffffff;
    }
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        color: #fff;
        text-decoration: none;
        display: block;
        font-weight: 400;
        padding: 12px 20px;
    }
}
@media (max-width: 991px) {
    .homepage-bar .col-md-4 {
        border: 0;
        text-align: left !important;
    }
    .parallax {
        background-position: center center !important;
        background-attachment: initial;
    }
}
@media (max-width: 767px) {
    .col-lg-4.col-md-5.col-sm-12.cart-prod-block {
        clear: both;
    }
    .hp-bar-container{
        padding: 0;
    }
    .footer-img {
        float: left;
    }
    .col-sm-3.cat-fblock,.col-sm-2.account-fblock,.footer-middle .block .block-title,
    .footer-middle p.contact-num,.footer-middle p.live-chat,.footer-middle p.footer-email {
        display: none;
    }
    .security-badges {
        margin: 0;
    }
    .owl-theme .owl-controls {
        display: none;
    }
    .page-header.type1 .block-search{
        float: none;
        margin-bottom: 0;
        margin-top: 90px;
    }
    .parallax-slider .owl-carousel h2 {
        font-size: 40px;
    }
    .parallax-slider .owl-carousel p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .parallax-slider .owl-carousel a {
        font-size: 13px;
    }
}
/*=============== Demo 1 Homepage Slider ===============*/
.owl-banner-carousel .content.type1 h2{font-size:60px}
.owl-banner-carousel .content.type1 p{font-size:25px}
.owl-banner-carousel .content.type1 a{font-size:16px}

@media (max-width:1199px){
    .owl-banner-carousel .content.type1 h2{font-size:48px}
    .owl-banner-carousel .content.type1 p{font-size:20px}
    .owl-banner-carousel .content.type1 a{font-size:13px}
}
@media (max-width:991px){
    .owl-banner-carousel .content.type1 h2{font-size:36px}
    .owl-banner-carousel .content.type1 p{font-size:15px}
    .owl-banner-carousel .content.type1 a{font-size:10px}
}
@media (max-width:767px){
    .owl-banner-carousel .content.type1 h2{font-size:24px}
    .owl-banner-carousel .content.type1 p{display:none}
    .owl-banner-carousel .content.type1 a{font-size:8px}
}
/*=============== Demo 8 Homepage Slider ===============*/
#banner-slider-demo-8 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-8 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-8 .slide1-content p{font-size:23.64px}
#banner-slider-demo-8 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-8 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-8 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-8 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-8 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-8 .slide3-content em{font-size:26.26px}
#banner-slider-demo-8 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-8 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
    #banner-slider-demo-8 .slide1-content img.quote{width:30px}
    #banner-slider-demo-8 .slide1-content em{font-size:20px;margin:0 8px}
    #banner-slider-demo-8 .slide1-content h2{font-size:60px;margin:4px 0 8px}
    #banner-slider-demo-8 .slide1-content p{font-size:18px}
    #banner-slider-demo-8 .slide2-content em{font-size:20px;margin-left:7px}
    #banner-slider-demo-8 .slide2-content h2{font-size:65px;margin:2px 0 8px}
    #banner-slider-demo-8 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
    #banner-slider-demo-8 .slide2-content p span.split{margin:0 8px 0 9px}
    #banner-slider-demo-8 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
    #banner-slider-demo-8 .slide3-content em{font-size:20px}
    #banner-slider-demo-8 .slide3-content h2{font-size:65px;margin-bottom:13px}
    #banner-slider-demo-8 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    margin-bottom: 9.5px;
}
.slider-with-side .side-area .item1 img, .slider-with-side .side-area .item2 img{
    width: 390px;
    height: 168px;
}
.slider-with-side {
    margin: 0 -8px;
display: flex;
    justify-content: flex-end;
}
.slider-with-side .slider-area {
    padding: 0 0px;
    float: left;
   /* width: 66%; */
width: 42%;
}
.slider-with-side .slider-area .item .content .ribbon {
    right: 13px;
    top: 16px;
}
.slider-with-side .slider-area .item .content .ribbon em {
    font-size: 14px;
    margin: 0;
    margin-right: 63px;
}
.slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 33px;
    margin: 0;
    margin-right: 14px;
}
.slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 18px;
    margin: 0;
    margin-top: -3px;
}
.slider-with-side .slider-area .item .content .text-area h2 {
    display: inline-block;
    padding: 7px 50px 7px 11px;
    font-size: 42.7px;
    margin-bottom: 4px;
}
.slider-with-side .slider-area .item .content .text-area p {
    display: inline-block;
    padding: 12px 17px 12px 13px;
    font-size: 17.58px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 11px;
        top: 11px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 13px;
        margin-right: 60px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 30px;
        margin-right: 12px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 16px;
        margin-top: -2px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 6px 45px 6px 10px;
        font-size: 38px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 10px 15px 10px 11px;
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 3px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 8px;
        margin-right: 40px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 22px;
        margin-right: 7px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 10px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area h2 {
        padding: 4px 38px 4px 7px;
        font-size: 22px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        padding: 6px 11px 6px 8px;
        font-size: 9px;
    }
}
@media (max-width: 480px) {
    .slider-with-side .slider-area .item .content .ribbon {
        right: 3px;
        top: 1px;
    }
    .slider-with-side .slider-area .item .content .ribbon em {
        font-size: 6px;
        margin-right: 22px;
    }
    .slider-with-side .slider-area .item .content .ribbon h3 {
        font-size: 14px;
        margin-right: 2px;
    }
    .slider-with-side .slider-area .item .content .ribbon h5 {
        font-size: 6px;
        margin-top: -1px;
    }
    .slider-with-side .slider-area .item .content .text-area p {
        display: none;
    }
}
.slider-with-side .side-area {
    padding: 0 8px 0 7px;
    float: left;
    width: 34%;
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}
.slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s;
}
.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
    opacity: 0.1;
    filter: alpha(Opacity=10);
    visibility: visible;
}
.slider-with-side .side-area .item1 .content {
    position: absolute;
    bottom: 17px;
    left: 15px;
    text-align: left;
}
.slider-with-side .side-area .item1 .content em {
    font-size: 27.45px;
    margin: 0;
    margin-bottom: 2px;
    display: block;
    margin-left: 4px;
}
.slider-with-side .side-area .item1 .content h2 {
    font-size: 35.16px;
    margin: 0;
    margin-bottom: 14px;
}
.slider-with-side .side-area .item1 .content a {
    font-size: 15.08px;
    margin: 0;
    margin-left: 4px;
    display: block;
}
.slider-with-side .side-area .item2 .content {
    position: absolute;
    bottom: 17px;
    left: 21px;
    text-align: left;
}
.slider-with-side .side-area .item2 .content h2 {
    font-size: 33.86px;
    margin: 0;
    margin-bottom: 12px;
}
.slider-with-side .side-area .item2 .content p {
    font-size: 18.34px;
    margin: 0;
    margin-left: 1px;
}
.slider-with-side .side-area .item2 .content a {
    font-size: 13px;
    border: 0;
    text-shadow: none;
    padding: 8px 10px 8px 15px;
    margin: 13px 0 0 25px;
}
.slider-with-side .side-area .item3 {
    margin: 0 !important;
}
.slider-with-side .side-area .item3 .content {
    position: absolute;
    bottom: 17px;
    left: 19px;
    text-align: left;
}
.slider-with-side .side-area .item3 .content h2 {
    font-size: 32px;
    margin: 0;
}
.slider-with-side .side-area .item3 .content p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 17px;
}
.slider-with-side .side-area .item3 .content a {
    font-size: 16px;
    margin: 0;
}
@media (max-width: 1199px) {
    .slider-with-side .side-area .item1 .content {
        bottom: 15px;
        left: 13px;
    }
    .slider-with-side .side-area .item1 .content em {
        font-size: 22px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item1 .content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item1 .content a {
        font-size: 13px;
        margin-left: 2px;
    }
    .slider-with-side .side-area .item2 {
        margin-bottom: 8px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item2 .content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .slider-with-side .side-area .item2 .content p {
        font-size: 13px;
    }
    .slider-with-side .side-area .item2 .content a {
        font-size: 12px;
        padding: 7px 8px 7px 13px;
        margin: 5px 0 0 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 15px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content h2 {
        font-size: 28px;
    }
    .slider-with-side .side-area .item3 .content p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .slider-with-side .side-area .item3 .content a {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .slider-with-side .slider-area {
        padding: 0 8px;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area {
        padding: 0;
        float: none;
        width: 100%;
    }
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 33.33%;
        float: left;
        margin: 0;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 20px;
        left: 20px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 20px;
        left: 15px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 20px;
        left: 20px;
    }
}
@media (max-width: 767px) {
    .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
        padding: 8px;
        width: 100%;
        float: none;
    }
    .slider-with-side .side-area img {
        width: 100%;
    }
    .slider-with-side .side-area .item1 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item2 .content {
        bottom: 30px;
        left: 25px;
    }
    .slider-with-side .side-area .item3 .content {
        bottom: 30px;
        left: 25px;
    }
}
.banner-content-6 {
    padding: 290px 0 80px;
    line-height: 1;
}
.banner-content-6 .text-content em {
    font-size: 26.26px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.banner-content-6 .text-content h2 {
    font-size: 79.12px;
    letter-spacing: -4px;
}
.banner-content-6 .text-content p {
    margin: 0;
}
.banner-content-6 .text-content p span {
    font-size: 23.64px;
    padding-left: 5px;
    line-height: 2;
}
.banner-content-6 .text-content p a {
    font-size: 16px;
    padding: 10px 35px;
    margin-left: 5px;
    margin-top: 7px;
    margin-bottom: 125px;
}
@media(max-width:767px){
    .banner-content-6 .text-content em {
        font-size: 16.26px;
    }
    .banner-content-6 .text-content h2 {
        font-size: 54.12px;
    }
    .banner-content-6 .text-content p span {
        font-size: 13.64px;
    }
    .banner-content-6 .text-content p a {
        font-size: 12px;
        padding: 7px 15px;
    }
}
.filter-title-type-2 {
    font-size: 19px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.filter-title-type-2 span {
    display: table-cell;
    position: relative;
}
.filter-title-type-2 span.title-line:after {
    content: "";
    width: 100%;
    border-top: 1px solid #d8d8d8;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.one-product .filterproduct-title {
    background: #fff;
    text-align: center;
    color: #333;
    font-weight: 700;
    line-height: 50px;
}
.one-product .products-grid {
    margin: 0;
    background-color: #fff;
    padding-bottom: 20px;
}
.one-product .product-item-info .product-item-details {
    padding-top: 20px;
}
.one-product .owl-dots {
    margin-top: 0;
}
.shop-features {
    text-align: center;
}
.shop-features [class*=" porto-icon-"], .shop-features [class^="porto-icon-"] {
    color: #333;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 28px;
}
.shop-features h3 {
    color: #121214;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 10px;
}
.shop-features p {
    color: #777;
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}
.shop-features a {
    margin: 0;
    font-size: 14px;
}
.wishlist-index-index .products-grid .product-item .product-item-inner {
    margin: 9px 0 0;
    padding: 10px;
    position: relative;
}
.products-grid.wishlist .product-item .tocart {
    height: auto;
    line-height: 30px;
    min-width: 120px;
    padding: 0 11px;

}
@media (min-width: 992px){
.wishlist-index-index .products-grid .product-items .product-item {
    width: 24%;
}
.col-lg-4.col-md-5.col-sm-12.cart-prod-block {
    float: right;
}

}

.hide-addtocart .products-grid .product-item-actions .actions-primary, .hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary {
    display: none;
}
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare {
    display: none;
}
.owl-middle-outer-narrow .owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    color: #3d3734;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -60px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
    right: -60px;
}
.owl-bottom-narrow .owl-controls {
    position: absolute;
    bottom: 20px;
    margin: 0;
    width: 100%;
}
.filterproducts-tab .data.items {
    margin: 0;
    padding: 0;
    margin-bottom: 18px;
    margin-left: -15px;
    margin-right: -15px;
}
/*.filterproducts-tab .data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}*/
.filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch {
    color: #fa4a4a;
}
.filterproduct-title > a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.catalogsearch-result-index .sidebar.sidebar-main:before {
    display: none;
}
.sidebar .custom-block {
    margin-bottom: 30px;
    padding-bottom: 40px;
    background: url(../images/bkg_4.png) bottom no-repeat;
}
.products.wrapper .product-item .product-item-photo .qty-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.products.wrapper .product-item .qty-box {
    display: block;
    width: 88px;
    margin: 0 auto 5px;
}
.products.wrapper.products-list .product-item .qty-box {
    margin: 0 0 5px;
}
.products.wrapper .product-item .qty-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border: solid 1px #dfdfdf;
}
.products.wrapper .product-item .qty-box .qtyminus,.products.wrapper .product-item .qty-box .qtyplus {
    position: relative;
    border: solid 1px #dfdfdf;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    float: left;
    margin-right: -1px;
}
.products.wrapper .product-item .qty-box .qtyplus {
    float: right;
    margin-right: 0;
    margin-left: -1px;
}
.products-grid .product-item .has-qty {
    margin-top: 37px;
}
.product-info-main .custom-block {
    padding: 5px 0 0px;
    margin-bottom: 0px;
    float: right;
}
.product-info-main .custom-block .item:first-child {
    border-left: 0;
    padding-left: 0;
}
.product-info-main .custom-block .item {
    border-left: 1px solid #e6e6e6;
    display: inline-block;
    padding: 0 10px;
    text-align: left;
}
.product-info-main .custom-block i {
    font-size: 34px;
    display: inline-block;
    vertical-align: middle;
}
.product-info-main .custom-block .text-area {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 5px;
}
.product-info-main .custom-block .text-area h3 {
    font-size: 14px;
    font-weight: 400;
    color: #7a7d82;
    margin: 0;
}
@media only screen and (min-width : 767px) and (max-width:1024px){
    .amazon-button-container.centered-button {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    }
}
@media (max-width: 767px){
    .page-header.type1 .logo {
    height: 40px;
    float: left;
    margin: 10px 0;
    width: 50%;
    text-align: right;
    }
    .page-header.type1 .logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    float: right;
    }
    .filterproducts-tab .data.items > .item.title {
        padding: 10px;
        border-top: 1px solid #eee;
    }
    .filterproducts-tab .data.items > .item.title a.switch {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .history p {
    margin: 0;
    margin-left: 15px;
    line-height: 24px;
    padding-right: 15px;
    }
    div#minicart-amazon-pay-button.amazon-minicart-container {
    margin-top: 15px;
    }
    .row.homepage-bar {
    display: none;
    }
    .cat-custom-block {
    display: none;
    }
    .block-category-list .block-title{
        border-radius: 0;
    }
    .block-category-list .block-content{
        border-radius: 0;
    }
    .filter-options {
    display: block;
    margin: 15px 0;
    }
    .filter-actions {
    margin: 0;
    border-radius: 0;
    }
    .filter .filter-current {
    margin: 0;
    border: solid #ccc;
    border-width: 1px 0;
    }
    .filter .filter-current-subtitle{
        border-radius: 0;
    }
    .entry-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
    }
}
.entry-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: justify;
}
.grid-images {
    text-align: center;
}
.grid-images .row {
    margin-left: -10px;
    margin-right: -10px;
}
.grid-images .col-sm-4, .grid-images .col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
}
.grid-images img {
    max-width: 100%;
}
.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
    opacity: 1;
    filter: alpha(Opacity=100);
    visibility: visible;
    transition: all 0.2s;
}
.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
    opacity: 0.8;
    filter: alpha(Opacity=80);
    visibility: visible;
}
.grid-images .grid1 {
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .grid-images .grid1 {
        margin-bottom: 9px;
    }
}
@media (max-width: 767px) {
    .grid-images .grid2 {
        margin-bottom: 9px;
    }
}
@media (min-width: 992px){
    .md-f-right {
        float: right !important;
    }
}

.side-custom-menu {
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;
}
.side-custom-menu h2 {
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    padding: 13px 13px 12px;
    background-color: #f5f5f5;
    line-height: 1;
    margin: 0;
}
.side-custom-menu ul {
    padding: 0 12px;
    margin: 0;
    list-style: none;
}
.side-custom-menu ul li {
    text-align: left;
    padding: 13px 4px 12px;
    border-top: 1px solid #ddd;
    margin: 0;
    line-height: 1;
}
.side-custom-menu ul li:first-child {
    border: 0;
}
.side-custom-menu ul li a {
    color: #777;
    font-size: 15px;
    line-height: 1;
    display: block;
}
.home-side-menu-type2{margin-bottom:50px}
.home-side-menu-type2>h2{font-size:15px;font-weight:600;color:#333;margin-bottom:15px;margin-top:0;}
.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}
.side-menu-type2.side-block{border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar{padding:0;list-style:none}
.side-menu-type2.side-block ul.category-sidebar ul{list-style:none;margin:0;display:none;padding-left:1.5em}
.side-menu-type2.side-block ul.category-sidebar>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar li{position:relative}
.side-menu-type2.side-block ul.category-sidebar a{font-size:13px;color:#777}
.side-menu-type2.side-block ul.category-sidebar a:hover{color:#000;text-decoration:none}
.side-menu-type2.side-block ul.category-sidebar>li>a{font-size:15px}
.side-menu-type2.side-block ul.category-sidebar ul>li{line-height:40px;border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar ul>li:first-child{border-top:0}
.featured-box-2{margin:30px 0}
.featured-box-2 h3{color:#121213;font-size:15px;border-bottom:1px solid #ddd;line-height:1.4;padding:8px 0;margin-bottom:10px}
.featured-box-2 h3 em{font-size:18px}
.featured-box-2 p{font-size:14px;margin-bottom:10px}
.featured-box-2 a{font-size:14px}
.social-icons [class^="porto-icon-"] {
    color: #fff;
}
.sidebar-title {
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #313131;
    line-height: 1;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    text-decoration: none;
}
body.boxed {
    padding: 24px 0 17px;
    background: url(../images/boxed_bg.png) repeat;
}
body.boxed .page-wrapper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}
.fotorama .fotorama__fullscreen-icon {
    display: block;
}
.fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr {
    background: none;
    color: #08c;
}
.fotorama-sprite:before, .fotorama__fullscreen .fotorama__zoom-out:before, .fotorama__fullscreen .fotorama__zoom-in:before, .fotorama__arr .fotorama__arr__arr:before, .fotorama__fullscreen-icon:before, .fotorama__thumb__arr:before {
    font-family: 'porto-icons';
    display: block;
    text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
    height: auto;
}
.fotorama__arr--next .fotorama__arr__arr:before {
    content: "\f809";
    font-size: 35px;
    line-height: 1;
}

.fotorama__arr--prev .fotorama__arr__arr:before {
    content: "\f80a";
    font-size: 35px;
    line-height: 1;
}
.fotorama__thumb__arr--left .fotorama__thumb__arr:before {
    content: "\f80a";
    font-size: 30px;
    line-height: 1;
}

.fotorama__thumb__arr--right .fotorama__thumb__arr:before {
    content: "\f809";
    font-size: 30px;
    line-height: 1;
}
.fotorama__zoom-in:before {
    content: "\f85a";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__zoom-out:before {
    content: "\f85b";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__fullscreen-icon:before {
    content: "\f859";
    font-size: 20px;
    line-height: 50px;
}
.fotorama__stage {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
}
.fotorama__nav--thumbs .fotorama__thumb {
    border: 1px solid #ccc !important;
    border-radius: 5px;
    background-color: #fff;
}
.fotorama__nav .fotorama__thumb__arr {
    padding-bottom: 0;
}
.fotorama__nav .fotorama__thumb-border {
    border-radius: 5px;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 3px solid #fff !important;
}
.fotorama__stage__shaft {
    border: 3px solid #fff;
    box-sizing: border-box;
    max-width: 100%;
}
.main-product-detail {
    background-color: #efefef;
    padding: 71px 0;
}
.weltpixel-quickview-catalog-product-view .main-product-detail {
    padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main {
    padding: 0 15px;
}
.custom-block-tab {
    background-color: #fff;
    border: #e4e4e4 solid 1px;
    padding: 30px 20px 40px;
    margin-top: 3px;
}
.move-product-tab .owl-top-narrow .owl-theme .owl-controls {
    top: -25px;
}
.move-product-tab .products-grid .owl-carousel .product-item {
    margin-bottom: 10px;
    padding: 10px 0 6px;
    overflow: hidden;
}
.move-product-tab .product-items .product-item-info .product-item-photo {
    max-width: 30%;
    float: left;
    margin-right: 10px;
}
.move-product-tab .product-items .product-item-details {
    margin-left: calc(31% + 15px);
    text-align: left;
    padding: 0;
}
.move-product-tab .product-items .product-reviews-summary {
    display: block;
    background: none;
}
.move-product-tab .product-items .price-box {
    margin-bottom: 0;
}
.main-upsell-product-detail {
    background-color: #f4f4f4;
    padding: 60px 0 45px;
    margin-top: -60px;
}
.main-upsell-product-detail .block.upsell .title strong {
    background-color: #f4f4f4;
}
.message {
    border-radius: 5px;
}
@media (max-width: 1199px) {
    body.boxed .page-wrapper {
        width: 980px;
    }
}
@media (max-width: 991px) {
    body.boxed .page-wrapper {
        width: 750px;
    }
}
@media (max-width: 767px) {
    body.boxed .page-wrapper {
        width: 630px;
    }
    .sm-clearer {
        clear: both;
    }
}
@media (max-width: 640px) {
    body.boxed .page-wrapper {
        width: 460px;
    }
    .cat-list h2 {
        font-size: 14px;
        font-weight: 600;
        padding-left: 5px;
    }
    .home-cat-blk {
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    body.boxed .page-wrapper {
        width: 300px;
    }
}

.block.block-border {
    border-radius: 7px;
    overflow: hidden;
}
.block.block-border .block-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #777;
    position: relative;
    border-radius: 7px 7px 0 0;
    margin: 0;
}
.block.block-border .block-content {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}
.category-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
}
.category-sidebar li {
    position: relative;
    margin: 0;
}
.category-sidebar ul {
    display: none;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0;
}
.category-sidebar li > .expand-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 32px;
}
.category-sidebar li > a:not(.expand-icon) {
    color: #777;
    font-size: 13px;
    line-height: 2.5;
}
@media (max-width: 1199px) {
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
        width: 728px;
        width: calc(75vw - 19.5px);
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
        font-size: 13px;
        line-height: 34px;
    }
    .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
        line-height: 34px;
    }
    .home-side-menu h2.side-menu-title {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .home-side-menu {
        display: none;
    }
}

.cms-index-index blockquote.testimonial{background-color:#08c;border:0;border-radius:10px;color:#fff;font-family:Georgia,serif;font-style:italic;margin:0;padding:10px 50px;position:relative;font-size:1.2em;line-height:1.3}
.cms-index-index blockquote.testimonial:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index blockquote.testimonial:after{right:10px;bottom:-0.5em;color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index .testimonial-arrow-down{border:15px solid transparent;border-top-color:#08c;border-bottom:0;height:0;margin:0 0 0 25px;width:0}
.cms-index-index .testimonial-author{margin:8px 0 0 8px}
.cms-index-index .testimonial-author .img-thumbnail{border-radius:7px;float:left;margin-right:10px;position:relative;padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;display:inline-block;max-width:100%;height:auto}
.cms-index-index .testimonial-author .img-thumbnail img{max-width:60px;display:inline-block;height:auto}
.cms-index-index .testimonial-author p{color:#666;margin:0 0 0 25px;text-align:left;line-height:24px}
.cms-index-index .testimonial-author p >strong{color:#111;display:block;padding-top:7px;font-size:14px}
.cms-index-index .testimonial-author span{color:#666;display:block;font-size:12px}

.block.block-subscribe.home-sidebar-block{border:1px solid #ddd;border-top:5px solid #08c;border-radius:7px;background-color:#fbfbfb;text-align:center;padding:25px 20px 0}
.block.block-subscribe.home-sidebar-block .block-title strong{font-size:16px;color:#313131;font-weight:700;text-transform:uppercase;padding:30px 0 20px}
.block.block-subscribe.home-sidebar-block .block-content p{line-height:1.8}
.block.block-subscribe.home-sidebar-block label.label{display: none}

.block.block-subscribe.home-sidebar-block .newsletter .control{padding:10px 10px 40px 10px;position:relative}
.block.block-subscribe.home-sidebar-block .newsletter .control input{padding:5px 60px 5px 10px;border:1px solid #d3d3d3;border-radius:5px;background-color:#fefefe;line-height:16px;height:34px}
.block.block-subscribe.home-sidebar-block button.subscribe{width:50px;height:34px;padding:0;line-height:32px;height:32px;background-color:#fefefe;color:#515151;border:0;border-left:1px solid #d3d3d3;border-radius:0 5px 5px 0;position:absolute;right:11px;top:11px}

.shop-features h2.shop-features-title{position:relative;text-align:center;margin:30px 0}
.shop-features h2.shop-features-title:before{content:"";background-image:linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);height:1px;width:100%;display:block;position:absolute;top:50%}
.shop-features h2.shop-features-title span{background-color:#fff;display:inline-block;position:relative;z-index:1;padding:0 12px;color:#313131;font-weight:700;font-size:15px;line-height: 33px;vertical-align: top;}

.single-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.single-image img {
    max-width: 100%;
    transition: 0.5s ease;
}
.single-image img {
    width: 100%;
}
.single-image:hover img {
    transform: scale(1.2);
}

.flex-owl-slider .owl-item:first-child .item {
    border-left-color: transparent;
}
.flex-owl-slider .owl-item .item {
    border-left: 1px solid #e3e4e4;
}
.owl-no-narrow .owl-controls {
    display: none;
}
@media (max-width:640px){
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
        width: 40px;
        padding: 0 12px;
    }
    .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
        display: none;
    }
}
@media (max-width: 991px) {
    .sm-bd-0 {
        border: 0!important;
    }
}

.fancybox-close {
    background: transparent;
    right: 10px;
    top: 10px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}
.fancybox-close:hover {
    text-decoration: none;
}
.fancybox-close:before {
    content: '\f819';
    font-family: 'porto-icons';
}
/* Category Banner */
.page-wrapper > .category-banner{background-color:transparent}
.page-wrapper > .category-banner .banner-image{width:100%}
.category-banner .banner-text{position:absolute;top:30%;width:100%;color:#fff}
.category-banner .banner-text h2{font-size:50px;color:#fff}
.category-banner .banner-text p{font-size:26px;font-weight:300}
.category-boxed-banner.owl-theme .owl-controls{margin-top:-40px;position:relative;height:30px}
.category-boxed-banner .owl-item .item{border-radius:5px;overflow:hidden;position:relative}
.category-boxed-banner .owl-item .item img{width:100%}
.category-boxed-banner .banner-text{position:absolute;top:40%;left:4%;color:#fff;width:100%}
.category-boxed-banner .banner-text h2{font-size:35px;color:#fff;background-color:#333;background-color:rgba(23,23,23,.9);padding:5px 10px;display:inline-block;line-height:1}
.category-boxed-banner .banner-text p{font-size:16px;font-weight:300;background-color:#666;background-color:rgba(23,23,23,.65);padding:7px 12px;line-height:1.4}
.category-boxed-banner .banner-text a.shop-now{margin-left:20px;font-size:16px;}

.full-width-image-banner{height:375px;position:relative}
.full-width-image-banner:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#393733;opacity:0.65;filter:alpha(opacity=65)}
.full-width-image-banner .content{margin-top:-36px}
.full-width-image-banner h2{margin:0;font-size:45px;line-height:1.1}
.full-width-image-banner p{margin:0;font-size:16px}

.no-margin {
    margin: 0 !important;
}

@media (max-width:1199px){
    .category-banner .banner-text h2{font-size:45px}
    .category-banner .banner-text p{font-size:23px}
    .category-boxed-banner .banner-text h2{font-size:38px}
    .category-boxed-banner .banner-text p{font-size:17px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:16px;font-size:14px}
}
@media (max-width:991px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{font-size:16px}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{font-size:12px}
    .category-boxed-banner .banner-text a.shop-now{margin-left:12px;font-size:12px}
}
@media (max-width:767px){
    .category-banner .banner-text h2{font-size:28px}
    .category-banner .banner-text p{display:none}
    .category-boxed-banner .banner-text h2{font-size:28px}
    .category-boxed-banner .banner-text p{display:none}
}
@media (max-width:640px){
    .category-boxed-banner .banner-text a.shop-now{margin-left:10px;font-size:9px}
    
    .full-width-image-banner{height:200px}
    .full-width-image-banner .content{margin-top:-16px}
    .full-width-image-banner h2{margin:0;font-size:30px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
@media (max-width:480px){
    .category-banner .banner-text h2{font-size:14px}
    .category-boxed-banner .banner-text h2{font-size:14px}
    
    .full-width-image-banner{height:150px}
    .full-width-image-banner .content{margin-top:-13px}
    .full-width-image-banner h2{margin:0;font-size:24px;line-height:1.1}
    .full-width-image-banner p{display:none}
}
/* Category Banner */
.image-link span.category-title{display:block;position:absolute;left:-10px;bottom:20px;color:#fff;padding:15px 17px;font-size:15px;font-weight:600;line-height:1;min-width:174px;text-align:left;background-color:#3f4658}
.image-link span.category-title:before{content:"";width:10px;height:10px;border:5px solid transparent;border-right-color:#3f4658;border-top-color:#3f4658;display:block;position:absolute;left:0;top:100%}

.overlay{background-color:#000;opacity:0.55;filter:alpha(opacity=55);width:100%;height:100%;display:none;position:absolute}


.top-newsletter .newsletter button.subscribe {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #000;
    padding: 0 15px;
    background-color: transparent;
    border: 0;
}
.top-newsletter .newsletter input {
    width: 300px;
    height: 30px;
    border-radius: 0;
    line-height: 16px;
    padding: 7px 50px 7px 15px;
}
.top-newsletter .newsletter label {
    display: none;
}
@media (max-width:1199px){
    .top-newsletter #newsletter{width:270px}
}
@media (max-width:991px){
    .top-newsletter #newsletter{width:160px}
}
@media (min-width: 992px){
    .a-left-sm {
        text-align: left;
    }
    .a-right-sm {
        text-align: right;
    }
}

.owl-banner-carousel .content-17.type1 em{font-size:20px;margin-bottom:-5px;margin-left:9px}
.owl-banner-carousel .content-17.type1 h2{font-size:65px;margin-bottom:0}
.owl-banner-carousel .content-17.type1 p{font-size:37px}
.owl-banner-carousel .content-17.type1 a{font-size:15px}
.owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:11px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;color:#fff;border-radius:50%}
.single-images .single-image-label{font-size:17px;text-align:center;color:#818385;line-height:1.4;padding:10px 0;font-weight:600}
.single-images .caption{background-color:#a1a2a3;color:#fff;font-size:14px;line-height:35px;text-align:center}
@media (min-width:992px){
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}
.sticky-header .sw-megamenu.navigation li.level0.fl-right {
    float: none;
}
#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:10%;background-color:#404040;font-size:16px;color:#fff;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}
#totop:hover{background-color:#555}

i.ajax-loader{display:inline-block;vertical-align:middle;border:1px solid #08c;border-radius:20px;border-bottom-color:transparent!important}
i.ajax-loader.small{width:16px;height:16px;border-width:2.5px}
i.ajax-loader.large{width:32px;height:32px;border-width:2.5px}
.category-description img {
    max-width: 100%;
}
.category-detail .product-item-info:hover .product-item-inner {
    visibility: visible;
    opacity: 1;
}
#giftcard-form input#giftcard-code {
    border-radius: 3px 0 0 3px;
}
#giftcard-balance-lookup .giftcard.info {
    margin-bottom: 15px;
}
.gift-wrapping-item > span {
    background-color: #f2f2f2;
}
#giftcard-form button.action-add, #giftcard-form button.redeem {
    height: 32px;
    line-height: 1;
    font-size: 13px;
}
.account .table-wrapper.balance-history, .account .table-wrapper.reward-history, .account .table-wrapper.balance-history {
    margin-top: 0;
}
.form-addbysku .qty.field .control {
    display: block;
}
.column .block-addbysku .action.add {
    min-width: 32px;
}
.giftcard-account button.primary {
    height: 32px;
    line-height: 1;
}
.form-add-invitations .action.add:before, .column .block-addbysku .action.add:before {
    content: '\f881';
}
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add {
    min-width: 32px;
    margin: 20px 0;
}
.message.info {
    margin-bottom: 20px;
}
.form-giftregistry-edit .field.date input {
    vertical-align: middle;
}
.hasDatepicker + .ui-datepicker-trigger:before {
    content: '\f865';
}
.block-category-event {
    border-radius: 5px;
    text-align: left;
    padding: 10px 20px !important;
}
.block-category-event > div {
    display: inline-block;
    vertical-align: middle;
}
.block-category-event > div.event-title {
    padding-right: 50px;
    margin-right: 20px;
}
.block-category-event .event-title em {
    float: left;
    font-size: 30px;
    margin-right: 8px;
    color: #000;
}
.block-category-event .event-title p {
    margin: 0;
    text-transform: uppercase;
}
.block-category-event .event-title h4 {
    margin: 3px 0;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
}
.block-category-event .dates .start:after {
    display: none;
}
.block-category-event .event-ticker .dates .start {
    padding: 0;
}
.block-category-event .event-ticker .dates > div > span {
    display: block;
}
.block-category-event > div.event-ticker {
    text-align: center;
}
.block-category-event > div.event-desc {
    float: right;
    color: #08c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 101px;
    margin-right: 20px;
}
.block-category-event .event-ticker .dates > div > span.desc {
    color: #08c;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .dates > div > span.year-month {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}
.block-category-event .event-ticker .dates > div > span.time {
    padding: 3px 0;
}
.block-category-event .event-ticker .dates > div > span.date {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 0 0 3px;
}
.block-category-event .event-ticker .dates > div {
    margin: 0 10px;
    display: inline-block;
}
.block-category-event .event-ticker .ticker .value {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.block-category-event .event-ticker .ticker .label {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    min-width: 70px;
}
.block-category-event .event-ticker .ticker li {
    margin: 0 7px;
}
.block-category-event.open > div.event-desc {
    line-height: 65px;
}
@media (max-width: 991px) {
    .block-category-event > div {
        display: block;
        float: none !important;
        text-align: left;
    }
    .block-category-event > div.event-ticker {
        display: inline-block;
        margin: 0 -10px;
    }
    .block-category-event .dates .start, .block-category-event .dates .end {
        display: inline-block !important;
    }
}
.product.info.detailed.sticky .product.data.items > .item.content {
    margin: 0;
}
.product-tabs-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.product-tabs-container.has-sticky-header {
    top: 44px;
}
.product-tabs-container .data.item.title {
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}
.product-tabs-container .data.item.title:first-child {
    padding-left: 0;
}
.product-tabs-container .data.item.title > a {
    color: #777;
    padding: 10px 0;
}
.authentication-wrapper {
    line-height: 50px;
    margin-top: 0 !important;
    margin-left: 20px;
}
.filter-options-content .ln_slider_container {width: 93%;margin: 0 7px;}
#ln_slider_price .ui-slider-handle {
    margin-top: -5px;
    background: #08c;
    height: 18px;
    width: 13px;
    border-radius: 5px;
    margin-left: -7px;
}
#ln_slider_price.ui-slider-horizontal {
    height: 7px;
    margin-bottom: 15px;
    background: #1ab2ff;
    box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,.38);
}
#ln_price_attribute {
    padding: 10px 5px;
}
.block-category-list .block-content ol li.item {
    margin: 9px 0;
}
.filter-options-content {
    padding: 15px;
}
.filter-options-content ol.items {
    margin: -9px 0;
}
.sidebar .product-items .product-item-info .product-item-photo img.hover_image {
    display: none;
}
.page-main .block.block-category-list {
    margin-bottom: 14px;
}
.block-category-list .block-title {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    /*border-radius: 7px 7px 0 0;*/
    display: block;
    text-decoration: none;
}
.block-category-list .block-content {
    margin: 0;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    /*border-radius: 0 0 7px 7px;*/
    background-color: #fbfbfb;
}
.block-category-list .block-content .item a {
    color: #777;
}
.block-header-customer-login {
    position: absolute;
    right: 0;
    min-width: 300px;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-top: 4px solid #08c;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.block-header-customer-login:before {
    content: "";
    border: 5px solid transparent;
    border-bottom-color: #08c;
    position: absolute;
    top: -14px;
    right: 30px;
}
.block-header-customer-login.open {
    visibility: visible;
    opacity: 1;
}
.authorization-link {
    position: relative;
}
.filter-toggle {
    display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
    max-width: 18px;
    display: none;
}
.loading-mask .loader > img, .ln_overlay img {
    max-width: 32px;
}
.account-nav .nav > li {
    padding: 0;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
}
.account-nav .nav > li > a {
    color: #777;
    padding: 8px 15px;
}
.account-nav .nav > li > a:hover, .account-nav .nav > li > a:focus {
    background: none;
}
.account-nav .nav > li > a:before, .account-nav .nav > li > strong:before {
    content: '\f821';
    font-family: 'porto-icons';
    position: absolute;
    left: 5px;
}
.account-nav .nav > li > strong {
    position: relative;
    display: block;
    padding: 8px 15px;
}

@media(max-width: 767px) {
    .product-tabs-container.has-sticky-header:not(.has-mobile-sticky-header) {
        top: 0;
    }
    .product-tabs-container.has-sticky-header.has-mobile-sticky-header {
        top: 64px;
    }
    .block-header-customer-login {
        display: none;
    }
}
.ajax-products{display:flex;padding:0 85px}
.ajax-products > .category-list{border-right:1px solid #dcdcdc;padding:70px 15px}
.ajax-products > .category-list > span{display:block;font-size:20px;font-weight:600;color:gray;margin-bottom:10px}
.ajax-products > .category-list > ul{list-style:none;padding:0}
.ajax-products > .category-list > ul > li{padding:10px 0}
.ajax-products > .category-list > ul > li > a{display:block;text-transform:uppercase;color:#000;font-weight:700;font-size:12px;position:relative;padding-left:20px}
.ajax-products > .category-list > ul > li > a:before{content:"\f87d";font-family:"porto-icons";margin-right:10px;display:inline-block;width:11px;position:absolute;left:0}
.ajax-products > .category-list > ul > li > a.active:before{content:"\f87c"}
.ajax-products > .category-list > ul > li > a > span{display:inline-block}
.ajax-products > .category-list > ul > li > a:hover{text-decoration:none}
.ajax-products > .category-detail{position:relative;min-height:70vh;padding:70px 15px}
.ajax-products > .category-detail > h2{text-align:center;margin:30px 0;font-size:26px;color:#000;text-transform:uppercase;font-weight:700;letter-spacing:10px}
.ajax-products > .category-detail > .ajax_products_loader{position:absolute;left:0;top:0;width:100%;height:100%;z-index:9;background-color:rgba(255,255,255,0.5)}
.load-more-area{text-align:center;margin:30px 0}
.load-more-area > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#000;color:#fff;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(0,0,0,0.5)}
.load-more-area > a:hover{text-decoration:none;opacity:.85;color:#fff}
.full-width-image{text-align:center;padding:200px 0;background-size:cover}
.full-width-image > h3{font-size:90px;color:#fff;font-weight:600;letter-spacing:-5px}
.full-width-image > a{display:inline-block;font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0}
.full-width-image > a:hover{text-decoration:none;opacity:.85}
#home-content-slider-demo-20 .item > div.content{max-width:40%}
#home-content-slider-demo-20 .item > div.content > h3{color:#fff;font-size:60px;font-weight:600;letter-spacing:-4px;margin-bottom:20px}
#home-content-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
#home-content-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
.full-screen-slider {height: 100vh;}
.full-screen-slider:after {content: "\f110";font-family: "porto-icons";position: absolute;left: 50%;top: 50%;font-size: 20px;margin-top: -18px;margin-left: -10px;-moz-animation: spin 2s infinite linear;-o-animation: spin 2s infinite linear;-webkit-animation: spin 2s infinite linear;animation: spin 2s infinite linear;color: #777;z-index: 1;}
.owl-carousel.owl-loaded {position: relative;z-index: 2;}
.full-screen-slider{position:relative}
.full-screen-slider #banner-slider-demo-20 .item > div.content{text-align:left;position:absolute}
.full-screen-slider #banner-slider-demo-20 .item > div.content > h2{line-height:.9;font-size:80px;font-weight:600}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a{font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;background-color:#fff;color:#000;padding:20px 45px;letter-spacing:3px;transition:all .3s;box-shadow:3px 3px 0 rgba(255,255,255,0.5);margin:20px 0;display:inline-block}
.full-screen-slider #banner-slider-demo-20 .item > div.content > a:hover{text-decoration:none;opacity:.85}
#banner-slider-demo-20+.owl-thumbs{position:absolute;right:100px;bottom:50px;width:30%;z-index:2}
#banner-slider-demo-20+.owl-thumbs button{width:auto;height:auto;padding:0;border:0;margin:0;float:left;max-width:33.33%;background:none}
#banner-slider-demo-20+.owl-thumbs button img{border:3px solid transparent}
#banner-slider-demo-20+.owl-thumbs button.active img{border-color:#fff;border-color:rgba(255,255,255,0.5)}
.page-header {
    z-index: 5;
    /*margin-bottom: 10px;*/
}
.block-bundle-summary .moved-add-to-links {
    display: block;
    margin-top: 10px;
}
.block-bundle-summary .moved-add-to-links .product-addto-links .action {
    width: 40px;
    height:40px;
    line-height: 38px;
    margin-right:5px;
}
.block-bundle-summary .moved-add-to-links .action.mailto.friend {
    width: 40px;
    height:40px;
    line-height: 38px;
}
@media (min-width:768px) and (max-width: 991px){
    .moved-add-to-links {display: block;margin-top: 15px;}
}
@media (max-width: 767px) {
    #banner-slider-demo-20+.owl-thumbs {
        width: 50%;
        right: 25%;
    }
    .ajax-products {
        display: block;
    }
    .ajax-products > .category-list {
        border-right: 0;
        padding: 30px 15px;
    }
    .ajax-products > .category-list > ul > li {
        display: inline-block;
        margin-right: 30px;
    }
    .ajax-products > .category-detail {
        padding-top: 0;
        min-height: 70vh;
    }
    .load-more-area > a,.full-width-image > a {
        font-size: 8px;
        padding: 10px 20px;
        margin: 10px 0;
    }
    .full-width-image {
        padding: 100px 0;
    }
    .full-width-image > h3 {
        font-size: 35px;
        letter-spacing: -1px;
    }
}
ul.scene{width:100%;height:100%}
ul.scene > li.layer{width:100%;height:100%}
.animation-wave{-webkit-animation: wave 20s 0.1s infinite linear;-moz-animation: wave 20s 0.1s infinite linear;animation: wave 20s 0.1s infinite linear}
.animation-spin {
  -moz-animation: spin 20s infinite linear;
  -o-animation: spin 20s infinite linear;
  -webkit-animation: spin 20s infinite linear;
  animation: spin 20s infinite linear;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-moz-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@-ms-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    -moz-transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0,10%,0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    -moz-transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0,10%,0) rotateZ(-360deg);
  }
}

.product-reviews-summary.empty .reviews-actions:before {
    content: '\f844' '\f844' '\f844' '\f844' '\f844';
    display: inline-block;
    vertical-align: middle;
    font-family: "porto-icons";
    color: #c3c5c9;
    letter-spacing: 3px;
    font-size: 12px;
}
.product-labels {
    z-index: 4;
}
.product-item-photo:hover .product-image-photo.hover_image {
    z-index: 3;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    z-index: 4;
}
.product-social-links .at-style-responsive .at-share-btn {
    padding: 0;
}
.product-social-links .at-resp-share-element .at-share-btn:focus, .product-social-links .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: none;
    transform: none;
}
.product-social-links .at-resp-share-element .at-share-btn {
    margin: 0 4px;
}
.product-social-links .addthis_inline_share_toolbox {
    margin: 15px 0 15px -4px;
}
#at-expanded-menu-host .at-expanded-menu-load {
    line-height: 1;
    height: auto;
}
#at-expanded-menu-host .at-expanded-menu-service-list button {
    height: auto;
}
.gallery-placeholder .loader img {
    display: none;
}
.loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #777;
}
.minicart-wrapper .action.showcart .counter.qty .loader:before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    margin-top: -12px;
    margin-left: -8px;
    color: #777;
}
.loading-mask {
    background: transparent;
}
.product-item-photo>a:not(.weltpixel-quickview):before {
    content: "\f110";
    font-family: "porto-icons";
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-top: -14px;
    margin-left: -10px;
    color: #777;
    z-index: 1;
}
.product-image-photo.default_image {
    position: relative;
    z-index: 2;
}
.filter-content .ln_overlay {
    display: none !important;
}
.ln_overlay {
    background-color: #FFFFFF;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display:none;
}
.ln_overlay .ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
}
.infinite-loader {
    text-align: center;
    margin: 20px 0;
}
.infinite-loader .loading {
    line-height: 30px;
    display: none;
}
.infinite-loader .loading i.ajax-loader {
    margin-right: 15px;
    width: 16px;
    height: 16px;
    border-width: 2.5px;
}
.infinite-loader .btn-load-more {
    display: none;
    color: #333;
    background-color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .limiter {
    float: none;
}
.catalog-category-view .infinite-loader + .toolbar.toolbar-products .pages {
    display: none;
}
.owl-item.loading .product-item-photo {
    min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-search {
        max-width: 240px;
    }
}
.owl-theme.owl-bottomright-narrow .owl-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
.owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 25px;
    background: #000;
    border-radius: 0;
    margin: 1px 1px 1px 0;
    padding: 0;
    width: 90px;
    height: 90px;
    line-height: 90px;
    opacity: 1;
}
.page-header.type1 .navigation {
    font-family: 'Oswald';
    font-weight: 400;
    letter-spacing: 0.025em;
    font-size: 12.5px;
}
.column.main > .custom-block {
    display: none;
}
.weltpixel-quickview-catalog-product-view .column.main > .custom-block, .weltpixel-quickview-catalog-product-view .addthis-smartlayers {
    display: none;
}
.product-item-photo {
    min-height: 50px;
    margin: 10px;
    border: none;
    /*height: 200px;*/
    background-color: #fff;
    position: relative;
    top: 10px;
}
.product .product-item-name a.product-item-link {
    font-size: 12px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.products-list .product .product-item-name a.product-item-link {
    font-size: 16px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    padding: 0 0 10px;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-item .tocall {
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    font-weight: 400;
    width: 100%;
}
.product-item a.tocall {
    white-space: nowrap;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    font-weight: 400;
    width: 100%;
}
.products-grid .product-item-details .product-item-actions .tocall {
    color: #fff;
    border-color: #cc3300;
    background: #cc3300; / For browsers that do not support gradients /
background: -webkit-linear-gradient(0deg, #A92100, #FF2F15);
    background: -o-linear-gradient(0deg, #A92100, #FF2F15 );
    background: -moz-linear-gradient(0deg, #A92100, #FF2F15);
    background: linear-gradient(0deg ,#A92100, #FF2F15);
}
.products-list .product-item-details .product-item-actions .tocall {
    color: #fff;
    border-color: #cc3300;
    background: #cc3300;
    background: -o-linear-gradient(0deg, #A92100, #FF2F15 );
    background: -moz-linear-gradient(0deg, #A92100, #FF2F15);
    background: linear-gradient(0deg ,#A92100, #FF2F15);
}
.products-list .product-item-info {
    display: table-row;
    text-align: left;
    -webkit-box-shadow: 0px 10px 18px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.62);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.62);
}
span.price.call-list-style {
    font-size: 14px !important;
    color: #d3280a !important;
    line-height: 25px;
}
span.price-text.call-text-style {
    display: none;
}
.page-wrapper>.breadcrumbs a, .page-wrapper>.breadcrumbs a:hover, .page-wrapper>.breadcrumbs a:focus {
    color: #777;
}
.product-info-main .page-title-wrapper h1 {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
/*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flow-root;
    max-width: 75ch;*/
}
.product-custom-block {
    padding: 15px;
    background-color: #f4f4f4;
}
.pc-block {
    width: 100%;
    clear: both;
}
.pc-block p {
    float: left;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}
p.list-value {
    font-weight: 600;
    color: #d82506;
}
p.list-text {
    padding-top: 5px;
    font-weight: 600;
}
p.ship-value {
    font-weight: 600;
    font-size: 14px;
}
.sidebar.sidebar-main {
    -webkit-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.62);
    -moz-box-shadow: 10px 10px 18px -10px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.62);
    padding: 0;
    margin-right: 10px;
}
p.fresh-value {
    font-weight: 600;
}
.product-centre-block {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    float: left;
}
.product-info-main .product-reviews-summary {
    margin-bottom: 0;
}
.product-addto-links {
    display: inline;
    float: left;
}
.pleft0{
    padding-left: 0;
}
.fright{
    float: right;
}
.product-social-links.fright {
        text-align: center;
        padding: 0px 0 15px 0;
        border: 5px solid #f6f6f6;
        width: 265px;
        border-top: 0;
        display: none;
    }
.product-social-links .action.tocompare {
    display: inline-block;
}
.product-social-links .action.mailto.friend {
    color: #999999;
    border-color: #999999;
    border-radius: 3px;
}
.catalog-product-view .product-social-links .centered-button {
    display: table;
    float: left;
}
p.csr-text {
    margin: 0;
}
.product.info.detailed.accordion .product.data.items>.item.title {
    margin-top: 10px;
}
.product.data.items>.item.title>.switch {
    color: #000;
    font-weight: 400;
    border-radius: 0;
}
.product-info-main .box-tocart {
    margin-top: 0;
    margin-bottom: 0;
}

.fieldset>.field.qty>.label, .nested.options-list>.field.qty>.label {
    display: inline-block;
    padding: 0 10px 0 0;
}
.fieldset>.field.qty, .nested.options-list>.field.qty {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 15px;
    position: relative;
    width: 106px;
}
.fieldset>.field.qty>.label, .nested.options-list>.field.qty>.label {
    display: none;
}
.product-info-main .qty.field .control, .product-info-main .qty.field .qty-changer {
    margin-left: 29px;
}
.product-info-main .box-tocart .input-text.qty {
    font-family: 'Oswald';
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    width: 44px!important;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #61605a;
    margin: 0;
    border-radius: 0px;
    border-color: #dae2e6;
}
.product-info-main .qty.field .qty-changer>a:first-child {
    left: auto;
    right: 4px;
}
.product-info-main .qty.field .qty-changer>a {
    position: absolute;
    top: 0;
    left: 0;
    height: 43px;
    width: 30px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    border-color: #dae2e6;
}
.qty.field .qty-changer>a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 18px;
    line-height: 16px;
    margin-top: 2px;
    color: #ccc;
    font-size: 11px;
}
.fieldset>.field.qty{
    margin-right: 7px;
}
p.save-block {
    padding: 5px 10px;
    color: #fff;
    background-color: #ed4949;
}
p.save-text {
    padding-top: 5px;
}
p.stock-value {
    font-weight: 600;
    color: #5ec314;
}
p.brand-value {
    font-size: 14px;
    font-weight: 700;
}
p.price-text {
    font-weight: 600;
}
p.price-value {
    font-size: 16px;
    color: #08c;
    font-weight: 600;
}
p.mfg-text {
    font-size: 14px;
    font-weight: 400;
}
p.mfg-value {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
h2.pro-custom-heading {
    font-size: 24px;
    text-align: center;
    color: #08c;
    margin-top: 0;
}
.pro-image {
    text-align: center;
}
p.customer-rep {
    padding: 10px 0;
    color: #08c;
    margin: 0;
}
button.csr-button {
    width: 100%;
    margin: 5px 0;
    color: #fff;
    background: #0092db;
    background: -webkit-linear-gradient(0deg, #0062c7, #0092db);
    background: -o-linear-gradient(0deg, #0062c7, #0092db );
    background: -moz-linear-gradient(0deg, #0062c7, #0092db);
    background: linear-gradient(0deg ,#0062c7, #0092db);
}
a.csrp-button {
    width: 100%;
    margin: 5px 0;
    color: #fff;
    background: #0092db;
    background: -webkit-linear-gradient(0deg, #0062c7, #0092db);
    background: -o-linear-gradient(0deg, #0062c7, #0092db);
    background: -moz-linear-gradient(0deg, #0062c7, #0092db);
    background: linear-gradient(0deg, #0062c7, #0092db);
    display: block;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
}
.csr-button {
    width: 100%;
    margin: 5px 0;
    color: #fff;
    background: #0092db;
    background: -webkit-linear-gradient(0deg, #0062c7, #0092db);
    background: -o-linear-gradient(0deg, #0062c7, #0092db );
    background: -moz-linear-gradient(0deg, #0062c7, #0092db);
    background: linear-gradient(0deg ,#0062c7, #0092db);
    display: block;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
}
.csr-button a {
    color: #fff;
    text-decoration: none;
}
.csr-button a {
    color: #fff;
    text-decoration: none;
}
a.csr-button:hover {
    text-decoration: none;
    color: #fff;
}
.breadcrumbs a:visited {
    color: #777;
    text-decoration: none;
}
.page-wrapper>.breadcrumbs {
font-family: 'Oswald';
    font-size: 12px;
    letter-spacing: 0.075em;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #fff;
    border-bottom: #e6e6e6 solid 1px;
    padding: 7px 0;
    line-height: 30px;
    color: #000000 !important;
}
.page-wrapper>.breadcrumbs a {
    font-size: 11px;
    color: #000 !important;
}
.breadcrumbs li > * {
    font-size: 10px;
    font-weight: 700 !important;
}
.cat-custom-block {
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 10px;
}
p.cat-text-heading {
    color: #08c;
}
.block.newsletter .field {
    margin: 0 10px;
}
.products-grid .product-item-details .product-item-actions {
    white-space: nowrap;
    margin: 0 15px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.product-item .tocart {
    white-space: nowrap;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    font-weight: 400;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: -36px;
    visibility: hidden;
    opacity: 0;
}
.product-social-link {
    margin-right: 5px;
}
.paypal.checkout {
    cursor: pointer;
}
.product-social-link .action.tocompare {
    color: #52b9b5;
    border-color: #52b9b5;
}
.product-social-link .action.towishlist {
    color: #ed4949;
    border-color: #ed4949;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.products-grid .product-item-details .product-item-actions .tocart{
background-color: transparent;
    color: #2b2b2d;
    border-color: #d8d8d6;
    font-size: 12px;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: -36px;
    visibility: hidden;
    opacity: 0;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.price-box-left{
    margin: 0 0 10px;
    text-align: center;
    padding-left: 10px;
}
span.price-text {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: left;
}
.products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -15px;
}
.price-box-left .price-container .price {
    font-size: 14px;
    color: #08c;
}
.sku-box-left{
    margin: 5px 0 0;
    text-align: center;
    padding-left: 10px;
}
span.sku-text {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: left;
}
.sku-box-left .price-container .mfgsku {
    font-size: 12px;
    color: #08c;
    font-weight: 600;
}
.block-title strong span {
    color: #08c;
}
.page-header.type1 .navigation li.level0 {
    margin-right: 3px;
    color: #fff;
}
.block.newsletter .action.subscribe.primary {
    margin-left: 0;
    border-radius: 5px;
    border: 0;
    background: #cc3300;
    background: -webkit-linear-gradient(0deg, #A92100, #FF2F15);
    background: -o-linear-gradient(0deg, #A92100, #FF2F15 );
    background: -moz-linear-gradient(0deg, #A92100, #FF2F15);
    background: linear-gradient(0deg ,#A92100, #FF2F15);
}

.block-search input{
    border-radius: 0;
}
.page-layout-2columns-left .sidebar-main {
    width: 21% !important;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
a.action.tocall.primary {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-color: #cc3300;
    background: #cc3300;
    background: -o-linear-gradient(0deg, #A92100, #FF2F15 );
    background: -moz-linear-gradient(0deg, #A92100, #FF2F15);
    background: linear-gradient(0deg ,#A92100, #FF2F15);
}
.mb15{
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .hcat-block a img {
    width: 100%;
    }
    div#minicart-amazon-pay-button {
        text-align: center;
        margin-top: 15px;
    }
    div#PayWithAmazon-shortcutbuttons-0 {
    text-align: center;
    }
    .page-layout-2columns-left .sidebar-main {
        width: 24%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .column.main > .custom-block {
        display: block;
        width: 25%;
        float: right;
        padding-left: 30px;
    }
    body:not(.weltpixel-quickview-catalog-product-view).column.main > .custom-block + .product-info-main {
        width: 40.33%;
    }
    .block-search {
        z-index: 7;
    }
}
@media (min-width:992px){
    body.side-header .page-wrapper {
        padding-left: 256px;
    }
    body.side-header .page-wrapper > .breadcrumbs.fixed-position {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
    }
    body.side-header .page-wrapper > .breadcrumbs .items {
        margin: 0;
        max-width: none;
    }
}
@media (max-width:1679px) {
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}
@media (max-width: 991px) {
    .product-social-links.fright{
        float: left;
    }
}
@media (max-width:767px) {
    
    .block-search input {
        color: #666;
    }
    .owl-theme.owl-bottomright-narrow .owl-controls .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media (max-width: 640px) {
    div#banner-slider-demo-1 {
        display: none;
    }
}
@media (min-width: 768px) {
    .block.newsletter {
        width: 50%;
        margin: 0 auto;
    }
    .block-category-list .block-title {
    border-radius: 7px 7px 0 0;
    }
    .block-category-list .block-content {
    border-radius: 0 0 7px 7px;
    }
}
@media (max-width: 991px) {
    .page-header.type1 .block-search{
        margin-left: 0;
    }
    .custom-block p span {
        clear: both;
        width: 100%;
        float: left;
        line-height: 25px;
        text-align: left;
    }
    .custom-block p a{
        font-size: 25px;
        font-weight: 600;
        text-decoration: none;
    }
}
.page-wrapper>.breadcrumbs a, .page-wrapper>.breadcrumbs a:hover, .page-wrapper>.breadcrumbs a:focus {
    color: #777;
}
.page-wrapper>.breadcrumbs {
    padding: 0;
    margin: 0;
    max-width: 100%;
    background-color: #ffffff;
    color: #777;
}
#search_mini_form {
    width: auto;
    float: none;
}
.page-header.type1 .block-search .action.search {
    border-left: 1px solid #ccc;
    padding: 0 30px;
    right: 1px;
}
.page-header.type1.sticky-header .navigation>ul{
    background:none;
}
.page-header.type1 .navigation>ul {
    padding: 0;
    border-radius: 0 !important;
    background: linear-gradient(0deg,#064563,#2d617b);
    color: #fff;
}
li.ui-menu-item {
    color: #fff !important;
}
.cat-list p {
    padding-left: 10px;
}
.page-header.type1 .navigation li.level0 {
    margin-right: 3px;
    color: #fff;
}
.page-header.type1 .custom-block {
    height: 50px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 80px;
    margin-top: -20px;
    font-size: 14px;
    color: #777777;
}
.custom-block p span {
    clear: both;
    width: 100%;
    float: left;
    line-height: 18px;
    text-align: left;
    padding-left: 10px;
}
.custom-block p a{
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    line-height: 24px;
}
p.call-value {
    color: #e41818;
    font-weight: 600;
}
button.action.tocall.primary {
    color: #fff;
    border-color: #cc3300;
    background: #cc3300;
    background: -o-linear-gradient(0deg, #A92100, #FF2F15 );
    background: -moz-linear-gradient(0deg, #A92100, #FF2F15);
    background: linear-gradient(0deg ,#A92100, #FF2F15);
}
.box-tocart .actions button#product-addtocart-button {
background: #EE2D43;
    color: #fff;
    border-color: #EE2D43;
    min-height: 43px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
}
.fme-li{
    float: right;
    margin-right: 0;
}
.quote-contact-info {
    margin-top: 20px;
}
.quote-contact-info .contact-title {
    display: block;
    background-color: rgba(207, 207, 207, 0.85);
    padding: 8px 5px;
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
    -moz-box-shadow: inset 0 0 10px #c3bebe;
    -webkit-box-shadow: inset 0 0 10px #c3bebe;
    box-shadow: inset 0 0 10px #c3bebe;
}
.quote-contact-info i {
    float: left;
    color: #777;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
}
.field.budget {
    display: none;
}
.buttons-set {
    clear: both;
    margin: 1em 0 0;
    padding: 8px 0 0;
    text-align: right;
}
.btn-block {
    display: block;
    width: 100%;
}
p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}
#raq .form-detail-box {
    width: 100%;
    background-color: #fafafa;
    text-align: center;
    float: right;
    padding: 0 15px 15px 15px;
    border: 2px solid #006fa4;
    max-width: 738px;
    margin-top: 20px;
}
#raq .form-detail-box h2 {
    font-size: 26px;
    font-weight: 100;
    margin: 0 auto;
    padding: 5px 5px 10px;
    display: block;
    background-color: #006fa4;
    color: #fff;
    width: 230px;
    margin-bottom: 15px;
}
#raq .form-detail-box fieldset.fieldset {
    text-align: left;
}
#raq .form-detail-box .fieldset .field {
    text-align: left;
}
.btn-block button.buttonrfq {
    background-color: #006fa4;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    padding: 8px 15px;
    height: 48px;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    max-width: 300px;
}
.page-header.type1 .block-search .action.search:before, .page-header.type1 .block-search .action.search:hover:before {
    color: #333;
}
.product-info-main .box-tocart .actions {
    margin-right: 5px;
}
h2.hm-brands {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #000;
}
.footer-middle {
    background-color: #064563;
    color: #ffffff;
    padding: 40px 0 10px 0;
}
.footer-middle.footer-middle-2 {
    padding: 10px 0 10px 0;
}
.footer-middle [class^="porto-icon-"], .footer-middle [class*=" porto-icon-"]{
    color: #ffffff !important;
}
.footer-middle .block .block-title strong {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: none;
}
.footer-middle a, .footer-middle a:hover, .footer-middle a:focus {
    color: #ffffff;
}
.footer-middle p {
    margin-bottom: 5px;
    line-height: 1.5;
    margin-left: 0;
}
.footer-middle-last > .col-sm-6.col-xs-12 {
    text-align: left;
    margin-bottom: 10px;
    float: left;
}
p.contact-num a {
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
}
p.live-chat a {
    font-size: 20px;
    text-decoration: underline;
}
p.footer-email a {
    font-size: 16px;
    text-decoration: none;
}
.security-badges {
    margin: 10px 0;
    float: left;
}
span.sb-span {
    width: 125px;
    float: left;
    margin: 10px 20px 10px 0;
}
.col-sm-12.footer-middle-last {
    padding: 15px 0;
    display: block;
    clear: both;
    float: left;
    border-bottom: 1px solid;
}
p.footer-text-left {
    float: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
    color: #ffffff;
}
.footer-img {
    float: right;
}
.footer-bottom {
    min-height: 40px;
    line-height: 35px;
    background-color: #064563;
    padding: 15px 0 32px 0;
}
.footer-bottom address {
    float: left;
    line-height: 30px;
    margin: 0;
    font-size: 11px;
}
.footer-bottom, .footer-bottom p {
    color: #ffffff;
}
.footer-bottom .custom-block {
    float: right;
    line-height: 1;
    margin: 3px 0;
}
ul.footer-account-link li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #b6b2a8;
}
a.footer-links {
    color: #ffffff;
}
.product.data.items>.item.content {
    background-color: #fff;
    box-shadow: none;
    border: none;
    border-top: #dae2e6 solid 1px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.005em;
    line-height: 27px;
}
.product.data.items .item.title a:after{
    display: none;
}
.pro-info{display: inline-block;width: 100%;color: #000;}
.brand-section {
    float: left;
    padding-top: 5px;
}
.brand-section span{
    display: inline-block;
}
.brand-section span.type{
    font-weight: bold;
    color: #000;
}
.brand-section span.value{
    padding-left: 10px;
}
.pro-info span {
    font-weight: bold;
}
@media (min-width: 768px) {
    .product.data.items>.item.title {
        padding: 10px 30px 10px 0
    }
        .product.data.items>.item.title {
        padding: 10px 30px 10px 0
    }
    .product.data.items>.item.title>.switch {
        font-size: 14px;
        font-weight: 700;
        color: #818692;
        text-transform: uppercase;
        border: none;
        border-radius: 0;
        line-height: 30px;
        background: none;
        padding: 0
    }
    .product.data.items>.item.content {
        padding: 35px 0 0;
        margin-top: 45px
    }
}