/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */

@font-face {
    font-family: 'MarkSimonsonProximaSoftThin';
    src: url('fonts/MarkSimonsonProximaSoftThin.eot');
    src: url('fonts/MarkSimonsonProximaSoftThin.eot') format('embedded-opentype'),
         url('fonts/MarkSimonsonProximaSoftThin.woff2') format('woff2'),
         url('fonts/MarkSimonsonProximaSoftThin.woff') format('woff'),
         url('fonts/MarkSimonsonProximaSoftThin.ttf') format('truetype'),
         url('fonts/MarkSimonsonProximaSoftThin.svg#MarkSimonsonProximaSoftThin') format('svg');
}
@font-face {
    font-family: 'MarkSimonsonProximaSoftLight';
    src: url('fonts/MarkSimonsonProximaSoftLight.eot');
    src: url('fonts/MarkSimonsonProximaSoftLight.eot') format('embedded-opentype'),
         url('fonts/MarkSimonsonProximaSoftLight.woff2') format('woff2'),
         url('fonts/MarkSimonsonProximaSoftLight.woff') format('woff'),
         url('fonts/MarkSimonsonProximaSoftLight.ttf') format('truetype'),
         url('fonts/MarkSimonsonProximaSoftLight.svg#MarkSimonsonProximaSoftLight') format('svg');
}
@font-face {
    font-family: 'MarkSimonsonProximaSoft';
    src: url('fonts/MarkSimonsonProximaSoft.eot');
    src: url('fonts/MarkSimonsonProximaSoft.eot') format('embedded-opentype'),
         url('fonts/MarkSimonsonProximaSoft.woff2') format('woff2'),
         url('fonts/MarkSimonsonProximaSoft.woff') format('woff'),
         url('fonts/MarkSimonsonProximaSoft.ttf') format('truetype'),
         url('fonts/MarkSimonsonProximaSoft.svg#MarkSimonsonProximaSoft') format('svg');
}
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
/* Home Tweaks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.header-top-container {
  margin-bottom: -15px;
}

/* Home Tweaks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.brand-slider-wrapper .itemslider {
  margin-bottom: 0;
}

/* CMS Page Tweaks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/** FAQs */
ul.faqs p { width: auto; }
ul.faqs { }
ul.faqs > li { margin-bottom: 10px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
ul.faqs li h3 { background: #f4fafa; margin: 0; font-size: 1.2em; }
ul.faqs li h3 span.icon { margin-right: 10px; }
ul.faqs li h3 a { display: block; padding: 12px 12px 12px 10px; font-weight: normal; }
ul.faqs li.active h3 { background-color: #d1ebea; }
ul.faqs li.active h3 a { text-decoration: none; outline: none; }
ul.faqs li .answer { height: 0; overflow: hidden; }
ul.faqs ul li { background: url(../images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat; padding-left: 25px; }
ul.faqs ul li .answer .inner { padding: 17px 12px 2px 10px; }
ul.faqs div.inner { padding: 10px; }
ul.faqs div.inner p:last-child { margin-bottom: 0; }

/** brand pages */
a.read-more {
  float: right;
}
a.read-more::before {
  content: '\2026';
}
div.read-more { height: 0; overflow: hidden; }
.brand-slider-wrapper .itemslider {
  margin-bottom: 0;
}

/* Category Tweaks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/*-------------------------------------------Category page---------------------------------------------------------*/
.catalog-category-view p.category-image{
    float: left;
    margin: 0;
    max-width: 580px;
    margin-bottom: 15px;
}
.catalog-category-view p.category-image + .desc .title{
    font-family: Arial;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.catalog-category-view p.category-image + .desc{
    background: #E83B00;
    color: #333;
    display: inline-block;
    max-width: 255px;
    padding: 50px 25px;
    float: right;
}
.catalog-category-view .category-title {
    border-bottom: none;
}

.products-grid .actions{
    padding-top: 15px;
}
.products-grid.equal-height .item .actions {
    position: static;
}

.product-view .box-tabs .std ul.specs {
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
}
.product-view .box-tabs .std ul.specs>li {
  background: none;
  float: left;
  padding-left: 0;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .product-view .box-tabs .std ul.specs>li {
    float: none;
    width: 100%;
  }
}

.product-view .product-type-data {
  width: 100%;
}
.product-view .availability {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.product-view .product-attributes {
  line-height: 2.25em;
  position: relative;
}
.product-view .product-attributes dl dt {
  font-weight: bold;
  float: left;
  min-width: 80px;
  border-right: 1px solid #999;
  margin-right: 25px;
}
.product-view .feefo_logo {
  float: left;
}
@media only screen and not (max-width: 768px) and (max-width: 1279px) {
  .product-view .feefo_logo {
    float: none;
  }
}

.product-view .in-store-only {
  min-width: 170px;
  text-align: right;
  font-size: 1.45em;
}
.product-view .in-store-only dl dt {
  float: left;
  line-height: 1.5em;
  margin-right: 10px;
}
.product-view .in-store-only dl dd {
  white-space: nowrap;
  line-height: 1.5em;
  text-align: left;
}
.product-view .add-to-box .add-to-cart.call-for-price {
  float: none;
  text-align: center;
  width: 100%;
}
.product-view .add-to-box .add-to-cart.call-for-price .action {
  font-size: 1.45em;
  margin-top: 5px;
}

.product-view .locations {
  color: #fff;
  float: right;
}
.product-view .locations::selection {
  background: #ccc;
}
.product-view .locations::-moz-selection {
  background: #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .product-view .add-to-box .price-box, .product-options-bottom .price-box {
    float: none;
    margin: 0 auto;
    /* overflow: hidden; */
    width: 100%;
  }
  .product-view .add-to-box .price-box, .product-options-bottom .price-box .price-box-group {
    /* float: left; */
  }
  .product-view .price-box .special-price {
    float: right;
  }
  .product-view .add-to-box .add-to-cart {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
  }
  .product-view .product-notify {
    float: none !important;
    clear: both;
  }
  .product-view .add-to-box .price-box .afterpay-installments {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .product-view .add-to-box .price-box, .product-options-bottom .price-box {
    min-width: 52%;
  }
  .product-view .add-to-box .price-box, .product-options-bottom .price-box p {
    font-size: 0.8em;
  }
  .product-view .add-to-box .price-box, .product-options-bottom .price-box .price-box-group {
    float: none;
    margin-right: 0;
  }
  .product-view .add-to-box .price-box, .product-options-bottom .price-box .price-box-group p {
    display: inline-block;
  }
  .product-view .add-to-box .price-box, .product-options-bottom .price-box .price-box-group .rrp-price {
    margin-right: 5px;
  }
}
.product-view .product-notify {
  float: right;
}
.product-view .product-notify .block-subtitle {
  white-space: nowrap;
  font-size: 0.97em;
  padding-bottom: 3px;
  margin-top: -6px;
}
.product-view .product-notify .product-out-of-notify-form {
  float: left;
}
.product-view .product-notify .product-out-of-notify-form label.email {
  display: none;
}
.product-view .product-notify .product-out-of-notify-form input#subscription_email {
  width: 140px;
}
.product-view .product-notify div.actions {
  margin-left: 5px;
  float: left;
}
.product-view .product-notify div.actions button.button span span {
  padding: 0px 10px;
  height: 36px;
  line-height: 2.6em;
}
.product-view .btn-cart span,
.dropdown-menu .button.btn-checkout span,
.checkout-cart-index .btn-proceed-checkout span {
/*
  -webkit-border-radius: 7px;
  -moz-border-radius   : 7px;
  border-radius        : 7px;
*/
  background-color: #ff8300;
}
.product-view .btn-cart:hover span,
.dropdown-menu .button.btn-checkout:hover span,
.checkout-cart-index .btn-proceed-checkout:hover span {
  color: #fff;
  background-color: #333;
}
.category-description {
  overflow: hidden;
}
.product-view .block-shipping-estimate .block-content {
  padding: 0;
}
.product-view .block-shipping-estimate .block-content.estimate-form {
  float: right;
}
.product-view .block-shipping-estimate #shipping-estimate-results {
}
.product-view .block-shipping-estimate .shipping_estimate_text dt,
.product-view .block-shipping-estimate #shipping-estimate-results dt {
  clear: left;
  color: #aaa;
  float: left;
}
.product-view .block-shipping-estimate .shipping_estimate_text dd,
.product-view .block-shipping-estimate #shipping-estimate-results dd {
  float: right;
}
.product-view .block-shipping-estimate .shipping_estimate_text {
  float: left;
  text-align: right;
  width: 152px;
}
.product-view .block-shipping-estimate .block-title,
.product-view .block-shipping-estimate label.postcode {
  display: none;
}
.product-view .block-shipping-estimate .shipping-estimation-form input#estimate_postcode {
  width:73px;
  text-align: center;
}
.product-view .block-shipping-estimate .shipping-estimation-form .validation-advice {
  position: absolute;
}
.product-view .block-shipping-estimate ul.shipping-estimation-form {
  float: left;
}
.product-view .block-shipping-estimate .block-content .block-subtitle {
  display: none;
  margin: 0;
}
.product-view .block-shipping-estimate .block-content .actions {
  float: left;
  margin: 0 0 0 5px;
  padding: 3px 0;
  border: 0;
}
.product-view .block-shipping-estimate .block-content li.item {
  padding: 3px 0;
}
.product-view .block-shipping-estimate .block-content .actions button.button span span {
  height: 30px;
  line-height: 12px;
  margin-top: 6px;
  padding: 0px 6px;
  width: 60px;
  white-space: normal;
}
.product-view .block-shipping-estimate span.please-wait {
  background: url(../images/infortis/_shared/colorbox/loading.gif) no-repeat;
  height: 32px;
  margin-right: 0;
  width: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.product-view .custom-sidebar-right .action-box .add-to-links li a {
  margin-bottom: 0;
}
.product-view .custom-sidebar-right .action-box .add-to-links span.text {
  display: none;
}

.product-view .btn-notify span {
  background-color: #333333;
  color: #ffffff;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Category banner*/
.category-banner {
    background-color: #d2eded;
}

.category-banner h3 {
    text-transform: uppercase;
    font-family: 'open sans', Arial, Helvetica, sans-serif;
    font-size: 29px;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 6px;
}

.category-banner p {
    padding-right: 13px;
}

.category-banner h3, .category-banner p {
    color: #333;
}

.category-banner p.category-image {
    margin-bottom: 0;
    padding-right: 18px;
}

.category-banner .category-description {
    margin: 0;
}
/* end category banner */

.products-grid .item {
    -webkit-tap-highlight-color: transparent;
}

.products-grid .product-name {
  line-height: 1.2307em;
  min-height: 62px;
}

.itemslider.products-grid .product-name {
  min-height: 77px;
}

@media only screen and (max-width: 1279px) {

  .category-banner p.category-image {
    padding-right: 0;
  }

  .catalog-category-view p.category-image {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .category-image img {
    width: 100%;
  }

  .category-banner h3, .category-banner p {
    margin: 15px;
  }
}

.phone {
  background: none;
  font-family: "Open Sans", georgia, serif;
  font-size: 1.25em;
  font-weight: bold;
}

.phone span.icon-phone {
  color: #ff6668;
  margin-right: 5px
}

.shop-in-store {
  background: none;
  font-family: "Open Sans", georgia, serif;
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
}
div#mini-cart .icon-cart2, div#quick-compare .icon-contract {
  font-size: 1.3em;
}


.block_footer_payment {
  margin-right: 18px;
}
.aitmanufacturers-index-index div.content dt {
  font-size: 1.6666em;
  font-weight: bold;
  font-family: "Open Sans", georgia, serif;
  line-height: 2em;

}

/*
/* Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.products-grid .price-box {
  font-size: 1.35em;
  margin-top: 10px;
  height: 53px;
  position: relative;
}

/*.products-grid .price-box .regular-price{
  position: absolute;
  bottom: 0;
}*/

button.button span span {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}
.itemslider button.button span {
  background: #d2eded;
}

/* Product labels
-------------------------------------------------------------- */
/*
.sticker.new {
	background-color:#555;
	color:#fff;
}
.sticker.sale {
	background-color:orange;
	color:#fff;
}
*/

/* Stock indicator on product page (configurable products):
icon background color
-------------------------------------------------------------- */
/*
a.availability-only span.icon { background-color:orange; }
*/


/* Miscellaneous
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Number of products in category (sidebar menu) */
/*
.vertnav .number { color: #000; }
*/

/* Drop-down caret */
/*
.caret {
	opacity:1;
	filter:alpha(opacity=100);
}
*/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span[class^="i-font"], span[class*=" i-font"] {
	font-family: 'icomoon' !important;
}
span[class^="i-font"]:before, span[class*=" i-font"]:before {
  padding-left: 0.01emx;
}
.icon-calendar:before {
  content: "\e613";
}
.icon-clock:before {
  content: "\e614";
}
.icon-location:before {
  content: "\e601";
}
.icon-cart:before {
  content: "\e602";
}
.icon-cart2:before {
  content: "\e600";
}
.icon-credit:before {
  content: "\e603";
}
.icon-phone:before {
  content: "\e604";
}
.icon-envelope:before {
  content: "\e605";
}
.icon-compass:before {
  content: "\e606";
}
.icon-clock2:before {
  content: "\e607";
}
.icon-contract:before {
  content: "\e608";
}
.icon-lock:before {
  content: "\e609";
}
.icon-truck:before {
  content: "\e60a";
}
.icon-signup:before {
  content: "\e60b";
}
.icon-earth:before {
  content: "\e60c";
}
.icon-info:before {
  content: "\e60d";
}
.icon-info2:before {
  content: "\e60e";
}
.icon-checkmark:before {
  content: "\e60f";
}
.icon-australia:before {
  content: "\e610";
}
.icon-shop:before {
  content: "\e611";
}
.icon-lowstock:before {
  content: "\e612";
}
.availability.in-stock .icon-checkmark,
.availability.out-of-stock .icon-clock,
.availability.out-of-stock .icon-clock2 {
  font-size: 1.8em;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.salmon {
  color: #ff6668;
}
.orange {
  color: #FF6600;
}
.green {
  color: #49ae0c;
}
.contacts-contacts-index .form-list li.wide textarea {
  width: 535px;
}

/* gift card tweaks */
.giftcard-logo-background .giftcard-title {
  line-height: 2em;
  font-size: 2em;
  padding-top: 0;
  line-height: 1.95em;
}
.giftcard-logo-background .giftcard-style-color.giftcard-price-change {
  font-size: 2em;
  margin-top: 0;
  line-height: 1.95em;
}
.giftcard-change-image-background-popup .giftcard-logo img {
  margin-top: 7px;
  margin-bottom: 0;

}
/* cart tweaks */
.data-table .item-options dt {
  clear: left;
}

/* checkout tweaks */
.gomage-checkout-onepage-index #giftvoucher_container .message .notice-msg,
.checkout-cart-index #discount-giftcard-form .message .notice-msg {
  background-color: #F5F5F5;
  padding: 10px 25px 10px 80px !important;
  margin-bottom: 10px;
}
.gomage-checkout-onepage-index .giftvoucher #giftvoucher {
  margin-right: 3px;
  margin-top: 0;
  margin-left: 0;
}
.gomage-checkout-onepage-index .giftvoucher label {
  font-weight: normal important;
}
.gomage-checkout-onepage-index .glc-title strong {
  font-family: "Open Sans", georgia, serif;
}
.form-search .input-text:hover, .form-search .input-text:focus {
  line-height: 16px;
}
.glc .form-list label.required, .glc .form-list label, #login-form .form-list label.required {
  width: 100% !important;
}
.glc .form-list .fields .input-box, .glc .form-list .fields input.input-text, .glc .form-list .input-box select, .glc .form-list .fields select {
  width: 162px !important;
}
.checkout-cart-index .flint_feefo_logo {
  margin-bottom: 10px;
}
.checkout-onepage-success h2 {
  margin-top: 15px;
}

/* menu labels tweaks */
.cat-label-label3 {
  background-color: transparent;
  background: url(../images/christmas_mistletoe.png) 0 0 no-repeat;
  color: #fff;
  text-indent: -9999px;
  min-width: 50px;
}
.cat-label-label4 {
  background-color: transparent;
  color: #fff;
}

li.level0 > a > span > .cat-label.cat-label-label3 {
  position: absolute;
  top: -24px;
  right: 0;
  padding: 0 6px;
  line-height: 42px;
}

li.level0 > a > span > .cat-label-label3.pin-bottom:before,
li.level0 > a > span > .cat-label-label3.pin-bottom:before {
  border-style: none;
  border-width: 0;
}
li > a:hover > span > .cat-label.cat-label-label3, #nav li.level0:hover > a > span > .cat-label.cat-label-label3 {
  background-color: transparent;
}
@media only screen and (max-width: 959px) {
  li.level0 > a > span > .cat-label.cat-label-label3 {
    position: relative;
    top: 0;
    padding: 0 6px;
    line-height: 42px;
  }
}


