/** Shopify CDN: Minification failed

Line 181:0 All "@import" rules must come first
Line 183:0 All "@import" rules must come first
Line 829:2 Comments in CSS use "/* ... */" instead of "//"
Line 1559:22 Expected identifier but found "*"
Line 2067:2 Comments in CSS use "/* ... */" instead of "//"
Line 2072:4 Comments in CSS use "/* ... */" instead of "//"
Line 2078:4 Comments in CSS use "/* ... */" instead of "//"
Line 2084:4 Comments in CSS use "/* ... */" instead of "//"
Line 2090:4 Comments in CSS use "/* ... */" instead of "//"
Line 2097:4 Comments in CSS use "/* ... */" instead of "//"
... and 6 more hidden warnings

**/
/*21/11/22*/
@media (min-width:768px) and (max-width:1024px){
  .row.packs-products .col-sm-12.col-md-6.col-lg-3.p-b-50.mob.\31 1.pack-item a img{
    object-fit:cover !important;
  }
}
.block2 .of-hidden{
  height:242px;
}
.row.packs-products .col-sm-12.col-md-6.col-lg-3.p-b-50.mob.\31 1.pack-item a img{
  height:300px;
  object-fit: fill;
}
#custom-products .col-sm-12.col-md-6.col-lg-3.p-b-50.mob a img {
    height: 240px;
    object-fit: fill;
    width: 100%;
}
/*21/11/22*/

.perz-title.brand {
    text-align: center;
    padding: 20px 0px;
}

@media (max-width: 768px){
  div#shopify-section-1649402452161fe156 button.slick-prev.slick-arrow, 
  div#shopify-section-1649402452161fe156 button.slick-next.slick-arrow{
    display: none !important;
}
.p-b-40 {
    padding-bottom: 0px;
    margin-bottom: -24px !important;
} 
  .bgwhite a.remove.btn.btn-primary {
    display: flex;
    padding-left: 57px;
}
  .leftFilterOption .modal-content {
    width: 75%;
  }
.footer-logo {
    max-height: 27px;
    display: block !important;
}
  .logo-mobile img {
    max-height: 27px;
    position: relative;
    left: 120%;
}
 .hamburger{
  order: -1;
    position: relative;
    right: 150%;
 }                 
.p-l-15 {
    padding-left: 0px !important;
}
.table-shopping-cart .column-1, .table-shopping-cart .column-3 .column-2 .column-4 .column-5{
  display: block !important;
    width: 20% !important;
  }
  
.cart-img-product {
    width: 60px !important;
}  
  .table-shopping-cart .column-1 {
    padding-left: 10px !important;
}
.bgwhite tr.table-row a {
    font-size: 11px !important;
    line-height: 0px !important;
}
  .table-shopping-cart .column-3 {
    padding-right: unset !important;
}
  .bgwhite table.table-shopping-cart th.column-4.p-l-70 {
    padding-left: 17px;
}
  
}
.PicHomeBlockStyling {
    margin: 0% auto 0% auto !important;
    }/*------------------------------------------------------------------
Project:
Version:
Last change:
Assigned to:  Le Xuan Bach
Primary use:  Company
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[LAYOUT]

* body
  + Header / header
  + Page Content / .page-content .name-page
        + Section Layouts / section .name-section
        ...
  + Footer / footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[COLOR CODES]

# Text Color      :
# Primary Color 01:
# Primary Color 02

# Primary Color 03:

------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TYPOGRAPHY]

Body            : 16px/1.6 '', Arial, sans-serif;
Title           : 18px/1.6 '', Arial, sans-serif;
Paragrap        : 18px/1.6 '', Arial, sans-serif;
Input, textarea : 14px/1.6 '', Arial, sans-serif;
-------------------------------------------------------------------*/



/*[ FONT ]
///////////////////////////////////////////////////////////
*/

@font-face {
  font-family: Montserrat-Regular;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Montserrat-Regular.ttf?v=77232000189610622511646415431');
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Montserrat-Medium.ttf?v=180361414433538908651646415431');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Montserrat-Bold.ttf?v=119966371417403648221646415430');
}

@font-face {
  font-family: Montserrat-Italic;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Montserrat-Italic.ttf?v=66853210429460588041646415430');
}

@font-face {
  font-family: Montserrat-Black;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Montserrat-Black.ttf?v=139257610444347326541646415429');
}

@font-face {
  font-family: Linearicons;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Linearicons-Free.ttf?v=17020508032144954451646415421');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Poppins-Bold.ttf?v=129376915591532501791646415444');
}

@font-face {
  font-family: Poppins-Black;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/Poppins-Black.ttf?v=101942685560300847391646415444');
}
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #a61e1e;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;font-family: 'Josefin sans', sans-serif!important;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #888888;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

.m-text12 {

    font-size: 23px;
    font-weight: bold;
    color: #272a29;
   
}
.s-text11{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
    color: #060b0f; text-align:justify;
}
/* ------------------------------------ */
input {
	outline: none;
	border: none !important;
}

textarea {
  outline: none;
}

/* textarea:focus, input:focus {
  border-color: transparent !important;
} */

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/* ------------------------------------ */
.container {
	max-width: 1200px;
}

.slick-slide {
  outline: none !important;
}
@media (min-width: 320px) and (max-width: 480px) {
  
.mob{
width:50%;}
/*  .block2 .of-hidden{height:180px;} */
  .block2 .of-hidden{height:150px;}
  
}



/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-loader='ball-scale'] {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale infinite linear .75s;
    -moz-animation: ball-scale infinite linear .75s;
    -o-animation: ball-scale infinite linear .75s;
    animation: ball-scale infinite linear .75s;
    border-radius: 100%;
    background-color: #a61e1e;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  bottom: 15px;
  right: 15px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}


/*[ Fixed search bar ]
///////////////////////////////////////////////////////////
*/
.fixed-search-bar {
	position: fixed;
	right: 68px;
	bottom: 13px;
	width: 200px;
}

.fixed-search-bar input {
	height: 40px;
}

@media (max-width: 576px) {
	.fixed-search-bar {
		right: 50%;
		margin-right: -100px;
      
	}
  .form-section {
    padding: 0px 0px!important;
	}
  .form-section .klaviyo-form {
    padding: 0px!important;
}
  }

/*[ Restyle Select2 ]
///////////////////////////////////////////////////////////
*/
/* Select2 */
.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 20px;
  outline: none;
  position: relative;
}

/* in select */
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  font-family: Montserrat-Regular;
  line-height: 20px;
  color: #888888;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 2px;
  margin-right: 8px;
}

/* dropdown option */
.select2-container--open .select2-dropdown {
  z-index: 1251;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  background-color: white;
}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.select2-container .select2-results__option[aria-selected="true"] {
  background-color: #a61e1e;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #a61e1e;
  color: white;
}

.select2-results__options {
  font-size: 13px;
  font-family: Montserrat-Regular;
  color: #888888;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
}

/*[ rs1-select2 ]
-----------------------------------------------------------
*/
.rs1-select2 .select2-container {
  margin-left: 26px;
}

.rs1-select2 .select2-container .select2-selection--single {
  height: 20px;;
}

/*[ rs2-select2 ]
-----------------------------------------------------------
*/
.rs2-select2 .select2-container .select2-selection--single {
  background-color: white;
  height: 50px;
}

.rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #555555;
  padding-left: 22px ;
}

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

#dropDownSelect2 .select2-results__options {
  color: #555555;
}

#dropDownSelect2 .select2-search--dropdown .select2-search__field {
  color: #555555;
}



