/*
Template Name: Electro - HTML Ecommerce Template
Author: yaminncco

Colors:
	Body 		: #333
	Headers 	: #2B2D42
	Primary 	: #AF206F
	Dark 		: #15161D ##1E1F29
	Grey 		: #E4E7ED #FBFBFC #8D99AE #B9BABC

Fonts: Montserrat

Table OF Contents
------------------------------------
1 > GENERAL
------ Typography
------ Buttons
------ Inputs
------ Sections
------ Breadcrumb
2 > HEADER
------ Top header
------ Logo
------ Search
------ Cart
3 > NAVIGATION
------ Main nav
------ Responsive Nav
4 > CATEGORY SHOP
5 > HOT DEAL
6 > PRODUCT
------ Product
------ Widget product
------ Product slick
7 > STORE PAGE
------ Aside
------ Store
8 > PRODUCT DETAILS PAGE
------ Product view
------ Product details
------ Product tab
9 > CHECKOUT PAGE
10 > NEWSLETTER
11 > FOOTER
11 > SLICK STYLE
12 > RESPONSIVE
------------------------------------*/
/*=========================================================
	01 -> GENERAL
===========================================================*/
/*----------------------------*\
	Typography
\*----------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size:13px;
  background:#f9f9f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 700;
  margin: 10px 0px;
}
div, ul, li, h1, h2, h3, h4, dd, dt, dl, form, img, p, table, tr, td {
    list-style: none;
}
a {
  color: #333;
  -webkit-transition: 0.2s color; 
  transition: 0.2s color;
}

a:hover,
a:focus {
  color:#AF206F;
  text-decoration: none;
  outline: none;
}
img {
	max-width:100%;
	height:auto;
}
img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #15161D;
}



/*----------------------------*\
	Buttons
\*----------------------------*/


/* add */
h1,.leftBoxHeading,.aside>.aside-title,.section-title .title{  
  width:100%;
  margin: 0px auto 25px;
  line-height:26px;
  font-weight:bold;
  font-size:28px;
  padding:15px 0px 35px;
  text-align:center;
  background: url(../images/more_ico.png) no-repeat center bottom;
}
#leftcategories{border:1px solid #ddd; padding:0px 5px 5px; background:#fff;}
.reviewlink{ float:right; font-size:12px; display:none;}
#timeoutBody #login-email-address,#timeoutBody #login-password{ max-width:100%; border:1px solid #ddd;}
.clear10{ clear:both; height:10px;}
#specialsBody #breadcrumb{ display:none;}
img{ max-width:100%;height:auto;}
#share_button{cursor:pointer;background:url(../images/facebook.png) no-repeat;border:0px;width:22px;height:22px;}
#Subcategories {
	width:100%;
	margin:0px auto 8px;
}
#Subcategories ul {
	padding:0px;
	margin:0px;
}
#Subcategories li {
	width:49.8%;
	float:left;
	cursor:pointer;
}
#Subcategories li a {
	font-size:13px;
    display: block;
    margin: 2px 1%;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding:0px 5px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    height:32px; 
    line-height:32px;
}
#Subcategories li a:hover{color:#AF206F;} 
#Subcategories li#setsub {
	width:100%; 
}
#Subcategories li span {
	display:block;
	background:#AF206F;
	text-align:center;
	border-radius:5px;
	color:#fff;
  font-weight:bold;
  margin: 8px 0px;height:32px; 
  line-height:32px;
}
li.subnone {
	display:none;
}


div, ul, li, h1, h2, h3, h4, dd, dt, dl, form, img, p, table, tr, td {
    list-style: none;
}
table.onestepcheckout-summary .row{ margin:0px;}
#specialsBody .specialsListBoxContents,#productsnewBody .centerBoxContentsNew{ width:100% !important; margin:0px auto 10px;}
.primary-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #AF206F;
  border: none;
  border-radius: 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.primary-btn:hover,
.primary-btn:focus {
  opacity: 0.9;
  color: #FFF;
}
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	font-size:16px;
	width:auto;
}
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em 0px;
}
LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
}

