/* nov-changes */
  @media(min-width:1157px) and (max-width:1169px) { 
    #cd-primary-nav { display:none;}
  }

@media(max-width:860px) {
  #shopify-section-homepage-feature-boxes .btn { margin: 15px auto !important;}
}

@media(max-width:1169px) {
  .logo-bottom-text-mobile {position:relative;}
  .logo-bottom-text-mobile:before, .logo-bottom-text-mobile:after {content:""; width:500px; height:100%; position:absolute; top:0; background:#000;}
  .logo-bottom-text-mobile:before {left:100%;}
  .logo-bottom-text-mobile:after {right:100%;}
}

@media(max-width:767px) {
.product-shop form {border-bottom:none;}
 
.product-shop #add-to-cart-form .btn {margin-bottom:50px;}
}

.header-desktop-logo .cart-account-link .fa-shopping-bag {font-size: 25px;}
.header-desktop-logo .cart-account-link .cartToggle {display: inline-block; width: 30px; height: 24px; position: relative;}
.header-desktop-logo .cart-account-link #cartCount { position: absolute; top: 58%; left: 50%;  color: #fff; transform: translate(-50%, -50%); font-size: 10px; margin-top: 4px;}


.header-desktop-logo .show-on-mobile .fa-shopping-bag {font-size: 25px}
.header-desktop-logo .show-on-mobile .cartToggle {display: inline-block; width: 30px; height: 24px; position: relative;}
.header-desktop-logo .show-on-mobile #cartCount {position: absolute; top: 50%; left: 50%; color: #fff; transform: translate(-50%, -50%); font-size: 10px; margin-top: 2px;}


@media(min-width:500px) and (max-width:860px) {
  .flexslider .slide-des { right: 50% !important; left: auto !important; transform: translateX(50%);}
}


#dropdown-cart .text-continue a {width:auto;}



#accordion .product-description {border-top:none;}
.read-more-link {display:none;}

@media(max-width:767px) {
#collapse-tab1 { display: none;}
#collapse-tab1.opacity-1 {display:block;}
.product-description .panel-heading { display: none;}
.product-description .panel-heading.opacity-1 {display:block;}
.read-more-link{margin-bottom:15px; display:block;} 
}


@media(min-width:1157px) and (max-width:1169px) {
  #shopify-section-homepage-feature-boxes .btn { bottom:-8% !important; }
}


@media(min-width:1024px) {
  .widget-product .bc-addtocart-wrapper {position:absolute; bottom:-100px; transition:all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;}
  .widget-product .product-item { overflow:hidden; position:relative;}
  .widget-product .product-item:hover .bc-addtocart-wrapper { bottom: 70px; z-index:1; transition:all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;}  
}


.product-shop form[action^="/cart/add"] [type=submit] {visibility:visible !important;}

@media(max-width:479px) {
  .widget-product .bc-action-list-wrapper {width:100% !important;}
  .widget-product .bc-addtocart-btn { margin: 0 auto; display: block; float: none;}
}

@media(min-width:768px) {
  .header-bottom.on #dropdown-cart {top: 50px !important;}
} 



/** highlighted animation **/
.main-logo .highlighted-arrow:before {
    content: "";
    background: #000;
    height: 55px;
    width: 45px;
    position: absolute;
    top: -11px;
    left: -10px;    
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.main-logo .highlighted-arrow:after {
	display: block;    
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #000;
    position: absolute;
    top: 44px;
    content: "";
    left: -9px;
}


.main-logo .highlighted-arrow {
    display: block;
    position: relative;
    top: -100px;
  	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  	z-index:1;
  	left:-2px;
}

.main-logo .carttoggle.highlight .highlighted-arrow {
	top:0;
  	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.main-logo .carttoggle.highlight .fa-shopping-bag { color:#fff; position:relative;z-index:2;}
.main-logo .carttoggle.highlight #cartCount {color: #000 !important;z-index:2;} 


.cart-account-link .highlighted-arrow:before {
    content: "";
    background: #000;
    height: 70px;
    width: 45px;
    position: absolute;
    top: -25px;
    left: -10px;    
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.cart-account-link .highlighted-arrow:after {
	display: block;    
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #000;
    position: absolute;
    top: 44px;
    content: "";
    left: -9px;
}


.cart-account-link .highlighted-arrow {
    display: block;
    position: relative;
    top: -200px;
  	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  	z-index:1;
  	left: 2px;
}

.cart-account-link .cartToggle.highlight .highlighted-arrow {
	top:-10px;
  	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.cart-account-link .cartToggle.highlight .fa-shopping-bag { color:#fff; position:relative; z-index:2;}
.cart-account-link .cartToggle.highlight #cartCount {color: #000 !important; z-index:2;}

.header-desktop-logo #dropdown-cart { top: 55px;}
.cart-account-link .cartToggle.highlight + #dropdown-cart {top:80px !important;}


