html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, ul, li {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

img, a img {
    border: medium none;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: all 0.4s ease;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #535353;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
    padding-bottom: 10px;
}

h1 {
    font-size: 37px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Open Sans', sans-serif;
    background-image: url(../img/bg.jpg),url(https://cdn11.bigcommerce.com/s-dh1cdzjrov/product_images/uploaded_images/bodybg2.jpg);
    background-repeat: no-repeat,repeat;
    background-position: top;
    background-color: #e1e1e1;
}
*, *::before, *::after
{
    box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/*********************************************/
.container
{
    /*width: 1250px;*/
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    /*overflow-x: hidden;*/
}
.topBar {
    border-top: 4px solid #343434;
    background-image: url(../img/top.png);
    text-align: right;
    position: relative;
    width: 100vw;
    left: -50vw;
    margin-left: 49.2%;
}
.homeSlider .slick-slide img
{
    width: auto;
}
.topBar ul li {
    display: inline-block;
}
.topBar ul li a {
    font-size: 12px;
    color: #c4c4c4;
    padding: 10px 15px;
    display: block;
}
.topBar ul li a:hover{
    background: #cc231a;
    color: #fff;
}
.header {
    background-image: url(../img/headerbg.jpg);
    overflow: hidden;
    padding: 10px 0 0;
}
.header .logo {
    display: inline-block;
    margin-left: 65px;
    max-width: 450px;
}
.header ul {
    float: right;
    margin-right: 30px;
}
.header ul li a {
    display: block;
    line-height: 18px;
}
.header li.cartheader {
    text-align: right;
}
.header ul li.cartheader a {
    display: inline-block;
}
.header li.phoneheader {
    margin-right: 63px;
    margin-top: 10px;
}
.header ul li b {
    color: #cc231a;
    /*font-size: 16px;*/
    min-width: 145px;
    text-align: right;
    display: inline-block;
    margin-right: 5px;
}
.logo .header-logo {
    margin: 0;
}
.header li.cartheader .countPill {
    display: inline-block;
}
.headerCheckout {
    background: #c6170d;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    padding: 5px 12px;
    margin-left: 20px;
    font-weight: normal;
}
.headerCheckout:hover
{
    background: #171717;
    color: #fff;
}

.mainmenuBar {
    background: url(https://cdn11.bigcommerce.com/s-dh1cdzjrov/product_images/uploaded_images/regbannerbg.jpg);
    padding-left: 25px;
    font-size: 0;
    overflow: hidden;
}
.mainmenuBar ul {
    float: left;
}
.mainmenuBar ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-right: 1px solid #901812;
}
.mainmenuBar ul li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    line-height: 25px;
    border-right: 1px solid #d12116;
}
.mainmenuBar li a:hover {
    background: #292929;
}
button, input, optgroup, select, textarea
{
	font-size: initial;
}
.searchForm 
{
    width: 350px;
    float: right;
    margin: 9px;
}
.searchForm form 
{
    width: 100%;
}
.searchForm form input#search_query_adv {
    width: 80%;
    height: 27px;
    border: none;
    background-image: url(../img/searchicon.png);
    background-repeat: no-repeat;
    background-position: center left 8px;
    padding-left: 30px;
    font-size: 13px;
    color: #535353;
    font-style: italic;
}
.searchForm .submitBtn:hover {
    background: #333;
    color: #fff;
}
.searchForm .submitBtn {
    width: 20%;
    float: right;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    height: 27px;
    color: #3d3d3d;
    border: none;
    border-left: 1px solid #cacaca;
}
.newsletterArea {
    background: url(https://cdn11.bigcommerce.com/s-dh1cdzjrov/product_images/uploaded_images/regbannerbg.jpg);
    overflow: hidden;
    padding: 15px 50px;
}
.newsletterArea label,
.footerSocial h3 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin-right: 15px;
}

.newsForm {
    float: left;
    align-items: center;
    display: flex;
}
.footerSocial {
    float: right;
    align-items: center;
    display: flex;
}
.footerSocial ul
{
    align-items: center;
	display: flex;
}
.newsForm input.newsfield {
    height: 30px;
    border: 1px solid #a6221b;
    font-size: 13px;
    font-style: italic;
    color: #535353;
    padding-left: 15px;
    min-width: 230px;
}
.newsForm input[type="submit"] {
    font-size: 16px;
    background: #171717;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    font-family: 'Oswald', sans-serif;
    height: 30px;
    border: none;
    float: right;
    margin-left: 5px;
}
.newsForm input[type="submit"]:hover
{
    background: #555;
}
.footerSocial li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 35px;
    margin-right: 10px;
}
.footerSocial li i
{
	color: #fff;
}
.footerSocial li a i:hover {
    color: #000;
}
.footerBoxes {
    background-image: url(../img/footerbg.jpg);
    padding: 5px 0 5px 50px;
    display: flex;
    flex-wrap: wrap;
}
.footerBox h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #383838;
    padding-bottom: 5px;
}