select, TEXTAREA {
	border: 1px solid #e8e8e8;
	color: #6A6A6A;
}
SELECT, INPUT {
	display: inline;
	list-style:none;
}
TEXTAREA {
	margin:5px auto;
	display: block;
	list-style:none;
	width: 95%;
	padding:10px 1%;
}
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #ddd;
	background:#fff;
}
.cart FIELDSET {
	border:0;
}
.login_email:focus,.login_input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
}
LABEL.inputLabel {
	width: 15%;
	float: left;
}
#createAcctDefault #state {
	padding: 0 1%;
	border: 1px solid #e8e8e8;
	width: 97% !important;
}
.instructions {
	float:left;
	margin-left:10px;
}
#addressBookProcessDefault label {
	margin: 5px 1px;
	height:30px;
	line-height:30px;
}
#accountEditDefault label {
	margin:10px 0px;
}
#contactname, #contactname, #firstname, #lastname, #street-address, #suburb, #city, #postcode, #state, #email-address, #telephone, #fax {
	height:30px;
	line-height:30px;
	width:99%;
	text-indent:5px;
	margin:5px 1px;
	color: #6A6A6A;
	border: 1px solid #e8e8e8;
}
#stateZone, #country {
	height:36px;
	line-height:36px;
	width:80.5% !important;
	margin:5px 1px;
	color: #6A6A6A;
	border: 1px solid #e8e8e8;
}
#stBreak {
	display:none;
}
LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
}
LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
}
.logoin_detail p {
    text-align: left;
}
.forward,.back{ margin:8px 0px;}
.gside {
	width:95%;
	margin:auto;	
	border: 1px solid #ddd;
    padding:10px 2%;
}
.gside:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	webkit-box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.2);
}
.gside ul {
	padding:0px;
	margin:0px;
}
.gside ul li {
	height:auto;
}
.gside .gtop {
	width:35%;float:left;text-align: left;
}
.gside .gtop .images {
	text-align:center; width:98%;
}
.gside .gtop .images img {
	width:98%;
	height:auto;
}
.gside li.gname {
	margin:10px 6px;
	line-height:20px;
	height:40px;
	overflow:hidden;
}
.gside .gbottom {
	width:65%;
	float:left;
	text-align: left;
	margin:30px 0px 0px;
}
.gside .gbottom .gright .liprice {
	line-height:25px;
	font-size: 14px;
	margin:0px 6px 10px;
}
.productPriceDiscount {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	display:block;
	clear:both; 
}
.productBasePrice{color: #AF206F;font-size: 15px; font-weight:bold;}



/* add */


/*----------------------------*\
	Inputs
\*----------------------------*/
input,
button,
select,
textarea {
  outline: medium none;
}

/*-- Text input --*/
.input {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  width: 100%;
  vertical-align: bottom;
}

textarea.input {
  padding: 15px;
  min-height:120px;
}

.tlinks {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/*-- Number input --*/
.input-number {
  position: relative;
}

.input-number input[type="number"]::-webkit-inner-spin-button,
.input-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-number input[type="number"] {
  -moz-appearance: textfield;
  height: 40px;
  width: 100%;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  padding: 0px 35px 0px 15px;
}

.input-number .qty-up,
.input-number .qty-down {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-number .qty-up {
  right: 0;
  top: 0;
  border-bottom: 0px;
}

.input-number .qty-down {
  right: 0;
  bottom: 0;
}

.input-number .qty-up:hover,
.input-number .qty-down:hover {
  background-color: #E4E7ED;
  color: #AF206F;
}

/*-- Select input --*/
.input-select,
.attribsSelect+select {
  padding: 0px 15px;
  background: #FFF;
  border: 1px solid #E4E7ED;
  height: 40px;
}

/*-- checkbox & radio input --*/
.input-radio,
.input-checkbox {
  position: relative;
  display: block;
}

.input-radio input[type="radio"]:not(:checked),
.input-radio input[type="radio"]:checked,
.input-checkbox input[type="checkbox"]:not(:checked),
.input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label,
.input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 5px;
  cursor: pointer;
}

.input-radio input[type="radio"]+label span,
.input-checkbox input[type="checkbox"]+label span {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]+label span {
  border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
  content: '✔';
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 10px;
  color: #FFF;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span,
.input-checkbox input[type="checkbox"]:checked+label span {
  background-color: #AF206F;
  border-color: #AF206F;
}

.input-radio input[type="radio"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption,
.input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption,
.input-checkbox input[type="checkbox"]:checked~.caption {
  max-height: 800px;
}

/*----------------------------*\
	Section
\*----------------------------*/

.section {
}

.section-title {
  position: relative;
  margin:0px;
}
.section-title .title span{ display:none; float:right;  font-size:16px;}
.section-title .title span a{ font-weight:normal;}
.section-title .title span a:hover{ text-decoration:underline;}
.section-title .section-nav {
  float: right;
}

.section-title .section-nav .section-tab-nav {
  display: inline-block;
}

.section-tab-nav li {
  display: inline-block;
  margin-right: 15px;
}

.section-tab-nav li:last-child {
  margin-right: 0px;
}

.section-tab-nav li a {
  font-weight: 700;
  color: #8D99AE;
}

.section-tab-nav li a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #AF206F;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.section-tab-nav li.active a {
  color: #AF206F;
}

.section-tab-nav li a:hover:after,
.section-tab-nav li a:focus:after,
.section-tab-nav li.active a:after {
  width: 100%;
}

.section-title .section-nav .products-slick-nav {
  top: 0px;
  right: 0px;
}

/*----------------------------*\
	Breadcrumb
\*----------------------------*/
#breadcrumb { width:100%;}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
  padding:25px 0px 15px;
  width:100%;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #666;
  margin-right:8px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #666;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #AF206F;
}

/*=========================================================
	02 -> HEADER
===========================================================*/
/*----------------------------*\
	Top header
\*----------------------------*/
#top-header {
  padding-top:6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  background:#fff;
}
.header-links{ width:100%; margin:auto;}
.header-links li {
  display: inline-block;
  font-size: 12px;
  height:30px;
  line-height:30px;
  float:left;
}

.header-links li:last-child {
  margin-right: 0px;
}
.header-links li {
  color: #666;
}
.header-links li a {
  color: #666;
}

.header-links li a:hover {
  color:#AF206F;
}

.header-links li i {
  color:#AF206F;
  margin-right: 5px;
  font-size:14px;
  font-weight:normal;
}
.fa-shopping-cart{font-size:18px !important; color:#AF206F !important;}
/*----------------------------*\
	Logo
\*----------------------------*/
#header {
  padding-top:25px;
  padding-bottom: 25px;
}
#navigation{background:#AF206F;}
.header-logo {
  float: left;
}

.header-logo .logo img {
  display: block;
}
.clearBoth{ clear:both;}
.normalprice{text-decoration: line-through; font-size:12px;}
.productSpecialPrice{color: #AF206F;font-size: 14px; font-weight:bold;} 
.buttonRow{ margin:10px 0px;}
/*=============右飘边菜单======*/
#sortlist {border-top: 1px solid #ddd;
}
#sortlist li ul {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
#sortlist li {
	margin:0px;
	padding:0px;
	display:inline;
	cursor:pointer;
}
#sortlist li ul li {
	display:block;
	padding:0px;
	position: relative;
}
#sortlist li a {
	clear: both;
	cursor: pointer;
	line-height:16px;
	padding:8px 0px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	display: block;
	overflow:hidden;
}
#sortlist li ul li ul {
	left:250px;
	position: absolute;
	top: -1px;
	z-index:100;
	background: #fff;
    border: 1px solid #ddd;
	width: auto;
}
#sortlist li ul li ul li {
	float:left;
	width:100%;
	border:0px;
	position: relative;
}
#sortlist li ul li ul li a {
	display:block;
	padding:0px 12px;
	word-break: initial;
	white-space:nowrap;
	height:33px;
	line-height:33px;
}
#sortlist li ul li ul ul {
	width: auto;
}
#sortlist li ul li ul ul li {
	position: relative;
}
#contactUsNoticeContent {
	display:none;
}
.store-sort #disp-order-sorter,#sorter #disp-order-sorter{ padding:5px; border:1px solid #ddd;}
/*----------------------------*\
	Search
\*----------------------------*/
.header-search {
	margin:15px 0px;
}

