/** Shopify CDN: Minification failed

Line 26:144 Expected identifier but found "*"
Line 34:293 Expected identifier but found "*"
Line 684:0 Comments in CSS use "/* ... */" instead of "//"
Line 755:35 Expected identifier but found "0"
Line 1165:44 Expected ":"
Line 1610:2 Expected identifier but found "*"
Line 1844:1 Comments in CSS use "/* ... */" instead of "//"

**/
 /*
* Testament Shopify theme
* Copyright 2014, Underground Media
* www.shopifythemes.net
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/

/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }

/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }

.fl { float: left; }
.fr { float: right; }
.first { clear: left; }
.only-mobile-visible{display:none;}
.only-mobile{display:none;}
#collection-list{margin-left:30px;} 
/* Owl Crousel */
.owl-nav{position:absolute; top:30%; width:100%; left:0; right:0;
 -webkit-transform: translateY(-70%);
  -moz-transform:    translateY(-70%);
  -ms-transform:     translateY(-70%);
  -o-transform:      translateY(-70%);
  transform:         translateY(-70%);}

.owl-nav button{ width: 30px; margin: 0;}
.owl-nav button span{font-size:45px; color:#FFFFFF;}
.owl-nav button.owl-prev{position:absolute; top:0; left:0;}
.owl-nav button.owl-next{position:absolute; top:0; right:0;}


/* ---------product-color----------- */

.product-color{
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-color .heading{
    font-size: 18px;
    font-weight: 550;
}

.product-color .color-grid{
    display: grid;
    grid-gap: 10px;
    padding: 10px 0;
    justify-content: center;
    grid-template-columns: repeat(7, 60px);
    grid-template-rows: repeat(4, 60px);

}
.product-color .color-grid .color-item{
    border-radius: 50%;
    overflow: hidden;
}
.product-color .color-grid img{
    width: 100%;
    border-radius: 50%;
}
.product-color .color-grid img:hover{
    transform: scale(1.1);
    transition: .2s linear;
}

@media (max-width: 576px) {
    .product-color{
      padding-top: 4px;
    }
    .product-color .color-grid{
        grid-template-columns: repeat(6, 60px);
        grid-template-rows: repeat(4, 60px);
    }
}

@media (max-width: 376px) {
    .product-color .color-grid{
        width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(60px, 60px));
        grid-template-rows: repeat(auto-fit, minmax(60px, 60px));
    }
}



/* ----------payment-icons------------ */

.payment-icons{
  width: 520px;
  margin: auto;
}


/* --------------product------------ */



#product_name.product-name-mobile  { text-transform: uppercase;  font-size: 18px !important; font-weight: 550; letter-spacing:0; }

.rating-mobile, .product-name-mobile.product_name{
    display: none !important;
  }


.product-qtycontainer{
    position: relative;
    width: 68px;
}
.product-qtycontainer .qty-text{
    position: absolute;
    left: 4px;
  color: #000000ad;
  padding-left: 0px !important;
  
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.product-qtycontainer .product-qty {
    outline:0;
    box-shadow:none;
    background-image: none;
    /* padding-left: 40px; */
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #f0f2f1;
    padding-left: 30px;
    border: 1px solid #0000001c;
    box-shadow: rgba(0, 0, 0, 0.184) 0px 3px 6px;
    overflow: hidden;
    border-radius: .5em;
   color: #000000ad;
}


/* !Rows, Widest to Thinest */




#ienav { display: none; }


html, body {
  height: 100%;
}

body {	
  -webkit-font-smoothing: antialiased; 
  color: #000000;
  background: #ffffff;
  
  font-size: 16px; 
  /*font-family:'Arial';*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6em; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #030303;
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #030303! important; }
h1 { font-size: 36px; }
h2 { font-size: 18px; text-transform:uppercase;}
h3 { font-size: 14px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

p { font-size: 16px; margin-bottom: 10px; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration: none; color: #0a0a0a; outline: 0;
  -webkit-transition:color .3s ease-in-out;
  -moz-transition:color .3s ease-in-out;
  -o-transition:color .3s ease-in-out;
  transition:color .3s ease-in-out;
}
a:hover { color: #000000; text-decoration: none;}
a:visited { color:#0a0a0a; text-decoration: none; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; margin-bottom: 20px; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0 0 20px 0; list-style:disc;}
li {  }
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: 20px 0; }

input, textarea { }

hr { background:#f1f1f1; border:none; color:#f1f1f1; display:block; height:1px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: #000000; 
  border: none;

  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  border-radius: 3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -webkit-appearance: none;

  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
  line-height: normal;
  padding: 15px 0;
  font-family: 'Open Sans', sans-serif; 
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #ffffff;
  background: #444444;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}




/* #Forms
================================================== */

form {

  margin-bottom: 0; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px 'Open Sans', sans-serif;
  color: #777;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff; }
select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; min-width: 300px; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px; 
  margin-bottom: 5px; }
select {
  width: 220px; }
input[type="checkbox"] {
  display: inline; }
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444; }

::-webkit-input-placeholder { /* WebKit browsers */
  color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #ccc;		}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #ccc;	}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #ccc;		}		


input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
  width: 100%;
  background: #fff;
  border: 1px solid #f1f1f1;



  padding: 15px 0px;
  margin: 0px;
  margin-bottom: 10px;
  max-width: 100%;
  text-indent: 17px;
  outline: none;
}

textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #f1f1f1;
  height: 200px;
  margin: 0px;
  margin-bottom: 40px;
  max-width: 100%;	
  padding: 2% 17px;
  outline: none;
}

/* =============== */
/* = Start CSS = */
/* =============== */

header { background: #000000; line-height: 30px; text-align: center; padding: 10px 25px 0px 25px;position: fixed; width: 100%;
  z-index: 9999; top:0 !important;}
header .header-inner{
  position: relative; 
  margin-bottom: 10px;
  text-align: right;
}
header .header_blog{
    float:left; 
  margin-left:11px;
}
header .header_blog a{
   font-family: 'Open Sans', sans-serif;
   font-size: 15px; 
  color:#fff; 
  text-transform: capitalize;
  line-height: 45px;  
}
header .header_blog a:hover{
  color: #999999;
}
#top-right { float: right; margin-top: 10px; }
ul#social-icons { text-align: left; z-index: 5; position: relative; list-style: none; }
ul#social-icons li { text-align: left; display: inline; padding: 0 10px 0 0; }
ul#social-icons li a { color: #ffffff; }
ul#social-icons li a:hover { color: #fcfcfc; }

#search { width: 300px; text-align: center; margin: 0 auto; }

#search_popup { text-align: center; }
#search_popup #q { text-indent: 0; text-align: center; }

/* ====== Quick Cart ===== */

header .icon-2x { font-size: 15px! important; }
ul#cart { text-align: right; z-index: 5; position: relative; list-style: none; margin: 0; display: inline-block; /*float: right;*/ margin-top: 10px; line-height: 1; height: 35px;}
ul#cart li { display: inline-block; padding:0px 5px; vertical-align: middle;}
ul#cart li a { color: #ffffff; font-size: 14px; font-weight:400 ; font-family: 'Open Sans', sans-serif; }
ul#cart li a:hover { color: #fcfcfc; }
ul#cart li.cart-overview { position: relative;cursor: pointer; }
.cart-overview #item_count{ position: absolute; top: 0px; right: 5px; background-color: #6d6c6c; height: 17px; width: 17px; border-radius: 50%; font-size: 14px;line-height: 17px; text-align: center;  color:#fff;}

/*.header-flag{
    padding-right: 15px !important;
    height: 25px; 
}*/

/*ul#cart li.seeks{
   padding: 0 10px 0px 16px; 
}*/

ul#cart li a{
  color:#999999;
}
ul#cart li a:hover{
  color:#fcfcfc;
}
/*
ul#cart li.cart-overview:hover #crt { display: block; }
*/
ul#cart li.seeks-mobile { display: none; }
.icon-shopping-cart { margin-right: 5px; }

#crt { 
  display: none;
  position: absolute;
  right: -30px;
  top: 30px;
  width: 310px;
  padding: 30px;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  background: rgba(0, 0, 0, 0.8);
}


#crt a, #crt p { color: #fff !important; }
#crt a:hover {  }

#cart-item {  border-top: 1px solid #eee; border-right: 1px solid #eee; border-left: 1px solid #eee; width: 280px; float: left; padding-top: 10px; padding-bottom: 10px;  }

.quick-cart-item {
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1000;
  text-transform: uppercase;
  font-family: 'Gotham A','Gotham B',Helvetica,Arial,sans-serif;
  width:100%;
  margin-bottom:10px;
}

.quick-cart-image {   
  float: right;
  width: 40%;
}


.quick-cart-image img { max-width: 100%;height: auto! important; }

.mini-cart-name{
  float: left;
  width:60%;
  text-align:left;
  padding-bottom: 10px;
}
.mini-cart-name a{
  font-size:11px !important; 
}
.mini-cart-description {
  float: left;
  width: 60%;
  clear: left;
  text-align:left;
  font-size:10px;
}

.mini-cart-description .price{

  text-align:left;
  font-size:10px;

}


.mini-cart-description .label {
  color: #cccccc;
}

.cart_data{
  max-height:400px;
  overflow-y:scroll;
}

.mini-cart-subtotals {
  margin-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid #333333;
}
.mini-cart-products-count{
  margin-bottom: 10px;
  display: block;
}

.mini-cart-link-cart {
  display: block;
  margin: 0 0 15px 0;
  width: auto;
  background: #808080;
  line-height: 0.7em;
  text-align:center;
  text-transform:uppercase;
  font-size:12px !important;
}
.mini-cart-totals{
  text-align: left;
  color: #fff;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 1px;
}

.mini-cart-header {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom:10px;

  font-size: 11px;
}
.mini-cart-header.empty{
  margin-bottom:0px;
}

.quick-cart-details { color: #fff; width:70%; float:left; line-height: 15px! important;}
.quick-cart-details p { padding: 0 10px 0 0; margin: 0! important; text-align: left; }
.quick-cart-details a { padding-left: 0! important; font-size: 12px! important; color: #fff; line-height: initial! important; height: auto! important; }

a.checkout-link { color: #000000! important; background: #f7f4f4; float: left; border-top: 1px solid #eee; line-height: 40px; width: 100%; clear: left; text-align: center; display: block; }   
a.checkout-link:hover { background: #000000! important; color: #ffffff! important; }


.remove_item { float: left; margin-top: 10px; }

#hello { text-align: center; }
#hello p { color: #000000; font-size: 14px; font-weight: 300; }

#logo {
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
     -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
     z-index:9;
}
#logo a {
  font-family: 'Arial';
  font-size: 22px;
  text-transform: none;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  display: table;
}
#logo img {
  display: table-cell;
  max-height: 40px;
  margin-top:5px;
}

#content { /*margin-bottom: 30px;*/ margin-top: 192px !important;margin-bottom: 15px; position: relative; }

#content-product{ margin-top:191px; }
.smallcash {
  font-size: 12px;
  margin-left: 5px;
}

/* =============== */
/* = index.liquid = */
/* =============== */

.mask { background: url(//ohdeardolly.com/cdn/shop/t/31/assets/mask.png?v=51730603974927490741757953385); height: 100%; width: 100%; top:0; position: absolute; z-index: 1; }

#product-carousel-container { margin: 0 20px; }
#product-carousel { }

/*#product-carousel .product-car {
padding: 0;
margin: 10px;

position: relative;
text-align: center;
}*/
#product-carousel .product-car {
  padding: 0;
  margin: 0px 5px;
  border: 1px solid #f1f1f1;
  position: relative;
  text-align: center;
  /*min-height: 340px;*/
  height: 100%;
}

#product-carousel .product-car img {   
  
}

.customNavigation{
  margin: -5px 0 10px;
  text-align: center; 
}

//use styles below to disable ugly selection
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.customNavigation a:hover { cursor: pointer; }

.btn.next {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  background: #fff;
  margin-right: 5px;
}

.btn.prev {
  border: 1px solid #f0f0f0;
  color: #444;
  padding: 4px 7px;
  font-weight: 100;
  background: #fff;
  margin-right: -5px;
}

.prod-vendor { text-align: center; }


.section-title.lines {
  position: relative;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-title.lines h2 {
  display: inline-block;
  padding: 20px 8px;
  margin: 0;
  /*background-color: #ffffff;*/
  position: relative;
  z-index: 1;
  font-size: 20px;
  text-transform:uppercase;
}



.section-title h5 {
  text-align: center;
  margin-top: -3px;
}

/*.section-title.lines:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}*/

#collection-loop { margin-top: -30px; }
.collection-index {   background: #fff; position: relative; }
.collection-info {  padding: 10px; 0; width: 100%; text-align: center; position: absolute; top: 50%; margin-top: -40px; background: rgba(255,255,255,0.9); }
.collection-info h3 { text-transform: uppercase; margin-bottom: 0; }
.collection-info p { margin-bottom: 0; text-transform: uppercase; font-size: 12px; }
.collection-image { padding: 2px; }

#index-content-left { float: left; margin-bottom: 30px; }
#index-pages h3 { text-align: center; margin-bottom: 20px; }

.pages-left-content { padding-top: 5px; }

.padded { margin-bottom: 15px; }

#grid_images { width: 100%; position: relative;}
#grid_images > a { width: 33.3%;  float: left; display: block; position: absolute;}
#grid_images > a:first-of-type {
  width: 33.3%
}
#grid_images img { display: block; width: 100%; }

#promo-images { width: 100%; }
#promo-images > a {
  width: 33.33%;
  float: left;
  display: block;
  margin-right: 0px;
}

#promo-images h2{




  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin: 20px 0px;
}
#promo-images img { display: block; /*width:100%; */}

/*#image_carousel_container { margin: 0 20px; margin-top: 30px; }*/

#image_carousel_container .section-title.lines:after{
  border:none;
}
#image_carousel a { display: block; border:1px solid #000; }

#homepage_gallery { margin: 0; text-align: center; 
  /*background: url(//ohdeardolly.com/cdn/shop/t/31/assets/newbkg111.jpg?12433) repeat-x center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  /*background: #f8f6f6;
  -moz-box-shadow:    inset 0 0 50px #666;
  -webkit-box-shadow: inset 0 0 50px #666;
  box-shadow:         inset 0 0 50px #666;*/

  background: #d7cdc3; /* Old browsers */
  background: -moz-linear-gradient(top,  #d7cdc3 0%, #dad7d4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7cdc3), color-stop(100%,#dad7d4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d7cdc3 0%,#dad7d4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d7cdc3 0%,#dad7d4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d7cdc3 0%,#dad7d4 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d7cdc3 0%,#dad7d4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7cdc3', endColorstr='#dad7d4',GradientType=0 ); /* IE6-9 */

}
#homepage_gallery > div {
  /* margin: 0 20px; 
  background: #ded6cb;*/
}

