/****
* Theme Name: Verona Marble
* Author: Deyo Group
* Author URI: https://deyogroup.com
* URI: https://vmcstone.com/
* Description: Specialy designed theme for https://vmcstone.com Version: 1.1
* Phase: 1
***/

/**
 * Global CSS Start
 */
.sort-by-select, .vmc-select {
  border: 0 none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 30px 0 15px;
  background: url(assets/images/phase-3/downarrow.png) no-repeat right center;
  background-position: 96% 54%;
  -moz-appearance: window;
  -webkit-appearance: none;
  height: 30px;
  line-height: 30px;
  background-color: #fafafa;
  box-shadow: 0 0 4px 0 #e7e7e7;
}
.vmc-blue {
  color: #0075bb!important;
}
.vmc-green {
  color: #33a86c!important;
}
.vmc-red {
  color: #d0021b!important;
}
a.vmc-red:hover {
  color: #fd001f!important;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
}

/**
 * Processing class for loader
 */
.button.loading:after {
  border: 2px solid #fff;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: '';
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}
.processing {
  position: relative;
}
.processing:before {
  content: '';
  margin: 0px auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, 0.1);
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  opacity: .8;
  border-left: 3px solid #0075BB;
  -webkit-animation: spin .6s infinite linear;
  animation: spin .6s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  pointer-events: none;
}
.processing:before {
  position: absolute;
  top: 45%;
  left: 45%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 99;
}
.infosave.processing:before {
  width: 35px;
  height: 35px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.product-listings.processing {
  position: relative;
}
.product-listings.processing:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
a.chat {
  position: absolute;
  bottom: 20px;
  right: 90px;
  z-index: 1;
}
.scroll-top {
  padding-right: 50px;
  right: 0;
  left: 80%;
}

/*Header Top Black Only CSS*/
.header-top-wrap {
  display: flex;
  justify-content: space-between;
}
.vmc-header-top {
  background: #2d2d2d;
  height: 40px;
}
.vmc-header-top ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.top-link {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
li.quick-schedule.top-link {
  padding-left: 30px;
}
.top-link.quick-mail {
  padding-left: 0;
}
.top-link a {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.top-link span {
  padding-left: 2px;
  position: relative;
  display: inline-block;
  top: 2px;
}
.quick-phone span {
  padding-left: 8px;
}
.top-link a:hover {
  color: #0075bb;
}
.top-link:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 2px;
  height: 22px;
  left: auto;
  right: -25px;
  top: 4px;
}
.top-link:last-child:after {
  display: none;
}
.quick-phone img {
  width: 22px;
}
.top-search {
  width: 320px;
  height: 29px;
  background-color: #3c3c3c;
  border: none;
  padding: 0 40px 0 10px;
  border-radius: 4px;
  color: #fff;
}
.top-search::placeholder {
  color: #d3d3d3;
  font-size: 14px;
}
.header-top-right {
  position: relative;
  padding: 6px 0;
}
.top-search-btn {
  position: absolute;
  right: 0;
  top: 6px;
  background-color: rgba(0, 0, 0, 0)!important;
  border: none;
  background-image: url(assets/images/revisions2020/icons/white_Search.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 12px 5px;
  width: 43px;
  cursor: pointer;
}
.top-search-btn[type=submit]:hover {
  background-color: rgba(0, 0, 0, 0)!important;
}

/*Header Menu*/
.product-catalog .slab-tile-wrap:before {
  display: none;
}

/**
 * Owl Carousel Setting
 */
.owl-next.disabled,
.owl-prev.disabled {
 	display: none;
}
.owl-carousel .owl-nav button.owl-prev {
	background: url(assets/images/left-arrow-new.png) no-repeat left;
	left: -70px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -70px;
	background: url(assets/images/right-arrow-new.png) no-repeat right;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  top: -10px;
  width: 50px;
  background-size: contain;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.prodcts_list_wrap .owl-carousel .owl-item {
	min-width: 230px;
}

/**
 * Header
 */
/*.mobile-logo {
	display: none;
}*/
.mobile-header-wrap {
  display: none;
}
.header-top {
  background-color: #2d2d2d;
  padding: 1px 0 1.5px;
}
.header-top.headertop_dark li.language ul.dropdown-menu {
    background-color: #2d2d2d;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
}

/*Header Logo*/
/*.mobile-logo-wrap {
  display: none;
}*/
/*.header-logo {
  flex: 0 0 250px;
  max-width: 250px;
}
.header-menu {
  flex: 0 0 700px;
  max-width: 700px;
  margin-left: -80px;
}*/
/*.header-menu {
  position: static;
  flex: 0 0 calc( 100% - 450px );
  max-width: calc( 100% - 450px );
}*/

/*Menu Right Sign In*/
.tools.header-tools {
  padding-right: 6px;
  /*flex: 0 0 200px;
  max-width: 200px;*/
}
.header-main a.singin {
  padding-left: 0;
  padding-right: 0;
  padding-right: 22px;
  background: url('assets/images/blue-down-arrow.png') no-repeat right;
  background-size: 12px;
}
.header-main .tools li.wishlist-icon a {
  padding-right: 7px;
  padding-left: 0;
  padding-top: 3px;
}
span.fav_count {
  position: absolute;
  background-color: #5C5F65;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  right: -5px;
  top: -2px;
  width: 18px;
  height: 18px;
  text-align: center;
  left: 22px;
  line-height: 17px;
}

/*Menu Part*/
ul.nav.vmcnav {
  text-align: center;
  justify-content: center;
  padding-top: 5px
}
ul.nav.vmcnav li {
  display: inline-block;
}
ul.nav.vmcnav > li {
  padding: 0 30px;
  min-height: 30px;
}
ul.nav.vmcnav > li:first-child {
  padding-left: 0;
  left: -40px;
}
ul.nav.vmcnav > li:nth-child(2) {
  left: -36px;
}
ul.nav.vmcnav > li:nth-child(3) {
  left: -29px;
}
ul.nav.vmcnav > li:nth-child(4) {
  left: -18px;
}
ul.nav.vmcnav > li:last-child {
  padding-right: 0;
  left: -12px;
}

/*Secondary Header*/
.vmc-head h1 {
  font-size: 50px;
  color: #2d2d2d;
  font-weight: 700;
}
.vmc-head h2 {
  font-size: 25px;
  color: #2d2d2d;
  font-weight: 300;
}

/*Header Sliding Menu*/
.main-menu-body {
  position: relative;
  width: 360px;
  overflow: hidden;
  height: 100vh;
  padding: 15px;
  background: #f2f1f1;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.2);
}
.main-menu-phase-3 .slidesubmenu {
  position: fixed;
  top: 0px;
  left: 0;
  opacity: 1;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.25s linear;
  z-index: 100;
  background: #2d2d2d;
  margin-top: 56px;
  overflow-y: scroll;
  width: 360px;
  padding-bottom: 80px;
}
.main-menu-phase-3 .slidesubmenu.active {
  transform: translateX(0%);
}
.main-menu-phase-3 .main-menu-body{
  background: #2d2d2d;
  overflow-y: scroll;
}
.main-menu-phase-3 .navbar-menu-items li{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.main-menu-head-p3 a {
  display: block;
}
.main-menu-phase-3 .slidesubmenu .backmenu {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/leftarrow.png);
  background-repeat: no-repeat;
  background-position: 6px 0px;
  width: 100%;
  outline: none;
  background-size: 11px;
}
.main-menu-phase-3 .backmenu:focus, .backmenu:active {
  outline: none;
  border: 0 none;
}
.main-menu-phase-3 .navbar-menu-items .subcategory-menu-p3 li{
  text-transform: capitalize;
}
.main-menu-phase-3 .navbar-menu-items li a{
  color: #fff;
}
.main-menu-phase-3 .nav-search-p3 .form-control{
  box-shadow: none;
}
.main-menu-phase-3 .nav-search-p3{
  border-bottom: 1px solid #8f8f8f;
}
.main-menu-phase-3 .main-menu-head-p3 .menu-item img{
  vertical-align:  -webkit-baseline-middle;
  padding: 2px;
}
a.logo-link {
  width: 50px;
  margin: 0 auto;
}
.phone-item img {
  width: 27px;
}
.main-menu-phase-3 .main-menu-head-p3 .menu-item{
  padding-right: 4px;
}
.main-menu-phase-3 .main-menu-head-p3 .heart-item{
  padding-right: 8px;
}
.main-menu-phase-3 .main-menu-head-p3 .heart-item span{
  right: -5px;
  background-color: #5c5f65;
  color: #fff;
}
.main-menu-phase-3 .navbar-menu-items li .special-offers {
  color: #CE2A37;
}
.main-menu-phase-3 .nav-phase-3 .card-header h2 button{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: 0px;
}
.main-menu-phase-3 .nav-phase-3 .card-header .btn:focus {
  box-shadow: none;
}
.main-menu-phase-3 .nav-phase-3 .card-header{
  border: 0px;
}
.main-menu-phase-3 .nav-phase-3 .card{
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
.main-menu-phase-3 .nav-phase-3 {
  border-radius: 0px;
}
.main-menu-phase-3 .nav-search-p3 .input-group-append .search-icon-p3{
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/nav-search.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  width: 38px;
  background-color: #3c3c3c;
  border: 1px solid #3c3c3c;
  color: #fff;
}
.main-menu-phase-3 .nav-search-p3 .form-control{
  box-shadow: none;
}
.main-menu-phase-3 .nav-search-p3{
  border-bottom: 1px solid #8f8f8f;
}
.main-menu-phase-3 .navbar-menu-items.slidesubmenu li .submenu-heading-p3{
  font-weight: 400;
  color: #9B9B9B;
}
.main-menu-phase-3 .navbar-menu-items.slidesubmenu .line-p3{
  border-bottom: #fff solid 1px;
  opacity: 0.5;
}
span.helpLine {
  padding: 20px;
}
.vm-logo a {
  display: block;
}
a.menu-back {
  position: absolute;
  left: 15px;
}
a.filter-sidebar-close {
  /* position: absolute;
  left: 0px; */
}

/*Breadcrum*/
.vmc-breadcrum ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 25px;
}
.vmc-breadcrum ul li {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 700;
}
.vmc-breadcrum ul li a {
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 700;
  transition: .3s ease-in-out;
}
.vmc-breadcrum ul li a:active, .vmc-breadcrum ul li a:focus, .vmc-breadcrum ul li a:hover {
  color: #0075bb;
}
.vmc-breadcrum ul li:after {
  content: '/';
  padding: 0 11px;
}
.vmc-breadcrum ul li:last-child:after {
  content: '';
  padding: 0;
}

/**
 * Inventory Listing Page (Catalog Inventory and Live Inventory) Finish Circles
 */
.swatch-finish {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: 29px;
}
.swatch-finish.singular-finish {
justify-content: flex-end;
}
.finish-circles {
  list-style: none;
  padding: 0;
}
.finish-circles li, .square-box li {
  position: relative;
}
.finish-circles li input, .square-box li input {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%
}
.finish-circles li label {
  text-align: center;
  color: rgba(74, 74, 74);
  position: relative;
  font-weight: bold;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 10px;
  border: 0 none;
  margin: 0;
  background-image: url(assets/images/phase-3/Stocked-Deselected.png);
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bold;
}
.product-catalog-recentlyview .prdct-infobox {
    padding: 3px 10px 10px 10px;
}

/*Product Page*/
.swatch-finish .finish-circles li label {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 8px;
  position: relative;
  border: 0 none;
  margin: 0;
  background-image: url(assets/images/phase-3/Oval.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 8px;
  background-image: url(assets/images/phase-3/Oval.png);
}
.swatch-finish .finish-circles li input:checked+label, .swatch-finish .finish-circles li:hover label {
  background-image: url(assets/images/phase-3/Selected.png);
}
.swatch-finishwrp {
  margin-bottom: 10px;
}
.square-box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.product-data ul {
  padding-left: 0;
  margin-bottom: 0;
}
.product-data ul li {
  list-style: none;
}
.square-box li label {
  margin: 0;
  text-align: center;
  min-width: 50px;
  border-radius: 1px;
  border: 1px solid rgb(74 74 74);
  box-shadow: 0 0 0 1px rgb(74 74 74);
  color: rgb(74 74 74);
  font-size: 14px;
  font-weight: bold;
}
.finish-circles li.outofstock label {
  background-image: url(assets/images/phase-3/Outofstock-Deselected-1.png);
  color: rgba(74, 74, 74, .5);
}
.square-box li.outofstock label, .tile-size-box.disabled ~ label {
  box-shadow: 0 0 0 1px rgb(74 74 74 / 50%);
  color: rgba(74, 74, 74, .5);
  border: 1px solid rgba(74, 74, 74, .5);
}
.square-box li input:checked+label, .square-box li:hover label {
  border: 1px solid #07b;
  box-shadow: 0 0 0 1px #07b;
  color: #07b;
  border-image-slice: 1;
}
.square-box li.outofstock input:checked+label, .square-box li.outofstock:hover label {
  border: 1px solid #07b;
  box-shadow: 0 0 0 1px #07b;
  color: rgba(74, 74, 74, .5);
  border-image-source: linear-gradient(180deg, #fff 0, #07b 0, #003d61 100%, #000 100%);
  border-image-slice: 1;
}
.finish-circles li input:checked+label, .finish-circles li:hover label {
  color: #07b;
  background-image: url(assets/images/phase-3/Stocked-Selected.png);
}
.finish-circles li.outofstock input:checked+label, .finish-circles li.outofstock:hover label {
  color: rgba(74, 74, 74, .5);
  background-image: url(assets/images/phase-3/Outofstock-Selected.png);
}
.finish-circles li.outofstock label {
  background-image: url(assets/images/phase-3/Outofstock-Deselected-1.png);
  color: rgba(74, 74, 74, .5);
}
.finish-circles li.disabled:after, .finish-circles li.disabled:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 14px;
  border: dashed;
  border-width: .5px;
  border-color: rgba(74, 74, 74, .5);
  left: 0;
}
.finish-circles li.disabled label {
  background-image: url(assets/images/phase-3/Irrelevant.png);
  color: rgba(74, 74, 74, .5);
}
.square-box li.disabled label {
  border: 1px dashed rgba(74, 74, 74, .5);
  color: rgba(74, 74, 74, .5);
  box-shadow: none;
}

/**Thickness Squares**/
ul.thickness-squares, ul.tile-thickness-squares {
  margin-bottom: 6px;
}
.thickness-squares li, .tile-thickness-squares li {
  margin-right: 10px;
}
.thickness-squares li label, .tile-thickness-squares li label {
  min-width: 55px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.square-box li.disabled input+label:after, .square-box li.disabled input+label:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 12px;
  border: dashed;
  border-width: .5px;
  border-color: rgba(74, 74, 74, .5);
  left: 0;
}
.square-box li.disabled input+label:before {
  transform: rotate(20deg);
}
.square-box li.disabled input+label:after {
  transform: rotate(-20deg);
}
.tile-size-squares.square-box li.disabled input+label:before, .smsize.square-box li.disabled input+label:before {
  transform: rotate(15deg);
}
.tile-size-squares.square-box li.disabled input+label:after, .smsize.square-box li.disabled input+label:after {
  transform: rotate(-16deg);
}

.avail-box-list .avail-box {
  margin-right: 10px;
  margin-bottom: 10px;
}
.avail-box-list .avail-box label {
  width: 80px;
  font-weight: 700;
}
li.avail-box.hidden {
  display: none;
}
.avail-box label {
  width: 90px;
}

/**Browse Buttons**/
.browse-container {
  display: flex;
  justify-content: space-between;
}
.browse-wrap {
  min-width: 48%;
}
.browse-button {
  border: 1.5px solid #4a4a4a;
  padding: 5px;
  color: #4a4a4a;
  font-weight: 700;
  font-size: 14px;
  display: block;
  text-align: center;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgb(74 74 74);
}
.browse-button.outofstock {
  border: 1.5px solid rgba(74, 74, 74, .5);
  color: rgba(74, 74, 74, .5);
  box-shadow: 0 0 0 1px rgb(74 74 74 / 50%);
}
.browse-button.selected, .browse-button:hover {
  border: 1.5px solid #07b;
  box-shadow: 0 0 0 1px #07b;
  color: #07b;
  border-image-source: linear-gradient(180deg, #fff 0, #07b 0, #003d61 100%, #000 100%);
  border-image-slice: 1;
}
.discontinue-product-btn {
  /*border: none !important;
  box-shadow: none !important;*/
  pointer-events: none;
}

/**Size**/
.size-squares li label {
  min-width: 75px;
  min-height: 24px;
}

/**
 * Tile Size
 */
ul.tile-size-squares {
  display: flex;
  flex-wrap: wrap;
}
.tile-size-squares li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.tile-size-squares li label {
  min-width: 75px;
}
span.sizestrick {
  position: relative;
  left: 2px;
  top: -1px;
}

/*Slab Listing Catalog and Live Inventory*/
.favorite-icon-wrap label {
  height: 25px;
  width: 25px;
  background: url(assets/images/revisions2020/icons/white-heart.png) no-repeat;
  background-size: 22px;
  color: transparent;
  font-size: 6px;
  display: inline-block;
  top: 0;
  position: absolute;
  right: 0;
}
.favorite-icon-wrap input {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.favorite-icon-wrap input:checked+label {
  background: url(assets/images/phase-4/Heart.png) no-repeat;
  background-size: 19px;
  left: 3px;
  top: 1px;
}
.catalog-name span{
	display: block;
}
.catalog-menu-wrap .catalog-menu {
	width: 14.28%;
}
.catalog-menu-wrap {
  padding: 20px 0;
}
.mega-menu .catalog-menu-wrap {
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.catalog-menu-wrap {
	display: flex;
  justify-content: center;
  align-items: center;
}
input.mobile-header-search {
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: none;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
}
.ml-auto .dropdown-menu{
	top: 80%;
}
.activebox-dropdown{
	display: block;
}
.mobile-filter-wrap {
	display: none;
}
.mobile-filter-count.color_mark {
	text-align: right;
}
.blur-background{
	filter: blur(4px) opacity(30%);
}
.mobile-search-sidebar .top-search {
	padding: 20px 10px;
	width: 100%;
	margin-bottom: 10px;
}
.pc-sidebar-sec .menu-item {
	width: 60%;
}
.pc-sidebar-sec .color_mark {
	text-align: right;
}
.menu-item.pc-sort-item span {
	background-repeat: no-repeat;
	background-position: right center;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.filter-item-list-mobile{
	display: none;
}
.pc-mobile-sort,
.livein-mobile-sort{
	display: none;
}
ul.pc-mobile-sort,
ul.livein-mobile-sort {
	padding: 15px !important;
}
.show{
	display: block;
}
.mobile-search-sidebar {
	margin-bottom: 10px;
}
.mobile-search-sidebar input#SearchItemNameCatalog {
	background-color: #3c3c3c;
	border-color: #3c3c3c;
	color: #fff;
}
.mobile-search-sidebar .search-product-catalog .autocomplete-items {
	top: 85px;
}
.mobile-search-sidebar input#SearchItemNameCatalog::placeholder {
	color: #fff;
}
.filter-sidebar-body {
	padding-bottom: 10px;
}
.bundle-prdct-wrap .slab-item {
  margin-bottom: 20px;
}
/* .prodcts_list_wrap li.slab-item:nth-child(4n) {
  margin-right: 0;
} */
.slab-item {
  background-color: #fafafa;
  max-width: 230px;
  flex: 0 0 230px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 2px 0 #d0d0d0;
  list-style: none;
  height: 365px;
  padding: 0;
  transition: 0.5s ease-in-out;
}
.filter-item:last-child {
  border-bottom: none;
}
.filter-control:last-child .filter-label {
  margin-bottom: 15px;
}

/*sidebar css for color section start*/
.color-option input {
  visibility: hidden;
  width: 0;
}
.color-option .filter-label {
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 25px;
}
.color-option[data-option="Beige / Taupe"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Beige-Taupe.png);
}
.color-option[data-option="Black / Gray"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Black-Gray.png);
}

.color-option[data-option="Gold / Yellow"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Gold-Yellow.png);
}
.color-option[data-option="Red / Burgundy"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Red-Burgundy.png);
}
.color-option[data-option="Pink"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Pink.png);
}
.color-option[data-option="White / Cream"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/White-Cream.png);
}
.color-option[data-option="Black"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Black.png);
}
/* .color-option[data-option="Black"] input.filter-option:checked ~ label {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Black.png);
} */
.color-option[data-option="Blue"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Blue.png);
}
.color-option[data-option="Green"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Green.png);
}
.color-option[data-option="Gray"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Gray.png);
}
.color-option[data-option="Brown"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Brown.png);
}
.color-option[data-option="Multicolor"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Multicolor.png);
}
.color-option[data-option="Multicolor"] .filter-icon {
  background-image: url(/wp-content/themes/vmcstone/assets/images/phase-3/Filter/Filter/Multicolor1.png);
  background-position: -4px;
  background-size: 25px;
  color: rgba(92,95,101,0.8);
}
span.filter-icon {
  position: absolute;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  left: 15px;
  top: 3px;
  background-position: center;
  border-radius: 50%;
}
input.filter-option:checked ~ span.filter-icon {
  border: 1px solid #0077bb;
}
/*sidebar css for color section end*/