/*===BEGIN CDSD-4917=====*/
.product_onepay{
	border-top:1px solid #999999;
	margin: 15px 0 0 0;
    padding: 25px 0 5px 0;
}
.product_onepay img{
	margin-right:20px;
	margin-top:-4px;
}
.product_onepay p {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
	margin:0;
}
.product_onepay span,.product_onepay  a{
    font: normal 13px/18px Lato,Arial;
    color: #000000;
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
}
.product_onepay a{
	text-decoration:underline;
	margin-left:5px;
}
.cart_onepay{
	padding: 0;
    display: inline-block;
    margin-top: -20px;
	width:100%;
}
.cart_onepay_content{
	padding: 27px 27px 20px;
	border:2px solid #f5f5f5;
}
.cart_onepay_content img{
	margin-bottom:7px;
}
.cart_onepay h3{
	font:bold 14px/27px Arial;
	color:#000000;
	margin:0;
}
.cart_onepay p,.cart_onepay p a{
	font:normal 12px/24px Arial;
	color:#333333;
	margin:0;
}
.cart_onepay a{
	text-decoration:underline;
	line-height: 1;
    display: inline-block;
    vertical-align: top;
}
#checkout-payment-method-load dt{
    padding: 20px 0 21px;
    margin: 0;
    border-top: 1px solid #ddd;
}
#checkout-payment-method-load dt:first-child{
    border-top: 0;
}
#checkout-payment-method-load dd{
    margin: 0;
}
#checkout-payment-method-load dd:last-child{
    border-bottom: 1px solid #ddd;
}
/*************************** radio button ******************************/
#checkout-payment-method-load dt input[type=radio]{
    display: none;
}
#checkout-payment-method-load dt input[type=radio]+label:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 50%;
}
#checkout-payment-method-load dt input[type=radio]+label:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #dedede;
    border-radius: 50%;
    box-sizing: border-box;
}
/*** enable ***/
#checkout-payment-method-load dt input[type=radio]:enabled+label:before {
    background: #fff;
}
#checkout-payment-method-load dt input[type=radio]:enabled:checked+label:before {
    border: 9px solid #fff;
    background: #080504;
    box-sizing: border-box;
}
#checkout-payment-method-load dt input[type=radio]:checked+label:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    content: "";
    border-radius: 50%;
}
/*** disable ***/
#checkout-payment-method-load dt input[type=radio]:disabled+label:before {
    background: #f0f0f0;
}
#checkout-payment-method-load dt input[type=radio]:disabled:checked+label:before {
    border: 9px solid #f0f0f0;
    background: #d2d2d2;
    box-sizing: border-box;
}
#checkout-payment-method-load dt input[type=radio]:checked+label:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top:0;
    content: "";
    border-radius: 50%;
}
#checkout-payment-method-load dt input[type=radio]+label{
    display: block;
    position: relative;
    padding: 0 40px;
    line-height: 30px;
    cursor: pointer;
}
/*************************** end radio button ******************************/

