@charset "utf-8";

/*
#mary kay - Pink
*/

/***************************************************************************
* GENERAL STYLES
***************************************************************************/

body {

}

a {
	text-decoration: none;
}

a:hover {
	color: #fde9f0;
}

.fa {
	font-family: "FontAwesome";
}

#pageWrapper {
	
}

h5{
	margin-top: -20px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 720px) {

	h4{margin-bottom: 20px;}
	h5{margin-top: 20px; margin-bottom: 20px;}
    #logo {margin-right: 10%;}
    div.outer-lines-wrapper {margin-top: -30px;}
    a.dropbtn {padding-left: 0px;}
	div.spec_info {float: right; width: 70%;}
	div.spec_title {float: left; width: 30%; font-weight: bold;}  
}

ul.pl-15 {
	padding-left: 15px !important;
}
ul.pl-25 {
	padding-left: 25px !important;
}

h4{
	margin-top: 20px;
}



.col-sm-6 col-md-6 col-lg-7 {
	margin-top: 20px;
}

.generalTitle{
    margin-top: 20px;
}

.buttonWrapper{
    margin-bottom: 20px;
}

.purchaseOrder {
	display: none;
}

.requestedCancelDate {
	display: none;
}

#promoContainer {
	display: none;
}

#cartWarning{
    margin-top: 20px;
}

.shippingBox{
    height: auto;
}

#account_TaxInfo.accountSettingsSection {
	float: left;
}

#accountSettingRight {
	padding-left: -10px;
}

#accountSettingRight {
	padding-left: -10px;
	width: auto;
}

a.interTrack {
display: none;
}

#account_MyList {
display: none;
}
 
td.addressBook {
	padding-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
} 

.headerTitle.shippingInfo {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
} 

.headerTitle.billingInfo {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
} 
td {
	padding-top: 10px;
	padding-left: 10px;
	font-weight: normal;
}

table.orderSummary {
	margin-bottom: 20px;
	folat: right;
}

.divFormName {
	padding-top: 10px;
}

.paymentType {
	padding-top: 10px;
}

.divCardType {
	padding-top: 10px;
}

button.btn.btn-default {
    margin-left: 40% !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

.invoiceNote {
	display: none;
}

.attachment {
	display: none;
}

img.invoiceImage {
	width:100px;
	height: 100px;
	padding-right: 20px;
}

.cartProdField {
	display: none;
	padding: 0;
}

#billing_information .order_summary_box {
	margin-bottom: 50px;
}

.cartNameHeader{
	text-align: center;
	display: inline-table;
}

.cartQtyHeader{
	text-align: center;
	display: block;
}

button.proceedCheckout_btn.btn a:hover {
	color: #fde9f0;
}

.email {
	margin-top:10px;
	padding-left:10px;
}


.payment_method_box {
	background-color: #eee;
	padding:15px;
	font-weight: bold;
}


.payment_method_box select {
    height: 34px;
    padding: 6px 12px ;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom: 10px;
}

.payment_method_box input {
    height: 34px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
	margin-bottom: 10px;
}

#addressOption1 strong, #addressValidation_popup h5 {display: none;} 

span#addressOption1 {cursor: none;}


/***************************************************************************
* PAGE HEADER
***************************************************************************/
#pageHeader {
	background: #fff;
	position: relative;
	z-index: 999;
	box-shadow: 0 8px 6px -6px #999;
}

/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
	color: #fff;
	background: #fde9f0;
}
#header_topbar {
	font-size: 14px;
}
#header_topbar a {
	color: #EB277E;
}
#header_topbar .phone_number {
	margin-right: 10px;
}
#header_topbar .email {

}
#header_topbar #header_topbar_left {
	text-align: left;
	padding: 10px 0 10px 0;
}
#header_topbar #header_topbar_right {
	text-align: right;
	padding: 10px 0 10px 0;
}
#header_topbar ul.topbar_links {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#header_topbar ul.topbar_links li {
	display: inline;
	color: black;
}
#header_topbar ul.topbar_links li + li:before {
	content: "";
	padding: 0 5px;
}
#header_topbar ul.topbar_links li a {
	color: #EB277E;
	text-decoration: none;
}
#header_topbar ul.topbar_links li a:hover {
	color: #f2d9dd;
	text-decoration: none;
}