/*Home Page Black Banner After Header Slider*/
.container-home-list {
  width: 810px;
  margin: 0 auto;
  position: relative;
  left: 18px;
  max-width: 100%;
}
.nav-banner-section {
  background-color: #2d2d2d;
  padding: 61px 0;
  position: relative;
}
.box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-icon .hvr-box {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: scale-down;
  border-radius: 50%;
  background-image: linear-gradient(#4e4e4e, #2d2d2d);
  transition: all .2s ease-in-out;
  position: relative;
}
.catalog-type {
  position: relative;
}
.catalog-type.cur-icon {
    left: 2px;
}
.catalog-type.smt-icon {
    left: 3px;
}
.catalog-type.inb-icon {
  left: -25px;
}
.hvr-box img {
  max-width: 100%;
  position: relative;
  width: 60%;
}
.mega-menu .hvr-box img {
  width: 70%;
}
.cat-icon .hvr-box img {
  max-width: 59px;
}
.cur-icon .hvr-box img {
  max-width: 72px;
}
.smt-icon .hvr-box img {
  max-width: 52px;
}
.inb-icon .hvr-box img {
  max-width: 49px;
}
.catalog-icon {
  margin: 0 auto 14px;
}
.catalog-icon, .catalog-icon .hvr-box {
  width: 100px;
  height: 100px;
}
.catalog-icon {
  margin-bottom: 12px;
}
.catalog-type:hover .catalog-icon .hvr-box {
  background-image: linear-gradient(#07b, #003d61);
}
.catalog-name {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 0px;
}
.catalog-type a {
  color: #fff;
  display: block;
}

/*Home Page Trending New Special tabs*/
#single_prodcttabs {
  margin-top: 30px;
  max-width: 1040px;
  width: 100%;
  margin-bottom: 24px;
}

/*Single Page Carousels*/
.vmc-tab-container {
  background: whitesmoke;
  box-shadow: 0 0px 4px 0px #d4d4d4;
  height: 60px;
  display: flex;
  align-items: center;
}
.vmc-tab-container .nav-tabs {
  border: 0 none;
  display: flex;
  justify-content: space-evenly;
}
.vmc-tab-container .nav-tabs .nav-link.active {
  background: rgba(0,0,0,0);
  color: #0075bb;
  font-weight: 600;
}
.vmc-tab-container .nav-tabs .nav-item a {
  border: 0 none;
  color: #696969;
  font-size: 14px;
}
.tab-pane1 {
  position: absolute;
  left: 0;
  right: 0;
}
.tab-pane1.active.show{
  z-index: 1;
}
.carousel-view-all {
  text-align: center;
  padding: 6px;
}
.carousel-view-all a {
  color: #4a4a4a;
  font-weight: bold;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1.1px;
  width: fit-content;
  font-size: 14px;
}
.carousel-view-all a:hover {
  color: #0075bb;
}
.home-tabs-wrap ul.loading-single-wrap{
 display: flex;
}
.home-tabs-wrap li.loading-swatch{
 margin-right: 20px;
}

/*Home page Featured Section*/
.featured-wrap {
  display: flex;
  justify-content: center;
}
.featured-icon {
  margin-bottom: 10px;
}
.featured_container {
  max-width: 1035px;
  margin: auto;
}
.featured-box {
  max-width: 230px;
  margin: 0 auto;
}
.featured-banner-wrapper .featured-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 0 10px 2px #000;
  border-radius: 50%
}
.featured-banner-section {
  background-color: #2d2d2d;
  padding: 35px 0 59px;
  position: relative;
}
.featured-head {
  text-align: center;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 60px;
  color: #fff;
}
.featured-title p {
  margin: 0;
  color: #fff;
  line-height: 17px;
  font-size: 14px;
}
.featured-icon {
  border-radius: 50%;
}
.featured-icon img {
  width: 100%;
}
.featured-title.text-center {
  padding: 0;
}