/*[ rs3-select2 ]
-----------------------------------------------------------
*/
.rs3-select2 .select2-container .select2-selection--single {
  height: 45px;
}

.rs3-select2 .select2-selection__arrow b {
  display: block;
}

.rs3-select2 .select2-selection__arrow:after {
  display: none;
}

/*[ rs4-select2 ]
-----------------------------------------------------------
*/
.rs4-select2 .select2-container .select2-selection--single {
  height: 40px;
}

.rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px ;
}

.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
}


/*[ Header ]
///////////////////////////////////////////////////////////
*/
.header1 {
  height: 80px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-header {height: 110px;}


/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1100;
  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

/*[ Top bar ]
===========================================================*/
.topbar {
  height: 30px;
  background-color:#a6192e;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  
.topbar{
height: 70px;
}
  
}

/* ------------------------------------ */

.topbar-social {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.topbar-social-item {
  font-size: 18px;
  color: #888888;
  padding: 10px;
}

/* ------------------------------------ */
.topbar-email,
.topbar-child1 {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
}

/* ------------------------------------ */
.topbar-child2 {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 38px;
}


/*[ Menu ]
===========================================================*/
.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 70px;
  background-color:#151716 ;
  /*#ffffff;*/
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed-header .wrap_header {
  height: 65px;
}


/*[ Logo ]
-----------------------------------------------------------*/
.logo {
  display: block;
  position: absolute;
  left: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo img {
  max-height: 27px;
}


/*[ Menu ]
-----------------------------------------------------------*/
.main_menu {
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main_menu > li {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.main_menu > li > a {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #fff;
/*   text-transform:uppercase; */
  // #333333
  padding: 0;
  border-bottom: 1px solid transparent;
}

li.sale-noti > a {
  color:  #a6192e;
  font-weight: 800;
}

.main_menu > li:hover > a {
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.main_menu li {
  position: relative;
}

.main_menu > li:hover > .sub_menu {
  
  visibility: visible;
  opacity: 1;
}

.sub_menu {
  list-style-type: none;
  position: fixed;
  z-index: 1100;
  top:0;
  left:100%;
  width: 100vw;
  background-color: #fff;
  color:#000;
  opacity: 0;
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.main_menu > li > .sub_menu {
  top:100px;
  left: 0;
  position: fixed;
  box-shadow: 12px 12px 12px #00000033;
}

.sub_menu li:hover > .sub_menu {
  visibility: visible;
  opacity: 1;
}

.sub_menu li {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.sub_menu li, .sub_menu a {
  padding:2px;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #000;
}

.sub_menu > li:hover > a {
  color: #a61e1e;
  text-decoration: none;
}

/* ------------------------------------ */
.header-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  right: 52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-wrapicon1,
.header-wrapicon2 {
  height: 27px;
  position: relative;
}

.header-wrapicon1 img,
.header-wrapicon2 img {
  height: 100%;
}

.header-icon1:hover,
.header-icon2:hover {
  cursor: pointer;
}

.header-icons-noti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #111111;
  color: white;
  font-family: Montserrat-Medium;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -10px;
}

.linedivide1 {
  display: block;
  height: 20px;
  width: 1px;
  background-color: #e5e5e5;
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 5px;
}

/*[ Header cart ]
-----------------------------------------------------------
*/
.header-cart {
  position: absolute;
  z-index: 1100;
  width: 339px;
  top: 190%;
  right: -10px;
  padding: 20px;
  border-top: 3px solid #e6e6e6;
  background-color: white;

  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);

  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;

  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.show-header-dropdown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.fixed-header .header-cart {
  top: 160%;
}

.header-cart-wrapitem {
  max-height: 270px;
  overflow: auto;
}

.header-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* ------------------------------------ */
.header-cart-item-img {
  width: 80px;
  position: relative;
  margin-right: 20px;
}

.header-cart-item-img img {
  width: 100%;
}

.header-cart-item-img::after, .btn-remove i::after {
  content: '\e870';
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.header-cart-item-img:hover:after {
  cursor: pointer;
  opacity: 1;
}

/* ------------------------------------ */
.header-cart-item-txt {
  width: calc(100% - 100px);
}

.header-cart-item-name {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.3;
  margin-bottom: 12px;
}

.header-cart-item-info {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #888888;
  line-height: 1.5;
}

.header-cart-total {
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #555555;
  line-height: 1.3;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-right: 3px;
}
/* ------------------------------------ */
.header-cart-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header-cart-wrapbtn {
  width: calc((100% - 10px) / 2);
}


.header-dropdwn {
  position: absolute;
  z-index: 1100;
  width: 250px;
  top: 190%;
  right: 0px;
  padding: 20px;
  border-top: 3px solid #e6e6e6;
  background-color: white;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear 0.3s;
  -webkit-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.header-icons3 .header-dropdwn {
	top: 90px;
	left: 0;
	transform-origin: top left;
}

.header-dropdwn a{
	display: inline-block;
	width: 100%;
}

.header-wrapicon1:hover + .header-dropdwn,
.header-dropdwn:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap_header_mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  display: none;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
  display: block;
}

.logo-mobile img {
  max-height: 27px;
}

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.btn-show-menu:only-child {
	width: 100%;
	justify-content: flex-end;
}

.hamburger {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  margin-top: 5px;
}


/*[ Header icon mobile ]
-----------------------------------------------------------*/
.header-icons-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 15px;
  position: relative;
}
.linedivide2 {
  display: block;
  height: 20px;
  width: 1px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.header-icons-mobile .header-cart {
  width: 300px;
  bottom: -10px;
  left: auto;
  right: 0;
  z-index: 1100;
  transform-origin: top right;
  top: auto;
  transform: translateY( 100% ) scale(0);
}
.header-icons-mobile .header-cart.show-header-dropdown {
  -webkit-transform: translateY( 100% ) scale(1);
  -moz-transform: translateY( 100% ) scale(1);
  -ms-transform: translateY( 100% ) scale(1);
  -o-transform: translateY( 100% ) scale(1);
  transform: translateY( 100% ) scale(1);
}

/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
  width: 100%;
  background-color: white;
  display: none;
  border-top: 1px solid #ececec;
}

.side-menu {
  width: 100%;
}

.side-menu li {
  list-style-type: none;
}

.side-menu .main-menu {margin-bottom: 0;}

.item-menu-mobile {
  background-color: #fff;
  border-bottom: 1px solid #f3efef;
}
li.item-menu-mobile:last-child {
    border-bottom: 0px;
}

.side-menu .main-menu > li > a {
  padding-left: 20px;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #000;
  line-height: 2.86;
}

.side-menu .main-menu > li {
  color: white;
  position: relative;
}


.side-menu .main-menu .arrow-main-menu {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 5px;
  padding: 10px;
  -webkit-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.side-menu .main-menu .arrow-main-menu:hover {
  cursor: pointer;
}

.turn-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu .sub-menu a {
  padding-left: 20px;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #333333;
  line-height: 2.5;
}

.side-menu .sub-menu > li {
  padding-left: 12px;
  padding-top:
}

.side-menu .sub-menu a:hover {
  text-decoration: none;
  padding-left: 20px;
  color: #a61e1e !important;
}

.side-menu .sub-menu {
  background-color: white;
  display: none;
}

@media (min-width: 992px){
  .wrap-side-menu {
    display: none;
  }
}

/* ------------------------------------ */
.item-topbar-mobile {
  border-bottom: 1px solid #ececec;
}

.topbar-child2-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-social-moblie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}


/*[ Header2 ]
///////////////////////////////////////////////////////////
*/
.topbar2 {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------------ */
.logo2 {
  display: block;
}

.logo2 img {
  max-height: 27px;
}

.fixed-header2 {
  z-index: 1300;
  position: fixed;
  height: 65px;
  left: 0;
  top: -70px;
  visibility: hidden;

  box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

.fixed-header2 .header-cart {
  top: 160%;
}

.show-fixed-header2 {
  visibility: visible;
  top: 0px;
}


/*[ Header3 ]
///////////////////////////////////////////////////////////
*/
.container-menu-header-v3 {
  position: fixed;
  z-index: 1200;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 320px;
  height: 100vh;
  border-right: 1px solid #e5e5e7;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*[ Menu ]
===========================================================*/
.container-menu-header-v3 .wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
}


/*[ Logo ]
-----------------------------------------------------------*/
.container-menu-header-v3 .logo3 {
  display: block;
}

.container-menu-header-v3 .logo3 img {
  max-width: 120px;
}

/*[ Header Icon ]
-----------------------------------------------------------*/
.container-menu-header-v3 .header-icons3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}

/*[ Header cart ]
-----------------------------------------------------------
*/
.container-menu-header-v3 .header-cart {
  left: -10px;
  transform-origin: top left;
}

/*[ Menu ]
-----------------------------------------------------------*/
.container-menu-header-v3 .main_menu {
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}

.container-menu-header-v3 .main_menu > li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.container-menu-header-v3 .sub_menu {
  top:0;
  left:100%;
}

.container-menu-header-v3 .main_menu > li > .sub_menu {
  top: 10px;
  left: 95%;
}

.container-menu-header-v3 .sub_menu li {
  text-align: left;
}

.container-menu-header-v3 .topbar-social-item {
  padding: 10px 8px;
}


/*[ Page sidebar ]
-----------------------------------------------------------
*/
.container1-page {
  margin-left: 320px;
}

@media (max-width: 992px){
  .wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
    background: #000 ;*/

  }
  .wrap_header {display: none;}

  .container-menu-header-v3,
  .container-menu-header-v2,
  .container-menu-header
  {display: none;}

  .top-bar {display: none;}
  header {height: auto !important;}

  .container1-page {
    margin-left: 0px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.arrow-slick1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 0.5;
}

.arrow-slick1:hover {
  background-color: #a61e1e;
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}
.xl-text1{
    font-size: 40px;
font-weight: bold;}

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 992px) {
  .wrap-content-slide1 .xl-text2 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .wrap-content-slide1 .xl-text3,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text1 {
    font-size: 50px;
  }

  .wrap-content-slide1 .m-text27,
  .wrap-content-slide1 .m-text1 {
    font-size: 16px;
  }

  .item-slick1 {
    height: 270px !important;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .xl-text3,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text1 {
    font-size: 40px;
  }
  
  .wrap-content-slide1 .m-text27,
  .wrap-content-slide1 .m-text1 {
    font-size: 16px;
  }

  .p-b-170 {
    margin-top: 10%!important;
  }
  
  .w-size1 {
    width: 120px!important;
  }
  
  .p-t-150 {
    padding-top: 0px!important;
  }
  
/*   .size2 {
    height: 40px!important;
  } */
  
  .s-text2 {
    font-size: 12px!important;
  }
  
  .item-slick1 {
    height: 260px!important;
  }
  
  .wrap-btn-slide1 > .hov1 {
  	font-size: 10px!important;
    font-weight: 800!important;
    text-shadow: 0.5px 0.5px 1px #000!important;
  }
  
  .size2 {
    height: 44px!important;
  }
}

/*[ rs1-slick1 ]
-----------------------------------------------------------
*/
.rs1-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 992px) {
  .rs1-slick1 .item-slick1 {
    height: calc(100vh - 85px);
  }
}




/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/
.wrap-slick2 {
 
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
}

/* ------------------------------------ */
.arrow-slick2 {
  display:none;
  position: absolute;
  z-index: 100;
  top: calc((100% - 70px) / 2);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 39px;
  color: #cccccc;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow-slick2:hover {
  color: #666666;
}

.next-slick2 {
  display:none!important;
  right: -30px;
}

.prev-slick2 {
  left: -30px;
}

@media (max-width: 1280px) {
  .next-slick2 {
    right: 0px;
  }

  .prev-slick2 {
    left: 0px;
  }
}

@media (max-width: 1610px) {
  .rs1-slick2 .next-slick2 {
    right: 0px;
  }

  .rs1-slick2 .prev-slick2 {
    left: 0px;
  }
}

/*[ rs Sweetalert ]
///////////////////////////////////////////////////////////
*/
.swal-overlay {
    overflow-y: auto;
}

.swal-icon--success {
    border-color: #66a8a6;
}

.swal-icon--success__line {
    background-color: #66a8a6;
}

.swal-icon--success__ring {
    border: 4px solid rgba(102, 168, 166, 0.2);
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #a61e1e;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.swal-button:hover {
    background-color: #333333;
}

.swal-button:active {
    background-color: #a61e1e;
}

.swal-title {
  font-family: Montserrat-Medium;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
}

.swal-text {
  font-family: Montserrat-Regular;
  color: #333333;
  font-size: 15px;
  text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*[ Block1 ]
///////////////////////////////////////////////////////////
*/
.block1-wrapbtn {
/*   position: absolute; */
  position: relative;
  margin-top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
/* 
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1); */
}


/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.block2-labelsale::before,
.block2-labelnew::before
{
  z-index: 100;
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 22px;
  border-radius: 11px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.block2-labelsale::before {
  background-color: #a61e1e;
  content: 'Sale';
}

.block2-labelnew::before {
  background-color: #66a8a6;
  content: 'New';
}

/* ------------------------------------ */
.block2-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: trasparent;
  opacity: 1;
}

@media (min-width: 481px) {
	.block2-overlay {
		background-color: rgba(0,0,0,0.4);
		opacity: 0;
	}
}

.block2-overlay__link {
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* ------------------------------------ */
.block2-btn-addcart {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
}

@media (min-width: 481px) {
	.block2-btn-addcart {
		bottom: -45px;
	}
}

/* ------------------------------------ */
.block2-btn-towishlist,
.block2-btn-addwishlist {
  display: block;
  position: absolute;
  top: 26px;
  right: 20px;
  font-size: 20px;
  color: white;
  line-height: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 481px) {
	.block2-btn-towishlist,
	.block2-btn-addwishlist {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

.block2-btn-addwishlist:hover {
  color: white;
}

.block2-btn-addwishlist .icon-wishlist,
.block2-btn-towishlist .icon-wishlist {
  line-height: 0;
}

.block2-btn-addwishlist:hover .icon_heart_alt {
  display: none;
}

.block2-btn-addwishlist:hover .icon_heart {
  display: block;
}

/* ------------------------------------ */
.block2-btn-towishlist .icon_heart_alt {
  display: none;
}

.block2-btn-towishlist .icon_heart {
  display: block;
  color: #a61e1e;
}

/* ------------------------------------ */
@media (min-width: 481px) {

	.block2-overlay:hover {
		opacity: 1;
	}

	.block2-overlay:hover .block2-btn-addcart {
		bottom: 20px;
	}

	.block2-overlay:hover .block2-btn-addwishlist,
	.block2-overlay:hover .block2-btn-towishlist{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}


/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.block4 {
  position: relative;
  overflow: hidden;
  // width: calc(100% / 5);
}

@media (max-width: 1360px) {
  .block4 {
    // width: calc(100% / 4);
  }
}

@media (max-width: 1200px) {
  .block4 {
    // width: calc(100% / 3);
  }
}

@media (max-width: 992px) {
  .block4 {
    // width: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .block4 {
    // width: calc(100% / 1);
  }
}

/* ------------------------------------ */
@media (max-width: 1660px) {
  .rs1-block4 .block4 {
    // width: calc(100% / 4);
  }
}

@media (max-width: 1380px) {
  .rs1-block4 .block4 {
    // width: calc(100% / 3);
  }
}

@media (max-width: 1200px) {
  .rs1-block4 .block4 {
    // width: calc(100% / 2);
  }
}

@media (max-width: 576px) {
  .rs1-block4 .block4 {
    // width: calc(100% / 1);
  }
}

/* ------------------------------------ */
.block4-overlay {
  display: block;
  background-color: rgba(0,0,0,0.9);
  visibility: hidden;
  opacity: 0;
}

.block4-overlay:hover {
  color: unset;
}

/* ------------------------------------ */
.block4-overlay-txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -100%;
}

/* ------------------------------------ */
.block4-overlay-heart {
  transform-origin: top left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

/* ------------------------------------ */
.block4:hover .block4-overlay {
  visibility: visible;
  opacity: 1;
}

.block4:hover .block4-overlay-txt {
  bottom: 0;
}

.block4:hover .block4-overlay-heart {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  display:none;
  /*min-height: 239px;*/
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .l-text2 {font-size: 35px;}
  .bg-title-page .m-text13 {font-size: 16px;}
}

/*[ rs NoUI ]
///////////////////////////////////////////////////////////
*/
.leftbar #filter-bar {
  margin-right: 6px;
  margin-left: 6px;
  height: 4px;
  border: none;
  background-color: #e1e1e1;
}
.leftbar #filter-bar .noUi-connect {
  background-color: #c5c5c5;
  border: none;
  box-shadow: none;
}
.leftbar #filter-bar .noUi-handle {
  width: 13px;
  height: 13px;
  left: -6px;
  top: -5px;
  border: none;
  border-radius: 50%;
  background: #999999;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
.leftbar #filter-bar .noUi-handle:before {
  display: none;
}
.leftbar #filter-bar .noUi-handle:after { 
  display: none;
}
/* .crtinner .peopleDiv img {
   height: auto !important;
} */
/*[ Filter Color ]
///////////////////////////////////////////////////////////
*/
.color-filter1 {background-color: #00bbec;}
.color-filter2 {background-color: #2c6ed5;}
.color-filter3 {background-color: #ffa037;}
.color-filter4 {background-color: #ff5337;}
.color-filter5 {background-color: #a88c77;}
.color-filter6 {background-color: #393939;}
.color-filter7 {background-color: #cccccc;}

.checkbox-color-filter {
  display: none;
}

.color-filter {
    display:block;
    width:25px;
    height:25px;
    cursor:pointer;
    border-radius: 50%;
}

.checkbox-color-filter:checked + .color-filter {
  box-shadow: 0 0 0px 2px black;
  -moz-box-shadow: 0 0 0px 2px black;
  -webkit-box-shadow: 0 0 0px 2px black;
  -o-box-shadow: 0 0 0px 2px black;
  -ms-box-shadow: 0 0 0px 2px black;
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.pagination {
  margin-right: -6px;
  margin-left: -6px;
}

.item-pagination {
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #222222;
  color: white;
}

.active-pagination {
  background-color: #222222;
  color: white;
}


/*[ Slick3 ]
///////////////////////////////////////////////////////////
*/

.slick3-dots {
	display: flex;
}

.wrap-slick3-dots {
  width: 15%;
}

.slick3 {
  width: 80.64%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
/*   width: 100%;
  height: 100%; */
  width: 69px;
  height: 69px;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
/*   border: 3px solid #888888; */
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border: 1px solid #000;
  border-radius: 3px;
}


/*[ Dropdown content ]
///////////////////////////////////////////////////////////
*/
.show-dropdown-content .down-mark {
  display: block;
}

.show-dropdown-content .up-mark {
  display: none;
}


/*[ Cart ]
///////////////////////////////////////////////////////////
*/
/*[ Table ]
-----------------------------------------------------------
*/
.wrap-table-shopping-cart {
  overflow: auto;
}

.container-table-cart::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  left: 0;
}

.container-table-cart::after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 51px);
  background-color: #e6e6e6;
  top: 51px;
  right: 0;
}

.table-shopping-cart {
  border-collapse: collapse;
  width: 100%;
}

.table-shopping-cart .column-1 {
  width: 225px;
  padding-left: 50px;
}
.table-shopping-cart .column-2 {
  width: 330px;
  padding-right: 30px;
}
.table-shopping-cart .column-3 {
  width: 133px;
  padding-right: 30px;
}
.table-shopping-cart .column-4 {
  width: 355px;
  padding-right: 30px;
}
.table-shopping-cart .column-4 button.remove {
	background: transparent;
	color: #222222;
	border: 1px solid #222222;
	text-transform: uppercase;
}
.table-shopping-cart .column-5 {
  padding-right: 30px;
}

.table-shopping-cart .table-head th {
  font-family: Montserrat-Bold;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
}

.table-shopping-cart td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  padding-top: 37px;
  padding-bottom: 30px;
}

@media (max-width: 1000px) {

	.table-shopping-cart .column-2 {
		width: 33%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.table-shopping-cart .column-4 {
		padding-right: 0;
	}

	.table-shopping-cart .column-1,
	.table-shopping-cart .column-3  {
		display: none;
	}
}

.table-shopping-cart .table-row .column-2 {
  font-size: 15px;
}


/* ------------------------------------ */
.cart-img-product {
  width: 90px;
  position: relative;
}

.cart-img-product img {
  width: 100%;
}

.cart-img-product::after {
  content: '\e870';
  font-family: Linearicons;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.cart-img-product:hover:after {
  cursor: pointer;
  opacity: 1;
}


/*[ Tags ]
///////////////////////////////////////////////////////////
*/
.wrap-tags {
  margin-right: -3px;
  margin-left: -3px;
}

.tag-item {
  display: block;
  font-family: Montserrat-Regular;
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
  padding: 5px 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  margin: 3px;
}

.tag-item:hover {
  border: 1px solid #a61e1e;
}


/*[ tab01 ]
///////////////////////////////////////////////////////////
*/
.tab01 .nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  margin-right: -15px;
  margin-left: -15px;
}

.tab01 .nav-tabs .nav-item {
  padding: 8px 16px;
}

.tab01 .nav-link {
  padding: 0;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid transparent;
  font-family: Montserrat-Regular;
  font-size: 15px;
  color: #888888;
  line-height: 1.1;
}

.tab01 .nav-link.active {
    color: #333333;
    border-bottom: 1px solid #6a6a6a;
}

.tab01 .nav-link:hover {
    color: #333333;
    border-bottom: 1px solid #6a6a6a;
}

@media (max-width: 480px) {
  .tab01 .nav-tabs .nav-item {
    padding: 8px 6px;
  }

  .tab01 .nav-tabs {
    margin-right: -6px;
    margin-left: -6px;
  }
}


/*[ Modal video 01 ]
///////////////////////////////////////////////////////////
*/
body {padding-right: 0px !important;}

.modal {
  padding: 0px !important;
  z-index: 1360;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1350;

}

#modal-video-01 .modal-dialog {
  max-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 854px;
  height: auto;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}


/*[ Input NumProduct ]
///////////////////////////////////////////////////////////
*/
input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input.num-product::-webkit-outer-spin-button,
input.num-product::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
..p-b-90{    padding-bottom: 40px;}

/* Footer */

footer#footer {
  background-color: #151716;

  #f0f0f0
}

#footer h4.s-text12 {
  color:#FFF; 
  FONT-SIZE:20px;
  font-weight:bold;
  #222222
}

#footer a {
  color: #FFF;
  padding:10px;
  /*#666666*/
}

#footer a.footer-social-button {
  color: #888888;
}
#footer .bg6{
  background:transparent;
}
#footer .s-text7 {
  color:#fff;/* #555555;*/
}
button:disabled {
  background-color: #a61e1e !important;
  width: 100%;
  opacity: .7;
  cursor: default;
}

/* Countdown timer */
.countdown-timer > div{
	background: transparent;
}
.countdown-timer > div > span {
	color: #555555;
}

/* Instagram Section */
section.instagram .owl-carousel .block4 {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background: no-repeat 50% 50%;
	background-size: cover;
}


@media (max-width: 480px) {
	.countdown-timer > div{
		width: 46px;
		height: 46px;
	}
}

@media (max-width: 480px) {
	.footer__columns {
		text-align: center;
	}

	.footer__social-icons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer__social-icons > a:last-child {
		padding-right: 0;
	}

	#subscribe input {
		text-align: center;
	}

	#subscribe .w-size2,
	#subscribe .w-size9 {
		width: 100%;
		max-width: none;
	}
}

/*************************************************************/
/* Code for sub-category styling */
.dropbtn {
  background-color: #ffffff;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdownone {
  position: relative;
  display: inline-block;
}

.dropdown-content-one {
  display: none;
  position: relative;
  background-color: #fff;
  min-width: 160px;
/*   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  margin-left: 20%;
}

.dropdown-content-one a {
  color: black;
  padding: 0px 5px;
  margin-bottom: -10px;
  text-decoration: none;
  display: block;
}

#styleLink {
  margin-bottom: 10px;
}

.dropdown-content-one a:hover {background-color: #fff;}

.dropdownone:hover .dropdown-content-one {display: block;}

.dropdownone:hover .dropbtn {background-color: #fff;}

/*****************************************************************/

.tab button {
    min-height: 80px!important;
}


/* Accordian styling */
.accordionOne  {
/*   background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordionOne:hover {
/*   background-color: #ccc; */
}

.accordionOne:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panelTwo {
  padding: 0px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faqTitle {
	margin: 1% auto;
}

.blockFaq {
	margin: 3% auto;
}

.categoryFaq {
	margin-bottom: 0.5%;
}

.faqBlockQuestionAnswer {
	border: 1px solid #ababab;
  	border-radius: 3px;
  	margin: 0.8% auto;
}

.questionFaq {
	font-weight: 600;
  	font-size: 15px;
  	border-bottom: 1px solid #ababab;
}

.paraFaq {
	font-size: 16px;
  	line-height: 1.5em;
}

.paraFaq > p{
	padding: 10px;
}

/* ********************************************************************************** */

/* Styling for filter button */
.btnFilter {
  float: left;
  display: inline;
  border-style: none;
  background-color: #fff;
  color: #495057;
}

.filterOptionTesting {
/*   	margin-top: 14.5px; */
/* 	margin-top: 7.5px; */
/*   	margin-bottom: 10px; */
  	margin-right: 5px;
  	background-color: #fff;
  	font-size: 15px;
  	letter-spacing: 0.2em;
  	padding: 5px 30px 5px 30px;
}

/* ********************************************************************************************* */

/* Styling of creatives picture */

.creativeImage {
  	margin-bottom: 4%!important;
}

.crtcont {
    text-align: center;
/*     margin-top: -3.8%; */
    
}

.w-size2 {
	width: 100%;
}

/* Code for styling the sorting menu */
select.form-control:not([size]):not([multiple]) {
    width: 100%!important;
  	font-size: 15px;
}

/* Styling privacy page */
.privacyHeading {
	margin: 10px auto 5px auto;
}

.privacyPara {
	line-height: 1.5em;
  	font-size: 16px;
}

.privacyHead {
	margin: 10px auto;
}

@media (max-width: 500px) {
  .mobileViewWidth {
      width: 102%;
  }
}

@media (max-width: 330px) {
  .mobileViewWidth {
      width: 102%;
  }
}

/* Styling for creative section */
@media (max-width: 500px) {
  .bgwhite {
    width: 92%;
    margin-left: 4%;
  }
  
  .creativeImage {
      width: 60%!important;
      height: 90px!important;
      margin-bottom: 5%!important;
      margin-top: -8%!important;
  }
  
  .peopleDiv {
  	width: 100%;
    float: left;
  }
  
  .peopleImage {
  	height: 270px!important;
  }
  
  .crtinner {
    margin-right: 0px!important;
    margin-left: -2px!important;
  }
  
/*   #filterImageOff {
  	display: none!important;
  } */
  
  #filterImageOn {
  	display: none;
  }
  
  .HomeImageBlocks{
/*   	width: 50%;
    float: left;
    max-width: 46%!important; */
    width: 46%!important;
  }
  
  .block1-wrapbtn > .size2 {
    height: 30px!important;
    font-size: 12px!important;
  }
  
  .HomeImageSection {
    height: 160px!important;
/*     height: auto; */
  }
  
  .PicHomeBlockStyling {
    width: 100%!important;
    margin: 0% auto!important;
  }
}

.HomeImageDiv {
	width: 92%;
  	margin: 0.5%;
}

.HomeImageBlocks{
/*   padding: 2%; */
/*   	margin: 0.5%;
  	max-width: 31.8%; */
  	padding: 0% 0.7%;
}

.HomeImageSection {
/* 	height: 380px; */
  height: 420px;
/*   height: auto; */
}

.PicHomeBlockStyling {
/*   width: 99%;
  margin-left: 0.5%; */
  margin: 0% auto 5% auto;
/*   width: 90%; */
}

.rightAligningSort {
	text-align-last: right!important;
/*   	background-color: #fff!important; */
/*   	background-color: rgba(255,255,255,0.5)!important; */
}

.rightAligningSortOption {
/* 	direction: rtl!important; */
/*     background-color: #fff!important; */
/*   	background-color: rgba(255,255,255,0.5)!important; */
  	margin-top: 6px;
}

.dropdown-content {
	border: 3px solid #1a1a1a;
  	border-radius: 15px;
  	margin-top: 15px;
}

.tabClickable {
	height: 50px;
  	width: 100%;
}

.tablinkOne {
/* 	border-bottom: 3px solid #1a1a1a;
  	border-right: 3px solid #1a1a1a; */
  	border-top-left-radius: 12px;
  	height: 50px;
  	float: left;
    background-color: white;
 	width: 49%;
}

.tablinkTwo {
	border-bottom: 3px solid #1a1a1a;
  	border-left: 3px solid #1a1a1a;
    border-top-right-radius: 12px;
  	height: 50px;
  	float: right;
  	background-color: white;
  	width: 49%;
}

.finalImgMaterialStyling {
/* 	width: 66px!important;
  	height: 55px!important;
  	padding-right: 15px; */
  
  	width: 40px!important;
  	height: 35px!important;
  	padding-right: 8px;
}

.finalMaterialStyling {
	font-size: 15px;
}

.finaltabcontent {
	padding: 0px 15px!important;
  	background: #fff;
  	border-radius: 15px;
}

.finaltabcontentlist {
/* 	margin: 15px 0px; */
  	margin: 15px -2px 15px 0px;
  	font-size: 15px;
}

.sidebarShowMe {
	animation: myslide 0.9s forwards;
}

@keyframes myslide {
  from { left: 0px; }
  to { left: 20px; }
}

.noSidebarMenu {
	margin-top: 15px!important;
}

@media (max-width: 500px) {
  #custom-products {
  	margin-left: 0%;
  }
}

@media (max-width: 500px) and (min-width: 300px) {
  .MyMobileSortButton{
/*       display: none; */
  }
  
  .finaltabcontentlist {
  	font-size: 14px;
  }
}

@media (min-width: 500px) {
  .sortByChangedToAboveStyle {
      display: none;
  }
}

@media (min-width: 900px) and (max-width: 1080px) {
  .ThemeLayoutDiv {
/*   	margin: 1% auto;
    width: 94%; */
  }
}

.StylingForAboutUs {
	padding: 1%!important;
  	text-align: justify!important;
  	padding: 0px!important;
}

/* Styling for Material Page */
.materialTextTwo {
/* 	float: left; */
  	text-align: center;
/*   	width: 35%; */
  	padding-left: 5%;
  	padding-right: 5%;
}

.materialImageTwo {
/* 	float: right; */
  	padding: 1%;
  	padding-right: 10%!important;
/*   	width: 35%; */
}

.materialImageStyleTwo {
	width: 100%;
  	height: auto;
}

.materialImageOne {
/* 	float: left; */
  	padding: 1%;
  	padding-left: 10%!important;
/*   	width: 35%; */
}

.materialImageStyleOne {
	width: 100%;
  	height: auto;
}

.materialTextOne {
/* 	float: right; */
  	text-align: center;
/*   	width: 35%; */
  	padding-right: 5%;
  	padding-left: 5%;
}

.materialPage {
	margin-top: 1%;
    margin-bottom: 6%;
}

.materialHead {
  	text-align: center;
  	margin-top: 1%;
  	margin-bottom: 5%;
  	letter-spacing: 0.1em;
}

.materialHeadPara {
  	color: #292929;
	font-size: 24px;
  	font-weight: 800;
	line-height: 1.2em;
  	font-family: akzidenz-grotesk-condensed,Arial Narrow,Arial,'sans-serif' !important;
}

#shopify-section-materials {
	margin-top: -4%;
}

.materialTextPara {
	font-size: 15px;
  	font-weight: 500;
  	line-height: 1.5em;
  	text-align: justify;
  	color: #3d3d3d;
}

.materialDiv {
	line-height: 100%;
}

.PageHeading {
	text-align: center;
}

.mainHeadMaterialBottomMargin {
	margin-bottom: 3%;
}

.PageHeadingPara {
	font-size: 40px;
    font-family: akzidenz-grotesk-condensed,Arial Narrow,Arial,'sans-serif' !important;
  	letter-spacing: 0.1em;
  	font-weight: bold;  	
  	border-top: 4px solid #a6192e;
  	padding-top: 1.5%;
  	width: 69%;
  	margin: 0% auto;
  	color: #212121;
}

#materialHeadImage {
	margin: 3% 42%;
  	width: 120px;
  	height: 120px;
  	display: none;
}

.hrOnly {
	height: 3px;
  	background-color: #a6192e;
  	width: 70%;
  	margin: 0% auto;
  	margin-bottom: 1.5%;
  	display: none;
}

@media (max-width: 900px) and (min-width: 501px) {
  .hrOnly {
  	margin-bottom: 6%!important;
  }
  
  .creativeMainDiv {
  	width: 96%!important;
    margin: 0% auto!important;
    text-align: justify;
  }
  
  .PageHeadingPara {
  	width: 80%;
    padding-top: 7%;
  }
  
  .HomeImageSection {
/*     height: 300px!important; */
    height: 250px!important;
/*     height: auto; */
  }
  
  .HomeImageBlocks {
      padding: 0% 1%!important;
  }
  
  .block1-wrapbtn > .size2 {
    height: 40px!important;
    font-size: 18px!important;
  }
}

@media (max-width: 1100px) and (min-width: 901px) {
  .hrOnly {
  	margin-bottom: 2.4%!important;
  }
  
  .creativeMainDiv {
  	width: 96%!important;
    margin: 0% auto!important;
    text-align: justify;
  }
  
  .PageHeadingPara {
  	width: 82%;
  }
}

@media (max-width: 1250px) and (min-width: 1101px) {
   .creativeMainDiv {
  	width: 96%!important;
    margin: 0% auto!important;
    text-align: justify;
  }
}

@media (max-width: 500px) {
	#materialHeadImage {
      margin: 4% 35%!important;
      width: 92px!important;
      height: 80px!important;
    }
  
  .PageHeading {
  	margin-top: -5%;
  }
  
  .PageHeadingPara {
  	width: 99%;
    padding-top: 10%;
  }
  
  	.hrOnly {
        width: 100%!important;
      	margin-top: -3%!important;
      	margin-bottom: 9%!important;
    }
  
    .PageHeadingPara {
      font-size: 30px;
      font-weight: 600;
      margin-top: 4%;
      margin-bottom: 2%;
      line-height: 1.2em;
  	}
  
  	.materialHeadPara {
      font-size: 22px;
      font-weight: 600;
      line-height: 1.4em;
      margin-bottom: 2%;
      margin-top: 7%;
  	}
  
    .materialTextPara {
      text-align: justify!important;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.8em;
  	}
  	
    .materialImageOne {
      padding: 0%!important;
      margin-top: 2%;
      margin-bottom: 5%!important;
      padding-left: 0%!important;
  	}
  
  	.materialImageTwo {
      padding: 0%!important;
      padding-right: 0%!important;
      margin-bottom: 5%!important;
      margin-top: 2%;
  	}
  
  .mainHeadMaterialBottomMargin {
  	margin-bottom: 5%important;
  }
  
    .materialPage {
      margin-bottom: 25%!important;
  	}
  
  	#shopify-section-materials {
  		margin-top: -15%!important;
  	}
  
  	.materialTextOne, .materialTextTwo {
        text-align: center;
        padding-right: 0%!important;
        padding-left: 0%!important;
    }
}