.header-search form {
  position: relative;
}
.header-search form .input {
  float:left;
  padding: 0px;
  text-indent: 10px;
  width: calc(100% - 60px);
  font-size:12px;
  color:#888;
  background: #fff;
  border:0px;
  height:40px;
  line-height:40px;
}

.header-search form .search-btn {
  height: 40px;
  width:60px; 
  background:#fff;
  border: none;
  padding:0px;
  margin:0px;
}
.header-search form .search-btn .fa-search{ font-size:22px;color:#af206f;}

.CartText{ float:left;margin:15px 0px; background:#fff url(../images/header_icon.png) no-repeat 15px center; padding:0px 20px 0px 60px; height:40px; line-height:40px;color:#666;}
.CartText a{color:#888;}
.CartText a:hover{text-decoration:underline;}
/*----------------------------*\
	Cart
\*----------------------------*/
.header-ctn{ width:100%; height:60px; line-height:60px;}
.mycart{ float:left;padding:0px 15px 0px 0px;}
.mylogin{ float:left; }
.menu-toggle{ float:right;}
.header-ctn {
  float: right;
  padding:10px 0px;
}

.header-ctn>div {
  display: inline-block;
}
.header-ctn>div>a {
  display: block;
  text-align: center;
  color: #333;
}
.header-ctn>div>a:hover{ color:#AF206F;}
.header-ctn>div>a>i {
  display: block;
  font-size:35px;
}

.header-ctn>div>a>span {
  font-size: 12px; text-transform:uppercase;
}

.header-ctn>div>a>.qty {
  position: absolute;
  right: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #FFF;
  background-color: #AF206F;
}

.header-ctn .menu-toggle {
  display: none; float:right;
}

.cart-dropdown {
  position: absolute;
  width: 300px;
  padding: 15px;
  z-index: 99;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  background-color:#f2f2f2;
box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4);
}

.dropdown.open>.cart-dropdown {
  opacity: 1;
  visibility: visible;
}

.cart-dropdown .cart-list {
  max-height: 180px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.cart-dropdown .cart-list .product-widget {
  padding: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-dropdown .cart-list .product-widget:last-child {
  margin-bottom: 0px;
}

.cart-dropdown .cart-list .product-widget .product-img {
  left: 0px;
  top: 0px;
}

.cart-dropdown .cart-list .product-widget .product-body .product-price {
  color: #AF206F;
}

.cart-dropdown .cart-btns {
  margin: 0px -17px -17px;
}

.cart-dropdown .cart-btns>a {
  display: inline-block;
  width: calc(50% - 0px);
  padding: 12px;
  background-color: #AF206F;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.cart-dropdown .cart-btns>a:first-child {
  margin-right: -4px;
  background-color: #333;
}

.cart-dropdown .cart-btns>a:hover {
  opacity: 0.9;
}

.cart-dropdown .cart-summary {
  border-top: 1px solid #E4E7ED;
  padding-top: 15px;
  padding-bottom: 15px;
}
/*=========================================================
	03 -> Navigation
===========================================================*/


/*----------------------------*\
	Main nav
\*----------------------------*/
.main-nav>li+li {
  margin-left:15px
}

.main-nav>li>a {
  padding: 16px 0px;
  color:#333;
}

.main-nav>li>a:hover,
.main-nav>li>a:focus,
.main-nav>li.active>a {
  color:#AF206F;
  background: url(../images/nav_ico.png) no-repeat bottom center;
}

.main-nav>li>a:after {
  content: "";
  display: block;
  width: 0%;
  height:0px;
  background-color: #AF206F;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.main-nav>li>a:hover:after,
.main-nav>li>a:focus:after,
.main-nav>li.active>a:after {
  width: 100%;
}

.header-ctn li.nav-toggle {
  display: none;
}

/*----------------------------*\
	responsive nav
\*----------------------------*/
@media only screen and (max-width: 991px) {
  .header-ctn .menu-toggle {
    display: inline-block;
  }

  #responsive-nav {
    position: fixed;
    left: 0;
    top: 60px;
    background: #f6f6f6;
	border:1px solid #ddd;
    width: 100%;
    overflow: hidden;
    z-index: 22;
    padding:10px 0px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
  }

  #responsive-nav.active {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    width: 100%;
  }
  .main-nav {
    margin: 0px;
    float: none;
  }

  .main-nav>li {
    display: block;
    float: none;
  }

  .main-nav>li+li {
    margin-left: 0px;
  }

  .main-nav>li>a {
    padding:2px 5px;
    color: #444;
	font-size:12px;
	line-height:16px;
  }
}

/*=========================================================
	04 -> CATEGORY SHOP
===========================================================*/
.shop {
  position: relative;
  overflow: hidden;
  margin: 25px 0px 15px;
  border:1px solid #ccc;
  background:#AF206F;
}
.shop .shop-img {
  text-align:center;
  height:360px;
  line-height:360px;
  background:#fff;
}

.shop .shop-img>img {
  max-width:98%;
  max-height:320px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.shop:hover .shop-img>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.shop .shop-body {text-align:left; padding:20px 10px;}
.shop .shop-body h3{ margin:auto;}
.shop .shop-body h3 a{
display:block; font-size:16px;height:40px; line-height:20px; overflow:hidden;color: #fff;
}
.shop .shop-body h3 a:hover{ text-decoration:underline;}
.shop .shop-body .cta-btn {
  color: #fff;
  text-transform: uppercase;
}
.shop .shop-body .cta-btn:hover{ text-decoration: underline;}

/*=========================================================
	05 -> HOT DEAL
===========================================================*/
#hot-deal.section {
  padding: 60px 0px;
  margin: 30px auto;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.4);
}

.hot-deal {
  text-align: center;
}

.hot-deal .hot-deal-countdown {
  margin-bottom: 30px;
}

.hot-deal .hot-deal-countdown>li {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #AF206Fe6;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
}

.hot-deal .hot-deal-countdown>li>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hot-deal .hot-deal-countdown>li>div h3 {
  color: #FFF;
  margin-bottom: 0px;
}

.hot-deal .hot-deal-countdown>li>div span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}

.hot-deal p {
  text-transform: uppercase;
  font-size: 24px;
}

.hot-deal .cta-btn {
  margin-top: 15px;
}

/*=========================================================
	06 -> PRODUCT
===========================================================*/
/*----------------------------*\
	product
\*----------------------------*/
.product {
  position: relative;
  margin: 10px 0px;
   background:#fff;
  border: 1px solid #ccc;
}
.product:hover {
 border: 1px solid #AF206F;
}
.product .product-img {
  overflow: hidden;
  position: relative;
  height: 265px;
  line-height: 265px;
  text-align:center;
  margin:auto;
  width:100%;
}
.product .product-img>img,
.product .product-img>a>img {
  max-width: 99%;
  max-height: 250px;
  text-align:center;
  display: initial;
}

.product .product-img .product-label {
  position: absolute;
  top:5px;
  right:5px;
  line-height: normal;
}

.product .product-img .product-label>span {
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
   background-color:#AF206F;
  color:#fff;
}
.product .product-img .product-label>span.new {
  display:none;
  background-color: #AF206F;
  color: #FFF;
}

.product .product-body {
  position: relative;
  padding:10px 5px 5px;
  height:140px;
  text-align: left;
  z-index: 20;
  background:#fff;
   border-top: 1px solid #ccc;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
  overflow: hidden;
  height: 20px;
  display:none;
}

.product .product-body .product-name {
  font-size: 14px;
  height:40px;
  line-height:20px;
  overflow:hidden;
  margin: auto;
  display: inline-block;
  font-weight: normal;
  }
.product .product-body .product-price {
  color: #AF206F;
  font-size: 18px;
  margin:6px 0px 10px;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #666;
}

.product .product-body .product-rating {
  position: relative;
  height: 20px;
}

.product .product-body .product-rating>i {
  position: relative;
  width: 14px;
  color:#AF206F;
  z-index: 10;
}

.product .product-body .product-rating>i.fa-star {
  color:#ccc;
}

.product .product-body .product-rating:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product .product-body .product-btns>a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  display: inline-block;
}

.product .product-body .product-btns>a:hover {
  background-color: #E4E7ED;
  color: #AF206F;
  border-radius: 50%;
}

.product .product-body .product-btns>a .tooltipp {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
  width: 150px;
  padding: 10px;
  font-size: 12px;
  line-height: 10px;
  background: #1e1f29;
  color: #FFF;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .product-body .product-btns>a:hover .tooltipp {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -5px);
  -ms-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}

.product .add-to-cart {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  padding: 15px;
  background: #1e1f29;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 2;
}

.product:hover .add-to-cart {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.product .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color:#AF206F;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #AF206F;
  opacity: 0;
  visibility: hidden;
}

.product .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #AF206F;
  border-color: #AF206F;
  padding: 0px 30px 0px 50px;
}