#homepage_gallery > a {   width: 13.33%; float: left; display: block; position: relative; margin: 0 .4% 40px .4%;}

#homepage_gallery img { display: block; max-width: 100%;
  position: relative;
  margin: 0 8px 20px 8px;
}

@media only screen and (max-width: 600px) {
  #grid_images > a, #grid_images > a:first-of-type,
  #promo-images > a, #homepage_gallery > a
  { width:50%; }
}

/* =============== */
/* = collections = */
/* =============== */


#product-loop { margin: 0 auto; width: 100%; min-width: 100%; }

#product-loop .product-index {
 margin: 0 3px 20px;
  border-radius: 0;
  background: #fff;
 
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}


#collection-description { width: 100%; margin:7px 0; }
.coll-container { display: table; padding: 10px 0px; }
.coll-image {
  width: 100%;
}
.coll-title, .coll-desc { display: table-cell; vertical-align: middle; }
.coll-title {
  color: #030303;
  font-family:'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: normal; 
  -webkit-font-smoothing: antialiased;
  font-size: 36px;
  white-space: nowrap;
  padding-right: 10px;
}
.coll-desc {
}


#full-width-filter { padding-bottom: 20px; /* border-bottom: 1px solid #f1f1f1; */ overflow: hidden; float: right; margin-bottom: 20px; }


span.customSelect { 
  font:12px sans-serif;
  background:#fff url(//ohdeardolly.com/cdn/shop/t/31/assets/select.png?v=165875623313023863111757953386) right center no-repeat;
  border:1px solid #ddd;
  color:#555;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:100%;
}

.product-quick-view { overflow: hidden; }
.product-info form { margin-top: 20px; }
.product-index .single-option-selector { margin: 5px auto 10px; }
.selector-wrapper label { float: left; }
.product-index img { 
  
  display: block; 
  margin: 0 auto 0;
}
/* .pro_listing #product-loop .product-index a{
    display: inline-block;
} */
.pro_listing #product-loop .product-index{
   text-align: center; 
}
.product-index img a { border: 0; }

.product-index .product-info { padding-bottom: 0px; }
.product-info {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
  position: relative;
}

#product-loop .product-index .product-info { /*border-bottom: 5px solid #777;*/ }

.product-info-inner { width: 96%; margin: 0 auto; padding-bottom: 0px;text-align:center; display:flex; flex-direction: column; align-items: center;}
.product-info-inner h4 { font-size: 11px; letter-spacing: initial; }
.product-info h3 { /*min-height: 42px;*/ letter-spacing: initial; margin-bottom: 0px; text-transform: uppercase; font-size: 12px; }
.product-info p { font-size: 16px; margin-bottom: 0; }
.product-info a { text-decoration: none! important; }

.price { text-align:center;font-size: 12px; margin-bottom: 0px; font-family: 'Open Sans', sans-serif; line-height: 20px;}

.price .prod-price{
    font-size: 20px;
    font-weight: bold;
}
.price .prod-price .from{
    font-size: 14px;
}

.product-modal{
    display: none;
}

p.get-prod{
  font-size: 12px;
  text-transform: capitalize;
}
.get-prod span{
  font-weight: bold;
}

p.delivery-option{
font-size: 12px;
text-transform: capitalize;
}
.delivery-option svg{
margin-bottom: -3px;
}


/* --------------product-desc------------ */

#product-price{
  text-align: center;
}

.free-deliery{
  color: #017284;
}
.free-deliery .over{
  font-weight: 500;
}
.free-deliery .over .count{
  color: #000;
}
.free-deliery .free{
 font-weight: 550;
}
.free-delivery .count{
  color: #000;
}


/* ---order--soon---------- */
.order-soon{
 color: #af1e01;
 font-weight: bold;
}



.product-rating{
    display: flex;
    gap: 4px;
}
 .product-rating .rating-text{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}
 .product-rating .reviews{
    color:#017284;
    font-size: 15px;
    margin-left: 8px;
    font-weight: 550;
}
.star-ratings {
	 unicode-bidi: bidi-override;
	 color: #ccc;
	 font-size: 18px;
	 position: relative;
	 margin: 0;
	 padding: 0;
}
.star-ratings .fill-ratings {
	 color: #FCD02E;
	 padding: 0;
	 position: absolute;
	 z-index: 1;
	 display: block;
	 top: 0;
	 left: 0;
	 overflow: hidden;
}
.star-ratings .fill-ratings span {
	 display: inline-block;
}
.star-ratings .empty-ratings {
	 padding: 0;
	 display: block;
	 z-index: 0;
}
 
.compare-price, .product-price {  }
.was, .product-compare-price, .compare-price { color: #ba2323; text-decoration: line-through; }
.was { display: inline; margin-left: 5px; }
.onsale { display: inline; }

.product-index-inner { position: relative; }

.pre-order { z-index: 2; color: #fff; background: #000;}
.new { z-index: 2; color: #fff; background: #000;}
.sale-item { color: #fff; background: #000;}
.so { z-index: 3; color: #fff; background: #000;}

.product-modal {
  font-size: 12px;
  background: #f7f4f4;
  color: #000000;
  padding: 5px 8px;
}

.product-modal:hover { background: #000000; color: #ffffff; }


.quick-shop { overflow: hidden; width: 720px; }
.product-quick-view #product-photos { float: left; width: 49%; margin-right: 0.8%; }
.product-quick-view #product-right { float: left; width: 49%; margin-left: 0.8%; }

.quick-shop .thumbnail {
  width: 24%;
  vertical-align: top;
  display: inline-block;
}



/*.product-index:hover .icn, .product-index.hover .icn { opacity: 0; }*/
.product-car:hover .icn, .product-car.hover .icn { opacity: 0; }

.icn {
  -webkit-transition: opacity 1s ease-out;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 50px;  
  font-size: 11px;
}

.show { display: none; }



#sidebar h1 { display:none }
#sidebar h4 { text-transform: uppercase; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #f1f1f1; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar ul li a.current { border-bottom: 1px solid #f1f1f1; text-decoration: none; }


/* ================ */
/* = Product page = */
/* ================ */

.active img { border:1px solid #ccc !important;}
.thumbnail { margin-bottom: 10px; border: 1px solid #fff; }
#product-price { font-size: 30px; margin-top: 10px; font-weight:bold; }
.custom-decimal{
font-size: 20px;
position: absolute;
margin-top: -2px;
margin-right: 2px
}
#product-right { background: #fafafa; padding: 10px 20px; }
#product-description {z-index: 0; position: relative; }
#product-description h1, #product-right h5 { text-transform: uppercase; font-size: 18px; letter-spacing:0; }
#product-description h1{ text-transform: uppercase;  font-size: 18px; font-weight: 550; letter-spacing:0; }
#product_name{ text-transform: uppercase;  font-size: 18px; font-weight: 550; letter-spacing:0; }

#product-description form { border-top: 1px solid #f1f1f1; padding-top: 0px; }
.payment_icons img{ max-width:45px;  }
.payment_icons {margin:10px;}
.extra_links{ margin:10px; }
.extra_links a{ padding:10px; border: 1px solid #000; }
.extra_links a:first-child{ margin:0 10px 0 0; }
#product-desc{ margin:0 0 15px 0; background-color: #fff; padding: 10px; border: 1px solid #f1f1f1; }
.quantity { font-weight: bold;text-align: center; margin: 0 5px !important;  width: 50px !important;  display: inline-block! important; padding: 7px 0 !important; text-indent: 0 !important;}
.up { border: 1px solid #f0f0f0; padding: 3px 5px; display: inline;  
color: #000000;
}

.down {
  border: 1px solid #f0f0f0;
  padding: 3px 4px;
  display: inline;
  color: #000000;  
}

.up:hover, .down:hover { cursor: pointer; }

.add { text-transform: uppercase; margin: 10px auto !important; display: block! important; clear: left; width: 50%! important; }

.desc { padding-top: 10px; }
.full-click { display: block; text-align: center; margin-top: 20px; }

#related {  padding: 20px 0; float: left; text-align: center; } 

ul#popups { margin: 20px 0 0; list-style-type: none; text-align: center; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #f1f1f1; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; }

#product-navigation {
  text-align: center;
}

#back-forth img { margin: 0 5px; vertical-align: middle; }

.backto {
  margin-bottom: 10px;
  display: block;
}

.prev-prod { margin-right: 10px; }
.next-prod { margin-left: 10px; }

.prev-prod, .next-prod {
  display: inline-block;
}

.share-icons a {
  margin: 0 5px;
}


#lower-description { text-align: center; } 


ul#sortme { text-align: center; list-style-type: none; width: 100%; }
ul#sortme li { text-align: left; display: inline-block; margin: 0 10px; }
ul#sortme li p { text-align: center; }

.current {  }
ul#sort-me li.current:after { content:  " \2713 "; }

.what-is-it { margin-bottom: 15px; }
.what-is-it label { display: inline; margin-right: 10px; }

/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; } 
.cart-title { display: inline-block; }

table { 
  width: 100%; 
  border-collapse: collapse; 
}


/* Zebra striping */
tr:nth-of-type(odd) { 
}
th { 
  background: #ffffff; 
  font-weight: normal; 
}
td, th { 
  padding: 10px; 
  border: 1px solid #f1f1f1; 
  text-align: left; 
}

#basket-right { text-align: center; }
#basket-right h4 {  }
#basket-right p { margin-bottom: 20px; }
#basket-right img { width: 50px; }

#note { margin-top: 10px; }


#cart-notes { margin-top: 20px; margin-bottom: 20px; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */

.rte h1 {
  border-bottom: 0! important;
  text-align: inherit! important;
  margin-bottom: inherit! important;
}

#page { clear: left; margin-bottom: 15px;   }
#event_hair{
  margin-bottom:20px;
}
#page h1 { text-align: center;  padding-bottom: 25px; padding-top: 25px; margin-bottom: 20px; text-transform:uppercase; border-bottom: 1px solid #f1f1f1; }
#page h1.page-title { text-align: left! important; }

#page-sidebar h2 { padding-bottom: 8px; margin-bottom: 20px; border-bottom: 1px solid #f1f1f1; }
#page-sidebar ul { list-style-type: none; }
#page-sidebar ul li {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
}


#article-loop { margin: 0 auto; width: 100%; min-width: 100%; }

.article-index {
  margin: 0 5px 10px;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  padding-top: 20px;
}

.article-info { border-bottom: 5px solid #141313; }
.article-info-inner { width: 96%; margin: 0 auto; }

.article-info h2 { letter-spacing: initial; margin-bottom: 10px; text-align: center; }
.posted { text-align: center; margin-bottom: 20px; }
.post-tags { clear: left; display: block; text-align: center; }
.article-info p { font-size: 16px; margin-bottom: 0; }
.article-info a { text-decoration: none! important; text-transform: uppercase; }
.article-content { margin-top: 10px; margin-bottom: 10px; }
.article-index .share-icons { text-align: center! important; }
.article-index .readmore { text-align: center! important; }

.readmore a{
  border:1px solid black;
}

.share-icons a { color: #000000; }
.share-icons a:hover { color: #444444; }

#blog-article .share-icons { text-align: center! important; }




ul#blog-articles, #blog-article { list-style-type: none; }
.single-article { margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1; float: left; width: 100%; }
.single-article .posted { text-align: left; }
.single-article .post-tags { text-align: left; }

#blog-sidebar h2 .icon-rss {
  float: right;
  font-size: 16px;
}

#blog-sidebar #social-icons { font-size: 90%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1; }
#blog-sidebar #social-icons a { color: #000000; }
#blog-sidebar #social-icons a:hover { color: #444444; }


#twitter-card, #facebook-card, #instagram-card { width: 100%; float: left; clear: left; display: block; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #f1f1f1; }
#twitter-card h3, #facebook-card h3, #instagram-card h3 { letter-spacing: initial; }

#fb-root { display: none; }

/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

#instafeed { margin: 15px 20px 0px; text-align: center; }
.instagram-image { width: 16%; }

#page .share-icons { margin-bottom: 20px; text-align: left; margin-top: 20px;  }
#page .share-icons a { margin-right: 10px; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #f1f1f1; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments h4 { text-align: center; }

#comments { float: left; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { width: 100%; text-align: center; clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #f1f1f1; padding-bottom: 20px; }

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }


.readmore { clear: left; text-align: left; margin: 30px auto; }
.readmore a { color: #000000! important; background: #f7f4f4! important; padding: 3px 20px; -webkit-transition: background .5s ease,color .5s ease; -moz-transition: background .5s ease,color .5s ease; -o-transition: background .5s ease,color .5s ease; transition: background .5s ease,color .5s ease; }
.readmore a:hover { color: #ffffff! important; background: #000000! important; text-decoration: none; }

/* =============== */
/* = Search = */
/* =============== */

#search-bar { margin-bottom: 20px; margin-top: 20px; border-bottom: 1px solid #f1f1f1; }
#search-bar #q {width: 300px;  }
#q { text-transform: capitalize; }

/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }

#customer_detail p { margin: 0; }

.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}
.footer_inner{
    float:none !important;
    margin:auto !important;
}

/* =============== */

/* = Footer = */
/* =============== */

@media only screen and (min-width: 1024px ){

   
  .page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -220px;
   
  }
  .page-wrap:after {
    content: "";
    display: block;
  }
  .site-footer, .page-wrap:after {
    /* .push must be the same height as footer */
    height: 220px; 
  }
}
#footer-wrapper {
  z-index: 2;
  clear: left;
  position:relative;
  background-color: #000000;
}

#footer-top {
  padding: 25px 0px 20px;
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
}

.footer_widget h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_linklist {
  margin-bottom: 0px;
  list-style: none;
}

#social_icons {
  margin-bottom: 0px;
  list-style: none;
}

.footer_linklist li { display: block; }
#social_icons li { display: inline-block; margin-right: 10px; position: relative; }
.footer_linklist li a, .footer_widget p, #social_icons li a {
  color: #cccccc;
  font-size: 14px;
  text-transform: none;
}
.footer_linklist li a:hover,  #social_icons li a:hover { color: #ffffff; }
#social_icons li > .social_dropdown { display: none; }
#social_icons li:hover > .social_dropdown {
  display: block;
  position: absolute;
  top: 100%;
  left: -33px;
  background-color: black;
  color: white;
  padding: 0px 5px 0px 10px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
  min-width: 100px;
}