#checkout-payment-method-load label[for="p_method_ewayrapid_ewayone"]{
	background:url(../images/logo_creditcard.png) no-repeat scroll right center;
    background-size: auto 18px;
}
#checkout-payment-method-load label[for="p_method_paypal_express"]{
	background:url(../images/logo_paypal.png) no-repeat scroll right center;
    background-size: auto 18px;
}
#checkout-payment-method-load label[for="p_method_openpay"]{
	background:url(../images/onepay_logo.png) no-repeat scroll right center;
    background-size: auto 18px;
}
#checkout-payment-method-load label[for="p_method_afterpaypayovertime"]{
	background:url(../images/logo_afterpay.png) no-repeat scroll right center;
    background-size: auto 18px;
}
.dialog .magento_close{
	
}
.onepay_fancybox{
	overflow:hidden;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	max-width:825px;
	background:url(../images/popup_bg_top_right.png) no-repeat scroll right top #f6f5f5!important;
}
.onepay_fancybox .fancybox-inner{
	max-width:795px;
}

.onepay_fancybox .fancybox-outer{
	padding-top:0;
}
.onepay_fancybox:before{
	background:url(../images/popup_bg_top_left.png) no-repeat scroll left top;
	display:inline-block;
	vertical-align:top;
	margin:0;
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:89px;
	height:76px;
}
.onepay_fancybox:after{
	background:url(../images/popup_bg_bottom_left.png) no-repeat scroll left bottom;
	display:inline-block;
	vertical-align:top;
	margin:0;
	content:"";
	position:absolute;
	left:0;
	top:auto;
	bottom:0;
	width:236px;
	height:167px;
}
body .onepay_fancybox .fancybox-skin{
	background:transparent;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.onepay_fancybox .fancybox-item.fancybox-close{
	width:32px;
	height:32px;
	display:inline-block;
	position:absolute;
	right:24px;
	top:19px;
	background:transparent;
	border:1px solid #181dcf;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	text-align:center;
	line-height:1;
	font-size:25px;
	color:#181dcf;
	padding:0;
	font-family:MarkSimonsonProximaSoftThin;
}
.onepay_fancybox .fancybox-close:before{
	content: "x";
    line-height: 28px;
    font-size: 25px;
    color: #181dcf;
    background: none;
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: visible;
}
.onepay_popup .popup_content_top{
	width:80%;
	max-width: 625px;
    text-align: center;
    margin: 0 auto;
	padding-bottom:35px;
}
.onepay_popup .popup_content_top h3{
	margin-top:0;
	margin-bottom:37px;
}
.onepay_popup .popup_content_top h4{
	font-size:23px;
	font-family:MarkSimonsonProximaSoftThin;
}
.onepay_popup .popup_content_center{
	background:#ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding:35px 15px 15px;
	text-align:center;
	position:relative;
	z-index:999;
}
.onepay_popup .popup_content_center h4{	
	font-family:MarkSimonsonProximaSoftThin;
	font-size:24px;
	margin-bottom:49px;
}
.onepay_popup .popup_content_center ol{
	padding:0;
	margin:0 auto 46px;
	width:100%;
	max-width:700px;
	display:inline-block;
	text-align:center;
}
.onepay_popup .popup_content_center ol li{
	display:inline-block;
	margin:0 10px 10px;
	list-style:none;
	background:url(../images/popup_step_border.png) no-repeat scroll center top;
	background-size:100% 100%;
	width:30%;
	width: -webkit-calc(33.333% - 20px);
	width: -moz-calc(33.333% - 20px);
	width: calc(33.333% - 20px);
	vertical-align:top;
	padding:10px 0;
	font-size:18px;
	min-height:209px;
	min-width:188px;
	font-family:MarkSimonsonProximaSoftThin;
	max-width:188px;
}
.onepay_popup .popup_content_center ol li:before{	
	width:68px;
	height:68px;
	display:block;
	vertical-align:top;
	margin:42px auto 30px;
	content:"";
}
.onepay_popup .popup_content_center ol li:nth-child(1):before{
	background:url(../images/popup_number_1.png) no-repeat scroll left top;
}
.onepay_popup .popup_content_center ol li:nth-child(2):before{
	background:url(../images/popup_number2.png) no-repeat scroll left top;
}
.onepay_popup .popup_content_center ol li:nth-child(3):before{
	background:url(../images/popup_number3.png) no-repeat scroll left top;
}
.onepay_popup .popup_content_center{}
.onepay_popup .popup_content_center h3{
	text-transform:none;
	font-size:27px;
	line-height:33px;
	width:80%;
	margin:0 auto 54px;
	max-width:650px;	
	font-family:MarkSimonsonProximaSoftThin;
}
.onepay_popup .popup_content_center ul{}
.onepay_popup .popup_content_center ul li{
	display:inline-block;
	font-size:18px;
	padding-left:35px;
	position:relative;
	background:url(../images/popup_list_icon.png) no-repeat scroll left 5px;
	margin:0 15px 22px;	
	line-height:20px;
	font-family:MarkSimonsonProximaSoftThin;
}
.onepay_popup .popup_content_only{
	position:relative;
	z-index:10;
	display:inline-block;
	height:100%;
	overflow-y:overlay;
}
.onepay_popup .popup_content_bottom{
   position: relative;
    padding-top: 5px;
    z-index: 999;
    display: inline-block;
    width: 100%;
	padding-bottom:15px;
}
.onepay_popup .popup_content_bottom h5,
.onepay_popup .popup_content_bottom span,
.onepay_popup .popup_content_bottom a{
	display:inline-block;
	vertical-align:top;
	margin:0;
	line-height:42px;
	color:#000000;
	font-family:MarkSimonsonProximaSoftThin;
}
.onepay_popup .popup_content_bottom h5{
	float:left;
	font-family:MarkSimonsonProximaSoftThin;
	padding-left:12px;
}
.onepay_popup .popup_content_bottom h5 a{	
	font-family:MarkSimonsonProximaSoftThin;
}
.onepay_popup .popup_content_bottom span{
	position:absolute;
	left:50%;
	top:5px;
	-webkit-transform: translateX(-50%);  
    -ms-transform: translateX(-50%);  
    transform: translateX(-50%);  
}
.onepay_popup .popup_content_bottom a.bigtext{
	float:right;
	font-size:24px;
	padding-right:20px;
} 
@media (max-width:639px){
	.cart_onepay_content{
		padding:15px 10px;
	}
	.cart_onepay_content img{
		max-width:100%;
		height:auto;
	}
	.popup_content_top img{
		height:auto;
	}
	.popup_content_bottom h5,.onepay_popup .popup_content_bottom span,.popup_content_bottom a.bigtext{
		position:relative;
		width:100%;
		text-align:center;
		margin-bottom:10px;
		top:0;
		vertical-align:top;
		display:inline-block;
		line-height:1;
	}
	.onepay_popup .popup_content_bottom{
		display:inline-block;
		vertical-align:top;
		padding-top:0;
	}
	.onepay_popup .popup_content_bottom h5{
		padding-left:0;
	}
	.onepay_popup .popup_content_bottom a.bigtext{
		padding-right:0;
	}
	.onepay_fancybox .fancybox-outer{
		padding-top:50px;
	}
}
/*===END CDSD-4917=====*/
/* freshdesk chat tweaks */
#fc_chat_layout.fc-collapsed {
  width: 145px;
}
#fc_chat_layout.fc-expanded {
  width: 280px;
}