.product .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

/*----------------------------*\
	Widget product
\*----------------------------*/
.product-widget {
  position: relative;
}

.product-widget+.product-widget {
  margin: 30px 0px;
}

.product-widget .product-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  text-align: center;
}
.product-widget .product-img>img {
  max-height: 60px;
  max-width: 60px;
}

.product-widget .product-body {
  padding-left: 75px;
  min-height: 60px;
}

.product-widget .product-body .product-category {
  font-size: 10px;
  color: #8D99AE;
  display:none;
}

.product-widget .product-body .product-name {
  font-size: 12px;
}

.product-widget .product-body .product-name>a {
  font-weight: normal;
  height: 25px;
  display: inline-block;
  overflow: hidden;
}

.product-widget .product-body .product-name>a:hover,
.product-widget .product-body .product-name>a:focus {
  color: #AF206F;
}

.product-widget .product-body .product-price {
  font-size: 14px;
  color: #AF206F;
}

.product-widget .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #666;
}

.product-widget .product-body .product-price .qty {
  font-weight: bold;
  margin-right: 10px;
  color:#333;
}

.product-widget .delete {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  text-align: center;
  font-size: 10px;
  padding: 0;
  background:#AF206F;
  border: none;
  color: #FFF;
  line-height: 14px;
}