#footer_newsletter > form > #mce-EMAIL {
  width: 60%;
  text-align: left;
  color: black;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 5px;
}
#footer_newsletter > form > #mce-EMAIL::-webkit-input-placeholder { color: black;}
#footer_newsletter > form > #mce-EMAIL:-moz-placeholder { color: black; }
#footer_newsletter > form > #mce-EMAIL::-moz-placeholder { color: black; }
#footer_newsletter > form > #mce-EMAIL:-ms-input-placeholder { color: black; }
#footer_newsletter > form > #mc-embedded-subscribe {
  width: 24%;
  padding-top: 11px;
  height: 38px;
  margin-left: 10px;
  background:#333;
}

.credit { text-align: left; padding: 10px 0px; }
.credit p { margin-bottom: 0px; display: inline-block; color:#fff;font-size: 14px; }

#subscribe_popup {
  text-align: center; 
 /* width: 450px;*/
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height:530px;
}

#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
 /* text-align: center;
  text-indent: 0;*/
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment { text-align: center; float: right; display: inline-block; }
#payment img { max-width: 40px; text-align: center; }


/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */



#pagination { clear: left; text-align: center; margin-top: 20px; padding-top: 20px; margin-bottom: 20px;  }
#pagination a { margin: 0 5px; background: #f1f1f1; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #000000; color: #fff; }
#pagination .current {
 text-decoration: none;
    background: #000000;
    color: #fff;
    margin: 0 5px;
    padding: 2px 5px;
    border-radius: 15px;
}
#pagination .count { margin-right: 20px; }


#breadcrumb { text-transform: uppercase; font-size: 14px; margin-bottom: 20px; text-align: center; margin-top:20px; }
#breadcrumb a { padding: 0 5px 0 0; font-size: 10px; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }



/* Hiding the drop-downs. */
#product-variants, .selector-wrapper, .select { display: none; }





/* 
Swatches Styles
*/



.swatch { 
  text-align: center;
  margin:0; 
    margin-top: 5px;
  margin-bottom: 15px;
}
.swatch.swatch_color .swatch-element label{ border:none; height:auto; width:auto; line-height:normal;}
.swatch-element label { /*padding:0 10px;*/ border: #00000018 1px solid; height: 30px; width: 45px; border-radius: 3px; text-align: center; line-height: 30px;}
.color.swatch-element label { padding:0; }
.swatch-element input:checked + label{background-color: #00000025;}
.swatch.swatch_color input:checked + label{  border:none !important;}


/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}

.color label { width: 40px! important; }

.swatch label {
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  background-color: #fcfcfc;
  /* Spacing between buttons */
  margin:0px 5px 10px;
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;
  /* The border when the button is not selected */
 /* border: #000 1px solid !important;*/
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  font-size:14px;
  min-width:30px !important; 
  height:30px !important;
  line-height:28px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 400;
}


/* Styling selected swatch */
/* Slightly raised */
/*.swatch input:checked + label {

border:#999 1px solid !important;
background: #333;
color: #fff;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
box-shadow:0px 1px 2px rgba(0,0,0,0.25);
}*/
.swatch label img{
  border:1px solid #ccc !important;
}
 .swatch input:checked + label img{
  /*border:3px solid #f00 !important;*/
    border:1px solid #f00 !important;
}
.product_color_swatch .swatch input:checked + label img{
  border: 1px solid #ccc !important;
}

#product-right .swatch .swatch-element.color label img{
 /* border: none !important;*/
   height: 70px !important;
    width: 70px !important;
  border-radius: 50%;
}
#product-right .swatch .swatch-element.color label{
 /* border: none !important;*/
   height: 70px !important;
    width: 70px !important;
  border-radius: 50%;
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* To position the sold out graphic and tooltip */
}


/* Image with the cross in it */
/*.crossed-out { 
  position: absolute;
    width: 100%;
    height: 2%;
    background: red;
    /*opacity: 0.5; */
    /*border-radius: 50%;
} */

.crossed-out {
	/* background-image: linear-gradient(to top, transparent 50%, #000 50%, #000 calc(50% + 3px), transparent 50%); */
	width: 96%;
    height: 5%;
    background: #FDFAFA;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
 /* filter: alpha(opacity=60); */  /* internet explorer */
 /* -khtml-opacity: 0.6; */       /* khtml, old safari */
/*  -moz-opacity: 0.6; */       /* mozilla, netscape */
  /*opacity: 0.6;   */        /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  font-size: 12px;
  line-height: 15px;
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-25px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.product_color_swatch .swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
  transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}


.scrollup{
  width:30px;
  height:30px;
  opacity:0.3;
  position:fixed;
  bottom:20px;
  right:20px;
  display:none;
  z-index: 3;
  text-align: center;
}

.scrollup:hover { text-decoration: none; }
 iframe { width: 100%;}
.bigimage iframe {width: 100% !important; height: 600px !important;}


/* Navigation */

/* Dropdown Navigation */

.dl-menuwrapper {
  display: none;
 /* width: 100%;*/
  max-width: 300px;
  z-index: 5;
  float: left;
  top: 6px;
  z-index: 99999;
 /* left: 10px;*/
  position: fixed;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  -moz-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}

.dl-menuwrapper:first-child {
 // margin-right: 100px;
}

.dl-menuwrapper button {
  background: #000000;
  border: none;
  width: 48px;
  height: 45px;
  font-size: 13px;
  text-align: center;
  /*text-indent: -900em; */
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-bottom: 0;
  color: #999999;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #000000;
}

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  /*background: #999999;*/
  top: 10px;
  left: 16%;	
  /* box-shadow: 
  0 10px 0 #999999, 
  0 20px 0 #999999; */
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  font-family: 'Open Sans', sans-serif;
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
  outline: none;
  text-transform: uppercase;
}

.no-touch .dl-menuwrapper li a:hover {
  background: #fcfcfc;
  color: #ffffff;
}

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: #000000;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'FontAwesome';
  speak: none;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
}

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: #999999;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  left: -8px;
  width: 300px;
  max-height: 400px;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
  margin-bottom: 0;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0! important;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -moz-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -moz-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -moz-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -moz-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -moz-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut1 {
  50% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -moz-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut2 {
  100% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut3 {
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut4 {
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes MenuAnimOut5 {
  100% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;

  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}

@keyframes MenuAnimOut2 {
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@keyframes MenuAnimOut3 {
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut4 {
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes MenuAnimOut5 {
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -moz-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -moz-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -moz-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -moz-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -moz-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn1 {
  0% {
    -moz-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -moz-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn2 {
  0% {
    -moz-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn3 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn4 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes MenuAnimIn5 {
  0% {
    -moz-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes MenuAnimIn2 {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn3 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn4 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes MenuAnimIn5 {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -moz-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -moz-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;



}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -moz-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -moz-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn4 {

  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn1 {
  0% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn2 {
  0% {
    -moz-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn3 {
  0% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn4 {
  0% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
}

@-moz-keyframes SubMenuAnimIn5 {
  0% {
    -moz-transform: translateZ(-200px);
    opacity: 0;

  }
  100% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn1 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn2 {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn3 {
  0% {
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn4 {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}

@keyframes SubMenuAnimIn5 {
  0% {
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -moz-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -moz-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -moz-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -moz-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut1 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(50%);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut2 {
  0% {
    -moz-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%);

    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut3 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut4 {
  0% {
    -moz-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(300px);
    opacity: 0;
  }
}

@-moz-keyframes SubMenuAnimOut5 {
  0% {
    -moz-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -moz-transform: translateZ(-200px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut1 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut2 {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut3 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut4 {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(300px);
    opacity: 0;
  }
}

@keyframes SubMenuAnimOut5 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    transform: translateZ(-200px);
    opacity: 0;
  }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
  margin-bottom: 0! important;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}






/* Owl Carousel */




/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
#hair-slider.owl-carousel{ margin-bottom: 20px; max-width: 94%;}
#hair-slider.owl-carousel .owl-item{
  float: none;
  display: inline-block;

}
.owl-carousel .owl-item img{width: auto;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-buttons .owl-prev{
   position: absolute;
    top: 50%;
    left:0px;
   font-size:0;
  background:url(//ohdeardolly.com/cdn/shop/t/31/assets/controls.png?v=170706758177535960701757953383) no-repeat 20px 0px;
  height: 50px;
    width: 50px;
}
.owl-buttons .owl-next{
   position: absolute;
    top: 50%;
    right:0px;
   font-size:0;
   background:url(//ohdeardolly.com/cdn/shop/t/31/assets/controls.png?v=170706758177535960701757953383) no-repeat -20px 0px;
  height: 50px;
    width: 50px;
}

/* mouse grab icon */
.grabbing { 
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  height: 520px;
}

/* CSS3 Transitions */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;

  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {

  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}

@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: left;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


ul#main-nav { 
    
  display: inline-block; 
  background: #000000; 
  margin-bottom: 0px;
  list-style: none; 
  text-align: right;
  border-top: 0px solid #e6e3e3;
  border-bottom: 0px solid #e6e3e3;
  margin-top: 0px;
 
}


ul#main-nav li { 
  display: inline-block; 
  position: relative; 
  line-height: 61px; 
}

ul#main-nav li:hover {
 /* background: #fcfcfc; */
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}

ul#main-nav li a { 
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; 
  font-size: 15px; 
  color: #999999; 
  display: block; 
  padding: 0 21px;
  text-transform: uppercase;
  line-height: 61px;
}

ul#main-nav > li:first-child a{
   padding-left:0;  
}
ul#main-navm > li:last-child a{
   padding-right:0;  
}

/* ul#main-nav li a:hover {
  color: #ffffff; 
  text-decoration: none;
} */
ul#main-nav li:hover > a{
  color: #ffffff; 
  text-decoration: none;
}
ul#main-nav li.active > a{
  color: #ffffff; 
  text-decoration: none;
}
ul#main-nav li:hover  a{
 /* color:#000;*/
}
ul#main-nav li ul{
  display: none;
  position: absolute;
  top: 60px;
 /* z-index: 10;*/
  z-index: 1;
  left: 0;
  background: #ffffff;  
 /* border-bottom: 3px solid #454545;
  border-left: 0px solid #e6e3e3;
  border-right: 0px solid #e6e3e3;*/
  padding:10px;
}

ul#main-nav > li:hover > ul,
ul#main-nav > li.has-sub:hover ul{
	display:block;
}


ul#main-nav li ul li{
  line-height: 40px! important;
  margin: 0; 
  padding: 0;
  width: 100%;
  white-space: nowrap;
  background: transparent! important;
  float: left;
}

ul#main-nav > li > ul > li:hover,
ul#main-nav li ul li.mega_menu_column li:hover{
  background: rgba(0,0,0,0)! important; 
}


ul#main-nav li ul li a{
  text-align: left;
  text-transform: capitalize;
  font-weight: normal;
  color: #a5a4a4;
  font-size: 11px;
  line-height: 27px;
  text-transform: uppercase;
}

ul#main-nav li ul li a:hover {
  color: #000000;
}


ul#main-nav li.has-sub {
	position:static;
}

ul#main-nav li.has-sub > .dropdown{
  width: 100%;
  margin-bottom: 0;
  top: 126px;
  padding: 30px 10px;
}

ul#main-nav li ul.sub li.has-dropdown:hover ul.sub_sub,
ul#main-nav li ul.sub li.has-dropdown ul.sub_sub li.has-dropdown:hover ul{
	display: block;
}

ul#main-nav li ul.sub li.has-dropdown ul.sub_sub,
ul#main-nav li ul.sub li.has-dropdown ul.sub_sub li.has-dropdown ul{
   left: 101%;
    top: 0;
    z-index: -9;
}

ul#main-nav li.has-dropdown li.has-dropdown{
	position:relative;
}

ul#main-nav li.has-dropdown li.has-dropdown:after{
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #454545;
    border-bottom: 2px solid #454545;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.mega_menu_items:after{
  content:'';
  display:block;
  clear:both;
}
ul#main-nav li ul .mega_menu_column .sub_menu{
  position: relative;
  top: 0;
  margin-bottom: 0;
  border-bottom:0;
}

ul#main-nav li ul .mega_menu_column .sub_menu li{
  float:none;
}


ul#main-nav li ul li.mega_menu_column,
ul#main-nav li ul li.image_collection{
 /* width:25%;*/
  width:18%;
  float:left;
  padding: 0 20px;
}
ul#main-nav li.shop_by_colur_nav ul li.mega_menu_column{
  width:15%;
}
ul#main-nav li.shop_by_colur_nav ul li.mega_menu_column:nth-of-type(3){
  width:11%;
}
ul#main-nav .the_hair_you_navi .mega_menu_column{
    width:14%; 
}
.image_collection img{
	max-width:100%;
}

ul#main-nav li ul li.mega_menu_column li{
	display:block;
}



ul#main-nav li ul li.mega_menu_column h4{
  text-align: left;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 40px;
  padding: 0 10px;
  color: #333030;
  font-family: 'Open Sans', sans-serif; 
}

.collection  div.zoomWindow {
  display: none! important;
}
.collection  div.zoomLens {
  opacity: 0! important;
}



@media screen and (min-width:1341px) and (max-width: 1412px) {
  ul#main-nav > li > a {
    font-size: 12px;
    padding: 0 3px;
  }
}
@media screen and (min-width:1413px) and (max-width: 1520px) {
  ul#main-nav > li > a {
   font-size: 15px;
    padding: 0 4px;
  }
 
}
@media screen and (max-width: 1340px) {
  ul#main-nav{
  	width:100%;
    text-align:center;
  }
  ul#main-nav > li > a {
    font-size: 13px;
    padding: 0 7px;
  }
  ul#main-nav li.has-sub > .dropdown {
    top: 105px;
    padding: 20px 10px;
  }
  ul#main-nav li ul li.mega_menu_column h4 {
    font-size: 13px;
    line-height: 36px;
  }
  ul#main-nav li:last-child ul{
 	right:0;
    left:auto;
  }
}

@media screen and (max-width: 1220px) {
  ul#main-nav li ul li.mega_menu_column h4 {
    font-size: 12px;
    padding: 0 3px;
  }
  ul#main-nav li ul li.mega_menu_column, 
  ul#main-nav li ul li.image_collection {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
}

#invisible{display:none;width:0px;}

@media screen and (max-width: 600px ) {
  #invisible{width:10px;}
  #hair-slider.owl-carousel .owl-item{
  float: none;
  display: inline-block;
  vertical-align:top;

}

}
@media screen and (min-width: 1600px ) {
  #grid_images .grid{
    width:635px !important;
  }
}

.effect {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;

}

