/* CSS Document */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/*# sourceMappingURL=theme.css.map*/


.product-list-reviews .comments-nb {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.product-list-reviews {
   position: relative !important;
   top: 0px  !important;
   display: none  !important;
   clear: both;
   padding: 8px 0 6px !important;
    margin-left: -4px !important;
    
}
#my-account #wrapper {
    padding-top: 50px;
}
input.input-radio:checked + .radio-label {
    outline: 2px solid #000;
}
.alert-danger,
.alert-warning {
    background-color: #f2dede !important;
    border-color: #ebcccc !important;
    color: #a94442 !important;
    padding: 10px 20px !important;
    margin-bottom: 20px;
}

.product-information .blockreassurance_product,
.cart-grid-right .blockreassurance_product,
body#checkout section#content .blockreassurance_product {
    margin-top: 25px;
    border: 1px solid #d3d3d3;
}
.product-information .blockreassurance_product span.block-title,
.cart-grid-right .blockreassurance_product span.block-title,
body#checkout section#content .blockreassurance_product {
    display: inline-block;
    line-height: 45px;
}
.product-information .blockreassurance_product p,
.cart-grid-right .blockreassurance_product p,
body#checkout section#content .blockreassurance_product p {
    margin-bottom: 0;
    display: inline-block;
}
body#checkout section#content .blockreassurance_product {
   width: 100%;
}
.product-information .blockreassurance_product div,
.cart-grid-right .blockreassurance_product div,
body#checkout section#content .blockreassurance_product div {
    clear: both;
    padding: 0.2rem 0.9rem;
    border-bottom: 1px solid #d3d3d3;
}
.product-information .blockreassurance_product div:last-child,
.cart-grid-right .blockreassurance_product div:last-child,
body#checkout section#content .blockreassurance_product div:last-child {
    border-bottom: none;
    padding: 0;
}
.sidebar-products .thumbnail-image-inner .product-list-reviews {
    display: none !important;
}
.thumbnail-inner .product-description .product-list-reviews {
    display: none !important;
}
.card-block .card-block.cart-summary-subtotals-container {
    padding: 0;
}
.thumbnail-inner .product-description .product-list-reviews {
    display: block !important;
}
div#js-product-list-top 
{
    margin-left: 0;
    margin-right: 0;
}
section.featured-products .product-miniature {
    max-width: 25%;
}
.block-category  .category-cover img {
    max-width:100% !important;
    width: auto !important;
}
 
@media screen and (max-width: 1280px) {
    body#checkout section#wrapper .col-md-4 {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 543px) {
    .modal-dialog {
        background: #fff;
    }
}

@media screen and (max-width: 767px) {
    #order-items .card-title {
       display: none;
    }
}

@media screen and (max-width: 767px) {  
    #products div#js-product-list-top .col-md-6 {
        width: 100%;
    }
    div#js-product-list-header .block-category.card.card-block {
        padding: 0;
    }
}




#header .top-menu .popover li.category   a.dropdown-item {
    color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}

#header .top-menu .popover li.category   a.dropdown-item.dropdown-submenu {
    color: #ffffff;
    font-weight: 700;
}
#header .top-menu .popover li.category   a.dropdown-item:hover,
#header .top-menu .popover li.category   a.dropdown-item.dropdown-submenu:hover {
    color: #231d1d;
}
#header a,
.dropdown .expand-more {
    color: #a7a7a7;
    font-size: 14px;
}
#header .blockcart .header a {
	float:left;
}
#header .dropdown-menu a {
    color:  #ffffff;
}
#header .dropdown-menu a:hover {
    color:  #231d1d;
}
.top-menu .sub-menu ul[data-depth="1"]>li:last-child {
    margin-right: 0;
}
header#header {
	background-color: #231d1d;
}
.user-info > a > .material-icons,
.blockcart > .header .material-icons,
.header-nav #search_widget button .material-icons {
    font-size: 0px;
    text-indent: -9999px;
    display: none;
    margin: 0px;
}
.blockcart .cart-desc {
    float: left;
    padding: 7px 0 0;
    margin-left: 7px;
}
.blockcart > .header span.shopping-cart-text {
    color: #fff;
    font-size: 14px;
}
#header .header-nav .blockcart,
#header .header-nav .cart-preview.active {
    padding: 0px;
    height: auto;
    background: transparent;
    margin: 0px;
    cursor: pointer;
}
div#contact-link > a,
.user-info > a,
.blockcart > .header > a {
    display: block;
}
div#contact-link > a {
    display: block;
    background: transparent url(../img/sprite.png) no-repeat scroll -24px -69px;
    padding-left: 25px;
}
div#contact-link:hover > a {
    background-position: -540px -69px;
}
.user-info {
    position: relative;
}
.user-info > .user-icon {
    cursor: pointer;
	position:relative;
	display:inline-block;
}
.user-info::before {
	display: block;
	background: #f43544 url("../img/sprite.png") no-repeat scroll -25px -190px;
	width: 20px;
	height: 20px;
	color: #222222;
	content: '';
	float: left;
	margin-right: 4px;
	display:none;
}
.user-info:hover:before{
	background-position:-454px -190px;
}
.user-info > .user-icon:before {
	width: 30px;
	height: 30px;
	display:block;
	content:"";
	background: transparent url(../img/sprite.png) no-repeat scroll -445px -819px;
	margin: 5px 0 0;
	display:none;
}
.user-info > .user-icon:hover:before {
	background-position:-21px -819px;
}
#header .header-nav .user-info .user-icon > span:before {
    background: transparent url(../img/sprite.png) no-repeat scroll -40px -107px;
    left: 0;
    position: absolute;
    content: "";
    width: 19px;
    height: 18px;
    top: 0;
}
#header .header-nav .user-info .user-icon > span:hover:before {
    background: transparent url(../img/sprite.png) no-repeat scroll -444px -107px;
}
#header .header-nav .user-info .user-icon > span {
    display: block !important;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    position: relative;
    padding-left: 29px;
}
#header .header-nav .user-info:hover .user-icon > span {
    color: #fff;
}
#header .header-nav .user-info:hover .user-icon > span {
    background-position:  -543px -119px;
}
ul.userinfo-toggle {
    background: #231d1d none repeat scroll 0 0;
    display: none;
    margin-bottom: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    width: 160px;
    z-index: 99;
	margin-top:6px;
}
.userinfo-toggle li {
    padding-bottom: 4px;
}
#content-wrapper .ps-alert-success p {
  margin: 0 0 0 10px;
}
#header .header-nav .blockcart .header,
#header .header-nav #contact-link {
    margin: 0px;
}
.language-selector button {
    display: none;
}
.language-selector-wrapper span.hidden-md-up {
    display: block !important;
    color: #ffffff;
    font-weight: 500;
    padding: 0 0 8px;
}
.currency-selector #currency-selector-label {
    padding: 0 0 8px;
    float: left;
    color: #ffffff;
    display: block !important;
    font-weight: 500;
}
.language, .currency {
    border-top: 1px solid #3c3c3c;
    padding: 15px 0 0 !important;
    margin: 10px 0 0;
}
.blockcart > .header::before {
    display: block;
    background: transparent url(../img/sprite.png) no-repeat scroll -40px -198px;
    width: 27px;
    height: 27px;
    content: '';
    float: left;
}
.blockcart > .header .hidden-sm-down{
	display:none;
}
.blockcart.cart-preview .header{
}
.blockcart .header{
	cursor:pointer;
}
.blockcart:hover > .header::before {
    background: transparent url(../img/sprite.png) no-repeat scroll -435px -198px;
}
#cart_block_total {
    display:none;
    color: #231d1d;
	font-family: 'Montserrat', sans-serif;
}
.blockcart > .header span.cart-products-count {
    color: #fff;
    font-size: 14px;
}
.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0.613rem;
    right: 5px;
    color: #787878;
    top: 0px;
    height: 19px;
    width: 19px;
}
#_desktop_logo {
    padding:0;
	text-align:center;
}
.menu-container.container {
  border-top: 1px solid #699ef5;
}
.right-logo,
.right-btn {
    padding:30px 0px;
}
.search-widget {
    float: right;
    position: relative;
    z-index: 9;
    margin: 17px 0 15px 0px;
    border-left: 1px solid #fff;
}
div#_desktop_cart {
    float: right;
    position: relative;
    margin: 37px 0 35px 0;
}
.blockcart::before {
    background-color: #fff;
    content: "";
    height: 37px;
    position: absolute;
    width: 1px;
    left: 0px;
    top: 2px;
	display:none;
}
.blockcart{
	position:relative;
}
div#_desktop_cart:before {
	position:absolute;
	content:"";
	border-left:1px solid #808080;
	width:auto;
	height:22px;
	left: 0;
	top: 10px;
	right:auto;
	display:none;
}
div#_desktop_cart:after {
	position:absolute;
	content:"";
	border-right:1px solid #808080;
	width:auto;
	height:22px;
	right: 0;
	top: 10px;
	left:auto;
	display:none;
}
.header-logo {
    text-align: left;
    display: block;
    float: left;
    margin: 0;
    padding: 25px 0;
}
.top-menu {
    margin: 0px;
}
.top-menu, .top-menu a {
    font-family: 'Verdana', sans-serif;
}
.menu-bottom-banners {
    margin: 7px 0 0;
}
#header .header-top a[data-depth="0"] {
    font-weight: 600;
    font-size: 16px;
    padding: 46px 13px 39px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Verdana', sans-serif;
    text-transform: uppercase;
}
#featured-products {
    margin:0 0 25px;
}
#index #wrapper {
    padding-top: 0;
	background: #fff;
}
h1.main-title {
    color: #231d1d;
    font-family: 'Verdana', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: left;
    position: relative;
    padding-left: 35px;
    text-transform: none;
}
h1.main-title::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 22px;
    background: transparent url(../img/title.png) no-repeat scroll 0 5px;
    left: 0;
    margin: 0 auto;
    top: 0;
}
.sub-working-title{
	font-size:14px;
	color:#f43544;
	text-transform:uppercase;
	text-align:center;
	font-weight: 500;
	margin: 0 0 5px;
}
div#_desktop_language_selector,
div#_desktop_currency_selector {
    display: inline-block;
	float:right;
}
div#_desktop_contact_link, 
div#_desktop_user_info {
    float: right;
    padding: 18px 15px 14px 0px;
}
div#_desktop_user_info::before{
    background: #ffffff;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px;
	display:none;
}
.brandslider-outer .main-title{
	display:none;
}
.brandslider-inner .title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 1;
    text-align: left;
    color: #f43544;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}
/* footer start */
.nwsletter-maintitle:before {
        content: "";
    position: absolute;
    width: 20px;
    height: 22px;
    background: linear-gradient(180deg, #feed3b, 3px, transparent, 3px,transparent, 6px,#feed3b 6px,#feed3b 9px,transparent 9px);
    left: 0;
    margin: 0 auto;
    top: 0;
    background-size: 100% 9px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.nwsletter-maintitle {
    font-size: 22px;
    font-weight: bold;
    color: #111111;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    float: left;
    position: relative;
    padding-right: 18px;
    padding-left: 35px;
}
.block_newsletter form input[type=text] {
	padding: 11px 20px 11px 20px;
	width: 100%;
	background: #f0f0f0;
	color: #787878;
	height: 50px;
	font-size: 14px;
}
.block_newsletter .footer-toggle {
    margin: 0;
}
.block_newsletter{
	float: left;
	width: 100%;
	padding: 0;
}
.block_newsletter.links .wrapper{
	width:100% !important;
}
.newstitle-inner:hover .nwsletter-maintitle{
	color:#231d1d;
}
.newstitle-inner {
    position: relative;
    padding-top: 10px;
}
.text-title {
    text-align: right;
    padding-right: 0px;
}
.block_newsletter .news-box{
	text-align:right;
}
.block_newsletter form input[type=text]:focus {
}
.block_newsletter form input {
    height: 50px;
}
.block_newsletter .btn-primary {
    background: #feed3b;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    float: none !important;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    padding: 10px 36px 10px 36px;
    margin-left: 11px;
    text-transform: uppercase;
}
.block_newsletter .btn-primary:hover {
    background-color: #231d1d;
    color: #fff;
}
.nwsletter-subtitle {
    font-size: 14px;
    color: #787878;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 0;
    font-weight: 500;
    text-align: left;
}      
.footer_inner {
    overflow: hidden;
    padding: 63px 0 41px;
    border-bottom: 1px solid #3f3f3f;
}
.footer-top {
    background: #f7f7f7;
    padding: 38px 0 38px;
    background-size: cover;
}
.footer-container {
    overflow: hidden;
	background: #231d1d;
}
.footer-bottom {
	background: #231d1d;
	text-align:left;
}
.address span {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-right: 7px;
}
.footer-container .title span.h3,
.footer-container h3.h3,
#block_myaccount_infos .myaccount-title a,
.block-contact .block-contact-title,
.linklist .blockcms-title a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 14px;
    display: block;
    font-weight: bold;
}
.footer_inner .links .collapse,
#footerbottomright-text .footer-toggle {
    margin-bottom: 0;
}
.footer-container li a,
.footer-container li,
.footer-container .block-contact {
    color: #757575;
    line-height: 26px;
	font-size: 14px;
    word-wrap: break-word;
	font-family: 'Montserrat', sans-serif;
}
#footerbottomleft-text .title h3 {
    display: none;
}
.footer-container .links .collapse {
    display: inherit
}
div#footerbottom-text {
    overflow: hidden;
    padding: 37px 0 0;
	text-align:center;
}
.bottom-link-icon-wrapper{
	float:left;
}
.footer_inner .links .wrapper {
    width: 25%;
	padding:0;
}