.sub-sub-menu {
    width: 85%;
    margin: 0% auto;
}

.arrow-main-menu-menu {
	margin-right: 15%;
  	float: right;
  	color: #000;
}

@media (max-width: 500px) {
  .myOrderByDivOne {
  	order: 2;
  }
  
  .myOrderByDivTwo {
  	order: 1;
  }
}

.footer-logo {
	max-height: 27px;
}
/* ************************************** */

/* created dynamic pages and there is styling is given below, added and edited 21st Jan, 2020 */
.creativeHeadText {
	font-size: 30px;
  	font-weight: 600;
  	color: #000;
}

.creativeParaText > p {
	font-size: 22px!important;
  	line-height: 1.5em!important;
}

.blockOneCreative, .blockTwoCreative {
	float: left;
}

.stylingCreativeText {
	margin-bottom: 5%;
  	margin-top: 2%;
}


.stylingCreativeImages > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creativeImages {
    object-position: 33.72% 35.35%;
}

.mycreativeImageStyle, .peopleImage {
	object-position: 33.72% 35.35%;
}

div > a > .mycreativeImageStyle {
	width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 1000px) and (min-width: 501px) {
	div > a > .mycreativeImageStyle {
      width: 100%;
      height: 100%!important;
    }
}

div > .peopleDiv > .peopleImage {
  width: 100%;
   height: auto;
   object-fit: cover;
}