.effect img {
  position: relative;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.effect figcaption {
  top: auto;
  background: #000;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  opacity: 0.8;
  padding: 22px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect figcaption, .effect figcaption > a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
}

.effect:hover > img   {
  opacity:0.6;
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}


.effect h2, .effect p {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
  color:#fff;

}

.effect p {
  display: inline-block;
  float: right;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.effect h2 {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
  display: inline-block;
  float: left;
}
.effect p.icon-links {
  background: #EC2626;
  color: #fff;
  padding: 8px;
  margin-bottom: 0px;
}
p.learn-more {
  width: 100%;
  text-align: left;
  line-height: 0px;
}
.effect p.description {
  position: absolute;
  bottom: 11em;
  padding: 0px;
  color: #000;
  text-transform: none;
  opacity: 0;
  font-size: 28px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  line-height: 25px;
  display: block !important;
  text-align:none;
  width: 100%;
  font-weight: bold;
}
.effect p.description  span{
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}
.effect:hover p.description{
  opacity: 1;
}
.effect:hover figcaption, .effect:hover h2, .effect:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);

}


#grid_images  > a {
  width: 33.33%;
  float: left;
  display: block;
  margin-right: 0px;
  display: block;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.effect-promo {
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;

}
.grid > .effect-promo:hover .overlay {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.8);
}

.effect-promo img {
  position: relative;
  display: block;
  -webkit-transition-property: padding, background, color, opacity, box-shadow, -webkit-transform;
  -moz-transition-property: padding, background, color, opacity, box-shadow, -moz-transform;
  -o-transition-property: padding, background, color, opacity, box-shadow, -o-transform;
  -ms-transition-property: padding, background, color, opacity, box-shadow, -ms-transform;
  transition-property: padding, background, color, opacity, box-shadow, transform;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
}

.effect-promo img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity:1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);

}

.effect-promo .overlay figcaption {
  text-align: left;
}
.effect-promo .overlay figcaption > div {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50%;
  width: 100%;
  height: 34%;
}
.effect-promo h2,
.effect-promo p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

.effect-promo h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  color: #fff;
  TEXT-ALIGN: CENTER;
  width: 100%;
}

.effect-promo p {
  color: rgba(255,255,255,0.8);

  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.effect-promo:hover img,
.effect-promo:hover p {
  opacity:0.7;
}

/*.effect-promo:hover img
{
-webkit-transform: translate3d(-40px,0, 0);
transform: translate3d(-40px,0,0);
} */

.effect-promo:hover h2,
.effect-promo:hover p {
  -webkit-transform: translate3d(0, -10px, 0);
  transform:translate3d(0, -10px, 0);
}
.effect-promo:hover h2{
  color:#000;
  width: 340px;
  margin: 0 auto !important;
  background: #fff;
  padding: 10px;
}

.effect-promo:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}


/* -----------------     effect of carousel -----------------------  */
.effects-carousel {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.effects-carousel img {
  position: relative;
  display: block;
}
/*.effects-carousel{
background: #000;
}*/
.effects-carousel figcaption, .effects-carousel figcaption > a {
  position: absolute;
  /*bottom:-20px;*/
  bottom:-14px;
  left: 0;
  width: 100%;
  height: 60px;
}
.effects-carousel img,
.effects-carousel h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/*.effects-carousel img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
*/
.effects-carousel h2,
.effects-carousel sapn {
  position: absolute;
  bottom: 0;
  left: 0;
  /*padding: 20px;*/

}
.effects-carousel h2{
  background: rgba(0,0,0,0.6);
  width: 100%;
  color: #fff;
  font-size: 12px;
  bottom: -10px;
  padding-bottom:26px;
  padding-top:12px;
}
.effects-carousel span {
  text-transform: uppercase;
  background:#000;
  height:60px;
  line-height:40px;
  display:block;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
  color:#fff;
  /*font-size:20px;*/
  font-size:15px;
}

.effects-carousel:hover img {
  -webkit-transform: translate3d(0,-80px,0);
  transform: translate3d(0,-80px,0);
}

.effects-carousel:hover h2 {
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

.effects-carousel:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.white-panel {
  position: absolute;

}

.grid {
  position: relative;
}
.grid-item {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow:hidden;
}
.grid img{
  width:100%;
}
#homepage_gallery .lines h2{
  background:none !important;
  padding: 20px;
}
#homepage_gallery .section-title.lines:after{
  border-bottom:none;
}
.grid-item .overlay1{
  opacity:1;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;

}
.caption1{
 color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 1px;
  padding: 14px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  /* top: 50%; */

 font-family:'Open Sans', sans-serif;
 
  margin-bottom:-48px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   -mz-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
    height: 100%;
    width: 100%;
}

.caption1 .caption_inner{
   position: absolute;
   bottom: 12%;
    left: 4%;
   /*   text-shadow: 1px 1px #000;*/
}
.caption1 .logo_caption{
  left: 50%;
  transform: translateX(-50%); 
   -o-transform: translateX(-50%); 
   -moz-transform: translateX(-50%); 
   -mz-transform: translateX(-50%); 
      text-align: center;
}
.caption1 .color_caption{
    top: 10%;
    bottom: auto;
    left: 50%;
   transform: translateX(-50%); 
   -webkit-transform: translateX(-50%); 
   -o-transform: translateX(-50%); 
   -moz-transform: translateX(-50%); 
   -mz-transform: translateX(-50%);
  text-align: center;
  width:100%;
}
.caption1 .caption_hair_inspiration{
   left: 15%;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); 
   -webkit-transform: translateY(-50%); 
   -o-transform: translateY(-50%); 
   -moz-transform: translateY(-50%); 
   -mz-transform: translateY(-50%); 
}
.caption1 .caption_hair_inspiration1{
    right: 15%;
    bottom: auto;
    top: 50%;
    left: auto;
    transform: translateY(-50%); 
   -webkit-transform: translateY(-50%); 
   -o-transform: translateY(-50%); 
   -moz-transform: translateY(-50%); 
   -mz-transform: translateY(-50%); 
   font-size: 15px;
}

.caption1 .caption_inner:after{
  content: 'View Now';
  display: block;
  font-size: 14px;
  transition:all 0.3s ease;
}
.caption1 .caption_inner:hover:after{
	color:#000;
}
.caption1 .caption_hair_inspiration:after{
    content: '';
}
.caption1 .caption_hair_inspiration1:after{
     content: '';
}
.caption1.top-right{
  top: 40px;
  text-align: right;
  right: 20px;
}
.caption1 p{
  margin-top:10px;
}
/*.caption1:after{
  content: 'Shop Now';
  display:block;
  margin-top:8px;
  padding-top:8px;
  border-top:1px solid #ccc;
}*/
.grid-item:hover .caption1{
  margin-bottom:0;
}
.best_seller_caro{
  margin-bottom:30px;
  position:relative;
}

.best_seller_caro .flex-direction-nav .flex-next{
  right:22px;
}	
.best_seller_caro .flex-direction-nav .flex-prev{
  left:22px;
}
.best_seller_caro .flex-direction-nav .flex-next,
.best_seller_caro .flex-direction-nav .flex-prev{
  border:none;
  opacity: 1;
  color: #000;
}
.best_seller_caro .slides li {
  margin-right: 60px;
}

.row1{
  width:100% !important;
}
.sidebar1{
  float:left;
  /*width:20%;*/
   width:17%;
}
.pro_listing{
  float:right;
  /*width:80%;*/
   width:83%;
   position:relative;
}
/* .row1 .desktop-3{
  width:24% !important;
} */