/*----------------------------*\
	Products slick
\*----------------------------*/
.products-slick .slick-list {
  z-index: 2;
}

.products-slick .product.slick-slide {
  margin:8px;
}

.products-tabs>.tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  margin-bottom: -60px;
}

.products-tabs>.tab-pane.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.products-slick-nav {
  position: absolute;
  right:0px;
  z-index: 10;
  width:100%;
  bottom:70px;
}

.products-slick-nav .slick-prev{
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width:45px;
  height:45px;
  display: inline-block !important;
  margin: 0px;
  left:35%;
}
.products-slick-nav .slick-next {
  position: absolute;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width:45px;
  height:45px;
  display: inline-block !important;
  margin: 0px;
  right:35%;
}

.products-slick-nav .slick-prev:before,
.products-slick-nav .slick-next:before {
  font-size:24px;
}

/*=========================================================
	07 -> PRODUCTS PAGE
===========================================================*/
/*----------------------------*\
	Aside
\*----------------------------*/
.aside+.aside {
  margin-top: 30px; display:none;
}
/*-- checkbox Filter --*/
.checkbox-filter>div+div {
  margin-top: 10px;
}

.checkbox-filter .input-radio label,
.checkbox-filter .input-checkbox label {
  font-size: 12px;
}

.checkbox-filter .input-radio label small,
.checkbox-filter .input-checkbox label small {
  color: #8D99AE;
}

/*-- Price Filter --*/
#price-slider {
  margin-bottom: 15px;
}

.noUi-target {
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E4E7ED;
  border-radius: 0px;
}