.link-inner,
.payment-inner {
    margin: 0px;
    padding: 0px;
}
ul.payment-inner li a {
    display: block;
    position: relative;
}
ul.payment-inner li:last-child a {
    padding-right: 0;
}

.link-inner li a {
    text-transform: capitalize;
    color: #787878;
	font-family: 'Montserrat', sans-serif;
    padding: 0px 12px 0px 15px;
    position: relative;
}
.link-inner li:first-child a {
    padding-left: 0px;
}
.link-inner li:first-child a::before,
ul.payment-inner li:first-child a::before {
    display: none;
}
.link-inner li a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    background: transparent;
    width: 1px;
    height: 11px;
    background: #757575;
}
.link-inner li a:hover {
    color: #feed3b;
}
.link-inner li,
.payment-inner li {
    display: inline-block;
}
.copyright {
    padding: 8px 0 19px;
	text-align:center;
}
.copyright a {
	color: #787878;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.copyright a:hover {
    color: #feed3b;
}
.footer-container li a:hover{
	color:#feed3b;
}
/*footer end */

/* about block start */
#about-text {
    margin: 0 0 74px;
	background: #fff;
	padding:0 0 52px;
}
#about-text .title {
    color: #231d1d;
    font-size: 30px;
    font-weight: 700;
	line-height: 30px;
	margin:0 0 8px;
	font-family: 'Montserrat', sans-serif;
}
#about-text .description {
	font-size:14px;
	line-height: 24px;
	text-align: justify;
	margin: 0 0 26px;
}
#about-text .description1 {
    margin: 0 0 28px;
}
#about-text  .description2 {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 0 52px;
	margin: 0 0 35px;
}
.about-left {
	float: left;
	width: 48%;
	padding: 97px 50px 0 0;
}
.about-right {
	float: right;
	width: 52%;
	padding: 120px 0 0;
}

#about-text .desc {
    position: relative;
    padding-left: 88px;
	float: none;
	display: inline-block;
	margin-bottom: 41px;
}
#about-text .about3 {
    margin: 0 !important;
}
#about-text .desc1 {
    padding: 6px 0px 3px;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#231d1d;
	font-weight:500;
}
#about-text .desc::before {
    position: absolute;
    content: "";
    left: 0;
    height: 60px;
    width: 60px;
	background:#f3f3f3;
	border-radius:50%;
}
#about-text .about1::before {
    background:#f3f3f3 url(../img/sprite.png) no-repeat scroll -15px -129px;
}
#about-text .desc.about1:hover::before {
    background:#f43544 url(../img/sprite.png) no-repeat scroll -418px -128px;
}
#about-text .about2::before {
    background:#f3f3f3 url(../img/sprite.png) no-repeat scroll -17px -187px;
}
#about-text .desc.about2:hover::before {
    background:#f43544 url(../img/sprite.png) no-repeat scroll -423px -185px;
}
#about-text .about3::before {
    background:#f3f3f3 url(../img/sprite.png) no-repeat scroll -13px -247px;
}
#about-text .desc.about3:hover::before {
    background:#f43544 url(../img/sprite.png) no-repeat scroll -421px -245px;
}

/* about block end */


/* CSS Document */
.banner1-left.banner-common {
	max-width: 50%;
	float: left;
	padding-right: 10px;
}
.banner2-center.banner-common {
    max-width: 25.9%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.banner3-right.banner-common {
    width: 24.1%;
    float: right;
    padding-left: 0;
}
.banner-top {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.banner-common-inner a img {
    width: 100%;
}
#custom-bannerblock {
    margin: 20px 0 117px;
}
div#custom-BannerBottomblock {
    padding-top: 68px;
    padding-bottom: 118px;
}
.subbanner-common {
    float: left;
    box-sizing: border-box;
}
.subbanner-common.subbannerpart2 {
    margin: 0px 19px;
}
.subbanner-inner > a {
    position: relative;
    display: block;
    overflow: hidden;
}
.right-top-left {
	margin-right: 30px;
	float: left;
}
.right-bottom {
    margin-top: 30px;
}
.subbanner-left {
    margin-right: 31px;
}
.subbanner-inner {
    overflow: hidden;
}
.subbanner-inner > a::before {
   background-color: rgba(124,179,66,.3);
	position: absolute;
	content: "";
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	color: #FFF;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 1;
}
.subbanner-inner:hover > a::before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

section#bestsellers-products {
    float: left;
    width: 45%;
}
#featured-products {
    float: left;
    width: 55%;	
}

/* banner bottom start */
.subbannerbottomcms-outer.container {
    margin: 0 auto 78px;
}
.subbannerbottomcms-outer .subbannerbottom-inner {
    overflow: hidden;
}
.subbannerbottom-common{
	float:left;
}
.subbannerbottompart1{
	padding:0 20px 0 0;
}
.subbannerbottom-inner img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.subbannerbottom-inner:hover img {
    transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -o-transform: scale(1.10);
}
/* banner bottom end */

/* shipping start */
.subtitle-part .subicon .hide {
    display: none;
}


.shipping-outer .subtitile1 {
    font-size: 15px;
    color: #231d1d;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 0 0 0;
    text-transform: capitalize;
}	
.shipping-outer .subtitile2 p {
    font-size: 14px;
    color: #787878;
    font-weight: 500;
    padding-top: 2px;
    margin-bottom: 0
}
.subtitle-part.subtitle-part2 {
    position: relative;
    padding: 0 126px;
    width: 40%;
}
.subtitle-part.subtitle-part2:before {
    display: block;
    content: '';
    border-left: 1px solid #d9d9d9;
    width: 1px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 6px;
}
.subtitle-part.subtitle-part2:after {
    display: block;
    content: '';
    border-left: 1px solid #d9d9d9;
    width: 1px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 6px;
}
.subtitle-part.subtitle-part3 {
    padding-left: 118px;
    width: 26.67%;
}
.shipping-inner {
    overflow: hidden;
    padding: 23px 0px 30px;
    cursor: pointer;
    width: 100%;
}
.subtitle-part.subtitle-part4 {
    margin: 0 !important;
}
.subtitle-part:hover .subtitile1{
	color:#feed3b;
}
.subtitle-part {
	float: left;
	position: relative;
	width: 33.33%;
}
.subtitle-part .subicon {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 45px;
    height: 35px;
}
.subicon.subicon1 {
    margin-right: 29px;
}
.subicon.subicon2 {
    margin-right: 17px;
}
.subicon.subicon3 {
    margin-right: 21px;
}
.subtitle-part .subicon img {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    background: transparent;
}

.subtitle-part:hover .subicon img{
   filter: brightness(0) saturate(100%) invert(93%) sepia(32%) saturate(2807%) hue-rotate(325deg) brightness(110%) contrast(104%);
}




/* shipping End */

/* header-left block start */
.header-left-email {
    float: right;
    padding-top: 15px;
    padding-bottom: 17px;
    margin-left: 33px;
}
.header-left-outer {
    float: left;
    padding-top: 15px;
    padding-bottom: 16px;
}
#header-left-text {
	display: inline-block;
	vertical-align: middle;
}
#header-left-text .left-desc:before {
    background: transparent url(../img/sprite.png) no-repeat scroll -40px -29px;
    left: 0;
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 2px;
}
#header-left-text .left-desc:hover:before {
    background: transparent url(../img/sprite.png) no-repeat scroll -446px -29px;
}
#header-left-text .left-desc {
    position: relative;
    margin: 1px 0 0;
    font-size: 13px;
    padding-left: 27px;
    font-weight: 500;
}
#header-left-text .left-desc a {
	color: #fff;
}
#header-left-text .left-desc:hover a {
	color: #ffffff;
}
.header-left-email .email-desc a:before {
    background: transparent url(../img/sprite.png) no-repeat scroll -41px -63px;
    left: 0;
    position: absolute;
    content: "";
    width: 20px;
    height: 16px;
    top: 2px;
}
.header-left-email .email-desc a:hover:before {
	background: transparent url(../img/sprite.png) no-repeat scroll -442px -63px;
}
.header-left-email .email-desc a:hover {
	color: #ffffff !important;
}
.header-left-email .email-desc a {
    font-size: 13px !important;
    color: #fff !important;
    position: relative;
    padding-left: 33px;
    padding-top: 2px;
}
/* header-left block end */

/* header-right block start */
#header-right-text {
    float: right;
	background: #1875bc;
	padding: 19px 40px 20px 32px;
}
#header-right-text .call-label {
    color: #ffc600;
    font-size: 18px;
    float: left;
}
#header-right-text .call-dial {
    color: #fff;
    font-size: 16px;
	margin-left: 5px;
}
#header-right-text .call-dial:hover {
	color:#f43544;
}
#header-right-text .header-link-inner {
    margin: 0;
}

/* header-right block end */

/* parallax block start */

.parallaxblock-outer {
    color: #f43544;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 105px;
	text-align:center;
}
.parallax-text {
   text-align: center;
	font-size: 60px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 7px;
}
.parallax-description {
    padding: 0 230px;
}
.parallax-text1 {
	color:#1c8adf;
	line-height: 1.2;
	letter-spacing: 1px;
	float:none;
	display:inline-block;
}
.parallax-text2{
	color: #e22439;
	float:none;
	line-height: 1.2;
	display:inline-block;
}
.parallax-desc{
	font-size:16px;
	color:#f43544;
	line-height: 29px;
	font-family: 'Montserrat', sans-serif;
}
.parallax-btn {
    padding: 15px 0;
}
.parallax-btn a {
    padding: 15px 37px;
    background: rgba(255,255,255,0.5);
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 700;
	color:#f43544;
}
.parallax-btn a:hover {
    background: #fff;
}

/* parallax block end */


