@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/MyriadProRegular.eot');
	src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'), url('../fonts/MyriadProRegular.woff2') format('woff2'), url('../fonts/MyriadProRegular.woff') format('woff'), url('../fonts/MyriadProRegular.ttf') format('truetype'), url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
	font-family: 'ranchoregular';
	src: url('fonts/rancho-regular-webfont.woff2') format('woff2'), url('fonts/rancho-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}


/*********************************************/

.container {
	width: 1250px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.heroCarousel {
    background: #f7f7f7;
    margin-bottom: 2rem;
}

.header {
	background: #111111;
}

.headerTop {
	text-align: right;
	padding: 15px 0 20px;
}

.headerTop li {
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	display: inline-block;
	border-right: 1px solid #3c3c3c;
	padding: 0 30px;
	line-height: 15px;
}

.headerTop li:last-child {
	padding-right: 0;
	border-right: none;
}

.headerTop li img {
	display: inline-block;
	margin-bottom: -2px;
}

.headerTop li a {
	color: #fff;
}

.headerTop li a:hover {
	color: #84c441;
}

.headerMid {
	background-image: url(../img/headertopBG.png);
	background-repeat: no-repeat;
	background-position: right top 1px;
	display: flex;
}

.headerMidRight {
	padding: 15px 60px 0;
	margin-left: 100px;
}

.headerSearch form {
	width: 100%;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}

.headerSearch form input {
	height: 30px;
	border: none;
	box-shadow: none;
	background: transparent;
}

.headerSearch form .searchText {
	width: 80%;
	float: left;
	padding-left: 20px;
	font-size: 15px;
	font-weight: 600;
	color: #3c3c3c;
}

.headerSearch form .searchText::placeholder {
	font-size: 15px;
	font-weight: 600;
	color: #3c3c3c;
}

.headerSearch form .searchBtn {
	float: right;
	width: 20%;
	background-image: url('../img/searchIco.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
	cursor: pointer;
}

.headerMidContact {
	display: flex;
	margin-top: 25px;
}
.headerContactNumb
{
	margin-left: 30px;
}

.headerShipBox h2 {
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	background: #84c441;
	padding: 2px 15px;
	border-radius: 25px;
	display: inline-block;
	text-shadow: 1px 2px #54a21d;
}

.headerShipBox h2 span {
	font-weight: 300;
}

.headerShipBox p {
	padding: 2px 15px;
	font-size: 14px;
	color: #000000;
}

.headerShipBox p a {
	color: #000;
	font-size: 12px;
	text-decoration: underline !important;
	margin-left: 10px;
}

.headerContactNumb p {
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: #3c3c3c;
	text-align: right;
}

.headerContactNumb a {
	font-size: 22px;
	color: #3c3c3c;
	font-weight: 800;
	line-height: 20px;
}

.mainMenu {
	text-align: center;
}

.mainMenu ul li {
	font-size: 16px;
	display: inline-block;
	padding: 25px 15px;
	line-height: 20px;
}

.mainMenu ul li:hover {
	background: #84c441;
}

.mainMenu ul li a {
	color: #fff;
}


/** Deal Box Home **/

.dealProdBox {
	display: flex;
	flex-wrap: wrap;
	background-image: url(../img/dealbghome.png);
	background-repeat: no-repeat;
	padding: 20px 25px 13px;
	width: 57%;
	z-index: 1;
}

.dealProdBoxLeft {
	text-align: right;
	width: 310px;
}

.dealTitle {
	font-size: 30px;
	font-weight: 800;
	color: #111111;
	border-bottom: 1px solid #b7d990;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	line-height: 25px;
	text-align: left;
}

.dealProdTitle {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	display: block;
	text-align: right;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 18px;
	margin-bottom: 10px;
}

.dealProdPrice {
	font-size: 18px;
	color: #111111;
	font-family: 'MyriadProRegular';
	text-align: right;
	padding-right: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #b7d990;
	width: 90%;
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
}

.dealProdBox .dealProdPrice span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
}

.dealProdPrice span s {
	font-weight: normal;
}

.dealProdBox .youSave {
	font-size: 13px;
}

.addToBtn {
    background-color: #fc6e04;
    color: #fff;
    border-radius: 25px;
    font-weight: 800;
    font-size: 15px;
    padding: 5px 31px 5px 15px;
    text-shadow: 0 0px 1px #555;
    box-shadow: 0 1px 6px #D7D7D6;
    display: inline-block;
    min-width: 130px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border: none;
    min-height: initial;
    background-image: url(../img/cartico.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.addToBtn:hover {
	color: #000;
	text-shadow: 0 0px 3px #fff;
}


.newarrivalBox {
	display: flex;
	flex-wrap: wrap;
	background-image: url(../img/dealbghome.png);
	background-repeat: no-repeat;
	padding: 20px 25px;
	width: 43%;
	z-index: 1;
}


.cartLabel .addToBtn {
    padding: 3px 28px 3px 12px;
    min-width: auto;
}
#form-action-addToCart {
    min-width: 240px;
    background-image: url(../img/cartico.png);
    background-repeat: no-repeat;
    background-position: center right 20%;
}

.newsletterForm input.addToBtn,
.giftCardsDetails .addToBtn,
.giftCardSidebar .addToBtn
{
    padding: 5px 15px;
    background-image: none;
}
.dealProdBoxLeft a.addToBtn {
	margin-right: 25px;
}

.dealProdBoxRight img {
    border: 5px solid #fff;
    max-width: 210px;
    max-height: 210px;
}
.newArrivalHome .dealProdBoxRight img {
    position: relative;
    max-width: 210px;
    max-height: 210px;
    min-width: 210px;
    background: #f7f7f7;
}
.dealBox.dealBoxHome {
	display: flex;
}



.giftCardsBox {
	position: relative;
	width: 43%;
}

.giftCardsDetails {
	background: #f8d64c;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 250px;
	border-top-left-radius: 250px;
	border-bottom-left-radius: 250px;
	padding: 15px 25px 25px 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 52%;
}

.border {
	border-bottom: 1px solid #fdf2c7;
	padding-top: 15px;
	margin-right: 20px;
}

.giftCardsImg img {
	position: relative;
	z-index: 9;
	top: 30px;
	width: 75%;
}

.giftTitle {
	font-size: 30px;
	font-weight: 800;
	color: #111111;
	text-align: right;
	border-bottom: 1px solid #fdf2c7;
	padding-bottom: 5px;
	line-height: 30px;
}

.giftCardsDetails p {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	text-align: right;
	margin-top: 10px;

}
.dealBoxLeftSect {
    display: flex;
}
.newArrivalHome .dealProdBox {
    width: 100%;
    background: #95cc5c;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 250px;
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    padding: 15px 25px 5px 0;
}
.newArrivalHome .dealProdBox .dealProdBoxLeft {
    /*width: 265px;*/
    width: 300px;
}
.newArrivalHome .dealTitle {
    margin-right: -25px;
}
.newArrivalTitle {
    margin-top: -36px;
    margin-bottom: -25px;
}
.dealAndCards {
	position: relative;
	margin-top: 30px;
}

.dealAndCards:after {
	position: absolute;
	content: '';
	height: 2px;
	left: 20%;
	right: 0;
	background: #74b935;
	bottom: 0;
}

.freeShipBadtch {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
	width: 142px;
	z-index: 2;
}

.paypalBanner {
	margin: 10px 0;
}

.giftCardsBox.bottom_giftcard {
    width: 100%;
}
.giftCardsBox .bottom_giftcard {
    position: relative;
    width: 43%;
}

.bottom_giftcard .card {
    background-color: transparent;
    margin-bottom: 3rem;
    padding: 0 0;
}



.bottom_giftcard .giftCardsImg img {
    position: relative;
    z-index: 9;
    right: -180px;
    top: 10px;
    width: 75%;
}

.bottom_giftcard .giftCardsDetails {
    background: #f8d64c;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 250px;
    padding: 20px 25px 25px 20px;
    /* text-align: left; */
    position: absolute;
    top: 0;
    left: 0;
    width: 52%;
}

.bottom_giftcard .giftTitle {
    font-size: 30px;
    font-weight: 800;
    color: #111111;
    text-align: left;
    border-bottom: 1px solid #fdf2c7;
    padding-bottom: 5px;
    line-height: 30px;
}

.bottom_giftcard .giftCardsDetails p {
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
    padding-right: 125px;
}
.supportBox .bottom_giftcard .giftCardsDetails p {
    width: 55%;
    padding: 0;
    margin: 15px 0;
}
.supportBox .giftCardsBox.bottom_giftcard  .addToBtn {
    margin-left: 8px;
}
.bottom_giftcard .newsletterForm input.addToBtn, .giftCardsDetails .addToBtn, .giftCardSidebar .addToBtn {
    padding: 5px 15px;
    /* background-image: none; */
}


.bottom_giftcard .addToBtn {
    background-color: #fc6e04;
    color: #fff;
    border-radius: 25px;
    font-weight: 800;
    font-size: 15px;
    padding: 5px 31px 5px 15px;
    text-shadow: 0 0px 1px #555;
    box-shadow: 0 1px 6px #d7d7d6;
    display: inline-block;
    min-width: 130px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border: none;
    min-height: initial;
    /* background-image: url(../img/cartico.png); */
    background-repeat: no-repeat;
    background-position: center right 10px;
}



.bottom_giftcard .border {
    border-bottom: 1px solid #fdf2c7;
    padding-top: 15px;
    margin-right: 20px;
}
.supportBox {
    /* padding: 15px 25px 18px; */
    width: 44%;
    margin-right: 10%;
}



/********* End Deal *******/

.productGrid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.productGrid .product,
.page-sidebar+.page-content .productGrid .product {
	width: 100%;
	padding: 0;
}
.productGrid .product {
    margin-bottom: 45px;
	padding-left: 10px;
	width: 20%;
}

.featuredProducts {
    margin-top: 60px;
}

.featuredProducts h3 {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 0 0 0 25px;
	font-size: 30px;
	font-weight: 800;
	color: #3c3c3c;
	margin-bottom: 25px;
}

.prodImg {
	position: relative;
}
.prodImg {
    max-height: 225px;
    min-height: 225px;
}
.prodImg:hover {
	opacity: 0.8;
}

.card-image {
	/*position: relative;*/
}

.productGrid:after,
.productGrid:before {
	display: none;
}

.prodTitle {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #111111;
	margin-top: 15px;
	height: 55px;
	overflow: hidden;
	margin-bottom: 15px;
}

.prodTitle:hover {
	text-decoration: underline !important;
}

span.price {
	font-size: 18px;
	font-weight: 800;
	color: #000000;
}

.addBox {
	display: flex;
	align-items: end;
	margin-top: 10px;
}
.cartLabel {
    align-self: flex-end;
    min-width: 128px;
}

.newsletterSection {
	background-image: url(../img/footernewsBg.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: flex;
	flex-wrap: wrap;
	/*grid-template-columns: 450px 1fr 2.5fr;
	-ms-grid-columns: 450px 1fr 2.5fr;*/
	margin: 30px 0;
}

.supportBox {
	/*background-image: url(../img/supportBg.png);
    background-repeat: no-repeat;*/
	/*padding: 15px 25px 18px;*/
}

.supportBox h4 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	opacity: 0.7;
	line-height: 30px;
}

.supportBox p {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	width: 50%;
	margin: 23px 35px;
	line-height: 15px;
}

.supportBox .addToBtn {
	margin-left: 50px;
}

.guarenteeBox {
	align-self: center;
	width: 18%;
}

.newsletterForm {
	padding: 15px 20px;
	width: 46%;
}

.newsletterForm label {
	font-size: 30px;
	display: block;
	font-weight: 800;
	color: #d2d2d2;
	text-align: right;
}

.newsletterForm input.newsEmail {
	height: 30px;
	border: none;
	width: 100%;
	border-radius: 25px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: 600;
	color: #3c3c3c;
	margin: 20px 0 35px;
}

.newsletterForm input.newsEmail::placeholder {
	font-size: 15px;
	font-weight: 600;
	color: #3c3c3c;
}

.newsletterForm input[type=submit] {
	border: none;
	cursor: pointer;
	margin-left: 45px;
}

.socialFooter {
	text-align: right;
	margin-right: 60px;
	margin-top: -33px;
}

.socialFooter li {
	display: inline-block;
}

.socialFooter li a:hover img {
	opacity: 0.8;
}

.footer {
	background: #111;
	padding: 40px 0 25px;
}

.footerBoxSection {
	background-image: url(../img/footertopBG.png);
	background-position: left top;
	padding: 10px 25px;
	background-repeat: no-repeat;
	display: flex;
	margin-left: -15px;
}

.footerBox h5 {
	font-size: 14px;
	font-weight: 600;
	color: #d2d2d2;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.footerBoxSection .footerBox 
{
	width: 16.6%;
	padding-left: 15px;
}
.footerBox li {
	font-size: 13px;
	font-weight: 300;
	color: #d2d2d2;
	line-height: 20px;
}

.footerBox li a {
	color: #d2d2d2;
}

.footerBox li a:hover {
	text-decoration: underline !important;
}

.bblogo {
	max-width: 95px;
	margin-top: 6px;
}

.copySection {
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
	align-items: center;
}
.copyRight,
.paymentLogos
{
	width: 50%;
}
.copyRight p {
	font-size: 14px;
	color: #eeeeee;
	font-family: 'MyriadProRegular';
	padding-bottom: 0;
}

.developer,
.developer a {
	font-size: 11px;
	font-family: 'MyriadProRegular';
	color: #959595;
}

.paymentLogos {
	text-align: right;
}

.paymentLogos img {
	display: inline-block;
}


.prodBox .price .msrplabel,
.prodBox .waslabel,
.prodBox .price-now-label,
.prodBox .price-label,
.price-section price-section--withoutTax rrp-price--withoutTax {
	display: none;
}

.prodBox .price .msrplabel + .price {
    display: none;
}

.msrplabel, .waslabel, .price-now-label,span.price .price-section {
	display: inline-block;
}

.prodBox {
	padding-bottom: 8px;
}

.categoryPageImage {
	position: relative;
}

.categoryPageImage img {
	width: 100%;
}

.categoryPageDesc p {
	display: inline-block;
	background: rgba(0, 0, 0, .3);
	padding: 25px 30px 25px 75px;
	border-radius: 50px;
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	line-height: 20px;
}

.categoryPageDesc {
	position: absolute;
	left: 0;
	top: 34%;
	right: 0;
}

.categoryMainSection {
	display: flex;
	flex-wrap: wrap;
	/*grid-gap: 50px;*/
}
.categoryMainSection .sidebarmain {
    width: 20%;
}
.categoryProductListing {
    width: 80%;
    padding-left: 50px;
}
.sidebarCategories {
	margin-top: 25px;
}

.sidebarCategories h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fcfdfa;
	background: #151412;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 8px;
	padding: 5px 15px;
}

.sidebarCategories > ul {
    padding: 10px 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    /*border-top-right-radius: 15px;
    border-bottom-right-radius: 80px;*/
}
.sidebarCategories li a {
    padding: 5px 10px;
    display: inline-block;
	font-size: 16px;
	color: #222;
}
.sidebarCategories li a:hover
{
	color: #fe6d03;
}
.sidebarCategories li.hassubmenu {
    position: relative;
    padding-right: 20px;
}
.sidebarCategories li 
{
	 border-bottom: 1px solid #ccc;
}
.sidebarCategories li:last-child
{
	border: none;
}
.sidebarCategories li.hassubmenu:after {
    position: absolute;
    content: '\f107';
    font-family: fontawesome;
    right: 5px;
    top: 10px;
    font-size: 18px;
    color: #84c441;
    line-height: 15px;
}
li.hassubmenu.activeSidebar > a
{
	color: #fe6d03;
}
.sidebarCategories > ul.navPage-subMenu-list {
    margin-left: 20px;
}
.sidebarCategories ul.navPage-subMenu-list ul
{
	margin-left: 0;
}
.sidebarCategories ul.navPage-subMenu-list li a {
    padding-left: 0;
    padding-right: 0;
    text-transform: capitalize;
}



.dealOfTheDaySidebar {
	background: #84c441;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 65px;
	text-align: center;
}

.dealOfTheDaySidebar h4 {
	font-size: 22px;
	color: #111111;
	font-weight: 900;
	border-bottom: 1px solid #c2e2a0;
	padding: 15px;
	text-align: center;
}

.dealOfProdImg img {
	border: 5px solid #fff;
	max-width: 60%;
	margin: 20px auto;
}

.dealOfProdTitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #111111;
	text-align: center;
	display: block;
	padding: 0 15px;
}

.dealOfProdPrice {
	text-align: center;
	font-size: 18px;
	color: #111111;
	font-family: 'MyriadProRegular';
}

.dealOfProdPrice span {
	font-size: 13px;
	display: block;
	color: #111111;
}

.dealOfProdPrice {
	margin-bottom: 15px;
	margin-top: 10px;
}

.dealOfTheDaySidebar .addToBtn {
	margin-left: 52px;
	margin-bottom: 25px;
}

.giftCardSidebar {
	margin-top: -30px;
}

.giftCardSidebar .freeshipIcon {
	max-width: 110px;
	position: relative;
	z-index: 1;
}

.giftCardSidebarBox {
	margin-top: -30px;
	position: relative;
	text-align: center;
}

.giftCardSidebarBox .addToBtn {
	position: absolute;
	max-width: 100px;
	margin: 0 auto;
	bottom: 10px;
	left: 0;
	right: 0;
	border: none;
}

.guaranteeSidebar {
	margin: 25px auto 0;
	display: block;
}

.subcategories-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	align-items: center;
}
.subcategories-grid .subcategories-grid-item
{
	padding-left: 15px;
	width: 33.33%;
	margin-bottom: 15px;

}
.subcategories-grid .subcategories-grid-item .subImgBox {
	border: 1px solid #dddddd;
	min-height: 190px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.subcategories-grid .subcategories-grid-item .subImgBox img {
	margin: 0 auto;
	max-height: 190px;
}

.subcategories-name {
	background: #fe6d03;
	display: block;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	color: #fff;
	padding-left: 8px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

li.subcategories-grid-item:hover {
    opacity: 0.8;
}

ul.breadcrumbs {
	text-align: left;
}

ul.breadcrumbs li,
ul.breadcrumbs li a {
	font-size: 12px;
	color: #3c3c3c;
}

.page-heading {
	font-size: 22px;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sorterAndPager {
	display: flex;
	margin-bottom: 15px;
}
.sorterAndPager .actionBar,
.sorterAndPager .pagination
{
	width: 50%;
}
.sorterAndPager .actionBar,
.sorterAndPager .actionBar .form-field {
	margin: 0;
}

.actionBar-section .form-field {
	border: none;
}

.sorterAndPager .pagination ul.pagination-list {
	text-align: right;
}

select#sort {
	border: 1px solid #dddddd;
	border-radius: 0;
	min-width: 300px;
	padding-left: 10px;
}

.actionBar-section .form-label,
select#sort {
	color: #000000;
	font-size: 14px;
}

.categoryProdLists .productGrid .product
{
	width: 25%;
}
.pagination ul.pagination-list li {
	font-size: 14px;
	border: none;
	margin: 0;
	color: #84c441;
}

.pagination li.pagination-item.pagination-item--current a {
	color: #84c441;
}

.pagination ul.pagination-list li:hover a {
	color: #84c441;
}

.body.pagecatalog {
	margin-top: 0;
}

.productView-image {
	border: 1px solid #e0e0e0;
}

.productView-title {
	font-size: 30px;
	font-weight: 700;
	color: #3c3c3c;
	margin: 0 0 20px 0;
	line-height: 30px;
	border-bottom: 1px solid #84c441;
	padding-bottom: 25px;
	box-shadow: 0px 3px 0px #f5f5f5;
}
.productView-price .price-section {
    display: flex;
    align-items: center;
    margin: 5px 0 25px;
}
.productView-price .price,
dl.productView-info dd {
	font-size: 20px;
	font-weight: normal;
	color: #222222;
}

dt.productView-info-name,
.productView-price .price-label {
	font-size: 16px;
	font-weight: 700;
	color: #222222;
	min-width: 100px;
}

dl.productView-info dt,
dl.productView-info dd,
.productView-price .price-label {
	display: inline-block;
}

.productView-info>:first-child {
	margin-top: 0;
}

.icon--ratingFull svg {
	fill: #e6b570;
}

.productView-product {
	border: none;
}

.cartForm label.form-label.form-label--alternate {
	/*display: none;*/
}
label.qtyLabel {
    display: none;
}

.cartForm .form-action,
.cartForm .form-field.form-field--increments {
	display: inline-block;
}

.productView-rating {
	margin-bottom: 1rem;
}

.cartForm .form-field.form-field--increments {
	min-width: 100px;
}

.cartForm .form-field.form-field--increments .form-increment {
	border-radius: 25px;
	border: 1px solid #cccccc;
	display: inline-block;
}

.cartForm button.button.button--icon {
	border: none;
	padding: 0;
}

.cartForm .form-input {
	min-height: 35px;
	font-size: 15px;
	color: #222222;
}

.button--primary {
	background-color: #fc6e04;
	border: none;
	font-size: 18px;
	font-weight: 900;
	font-family: 'Open Sans', sans-serif;
	border-radius: 30px;
	display: grid;
	display: -ms-grid;
}

form.form.form-wishlist.form-action {
	display: block;
	text-align: center;
	max-width: 77%;
}

form.form.form-wishlist.form-action a.button.dropdown-menu-button {
	border: none;
	display: inline-block;
	width: auto;
	color: #2771eb;
}

.productView-product {
	border-bottom: 1px solid #84c441;
	box-shadow: 0px 3px 0px #f5f5f5;
}

.productView-rating {
	margin-bottom: 2rem;
}

.cartForm>form:first-child {
	margin: 0;
}

.productView-details .productView-product,
.cartForm .form-field.form-field--increments {
	padding-bottom: 0;
}


/*.productView-description ul li.is-active*/

ul.tabs {
	padding-bottom: 5px;
}

ul.tabs li.tab {
	border: 1px solid #ddd !important;
	border-radius: 20px;
	margin: 0;
	background: #ddd;
}

ul.tabs li.is-active {
	background: #fff;
}

ul.tabs li.tab .tab-title {
	color: #3c3c3c !important;
	padding: 5px 45px;
	font-weight: 900;
	font-size: 22px;
}

ul.tabs li:nth-child(2) {
	margin: 0 15px;
}

.productView-infoLinks {
	display: block;
}

.productView-infoLinks {
	list-style-type: none;
}

.productView-infoLinks li {
	display: inline-block;
	color: #2771eb;
	margin-right: 60px;
}

.productView-infoLinks li:nth-child(2) {
	margin-right: 0;
}

.productView-infoLinks li a {
	color: #2771eb;
	text-decoration: underline !important;
}

.productView-infoLinks img {
	width: 24px;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

thead.cart-header th {
	background: #84c441;
	color: #fff;
	padding: 15px 5px;
	text-transform: uppercase;
}

.cart-total-label,
.cart-total-value button,
.cart-total-value span {
	color: #000;
}

.dealAndCards.productDetailPage {
	margin-bottom: 60px;
}

.productDetailPage .giftCardsBox {
	position: relative;
	margin-left: -150px;
	width: 59%;
}

.productView-thumbnail {
	text-align: unset;
}

.productView-thumbnail-link {
	height: 100px;
	max-width: 100px;
}

.productView-thumbnails img {
	width: 70px;
}

.mobView,
.featuredProducts .page-heading {
	display: none;
}

.mobLink {
	font-size: 14px;
	font-weight: 900;
	color: #fff;
}

.burgerMenu {
	font-size: 22px;
	color: #fff;
}

.headerTop .burgerMenu {
	display: inline-block;
	margin-right: 10px;
}

.headLeft {
	display: flex;
	align-items: center;
}
.menuHasChildren.Optics ul {
    column-count: 1;
    min-width: 380px;
}
.menuHasChildren.Water.Gardening ul.megaMenuList {
    column-count: 3;
}

dl.productView-info dt, dl.productView-info dd {
    float: left;
    margin: 0 0 20px 0;
    line-height: 20px;
}
dl.productView-info {
    margin-top: -10px;
}
.body
{
	margin-bottom: 3rem;
}

div#tab-description {
    max-height: 350px;
    overflow-y: scroll;
}
div#tab-description p span {
    font-size: 15px !important;
}
div#tab-description::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

div#tab-description::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

div#tab-description::-webkit-scrollbar-thumb
{
	background-color: #fc6e04;
}
section.heroCarousel img:hover {
    opacity: 0.9;
}
/************************************************/


/*******************Mega Menu********************/

.mainMenu {
	position: relative;
}

.mainMenu .menuHasChildren .megaMenuBox {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #fff;
	/*grid-template-columns: 170px 1fr auto;
	-ms-grid-columns: 170px 1fr auto;*/
	display: none;
	min-height: 300px;
}

.mainMenu .menuHasChildren:hover .megaMenuBox {
	display: flex;
}

.megaMenuBox .megaMenuTitle {
	background: #111;
	color: #fff;
	position: relative;
	width: 12.8%;
}

.megaMenuBox .megaMenuTitle .menuTitle {
	transform: rotate(-90deg);
	transform-origin: left;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	font-size: 40px;
	min-width: 200px;
	line-height: 1;
	font-family: 'ranchoregular', 'Open Sans', sans-serif;
}

.megaMenuBox .megaMenuList {
	column-count: 2;
	padding: 25px 15px;
    margin: 0;
    width: 56%;
}
.megaMenuImage {
    width: 31.2%;
}
.megaMenuImage img
{
	width: 100%;
}
.megaMenuBox .megaMenuList li {
	display: block;
	text-align: left;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	break-inside: avoid;
	margin-bottom: 8px;
}

.megaMenuBox .megaMenuList li a {
	color: #111;
}

h1.logo {
	padding: 0;
}
.categoryPageImage img {
    /*height: 300px;*/
    width: 100%;
/*    object-fit: cover;
    object-position: top;*/
}
.priceAndGift {
    display: flex;
    position: relative;
}
.priceDetail {
    /*min-width: 50%;*/
}
.giftImagesBox {
/*    position: absolute;
    right: 0;
    max-width: 47%;*/
}

.productView-thumbnail
{
	width: 25%;
	margin-bottom: 7px;
}
.productView-thumbnail-link {
    height: 140px;
    max-width: 140px;
}
.productView-thumbnails img {
    width: 90%;
}

.search-suggestion .suggestion-title {
    line-height: 18px;
    padding-bottom: 0px;
}
.search-suggestion {
    margin-bottom: 8px;
}
.search-suggestion a {
    font-size: 12px;
}
.panel-body.searchPanel {
    padding-top: 8px;
    padding-bottom: 8px;
}
.searchnav .navBar--sub {
    margin-bottom: 1.5rem;
}
.productView-img-container
{
	margin: initial !important;
}
.productCarousel-slide .addBox img
{
    max-width: 63px;
}
.featuredProducts.produDetailRelated .productCarousel-slide
{
	width: 20% !important;
}

.productView-product {
    display: flex;
    flex-direction: column;
}
.productView-title
{
    order: -5;
}
.productView-brand
{
    order: -4;
}
#afffirm-promo-box {
    order: -3;
    height: auto !important;
    margin-bottom: 10px;
    font-weight: 700;
}
#afffirm-promo-box p {
    font-size: 18px;
    border: 1px solid;
    padding: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    width: 89%;
}
p.affirm-as-low-as:empty {
    display: none;
}
.affirm-modal-trigger {
    border-bottom: 1px solid;
}
/************************************************/