.sidebar1 ul, .sidebar1 ul li{
  list-style:none;
  margin-bottom:10px;
}
.sidebar1 ul li li{
  margin-bottom:0px;
}
.accordion {
  background: #fff;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
/* Main Menu List Links */
.accordion > li > a {
 /* height: 39px;*/
  line-height: 1;
  padding: 13px 0px 13px 10px;
  
  display: block;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: #000;
}

.accordion > li > a:after {
  content: ">";
  position: absolute;
  right: 15px;
}

.accordion > li > a:hover, 
.accordion > li > a.active {
  color: #fff;
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.accordion > li > a.active:after {
  content: "^";
  position: absolute;
  right: 14px;

}

/* Submenu List Links */
.accordion ul li label {
     width: 100%;
    margin: 0 auto;
    line-height: 24px;
    padding: 5px 23px;
    display: block;
    position: relative;
    font-size: 14px;
    color: #646464;
    text-transform: capitalize;
    font-weight: normal;
}

/* First Submenu Item */
.accordion ul li:first-child label {
 
  margin-top: 10px;
}

/* Last Submenu Item */
.accordion ul li:last-child label {
 
}

/* Before Current (active) Submenu Item */
/*	.accordion > li > ul li a.current:before{
content: "\f00c";
font-family: 'FontAwesome';
font-size: 10px;
position: absolute;
height: 6px;
top: 0px;

left: -28px;
}
*/
/* Current (active) Submenu Item */
.accordion > li > ul li a.current {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Submenu Hover Transitions */
.accordion > li > ul li:hover label,
.accordion > li > ul li:hover label:before {
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.accordion > li > label:hover, .accordion > li > label.active 
{ background-color: #000; }

.accordion > li > ul li label.current, 
.accordion > li > ul li label.current:before, 
.accordion > li > ul li:hover label,
.accordion > li > ul li:hover label:before,
.accordion > li > ul li:hover label,
.accordion > li > ul li:hover label:before 
{ color: #3d3d3d; background:#ccc;}

.accordion > li > ul li label.current
{ /*font-weight: 600;*/}

.accordion ul li label {
  -moz-box-shadow: inset 2px 0px 0px 0px #e5e5e5;
  -webkit-box-shadow: inset 2px 0px 0px 0px #e5e5e5;
  box-shadow: inset 2px 0px 0px 0px #e5e5e5;
  color: #8d8d8d;
}

.accordion > li > ul li:hover label,
.accordion > li > ul li:hover label:before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #000000;
}
.new_section .text11{
  float:left;
  width:25%;
  padding:8% 5%;
  text-align:center !important;
}
.new_section .text11 p{
  font-size:2em;
  line-height:40px;
  text-transform: uppercase;
}
.new_section .image11{
  float:left;
  width:75%;
  line-height:0;
}
.new_section .image11 img{
  width:100%;
}
.pro_desc img{
  width:100%;
  /*border-bottom:1px solid #dedede;*/
}
.pro_desc{
  text-align:center;
  /*border-bottom:1px solid #dedede;*/
 /* margin-bottom:40px;
  margin-top:65px;
  padding-bottom:20px;*/
  
}

.side_filter{
  /* width:90%; */
  margin:0 auto;
}
.bigimage{
  float:right !important;  
  position:relative;
  text-align: center; margin-bottom: 20px; max-width: 548px;
}
.bigimage img{
  width:100%;
}

#count-down{display:inline-block;width:100%;max-width:86%; }

.count-counter{
  letter-spacing: 0px;
  font-size: 15px;
}
.count-main .time{
  color: #208d00;
  font-weight: 500;
}
.count-main .next-day-delivery{
  
  font-weight: 550 !important;
}

.count-main{ position:relative; display:block; /*padding:20px 0;*/}
/* .count-main .count-counter{font-size:16px;font-weight:600;}
.count-main .count-counter span{font-weight:600;color:red;} */
.delivery_van{display:inline-block;width:100%;max-width: 4%;vertical-align: top; display:none;}
.delivery_van.icon-none{ display:none;}
.delivery_van img{width: 18px;margin-top: 4px;}

.video-section{ position:relative; max-width:100px; width:100%; display:none; overflow:hidden;}
.video-section a{ display:inline-block; /*max-width:45px; */margin:0px 0px 0px 5px; max-width:40px; margin-bottom:5px; width:100%; }
.video-section a:last-child{ margin-right:0;}
.video-section a img{ width:100%; max-width:100%;}

/********** Popup *********/  
.open-popup-view{ position:relative;}
.popup{ display:none; width:100%; max-width:700px; margin:0 auto; min-height:200px; background:#FFFFFF; position:fixed; top:15%; left: 0; right: 0; z-index: 99;  animation-duration: 2s;  animation-name: zoomIn;  animation-fill-mode: both; border-radius:10px;  /*background:#f4f4f4; border:#212121 solid 3px;*/}
.popup.large-popup{ max-width:950px;}
.popup .contents-sec{ position:relative; display:block;}
.popup.opened-popup{ display:block;}
.clickOutOfpopUp{ display:none; position:fixed; left:0; right:0; top:0; bottom:0; height:100%; width:100%; background-color: rgba(33,33,33,.8); z-index:3; cursor:pointer;}
.clickOutOfpopUp.active{ display:block;}
.close-popup-btn{ min-height:30px; cursor:pointer; z-index:9; position:absolute; top:10px; right:10px; color:#000000; text-transform:capitalize; font-size: 20px; font-weight:bold;}

.head-strip{/*background:#cccc;*/ min-height:30px; display:block; padding:5px 20px; position:relative;}
.head-strip  > .close-popup-btn{ top:5px; right:10px;}
.head-strip h2{ margin:0; font-size:24px; color:#FFFFFF; font-weight:600;}

.middle-pop-contents{ padding:0px 10px 5px 10px; display:block; /*max-height: 300px; overflow-y: scroll;*/}
.middle-pop-contents .user-info{ padding-bottom:15px;}
.middle-pop-contents .user-info .info h4{font-size: 22px; line-height: 24px; font-weight:600;}
.middle-pop-contents .paragraph-info, .middle-pop-contents ul .middle-pop-contents ol{ display:block; position:relative;}

.middle-pop-contents ul, .middle-pop-contents ol{ margin-bottom:20px;}
.middle-pop-contents .paragraph-info p,
.middle-pop-contents ul li, .middle-pop-contents ol li{ font-size:18px; line-height:26px; font-weight:400;}
.middle-pop-contents ul h2, .middle-pop-contents ol h2{ margin:0 0 10px 0; font-size:24px; line-height:30px; font-weight:600;}

.footer-strip{background:#212121; min-height:50px; display:block; padding:5px 20px; position:relative;}
.footer-strip > .close-popup-btn{line-height: 30px; background:#FFFFFF; color:#FFFFFF; min-width:100px; text-align:center; top: 15px; right:20px;}
.footer-strip a {display: block;color: #FFFFFF;max-width: 80%;padding: 15px 0;}

.trs {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@media(max-width:767px){
.bigimage{ position:relative;}
/*.bigimage:before{ position:absolute; left:0; width:100%; height:100%; z-index:999999999; background-color:rgba (0, 0, 0, 0.5); content:'';  -webkit-overflow-scrolling: touch;}*/
.video-section{ display:block;}
 } 


.holiday_hair_section{
  background: #d7cdc3;
  background: -moz-linear-gradient(top, #d7cdc3 0%, #dad7d4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7cdc3), color-stop(100%,#dad7d4));
  background: -webkit-linear-gradient(top, #d7cdc3 0%,#dad7d4 100%);
  background: -o-linear-gradient(top, #d7cdc3 0%,#dad7d4 100%);
  background: -ms-linear-gradient(top, #d7cdc3 0%,#dad7d4 100%);
  background: linear-gradient(to bottom, #d7cdc3 0%,#dad7d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7cdc3', endColorstr='#dad7d4',GradientType=0 );
  overflow: hidden;
  max-height: 614px;
}
.magazine_listing .magazine_item{
  margin-bottom:35px;
  padding-bottom:35px;
  border-bottom:1px solid #eee;
}
.magazine_listing .magazine_item:nth-child(even) .desktop-4{
  float:right;
}
.magazine_listing p{
  font-size: 16px;
}
.magazine_listing h2{
  font-size: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.shopping-cart {background:url('//ohdeardolly.com/cdn/shop/t/31/assets/cart-new.png?v=176239082323359782021757953383'); background-repeat: no-repeat; width: 23px; height: 20px;float: left; top: 3px; position: relative; margin-right: 5px; }
.flag-icon {background:url('//ohdeardolly.com/cdn/shop/t/31/assets/flag.png?v=37592136600945941961757953384'); background-repeat: no-repeat;  /* background-size: cover; */ width: 32px; height: 24px;margin-right: 10px; float: left;}
.currency{
  font-style:normal;
  font-weight:600;
  color:#fff;
  font-size: 20px;
  line-height: 27px;
}
.free_shipping_header a{
  color: #fff !important;
}
.shipping span{
    /* border: 1px solid #000; */
    /* padding: 8px 13px;  */
    padding: 8px 0px; 
}

.additional-checkout-button--paypal{ vertical-align:middle !important;}
.additional-checkout-button--paypal.additional-checkout-button{min-width: 344px !important;}
.get-order{ display:block; vertical-align:middle; /*padding-left:10px;*/ padding-bottom:8px; padding-top:5px;}
.get-order strong{}
.get-order strong span{ color:#fe0001;}
.get-order p{ padding:0; margin:0; font-weight:500; line-height: 16px;}

@media(max-width:767px){
.additional-checkout-button--paypal.additional-checkout-button{min-width: 51% !important;}	 
}

@media(max-width:575px){
.additional-checkout-button--paypal.additional-checkout-button{min-width: 100% !important;}	
}

.seeks-flag{ /*width:40px;*/}
.brand-menu{text-align:left; margin-bottom:30px;}
#product-desc h3{font-weight:bold;letter-spacing:1px;font-size: 16px;}
#product-desc p{ font-size: 14px;}
#product-desc span{text-decoration: none !important; }
#product-desc ul li, #product-desc ol li{ font-size: 14px; }
.swatch  h5{font-size: 14px !important;margin-bottom: 5px;}
.product-add h5{display:inline-block; font-size: 14px !important; margin-right: 10px;}
.product-add a{ font-weight:bold;}
.shipping{margin-top:16px; font-weight:bold; font-size: 15px;}
.shipping img{  margin-left: 7px; width: 30px; height: 20px; position: relative; top: 5px;}

@media(min-width:768px) and (max-width:991px){
 .shipping{font-size: 13px;}
}
.brand-menu ul li{ list-style:none;}
.brand-menu ul li a{ font-size: 20px;
  color: #000;
   font-family: 'Open Sans', sans-serif;
   font-weight: bold;
  line-height: 35px;
  transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -webkit-transition:all 0.4s ease-in-out;
  
}
.brand_overlay{
   position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.4; 
}
.brand-menu ul li a:hover{
  color:#000;
  
}
.image-frame{
  width: 65%;
  float: left;
  /*border: 3px solid #999;*/
}
.image-frame h2{
  margin: 15px 0;
  font-size: 32px;
}
.image-frame p{
  font-size: 20px;
  margin-bottom: 20px;
}
#page .right_image img{
  width:100%;
  margin: 0;
}


#product-desc .row-type ul li{
  list-style: none;
  border-bottom: 1px solid #ccc;
}
#product-desc .row-type ul li p{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}



.form_box{
  float: none !important;
  margin: 0px auto !important;
}
#contactFormWrapper{
  margin-top: 80px;
  margin-bottom: 50px;
}
.btn-box input[type="submit"]{
  width: 30%;
}
.social-box{
  text-align:center;
}
#page .color_block a img{
  width: 103px;
  margin: 0;
}
.color_container{
  text-align:left;
}
.color_block{
  margin-bottom:80px;
  padding: 0 5px;
}
#page .color_block h1{
  margin:0 !important;
}
.color_block a{
  float: left;
  margin-bottom: -5px;
}
.event-hair{
  margin-top: 95px;
  margin-bottom: 30px;
}
.event-hair h1{
  text-align:center;
}

div#product_list {
  margin-top: 115px;
}

#product_list h1{
  text-align:center;
}
.capitalize{
  text-decoration:capitalize;
}
#product_list_page h1{
  text-align:center;
  margin-bottom:25px;
}
div#product_list_page{
  margin-top:90px;

}

.product-info-inner h3{
  margin-top:0px;
  /* min-height: 51px; */
  font-weight: bold;
}
#page_brand{
  background:url('brand.jpg') no-repeat;
  background-size: cover;
  min-height: 700px;
  overflow:hidden;
  position:relative;
}

#page_brand .brand_content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -mz-transform: translate(-50%, -50%);
}
.brand-menu ul {
  text-align: center;
}

#product_list_page p{
  font-size: 18px;
  letter-spacing: 0.5px;
  margin:10px 0;
}

/*#shopping-cart{
  margin-top:120px;
 
}*/

.article-content{
  font-size:14px;
}
.rte img{
  width:100%;
}

#content-product p.add-to-cart-msg.success{
  font-size: 14px;
  color: green;
  display: block;
  margin-top: 5px;
  background:url(//ohdeardolly.com/cdn/shop/t/31/assets/icons_new14.png?v=86648805650259748581757953384) 100px -1485px no-repeat;
}


.collection p.add-to-cart-msg.success{
  font-size: 13px;
  color: green;
  display: block;
  margin-top: 5px;
  background:url(//ohdeardolly.com/cdn/shop/t/31/assets/icons_new14.png?v=86648805650259748581757953384) 5px -1485px no-repeat;
}
.icon-chevron-up:before{
  color:#757575;
}
#how-to-apply{
  margin-top:130px;
}
#how-to-apply .iframe_parent iframe{
  max-width:700px;
}
#how-to-apply .iframe_parent{
  display:block;
  margin-top:30px;
}
#product-desc #ui-id-13{
  border-bottom:none;
}
#hide_properties{
  display:none;
}


.product_color_swatch .swatch-element.color label img {
    height: 30px !important;
    width: 20px !important;
  border-radius:50%;
}
.product_color_swatch .swatch h5{
    display:none;   
}
.product_color_swatch .swatch label {
   margin: 0 2px;
   border:none !important;
   height: auto !important;
}
.product_color_swatch .swatch {
    margin-bottom: 5px;
}
#product-description .swatch_color .swatch-inner{
        max-width: none;
    margin-left: -.625rem;
    margin-right: -.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 17.5rem;
    overflow: auto;
    padding: 0 .625rem;
    margin: auto;
    max-width: 22.75rem; 
}
header .seeks input[type="text"]{
     width: 198px;
    background: #000;
    border: none;
    border-bottom: 1px solid #999999;
    color: #999999;
    height: 21px;
    padding: 0 19px 0 0;
    margin: 0;
    font: 13px 'Gotham A','Gotham B',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    outline: none;
    vertical-align: top; 
     display: inline-block;
   font-family: 'Open Sans', sans-serif;
}
header .seeks input[type="submit"]{
    display: inline-block;
    background: transparent url(//ohdeardolly.com/cdn/shop/t/31/assets/TF-sprite.png?v=153365398960386545251757953386 ) no-repeat 0 0;
    width: 20px;
    height: 20px;
    border: none;
    padding: 8px 0;
    text-indent: -999em;
    vertical-align: middle;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: relative;
    /*margin-left: -20px;*/
  	margin-bottom: 5px;
}
/*header .seeks:hover input[type="text"]{
    color: #fff; 
}
 header .seeks:hover input[type="submit"]{
     display: inline-block;
    background: transparent url(//ohdeardolly.com/cdn/shop/t/31/assets/TF-sprite.png?v=153365398960386545251757953386) no-repeat -250px -150px;
    width: 20px;
    height: 20px; 
 }*/

  .navigation_img{
   /* height: 300px;
    width: 600px;*/
    height: 265px;
    width: 500px;
    float: right;
  }
.navigation_img img{
     width:100%;
     height:100%;
}

.hair_inspiration{
    max-width:1200px; 
    margin:auto;
  min-height: 300px;
}
.hair-you-desire{
   min-height: 300px;  
}
.related_product .customNavigation{
     display:none;
}
.related_product_image{
    height: 400px;
}
.related_product_image img{
    max-height:100%; 
}
.add_to_cart .add{
   display: inline-block !important;
   width: 37%! important;
}

.add_to_cart .view_cart{
   margin-left: 10px; 
}
.step-inner{
 display: flex;
 align-items: center; 
}
.step-description{
    width: 200px;
    border: 1px solid #000;
    padding: 10px; 
}
.step-image{
  margin-right: 15px;
    padding: 35px;
    width: 50%;
}
.step{
  margin-bottom: 30px; 
}
.step:last-child{
   margin:0; 
}
#product-desc ul ul{
    margin-left: 40px;
   list-style: circle;
}
#product-desc ul, #product-desc ol{
    margin-left: 25px;
}
/*-------home grid-----------*/
.home_grid img{
    height:100%; 
}

.grid.home_grid .home_logo{
   max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home_870{
    height:870px !important; 
}
.home_width{
    width: 32.6% !important; 
}
.home_wid_34{
  width: 34.8% !important;
}

.home_grid .home_grid_inner{
    float:left;
   position:relative;
}
.home_logo_height{
   height:36.55%; 
  position: relative;
}
.home_color_height{
    height:63.44%; 
   position:relative;
}
.home_wid_55{
  width: 55.7%;
  position:relative;
}
.home_wid_44{
   width: 44.3%;
  position:relative;
}
.home_200{
  height:125px;
  position:relative;
}
.home_height_560{
    height:560px;
  position:relative;
}
.home_wid_50{
    width:50%;
  position:relative;
}
.home_height_41{
    height: 41.4%; 
  position:relative;
}
.home_height_58{
    height: 58.6%; 
  position:relative;
}
#recently-viewed-products .product-car{
   padding: 0;
    margin: 0px 5px;
    border: 1px solid #f1f1f1;
    position: relative;
    text-align: center;
    /* min-height: 340px; */
    height: 520px;
}
#recently-viewed-products{
    margin-bottom: 40px;
}
.customer_name:after{
     content:'/'; 
  margin: 0px 6px;
}
#cart li.active a{
   color:#fff; 
}
#main-nav li.active > a{
   color:#fff; 
}
#main-nav .sub_menu li.active > a{
   color:#000; 
}
#main-nav .has-dropdown  li.active > a{
   color:#000; 
}

.errorForm p{
   color:red; 
}
#return_to_account a{
   font-size:15px; 
}
.action_add a{
  font-size:15px;   
}
.account_add_titile{
   margin:20px 0px; 
}
#add_address{
   margin-bottom: 30px; 
}
#activate_account{
   display: block;
    float: none;
    margin: 0 auto; 
}
#activate_account .template_header{
   text-align:center; 
}
#activate_account .action_bottom{
    text-align:center; 
}
#customer_register{
    display: block;
    float: none;
    margin: 0 auto;  
}
.not_found_page p{
   font-size:16px; 
}
.not_found_page #search-bar{
   margin-top: 30px;
   border:none;
}
.not_found_page #search-bar input[type="text"]{
    width: 100% !important;
}
.search_page p{
    text-align:center;
}
.search_page input[type="text"]{
   width:100% !important; 
}
.search_page #search-bar{
   border:none; 
}

#main-nav .brand_nav{
  text-transform:lowercase; 
}
.sidebar1 .filter_brand{
   text-transform:lowercase; 
}
.hair_inspiration_video{
  max-width: 1200px;
    margin: auto; 
}
.hair_inspiration_video video{
    height:auto; 
  width:100%;
}
.pro_desc h1{
   font-weight: bold;
   margin-bottom: 3px;
   font-size: 30px;
}
 .pro_listing .loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index:9;
  }
  .pro_listing .loader img{
      position:absolute;

     top: 150px;
      left:50%;
       
      transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -mz-transform:translate(-50%,-50%);
  }

 .loader_main{
       position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 99999;
  }
  .loader_main img{
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -mz-transform:translate(-50%,-50%);
  }

.hair_you_pro_image{
   position: relative;
}
.hair_you_pro_image .product-index-inner {
   position: absolute;
    right: 49px;
    top: -9px;
}
.hair_you_pro_image .product-index-inner .icn{
    position: relative;
    top: auto;
    right: auto; 
}
#content .shop_by_Color_title h1{
     padding:0;
     border:none;
  }
/* this works */
#yt:-webkit-full-screen	{ width: 100% }
#yt:-moz-full-screen		{ width: 100% }
#yt:-ms-full-screen		{ width: 100% }
#yt:-o-full-screen		{ width: 100% }
#yt:full-screen			{ width: 100% }