.footerBox {
    width: 190px;
    padding-left: 35px;
    border-right: 1px solid #c7c7c7;
}
.footerBox:first-child
{
	padding-left: 0;
}
.footerBox.footerContact {
    width: 340px;
}
.footerBox.footerLogo {
    width: 235px;
    border: none;
    margin-top: 45px;
}
.footerBox li {
    font-size: 13px;
    color: #5b5b5b;
    line-height: 25px;
}
.footerBox li a:hover
{
    text-decoration: underline !important;
}
.footerBox li i {
    margin-right: 10px;
    color: #c6170d;
}
.footerBox li i.fas.fa-phone {
    transform: rotate(90deg);
}
.copyright {
    background: #2b2b2b;
    border-top: 3px solid #4e4e4e;
    position: relative;
    width: 100vw;
    left: -50vw;
    margin-left: 49.3%;
    padding: 10px 0;
}
.copyright p {
    padding-left: 70px;
    color: #8c8c8c;
    font-size: 11px;
    display: inline-block;
    padding-bottom: 0;
}
.copyright a {
    color: #8c8c8c;
    font-size: 11px;
}
.contentBody {
    background: #fff;
    padding: 0 14px;
}
.copyright ul {
    float: right;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.copyright ul h6 {
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #848484;
    font-family: 'Oswald', sans-serif;
    margin-right: 10px;
}
.copyright ul li img {
    max-height: 20px;
}

.pageareaContent {
    display: flex;
    flex-wrap: wrap;
}
.leftSidebar {
    width: 217px;
    margin-right: 15px;
}
.titleDesign,
.productView-description .productView-title,
.tab.is-active .tab-title,
#product-reviews h4.toggle-title
{
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background-image: url(../img/top.png);
    border-bottom: 3px solid #c7190f;
    color: #fff;
    padding: 5px 15px;
    line-height: initial;
    font-weight: normal;
}
.partnersSidebar h3 {
    font-size: 19px;
    text-transform: uppercase;
    color: #414141;
    font-family: 'Oswald', sans-serif;
    padding: 5px 15px;
}
.leftSidebar ul {
    background: #f1f1f1;
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.leftSidebar ul li
{
    position: relative;
}
.leftSidebar ul.navPage-subMenu-list {
    position: absolute;
    left: 100%;
    margin: 0;
    min-width: 250px;
    display: none;
    top: 0;
    z-index: 99;
}
.leftSidebar li:hover ul.navPage-subMenu-list
{
    display: block;
}
.leftSidebar a {
    border-bottom: 1px dotted #e3e3e3;
    display: block;
    padding: 5px 10px 5px 30px;
    background-image: url(../img/dots.png);
    background-repeat: no-repeat;
    background-position: 15px 13px;
}
.leftSidebar li:hover > a
{
	background-color: #fff;
    color: #fe1e00;
    background-position: 15px -20px;
}
.partnersSidebar {
    border: 1px solid #dfdfdf;
}
.partnersSidebar ul {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
    justify-content: center;
    margin-bottom: 0;
}
.partnersSidebar ul li {
    width: 47%;
    padding: 4px;
}
.partnersSidebar ul li:hover img {
    box-shadow: 0 0 5px #333;
}
.partnersSidebar ul li a {
    padding: 0;
    background: none;
}
.homeSlider {
    margin: 0 -14px 15px;
}
.homeSlider .slick-next, .homeSlider .slick-prev {
    background-color: rgba(0,0,0,.7);
    border: 1px solid #000;
}
.heroCarousel .slick-dots li
{
    background-color: rgba(0,0,0,.7);
}
section.heroCarousel {
    margin-bottom: 0;
}
.rightContent {
    width: 81%;
}
.homeCategories ul {
    border: 1px solid #e1e1e1;
    padding: 10px;
    display: flex;
}
.homeCategories ul li {
    padding-left: 10px;
}
.homeCategories ul li:hover img {
    box-shadow: 0 0 5px;
}
.homeCategories ul li:first-child {
    padding: 0;
}
.featuredVideo {
    margin: 15px 0;
}
.HomeSafe {
    display: flex;
    border: 1px solid #e3e3e3;
}
.HomeSafeimg {
    width: 50%;
    padding: 0 40px;
}
.HomeSafe .safeBlock {
    padding: 25px 20px 0 0;
    width: 50%;
}
.safeBlock p {
    font-size: 14px;
    color: #646464;
}
div#HomeAbout {
    margin: 15px 0;
}
#HomeAbout h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #2e2d2d;
    font-family: 'Oswald', sans-serif;
}
div#HomeAbout h3 span
{
    font-family: 'Oswald', sans-serif;
	color: #b42119;
}
div#HomeAbout p {
    font-size: 14px;
    color: #646464;
}