div > .peopleDiv > .peopleImageDavid {
	width: 100%;
  	object-fit: cover;
}

.headingStyle {
	font-size: 20px;
    text-align: center;
}

.myIzaacDiv {
	width: 96%;
    margin: 2% auto;
}

.block1-wrapbtn > .size2 {
/* 	height: 55px; */
  height: 36px;
/*     font-size: 20px; */
    font-size: 13px;
/*     text-shadow: 1px 1px 1px #242424; */
      text-shadow: 0px 0px 1px #000!important;
    font-weight:500;
}
/* .block1-wrapbtn > .size2 strong {font-weight:500 !important;} */
.block1-wrapbtn > .size2 strong {
font-weight:400 !important; color: #000!important; 
font-family: akzidenz-grotesk-condensed,Arial Narrow,Arial,sans-serif !important; 
letter-spacing: 0px !important;}


@font-face {
  font-family: akzidenz-grotesk-condensed;
  src: url('//getpyvot.com/cdn/shop/t/24/assets/akzidenz-grotesk-r-condensed-medium.ttf?v=170797382010260282211646415353');
}

.myBottomTextEric {
	margin-top: 2%;
}

@media (max-width: 500px) {
  .homepageDivBox {
  	padding: 0px!important;
  }
}

@media (min-width: 1440px) {
  .HomeImageSection {
  	height: 450px;
/*     height: auto; */
  }
}