#header_topbar ul.topbar_links li .dropdown-content a:hover {
	color: #f2d9dd;
	text-decoration: none;
}

@media (max-width: 767px) {
	#header_topbar #header_topbar_left {
		text-align: center;
	}
	#header_topbar #header_topbar_right {
		text-align: center;
	}
}
/* -------------------------------------------------- */

#header_wrapper {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media (max-width: 767px) {
	#cart-dropdown {
		z-index: 9999;
	}
}

/*----- DROPDOWN -----*/
#header_topbar #header_topbar_right .dropdown .dropdown-content a {
	text-align: left;
}
.dropbtn {
	cursor: pointer;

}
.dropdown {
	position: relative;
	display: inline-block;

}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #333;
	min-width: 175px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
	left: 0;
}
.dropdown-content a {
	color: #EB277E;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	color: #fff;
}
.dropdown:hover .dropdown-content {
	display: block;
	background-color: #000;
}

/*
 * Logo
 * --------------------------------------------------
 */
#header #logo {
	margin-top: 0;
}
/*@media (min-width: 992px) and (max-width: 1199px) {
	#header #logo {
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	#header #logo {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	#header #logo {
		margin-top: 0;
	}
}*/

#header #logo a {
	display: inline-block;
	max-width: 100%;
}
@media (max-width: 991px) {
	#header #logo {
		text-align: center;
	}
}

/*#logo:after {
	content: "Licensee";
	color: #000;
	font-size: 16px;
	font-weight: bold;
}*/

/*
 * Search
 * --------------------------------------------------
 */
#header_search {
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
}
#header_search .inputGroup {
	position: relative;
	display: table;
	border-collapse: separate;
}
#header_search .inputGroupBtn {
	position: relative;
	#EB277E-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