/**
 * Footer
 */
.footer-wrap h3 {
  font-size: 14px;
  margin-bottom: 0;
  color: #9b9b9b;
}
.footer-wrap {
  padding: 30px 0 14px 32px;
  display: flex;
  justify-content: flex-start;
}
.footer-wrap, .footer-wrap a {
  color: #4a4a4a;
  transition: 0.3s ease-in-out;
}
.footer-wrap a:hover {
  color: #0075bb;
}
.footer-text {
  width: 350px;
}
.foot-txt {
  padding-top: 12px;
  font-size: 14px;
  line-height: 18px;
  width: 250px;
  color: #9b9b9b;
}
.footer-links {
  width: 430px;
  display: flex;
  justify-content: flex-start;
}
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-links li {
  padding-bottom: 18px;
  font-size: 14px;
}
.footer-links a {
  display: block;
  font-weight: bold;
}
.footer-social {
  width: 222px;
}
.footer-social ul {
  list-style: none;
  padding: 0;
  padding: 5px 0 0 0;
  margin: 0;
}
ul.links-2 {
  padding-left: 109px;
}
.footer-social ul li {
  display: inline-block;
  padding-right: 16px;
}
.footer-social ul li a {
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0px;
  display: block;
  padding: 0;
  margin: 0;
}
.footer-social ul li a img {
  max-width: 100%;
}
.footer-social ul li:last-child {
  padding: 0;
}
.footer-insta {
  width: 250px;
}
.footer-insta h3 {
  padding-left: 10px;
}
#sb_instagram .sbi_photo {
  width: 60px!important;
  height: 60px!important;
}
#sb_instagram #sbi_load .sbi_load_btn {
  display: none;
}
#sb_instagram .sbi_follow_btn a {
  background: transparent;
  color: #4a4a4a;
  padding: 0 0 0 5px;
  margin: 0;
  box-shadow: none;
  font-weight: bold!important;
}
#sb_instagram .sbi_follow_btn a:hover {
  background: transparent;
  box-shadow: none;
  color: #0075bb;
}
#sb_instagram #sbi_load {
  text-align: left;
}
#sb_instagram svg:not(:root).svg-inline--fa {
    display: none;
}
a.sbi_header_link {
  display: none !important;
}
.sb_instagram_header {
  margin: 0 !important;
  padding-right: 9px !important;
}
.footer .textwidget h3 {
  font-weight: 600 !important;
}
span.sbi_follow_btn a {
  font-weight: 400 !important;
  font-size: 14px !important;
}