.rrp-price.no-old-price{
  height:20px;
}

/*=====BEGIN CDSD-6460============*/
.product-shop .price-content .top-info .info-content .details-price .price-info{
    line-height:1;
}
.product-shop .price-content .top-info{
    margin-bottom:0;
}
body .details-price .price-sec{
    border:none;
    padding-left:0;
    padding-right:0;
}
body .details-price .tab-content,body .details-price .price-sec ul li{
    padding-left:0;
    padding-right:0;
}
#checkout-payment-method-load label[for="p_method_openpay"] img{
    display:none;
}
body .details-price{
    width: -webkit-calc(100% - 40px);
    width: expression(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
}
#checkout-step-payment .price-content{
    margin-top:0;
}
/**openpay popup**/
#onepay_popup .mobile{
	display: none;
}
#onepay_popup img{
    opacity:0.8;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
#onepay_popup .desktop,#onepay_popup .mobile{
    margin-bottom:0;
}
.openpay_fancybox .fancybox-skin,
body .onepay_fancybox .fancybox-skin{
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    padding:0!important;
    overflow:hidden;
}
.onepay_fancybox .fancybox-inner{
    width:100%;
}
@media (max-width: 767px) {
	#onepay_popup .desktop{
		display: none;
	}
	#onepay_popup .mobile{
		display: block;
	}
    .onepay_fancybox .fancybox-item.fancybox-close{
        right:10px;
        top:10px;
    }
}
@media (max-width:639px){
    .onepay_fancybox .fancybox-outer{
        padding-top:0;
    }
    body .onepay_fancybox .fancybox-skin .fancybox-inner{
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        padding:0!important;
        overflow:hidden;
    }
}
/*openpay landing page*/
.openpay-wrap{width: 100%; display: inline-block; vertical-align: top;}
.opepay-head-block{width: 100%; display: inline-block; vertical-align: top;}
.openpay-left-logo{float: left; width: 20%; margin-top: 55px;}
.openpay-head-right-img{float: right; width: 42%;}
.openpay-head-title{float: right; margin-top: 65px; margin-right: 30px; color: #000; font-size: 16px; color: #38465b;}

.what-is-openpay-block{ background-color: #fff;	-webkit-border-radius: 0 10px 0 0 !important;	-moz-border-radius: 0 10px 0 0 !important;
 border-radius: 0 10px 0 0 !important; display: inline-block; margin-top: -180px; padding: 30px 50px 30px 0; width: 70%;}
.what-is-openpay-block h4{color: #38465b; font-size: 18px; font-weight: normal; margin-bottom: 30px; margin-top: 0px;}
.what-is-openpay-block p{color: #38465b; font-size: 14px; line-height: 18px;}

.three-circle-block{width: 100%; display: inline-block; vertical-align: top; text-align: center; margin: 50px 0;}
.three-circle-block ul{list-style: none; margin: 0px; padding: 0px;}
.three-circle-block ul li{width: 30%; display: inline-block; padding: 0;}
.three-circle-block ul li h4{color: #2864ff; font-weight: normal; font-size: 16px; line-height: 24px; letter-spacing: 2px; 
margin-bottom: 30px; min-height: 50px;}

.shop-text-block{width: 100%; display: inline-block; vertical-align: top; background-color: #fff; position: relative;}
.shop-text-block:before{background-color: #f5f8ff; width: 36%; height: 100%; position: absolute; top: 0px; left: 0px;
content: ""; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.shop-text-inner{position: relative; padding: 30px;}
.shop-text-inner h3{color: #3c465a; font-weight: normal; font-size: 18px; margin-bottom: 40px; margin-top: 0px;}
.shop-text-inner ul{list-style: none; margin: 0px; padding: 0px;}
.shop-text-inner ul li{display: inline-block; padding: 0 50px; width: 100%; margin-bottom: 30px;}
.shop-text-inner ul li span{float: left; width: 9%; position: relative; color: #38465b; font-size: 40px; line-height: 1.1; font-weight: normal; 
text-align: center;}
.shop-text-inner ul li span:before{position: absolute; bottom: -5px; left: 0px; height: 2px; width: 100%; content: ""; background-color: #2864ff;}
.shop-text-inner ul li .step-content{float: right;width: 91%;  width: -webkit-calc(91% - 100px);
  width: expression(91% - 100px);
  width: -moz-calc(91% - 100px);
  width: -o-calc(91% - 100px);
  width: calc(91% - 100px); background-color: #fff; padding: 30px 50px;
-webkit-border-radius: 15px 0 0 15px !important; -moz-border-radius: 15px 0 0 15px !important; border-radius: 15px 0 0 15px !important;}
.shop-text-inner ul li .step-content h4{color: #3d4b60; font-size: 18px; font-weight: normal; margin-bottom: 30px;
letter-spacing:2px;}
.shop-text-inner ul li .step-content .o-left{display: inline-block; vertical-align: middle; width: 28%;}
.shop-text-inner ul li .step-content .o-right{display: inline-block; vertical-align: middle;}
.shop-text-inner ul li .step-content .o-right p{font-size: 14px; line-height: 18px; color: #38465b;}

.manage-plan-block{display: inline-block; width: 100%; vertical-align: top; margin: 80px 0px 110px; text-align: center;}
.manage-plan-block h4{color: #3c465a; font-size: 18px; margin-bottom: 40px; font-weight: normal;}
.manage-plan-block .btn{ cursor: pointer; display: inline-block; padding: 12px 50px 9px 30px; background-color: #fff; 
color: #3c465a; position: relative; font-size: 15px; }

.manage-plan-block .btn:before{content: ""; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 1;
-webkit-transition:width 0.3s ease 0s, left 0.3s ease 0s, opacity 0.2s ease 0s; 
-moz-transition:width 0.3s ease 0s, left 0.3s ease 0s, opacity 0.2s ease 0s; transition:width 0.3s ease 0s, left 0.3s ease 0s, opacity 0.2s ease 0s;
border: 2px solid #2864ff; background-image: url("../images/btn-arrow-1.png"); background-repeat: no-repeat !important; 
background-position: 90% 45% !important; background-size: 8px !important; -webkit-border-radius: 25px !important; -moz-border-radius: 25px !important; border-radius: 25px !important;}
.manage-plan-block .btn:hover:before{opacity: 0; width: 0;}
.manage-plan-block .btn:hover span{opacity: 0;}

.manage-plan-block .apple-icon{width: 40px; height: 40px; padding: 0 5px; 
background-image: url("../images/apple-i.png"); background-repeat: no-repeat; background-position: 50% 50%; 
-webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; display: block; 
position: absolute; top:2px; left:-moz-calc(50% - 20px); left:-webkit-calc(50% - 20px); left:calc(50% - 20px); -webkit-transition:left 0.3s ease 0s, opacity 0.3s ease 0s; -moz-transition:left 0.3s ease 0s, opacity 0.3s ease 0s;
transition:left 0.3s ease 0s, opacity 0.3s ease 0s; opacity: 0;}
.manage-plan-block:hover .apple-icon{left: calc(50% - 64px); opacity: 1;}
.manage-plan-block .android-icon{width: 40px; height: 40px; padding: 0 5px;
background-image: url("../images/android-i.png"); background-repeat: no-repeat; background-position: 50% 50%; 
-webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; display: block; 
position: absolute; top:2px; left:-moz-calc(50% - 20px); left:-webkit-calc(50% - 20px); left:calc(50% - 20px); -webkit-transition:left 0.3s ease 0s, opacity 0.3s ease 0s; -moz-transition:left 0.3s ease 0s, opacity 0.3s ease 0s;
transition:left 0.3s ease 0s, opacity 0.3s ease 0s; opacity: 0;}
.manage-plan-block:hover .android-icon{left: calc(50% + 12px); opacity: 1;}

.content-row h4{color: #3c465a; font-size: 15px; font-weight: 600; margin-bottom: 5px;}
.content-row p{color: #38465b; font-size: 14px; line-height: 18px; margin-bottom: 25px;}
.content-row p a{color: #38465b;}
.page-top { margin-bottom: 0;}

@media only screen and (min-width: 768px){
.mobile-img{display: none;}
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
.openpay-head-title{margin-top: 45px; margin-right: 20px;}
.openpay-left-logo{margin-top: 35px;}
.three-circle-block ul li{width: 32%; padding: 0 ;}
.shop-text-inner ul li span{width: 10%; font-size: 34px;}
.shop-text-inner ul li .step-content{width: 90%; padding: 30px;}
.shop-text-inner ul li{padding: 0 30px;}
.shop-text-block::before{width: 40%;}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
.what-is-openpay-block{margin-top: -70px;}
.openpay-head-right-img{width: 35%;}
.openpay-head-title{font-size: 14px; margin-right: 20px; margin-top: 45px;}
.openpay-left-logo{margin-top: 43px;}
.three-circle-block ul li h4{font-size: 12px; margin-bottom: 15px;}
.three-circle-block ul li{width: 32%;}
.three-circle-block{margin: 0px 0px 40px 0px;}
.manage-plan-block{margin: 50px 0px;}
.shop-text-inner ul li span{width: 12%; font-size: 30px;}
.shop-text-inner ul li .step-content{width: 88%; padding: 20px;}
.shop-text-inner ul li .step-content h4{margin-bottom: 15px;}
.shop-text-inner ul li{padding: 0 20px;}
.shop-text-block::before{width: 52%;}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
.openpay-head-right-img { position: relative; right: 0; width: 100%;}
}

@media only screen and (max-width: 767px){
.cms-openpay .main-container{overflow:hidden;}
.what-is-openpay-block{padding: 30px 20px;  width: -webkit-calc(100% - 40px);
  width: expression(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px); margin-top: 0px; -webkit-box-shadow: 0 0 10px 1px #ddd; -moz-box-shadow: 0 0 10px 1px #ddd;
box-shadow: 0 0 10px 1px #ddd; -webkit-border-radius: 10px !important; -moz-border-radius: 10px !important; border-radius: 10px !important;}
.what-is-openpay-block h4{margin-bottom: 20px;}
.three-circle-block{margin: 40px 0px;}
.three-circle-block ul li{width: 100%; margin-bottom: 30px;}
.three-circle-block ul li:last-child{margin-bottom: 0px;}
.three-circle-block ul li h4{min-height: inherit; margin-bottom: 25px;}
.shop-text-block:before{width: 200%; left:-50%;}
.shop-text-inner h3{margin-bottom: 30px;}
.shop-text-inner{padding: 30px 0 30px 0px;}
.shop-text-inner ul li{padding: 0;}
.shop-text-inner ul li span{width: 100%; margin-bottom: 3px; text-align: left;}
.shop-text-inner ul li span:before{display: none;}
.shop-text-inner ul li .step-content{    width: -webkit-calc(100% - 40px);
  width: expression(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 40px); padding: 30px 20px; -webkit-box-shadow: 0 0 10px -5px #ddd; -moz-box-shadow: 0 0 10px -5px #ddd;
box-shadow: 0 0 10px -5px #ddd; position: relative; right: 0;}
.shop-text-inner ul li .step-content .left{width: 100%;}
.shop-text-inner ul li .step-content h4{margin-bottom: 25px;}
.manage-plan-block{margin: 40px 0px;}
.opepay-head-block{text-align: center;}
.openpay-left-logo{width: 100%; margin-top: 40px;}
.openpay-left-logo img{max-width: 150px;}
.openpay-head-title{width: 100%; margin-top: 30px; margin-bottom: 40px; margin-right: 0px;}
.desk-img{display: none;}
.openpay-head-right-img{width: 98%;}
.shop-text-inner ul li .step-content .right{margin-top: 10px;}
}

@media only screen and (max-width: 639px){
.openpay-head-right-img { position: relative; right: 0; width: 100%;}
}


/*===fix for ajax cart popup====*/
#confirmOverlay #confirmBox.am-center{

}
#confirmBox.am-center{
    width: 602px;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
#confirmOverlay{
    background: rgba(0, 0, 0, 0.6);
}
.am-center #messageBox{
    padding: 40px 35px;
}
.am-center #messageBox .row{
    margin:0 -10px;
}
.am-center #messageBox .row:before{
    content:'';
    display: table;
}
.am-center #messageBox .row:after{
    content:'';
    display: table;
    clear: both;
}
.am-center #messageBox{

}
.am-center #messageBox .col-md-5{
    width: 40%;
    padding:0 10px;
    float: left;
    box-sizing: border-box;
}
.am-center #messageBox .col-md-7{
    width: 60%;
    padding:0 10px;
    float: left;
    box-sizing: border-box;
}
#confirmBox.am-center .amcart-title a{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", georgia, serif;
    line-height: 18px;
    margin: 0;
    word-break: break-word;
}
#confirmBox.am-center .amcart-text{
    font: normal 13px/18px Lato,Arial;
    color: #000000;
    margin-top:4px;
}
.btn-btp{
    max-width: 205px;
    margin: 0 auto;
}
.btn-btp a{
    background: #ff8300;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
    line-height: 42px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px;
    margin-top:20px;
}
.btn-btp a:hover{
    background: #333;
}
button.continue-shopping{
    margin-top: 15px;
    background: #e4e4e4 !important;
    color: #444444;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
    line-height: 42px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 3px;
}
button.continue-shopping:hover{
    background: #d7d7d7 !important;
    color: #444444;
}
#confirmBox.am-center > .cross{
    background: url(../images/close.png);
    top: 20px;
    right: 20px;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.amcart-dialog-container .message{
    border-color: #296a23;
    background-color: #e9ffca;
    color: #296a23;
    margin:10px 0;
    padding:15px 10px;
    width:100%;
    box-sizing: border-box;
}
.amcart-dialog-container .message span{
    text-decoration: underline;
}
@media (max-width: 991px){
    .am-center #messageBox .col-md-5{
        width: 100%;
        margin-bottom: 10px;
    }
    .am-center #messageBox .col-md-7{
        width: 100%;
    }
}
@media (max-width: 600px){
    #confirmBox.am-center{
        max-width: 320px;
    }
}

/*=====END CDSD-6460============*/

@media only screen and (max-width: 767px) {

    .footer #subscribe-form {
        position: relative;
        padding-bottom: 35px;
    }

    .footer #subscribe-form .button {
        position: absolute;
        bottom: -13px;
        margin: 0 auto;
        left: 50%;
        right: auto;
        margin-left: -42px;
    }
}


