/** Shopify CDN: Minification failed

Line 717:18 Expected identifier but found "0px"
Line 1030:42 Expected ")" to end URL token
Line 2143:3 Unexpected "/"

**/
/* Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Josefin Slab:wght@700&display=swap'); 
@font-face {
  font-family: "Josefin Slab";
  src: url('{{ "josephin.woff2" | asset_url }}');
}
*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("https://cdn.shopify.com/s/files/1/0424/8531/7800/files/ProximaNova-RegularIt.woff2?v=1594723139") format("woff2");
  font-weight: normal;
  font-style: italic; 
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://cdn.shopify.com/s/files/1/0424/8531/7800/files/ProximaNova-Regular.woff2?v=1594723118") format("woff2");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("https://cdn.shopify.com/s/files/1/0424/8531/7800/files/ProximaNova-Bold.woff2?v=1594723104") format("woff2");
  font-weight: bold;
  font-style: normal; 
}

@font-face {
  font-family: 'keller';
  src: url("https://cdn.shopify.com/s/files/1/0424/8531/7800/files/keller.woff?v=1594723085") format("woff");
  font-weight: normal;
  font-style: normal; 
}
/* 
font-family: "Josefin Slab";
font-family: "Arial";
font-family: "Roboto"; */

/* ================common css====================  */


/* ::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: $color-white;
}

::-webkit-scrollbar-thumb {
     background: rgb(255,51,102)
    background: #b60000;
} */



body{
	transition:0.5s;
  	padding-bottom:0px !important;
  font-family:	Roboto,Arial,sans-serif;
      font-weight: 300;

}
.container{
  max-width:1300px;
  margin:0 auto;
  padding:0px 14px;
}
.flex{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.space-between{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.variant.not-avail {
    width: 100% !important;
    /* border: none; */
    border-right: none !important;
    padding-right: 1rem;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1rem;
    border-top: 1px solid #cfcfcf;
  	padding-top: 1rem;
}
/* Out Of Stock Button*/
#variant-inventory .btn.product-form__cart-submit.addtocart {
    display: inline-block;
    width: auto;
    margin: 0 2rem 0 0;
    padding: 13.6px 10px;
    background: #b60000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Proxima Nova",Roboto,Arial,sans-serif;
    margin-top: 30px;
    font-weight: 300;
    line-height: 16px;
    min-height: auto;
    border: none;
    min-width: 168px;
}
/*End Out Of Stock Button*/
.align-center{
	align-items:center;
}
a{
	transition: 0.5s;
}
.gray-background{
	background: #f7f5f5;
}
.col-9{
	width:75%;
}
.col-3{
	width:25%;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.full-width{
	width:100%;
}

nav ul li a:hover, .footer-menu ul li a:hotemplate-collectionver{
   color: #b6b6b6 !important;
  
}
.white h1,
.white h2,
.white h3,
.white h4, .white p, .white span{
	color:#fff !important;
/* 	font-family: Arial, Josefin Slab, Roboto, sans-serif; */
}
h1, h2, h3, h4, h5, h6{
  font-family: Roboto,Arial,sans-serif;
}
.bg-controle{
	background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.mt-20{
	margin-top:20px;
}
.relative{
	position:relative;
}
.col-6{
	width:50%;
  padding:0px 15px;
}
.custom-space{
	padding:30px 0px !important;
}
.mt-80{
	margin-top:80px;
}
#ProductSection-product-template{
 margin-top:80px;
}

.overflow{
/* 	overflow:hidden; */
}

/*=====================end  common css====================  */


/*=============== typography===============================  */

h1, h2, h3, h4, h5, h6{
	margin-bottom:10px;
  font-weight:normal;
}

h1{
  font-size: 2.25rem;
  text-transform: uppercase;
}
p{
  font-size: 1.125rem;
  line-height:1.6;
  margin-bottom:16px;
  
}
/* 
#PageContainer{
	padding-top:120px;
} */


main{
/* 	margin-bottom:170px; */
}



/*===============end typography===============================  */


/*====================== button css ========================= */

#HideRecoverPasswordLink{
	background-color: #3a3a3a;
  color:#fff;
  display: inline-block;
    width: auto;
  padding: 9px 17px;
  text-transform: uppercase;
  font-size:13px;
  font-weight: 700;
  border: 2px solid #fff;
}

.btn:focus{
	outline:none !important;
	border:none!important;
}

.shoping-cart-btn{
  background: #b60000;
  color: #fff;
  height: 75px;
  line-height: 85px;
  display: block;
  font-size: 2rem;
  margin-right: -0.9375rem;
  padding: 0 1rem;
  position:absolute;
  right: 16px;
  top:0;
  width:76px;
}
.shoping-cart-btn:before{
  content: '\e800';
    font-family: 'Keller';
  position: absolute;
    left: 21px;
    top: -5px;
  transition: all 0.25s ease-out;
}
.shoping-cart-btn:hover{
	color:#830000 !important;
}
.shoping-cart-btn:hover:before{
	color:#fff;
}
.shoping-cart-btn img{
	display:none;
}
.btn, #customer_logout_link{
  padding: 11px 17px;
  color:#fff;
  border:2px solid #fff;
  transition: all 0.25s ease-out;
  display:inline-block;
}
.btn.without-bg{
  background-color:transparent;
}
.btn.without-bg:hover{
  color:#000;
  background-color:#fff;
}
.btn.without-bg:focus{
	border:2px solid #fff !important;
}
.btn.without-bg:hover img{
    filter: invert(1);
}
.btn.red{
  color:#b60000;
  background-color:#fff;
}
.btn.red:hover{
	background-color:#fff;
 	color:#b60000;
  text-decoration:underline;
}
#customer_logout_link{
	background-color:#3a3a3a;
}
#customer_logout_link:hover{
  color: #fff;
  background-color: #606060;	
}
.cart-item .cart-btn form button{
  padding: 0px !important;
  border: none;
  background-color: transparent;
  margin-right:0px;
  width: 100%;
}
.cart-item .cart-btn form button a{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  color:#b60000;
  border-right:1px solid #ddd;
  font-weight:700;
  background-color: #fff;
  padding: 11px 0px !important;
  font-size: 12px;
  width: 100%;
  justify-content: center;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
}
.cart-item .cart-btn form button a img{
	margin-right:7px;
  margin-top:-3px;
}
.cart-item .cart-btn form button a:hover{
  color:#b60000;
  text-decoration:underline;
}
.cart-item .cart-btn form button:hover{
	background-color:#fff;	
}
.cart-item .cart-btn form button a:hover img{
	filter:inherit;
}
.cart-item .cart-btn{
	width:100%;
}
.cart-item .cart-btn form{
	width:50%;
}
.cart-item .cart-btn form:nth-child(2) button a{
	border-right:none;
}
.custom-default-btn .btn{
	background: #b60000;
  color:#fff;
}
.custom-default-btn .btn:hover{
 background: #830000;
}

   





  


