@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Cairo:300,600,700,900");

body {
  font-family: "Cairo", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025rem;
  color: #494949;
}

h1 {
  font-weight: 900;
}

h2,
h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

p {
  color: #6c757d;
}

img {
  max-width: 100%;
}

.about-section {
  width: 100%;
  height: 100vh;
}

.left-header {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("https://source.unsplash.com/4kkYkFNfJV8/706x900");
  background-size: cover;
  padding: 4rem;
}

.left-header::before {
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: 50px;
  left: 30px;
  margin: 0 1rem;
  width: 80%;
  height: 2px;
}

.left-header::after {
  background-color: #fff;
  position: absolute;
  content: "";
  bottom: 50px;
  left: 30px;
  margin: 0 1rem;
  height: 80%;
  width: 2px;
}

.left-header h2 {
  margin-left: 4rem;
}

.v-center-box {
  min-height: 100%;
}

.sub-heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
  word-spacing: 0.05rem;
}

.about-data {
  position: relative;
}

.about-data::before {
  position: absolute;
  content: "\003c/ ABOUT \003e";
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 900;
  color: #dee2e6;
  background-color: #fff;
  width: 8rem;
}

.about-data i {
  color: #f12d2d;
}

.about-data p {
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  word-spacing: 0.2rem;
}
.about-data .data-number {
  color: #494949;
  font-size: 1.2rem;
}

.icon-18 {
  font-size: 1.8rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .left-header::before {
    width: 70%;
  }
}

@media (min-height: 590px) {
  .left-header::after {
    height: 85%;
  }
}
@charset "utf-8";

/* MELLOW COMPANY STORE */

/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Inter);
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Montserrat:wght@700&family=Oswald:wght@500&family=Quicksand:wght@500&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");

.addthis {
  display: none;
}

/* COORDINATION */
.headerWrap {
  width: 100%;
  float: left;
  position: relative;
  z-index: 98;
  border-bottom: 2px solid #eee;
} /* HEADER BACKGROUND COLOR */
.Home .headerWrap {
  border-bottom: 0px;
}
.fullWidthHeaderZone .buttons a.btn {
  float: right;
  border: none;
  background-color: #004763;
  color: #fff;
  width: 24px;
  height: 20px;
  padding: 10px;
  font-size: 0px;
  border-radius: 0px;
} /* SEARCH BUTTON */
footer {
  background-color: #004763;
  padding: 50px 0px 60px 0px;
  color: #111;
  margin-top: 30px;
} /* FOOTER BACKGROUND COLOR */
.logo a {
  font-size: 30px;
}
.Home .icoBox.vsWand {
  margin-top: 20px;
}
.virtualsample .virtualsampleIcon {
  background: none !important;
}
.virtualsample .virtualsampleIcon:before,
.vsWand:before {
  content: "\e807";
  font-family: "esp";
  font-size: 20px;
}
.VirtualSamples .ui-widget-header {
  background: #fff !important;
  color: #000 !important;
}