#header_search input[type="text"] {
	position: relative;
	z-index: 2;
	display: table-cell;
	float: left;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-left: 10px;
}
#header_search input[type="text"]:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#header_search button[type="submit"] {
	height: 40px;
	width: 40px;
	border: 1px solid #fde9f0;
	border-left: 0;
	background: #fde9f0;
	color: #fff;
}
#header_search button[type="submit"]:focus {
	outline: 0;
	border-color: #f2d9dd;
	background: #f2d9dd;
	color: #fff;
}
#header_search button[type="submit"]:hover {
	border-color: #f2d9dd;
	background: #f2d9dd;
	color: #fff;
}
#header_search button[type="submit"] .fa {
	font-size: 18px;
}
@media (max-width: 767px) {
	#header_search {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/*
 * Cart
 * --------------------------------------------------
 */
.header_cart {
	float: right;
	margin-top: 25px;
}
.header_cart a {
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.header_cart a:hover{
	color: #fde9f0;
	text-decoration: none;
}
@media (max-width: 767px) {
	.header_cart {
		float: none;
		text-align: center;
		margin-top: 0;
	}
}

#cart-dropdown {
	z-index: 9999;
}

/***************************************************************************
* TOPBAR
***************************************************************************/
.navbar-main {
  margin-top: -30px;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;

  background-color: transparent;
  border-color: #fde9f0;
  background-image: none;
}
.navbar-main .navbar-brand {
  color: #333;
  text-shadow: none;
}
.navbar-main .navbar-brand:hover,
.navbar-main .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-main .navbar-text {
  color: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-main .nav > li > a {
    padding: 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-main .nav > li > a {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .navbar-main .nav > li > a {
    padding: 15px 47px;
  }
}
.navbar-main .navbar-nav > li > a {
  color: #333;
  text-shadow: none;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  color: #EB277E;
  background-color: #fde9f0;
}
.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fde9f0;
}
.navbar-main .navbar-nav > .disabled > a,
.navbar-main .navbar-nav > .disabled > a:hover,
.navbar-main .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #fde9f0;
}
.navbar-main .navbar-toggle {
  border-color: #333;
}
.navbar-main .navbar-toggle:hover,
.navbar-main .navbar-toggle:focus {
  background-color: #ff3333;
}
.navbar-main .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-main .navbar-toggle:hover .icon-bar,
.navbar-main .navbar-toggle:focus .icon-bar {
  background-color: #333;
}
.navbar-main .navbar-collapse,
.navbar-main .navbar-form {
  border-color: #fde9f0;
}
.navbar-main .navbar-nav .dropdown-menu {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: #ccc;
}
.navbar-main .navbar-nav .dropdown-menu > li > a {
    padding-top: 10px;
}
.navbar-main .navbar-nav .dropdown-menu > li > a:hover,
.navbar-main .navbar-nav .dropdown-menu > li > a:focus {
  color: #555;
  background-color: #e7e7e7;
  background-image: none;
  padding-top: 10px;
}
.navbar-main .navbar-nav .dropdown-menu > .active > a,
.navbar-main .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-main .navbar-nav .dropdown-menu > .open > a,
.navbar-main .navbar-nav .dropdown-menu > .open > a:hover,
.navbar-main .navbar-nav .dropdown-menu > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-main .navbar-nav > li > a {

  }
  .navbar-main .navbar-nav > li > a:hover,
  .navbar-main .navbar-nav > li > a:focus {

  }
  .navbar-main .navbar-nav > .active > a,
  .navbar-main .navbar-nav > .active > a:hover,
  .navbar-main .navbar-nav > .active > a:focus {

  }
  .navbar-main .navbar-nav > .open > a,
  .navbar-main .navbar-nav > .open > a:hover,
  .navbar-main .navbar-nav > .open > a:focus {

  }
  .navbar-main .navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #fde9f0;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-main .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-main .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333;
    background-color: #fde9f0;
  }
  .navbar-main .navbar-nav .dropdown-menu > .open > a,
  .navbar-main .navbar-nav .dropdown-menu > .open > a:hover,
  .navbar-main .navbar-nav .dropdown-menu > .open > a:focus {
    color: #333;
    background-color: #fde9f0;
  }
  .navbar-main .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-main .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-main .navbar-link {
  color: #333;
}
.navbar-main .navbar-link:hover {
  color: #333;
}
.navbar-main .btn-link {
  color: #333;
}
.navbar-main .btn-link:hover,
.navbar-main .btn-link:focus {
  color: #333;
}

/***************************************************************************
* PAGE BODY
***************************************************************************/
/* OWN CAROUSEL BEGIN */
.slider-theme .owl-nav {
	/*margin-top: 10px;*/
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.slider-theme .owl-nav [class*='owl-'] {
	color: #ccc;
	background: none;
	display: inline-block;
	cursor: pointer;

	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -25px;
	font-size: 50px;

	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;

	/* Font-Awesome Icon */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slider-theme .owl-nav .owl-prev {
	left: -50px;
}
.slider-theme:hover .owl-nav .owl-prev {
	left: 10px;
	opacity: 0.7;
}
.slider-theme .owl-nav .owl-next {
	right: -50px;
}
.slider-theme:hover .owl-nav .owl-next {
	right: 10px;
	opacity: 0.7;
}
.slider-theme .owl-nav [class*='owl-']:hover {
	text-decoration: none;
	opacity: 1;
}
.slider-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.slider-theme .owl-dots {
	position: absolute;
	bottom: 0;
	right: 50%;
	border-radius: 50%
}
.slider-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.slider-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 5px;
	background: #fff;
	box-shadow: 1px 1px 1px #333;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 50%
}
.slider-theme .owl-dots .owl-dot.active span,
.slider-theme .owl-dots .owl-dot:hover span {
	background: #ccc;
	box-shadow: 1px 1px 1px #333;
	border-radius: 50%
}
/* OWL CAROUSEL END */

#pageBodyWrapper {}

#pageBody {
	padding-bottom: 0;
}