.noUi-connect {
  background-color: #AF206F;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -4px;
  border: none;
  background: #AF206F;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.price-filter .input-number {
  display: inline-block;
  width: calc(50% - 7px);
}

/*----------------------------*\
	Store
\*----------------------------*/
.store-filter {
  margin-bottom: 15px;
  margin-top: 15px;
}

/*-- Store Sort --*/
.store-sort {
  display: inline-block;
}

.store-sort label {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}

/*-- Store Grid --*/
.store-grid {
  float: right;
}

.store-grid li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-grid li+li {
  margin-left: 5px;
}

.store-grid li:hover {
  background-color: #E4E7ED;
  color: #AF206F;
}

.store-grid li.active {
  background-color: #AF206F;
  border-color: #AF206F;
  color: #FFF;
  cursor: default;
}

.store-grid li a {
  display: block;
}

/*-- Store Pagination --*/
.store-pagination,
.pagination {
  float: right;
}

.store-pagination li,
.pagination li {
  display: inline-block;
  padding: 0px 8px;
  height:30px;
  line-height:30px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-pagination li+li,
.pagination li+li {
  margin-left: 5px;
}

.store-pagination li:hover,
.pagination li:hover {
background-color: #AF206F;
border-color: #AF206F;
color: #FFF;
}

.store-pagination li.active,
.pagination li.active {
background-color: #AF206F;
border-color: #AF206F;
color: #FFF;
  font-weight: 500;
  cursor: default;
}

.store-pagination li a,
.pagination li a {
  display: block;
}

.pagination {
  margin: 0 auto;
}

.pagination>li>a {
  float: none;
  padding: 0 0;
  margin-left: 0;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
}

.store-qty {
  margin-right: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}

/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/
/*----------------------------*\
	Product view
\*----------------------------*/
#product-main-img .slick-prev {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  left: 15px;
}

#product-main-img .slick-next {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  right: 15px;
}

#product-main-img .slick-prev,
#product-main-img .slick-next {
  z-index:10000000;
  color:#333;
opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#product-main-img:hover .slick-prev,
#product-main-img:hover .slick-next {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

#product-main-img .zoomImg {
  background-color: #FFF;
}

#product-imgs .product-preview {
  margin: 1px;
  border: 1px solid #E4E7ED;
}

#product-imgs .product-preview.slick-current {
  border-color: #AF206F;
}

#product-imgs .slick-prev {
  top: 0px;
  left: 50%;
  z-index:10000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-next {
  top: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
  content: "\f106";
}

#product-imgs .slick-next:before {
  content: "\f107";
}

.product-preview img {
  width: 100%;
}

/*----------------------------*\
	Product details
\*----------------------------*/
.product-details .product-name {
  font-size: 18px;
}

.product-details .product-rating {
  display: inline-block;
  margin-right: 15px;
}

.product-details .product-rating>i {
  color: #E4E7ED;
}

.product-details .product-rating>i.fa-star {
  color:#ccc;
}

.product-details .review-link {
  font-size: 12px;
}

.product-details .product-price {
  display: inline-block;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #AF206F;
}
.product-old-price{ color:#666; margin-right:5px;}
.product-details .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #666;
}

.product-details .product-available {
  font-size: 14px;
  font-weight: 700;
  margin-left: 30px;
  color: #333;
}

.product-details .product-options {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-details .product-options .options-item {
  margin-bottom: 10px;
}

.product-details .product-options label {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 0px;
}

.product-details .product-options .input-select,
.product-details .product-options .attribsSelect+select {
  width: 140px;
}


.product-details .add-to-cart {
  margin-bottom: 20px;
}

.product-details .add-to-cart .add-to-cart-btn {
  position: relative;
  border: 2px solid transparent;
  height: 40px;
  padding: 0 30px;
  background-color:#AF206F;
  color: #FFF;
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product-details .add-to-cart .add-to-cart-btn>i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #AF206F;
  opacity: 0;
  visibility: hidden;
}

.product-details .add-to-cart .add-to-cart-btn:hover {
  background-color: #FFF;
  color: #AF206F;
  border-color: #AF206F;
  padding: 0px 30px 0px 50px;
}

.product-details .add-to-cart .add-to-cart-btn:hover>i {
  opacity: 1;
  visibility: visible;
}

.product-details .add-to-cart .qty-label {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-bottom: 10px;
}

.product-details .add-to-cart .qty-label .input-number {
  width: 90px;
  display: inline-block;
}

.product-details .product-btns li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}

.product-details .product-btns li+li {
  margin-left: 15px;
}

.product-details .product-links {
  margin-top: 15px;
}

.product-details .product-links li {
  display: inline-block;
  font-size: 13px;
}

.product-details .product-links li+li {
  margin-left: 10px;
}

