@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
  url('fonts/MyriadPro-Regular.otf')  format('opentype'),
         url('fonts/MyriadPro-Regular.woff') format('woff'), 
         url('fonts/MyriadPro-Regular.ttf')  format('truetype'), 
         url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Bold';
  src:url('fonts/MyriadPro-Bold.woff') format('woff'),
        url('fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/MyriadPro-Bold.eot'),
        url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MyriadPro-Bold.otf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}
/*
* loader-ellips
------------------------- */



.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

body #zonos.top
{
    top: 200px !important;
}

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,input, select, dt, dd,button {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: none !important;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
a:focus,a:visited,input:focus,button:focus
{
    outline: none;
}

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: 16px;
    line-height: 20px;
    color: #000000;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
body {
    font-family: 'Roboto', sans-serif;
}
*, *::before, *::after
{
    box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/*********************************************/
.container
{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.headerTop {
    background: #3c3c3c;
    text-align: center;
    position: relative;
    padding: 9px 0;
}
ul.topListPromo {
    display: flex;
    justify-content: center;
}
ul.topListPromo li {
    font-size: 18px;
    color: #b2b2b2;
    text-transform: uppercase;    
    display: flex;
    align-items: center;
    padding: 0 30px;
}
ul.topListPromo li span
{
  /*font-family: 'MyriadPro-Bold';*/
  padding: 0 5px;
}
.signuplinks {
    position: absolute;
    top: 0px;
    right: 20px;
}
.signuplinks ul
{
    display: flex;
}
.signuplinks ul li a
{
    font-size: 14px;
    color: #fefefe;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid;
    display: inline-block;
    line-height: 10px;
}
.signuplinks ul li:first-child a
{
    margin-left: 0;
    padding-left: 0;
    border:none;
}
.headerMiddle {
    background: #07002D;
    padding: 10px 0;
}
.headerMiddleSection {
    display: flex;
    flex-wrap: wrap;
}

.logo {
    margin-top: -25px;
    position: relative;
    margin-bottom: -75px;
    width: 13%;
}

.headerMenu {
    display: flex;
    flex-wrap: wrap;
    width: 87%;
    height: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-left: -20px;
}
.mainMenu {
    margin-top: 55px;
    margin-right: 20px;
}
.mainMenu ul li {
    display: inline-block;
    position: relative;
}
.mainMenu > ul > li:before {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f9941e;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.mainMenu > ul > li:hover:before
{
    display: block;
}
.mainMenu ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}
.mainMenu ul li a:hover
{
    color: #f9941e;
}
.headerSearch
{
    flex: auto;
}
.headerSearchForm form {
    max-width: 560px;
    width: 100%;
    background: #fff;
    display: flex;
    padding: 0 20px;
    box-shadow: 0 3px 3px inset #d9d9d9;
    border-radius: 10px;
}
.headerSearchForm form input
{
    background-color: transparent;
    width: 95%;
    outline: none;
}
.headerSearchForm form input[type="submit"] {
    width: 20px;
    height: 50px;
    background-image: url('../img/hearchico.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    cursor: pointer;
}
.headerSearchTop li.callHead a {
    font-size: 18px;
    color: #fff;
}
.headerSearchTop li a
{
    color: #fff;
    font-size: 14px;
}
.headerSearchTop li a:hover
{
    color: #f9941e;
}
.headerSearchTop ul {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}
.headerSearchTop ul li.cartHead {
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 11px;
}
.headerSearchTop ul li.callHead {
    margin-right: 40px;
}
.headerSearchTop {
    margin-bottom: 18px;
    position: relative;
}
.headerSearchForm {
    display: flex;
    margin-left: 15px;
}
.headerSearchForm form {
    margin-right: 55px;
}
img.shopperapproved {
    margin-left: auto;
}
a.shopperlink.shopperapproved {
    width: 105px !important;
    display: inline-table;
}
.headerShippingPromo {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.headerShippingPromo ul {
    display: flex;
    justify-content: center;
}
.headerShippingPromo ul li {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
}
.headerShippingPromo a
{
    color: #fff;
}
.headerShippingPromo ul li b {
    margin-right: 8px;
}
.headerShippingPromo ul li img {
    margin-right: 15px;
}
.heroSlider {
    margin-top: -2.5rem;
}
.heroSlider img {
    width: 100%;
}
.heroCarousel {
    opacity: 1;
}
.heroCarousel.slick-initialized {
    max-height: max-content;
}
.heroCarousel-slide .heroCarousel-image
{
    object-fit: cover;
}
.signupVideo {
    padding: 25px;
    background: #3c3c3c;
}
.signupVideo ul {
    display: flex;
    flex-wrap: wrap;
}
.signupVideo ul li.signupForm {
    width: 38%;
}
li.youvideo {
    /*width: 62%;*/
    flex: auto;
    width: auto;
}
.signupVideo ul li img
{
    width: 100%;
}
.categoriesHome {
    padding: 60px 0;
    background: #07002D;
}
.categoriesHome ul {
    display: flex;
    flex-wrap: wrap;
}
.categoriesHome ul li {
    width: 25%;
    padding: 20px 25px;
}
.categoriesHome ul li img {
    width: 100%;
}
.categoriesHome ul li img:hover {
    transform: scale(1.02);
}
.featuredProducts h3 {
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    color: #3c3c3c;
    margin-bottom: 40px;
    font-weight: 700;
}
.featuredProducts {
    padding: 35px 0 0;
}
ul.productGrid {
    display: flex;
    flex-wrap: wrap;
}
ul.productGrid li {
    width: 16.6666%;
    padding-left: 25px;
    margin-bottom: 30px;
}
.featuredProducts .productBox
{
    /*border: 1px solid #dddddd;*/
}
.productBox {
    /*border: 1px solid #fff;*/
    max-width: 220px;
    margin: auto;
    border-radius: 5px;
    padding: 20px 8px;
    text-align: center;
}
.productBox:hover 
{
    border-color: #000239;
}

.productBoxImg {
    margin-bottom: 25px;
    max-height: 200px;
    box-shadow: 0px 40px 15px -40px #b4b4b4;
    position: relative;
}
.productBoxImg img {
    margin: auto;
    max-height: 200px;
}
.productBox .prodTitle {
    font-size: 13px;
    text-align: center;
    color: #000000;
    display: block;
        line-height: 15px;
    height: 45px;
    overflow: hidden;
}
.productBox .prodPrice
{
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-top: 5px;
/*     height: 40px; */
	min-height: 40px;
}
.productBox .price-section {
    display: inline-block;
}
.productBox lable.msrpLab {
    display: none;
}
a.btnCart {
    background: #363636;
    font-size: 13px;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    padding: 8px 0;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 15px;
}
a.btnCart:hover
{
    background: #888;
    color: #fff;
}
.productBox .card
{
    margin-bottom: 0;
}
.newsletter {
    background: #f9b234;
}
.newsletterForm {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.newsletterForm h4 {
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding: 0;
    margin-right: 30px;
}
input.textfield {
    width: 250px;
    height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 0px inset #9a9a9a;
    margin-right: 20px;outline: none;
}
input.formSubmitBtn {
    width: 90px;
    height: 30px;
    background: #221939;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
}
input.formSubmitBtn:hover
{
    background: #888;
}

.footer {
    background: #07002D;
    padding: 35px 0;
}
.footerBoxes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.footerBox {
    width: 16%;
    padding-left: 60px;
}
.footerBox h6 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 15px;
}
.footerBox ul li {
    margin-bottom: 3px;
}
.footerBox ul li a {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
}
.footerBox ul li a:hover
{
    color: #aaaaaa;
}
.copyright {
    background: #000000;
    padding: 8px 0;
}
.copyright ul {
    display: flex;
    align-items: center;
}
.copyright ul li {
    font-size: 13px;
    color: #ffffff;
}
.copyright ul li.socialIcons {
    text-align: right;
    flex: auto;
    display: block;
}
li.socialIcons a {
    font-size: 32px;
    color: #aaaaaa;
    margin-left: 20px;
}
li.socialIcons a:hover
{
    color: #fff;
}
.heroCarousel-slide .heroCarousel-image-wrapper
{
    height: 33.77777vw;
}

ul.subMenu {
    position: absolute;
    width: 250px;
    background: #E6E6E6;
    margin: 0;
    margin-left: -10px;
    border-top: 2px solid #f9941e;
    padding: 8px 0;
    z-index: 999;
    display: none;
}
.mainMenu ul li:hover > ul.subMenu
{
    display: block;
}
ul.subMenu li {
    display: block;
    padding: 3px 10px;
}
ul.subMenu li a {
    font-size: 13px;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #07002D;
}
.body {
    margin-bottom: 3rem;
}
.slick-dotted.slick-slider
{
    margin-bottom: 0;
}
h1.page-heading {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    color: #3c3c3c;
}
h2.sidebarBlock-heading,
button.accordion-navigation .accordion-title
{
    font-size: 18px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 700;
    padding-left: 15px;
}
.sidebarBlock .accordion-content,
.sidebarBlock .categoryBoxSide
{
    border: 1px solid #dddddd;
    padding: 15px;
    border-radius: 5px;
}
.sidebarBlock ul.navList li a,
.sidebarBlock .accordion-content a
{
    font-size: 16px;
    color: #3c3c3c;
}
.page-sidebar
{
    width: 20%;
}
.page-sidebar+.page-content
{
    width: 80%;
}
nav.pageBreadCrumb {
    visibility: hidden;
}
.page-sidebar+.page-content .productGrid .product
{
    width: 20%;
}

.sorterPager {
    display: flex;
    flex-wrap: wrap;
}
.paginationPages,
.sorterPage {
    width: 50%;
}
.paginationPages .pagination-list
{
    text-align: left;
}
.paginationPages .pagination-item--next
{
    float: none;
}
.sorterPage .actionBar
{
    margin: 0;
}
.sorterPage .actionBar-section {
    float: right;
}
.sorterPage .actionBar-section .form-field {
    border: none;
    margin-bottom: 0;
}
.sorterPage select {
    min-width: 240px;
    background-color: #f6f6f7;
    padding: 0 13px !important;
    font-size: 15px;
    color: #222222;
}
.actionBar-section .form-label {
    font-size: 15px;
    color: #222;
}
h1.productView-title {
    font-size: 30px;
    /*text-transform: uppercase;*/
    color: #000000;
    line-height: 30px;
    font-weight: 500;
}
h2.productView-brand {
    font-size: 24px;
    color: #555555;
    padding-left: 20px;
}
.productView-price .price-section {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}
.skuandstock {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0;
    padding: 20px 0 0;
}
.skuandstock li {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.skuandstock label {
    display: block;
    margin-bottom: 5px;,
    font-size: 14px;
    color: #000000;
}
.skuandstock li:last-child
{
    margin-bottom: 0;
}

.productView-info-bulkPricing ul li {
    background: #eeeeee;
    margin-bottom: 5px;
    font-size: 14px;
    padding: 5px 15px;
}
.productView-product
{
    border-bottom: none;
    padding-bottom: 0;
}
.productView-options .form-label--alternate,
.productView-info-bulkPricing dt,
.skuandstock label
{
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
    margin-right: 15px;
    float: none;
    font-weight: 700;
}
.productView-options .form-field.form-field--increments {
    display: flex;
    align-items: center;
}
.productView-options .form-increment {
    display: flex;
    width: 80px;
    border: 1px solid #ddd;
    margin-left
}
.productView-options .form-input--incrementTotal {
    width: 50px;
    border-right: 1px solid #ddd;
    border-radius: 0;
    color: #000;
}
.productView-options .incrementDecrement {
    width: 30px;
}
.productView-options .incrementDecrement button {
    border: none;
    outline: none;
}
.productView-options .incrementDecrement button:first-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.productView-options .form-action
{
    display: block;
}
.productView-options .form-action input#form-action-addToCart {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 60px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
a.button.dropdown-menu-button {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 20px 0;
    border-radius: 15px;
    border: 2px solid #363636;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #363636;
}
.tab {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 10px;
}
a.tab-title {
    font-size: 18px;
    color: #222222;
    text-transform: uppercase;
}
.productView {
    border-bottom: 1px solid #d7d7d9;
}
section.productView-images {
    display: flex;
    flex-wrap: wrap;
}
section.productView-images ul.productView-thumbnails {
    width: 22%;
    height: 100%;
    padding: 30px 0;
}
section.productView-images figure.productView-image {
    flex: auto;
}
.productView-thumbnails .slick-prev {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    padding: 0;
    background: none;
    border: none;
}
.productView-thumbnails .slick-next {
    position: absolute;
    top: 93%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
    padding: 0;
    background: none;
    border: none;
    outline: none;
}
.productView-thumbnails .slick-list
{
    margin: 0;
}
.productView-thumbnail-link
{
    height: 130px;
    max-width: 140px;
    border:none;
}
.productView-thumbnails img
{
    width: 100%;
}
.button.button--primary {
    font-weight: 700;
    text-transform: uppercase;
}
thead.cart-header th {
    background: #3c3c3c;
    padding: 15px 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.heroCarousel
{
    margin-bottom: 0;
}
.timingOfc {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    text-align: center;
}
.timingOfc img
{
    display: inline-block;
}
.navList-action--checkbox:after, .navList-action--checkbox:before {
    top: 14px;
    background: #ddd;
    border: none;
}

.navList-action--checkbox.oneDayShip {
    background-image: url(../img/freenextdelivery.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 23px top;
    color: transparent !important;
    font-size: 15px !important;
    margin-bottom: 12px;
    height: 38px;
}
.navList-action--checkbox.twoDayShip {
    background-image: url(../img/free2day.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 23px top;
    color: transparent !important;
    font-size: 15px !important;
    height: 38px;
    margin-bottom: 12px;
}
.navList-action--checkbox.threeDayShip {
    background-image: url(../img/freefast.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left 23px top;
    color: transparent !important;
    font-size: 15px !important;
    height: 38px;
    margin-bottom: 12px;
}
.ccut-row-img img {
    margin: 0 !important; 
}
.productView {
    margin-bottom: 35px;
}
.smile-launcher-frame-container.smile-launcher-border-radius-circular {
    margin-bottom: 50px;
    margin-left: -15px;
}

li.signupForm form.login-form.form {
    margin: 0;
    background: #fff;
    width: 100%;
    padding: 35px;
    height: 100%;
}
li.signupForm form.login-form.form h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000;
}
li.signupForm form.login-form.form input {
    border: 1px solid #ddd;
    min-height: 50px;
}
li.signupForm form.login-form.form input.button.button--primary {
    background: #F9941E;
    border: none;
    height: auto;
    width: 60%;
}

.productView-description ul {
    margin-left: 20px;
    margin-bottom: 15px;
}
.productView-description ul li {
    list-style: inside;
}
.productView-description p {
    font-size: inherit;
    color: #464646;
}
.productView-info .productView-description {
/* 	padding-left: 0; */
	color: #464646;
}
.productView-info div.productView-description {
    max-height: 20px;
	overflow: hidden;
	transition: 0.5s;
}
@media only screen and (max-width: 540px) {
	.productView-info div.productView-description {
		max-height: 50px;
	}
}
.productView-info div.productView-description.co_open {
	max-height: 1500px;
}
.co_more_description {
	transform: rotate(180deg);
	transition: transform 0.5s;
    display: block;
    width: 22px;
    margin: 0 auto;
    cursor: pointer;
    
}
.co_more_tax {
	text-decoration: underline;
}
.ava_container .co_more_tax {
	display: none;
}
.co_more_tax {
	display: inline-block;
	cursor: pointer;
}

.co_more_description.co_open {
	transform: none;
}

#form_container {
	max-height: 0;
	overflow: hidden;
	transition: 0.5s;
}
#form_container.co_open {
	max-height: 1500px;
}
.productView-info .productView-description .productView-title {
	font-size: 16px;
    font-weight: 500;
    margin-top: 0;
    padding-left: 0;
    color: #000000;
    border-bottom: none;
    margin-bottom: 0;
}
.productView-info article.productView-description {
	padding-left: 0; 
	border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 30px
}
article.productView-description .tabs-contents {
    padding: 0 15px;
}
.productView {
	border-bottom: none;
}
.featuredProducts {
	margin-bottom: 0;
}
.productView-description {
	float: none;
	
}
#product_description {
	padding-top: 40px;
}
#review_header {
	border-top: #cccccc solid 1px;
	padding-top: 30px;
}
.skuandstock:after {
	content: '';
	clear: both;
	display: block;
}
#shopper_review_page {
	padding-top: 30px;
}
.product_desc_nav {
	border-bottom: #cccccc solid 1px;
    margin-left: 2rem;
    margin-right: 2rem;
}
.product_desc_nav span {
	display: inline-block;
	padding: 0 15px;
}
.product_desc_nav li {
	display: inline-block;
}
.product_desc_nav a {
    color: #2071a7;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 5px 0;
}

.moreFooter {
    background: #3c3c3c;
    color: #fff;
    font-size: 18px;
    padding: 15px 25px;
}
html {
	scroll-behavior: smooth;
}
@media (max-width: 767px) {
	.product_desc_nav {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}
.mobView
{
    display: none;
}
/************************************************/
/************** Media Queries *****************/

@media screen and (min-width: 1400px) {
  .container {
    width: 1370px;
  }
  .headerSearchTop li.callHead a
  {
    letter-spacing: 1px;
  }
  
  .mainMenu ul li
  {
    margin-right: 13px;
  }
 
  .headerMenu
  {
    margin-left: 0;
  }
  
}
@media screen and (min-width: 1600px) 
{
  .container {
    width: 1570px;
  }
  .mainMenu ul li
  {
    margin-right: 20px;
  }
  .headerSearchForm input[type="text"] {
        width: 285px;
    }
    
}
@media screen and (min-width: 1800px) 
{
  .container {
    width: 1770px;
  }
  .mainMenu ul li,
    .headerShippingPromo ul li 
     {
       letter-spacing: 2px;
     }
    ul.topListPromo li
  {
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 2000px) 
{
  .container {
    width: 1970px;
  }
  .headerSearchForm form input[type="text"] {
    width: 540px;
    height: 50px;
    }
}
@media screen and (min-width: 2200px) 
{
  .container {
    width: 2170px;
  }
}

@media only screen and (max-width: 1400px)
{
    .container {
        width: 1370px;
      }
      .headerMenu
      {
        margin-left: 0;
      }
      .mainMenu
      {
        margin-right: 0;
        margin-left: 20px;
      }
      ul.topListPromo li
      {
        font-size: 14px;
        padding: 0 12px;
      }
      .mainMenu ul li
      {
        margin-right: 17px;
      }
      .mainMenu ul li a
      {
        font-size: 14px;
      }
      .headerSearchForm form
      {
        margin-right: 30px;
      }
      .headerSearchTop li.callHead a
      {
        font-size: 16px;
      }
      .headerSearchForm form {
        margin-right: 33px;
        min-width: 270px;
    }
    .headerSearchTop li a
    {
        /*font-size: 12px;*/
    }
    .headerShippingPromo ul li {
        font-size: 14px;
    }
    .logo
    {
        margin-bottom: -75px;
    }
    ul.productGrid
    {
        margin-left: -20px;
    }
    ul.productGrid li
    {
        padding-left: 10px;
    }
    .footerBox {
        /*width: 16%;*/
        padding-left: 50px;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1350px)
{
    .container
    {
        width: 100%;
    }
    .mainMenu ul li {
        margin-right: 10px;
    }
    .headerSearchForm form {
        margin-right: 12px;
        min-width: 220px;
    }
    .headerSearchTop li.callHead a
    {
        font-size: 14px;
    }
    .headerSearchForm
    {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 1199px)
{
    .container
    {
        width: 970px;
    }
    ul.topListPromo li {
        font-size: 12px;
        padding: 0 10px;
    }
    .mainMenu ul li {
        margin-right: 12px;
    }
    .mainMenu ul li a
    {
        font-size: 14px;
    }
    ul.productGrid li {
        padding-left: 20px;
        width: 20%;
    }
    .categoriesHome ul li {
        padding: 10px;
    }
    .categoriesHome {
        padding: 35px 0;
    }
    .mainMenu {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        text-align: center;
    }
    .headerSearch {
        width: 100%;
    }
    .headerSearchTop ul {
        justify-content: center;
    }
    .newsletterForm h4 {
        font-size: 22px;
    }
    .footerBox {
        width: 20%;
        padding-left: 0;
    }
    .page-sidebar+.page-content .productGrid .product {
        width: 25%;
    }
    .productView-options .form-action input#form-action-addToCart
    {
        height: 50px;
        margin-bottom: 10px;
    }
    a.button.dropdown-menu-button
    {
        padding: 15px 0;
    }
    a.tab-title {
        font-size: 14px;
    }
    .timingOfc
    {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px)
{
    .container
    {
        width: 750px;
    }
    .headerShippingPromo ul li
    {
        padding: 0;
    }
    ul.productGrid li {
        width: 25%;
    }
    .newsletterForm
    {
        display: block;
    }
    .newsletterForm h4
    {
        text-align: center;
    }
    form.newsform,
    .copyright ul li.socialIcons 
    {
        text-align: center;
    }
    .copyright ul {
        display: block;
        text-align: center;
    }
    .page-sidebar {
        width: 25%;
    }
    .page-sidebar+.page-content {
        width: 75%;
    }
    .page-sidebar+.page-content .productGrid .product {
        width: 33%;
    }
    h2.sidebarBlock-heading,
    button.accordion-navigation .accordion-title
    {
        font-size: 16px;
    }
}
.co_more_description .mobile_only{
	display: none;
}

@media only screen and (max-width: 800px)
{
    .container
    {
        width: auto;
    }
    .deskView
    {
        display: none;
    }
    .mobView
    {
        display: block;
    }
    ul.topListPromo li
    {
        font-size: 10px;
    }
    .headerMiddleSection
    {
        display: block;
    }
    .timingOfc
    {
        display: none;
    }
    .logo
    {
        width: 100%;
        margin: 0;
    }
    .header-logo-image-unknown-size {
        max-height: 100%;
    }
    .mainMenu ul li {
        margin-right: 0;
        padding: 0 10px;
    }
    .mainMenu ul li a {
        font-size: 16px;
    }
    .headerShippingPromo,
    .signupVideo
    {
        display: none;
    }
    .categoriesHome ul li,
    ul.productGrid li {
        width: 50%;
    }
    input.textfield
    {
        display: block;
        margin: 5px auto;
    }
    .newsletterForm h4
    {
        display: block;
        width: 100%;
    }
    .footerBox {
        width: 50%;
        padding-left: 0;
        margin-bottom: 25px;
    }
    input.formSubmitBtn
    {
        margin-left: 0;
    }
    .page-sidebar
    {
        display: none;
    }
    .page-sidebar+.page-content,
    .paginationPages, .sorterPage {
        width: 100%;
    }
    h1.productView-title {
        font-size: 24px;
    }
    .productView-price .price-section {
        font-size: 16px;
    }
    .productView-thumbnail-link {
        height: 70px;
        max-width: 70px;
    }
    section.productView-images ul.productView-thumbnails {
        width: 100%;
        height: 100%;
    }
    section.productView-images figure.productView-image
    {
        width: 100%;
    }
    .copyright ul li.socialIcons
    {
        margin: 20px 0 0 ;
    }
    .footerPromoBanner img.mobView
    {
        width: 100%;
    }
    a.shopperlink.shopperapproved {
        display: none;
    }
    .headerMiddleSection > div {
        width: 20%;
    }
    .headerMiddleSection {
        align-items: center;
    }
    .headerMiddleSection
    {
        display: flex;
    }
    .headerSearchForm form {
        margin-right: 0;
        min-width: 100%;
        margin-left: 0;
    }
    .headerSearchForm {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }
    .headerMenu
    {
        width: 100%;
        border-bottom: none;
    }
    .mainMenu ul li
    {
        display: block;
        text-align: left;
    }
    .mainMenu ul li a
    {
        padding-bottom: 2px;
    }
    .headerMiddleSection > div.headerMenu {
        width: 100%;
    }
    .headerMiddleSection > div.headerMenu .mainMenu {
        width: 235px;
        border-top: 2px solid #f9941e;
        display: none;
    }
    .headerSearchForm form input[type="submit"]
    {
        height: 40px;
    }
    .headerSearchTop {
        display: none;
    }
    .accicon img,
    .carticon img {
        margin-left: auto;
    }
    .carticon
    {
        position: relative;
    }
    .cartico span.cart-quantity {
        position: absolute;
        right: 0;
        top: -15px;
        color: #f9b234;
        font-weight: 700;
    }
    .mainMenu ul li:hover > ul.subMenu
    {
        display: none ;
    }
    .productView-details.product-data
    {
        order: initial;
    }
    .productView-options .form-action.form-wishlist {
		display: none;
	}
	.productView-details .addthis_toolbox {
		display: none;
	}
	.productView {
		margin-bottom: 0;
	}
	.productView-brand {
		display: none;
	}
	.co_more_description .mobile_only{
		display: block;
		text-align: center;
		transform: rotate(180deg);
	    color: #f9b234;
		text-transform: uppercase;
		font-weight: bold; 
	}
	.co_more_description.co_open .mobile_only{
		display: none;
	}
	.co_more_description {
		text-align: center;
		padding-bottom: 10px;
		width: 100%;
		transition: none;
    }
    .headerSearchForm {
	    justify-content: space-between;
	    align-items: center;
	    display: flex;
		flex-wrap: wrap;
	    align-items: center;
    }
    .headerSearchForm > form {
/* 	    width: 60%; */
	    width: calc(100% - 155px);
	    min-width: inherit;
    }
    .headerSearchForm > a {
/* 	    width: 38%; */
/* 	    width: calc(100% - 155px); */
    }
    
    .productView-images .mobView {
	    order: 1;
    }
    .productView-images .productView-image {
	    order: 2;
    }
    .productView-images .productView-thumbnails {
	    order: 3;
    }
    .productView-thumbnails .slick-prev {
	    top: 50%;
		right: inherit;
		transform: translateY(-50%);
		left: 0;
    }
    .productView-thumbnails .slick-next {
	    top: 50%;
		left: inherit;
		transform: translateY(-50%);
		right: -10px;
    }
    .productView-thumbnails .slick-next:before {
		margin-left: auto;
    }
    .productView-options .form-field[data-product-attribute="input-file"],
    .productView-options .form-field[data-product-attribute="textarea"],
    .productView-options .form-field[data-product-attribute="product-list"] {
	    display: none;
    }

	.productCarousel .slick-prev {
	    left: -6px;
	}
    .productCarousel .slick-next {
		right: -4px;
    }
    .productCarousel .slick-next:before {
		margin-left: auto;
    }
}

@media only screen and (max-width: 540px)
{
    .mobView
    {
        display: block;
    }
    
    .footer
    {
        display: none;
    }
    .footerBox {
        width: 100%;
        text-align: center;
    }
    .footerBox ul li a
    {
        font-size: 14px;
    }
    .footerBox img {
        margin: 0 auto;
    }
    .copyright ul li:first-child {
        background: #fff;
        margin: -10px -15px;
        padding: 15px;
        color: #000;
    }
    form.newsform
    {
        text-align: left;
    }
    .newsletterForm h4
    {
        font-size: 30px;
        text-align: left;
    }
    input.textfield
    {
        width: 100%;
    }
    .featuredProducts
    {
/*         display: none; */
		padding-top: 0;
    }
    .categoriesHome ul li {
        width: 100%;
        padding: 20px;
    }
    .heroCarousel-slide .heroCarousel-image-wrapper
    {
        height: initial;
    }
    .footerPromoBanner img {
        width: 100%;
    }
    img.shopperapproved,
    .headerTop
    {
        display: none;
    }
    
    .page-sidebar+.page-content .productGrid .product
    {
        /*width: 50%;*/
        width: 49.7%;
    }
	.skuandstock {
		padding-top: 10px;
	}
	.productView-info-value {
		margin-bottom: 10px;
	}
	
}
@media only screen and (max-width:375px)
{
    .footerPromoBanner img
    {
        image-rendering: pixelated;
    }
}
.productView-options .dropdown-menu-button .icon {
	margin-left: 0;
	margin-right: 15px;
}
@media (max-width: 767px) {
	.productView-description iframe {
		width: auto;
		height: auto;
	}
	.productCarousel .card .ind_cnt {
		display: block !important;
		padding: 0 !important;
	}
	.productCarousel .card .group-stars {
		margin-top: 10px;
	}
}