/***************************************************************************
* LEFT SIDE BAR
***************************************************************************/
#leftSidebarWrapper {}

#leftSidebar {}


/***************************************************************************
* CONTENT
***************************************************************************/
/* faq */
.directLink_wrapper {
	display: none;
}
.faqWrapper {
	margin-bottom: 15px;
}

.breadcrumb {
	background: transparent;
}
.breadcrumb li a {
	color: grey;
	font-size: 14px;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
	color: #000;
	text-decoration: none;
}
.product_wrapper {
	border: none;
	box-shadow: none;
	transition: all 500ms;
	position: relative;
	top: 0;
	padding: 10px;
	max-height: 425px;
	min-height: 425px;
}
.product_wrapper:hover {
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2);
	top: -5px;
}
.product_wrapper .product_name_wrapper .product_name a {
	color: #000;
}
.product_wrapper .product_name_wrapper .product_name a:hover {
	color: #d17b88;
	text-decoration: none;
}
.product_wrapper .compare_checkbox_wrapper {
	display: none;
}
#product_details_15 .details_desc .addToList_btn_wrapper {
	display: none;
}
.product_wrapper .product_image_wrapper img {
	max-height: 350px;
}
.product_wrapper .product_name {
	height: 40px;
}
.categories_wrapper {
	margin-bottom: 15px;
}

#products_wrapper_1 .product_wrapper {
	min-height: initial;
	max-height: initial;
}
#products_wrapper_1 .product_wrapper .product_name_wrapper .product_name {
	height: 60px;
}

.aboutus {
	margin-top: -20px;
}
.aboutus .row:first-of-type {
	padding: 4em 4em;
	background-color: #101934;
}
.aboutus .row:first-of-type h4 {
	color: #fff;
	font-size: 20px;
	line-height: 31px;
	text-align: center;
}
.aboutus .row:first-of-type p {
	text-align: center;
}
.missioncont {
	height: 430px;
	background-image: url('/assets/img/twinhillabout.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: transparent;
	background-size: cover;
}
.missioncont .row {
	text-align: center;
	margin: auto;
	padding: 7em;
}
.missioncont h1 {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 48px;
	line-height: 46px
}
.missioncont h4 {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px
}
.aboutCorp {
	padding: 20px;
	background-color: #101934;
	background-image: none;
	border: 1px solid #fff;
	color: #fff;
	transition: all 500ms;
	text-shadow: none;
	box-shadow: none;
}
.aboutCorp:hover,
.aboutCorp:active,
.aboutCorp:focus {
	padding: 20px;
	background-color: #fff;
	background-image: none;
	border-color: #101934;
	color: #101934;
}
@media (min-width: 1200px) {
	.aboutus .row:first-of-type h4 {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.missioncont {
		height: auto !important;
	}
	.missioncont .row {
		padding: 1.5em;
	}
}

/*----- Contact -----*/
.container-border-right {
	border-right: 1px dotted #333;
}
.typecontact {
	width: 77px;
	display: inline-block;
}
.contactsection {
	border-bottom: 1px dotted #333;
	padding: 15px 0;
}
.contactsection:last-of-type {
	border-bottom: none;
}
.contactcompany a {
	color: #333;
}
.contactcompany a:hover {
	text-decoration: none;
	color: #fdd11a;
}
.contactcompany ul {
	list-style-type: none;
	padding: 0;
}
.contactcompany h4 {
	font-weight: bold;
}
.button-container {
	text-align: right;
}
.button-container button {
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	background-color: #333;
	border-color: #000;
	color: #fff;
}
.button-container button:hover,
.button-container button:active,
.button-container button:focus,
.button-container button:active:hover,
.button-container button:active:focus, 
.button-container button.active:focus, 
.button-container button:active.focus, 
.button-container button.active.focus {
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	background-color: #333;
	border-color: #000;
	color: #f2d9dd;
}

/*----- MODAL -----*/
.modal .modal-body > center > img {
	margin-bottom: 20px;
}
.modal .modal-body > center > .form_wrapper > .row {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.modal .modal-body .form-group button {
		margin-top: 10px;
	}
}

#contentWrapper {}

#content {}

#slider {
	margin-bottom: 30px;
}

.colored_row {
	background: #f7f7f7;
	padding-top: 30px;
	margin-bottom: 30px;
}

.section_title_wrapper {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.section_title {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	background: transparent;
	color: #00c91e;
	float: left;
	padding-bottom: 5px;
}
.h_cat_links .h_cat_link {
	margin-bottom: 30px;
	text-align: center;
}
.h_cat_links .h_cat_link .cat_img img {
	display: inline-block;
	max-width: 100%;
}
.h_cat_links .h_cat_link .cat_img img:hover {
	opacity: 0.8;
}
.h_cat_links .h_cat_link .cat_name {
	font-size: 20px;
	margin-top: 15px;
}
.h_cat_links .h_cat_link .cat_name a {
	text-decoration: none !important;
}

/* Styling products_carousel */
.products_carousel_wrapper {
	margin-bottom: 30px;
}
.products_carousel .product {
	border: 1px solid #ccc;
	background: #fff;
}
.products_carousel .product .product_image_div {
	margin-bottom: 15px;
}
.products_carousel .product .product_image_div:hover{
	opacity: 0.8;
}
.products_carousel .product .product_image_div a {
	display: block;
}
.products_carousel .product_image_div img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: 200px;
	min-height: 200px;
	max-height: 200px;
}
.products_carousel .product .product_info_div {

}
.products_carousel .product_name {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.products_carousel .product_name a {
	text-decoration: none;
	color: #000;
}
.products_carousel .product_name a:hover {
	text-decoration: none;
	color: #dc143c;
}
.products_carousel .product_price {

}
.products_carousel .product_price span {
	
}

/* -------------------------------------------------- */

.h_bottom_banner {
	margin-bottom: 30px;
}

/* -------------------------------------------------- */

.h_bottom_links img {
	margin-bottom: 30px;
}

.accordion_wrapper .accordion_box:last-of-type {
	display: none;
}

a.interTrack {
display: none;
}

/***************************************************************************
* PAGE FOOTER
***************************************************************************/
/**************************************************************************/

#pageFooterWrapper {}

#pageFooter {}

/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
	padding: 30px 0px;
	background: #fff;
}
#footer {
	
}