@media only screen and (max-width:480px){
   .home_870{
    height:auto !important; 
}
.home_width{
    width: 100% !important; 
}
.home_wid_34{
  width: 100% !important;
}
.home_logo_height{
   height:auto; 
  position: relative;
}
.home_color_height{
    height:auto; 
}
.home_wid_55{
  width: 100%;
}
  .home_wid_44{
    width: 100%;
  }
  .home_200{
    height:130px; 
  }
  .home_200 img{
    height:100% !important;
  }
  .home_200 .caption1 .caption_inner{
    bottom:auto !important;
  }
  #social_icons {
    margin-top: 10px !important;
}
.home_height_560{
    height:auto; 
}
.home_wid_50{
    width:100%; 
}
.home_height_41{
    height: auto; 
}
.home_height_58{
    height: auto;  
} 
.caption_hair_inspiration{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    text-align: center !important;
    margin-top: 40px !important;
 }
 .caption_hair_inspiration1{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    text-align: center !important;
 }
 .home_grid img{
    height:auto;
   display:block;
}
  .product_color_swatch .swatch-element.color label {
    height: 30px !important;
    width: 15px !important; min-width: 15px !important;
}
 .product_color_swatch .swatch-element.color label img{
    height: 30px !important;
    width: 20px !important;
}
  .swatch .swatch-element {
     -webkit-transform: inherit; 
     -webkit-font-smoothing: inherit; 
   
}
   .sidebar1 {
	    width: 100% !important;
	    margin-bottom: 0px;
	  }
 .pro_listing {
    float: none;
    width: 100%;
}
  .flex-caption {
    top: 50% !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    left: 50% !important;
    width: 100% !important;
    text-align: center !important;
}
  .flex-caption p.title {
    font-size: 16px !important;
    line-height: 30px !important;
}
  .flexslider .readmore {
    margin: 0px auto !important;
     text-align: center !important;
}
  

  #breadcrumb {
    margin-bottom: 5px;
  }
  #mobile-product .flexslider{
    margin-top: 15px; 
  }
 
  #product-right .swatch .swatch-element.color label {
  
    height: 50px !important;
    width: 50px !important;
    margin: 0px 2px 2px;
  }
   #product-right .swatch .swatch-element.color label img {
    height: 50px !important;
    width: 50px !important;
  }
  #product-description .swatch_color .swatch-inner {

    padding: 0 !important;
  }
  #product-desc {
    padding: 5px;
  }
 
  #product-desc ul, #product-desc ol{
    margin-left: 7px;
  }
  #product-desc h3 {

    font-size: 15px;
  }
  .ui-accordion .ui-accordion-content {
    font-size: 13px !important;
  }
  .express_shop_image{
    width: 300px !important;
    height: 400px !important;
  }
  .express_shop_title h2{
  	font-size:16px !important;
  }
 
}
/* responsive-new */

@media screen and (max-width: 1440px){
  .flex-caption{
  	top:25% !important;
  }
  .flex-caption p.title{
  	line-height:54px;
  }
  .home_870{
 height: 625px !important;
  }
  .home_height_560{
  	height:450px;
  }
  .flex-caption p.caption{
  	margin:10px 0 10px 0;
  }
  .readmore{
  	margin:20px auto;
  }
  .grid.home_grid .home_logo{
  	padding: 0px 8px;
    top: 30%;
  }
  ul#cart li a{
  	font-size:14px !important;
  }
/*  #product-loop .desktop-3{
  	width:24.5% !important;
  } */
  .hair_you_pro_image .product-index-inner{
  	right:5px !important;
  }
  .accordion > li > a{
  	font-size:14px;
  }
/*   .pro_listing #product-loop .desktop-3{
  	width:24.4% !important;
  } */
  #content .shop_by_Color_title h1{
    font-size:18px !important;
  }
  .hair_inspiration #product-loop .desktop-3{
    width: 24.4% !important;
  }
  
}
@media screen and (min-width:1400px) and (max-width: 1440px){
    .home_870{
  height: 660px !important;
  }
}

/* */
@media only screen and (min-width:1025px) and (max-width:1440px){
  .accordion ul li label{
  	font-size:12px !important;
  }
}
@media screen and (max-width: 1024px){
/*   #product-loop .desktop-3 {
    width: 24.4% !important;
  } */
  .hair_you_pro_image .product-index-inner {
    right: 0px !important;
  }
  .pro_listing .loader{
    display:none !important;
  }
/*   #content .desktop-3{
    width:49% !important;
  } */
  #content .shop_by_Color_title h1{
    margin-bottom:40px !important;
  }
  .express_shop_outer{
    display: flex;
    flex-wrap: wrap;
    clear: both;
  }
  #content .express_shop_outer .desktop-3 {
    width: 32.3% !important;
  }
  .express_shop_image{
    width: 260px !important;
    height: 400px !important;
  }
  .free_shipping_header.shipping-bar {
     top: 0px !important;
      /* position:absolute !important;*/
    
    }
 
}

@media screen and (max-width: 992px){
  
  .the_hair_you .shop_by_color_image{
    width:100% !important;
    height:auto !important;
  }
  .the_hair_you .shop_by_color_name li {
    width: 100px !important;
    height: 68px !important;
    margin: 3px !important;
  }
  .shop_by_Color_title h1{
  	font-size:30px !important;
  } 
/*    #product-loop .desktop-3{
  	width:24.3% !important;
  } */
  .hair_you_pro_image .product-index-inner{
    right:0px !important;
  }
/*   .pro_listing #product-loop .desktop-3 {
    width: 49.3% !important;
  } */
  #content .shop_by_Color_title h1{
    font-size:20px !important;
  }
  .hair_inspiration #product-loop .desktop-3 {
    width: 49% !important;
  }
   .hair_inspiration #product-loop .desktop-3 a{
    width: 320px !important;
    height:auto !important;
    display:block;
     margin:0 auto;
  }

}
@media only screen and (min-width:481px) and (max-width:767px){
  
.home_870 {
    height: auto !important;
}
  .home_wid_34{
  width: 100% !important;
}
.home_logo_height{
   height:auto; 
  position: relative;
}
.home_color_height{
    height:auto; 
}
.home_wid_55{
  width: 100%;
}
  .home_wid_44{
    width: 100%;
  }
  .home_200{
    height:130px; 
  }
  .home_200 img{
    height:100% !important;
  }
  .home_200 .caption1 .caption_inner{
    bottom:auto !important;
  }
  .home_height_560 {
    height: auto;
}
  .home_wid_50 {
	width: 100%;
}
  .product_color_swatch .swatch-element.color label {
    height: 30px !important;
    width: 20px !important;
}
    .product_color_swatch .swatch-element.color label img{
    height: 30px !important;
    width: 20px !important;
}

 .swatch .swatch-element {
     -webkit-transform: inherit; 
     -webkit-font-smoothing: inherit; 
  

} 
   .sidebar1 {
	    width: 100% !important;
	    margin-bottom: 30px;
	  }
 .pro_listing {
    float: none;
    width: 100%;
}

   .flex-caption {
    top: auto !important;
    bottom: 5px;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    left: 50% !important;
    width: 100% !important;
    text-align: center !important;
}
  .flex-caption p.title {
    font-size: 16px !important;
    line-height: 30px !important;
}
  .flexslider .readmore {
    margin: 0px auto !important;
     text-align: center !important;
}
  
  #breadcrumb {
    margin-bottom: 5px;
  }
  #mobile-product .flexslider{
    margin-top: 15px; 
  }
 
  #product-right .swatch .swatch-element.color label {
  
    height: 50px !important;
    width: 50px !important;
    margin: 0px 2px 2px;

}
    #product-right .swatch .swatch-element.color label img{
    height: 50px !important;
    width: 50px !important;
  
}
  #product-description .swatch_color .swatch-inner {
    padding: 0 !important;
  }
  #product-desc {
    padding: 5px;
  }
  #product-desc ul, #product-desc ol{
    margin-left: 7px;
}
  #product-desc h3 {
  
    font-size: 15px;
}
  .ui-accordion .ui-accordion-content {
    font-size: 13px !important;
  }
  .home_width{
    width: 100% !important; 
}
}
@media only screen and (min-width:768px) and (max-width:1024px){
  #logo{
    margin-left: 47px; 
  }
  #logo a {
    max-width: 170px !important;
}
 .home_870 {
   height: 468px !important;
}  
 .home_200 {
    height: 110px;
}
 .home_height_560 {
    height: 300px;
}

  .product_color_swatch .swatch-element.color label {
    height: 30px !important;
    width: 20px !important;
}
   .product_color_swatch .swatch-element.color label img {
    height: 30px !important;
    width: 20px !important;
}
  .swatch .swatch-element {
     -webkit-transform: inherit; 
     -webkit-font-smoothing: inherit; 
   
}
    .sidebar1 {
	    width: 100% !important;
	    margin-bottom: 30px;
	  }
 .pro_listing {
    float: none;
    width: 100% !important;
}
 
 
  #breadcrumb {
    margin-bottom: 5px;
  }
  #mobile-product .flexslider{
    margin-top: 15px; 
  }
 
 #product-right .swatch .swatch-element.color label {
  
    height: 50px !important;
    width: 50px !important;
    margin: 0px 2px 2px;
}
  #product-right .swatch .swatch-element.color label img{
    height: 50px !important;
    width: 50px !important;
}
  #product-description .swatch_color .swatch-inner {
    padding: 0 !important;
  }
  #product-desc {
    padding: 5px;
  }
  #product-desc ul, #product-desc ol{
    margin-left: 7px;
}
 .bigimage iframe {
    width: 100% !important;
    height: 400px !important;
}
 
}
@media only screen and (min-width:769px) and (max-width:1024px){
 /* responsive-new */
  .caption1 .logo_caption, .caption1 .color_caption{
  	width:100%;
  }
  .caption1{
  	font-size:22px;
    line-height: 23px;
  }
  .caption1 .color_caption{
  	font-size:18px!important;
    top:5%;
  }
  /* */
}
@media only screen and (max-width:768px){
  .caption1 .logo_caption, .caption1 .color_caption{
    width:100%;
  }
  .caption1 .color_caption{
    top:5%;
  }
  .caption1{
    font-size:18px;
    line-height: 19px;
  }
  
 /* .home_870 {
   height: 350px !important;
  }  */
  .home_height_560 {
    height: auto;
}
  .footer_widget{
  	text-align:center;
     margin-bottom:20px;
  }
  #social_icons{
  	margin-top:25px;
  }
  .caption1 .caption_inner:after , .caption1 .caption_hair_inspiration1{
    font-size:13px !important;
  }
  /*.gridlock .row .desktop-4{
    width:100%;
  }*/
/*   #product-loop .desktop-3 {
    width: 32.5% !important;
  } */
  .pro_listing #product-loop {
    display: block;
    flex-wrap: wrap;
  }
/*   .pro_listing #product-loop .desktop-3 {
    width: 49% !important;
  } */
/*   #content .desktop-3 {
    width: 49% !important;
  } */
  .hair_inspiration #product-loop{
  	display:flex !important;
    flex-wrap:wrap !important;
  }
  #content .express_shop_outer .desktop-3 {
    width: 49% !important;
  }
  
}
@media only screen and (max-width:767px){
/*   #product-loop .desktop-3 {
    width: 99% !important;
  } */
  .hair_you_pro_image .product-index-inner {
    right: 200px !important;
  }
  /*.gridlock .row .desktop-6{
    width:99% !important;
  }*/
 /* #content .desktop-3 {
    width: 99% !important;
  }*/
  .hair_inspiration #product-loop .desktop-3 {
    width: 99% !important;
    display:block !important;
  }
  .express_shop_title{
    margin-bottom:30px !important;
  }
}
@media only screen and (min-width:1025px) and (max-width:1340px){
   .home_870 {
    height: 530px !important;
} 
 .home_200 {
    height: 115px;
}
.home_height_560 {
    height: 300px;
}
  .swatch .swatch-element {
    -webkit-transform: inherit; 
    -webkit-font-smoothing: inherit; 
   
}
   .flex-caption{
  	top:20% !important;
  }
  .caption1 .logo_caption, .caption1 .color_caption{
    width:100%;
  }
  .caption1{
  	font-size:22px;
  }
  .caption1 .color_caption{
  	font-size:18px!important;
    top:7%;
  }
}

@media only screen and (min-width:481px) and (max-width:766px){
 /* .home_870{
  	height:260px !important;
  }*/
  .caption1{
  	font-size:14px;
    line-height: 16px;
  }
  .caption1 .color_caption{
     top: 5%;
    line-height: 16px;
  }
}
@media only screen and (min-width:481px) and (max-width:611px){
/*   .pro_listing #product-loop .desktop-3{
  	    width: 100% !important;
  } */
}
@media only screen and (max-width:480px){
  #bar, #bar .shipping-bar {
    width: 100%;
    height: 25px;
  }
  .caption1 {
    font-size: 22px !important;
  }
  .caption1 .caption_inner:after{
    font-size:12px !important;
  }
  .flex-caption{
    top:50% !important;
  }
  .credit p{
    font-size:12px !important;
  }
  .caption1 .color_caption {
    top: 8% !important;
  }
  .home_logo_height a {
    display: block;
    height: 100px;
}
  .home_870 {
    height: auto !important;
}
  .caption1 .caption_inner{
  	bottom:5% !important;
  }
  .home_height_560{
    height:auto!important;
  }
  .hair_you_pro_image .product-index-inner {
    right: 60px !important;
  }
/*   .pro_listing #product-loop .desktop-3 {
    width: 99% !important;
  } */
  #content .express_shop_outer .desktop-3{
  	width: 99% !important;
  }
}
@media only screen and (max-width:360px){
  .home_200 .caption1 .caption_hair_inspiration, .home_200 .caption1 .caption_hair_inspiration1{
    position: relative;
    text-align: center;
    left: 0;
  }
  .hair_you_pro_image .product-index-inner {
    right: 15px !important;
  }
   .hair_inspiration_page .shop_by_color_image{
  	width:310px !important;
     height:auto;
  }
  #bar, #bar .shipping-bar {
    width: 100%;
    height: 25px;
  }
}
@media only screen and (max-width:320px){
  .hair_you_pro_image .product-index-inner {
    right: 0px !important;
  }
  #bar, #bar .shipping-bar {
    width: 100%;
    height: 25px;
  }
  .collection-desc h1{
    font-size: 12px !important;
    font-weight:inherit;
  }
  #contact img{
   width: 30px;
  }
  .messagepop{width: 300px;}
}
@media only screen and (max-width:570px){
 #product-loop .product-index:nth-child(2n+1) {
    clear: both;
}
}

@media only screen and (min-width:571px) and (max-width:767px){
/*   #product-loop .product-index:nth-child(3n+1) {
    clear: both;
} */
}


/* @media only screen and (min-width:1521px) and (max-width:1632px){
  ul#main-nav li.has-sub > .dropdown {
    top: 155px;
  }
} */


ul#main-nav ul.sub li:last-child ul {
  right: auto;
}