@media (min-width: 1800px) {
  .HomeImageSection {
  	height: 460px;
  }
  
  .block1-wrapbtn > .size2 {
    height: 60px!important;
    font-size: 25px!important;
  }
}

@media (min-width: 2200px) {
  .HomeImageSection {
    height: 800px;
  }
}

.caption1-slide1, .caption2-slide1 {
	display: none;
}

@media (max-width: 500px) and (min-width: 250px) {
  .creativeSecondImage {
  	display: none;
  }
 
  
  .continner {
    width: 100%!important;
    margin: 0% auto!important;
	}
  
  .followbox {
  	margin-bottom: 3%;
  }
  
  .peopleImageDavid, .peopleImageEric {
    margin-top: 5%!important;
  	height: 270px!important;
  }
  
  .mycreativeImageStyle {
  	height: 200px!important;
  }
  
  .creativeHeadingMain {
    margin: 2% auto!important;
    font-size: 22px!important;
  }
}

.peopleDiv {
	padding: 0px!important;
}

.creativeHeadingMain {
    font-style: normal;
    font-size: 25px;
/*     color: #595959; */
  	color: #292929;
    margin-bottom: 1%;
    font-weight: 600;
}

@media (min-width: 1800px) and (max-width: 2500px) {
  .item-slick1 {
  	height: 1050px!important;
  }
  
  .p-b-170 {
    margin-top: 8%!important;
  }
  
  .s-text2 {
    font-size: 22px!important;
  }
  
  .size2 {
    height: 56px!important;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .item-slick1 {
    height: 1200px!important;
  }
}

@media (min-width: 1600px) and (max-width: 1799px) {
  .item-slick1 {
    height: 1200px!important;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .p-b-170 {
    margin-top: 5%!important;
  }
  
  .s-text2 {
    font-size: 22px!important;
  }
  
  .size2 {
    height: 56px!important;
  }
}

@media (min-width: 980px) and (max-width: 1399px) {
  .item-slick1 {
/*     height: 480px!important; */
    height: 1200px!important;
  }
  
}

@media (min-width: 600px) and (max-width: 990px) {
	.item-slick1 {
       height: 380px!important;
    }
  
  .p-b-170 {
    margin-top: 1%!important;
  }
}

@media (min-width: 2501px) and (max-width: 2999px) {
  .item-slick1 {
    height: 900px;
  }
  
  .p-b-170 {
    margin-top: 8%!important;
  }
}

@media (min-width: 3000px) {
  .item-slick1 {
    height: 950px;
  }
  
  .p-b-170 {
    margin-top: 9%!important;
  }
}

.footerMail:hover {
	text-decoration: underline;
  	cursor: pointer;
  	color: #e65540;
}

.footerMail {
	text-decoration: underline;
}

.block1 > .block1-wrapbtn > .hov1 {
	font-family: 'Cinzel', serif !important;
  	font-size: 16px!important;
}

@media (min-width: 577px) {
  .wrap-btn-slide1 > .hov1 {
      font-weight: 800!important;
      text-shadow: 0.5px 0.5px 1px #000!important;
      font-size: 12px;
  }
}

@media (min-width: 1800px) {
  .materialImageStyleTwo {
  	height: 420px!important;
  }
}

@media (min-width: 1100px) and (max-width: 1799px) {
  .materialImageStyleTwo {
  	height: 400px!important;
  }
}

@media (min-width: 980px) and (max-width: 1099px) {
  .materialImageStyleTwo {
  	height: 380px!important;
  }
}

@media (max-width: 450px) {
  .block1-wrapbtn > .size2 {
    text-shadow: 0px 0px 1px #000!important;
  }
  
  .block1 > .block1-wrapbtn > .hov1 {
    font-size: 10px!important;
  }
}

.creativeMainPara {
    width: 50%;
    margin: 0% auto;
}

@media (max-width: 1250px) and (min-width: 621px) {
  .creativeMainPara {
      width: 50%;
      margin: 0% auto;
  }
}

@media (max-width: 620px) {
  .creativeMainPara {
      width: 100%!important;
  }
}

.creativeMainMainParaText {
  	color: #3d3d3d!important;
}

@media (max-width: 500px) {
  .jdgm-rev-widg__title {
  	font-size: 25px!important;
  }
.desktop{
  display:none;
}
.mobile{
  display:block;
}}

@media (min-width: 500px) {
.mobile{
  display:none;
}
.desktop{
  display:block;
}
}


.cart > .container > form > .bo9 > .size15 {
	height: auto!important;
}

.cart > .container > form > .bo9 > .size15 > button {
	height: 50px!important;
}

.dynamic-checkout__content {
	margin-top: 2%!important;
}

.shopLinkCart:hover {
	text-decoration: underline;
}

.shopLinkCart:visited, .shopLinkCart:link, .shopLinkCart {
	text-decoration: none;
}

.arrowFacingLeft {
	color: #000!important;
  	font-size: 20px!important;

}

@media (max-width: 500px){
.HomeImageBlocks {
    width: 50%!important;
}
.footer__columns.flex-w.p-b-30 {
    padding-bottom: 0 !important;
}
  
#footer .t-center {
    text-align: left !important;
padding-top:0px !important; 
}
.p-b-170 {
    /* margin-top: 60% !important; */
}
.HomeImageBlocks {
    padding: 1.3% !important;}
.bgwhite {
    width: 98% !important;
    margin-left: 1% !important;
}}

@media (max-width: 768px){
.p-b-40 {
    padding-bottom: 0px;
    margin-bottom: -24px !important;
}

.effect1 {
    position: relative;
border: 1px solid rgb(59, 59, 63) !important;
padding:5px;
}
.p-t-20 .size2 {
border: 1px solid rgb(59, 59, 63) !important;
}


hr#footerHr {
    border-color: rgb(59, 59, 63) !important;
    display: block !important;
    margin-bottom: 0px !important;
}
.mobile .slick-slide {
    display: block;
    /* min-height: 85vh; */
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    max-height: 100%;
    padding: 1.875rem 1.25rem 1.25rem;
}
a.flex-c-m.size2.bo-rad-23.s-text2.bgwhite.hov1 {
    cursor: pointer;
    
    line-height: 1em;
    padding: 1.03125rem 2em;
    min-height: 2rem;
    font-family: akzidenz-grotesk,Arial,sans-serif;
    font-weight: 500;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .04em;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    color: #fff;
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
} }
.PicHomeBlockStyling {
    margin: 0% auto 0% auto !important;
    }