/*----------------------------*\
	 Product tab
\*----------------------------*/
#product-tab {
  margin:15px auto;border:1px solid #ccc; padding:0px 0px 20px; background:#fff;
}

#product-tab .tab-nav {
  position: relative;
  text-align: center;
  margin-bottom:15px;
  border-bottom:1px solid #ccc;
  background: #fff;
  height:50px;
}
#product-tab .tab-nav li {
	float:left;
  display: inline-block;
  padding:0px 20px;
  font-size:20px;
  font-weight:bold;
  height:48px;
  line-height:48px;
}
#product-tab .tab-nav li a {
  display: block;
}
#product-tab .tab-nav li.active a {
  color:#AF206F ;border-bottom:2px solid #AF206F;
}


/*-- Rating --*/
.rating-avg {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rating-avg .rating-stars {
  margin-left: 10px;
}

.rating-avg .rating-stars,
.rating .rating-stars {
  display: inline-block;
}

.rating-avg .rating-stars>i,
.rating .rating-stars>i {
  color: #E4E7ED;
}

.rating-avg .rating-stars>i.fa-star,
.rating .rating-stars>i.fa-star {
  color: #AF206F;
}

.rating li {
  margin: 5px 0px;
}

.rating .rating-progress {
  position: relative;
  display: inline-block;
  height: 9px;
  background-color: #E4E7ED;
  width: 120px;
  margin: 0px 10px;
  border-radius: 5px;
}

.rating .rating-progress>div {
  background-color: #AF206F;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.rating .sum {
  display: inline-block;
  font-size: 12px;
  color: #8D99AE;
}

/*-- Reviews --*/
.reviews li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 30px;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  left: 0;
  top: 0;
  height: 70px;
}

.reviews .review-body {
  min-height: 70px;
}

.reviews .review-heading .name {
  margin-bottom: 5px;
  margin-top: 0px;
}

.reviews .review-heading .date {
  color: #8D99AE;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
  color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
  color: #AF206F;
}

.reviews-pagination {
  text-align: center;
}

.reviews-pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.reviews-pagination li:hover {
  background-color: #E4E7ED;
  color: #AF206F;
}

.reviews-pagination li.active {
  background-color: #AF206F;
  border-color: #AF206F;
  color: #FFF;
  cursor: default;
}

.reviews-pagination li a {
  display: block;
}

/*-- Review Form --*/
.review-form .input {
  margin-bottom: 15px;
}

.review-form .input-rating {
  margin-bottom: 15px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  color: #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.review-form .input-rating .stars>label:hover:before,
.review-form .input-rating .stars>label:hover~label:before {
  color: #AF206F;
}

.review-form .input-rating .stars>input:checked label:before,
.review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: #AF206F;
}

/*=========================================================
	09 -> CHECKOUT PAGE
===========================================================*/
.billing-details {
  margin-bottom: 30px;
}

.shiping-details {
  margin-bottom: 30px;
}

.order-details {
  position: relative;
  padding: 0px 30px 30px;
  border-right: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
}

.order-details:before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -15px;
  height: 30px;
  border-top: 1px solid #E4E7ED;
  border-left: 1px solid #E4E7ED;
  border-right: 1px solid #E4E7ED;
}

.order-summary {
  margin: 15px 0px;
}

.order-summary .order-col {
  display: table;
  width: 100%;
}

.order-summary .order-col:after {
  content: "";
  display: block;
  clear: both;
}

.order-summary .order-col>div {
  display: table-cell;
  padding: 10px 0px;
}

.order-summary .order-col>div:first-child {
  width: calc(100% - 150px);
}

.order-summary .order-col>div:last-child {
  width: 150px;
  text-align: right;
}

.order-summary .order-col .order-total {
  font-size: 24px;
  color: #AF206F;
}

.order-details .payment-method {
  margin: 30px 0px;
}

.order-details .order-submit {
  display: block;
  margin-top: 30px;
}

/*=========================================================
	10 -> NEWSLETTER
===========================================================*/
.newsletter {
  text-align: center;
}

.newsletter p {
  font-size: 24px;
}

.newsletter form {
  position: relative;
  max-width: 520px;
  margin: 30px auto;
}

.newsletter form:after {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  font-size: 160px;
  color: #E4E7ED;
  top: 15px;
  -webkit-transform: translateY(-50%) rotate(15deg);
  -ms-transform: translateY(-50%) rotate(15deg);
  transform: translateY(-50%) rotate(15deg);
  z-index: -1;
  left: -90px;
}

.newsletter form .input {
  width: calc(100% - 160px);
  margin-right: -4px;
  border-radius: 40px 0px 0px 40px;
}

.newsletter form .newsletter-btn {
  width: 160px;
  height: 40px;
  font-weight: 700;
  background: #AF206F;
  color: #FFF;
  border: none;
  border-radius: 0px 40px 40px 0px;
}

.newsletter .newsletter-follow {
  text-align: center;
}