/*-------------express shop page--------*/

 .express_shop_image{
   margin: auto;
   text-align: center;
   width:350px;
   height:480px;
   
  }
  .express_shop_image img{
    min-width: 100%;
    max-height: 100%;
  }
  .express_shop_title{
     text-transform:uppercase;
     text-align:center;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .express_shop_main .desktop-3{
      margin-left: 0.5% !important;
    margin-right: 0.5% !important; 
  }
.pro_desc a:hover{
     color:#000;
}
@media only screen and (max-width:767px){
  .express_shop_title h2 {
    font-size: 16px !important;
   }
}
 @media only screen and (min-width:1025px){
    .express_shop_main .express_shop_image {
        width: 320px;
        height: 480px;
    }
   .express_shop_main .desktop-3:nth-child(4n+1){
       clear:both; 
    }
 }
/*----the hair you Desire --------*/

 .the_hair_you .shop_by_color_name li{
    display: inline-block;
    width: 109px;
    height: 73px;
    margin: 6px;
  }
  .the_hair_you .shop_by_color_image{
    text-align: center;
    width: 270px;
    height:auto;
    margin: auto;
   position: relative;
  }
  .the_hair_you .shop_by_color_name ul{
        text-align: center;
  }
  .the_hair_you .shop_by_Color_title{
     text-align: center;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -mz-transform: translateX(-50%);
    width: 100%;
  }
   .the_hair_you .shop_by_Color_title h1{
      color:#fff; 
     font-size: 20px;
   }
 .row.the_hair_you .desktop-3{
    margin-left: 0.5%;
    margin-right: 0.5%;
}
  .the_hair_you .shop_by_color_name{
        margin-top: 10px; 
  }


/*------Hair inspiration----------*/

 .hair_inspiration_page .shop_by_color_name li{
    display: inline-block;
     width: 400px;
    height: 600px;
    margin: 10px;
  }
  .hair_inspiration_page .shop_by_color_image{
    text-align: center;
    width: 340px;
    height:510px;
    margin: auto;
  }
  .hair_inspiration_page .shop_by_color_name ul{
        text-align: center;  
  }
  .hair_inspiration_page .shop_by_color_outer{
     margin-top:30px; 
  }
  .hair_inspiration_page .shop_by_Color_title{
     text-align:center; 
    margin-top: 16px;
    text-transform:uppercase;
  }
  
 .row.hair_inspiration_page .desktop-3{
    margin-left: 0.5%;
    margin-right: 0.5%;
}
  .hair_inspiration_page .shop_by_color_image img{
      max-height: 100%; 
  }
@media only screen and (max-width:568px){
.hair_inspiration_page .shop_by_color_image {
    height: auto; 
}
}

/*-----Shop by color--------------*/

 .shop_color .shop_by_color_name li{
    display: inline-block;
    width: auto;
    margin: 2px 10px;
    width: auto;
    height: auto;
  }
.shop_color .shop_by_color_name li img{
    height: 68px;
    width: 100%;
 }
 .shop_color .shop_by_color_name li h2{
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
    line-height: 0.5;
   letter-spacing: 0em;
 }
.shop_color .shop_by_Color_title{
   position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -mz-transform: translateX(-50%);
    width: 100%;
 }
.shop_color .shop_by_Color_title h1{
   color:#fff;
  font-size: 20px;
}
  .shop_color .shop_by_color_image{
     text-align: center;
     width: 270px;
     margin: auto;
    position:relative;
  }
  .shop_color .shop_by_color_name ul{
        text-align: center; 
    
  }
 
@media only screen and (max-width:568px){
  .shop_color .shop_by_color_name li {
      margin: 5px;
  }
}

/*---------wig caps---------*/

.wig_caps{
   text-align:center; 
}
.wig_caps #product-loop .product-index {
    float: none;
    display: inline-block;
}


/*-------shop by length---------*/

.shop_by_length{
   text-align:center; 
}
.shop_by_length h1{
   font-size: 22px; 
}
.shop_by_length h1 span{
   font-size: 17px;
}
.col-find{
    display: block;
    font-size: 14px;
}
.home_200 .caption1 .caption_hair_inspiration1:hover{
	color:#000;
}

@media only screen and (max-width:767px){
    .shop_by_length_image{
       width: auto;
       margin: auto; 
    }
  .shop_by_length_title{
     margin-bottom: 50px;
  }
}

.shop_by_length h1, .shop_color h1, .the_hair_you h1, .express_shop_main h2, .pro_desc h1, .hair_inspiration_page h1, .new_page h1{
      font-family: 'Lora', serif;
      text-transform: uppercase;
}
.pro_desc p{
    font-family: 'Lora', serif; 
    text-align:left;
}

 @media only screen and (max-width:767px){
     .shop_by_length h1, .shop_color h1, .the_hair_you h1, .express_shop_main h2, .pro_desc h1, .hair_inspiration_page h1, .new_page h1{
        font-size:25px; 
     }
 }
@media only screen and (min-width:768px) and (max-width:1024px){
   .shop_by_length h1, .shop_color h1, .the_hair_you h1, .pro_desc h1, .hair_inspiration_page h1, .new_page h1{
        font-size: 27px; 
     }  
   .express_shop_main h2{
         font-size: 17px; 
   }
  .new_page h1 {
    font-size: 15px;
  }
}

/*----------new page-----------*/

.new_page{
  text-align: center;
    text-transform: uppercase; 
  clear: both;
}
.new_page .new_page_inner{
  width: 250px;
  margin: auto;
}

/* .new_page .desktop-2{
   width: 17.918% !important;
} */
.new_page h1{
  font-size: 17px;
}
.new_page .new_page_title{
   margin: 20px 0px; 
}
@media only screen and (min-width:768px) and (max-width:1024px){
/*  .new_page .desktop-2{
   width: 17.917% !important;
}  */
.new_page .new_page_inner{
  width: 100%;
  margin: auto;
}
}
@media only screen and (max-width:767px){
  .new_page .new_page_inner{
     width:100%;
  margin: auto;
}

}
@media only screen and (min-width:1025px) and (max-width:1500px){
.new_page .new_page_inner{
  width: 100%;
  margin: auto;
 }   
/*   .new_page .desktop-2{
     width: 17.917% !important;
  } */
}

/*---------paypal button------------*/

#paypal-express-button {
  background-image: url(//ohdeardolly.com/cdn/shop/t/31/assets/pay.png?v=106304302421613033181757953385);
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: center;
    width: 200px !important;
    padding: 22px 0;
    margin-top: 15px;
    background-color: #ffc439 !important;
   height: 44px;
}
#paypal-express-button img{
   display:none !important; 
}
#shopping-cart #paypal-express-button {
     width: 100% !important;
}
#product_list_page.page_alternate p{
     font-size:16px; 
}
.page_alternate h1{
  text-transform: uppercase; 
  font-weight: bold;
  font-family: 'Lora', serif;
}
.length_guide img{
     height:500px;
     width:auto;
}

@media only screen and (max-width:767px){
  .length_guide img{
     height:auto;
  }   
  #product-price{
    font-size: 24px;
  }
  .custom-decimal{
    font-size: 18px;
    margin-top: 0px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:1500px){
  .length_guide img{
     height:400px;
  }   
}
@media only screen and (max-width:480px){
   .shipping span {
      padding: 8px 2px;
      font-size: 14px;
    /* white-space: nowrap; */
  }
  .count-counter {
    font-size: 14px;
  }
  
    .add_to_cart .add {
      display:block !important;
      width: 100%! important;
  }
}

/*-------footer---------*/

 #footer-container .footer_widget:nth-of-type(1){
      width:25%;
 }
#footer-container .footer_widget:nth-of-type(2){
      width:17%;
 }
#footer-container .footer_widget:nth-of-type(3){
      width:19%;
 }
#footer-container .footer_widget:nth-of-type(4){
      width:30%;
 }

@media only screen and (max-width:768px){
    #footer-wrapper #footer-container .footer_widget{
        width:100%; 
    }
  .owl-carousel .owl-item{height:auto;} 
}

@media only screen and (min-width:768px) and (max-width:1024px){
    #recently-viewed-products .product-car{
       width: 22.9166666666666667% !important; 
       height: 400px;
    }
  #recently-viewed-products .related_product_image {
    height: 240px;
}
}

 #product-desc a{
    font-weight: bold;
 }
 p.length_guide_inner{
       margin-bottom: 0;  
}


/*----------site map------------*/

.site_map ul{
   list-style:none; 
}

.site_map ul.main_sitemap > li > a{
   font-weight: bold; 
}
.sub_sitemap > li > a{
  font-size: 16px;
  font-weight: bold;
}
.child_sitemap > li > a{
  font-size: 14px;
  font-weight: normal;
}
.site_map ul li.single_item{
   margin: 10px 0px;  
}

.sub_sitemap.sub_diff > li > a{
  font-size: 14px;
  font-weight: normal;
}

/*-------------article------------*/

#article-body .magazine_item img{
   margin:auto auto 25px auto;
}
#article-body .magazine_item .magazine_item_img{
    text-align:center;
}

.magazine_listing .magazine_item_inner{
   text-align:center;
}

/*-------filter-----------*/

.reset_filter{
   text-align:center; 
}
.reset_filter a{
    font-weight:bold; 
}

.sidebar1 input[type="radio"]{
    -webkit-appearance: none;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    margin-right: 5px;
}
.sidebar1 input[type="radio"]:checked{
    background: #000; 
}

.hair_extension_nav .mega_menu_column:nth-of-type(5){
    position: relative;
    left: -18%;
    top: 86px; 
}

.hair_extension_nav .navigation_img {
    position: absolute;
    right: 10px;
}

/*-------------popup-----------*/

#subscribe_popup .newsletter-inner:first-child{
    width:370px;
    float: left;
  height: 100%;
}
#subscribe_popup .newsletter-inner:last-child{
    width: 380px;
    float: right;
  padding: 20px 25px;
}


/*-----------SQUEEZE-------*/

.squeeze input[type="submit"]{
   background-color: inherit;
    color: #000;
    font-size: 18px;
    border: 2px solid #505050;
    letter-spacing: 3px;
    padding: 12px 0;  
}
.squeeze_inner{
   margin-bottom: 15px; 
}

.squeeze input[type="text"], .squeeze input[type="email"]{
    border: 2px solid #f1f1f1;
    padding: 15px 0px;
    font-size: 15px;
    padding: 12px 0px;
}

/*----------------blog-------------*/

.subscribe-blog{
   text-align:center; 
}

.subscribe-blog .blog-list-form{
   width: 33.33%;
    float: left;
    padding: 0 15px;
  
}
.subscribe-blog .blog-list-form input[type="text"], .subscribe-blog .blog-list-form input[type="email"], .subscribe-blog .blog-list-form input[type="submit"]{
     margin:0; 
}
.subscribe-blog h1{
   margin:0; 
}
.subscribe-blog .subscribe-blog-inner{
   border-top: 3px solid #9e9e9e;
    border-bottom: 3px solid #9e9e9e;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}
.subscribe-blog .subscribe-blog-inner h2{
   margin:0; 
  text-transform: capitalize;
  font-size: 23px;
}
.subscribe-blog{
   margin: 25px 0px;
}
#blogPostAll .owl-item{
    height: auto;
    padding: 0px 20px;
}
#blogPostAll, #blogPostAll .owl-wrapper{
    height: auto;  
}
#blogPostAll .owl-buttons{
  
}
#blogPostAll .owl-buttons .owl-prev{
  position: absolute;
   transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  -moz-transform: translateY(-50%); 
  -mz-transform: translateY(-50%); 
    background: url(//ohdeardolly.com/cdn/shop/t/31/assets/controls.png?v=170706758177535960701757953383) no-repeat 0px -6px;
   height: 38px;
    width: 20px;
    float: left;
    left: 0;
     top:50%;
}
#blogPostAll .owl-buttons .owl-next{
    position: absolute;
   transform: translateY(-50%); 
  -webkit-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  -moz-transform: translateY(-50%); 
  -mz-transform: translateY(-50%); 
   
    background: url(//ohdeardolly.com/cdn/shop/t/31/assets/controls.png?v=170706758177535960701757953383) no-repeat -27px -6px;
    height: 38px;
    width: 20px;
    float: right;
    right: 0;
    top:50%;
}
.blogpost-list .blogpost-top{
    text-align: right;
    margin: 10px 20px 20px 0;
}
.blogpost-list .blogpost-top h2{
  text-transform: capitalize;
    text-decoration: underline;
}
.blogpost-bottom h2{
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 2px #000;
}
.blogpost-bottom .item{
    position: relative; 
}
.blogpost-text{
   text-align: center;
  margin: 30px 0px;
}
.blog-socialmedia p{
    float: left;
    margin-right: 25px; 
}
.blog-socialmedia #social-icons{
       float: left;
  margin: 0;
}
.blog-socialmedia #social-icons a{
    color:#000; 
}
.blog-socialmedia{
    margin-bottom: 25px;
}

.blog-socialmedia ul#social-icons li{
   padding:0; 
}
.bloglist-main2 {
   text-align:center; 
}

.bloglist-main2 h2{
  margin-bottom:15px;
}
.bloglist-main1 {
      margin: 20px 0px;
  background: #e6e6e6;
    padding: 10px 0px;
}

.subscribe-blog.subscribe-blog-new{
  margin: 45px 0px; 
}
.you-may-like-title h1{
     font-size: 15px;
    margin-bottom: 15px;
}
.you-may-like .item{
    margin-bottom: 20px;
}
.blog-article{
      margin: 40px 0;
}
.article-next-inner{
   border-top: 1px solid #757575; 
}
.article-next-inner{
    padding-top: 15px;
    margin-bottom: 25px; 
}
.article-next-inner h3{
   margin-top:10px; 
  text-transform:uppercase;
}
.you-may-like h3{
     text-transform:uppercase;
}

.atricle-content-inner{
   display:flex;
   align-items:center;
  margin-bottom: 15px;
}

.atricle-content-inner-full{
     display:block;
     align-items:inherit; 
} 
.atricle-content-inner-full img{
   margin-bottom:10px; 
}

.bloglist-main2 .desktop-3:nth-of-type(4n+1){
    clear: both;
}
.search_page .product-search-image{
  min-height: 420px; 
}