footer#footer {
    background-color: #151716;
    padding: 20px !important;
}

@media (max-width: 480px)
{
.footer__columns {
    text-align: left !important;
}
#footer a {
    color: #FFF;
    padding: 8px  !important;
}
#footer h4.s-text12 {
    color: #FFF;
    FONT-SIZE: 17px !important;
    font-weight: bold;
}
.footer__social-icons {
    -webkit-box-pack: center;
    justify-content: left !important;
   }

#footer .s-text7 a {
    padding: 10px 0px !important;
}

}

.block1-wrapbtn > .size2 strong {
    font-weight: 400 !important;
    color: #1a1a1a !important;
    font-family: akzidenz-grotesk-condensed,Arial Narrow,Arial,sans-serif !important;
    letter-spacing: 0px !important;
    font-size: 1.39rem !important;
    text-align: center;
    margin: .625rem 0;
    line-height: 1em;
    text-shadow: none !Important;
}
#footer .f-payment {
    display: none;
}
#footer .s-text7 {
    color: #888;
}
#footer h4.s-text12.p-b-30 {
    font-size: 14px !important;
}
.bgwhite tbody {
    border: solid 1px #ebebeb !important;
}

@media (max-width: 370px) {
  .logo-mobile img { left: 85%; }
  .hamburger { right: 130%; }
}