/*================== end button css ================= */



/*=================== header css=========================== */

header{
  	background: #fff;
    border-bottom: 1px solid #cfcfcf;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
nav ul li{
	margin-right:24px;
}
.site-header{
	padding:0px !important;
}
nav ul li a{
  	color: #adadad;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    padding: 0 .5rem;
    display: block;
    line-height: 75px;
  position:relative;
  transition: 0.5s;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  
  
}
nav ul li a:before{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height: 2px;
  background-color: #b60000;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
nav ul li a:hover:before{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.search-cart input{
    border: none;
    height: 75px;
    font-size: 1rem;
    margin-bottom: 0;
    padding-left: 1.5rem;
  padding-right: 65px;
/*     padding-right: 110px; */
  	color:#0000009e;
  -webkit-appearance:none;
  width:100%;
}
.search-cart input:focus{
	outline:none;
}
search-cart input::placeholder {
  color: red;
  opacity: 1;
}
.search-cart form{
  width: 216px;
  position: relative;
}
.search-cart form .search-img{
  position: absolute;
  right: 0;
  top: 0;
 
}
.search-cart form .search-img:before{
	
    display: block;
    font-family: 'keller';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 4.6875rem;
    margin: 0 .2em;
    font-size: 1.5rem;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    content: '\e809';
    position: absolute;
    color: #adadad;
    right: 1rem;
    top: 0;

}

.search-cart form .search-img span{
	display:none
}
.search-cart{
  border-left: 1px solid #cfcfcf;
  position:relative;
  width: 294px;
}
.cart-popup{
  position: absolute;
/*    right: 1px;
  top: 4.6875rem;
  background: #fff;
  width: 322px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
  z-index: 500;
  padding:0px;
  box-shadow:none !important;
  transform: translateX(0);
  height:544px; */
/*   display:none; */
}
.cart-popup.show-cart-popup{
	display:block;
}
.close-cart-popup{
  text-transform: uppercase;
  color: #adadad;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: .9rem;
  display: inline-block;
  text-align: center;
  background: #f7f5f5;
/*   border-top: 1px solid #cfcfcf; */
  padding:13px 10px;
  width:100%;
}

.mob-site-header{
	position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    transform: translateX(0px);	
}
.hamburger-button span{
  width:100%;
  height:4px;
  background-color:#b60000;
  display:block;
}
.hamburger-button{
  width:32px;
  display:none;
}
.hamburger-button span:not(:last-of-type){
	margin-bottom:5px;
}
.close-mob-site-header{
  position:absolute;
  color: #696969;
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}



    

/*===================== end header css ========================*/



/* ========================== home banner css================ */

.home-banner{
	/*background-image:url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/home-banner.jpg?v=1593702430);*/
  	background-repeat: no-repeat;
    background-position: right bottom;
  background-color:#191310;
  margin-top:21px;
}
.home-banner.banner-space{
	padding: 153px 0;
}
.home-banner .wrap-content{
	max-width:520px;
}
/* .home-banner .wrap-content h1{
	font-family: 'Josefin Slab', serif;
} */
.home-banner .wrap-content span{
	text-transform: uppercase;
    color: #696969 !important;
       font-size: 1.09375rem;
    letter-spacing: 1px;
  	display: block;
    margin-bottom: 8px;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  
}
.home-banner .wrap-content p{
	font-size:1.125rem;
  margin-bottom:20px;
  max-width: 393px;
/*   font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
}
.home-banner .btn{
	margin-right:14px;
  	padding: 9px 17px;
}
.home-banner .btn img{
	margin-right:6px;
}

.home-banner .wrap-content form button{
	padding: 0px;
    border: none;
      background-color: transparent;
}
.home-banner .wrap-content form button:hover{
  background-color: transparent;
}
.home-banner .wrap-content form button a{
	display: flex;
    align-items: center;
  border: 2px solid #fff;
  font-weight: normal;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  
}
.home-banner .wrap-content form button a span{
  color:#fff !important;
  margin-bottom:0px;
  font-size:16px;
}
a.btn.without-bg.added-cart span{
	color:#333 !important;
      font-weight: 700;
}
.home-banner .wrap-content form button a:hover span{
	color:#000 !important;
}
a.btn.without-bg.added-cart span{
	color:red;
}

.home-banner .wrap-content form button a:focus span{
	color:#333;
}
.home-banner .wrap-content form:first-of-type{
	float:left;
}


/* ========================== home banner css================ */


/*=============== cart section css ============  */


.return-link-wrapper{
	display:none;
}


.cart-collections .custom-collection{
	background-image:none;
}

.cart-collections{
  background:url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-grunge.jpg?v=1593713317) repeat 0 0;
  margin: 0px;
  padding-top:55px;
  padding-bottom:32px;
}

.cart-collections ul li{
	text-align: center;
    margin-bottom: 1.5rem;
  	width:25%;
  padding:0px 15px;
}
.cart-item{
  background: #fff;
  position: relative;
  padding-top:16px;
  padding-bottom: 55px;
  height:100%;
/*   padding:16px 10px 55px; */
    height: 320px;
}
.grid.grid--uniform.grid--view-items {
  height: 700px;
}
.cart-item h6 a{
    text-transform: uppercase;
    color: #1b1b1b;
  line-height:22px;
}
.cart-item h6 a:hover{
	border-bottom:1px solid #000;
  color: #1b1b1b !important;
}
.cart-item h6{
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
  padding:0px 10px;
  font-family:"Proxima Nova",Roboto,Arial,sans-serif;
   color: #1b1b1b;
}
.cart-item .cart-price{
  font-size: .9rem;
  display: block;
  margin-bottom: .5rem;
 	color: #696969 !important;
}
.cart-item .book-collection img{
	max-width: 50%;
    text-align: center;
    margin-bottom: 1rem;
}
.cart-item .cart-btn{
  border-top: 2px solid #f7f5f5;
  /* position: absolute; */
  bottom: 0;
}
.cart-item .price div.price__regular{
	width:100%;
  margin-right:0px;
}
.cart-item .price div.price__regular dd{
	margin-right:0px;
}
.cart-item .price div.price__badges{
	margin:3px auto; 0px;
}





.cart-item .cart-btn .btn{
	box-sizing:border-box;
  	padding: 11px 18px;
    font-size: 0.8rem;
}
.cart-item .cart-btn .btn:hover{
	    color: #830000;

}
.cart-item .cart-btn .btn:nth-child(2){
	border-left: 1px solid #f7f5f5; 
}
.view-more{
	margin-top:22px;
}

.view-more a{
	color: #696969;
    text-transform: uppercase;
    font-size: .85rem;
  font-family: Roboto,Arial,sans-serif;
}
.view-more a:after{
  content: '\e801';
  font-family: 'keller';
  font-size: 11px;
  margin-left: 4px;
  vertical-align: bottom;
  width: 1em;
}

.view-more a:hover{
	color:#830000;
  	text-decoration:underline;
}
.view-more a:hover:after{
	text-decoration:none;
}
.view-more a img{
  vertical-align: bottom;
  filter: opacity(0.5);
  display:none;
}

.wrap-two-images{
	background-image:url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-grunge.jpg?v=1593713317);
  	padding-top: 35px;
    padding-bottom: 32px;
    margin-top: 70px;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
  
}
#resource-accordion {
  border-top: 1px solid #cfcfcf;
  margin-top:93px;
}
.wrap-two-images .images-box{
  padding: 0px 30px;
}
.wrap-two-images .images-box .img-item{
	width:49%;
}
.wrap-two-images .view-more a:after{
	display:none;
}
.template-index .cart-collections{
	 border-bottom: 1px solid #cfcfcf;
}
.template-collection .custom-collection{
	background-image:none;
  background: #f7f5f5;
   border-top: 1px solid #cfcfcf;
   border-bottom: 1px solid #cfcfcf;
 	padding:48px 0px !important;
}











/* footer css */

footer{
/*   	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff; */
}
.site-footer{
	margin-top:0;
  padding-bottom:0px;
}
.footer-menu ul li a{
  color: #b6b6b6;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  font-family: 'Proxima Nova';
}
.footer-menu ul li a:hover{
	border-bottom:1px solid #b6b6b6;
   color: #b6b6b6 !important;
}
.footer-menu ul li:not(:last-of-type){
	margin-right:80px;
}
.footer-logo{
	width: 77px;
}
.footer-menu{
	width:90%;
  justify-content:center;
  border-top: 1px dotted #333;
  margin-top:14px;
  padding-top:22px;
}
.copy-right{
  text-align: center;
  width:100%;
  padding-bottom:30px;
}
.copy-right p{
  color: #b6b6b6 !important;
  padding-top:6px;
   font-size: .8rem;
  font-family:Roboto,Arial,sans-serif;
}



/*================ end footer css============================ */

/* ========================resource page css===================  */

.inner-custom-acco li{
	width:100%;
}
.custom-accordion{
  margin-top:30px;
  padding-right: 19px;

}
.right-cart-list{
  background-image:inherit;
  margin:0px 0px;
}
.inner-custom-acco li .accordion-heading{
  display: block;
  padding: 1.50rem 1rem;
  line-height: 1;
  font-size: 1.25rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
/*   font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
}
.inner-custom-acco li .accordion-heading:before{
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}
.inner-custom-acco li .accordion-heading.active:before{
	content:"–";
}
.acc-content{
	padding: 1.25rem 1rem;
    display: none;
    border-bottom: 1px solid #e6e6e6;
  transition:0.5s;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
}
.acc-content.show-content{
  display:flex;
   opacity:1;
  visibility:visible;
}
.acc-content ul li{
	display:flex;
}
.acc-content ul{
	padding-left:20px;
}
.acc-content ul li{
  padding: .25rem 0;
    border-bottom: 1px solid #cfcfcf;
    font-size: .95rem;
  color:#696969;
}
.acc-content ul li .download-title{
	padding-left:15px;
  padding-right:15px;
/*   font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; */
  
}
.acc-content ul li .download-file a{
  color:#b60000;
}
.acc-content ul li .download-file a:hover{
	color: #830000;
}
.acc-content ul li .download-file a img{
	display:none;
}
.acc-content ul li .download-file a:before{
  content: '\e80c';
  font-family: "keller";
}
.acc-content ul li .download-file a:hover{
	text-decoration:underline;
}
    
.inner-custom-acco li .accordion-heading:hover{
	background-color: #e6e6e6;
  color:#830000;
  text-decoration:underline;
}
.right-cart-list ul li{
	width:100%;
}


/*=========================== about page css====================  */

.category{
	background-image:url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-grunge.jpg?v=1593713317);
  padding: 5px 0px;
}
.category ul li a{
	color: #696969;
  font-size:15px;
}
.category ul{
	padding: 5px 0px;
}
.category ul li:not(:last-of-type) a:after{
	color: #cacaca;
    content: "/";
    margin: 0 0.75rem;
    position: relative;
    top: 1px;
    opacity: 1;
}
.about-banner{
	background-image:url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-about.jpg?v=1593777365);
  padding:157px 0px;
  background-position:top;
}
.about-banner:after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, transparent 100%);
}
.about-banner .wrap-banner-content{
	max-width:400px;
      z-index: 10;
    position: relative;
}
.about-banner .wrap-banner-content h1{
	font-family:Roboto,Arial,sans-serif;
}
.about-banner .wrap-banner-content p{
/* 	font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
  color: #f7f5f5 !important;
}
.about-banner .wrap-banner-content p br{
	display:none;
}
.top-user-with-content{
	margin-top:80px;
  padding-bottom:0px !important;
}
.top-user-with-content .wrap-user-with-content{
	padding-bottom:0px;
}
.user-with-content{
  background: #f7f5f5 url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-grunge.jpg?v=1593713317) repeat 0 0;
  padding-top:30px;
  padding-bottom:30px;
}
.user-with-content .user-images li{
  width:50%;
  padding:0px 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.user-with-content .user-images li:last-of-type img{
	filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
}
.user-with-content .user-images li:last-of-type img:hover,
.user-with-content .user-images li:last-of-type.current img:hover{
	filter: none;
    -webkit-filter: grayscale(0%);
}



.user-with-content .user-images li h3{
  height: 3rem;
  background: #b60000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 3rem;
  font-size: 1rem;
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0;
  margin: 0;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
}
.wrap-user-with-content{
	padding-bottom:30px;
}
.user-with-content .user-images li img{
  width:100%;
}
.user-with-content .user-details{
  padding:40px;
  background-color:#fff;
  border: 1px solid #cfcfcf;
}
.user-with-content .custom-author-details p{
/* 	color:#000 !important; */
}
.user-with-content .custom-author-details{
	display:none;
}
.user-with-content .custom-author-details.current{
	display:flex;
}
.wrap-user-with-content ul.user-images li.current h3:after{
  	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12.5px 0 12.5px;
    border-color: #b60000 transparent transparent transparent;
    bottom: -15px;
    left: 50%;
    margin-left: -12.5px;
}
.user-details .left-content h4{
	font-size: 1.5rem !important;
}
.user-details .left-content p{
	color: #1b1b1b;
    font-size: .95rem;
/*   font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
      padding-right: 50px;
}
.user-details .right-content h4{
  margin-top:12px;
}
.user-details .inner-content h4{
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;	
  padding-top: .75rem;
  border-bottom: 1px solid #cfcfcf;
  color: #1b1b1b;
  padding-bottom: .65rem;
  font-family:Roboto,Arial,sans-serif;
}
.user-details .right-content ul li{
  border-bottom: 1px solid #cfcfcf;
  padding: .5rem;
}
.user-details .right-content ul li a{
  color: #1b1b1b;
  font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.user-details .right-content ul li a:hover{
	text-decoration:underline;
}
.social-icons li{
	margin-right:20px;
}

.image-content-grid-boxes ul li{
  width:33.33%;
  padding:0px 15px;
}
.image-content-grid-boxes ul li .item{
  background-color:#fff;

}
.image-content-grid-boxes ul li .item .img-box img{
  height:252px;
  object-fit:cover;
  width:100%;
}
.image-content-grid-boxes ul li .item .description{
  padding:16px;
}
.image-content-grid-boxes ul li .item .description h5{
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #b60000;
/*   font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
}
/* .image-content-grid-boxes ul li .item .description h5 p{
	font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  	color: #1b1b1b;
    font-size: .95rem;
} */
.image-content-grid-boxes ul li .item .description h6{
  
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 30px 0px 10px;
  color:#696969;
}
/* .image-content-grid-boxes ul li .item .description p span{
  color: #1b1b1b !important;
  font-size: .95rem;
  font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
} */
.image-content-grid-boxes ul li .item .description p {
    color: #1b1b1b !important;
    font-size: .95rem;
/*     font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
    /* font-size: 1.125rem; */
    line-height: 1.9;
    margin-bottom: 16px;
}
.image-content-grid-boxes ul li .item .description ul li{
  border-bottom: 1px solid #cfcfcf;
  padding: .5rem;
  width:100%;
/*   font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
 	
}
.image-content-grid-boxes ul li .item .description ul li a{
	color: #1b1b1b;
}
.image-content-grid-boxes ul li .item{
	margin-bottom:36px;
}

/*============contact us page css=============================  */

.right-submit-form form{
	margin-top:0px;
}


.contact-form{
	margin-top:100px;
}
	

.wrap-form-detail ul.contact-details{
  padding-left:40px;
  position:relative;
  margin: 0 0 3rem;
}
.wrap-form-detail ul.contact-details:before{
  content: '\e806';
  font-family: "keller";
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 3rem;
  color: #b60000;
}
.wrap-form-detail ul.contact-details.icon3:before{
content: '\e807';
}
.wrap-form-detail ul.contact-details img{
  position:absolute;
  left:0;
  top:0;
  display:none;
}
.wrap-form-detail h3{
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: .8rem;
  margin-bottom: 1rem;
  color:#696969;
}
.wrap-form-detail ul.contact-details li a{
	color: #b60000;
/*   font-family:"Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; */
}
.wrap-form-detail ul.contact-details li{
	color:#696969;
}
.wrap-form-detail ul{
	margin-bottom:27px;
}
.wrap-form-detail ul.contact-details li a:hover{
	text-decoration:underline;
}
.right-submit-form{
  background: #f7f5f5;
  border: 1px solid #cfcfcf;
  padding: 32px 30px;
}
.right-submit-form .wrap-form-group input{
  width:48%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #8a8a8a;
}
.right-submit-form .wrap-form-group input:focus,
.right-submit-form .textarea:focus{
	outline:none;
}
.right-submit-form textarea{
  width:100%;
  height: 150px;
  margin-top: 2rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #8a8a8a;
  margin-top:30px;
}
.right-submit-form input[type="submit"]{
  	display: block;
    margin: 0 0.9375rem;
    width: 100%;
	background: #b60000;
    text-transform: uppercase;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 0.85em 1em;
    margin: 0;
  	font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  	-webkit-appearance:none;
}
.right-submit-form input[type="submit"]:hover{
	background: #830000;	
}

/*===========================login page css====================  */

.bold-ro__vanilla-modal .shopify-challenge__container{
	padding-top:100px !important;
}

.template-customers-login .page-width .grid,
.template-customers-register .page-width .grid{
	min-height:75vh;
}

#CustomerLoginForm{
	margin-bottom:30px;
}
.template-customers-login .text-center hr.hr--invisible{
	display:none;
}
.template-customers-login .text-center h2{
	margin-bottom:25px;
}


.template-customers-login .page-width .grid,
.template-customers-addresses .section-header,
.template-customers-account .section-header,
.template-customers-register .page-width .grid{
	padding-top:60px;
  	padding-bottom: 50px;
}

.main-content header.section-header{
  padding-bottom: 70px;
  position:static;
}
/* ================address page css==================== */

.template-customers-addresses .page-width:nth-child(2){
  width:1300px;
  margin: 0 auto;
  padding: 0px 20px;
}
.template-customers-addresses .medium-up--two-thirds {
  width:100%;
  left:inherit !important;
}
.template-customers-addresses .grid__item ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  
}
.template-customers-addresses .grid__item ul li{
  width: 31.5%;
  padding: 40px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
  margin-bottom:28px;
  margin-right:20px;
}
.template-customers-addresses .grid__item ul li .address p{
	text-align:left;
}
.template-customers-addresses .grid__item ul li .address .list--inline{
  display: block;
  justify-content: inherit;
  text-align: left;
}
.template-customers-addresses .grid__item ul li .address .list--inline li{
  width: auto;
  padding: inherit;
  box-shadow: none;
}
.template-customers-addresses .grid__item ul li .address{
	margin-bottom:0px;
}
.template-customers-addresses .grid__item ul li .address .list--inline li .btn{
  padding: 11px 17px;
  color: #fff;
  border: 2px solid #fff;
  transition: all 0.25s ease-out;
  display: inline-block;
  background-color: #3a3a3a;
}
.template-customers-addresses .grid__item ul li .address .list--inline {
	margin-top:20px;
}