/**
 * Footer Copyright
 */
.footer .copyright {
  background-color: #2d2d2d;
  padding-top: 10px;
  padding-bottom: 10px;
}
.copyright-wrap {
  padding-left: 32px;
}
.footer .copyright p {
  color: #FFFFFF;
  font-size: 14px;
  margin: 0;
  white-space: nowrap;
}

/**
 * VMC Delivery map start
 */
p.vmc-delivery-map-text {
  font-size: 14px;
  font-weight: 400;
}
.vmc-dmt1 {
  color: #527198;
}
.vmc-dmt2 {
  color: #5c5f65;
}
.vmc-dmt3 {
  color: #ca812a;
}
.vmc-dmt4 {
  color: #1d592c;
}
.vmc-delivery-map-textdata {
  max-width: 960px;
  margin: 0 auto;
}

/**
 * Desired Sitemap
 */
.sitemap-content nav.nav.product-catalog .nav-link:nth-child(2), .sitemap-content nav.nav .li-sitemap a{
  padding-left: 0px;
  margin-left:0px;
}
.sitemap-content p.nav-link.purple-nav {
  color: #9268a7!important;
}
.sitemap-content p.sub-nav, .sitemap-content ul{
  margin-left: 10px;
}
.sitemap-content ul li{
  list-style: none;
  padding: 0px;
}
.sitemap-content ul{
  margin-bottom: 0px;
  padding-left: 0px;
}
.sitemap-content nav-link {
  font-size: 14px;
}
.sitemap-content .site-map nav.nav p:first-child {
  padding-top: 10px;
}
.sitemap-content p{
  margin-bottom: 10px;
}
.sitemap-content .contact-sm li a, .sitemap-content .user-sm li a, .sitemap-content .site-sm li a{
  padding-left: 0px;
}