/* Home page Testimonial Start */
.test_img_innar {
    width: 35%;
    height: 75px;
    float: left;
    max-width: 100%;
}
.testmonial-heading {
    float: left;
    text-align: left;
    padding-top: 14px;
    padding-left: 15px;
    max-width: 100%;
    width: 65%;
    overflow: hidden;
}
.footer-top {
    padding: 32px 0 32px;
}
.display-homebottom {
    clear: both;
}
#testimonial-slider.testimonial-carousel {
    margin: 0 0 0 auto;
}
.test_imag {
    align-items: center;
    justify-content: center;
    text-align: center;
    display: inline-block;
    float: right;
    width: 20%;
}
.owl-carousel {
    position: relative;
    width: 100%;
    z-index: 1;
}
.testimonial_outer h1.main-title{
	color:#fff;
	position:relative;
	margin: 0 0 45px;
	display:none;
}
#testimonial-slider {
	float:left;
}
.testimonial-carousel .prev-arrow {
   background: transparent url("../img/sprite.png") no-repeat scroll -26px -247px;
    height:30px;
    width: 30px;
    left: -20px;
	right:auto;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform:translateY(-50%);
}
.testimonial-carousel .prev-arrow:hover {
	background-position:-482px -247px;
}
.testimonial-carousel .next-arrow {
	background: transparent url("../img/sprite.png") no-repeat scroll -25px -291px;
    width: 30px;
    height:30px;
    position: absolute;
    right: -20px;
	left:auto;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform:translateY(-50%);
}
.testimonial-carousel .next-arrow:hover {
    background-position:-481px -291px;
}
.testimonial_outer:hover .testimonial-carousel .owl-nav {
}
.testimonial-carousel .owl-nav {
    margin-top: 0;
    z-index: 9999;
	display:none;
}
.testimonial-outer .owl-dot {
    height: 15px;
    width: 15px;
    background: #fff;
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
}
.testimonial-outer .owl-dots {
    text-align: center;
	margin: 25px 0 0;
	display: none;
}
.testimonial-outer .owl-dot.active ,
 .testimonial-outer .owl-dot:hover{
    background:#f43544;
}
.test_desc {
    width: 80%;
    float: right;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0;
}
.testimonial-carousel .testimonial-desc {
    color: #373737;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-style: normal;
    position: relative;
    padding: 6px 50px 0px 64px;
}
.testmonial-author {
    font-style: normal;
    color: #fff;
    font-size: 16px;
	font-weight: 500;
	margin: 0 0 28px;
	margin: 0 0 9px;
}
.testmonial-author1 {
    font-size: 16px;
    color: #f43544;
    margin: 0 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    float: none;
}
.testimonial-outer {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border: 8px solid #d8d8d8;
    padding: 37px 30px 27px;
}
.testmonial-author2 {
    color: #787878;
    font-size: 16px;
    float: none;
    vertical-align: top;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    margin-right: 25px;
}
/* Home page Testimonial End */
.brandslider-outer {
    display: inline-block;
    width: 100%;
	margin: 51px 0 59px;
}
#brand-carousel li.item {
    text-align: center;
    padding: 10px 16px;
	border-right: 1px solid #e8e8e8;
}
#brand-carousel li.item a {
	  opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -o-opacity: 0.5;
	    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;

}
#brand-carousel li.item:hover a{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}
.product-miniature.js-product-miniature.col-xs-12.col-sm-6.col-md-6.col-lg-6.col-xl-4 {
    padding-left: 0;
    padding-right: 0;
}
h1.h6.active-filter-title {
    margin-bottom: 30px;
    color: #f43544;
	font-size:15px;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    border: none;
    text-indent: 100%;
    background: #f43544;
    z-index: 99;
}
#toTopHover {
    background: transparent;
    width: 36px;
    height: 36px;
    display: block;
    overflow: hidden;
    
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=1);
}
#toTopHover:before {
    color: #fff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 24px;
    position: relative;
    right: 24px;
    text-align: center;
    top: 4px;
    vertical-align: middle;
}
#featured-products .thumbnail-inner {
    margin-bottom: 46px;
}
.thumbnail-inner {
    position: relative;
    overflow: visible;
    margin-bottom: 32px;
    vertical-align: middle;
}
.sidebar-products .thumbnail-inner {
    overflow: hidden;
	border:none;
	margin: 0 0 15px;
}
.thumbnail-inner .hover-addtocart {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    margin: 0px auto;
    right: 10px;
    top: 10px;
}
.banner-bottom-left a img {
    width: 100%;
}
.thumbnail-container:hover .thumbnail-inner .hover-addtocart {
     opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.thumbnail-container .addtocart-button .btn-primary {
    position: relative;
	width:23px;
	height: 23px;
	padding:0;
	font-size:0;
}
.thumbnail-container .addtocart-button .btn-primary::before,
.product-actions .product-add-to-cart .btn-primary::before {
    background: transparent url(../img/sprite.png) no-repeat scroll -41px -559px;
	content: "";
	height: 23px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width:23px;
}
.thumbnail-container .addtocart-button:hover .btn-primary::before,
.product-actions .product-add-to-cart:hover .btn-primary::before {
	background: transparent url(../img/sprite.png) no-repeat scroll -440px -559px;
}
.list .thumbnail-container .product-add-to-cart {
    position: relative;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    text-align: left;
}
#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.homepage-products .product-miniature .discount-percentage.discount-percentage,
.homepage-products .product-miniature .on-sale.discount-percentage,
.homepage-products .product-miniature .online-only.discount-percentage,
.homepage-products .product-miniature .product-flags .new.discount-percentage,
.special-products .product-miniature .discount-percentage.discount-percentage,
.special-products .product-miniature .on-sale.discount-percentage,
.special-products .product-miniature .online-only.discount-percentage,
.special-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
	margin-top: 20px;
	font-size: 14px;
	line-height: 12px;
	padding: 3px 5px;
	font-weight: 700;
	font-style: normal;
	background: none;
}
.quick-view .material-icons {
	width: 25px;
    height: 15px;
    position: relative;
	font-size: 0;
}
.homeslider-container{
	margin: 0 0 0px;
	clear:both;
}
#homepage-carousel{margin:0;}
ul#homepage-carousel .owl-nav .owl-prev {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 20px;
    right: auto;
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 52px;
    width: 52px;
    background: transparent url(../img/sprite.png) no-repeat scroll -39px -686px;
}
ul#homepage-carousel .owl-nav .owl-prev:hover{
	background-position: -39px -757px;
}
ul#homepage-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 1;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 52px;
    width: 52px;
    background: transparent url(../img/sprite.png) no-repeat scroll -411px -686px;
    left: auto;
    right: 20px;
}
ul#homepage-carousel .owl-nav .owl-next:hover{
	background-position: -411px -757px;
}
.homeslider_nav:active {
    opacity: 1.0;
}


#featured-products .owl-nav .owl-prev,
#special-products .owl-nav .owl-prev,
#featured-products .owl-nav .owl-next,
#special-products .owl-nav .owl-next ,
.product-accessories .owl-nav .owl-prev,
.product-accessories .owl-nav .owl-next,
.brandslider-outer .owl-prev ,
.brandslider-outer .owl-next,
.testimonial-carousel .prev-arrow,
.testimonial-carousel .next-arrow,
.homepage-products .owl-nav .owl-prev,
.homepage-products .owl-nav .owl-next ,
.home_blog_post_area .prev-button.slick-arrow ,
.home_blog_post_area .next-button.slick-arrow{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
#featured-products:hover .owl-nav .owl-prev,
#special-products:hover .owl-nav .owl-prev,
#featured-products:hover .owl-nav .owl-next,
#special-products:hover .owl-nav .owl-next ,
.product-accessories .owl-nav .owl-prev,
.product-accessories .owl-nav .owl-next,
.brandslider-outer:hover .owl-prev ,
.brandslider-outer:hover .owl-next ,
.testimonial-carousel:hover .prev-arrow,
.testimonial-carousel:hover .next-arrow,
.homepage-products:hover .owl-nav .owl-prev,
.homepage-products:hover .owl-nav .owl-next,
.home_blog_post_area:hover .prev-button.slick-arrow ,
.home_blog_post_area:hover .next-button.slick-arrow
 {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
}
#featured-products .owl-nav ,
#newproducts-products .owl-nav,
#special-products .owl-nav,
.product-accessories .owl-nav ,
.homepage-products .owl-nav{
}
#featured-products .owl-nav .owl-prev,
#newproducts-products .owl-nav .owl-prev,
#special-products .owl-nav .owl-prev,
.product-accessories .owl-nav .owl-prev ,
.homepage-products .owl-nav .owl-prev {
	height: 26px;
	width: 26px;
	background: transparent url(../img/sprite.png) no-repeat scroll -40px -450px;
	left:auto;
	right:40px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    z-index: 3;
	top: -39px;
   	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform:translateY(-50%);
}
#featured-products .owl-nav .owl-prev:hover,
#newproducts-products .owl-nav .owl-prev:hover,
#special-products .owl-nav .owl-prev:hover  ,
.product-accessories .owl-nav .owl-prev:hover ,
.homepage-products .owl-nav .owl-prev:hover{
	background-position: -40px -498px;
}
#featured-products .owl-nav .owl-next ,
#newproducts-products .owl-nav .owl-next,
#special-products .owl-nav .owl-next ,
.product-accessories .owl-nav .owl-next ,
.homepage-products .owl-nav .owl-next{
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 26px;
	width: 26px;
	background: transparent url(../img/sprite.png) no-repeat scroll -437px -450px;
    left: auto;
    right: 10px;
	top: -39px;
   	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform:translateY(-50%);
}

#featured-products .owl-nav .owl-next:hover,
#newproducts-products .owl-nav .owl-next:hover,
#special-products .owl-nav .owl-next:hover ,
.product-accessories .owl-nav .owl-next:hover ,
.homepage-products .owl-nav .owl-next:hover{
   background-position: -437px -498px;
}
.homeslider_nav:active {
    opacity: 1.0;
}
#special-products .owl-carousel .owl-nav.disabled {
    display: block;
}
.thumbnail-image-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.list .thumbnail-image-inner {
    border-bottom: none;
}
.thumbnail-container:hover .thumbnail-image-inner img{
    max-width: 100%;
	height: auto;
}
#js-active-search-filters .h6.hidden-xs-up {
    display: block !important;
	font-size:15px;
	font-weight:700;
	color:#231d1d;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 20px;
}
#search_filters p.text-uppercase.h6.hidden-sm-down:first-child,
.leftsidebar .title {
	color: #ffffff;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	padding:13px 20px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	background:#231d1d;
}
.products-selection .products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #787878;
    background: #fff;
    padding: 8px 10px 4px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
	font-size:15px;
	text-align:left;
}
#custom-leftbannerblock img {
    height: auto;
}
.block-category .category-cover {
    margin-bottom:23px;
    margin-top: 0px;
}
.category-cover img {
}
.page-index .breadcumb_outer {
    display: none;
}
.grid .product-desc,
.list .thumbnail-inner .product-description {
    display: none !important;
}
.list .thumbnail-inner + .product-description .highlighted-informations {
    display: inline-block;
	vertical-align: top;
}
.list .product-add-to-cart.addtocart-button {

}
.list .highlighted-informations.hidden-sm-down {
    display: inline-block;
    vertical-align: middle;
}
.list .highlighted-informations.hidden-sm-down {
    margin-top: 0;
}
.products-selection .display {
    float: left;
    margin: 0 15px 0 0;
}
.products-selection .display li {
    float: left;
    text-align: center;
    padding: 0;
}
.products-selection .display li#grid {
    margin: 0px;
}
.products-selection .display li#list {
    margin-left:4px;
}
.products-selection .display li a {
    color: #787878;
    font-size: 0px;
    line-height: 14px;
    cursor: pointer;
}
.products-selection .display li#grid a {
    background: transparent url(../img/sprite.png) no-repeat scroll -39px -869px;
	float: left;
	width: 35px;
	height: 25px;
}
.products-selection .display li#grid:hover a,
.products-selection .display li#grid.selected a {
    background: transparent url(../img/sprite.png) no-repeat scroll -428px -869px;
}
.products-selection .display li#list a {
    background: transparent url(../img/sprite.png) no-repeat scroll -37px -935px;
	width: 35px;
	height: 25px;
    float: right;
}
.products-selection .display li#list:hover a,
.products-selection .display li#list.selected a {
    background: transparent url(../img/sprite.png) no-repeat scroll -428px -935px;
}
.products-selection .display li.selected a {
    cursor: default;
}
.products-selection h1 {
    padding-top: 0.625rem;
}
.products-sort-order {
    color: #787878;
}
.products-sort-order .select-title {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 100%;
    color: #f43544;
    background: #FFFFFF;
    padding: 5px 0.625rem;
    cursor: pointer;
}
.products-sort-order .select-list {
    display: block;
    color: #787878;
    padding: 5px 15px;
	font-size:15px;
}
.products-sort-order .select-list:hover {
    background: transparent;
    color: #f43544;
    text-decoration: none;
}
.products-sort-order .dropdown-menu {
    left: 15px;
    width: 288px;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 0;
    right: auto;
}
#products .list .product-description{
	background:none;
	text-align:left;
}
.products.row.list {
    margin: 0;
}
.products.row.list .product-miniature.js-product-miniature.col-xs-12 {
    padding: 0 !important;
}
#products .list .product-title,
#products .product-title a {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 14px;
	text-align:left;
}
#products .list .product-price-and-shipping {
    padding-bottom: 15px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.total-products P {
    margin: 4px 0px;
	color:#787878;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
}
.list .thumbnail-container .addtocart-button {
    position: relative;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.product-toolbar {
	margin-bottom: 30px;
	padding: 15px;
	color: #787878;
	background: #f8f8f8;
}
.page-product .modal-body figure {
    max-width: 625px;
}
#checkout div#_desktop_language_selector,
#checkout div#_desktop_currency_selector {
    margin: 0px;
}
.sidebar-products .product-flags {
    display: none;
}
.sidebar-products .thumbnail-image-inner {
    float: left;
    margin-right: 15px;
    max-width: 85px;
}
.sidebar-products .product-miniature .product-title {
    margin-top: 0px;
    margin-bottom: 7px;
    text-align: left;
}
.sidebar-products .product-miniature .product-title a{
	font-size:14px;
}
.sidebar-products .thumbnail-sidebar-inner {
    text-align: left;
    float: left;
    max-width: 133px;
}
.sidebar-products .thumbnail-sidebar-inner .product-description{
	padding:0;
	background:none;
}
.sidebar-products .product-miniature .product-price-and-shipping ,
.sidebar-products .product-miniature .regular-price{
    text-align: left;
	font-size: 14px !important;
}
.sidebar-products .discount-percentage{
	font-weight:300 !important;
	background:#fff;
	font-size: 13px;
	color: #787878;
}
.sidebar-products .thumbnail-container .addtocart-button {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    background: transparent;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: 0.5s;
    -wenkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    text-align: left;
}
.sidebar-products .thumbnail-container .addtocart-button .btn-primary::before {
    display: none;
}
.sidebar-products .thumbnail-container:hover .addtocart-button .btn-primary {
    color: #231d1d;
}
.sidebar-products .addtocart-button .btn-primary {
    padding: 0px;
    background: transparent;
    color: #787878;
	font-size:14px;
    font-weight: 500;
    padding-top: 5px;
	font-family: 'Montserrat', sans-serif;
	border:none;
	height:auto;
}
.sidebar-products #products .product-price-and-shipping,
.sidebar-products .featured-products .product-price-and-shipping,
.sidebar-products .product-accessories .product-price-and-shipping,
.sidebar-products .product-miniature .product-price-and-shipping {
}
.leftsidebar h1.title {
	padding-bottom: 14px;
}
div#_mobile_cart {
    position: relative;
    margin-right: 15px;
}
#products .grid .product-miniature {
    width: 25%;
}
.products.row.grid {
    margin-left: -10px;
    margin-right: -10px;
}
.title .pull-xs-right {
    display: none;
}
.flexcss .top-menu[data-depth="1"] {
    display: flex;
}