.template-customers-addresses .grid__item ul li .form-vertical{
/*   	width: 100vw;
    height: 100vh;
    overflow: auto;
    position: fixed;
    margin: 0;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 100px 40px 0px;
    transform: translateY(-50%);
    z-index: 99;
      min-height: inherit !important;
    display: inherit; */
  
  	position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 100px 40px 0px;
      z-index: 9999;

}
.template-customers-addresses .grid__item ul li .form-vertical form{
  	margin: 23px auto 70px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 35%;
    position: relative;	
  	
}
.template-customers-addresses .grid__item ul li .form-vertical form button span{
  background: #d12500;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 16px;
}
.template-customers-addresses .grid__item ul li .form-vertical form input{
  border-bottom: 1px solid #b60000 !important;
  padding: 15px 10px;
  display: block;
  margin-bottom: 17px;
  font-size: 16px;
  background-color: #f7f7f7;
  border: none;


}
.template-customers-addresses .grid__item ul li .form-vertical form .text-center{
  
}
.template-customers-addresses .grid__item ul li .form-vertical form .text-center input[type=checkbox]{
	 display: inline-block !important;
}
.template-customers-addresses .grid__item ul li .form-vertical form .text-center input[type=submit]{
  	border: none !important;
    display: inline-block !important;
    background: #b60000;
    padding: 11px 17px;
}
.template-customers-addresses .grid__item ul li .form-vertical form input:focus{
	outline:none;
}
.template-customers-addresses .grid__item ul li .form-vertical hr{
	border-bottom:none;
}