/**
 * Favorites Page
 */
.fav-top-right {
  display: flex;
  justify-content: space-between;
}
.mobile-avail-select {
  display: none;
}
.sort-row {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 16px;
}
.sort-left {
  width: 200px;
}
.sort-right {
  display: flex;
}
span#FavoriteCount {
  padding-right: 5px;
}
.fav-head {
  color: #9b9b9b;
  background-color: #fafafa;
  height: 50px;
}
.fav-head h3 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
  font-weight: 400;
  color: #9b9b9b;
  text-transform: uppercase;
  line-height: 50px;
}
.child-part {
  float: left;
  padding-left: 20px;
}
.bundle-col, .bundle-col-head {
  width: 48%;
}
.available-col, .available-col-head {
  text-align: center;
  width: 22%;
}
.pricing-col, .pricing-col-head {
  width: 30%;
}
.fav-top-right .fav-child-head {
  padding-left: 20px;
}
.available-col .fav-head {
  padding: 0;
}
.available-col .vmc-select {
  box-shadow: none;
  color: #9b9b9b;
  width: 100%;
  height: 100%;
}
.available-col {
  font-weight: 700;
}
.pricing-col ul {
  padding-left: 0;
  text-align: center;
}
.pricing-col ul li {
  display: inline-block;
}
.sale-pricing {
  padding-right: 20px;
  position: relative;
}
.sale-pricing:after {
  content: '';
  position: absolute;
  right: 8px;
  width: 2px;
  height: 18px;
  background: #9b9b9b;
  top: 3px;
}
.fav-top-row {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.sort-by-select, .vmc-select.avail-sort {
  background-color: transparent;
  box-shadow: unset;
  height: 100%;
  padding: 0 30px;
  font-size: 14px;
}
.favrt-head-wrap nav.breadcrumb {
  padding: 0;
  position: relative;
  top: 0px;
  left: 5px;
}
/*.favorite-container {
  display: flex;
  flex-wrap: wrap;
}  */
.favorite-container {
  font-size: 14px;
}
.favorite-row ul {
  list-style: none;
  margin: 0;
}
.favorite-left, .fav-top-left {
  width: 25%;
  float: left;
}
.favorite-right, .fav-top-right {
  width: 75%;
  float: left;
}
.favrem {
    margin-top: 10px;
}
.child-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.child-col:last-child {
  margin-bottom: 0;
}
.favorite-row {
  padding: 18px 0;
  border-top: 0.5px solid #9b9b9b;
}
.favimg {
  width: 80px;
  background: black;
  height: 80px;
  display: flex;
  align-items: center;
}
.favbox {
  display: flex;
}
.favdetail {
  padding-left: 10px;
}
.favname a {
  color: #4a4a4a;
  position: relative;
  font-weight: 600;
}
.favname a:hover, .favname a:active {
  color: #0075bb;
}
.bndlrem {
  padding-top: 5px;
}
.bndldetail {
  padding-left: 10px;
}
.favsubcat, .favcat {
  color: #9b9b9b;
}
.bndldetail ul {
  padding-left: 0;
}
.bundle-box {
  display: flex;
  width: 100%;
/*  margin-bottom: 20px;*/
  /*min-height: 100%;*/
}
.no-bundle-box {
  align-items: center;
}
.no-bundle-msg {
  margin: 0 auto;
}
.mobile-fav-head {
  display: none;
}
.favbundl {

}
.bundlimg {
  width: 106px;
  background: black;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
}
.favbundl img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.favimg img {
  max-width: 100%;
}
.bndlleft {
  display: inline-block;
}
.thick {
  padding-right: 20px;
}
.bndlfinish {
  text-transform: uppercase;
  position: relative;
}
.bndlfinish:before {
  position: absolute;
  width: 1px;
  height: 20px;
  content: '';
  top: 0;
  background: #9b9b9b;
  left: -10px;
}
.remtab {
  color: #4a4a4a;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.remtab:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #4a4a4a;
  left: 0;
  bottom: 2px;
}
.vmc-red.remtab:after {
  background: #d0021b;
}
.favremtab:hover, .bndlremtab:hover {
  color: #0075bb;
}
.remtab:hover::after {
  background: #0075bb;
}
.vmc-red.remtab:hover::after {
  background: #fd001f;
}
.holdcount {
  border: 0 none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  padding: 0 15px 0 15px;
  background: url(assets/images/phase-3/downarrow.png) no-repeat right center;
  background-position: 98% 54%;
  -moz-appearance: window;
  -webkit-appearance: none;
  height: 30px;
  line-height: 30px;
  box-shadow: 0 0 4px 0 #e7e7e7;
  background-color: #fafafa;
  width: 100px;
}
.search-col .select_sortbundl>select {
  height: 30px;
  background-color: #fafafa;
  line-height: 30px;
  padding: 0 30px 0 15px;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 700;
  box-shadow: 0 0 4px 0 #e7e7e7;
  background-position: 95% 11px;
  text-transform: uppercase;
}
.color-mark {
  white-space: nowrap;
  margin-right: 22px;
  margin-top: 4px;
  color: #9b9b9b;
  font-size: 14px;
}
.sample-req-wrap {
  display: flex;
  justify-content: space-between;
	width: 730px;
	max-width: 100%;
}
.os-message {
  padding-bottom: 15px;
}
/*.favrt-head-wrap {
  padding: 0 15px;
}*/

/*Favorites Bottom Request Hold*/
.sample-req-wrap button {
  width: 140px;
  height: 30px;
  font-size: 14px;
  padding: 0;
}
.sample-txt {
  margin: 0;
}
.chat-with-us {
	color: #0075BB;
	border-bottom: 1px solid #0075bb;
	font-weight: bold;
}

/*Request Hold Thank You Page*/
.hold-req-head h3 {
  color: #000;
  font-size: 14px;
}

/**
 * Product Single Page
 */
.bundle-tab {
  max-width: 1110px;
  width: 100%;
  margin: 30px auto 0 auto;
}

/**
 * Bundle Listing Tab
 */
.bundle-listing {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.tab-bundle-box {
  width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.tab-bundle-box:nth-child(5n) {
  margin-right: 0;
}


/*sidebar search text*/
input.mobile-header-search {
  color: black;
}

/*Responsive CSS*/
@media only screen and (max-width:1440px) {

}
@media only screen and (max-width:1439px) {

}
@media only screen and (max-width:1300px) {
  .header-menu {
    margin-left: 0px;
  }
  .header-logo {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .header-menu {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .tools.header-tools {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .header-main .tools ul li.wishlist-icon {
    margin-left: 22px;
  }
  .header-main .tools li.wishlist-icon a {
    padding-right: 9px;
    padding-top: 6px;
  }
}
@media only screen and (max-width:1200px) {

	/*Home Page*/
  .nav-banner-section {
    padding: 30px 0;
  }
  .container-home-list {
    width: 815px;
  }
  .catalog-type.cat-icon {
    left: -6px;
  }
  .catalog-type.cur-icon {
    left: -5px;
  }
  .catalog-type.smt-icon {
    left: -10px;
  }
  .catalog-type.inb-icon {
    left: -16px;
  }
  .carousel-view-all {
    position: relative;
    top: 10px;
  }
  .featured-head {
    position: relative;
    top: 12px;
  }
  .featured-banner-section {
    padding: 35px 0 30px;
  }
  .catalog-icon {
    margin-bottom: 14px;
  }

  /*Owl Carousel Setting*/
  #single_prodcttabs {
    max-width: 1008px;
  }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  	top: -8px;
  }
  .owl-carousel .owl-nav button.owl-next {
  	right: -23px;
  }
  .owl-carousel .owl-nav button.owl-prev {
  	left: -23px;
  }

  /*Footer*/
  ul.links-2 {
    padding-left: 26px;
  }
  .footer-wrap {
    padding: 20px 0 3px 5px;
  }
  .foot-txt {
    padding-top: 5px;
    line-height: 17px;
    width: 220px;
  }
  .footer-text {
    width: 315px;
  }
  .footer-links {
    width: 309px;
  }
  .footer-social {
    width: 192px;
    padding-left: 21px;
  }
  .footer-insta {
    width: 280px;
    padding-left: 10px;
  }
  .footer-social ul li.houzz-icon {
  	padding-right: 10px;
  }
  #sb_instagram .sbi_photo_wrap {
  	float: right;
  }
  #sb_instagram #sbi_images .sbi_item:last-child {
  	padding-right: 0!important;
  }
  .footer-insta h3, #sb_instagram .sbi_follow_btn a {
  	padding-left: 15px;
  }
  .copyright-wrap {
  	padding-left: 15px;
  }

  /*Header Middle Part*/
  .header-logo {
    max-height: 39px;
    padding-left: 15px;
  }
  .header-menu {
    margin-left: 0px;
  }
  ul.nav.vmcnav > li {
    padding: 0 15px;
  }
  ul.nav.vmcnav > li:nth-child(2) {
    padding-left: 5px;
  }
  ul.nav.vmcnav > li:last-child {
    left: 0;
  }
  .tools ul.dropdown-menu {
    transform: translate3d(0, 0px, 0px);
  }

  /*Sub Page Header*/
  .page-detailed-content {
    padding-top: 90px;
	}

  /*Favorites Page*/
  /*.favorite-left, .fav-top-left {
    width: 28%;
  }
  .favorite-right, .fav-top-right {
    width: 72%;
  }*/
  /*.bundle-col, .bundle-col-head {
    width: 40%;
  }
  .available-col, .available-col-head {
    width: 20%;
  }
  .pricing-col, .pricing-col-head {
    width: 30%;
  }*/
  .color-mark {
    margin-right: 32px;
  }
  .fav-top-right .fav-child-head {
    padding-left: 15px;
  }
  .favrt-head-wrap {
    padding: 0;
  }
  .favrt-head-wrap nav.breadcrumb {
    left: 15px;
  }
}
@media only screen and (max-width:1023px) {
	/*Header*/
  .mobile-header-wrap {
    display: block;
  }
  .header-wrap {
    display: none;
  }
  .vmc-header-top {
    display: none;
  }
  ul.mobile-nav.nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  li.mobile-logo-wrap {
    text-align: center;
    /*position: absolute;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
  }
  /*.mobile-header-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }*/
  /*
  .header-menu {
    flex: 0;
    max-width: 0;
  }
  .header-logo {
    flex: 0;
    max-width: 0;
  }
	.header-top {
		display: none;
	}
	.logo {
    display: none;
	}*/
	.header-main {
    background-color: #2d2d2d;
    height: 40px;
    padding: 5px 0;
	}
	/*a.mobile-logo {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
	}
	.header-main .tools ul li.wishlist-icon {
    display: none;
	}
	.menu-icon a.nav-link {
		padding: 0;
	}
	.mobile-logo-wrap {
		display: block;
    position: relative;
	}*/

	/*Home Page*/
  .featured-box {
    max-width: 22%;
  }

  .featured-box.box-f3 img {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 60%);
  }
  .container-home-list {
    max-width: 90%;
    left: 0;
  }
  .catalog-type.cat-icon, .catalog-type.cur-icon, .catalog-type.smt-icon, .catalog-type.inb-icon {
    left: 0;
  }

  /*Footer*/
  .footer-social {
    padding-left: 0;
  }
  .footer-insta {
    padding-left: 0;
  }
  ul.links-2 {
    padding-left: 20px;
  }
  .footer-social ul li {
    padding-right: 8px;
  }
  .footer-wrap {
    padding-left: 0;
  }
  .footer-text {
    width: 300px;
  }
  .featured-head {
    margin-bottom: 40px;
  }
  .featured-banner-section {
    padding: 20px 0 30px;
  }

  /*Owl Carousel Setting*/
  #single_prodcttabs {
   /* max-width: 760px;*/
  }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  	width: 40px;
  }
  .sort-by-select, .vmc-select.avail-sort {
    padding: 0 5px;
    font-size: 12px;
  }
  .remtab, .favname a, .favorite-container {
    font-size: 13px;
  }
  /*Favorite Page*/
  /*.bundle-col, .bundle-col-head {
    margin-left: 15px;
  }
  .available-col, .available-col-head {
    margin-left: 15px;
  }
  .pricing-col, .pricing-col-head {
    margin-left: 15px;
  }*/
}
@media only screen and (max-width:991px) {

}
@media only screen and (max-width:900px) {
	/*Global*/
	/*.container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
  	padding-left: -10px;
    padding-right: -10px;
  }*/

	/*Footer*/
  .foot-txt {
    width: 180px;
  }
  .foot-logo img {
    max-width: 190px;
  }
  .footer-text {
    width: 250px;
  }
  .footer-social {
    width: 140px;
  }
  .footer-links {
    width: 280px;
  }
  .footer-insta {
    width: 180px;
  }
  #sb_instagram #sbi_images {
    padding: 5px 0px 5px 5px!important;
  }
  #sb_instagram .sbi_follow_btn a {
    font-size: 13px!important;
  }
  #sb_instagram .sbi_photo {
    width: 50px!important;
    height: 50px!important;
	}
	.footer-insta h3, #sb_instagram .sbi_follow_btn a {
  	padding-left: 0px;
  }
}
@media only screen and (max-width:800px) {
	/*Owl Carousel Setting*/
	.owl-carousel .owl-nav button.owl-next {
		right: -12px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -12px;
	}
}
@media only screen and (max-width:768px) {

}
@media only screen and (max-width:767px) {
	/*Home Page*/
  .cat-icon .hvr-box img, .cur-icon .hvr-box img, .smt-icon .hvr-box img, .inb-icon .hvr-box img {
    width: 40px;
  }
  .catalog-icon, .catalog-icon .hvr-box {
    width: 80px;
    height: 80px;
  }
  .container-home-list {
    width: 360px;
    max-width: 100%;
	}
	.catalog-type.cat-icon, .catalog-type.cur-icon {
    margin-bottom: 20px;
	}
  .catalog-type {
    padding: 0px;
    width: 50%;
  }
  .catalog-icon {
    margin-bottom: 10px;
  }
  .featured-box {
    max-width: 145px;
  }
  .featured-banner-wrapper .featured-icon img {
    width: 145px;
    height: 145px;
  }
  .box-f1, .box-f2 {
    margin-bottom: 20px;
  }
  .featured-head {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .featured-banner-section, .nav-banner-section {
    padding: 24px 0 24px;
  }
  .featured-head {
    top: 0;
  }
  .featured-wrap {
    flex-wrap: wrap;
    width: 340px;
    margin: 0 auto;
    max-width: 100%;
  }

  /*Footer*/
  .footer-wrap {
    flex-wrap: wrap;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    max-width: 100%;
    padding: 20px 0 50px 5px;
  }
  .footer-text, .footer-links, .footer-social, .foot-txt {
    width: 100%;
    max-width: 100%;
  }
  .foot-logo img {
    width: 100%;
  }
  .footer .copyright p {
    font-size: 13px;
  }
  .foot-txt {
    padding-top: 10px;
  }
  .footer-links {
    padding-top: 25px;
    width: 600px;
  }
  .footer-insta {
    padding-top: 20px;
  }
  .footer-links li{
    padding-bottom: 10px;
  }
  ul.links-2 {
    padding-left: 70px;
  }
  .footer-social {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-insta {
    width: 180px;
    position: absolute;
    top: 260px;
    right: auto;
    left: 160px;
	}
  .footer-insta h3 {
    padding-left: 0;
  }
  #sb_instagram #sbi_images {
    position: relative;
    left: -10px;
  }
  #sb_instagram #sbi_load .sbi_follow_btn, #sb_instagram .sbi_follow_btn a {
    margin-left: 0;
    padding-left: 0;
  }
  .footer-insta h3, #sb_instagram .sbi_follow_btn a {
  	padding-left: 0px;
  }
  #sb_instagram .sbi_follow_btn a {
  	font-weight: bold!important;
  }
  /*#sb_instagram .sbi_photo {
    width: 60px!important;
    height: 60px!important;
	}*/
  .copyright-wrap {
  	padding-left: 0;
  	text-align: center;
  }

  /*Owl Carousel Setting*/
  #single_prodcttabs {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
  .owl-carousel .owl-nav button.owl-next {
		right: -5px;
/*    display: none;*/
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -5px;
/*    display: none;*/
	}

  /*Favorites Page*/
  .favorite-left, .fav-top-left {
    width: 100%;
    float: unset;
    margin-bottom: 20px;
  }
  .favorite-right, .fav-top-right {
    width: 100%;
    float: unset;
  }
  .bundle-col, .bundle-col-head {
    width: 100%;
  }
  .child-part {
    padding-left: 0;
  }
  .available-col, .available-col-head {
    width: 30%;
  }
  .pricing-col, .pricing-col-head {
    width: 70%;
  }
  .favrt-head-wrap .fav-head h3 {
    line-height: 30px;
  }
  .favrt-head-wrap .fav-head, .client-data-section .box-head {
    height: 30px;
  }
  .sort-by-select, .vmc-select.avail-sort {
    background-color: #fafafa;
    box-shadow: 0 0 4px 0 #e7e7e7;
    height: 100%;
  }
  .sort-left .vmc-select {
    font-size: 14px;
    width: 45%;
  }
  .bundle-col.child-part {
    margin-bottom: 15px;
  }
  .fav-top-row {
    display: none;
  }
  .sample-req-wrap {
    display: block;
    text-align: center;
  }
  .sample-txt {
    margin-bottom: 15px;
  }
  .sort-row.row {
    margin-bottom: 20px;
  }
  .sort-left {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .mobile-avail-select {
    display: block;
  }
  .favrt-head-wrap nav.breadcrumb {
    top: 0;
  }
  .mobile-fav-head {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  /*.sort-left .vmc-select {
    width: 200px;
  }*/
}
@media only screen and (max-width:480px) {

}
@media only screen and (max-width:470px) {

}
@media only screen and (max-width:420px) {

}
@media only screen and (max-width:400px) {

}
@media only screen and (max-width:374px) {
	/*Global*/
  .vmc-head h1 {
    font-size: 25px;
  }
  .vmc-head h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width:360px) {

}
@media only screen and (max-width:359px) {
	/*Home Page*/
  .catalog-name {
    font-size: 12px;
  }

  /*Footer*/
  .footer .copyright p {
  	font-size: 12px;
  }
}
@media only screen and (max-width:350px) {

}
.catalog-menu-wrap .catalog-menu {
  padding: 0px 5px 0px 5px;
}

.f-just-space-evenly {
  justify-content: space-evenly !important;
}

.mw-fit-content {
  max-width: fit-content !important;
}