@media (min-width:768px){
    .desktop {display: block;}
    .mobile {display: none;}
}

@media (max-width:767px){
    .desktop {display: none;}
    .mobile {display: block;}
    .header-container .container {width: 100%; max-width: 100%; padding: 0; position: relative;}
    .wrapper {border: none;}
    .header-top {line-height: 30px;}
    .header-top-container {margin: 0;}
    .grid-full.toplinks {background: #4b4b4d; text-align: center; font-family: "Open Sans", georgia, serif;}
    .grid-full.toplinks div.hide-below-960{display: none !important;}
    .grid-full.toplinks div{display: inline-block !important; float: none;}
    .grid-full.toplinks div a{color: #fff; font-size: 12px; font-weight: 600;}
    .grid-full.toplinks div [class^="icon-"]{margin-right: 5px;}
    .grid-full.toplinks div .icon-contact{background: url("../images/icon-contact.png") no-repeat center center; background-size: 16px; padding: 8px;}
    .grid-full.toplinks div .icon-phone:before{content: ''; background: url("../images/icon-phone.png") no-repeat center center; background-size: 16px; padding: 8px; position: relative; top: 2px;}
    .grid-full.toplinks div .icon-user{background: url("../images/icon-user.png") no-repeat center center; background-size: 12px; padding: 6px;}
    .grid-full.toplinks div .icon-track-order{background: url("../images/icon-track-order.png") no-repeat center center; background-size: 16px; padding: 8px;}
    .grid-full.toplinks .track-order{padding-right: 14px;}
    .grid-full.toplinks .block_header_top_right.item-right{display: inline-block; float: none; margin: 0; padding: 0 14px;}
    .header-main {text-align: center;}
    .header .logo-wrapper {display: inline; margin: 10px auto;}
    .header .logo-wrapper .logo img{max-width: 110px; padding: 6px 0;}
    .user-menu .top-links {display: none !important;}
    .user-menu {margin: 0; padding: 0; height: 0;}
    .user-menu .seach-icon {display: block !important; background: url("../images/icon-search.png") no-repeat center center; position: absolute; top: 0; right: 50px; width: 42px; height: 70px; cursor: pointer;}
    .user-menu .seach-icon.active {background-color: #fff;}
    .header-container .search-wrapper-mobile {display: none; background: #fff; margin: 0;}
    .header-container .search-wrapper-mobile #algolia-searchbox {margin: 0; padding: 10px}
    .header-container .search-wrapper-mobile #algolia-searchbox .algolia-search-input {height: 50px; line-height: 50px; border: solid 1px #e4e4e4; font-size: 13px;}
    .header-container .search-wrapper-mobile #algolia-searchbox .clear-query-autocomplete{top: 10px; right: 10px; background-position: center center; width: 60px; height: 50px;}
    .header-container .search-wrapper-mobile #algolia-searchbox .magnifying-glass{top: 10px; right: 10px; background: url("../images/icon-sm.jpg") no-repeat; width: 60px; height: 50px; margin: 0; opacity: 1;}
    #mini-cart {position: absolute; top: 0; right: 0; height: 70px; line-height: 70px; max-height: unset}
    #mini-cart .dropdown-toggle .feature-icon-hover .icon-cart2 {background: url("../images/icon-cart.png") no-repeat center center; width: 30px; line-height: 70px;}
    #mini-cart .dropdown-toggle .feature-icon-hover .icon-cart2:before {content: "";}
    #mini-cart .dropdown-toggle .feature-icon-hover .label.amount {display: inline; position: absolute; top: 19px; right: 5px; height: 18px; line-height: 20px; min-width: 18px; padding: 0; background: #ff6668; border-radius: 25px; color: #fff; font-size: 11px; font-weight: 600; text-align: center;}
    #mini-cart .dropdown-toggle .feature-icon-hover .summary, #mini-cart .dropdown-toggle .feature-icon-hover .empty, #mini-cart .dropdown-toggle .feature-icon-hover .caret {display: none;}
    #mini-cart .dropdown-menu {top: 70px;}
    #mini-cart.open .dropdown-menu {display: block !important;}
    #mini-cart.open .dropdown-toggle .feature-icon-hover {background: #fff;}
    #mini-cart.hide-empty-cart {display: block !important; width: 50px;}
    #mobnav #mobnav-trigger {position: absolute; top: -69px; left: 0; height: 69px; line-height: 69px; background: transparent; font-size: 12px; font-weight: 600; text-transform: none; color: #333;}
    #mobnav #mobnav-trigger.has-searchbox {top: -145px;}
    #mobnav #mobnav-trigger.active {background: #fff; padding: 0 19px; }
    #mobnav #mobnav-trigger.active .trigger-icon {width: auto; line-height: 73px; padding-top: 0; margin-right: 10px;}
    #mobnav #mobnav-trigger.active .trigger-icon:before {content: url("../images/icon-close.png")}
    #mobnav #mobnav-trigger.active .trigger-icon .line{display: none;}
    #mobnav #mobnav-trigger .trigger-icon {padding-top: 28px;}
    #mobnav #mobnav-trigger .trigger-icon .line {background: #000;}
    .nav-container {padding: 0; position: relative;}
    .nav-container .vertnav-top {border: none}
    .nav-container .vertnav-top li a {background: #fff; color: #333; font-size: 14px; font-weight: 600; padding: 21px 19px;}
    .nav-container .vertnav-top li li a {padding-left: 30px; background: #f4f4f4; font-size: 14px;}
    .nav-container .vertnav-top li li li a {padding-left: 40px;}
    .nav-container .vertnav-top li .opener, .nav-container .vertnav-top li:hover > .opener:hover {background: url("../images/icon-plus.png") no-repeat center center; height: 60px;}
    .nav-container .vertnav-top li.active > a + .opener, .nav-container .vertnav-top li.active:hover > a + .opener:hover {background: url("../images/icon-minus.png") no-repeat center center;}

}