/************** Media Queries *****************/

@media only screena and (min-width: 1200px) {
	.featuredProducts .slick-list .slick-track {
		width: 100% !important;
	}
	.featuredProducts .slick-list .slick-track .productCarousel-slide {
		width: 20% !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	.container {
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	.container {
		width: 970px;
	}
	.headerMid {
		grid-template-columns: 275px 1fr;
		-ms-grid-columns: 275px 1fr;
		background-size: 100% 100%;
	}
	.headerMidRight {
		padding: 10px 60px 0;
	}
	.headerMidContact {
		margin-top: 5px;
	}
	h1.logo.header-logo--center {
		padding-bottom: 0;
		max-width: 290px;
	}
	.headerShipBox h2,
	.headerContactNumb a {
		font-size: 12px;
	}
	.headerShipBox p,
	.headerShipBox p a,
	.headerContactNumb p {
		font-size: 9px;
	}
	.mainMenu ul li {
		font-size: 13px;
		padding: 15px 10px;
	}
	.dealProdBox {
		grid-template-columns: 225px 1fr;
		-ms-grid-columns: 225px 1fr;
		padding: 10px 20px;
		background-size: 100% 100%;
	}
	.dealTitle {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.dealProdTitle {
		font-size: 10px;
		margin-bottom: 10px;
	}
	.dealProdPrice {
		font-size: 12px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.dealProdBox .dealProdPrice span,
	.dealProdBox .youSave {
		font-size: 12px;
	}
	.addToBtn {
		font-size: 12px;
		padding: 5px 10px;
	}
	.dealProdBoxRight img {
		width: 165px;
	}
	.giftCardsImg img {
		left: -10px;
		top: 55px;
		width: 60%;
	}
	.giftTitle {
		font-size: 20px;
	}
	.giftCardsDetails p {
		font-size: 10px;
		padding-left: 100px;
	}
	.freeShipBadtch {
		width: 100px;
	}
	.prodTitle {
		font-size: 12px;
	}
	span.price {
		font-size: 12px;
	}
	.newsletterSection {
		grid-template-columns: 345px 1fr 2fr;
		-ms-grid-columns: 345px 1fr 2fr;
		background-size: 100% 100%;
	}
	.supportBox {
		padding: 10px 25px 10px;
		background-size: 100%;
	}
	.newsletterForm label,
	.supportBox h4 {
		font-size: 18px;
	}
	.supportBox p {
		font-size: 12px;
		margin: 10px 25px;
	}
	.supportBox .addToBtn {
		margin-left: 30px;
	}
	.socialFooter {
		margin-right: 30px;
	}
	.socialFooter li {
		width: 30px;
	}
	.productGrid .product
	{
		width: 25%;
	}
}

@media only screen and (max-width: 991px) {
	.container {
		width: 750px;
	}
	.headerMidRight {
		padding: 5px 35px 0;
		margin-left: 50px;
	}
	h1.logo.header-logo--center
	{
		max-width: 225px;
	}
	.headerSearch form {
		padding: 3px;
	}
	.headerSearch form .searchText {
		padding-left: 15px;
		font-size: 10px;
		font-weight: 500;
	}
	.headerSearch form .searchBtn {
		background-size: contain;
	}
	.headerSearch form input {
		height: 13px;
	}
	.headerMidContact {
		grid-gap: 15px;
	}
	.headerShipBox h2,
	.headerContactNumb a {
		font-size: 11px;
	}
	.headerShipBox p {
		padding-left: 5px;
	}
	.mainMenu ul li {
		font-size: 10px;
		padding: 5px 5px;
	}
	.dealProdBoxLeft
	{
		width: 170px;
	}
	.dealProdBox {
		padding: 5px;
	}
	.dealTitle,
	.giftTitle {
		font-size: 14px;
		padding-bottom: 0;
	}
	.dealProdTitle,
	.dealProdPrice {
		padding: 0 10px 0 0;
	}
	.dealProdPrice {
		padding-right: 20px;
		margin-right: 0;
	}
	.dealProdBoxLeft a.addToBtn {
		margin-right: 10px;
	}
	.dealProdBoxRight img {
		/*width: 160px;*/
		width: 100%;
	}
	.giftCardsDetails {
		padding: 5px 15px 5px 0;
	}
	.giftCardsDetails p {
		font-size: 10px;
		padding-left: 70px;
	}
	.addToBtn {
		font-size: 10px;
		padding: 5px 5px;
		min-width: 100px;
	}
	.freeShipBadtch {
		width: 75px;
		left: -25px;
	}
	.featuredProducts h3 {
		margin-bottom: 15px;
		padding: 0 0 0 15px;
		font-size: 20px;
	}
	.productGrid .product
	{
		width: 25%;
	}
	h2 {
		font-size: 20px;
	}
	.page-heading {
		margin: 0 0 1.5rem;
	}
	.addBox {
		grid-template-columns: auto;
		-ms-grid-columns: auto;
	}
	.cartLabel {
		order: 2;
		text-align: center;
	}
	.addBox img {
		max-width: 50%;
		margin: 0 auto;
	}
	.prodTitle {
		font-size: 11px;
		margin-top: 5px;
		height: 35px;
		margin-bottom: 5px;
	}
	.newsletterSection {
		grid-template-columns: 275px 0.7fr 3fr;
		-ms-grid-columns: 275px 0.7fr 3fr;
		grid-gap: 5px;
	}
	.newsletterForm label,
	.supportBox h4 {
		font-size: 14px;
	}
	.supportBox {
		padding: 5px 15px;
	}
	.supportBox p {
		font-size: 10px;
		margin: 5px 20px 5px 10px;
	}
	.newsletterForm {
		padding: 10px 15px 10px 60px;
	}
	.newsletterForm input.newsEmail {
		margin: 10px 0 25px;
		padding: 10px 15px;
		font-size: 10px;
		height: 25px;
	}
	.newsletterForm input[type=submit] {
		margin-left: 0;
	}
}

@media only screen and (max-width: 800px) {
	.container {
		width: auto;
		/*padding: 0 15px;*/
	}
	.deskview,
	.dealAndCards:after {
		display: none;
	}
	.mobView {
		display: inline-block;
	}
	.header {
		position: relative;
	}
	.headerMid {
		display: block;
		background: #111111;
		padding-bottom: 20px;
	}
	img.header-logo-image-unknown-size {
		max-height: unset;
		margin: auto;
	}
	.headerTop ul {
		float: right;
		text-align: right;
		margin-top: 5px;
	}
	.headerTop .headCheck,
	.headerTop li label {
		display: none;
	}
	.headerTop {
		border-bottom: 1px solid #84c441;
		padding: 5px 15px;
		margin: 0;
		text-align: left;
	}
	.headerTop li {
		border: none;
		padding: 0 5px;
	}
	.headerMid .logo {
		max-width: 310px;
		margin: 15px auto 20px;
	}
	.headerMidRight {
		padding: 0;
		margin: 0;
	}
	.headerSearch,
	.headerContactNumb {
		display: none;
	}
	.headerMidContact {
		margin: 0;
		display: block;
		text-align: center;
	}
	.headerShipBox h2 {
		font-size: 20px;
	}
	.headerShipBox p,
	.headerShipBox p a {
		padding: 0;
		font-size: 14px;
		color: #fff;
	}
	.mainMenu {
		display: none;
	}
	.mainMenu ul {
		border-top: 1px solid #fff;
		margin-top: 15px;
		padding-top: 5px;
	}
	.mainMenu ul li {
		font-size: 14px;
		padding: 5px 5px;
		display: block;
		border-bottom: 1px solid;
	}
	.dealBox.dealBoxHome {
		display: block;
	}
	.dealAndCards {
		margin-top: 0;
	}
	.dealProdBox {
		background: #84c441;
		width: 100%;
		padding-bottom: 40px;
	}
	.dealProdBoxLeft
	{
		width: 65%;
	}
	.dealProdPrice
	{
		padding-right: 0;
	}
	.dealProdBoxRight {
	    margin-top: 41px;
	    width: 35%;
	}
	.mobslider {
		margin-top: -21px;
	}
	.dealTitle {
		font-size: 20px;
		line-height: 20px;
	}
	h1.logo {
		padding: 0;
	}
	.dealProdTitle {
		font-size: 14px;
	}
	.addToBtn {
		font-size: 14px;
	}
	.dealProdPrice,
	.dealProdPrice span {
		font-size: 18px !important;
	}
	.productGrid {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 1fr;
		grid-gap: 5px;
		margin: 0;
	}
	.prodTitle {
		font-size: 14px;
		height: 55px;
		line-height: 17px;
	}
	span.price {
		font-size: 18px;
	}
	.productGrid .product,
	.categoryProdLists .productGrid .product,
	.subcategories-grid .subcategories-grid-item
	{
		 width: 49%;
    border: 1px solid #f7f7f7;
	}
	.addBox {
		flex-wrap: wrap;
	}
	.addBox img
	{
		width: 40%;
	}
	.cartLabel
	{
		width: 55%;
    	min-width: auto;
	}
	.body {
		margin-bottom: 3rem;
	}
	.addBox img {
		order: 2;
		max-width: 100%;
	}
	.newsletterSection {
		background-size: 270% 160px;
		background-position: bottom right 25%;
	}
	.supportBox {
		grid-column: 1/-1;
		margin-bottom: 35px;
		max-width: 100%;
		width: 100%;
	}
	.newsletterForm
	{
		width: 80%;
		margin-left: auto;
		/*width: 100%;*/
		padding: 0;
	}
	.supportBox img {
		margin: 0 auto;
	}
	.supportBox h4 {
		font-size: 30px;
	}
	.newsletterForm label {
		font-size: 18px;
	}
	.supportBox p {
		font-size: 14px;
		margin: 20px 40px;
	}
	.supportBox .addToBtn {
		margin-left: 50px;
	}
	.supportBox .addToBtn {
		font-size: 18px;
		min-width: 130px;
		margin-bottom: 5px;
	}
	.newsletterForm {
		/*padding: 15px;*/
	}
	.footerBoxSection {
		display: block;
	}
	.footerBox {
		padding-left: 45px;
		margin-bottom: 25px;
		width: 100%;
	}
	.copySection,
	.categoryMainSection {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
	}
	.copyRight,
	.paymentLogos,
	.footerBoxSection .footerBox,
	.categoryMainSection .sidebarmain,
	.categoryProductListing
	{
		width: 100%;
	}
	.categoryProductListing
	{
		padding: 0;
	}
	.copyRight {
		order: 2;
		text-align: center;
	}
	.copyRight p span {
		display: block;
		margin-bottom: 8px;
	}
	.paymentLogos {
		text-align: center;
		background: #131313;
		padding: 20px 0;
		margin-bottom: 25px;
	}
	.giftCardsImg {
		display: none;
	}
	.giftCardsBox {
		position: relative;
		margin-right: 15px;
		width: 100%;
	}
	.giftCardsDetails {
		padding: 0;
		background: none;
		width: 100%;
		position: relative;
	}
	.giftCardsDetails .mobView {
		display: block;
	}
	.giftCardsDetails img {
		width: 100%;
	}
	.dealBoxHome .mobView {
		position: relative;
	}
	.freeShipBadtch {
		width: 142px;
		left: 0;
		bottom: -50px;
		z-index: 9;
	}
	.page-heading,
	form.form.forgot-password-form,
	.page-heading
	{
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.account-body
	{
		margin: 0 15px;
	}
	.mobslider img,
	.mobslider {
		width: 100%;
	}
	.categoryPageDesc {
		top: 65%;
	}
	.categoryPageDesc p {
		font-size: 28px;
		line-height: 28px;
		padding: 15px;
	}
	.support img {
		margin: 0 auto;
	}
	.giftCardSidebarBox img {
		width: 100%;
	}
	.subcategories-grid,
	.categoryProdLists ul.productGrid {
		grid-template-columns: 1fr 1fr;
		-ms-grid-columns: 1fr 1fr;
	}
	.subcategories-name {
		font-size: 14px;
		min-height: 45px;
	}
	.sorterAndPager {
		grid-template-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-gap: 15px;
		text-align: left;
	}
	.prodTitle {
		height: 65px;
	}
	.produDetailRelated {
		padding: 0 15px;
	}
	.produDetailRelated .slick-prev {
		left: 0;
	}
	.produDetailRelated .slick-next {
		right: 0;
	}
	.productView {
		margin: 0;
	}
	.productView-description {
	    margin-bottom: 25px;
	}
	.page
	{
		margin: 0;
	}
	.featuredProducts h3
	{
		font-size: 30px;
	}
	.paypalBannerMob {
	    display: block;
	}
	.paypalBannerMob img
	{
		width: 100%;
	}
	.productDetailPage .giftCardsBox
	{
		margin: 5px 0;
	}
	.mainMenu .menuHasChildren:hover .megaMenuBox
	{
	    display: none;
	}
	.cartLabel .addToBtn
	{
	    font-size: 10px;
	    padding: 3px 25px 3px 8px;
	}
	.prodImg {
        max-height: 170px;
        min-height: 170px;
    }
    .header-logo-image-unknown-size
    {
    	max-height: auto;
    }
	.addBox {
        grid-template-columns: 1fr 55px;
	}
	.subcategories-grid, .categoryProdLists ul.productGrid {
        padding: 0 10px;
    }
    .featuredProducts.produDetailRelated .productCarousel-slide
    {
    	width: auto;
    }
    .newArrivalHome .dealProdBox {
	    border-radius: 0;
	    margin-top: 5px;
	}
    .newArrivalHome .dealProdBoxRight img {
       width: 100%;
    }
    .newArrivalHome .dealProdBox .dealProdBoxLeft
    {
    	width: 65%;
    }
    .newArrivalHome .dealProdBoxRight img {
	    width: 100%;
	    max-width: 100%;
	    max-height: 155px;
	    min-width: 100%;
	    min-height: auto;
	}
	.newArrivalTitle {
	    margin-top: -32px;
	    margin-bottom: 15px;
	}
	.bottom_giftcard .giftCardsDetails {
	    position: relative;
	    border-radius: 0;
	    width: 100%;
	}
	.newsletterSection .supportBox {
	    margin: 0;
	    padding: 0;
	    margin-bottom: 15px;
	}
	.newsletterForm input.newsEmail
	{
		padding-top: 0;
		padding-bottom: 0;
		height: 30px;
	}
	.newsletterForm input.newsEmail::placeholder {
	    font-size: 12px;
	    line-height: 10px;
	}

}