@media (max-width: 340px) {
  .hamburger { right: 115%; }
}

@media (max-width: 700px) {
  .block2 .shopnowXYZ {
      visibility: unset!important;
      left: 17%!important;
  }
}
/*Custom css*/
@media (max-width: 767px) {
  
  iv#shopify-section-160214964267a96e74 .item-slick1 {
    height: 300px !important;
}
  hr.custom-line{
  width: 25% !important;
}
  .discover-section .col-lg-2.col-sm-2 {
    text-align: left !important;
}
  .discover-section .col-lg-2.col-sm-2 {
    width: 20%;
    display: inline-block;
    float: left;
}
  .col-lg-10.col-sm-10 {
    width: 80%;
}
  div#shopify-section-160214964267a96e74 a.flex-c-m.size2.bo-rad-23.s-text2.bgwhite.hov1 {
    position: absolute !important;
   left: -92px !important;
    bottom: -22px !important;
    width: 94px !important;
    background: #000;
    color: #fff !important;
    font-size: 10px;
    padding: 7px !important;
    max-height: 24px !important;
    min-height: 24px !important;
}
  hr.custom-line {
    min-width: 145px;
}
/*   img.knitimage {
    bottom: 136px !important;
} */
/*   img.knitimage1 {
    bottom: 217px !important;
} */
img.knitimage1 {
    position: unset !important;
    float: right;
    padding-right: 10px;
}
  img.knitimage {
    position: unset !important;
    float: right;
    padding-right: 6px;
}
}

