/** Shopify CDN: Minification failed

Line 459:0 Expected "*/" to terminate multi-line comment

**/
/*-----------------------------------
HTML, Body settings
-------------------------------------*/
/*Background option*/


/*End background option*/



body *, 
html *{
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;

  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;  
}
body{  
  font-family: Josefin Sans;
  font-size: 13px;
  line-height: 1.5em;
}
body.modal-open{
  padding-right:0 !important;
}
input:focus,
a:focus{outline: none;}

button:focus,
a:focus,
a:hover{
  text-decoration: none;
  outline: none !important;
}
a:focus, a:hover{
  color: #b14e0b;
}
p{
  line-height: 1.9em;
}
ul{
  list-style: none;
  -webkit-padding-start: 0px;
  padding-left: 0;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-width: 2px;  
  border-style: solid;
}
i:focus{
  outline: none;
}
img{
  max-width: 100%;
}
input:focus{
  outline: none;
}
/*bootstrap*/
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
  background-color: transparent !important;
  font-weight: normal;
  font-size: 13px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background-color: transparent;
}
.form-control{
  font-size: 13px;
}
.dropdown-menu{
  -webkit-box-shadow:0px 6px 12px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3) !important;
}

/*End bootstrap*/

.dropdown .sub-dropdown1, 
.dropdown-toggle .sub-dropdown1 {
  z-index: 2;
  cursor: pointer;
}
.dropdown .sub-dropdown, 
.dropdown-toggle .sub-dropdown, 
.dropdown .sub-dropdown1, 
.dropdown-toggle .sub-dropdown1 {
  position: absolute;
  padding-bottom: 30px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.right-cart-blocks  .dropdown .sub-dropdown {
  padding-right: 14px;
  z-index: 9999; 
}

.dropdown .sub-dropdown, 
.dropdown-toggle .sub-dropdown {    
  cursor: pointer;
  box-sizing: content-box;
  cursor: pointer;
}
.dropdown .sub-dropdown, 
.dropdown-toggle .sub-dropdown, 
.dropdown .sub-dropdown1, 
.dropdown-toggle .sub-dropdown1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
/*-----------------------------------
End HTML, Body settings
-------------------------------------*/
/*-----------------------------------
BUTTON
-------------------------------------*/
.btn{
  border-width: 2px;
  border-style: solid;
  padding: 0px 25px;
  line-height: 32px;
  background: #fff;
  font-family: Josefin Sans;
  font-size: 12px !important;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;    
}
.btn:focus{
  box-shadow: none;
}
.btn i{
  margin-left: 10px;      
  height: 14px;  
  vertical-align: middle;
}
.btn i.fa-bars{
  font-size: 11px;
  margin-right: 5px;
  margin-left: 0;
}
.btn i.fa-shopping-cart{
  margin-top: 9px;
}
/* btn 1*/
.btn-1{
  color: #6a6a6a;
  border-color: #a3a3a3;
  background-color: #ffffff;      
}

.btn-1 i{
  color: #6a6a6a;
}

.btn-1:focus,
.btn-1:hover{
  color: #ffffff;
  border-color: #d0a575;
  background-color: #d0a575;      
}
.btn-1:focus i,
.btn-1:hover i{
  color: #ffffff;
}

@media (max-width: 1199px){
  .btn-1,
  .btn-1:focus,
  .btn-1:hover{
    color: #a3a3a3;
    border-color: #a3a3a3;  
    background-color: transparent;
  } 
  .btn-1 i,
  .btn-1:focus i,
  .btn-1:hover i{
    color: #a3a3a3;
  }
}

/* btn 2*/
.btn-2{
  color: #ffffff;
  border-color: #3f3f3f;
  background-color: #3f3f3f;      
}
.btn-2 i{
  color: #ffffff;
}
.btn-2:hover{
  color: #3f3f3f;
  border-color: #ffffff;
  background-color: #ffffff;      
}
.btn-2:hover i{ 
  color: #3f3f3f;
}
@media (max-width: 1199px){
  .btn-2,
  .btn-2:hover{
    color: #3f3f3f;
    border-color: #ffffff;
    background-color: #ffffff;      
  }
  .btn-2 i,
  .btn-2:hover i{ 
    color: #3f3f3f;
  }
}
/* btn 3*/
.btn-3{
  color: #dbae7b;
  border-color: #dbae7b;
  background-color: #ffffff;      
}
.btn-3 i{
  color: #dbae7b;
}
.btn-3:hover{
  color: #ffffff;
  border-color: #acacac;
  background-color: #acacac;      
}
.btn-3:hover i{
  color: #ffffff;
}
@media (max-width: 1199px){
  .btn-3,
  .btn-3:hover{
    color: #ffffff;
    border-color: #acacac;
    background-color: #acacac !important;      
  }
  .btn-3 i,
  .btn-3:hover i{
    color: #ffffff;
  }
}
.btn-1, .btn-2, .btn-3{
  background-color: transparent;
}
/*-----------------------------------
BUTTON
-------------------------------------*/
/*-----------------------------------
MISC
--------------------------------------*/
.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
.text-right { text-align: right !important; }
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }

.uppercase{ text-transform: uppercase;}
ul.horizontal > li, ol.horizontal > li { display: block; float: left; }
.bold{ font-weight: bold !important;}

.alert-danger{  
  border-style: dashed;
  border-radius: 0;
}
.alert-danger button{
  color: #d14d4d;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert-danger button:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert i.fa{
  float: left;
  margin: 3px 10px 0px 0px;
}
.errors{
  color: #d14d4d;
}
.errors ul{
  margin-bottom:0;
}
/*END MISC*/

/*FIX*/
.logo h1{
  margin: 0;
  line-height: 0;
}
/*END FIX*/
/*Table*/
/*TYPOGRAPHY*/
h1,h2,h3,h4{ text-transform: uppercase;} 
h1,h2,h3{font-family: Josefin Sans;}
h4,h5,h6, h7{font-family: Josefin Sans;}
h1{color: #707070; font-size: 40px;}
h2{color: #3f3f3f; font-size: 30px; }
h3{color: #3f3f3f; font-size: 20px; }
h4{color: #3f3f3f; font-size: 16px; }
h5{color: #3f3f3f; font-size: 14px; }
h6{color: #3f3f3f; font-size: 13px; }
h7{color: #3f3f3f; font-size: 12px; }

table{
  width: 100%;  
}
table th{
  background-color: #3f3f3f;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 20px;
}

table td{
  min-height: 70px;  
  height: 70px;
  vertical-align: middle; 
  border: 1px solid #ebebeb;
  padding: 20px;
}

.typo{
  margin-bottom: 100px;
  margin-top: -20px;
}
.typo h1{margin-bottom: 21px;}
.typo h2{margin-bottom: 25px;}
.typo h3{margin-bottom: 25px;}
.typo h4{margin-bottom: 26px;}
.typo h5{margin-bottom: 25px;}
.typo h6{margin-bottom: 22px;}
.typo-group{
  padding-bottom: 60px;
  margin-bottom: 27px;
  border-bottom: 3px double #a3a3a3;
}
.typo-group.last{  
  margin-bottom: 0px;
  border-bottom: 0;
  padding-bottom: 0px;
}
.quotes p{
  padding: 20px 40px;
  border: 1px solid #a3a3a3;  
  font-style: italic;
  position: relative;
  background-image: url(//cdn.shopify.com/s/files/1/0140/8421/0745/t/31/assets/quote.png?v=13972227864006296221547616743);
  background-repeat: no-repeat;  
  background-position: 25px 10px !important;
}
.quotes p:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
  background-color: #b14e0b;
}
.typo-group pre{
  padding: 20px 45px;
  border-radius: 0;
  border: 1px dashed #a3a3a3;
  font-size: 16px;
  line-height: 2em;
}
.typo .Unordered-list ul,
.typo .order-list ol{
  padding-left: 20px !important;
}
.typo .Unordered-list ul.parent{
  padding-left: 0 !important;
}
.typo .order-list ol.parent{
  padding-left: 15px !important;
}
.typo .order-list h3,
.typo .Unordered-list h3{
  margin-top: 0;
}
.typo .order-list li,
.typo .Unordered-list li{
  line-height: 2em;
}
/*END TYPOGRAPHY*/
/*page-404*/
#page-404 .content-404{
  margin-left: -15px !important;
  margin-right: -15px !important;
  text-align: center;
  margin-bottom: 50px;
}
#page-404 .content-404 form{
  border: 1px solid #3f3f3f;
  width: 250px;
  margin: 0 auto;
  padding-left: 30px;
}
#page-404 .content-404 .search_box{
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  border: 0;
  width: 100%;
  background-color: transparent;
}
#page-404 .content-404 #go{
  vertical-align: middle;  
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 10px;
}
/*End page-404*/
/*scrollbar css*/
#cart-content::-webkit-scrollbar {
  width: 1px;
}

#cart-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#cart-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*End scrollbar css*/
/*
Two columns with two nested columns
mobile: col-xs-
desktop: col-md-
tablet: col-sm
larger desktops: .col-lg- 