.productGrid .product
{
	width: 20%;
	padding: 0 5px 10px;
}
.productGrid .product .productBox {
    border: 1px solid #e3e3e3;
}
.productGrid .product .productBox:hover,
.productCarousel .productBox:hover
{
    border: 1px solid #c6170d;
}
.productGrid {
    margin: 0;
    padding: 10px 8px 0;
    border: 1px solid #e3e3e3;
}
div#___ratingbadge_0 {
    bottom: 90px !important;
}
.cart-item .cart-item-figure img.cart-item-image {
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
}
/********** product Box ****************/
.prodImg {
    position: relative;
}
.prodTitle a {
    font-size: 13px;
    color: #787878;
    text-align: center;
    display: block;
    height: 42px;
    overflow: hidden;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 0 5px;
}
.prodPriceCart {
    background-image: url(../img/pricecart.jpg);
    display: flex;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 7px 10px;
    background-position: -55px 0px;
}
.prodPrice {
    width: 38%;
    color: #f5f5f5;
    font-weight: 700;
    text-align: left;
    align-items: center;
    display: flex;
}
.prodPrice .price-section {
    line-height: 12px;
}
.prodCart {
    width: 62%;
    text-align: right;
}
.prodCart i {
    font-size: 12px;
    float: left;
    text-align: left;
    line-height: 22px;
    padding-right: 5px;
}
.prodCart a {
    font-size: 14px;
    color: #f5f5f5;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
}
.prodCart a:hover {
    color: #222;
}
.prodPrice .price-section.price-section--withoutTax.non-sale-price--withoutTax,
.prodPrice span.price-now-label,
.prodPrice .price-section.price-section--withoutTax.rrp-price--withoutTax
{
    display: none;
}

/**************************************/

.page-heading
{
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-bottom: 3px solid #c7190f;
    color: #222;
    padding: 2px 0px;
    text-align: left;
    margin-bottom: 5px;
}
.breadcrumbs
{
    text-align: left;
}
.actionBar-section {
    float: right;
}
.actionBar-section .form-field {
    margin: 0;
}
.pagination {
    margin-top: 20px;
}
.body {
    padding-top: 2.5rem;
    margin-top: 0;
    margin-bottom: 3rem;
}
h1.productView-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #222;
    border-bottom: 3px solid #c7190f;
    margin-top: -8px;
}
.productView-image {
    border: 1px solid #cccc;
    border-radius: 0px;
}