/*============================product page css ==================  */

.product-template__container{
  padding-left:0px;
  padding-right:0px;
}
.product-template__container .product-single__media-group{
	padding-left:0px;
}
.product-template__container .product-single__media-group{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-template__container .product-single__media-wrapper{
	max-width: 83.33333% !important;
  padding-left:15px;
}
.product-template__container .product-single__media-wrapper:focus,
.product-template__container .thumbnails-wrapper ul li:focus{
  border:none;
  outline:none
}
.product-template__container .thumbnails-wrapper ul li a:focus{
	border:none;
  outline:none;
}
.product-template__container .thumbnails-wrapper ul li a.active-thumb{
	border: 1px solid #cfcfcf;
}


.product-template__container .thumbnails-wrapper{
	max-width:16.66667%;
      order:-1;
}
.product-template__container .thumbnails-wrapper ul{
  flex-direction: column;
}

.product-template__container .medium-up--one-half{
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 3rem;
}
.product-template__container .medium-up--one-half a{
	color:#1b1b1b;
}
.product-template__container .medium-up--one-half .product-single__title{
  text-transform: uppercase;
  font-size: 1.5rem;
  color:#696969;
  font-weight: inherit;
}
.product-template__container .medium-up--one-half .product__price .price-item{
  font-size: 2rem;
  margin: 0;
  color: #1b1b1b;
}
.product-template__container .medium-up--one-half form .product-form__controls-group label{
  text-transform: uppercase;
    font-size: 20px;
    color: #696969;
    font-weight: inherit;
}
.product-template__container .medium-up--one-half form .product-form__cart-submit{
  	background-color: #fff;
    color: #fff !important;
    border-color: none;
    margin-top: 20px;
    width: auto;
    background-color: #b60000;
    background-image: url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/smart-cart.svg?v=1593688235);
    background-repeat: no-repeat;
    background-position: left:;
    border: none;
    padding: 10px 20px 10px 55px;
    background-size: 15%;
    background-position: 10%;
  margin-bottom:15px;
}
.product-template__container .medium-up--one-half form  .shopify-payment-button .shopify-payment-button__button{
	width:auto;
  padding: 10px 42px;
}
.product-template__container .medium-up--one-half .social-sharing li a.btn--share{
  color: #3a3a3a !important;
  padding: 8px 10px !important;
  font-size: 0.8em !important;
}
.custom-collection-header{
	position:inherit;
}
.custom-collection-header .page-width{
	padding-bottom:30px;
}
.custom-collection-header .filters-toolbar-wrapper{
	border:none;
}
.custom-collection-header .filters-toolbar-wrapper .page-width{
  padding-top: 30px;
  padding-bottom: 0;
}
.custom-collection{
	background-image:url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-grunge.jpg?v=1593713317);
  	max-width: 100%;
}
.custom-collection ul{
	max-width: 1300px;
    margin: 0 auto;
/*     padding: 0px 20px; */
}
.custom-collection ul li{
	text-align: center;
    margin-bottom: 1.5rem;
}
/* .custom-collection ul li .price{
	display:block;
} */
.custom-collection ul li .price .price__regular{
	margin-right:0px;
  
  font-family: 'Proxima Nova';
  
}
.custom-collection ul li .price .price__regular .price-item--regular,
.price-item{
	color:#696969 !important;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  font-weight: normal;
  
}
.custom-collection ul li .price {
  align-items: center;
  
}