#footer h3.bar-title {
	font-size: 36px;
	text-transform: uppercase;
	color: #333;
	margin-top: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #fde9f0;
	text-decoration: none;
}
#footer .text {
	font-size: 16px;
	color: #333;
}
#footer .contactus-info {
	font-size: 16px;
	color: #333;
}


/*
 * Footer Social Media
 * --------------------------------------------------
 */
#footer ul#social_links {
	margin: 10px 0px;
	padding: 0;
}
#footer ul#social_links li {
	list-style: none;
	display: inline-block;
	margin: 5px 10px 5px 0px;
}
#footer ul#social_links li:last-of-type {
	margin-right: 0;	
}
#footer ul#social_links li a {
	display: block;
	border: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 13px;
	text-align: center;

	background: #fff;
	color: #fde9f0;
	font-size: 34px;
	line-height: 34px;
	width: 60px;
	height: 60px;

	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}
#footer ul#social_links li a:hover {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
#footer ul#social_links li.facebook a:hover {
	background: #3b5998;
	color: #fff;
}
#footer ul#social_links li.twitter a:hover {
	background: #00aced;
	color: #fff;
}
#footer ul#social_links li.instagram a:hover {
	background: #517fa4;
	color: #fff;
}
#footer ul#social_links li.pinterest a:hover {
	background: #cb2027;
	color: #fff;
}
#footer ul#social_links li.google-plus a:hover {
	background: #dd4b39;
	color: #fff;
}
#footer ul#social_links li.youtube a:hover {
	background: #e52d27;
	color: #fff;
}
#footer ul#social_links li.skype a:hover {
	background: #12a5f4;
	color: #fff;
}
#footer ul#social_links li.linkedin a:hover {
	background: #007bb6;
	color: #fff;
}
#footer ul#social_links li.rss a:hover {
	background: #edbe00;
	color: #fff;
}
@media (max-width: 767px) {
	#footer ul#social_links {
		
	}
}

