@charset "utf-8";

.offersub {
 width:100%;
 position:relative;
 display:block;
 margin:auto; 
 background:#333;
}
.offsubCo {
    position: relative;
    z-index: 1;
    box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
    transition: .3s;
	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	display:block;
}
.offsubCo:hover {
    box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
.x-he {
    text-decoration: none
}
.offbox {
    --gap: 0px;
    --offset: var(--gap);
    display: flex;
    flex-wrap: wrap;
	flex-direction: row-reverse;
}
.offbox__min {
    overflow: hidden;
	flex-basis: calc( 50% - 0.01px - var(--gap, 0.75em));
    max-width: calc( 50% - 0.01px - var(--gap, 0.75em));
}
.offboximage {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
	transition: .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
}
.offsubCo:hover .offboximage {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-transform: scale(1.05);
    transform: scale(1.05)
}
.offboxtext {
    flex-basis: calc( 50% - 0.01px - var(--gap, 0.75em));
    max-width: calc( 50% - 0.01px - var(--gap, 0.75em));
	padding:50px 30px;
}
.offboxtext h2 {
    margin:0 0 10px 0;
	font-family: 'Asty-Light', sans-serif;
	color:#c8a2c8;
	font-size:1.35em;
	font-weight:normal;
}
@media all and (min-width:600px) and (max-width:767px) {
.offboxtext h2 {
	font-size:1.15em;
}
.offboxtext {
    padding: 50px 20px;
}

}
.offbox_shop {
	background:#20B2AA;
	border:solid 1px #20B2AA;
	padding:8px 12px;
	color:#fff;
	font-size:1em;
	border-radius:5px;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.offsubCo:hover .offbox_shop {
    background:#c8a2c8;
	border:solid 1px #c8a2c8;
	color:#333;
}
.offboxtext_min p {
   width:100%;
   display:inline-block;   
}
@media all and (max-width:499px) {
.offboxtext h2 {
	font-size:1em;
	text-align:center;
}
.offboxtext {
    padding: 30px 20px;
	flex-basis: 100%;
    max-width: 100%;
}
.offbox__min {
    display:none;
}
.offboxtext_min p {
  text-align:center; 
}
.offbox_shop {
	font-size:.9em;
	display:block;
}

}
/*product_index */
.infs {
    padding-left: 1.6em;
    padding-right: 0.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    line-height: 1.3em;
	position:relative;
}
.infs i, .infs em{
    display:block;
	margin:0 auto 10px auto;
	text-align:center;
	color:#a3977b;
}
.infs .title {
    color: #000;
    display: block;
    clear: both;
    position: relative;
	font-family: 'Asty-Light', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
}
.infs .txt {
    color: #333;
    display: block;
    clear: both;
	font-family: 'OpenSans-Regular', sans-serif;
	text-align:center;
}
.promos {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    margin: auto;
    display: block;
	background:#fff;
	border-bottom-width: 1px;
    border-bottom-color: #ebebeb;
    border-bottom-style: solid;
}
.promos .box-text h3 {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	text-align:left;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	background:#fff;
	margin: 0;
    padding-right: 20px;
	padding-left:10px;
	line-height: 30px;
	width:fit-content;
}
.promos .box-text {
    position:relative;
	display:block;
	width:100%;
	margin:0 auto 3rem auto;
	max-width:1240px;
}
.promos .box-text:before {
    content: "";
    height: 1px;
    background: #ffa60a;
    position: absolute;
    left: 0;
    right: 15px;
    top: 50%;
}
.promos .promos_into {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 95%;
    margin: auto;
    display: block;
}
.promos .promos_into .Pbox .grid-item {
	width: 100%;
	text-align:center;
	cursor:pointer;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	background-color:#fff;
	border:solid 1px #2c3e50;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.promos .promos_into .Pbox .grid-item:hover {
	background-color:#2c3e50;
}
.promos .promos_into .Pbox  .grid-item .clct {
	padding:8px 10px;
	font-family: 'OpenSans-Regular', sans-serif;
	color: #fff;
	background-color: #2c3e50;
	border-radius: 8px;
	font-size: .75em;
	top:3px;
	left:3px;
	position: absolute;
}
.promos .promos_into .Pbox  .grid-item .iconproducts {
	display:block;
	margin:0 auto;
	padding:50px 0;
}
.promos .promos_into .Pbox  .grid-item .iconproducts i {
	display:block;
	margin:0 auto;
	font-size: 4em;
	color:#2c3e50;
}
.promos .promos_into .Pbox .grid-item:hover .iconproducts i {
	color:#ffa60a;
}
.promos .promos_into .Pbox .img-title h5 {
	font-family: 'OpenSans-Regular', sans-serif;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	font-weight:normal;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	font-size: .9em;
}
.promos .promos_into .Pbox .img-title a {
	text-decoration: none;
	color: #fff;
}
.promos .promos_into .Pbox .img-title {
	position: relative;
	width: 100%;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
    background-color: #2c3e50;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding:15px 0px;
}
.promos .promos_into .Pbox.col-lg-4 {
	margin-bottom:1rem;  
 }

.superdeal {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%;
    margin: auto;
    display: block;
	background:#fff;
	margin-bottom: 0px;
    background-image: url(pics/bg.jpg);
	background-repeat:no-repeat
}
.superdeal .dealbox {
	font-family: 'Asty-Light', sans-serif;	
}
.superdeal .dealbox .dealboxIn {
	justify-content:center;
	display: flex;
    flex-direction: column;
}
.superdeal .dealbox .dealboxIn .brandi{
	display:block;
	margin:auto;
	width:100%;
	max-width:100px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    margin-bottom: 10px;
	text-align:center;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:600;
	color: #8B4513;
}
.superdeal .dealbox .dealboxIn h3 {
    font-family: 'Asty-Light', sans-serif;
	text-align:center;
	font-weight:600;
	width:100%;
	line-height: 1.2em;
	margin-bottom:20px;
	margin-top:0;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
    margin:0 auto 20px auto;
	display:block;
	text-align: center;
	font-family: 'Asty-Light', sans-serif;
	font-weight:600;
}
.superdeal .dealbox .dealboxIn .sale-button {
    font-family: 'Asty-Light', sans-serif;
    background-color: #8B4513;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin: auto;
    display: inline-block;
    text-align: center;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    padding: 15px 35px;
	font-size:13px;
	width:100%;
	max-width:250px;
}
.superdeal .dealbox .dealboxIn .sale-button:hover {
    background-color:#333;
	color:#fff;
}
.superdeal .dealbox .imgLiquid {
    display:block;
	margin:auto;
	width:100%;
}
/*product_index */
 .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
      }

      .swiper-slide {
        background: #fff;
        height: calc((100% - 25px) / 2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
		 -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      }

.swiper-wrapper {
	  padding-bottom:40px!important;
	  padding-top:40px!important;
    }
.swiper-wrapper.noTop {
	  padding-bottom:0px!important;
	  padding-top:0px!important;
}
	
.product_index {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color:#fff;
}
.product_index .product_index-into {
	width:95%;
	max-width:1240px;
	position:relative;
	display:block;
	margin:auto;
}
.product_index .htitle {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	max-width:1180px;
	border-bottom:solid 1px #ebebeb;
}
.product_index .box-text h3 {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	text-align:left;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	background:#fff;
	margin: 0;
    padding-right: 20px;
	padding-left:10px;
	line-height: 30px;
	width:fit-content;
}
.product_index .box-text {
    position:relative;
	display:block;
	width:100%;
	margin:0 auto 3rem auto;
	max-width:1240px;
}
.product_index .box-text:before {
    content: "";
    height: 2px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    right: 15px;
    top: 50%;
}

.product_index .htitle a {
    width: 100%;
    border-radius: 4px;
    background: #333;
    border: solid 1px #333;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	padding:5px 8px;
}
.product_index .new {
	#background:#FF4500;
	background:#000;
	padding:5px 8px;
	color:#fff;
}
.product_index .new.man {
	background:#DC143C;
	padding:5px 8px;
	color:#fff;
}
.product_index .blog_into {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	max-width:1180px;
}
.product_index .supplies_box {
   display:inline-block;
   width:100%;
   border:solid 1px #fff;
  -webkit-transition: box-shadow .15s ease-out;
  transition: box-shadow .15s ease-out;
  background-color: #fff;
  vertical-align:top;
}
.product_index .supplies_box:hover {
-webkit-box-shadow: -4px 0px 32px -2px rgba(0,0,0,0.3);
-moz-box-shadow: -4px 0px 32px -2px rgba(0,0,0,0.3);
box-shadow: -4px 0px 32px -2px rgba(0,0,0,0.3);
}
.product_index .supplies_box .SizeMsg {
    color: #fff;
    background-color: #333;
    border-color: #333;
	position: relative;
	width:100%;
	display:block;
	margin:0 auto 3% auto;
    padding: .5rem .85rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	font-size:.85em;
}
.product_index .supplies_box .SizeMsg:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    margin: 8px auto 0 auto;
    text-decoration: inherit;
    content: "\f05a";
    margin-right: 5px;
    color: #fff;
}
.product_index .supplies_box .mainimg {
	width:100%;
	height:250px;
	background-color: #fff;
	display:block;
	margin:auto;
}
.product_index .supplies_box .mainimg img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.product_index .supplies_box .flex-caption{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.product_index .supplies_box .flex-caption h4{
	font-family: 'OpenSans-Regular', sans-serif;
	width: 100%;
	margin:0;
	color:#000;
	text-align:center;
	border-bottom:solid 1px #ebebeb;
}
.product_index .supplies_box .flex-caption a {
	text-decoration:none;
	color:#333;
	 -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.product_index .supplies_box .flex-caption a:hover {
	color:#c09578;
}
.product_index .supplies_box .flex-caption h5{
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	width: 100%;
	color:#555;
}
.product_index .supplies_box .flex-caption h6{
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	width: 100%;
	color:#555;
	line-height:1.25em;
}
.product_index .supplies_box  .flex-caption .prices-container::after {
  content: "";
  clear: both;
  display: table;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	font-family: 'OpenSans-Regular', sans-serif;
	width: fit-content;
	color:#999;
	display:inline-block;
	margin:auto;
	text-align:center;
	white-space: nowrap;
	#float:right;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice{
    background-color: transparent;
    background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(.48, transparent), color-stop(.5, #000), color-stop(.52, transparent), color-stop(1, transparent));
    background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #d51317 50%, transparent 52%, transparent 100%);
}
.product_index .supplies_box .flex-caption .prices-container .price {
	font-family: 'OpenSans-Regular', sans-serif;
	width: fit-content;
	color: #000;
	font-weight: 600;
	vertical-align:top;
	text-align:center;
	display:inline-block;
	margin:auto;
	#float:right;
}
.product_index .supplies_box .flex-caption .prices-container .benefit {
	font-family: 'OpenSans-Regular', sans-serif;
	width: 100%;
	vertical-align:top;
	text-align:center;
	display:block;
	margin:10px auto 0 auto;
	#float:right;
	font-size: 12px;
}
.product_index .supplies_box  .flex-caption .prices-container .benefit .ben_price {
	background:#c8a2c8;
	color:#fff;
	padding:3px 5px;
	font-size: 14px;
	font-weight:normal;
	display:block;
	margin:0 auto;
    width:fit-content;
}
.product_index .supplies_box .flex-caption .prices-container .price.solo {
	#margin-top:11px;
}
.product_index .supplies_box .flex-caption .Availability_p {
	width:100%;
	display:block;
	margin:0px auto;
	text-align:center;
	border-bottom: 1px solid #b2b2b2;
	padding: 8px 0;
}
.product_index .supplies_box .flex-caption .Availability_p i,
.product_index .supplies_box .flex-caption .Availability_p em {
	color:#008000;
	font-size:1em;
	margin-right:5px;
}
.product_index .supplies_box .flex-caption .Availability_p.after i,
.product_index .supplies_box .flex-caption .Availability_p.after em {
	color:#1E90FF;
}
.product_index .supplies_box .flex-caption .Availability_p.nope i,
.product_index .supplies_box .flex-caption .Availability_p.nope em {
	color:#FF4500;
}
.product_index .supplies_box .flex-caption .Availability_p .a_p {
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	padding-left: 0px;
    font-size: 12px;
	color: #38353a;
}
.product_index .supplies_box .info {
    -webkit-box-shadow: 8px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 8px 3px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 8px 3px 5px 0px rgba(0,0,0,0.15);
    font-family: 'OpenSans-Regular', sans-serif;
    position: absolute;
    top: 20px;
    right: 0%;
}
.product_index .supplies_box .popoffer {
	background-color: #ec8f6a;
	border:solid 1px #ec8f6a;
	border-radius:4px;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	text-align:center;
	position:absolute;
	top:8px;
	left:8px;
    color: #fff;
	width:100%;
}
.product_index .supplies_box .popoffer:after {
    position: absolute;
    bottom: -4px;
	left:6px;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
	border:solid 1px #ec8f6a;
	background-color: #ec8f6a;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
.product_index .supplies_box .tools.slide-top {
	opacity:0;
}
.product_index .supplies_box:hover .tools.slide-top {
	opacity:1;
	-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.product_index .supplies_box .tools form {
    display: inline-block;
	margin:0;
}
.product_index .supplies_box .tools .fabutton {
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: solid 1px transparent;
    background-color: transparent;
    padding: 10px;
	border-radius:3px;
	background:#2c3e50;
	border:solid 1px #2c3e50;
    color: #ffa60a;
    cursor: pointer;
    display: inline-block;
}
.product_index .supplies_box .tools .fabutton:hover {
   color: #ffa60a;
}
.product_index .supplies_box .tools .fabutton.wish {
     -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 10px;
	border-radius:3px;
	background:#2c3e50;
    cursor: pointer;
    display: inline-block;
}
.product_index .supplies_box .tools .fabutton.wish i {
    color:#ffa60a;
	-moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.product_index .supplies_box .tools .fabutton.wish:hover i {
    color: #ffa60a;
}
.product_index .supplies_box .tools .fabutton label, 
.product_index .supplies_box .tools .fabutton span {
    font-family: 'OpenSans-Regular', sans-serif;
    position: relative;
}
.product_index .supplies_box .tools a:hover {
    color:#88B44E;
}
.product_index .supplies_box .tools a {
	 -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	font-family: 'FontAwesome';
	background-color:transparent;
	border:1px solid #fff;
	color:#333;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
}
.map_index {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: table;
    table-layout: fixed;
    width: 100%;
	background:#f4f4f4;
}
.map_index .map__info {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.map_index .map__info .mapinfo_sub {
	position:relative;
	display:block;
	margin:auto;
	width:100%;
	padding:0 50px;
}
.map_index .map__info .mapinfo_sub h3 {
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	font-weight:normal;
	font-size:1.65em;
}
.map_index .map__info .mapinfo_sub address {
	color:#333;
	font-size:1.25em;
	font-family: 'OpenSans-Regular', sans-serif;
	font-weight:normal;
	display:block;
	margin:10px auto;
	width:100%;
	text-align:left;
}
.map_index .map__info .mapinfo_sub address i {
	color:#c8a2c8;
	font-size:1.45em;
}
.map_index #gmap_canvas {
    height:500px;
	width:100%;
	margin:auto;
}
/*product_index */
.brands {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color:#fff;
}
.brands .box-text {
    position:relative;
	display:block;
	width:100%;
	margin:0 auto 3rem auto;
	max-width:1240px;
}
.brands .box-text:before {
    content: "";
    height: 2px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    right: 15px;
    top: 50%;
}
.brands .box-text h3 {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	text-align:left;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	background:#fff;
	margin: 0;
    padding-right: 20px;
	padding-left:10px;
	line-height: 30px;
	width:fit-content;
}
.brands .blog_into {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:95%;
	max-width:1240px;
	margin:auto;
}
.brands .blog_into .brItem {
	border:solid 1px #fff;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.brands .blog_into .brItem:hover {
	border:solid 1px rgba(33,33,33, .35)
}

.blog {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	background-color:#fff;
	border-top:solid 1px #ebebeb;
	border-bottom:solid 1px #ebebeb;
}
.blog .box-text {
    position:relative;
	display:block;
	width:100%;
	margin:0 auto 3rem auto;
	max-width:1240px;
}
.blog .box-text:before {
    content: "";
    height: 2px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    right: 15px;
    top: 50%;
}
.blog .box-text h3 {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
	text-align:left;
	font-family: 'Asty-Light', sans-serif;
	font-weight:normal;
	background:#fff;
	margin: 0;
    padding-right: 20px;
	padding-left:10px;
	line-height: 30px;
	width:fit-content;
}
#wrappers #content .blog .blog_inton {
    position: relative;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 95%;
    margin: 1% auto 0 auto;
    display: block;
    max-width: 1240px;
}
#wrappers #content .blog .blog_inton .B_item {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	margin:auto;
	display:block;
	background:#fff;
	#box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}
#wrappers #content .blog .blog_inton .B_item .dates {
    position: absolute;
	top:0;
	left:0;
	width:fit-content;
	padding: 5px 10px;
	text-align:left;
	background:#c09578;
	color:#fff;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	z-index:3;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	width:100%;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	color:#333;
	border-bottom:solid 1px #e0e0e0;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	text-align:left;
	font-weight:normal;
	font-family: 'OpenSans-Regular', sans-serif;
	position:relative;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width:100%;
	display:inline-block;
	vertical-align:top;
	color:#333;
	font-weight:normal;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	font-family: 'OpenSans-Regular', sans-serif;
	background-color: #c8a2c8;
	border:solid 1px #c8a2c8;
    color: #fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar:hover{
	background:#333;
	border:solid 1px #333;
	color:#fff;
}
/* blog */

@media all and (min-width: 1400px) {

#modal {
    width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:347px;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
}
.infs i, .infs em{
   font-size:1.75em;
}
.sts-container .infs {
   -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width:25%;
	margin-bottom:8px;
}
.promos {
    padding:3% 0;
}
.promos h3 {
    font-size:1.75em;
	margin-bottom:6rem;
}
.promos .promos_into .Pbox.col-lg-4 {
   padding-left:10px;
	padding-right:10px;   
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
}
.promos .promos_into .Pbox .grid-item .img-title h5 {
	font-size: 1.15em;
}


.superdeal {
    padding:180px 0;
}
.superdeal .dealbox.col-lg-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.superdeal .dealbox .dealboxIn {
	padding:0 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 15px;
	margin-bottom:1rem;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:2em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
    width:45%;
	display:block;
	margin:0 auto;
}
.superdeal .dealbox .imgLiquid {
    height:530px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:0 0 10px 0;
	width:100%;
	vertical-align:top;
	#height:510px;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 200px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
	#height:65px;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 0 1% 0;
	height:50px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size: 18px;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}

.brands {
	padding-top:4%;
	padding-bottom:5%;
}
.brands h3 {
    font-size:1.75em;
	margin-bottom:2rem;
}
.blog {
	padding-top:4%;
	padding-bottom:5%;
}
.blog h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:31.5%;
	display:inline-block;
	margin:.5% .6%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:220px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 0;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1.15em;
	margin-top:0;
	margin-bottom:10px;
	height:64px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

#modal {
    width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:347px;
}
.infs .title {
    font-size:1em;
}
.infs .txt {
    font-size: .9em;
}	
.infs i, .infs em{
   font-size:1.75em;
}
.promos {
    padding:3% 0;
}
.promos h3 {
    font-size:1.75em;
	margin-bottom:6rem;
}
.promos .promos_into .Pbox.col-lg-4 {
   padding-left:10px;
	padding-right:10px;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
}
.promos .promos_into .Pbox .img-title a {
	font-size: .95em;
}

.superdeal {
    padding:160px 0;
	background-position: center;
}
.superdeal .dealbox.col-lg-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.superdeal .dealbox .dealboxIn {
	padding:0 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 15px;
	margin-bottom:1rem;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:2em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
    width:55%;
	display:block;
	margin:0 auto;
}
.superdeal .dealbox .imgLiquid {
    height:500px;
}

.product_index {
	padding-top:2%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 170px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 0 1% 0;
	height:50px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}

.brands {
	padding-top:5%;
	padding-bottom:3%;
	width:95%;
}
.brands .blog_into {
    width: 100%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.blog {
	padding-top:5%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.75em;
	margin-bottom:4rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:31.5%;
	display:inline-block;
	margin:.5% .6%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:220px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 0;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1.15em;
	margin-top:0;
	margin-bottom:10px;
	height:64px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

#modal {
    width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:347px;
}
.infs .title {
    font-size:.9em;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
}
.infs i, .infs em{
   font-size:1.5em;
}
.promos {
    padding:4% 0 3% 0;
}
.promos .box-text {
    margin: 0 auto 2rem auto;
}
.promos h3 {
    font-size:1.5em;
}
.promos .promos_into .Pbox.col-lg-4 {
	padding-left:10px;
	padding-right:10px;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
}
.promos .promos_into .Pbox .img-title a {
	font-size: .95em;
}

.superdeal {
    padding:140px 0;
	background-position: center;
}
.superdeal .dealbox.col-lg-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.superdeal .dealbox .dealboxIn {
	padding:0 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 15px;
	margin-bottom:1rem;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:2em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.superdeal .dealbox .imgLiquid {
    height:500px;
}

.product_index {
	padding-top:6%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.5em;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 150px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 0 1% 0;
	height:50px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1.25em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1.25em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:5%;
	padding-bottom:3%;
	width:95%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.brands .blog_into {
    width: 100%;
}
.blog {
	padding-top:5%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.5em;
	margin-bottom:4rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:31.5%;
	display:inline-block;
	margin:.5% .6%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 0;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
	height:54px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 768px) and (max-width: 1023px) {

#modal {
	width:90%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:283px;
}
.offers_into .col-lg-3 {
   width:50%;
}
.infs .title {
    font-size:.95em;
	text-align:left;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:left;
}
.infs i, .infs em{
   font-size:1.5em;
   text-align:left;
}
.promos {
    padding:4% 0 3% 0;
}
.promos h3 {
    font-size:1.4em;
}
.promos .box-text {
    margin: 0 auto 2rem auto;
}
.promos .promos_into .Pbox.col-lg-4 {
	padding-left:10px;
	padding-right:10px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 0 0 50%;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
}
.promos .promos_into .Pbox .img-title a {
	font-size: .95em;
}

.superdeal {
    padding:140px 0;
	background-position: bottom;
}
.superdeal .dealbox.col-lg-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.superdeal .dealbox .dealboxIn {
	padding:0 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 15px;
	margin-bottom:1rem;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:1.65em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.superdeal .dealbox .imgLiquid {
    height:400px;
}

.product_index {
	padding-top:5%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.5em;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 160px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 0 1% 0;
	height:50px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box  .flex-caption .prices-container .benefit .ben_price {
	display:none;
}
.product_index .supplies_box .tools.slide-top {
	opacity:1;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}

.product_index .supplies_box .tools .fabutton {
    font-size: 1em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:0;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1.15em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1.15em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:6%;
	padding-bottom:3%;
	width:95%;
}
.brands .blog_into {
    width: 100%;
}
.brands h3 {
    font-size:1.5em;
	margin-bottom:2rem;
}
.blog {
	padding-top:6%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.5em;
	margin-bottom:1.5rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:48.5%;
	display:inline-block;
	margin:1.5% .5%;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 0;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
	height:54px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (min-width: 600px) and (max-width: 767px) {

#Pop__offer {
    top: 80px;
    max-width: 150px;
    width: 100%;
}
.btn span {
    margin-left: -28px;
}
#modal {
	width:95%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:233px;
}
.offers_into .col-lg-3 {
   width:50%;
}
.infs .title {
    font-size:.95em;
	text-align:left;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:left;
}
.infs i, .infs em{
   font-size:1.35em;
   text-align:left;
}
.promos {
    padding:5% 0 3% 0;
}
.promos h3 {
    font-size:1.4em;
}
.promos .box-text {
    margin: 0 auto 2rem auto;
}
.promos .promos_into .Pbox.col-lg-4 {
	padding-left:10px;
	padding-right:10px;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
}
.promos .promos_into .Pbox .img-title a {
	font-size: .9em;
}
.promos .promos_into .Pbox .grid-item .iconproducts i {
    font-size: 3em;
}

.superdeal {
    padding:140px 0;
	background-position: bottom right;
}
.superdeal .dealbox.col-lg-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.superdeal .dealbox .dealboxIn {
	padding:0 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 15px;
	margin-bottom:1rem;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:1.5em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.superdeal .dealbox .imgLiquid {
    height:400px;
}

.product_index {
	padding-top:6%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.4em;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .swiper-container {
	width:90%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 230px;
	width:100%;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 0 1% 0;
	height:50px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box  .flex-caption .prices-container .benefit .ben_price {
	display:none;
}
.product_index .supplies_box .tools.slide-top {
	opacity:1;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:2% 0 0 0;
	display:block;
	margin:auto;
}
.map_index .map__info {
   display:block;
	margin:auto;
}
.map_index .map__info .mapinfo_sub {
    padding:25px;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1.15em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1.15em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:5%;
	padding-bottom:4%;
	width:95%;
}
.brands .blog_into {
    width: 100%;
}
.brands h3 {
    font-size:1.4em;
	margin-bottom:2rem;
}
.blog {
	padding-top:5%;
	padding-bottom:4%;
}
.blog h3 {
    font-size:1.4em;
	margin-bottom:1rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:75%;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 0;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
	height:54px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}


@media all and (min-width: 450px) and (max-width: 599px) {

#Pop__offer {
    top: 115px;
	right:170px;
    max-width: 150px;
    width: 100%;
	z-index: 99999;
}
.btn {
  padding:8px 12px;
}
.btn span {
    margin-left: -28px;
}
#modal {
	width:95%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:186px;
}
.infs .title {
    font-size:.95em;
	text-align:left;
}
.infs .txt {
    font-size: .9em;
	margin-top:6px;
	text-align:left;
}
.infs i, .infs em{
   font-size:1.25em;
   text-align:left;
}
.promos {
    padding:6% 0 3% 0;
}
.promos h3 {
    font-size:1.3em;
}
.promos .box-text {
    margin: 0 auto 2rem auto;
}
.promos .promos_into .Pbox.col-lg-4 {
	margin-bottom:.75rem;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
}
.promos .promos_into .Pbox .img-title a {
	font-size: .9em;
}
.promos .promos_into .Pbox .grid-item .iconproducts i {
    font-size: 3em;
}

.superdeal {
    padding:100px 0;
	background-position: center;
}
.superdeal .dealbox.col-lg-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.superdeal .dealbox .dealboxIn {
	padding:0 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 15px;
	margin-bottom:1rem;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:1.35em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.superdeal .dealbox .imgLiquid {
    height:400px;
}

.product_index {
	padding-top:6%;
	padding-bottom:3%;
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index h3 {
    font-size:1.3em;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .swiper-container {
	width:100%;
}
.swiper-wrapper {
    padding-bottom: 40px!important;
    padding-top: 0px!important;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 210px;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 0 1% 0;
	height:50px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box  .flex-caption .prices-container .benefit .ben_price {
	display:none;
}
.product_index .supplies_box .tools.slide-top {
	opacity:1;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: .9em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: .9em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:1% 0 0 0;
	display:block;
	margin:auto;
}
.map_index .map__info {
   display:block;
	margin:auto;
}
.map_index .map__info .mapinfo_sub {
    padding:25px;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.4em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1.15em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1.15em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:5%;
	padding-bottom:3%;
	width:95%;
}
.brands .blog_into {
    width: 100%;
}
.brands h3 {
    font-size:1.4em;
	margin-bottom:2rem;
}
.blog {
	padding-top:5%;
	padding-bottom:3%;
}

.blog h3 {
    font-size:1.4em;
	margin-bottom:2.5rem;
}
#wrappers #content .blog .blog_inton .B_item {
	width:75%;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 0;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
	padding-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}

@media all and (max-width: 449px) {

#Pop__offer {
    top: 115px;
	right:160px;
    max-width: 100px;
    width: 100%;
	z-index: 99999;
}
body.wsactive #Pop__offer {
    display:none;
}
.btn {
  padding:8px 12px;
}
.btn span {
    margin-left: -32px;
	font-size:12px;
}
.btn .icon i {
    font-size: 14px;
}
#modal {
	width:95%;
    max-width: 850px;
}
#modal #closemodal {
    font-size: 2em;
    padding: 0px 10px;
    position: absolute;
    top: -40px;
    right: 0px;
}
#modal .imgLiquid {
	height:145px;
}
.offers_into {
    width: 100%!important;
}
.infs .title {
    font-size:.95em;
}
.infs .txt {
    font-size: .85em;
	margin-top:6px;
}
.infs i, .infs em{
   font-size:1.25em;
}
.promos {
    padding:6% 0 3% 0;
}
.promos .promos_into {
    padding-left:10px;
padding-right:10px;	
}
.promos .box-text {
  margin: 0 auto 1rem auto;
}
.promos .box-text h3 {
  padding-left:0;
  font-size:1.15em;
}
.promos .promos_into .Pbox.col-lg-4 {
	margin-bottom:.75rem;
padding-left:15px;
padding-right:15px;	
}
.promos .promos_into .Pbox .grid-item {
	display:inline-block;
    width:100%;
}
.promos .promos_into .Pbox .img-title {
	padding: 15px 10px;
}
.promos .promos_into .Pbox .img-title a {
	font-size: .9em;
}
.promos .promos_into .Pbox .grid-item .iconproducts i {
    font-size: 3em;
}

.superdeal {
    padding:100px 0;
	background-position: center;
}
.superdeal .dealbox.col-lg-6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.superdeal .dealbox .dealboxIn {
	padding:0 60px 0 60px;
}
.superdeal .dealbox .dealboxIn .sale-tag {
    font-size: 15px;
	margin-bottom:1rem;
}
.superdeal .dealbox .dealboxIn h3 {
    font-size:1.35em;
}
.superdeal .dealbox .dealboxIn .price_code {
    font-size: 18px;
}
.superdeal .dealbox .dealboxIn .sale-button {
	display:block;
	margin:0 auto;
}
.superdeal .dealbox .imgLiquid {
    height:350px;
}

.product_index {
	padding-top:6%;
	padding-bottom:3%;
}

.swiper-wrapper {
    padding-bottom: 40px!important;
    padding-top: 0px!important;
}
.product_index .product_index-into {
    padding-left:10px;
padding-right:10px;	
}
.product_index .htitle {
	margin:5px auto 8px auto;
	padding-bottom:10px;
}
.product_index .box-text {
	margin-bottom:1rem;
}
.product_index .box-text h3 {
  padding-left:0;
   font-size:1.15em;
	margin-bottom:0rem;
}
.product_index .new {
	font-size:.75em;
}
.product_index .htitle a {
    position:absolute;
	top:0;
	right:0;
	font-size:.85em;
	max-width:120px;
}
.product_index .blog_into {
	width:95%;
	margin-top:1%;
}
.product_index .swiper-container {
	width:95%;
}
.product_index .supplies_box {
	padding:0px;
	width:100%;
	vertical-align:top;
}
.product_index .supplies_box .info {
    padding: 3% 5%;
    font-size: .8em;
}
.product_index .supplies_box .imgLiquid {
	margin-bottom: 10px;
    height: 180px;
	width:180px;
}
.product_index .supplies_box .flex-caption {
	width:95%;
	display:block;
	margin:auto auto 15px auto;
	text-align:center;
	padding:0px 10px;
}
.product_index .supplies_box .flex-caption .prices-container {
	width:100%;
	position:relative;
	display:block;
	margin:5% auto 3% auto;
}
.product_index .supplies_box .flex-caption h4{
	font-size:.9em;
	margin:5% 0 1% 0;
	padding-bottom:10px;
}
.product_index .supplies_box .flex-caption .prices-container .oldprice {
	margin:0 auto 10px auto;
	font-size: 15px;
}
.product_index .supplies_box .flex-caption .prices-container .price {
	margin:0 auto;
	font-size:1.15em;
}
.product_index .supplies_box .tools.slide-top {
	opacity:1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.product_index .supplies_box .tools {
    display: block;
	position:relative;
    margin: 0 auto;
	padding:0px 10px;
    width: fit-content;
    text-align: left;
    font-size: 1em;
    line-height: 1.25em;
}
.product_index .supplies_box .tools .fabutton {
    font-size: 1em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-right:0px;
}
.product_index .supplies_box .tools .fabutton.wish {
    font-size: 1em;
	#padding:12px 0px 0px 0px;
	margin-bottom:5px;
	margin-left:6px;
}
.product_index .supplies_box .popoffer {
    max-width:80px;
	padding:5px;
	font-size:.8em;
}
.map_index {
    padding:1% 0 0 0;
	display:block;
	margin:auto;
}
.map_index .map__info {
   display:block;
	margin:auto;
}
.map_index .map__info .mapinfo_sub {
    padding:0 25px 25px 25px;
}
.map_index .map__info .mapinfo_sub h3 {
    font-size: 1.25em;
}
.map_index .map__info .mapinfo_sub address {
    font-size: 1em;
}
.map_index .map__info .mapinfo_sub address i {
    font-size: 1em;
}
.map_index #gmap_canvas {
    height:350px;
}
.brands {
	padding-top:6%;
	padding-bottom:3%;
	width:95%;
}
.brands .blog_into {
    width: 100%;
}
.brands h3 {
    font-size:1.15em;
	margin-bottom:2rem;
}
.blog {
	padding-top:6%;
	padding-bottom:3%;
}
.blog h3 {
    font-size:1.15em;
	margin-bottom:1.5rem;
}
.blog .box-text {
    margin: 0 auto 1rem auto;
}
#wrappers #content .blog .blog_inton .B_item {
	width:95%;
	display:block;
	margin:2.5% auto;
	padding: 0;
}
#wrappers #content .blog .blog_inton .B_item .dates {
    font-size:.9em;
}
#wrappers #content .blog .blog_inton .B_item .imgLiquid {
	width:100%;
	height:200px;
}
#wrappers #content .blog .blog_inton .B_item .cont {
	width:100%;
	padding:10px 0;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc {
	width:100%;
	padding:0;
	margin-top:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .desc h4 {
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
	padding-bottom:10px;
}
#wrappers #content .blog .blog_inton .B_item .cont .sum {
	width:100%;
	padding:0;
	height:80px;
	overflow:hidden;
	font-size:.85em;
}
#wrappers #content .blog .blog_inton .B_item .cont .moar {
	width:50%;
	padding:8px 10px;
	font-size:.85em;
	margin:15px auto auto auto;
}
/* blog */

}	

/*///////////////////////////////////////////////slider/////////////////////////*/
/*slider*/
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.8);   
}
.main-carousel .main-carousel-cell .Slide_video {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}
.main-carousel .main-carousel-cell iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.35);
}
.Right_box .grid-item {
	width: 100%;
	overflow: hidden;
	text-align:center;
	cursor:pointer;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	background-color:#fff;
}
.Right_box .grid-item .img-title h5 {
	font-family: 'Asty-Light', sans-serif;
	position: absolute;
	color: #FFF;
	text-align: center;
	left:0;right:0;bottom:0;
	margin: auto;
	font-weight:normal;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.Right_box .grid-item .img-title {
	position: absolute;
	width: 85%;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
     background-color: rgba(0,0,0,.5);
	 border:solid 3px #fff;
}
.Right_box .grid-item:hover .img-title {
	height:100%;
	width:100%;
	border:solid 0px #fff;
}
.Right_box .grid-item .img-title .clct {
	font-family: 'Asty-Light', sans-serif;
	background-color: #c8a2c8;
	border:solid 1px #c8a2c8;
	position:absolute;
	top:55%;left:0;right:0;bottom:0;
	width:50%;
	margin: auto;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	color:#333;
	text-align:center;
	padding:8px 10px;
	height:35px;
	visibility:hidden;
}
.Right_box .grid-item:hover .img-title .clct {
	top:53%;left:0;right:0;bottom:0;
	visibility:visible;
}
.Right_box .grid-item .imgLiquid {
	width:100%;
	margin:auto;
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
	background:#ebe8e5;
}
.main-carousel {
    background: #FAFAFA;
    background-size: cover;
	border-bottom:solid 1px #f1f1f1;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    color: #fff;
    background: #000;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid #fff;
}
.flickity-page-dots .dot.is-selected  {
  border: 2px solid rgb(192, 149, 120);
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: rgb(192, 149, 120);
}
.main-carousel .main-carousel-cell div img {
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:inline-block;
	background-color:rgba(33,33,33,0.6);
	padding:15px 5px;
	max-width:1400px;
	z-index:2;
}
.main-carousel .main-carousel-cell div h1 {
	font-family: 'Asty-Light', sans-serif;
	color: #fff;
	text-align:left;
	line-height:1.4;
	font-weight:600;
	text-align: center;
	text-transform: uppercase;
}
.main-carousel .main-carousel-cell div h2 {
	font-family: 'Asty-Light', sans-serif;
	color:#f1f1f1;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
	text-align: center;
}
.main-carousel .main-carousel-cell div aside a {
	font-family: 'Asty-Light', sans-serif;
	background-color: #8B4513;
    border-radius: 3px;
    color:#fff;
	text-decoration:none;
	margin:auto;
	display:inline-block;
	text-align:center;
		-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
	padding: 15px 35px;
}
.main-carousel .main-carousel-cell div aside a:hover{
	background-color: #000;
}
.main-carousel .main-carousel-cell .figureimg {
	width:100%;
	display:block;
	margin:auto;
}
.main-carousel .main-carousel-cell .figureimg img {
	width:100%;
	height:100%;
	object-fit: cover;
}
/*slider*/

@media all and (min-width: 1400px) {
	
/*slider*/
.slider_left {
    width: 66.66666667%;
	margin-top:0px;
}
.slider_right {
    width: 33.33333333%;
	margin-top:0px;
}
.Right_box {
    width: 100%;
	padding-left:5px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box:last-child .grid-item {
	display:inline-block;
    width:100%;
    margin:5px 0 0 0;
}
.Right_box .grid-item .img-title h5 {
	top: 25%;
	width: 90%;
	font-size: 1.15em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:313px;
}
.Main_slider {
	margin-top:185px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 638px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 638px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 638px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 638px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 638px!important;
}
.main-carousel .main-carousel-cell .figureimg {
	height: 638px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .figureimg {
   height: 638px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .figureimg {
   height: 638px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .figureimg {
  height: 638px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .figureimg {
   height: 638px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left:0;
	right:0;
	top:200px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

/*slider*/
.slider_left {
    width: 66.66666667%;
	margin-top:0px;
}
.slider_right {
    width: 33.33333333%;
	margin-top:0px;
}
.Right_box {
    width: 100%;
	padding-left:5px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box:last-child .grid-item {
	display:inline-block;
    width:100%;
    margin:5px 0 0 0;
}
.Right_box .grid-item .img-title h5 {
	top: 25%;
	width: 90%;
	font-size: 1.15em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:293px;
}
.Main_slider {
	margin-top:190px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 600px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 600px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 600px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 600px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 600px!important;
}
.main-carousel .main-carousel-cell .figureimg {
	height: 600px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .figureimg {
   height: 600px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .figureimg {
   height: 600px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .figureimg {
  height: 600px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .figureimg {
   height: 600px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left: 0px;
	right:0px;
	top:220px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

/*slider*/
.slider_left {
    width: 66.66666667%;
	margin-top:0px;
}
.slider_right {
    width: 33.33333333%;
	margin-top:0px;
}
.Right_box {
    width: 100%;
	padding-left:5px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box:last-child .grid-item {
	display:inline-block;
    width:100%;
    margin:5px 0 0 0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:268px;
}
.Main_slider {
	margin-top:190px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 550px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 550px!important;
}
.main-carousel .main-carousel-cell .figureimg {
	height: 550px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .figureimg {
   height: 550px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .figureimg {
   height: 550px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .figureimg {
  height: 550px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .figureimg {
   height: 550px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:400px;
	left: 0px;
	right:0px;
	top:220px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:2em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 768px) and (max-width: 1023px) {

/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
	width: 50%;
	padding-right:5px;
}
.Right_box:last-child {
	padding-left:5px;
	padding-right:15px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:270px;
}
.Main_slider {
	margin-top:146px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 500px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 500px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 500px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 500px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 500px!important;
}
.main-carousel .main-carousel-cell .figureimg {
	height: 500px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .figureimg {
   height: 500px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .figureimg {
    height: 500px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .figureimg {
  height: 500px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .figureimg {
   height: 500px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:350px;
	left: 0px;
	right:0px;
	top:180px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.65em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
	width:50%;
	padding-right:5px;
}
.Right_box:last-child {
	padding-left:5px;
	padding-right:15px;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:270px;
}
.Main_slider {
	margin-top:146px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 400px!important;
}
.main-carousel .main-carousel-cell .figureimg {
	height: 400px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .figureimg {
   height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .figureimg {
    height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .figureimg {
  height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .figureimg {
   height: 400px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:300px;
	left: 0px;
	right:0px;
	top:150px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.5em;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	font-size: .85em;
}
/*slider*/

}

@media all and (min-width: 450px) and (max-width: 599px) {

/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
    width: 100%;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:300px;
}
.Main_slider {
	margin-top:130px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 400px!important;
}
.main-carousel .main-carousel-cell .figureimg {
	height: 400px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .figureimg {
   height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .figureimg {
    height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .figureimg {
  height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .figureimg {
   height: 400px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:300px;
	padding:25px;
	left: 0px;
	right:0px;
	top:150px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.45em;
	text-align:center;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	font-size: .85em;
}
/*slider*/

}

@media all and (max-width: 449px) {
	
/*slider*/
.slider_left {
    width: 100%;
	margin-top:0px;
}
.slider_right {
    width: 100%;
	margin-top:10px;
}
.Right_box {
    width: 100%;
}
.Right_box .grid-item {
	display:inline-block;
    width:100%;
    margin:0 0 5px 0;
}
.Right_box .grid-item .img-title h5 {
	top: 26%;
	width: 90%;
	font-size: 1em;
}
.Right_box .grid-item .img-title {
	bottom: 10px;
	left:0;
	right:0;
	margin:auto auto;
	height: 55px;
}
.Right_box .grid-item:hover .img-title {
	bottom: 0px;
}
.Right_box .grid-item:hover .img-title h5 {
	top: 50%;
}
.Right_box .grid-item .imgLiquid {
	height:280px;
}
.Main_slider {
	position:relative;
	margin-top:130px;
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px!important;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell {
  height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell {
   height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 400px!important;
}
.main-carousel .main-carousel-cell .figureimg {
	height: 400px!important;
}
html[data-useragent*='Firefox'] .main-carousel-cell .figureimg {
   height: 400px!important;
}
html[data-useragent*='Safari'] .main-carousel-cell .figureimg {
    height: 400px!important;
} 
html[data-useragent*='IE'] .main-carousel-cell .figureimg {
  height: 400px!important;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .figureimg {
   height: 400px!important;
}
.main-carousel .main-carousel-cell div aside {
	width:300px;
	padding:25px;
	left: 0px;
	right:0px;
	top:140px;
    margin: auto auto;
    position: absolute;
}
.main-carousel .main-carousel-cell div aside h1 {
	font-size:1.35em;
	text-align:center;
	margin:0px auto 10px auto;
}
.main-carousel .main-carousel-cell div aside h2 {
	font-size:1em;
	margin:10px auto;
}
.main-carousel .main-carousel-cell div aside a{
	width:100%;
	margin-top:25px;
	font-size: .85em;
}
/*slider*/
	
}