.product-template__container .product-single__description{
	margin: 0px 0px 30px;
}
.product-template__container .medium-up--one-half .product_auth_head{
	text-transform: uppercase;
    color: #b60000;
  display: inline-block;
    margin-right: 5px;
}	
.product-template__container .medium-up--one-half .product_auth a{
	color:#1b1b1b;
}
.product-template__container .medium-up--one-half .prod_info .qty_class{
	background-image:url("https://cdn.shopify.com/s/files/1/0424/8531/7800/files/down-arrow.png?v=1595355813");
  	background-position: 80%;
    background-repeat: no-repeat;
    background-size: 10px;
  color:#8a8a8a;
}
.product-template__container .medium-up--one-half .prod_info .form label{
	line-height: 1.8;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom:0px;
}
.auth .mproduct_auth{
  color: #1b1b1b;
  margin-left:5px;
}
.auth{
  padding-bottom: 1rem;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 1.5rem;
}
.product-template__container .product-single__description p{
	color: #696969;
  font-size: inherit;
}
.product-template__container .prod_info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position:relative;
  
}
.product-template__container .prod_info .variant{
  display: flex;
  justify-content: space-between;
  width: 50%;
  border-right: 1px solid #cfcfcf;
  padding-right: 1rem;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 1rem;
}
.product-template__container .prod_info .variant:nth-child(2){
  padding-right:0px;
  padding-left:1rem;
  border-right:none;
}
.product-template__container .prod_info .variant .info .title{
  text-transform: uppercase;
    color: #adadad;
    font-size: .9rem;
    margin: 0;
    letter-spacing: 1px;
}
.product-template__container .prod_info .variant .info .price{
  font-size: 2rem;
  margin: 0;
  color: #1b1b1b;
   font-family: "Proxima Nova",Roboto,Arial,sans-serif;
}
.breadcrumbs .breadcrumbs__list li a{
  font-size:12px;
  color: #696969;
  text-transform: uppercase;
}
.product-template__container .prod_info .buttons button{
  display: inline-block;
  width: auto;
  margin: 0 2rem 0 0 ;
  padding: 13.6px 10px;
  background: #b60000;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  margin-top:30px;
  font-weight: 300;
  line-height:16px;
  min-height:auto;
  border:none;
  min-width:168px;
}
.product-template__container .prod_info .buttons button.btn-custom{
	background: #ece8e8!important;
    color: #333!important;
    font-weight: 700;
  border:none;
  padding:13.6px 10px !important;
}
.product-template__container .prod_info .buttons button.btn-custom:before{
	display:none;
}
.product-template__container .prod_info .buttons button a{
	color:#fff !important;
}
.product-template__container .prod_info .buttons button:hover{
  background: #830000;
}