.newproducts-products {
    margin-bottom: 65px;
}
.newproducts-products .product-miniature .thumbnail-container {
    border: none;
    margin-bottom: 25px;
}
.newproducts-products .product-miniature .thumbnail-image-inner {
    border: 1px solid #d9d9d9;
    float: left;
    width: auto;
}
.newproducts-products .product-miniature .thumbnail-sidebar-inner {
    float: left;
}
.newproducts-products .thumbnail-inner {
    overflow: hidden;
}
.newproducts-products .thumbnail-container .product-description {
    padding:0px 0px 0px 20px;
}
.newproducts-products .thumbnail-container .addtocart-button .btn-primary {
    padding: 7px 0px 9px 0px;
    font-size: 15px;
    background: transparent;
    color: #787878;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.newproducts-products .thumbnail-container:hover .addtocart-button .btn-primary {
    color: #2874f1;
}

ul.payment-inner li a {
	padding: 0px 3px;
}
.paymentblock {
    text-align: center;
    padding-bottom: 10px;
}


@media (min-width: 992px) {
    .link-inner li a::before,
    ul.payment-inner li a::before {
        left: -3px;
    }
	.link-inner li a {
	    padding: 0px 12px 0px 15px;
	}
    .parallaxblock-outer {
        padding: 200px 0px 165px;
    }
    .subbannercms-bottom a img {
        width: 100%;
    }
    .subbannercms-bottom a img {
        width: 100%;
    }
}
.grid .thumbnail-container > .product-description {
    display: none;
}
#products .product-miniature, .featured-products .product-miniature, 
.product-accessories .product-miniature, .product-miniature .product-miniature,
 #special-products .product-miniature ,.homepage-products .product-miniature {
 	padding: 0 10px;
}
.bestsellers-products .homepage-products .product-miniature {
	padding: 0 0;
}
#featuredproducts-grid.products-grid.grid .item {
    padding: 0;
}
#products .product-miniature:hover .product-title a,
#featured-products .product-miniature:hover .product-title a,
#special-products .product-miniature:hover .product-title a ,
.homepage-products .product-miniature:hover .product-title a{
    color: #feed3b;
}
.pagination .page-list {
    margin-bottom: 0;
    float: right;
}
.pagination a .material-icons {
    font-size: 28px;
}
.pagination a {
    height: 36px;
    margin: 0;
    padding:6px 12px;
    width: 36px;
    color: #231d1d;
    background: none;
    border: 1px solid #787878;
    display: block;
    font-weight:400;
	background:#fff;
}
.pagination .page-list li {
    background: #f8f8f8;
    display: inline-block;
    float: left;
    margin: 0 0 0 5px;
    padding: 0px;
}
.pagination .current a,
.pagination a:hover {
    color: #FFFFFF;
    border-color: #231d1d;
    background-color: #231d1d;
    text-decoration: none;
}
.pagination .previous,
.pagination .next {
    font-size: 0px;
    padding: 3px;
}
.breadcumb_inner .breadcrumb ol > li:last-child > a > span,
.breadcumb_inner .breadcrumb ol > li:hover > a > span {
    color: #787878;
}
.card-block .h1 {
    font-weight: 700;
	font-size:22px;
	margin:0 0 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform:capitalize;
}

#products .list .product-miniature .on-sale {
    right: 40px;
}
#leftsidebar {
	margin-bottom: 30px;
	padding: 0;
	float: left;
	width: 100%;
	background-color: #f8f8f8;
}
.sidebar-products.products {
    padding: 28px 20px 0;
	float: left;
	width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}
.brandslider-inner.container #brand-carousel .owl-nav.disabled {
    opacity: 0;
}
.brandslider-inner.container #brand-carousel:hover .owl-nav.disabled {
    opacity: 1;
}
.brand-slidermain .owl-prev {
    background: transparent url(../img/sprite.png) no-repeat scroll -40px -450px;
    right: auto;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    z-index: 3;
}
.brand-slidermain .owl-prev:hover {
	background-position: -40px -498px;
}
.brand-slidermain .owl-next {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform:translateY(-50%);
    text-decoration: none;
    height: 26px;
    width: 26px;
	background: transparent url(../img/sprite.png) no-repeat scroll -437px -450px;
    left: auto;
    right: -20px;
}
.brand-slidermain .owl-next:hover {
	background-position: -437px -498px;
}
.brand-slidermain .item > a {
    display: inline-block;
}
#custom-leftbannerblock {
    margin-bottom: 30px;
}
.pagination {
    background: #f8f8f8;
    padding:15px;
}
.pagination .col-md-4 {
    float: left;
    width: 50%;
}
.category-top-menu {
    margin: 0;
}
#cart .card.cart-container .cart-overview.js-cart {
    padding: 10px;
}
#cart .thumbnail-container {
    margin-bottom: 0;
}
.category-top-menu li .category-sub-menu li .category-sub-menu {
    padding-left: 10px;
}
#search_filters .facet .facet-label:hover a {
    color: #f43544;
}
.product-images.js-qv-product-images {
    text-align: center;
}
.dark {
    font-weight: 500;
}
#cms .page-heading.bottom-indent {
    padding-bottom: 10px;
}
.container-fluid .row.sitemap.col-xs-12 ul li ul li,
.nested a {
    padding-bottom: 5px;
}

.brand-slidermain #brand-carousel {
    margin-bottom: 0;
}
.category-top-menu > li > ul {
    padding: 23px 20px 18px;
    background-color: #f8f8f8;
}
#custom-leftbannerblock > p {
    margin-bottom: 0;
}
#order-confirmation #main .page-footer {
    margin-bottom: 0;
}
.block-categories .text-uppercase.h6:hover {
}
.top-nav {
	background:#18191b;;
	position:relative;
	padding: 0 0 0px;
}

.bottom-nav{
}
#header .header-nav .hidden-sm-down .col-md-6.col-xs-12 {
  padding-left: 0;
}
#header .header-nav .language-selector::before {
    background-color: #787878;
    content: "";
    height: 10px;
    position: absolute;
    width: 1px;
    left: 0px;
    top: 7px;
	display:none;
}
#header .header-nav .language-selector::after {
    background-color: #787878;
    content: "";
    height:10px;
    position: absolute;
    width: 1px;
    right: 0px;
    top: 7px;
	display:none;
}
#header .header-top #top-menu li:last-child > a {
}
.dropdown-menu.hidden-sm-down {
  margin-top:1px;
}
.bottomcmsblock .cmstext {
    line-height: 28px;
    padding-right: 90px;
}
.bottomcmsblock .h3{
	margin:0 0 17px;
}
.testimonial_outer {
    margin: 0 0 0;
    padding: 66px 0 112px;
    text-align: center;
}
.parallax-inner.container-width {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.icon-wrapper li {
    display: inline-block;
    font-size: 18px;
    margin-left: 0;
}
.icon-wrapper li:first-child a::before {
    border-left: 1px solid rgba(0, 0, 0, 0);
}
.icon-wrapper li a::before {
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 2px;
}
.icon-wrapper li a:first-of-type {
  padding-left: 0;
}
.icon-wrapper li a {
    padding: 0 6px;
}
.icon-wrapper li a {
    position: relative;
}
.icon-wrapper {
    margin-bottom: 0;
}
.btn-wrapper {
    background-color: #f43544;
    color: #fff;
    padding: 7px 14px;
}
.btn-wrapper {
    background-color: #f43544;
    color: #ffffff;
    padding: 7px 14px;
    display: inline-block;
    border: 1px solid transparent;
}
.btn-wrapper:hover {
    background-color: transparent;
    color: #f43544;
    border: 1px solid #f43544;
    transition: 0.5s;
    -webkit-transition: all 0.5s;
}
.bottomcmsinner .icon-wrapper li a i {
    color: #1c8adf;
    font-size: 24px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 6px 11px;
}
.bottomcmsinner .icon-wrapper li a:hover i {
	background:#ffc600;
}
.bottomcmsinner .icon-wrapper li a.fa-twitter i {
	padding: 5px 8px;
}
.bottomcmsinner .icon-wrapper li a.fa-youtube-play i {
	padding: 5px 6px;
}
.bottomcmsinner .icon-wrapper li a.fa-linkedin i {
	padding:  4px 9px;
}

.bottomcmsinner .icon-wrapper li a{
	padding: 0;
	width:35px;
	height:35px;
	float: left;
	margin: 0 11px 0 0;
}
/*.bottomcmsinner .fa-facebook{
	background:transparent url("../img/sprite.png") no-repeat scroll -28px -257px;
}
.bottomcmsinner .fa-facebook:hover{
	background-position:-433px -257px;
}
.bottomcmsinner .fa-twitter{
	background:transparent url("../img/sprite.png") no-repeat scroll -28px -317px;
}
.bottomcmsinner .fa-twitter:hover{
	background-position:-433px -317px;
}
.bottomcmsinner .fa-youtube-play{
	background:transparent url("../img/sprite.png") no-repeat scroll -28px -377px;
}
.bottomcmsinner .fa-youtube-play:hover{
	background-position:-433px -377px;
}
.bottomcmsinner .fa-linkedin{
	background:transparent url("../img/sprite.png") no-repeat scroll -28px -443px;
}
.bottomcmsinner .fa-linkedin:hover{
	background-position:--433px -443px;
}
*/
.icon-wrapper li a i {
    color: #787878;
}
.fa-facebook:hover {
    color: #3B5998;
}
.fa-google-plus:hover {
    color: #DD5347;
}
.fa-instagram:hover {
    color: #A03CAF;
}
.fa-twitter:hover {
    color: #0077B5;
}
.fa-twitter:hover {
    color: #1DA1F2;
}
.fa-linkedin:hover {
    color: #0077B5;
}
.dropdown .expand-more::after {
    color: #f43544;
    content: "";
    font-family: "fontawesome";
    padding-left: 4px;
    font-size: 0;
}
.dropdown.open .expand-more::after {
    content: "";
    color: #787878;
}
.home_blog_post {
    display: inline-block;
    width: 100%;
}
.category-top-menu > li:first-child a {
	margin-bottom: 0;
	color: #18191b;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	padding: 13px 20px;
	text-transform: capitalize;
	width: 100%;
	font-weight: 700;
	display: inline-block;
	position: relative;
	background:  #feed3b;
}
.block-categories a {
    color: #231d1d;
}
.hidden-sm-down.clear-all-wrapper {
    padding:0 20px 0;
}
#search_filters .facet:last-child {
    border-bottom: medium none;
}
#search_filters .facet {
    padding: 22px 20px 22px 20px;
    border-bottom: 1px solid #d9d9d9;
}
#search_filters .facet .facet-title {
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
#custom-leftbannerblock {
    margin-top: 30px;
}
.pagination .col-md-4 {
    padding-left: 0;
}
.pagination .col-md-6 {
    padding-right: 0;
}
.display-hometop {
    position: relative;
}
.breadcumb_outer {
    background: #f8f8f8;
	padding: 60px 0;
    width: 100%;
}
.list .product-description .hover-addtocart {
    display: none;
}
#products .thumbnail-container .variant-links, 
.featured-products .thumbnail-container .variant-links, 
.homepage-products .thumbnail-container .variant-links, 
.product-accessories .thumbnail-container .variant-links, 
.product-miniature .thumbnail-container .variant-links {
    padding-top: 10px;
}	
.list .variant-links{
	text-align:left !important;
	margin-top: 20px !important;
	opacity:1 !important;
}
#leftsidebar .product-title a:hover {
    color: #231d1d;
}
.product-actions .btn-primary {
	padding: 10px 30px;
	position: relative;
	background: #feed3b;
	color: #18191b;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
	float: left;
	width: auto;
	font-weight: 500;
}
.product-actions .btn-primary:hover{
	background-color: #231d1d;
}
#product .product-actions .product-add-to-cart .btn-primary::before {display:none; }
.list-1 {
    color: #787878;
    font-size: 15px;
}
.cms-box .inner {
    color: #787878;
    font-size: 15px;
}
.product-description p {
  color: #787878;
  margin: 0;
  line-height: 24px;
}
#category .hover-addtocart {
}
.page-header > h1 {
    color: #231d1d;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
#checkout .h6 {
    color: #787878;
}
#checkout .text-xs-right {
    padding-top: 15px;
    text-align: left;
}
#left-column #leftsidebar .sidebar-products.products ul {
}
#left-column #leftsidebar .sidebar-products.products ul li {
    margin-bottom: 15px;
}
#left-column #leftsidebar .sidebar-products.products ul li:last-child {
    margin-bottom: 0;
}
.product-line-grid-body.col-md-4.col-xs-8 .product-line-info .label:hover {
    background-color: transparent;
    color: #231d1d;
}