@media (max-width: 1399px) and (min-width: 900px){
  div#shopify-section-160214964267a96e74 .item-slick1 {
    height: 450px !important;
}
}
@media (max-width: 1599px) and (min-width: 1400px){
div#shopify-section-160214964267a96e74 .item-slick1 {
    height: 528px !important;
}
}
@media (max-width: 576px){
div#shopify-section-160214964267a96e74 .item-slick1 {
    height: 156px !important; 
}
}
@media (max-width: 990px) and (min-width: 600px){
div#shopify-section-160214964267a96e74 .item-slick1 {
    height: 290px !important;
}
}
div#shopify-section-160214964267a96e74 a.flex-c-m.size2.bo-rad-23.s-text2.bgwhite.hov1 {
    position: absolute;
    left: 49px;
    bottom: 13px;
    width: 227px ;
    background: #000;
    color: #fff !important;
    font-size: 19px ;
}
.discover-section {
    padding: 20px;
}
.row.container {
    margin: 0 auto;
}
button.custom-discover-btn a {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
}
button.custom-discover-btn {
    background: #1b1919;
    padding: 10px 21px;
}
.discover p {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.discover-section .col-lg-2.col-sm-2 {
    text-align: center;
}
hr.custom-line{
  width:11% !important;
 min-width: 145px;
    margin: 0 auto;
    height: 2px;
    background: #a10203;
  margin-top:10px;
  margin-bottom:15px;
}
.discover {
    padding-top: 7% !important;
}
.discover-section span {
    color: #000;
}
.best-seller {
    display: block !important;
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}
.perz-title {
    font-size: 2rem !important;
}

/*End Custom CSS*/


.w-size1 {
    width: 300px;
}
.wrap-btn-slide1{
	padding:20px;	
  
}
.slide1 .wrap-content-slide1 {
  position:relative;
}
.slide1 .wrap-btn-slide1.w-size1 {
      position: absolute;
    bottom: 22%;
    left: 35%;
    transform: translate(-35%, -30%);
}


.wrap-btn-slide1 > .hov1 {
   font-size: 20px;
    background: black;
    color: white;
    padding: 30px 30px;
}

.kBoYbw.kBoYbw{
	background-color: rgb(0 0 0 / 80%)!important;
}
  
.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU.etaOCU {
	background-color: rgb(255 255 255 / 0%)!important;	
	color: rgb(255 255 255)!important;
}  	

.NkKOc.NkKOc.NkKOc.NkKOc.NkKOc.NkKOc{
	    background-color: rgb(255 255 255 / 0%)!important;
}

.NkKOc.NkKOc.NkKOc.NkKOc.NkKOc.NkKOc:hover {
    border-color: rgb(255 255 255)!important;
}

.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG.hAmYtG{
	color: rgb(255 255 255)!important;
} 

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor strong {
    color: #271FD5;
  	font-size: 18px;
  	text-align: center!important;
} 

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor p{
	    color: #ffffff!important;
  		
}

.bknASp.bknASp.bknASp.bknASp.bknASp.bknASp{
   	width: 30%!important;
  	margin:auto;
  	background: rgb(243 6 31 / 0%)!important;
    border-radius: 5px!important;
    border-style: solid!important;
    border-color: #F2994A!important;
    border-width: 1px!important;
    color: rgb(255, 255, 255)!important;
}

.gryffeditor img, .module-wrap[data-label=Popup] img {
    display: none;
}

#e-1617103731852 .elm {
    margin-top: 80px;
}

.bgwhite {
    background-color: #ffffff!important;
}


.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS .ql-container p, .kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS .ql-container a {
text-align: center !important;
}

.klaviyo-form .ql-editor p strong {

background-color:#fff !important;
}

.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS .ql-container p, .kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS.kzkVSS .ql-container a{
color:#303030!important;
}

.p-t-62{
	padding:0px;
}

.p-b-46{
	padding:0px;
}

.gf_icon-list{
color: #ffffff!important;

}

.item-content{
color: #ffffff!important;
}

.needsclick .View__FormView-sc-110l249-0 .gBKwYK .klaviyo-form-version-cid_1 .kl-private-reset-css-Xuajs1
{
display:none;
}


.pt30{
	padding-top: 30px;
}

#slideitem .slick-slide{
	height: auto !important;
}
#slideitem .slideinfo{
	position: absolute;
    bottom: 0;
}
.btnblack{
    padding: 16px 30px;
	background: #000;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}
.btnblack:hover{
    background: #000;
	color: #fff;
}