/*
 * Footer Bottom
 * --------------------------------------------------
 */

#footer_bottom_wrapper {
	padding: 20px 0px;
	background: #fff;
}
#footer_bottom {

}
#footer_bottom > .container > .row {
	display: block;
}
#footer_bottom ul.footer_bottom_links {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 25px;
	text-align: center;
}
#footer_bottom ul.footer_bottom_links li {
	font-size: 13px;
	color: #333;
	display: inline;
	margin: 0;
}
#footer_bottom ul.footer_bottom_links li:last-of-type {
	margin-right: 0;
}
#footer ul.footer_bottom_links {
	list-style-type: none;
	padding-left: 25px;
}
#footer ul.footer_bottom_links li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 10px;
}
#footer ul.footer_bottom_links li:hover:before {
	color: #fde9f0;
}
#footer_bottom ul.footer_bottom_links li:before {
	display: none;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	margin-right: 10px;
}
#footer_bottom ul.footer_bottom_links li:first-of-type:before {
	content: none;
}
#footer_bottom ul.footer_bottom_links li a {
	color: #333;
}
#footer_bottom ul.footer_bottom_links li a:hover {
	text-decoration: none;
	color: #fde9f0;
}
#footer_bottom ul.footer_bottom_links li:hover:before {
	color: #fde9f0;
}
@media (max-width: 767px) {
	#footer_bottom ul.footer_bottom_links {
		margin-bottom: 30px;
	}
	#footer_bottom ul.footer_bottom_links li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#footer_bottom ul.footer_bottom_links li:last-of-type {
		margin-bottom: 0;
	}
}

#footer_bottom .site-info {
	font-size: 16px;
	color: #333;
}
#footer_bottom .site-info a {
	color: #333;
}

#pageSubFooter #footer_wrapper {
	padding: 10px 0;
}
#copyright {
	color: #333;
	font-size: 12px;
}
#copyright a {
	color: #fde9f0;
}
#copyright a:hover {
	color: #e7be19;
}

/*----- Custom Footer -----*/
.outer-lines-wrapper {
	transition: all 1s;
	position: relative;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 60px;
	border-top: 1px solid #d3d3d3;
}
.outer-lines {
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	display: inline-block;
	border-left: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
}
.contact {
	text-align: center;
	padding: 0 18px 0 18px;
	margin-bottom: 10px;
}
.contact a {
	display: inline-block;
	padding: 0 15px;
}
.contact a:hover {
	text-decoration: none !important;
}
#pg-footer .contact-method {
	display: inline-block;
	margin-left: 1rem;
	margin-right: 1rem;
	color: #000;
	text-decoration: none;
}
.contact-method i {
	font-size: 26px;
}
.contact p {
	margin-bottom: 0;
	margin-top: 0;
	left: 5px;
}
.vert-line-break {
	padding: 0 15px;
}
@media (max-width: 767px) {
	.outer-lines-wrapper {
		margin: 0;
    border: 0;
	}
	.outer-lines {
		position: static;
    transform: inherit;
	}
	.vert-line-break {
		display: none;
	}
	#footer_bottom ul.footer_bottom_links li:before {
		display: inline-block;
	}
	#footer ul.footer_bottom_links {
		margin: 0;
	}
	#footer_bottom .footer_bottom_links ul.footer_bottom_links {
		margin: auto;
	}
	#footer_bottom .footer_bottom_links li:nth-of-type(2),
	#footer_bottom .footer_bottom_links li:nth-of-type(3),
	#footer_bottom .footer_bottom_links li:nth-of-type(4) {
		display: inline-block;
		padding: 0 15px;
	}
}
@media (max-width: 368px) {
	#footer_bottom .footer_bottom_links li:nth-of-type(2),
	#footer_bottom .footer_bottom_links li:nth-of-type(3),
	#footer_bottom .footer_bottom_links li:nth-of-type(4) {
		display: block;
		padding: 0 15px;
	}
	#footer_bottom ul.footer_bottom_links {
		text-align: left;
	}
}