/* Social start */
#social-text {
    float: left;
    width: 31%;
	padding-left: 20px;
}
.social-outer .icon-wrapper li a i {
    color: #f43544;
    font-size: 24px;
    background: #fff;
    width: 40px;
    height:40px;
    border-radius: 50%;
    padding: 9px 13px;
}
.social-outer .icon-wrapper li a i:hover {
	background:#231d1d;
}
.social-title {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding: 13px 25px 0 0;
}
.social-outer .icon-wrapper li a i.fa-twitter{
	padding:9px 10px;
}
.social-outer .icon-wrapper li a i.fa-youtube-play{
	padding:9px 9px;
}
.social-outer .icon-wrapper li a i.fa-linkedin{
	padding:9px 10px;
}
.icon-wrapper li a::before {
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 2px;
}
/* Social End */

/* footerbottomleft-outer start */
#footerbottomleft-text {
	width: 25%;
}
#footerbottomleft-text .footer-toggle{
	margin:0;
}
#footerbottomleft-text .call {
    color: #787878 ;
    float: left;
}
.footer-middle-left {
	float: left;
	width:29%;
	border-right: 1px solid #553614;
	padding-right: 68px;
}
.footer-middle-right {
    float: right;
    width: 71%;
	padding-left: 72px;
}
@media (min-width: 768px) {
	.block_newsletter .title h3{
		display:none;
	}
}
.bottomcms_img {
    margin: 7px 0 20px;
}
.store {
    color: #a4937f;
	line-height: 22px;
	margin: 0 0 38px;
}
.address {
    line-height: 26px;
}
.phone .p-no{
    color:#f43544;
	float:left;
	font-size:16px;
	font-weight:700;
}
.phone ,.email{
    float: left;
    width: 100%;
}
.email .e-no{
   color:#f43544;
	float:left;
	font-size:16px;
	font-weight:700;
}
.time-open{
	color:#fff;
}
.time{
	font-weight:500;
	text-transform:uppercase;
	color:#fff;
}
.phone1 ,.email1{
    float: left;
	color:#f48706;
	font-size:16px;
	font-weight:700;
	margin-right: 5px;
}
/*footerbottomleft-outer end */

/* Home page footerrightcms Start */

#footerbottomright-text {
	float: left;
	width: 15%;
	padding: 0 0 0 20px;
}
.bottomcmscontactblock .text1 ,.bottomcmscontactblock .text2,
.bottomcmscontactblock .contact-phone,.bottomcmscontactblock .contact-mail{
	padding: 4px 0 4px 25px;
	position: relative;
}
.bottomcmscontactblock .text2{
	padding-top:0 !important;
}
.bottomcmscontactblock .contact-address{
	position:relative;
}
.bottomcmscontactblock .contact-address::before ,
.bottomcmscontactblock .contact-phone::before ,
.bottomcmscontactblock .contact-mail::before{
    font-family: fontawesome;
    position: absolute;
	color:#a4a4a4;
	left: 0;
}
.bottomcmscontactblock .contact-address:hover:before ,
.bottomcmscontactblock .contact-phone:hover:before ,
.bottomcmscontactblock .contact-mail:hover:before{
	color:#a4a4a4;
}
.bottomcmscontactblock .contact-address::before {
    content: "\f041";
    font-size: 23px;
    top: 8px;
}
.bottomcmscontactblock .contact-phone::before {
    content: "\f095";
    top: 5px;
    font-size: 19px;

}
.bottomcmscontactblock .contact-mail::before {
    content: "\f003";
    top: 5px;
    font-size: 18px;

}

.col-md-12.bottom-nav{
    display: none;
}

#product #main > .row .color{
    height: 20px;
    width: 20px
}

.flexslider.ma-nivoslider{
    position: relative;
}

@media (min-width: 768px) {
	#footerbottomright-text .pull-xs-right{
		display:none;
	}
}


@media screen and (max-width: 1280px) {
    .cart-grid-body.col-xs-12.col-lg-8,
    .cart-grid-right.col-xs-12.col-lg-4 {
        max-width: 100%;
        width: 100%;
    }
    #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
        overflow: hidden;
    }
    .page-customer-account #content {
        overflow: scroll;
    }
    .latestnews-img > img {
        width: 100%;
    }
    .products-sort-order .dropdown-menu {
        width: 198px;
    }
    .products-sort-order .select-list {
        font-size: 15px;
    }
    .footer-top {
        margin-top: 0;
    }
    .category-cover > img {
        width: 100%;
    }
    #search_filters h4,
    .leftsidebar .title {
        font-size: 22px;
    }
    .sidebar-products .thumbnail-sidebar-inner {
        max-width: 100px;
    }
    .sidebar-products .thumbnail-image-inner {
        margin-right: 10px;
        max-width: 80px;
    }
    

    .subbanner-inner img {
        max-width: 100%;
    }
    .latestnews-text h5 {
        font-size: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .latestnews-text > p {
        font-size: 13px;
        padding-bottom: 8px;
    }
    .latestnews-text > a {
        font-size: 15px;
        margin-bottom: 0;
    }
    .products-selection .sort-by {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        white-space: normal;
    }
    #search_filters .facet {
        padding: 15px;
    }
    .sidebar-products .thumbnail-image-inner {
        max-width: 53px;
    }
    .cart-item {
        padding: 15px 10px;
    }
    .product-line-grid-body.col-md-4.col-xs-8 {
        padding-right: 0;
    }

}

@media screen and (max-width: 1239px) {
    .row.main-menu{
        width: auto;
        float: right;
    }
    #header .logo{
        width: 80%
    }
    .header-logo{
        padding-top: 33px;
        padding-bottom: 0
    }
	#bestsellers-products {
		width: 50%;
	}
	#featured-products {
		width: 50%;
	}
	#products .grid .product-miniature {
		width: 33.33%;
	}
	a.btn.btn-primary.allproducts {
		padding: 10px 15px 10px 15px;
	}
	.test_imag {
		width: 27%;
	}
	.test_desc {
    	width: 73%;
	}
	.testimonial-carousel .testimonial-desc {
		padding: 6px 10px 0px 10px;
	}
	.banner2-center.banner-common {
		padding-left: 6px;
	}
	.banner1-left.banner-common {
		padding-right: 14px;
	}
	#custom-bannerblock {
		margin: 20px 0 87px;
	}
	div#custom-BannerBottomblock {
		padding-top: 35px;
		padding-bottom: 88px;
	}
	#featured-products .thumbnail-inner {
		margin-bottom: 26px;
	}
	.testimonial_outer {
		padding: 16px 0 82px;
	}	
	.block_newsletter form input[type=text] {
		min-width: 363px;
	}
	.footer_inner {
		padding: 52px 0 31px;
	}
	div#footerbottom-text {
		padding: 30px 0 0;
	}
	.copyright {
		padding: 8px 0 14px;
	}
	.paymentblock {
		padding-bottom: 39px;
	}
	.shipping-inner {
		padding: 23px 0px 23px;
	}
	.subtitle-part.subtitle-part3 {
		padding-left: 28px;
	}
	.about-right {
		padding: 120px 0px 0 60px;
	}
	#checkout .text-xs-right {
		padding-left:0;
		padding-right:0;
	}
	.parallaxblock-outer {
		background-size: cover;
	}
	.parallax-description {
		padding: 0 160px;
	}
	#custom-leftbannerblock img {
		max-width: 100%;
	}
	.sidebar-products .thumbnail-sidebar-inner {
		max-width: 97px;
	}
	.block_newsletter form .input-wrapper {
		width: 363px;
	}
	.footer-middle-left {
		width: 32%;
		padding-right: 15px;
	}
	.footer-middle-right {
		width: 68%;
		padding-left: 15px;
	}
	.block_newsletter {
		padding:0;
	}
	#footerbottomleft-text {
		width: 37%;
		padding-right:60px;
	}
	.footer_inner .links .wrapper {
		width: 22%;
	}
	#footerbottomright-text {
		width: 19%;
	}
	.bottomcmsblock .cmstext {
		padding-right: 0;
	}
	.subbanner-left {
		width: 48.9%;
		margin:0;
	}
	.right-top-left {
		margin-right: 0;
		float: left;
		width: 50%;
		padding-right: 10px;
	}
	.right-top-right {
		width: 50%;
		padding-left: 10px;
		float: left;
	}
	.right-bottom {
		margin-top: 0;
		padding-top: 20px;
	}
	.subbanner-common.subbanner-right {
		width: 51.1%;
		padding-left: 20px;
		float: right;
	}
	.subtitle-part.subtitle-part2 {
		padding: 0 56px;
	}
	.nwsletter-subtitle {
		padding: 0 0;
	}
	.newstitle-inner {
		padding-top: 7px;
	}

}

@media screen and (max-width: 1200px) {
	.footer-container .title span.h3, 
	.footer-container h3.h3, 
	#block_myaccount_infos .myaccount-title a, 
	.block-contact .block-contact-title, 
	.linklist .blockcms-title a {
		font-size: 20px;
	}
    .xipblog_img, .img-responsive {
        width: 100%;
    }
    #index #products img, #index.featured-products img, #index.product-accessories img, #index.product-miniature img {
        max-width: initial;
    }
    #index .thumbnail-image-inner {
        width: 100%;
    }
    #featuredproducts-carousel .owl-stage-outer .owl-item {
        width: 100%;
    }
    #blockcart-modal .modal-title i.material-icons {
        margin-right: 0.475rem;
    }
    #product h1 {
        font-size: 18px;
    }
    .product-prices {
        margin-top: 0.65rem;
    }
    .product-prices div {
        margin-bottom: 0.225rem;
    }
	.about-right img {
		max-width: 100%;
	}
	#otproducttabs {
		margin: 0 0 45px;
	}

}

