@charset "utf-8";

/* CSS Document */

html{overflow-x:hidden}

html,body{font-size: 16px; background:#FFFFFF;font-family: 'Josefin Sans', sans-serif;padding: 0 !important;font-weight: normal;}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

    margin: 0; padding: 0; border: 0; vertical-align: baseline; }

p{color:#000000; font-size:1em;line-height: 1.5;}

a{transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s; text-decoration:none;}

a:active, a:hover, a:focus{outline: 0; text-decoration:none;}



ul li{list-style:none;list-style: none;list-style-image: none;list-style-type: none;}



/* === Header Group === */

h1,.h1{font-size:70px;}

h2,.h2{font-size:48px;}

h3,.h3{font-size:36px;}

h4,.h4{font-size:30px;}

h5,.h5{font-size:24px;}

h6,.h6{font-size:18px;}



.container-fluid{ max-width:1440px; width: 95%;}

.section{padding: 3em 0;}



.title{margin: 0;padding-bottom: 20px;font-weight: 700;}



/*====== Button Effect ================*/

.btn{font-size: 1em;vertical-align: middle; position: relative;padding: 0.5em;transition: ease-in-out all 0.4s; -webkit-transition: ease-in-out all 0.4s; -ms-transition: ease-in-out all 0.4s; -o-transition: ease-in-out all 0.4s;white-space: normal;}

.btn + .btn{margin-left: 1.2em;}

.btn-large{font-size: 1.5em;}



.btn-blue,

.btn-blue:focus{font-weight: 400;color: #ffffff;border: none;background: #033b6b;text-transform: capitalize;outline: none;outline-offset: 0;text-decoration: none;}

.btn-blue::before {content: '';position: absolute;top: 0;left: 0;width: 0%;height: 100%;z-index: 1;background: #ff0000;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}

.btn-blue span {z-index: 2;position: relative;width: 100%;height: 100%;vertical-align: bottom;top: 1px;}

.btn-blue:hover{color: #ffffff;}

.btn-blue:hover::before {opacity: 1;width: 100%;}

.btn-blue:hover span{color: #ffffff;}



/*====== Slider Dots ================*/

.owl-dots {text-align: center;line-height: 0.7;bottom: 10px;position: absolute;left: 0;right: 0;}

.owl-dot {display: inline-block;margin: 0 4px;border: none;background: transparent;padding: 0;outline: none;outline-offset: 0;line-height: 0.7;}

.owl-dot span {height: 15px;width: 15px;display: inline-block;border: 1px solid #000000;border-radius: 90%;}

.owl-dot.active span{background-color: #000000;border-color: #000000;}



/*====== Slider Arrow ================*/

.owl-carousel{position: relative;}

.owl-nav .owl-prev,

.owl-nav .owl-next {position: absolute;border: 0;background: transparent;outline: none;outline-offset: 0;top: 50%;transform: translate(0, -50%);padding: 0;vertical-align: middle;height: 50px;width: 30px;}

.owl-nav .owl-prev:before,

.owl-nav .owl-next:before {position: absolute;font-family: 'fontAwesome';font-size: 4.875em;color: #000000;line-height: 0.65;top: 50%;left: 0;text-align: center;right: 0;transform: translate(0, -50%);vertical-align: top;}

.owl-nav .owl-prev{left: 15px;}

.owl-nav .owl-next{right: 15px;}

.owl-nav .owl-prev:before{content: "\f104";}

.owl-nav .owl-next:before{content: "\f105";}



/*====== Slider Arrow 2 ================*/

.slider-arrow2 .owl-nav {position: absolute;right: 0px;top: -50px;}

.slider-arrow2 .owl-nav .owl-prev {position: relative;left: -30px;height: auto;}

.slider-arrow2 .owl-nav .owl-next{position: relative;right: 10px;height: auto;}

.slider-arrow2 .owl-nav .owl-prev:before,

.slider-arrow2 .owl-nav .owl-next:before {font-size: 2em;color: #ffffff;background-color: #3d3d3d;height: 40px;width: 40px;line-height: 40px;text-align: center;}





/*Menu Button ----------------*/

.navbar-toggle {width: 35px;height: 28px;position: relative;margin: 10px 15px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .1s ease-in-out;-moz-transition: .1s ease-in-out;-o-transition: .1s ease-in-out;transition: .1s ease-in-out;cursor: pointer;z-index: 99;float: right;}

.navbar-toggle .icon-bar {background: #ffffff none repeat scroll 0 0;border-radius: 10px;display: block;height: 3px;right: 0;opacity: 1;position: absolute;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;width: 100%;margin-top: 0 !important;}

.navbar-toggle .icon-bar:nth-child(1) {top: 0px;}

.navbar-toggle .icon-bar:nth-child(2) {top: 8px;}

.navbar-toggle .icon-bar:nth-child(3) {top: 16px;}

.sidr-open .navbar-toggle .icon-bar:nth-child(1) {top: 10px;-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);}

.sidr-open .navbar-toggle .icon-bar:nth-child(2) {opacity: 0;right: -60px;}

.sidr-open .navbar-toggle .icon-bar:nth-child(3) {top: 10px;-webkit-transform: rotate(-135deg);-moz-transform: rotate(-135deg);-o-transform: rotate(-135deg);transform: rotate(-135deg);}



/*Hover To Zoom Image ----------------*/

.zoomimgsmall img{-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}

.zoomimgsmall:hover img{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}



.zoomimg img{-webkit-transform:scale(0.95);-moz-transform:scale(0.95);-o-transform:scale(0.95);-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}

.zoomimg:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);}



.border-box{position: relative;border: 1px solid #eaeaea;display: inline-block;width: 100%;overflow: hidden;}

.border-box a{margin: 0;padding: 1.8em;display: block;}





/* HOMEPAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/

header{background: #f7f8f9;}

.top-wapper{display: table;width: 100%;}

.top-header{display: block;padding: 10px 0;background: #ffffff;}

.top-header .contactus {display: table-cell;text-align: left;vertical-align: middle;}

.top-header .contactus span {font-size: 1.1em;color: #ff0000;margin: 0 0.5em;display: inline-block;}

.top-header .contactus span a {color: #000000;font-weight: 600;}

.top-header .contactus span a:hover {color: #033b6b;}

.top-header .we-accepts{vertical-align: middle;}

.top-header .we-accepts span{display: inline-block;vertical-align: middle;margin-right: 8px;}

.top-header .we-accepts img{display: inline-block;vertical-align: middle;}

.top-header .top-nav{display: table-cell;text-align: right;vertical-align: middle;}

.top-header .top-nav ul{display: inline-block;list-style: none;padding: 0;margin: 0;}

.top-header .top-nav ul li{display: inline-block;}

.top-header .top-nav ul li + li{margin-left: 1em;}

.top-header .top-nav ul li a{display: block;color: #000000;}

.top-header .top-nav ul li a:hover{color: #ff0000;}



.bottom-header {display: inline-block;padding: 15px 0;width: 100%;}

.bottom-header .site-logo {position: absolute;top: -35px;}

.bottom-header .search{position: relative;}

.bottom-header .search input[type="search"]{padding-right: 45px;height: 45px;}

.bottom-header .search .btn {position: absolute;right: 0;top: 0;padding: 0;background: transparent;font-size: 1.2em;border: none;line-height: 45px;width: 45px;outline: none;outline-offset: 0;}

.bottom-header .search .btn:hover{color: #ff0000;}

.bottom-header .top-address h6{margin: 0;text-align: center;color: #033b6b;font-weight: 700;display: inline-block;width: calc(100% - 45px);}

.bottom-header .top-address h6 span{display: block;color: #000000;font-weight: normal;}

.bottom-header .top-address .top-cart {float: right;padding: 8px 8px 0 0;position: relative;}

.bottom-header .top-address .top-cart i {font-size: 2em;display: inline-block;color: #000000;}

.bottom-header .top-address .top-cart small {position: absolute;right: 0;top: 0;background: #033b6b;color: #ffffff;width: 22px;height: 22px;line-height: 22px;text-align: center;border-radius: 22px;border: 1px solid #ffffff;}



.mainnav{background: #033b6b;display: block;}

.mainnav ul{padding: 0;margin: 0;list-style: none;width: 100%;text-align: center;}

.mainnav ul li{text-align: center;position: relative;float: none;display: inline-block;}

.mainnav ul li:before{position: absolute;content: '';left: 0;top: 15%;bottom: 15%;width: 1px;background: rgba(255, 255, 255, 0.20);}

.mainnav ul li:first-child:before{display: none;}

.mainnav ul li a,

.mainnav ul li a:focus {color: #ffffff;font-size: 0.85em;display: block;padding: 1.5em 1em;background: transparent;}

.mainnav ul li:hover a,

.mainnav ul li a:hover,

.mainnav ul li a:focus:hover,

.mainnav ul li.active a{color: #ff0000;background: transparent;}



.hero-slider .item{min-height: 600px;max-height: 600px;}

.product-category{}

.product-category .pro-cate-wapper {padding: 1.2em 1.2em 5px;text-align: right;}

.product-category .pro-cate-wapper h5 {font-size: 1.5em;font-weight: 700;height: 52px;margin-bottom: 0;text-align: left;color: #000000;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}

.product-category .pro-cate-wapper:hover h5{color: #ff0000;}

.product-category .sub-category {padding: 15px 0;border: 1px solid #eaeaea;display: inline-block;width: 100%;margin-bottom: 1em;}

.product-category .sub-category .btn i {position: relative;float: right;font-size: 1.5em;z-index: 2;top: -2px;}

.product-category .sub-category .btn:hover i{color: #ffffff;}

.product-category .sub-category .category-warp{padding: 10px 0 15px;}

.product-category .sub-category .category-warp span{height: 40px;display: block;color: #000000;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;}

.product-category .sub-category .category-warp:hover span{color: #ff0000;}

.product-category .sub-category .btn{text-align: left;padding: 1.2em;}



.featured-product{}

.featured-product .featured-product-banner{position: relative;}

.featured-product .featured-product-banner:before{position: absolute;content: '';background: #f6f7fa;left: 15px;right: 15px;top: 0;bottom: 0;z-index: 1;}

.featured-product .content{padding: 20px;}

.featured-product .content p{margin: 0;}

.featured-product .featured-wapper {margin-bottom: 2em;}

.featured-product .featured-wapper .new-product {position: absolute;background: #ff0000;top: 15px;left: -25px;transform: rotate(-45deg);}

.featured-product .featured-wapper .new-product span {color: #ffffff;font-size: 0.8em;padding: 0 3em;}

.featured-product .featured-wapper .onsale-product {position: absolute;right: 5px;top: 5px;}

.featured-product .featured-wapper .onsale-product img{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}

.featured-product .featured-wapper a{color: #000000;font-size: 1.125em;margin: 0.5em 0;display: block;min-height: 75px;}

.featured-product .featured-wapper a:hover{color: #ff0000;}

.featured-product .featured-wapper .old-price{color: #999999;font-size: 0.875em;}

.featured-product .featured-wapper .new-price{display: block;}

.featured-product .featured-wapper .new-price strong{font-weight: 700;font-size: 1.125em;text-align: left;display: inline-block;}

.featured-product .featured-wapper .new-price small{float: right;text-align: right;display: inline-block;color: #999999;}



.testimonials{}

.testimonials .owl-item {padding: 8px 8px 7px 7px;}

.testimonials .item {padding: 1.8em;border: 1px solid #eaeaea;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);position: relative;}

.testimonials .owl-stage {display: flex;}

.testimonials .owl-item {display: flex;flex: 1 0 auto;}

.testimonials .item:after {position: absolute;content: "\f10d";font-family: "fontAwesome";top: 15px;left: 15px;font-size: 1.5em;color: rgba(0, 0, 0, 0.3);}

.testimonials .item p{line-height: 1.5;}

.testimonials .item strong {margin-top: 15px;display: block;}

.testimonials .owl-dots {bottom: 0;position: relative;padding: 2em 0 0;}



.showroom-address{background: #033b6b;}

.showroom-address h3{margin: 0;color: #ffffff;padding: 0 1em;font-weight: 400;line-height: 1.5em;}

.showroom-address .borderleft{border-left: 2px solid #ffffff;}



footer .footer-title {text-transform: uppercase;font-weight: 700;border-bottom: 1px solid #c9c9c9;padding-bottom: 1em;margin-bottom: 1em;}

footer .footer-nav{display: block;margin-bottom: 2em;}

footer .footer-nav ul{padding: 0;margin: 0 0 1em;list-style: none;display: block;}

footer .footer-nav ul li{display: block;margin: 0.5em 0;}

footer .footer-nav ul li a{color: #000000;position: relative;font-size: 1.125em;}

footer .footer-nav ul li a:after{position: absolute;content: '';bottom: -2px;left: 0;right: 0;height: 1px;background: #ff0000;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 50%;transform-origin: 0 50%;-webkit-transition-property: transform;transition-property: transform; -webkit-transition-duration: 0.5s;transition-duration: 0.5s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}

footer .footer-nav ul li:hover a:after,

footer .footer-nav ul li.active a:after{-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}

footer .footer-nav ul li:hover a,

footer .footer-nav ul li.active a{color: #ff0000;}

footer .footer-social{display: block;margin-bottom: 2em;}

footer .footer-social ul{padding: 0;margin: 0 0 1em;list-style: none;display: block;}

footer .footer-social ul li{display: inline-block;padding: 0 0.5em;}

footer .footer-social ul li a{display: block;color: #033b6b;}

footer .footer-social ul li a i{font-size: 2em;}

footer .footer-social ul li:hover a{color: #ff0000;}

footer .footer-contact{display: inline-block;margin-top: 1em;width: 100%;}

footer .footer-contact a{margin: 0;color: #ff0000;font-size: 30px;font-weight: 600;}

footer .footer-contact p{margin: 0;line-height: 1;}

footer .footer-payment, footer .footer-shippping, footer .footer-newsletter{margin-bottom: 2em;}

.copyright{background: #f7f8f9;padding: 15px 0 10px;}

.copyright p{color: #999999;font-size: 14px;margin: 0;}



.scroll-top {-moz-animation: bounce 2s infinite;-webkit-animation: bounce 2s infinite;animation: bounce 2s infinite;position: fixed;right: 15px;bottom: 20px;background: #033b6b;border: 1px solid #ffffff;z-index: 99;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}

.scroll-top:hover{background: #074b82;}

.scroll-top a{color: #ffffff;font-size: 1.5em;padding: 10px;}



@keyframes bounce {

  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}

  40% {transform: translateY(-15px);}

  60% {transform: translateY(-7px);}

}





/* CATEGORY PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/

.product-list-category{}

.product-list-category .product-list-wapper{margin-bottom: 2em;}

.product-list-category .product-list-wapper .border-box a{color: #033b6b;font-size: 1.125em;padding-bottom: 10px;}

.product-list-category .product-list-wapper .border-box:hover a{color: #ff0000;}

.product-list-category .product-list-wapper .border-box a span{min-height: 50px;display: block;}

.product-list-category .product-list-wapper .border-box img{margin-bottom: 1em;}

.product-list-category .product-list-wapper .content{display: block;margin-top: 1em;}

.product-list-category .product-list-wapper .content p{font-size: 0.85em;color: #999999;min-height: 100px;}

.product-list-category .product-list-wapper .content > span{color: #999999;font-size: 1.2em;}

.product-list-category .product-list-wapper .content strong{color: #ff0000;}



.brands{}

.brands .brand-wapper{margin-bottom: 2em;}

.brands .brand-wapper .border-box{box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);}



.breadcrumb-section{background-color: #025398;margin-bottom: 20px;}

.breadcrumb{background-color: #025398;margin: 0;}

.breadcrumb > li + li:before{content: "\f105";font-family: 'fontAwesome';color: #ffffff;padding: 0 10px;}

.breadcrumb li.active,

.breadcrumb li a{color: #ffffff;}

.breadcrumb li a:hover{color: #ff0000;}



.cat-list{}

.cat-list .content{}

.cat-list .content .title{margin-top: 2em;}

.cat-list .content p, .cat-list .content ul li{font-size: 0.875em;color: #999999;margin-bottom: 1em;line-height: 1.7;}

.cat-list .content .left-img{float: left;margin: 0 1em 1em 0;}

.cat-list .content ul li span,

.cat-list .content p span{color: #ff0000;}

.cat-list .content ul li{position: relative;padding-left: 20px;}

.cat-list .content ul li:after {position: absolute;content: "\f105";font-family: 'fontAwesome';left: 2px;top: 0;color: #000000;font-size: 1.2em;font-weight: 600;line-height: 1;}







/* PRODUCT PAGE CSS //////////////////////////////////////////////////////////////////////////////////////////*/



.recommended-accessories .title,

.related-products .title,

.recently-viewed .title {width: calc(100% - 90px);}



.productpage{}

.productpage h5.title{color: #000000;line-height: 1.3;}

.productpage .slider-for{margin: 0;display: block;outline: none;outline-offset: 0;border: 1px solid #eaeaea;padding: 1.5em 7% 0; border-bottom: none;}

.productpage .slider-for .item a{cursor: zoom-in;}

.productpage .slider-for div,

.productpage .slider-nav div,

.productpage .slider-for .slick-dots{outline: none;outline-offset: 0;}

.slider-for  .slick-slide a.r11, .productpage .slider-nav .item.slick-slide {

    background-size: contain;

    width: 100%;

    display: inline-block;

}

.productpage .slider-nav {width: 100%;border: 1px solid #eaeaea;padding: 1.5em 7%;border-top: none;margin-bottom: 3em;}

.productpage .slider-nav .slick-list{padding: 0 !important;}

.productpage .slider-nav .slick-arrow{position: absolute;top: 50%;z-index: 50;}

.productpage .slider-nav .item {width: auto;height: auto;margin: 5px;border: 1px solid #eaeaea;padding: 7px;cursor: pointer;}

.productpage .slider-nav .item.slick-current {border-color: #033b6b;}

.productpage .slider-nav .item img{display: block;}

.productpage .slider-nav .slick-prev,

.productpage .slider-nav .slick-next {height: 45px;width: 45px;line-height: 45px;text-align: center;z-index: 9;margin: 0;}

.productpage .slider-nav .slick-next:before,

.productpage .slider-nav .slick-prev:before {font-size: 35px;display: block;}

.productpage .slider-nav .slick-prev{left: 0px;}

.productpage .slider-nav .slick-next{right: 0px;}



.productpage .productinfo{}

.productpage .productinfo .modals {font-size: 1.05em;display: inline-block;margin-bottom: 1em;margin-right: 2em;color: #000000;}

.productpage .productinfo .modals span {font-weight: 700;}

.productpage .productinfo .brands {margin-bottom: 1em;font-size: 1.05em;display: inline-block;color: #000000;}

.productpage .productinfo .brands span {color: #999999;}

.productpage .productinfo .brands a{color: #000000;}

.productpage .productinfo .brands a:hover{color: #ff0000;}

.productpage .productinfo .gray-bg{background: #f8f9fa;padding: 1.5em;}

.productpage .productinfo .info {font-size: 1.2em;font-weight: bold;color: #3d3d3d;margin-bottom: 10px;}

.productpage .productinfo .info span{color: #3d3d3d !important;}

.productpage .productinfo .availability {color: #008241 !important;}

.productpage .productinfo .nowonly span {font-size: 1.5em;color: #000000;}

.productpage .productinfo .nowonly strong {font-size: 2.2em;color: #000000;}

.productpage .productinfo .quantity input {outline: none;outline-offset: 0;text-align: center;width: 100px;}

.productpage .productinfo .btn{height: 55px;margin-top: 1em;}

.productpage .productinfo .addtocart {position: relative;font-size: 1.3em;color: #ffffff;text-transform: uppercase;font-weight: 700;vertical-align: middle;padding: 15px 60px 10px 10px;outline: none;outline-offset: 0;background: #ff0000;}

.productpage .productinfo .addtocart i {position: absolute;right: -1px;top: -1px;font-size: 34px;width: 60px;height: 55px;line-height: 55px;border-left: 1px solid #ffffff;}

.productpage .productinfo .shipping-estimate {background: #ffffff;border: 1px solid #eaeaea;font-size: 1.1em;line-height: 36px;color: #999999;}

.productpage .productinfo .btn:hover{background: #033b6b;color: #ffffff;}



.productpage .productinfo ul.blackarrow {padding: 20px 0;}

.productpage .productinfo ul.blackarrow li {position: relative;padding-left: 30px;font-size: 1.05em;color: #000000;margin-bottom: 5px;line-height: 1.5;}

.productpage .productinfo ul.blackarrow li:after {position: absolute;content: "\f105";font-family: 'fontAwesome';left: 2px;top: 0;color: #000000;font-size: 1.2em;font-weight: 300;line-height: 1;}





.fourproductslider{}

.fourproductslider .item .content a{font-size: 1.05em;color: #000000;margin: 0.5em 0;display: block;}

.fourproductslider .item .content a:hover{color: #ff0000;}

.fourproductslider .item .content del{font-size: 0.875em;color: #999999;}

.fourproductslider .item .content .newprice{display: inline-block;width: 100%;}

.fourproductslider .item .content .newprice strong{font-size: 1.125em;color: #000000;}

.fourproductslider .item .content .newprice span{font-size: 0.875em;color: #999999;float: right;}



.productdetails .nav-tab{border: 1px solid #eaeaea;}

.productdetails .nav-tab li{display: table-cell;}

.productdetails .nav-tab li + li{border-left: 1px solid #ffffff;}

.productdetails .nav-tab li a{font-size: 1.5em;color: #999999;display: block;padding: 12px 20px;font-weight: 600;}

.productdetails .nav-tab li.active a, .productdetails .nav-tab li:hover a{color: #ffffff;background: #033b6b;}



.productdetails .tab-content{margin: 2em 0 0;}

.productdetails .tab-content ul.grayarrow{padding: 20px;}

.productdetails .tab-content ul.grayarrow li {position: relative;padding-left: 30px;font-size: 1.05em;color: #999999;margin-bottom: 15px;line-height: 1.5;}

.productdetails .tab-content ul.grayarrow li:after {position: absolute;content: "\f105";font-family: 'fontAwesome';left: 2px;top: 0;color: #999999;font-size: 1.2em;font-weight: 300;line-height: 1;}

.productdetails .tab-content .content-product{display: block;margin: 1em 0;}

.productdetails .tab-content .content-product a{color: #000000;text-transform: uppercase;font-size: 1.05em;font-weight: bold;margin: 0.7em 0 1em;display: block;}

.productdetails .tab-content .content-product a:hover{color: #ff0000;}

.productdetails .tab-content .content-product p{font-size: 1.05em;color: #999999;font-weight: normal;margin: 0;}

.productdetails .tab-content .panel-group .panel{box-shadow: none;border: none;background: transparent;}

.productdetails .tab-content .panel-group .panel .panel-heading{background: transparent;border-bottom: 1px dashed #eaeaea;padding: 0;}

.productdetails .tab-content .panel-group .panel .panel-title{font-size: 1.125em;}

.productdetails .tab-content .panel-group .panel .panel-title a {font-size: 1em;display: block;padding: 15px 15px 15px 40px;font-weight: bold;position: relative;}

.productdetails .tab-content .panel-group .panel .panel-title a:before {content: "\f196";position: absolute;font-family: 'fontAwesome';font-weight: bold;font-size: 20px;top: 47%;transform: translate(0, -50%);left: 0;}

.productdetails .tab-content .panel-group .panel .panel-title a[aria-expanded="true"]:before {content: "\f147";}

.productdetails .tab-content .panel-group .panel .panel-title a.collapsed:before {content: "\f196";}

.productdetails .tab-content .panel-group .panel .panel-body{border: none;padding-left: 40px;}

.productdetails .tab-content .panel-group .panel .panel-body ul{}

.productdetails .tab-content .panel-group .panel .panel-body ul li{margin: 3px 0;display: inline-block;width: 100%;}

.productdetails .tab-content .panel-group .panel .panel-body ul li span{float: left;word-break: break-word;padding: 0 10px;}

.productdetails .tab-content .panel-group .panel .panel-body ul li span:first-child{color: #999999;width: 35%;}

.productdetails .tab-content .panel-group .panel .panel-body ul li span:last-child{color: #000000;width: 65%;}

.productdetails .tab-content .product-review li {position: relative;padding-left: 100px;margin-bottom: 1.5em;}

.productdetails .tab-content .product-review li .icon {position: absolute;left: 15px;top: 0;width: 45px;height: 45px;line-height: 52px;background: #033b6b;color: #ffffff;text-align: center;border-radius: 100%;font-size: 1.875em;text-transform: uppercase;font-weight: bold;}

.productdetails .tab-content .product-review li .rating-date{display: inline-block;width: 100%;}

.productdetails .tab-content .product-review li .rating-date .review-rating{display: inline-block;margin-right: 10px;}

.productdetails .tab-content .product-review li .rating-date .review-rating a{color: #ffb500;font-size: 1.125em;}

.productdetails .tab-content .product-review li .rating-date small {position: relative;display: inline-block;font-size: 100%;color: #999999;padding-left: 10px;}

.productdetails .tab-content .product-review li .rating-date small:before {position: absolute;content: '';left: 0;top: 4px;bottom: 5px;width: 2px;background: #999999;}

.productdetails .tab-content .product-review li .title {padding: 5px 0 10px;font-size: 1.125em;}

.productdetails .tab-content .product-review li .description {font-size: 1.125em;}

.productdetails .tab-content .viewallreview{background: #f7f8f9;display: block;text-align: center;}

.productdetails .tab-content .viewallreview a {display: block;color: #033b6b;font-size: 1.5em;font-weight: bold;padding: 15px 15px 12px;line-height: 1.5;}

.productdetails .tab-content .viewallreview a:hover {color: #ff0000;}





.menu-refine-filters.menu-dialog .title-bar {width: 100%;background: #033b6b none;border: 0 none;border-bottom: #033b6b 1px solid;height: 45px;overflow: hidden;padding: 15px 15px;}

.menu-refine-filters.menu-dialog .title-bar h2 {font-size: 18px;color: #fff;font-weight: normal;line-height: normal;height: auto;margin: 0;padding: 0;width: auto;display: inline;white-space: nowrap;}

.menu-refine-filters.menu-dialog {border: 1px solid #033b6b;}

.menu-refine-filters .rf-element-title {color: #033b6b;font-size: 18px;font-weight: 600;text-decoration: none;transition: 0.3s;}

.menu-refine-filters.menu-dialog .content a {color: #033b6b;font-size: 18px;}

.menu-refine-filters .rf-txt-active label, input.rf-ms-cb {font-size: 16px;font-weight: 600;margin-top: 0;}

.menu-refine-filters .rf-txt-active {color: #343434;float: left;}

.menu-refine-filters .rf-element-box table tbody tr td input.rf-ms-cb {float: left;}

.menu-refine-filters .rf-element-box table tbody tr td {padding-bottom: 2px;padding-top: 2px;}

.menu-refine-filters .rf-element-box {padding: 15px 2px 20px 5px;}

.menu-refine-filters .rf-element-box input[type="text"] {padding: 8px 12px 5px 12px;}

.menu-refine-filters div.ui-slider.rf-slider-wrap {border: 1px solid #b8b8b8;margin-top: 14px;}

.menu-refine-filters .rf-slider-mark {background-color: #033b6b;}

.menu-refine-filters .rf-element-box {padding: 15px 15px 20px 15px;}

.menu-refine-filters.menu-dialog .content {border: 0;background-color: #fff;padding: 10px 20px 15px 20px;overflow: hidden;}





.sc-probluray-logo li {

    width: auto;

    display: inline-block;

    margin-right: 15px;

    margin-bottom: 15px;

}

.sc-promoimage {

    display: inline-block;

    width: 100%;

    position: absolute;

    bottom: 0;

    padding-right: 105px;

}

.on_sale_wrapper #product_thumbnail {

    width: 100%;

}



.border-box .listimg li {

    width: 80px;

    display: inline-block;

    padding: 10px;

}

.slick-initialized .item.slick-slide {

    opacity: 1 !important;

}



.same-product-height {display: inline-block;width: 100%;}





/*Responsive CSS --------------------------*/

@media only screen and (max-width: 1920px) {

	.hero-slider .item{min-height: 500px;max-height: 500px;}

}



@media only screen and (max-width: 1600px) {

	.hero-slider .item.setbg {background-position: 20% center;}

	.mainnav ul li a, .mainnav ul li a:focus {padding: 1.5em 0.8em;}

}



@media only screen and (max-width: 1440px) {

	.showroom-address h3 {font-size: 1.7em;}

	.mainnav ul li a, .mainnav ul li a:focus {font-size: 0.75em;padding: 1.5em 0.5em;}

	.testimonials .item:after{left: 5px;}

	.bottom-header .site-logo {top: -30px;}

}



@media only screen and (max-width: 1199px) {

	.container-fluid{width: 100%;}

	.mainnav ul li a, .mainnav ul li a:focus {font-size: 0.69em;padding: 1em 0.35em;}

	.bottom-header .site-logo {top: -15px;}

	.product-category .sub-category .btn {padding: 0.7em 1.2em;}

}



@media only screen and (max-width: 991px) {

	.hero-slider .item{min-height: 400px;max-height: 400px;}

	.hero-slider .item.setbg {background-position: 10% center;}

	.mainnav .collapse {display: none !important;}

	.featured-product .featured-wapper a {font-size: 1em;}

	.bottom-header .site-logo {top: -25px;}

	.productdetails .tab-content .panel-group .panel .panel-body ul li span{width: 50% !important;}

	.productdetails .nav-tab li a {font-size: 1em;}

	.productpage .productinfo .yousave{text-align: left;}

	.product-category .sub-category .category-warp span {font-size: 0.75em;}

	.product-category .pro-cate-wapper h5{height: 82px;}

	.sc-promoimage {

    padding-right: 65px;

}

		

}



@media only screen and (max-width: 767px) {

	.hero-slider .item{min-height: 300px;max-height: 300px;}

	.hero-slider .item.setbg {background-position: 15% center;}

	.showroom-address .text-right, .showroom-address .text-left{text-align: center;}	

	.showroom-address .borderleft{border-left: none;}

	.showroom-address .borderleft h3 {border-top: 2px solid #ffffff;margin-top: 1em;padding-top: 1em;}

	.owl-nav .owl-prev, .owl-nav .owl-next {height: 40px;width: 30px;}

	.owl-nav .owl-prev:before, .owl-nav .owl-next:before {font-size: 3em;}

	.bottom-header .site-logo {position: relative;top: 0;margin: 0 auto 10px;display: block;text-align: center;}

	.bottom-header {margin: 0 0 15px;}

	.top-wapper{border-bottom: 1px solid #dddddd;padding-bottom: 10px;}

	.top-header .contactus span{display: block;}

	.border-box a{padding: 1.2em;}

	.productdetails .tab-content ul.grayarrow li{font-size: 1em;}

	.product-category .pro-cate-wapper h5 {height: 52px;}

	.sc-promoimage {

    padding-right: 105px;

}

}



@media only screen and (max-width: 640px) {

	.top-header .contactus {display: block;width: 100%;text-align: center;margin-bottom: 5px;}

	.top-header .top-nav {display: block;text-align: center;width: 100%;}

	.top-header .we-accepts {display: block;text-align: center;margin: 0.5em 0;}

}



@media only screen and (max-width: 480px) {

	.hero-slider .item {min-height: 160px;max-height: 160px;}

	.hero-slider .item.setbg {background-position: center;background-size: 100% 100%;}

	.featured-product .featured-wapper, .product-list-category .product-list-wapper{width: 100%;}

	.featured-product .featured-wapper a {min-height: auto;}

	.showroom-address h3 {font-size: 1.2em;}

	.brands .brand-wapper {margin-bottom: 1em;}

	.border-box a {padding: 1.2em 0.5em;}

	.productdetails .nav-tab li{display: block;}

	.productdetails .nav-tab li + li {border-left: none;border-top: 1px solid #eaeaea;}

	.productdetails .tab-content .content-product{width: 100%;}

	.productdetails .tab-content .panel-group .panel .panel-body ul li span{width: 100% !important;padding: 0;}

	.productdetails .tab-content .product-review li .icon {left: 5px;width: 35px;height: 35px;line-height: 39px;font-size: 1.5em;}

	.productdetails .tab-content .product-review li {padding-left: 60px;}

	footer .footer-title {padding-bottom: 0.5em;}

	.productpage .slider-for{padding: 1.5em 10% 0;}

	.productpage .slider-nav{padding: 1.5em 10%;}

	.productpage .slider-nav .slick-prev {left: -5px;}

	.productpage .slider-nav .slick-next {right: -5px;}

	.productpage .productinfo .info{font-size: 1em;}

	.sc-promoimage {

    padding-right: 90px;

}

.sc-promoimage .pull-right img {

    float: right;

}

.sc-promoimage img {

    width: 100%;

}

.sc-promoimage .pull-left, .sc-promoimage .pull-right {

    width: 25%;

}

}



@media only screen and (max-width: 320px) {

	.hero-slider .item {min-height: 100px;max-height: 100px;}

}

.m-b-1{margin-bottom: 1em}

.no-border > tbody > tr > td,
.no-border > tbody > tr > th,
.no-border > tfoot > tr > td,
.no-border > tfoot > tr > th,
.no-border > thead > tr > td,
.no-border > thead > tr > th {
    border: none;
}