#scrollToTop {
	background: #333;
	color: #fff;
}
#scrollToTop:hover,
#scrollToTop:focus,
#scrollToTop:active {
	background: #333;
	color: #d17b88;
}

/***************************************************************************
* CSS Helpers
***************************************************************************/

/*
 * Font Sizes
 * --------------------------------------------------
 */
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
/*
 * Paddings
 * --------------------------------------------------
 */
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pv25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.ph0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ph25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
/*
 * Margins
 * --------------------------------------------------
 */
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mv25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mh0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mh25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.product_thumbnails {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.product_thumbnails li {
	display: inline-block;
	width: 25%;
}

table.table.table-striped > caption {
	display: none;
}
@media (max-width: 767px) {
	table.table.table-striped caption {
		display: initial;
	}
}

#createNewAccount {
	display: none;
}

#accountSettingsWrapper > .row > .col-sm-12 > #button_wrapper {
	display: none;
}
#searchFormId .searchBox {
	display: none;
}

/*cart*/
.cartWrapper .shoppingCart_table .shoppingCartDetails .even_row {
	background: #fff;
}
.cartWrapper .shoppingCart_table .shoppingCartDetails .odd_row,
.cartWrapper .shoppingCart_table .shoppingCartDetails .even_row {
	margin: 10px 0;
	transition: border 500ms;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.cartWrapper .shoppingCart_table .shoppingCartDetails .odd_row:hover,
.cartWrapper .shoppingCart_table .shoppingCartDetails .even_row:hover {
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}
.continueShopping_btn,
.cartUpdate_btn {
	padding: 6px 12px;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	border-color: #000;
}
.continueShopping_btn:hover,
.continueShopping_btn:active,
.continueShopping_btn:focus {
	padding: 6px 12px;
	text-decoration: none;
	color: #ebc6cc;
	background-color: #000;
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	border-color: #000;
}
.cartUpdate_btn:hover,
.cartUpdate_btn:focus,
.cartUpdate_btn:active {
	padding: 6px 12px;
	text-decoration: none;
	color: #ebc6cc;
	background-color: #000;
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	border-color: #000;
}
.proceedCheckout_btn,
.purchase_btn {
	color: #fff;
	background-color: #000;
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	border-color: #000;
}
.proceedCheckout_btn:hover,
.proceedCheckout_btn:active,
.proceedCheckout_btn:focus,
.purchase_btn:hover,
.purchase_btn:active,
.purchase_btn:focus {
	color: #ebc6cc;
	background-color: #000;
	background-image: linear-gradient(to bottom, #333 0%, #000 100%);
	border-color: #000;
}
.cartWrapper .shoppingCart_table .shoppingCartFtr .cartWeightFooter {
	display: none;
}
.shoppingCartWizard .progress .progress-bar {
	background-image: linear-gradient(to bottom, #fde9f0 0%, #d78e99 100%);
	background-color: #fde9f0;
}
.shoppingCartWizard .wizard .wizard-bar .wizard-step.active .stepNmbr {
	background: #fde9f0;
}
.cartWrapper .shoppingCart_table {
	border: none;
}
.cartWrapper .shoppingCart_table .shoppingCartHdr {
	background: #fff;
	color: #333;
}
.cartWrapper .shoppingCart_table .shoppingCartFtr {
	background: #d1d1d1;
	color: #333;
}
.shoppingCartFtr > .row > .col-sm-2 {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 34px;
}
@media (max-width: 767px) {
	.shoppingCartFtr > .row > .col-sm-2 {
		border: none;
	}
	.cartWrapper .shoppingCart_table .shoppingCartDetails .odd_row,
	.cartWrapper .shoppingCart_table .shoppingCartDetails .even_row {
		border: none;
	}
}

#accountSettingsWrapper #account_logolibrary.accountSettingsSection {
	display: none;
}

#cart-dropdown-items #cart-dropdown-footer > .buttons > .viewCart_btn {
	display: none;
}
#cart-dropdown-items #cart-dropdown-footer > .buttons > .proceedCheckout_btn {
	width: 100%;
	color: #fff;
}
#cart-dropdown-items #cart-dropdown-footer > .buttons > .proceedCheckout_btn:hover,
#cart-dropdown-items #cart-dropdown-footer > .buttons > .proceedCheckout_btn:active,
#cart-dropdown-items #cart-dropdown-footer > .buttons > .proceedCheckout_btn:focus {
	color: #ebc6cc;
}