@media (max-width: 991px) {
    #order-confirmation #wrapper{
        padding: 0 15px
    }
    #toTop{
        bottom: 20px;
        right: 20px
    }
	#module-xipblog-archive #wrapper {
		padding-top: 51px;
	}
	#module-xipblog-archive .container {
		padding: 0 30px;
	}
	#module-xipblog-single .container {
		padding: 0 30px;
	}
	body#checkout .container {
		padding: 0 30px;
	}
	#cart .container {
		padding: 0 30px;
	}
	#product .container {
		padding: 0 30px;
	}
	#product .wrapper-inner.row {
		margin: 0;
	}
	.subtitle-part.subtitle-part2 {
		padding:  0 37px;
		width: 38%;
	}
	.subtitle-part.subtitle-part3 {
		width: 28.67%;
	}
	#custom-bannerblock {
		margin: 20px 0 66px;
	}
	.thumbnail-inner {
		margin-bottom: 28px;
	}
	div#custom-BannerBottomblock {
		padding-top: 35px;
		padding-bottom: 68px;
	}
	#featured-products .thumbnail-inner {
		margin-bottom: 16px;
	}
	#featured-products {
		margin: 0 0 15px;
	}
	.testimonial-outer {
		padding: 27px 20px 17px;
	}
	.testimonial_outer {
		padding: 16px 0 62px;
	}
	.bestsellers-products.container {
		padding: 0px 15px !important;
	}
	.featured-products.container {
		padding: 0 15px !important;
	}
	#index .container {
		/*padding: 0 30px;*/
	}
	.page-product #wrapper {
		padding: 30px 0 0px;
	}
	#products img, .featured-products img, .homepage-products img, .product-accessories img, .product-miniature img {
		width:100%;
	}
	#cart_block_total {	
		display:none;
	}
	#index #wrapper > .container {
		margin: 0;
	}
	#social-text .icon-wrapper {
		float: left;
		margin-top: 10px;
	}
	.block_newsletter .btn-primary {
		margin:0;
	}
	#custom-leftbannerblock img {
		width: 100%;
	}
	.brandslider-outer {
		margin: 33px 0 59px;
	}
	.sidebar-products .thumbnail-image-inner {
		margin-right: 8px;
	}
	.footer-top {
		background-size: cover;
	}
	.home_blog_post {
		padding:0 ;
	}
    .post_content > p{
        margin-bottom: 10px;
    }
    .top-menu .arrow > .dropdown-item::before {
        bottom: -12px;
    }
    .footer-container .title span.h3,
    .footer-container h3.h3,
    #block_myaccount_infos .myaccount-title a,
    .block-contact .block-contact-title,
    .linklist .blockcms-title a,
    #footerbottomright-text .contact-title {
    }
    .products-selection .total-products {
        padding: 0 5px;
    }
    #blockcart-modal .modal-body .divide-right span {
        font-size: 14px;
    }
    #blockcart-modal .product-name,
    #blockcart-modal .cart-products-count {
        font-size: 1.025rem;
    }
    #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
        float: left;
        max-width: 66.66%;
    }
    .products-selection .display {
        margin: 0 5px 0 0;
    }
    .subbannercms-bottom a img {
        width: 100%;
    }
    .brandslider-inner .title a {
        margin-bottom: 15px;
    }
    .brandslider-outer h1.main-title {
        padding-bottom: 20px;
    }
    .sidebar-products .thumbnail-sidebar-inner {
        max-width: 122px;
    }
	.hover-addtocart .addtocart-button::after{
		display:none;
	}
	.subbannerbottomcms-outer.container {
		margin: 0 15px 55px;
	}
	.brand-slidermain .owl-prev {
		left:0;
	}
	.brand-slidermain .owl-next {
		right:0;
	}
	#footerbottomleft-text {
		padding-right: 70px;
	}
	#footerbottomleft-text {
		width: 35%;
		padding-right: 60px;
	}
	.footer_inner .links .wrapper {
		width: 23%;
	}
	.testmonial-author1 {
    	font-size: 14px;
	}
	.testmonial-author2 {
    	font-size: 14px;
	}
	.testimonial-carousel .testimonial-desc {
	    font-size: 15px;
	}
	.nwsletter-subtitle {
		display: none;
	}
	.block_newsletter form input[type=text] {
		min-width: 100%;
	}
	.block_newsletter form .input-wrapper {
		width: 100%;
	}
	.block_newsletter .btn-primary {
		position: absolute;
		right: 0;
	}
	.block_newsletter form input[type=text] {
    	padding: 11px 140px 11px 20px;
	}

}

@media screen and (max-width: 840px) {
    .header-logo{
        width: 180px
    }
    #header .logo{
        width: 100%
    }
	body#checkout section.checkout-step .content {
	    padding: 0px 1.4125rem;
	}
	body#checkout section.checkout-step .step-title {
		font-size: 16px;
	}
	body#checkout section.checkout-step {
		padding: .9375rem;
	}
	.breadcumb_outer {
		padding: 40px 0;
	}
	#products .grid .product-miniature {
		width: 50%;
	}
	.sidebar-products.products {
		padding: 28px 16px 0;
	}
	.blog_post_content .post_title {
		padding: 20px 0 0;
	}
	.home_blog_post .blog_post_content {
		padding: 11px 11px 20px;
	}
	.shipping-outer .subtitile1 {
		font-size: 14px;
	}
	.bestsellers-products .homepage-products .product-miniature {
		padding: 0 10px;
	}
	section#bestsellers-products {
	    float: none;
	    width: 100%;
	    padding-bottom: 10px;
	}
	#featured-products {
		float: none;
		width: 100%;
	}
	.featured-products .homepage-products.products.row {
		margin: 0;
	}
	div#_desktop_cart {
		margin: 33px 0 32px 0;
	}
	#header .header-top a[data-depth="0"]::after {
		top: 44px;
	}
	.subtitle-part.subtitle-part2 {
		width: 36%;
	}
	.subtitle-part.subtitle-part3 {
		width: 30.67%;
	}
	#header .header-top a[data-depth="0"] {
		padding: 42px 10px 35px;
	}
	.about-left img {
		width: 100%;
	}
	.about-right {
		padding: 90px 0px 0 10px;
	}
	.about-left {
		padding: 67px 0px 0 0;
	}
	.parallax-description {
		padding: 0 40px;
	}
    .footerbottom-text-inner > div{
        display: inline-block;
        width: 100%;
    }
    .footerbottom-text-inner .col-md-3,
    .footerbottom-text-inner .col-md-6{
        float: none;
        width: 100%;
    }
	.shipping-text-inner .desc {
		font-size: 13px;
	}
    .top-menu .arrow > .dropdown-item::before {
        bottom: -10px;
    }
	.blockcart {
		padding-left: 5px;
	}
	.blog_post_content .post_title a {
		font-size: 15px;
	}
	.home_blog_post .blog_post_content_bottom .post_content {
		padding: 0 0 0 0;
	}
	.footer_inner .links .wrapper {
		width: 22%;
	}
	#footerbottomright-text {
		width: 20%;
	}
	#footerbottomleft-text {
		padding-right: 40px;
		width:36%;
	}
	.testimonial-carousel .testimonial-desc {
		font-size: 14px;
	}
	.testimonial-outer {
		padding: 20px 20px 20px;
	}
	.header-left-outer {
		padding-top: 11px;
		padding-bottom: 12px;
	}
	.header-left-email {
		padding-top: 11px;
		padding-bottom: 13px;
		margin-left: 23px;
	}
	div#_desktop_contact_link, div#_desktop_user_info {
		padding: 14px 15px 10px 0px;
	}
	.search-widget {
		margin: 13px 0 11px 0px;
	}
	
	#custom-bannerblock {
		margin: 20px 0 47px;
	}
	.thumbnail-inner {
		margin-bottom: 18px;
	}
	div#custom-BannerBottomblock {
		padding-top: 26px;
		padding-bottom: 47px;
	}
	#featured-products .thumbnail-inner {
		margin-bottom: 30px;
	}
	#featuredproducts-carousel ul {
		margin: 0;
	}
	.testimonial_outer {
		padding: 0 0 42px;
	}
	.prev-button.slick-arrow, .next-button.slick-arrow {
		top: -31px;
	}
	.brandslider-outer {
		margin: 23px 0 39px;
	}
	h1.main-title {
		font-size: 20px;
		margin: 0 0 20px;
		padding-left: 35px;
	}
	#featured-products .owl-nav .owl-next, 
	#newproducts-products .owl-nav .owl-next, 
	#special-products .owl-nav .owl-next, 
	.product-accessories .owl-nav .owl-next, 
	.homepage-products .owl-nav .owl-next {
		top: -29px;
	}
	#featured-products .owl-nav .owl-prev, 
	#newproducts-products .owl-nav .owl-prev, 
	#special-products .owl-nav .owl-prev, 
	.product-accessories .owl-nav .owl-prev, 
	.homepage-products .owl-nav .owl-prev {
		top: -29px;
	}



}