.product-template__container .prod_info .buttons button:before{
  content: '\e800';
  font-family: "keller";
  margin-right: 6px;
}
.template-product #shopify-section-product-recommendations {
  margin-top:70px;
  background: #f7f5f5 url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-grunge.jpg?v=1593713317) repeat 0 0;
  padding-top:60px;
}
.template-product #shopify-section-product-recommendations .page-width{
	padding-bottom:30px;
      border-bottom: 1px solid #cfcfcf;
}
.template-product #shopify-section-product-recommendations .product-recommendations__inner{
	max-width: 1300px;
    margin: 0 auto;
    padding: 0px 20px;
}
.template-product #shopify-section-product-recommendations .product-recommendations__inner ul li{
  width: 25%;
  padding: 0px 15px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.template-product #shopify-section-product-recommendations .product-recommendations__inner ul li .cart-item{
	height:100%;
}
.template-product #shopify-section-product-recommendations .product-recommendations__inner ul{
	margin-bottom:0px;
  padding-left: 28px;
}
.template-product #shopify-section-product-recommendations .page-width{
  padding-left:0px;
  padding-right:0px;
}


/* =====================cart page css======================== */

.custom-cart form table tr td .list-view-item__title{
	font-size:16px;
  color:#333 !important;
  font-family: "Proxima Nova";
}
.custom-cart form table tr td .cart__remove a{
	letter-spacing: 1px;
    font-size: .8rem;
  border-bottom:none;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  
}
.custom-cart form table tr th{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 0.875rem;
  color: #0a0a0a;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
}
.custom-cart form table tr td .cart__qty input{
  width:100px;
  text-align:left;
}