.sub_categories_wrapper .sub_category_wrapper .sub_category_name_wrapper {
	background-color: #fff;
}
.sub_categories_wrapper .sub_category_wrapper .sub_category_name_wrapper .sub_category_name {
	color: #000;
}
.sub_categories_wrapper .sub_category_wrapper .shop_all_wrapper {
	margin-right: 0;
}

#orderFormDetail .invoiceNote,
#orderFormDetail .attachment {
	display: none;
}

.accountOrdersWrapper .accountOrders_table .accountOrdersDetails .even_row,
.reorderListWrapper .reorderList_table .reorderListDetails .even_row,
.myOrderListWrapper .myOrderList_table .myOrderListDetails .even_row,
.finalInvoiceWrapper .finalInvoice_table .invoiceHdr,
.finalInvoiceWrapper .finalInvoice_table .invoiceDetails .even_row,
.reviewOrderWrapper .reviewOrder_table .invoiceHdr,
.reviewOrderWrapper .reviewOrder_table .invoiceDetails .even_row {
	background: #eceeef;
}
.addToCart_btn {
	background-image: linear-gradient(to bottom, #000 0%, #000 100%);
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.addToCart_btn:hover,
.addToCart_btn:focus,
.addToCart_btn:active {
	background-image: linear-gradient(to bottom, #000 0%, #000 100%);
	border-color: #000;
	background-color: #000;
	color: #C7AF87;
}

/*live chat*/
.embeddedServiceSidebarHeader #headerTextLabel, .embeddedServiceSidebarHeader #headerSubtext,
.embeddedServiceSidebar .headerItem,
.embeddedServiceSidebarButton,
.embeddedServiceSidebarButton .label, .embeddedServiceSidebarButton:disabled .label,
.embeddedServiceHelpButton .helpButton .uiButton{
	color: #000 !important;
}
.embeddedServiceIcon svg {
	fill: #000 !important;
}
.embeddedServiceSidebarHeader .headerText {
	margin: 0;
}

/*savings*/
.savingsContainer .savingOption {
	min-height: 175px;
	border-bottom: 1px solid #000;
	margin-top: 20px;
	padding-bottom: 20px;
}
.savingsContainer .savingOption:last-of-type {
	border-bottom: none;
}
.savingsContainer h1 {
	color: #bba074;
	background-color: #081b3c;
	padding: 25px 40px;
	text-align: center;
}
.savingsContainer .savingOption img {
	margin: auto;
}
.savingsContainer .savingOption .btn-default {
	background-color: #081b3c;
	border-color: #06132b;
	color: #fff;
	background-image: linear-gradient(to bottom, #081b3c 0%, #081b3c 100%);
	text-shadow: none;
}
.savingsContainer .savingOption .btn-default:hover,
.savingsContainer .savingOption .btn-default:active,
.savingsContainer .savingOption .btn-default:focus {
	background-image: linear-gradient(to bottom, #06132b 0%, #06132b 100%);
	background-color: #06132b;
	border-color: #06132b;
	color: #bba074;
}
@media (min-width: 768px) {
	.savingsContainer .savingOption .btn-default {
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.savingsContainer .savingOption {
		text-align: center;
	}
}

#searchTitle.searchTitle {
	border: 1px solid #EB277E;
	padding: 15px;
}
#searchTitle.searchTitle #keywords {
	font-weight: bold;
}
.hideProdDetails {
	display: none;
}