@media screen and (max-width: 767px) {
    .thumbnail-container .thumbnail-inner .hover-addtocart{
        opacity: 1 !important
    }
    li.new{
        opacity: 1 !important
    }
    .product-flags{
        top: 10px;
        left: 10px
    }
    .subtitle-part .subicon{
        text-align: center;
    }
    .subtitle-part .subicon img{
        position: static;
    }
    .nivo-directionNav{
        display: none;
    }
    #toTop{
        bottom: 10px;
        right: 10px
    }
    #search_widget button::before{
            background-position: -445px -151px !important;
    height: 100%;
    }
	.kr_blog_post_area .blog_post {
		margin-bottom: 30px;
	}
	#module-xipblog-archive #wrapper {
		padding-top: 31px;
	}
	#module-xipblog-archive .container {
		padding: 0 15px;
	}
	#module-xipblog-archive #footer {
    	margin-top: 30px;
	}
	#module-xipblog-single #footer {
		margin-top: 30px;
	}
	#module-xipblog-single #wrapper {
		padding-top: 21px;
	}
	#module-xipblog-single .container {
		padding: 0 15px;
	}
	.header-nav #search_widget.search-widget:hover form input[type=text], 
	.header-nav #search_widget.search-widget.inputfocus form input[type=text], 
	.header-nav #search_widget.search-widget form input[type=text], 
	.header-nav #search_widget.search-widget:hover form input[type=text]:focus {
		background: #fff;
	}
	.header-nav #search_widget.search-widget form input[type=text] {
		height: 29px;
	}
	.search-widget form button[type=submit] {
		right: 15px;
		top: 0;
		height: 30px;
		width: 29px;
	}
	body#checkout .container {
		padding: 0 15px;
	}
	body#checkout section.checkout-step .content {
		padding: 0px 0.9125rem;
	}
	#checkout #wrapper {
		padding-top: 41px;
	}
	#cart #footer {
		margin-top: 30px;
	}
	#cart #wrapper {
		padding-top: 41px;
	}
	#cart .container {
		padding: 0 15px;
	}
	.tabs .tab-pane {
		padding: 20px;
	}
	.tabs {
		margin-bottom: 0px;
	}
	.tabs .nav-tabs .nav-link {
		font-size: 16px;
	}
	#product #footer {
		margin-top: 30px;
	}
	#product .container {
		padding: 0 15px;
	}
	#category #left-column #search_filters .facet .collapse.in {
		display: block;
	}
	#category #left-column #search_filters .facet .collapse {
		display: none;
	}
	.faceted-slider {
		display: none;
	}
	#category .container {
        padding: 0 15px;
    }
	#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link, 
	#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector, 
	#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
		text-align: left;
	}
	.currency-selector #currency-selector-label {
		color: #231d1d;
	}
	#mobile_top_menu_wrapper #top-menu {
		margin-bottom: 0;
	}
	.language-selector-wrapper span.hidden-md-up {
		float: left;
	}
	.language-selector-wrapper span.hidden-md-up {
    	color: #231d1d;
    }
	.search-widget {
		border-left: transparent;
	}
	.brandslider-outer {
		margin: 23px 0 49px;
	}
	#index .container {
		padding: 0 15px;
	}
	.test_img_innar {
		display: inline-block;
	}
	.testmonial-heading {
		float: none;
		text-align: center;
		padding-top: 14px;
		padding-left: 0;
		max-width: 100%;
		width: 100%;
	}
	div#footerbottom-text {
		padding: 0 0 0;
	}
	.footer_inner {
		border-bottom: transparent;
	}
	.subtitle-part .subicon {
	    float: none;
	    margin: 0 auto;
	}
	.subtitle-part.subtitle-part2 {
    	padding: 0 0;
	}
	.subtitle-part.subtitle-part3 {
		padding-left: 0;
	}
	.subtitle-part.subtitle-part2:before {
		top: 26px;
	}
	.subtitle-part.subtitle-part2:after {
		top: 26px;
	}
	.shipping-desc {
		text-align: center;
	}
	.header-nav #search_widget.search-widget:hover form input[type=text], 
	.header-nav #search_widget.search-widget.inputfocus form input[type=text], 
	.header-nav #search_widget.search-widget form input[type=text], 
	.header-nav #search_widget.search-widget:hover form input[type=text]:focus {
		width: 100%;
		padding: 0px 30px 0px 10px;
	}
	.header-nav #search_widget.search-widget form input[type=text] {
		width: 100%;	
	}
    #footerbottomleft-text .title h3 {
        display: block;
    }
    #special-products {
    	margin:0;
    }
    #featured-products {
        margin: 0 ;
    }
    
	.sidebar-products .thumbnail-sidebar-inner {
		max-width: 100%;
	}
	.sidebar-products .thumbnail-image-inner {
		max-width: 80px;
		width: auto;
	}
	.block_newsletter .text-title {
	    margin: 0 0 10px;
	    padding: 0;
	}
	.block_newsletter .btn-primary {
		right: 16px;
	}
	.nwsletter-subtitle {
		padding: 13px 0 0;
	}
	.bottomcms_img {
		margin: 0 0 17px;
	}
	.about-left img {
		width: auto;
	}
	#_mobile_top_menu {
		border-top: 1px solid #d9d9d9;
	}
	#social-text .icon-wrapper {
		float: none;
		margin-top: 0;
		display: inline-block;
	}
	.social-title {
		float: none;
		display: inline-block;
		font-size:20px;
	}
	#social-text {
		width: 100%;
		text-align: center;
	}
	#header .header-nav .blockcart{
		padding: 0px 0 0 10px !important;
	}
	#footerbottomleft-text .img-footer {
		width: auto;
	}
	.block_newsletter {
		width:100%;
		margin:0 0 15px;
	}
	div#footerbottom-text {
		text-align: center;
	}
	.footer-middle-left,.footer-middle-right {
		width: 100%;
		border:none;
		padding: 0;
	}
	div#_desktop_cart {
		margin:0;
	}
	#header .top-menu .popover li.category a.dropdown-item:hover, #header .top-menu .popover li.category a.dropdown-item.dropdown-submenu:hover {
		color: #f43544;
	}
	.search-widget form input[type="text"] {
		padding:12px 10px 12px;
	}
	#checkout #_desktop_cart {
		padding: 0;
	}
	.top-menu .sub-menu ,.top-menu .sub-menu ul[data-depth="1"] > li{
		border:none;
	}
	.blockcart > .header span.cart-products-count, .shopping-cart-text {
	}
	div#_desktop_cart::after {display:none;}
	.nwsletter-maintitle {
		font-size: 20px;
	}
	#header .top-menu li:hover a[data-depth="0"] {
		background:none;
	}
	#shipping-text {
		margin-top:0;
	}
	.search-widget {
		padding: 0 15px;
		margin: 15px 0 15px;
	}
	.search-widget ,
	.search-widget form {width:100%;}
	#checkout #wrapper {
		margin: 0;
	}
	div#_desktop_cart::before {display:none;}
	#special-products .owl-nav, #featured-products .owl-nav, #newproducts-products .owl-nav, .product-accessories .owl-nav {
		top: -76px;
	}
	.product-toolbar {
		margin-left:0;
		margin-right:0;
	}
	.pagination{
		padding-left:15px;
		padding-right:15px;
	}
	#custom-bannerblock .title2, #custom-bannerblock .title3 {
		font-size: 14px;
	}
	#about-text .desc {
		font-size: 14px;
		margin-right: 15px;
	}
	.about-page {
		text-align: center;
		margin: 0 0 25px;
	}
	.home_blog_post .blog_post_content_top {
		width: 100%;
	}
	.home_blog_post .blog_post_content_bottom {
		min-height: auto;
		max-width: 100%;
		width: 100%;
	}
	#header .top-menu .popover li.category   a.dropdown-item {
		color: #231d1d;
	}
	#header .top-menu .popover li.category a.dropdown-item.dropdown-submenu{
		font-weight:400;
		color: #231d1d;
	}
	.footer-bottom {
		border-top: none;
		text-align: center;
	}
	.bottom-payment.bottom-right {
		float: none;
	}
	.about-left {
		padding: 0;
		width: 100%;
		text-align:center;
	}
	.about-right {
		width: 100%;
		padding:0;
	}
	#about-text {
		margin: 0 0 65px;
	}
	#search_widget.search-widget form input[type="text"]{
		width:100%;
	}
    #header .header-nav #menu-icon {
         margin:22px 20px 0 0;
		float:left;
    }
   div#_mobile_cart {
		margin-left: 15px;
		margin-right: 0;
	}
    .hover-addtocart .highlighted-informations.hidden-sm-down, .hover-addtocart .addtocart-button {
        width: 100%;
    }
    .language-selector-wrapper {
        color: #787878;
    }
    .bottomcmsinner {
        padding:5px 0px;
    }
    .right-logo{
        padding: 15px 0;
    }
    .right-btn{
        padding: 0 0;
    }
	#header .top-menu a[data-depth="0"]:hover{
		color:#f43544 !important;
		background:none !important;
	}
    #header .header-top #top-menu li:last-child > a{
		padding-right:15px;
    }
    #header .sub-menu > .top-menu > .category > a {
        color: #f43544;
    }
    #header .top-menu li:hover a[data-depth="0"] {
            color: #f43544;
    }
    .menu-container.container {
        border:none;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a:hover,
    .top-menu > li > .popover.sub-menu.js-sub-menu.collapse.in > ul > li > a > span > span > i:hover {
        color: #f43544;
    }
    div#footerbottom-text {
        border-top: medium none transparent;
    }
    .sidebar-products .thumbnail-image-inner {
        margin-right: 10px;
    }
    .blog_post_content .post_title a {
        font-size: 16px;
    }

    #footerbottomleft-text .title {
        display: block;
    }
    #homepage-carousel .owl-dots .owl-dot > span {
        background-color:#fff;
        border-radius: 50%;
        display: inline-block;
        height: 15px;
        width: 15px;
    }
    #homepage-carousel .owl-dots .owl-dot.active > span {
        background-color: #f43544 !important;
    }
    #homepage-carousel .owl-dots > div {
        padding-right: 5px;
    }
    #homepage-carousel .owl-dots {
        text-align: center;
        bottom: 0;
        position: absolute;
        right: 0;
        width: 100%;
		margin:0 0 15px;
    }
    #homepage-carousel .owl-dots .owl-dot {
        display: inline;
    }
    #homepage-carousel .owl-nav {
        display: none;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        color: #f43544;
    }
    .top-menu .sub-menu.collapse {
        border-top: none;
        margin-top: 0px;
        padding: 20px;
    }
    #header .header-top {
        margin: 0px;
		float: left;
		width: 100%;
    }
	#header .header-nav {
		float: left;
		width: 100%;
	}
    .breadcumb_outer {
        display: none;
    }
    #password .form-group.center-email-fields .btn-primary {
        display: flex;
        margin: 0 auto;
        margin-top: 10px;
    }
    .footer-toggle {
        display: none;
    }
    .title .pull-xs-right {
        display: block;
    }
    .footer-cms.active .navbar-toggler .material-icons.add,
    .footer-cms .navbar-toggler .material-icons.remove {
        display: none;
    }
    .footer-container .footer-cms.active .navbar-toggler .material-icons.remove {
        display: block;
    }
    #history #main .page-content,
    #main .page-header {
        margin-bottom: 10px;
    }
    div#_desktop_contact_link::before,
    div#_desktop_user_info::before,
    div#_desktop_cart::before {
        background: transparent;
    }
    #category #left-column #search_filters .facet {
        padding: 10px;
    }
    #custom-leftbannerblock img {
        height: auto;
        width: auto;
    }
    #custom-leftbannerblock {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .brandslider-inner .title a {
        font-size: 25px;
    }
    #products .grid .product-miniature {
        width: 33.333%;
    }
    #brand-carousel li.item {
        padding: 0px 10px;
    }
    #wrapper .left-column.col-xs-12.col-sm-8.col-md-9 {
        float: left;
        max-width: 100% !important;
    }
    .brandslider-outer h1.main-title {
        padding-bottom: 0;
    }
    .header-top .search-widget .material-icons.search {
        display: none;
    }
    #content-wrapper {
        max-width: 100%;
        display: inline-block;
        width: 100%;
    }
    .footer_inner {
        padding: 17px 0px 20px;
    }
	.footerbottom-text-inner.container {
		padding: 0 !important;
	}
	.link-inner li a {
		padding: 0px 9px 0px 9px;
	}
    .footer-container .wrapper {
        overflow: hidden;
    }
    .footer_inner .title .pull-xs-right ,
	.footer_inner .title .float-xs-right {
        position: absolute;
        right: 0px;
        top: 12px;
    }
    .footer-container .title span.h3,
    .footer-container h3.h3,
    .footer-container .links .h3,
    #block_myaccount_infos .myaccount-title a,
    .block-contact .block-contact-title,
    .linklist .blockcms-title a {
        margin-bottom: 0px;
        font-size: 18px;
    }
    #header .header-top a[data-depth="0"],
    #header .header-top #top-menu > li:first-child a[data-depth="0"] {
        padding: 15px;
		color:#231d1d;
    }
    .top-menu .category .pull-xs-right {
        margin-top: -5px;
    }
    .menu-bottom-banners {
        display: none;
    }
    .footer-container .links .collapse {
        display: none;
    }
    .parallax-text3 {
        padding: 10px 0px 20px;
        font-size: 14px;
    }
    .block_newsletter form input[type=text],
    .block_newsletter form input {
    }
    .brandslider-inner .title a {
        margin-bottom: 0px;
    }
    .brandslider-inner .title a {
        padding-bottom: 10px;
    }
    .userinfo-toggle .hidden-sm-down {
        display: block !important;
    }
    .header-logo {
        margin: 30px 0px 0px 0px;
		border:none;
        padding: 0 0;
    }
    .hidden-md-up.text-xs-center.mobile .header .hidden-sm-down {
        display: block;
    }
    #_mobile_contact_link {
        display: none;
    }
    #_mobile_cart {
        margin-top: 29px;
    }
	#_mobile_user_info {
		margin: 33px 0 0;
	}
    .product-toolbar {
        margin-top: 20px;
    }
    .footer-container .title span.h3,
    .footer-container h3.h3,
    .footer-container .links .h3,
    #block_myaccount_infos .myaccount-title a,
    .block-contact .block-contact-title,
    .linklist .blockcms-title a {
    }
    .flexcss .top-menu[data-depth="1"] {
        display: block;
    }
	#footerbottomleft-text ,.footer_inner .links .wrapper ,#footerbottomright-text{
		width:100%;
	}
	.footer-container .title span.h3, .footer-container h3.h3, 
	#block_myaccount_infos .myaccount-title a, .block-contact .block-contact-title, 
	.linklist .blockcms-title a{
		margin-top:0;
	}
    .newproducts-products {
        margin-bottom: 0;
    }
	.newstitle-inner {
		padding-top: 0;
	}
	.nwsletter-maintitle:before {
		background: transparent;
	}
	.nwsletter-maintitle {
		padding-right: 0;
		padding-left: 0;
		text-align: center;
		width: 100%;
	}
	.test_imag {
	    float: none;
	    margin: 0 0 0;
	    width: 100%;
	}
	.footer-container {
		border:none;
	}
	.test_img_innar {
		width: 75px;
		height: 75px;
		float: none;
		max-width: 100%;
	}

	.test_desc {
		width: 100%;
		text-align: center;
	}
	#about-text .description2 {
		padding: 0 0 32px;
	}
	#header-left-text ,#header-right-text  {
		display:none;
	}
	.testimonial-carousel .owl-nav {display:none;}
	.bottomcmsblock .cmstext {
		margin:0;
	}
	.js-top-menu-bottom{
		border-bottom:1px solid #d9d9d9;
	}
	.parallaxblock-outer {
		padding: 70px 0;
	}
	#search_widget.search-widget:hover button::before, #search_widget.search-widget.inputfocus button::before {
		background-position: -41px -155px;
	}

}