.article-content-main img{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

@media(min-width:1367px) and (max-width:1600px){
  ul#main-nav li a{ padding:0 6px; font-size:12px;}
}

@media(min-width:1601px){
  ul#main-nav li a{ padding:0 5px; font-size:14px;}
}

@media(max-width:767px){
.side_filter{ /* width:70%; */ min-height:30px;}
.side_filter .sort_by_click{ margin-bottom: 0; font-weight: bold; display: inline-block; /*margin-top: -12px; margin-left: -10px;*/}
/*.sidebar1 .side_filter{margin-top: -18px;}
.side_filter #mobileFilter p b, 
.side_filter .sort_by_click b{ background-color:#d8d8d8; padding:5px 15px; border:#acacac solid 1px; color:#020202; font-size: 14px; position:
relative; text-transform:uppercase;}*/ 
.side_filter #mobileFilter p b, 
.side_filter .sort_by_click b{ background-color: #000;padding: 5px 40px;color: #fff;font-size: 14px; position: relative;text-transform: uppercase;}
.side_filter .sort_by_click b:before{ position:absolute; right:-40%; content:"|"; color:#d8d8d8;} 
#mobileFilter p{margin-bottom:0;font-weight: bold;}
.sortby_toggle{display:none; margin-bottom: 10px;margin-top: 10px; position: relative;} 
.sortby_toggle .styled-select.hasCustomSelect{width: 100% !important; height:100% !important; min-height:30px;}
  
#product-description{ text-align:left;}
.swatch{ margin-bottom:0;}
.swatch label{ margin:0;}
.swatch h5{ display:inline-block; font-weight:900; margin-right:10px;}
.swatch h5 .color_extention{ margin-left:10px;}
.swatch .swatch-inner{ display:inline-block;}
.swatch.swatch_color .swatch-inner{ display:inherit;}
#product-right {   padding: 0px 0px 10px 0px !important;}	
.bigimage{ margin-bottom:0px; /*height: 240px;  overflow: hidden;*/}
.add_to_cart .view_cart{ display:block; text-align:center; padding-bottom:10px;}
#count-down{max-width: 100%;  text-align: left; margin-top:5px;}
#product-description h1, #product-right h5{ font-size:16px;}
}

  .klarna_pay {
    width: 113px !important;height: 42px;margin-top: 10px;display: block;margin-bottom: -40px;border-radius: 5px;max-width: 113px;position: relative;left: 120px;top: -53px;
  }
  .klarna_pay img{
  	width: 100% !important;
    height: 100%;
    border-radius: 5px;
  }
  .paypal{
    text-align: left;
    margin-bottom: 10px;
  }
  .paypal img {
    width: 114px !important;
    margin-right: 5px;
  }
   .mobile_klarna_button.payment_mob_show {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  @media(max-width:749px){
  .klarna_pay{
   width: 100% !important;
    height: 46px !important;
    margin: 10px auto;
    display: block;
    border-radius: 5px;
    background-color: #ffb6ca;
    position: static;
    left: 0;
    right: 0;
    max-width: 100%;

  	}
    .klarna_pay img{
    	width: 113px !important;
    }
    .paypal{
    text-align: center;
    }
    .paypal img {
    width: 120px !important;
    }
  }

  /* ----------------------------------- */
  .dynamic-checkout__content{
    display: none;
  }

  /* -----------------------product-details-btn------------ */

.prod-detail-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
}
.prod-detail-btn .add-to-basket{
  /* background-color: #b2b1ad; */
  background-color: #c1a81a;
  color: #000;
  width: 86% !important; 
  font-weight: bold;
  border-radius: 30px;
  font-size: 14px;
}
.prod-detail-btn .buy-now{
  width: 86%;
  padding: 10px 0;
  font-size: 14px;
  margin-left: 0px !important;
  border-radius: 30px;
  background: #c1a81a;
}

  
.klarna-img-area.payment_through {
    display: flex;
    /* flex-direction: column; */
    row-gap: 8px;
    align-items: center;
    /* flex-wrap: wrap; */
    margin-bottom: 14px;
    column-gap: 10px;
}
.payment_through .pay-later-klarna {
    border-radius: 4px;
    background: #feb3c8;
    display: block;
    text-align: center;
    width: 65%;
    padding: 0px;
    min-height: 34px;
    max-height: 38px;
    line-height: 28px;
}
.payment_through .pay-later-klarna span{
  font-size: 16px;
}
.payment_through .pay-later-klarna strong{
  font-size: 20px;
}
.payment_through .payment_via {
    height: 34px;
    width: 65%;
    background-color: #b2fce4;
    border-radius: 5px;
}
.payment_through .payment_via img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.payment_through .payment_via.pay__pal{ 
   background-color: #efefef;
}
@media(max-width: 576px){
  .klarna-img-area.payment_through {
    /* display: block; */
  }
  .prod-detail-btn .add-to-basket{
    width: 98% !important;
  }
  .prod-detail-btn .buy-now{
    width: 98%;
  }
  .payment_through .payment_via {
   height: 34px;
    width: 85%;
    margin: 10px 0;
  }
  .payment_through .pay-later-klarna{
        width: 85%;
  }
  img.arrow-down-click.head_arrow {
    position: relative;
    left: 10px;
}

 
}
.only-desktop-visible{
      width: 20%;
    margin-right: 0 !important;
}
.only-desktop-visible .sidebar1{
   width: 100%;
}
.pro_listing{
      width: 78%;
}
@media(max-width: 766px){
  .only-desktop-visible {
    display: none;
}
}



@media screen and (min-width: 1220px) {
  .gridlock .row { width: 1200px; }

}

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

.rating input {
  display: none;
}

.rating label {
  cursor: pointer;
  width: 20%; /* Adjust the width based on your preference */
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('star.png'); /* Replace with your star image or use a Unicode character for stars */
}

.rating input:checked ~ label {
  background: url('star-filled.png'); /* Replace with your filled star image or use a Unicode character for filled stars */
}

@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
  .effect-promo:hover h2 {
    width: 242px !important;
    padding: inherit !important;
  }
  .image-frame {
    width: 70% !important;
  }
  .brand-menu {
    padding-right: 90px !important; 
  }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
  .image-frame {
    width: 88% !important;
  }
}
@media screen and (max-width:767px) {
  .gridlock .row { width: 480px; }
  .collection-desc p{display:none;}
  .collection-desc h1{font-size: 14px !important;padding-top: 15px;}
  .only-mobile-visible{display:block;}
  .only-mobile-visible .arrow-down-click{display:block; width: 24px;  margin-left: auto; margin-right: auto;}   
  a.selected {background-color:#1F75CC; color:white;  z-index:100; }
  .messagepop{ cursor:default; display:none; margin-top: 30px; position:absolute; text-align:left;  width:360px; z-index:50;margin-left:auto; margin-right:auto;  left: 0;  right: 0;}
  .messagepop .close{ position:absolute; z-index:100; top:10px; right:10px;
  font-size:24px; border:#ff0000 solid 1px; border-radius:100%; width:24px; height:24px; background:#ffffff;
  text-align: center; line-height: 20px;}
  label { display: block; margin-bottom: 3px; padding-left: 15px; /*text-indent: -15px;*/}
  .messagepop p, .messagepop.div {border-bottom: 1px solid #EFEFEF; margin: 8px 0; padding-bottom: 8px; } 		
  #contact img{ display: block; float: right; width: 40px; max-width: 100%; margin-right: 10px;}
  #breadcrumb { margin-bottom: 5px; margin-top: 30px;  }
  .padd-top h1{ padding-top: 0px; }
  #collection-list{margin-left:20px;} 
  .gridlock .row { width: 300px; }
  #footer-top .row .mobile-3{ margin-bottom:15px;}

   .payment-icons{
    display: none !important;
  }
  
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 45.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gal-12{position:relative;z-index:90;}
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }

.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }


/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }

  #footer-top .row .tablet-6 {
    width: 30.916667%%;
  }
  #footer-top .row .tablet-6:nth-of-type(4){
    width: 97.9166666666666667%; 
    margin-top: 25px;
  }
}
@media screen and (max-width: 980px){
  .ui-accordion .ui-accordion-content{ padding:1em !important; }



}
/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .rating-mobile, .product-name-mobile.product_name{
    display: flex !important;
  }
  .product-name-mobile  { text-transform: uppercase;  font-size: 18px !important; font-weight: 550; letter-spacing:0; }
  .rating-desktop, .product-name-desktop.product_name{
    display: none !important;
  }
  .gridlock .row [class*="desktop-push-"], 
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }


  .right_image{
    padding-left: 0 !important;
  }
  .image-frame {
    width: 100% !important;
  }
  .brand-menu{
    padding-right:0 !important;
  }
  .brand-menu ul{
    float:none !important;
    margin-top: 0 !important;
  }
  .only-mobile{display:block; position: absolute; right: 5px; top: 6px;}
  #mobileFilter{float: right;}
  #content{padding-top: 12px;}
  

  #product-photos{margin-top:0px;}
  .desktop-12.mobile-3 h1 {
    margin-bottom: 0px !important;
}
  
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
  .desktop-12.mobile-3 h1 {
    margin-bottom: 0px !important;
}
}

* {
  margin: 0;
}

@media screen and (max-width: 600px) {
  .price .prod-price{
    font-size: 17px !important;
  }
  .price .prod-price .from{
    font-size: 13px !important;
  }
  .effect-promo figcaption > div {
    height: 45% !important;
    padding: 10px !important;
    top: 51px !important;
  }
  .effect-promo h2 {
    font-size: 12px !important;
  }
/*   .flex-caption{
    right:-160px !important;
  } */
  .effect figcaption {
    width: 100% !important;
    height: 65px!important;
    text-align: center !important;
    display: block !important;
    padding: 4px !important;
  }
  .effect p.description {
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    bottom: 6em !important;
  }
  .effect p.description span {
    font-size: 15px;
  }
  .effect h2 {
    text-align: center !important;
    font-size: 10px !important;
    line-height: 20px !important;
    float: none !important; 
    display: block !important;
  }
  .effect p {
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .effect p.icon-links {
    padding: 4px !important;
    margin-bottom: 0px !important;
    width: 180px !important;
    margin: 0 auto !important;
    float: none !important;
  }
  p.learn-more {
    width: 100% !important;
    text-align: center !important;
    line-height: 19px !important;
    font-size: 9px !important;
  }
  .effect-promo h2 {
    background: #fff !important;
    color: #000 !important;
    width: 242px !important;
    padding: inherit !important;
    margin:0 auto !important;  
  }
  .new_section .text11 {
    float: none !important;
    width: 100% !important;
    padding: 7% 5% 5% !important;
  }
  .new_section .text11 p {
    line-height:25px !important; 
  }
  .new_section .image11 {
    float: none !important;
    width: 100% !important;
  }
  #homepage_gallery > a {
    margin:0 !important;
  }
  #homepage_gallery img {
    margin:0 !important;
  }
  .sidebar1 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .sidebar1 ul, .sidebar1 ul li {
    margin-bottom: 2px !important;
  }
  .pro_listing {
    width: 100% !important;
    /*min-height: 300px;*/
    position:relative;
  }
  #product-loop .desktop-3 {
    width: 48% !important;
    margin-bottom:30px !important;
  }
  .owl-nav{position:absolute; top:25%; width:100%; left:0; right:0;
 -webkit-transform: translateY(-75%);
  -moz-transform:    translateY(-75%);
  -ms-transform:     translateY(-75%);
  -o-transform:      translateY(-75%);
  transform:         translateY(-75%);}
  .desktop-12.mobile-3 h1 {
    margin-bottom: 0px !important;
}
  
}

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

  p.get-prod{
    font-size: 10px !important;
  }
  p.delivery-option{
    font-size: 10px !important;
  }

 /* #product-loop .desktop-3 {
    width:100% !important;

  }*/
  #product-loop .product-index {
    margin:0 3px 20px !important;
  }
 /* .product-info h3 {
    min-height:110px !important;
  }*/
  .product-info{padding-top: 5px !important;}
  .desktop-12.mobile-3 h1 {
    margin-bottom: 0px !important;
}
  
}


@media screen and (min-width: 500px) and (max-width: 740px){
  #footer-top .row .mobile-3 {
    /*width: 47.916667%;*/
    min-height: 110px;
    margin-bottom: 20px;
  }
 
  #footer-top #footer_newsletter > form > #mce-EMAIL {
    width: 65%;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 5px;
    margin-bottom: 10px;
        height: 37px;
  }
}



@media screen and (min-width: 601px) and (max-width: 940px){
  .effect-promo figcaption > div {
    height: 58% !important;
    padding: 0 !important;
    top: 51px !important;
  }
  .effect-promo h2 {
    font-size: 16px !important;
  }
  .effect figcaption {
    width: 100% !important;
    height: 65px!important;
    text-align: center !important;
    display: block !important;
    padding: 4px !important;
  }
  .effect p.description {
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    bottom: 6em !important;
  }
  .effect p.description span {
    display: block;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
  }
  .effect h2 {
    text-align: center !important;
    font-size: 8px !important;
    line-height: 19px !important;
    float: none !important;
    display: block !important;
  }
  .effect p {
    font-size: 10px !important;
    line-height: 14px !important;
  }
  .effect p.icon-links {
    padding: 4px !important;
    margin-bottom: 0px !important;
    width: 180px !important;
    margin: 0 auto !important;
    float: none !important;
  }
  p.learn-more {
    width: 100% !important;
    text-align: center !important;
    line-height: 19px !important;
    font-size: 9px !important;
  }
  .new_section .text11 {
    padding: 4% 2% !important;
  }

  .new_section .text11 p {
    font-size: 1.1em !important;
    line-height: 20px !important;
    text-transform: uppercase;
    margin: 0 !important ;
  }

/*   #product-loop .desktop-3 {
    width: 31.5% !important;
  } */
  #product-loop .product-index {
    margin: 0px 3px 30px !important;
  }

  .sidebar1 ul, .sidebar1 ul li {
    margin-bottom: 2px !important;
  }
  .accordion {
    width: 95% !important;
  }
  .accordion > li > a:after {
    right: 8px !important;
  }
 
  .accordion ul li label {
    width: 95% !important;
    line-height: 28px !important;
    text-indent: 8px !important;
    font-size: 13px !important;
  }
  .accordion ul li:first-child label {
    height: 28px !important;
    margin-top: 15px !important;
  }


}
@media screen and (min-width: 941px) and (max-width: 1200px){
  .effect-promo figcaption > div {
    height: 45% !important;
    padding: 10px !important;
    top: 51px !important;
  }
  .effect p.icon-links {
    padding: 2px !important;
    width: 194px;
    line-height: 19px !important;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 3px;
  }
  .effect h2 {
    text-align: center !important;
    font-size: 11px !important;
    display: block !important;
    width: 100%;
    margin-bottom: 0px !important;
    line-height: 21px !important;
    float: none !important;
  }
  .effect p.description {
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 0 !important;
  }
  .effect p.description span {
    display: block;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
  }
  .effect p {
    float: none !important;
    font-size: 11px !important;
    display: block !important;
    text-align: center !important;
    line-height: 19px !important;
  }
  .effect figcaption{
    width: 100% !important;
    height: 35% !important;
    text-align: center !important;
    display: block !important;
    padding: 6px !important;
  }

  .new_section .text11 {
    float: left;
    width: 25% ;
    padding: 2% 2% !important;
    text-align: center !important;
  }


}
@media screen and (min-width: 1201px) and (max-width: 1550px){
  .effect p.description {
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .effect figcaption, .effect figcaption > a {
    height: 25% !important;
  }
  .effect figcaption {
    padding: 10px !important;
  }
  .effect h2 {
    font-size: 13px !important;
    line-height: 26px !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 660px){
  .effect-promo:hover h2 {
    width: 144px !important;
  }
}