.newsletter .newsletter-follow li {
  display: inline-block;
  margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
  margin-right: 0px;
}

.newsletter .newsletter-follow li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.newsletter .newsletter-follow li a:hover,
.newsletter .newsletter-follow li a:focus {
  background-color: #E4E7ED;
  color: #AF206F;
}

/*=========================================================
	11 -> FOOTER
===========================================================*/
#bottom-footer {
 text-align:center;border-top: 1px solid #29292a; margin:20px auto 0px;
}
#footer{ background: #17171c url(../images/foot_bg.png) no-repeat right top;padding:40px 0px 0px; margin:20px auto 0px;}
.footer {
  margin: 15px 0px 25px;
}

.footer .footer-title {
  color:#9f5977;
  background:url(../images/nav_ico.png) no-repeat left bottom;
  font-size:20px;
  margin: 0px 0px 20px;
  padding:0px 0px 30px;
}

.footer-links li+li {
  margin-top:8px;
}

.footer-links li a {
  color:#8b8d93;
}
.footer-links li a:hover {text-decoration:underline;}

.copyright {
  display: block;
  font-size: 14px;
  padding:20px 0px;
  color:#999;
}
.copyright a{font-weight:bold;color:#999;}
.copyright a:hover{ text-decoration:underline;color:#9f5977;}
.footer-payments li {
  display: inline-block;
  margin-right: 5px;
}

.footer-payments li a {
  color: #15161D;
  font-size: 36px;
  display: block;
}

/*=========================================================
	12 -> SLICK STYLE
===========================================================*/
/*----------------------------*\
	Arrows
\*----------------------------*/
.slick-prev,
.slick-next {
  width: 45px;
  height: 45px;
  z-index: 22;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.slick-prev{ background:#AF206F}
.slick-next{ background:#AF206F}
.slick-prev:hover,.slick-prev:focus{ background:#AF206F}
.slick-next:hover,.slick-next:focus {background-color: #AF206F;}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  color: #fff;
}

.slick-prev:before {
  content: "\f177";
}

.slick-next:before {
  content: "\f178";
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #FFF;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

/*----------------------------*\
	Dots
\*----------------------------*/
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: "";
  opacity: 1;
  background: #E4E7ED;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #AF206F;
}

.custom-dots .slick-dots {
  position: static;
  margin: 15px 0px;
}

/*=========================================================
	13 -> RESPONSIVE
===========================================================*/
@media only screen and (max-width: 1201px) {}

@media only screen and (max-width: 991px) {
  #top-header .header-links.pull-left {
   
  }

  #top-header .header-links.pull-right {
    float: none !important;
    margin-top: 5px;
  }

  .header-logo {
    float: none;
    text-align: center;
  }

  .header-logo .logo {
    display: inline-block;
  }

  #product-imgs {
    margin-bottom: 60px;
    margin-top: 15px;
  }

  #rating {
    text-align: center;
  }

  #reviews {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .section-nav {
    float: none;
    margin-top: 10px;
  }
  .section-tab-nav li {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  [class*='col-xs'] {
    width: 100%;
  }

  .store-grid {
    float: none;
    margin-top: 10px;
  }

  .store-pagination {
    float: none;
    margin-top: 10px;
  }
}

.currenceBox {
  display: inline-block;
}

.currenceBox select {
  background: #fff;
  height:26px;
  width:96px;
  line-height: 26px;
  color: #666;
  border:1px solid #ddd;
}



.has_sub {
  position: relative;
}

.has_sub:hover .dropdown-menu {
  display: block;
}

#pro_des_img {
  text-align: center;
  margin:10px auto 0px;
}

#pro_des_img img {
  clear:both;
  max-width:98%;
  width:600px;
  height: auto;
  margin-bottom: 10px;
}

#one-step-checkout-form,
.checkstepcon {
  display: block;
  overflow: hidden;
}
#indexHomeBody .main-Content {
  width: 100% !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.main-Content {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.main-Content {
  padding-top: 20px;
}

#indexHomeBody .main-Content,
#indexBody .main-Content,
#productinfoBody .main-Content {
  padding-top: 0;
}

.button {
  background-color: #AF206F !important;
  color: #FFF !important;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 40px;
  padding: 2px 10px !important;
}

button.button>span {
  background: none !important;
}

@media (max-width: 1090px) {
  #aside {
    display: none;
  }
  .col-md-9{ width:100%;}
}


@media (min-width: 768px) {
  .main-Content {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .main-Content {
    width: 970px	
  }

}

@media (min-width: 1200px) {
  .main-Content {
    width: 1170px;
  }

}
#sys_num th {
  text-align: center;
}

.ccinfo input {
  float: none !important;
}

.freetxt {
  text-align: center;
  line-height: 60px;
  color: #d10024;

}

.freetxt .freetxt2 {
  font-weight: 700;
  margin-left: 10px;
}