@media screen and (max-width: 640px) {
	#category #wrapper {
		padding-top: 31px;
	}
	#custom-bannerblock {
		margin: 20px 0 37px;
	}
	div#custom-BannerBottomblock {
		padding-top: 16px;
		padding-bottom: 37px;
	}
	section#bestsellers-products {
		padding-bottom: 0;
	}
	#index #content-wrapper {
		vertical-align: middle;
		padding-bottom: 6px;
	}
	.block_newsletter form .input-wrapper {
		width: 100%;
	}
    #newproducts-carousel .thumbnail-image-inner{
        width: 70px !important;
    }
    .newproducts-products .thumbnail-container .product-description {
        padding: 0 0 0 10px;
    }
	#custom-bannerblock .description{
		display:none;
	}
    .quickview .images-container .product-images>li.thumb-container>.thumb {
        width: 70px;
    }
    .pagination .col-md-4 {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }
    .pagination .page-list {
        float: none;
        margin-bottom: 0;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        font-size: 14px;
    }
    #products .up .btn-secondary,
    #products .up .btn-tertiary {
        color: #265879;
        text-transform: inherit;
        padding: 7px 5px;
    }
    #products .grid .product-miniature {
        max-width: 50%;
        width: 50%;
    }
	.homepage-products.products .tabs li {
		padding: 0 25px;
	}
	.parallaxblock-outer {
		padding: 60px 0;
	}
	.parallax-text {
		font-size: 40px;
	}
	.testimonial_outer {
		padding: 0px 0 36px;
	}
	.link-inner li a::before {
	    top: 8px;
	}
}

@media screen and (max-width: 543px) {
	.footer_inner {
		padding: 17px 0px 0;
	}
	.footer-bottom {
		padding-top: 20px;
	}
	.banner2-center.banner-common {
		padding-left: 0;
	}
	#featuredproducts-grid.products-grid.grid .item {
		width:50%;
	}
	.subbanner-common.subbannerpart2 {
		margin: 0px;
	}
	.subtitle-part.subtitle-part2{ 
		padding:0;
	}
	.subtitle-part .subicon::before {
		right:0;
		margin:0 auto;
	}
	.subtitle-part.subtitle-part2::before ,
	.subtitle-part.subtitle-part2::after{
		display:none;
	}
	.subbanner-inner img {
		width: 100%;
	}
	.banner-right ,.subbanner-common.subbannerpart4{
		padding:0;
	}
	.subbannerbottom-common {
		width: 100%;
	}
	.subbannerbottompart1 {
		width: 100%;
		padding:0 0 15px;
	}
	.footer-container .title span.h3, 
	.footer-container h3.h3, 
	.footer-container .links .h3, #block_myaccount_infos .myaccount-title a, 
	.block-contact .block-contact-title, .linklist .blockcms-title a {
		font-size: 16px;
		font-weight: 600;
	}

}

@media screen and (max-width: 520px) {
	.shipping-outer .subtitile1 {
	    font-size: 13px;
	}

}

@media screen and (max-width: 479px) {
	#header .header-nav #menu-icon {
		margin: 18px 20px 0 0;
	}
	#header .header-nav .user-info .user-icon > span {
		font-size: 0;
		padding-left: 11px;
	}
	#_mobile_user_info {
		margin: 29px 0 0;
	}
	#product-details .label {
		font-size: 0.9rem;
	}
	.tabs {
		margin-bottom: 40px;
	}
	.subtitle-part{
        width: 100% !important;
        margin-bottom: 10px
    }
	.homeslider-container {
		margin: 10px 0 0px;
	}
	.brandslider-outer {
		margin: 17px 0 29px;
	}
	.slick-slide {
		padding: 0 0;	
	}
	.subbanner-left {
		width:100%;
	}
	.subbanner-common.subbanner-right {
		width: 100%;
		padding-left: 0;
		float: left;
	}
	.right-bottom {
		padding-top: 0;
	}
	.subbanner-inner {
		padding:0 0 10px;
	}
	.right-top-left,.right-top-right {
		width: 100%;
		padding: 0;
	}
	.homepage-products.products .tabs li::after {
		display:none;
	}
	.homepage-products.products .tabs li {
		width: 100%;
		margin: 0 0 5px;
		padding:0;
	}
	.thumbnail-container .thumbnail-image-inner img {
		width: 100%;
	}
	.tabs .nav-tabs .nav-link {
		font-size: 14px;
	}
    #search_filters .facet .facet-title {
        font-size: 14px;
    }
    #category #left-column #search_filters .facet {
        padding: 4px;
    }
    #category #left-column #search_filters .facet ul li {
        padding: 3px 1.325rem;
    }
    #order-confirmation .thumbnail.product-thumbnail > img,
    #cart #specialproducts-carousel  .thumbnail.product-thumbnail > img,
    #product .thumbnail.product-thumbnail > img {
        max-width: inherit;
    }
    #order-confirmation .thumbnail-image-inner,
    #cart #specialproducts-carousel .thumbnail-image-inner,
    #product .thumbnail-image-inner {
        width: 100%;
    }
    #header .header-nav .top-logo a img {
        max-height: 47px;
    }
    .tabs {
        padding: 0;
    }
    .tabs .tab-pane {
        padding-top: 20px;
    }
    .social-sharing {
        margin-top: 0;
    }
    #block-reassurance {
        margin-top: 0.5rem;
    }
    .form-control {
        line-height: 1.45;
    }
    #order-items {
        margin-bottom: 1rem;
    }
    .page-content.page-order-confirmation.card .h3,
    .page-content.page-order-confirmation.card .h4,
    .page-content.page-order-confirmation.card h3,
    .page-content.page-order-confirmation.card h4 {
        font-size: 0.925rem;
    }
    #content-hook_order_confirmation .h1,
    h1 {
        font-size: 1.075rem;
    }
    .cart-grid-body .card-block {
        padding: 0.5rem;
    }
    .cart-item {
        padding: 11px 0;
    }
    .cart-grid-body .card-block h1 {
        font-size: 18px;
    }
    .cart-overview.js-cart .product-line-grid-body {
        margin-bottom: 0;
    }
    .cart-summary-line .value {
        font-size: 15px;
    }
    body#checkout section.checkout-step .content ul li > a {
        font-size: 15px;
    }
    body#checkout section.checkout-step h1 {
        font-size: 16px;
        line-height: 0.2;
    }
    .form-control-valign {
        padding-top: 0;
    }
    .m-y-2 {
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
    body#checkout section.checkout-step .content {
        padding: 0 0;
    }
    body#checkout section.checkout-step #customer-form {
        margin-left: 0.3125rem;
        margin-top: 1.063rem;
    }
    #customer-form .form-group.row .form-control-label {
        padding-top: 0;
    }
    #products .product-miniature .discount-percentage,
    #products .product-miniature .on-sale,
    #products .product-miniature .online-only,
    #products .product-miniature .product-flags .new,
    .featured-products .product-miniature .discount-percentage,
    .featured-products .product-miniature .on-sale,
    .featured-products .product-miniature .online-only,
    .featured-products .product-miniature .product-flags .new,
    .special-products .product-miniature .on-sale,
    .special-products .product-miniature .online-only,
    .special-products .product-miniature .product-flags .new,
    .special-products .product-miniature .discount-percentage,
    .product-accessories .product-miniature .discount-percentage,
    .product-accessories .product-miniature .on-sale,
    .product-accessories .product-miniature .online-only,
    .product-accessories .product-miniature .product-flags .new,
    .product-miniature .product-miniature .discount-percentage,
    .product-miniature .product-miniature .on-sale,
    .product-miniature .product-miniature .online-only,
    .product-miniature .product-miniature .product-flags .new {
        font-size: 13px;
    }
    #products .regular-price,
    .featured-products .regular-price,
    .product-accessories .regular-price,
    .product-miniature .regular-price {

    }
    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {

    }
    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping {

    }
    #index .featured-products .product-miniature,
    #index.product-accessories .product-miniature,
    #index .product-miniature .product-miniature,
    #index #special-products .product-miniature {
        padding: 0 8px 0px;
    }
    #index #featured-products {
        padding-bottom: 0;
    }
    #products .product-miniature .discount-percentage.on-sale,
    #products .product-miniature .on-sale.on-sale,
    #products .product-miniature .online-only.on-sale,
    #products .product-miniature .product-flags .new.on-sale,
    .featured-products .product-miniature .discount-percentage.on-sale,
    .featured-products .product-miniature .on-sale.on-sale,
    .featured-products .product-miniature .online-only.on-sale,
    .featured-products .product-miniature .product-flags .new.on-sale,
    .special-products .product-miniature .discount-percentage.on-sale,
    .special-products .product-miniature .on-sale.on-sale,
    .special-products .product-miniature .online-only.on-sale,
    .special-products .product-miniature .product-flags .new.on-sale,
    .product-accessories .product-miniature .discount-percentage.on-sale,
    .product-accessories .product-miniature .on-sale.on-sale,
    .product-accessories .product-miniature .online-only.on-sale,
    .product-accessories .product-miniature .product-flags .new.on-sale,
    .product-miniature .product-miniature .discount-percentage.on-sale,
    .product-miniature .product-miniature .on-sale.on-sale,
    .product-miniature .product-miniature .online-only.on-sale,
    .product-miniature .product-miniature .product-flags .new.on-sale {
        top: 0px;
        right: 5px;
    }
    ul#featuredproducts-carousel {
        margin-bottom: 0px;
    }
	#about-text .title {
		font-size: 28px;
	}
	#about-text .description {
		font-size: 14px;
	}
	.banner1-left.banner-common {
		max-width: 100%;
		float: none;
		padding-right: 0 !important;
	}
	.banner2-center.banner-common {
		max-width: 50%;
		float: left;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		padding-right: 7px;
	}
	.banner3-right.banner-common {
		width: 50%;
		float: right;
		padding-left: 7px;
		padding-top: 15px;
	}
	#custom-bannerblock {
		margin: 14px 0 37px;
	}

}

@media screen and (max-width: 435px){
    .header-logo{
        width: 100%;
        margin: 20px 0px;
        text-align: center;
    }
    #header .logo{
        width: 65%
    }
}


@media screen and (max-width: 370px) {
	#featuredproducts-grid.products-grid.grid .item {
		width:100%;
	}

    body#checkout section.checkout-step h1 {
        font-size: 16px;
        line-height: 1.1;
    }
    #products .grid .product-miniature {
        max-width: 100%;
        width: 100%;
    }
    .modal-header {
        border-bottom: 1px solid #e5e5e5;
        padding: 7px;
    }
	.parallax-desc {
		font-size: 13px;
		line-height: 18px;
	}
    
}

.order-options #delivery {
    overflow: auto;
	margin:0 0 20px;
}
.header-menu.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #2874f1;
    z-index: 999;
	display:block !important
}

/* blog Start*/
.prev-button.slick-arrow {
    left:auto;
	right:40px;
	background: transparent url(../img/sprite.png) no-repeat scroll -40px -450px;
}
.prev-button.slick-arrow:hover {
	background-position: -40px -498px;
}
.next-button.slick-arrow {
    right:10px;
	left:auto;
	background: transparent url(../img/sprite.png) no-repeat scroll -437px -450px;
}
.next-button.slick-arrow:hover{
	background-position: -437px -498px;
}
/* blog End */



@media screen and (-webkit-min-device-pixel-ratio:0) {
  .quickview .arrows{
			right: 2.5rem;
	}
}


.preloading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/preloading.gif) 50% 50% no-repeat #fff;
}
.preloading {
	display: none !important;
}
#products .product-miniature .on-sale, #products .product-miniature .product-flags .new, .featured-products .product-miniature .on-sale, .featured-products .product-miniature .product-flags .new, .homepage-products .product-miniature .on-sale, .homepage-products .product-miniature .product-flags .new, .special-products .product-miniature .on-sale, .special-products .product-miniature .product-flags .new, .product-accessories .product-miniature .on-sale, .product-accessories .product-miniature .product-flags .new, .product-miniature .product-miniature .on-sale, .product-miniature .product-miniature .product-flags .new {
  color: #000;
  background: #feed3b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 10px;
  text-transform: capitalize;
  font-style: normal;
}
.tiktok{ background-image: url(../css/tiktok-icon.svg)
}
.block-social li{background-color: #231d1d;}
.block-social {
  text-align: left;
}
.page-home {
  text-align: center; padding-top: 25px; padding-left:5%;}