.custom-cart form table tr td .cart__qty input[type=number]::-webkit-inner-spin-button, 
.custom-cart form table tr td .cart__qty input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
 	 margin: 0; 
}
.custom-cart form table tr td.cart__final-price span{
  color: #adadad;
  letter-spacing: 1px;
  font-weight:700;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
}
.custom-cart form .cart__footer .cart-subtotal .cart-subtotal__title{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #696969;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  
}
.custom-cart form .cart__footer .cart-subtotal .cart-subtotal__price{
  letter-spacing: 1px;
  color: #696969;
  font-weight:700;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
}

/* ==========pagination css============ */

.pagination li button,
.pagination li a{
	border: 2px solid #b60000;
}
.pagination li button svg,
.pagination li a svg{
	fill: #b60000;	
}

.pagination li button:hover,
.pagination li a:hover{
	background-color:#b60000 !important;
  border:none;
  
}
.pagination li button:hover svg,
.pagination li a:hover svg{
	fill:#fff !important;
}


/* ajex cart product============= */

.ajaxcart__inner{
	padding:10px 0px;
/*   height:auto;
  overflow:hidden; */
  
}

.ajaxcart__product .ajaxcart-right p.ajax-rtinnerleft a{
  
  text-transform: uppercase;
  font-family: "Proxima Nova";
  color: #1b1b1b;
  font-size: .85rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
}
.ajaxcart__product .ajaxcart-right p.ajax-rtinnerleft{
	width:70%;
   line-height: 1.4;
}
.ajaxcart__product .ajaxcart-right p.ajax-rtinnerright{
  color: #1b1b1b;
    font-size: .85rem;
  font-weight: 700;
  font-family: "Proxima Nova";
}
.ajaxcart__product .ajaxcart-right .one-whole .ajaxcart__qty{
	display:flex;
      align-items: center;
    background: transparent;
}
.ajaxcart__product .one-quarter{
	padding-left:0px;
}

.ajaxcart__footer.row{
  background: #f7f5f5;
/*   border-top: 1px solid #cfcfcf; */
  padding: 10px 15px 0px;
  position:inherit;
}
.ajaxcart__footer.row .cartview{
  background: #b60000;
  text-transform: uppercase;
  border: none;
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 1rem;
  padding: 10px 12px;
  margin-bottom:0px;
}
.ajaxcart__footer.row .cartview a{
  color: #fff;
}
.product_main_form {
    width: 100%;
}    

.user-with-content .user-images .tab-link.current img {
    -webkit-filter: grayscale(0%) !important;
}

.user-with-content .user-images .tab-link img {
    -webkit-filter: grayscale(100%) !important;
}
.contact-form-custom .contact-form {
    margin-top: 0;
}
.movewith-header {
    position: fixed;
}
.ajaxcart-popup{
  width:320px;
  position:absolute;
  top: 100%;
  transform:inherit;
  display:none;
  padding:0px;
  height:auto;
}
.iscartpopup .ajaxcart-popup{
	display:block;
}
.iscartpopup .ajaxcart-popup{
/* 	transform: none; */
}
.ajaxcart-popup .one-whole{
	display:none;
}
.ajaxcart__inner .ajaxcart__product{
	width:100%;
}
#CartDrawer #CartContainer{
	margin-top:0px;
  text-align:left;
}
#CartDrawer .ajaxcart__product{
	padding:10px;
}
#CartDrawer .one-quarter{
	width:15%;
}
/* #shopify-section-cart-template{
	height:75vh;
} */
#CartContainer .cart{
	height:auto;
}
.cart__footer{
	max-width:200px;
  float:right;
}
.cart__footer .grid{
	margin-left:0px;
}
.cart__footer .grid__item{
	text-align:left;
  	padding-left:0px;
      
}
.cart__footer .grid__item .cart-subtotal{
  display:flex;
  align-items:center;
  justify-content: space-between;
}
.cart__footer .grid__item .cart-subtotal .cart-subtotal__price{
	padding-left:0px;
      min-width: auto;
}
.cart__footer .grid__item .cart__buttons-container .custom-default-btn .btn{
	width:100%;
  padding: 11px 17px;
  font-size:16px;
  font-family: "Proxima Nova",Roboto,Arial,sans-serif;
  font-weight:300;
  line-height:16px;
}
.books-wrapper{
  padding: 2rem 0;
  background:#f7f5f5 url(https://cdn.shopify.com/s/files/1/0424/8531/7800/files/bg-grunge.jpg?v=1593713317) repeat 0 0;
}
.books-wrapper .books-wrapper-inside{
  	max-width: 67%;
    margin-left: auto;
    margin-right: auto;
  	background: #fff;
    border: 1px solid #cfcfcf;
    padding: 1.5rem;
}
.book-club {
  margin-top: 1rem;
}
.books-wrapper .books-wrapper-inside .heading-resources {
  	color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}
.books-wrapper .books-wrapper-inside .heading-book-club {
    margin-top: 1.5rem;
    color: #696969;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
}
.books-wrapper .books-wrapper-inside ul li a{
  border-bottom: 1px solid #cfcfcf;
  padding: .5rem 0;
  line-height: 1.75rem;
  display:block;
  padding-left:40px;
  position:relative;
  color:#1b1b1b;
}
.books-wrapper .books-wrapper-inside ul li a:hover{
	text-decoration:underline;
}
.books-wrapper .books-wrapper-inside ul li br{
	display:none;
}
.books-wrapper .books-wrapper-inside ul li a:before{
  content: '\e80c';
  position:absolute;
  left:0;
  font-family: "keller";
  top:5px;
  color: #adadad;
  font-size: 1.5rem;
  line-height: 1.75rem;
  
}
.books-wrapper .books-wrapper-inside .view-all-res a{
	color: #696969;
    text-transform: uppercase;
    font-size: .85rem;
  	padding-top: 20px;
    display: block;
}
.books-wrapper .books-wrapper-inside .view-all-res a:hover{
	color: #830000;
  text-decoration:underline;
}
.template-list-collections .section-header {
	padding-top:100px;
}
.template-list-collections .grid--uniform{
	min-height:75vh;
  display: flex;
    justify-content: center;
  align-items:center;
  
}
html.js.svg.flexbox.csstransforms{
	padding-bottom:0px !important;
}
.template-customers-account .myaccount,
.shopify-challenge__container{
	min-height:75vh;
}
.template-customers-account .myaccount__order-history,
.template-customers-account .myaccount__account-details{
	width:48%;
  flex:0 0 48%;
  text-align:center;
}
.form-message--error{
	border:none;
}