/* OVERRIDES */
body {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  float: none;
  font-family: "Inter", sans-serif !important;
  font-size: 14px;
  overflow-x: hidden;
  color: #111;
}
.container_12 {
  width: 100% !important;
  margin: 0px auto;
}
.footer,
.fullWidthFooterZone {
  margin: 0px auto;
  width: 90%;
  max-width: 1200px;
}
.container_12 .grid_12.mainZone1 {
  width: 90% !important;
  max-width: 1200px;
  display: block;
  float: none;
  margin: 0px auto;
  padding-top: 30px;
}
.Home .container_12 .grid_12.mainZone1 {
  width: 90% !important;
  max-width: 1400px;
  padding-top: 0px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 30px;
  overflow-y: auto;
}
.container_12 .grid_9 {
  width: 75% !important;
}
.Home .container_12 .grid_9 {
  width: 100% !important;
}
.container_12 .grid_4 {
  width: 30% !important;
}
.container_12 .grid_8 {
  width: 66% !important;
}
.container_12 .grid_3 {
  width: 23% !important;
  margin-right: 2%;
}
/*.container_12 .grid_9.headerZone3 {width: 77%!important; box-sizing: border-box; padding-top: 10px;}*/
.container_12 .grid_9.headerZone3 {
  width: 77% !important;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0px;
  margin-top: -10px;
}
.container_12 .grid_3.headerZone2 {
  width: 20% !important;
  box-sizing: border-box;
}
.container_12 .grid_6 {
  width: 50% !important;
  box-sizing: border-box;
}
.Home .container_12 .grid_12 {
  width: 100% !important;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  margin: 0px;
}
a,
a:link,
a:visited {
  color: #004763;
}
a:hover,
a:active,
a:focus,
a.selected {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
.attributesContainer h1 {
  color: #004763;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}

/* HEADER */
.Logo .logo img {
  height: auto !important;
  width: auto !important;
  display: block;
  margin: 0px auto;
  max-width: 100%;
  max-height: 180px;
}
.logo {
  padding: 15px 0px;
}
.menu {
  background: transparent;
  margin-bottom: 0px;
  line-height: inherit;
  height: auto !important;
}
.menu ul {
  margin-bottom: 0px;
}
.headerRow2 {
  width: 90%;
  margin: 0px auto;
  position: relative;
  min-height: 100px;
  z-index: 9999;
  min-height: 130px;
}
.header .address h3,
.header .phone,
.header .email {
  display: none;
}
.fullWidthHeaderZone a {
  color: #fff;
}
.header .Address {
  width: 60%;
  float: left;
}
.menu > ul li {
  padding: 0px 10px;
}
.menu > ul li a {
  color: #111;
}
.menu > ul li a:hover {
  text-decoration: none;
  color: #004763;
}
.header .socialLinks {
  width: auto;
  float: left;
}
.header .socialLinks h3 {
  display: none;
}
.header .address {
  width: 60%;
  float: left;
  margin-left: 3%;
}
.social-icon {
  background: none;
  margin: -2px 0px 0px 0px;
}
.social-icon a {
  color: #fff;
  font-size: 18px;
}
.FCBK:before {
  content: "\f09a";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.PINT:before {
  content: "\f231";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.TWTR:before {
  content: "\e61b";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.LNKD:before {
  content: "\f0e1";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.BLOG:before {
  content: "\f09e";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.FLKR:before {
  content: "\f16e";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.GGLP:before {
  content: "\f0d5";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.YTBE:before {
  content: "\f167";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}
.INST:before {
  content: "\f16d";
  font-family: FontAwesome;
  color: #222;
  font-size: 14px;
}

/* NAVIGATION */
.container_12 .grid_9.headerZone3 .Menu {
  width: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: 2%;
}
.container_12 .grid_9.headerZone3 .Menu .menu > ul li {
  padding: 0px 15px;
}
.container_12 .grid_9.headerZone3 .Menu .menu > ul li a {
  color: #111;
  font-size: 17px;
}
.container_12 .grid_9.headerZone3 .Menu .menu > ul li a:hover {
  color: #004763;
}
.container_12 .grid_9.headerZone3 .Menu .menu > ul li ul li {
  padding: 5px 10px;
}
.container_12 .grid_9.headerZone3 .Menu .menu > ul li ul li a {
  text-transform: none;
}
.container_12 .grid_9.headerZone3 .Menu .menu ul.dropdown {
  border: none;
  background-color: #fba246;
  box-shadow: 1px 1px 10px #000;
}

.fullWidthHeaderZone {
  background: #004763;
  display: block;
  width: 100%;
  height: 35px;
}
.fullWidthHeaderZone a:hover {
  color: #d6e1e6 !important;
}

/* SHOPPING CART */
.fullWidthHeaderZone .ShoppingCart {
  width: auto;
  margin-right: 5%;
  float: right;
  height: 35px;
  background: #3ca6a6;
  padding: 0 20px;
  transition: 0.3s all;
}
.fullWidthHeaderZone .ShoppingCart:hover {
  background: #000;
  transition: 0.3s all;
}
.fullWidthHeaderZone .ShoppingCart button {
  padding: 0px !important;
  font-size: 12px;
  color: #111;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  margin-top: 0px;
} /* CART BUTTON */
.ShoppingCart .Cart {
  margin-top: 5px;
}
.fullWidthHeaderZone .btn-checkout {
  display: none;
}
.fullWidthHeaderZone .ShoppingCart button:hover {
  background-color: transparent;
  transition-duration: 0.5s;
}
.fullWidthHeaderZone .ShoppingCart button:before {
  font-family: FontAwesome;
  padding-right: 8px;
  content: "\f07a";
  color: #fff;
  font-size: 17px;
  position: relative;
}
.ShoppingCart .Cart .btnTxt {
  color: #fff;
  font-size: 0;
  line-height: 20px;
  position: relative;
}
.ShoppingCart button .btnTxt:after {
  content: " Items";
  font-size: 14px;
  margin-left: 2px;
  text-transform: none;
}
.ShoppingCart button .btnTxt .notranslate.ng-binding {
  font-size: 14px;
}
.ShoppingCart .product-list-item a {
  color: #000;
}
.fullWidthHeaderZone
  .ShoppingCart
  .shopping-cart-actions
  button.btn-link:before {
  content: "";
}
.fullWidthHeaderZone .ShoppingCart .shopping-cart-actions button.btn-primary {
  background: #004763;
  color: #fff;
  padding: 3px 10px !important;
  margin-left: 10px;
  transition: 0.3s all;
}
.fullWidthHeaderZone
  .ShoppingCart
  .shopping-cart-actions
  button.btn-primary:hover {
  background: #000;
  transition: 0.3s all;
}

@-moz-document url-prefix() {
  .ShoppingCart .Cart .btnTxt {
    top: 3px;
  }
}

/* USER STATUS */
.EndUserStatus {
  float: right;
  margin-right: 20px;
}
.fullWidthHeaderZone ul.user-actions {
  margin-top: 5px;
}
.fullWidthHeaderZone ul.user-actions li a {
  font-size: 14px;
  color: #fff;
}
.fullWidthHeaderZone ul.user-actions li {
  padding: 0px 5px;
}

/* ADDRESS - HEADER */
.fullWidthHeaderZone .Address {
  margin-left: 5%;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}
.fullWidthHeaderZone .Address h3 {
  display: none;
}
.fullWidthHeaderZone .Address .addressline {
  display: none;
}
.fullWidthHeaderZone .Address .phone,
.fullWidthHeaderZone .Address .email,
.fullWidthHeaderZone .Address .fax {
  width: auto;
  float: left;
  margin-right: 20px;
}
.fullWidthHeaderZone .Address .phonelabel,
.fullWidthHeaderZone .Address .emaillabel {
  display: none;
}
.fullWidthHeaderZone .Address .phone:before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  margin-right: 2px;
}
.fullWidthHeaderZone .Address .email:before {
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  margin-right: 2px;
}
.fullWidthHeaderZone .Address .fax:before {
  content: "\f1ac";
  font-family: FontAwesome;
  font-size: 15px;
  color: #fff;
  margin-right: 2px;
}

/* SEARCH BAR */
.header .QuickSearchBasic {
  width: 45%;
  display: block;
  float: right;
  margin-top: 5px;
  clear: both;
}
.header .QuickSearchBasic h2,
.header .QuickSearchBasic label,
.price-separator {
  display: none;
}
.header input[type="text"],
.header input[type="password"],
.header input[type="search"],
.header select {
  border: none;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  width: 90%;
  padding-left: 5%;
  height: 30px;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  border-radius: 50px;
}
.header .quickSearch {
  border: none;
  background-color: #fff;
  border: 2px solid #004763;
  height: 39px;
  border-radius: 5px;
}
.header .price-to input,
.header .price-from input {
  font-size: 11px;
  width: 48%;
  padding: 4px 0;
}
.header .search-keyword {
  width: 45%;
  float: left;
  padding-left: 2%;
}
.header .price {
  width: 38%;
  float: left;
}
.header .buttons a.btn {
  padding: 10px 13px 6px 13px;
  font-size: 0px;
  background: #004763;
  border-radius: 0;
}
.QuickSearchBasic a.btn {
  width: auto;
  float: right;
}
.header .buttons a.btn:hover {
  background-color: #000;
  transition-duration: 0.5s;
}
.header .buttons a.btn:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #fff;
  font-size: 20px;
}
.QuickSearchBasic input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* BANNER */
.headerZone4 {
  width: 100%;
  float: left;
  position: relative;
}
.headerZone4 img {
  width: 100%;
  height: auto;
}
.Home .container_12 .grid_12.mainZone1 img {
  width: 100%;
  height: auto;
}
.Home .bx-wrapper {
  background: #004763;
}
.Home .bx-wrapper img {
  opacity: 0.35;
}
.Home .bx-next,
.Home .bx-prev {
  font-size: 0;
  background: none !important;
}
.Home .bx-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 30px;
  display: block;
  color: #fff;
  text-indent: 0;
}
.Home .bx-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 30px;
  display: block;
  color: #fff;
  text-indent: 0;
}
.Home .bx-wrapper .bx-controls-direction a {
  top: 45%;
}
.Home .bx-wrapper .bx-pager {
  top: 0;
  right: 1%;
  width: auto;
}
.Home .bx-wrapper .bx-pager-item {
  display: block;
  margin: 10px 0;
}
.Home .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.5);
}
.Home .bx-wrapper .bx-pager.bx-default-pager a:hover,
.Home .bx-wrapper .bx-pager.bx-default-pager a.active,
.Home .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}

.Home .banner-text {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 15%;
  text-align: right;
}
.Home .banner-text h1 {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.35;
}
.Home .banner-text h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  margin-top: -120px;
}
/* WAVE ON BANNER */
.custom-shape-divider-bottom-1646942104 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1646942104 svg {
  position: relative;
  display: block;
  width: calc(130% + 1.3px);
  height: 177px;
}
.custom-shape-divider-bottom-1646942104 .shape-fill {
  fill: #ffffff;
}

/* INTRO TEXT */
.Home .introContent {
  width: 67%;
  float: right;
  padding: 3% 0px;
}
.Home .introContent h3 {
  color: #004763;
  font-family: "Inter", sans-serif;
  font-size: 50px;
  line-height: 45px;
  font-weight: 600;
  display: block;
  text-transform: capitalize !important;
}
.Home .introContent p {
  font-size: 15px;
  line-height: 24px;
}
.Home .mainZone1 .tile {
  width: 25%;
  float: left;
}
.Home .mainZone1 .tile img {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/* PRODUCT COLLECTIONS */
.Home .grid_12.mainZone8 {
  width: 90% !important;
  margin: 0 auto;
  float: unset !important;
  max-width: 1400px;
  padding: 0;
  overflow-y: auto;
  display: block;
}
.Home .ProductSetAutoUpdate h2 {
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.Home .ProductSetAutoUpdate h2 span {
  padding: 0px 15px;
  position: relative;
  z-index: 9;
  color: #004763;
}
.Home .mainZone8 {
  width: 100% !important;
  color: #fff;
  float: left !important;
  padding: 1% 5%;
  box-sizing: border-box;
}
.ProductCollections {
  width: 100% !important;
  margin: 0px auto !important;
  float: none;
}
.prodSetCollections ul.tabs li {
  border: 2px solid #eee;
}
.prodSetCollections li .prodImg {
  margin: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodSetCollections li .prodName {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 4px 10px !important;
  font-weight: 400;
}
.ProductSetAutoUpdate {
  margin: 30px 2% 30px 2%;
}
.prodSetCollections li a {
  border-right: none;
}
.Home .mainZone9 ul.tabs li,
.Home .mainZone10 ul.tabs li {
  width: 29%;
  margin: 0px 2% 20px 2%;
}
.Home .seeAll {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  color: #000 !important;
}
.Home .seeAll a {
  color: #000 !important;
}
.Home .seeAll a:hover {
  color: #3ca6a6 !important;
  transition: 0.3s;
}
.Home .ProductCollections .grp6 .prodSetCollections li {
  width: 14.666% !important;
  margin: 0 1%;
  padding: 10px;
}
.Home .ProductCollections .grp3 .prodSetCollections li {
  width: 31%;
  margin: 0 1% 2% 1%;
  padding: 10px;
}
.Home .ProductSetAutoUpdate .prodSetCollections li:hover {
  border: 2px solid #3ca6a6;
  transition: 0.3s;
}

/* POD */
.Home .grid_9.mainZone12 {
  background: #d6e1e6;
  margin-top: 30px;
}
.Home .PODay {
  padding: 50px 0;
}
.ProductOfTheDay {
  width: 90%;
  max-width: 1400px;
  margin: 0px auto;
  display: block;
  float: none;
  padding: 30px 0px;
}
.Home .PODay h2 {
  width: 75%;
  float: right;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.Home .PODay .socialLinks {
  width: 75%;
  float: right;
  display: none;
}
.Home .PODay .prodInfo {
  width: 75%;
  float: right;
}
.Home .PODay .prodInfo h4 {
  font-size: 50px;
  font-weight: 600;
}
.PODay .prodImg {
  float: left;
  width: 20%;
  text-align: left;
}
.PODay .prodImg img {
  padding: 10px;
  background: #fff;
  max-width: 100% !important;
  max-height: 100% !important;
}
a#btnProductDetailPrice {
  background: #3ca6a6;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
}
a#btnProductDetailPrice:hover {
  background: #111;
  transition-duration: 0.25s;
}
.PODay .potd-wand-pos {
  top: -20px;
  left: 0 !important;
}

/* PRODUCT RESULTS */
.ProductResults .container_12 .grid_12.mainZone1 {
  max-width: 1400px;
}
.ui-widget-header {
  background: #fff;
  color: #000;
}
.prodTile {
  height: auto !important;
  border: 0;
}
.search-within {
  position: absolute;
  top: 100px;
  right: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}
.configOptions {
  width: 23% !important;
  float: right;
  display: none;
}
a.btn,
.btn {
  background: #3ca6a6;
  color: #fff;
  border: none;
  padding: 14px 35px;
  font-size: 14px;
  border-radius: 5px;
  text-transform: uppercase;
}
a.btn:hover,
.btn:hover {
  background: #000;
  transition-duration: 0.25s;
}
.ProductResults .prodTile .prodImg {
  display: block !important;
  margin: 0 auto;
}
.ProductResults .prodVSTag {
  top: 10px;
}
.ProductResults .col4 {
  width: 31%;
  margin: 0 1%;
}
.ProductResults .prodTile .p_Img_Title {
  height: 80%;
  width: 80%;
}
.ProductResults .prodTile .prodImg img {
  max-height: 100%;
  max-width: 100%;
}
.ProductResults .prdsetTitle {
  text-align: center;
  font-size: 30px;
  color: #004763;
}
.ProductResults .prdsetTitle hr {
  display: none;
}
.ProductResults .productList {
  border-top: 2px solid #eee;
}
.ProductResults .fieldsetInner,
.ProductResults .ui-widget-header,
.ProductResults .prdrebDimensionGroup > ul {
  border: 0;
}
.ProductResults .grid_3.alpha {
  width: 21% !important;
  padding: 7px;
  border: 2px solid #eee;
}
.icoBox {
  background: transparent
    url(https://cdn.asicentral.com/esp-websites/900007/cobalt/images/ico2.png)
    no-repeat 0 0;
}
.productList,
.corpLegal {
  border-top: 2px solid #eee;
}
.ProductResults .grid_3.alpha a {
  color: #000;
}
.ProductResults .prodName {
  margin-top: 15px;
}
.ProductResults .prodName a {
  font-size: 18px;
}

/* PRODUCT DETAILS */
.adSlider .inner,
.adSlider .inner img {
  margin: 0px auto;
}
.YouMayAlsoLike._33 {
  width: 96%;
  margin-top: 20px;
  float: left;
}
.prod-det ._50:nth-of-type(1) {
  width: 22% !important;
  margin-right: 2%;
}
.prod-det ._50:nth-of-type(2) {
  width: 72% !important;
}
a.btn.virtualsample {
  width: 80% !important;
  padding: 12px 10px 8px 10px !important;
}
.prodImg ._p_a_tag > img {
  max-width: 90% !important;
}
.VS ._divclholder {
  float: left !important;
}
.VS ._divclholder ._logoCol {
  margin-top: -2px;
}
.ProductDetails h3 {
  clear: both;
  font-size: 28px;
}
.ProductDetails .prodDetailLinks a {
  background: #3ca6a6;
  color: #fff;
  padding: 12px 35px;
  width: auto;
  display: block;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s all;
}
.ProductDetails .prodDetailLinks a:hover {
  background: #000;
  transition: 0.3s all;
}

.VS .btn a {
  text-align: center;
}

/* NEWS & VIDEOS PAGE */
.NewsVideos .section {
  width: 90% !important;
  max-width: 1200px !important;
  margin: 0px auto !important;
}

/* FOOTER */
footer .FooterdZone3 {
  width: 100% !important;
  text-align: center;
}
footer .Address,
footer .Address a {
  color: #fff;
  font-size: 16px;
}
footer .Address .companyName {
  font-size: 28px;
  font-weight: 600;
}
.Home footer {
  margin-top: 0px;
}
.footerWrap .h3,
.footerWrap h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #004763;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  display: none;
}
.footerWrap .socialLinks h3 {
  display: none;
}
.footerWrap a {
  color: #000;
}
.footerWrap a:hover {
  color: #d6e1e6;
}
.footerWrap .menu > ul {
}
.footerWrap .menu > ul li {
  width: 100%;
  padding: 0px;
  line-height: 24px;
}
.footerWrap .menu > ul li ul {
  display: none !important;
}
.footerWrap .menu > ul li a {
  color: #111;
}
.footerWrap .menu > ul li a:hover {
  color: #004763;
}
.FooterZone4 {
  float: right;
}
.fullWidthFooterZone {
  width: 100%;
  text-align: center;
  background-color: #004763;
  max-width: 100%;
  padding: 10px 0px;
  color: #fff;
}
.fullWidthFooterZone a {
  color: #fff;
  font-weight: 600;
  transition: 0.3s all;
}
.fullWidthFooterZone a:hover {
  color: #d6e1e6;
  transition: 0.3s all;
}
.address .map {
  display: none;
}
.footerWrap .socialLinks {
  margin-bottom: 50px;
}
.footerWrap .social-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  display: inline-block;
}
.footerWrap .socialLinks ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.footerWrap .socialLinks:before {
  content: "FOLLOW US";
  font-weight: 600;
  color: #004763;
  font-size: 16px;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 15px;
}
.footerWrap .FCBK:before {
  content: "\f09a";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #295697;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .PINT:before {
  content: "\f231";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #dc313a;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .TWTR:before {
  content: "\e61b";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #2fb7e6;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .LNKD:before {
  content: "\f0e1";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #007aac;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .BLOG:before {
  content: "\f09e";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #295697;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .FLKR:before {
  content: "\f16d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #0064c6;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .GGLP:before {
  content: "\f0d5";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #dc4a3d;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .YTBE:before {
  content: "\f167";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #f13c35;
  display: inline-block;
  width: 35px;
  height: 15px;
}
.footerWrap .INST:before {
  content: "\f16d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 16px;
  padding: 10px 0px;
  background-color: #bb2f90;
  display: inline-block;
  width: 35px;
  height: 15px;
}

/* CONTACT PAGE */
.ContactUs .section {
  width: 90%;
  max-width: 1200px;
  margin: 0px auto;
  display: block;
  padding: 30px 0px;
}
.container_12 .grid_3.mainZone5 {
  margin-right: 0px;
  margin-left: 2%;
}
.ContactUs h2 {
  font-size: 32px;
}
.ContactUs h3 {
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 20px;
}

/* ABOUT PAGE */
.AboutUs .mainZone1 {
  min-height: 400px;
}

/* SIGN IN - CREATE ACCOUNT PAGE */
.SignIn .Login .grid_6 {
  width: 46% !important;
  margin-right: 4% !important;
}
.SignIn input._100full {
  width: 98%;
}
.SignIn .w-96 {
  width: 98% !important;
}
.Login input._100full {
  width: 94.5%;
}
.ui-dialog-titlebar .ui-dialog-title {
  font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar {
  border: 0;
}
#snPop {
  min-height: 200px !important;
}
#addressForm .col-lg-2.col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.welcome-label {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
.Login #ctl02_ctl00_lnkFGTPwd {
  padding-right: 0;
}
.SignIn .Login input._100full {
  width: 98%;
}
.SignIn .Login #ctl02_ctl00_lnkFGTPwd {
  padding-right: 20px;
}