.button.button--primary {
    font-size: 18px;
    background: #171717;
    background-image: url(../img/top.png);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border: none;
    border-radius: 0;
}
.button.button--primary:hover
{
    background: #c7190f;
    background-image: url(https://cdn11.bigcommerce.com/s-dh1cdzjrov/product_images/uploaded_images/regbannerbg.jpg);
}
a.button.dropdown-menu-button span {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #222;
}
.prodDetailSec {
    margin-bottom: 25px;
    /*overflow: hidden;*/
    display: inline-block;
    width: 100%;
}
.prodDetailSec .productView-description {
    float: none;
    width: 100%;
    clear: both;
    padding: 0;
}
.prodDetailSec .productView-description .productView-description ,
div#productReviews-content {
    padding: 0 15px;
}
table.cart {
    margin-top: 35px;
}
table.cart th
{
    text-transform: uppercase;
}
#product-reviews {
    padding-top: 35px;
}
.wasLabel {
    display: inline;
}
.header li.cartheader i {
    color: #cc231a;
}
.header .phoneheader
{
	position: relative;
}
.header .phoneheader:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f095";
    font-weight: 900;
    top: 30%;
    position: absolute;
    transform: rotate(90deg);
    left: 25%;
    color: #cc231a;
}
.header .countPill {
    background: none;
    color: #333;
    margin: 0;
    width: auto;
    padding: 0 4px;
}
.productOptions-list
{
    max-height: 250px;
    overflow-y: scroll;
}
ul.multiple-items.slick-initialized.slick-slider {
    border: 2px solid #ddd;
    margin-left: 1px;
    margin-top: 20px;
}
ul.multiple-items .slick-list.draggable {
    margin: 0 35px;
}
ul.multiple-items .slick-prev
{
    left: 0;
    background-image: url(https://cdn6.bigcommerce.com/s-4yhayto7/product_images/uploaded_images/carousel-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

ul.multiple-items .slick-next
{
    right: 0;
    background-image: url(https://cdn6.bigcommerce.com/s-4yhayto7/product_images/uploaded_images/carousel-right.png);
    background-repeat: no-repeat;
    background-position: center;
}
ul.multiple-items .slick-next, ul.multiple-items .slick-prev
{
    margin-top: 0;
}
ul.multiple-items .slick-next:before, ul.multiple-items .slick-prev:before
{
    background: none;
}
.card-image
{
    width: 98%;
    max-height: 98%;
}
.actionBar-section .form-select {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
}
.page
{
    margin: 0;
}
.manualinstru a {
    display: inline-block;
    margin-top: 10px;
}

.burgerMenu {
    float: left;
}
.burgerMenu i {
    font-size: 28px;
    color: #fff;
}
.mobView
{
	display: none;
}
dt.productView-info-name {
    font-weight: 700;
    text-transform: capitalize;
}
.productView-description ul li {
    list-style-type: disc;
    list-style-position: inside;
}
/***************************************************/
/************* Media Queries **********************/

@media only screen and (min-width: 1200px) and (max-width: 1280px)
{
    .container
    {
        width: 100%;
    }
    .leftSidebar 
    {
        margin-right: 10px;
    }
    .rightContent {
        width: 80%;
    }
}
@media only screen and (max-width: 1199px)
{
    .container
    {
        width: 970px;
    }
    .header
    {
    	padding-bottom: 10px;
    }
    .header .logo
    {
    	margin-top: 15px;
    	margin-left: 40px;
    	width: 36%;
    }
    .mainmenuBar
    {
    	padding-left: 10px;
    }
    .mainmenuBar ul li a
    {
    	padding: 10px;
    }
    .searchForm
    {
    	width: 220px;
    }
    .searchForm form input#search_query_adv
    {
    	width: 75%;
    }
    .searchForm .submitBtn
    {
    	width: 25%;
    	font-size: 11px;
    }
    .leftSidebar {
	    width: 200px;
	}
	.rightContent {
	    width: 76%;
	}
    .prodCart a
    {
        font-size: 12px;
    }
    .prodPrice
    {
        font-size: 12px;
        line-height: 24px;
    }
	.productGrid .product {
	    width: 25%;
	}
	.newsForm input.newsfield
	{
		min-width: 160px;
	}
	.newsletterArea label, .footerSocial h3 {
	    font-size: 14px;
	}
	.footerSocial li {
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	    font-size: 12px;
	    margin-right: 5px;
	}
	.newsletterArea
	{
		padding: 15px 30px;
	}
	.footerBoxes
	{
		padding-left: 30px;
	}
	.footerBox
	{
		width: 160px;
		padding-left: 10px;
	}
	.footerBox h5
	{
		font-size: 14px;
	}
	.footerBox li
	{
		font-size: 12px;
		line-height: 18px;
	}
	.footerBox.footerContact {
	    width: 195px;
	}
	.footerBox.footerLogo {
	    width: 175px;
	    margin-top: 35px;
	}
	.copyright p
	{
		padding-left: 50px;
	}
	.copyright ul
	{
		margin-right: 25px;
	}
	.copyright ul li img {
	    max-height: 15px;
	}
}
@media only screen and (max-width: 991px)
{
    .container
    {
        width: 750px;
    }
    .mainmenuBar
    {
    	padding-left: 0;
    }
    .mainmenuBar ul {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.searchForm {
	    width: 90%;
	    margin: 0 auto 10px;
	    float: none;
	}
	.leftSidebar {
	    width: 165px;
	    margin-right: 8px;
	}
	.rightContent {
	    width: 75%;
	}
	.leftSidebar li a {
		font-size: 12px;
	}
	.homeCategories ul
	{
		flex-wrap: wrap;
		padding: 10px 0;
	}
	.homeCategories ul li {
	    width: 50%;
	    padding: 5px !important;
	}
	.HomeSafe {
	    display: block;
	}
	.HomeSafe .HomeSafeimg,
	.HomeSafe .safeBlock
	{
		width: 100%;
		padding: 0 15px 10px;
	}
	#HomeAbout h3 {
	    font-size: 18px;
	}
	.productGrid .product {
	    width: 50%;
	}
	.newsForm {
	    float: none;
	    width: 100%;
	}
	.footerSocial {
	    float: none;
	    display: flex;
	    width: 35%;
	    margin: 25px auto 0;
	}
	.footerBox,
	.footerBox.footerContact,
	.footerBox.footerLogo
	{
	    width: 33%;
	    margin-bottom: 20px;
	    padding: 0 10px;
	}
	.footerBoxes {
	    background-size: cover;
	    background-position: -50px;
	}
	.copyright p
	{
		display: block;
	}
	.copyright ul {
	    float: none;
	    display: flex;
	    width: 250px;
	    margin: 10px auto 0;
	}
	.partnersSidebar h3
	{
		font-size: 15px;
	}
}
@media only screen and (max-width: 800px)
{
    .container
    {
        width: auto;
    }
    .promoBar,
    .brand-slider
    {
    	display: none;
    }
    .mobView
    {
    	display: block;
    }
    .header
    {
    	position: relative;
    }
    .header .logo img {
	    max-height: initial;
	}
	.header .logo {
	    margin: 0 auto;
	    width: auto;
	    display: block;
	    max-width: 320px;
	}
	.topBar
	{
		margin-left: 50%;
		text-align: center;
		border: none;
	}
	.topBar ul li a
	{
		padding: 5px 10px;
	}
	.header ul li.cartheader .headerCheckout
	{
		display: none;
	}
	.header ul {
	    float: none;
	    margin-right: 0;
	}
	.header li.cartheader {
		text-align: center;
	}
	.header li.phoneheader
	{
		display: none;
	}
	.header-logo>a
	{
		padding: 0;
	}
	.rightContent,
	.leftSidebar 
	{
	    width: 100%;
	}
	.homeCategories ul li {
	    width: 100%;
	    padding: 0 !important;
	    margin-bottom: 10px;
	}
	.mainmenuBar {
	    background: #c6170d;
	}
	.mainmenuBar ul
	{
		display: none;
	}
	.mainmenuBar ul li {
	    display: block;
	    border-bottom: 1px solid #901812;
	    border-right: 0;
	}
	.homeSlider
	{
		margin: 0;
	}
	.newsForm {
	    display: block;
	}
	.newsletterArea label, .footerSocial h3
	{
		display: block;
		margin: 0;
		text-align: center;
	}
	.newsForm input.newsfield,
	.newsForm input[type="submit"]
	{
	    float: none;
	    width: 100%;
	    margin: 5px 0;
	}
	.footerSocial {
	    float: none;
	    display: block;
	    width: 100%;
	    margin: 15px 0 0;
	}
	.footerSocial ul {
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	    max-width: 35%;
	    margin: 5px auto 0;
	}
	#HomeAbout
	{
		padding: 0 15px;
	}
	.contentBody
	{
		padding: 0;
	}
	.footerBoxes
	{
		padding: 15px 0;
	}
	.footerBox, .footerBox.footerContact, .footerBox.footerLogo {
	    width: 100%;
	    text-align: center;
	    padding: 0;
	}
	.footerBox.footerLogo {
	    width: 175px;
	    max-width: 190px;
	    margin: 0 auto;
	}
	.copyright p {
	    padding: 0;
	    text-align: center;
	}
	.partnersSidebar
	{
		display: none;
	}
	.homeCategories img {
	    width: 100%;
	}
	.mobileHeader {
	    padding: 10px 15px;
	    overflow: hidden;
	}
	.leftSidebar
	{
		margin: 0 0 15px;
	}
	.leftSidebar ul
	{
		display: none;
	}
	.catalisitngSide > .titleDesign
	{
		position: relative;
	}
	.titleDesign.openul:after {
	    transform: rotate(180deg);
	}
	.catalisitngSide > .titleDesign:after {
	    font-family: 'Font Awesome 5 Free';
	    content: "\f078";
	    font-weight: 900;
	    top: 11px;
	    position: absolute;
	    right: 15px;
	}
	.sidebarBlock {
		
		display: none;
	}
	.prodPriceCart
	{
		background-size: 125%;
	}
	.productView,
	.page
	{
		margin: 0;
	}
    .prodCart a,
    .prodPrice
    {
        font-size: 14px;
    }
    .deskView
    {
        display: none;
    }


}

@media only screen and (max-width: 480px)
{
	.productGrid .product {
	    width: 100%;
	}
	.prodPriceCart
	{
		background-position: 0;
		background-size: cover;
	}
}