.template-customers-register .medium-up--push-one-quarter{
	padding-left:0px;
}
.template-customers-register .form-vertical h1{
	margin-bottom:30px;
}
.cart__product-title{
	color:#333;
  font-family:"Proxima Nova",Roboto,Arial,sans-serif;
}
.ajaxcart__product .three-quarters{
  width: 85%;
  padding:0px 0px 0px 15px;
}

.common-temp-class .form-vertical{
	padding-top:100px;
}
.common-temp-class .form-vertical{
/* 	padding-top:40px;
  	min-height: 60vh !important;
    display: flex;
    align-items: center;
  	flex-direction: column;
    justify-content: center; */
}
.common-temp-class .form-vertical form{
	width:100%;
}
.common-temp-class #RecoverPasswordForm,
.manage-subscription-page{
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}
.manage-subscription-page{
	text-align:center;
}
.manage-subscription-page .no-subscriptions{
	width:100%;
}
.common-temp-class #RecoverPasswordForm .form-vertical{
  	min-height: auto !important;
    width: 100%;
}
.common-temp-class .form-vertical p.text-center input,
.common-temp-class .form-vertical .text-center p input,
.common-temp-class .form-vertical .text-center a,
.common-temp-class .wrap-account-detail .section-header #customer_logout_link{
  margin-top:20px;
  width:150px !important;
  padding: 18px 20px!important;
}
.common-temp-class .form-vertical .text-center a{
	padding:15px 20px !important;
  	margin-top:0px;
}
.common-temp-class .shopify-challenge__container{
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.shopify-challenge__container .shopify-challenge__button{
  margin-top:30px!important;
  width:150px;
  padding: 18px 20px;
}

.common-temp-class .wrap-account-detail{
  min-height: 100vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */
 .common-temp-class .wrap-account-detail .myaccount{
  height: auto;
    width: 100%;
}

.manage-subscription-page{
     padding: 100px 50px 200px !important;
}
.common-temp-class .responsive-table th a{
	background-color: transparent;
    color: #606060;
    border-color: #606060;
}
.common-temp-class .responsive-table th a:focus{
	border:2px solid #606060 !important;
}
.common-temp-class .section-header{
	padding-top:100px;
}
.order-table th .note{
	margin-top:15px;
}

.wrap-account-detail .myaccount{
	min-height:auto;
  width:100%;
}
.wrap-account-detail .section-header{
	padding-top:30px;
}
.empty-page-content,
.template-customers-addresses .section-header{
	min-height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#CartContainer{
  padding: 10px;
  text-align: center;
}
.template-customers-addresses .section-header{
	min-height:inherit;
}
.page-width-wrapper,
.template-customers-order .page-width{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.template-customers-addresses .page-width-wrapper{
	min-height:inherit !important;
  display:block;
} 
.template-customers-order .page-width .myaccount .myaccount__account-details{
	padding-left:60px;
}
.common-temp-class .wrap-account-detail .section-header #customer_logout_link{
	font-size:17px;
  padding: 11px 20px!important;
}
.bold-ro__frequency-label{
	margin-top:0px;
}
.template-product.common-temp-class .section-header{
	padding-top:0px;
}
.cart-item .cart-btn.single_button form button a{
  border: 2px solid transparent !important;
}
#cartcount{
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 6px;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
}

.form-footer-pay h6{
  color: #adadad;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4;
}
.template-product .block-buy-main{
  display: none;
}
.template-product .block-buy{
  display: block !important;
}
.btn-pay-wrap{
  display: flex;
  align-items: flex-end;
}
.product-template__container .ro_widget.subscription_unavailable {
  display: none !important;
}
.product-template__container .ro_widget.subscription_available {
  display: block !important;
}
.flex.space-between.save_money {
    display: block;
    text-align: center;
}


/* Hover Dropdown Menu */
.site-nav--has-dropdown:hover .site-nav__dropdown, .site-nav--has-dropdown:focus .site-nav__dropdown {
  display: block;
}

.site-nav__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}

.site-nav__dropdown {
  display: none;
  min-width: 200px;
  padding: 10px 0;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  text-align: left;
  font-size: 14px;
}

.site-nav--has-dropdown .site-nav__dropdown {
  margin-top: -2px;
}

.site-nav-dropdown {
  width: 100%;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.site-nav-dropdown:hover {
  background-color: #f5f5f5;
}

.site-nav-drop-down {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.site-nav-drop-down:hover {
  background-color: #f5f5f5;
}

.site-nav-dropdown a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
}

.site-nav-dropdown a:hover {
  color: #000;
}

.site-nav-dropdown.active .site-nav-dropdown {
  display: block;
}

.site-nav__dropdown a {
  line-height: 1.25;
  padding: 1rem .5rem;
}

.site-nav__dropdown li {
  margin-right: 0;
}
.mob-site-header > ul {
  margin-top: 2rem;
}
.mob-child-nav-items {
  padding-bottom: .5rem;
}
.mob-child-nav-items li {
  width: 90%;
  margin-left: 10%;
  border-bottom: none !important;
}
.mob-child-nav-items li a {
  padding: .75rem 1rem !important;
}