@media screen and (min-width: 481px) and (max-width: 1166px) {
  .header .QuickSearchBasic {
    width: 55%;
  }
  .introContent {
    margin-left: 60px;
  }
  .Logo .logo img {
    max-height: 100px;
  }
  .prodSetCollections li img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .Home .ProductSetAutoUpdate h2 {
    font-size: 30px;
  }
  .ProductResults .container_12 .grid_9 {
    width: 74% !important;
  }
  .ProductDetails .container_12 .grid_8 {
    float: right;
  }
  .container_12 .grid_9.headerZone3 .Menu {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .search-within {
    top: 94px;
  }
  .Home .banner-text {
    top: 7%;
    right: 8%;
  }
  .Home .banner-text h1 {
    font-size: 125px;
  }
  .Home .banner-text h2 {
    font-size: 50px;
    margin-top: -109px;
  }
  .custom-shape-divider-bottom-1646942104 {
    bottom: -1px;
  }
}

@media screen and (max-width: 480px) {
  body > nav.mobile-menu,
  nav.mobile-menu {
    position: absolute;
    top: 0px;
    background-color: #004763;
    z-index: 99;
  }
  .header {
    background: none;
    margin-top: 30px;
  }
  .container_12 .grid_9.headerZone3 {
    position: relative !important;
    width: 100% !important;
    padding: 0px 5% !important;
    margin-top: 0px;
  }
  .Logo .logo {
    padding: 0;
  }
  .Logo {
    padding: 0;
  }
  .Logo .logo img {
    max-width: 250px;
  }
  .headerZone2 {
    margin-bottom: 40px !important;
  }
  .header .ShoppingCart {
    position: absolute !important;
    top: -150px;
    right: -300px;
    float: right;
    z-index: 9999;
  }
  .header .ShoppingCart button {
    font-size: 0px;
  }
  .header .ShoppingCart button:before {
    font-size: 24px;
  }
  .fullWidthHeaderZone .ShoppingCart {
    margin-right: 20px;
    height: Auto;
    width: auto !important;
    padding: 8px 12px;
    z-index: 9999;
    position: relative;
    margin-top: 8px;
  }
  .ShoppingCart .Cart .btnTxt {
    display: none;
  }
  .ShoppingCart .Cart {
    margin-top: 0;
  }
  .fullWidthHeaderZone .ShoppingCart button:before {
    top: 0;
  }
  .fullWidthHeaderZone .ShoppingCart button:before {
    padding-right: 4px;
  }
  .fullWidthHeaderZone .Address {
    display: none;
  }
  .prodSetCollections li img {
    height: 110px !important;
  }
  .Home .container_12 .grid_12.mainZone1 {
    margin-top: 0px;
  }
  .headerZone4 {
    position: relative;
  }
  .ContactUs section .Address {
    text-align: left;
  }
  .EventPlanner .leftcol {
    width: 100%;
  }
  .EventPlanner .rightcol {
    width: 100%;
  }
  .EventPlanner .imgPanel {
    width: 45%;
  }
  .Home .mainZone8 ul.tabs li,
  .Home .mainZone9 ul.tabs li,
  .Home .mainZone10 ul.tabs li {
    width: 47%;
    margin: 10px 1%;
  }
  .ContactUs .container_12 .grid_9 {
    width: 90%;
    padding: 0px 5%;
  }
  .QuickSearchBasic .quickSearch .formLayout .flGrp.search-keyword {
    width: 82%;
  }
  .header .buttons a.btn {
    margin-right: -5px;
  }
  .fullWidthHeaderZone .quickSearch,
  .fullWidthHeaderZone .QuickSearchBasic {
    background-color: transparent;
  }
  .QuickSearchBasic .quickSearch .formLayout.inline {
    margin-bottom: 0px;
  }
  .fullWidthHeaderZone .Menu {
    display: none;
  }
  .mainZone1 .Content {
    margin-bottom: 0px !important;
    background: none;
  }
  .mainZone1 .Content:nth-of-type(2) {
    background-position: left center;
    position: relative;
    background-image: none;
  }
  .Home .mainZone10 {
    padding: 2% 0px;
    margin-top: -1px;
  }
  .Home .introContent {
    width: 90%;
    margin-left: 0px;
    padding: 5%;
    position: relative;
  }
  .Home .introContent h3 {
    font-size: 30px;
    line-height: 35px;
    text-shadow: 1px 1px 10px #fff;
    text-align: center;
  }
  .Home .introContent p {
    text-shadow: 1px 1px 10px #fff;
    font-size: 18px;
  }
  .Home .mainZone1 .Content {
    background-image: none;
  }
  .Home .mainZone1 .Logo {
    display: none;
  }
  .Home .mainZone8 {
    margin-bottom: 30px;
  }
  .Home .EventPlannerList ul li {
    width: 48% !important;
  }
  .logo {
    padding-bottom: 10px;
  }
  .headerRow2 {
    width: 100% !important;
  }
  .ShoppingCart .Cart #shoppingCart {
    width: 340px;
    margin-left: -295px;
  }
  .Home .banner-text {
    top: 0%;
    right: 13%;
  }
  .Home .banner-text h1 {
    font-size: 60px;
  }
  .Home .banner-text h2 {
    font-size: 30px;
    margin-top: -70px;
  }
  .banner-text a {
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    margin-top: 10px;
  }
  .custom-shape-divider-bottom-1646942104 svg {
    width: calc(145% + 1.3px);
    height: 68px;
  }
  .custom-shape-divider-bottom-1646942104 {
    bottom: 39px;
  }
  .Home .bx-wrapper .bx-controls-direction a {
    top: 64%;
  }
  .ProductSetAutoUpdate .carousel .allLinks a {
    font-size: 16px !important;
  }
  .Home .mainZone1 .ProductSetAutoUpdate .prodSet:before {
    font-size: 28px;
    margin-bottom: -10px;
  }
  .ProductSetAutoUpdate .prodSet li .prodImg {
    width: auto !important;
    height: auto !important;
  }
  .prodName .ellipsis {
    margin-top: 30px;
  }
  .ProductSetAutoUpdate .grp3 li,
  .ProductSetAutoUpdate .grp4 li,
  .ProductSetAutoUpdate .grp5 li,
  .ProductSetAutoUpdate .grp6 li {
    margin-bottom: 30px;
  }
  .ProductOfTheDay,
  .EditorialContentFeed {
    width: 90% !important;
    padding: 20px 5% !important;
  }
  .ProductOfTheDay h2,
  .EditorialContentFeed:before {
    font-size: 28px;
  }
  .header .address {
    width: 100%;
    margin: 0px;
    display: none !important;
  }
  .footerWrap .h3 {
    margin-bottom: 0px;
  }
  .container_12 .grid_4,
  .container_12 .grid_6,
  .container_12 .grid_3,
  .container_12 .grid_3.headerZone2 {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
  }
  .container_12 .grid_8,
  .container_12 .grid_12 {
    width: 100% !important;
  }
  .Home .container_12 .grid_12 {
    padding: 0px;
  }
  .container_12 .grid_9 {
    width: 100% !important;
  }
  footer {
    padding-bottom: 40px;
  }
  .FooterZone4 {
    text-align: center;
  }
  .footer .asiModule {
    margin-bottom: 10px;
  }
  .services nav a:nth-of-type(1) {
    display: none;
  }
  .services nav li a {
    display: block !important;
  }
  .services .menuWrap li {
    margin-bottom: 20px;
  }
  .Home .headerZone4 .Content:nth-of-type(1) {
    margin-bottom: 0px;
  }
  .Home .headerZone4 .Content:nth-of-type(2) {
    position: relative;
    float: left;
    padding: 20px 0px;
    top: 0px;
    left: 0px;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .Home .headerZone4 .Content:nth-of-type(2) p {
    font-size: 25px;
    line-height: 35px;
  }
  .container_12 .grid_9.headerZone3 {
    width: 90% !important;
    padding: 0px;
    margin: 0px auto;
  }
  .header .ShoppingCart,
  .header .buttons a.btn {
    margin-top: 0px;
  }
  .NewsletterSignup .formLayout.inline input,
  .NewsletterSignup .formLayout.inline .btn {
    width: auto !important;
    height: auto !important;
  }
  .container_12 .grid_4.FooterZone2 {
    width: 100% !important;
  }
  .Home .EventPlannerList ul li {
    min-height: 170px;
  }
  .footerWrap .h2,
  .footerWrap h3 {
    margin-bottom: 0px;
  }
  .footerWrap .socialLinks {
    text-align: center;
  }
  .Home .EventPlannerList .prodName {
    top: 180px;
  }
  .Home .EventPlannerList ul li {
    margin-bottom: 50px;
  }
  .Home .mainZone1 .tile {
    width: 60%;
    float: none;
    margin: 0 auto;
  }
  .Home .ProductCollections .grp6 .prodSetCollections li,
  .Home .ProductCollections .grp3 .prodSetCollections li {
    width: 47.66% !important;
    margin: 1%;
  }
  .PODay .prodImg {
    width: 80%;
    text-align: center;
    margin: 0 10%;
  }
  .PODay .prodImg img {
    max-width: 95% !important;
    max-height: 95% !important;
  }
  .Home .PODay h2 {
    width: 100%;
    text-align: Center;
    margin-bottom: 10px;
  }
  .Home .PODay .prodInfo {
    width: 100%;
  }
  .Home .PODay .prodInfo h4 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
  }
  .Home .ProductOfTheDay {
    margin-bottom: 0;
  }
  footer {
    padding: 30px 0 30px 0;
  }
  .ProductResults .col4 {
    width: 100%;
  }
  .ProductResults .grid_3.alpha {
    width: 100% !important;
  }
  .ProductDetailsBasic .prodDetailInfo h3 {
    line-height: 30px;
  }
  nav.mobile-menu > ul {
    border-radius: 0;
    background: #000;
  }
  nav.mobile-menu > ul:after {
    border-bottom: 7px solid #000;
  }
  nav.mobile-menu a.toggle-nav {
    padding: 23px;
    font-size: 0;
  }
  .SignIn .Login .grid_6 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

body {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
