/**************************************
preview panel
***************************************/
.table {
  width: 97%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #E7E7E7;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #E7E7E7;
}
.paystatus{
	background: #f9f9f9;
    padding: 15px 25px;
    box-shadow: inset 0px 0px 5px #e7e7e7;
    border-top: 3px solid #3d5073;
    width: 97%;
}
.paystatus p{
	margin: 0px;
}
.paystatus p>a{
  color: #3d5073;
  font-style: italic;
  text-decoration: underline;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #E7E7E7;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #E7E7E7;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
} 

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
} 

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  color: #f25c27;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #FF5400;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

#demo-panel {
  position: fixed;
  width: 180px;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  top: 50px;
  left: -180px;
  color: #f3f3f3;
  z-index: 2900;
  padding: 25px 0px;
}
#demo-panel h5 {
  color: #f3f3f3;
  padding: 5px;
  margin-left: 10px;
}
#demo-panel #pattren-for,
#demo-panel p {
  margin-left: 10px;
}
#demo-panel .panle-toggle {
  width: 40px;
  height: 50px;
  font-size: 28px;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  color: #f3f3f3;
  right: -40px;
  cursor: pointer;
  text-align: center;
  line-height: 1.8em;
}
.style-preview,
.pattern-preview {
  margin: 10px 5px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  cursor: pointer;
  background-repeat: repeat;
  margin-left: 8px;
}
.yellow-box {
  background: #ff9a00;
}
.red-box {
  background: #e84c3d;
}
.blue-box {
  background: #4090d5;
}
.rose-box {
  background: #ee008a;
}
.green-box {
  background: #aeee00;
}
.orange-box {
  background: #e46917;
}
.brown-box {
  background: #672525;
}
.orange-box {
  background: #db4105;
}
.deep-blue-box {
  background: #3d5073;
}
.form-horizontal .control-group { margin-bottom: 19px; *zoom: 1; }
.form-horizontal .control-group:before, .form-horizontal .control-group:after { display: table; content: ""; line-height: 0; }
.form-horizontal .control-group:after { clear: both; }
.form-horizontal .control-label { float: left; width: 160px; padding-top: 5px; text-align: left; font-weight:bold}
.form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 180px; *margin-left: 0; }
.form-horizontal .controls:first-child { *padding-left: 180px; }
.form-horizontal .help-block { margin-bottom: 0; }
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block { margin-top: 9.5px; }
.form-horizontal .form-actions { padding-left: 180px; }

button{
border:none;cursor:pointer;
}
.p1 {
  background-image: url(../images/pattern/pattern1.png);
}
.p2 {
  background-image: url(../images/pattern/pattern2.png);
}
.p3 {
  background-image: url(../images/pattern/pattern3.png);
}
.p4 {
  background-image: url(../images/pattern/pattern4.png);
}
.p5 {
  background-image: url(../images/pattern/pattern5.png);
}
.p6 {
  background-image: url(../images/pattern/pattern6.png);
}
.p7 {
  background-image: url(../images/pattern/pattern7.png);
}
.p8 {
  background-image: url(../images/pattern/pattern8.png);
}
.p9 {
  background-image: url(../images/pattern/pattern9.png);
}
.p10 {
  background-image: url(../images/pattern/pattern10.png);
}
.p11 {
  background-image: url(../images/pattern/pattern11.png);
}
.p12 {
  background-image: url(../images/pattern/pattern12.png);
}
.p13 {
  background-image: url(../images/pattern/pattern13.png);
}
.p14 {
  background-image: url(../images/pattern/pattern14.png);
}
.p15 {
  background-image: url(../images/pattern/pattern15.png);
}
.p16 {
  background-image: url(../images/pattern/pattern16.png);
}
.p17 {
  background-image: url(../images/pattern/pattern17.png);
}
.p18 {
  background-image: url(../images/pattern/pattern18.png);
}
.p19 {
  background-image: url(../images/pattern/pattern19.png);
}
.p20 {
  background-image: url(../images/pattern/pattern20.png);
}
.p21 {
  background-image: url(../images/pattern/pattern21.png);
}
.p22 {
  background-image: url(../images/pattern/pattern22.png);
}
.p23 {
  background-image: url(../images/pattern/pattern23.png);
}
.p24 {
  background-image: url(../images/pattern/pattern24.png);
}
.p25 {
  background-image: url(../images/pattern/pattern25.png);
}
.p26 {
  background-image: url(../images/pattern/pattern26.png);
}
.p27 {
  background-image: url(../images/pattern/pattern27.png);
}
.p28 {
  background-image: url(../images/pattern/pattern28.png);
}
.p29 {
  background-image: url(../images/pattern/pattern29.png);
}
.p30 {
  background-image: url(../images/pattern/pattern30.png);
}
.p31 {
  background-image: url(../images/pattern/pattern31.png);
}
.p32 {
  background-image: url(../images/pattern/pattern32.png);
}
/* Table of Content
======================================================================================================================================================
  
    1 - TOP HEADER
    2 - HEADER
    3 - FEATURED SECTION
    4 - MAIN CONTENTS    
    5 - FOOTER
    6 - SIDEBAR
    7 - PRODUCT PAGE
    8 - SHOPPING CART
    9 - CHECKOUT PAGE
    10 - COMPARE PAGE
    11 - ACCOUNT PAGES
    12 - CONTACT PAGE
    13 - CUSTOM PLUGINS
====================================================================================================================================================== */

body {
  background-image: url(../images/pattern/pattern1.png);
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boxed {
  max-width: 960px;
  margin: 0 auto;
}
video {
  max-width: 100%;
  height: auto;
}
iframe,
embed,
object {
  max-width: 100%;
}
img {
  max-width: 100%;
}
select {
  border: 1px solid gainsboro;
  padding: 0 0 0 5px;
  height: 33px;
  background-color: #fcfcfc;
  background-repeat: no-repeat;
  background-position: center right;
}
.checkbox_skin {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/checkbox.png") left top no-repeat;
  display: inline-block;
  margin-right: 10px;
}
.select_skin {
  position: relative;
  display: block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *
  display: inline;
  height: 35px;
  min-width: 100px;
  overflow: hidden;
  border: 1px solid #e4e4e6;
  background-color: white;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 2px #fafafa;
  -moz-box-shadow: 0 0 0 2px #fafafa;
  box-shadow: 0 0 0 2px #fafafa;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select_skin select {
  width: 100%;
  cursor: pointer;
}
.selected_value {
  font-size: 12px;
  left: 8px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  overflow: hidden;
  top: 5px;
  z-index: 1;
}
.input-label {
  vertical-align: top;
}
.checkbox_skin:active {
  background-position: left center !important;
}
.checkbox_skin input {
  position: absolute;
  background: transparent;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 0;
  left: 0;
}
.radio_skin {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../images/radio.png") left top no-repeat;
  display: block;
  margin-right: 5px;
  display: inline-block;
}
.radio_skin input {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.gotoTop {
  display: block;
  position: fixed;
  z-index: 800;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.5em;
  text-align: center;
  font-size: 32px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  top: 80%;
  right: 2%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.style-button {
  display: inline-block;
  padding: 10px 15px;
}
/*====================================================================================================================================================== 
Top Header
====================================================================================================================================================== */

.slide-toggle {
  background: black;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  text-align: center;
  color: #f3f3f3;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 3em;
  z-index: 990;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#top-wrapper {
  position: relative;
  background: #2c2c2c;
  height: 50px;
  z-index: 900;
}
#top-wrapper .top-select-buttons {
  padding-top: 8px;
}
#top-wrapper .top-icon {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: 8px;
  z-index: 110;
  position: relative;
}
#top-wrapper #language img {
  max-width: none;
}
#top-wrapper #currency {
  margin-right: 0;
}
#top-wrapper .account-links {
  text-align: center;
  color: #b0b0b0;
  color: #cacaca;
  display: inline-block;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  float: left;
}
#top-wrapper .account-links i {
  font-size: 13px;
  margin-right: 5px;
}
#top-wrapper .account-links a {
  font-size: 12px;
  color: #cacaca;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  height: 50px;
  line-height: 50px;
  padding: 0 2px;
}
#top-wrapper .checkout-icon {
  margin-right: 0;
}
#top-wrapper .checkout-icon i {
  margin-right: 0;
  margin-left: 10px;
}
#top-wrapper .mini-cart:hover .cart-dropdown {
  display: block;
}
#top-wrapper .mini-cart {
  position: relative;
  cursor: pointer;
  height: 50px;
}
#top-wrapper .mini-cart .cart-data {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

}
#top-wrapper .mini-cart span.count {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
#top-wrapper .mini-cart .cart-top {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  height: 50px;
  width: 50px;
  text-align: center;
  margin-right: 5px;
}
#top-wrapper .mini-cart .cart-top i.cart-top-icon {
  line-height: 50px;
  font-size: 18px;
}
#top-wrapper .mini-cart .checkout-icon {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#top-wrapper .mini-cart .checkout-icon:hover {
  background: black;
  color: white;
}
#top-wrapper .mini-cart .down-arrow {
  position: absolute;
  font-size: 14px;
  bottom: -5px;
  cursor: pointer;
}
#top-wrapper .mini-cart .cart-data {
  line-height: 1.7em;
}
#top-wrapper .mini-cart .cart-dropdown {
  display: none;
  position: absolute;
  z-index: 900;
  right: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.06);
}
#top-wrapper .mini-cart .cart-dropdown #cart-list {
  width: 270px;
  background: white;
  border: 1px solid #e8e8e8;
  padding: 5px 5px 0 5px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product {
  padding: 10px 0;
  border-bottom: 1px dotted #dfdfdf;
  overflow: hidden;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta {
  float: left;
  border-right: 1px dotted #dfdfdf;
  margin-right: 15px;
  width: 210px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta > a {
  float: left;
  width: 160px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta img {
  float: left;
  margin-right: 10px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta span {
  display: block;
  font-family: 'Muli';
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .product-meta .price {
  font-size: 12px;
  font-family: 'Muli';
  float: right;
  padding-right: 10px;
  margin-top: 15px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .action {
  float: left;
  text-align: center;
  margin-top: 15px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list .mini-product .action a {
  line-height: 1em;
  background: #3f3f3f;
  color: white;
  padding: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 14px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total {
  width: 100%;
  margin-bottom: 0;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total td {
  padding: 10px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total td span {
  font-size: 13px;
  text-transform: uppercase;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr {
  border-bottom: 1px dotted #dfdfdf;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr:last-child {
  border-bottom: none;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr:last-child td span {
  font-size: 14px;
}
#top-wrapper .mini-cart .cart-dropdown #cart-list table.mini-cart-total tr:last-child td span.total {
  padding: 5px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout {
  height: 50px;
  line-height: 49px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout a {
  font-size: 12px;
  display: inline-block;
  width: 49%;
  text-transform: uppercase;
}
#top-wrapper .mini-cart .cart-dropdown .checkout a i.icomoon {
  font-size: 14px;
  padding: 0 15px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout .cart i {
  padding-right: 10px;
}
#top-wrapper .mini-cart .cart-dropdown .checkout .check {
  text-align: right;
}
#top-wrapper .mini-cart .cart-dropdown .checkout .check i {
  padding-left: 10px;
}
.top-select-menu {
  background: #3c3c3c;
  min-width: 60px;
  height: 33px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #434343;
}
.top-select-menu div {
  position: absolute;
  width: 100%;
}
.top-select-menu a {
  position: relative;
  background: #3c3c3c;
  display: none;
  padding-left: 15px;
  padding-right: 20px;
  line-height: 32px;
  color: #b0b0b0;
  width: 100%;
}
.top-select-menu a.active_option {
  display: inline-block;
  color: #b0b0b0;
}
.top-select-menu a.active_option:hover {
  background: #3c3c3c;
  color: #b0b0b0;
}
.top-select-menu i.icomoon {
  position: absolute;
  top: 10px;
  right: 3px;
  color: #6d6d6d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-select-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  background: #545454;
  top: 10px;
  right: 23px;
}
.search-wrapper {
  position: relative;
}
.search-popup-trigger {
  font-size: 18px;
  padding-right: 0;
}
#top-search-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 8px;
  right: 20px;
  width: 0;
  height: 0;
  top: -16px;
}
#top-search-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  border-color: transparent transparent #d8d8d8 transparent;
  border-style: solid;
  border-width: 9px;
  right: 19px;
  width: 0;
  height: 0;
  top: -18px;
}
#top-search-wrapper {
  display: none;
  position: absolute;
  width: 270px;
  right: -20px;
  z-index: 100;
  padding: 15px;
  background: white;
  border: 1px solid #d8d8d8;
  top: 65px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
#top-search-wrapper input[type="text"] {
  position: relative;
  padding: 12px;
  z-index: 1;
  margin: 0;
  width: 200px;
  border: 1px solid #d8d8d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#top-search-wrapper .search-button {
  font-size: 21px;
  border: none;
  position: absolute;
  height: 42px;
  width: 42px;
  line-height: 42px;
  top: 0;
  right: 0;
  outline: none;
  z-index: 2;
  margin-left: 0;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
header {
  width: 100%;
  background: white;
  border-bottom: 1px solid #e8e8e8;
  height: 89px;
}
header #logo img {
  height: auto;
  max-width: 100%;
}
header #logo {
  max-height: 88px;
}
header .header-inner {
  z-index: 100;
  clear: both;
}
header nav {
  height: 88px;
}
header nav ul {
  margin-bottom: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0;
  position: relative;
}
header nav ul li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #585858;
  text-transform: uppercase;
  display: block;
  padding: 0 17px;
  line-height: 88px;
}
header nav ul li ul {
  position: absolute;
  z-index: 10;
  display: block;
  visibility: hidden;
  min-width: 200px;
  background: white;
  border-right: 1px solid #e8e8e8;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav ul li ul li {
  display: inline;
}
header nav ul li ul li a {
  border-right: none;
  margin-right: 0;
  font-weight: 400;
  line-height: 23px;
  padding: 8px 15px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header nav ul li > ul {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
header nav ul li:last-child > a {
  border-right: none;
}
header nav ul li:hover > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
header nav ul li:hover > div.submenu_wrapper,
header nav ul li:hover > div.megamenu {
  display: block;
}
header nav ul li:hover > div.submenu_wrapper > ul,
header nav ul li:hover > div.megamenu > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
header nav ul.primary-nav {
  float: right;
}
header nav ul.primary-nav > li {
  float: left;
}
header .submenu_wrapper {
  position: absolute;
  z-index: 10;
  background: white;
  display: none;
  overflow: hidden;
  top: 98%;
  padding: 10px 0;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .submenu_wrapper ul {
  position: static;
  float: left;
  border-right: 1px dotted #d5d5d5;
  overflow: hidden;
  border-top: none;
}
header .submenu_wrapper ul a {
  border-bottom: none;
}
header .submenu_wrapper ul:last-child {
  border-right: none;
}
header .megamenu {
  position: absolute;
  display: none;
  z-index: 10;
  background: white;
  overflow: hidden;
  padding: 8px 0;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .megamenu ul {
  position: static;
  float: left;
  overflow: hidden;
  visibility: visible;
  border: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
header .megamenu ul a {
  border-bottom: none;
}
header .megamenu ul:last-child {
  border-right: none;
}
header .column1 {
  width: 200px;
}
header .column2 {
  width: 402px;
}
header .column3 {
  width: 940px;
  margin-left: -470px;
  left: 50%;
}
header .column3 ul {
  max-width: 314px;
  max-width: 313px\9;
}
header .column4,
header .column5,
header .column6,
header .column7,
header .megamenu {
  width: 940px;
  margin-left: -470px;
  left: 50%;
}
header .column4 ul {
  width: 234px;
  max-width: 233px\9;
}
header .column5 ul {
  max-width: 189px;
  max-width: 188px\9;
}
header .column6 ul {
  max-width: 155px;
  max-width: 154px\9;
  width: 25%;
}
header .megamenu > div {
  padding: 10px 0 10px 10px;
}
header .mobile-menu-trigger {
  display: none;
  padding-left: 50px;
  height: 35px;
  line-height: 35px;
  position: relative;
  margin-top: 23px;
  border: 1px solid #e8e8e8;
}
header .mobile-menu-trigger span.icomoon {
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  padding: 0 10px;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .mobile-menu-trigger .menu-label {
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
/*====================================================================================================================================================== 
3- FEATURED SECTION
====================================================================================================================================================== */

#featured {
  clear: both;
}
#featured .vidoe-box {
  height: auto;
}
#featured .vidoe-box .star-ribbon,
#featured .vidoe-box .custom-ribbon {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 100px;
}
#featured .vidoe-box:hover {
  height: auto;
}
#featured .vidoe-box:hover .star-ribbon,
#featured .vidoe-box:hover .custom-ribbon {
  height: 14px;
}
.f-padding {
  margin-top: 70px;
  padding-bottom: 5px;
}
.banner {
  position: relative;
  background: white;
  border: 1px solid #dfdfdf;
  line-height: 0;
  padding: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.banner .link-icon {
  display: block;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-size: 10px;
  width: 10px;
  height: 10px;
  line-height: 1em;
}
.banner .cover {
  position: absolute;
  padding: inherit;
  height: inherit;
  width: auto;
  display: block;
  left: 10px;
  right: 10px;
  bottom: 10px;
  top: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.banner .custom-ribbon {
  position: absolute;
  width: 81px;
  height: 81px;
  top: -3px;
  z-index: 5;
  background-repeat: no-repeat;
}
.banner .right-ribbon {
  right: -3px;
}
.banner .left-ribbon {
  left: -3px;
}
.banner .star-ribbon {
  position: absolute;
  width: 78px;
  height: 100px;
  top: -4px;
  z-index: 5;
  background-repeat: no-repeat;
}
.banner .star-ribbon-left {
  left: 0;
}
.banner .star-ribbon-right {
  right: 0;
}
.banner .red-ribbon {
  background-image: url("../images/stare-ribbon-red.png");
}
.banner .blue-ribbon {
  background-image: url("../images/stare-ribbon-blue.png");
}
.banner .yellow-ribbon {
  background-image: url("../images/stare-ribbon-yellow.png");
}
.banner .green-ribbon {
  background-image: url("../images/stare-ribbon-green.png");
}
.banner .orange-ribbon {
  background-image: url("../images/stare-ribbon-orange.png");
}
.banner .rose-ribbon {
  background-image: url("../images/stare-ribbon-rose.png");
}
.featured-banner {
  padding: 0 !important;
}
.banner-side {
  margin-bottom: -1px;
}
.banner:hover .link-icon {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.banner:hover .cover {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 200px #6e6e6e;
  -moz-box-shadow: inset 0 0 200px #6e6e6e;
  box-shadow: inset 0 0 200px #6e6e6e;
}
.banner:hover .link-icon:hover {
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.floatted-box {
  overflow-y: hidden;
  overflow-x: hidden;
  padding-top: 70px;
}
.blur-cover-left {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  right: 100%;
  z-index: 10;
}
.blur-cover-right {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
  left: 100%;
  z-index: 10;
}
.offers-box {
  position: relative;
  background: white;
  z-index: 10;
}
.offers-box .flexslider {
  margin: 0 auto;
}
.offers-box .flexslider .flex-viewport {
  overflow: visible !important;
}
.offers-box .flexslider li:first-child {
  border-left: 1px solid gainsboro;
}
.offers-box .flexslider li {
  border-right: 1px solid gainsboro;
  position: relative;
  padding-bottom: 0;
  line-height: 0;
}
.offers-box .flexslider li .icomoon {
  position: absolute;
  display: block;
}
.offers-box .flexslider li .tooltip-cover {
  position: absolute;
  line-height: 1.65em;
  z-index: 90;
  width: 100%;
  top: -85px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.offers-box .flexslider li .tooltip-cover .tooltip {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.offers-box .flexslider li .tooltip-cover .title,
.offers-box .flexslider li .tooltip-cover .reguler-price,
.offers-box .flexslider li .tooltip-cover .new-price {
  font-size: 16px;
}
.offers-box .flexslider li .tooltip-cover .old-price {
  margin-right: 5px;
  position: relative;
}
.offers-box .flexslider li .tooltip-cover .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 8px;
  background: #292929;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  left: 0;
}
.offers-box .flexslider li .heart,
.offers-box .flexslider li .eye {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.offers-box .flexslider li .eye {
  background: #222222;
  color: #f3f3f3;
  margin-left: 51%;
}
.offers-box .flexslider li .plus {
  color: #f3f3f3;
  font-size: 18px;
  border-color: transparent #222222 #222222 transparent;
  border-style: solid;
  border-width: 18px;
  line-height: 1em;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.offers-box .flexslider li .heart {
  margin-right: 51%;
}
.offers-box .flexslider li .cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.offers-box .flexslider li:hover .cover {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 150px #6e6e6e;
  -moz-box-shadow: inset 0 0 150px #6e6e6e;
  box-shadow: inset 0 0 150px #6e6e6e;
}
.offers-box .flexslider li:hover .eye,
.offers-box .flexslider li:hover .heart {
  visibility: visible;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 42px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.offers-box .flexslider li:hover .eye:hover,
.offers-box .flexslider li:hover .heart:hover {
  color: white;
}
.offers-box .flexslider li:hover .tooltip-cover {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  top: -58px;
}
.offers-box .flexslider .flex-direction-nav {
  width: 100%;
  top: 70px;
  z-index: 15;
}
.offers-box .flexslider .flex-direction-nav .flex-next,
.offers-box .flexslider .flex-direction-nav .flex-prev {
  position: absolute;
  width: 40px;
  height: 35px;
  line-height: 2.2em;
}
.offers-box .flexslider .flex-direction-nav .flex-next {
  right: -10px;
}
.offers-box .flexslider .flex-direction-nav .flex-prev {
  left: -10px;
}
/*====================================================================================================================================================== 
4- MAIN CONTENTS
====================================================================================================================================================== */

#main-container {
  background-image: url(../images/pattern/pattern1.png);
  position: relative;
}
#main-container .shadow {
  position: absolute;
  background: url(../images/main-top-shadow.png) repeat transparent;
  width: 100%;
  height: 100px;
  top: 0;
  display: none;
}
#main-container .page-top-leader {
  width: 100%;
  background: #fcfcfc;
  border-bottom: 1px solid #e8e8e8;
}
#main-container .page-top-leader > div {
  padding: 10px 0;
  min-height: 70px;
}
#main-container .page-top-leader .rate {
  position: absolute;
  bottom: 5px;
  left: 0;
}
#main-container .page-top-leader .price {
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  line-height: 2em;
}
#main-container .page-top-leader .price .regular-price,
#main-container .page-top-leader .price .new-price,
#main-container .page-top-leader .price .tax-price {
  font-family: "Muli";
  color: #2f2f2f;
  display: block;
}
#main-container .page-top-leader .price .old-price {
  font-family: "Muli";
  color: #2f2f2f;
}
#main-container .page-top-leader .price .regular-price,
#main-container .page-top-leader .price .new-price {
  font-size: 28px;
  font-weight: bold;
}
#main-container .page-top-leader .price .old-price,
#main-container .page-top-leader .price .tax-price {
  position: relative;
  font-size: 16px;
  margin-left: 10px;
}
#main-container .page-top-leader .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
#main-container .page-top-leader .price .tax-price {
  display: block;
}
#main-container .page-title {
  font-size: 32px;
  margin: 0;
  min-height: 36px;
  position: relative;
  line-height: 2.3em;
}
#main-container .product-title {
  font-size: 32px;
  margin: 0;
  min-height: 36px;
  position: relative;
  line-height: 2.3em;
  font-family: "Muli";
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid gainsboro;
}
#main-container .breadcrumb {
  position: absolute;
  font-size: 11px;
  right: 0;
  top: 75%;
}
#main-container .breadcrumb a:hover {
  text-decoration: underline;
}
#main-container .breadcrumb .cur_link {
  font-weight: bold;
}
#main-container .full-container,
#main-container .aside-container {
  padding-top: 70px;
}
#main-container .full-container .box-heading,
#main-container .aside-container .box-heading {
  position: relative;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 26px;
}
#main-container .full-container .box-heading h3,
#main-container .aside-container .box-heading h3 {
  text-transform: uppercase;
}
#main-container .full-container .box-heading:after,
#main-container .aside-container .box-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
#main-container .full-container .all-blog,
#main-container .aside-container .all-blog {
  padding: 5px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#main-container .slides li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

}
#main-container .slides li div.img-cover {
  position: relative;
  display: inline-block;
  border: 1px solid gainsboro;
  line-height: 0;
  background: white;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main-container .slides li div.img-cover img {
  border: 1px solid gainsboro;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#main-container .slides li div.img-cover .icomoon {
  position: absolute;
  width: 90%;
  height: 90%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: white;
  text-align: center;
  line-height: 4em;
  font-size: 21px;
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#main-container .slides li div.img-cover:hover .icomoon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.floatted-top-banners {
  position: absolute;
  top: -70px;
}
.floatted-top-banners .banner {
  border-bottom: 1px solid #b0b0b0;
}
.floatted-banners {
  padding-top: 160px !important;
}
.category-box {
  background: white;
  border: 1px solid gainsboro;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-bottom-color: #989898;
  margin-bottom: 70px;
}
.category-desc {
  background: white;
  border-top: 1px solid gainsboro;
  padding: 10px;
}
.sub-categories {
  position: relative;
  z-index: 10;
  padding: 10px;
  min-height: 150px;
  background: white;
  border: 1px solid #dfdfdf;
  margin-bottom: 70px;
  border-bottom-color: #afafaf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sub-categories .flexslider-categories {
  margin: 0 auto;
  width: 85%;
}
.sub-categories .flexslider-categories .flex-direction-nav {
  top: 30px;
}
.sub-categories .flexslider-categories li span {
  display: block;
  margin-top: 3px;
}
.sub-categories .flexslider-categories .flex-direction-nav {
  width: 100%;
}
.sub-categories .flexslider-categories .flex-direction-nav .flex-next,
.sub-categories .flexslider-categories .flex-direction-nav .flex-prev {
  position: absolute;
  width: 40px;
  height: 92px;
  line-height: 92px;
}
.sub-categories .flexslider-categories .flex-direction-nav .flex-next {
  right: 0;
}
.sub-categories .flexslider-categories .flex-direction-nav .flex-prev {
  left: -1px;
}
.compare-box {
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom-color: #afafaf;
  margin-bottom: 30px;
  height: 55px;
  line-height: 55px;
  position: relative;
  padding-left: 66px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.compare-box i {
  font-size: 28px;
  position: absolute;
  width: 55px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 55px;
}
.product-filter {
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom-color: #afafaf;
  padding: 10px 10px 8px;
  height: 55px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.product-filter .display {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-right: 1px solid #e2e2e2;
  padding-right: 5px;
}
.product-filter .display .list-icon,
.product-filter .display .grid-icon {
  font-size: 20px;
  color: #202020;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  padding-top: 6px;
  margin-right: 3px;
}
.product-filter .display .list-icon .tooltip,
.product-filter .display .grid-icon .tooltip {
  left: -12px;
}
.product-filter .display .list-icon:hover .tooltip-wrapper,
.product-filter .display .grid-icon:hover .tooltip-wrapper {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.product-filter .limit,
.product-filter .sort {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-left: 15px;
  line-height: 35px;
}
.product-filter .limit .select_skin {
  min-width: 75px;
}
.product-filter .sort .select_skin {
  width: 160px;
}
.pagination {
  background: white;
  border: 1px solid #cccccc;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

}
.pagination b,
.pagination a {
  padding: 12px 20px;
  border-right: 1px solid #d5d5d5;
  margin-right: -4px;
  display: inline-block;
  text-align: center;
}
.pagination a:last-child,
.pagination b:last-child {
  border-right: none;
}
.pagination b {
  line-height: 1.8em;
  position: relative;
  background-repeat: repeat;
  border-right-color: transparent;
}
.pagination b:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 1px;
  z-index: 1;
}
.pagination b:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.pagination:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
  left: 0;
  bottom: 1px;
}
.aside-container .module .flex-direction-nav {
  top: 6px;
}
.homepage {
  z-index: 10;
}
.homepage .shadow {
  display: block !important;
}
.homepage .aside-container .module .flex-direction-nav {
  top: 6px;
}
.content-box {
  position: relative;
  overflow: hidden;
  background: white;
  padding: 25px;
  border-left-width: 5px;
  border-left-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.content-box .content {
  margin-right: 150px;
}
.content-box .content p {
  font-size: 14px;
}
.content-box .action-btn {
  padding: 15px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: -57px;
  display: block;
  float: right;
}
.featured-module,
.latest-module,
.bestsellers-module,
.specials-module {
  position: relative;
}
.module .product-box,
.product-grid .product-box,
.related-products .product-box {
  position: relative;
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom-color: #a7a7a7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.module .product-box .product-meta,
.product-grid .product-box .product-meta,
.related-products .product-box .product-meta {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  min-height:90px;
}
.module .product-box .product-meta .title,
.product-grid .product-box .product-meta .title,
.related-products .product-box .product-meta .title {
  font-family: "Muli";
  text-transform: uppercase;
  font-size: 14px;
  color: 535353;
}
.module .product-box .product-meta .price,
.product-grid .product-box .product-meta .price,
.related-products .product-box .product-meta .price {
  padding: 10px 0;
}
.module .product-box .product-meta .price .reguler-price,
.product-grid .product-box .product-meta .price .reguler-price,
.related-products .product-box .product-meta .price .reguler-price,
.module .product-box .product-meta .price .new-price,
.product-grid .product-box .product-meta .price .new-price,
.related-products .product-box .product-meta .price .new-price,
.module .product-box .product-meta .price .old-price,
.product-grid .product-box .product-meta .price .old-price,
.related-products .product-box .product-meta .price .old-price {
  font-family: "Muli";
  color: 535353;
}
.module .product-box .product-meta .price .reguler-price,
.product-grid .product-box .product-meta .price .reguler-price,
.related-products .product-box .product-meta .price .reguler-price,
.module .product-box .product-meta .price .new-price,
.product-grid .product-box .product-meta .price .new-price,
.related-products .product-box .product-meta .price .new-price {
  font-size: 16px;
}
.module .product-box .product-meta .price .old-price,
.product-grid .product-box .product-meta .price .old-price,
.related-products .product-box .product-meta .price .old-price {
  position: relative;
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
.module .product-box .product-meta .price .old-price:after,
.product-grid .product-box .product-meta .price .old-price:after,
.related-products .product-box .product-meta .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
.module .product-box .product-meta .product-desc,
.product-grid .product-box .product-meta .product-desc,
.related-products .product-box .product-meta .product-desc {
  padding: 6px;
  text-align: left;
  border-top: 1px solid #dfdfdf;
}
.module .product-box .product-action,
.product-grid .product-box .product-action,
.related-products .product-box .product-action {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(90%, white), color-stop(100%, #ededed), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #ededed 100%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #ededed 100%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.module .product-box .product-action li,
.product-grid .product-box .product-action li,
.related-products .product-box .product-action li {
  position: relative;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  margin-right: -4px;
}
.module .product-box .product-action li a,
.product-grid .product-box .product-action li a,
.related-products .product-box .product-action li a {
  display: block;
  padding: 18px 10px;
  font-size: 22px;
  color: #232323;
  border-right: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.module .product-box .product-action li:last-child .tooltip-wrapper,
.product-grid .product-box .product-action li:last-child .tooltip-wrapper,
.related-products .product-box .product-action li:last-child .tooltip-wrapper {
  left: -8px;
}
.module .product-box .product-action li:last-child a,
.product-grid .product-box .product-action li:last-child a,
.related-products .product-box .product-action li:last-child a {
  border-right: none;
}
.module .product-box .product-action li:hover .tooltip-wrapper,
.product-grid .product-box .product-action li:hover .tooltip-wrapper,
.related-products .product-box .product-action li:hover .tooltip-wrapper {
  top: -40px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  visibility: visible;
}
.module .product-box .ribbon-new,
.product-grid .product-box .ribbon-new,
.related-products .product-box .ribbon-new {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url("../images/ribbon-new.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.module .product-box .ribbon-sale,
.product-grid .product-box .ribbon-sale,
.related-products .product-box .ribbon-sale {
  position: absolute;
  top: -3px;
  right: -3px;
  background: url("../images/ribbon-sale.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.product-grid,
.product-list {
  margin-bottom: 20px;
}
.product-grid .product-box,
.product-list .product-box {
  margin-bottom: 30px;
}
.product-list .product-box {
  position: relative;
  background: white;
  border: 1px solid #dfdfdf;
  border-bottom-color: #a7a7a7;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-list .product-box .img-cover {
  min-height: 208px;
  border-right: 1px solid #dfdfdf;
  line-height: 0;
  position: relative;
}
.product-list .product-box .product-content,
.product-list .product-box .product-price {
  padding: 10px 10px 10px 0;
}
.product-list .product-box .title,
.product-list .product-box .price {
  font-family: 'Muli';
}
.product-list .product-box .product-content {
  position: relative;
  border-right: 1px solid #dfdfdf;
  min-height: 208px;
}
.product-list .product-box .product-content .title a {
  font-size: 21px;
  color: #202020;
}
.product-list .product-box .product-price {
  position: relative;
  min-height: 208px;
  text-align: center;
  float: left;
}
.product-list .product-box .product-price .price {
  margin-top: 40px;
}
.product-list .product-box .product-price .price .reguler-price,
.product-list .product-box .product-price .price .new-price {
  font-size: 23px;
}
.product-list .product-box .product-price .price .reguler-price,
.product-list .product-box .product-price .price .new-price,
.product-list .product-box .product-price .price .old-price {
  display: block;
  color: #535353;
}
.product-list .product-box .product-price .price .old-price {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  position: relative;
  font-size: 18px;
  margin-right: 5px;
}
.product-list .product-box .product-price .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
.product-list .product-box .product-action {
  display: inline-block;
  position: absolute;
  left: -22px;
  width: 108%;
  bottom: 0;
  border-top: 1px solid #dfdfdf;
}
.product-list .product-box .product-action i {
  font-size: 20px;
  color: #232323;
  padding: 0 15px;
  vertical-align: middle;
}
.product-list .product-box .product-action a {
  font-size: 13px;
}
.product-list .product-box .product-action div {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 49%;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-list .product-box .addtoCart-list {
  border-top: 1px solid #dfdfdf;
  position: absolute;
  left: 0;
  width: 113%;
  bottom: 0;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-list .product-box .addtoCart-list i {
  font-size: 21px;
  color: #232323;
  padding: 0 15px;
  vertical-align: middle;
}
.product-list .product-box .addtoCart-list a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  font-size: 14px;
}
.product-list .product-box .ribbon-new {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url("../images/ribbon-new.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.product-list .product-box .ribbon-sale {
  position: absolute;
  top: -3px;
  right: -3px;
  background: url("../images/ribbon-sale.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.latest-blog article,
.blog-listing article {
  background: white;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.latest-blog article .meta,
.blog-listing article .meta {
  background: #222222;
  overflow: hidden;
}
.latest-blog article .meta .title,
.blog-listing article .meta .title {
  float: left;
  display: block;
  padding-left: 5px;
}
.latest-blog article .meta .title h4,
.blog-listing article .meta .title h4 {
  color: white;
  font-family: "Questrial";
  padding-top: 5px;
  margin-bottom: 0px;
}
.latest-blog article .meta .title a,
.blog-listing article .meta .title a {
  color: #b9b9b9;
}
.latest-blog article .date,
.blog-listing article .date {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  float: left;
  width: 60px;
  height: 55px;
  font-family: "Muli";
  text-align: center;
}
.latest-blog article .date .day,
.blog-listing article .date .day {
  padding-top: 15px;
  display: block;
  font-size: 25px;
  line-height: 0.6em;
}
.latest-blog article .img-cover,
.blog-listing article .img-cover {
  display: block;
  line-height: 0;
}
.latest-blog article .excerpt,
.blog-listing article .excerpt {
  padding: 10px;
}
.latest-blog article .blog-link,
.blog-listing article .blog-link {
  background: #222222;
  padding: 10px 15px 10px 6px;
  float: right;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 11px;
}
.latest-blog article .blog-link i,
.blog-listing article .blog-link i {
  font-size: 18px;
  margin-right: 14px;
  margin-left: 7px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.latest-blog article .blog-link:hover i,
.blog-listing article .blog-link:hover i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.blog-post .posted-in,
.blog-post .date {
  font-size: 13px;
  margin-right: 10px;
  padding-right: 10px;
}
.blog-post .posted-in {
  border-right: 1px solid gainsboro;
}
.blog-post .img-cover {
  display: block;
  line-height: 0;
}
.blog-post .content,
.blog-post .share-in,
.blog-post .comment-content {
  padding: 10px;
  background: white;
  border-bottom: 1px solid #dfdfdf;
}
.blog-post .content,
.blog-post .share-in {
  margin-bottom: 50px;
}
.blog-post .share-in {
  clear: both;
}
.blog-post .meta {
  padding: 10px;
  background: white;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.blog-post .meta span {
  margin: 0 5px;
}
.blog-post .meta i {
  margin-right: 3px;
  color: #21211f;
  font-size: 13px;
}
.blog-post .comments {
  margin-bottom: 20px;
}
.blog-post .a-comment {
  position: relative;
}
.blog-post .a-comment .avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-post .a-comment .comment-content {
  position: relative;
  margin-left: 80px;
  padding: 20px;
  margin-bottom: 30px;
}
.blog-post .a-comment .comment-content:after {
  content: "";
  position: absolute;
  display: block;
  border-color: transparent white transparent transparent;
  border-style: solid;
  border-width: 8px;
  left: -16px;
  width: 0;
  height: 0;
  top: 10px;
}
.blog-post .post-comment-form {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #dcdccd;
}
.blog-post .post-comment-form input[type="text"] {
  width: 100%;
  margin-right: 25px;
  margin-bottom: 25px;
}
.blog-post .post-comment-form textarea {
  width: 100%;
}
.blog-post .post-comment-form .button {
  padding: 10px 15px;
  margin-top: 10px;
}
.prettyphoto {
  background: black;
}
.prettyphoto .icomoon {
  display: none;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 1.3em;
  font-size: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #f3f3f3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: auto;
}
.prettyphoto img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
article {
  position: relative;
}
article .prettyphoto {
  position: relative;
}
article .prettyphoto:hover img {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
article .prettyphoto:hover .icomoon {
  display: block;
}
.blog-listing article {
  margin-bottom: 50px;
}
.blog-listing .blog-link {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*====================================================================================================================================================== 
5- FOOTER
====================================================================================================================================================== */

.base-info {
  margin-top: 70px;
  width: 100%;
  border-top: 1px solid #ededed;
  background-color: white;
  background-repeat: repeat;
  background-image: url('../images/pattern/light-scan-lines.png');
}
.base-info .info-block {
  padding: 25px 0;
}
.base-info span.icomoon {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: white;
  text-align: center;
  font-size: 28px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: inset 0 0 0 3px #f7f7f7;
  -moz-box-shadow: inset 0 0 0 3px #f7f7f7;
  box-shadow: inset 0 0 0 3px #f7f7f7;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.base-info .base-info-data {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-top: 5px;
  margin-left: 5px;
}
.base-info .base-info-data h4 {
  font-size: 26px;
}
.base-info .base-info-data span {
  font-size: 14px;
}
footer {
  display: block;
  background: #222222;
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}
footer .style-border {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #353535;
  border-top: 1px solid #222222;
  -webkit-box-shadow: inset 0 1px 1px 0 #7a7a7a;
  -moz-box-shadow: inset 0 1px 1px 0 #7a7a7a;
  box-shadow: inset 0 1px 1px 0 #7a7a7a;
  left: 0;
  top: 0;
}
footer span,
footer a,
footer li,
footer p {
  color: #979797;
}
footer .widget-box {
  margin-bottom: 15px;
}
footer .box-heading {
  position: relative;
  border-bottom: 1px solid #434343;
  margin-bottom: 20px;
}
footer .box-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 1px;
  left: 0;
  bottom: -1px;
}
footer h4 {
  margin-bottom: 15px;
  color: #f7f7f7;
}
footer .social-icons {
  margin-bottom: 15px;
  margin-top: 15px;
}
footer .social-icons li {
  display: inline-block;
}
footer .social-icons li a {
  display: block;
  color: white;
  font-size: 18px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 2.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}
footer .social-icons li:last-child a {
  margin-right: none !important;
}
footer .vimeo-icon {
  background: #1bb6ec;
  color: white;
}
footer .twitter-icon {
  background: #1ab0e2;
  color: white;
}
footer .facebook-icon {
  background: #3c599b;
  color: white;
}
footer .google-icon {
  background: #ce4332;
  color: white;
}
footer .pinterset-icon {
  background: #cb2026;
  color: white;
}
footer .list-links li a {
  padding: 4px 4px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
footer .contact-info li {
  padding-left: 35px;
  position: relative;
  margin: 20px 0;
}
footer .contact-info li i {
  position: absolute;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  padding: 1px 6px;
  left: 0;
  top: 0;
}
footer .payments {
  text-align: right;
}
footer .payments li {
  display: inline;
  padding-left: 10px;
}
footer hr {
  border-top: 1px solid #2f2f2f;
  margin: 30px 0px;
}
footer .footer-base {
  overflow: hidden;
  border-top: 1px solid #2f2f2f;
  width: 100%;
  padding-top: 25px;
}
footer .footer-base .copyright p {
  margin: 0;
}
.subscribe input {
  border: none;
  background: white;
  outline: none;
  padding: 0 10px;
  height: 53px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: table-cell;
  float: left;
  width: 235px;
}
.subscribe button {
  font-size: 18px;
  border: none;
  outline: none;
  padding: 0 20px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  margin-left: -2px;
  height: 53px;
  line-height: 53px;
}
/*=====================================================================
6- SIDEBARE
===========================================================*/

#column-left,
#column-right {
  padding-top: 70px;
}
#column-left .box,
#column-right .box {
  margin-bottom: 50px;
  overflow: hidden;
}
#column-left .box .box-heading,
#column-right .box .box-heading {
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  color: #2f2f2f;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#column-left .box .box-heading span,
#column-right .box .box-heading span {
  border-bottom: none;
}
#column-left .box .box-heading:after,
#column-right .box .box-heading:after {
  display: none;
}
#column-left .box .box-content ul,
#column-right .box .box-content ul {
  border-bottom: 1px solid gainsboro;
}
#column-left .box .box-content ul li,
#column-right .box .box-content ul li {
  position: relative;
}
#column-left .box .box-content ul li a,
#column-right .box .box-content ul li a {
  display: block;
  padding: 6px 10px 6px 20px;
  background-image: url('../images/small-left-arrow.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#column-left .box .box-content ul li .subDropdown,
#column-right .box .box-content ul li .subDropdown {
  display: block;
  width: 16px;
  height: 16px;
  top: 15px;
  position: absolute;
  right: 5px;
  cursor: pointer;
}
#column-left .box .box-content ul li .plus,
#column-right .box .box-content ul li .plus {
  background-image: url('../images/plus.png');
}
#column-left .box .box-content ul li .minus,
#column-right .box .box-content ul li .minus {
  background-image: url('../images/minus.png');
}
#column-left .box .box-content ul li a:hover,
#column-right .box .box-content ul li a:hover {
  padding-left: 25px;
  background-position: 10px center;
  background-color: #f0f0f0;
}
#column-left .box .box-content ul ul,
#column-right .box .box-content ul ul {
  display: none;
}
#column-left .box .box-content ul ul li > a,
#column-right .box .box-content ul ul li > a {
  padding-left: 40px;
  background-position: 25px center;
}
#column-left .box .box-content ul ul li a:hover,
#column-right .box .box-content ul ul li a:hover {
  padding-left: 50px;
  background-position: 40px center;
  background-color: #f0f0f0;
}
#column-left .product-box,
#column-right .product-box {
  border: 1px solid gainsboro;
  background: none;
  border-left: none;
  border-right: none;
  border-top: none;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 10px 0;
}
#column-left .product-box .img-cover,
#column-right .product-box .img-cover {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border: 1px solid gainsboro;
  line-height: 0;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f8f8f8;
}
#column-left .product-box .product-meta,
#column-right .product-box .product-meta {
  float: left;
}
#column-left .product-box .product-meta .title,
#column-right .product-box .product-meta .title,
#column-left .product-box .product-meta .price,
#column-right .product-box .product-meta .price {
  font-family: 'Muli';
}
#column-left .product-box .product-meta .old-price,
#column-right .product-box .product-meta .old-price {
  position: relative;
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}
#column-left .product-box .product-meta .old-price:after,
#column-right .product-box .product-meta .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
#column-left .product-box .product-action,
#column-right .product-box .product-action {
  clear: both;
  padding: 5px;
  display: block;
  margin-top: 3px;
  background: gainsboro;
  padding: 0;
}
#column-left .product-box .product-action li,
#column-right .product-box .product-action li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  width: 31.9%;
  text-align: center;
}
#column-left .product-box .product-action li a,
#column-right .product-box .product-action li a {
  display: block;
  font-size: 16px;
  width: 100%;
  padding: 3px 0;
  color: white;
}
#column-left .banner,
#column-right .banner {
  background: white;
  border: 1px solid #dfdfdf;
  display: block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-bottom-color: #afafaf;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/*========================================================================
7 - PRODUCT PAGE
========================================================================*/

/****** PRODUCT Page ******/

.style-block {
  background: white;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 -2px 0 #f9f9f9;
  -moz-box-shadow: inset 0 -2px 0 #f9f9f9;
  box-shadow: inset 0 -2px 0 #f9f9f9;
}
.product-media {
  display: inline-block;
}
.product-media .product_image_wraper {
  position: relative;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-media .product_image_wraper a {
  display: block;
  line-height: 0;
}
.product-media .product_image_wraper a:after {
  content: "";
  width: 45px;
  height: 45px;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url('../images/zoom.png');
  background-repeat: no-repeat;
  background-position: 10px 20px;
  -moz-border-radius: 0 60px 0 0;
  -webkit-border-radius: 0 60px 0 0;
  -ms-border-radius: 0 60px 0 0;
  border-radius: 0 60px 0 0;
  position: absolute;
}
.vertical-slider {
  position: relative;
  border-right: 1px solid #dfdfdf;
}
.vertical-slider .flexslider {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vertical-slider .flex-viewport {
  height: 310px !important;
}
.vertical-slider .flex-direction-nav {
  position: static;
}
.vertical-slider .flex-direction-nav a {
  width: 95px;
  height: 30px;
  float: none;
  position: absolute;
  right: 24px;
}
.vertical-slider .flex-direction-nav .flex-next {
  bottom: 0;
}
.vertical-slider .flex-direction-nav .flex-prev {
  top: 0;
}
.vertical-slider .media_icon {
  text-align: center;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 15px;
  line-height: 1.4em;
  font-size: 23px;
}
.vertical-slider .flex-viewport {
  border-bottom: 1px solid #e3e3e3;
}
.vertical-slider .image-additional {
  position: relative;
  width: 138px  !important;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
.vertical-slider .image-additional li {
  float: none !important;
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
}
.vertical-slider .image-additional li a {
  line-height: 0;
  display: block;
}
.vertical-slider .image-additional .product-video-thumb {
  position: relative;
}
.vertical-slider .image-additional .product-video-thumb a {
  display: block;
  line-height: 0;
}
.vertical-slider .image-additional .product-video-thumb a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.vertical-slider .image-additional .product-video-thumb i {
  display: block;
  position: absolute;
  font-size: 25px;
  color: black;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.vertical-slider .image-additional .product-video-thumb:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
}
.horizontal-slider {
  position: relative;
}
.horizontal-slider .image-additional {
  position: relative;
  text-align: center;
  border-top: 1px solid #e3e3e3;
}
.horizontal-slider .image-additional li a {
  line-height: 0;
  display: block;
  border-right: 1px solid #e3e3e3;
}
.horizontal-slider .image-additional .product-video-thumb {
  position: relative;
}
.horizontal-slider .image-additional .product-video-thumb a {
  display: block;
  line-height: 0;
}
.horizontal-slider .image-additional .product-video-thumb a img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.horizontal-slider .image-additional .product-video-thumb i {
  display: block;
  position: absolute;
  font-size: 25px;
  color: white;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.horizontal-slider .flex-direction-nav {
  top: 25px;
  width: 100%;
}
.horizontal-slider .flex-direction-nav a {
  position: absolute;
}
.horizontal-slider .flex-direction-nav .flex-next {
  right: 0;
}
.related-products {
  position: relative;
}
.product-info {
  display: inline;
  position: relative;
  min-height: 410px;
  float: left;
  padding: 20px;
  padding-bottom: 0;
}
.product-info h1 {
  font-family: "Muli";
  text-transform: none;
  border-bottom: 0;
  font-size: 28px;
}
.product-info .write_review {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  cursor: pointer;
  padding-left: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-info .write_review i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.product-info .review-count {
  margin-bottom: 15px;
}
.product-info .product-data-box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-info .product-data-box .label {
  text-transform: uppercase;
  font-size: 13px;
  color: #6d6d6d;
}
.product-info .product-data-box .data {
  text-transform: uppercase;
  font-size: 13px;
  color: #2f2f2f;
  font-weight: bold;
}
.product-info .product-data-box .in-stock {
  color: #0ad500;
}
.product-info .product-data-box .out-stock {
  color: #d50a00;
}
.fullwidth-product-info {
  width: 488px;
}
.aside-product-info {
  width: 380px;
}
.share-it {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
.share-pinterset {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-pinterset.png) no-repeat;
  margin-right: -4px;
}
.share-facebook {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-facebook.png) no-repeat;
  margin-right: -4px;
}
.share-twitter {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-twitter.png) no-repeat;
  margin-right: -4px;
}
.share-google {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-google.png) no-repeat;
  margin-right: -4px;
}
.share-plus {
  width: 54px;
  height: 52px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  background: url(../images/share-plus.png) no-repeat;
  margin-right: -4px;
}
.price-data-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
.price-data-box span.qty-label {
  font-size: 14px;
  line-height: 52px;
  font-family: "Muli";
  padding-left: 10px;
}
.price-data-box .minus_qty,
.price-data-box .plus_qty {
  color: #272626;
  font-size: 23px;
  cursor: pointer;
  background: #ececec;
  width: 55px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: -4px;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.price-data-box .quantity {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-top: none;
  border-bottom: none;
  width: 55px;
  text-align: center;
  height: 54px;
}
.price-data-box .quantity input {
  margin-right: -4px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 21px;
  color: #2f2f2f;
  padding: 0;
  text-align: center;
}
.price-data-box .quantity input:focus {
  border: none;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.price-data-box .addTocart-product {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  font-family: "Muli";
  font-size: 14px;
  padding: 0 15px;
  height: 54px;
  line-height: 54px;
}
.price-data-box .addTocart-product i {
  margin-right: 5px;
  font-size: 18px;
}
.addition-actions {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted transparent;
  clear: both;
}
.addition-actions a {
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.addition-actions a i {
  font-size: 18px;
  padding-right: 8px;
}
.addition-actions a:hover {
  border-bottom: 1px dotted gainsboro;
}
.options {
  margin-bottom: 15px;
}
.options .option {
  margin-bottom: 15px;
}
.options .radio-box label {
  position: relative;
  top: -10px;
}
.options .check-box label {
  position: relative;
  top: -8px;
}
.required {
  color: #d50a00;
}
.tabs-wrapper {
  background: white;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: inset 0 -2px 0 #f9f9f9;
  -moz-box-shadow: inset 0 -2px 0 #f9f9f9;
  box-shadow: inset 0 -2px 0 #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tabs-wrapper ul.header {
  border-bottom: 1px solid gainsboro;
}
.tabs-wrapper ul.header li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  margin-right: -3px;
}
.tabs-wrapper ul.header a {
  display: inline-block;
  padding: 15px;
  border-right: 1px solid gainsboro;
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #1d1d1d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #fdfdfd 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #fdfdfd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdfdfd, endColorstr=#fdfdfd, GradientType=0);
}
.tabs-wrapper .tab-content {
  padding: 10px;
}
.tabs-wrapper #tab-specification table {
  width: 100%;
}
.tabs-wrapper #tab-specification table thead tr {
  background: gainsboro;
}
.tabs-wrapper #tab-specification table thead tr td {
  padding: 8px;
  color: black;
}
.tabs-wrapper #tab-review .ratting_wraper {
  display: inline-block;
  float: right;
  border: 1px solid #dfdfdf;
  line-height: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tabs-wrapper #tab-review .ratting_wraper span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  padding: 0 25px;
}
.tabs-wrapper #tab-review .ratting_wraper span.bad {
  background: #e40909;
  color: white;
}
.tabs-wrapper #tab-review .ratting_wraper span.good {
  background: #96ff00;
  color: black;
}
.tabs-wrapper #tab-review .ratting_wraper .radions {
  line-height: 50px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate1 {
  background: url("../images/rate1.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate2 {
  background: url("../images/rate2.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate3 {
  background: url("../images/rate3.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate4 {
  background: url("../images/rate4.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .rate5 {
  background: url("../images/rate5.png") left top no-repeat;
  margin: 0 5px;
}
.tabs-wrapper #tab-review .ratting_wraper .score_wraper {
  position: relative;
  display: inline-block;
}
.tabs-wrapper .button {
  cursor: pointer;
  padding: 10px 15px;
  display: block;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*============================================================
8 - SHOPPING CART
====================================================================*/

/******** SHOOPING CART  ********/

.cart-info,
.wishlist-info,
.transaction-info {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.cart-info table,
.wishlist-info table,
.transaction-info table {
  background: #fcfcfc;
  border-bottom: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.cart-info table thead,
.wishlist-info table thead,
.transaction-info table thead {
  padding: 5px;
}
.cart-info table thead tr,
.wishlist-info table thead tr,
.transaction-info table thead tr {
  display: table-row;
  border-bottom: 1px solid gainsboro;
}
.cart-info table thead tr td,
.wishlist-info table thead tr td,
.transaction-info table thead tr td {
  display: table-cell;
  padding: 15px;
}
.cart-info table input[type="text"],
.wishlist-info table input[type="text"],
.transaction-info table input[type="text"] {
  box-shadow: 0 0 0 0 !important;
  text-align: center;
  padding: 0 !important;
  width: 40px;
  height: 40px;
}
.cart-info table .update_cart,
.wishlist-info table .update_cart,
.transaction-info table .update_cart,
.cart-info table .remove_cart,
.wishlist-info table .remove_cart,
.transaction-info table .remove_cart,
.cart-info table .add_cart,
.wishlist-info table .add_cart,
.transaction-info table .add_cart {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.5em;
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cart-info table .update_cart input,
.wishlist-info table .update_cart input,
.transaction-info table .update_cart input,
.cart-info table .remove_cart input,
.wishlist-info table .remove_cart input,
.transaction-info table .remove_cart input,
.cart-info table .add_cart input,
.wishlist-info table .add_cart input,
.transaction-info table .add_cart input {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.cart-info table .plus-min,
.wishlist-info table .plus-min,
.transaction-info table .plus-min {
  text-align: left;
  width: 20px;
  float: left;
}
.cart-info table .plus-min span,
.wishlist-info table .plus-min span,
.transaction-info table .plus-min span {
  cursor: pointer;
  font-size: 14px;
  padding: 3px;
  border: 1px solid gainsboro;
}
.cart-info table .update_cart:hover,
.wishlist-info table .update_cart:hover,
.transaction-info table .update_cart:hover,
.cart-info table .remove_cart:hover,
.wishlist-info table .remove_cart:hover,
.transaction-info table .remove_cart:hover {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.cart-info tr,
.wishlist-info tr,
.transaction-info tr {
  border-bottom: 1px solid gainsboro;
}
.cart-info tr td,
.wishlist-info tr td,
.transaction-info tr td {
  width: 15%;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.cart-info tbody tr:nth-child(even),
.wishlist-info tbody tr:nth-child(even),
.transaction-info tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.cart-info:after,
.wishlist-info:after,
.transaction-info:after,
.cart-total:after {
  content: "";
  position: absolute;
  display: block;
  width: 99%;
  height: 2px;
  background: #fcfcfc;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.cart-total {
  font-family: "Muli";
  border: 1px solid gainsboro;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  margin-bottom: 20px;
}
.cart-total table {
  background: #fcfcfc;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 0;
  width: 100%;
}
.cart-total table tr {
  border-bottom: 1px solid gainsboro;
}
.cart-total table tr td {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 12px 3px;
}
.cart-total table tr td strong {
  font-weight: normal;
}
.cart-total table tr td:last-child {
  font-size: 16px;
  background-repeat: repeat;
}
.cart-total table tr:last-child {
  border-bottom: none;
}
.cart-total table tr:last-child td:first-child {
  font-size: 18px;
  text-transform: uppercase;
}
.cart-total table tr:last-child td:last-child {
  font-size: 21px;
}
.cart-buttons {
  position: relative;
  font-family: "Muli";
  border: 1px solid gainsboro;
  width: 100%;
  padding: 8px 0;
  background: #fcfcfc;
}
.cart-buttons a {
  display: block;
  text-align: center;
  margin: 15px 0;
  padding: 8px 0;
}
.cart-buttons .checkout-btn,
.cart-buttons .shopping-btn {
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 95%;
  margin: 10px auto;
}
.cart-buttons .checkout-btn span,
.cart-buttons .shopping-btn span {
  font-size: 14px;
  display: inline-block;
  right: 0;
}
.cart-buttons .checkout-btn i.icomoon,
.cart-buttons .shopping-btn i.icomoon {
  background: #202020;
  width: 35px;
  position: absolute;
  height: 100%;
  top: 0;
  color: white;
  font-size: 14px;
  line-height: 2.7em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cart-buttons .checkout-btn i.icomoon {
  right: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.cart-buttons .shopping-btn i.icomoon {
  left: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.cart-buttons:after {
  content: "";
  position: absolute;
  display: block;
  width: 99%;
  height: 2px;
  background: #fcfcfc;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.coupon-wraper {
  margin: 10px 0;
  border-top: 1px dotted gainsboro;
  padding-top: 10px;
}
.coupon-wraper .coupon-type {
  margin-bottom: 15px;
}
.coupon-wraper .coupon-type,
.coupon-wraper .cart-module > div {
  border: 1px solid #eaeaea;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fcfcfc;
  padding: 10px;
  position: relative;
}
.coupon-wraper .coupon-type table td,
.coupon-wraper .cart-module > div table td {
  vertical-align: middle;
}
.coupon-wraper .cart-module > div input[type="text"] {
  width: 70%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.coupon-wraper .cart-module > div input.button {
  background-repeat: repeat;
  border: none;
  padding: 10px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.coupon-wraper .coupon-type:after,
.coupon-wraper .cart-module div:after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 99%;
  content: "";
  background: white;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
/*===================================================================
9 - CHECKOUT PAGE
====================================================================*/

.checkout-tab {
  position: relative;
  background: white;
  border: 1px solid gainsboro;
  margin-bottom: 30px;
}
.checkout-tab .checkout-heading {
  font-family: "Muli";
  font-size: 13px;
  color: #202020;
  position: relative;
  background: #fbfbfb;
  padding: 12px 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid gainsboro;
}
.checkout-tab .checkout-heading .edit-tab {
  display: block;
  position: absolute;
  height: 100%;
  width: 44px;
  font-size: 14px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 3em;
  cursor: pointer;
}
.checkout-tab .checkout-content {
  padding: 10px;
}
.checkout-tab .checkout-content h3 {
  font-family: "Muli";
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-tab .checkout-content input[type="text"],.checkout-tab .checkout-content input[type="number"], .checkout-tab .checkout-content input[type="email"], .checkout-tab .checkout-content input[type="password"], .checkout-tab .checkout-content select {
  width: 100%;
  margin-bottom: 15px;
}
.checkout-tab .checkout-content .button {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.style-button {
  cursor: pointer;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.checkout-tab:after {
  display: block;
  position: absolute;
  content: "";
  width: 99%;
  height: 3px;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  background: white;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.04);
}
.checkout-product table {
  border: 1px solid gainsboro;
  width: 100%;
}
.checkout-product table td {
  width: 25%;
  padding: 8px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  font-family: "Muli";
}
.checkout-product table thead tr {
  padding: 15px;
}
.checkout-product table thead tr td {
  text-align: center;
  font-size: 14px;
}
.checkout-product table tbody tr:nth-child(2n) {
  background: #f8f8f8;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.checkout-product table tbody td {
  text-align: center;
}
.checkout-product table tfoot tr {
  border-top: 1px solid gainsboro;
}
.checkout-product table tfoot tr td {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
}
.checkout-product table tfoot tr td:nth-child(2) {
  text-align: center;
  border-left: 1px solid gainsboro;
}
.checkout-product table tfoot tr:last-child td:first-child {
  font-weight: bold;
}
.checkout-product table tfoot tr:last-child td:last-child {
  font-size: 23px;
}
/*==================================================================
10 - COMPARE PAGE    
=================================================================*/

.compare-info {
  position: relative;
}
.compare-info table {
  border-left: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  background: #fcfcfc;
}
.compare-info table thead tr {
  background-repeat: repeat;
}
.compare-info table thead tr td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-family: "Muli";
}
.compare-info table tbody tr {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-bottom: 1px solid gainsboro;
}
.compare-info table tbody tr td {
  padding: 8px;
  border-right: 1px solid gainsboro;
  text-align: center;
  vertical-align: middle;
}
.compare-info table tbody tr td:first-child {
  color: #202020;
  font-size: 16px;
  text-align: left;
}
.compare-info table tbody tr.first_row {
  background: #f8f8f8;
}
.compare-info table tbody tr.first_row td {
  padding: 10px;
  font-size: 14px;
  width: 15%;
}
.compare-info table tbody tr:hover {
  background: whitesmoke;
}
.compare-info table .img_frame {
  margin: 10px 0;
  line-height: 0;
  display: inline-block;
  border: 1px solid gainsboro;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  padding: 5px;
  position: relative;
}
.compare-info table .img_frame img {
  border: 1px solid #f1f1f1;
}
.compare-info table .old-price {
  position: relative;
  display: inline-block;
}
.compare-info table .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 8px;
  left: 0;
}
.compare-info .button {
  display: inline-block;
  padding: 10px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.compare-info .button-remove {
  display: inline-block;
  padding: 10px 15px;
  background: #f84322;
  color: #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.compare-info:after {
  content: "";
  position: absolute;
  display: block;
  width: 99%;
  height: 2px;
  background: #fcfcfc;
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: -3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/*** =========================================================
11 - ACCOUNT PAGES
===========================================================*/

.account-page h1 {
  background-repeat: repeat;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: normal;
  position: relative;
}
.account-page h3 {
  line-height: 2em;
}
.account-page .content {
  position: relative;
  background: white;
  padding: 10px;
  border-right: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom-width: 3px;
  margin-bottom: 30px;
}
.account-page .content:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: -1px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.account-page ul.list li a {
  display: block;
  font-size: 13px;
  color: gray;
  border-top: 1px dotted gainsboro;
  padding: 10px 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*================================================================
12 CONTACT PAGE
===================================================================*/

.inner-padding {
  padding: 10px;
}
.contact-page input[type="text"],
.contact-page input[type="email"],
.contact-page input[type="password"],
.contact-page textarea {
  width: 100%;
}
.contact-page .aside-container {
  clear: both;
}
.contact-info-box h6 + span {
  display: block;
  padding-bottom: 25px;
}
/*====================================================================================================================================================== 
13 - CUSTOM PLUGINS
====================================================================================================================================================== */

/******************   jquery.jqzoom ********************/

.jqzoom #img {
  max-width: none !important;
  width: inherit;
}
/** sharre social media share plguins */

.sharrre .box {
  float: left;
}
.sharrre .count {
  color: #444444;
  display: block;
  font-size: 17px;
  line-height: 34px;
  height: 34px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 50px;
  background-color: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sharrre .share {
  color: white;
  display: block;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  margin-top: 3px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 50px;
  background-color: #9cce39;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sharrre .buttons {
  display: none;
  position: absolute;
  margin-left: 50px;
  z-index: 10;
  background-color: white;
}
.sharrre .button {
  float: left;
  max-width: 50px;
  margin-left: 10px;
}
.featured-slideshow {
  position: relative;
}
.featured-slideshow .flex-direction-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  height: 96px;
}
.featured-slideshow .flex-direction-nav a {
  padding: 0 10px;
  height: 53px;
  width: 47px;
  line-height: 53px;
}
.featured-slideshow .flex-direction-nav a.flex-prev {
  left: 0;
}
.aside-slider {
  position: relative;
  background: white;
  border: 1px solid #dfdfdf;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  border-bottom-color: #afafaf;
  padding: 10px 10px 40px 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.aside-slider a {
  line-height: 0;
}
.aside-slider .flex-direction-nav {
  bottom: 2px;
  top: auto;
  width: 100%;
}
.aside-slider .flex-direction-nav a {
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin-right: -4px;
}
/* ------------------------------------------------------------------------
  Popin
------------------------------------------------------------------------- */

#overlay {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
.prettyPopin {
  display: none;
  position: absolute;
  height: auto !important;
  z-index: 11000;
  top: 50%;
  left: 50%;
}
.prettyPopin a#b_close {
  display: none;
  position: absolute;
  z-index: 10;
  top: 3px;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 18px;
  background: #222222;
  color: white;
  text-align: center;
  line-height: 1.5em;
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
.prettyContent .container_12 {
  padding-top: 3px;
}
.prettyContent .product-box {
  position: relative;
  background: white;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.prettyContent .product-box .plus {
  position: absolute;
  text-align: center;
  top: 50px;
  right: 0;
  display: block;
  width: 50px;
  height: 22px;
}
.prettyContent .product-box .quick-addtoCart {
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
  font-family: "Muli";
  float: right;
  font-size: 14px;
  font-style: normal;
  padding: 8px 12px;
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
.prettyContent .product-box .img-cover {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  float: left;
  line-height: 0;
  border-right: 1px solid #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.prettyContent .product-box .img-cover .ribbon-new {
  position: absolute;
  top: -3px;
  left: -3px;
  background: url("../images/ribbon-new.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.prettyContent .product-box .img-cover .ribbon-sale {
  position: absolute;
  top: -3px;
  right: -3px;
  background: url("../images/ribbon-sale.png") no-repeat transparent;
  width: 81px;
  height: 81px;
}
.prettyContent .product-box .product-meta {
  width: 266px;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.prettyContent .product-box .product-meta .title {
  font-family: "Muli";
  text-transform: uppercase;
  font-size: 18px;
  color: #1b1b1b;
}
.prettyContent .product-box .product-meta p {
  font-size: 12px;
  color: #666666;
}
.prettyContent .product-box .product-meta .price {
  padding: 10px 0;
}
.prettyContent .product-box .product-meta .price .reguler-price,
.prettyContent .product-box .product-meta .price .new-price,
.prettyContent .product-box .product-meta .price .old-price {
  font-family: "Muli";
  color: #1b1b1b;
}
.prettyContent .product-box .product-meta .price .reguler-price,
.prettyContent .product-box .product-meta .price .new-price {
  font-size: 23px;
}
.prettyContent .product-box .product-meta .price .old-price {
  position: relative;
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}
.prettyContent .product-box .product-meta .price .old-price:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 10px;
  left: 0;
}
.prettyPopin .prettyContent {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 1.65em;
}
.prettyPopin .prettyContent .product-desc {
  font-size: 13px;
}
.prettyPopin .prettyContent .prettyContent-container {
  display: none;
}
.prettyPopin .prettyContent .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
}
/** Twitter Widget **/

#tweets_wraper li {
  position: relative;
  margin-bottom: 10px;
  padding-top: 25px;
  background: white;
  -webkit-border-radius: 3px 3px 0 3px;
  -moz-border-radius: 3px 3px 0 3px;
  border-radius: 3px 3px 0 3px;
}
#tweets_wraper li a.tweet_avatar {
  position: absolute;
  display: inline-block;
  padding: 3px 3px 0 0;
  right: 0;
  top: 0;
}
#tweets_wraper li .tweet_time {
  display: block;
  position: relative;
  line-height: 1em;
  padding: 0;
  top: -15px;
}
#tweets_wraper li .vorbim {
  position: relative;
  display: block;
  padding: 8px;
}
#tweets_wraper li .tweet_text {
  overflow: hidden;
  color: #767676;
  line-height: 2em;
  font-size: 12px;
}
#tweets_wraper li .tweet_text a {
  border-bottom: 1px dotted dimgray;
  display: inline;
  color: #3d3d3d;
  padding: 0;
}
#tweets_wraper li .tweet_join {
  display: none;
}
.tweets-icon {
  background: #1ab0e2;
  font-size: 16px;
  color: white;
  padding: 7px 15px;
  display: inline-block;
  position: absolute;
  right: -46px;
  bottom: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/*** faebook page plugin ***/

#facebook-page .fb-like-box {
  background-color: white;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#facebook-page ul.uiList {
  text-align: center !important;
}
#facebook-page .fb_iframe_widget > span,
#facebook-page .fb_iframe_widget > span iframe {
  display: block;
  width: 100% !important;
}
#facebook-page .pluginSkinLight > div {
  border: none;
}
/*** FLEXY SLIDESHOW ***/

.flex-direction-nav {
  position: absolute;
  width: 58px;
  top: 6px;
  right: 0;
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  background: #202020;
  color: white;
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin-left: 1px;
  font-family: "icomoon";
  font-size: 17px;
  line-height: 1.7em;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*
.module {
  .flex-direction-nav{
    top:55px;
  }
}
*/

/* background slideshow */

/* KENBURNS STYLES 
-------------------------------------------------------*/

/*  kenburns_slideshow is the wrapper div. 
Our list of Images scrolls inside of this frame
To compute the minimum frame size needed:;
image width * scale
image height * scale

if the image size is smaller than the frame size,
gaps may appear. If image sizes are exactly the same,
the images will fade over one another and not move. 
*/

#bg-slideshow {
  min-width: 100%;
  position: fixed;
  z-index: -1;
  overflow: hidden;
  margin: 0 auto;
}
/**
TOOLTIP
*/

.tooltip-wrapper {
  position: absolute;
  padding: 8px 12px;
  left: 0;
  top: -50px;
  z-index: 10;
  font-size: 12px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity_2)";
  filter: alpha(opacity=90);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tooltip {
  position: absolute;
  padding: 8px 12px;
  left: 0;
  white-space: nowrap;
}
.tooltip:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  bottom: -12px;
}
#main-container .breadcrumb {
    position: absolute;
    font-size: 11px;
    right: 0;
    top: 75%;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.swiper-container {
  width: 100%;
  height: 620px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  text-align: center;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}
.swiper-slide {
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.swiper-main {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.swiper-main .arrow-left,
.swiper-main .arrow-right {
  position: absolute;
  font-family: "icomoon";
  font-size: 30px;
  display: block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 55px;
  height: 55px;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  line-height: 1.8em;
  text-align: center;
  z-index: 3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.swiper-main .arrow-left {
  left: 20px;
}
.swiper-main .arrow-right {
  right: 20px;
}
.swiper-main .arrow-left:hover,
.swiper-main .arrow-right:hover {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.swiper-main .captionCover {
  position: relative;
  width: 100% !important;
}
.swiper-container,
.swiper-slide {
  position: relative;
  text-align: center;
}
.swiper-container .caption,
.swiper-slide .caption {
  text-align: justify;
  padding: 15px;
  min-width: 20%;
  max-width: 35%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 10;
  bottom: 100px;
  left: 50px;
  word-spacing: word-break;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.swiper-container .caption .caption_wraper,
.swiper-slide .caption .caption_wraper {
  z-index: 10;
  width: 100%;
}
.swiper-container .caption .caption_wraper p,
.swiper-slide .caption .caption_wraper p {
  font-size: 14px;
}
.swiper-container .caption .button,
.swiper-slide .caption .button {
  display: block;
  padding: 10px 15px;
  margin-top: 25px;
}
.swiper-container .link-overlay,
.swiper-slide .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
/*** faebook page plugin ***/

#facebook-page .fb-like-box {
  background-color: white;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#facebook-page ul.uiList {
  text-align: center !important;
}
#facebook-page .fb_iframe_widget > span,
#facebook-page .fb_iframe_widget > span iframe {
  display: block;
  width: 100% !important;
}
#facebook-page .pluginSkinLight > div {
  border: none;
}
/*-- change to static to make background scroll --*/

#bg-slideshow {
  position: fixed;
}
/** GOOGLE Map Plugin */

#google-map {
  width: 100%;
  max-width: 100%;
  height: 450px;
}
/*====================================================================================================================================================== 
Help Classes
====================================================================================================================================================== */

.block-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.clear {
  clear: both;
}
.display-click {
  display: block !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-float {
  float: none !important;
}
.center-text {
  text-align: center;
}
.hidden {
  display: none;
}
.full-width {
  width: 100%;
}
.separator {
  width: 100%;
  height: 1px;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.divider {
  margin-bottom: 20px;
  background: #dfdfdf;
}
.block-separator {
  clear: both;
  background: transparent;
  margin: 0;
  border: none;
  height: 70px;
  line-height: 70px;
}
.relatived {
  position: relative;
}
.no-margin {
  margin: 0 !important;
}
.marg-top-10 {
  margin-top: 10px;
}
.marg-top-15 {
  margin-top: 15px;
}
.marg-top-20 {
  margin-top: 20px;
}
.marg-top-25 {
  margin-top: 25px;
}
.marg-top-30 {
  margin-top: 30px;
}
.marg-bottom-10 {
  margin-bottom: 10px;
}
.marg-bottom-15 {
  margin-bottom: 15px;
}
.marg-bottom-20 {
  margin-bottom: 20px;
}
.marg-bottom-25 {
  margin-bottom: 25px;
}
.marg-bottom-30 {
  margin-bottom: 30px;
}
.marg-right-10 {
  margin-right: 10px;
}
.marg-right-15 {
  margin-right: 15px;
}
.marg-right-20 {
  margin-right: 20px;
}
.marg-right-25 {
  margin-right: 25px;
}
.marg-right-30 {
  margin-right: 30px;
}
.marg-left-10 {
  margin-left: 10px;
}
.marg-left-15 {
  margin-left: 15px;
}
.marg-left-20 {
  margin-left: 20px;
}
.marg-left-25 {
  margin-left: 25px;
}
.marg-left-30 {
  margin-left: 30px;
}

.social-networks{

}

.social-networks span{
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
}

/*PRODUCT NEW ATTRIBUTE*/
.attr-product-new{
position: absolute;
z-index: 10;
left:0;
top:0;
}

/*PRODUCT POPULAR ATTRIBUTE*/
.attr-product-pop{
position: absolute;
z-index: 10;
left:0;
top:0;
}

/*PRODUCT LIST ATTRIBUTE*/
.attr-product-list{
position: absolute;
z-index: 10;
left:0;
top:0;
}

/*PRODUCT DETAIL ATTRIBUTE*/
.attr-product-detail{
position: absolute;
z-index: 10;
}

.fb_iframe_widget span {
display: inline-block;
position: relative;
text-align: justify;
width: 100% !important;
}
.fb_iframe_widget {
display: inline-block;
position: relative;
width: 100% !important;
}
.fb_iframe_widget iframe {
position: absolute;
width: 100% !important;
}
.socmed-head i{
	padding-top:17px;
}
@media only screen and (max-width: 767px){
	.socmed-head i{
		padding-top:10px !important;
	}
	#slideshow_wrapper{
		height:auto !important;
	}
	.swiper-main{
		height:auto !important;
	}
	.language a img {
		padding-top: 12px !important;
	}
}
/* */
.dropdown-new{
	position:relative;
}
.submenu-new{
	position: absolute;
	display: none;
	left: 195px;
	top:-35px;
	z-index: 999;
	width:100%;
}
.submenu-new-right{
	left: -195px;
}

.language{
	display:inline-block;
}
.language a:hover{
	  color: #fff !important;
	  text-decoration:none !important;
}
#lang-current{
	pointer-events:none;
	font-weight:bold;
	color: #fff !important;
}
.language a img{
	padding-top: 20px !important;
}

@media(max-width:767px){
	.language a span{
		display:none;
	}
	
}
.blog-post:hover .media-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display:block;
}

.blog-post:hover .media-icon{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.post-image{
	position:relative;
}
.media-hover{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#000;
	background:rgba(14,30,51,.4);
	color:#fff;
	text-align:center;
	width:100%;
	height:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

.media-item:hover .media-hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.media-item:hover .media-icon{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.media-hover .media-icons{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 40%;
}

.media-hover .media-icon{
	margin:0 3px;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-size:20px;
	border-radius:3px;
	line-height:20px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:background 0.3s, -webkit-transform 0.5s;
	-moz-transition:background 0.3s, -moz-transform 0.5s;
	transition:background 0.3s, transform 0.5s;
}
.title-video{
	padding: 15px 10px;
	background: #3D5073 !important;
}
.border-b{
  border-bottom: 3px solid #3D5073;
}
.play{
	font-size: 30px !important;
	padding: 13px !important;
}
.title-v{
	padding-top: 18px !important;
	display: inherit;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ov-h{
	height: 170px;
	overflow: hidden;
}
.comment-by img{
	width: 70px;
    float: left;
    margin-right: 20px;
}
.testili{
	display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
	padding-bottom: 10px;
}
.subscribenew{
    position: relative;
}
.subscribenew input{
    width: 99%;
	height: 45px;
}
.subscribenew button {
    position: absolute;
    height: 45px;
    right: 0px;
    padding: 0 15px;
    margin: 0;
	line-height: 45px;
}
.newst .grid_3:last-child{
    margin-right: 0 !important;
}
.banner-ad{
	height: 180px;
	overflow: hidden;
}
.nav-tabs>li>a{
	background: #3D5073;
    color: #fff;
}
.nav>li>a:hover, .nav>li>a:focus{
	background-color: #fff;
    color: #3D5073;
}
@media(max-width:959px){
	.primary-nav{
		width:100%;
		float:none;
	}
	.submenu {
		display:none;
		float: left;
		width: 100%;
		padding-left: 0;
		padding-right: 10px;
	}
	.submenu li{
		
	}
	.haschild ul{
		display:none;
		width: 100%;
		float: left;
		margin: 0;
		position: initial;
	}
	.haschild ul li:before {
		content: "\f105";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 15px;
		padding-right: 10px;
		position: absolute;
		left: 5px;
		top: 10px;
	}
	.haschild ul li a{
		padding: 8px 20px;
	}
	.dropicon>a:before{
		content: "+";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 24px;
		position: absolute;
		top: 5px;
		right: 20px;
		color: #3d5073;
		font-weight: bold;
	}
	.dropicon .activemenu:before{
		content: "-";
	}
	.haschild .activemenu:before{
		content: "-";
	}
	.haschild>a:before{
		font-weight:normal;
		font-size:15px;
	}
}
@media(min-width:960px){ 
	.dropdown-new:hover .submenu-new{
		display:block
	}
}
.tags{
	margin: 20px 0px;
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    padding: 10px 0px;
}
.tags span{
	text-transform: uppercase;
    font-weight: bold;
    margin-right: 15px;
	float: left;
}
.tags a{
	background: #3D5073 !important;
	border-radius: 0px;
	/* float: left; */
	margin-right: 5px;
	margin-bottom: 10px;
}
.tags a:hover{
	background: #000 !important;
}
@media(max-width:767px){
	.videocontent iframe{
		width:100%;
	}
}
.imagenews{
    float: right;
    max-width: 35%;
    margin-left: 15px;
    margin-bottom: 5px;
    border: 4px solid #2C2C2C;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.imagenews img{
    width: 100%;
    height: auto;
}
@media (max-width: 767px){
	.imagenews{
		max-width: 100%;
		margin-right: 15px;
		margin-left: 15px;
	}
}
button.closecustom{
    position: absolute;
    opacity: 1 !important;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #FFFFFF !important;
    right: -15px;
    top: -15px;
    color: #000 !important;
    border-radius: 100%;
    font-size: 28px;
}
button.closecustom span{
	line-height: 17px;
}
.nopadding{
	padding: 0px !important;
}
.videocontent iframe{
	width: 100%;
    max-width: 100%;
}
.modal-body a.popupgambar{
	width: 100%;
    margin: 0px;
    padding: 0px;
}
.modal-dialog{
	padding: 15px;
}

@media only screen and (max-width: 767px){
	.language a img {
		padding-top: 12px !important;
	}
}
.pagecon ul{
	list-style: disc;
	padding: 0;
	margin: 0 0 10px 25px;
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}
}
.share-item{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
table.tablecekpesan.table{
	margin-bottom: 30px !important;
}
.tablecekpesan td{
	border: 0;
}
.tablecekpesan td:nth-child(2){
    width:1%;
}
.tablecekpesan td:first-child{
    width: 10%;
    font-weight: bold;
}
.searchfilter{
    margin-bottom:30px;
    text-align:center;
}
.searchfilter label{
	display: inline-block;
	margin-right: 10px;
	line-height: 38px;
}
.searchfilter input,
.searchfilter select{
	margin-right: 10px;
	margin-bottom: 0;
	width: auto !important;
	height: 35px;
	margin-bottom: 0 !important;
}
.searchfilter button{
    height:35px;
    margin:0;
}
@media(max-width:991px){
	.searchfilter label,
	.searchfilter input,
	.searchfilter select,
	.searchfilter button{
		margin-bottom:10px !important;
		width: 100% !important;
	}
	.pesanantab{
		width: 100%;
		margin: 0;
	}
	.pesanantbl{
		width:100%;
		overflow:auto;
	}
	.pesanancont .span12{
		width:100% !important;
		margin: 0;
	}
	.pesanancont .grid_12{
	  width:100% !important;
	}
	.pesanancont .checkout-container>.row{
	   margin:0;
	}
	.searchfilter .grid_3{
	   width:100% !important;
	}
	.resgr .span10.offset1{
		width:100% !important;
		margin:0 !important
	}
}  
@media(max-width:530px){
	.searchfilter input,
	.searchfilter select,
	.searchfilter button{
		width:100%;
	}
} 
.checkboxdrop{
	font-weight:bold;
	font-size: 13px;
    line-height: 19px;
}
.checkboxdrop input{
	margin:0;
	margin-right:5px;
}
.footer-contact{
	color:white;
}
.footer-contact tr{
	height: 28px;
}
.addressimg{
	padding:0;
	width:25px;
	vertical-align:top;
	border: none;
}
.addressimg img{
	width: 23px !important;
}
.addresstext{
	padding:0;
	vertical-align:top;
	border: none; 
	padding-left:5px; 
	padding-bottom: 8px;
	padding-top: 3px;
}
.phoneimg{
	padding:0;
	width:25px;
	border: none;
}
.phoneimg img{
	margin-top: 2px !important;
}
.phonetext{
	padding: 0;
	vertical-align: top;
	border: none;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 3px;
}
.bbimg{
	padding: 0;
	width: 25px;
	border: none;
}
.bbimg img{
	width: 24px;
	margin-top: 1px;
}
.bbtext{
	padding: 0;
	vertical-align: top;
	border: none;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 3px;
}
.waimg{
	padding: 0;
	width: 25px;
	border: none;
}
.waimg img{
	width: 22px;
	margin-left: 1px;
	margin-top: 1px;
}
.watext{
	padding: 0;
	vertical-align: top;
	border: none;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 3px;
}
.emailimg{
	padding: 0;
	width: 25px;
	border: none;
}
.emailimg img{
	width: 19px;
	margin-left: 3px;
	margin-top: 2px;
}
.emailtext{
	padding: 0;
	vertical-align: top;
	border: none;
	padding-left: 5px;
	padding-bottom: 8px;
	padding-top: 3px;
}
.flex-disabled{
display:none !important;
}
.form-horizontal .control-label{text-align:left}
@media only screen and (max-width: 767px) {
	.daftar{
	width:541px !important;
	}
}
.hiddentitleheader{
	opacity:0;
	position:absolute;
}
.artikelcustom .meta .title h4{
	height: 45px;
    overflow: hidden;
}
.artikelcustom .excerpt p{
    height: 210px;
    overflow: hidden;
}
.mb10px{
	margin-bottom: 10px;
}
.w100persen{
	width:100% !important;
}
.notextdecor{
	text-decoration:none;
}
.box50px{
	width:50px;
	height:50px;
}
.pl10px{
	padding-left:10px
}
.nopaddingtop{
	padding-top:0
}
.mt10px{
	margin-top:10px;
}
.btnsubmitacc{
	border:none;
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.textright{
	text-align:right !important;
}
.resitext{
	margin-left: 0;
	margin-right: 20px;
	width: 40%;
	float:left
}
.pt40px{
	padding-top: 40px;
}
.ordertotal{
	width: 50%;
	float: right;
	margin-right: 22px;
}
.w95persen{
	width: 95% !important;
}
.noborder{
	border:none
}
.loginerrror{
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 10px;
}
.emaillogin{
	margin-bottom: 25px; 
	margin-top: 30px;
}
.labelemail{
	font-size: 16px;
	font-weight: 600;
	margin-top: 9px;
}
.inputemaillogin{
    width: 40% !important;
    margin-bottom: 0px !important;
}
.mb25px{
	margin-bottom: 25px
}
.loginheader{
	color: #D26666;
}
.login{
	margin-left: 27% !important;
}
@media (max-width: 767px) {
	.login{
		margin-left: 0px !important;
	}
	.grid_6{
		width: 89% !important;
	}
}
.w50persen{
	width:50% !important
}
.addoncalendar{
	margin-left: 3px;
	margin-top: 2px;
}
.zindex10000{
	z-index: 10000;
}
.cpointer{
	cursor:pointer;
}
.mt-82px{
	margin-top:-82px;
}
.detprodukbtn{
	text-align:center;
	margin-left:98px;
}
.h20px{
	height:20px
}
.textleft{
	text-align:left !important
}
.pt17px{
	padding-top: 17px;
}
.judulweb{
	position: absolute;
	top: 25px;
	left: 192px;
}
.sloganweb{
	position: absolute;
	top: 52px;
	left: 192px;
}
.r0px{
	right: 0px;
}
.mb30px{
	margin-bottom: 30px;
}
.testifooter{
	background-color: #FFFFFF;
	text-align: center;
	border: none;
}
.addtesti{
	background: #FFF;
	border-radius: 5px;
	float: right;
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.fbbackground{
	background:#FFF;
	padding:10px;
	border-radius:7px;
	-moz-border-radius:7px;
}
.ymbox{
	position: fixed;
	top: 350px;
	right: -53px;
	z-index: 9999;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.cwhite{
	color:#fff
}
.w70px{
	width:70px;
}
.payimg{
	width:70px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.gmapsbox{
	height:250px;
	width:100%;
}
.maxw600px{
	max-width:600px;
}
.displayinline{
	display:inline;
}
.noborderstyle{
	border-style:none;
}
.mb23px{
	margin-bottom: 23px;
}
.w45h35{
	width: 45px;height: 35px;
}
.valigntop{
	vertical-align:top
}
.btnsendctc{
	margin-top:20px;
	padding-right:61px;
	padding-left:61px;
	font-weight:bold;
}
.textareacustom{
	width: 521px;
	height: 114px;
}
.btncartupt{
	border:none;
	margin-right:20px;
}
.p10px{
	padding:10px
}
.nomargin{
	margin: 0 !important;
}
.nocomment{
	font-size: 17px;
	padding-left: 23px;
}
.chatwithus{
	position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
	width: 160px;
}
.stButton .stArrow{
	display:none !important;
}
.nologojdl{
	position:initial !important;
	margin-top: 15px;
}
.nologotg{
	position:initial !important;
}
.servicenot{
	display:block;
	margin-top:10px;
	font-size:11px;
	line-height:normal;
}
.ongkir #map {
	height: 300px;
}
.ongkir .gmapsform{
	overflow: hidden;
	margin-bottom: 25px;
}
.ongkir .infolatlong{
	display: none;
}
.noml{
	margin-left:0;
}
.btnaddress {
    text-align: left;
    margin-bottom: 15px;
}
.btnaddaddress{
    background: #335373;
    color: #fff;
    border: 0;
    padding: 7px 10px;
}
.btnaddaddress i{
  margin-right:5px;
  color:#fff;
  margin-top:-2px;
}
.btnaddaddress:hover{
    background:#e52c1a;
    border-color:#e52c1a;
}
.deladdaddress{
	width: 25px;
    display: block;
    height: 25px;
    text-align: center;
    line-height: 30px;
    background: #b94740;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #983832;
    font-size: 11px;
    margin-left: 675px;
    margin-bottom: 6px;
}
.deladdaddress i{
	line-height: 21px;
}
.w100persen{
	width: 100% !important;
}
.addressedit{
	display: inline;
	padding: 4px 5px;
	text-align: center;
	background: #235673;
	border-radius: 5px;
	border: 1px solid #235673;
	text-decoration: none !important;
	color: #fff;
}
.addressedit:hover{
    color:#fff;
    background: #dedede;
    color: #000;
    border-color: #dedede;
}
.addressdel{
	display: inline;
	padding: 4px 5px;
	text-align: center;
	background: #ddd;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.addressdel:hover{
    color:#fff;
    background: #235673;
    border-color: #005873;
}
.pr20px{
	padding-right: 20px;
}
.addressadd{
	margin-bottom: 30px;
	background: #fcfbfb;
	padding: 10px;
	text-align:center;
	border: 1px solid #dddddd;
	margin-left: -20px;
	margin-right: -20px;
	position:relative;
}
.addressadd:before{
    content: "";
    border-right: 13px solid #e3e3e2;
    border-bottom: 12px solid transparent;
    position: absolute;
    left:-3px;
    bottom:-12px;
}
.addressadd:after{
    content: "";
    border-left: 13px solid #e3e3e2;
    border-bottom: 12px solid transparent;
    position: absolute;
    right:-3px;
    bottom:-12px;
}
.addressadd.form-horizontal .control-group{
    display:inline-block;
    margin-bottom: 0;
}
.addressadd select{
    border-radius:0;
    float: none;
    width: auto;
    margin-bottom: 0 !important;
    background: #fff;
}
.addressadd.form-horizontal .controls{margin-left: 0;display: inline-block;}
.addressadd.form-horizontal .control-label{
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 10px;
}
.font13px{
}
.tabprofile{
	text-align: center;
	margin-top:30px;
}
.tabprofile.nav-tabs>li, .tabprofile.nav-pills>li{
    float:none;
    display:inline-block;
}
.addressarea{
  margin-left: 15px;
}
.text-center{
  text-align: center !important;
}
.addressarea table td{
  vertical-align:middle;
}
.addressarea table td strong,
.addressarea table td b{
  color:#000;
}

.addressarea table td{
	vertical-align:middle;
}
.addressarea table th{
	background:#ccedff;
}
.addressarea table th,
.text-center{
	text-align:center !important;
}
@media(max-width:767px){
	.textareacustom{
		width:100% !important;
	}
	.addressarea{
		overflow-x:auto;
	}
	.offset1{
		margin-left:0 !important;
	}
}
@media(max-width:400px){
  .addressadd{
    margin-left:0;
    margin-right:0;
  }
  .addressadd:after,
  .addressadd:before{
    display:none;
  }
}
@media(max-width:500px){
  .form-horizontal .controls{
    margin-left:0;
  }
}
.addTocart-product.btnwhatsapp{
	margin-top: 10px;
	background: #25d366;
	border: 1px solid #25d366 !important;
	color: #fff;
	display:  inline-block;
	float: left;
	margin-right: 10px;
	position:relative;
	padding-left:35px;
	-webkit-box-shadow: 0 2px 0 #18a74d;
	-moz-box-shadow: 0 2px 0 #18a74d;
	box-shadow: 0 2px 0 #18a74d;
	border-radius:5px;
	padding: 10px;
	padding-left: 35px;
	line-height: 18px;
	transition:  all 0.5s ease-in-out;
	text-align:  center;
	margin-top: 20px;
}
.addTocart-product.btnwhatsapp img{
  position:absolute;
  left:7px;
  top: 8px;
}
.addTocart-product.btnwhatsapp:hover{
  background: #45e781;
  color:#fff;
  text-decoration:  none;
}
.pointercursor{
	cursor: pointer;
}
@media(max-width:767px){
   .price-data-box{
     margin-bottom:20px;
   }
  .price-data-box .addTocart-product{
    width:100%;
  }
  .price-data-box .quantity{
    width:60%
  }
  .price-data-box .minus_qty, .price-data-box .plus_qty{
    width:20%;
  }
  .btnwhatsapp{
    width:100%;
  }
  .product-info .price-data-box,
  .fullwidth-product-info {
      width: 100%!important;
  }
}
.btn.btnline{
	background: #00b900;
	color:  #fff;
	-webkit-box-shadow: 0 2px 0 #028402;
	-moz-box-shadow: 0 2px 0 #028402;
	box-shadow: 0 2px 0 #028402;
	transition: all 0.3s ease-in-out;
	margin-top:  20px;
	padding: 10px 15px;
	border: 0;
	padding-left: 40px;
	position:  relative;
}
.btn.btnline img{
	margin-right:5px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.btn.btnline:hover{
	background:#07cc07;
}
@media(max-width:767px){
  .btn.btnline{
    width:100%;
  }
}
.wawidget{
	position: fixed;z-index: 1000;right: 15px;bottom: 45px;
}

ul.comments .comment{
  margin-bottom: 30px;
}
.reply-comment{
  list-style:  none;
  margin:  0;
  margin-left: 40px;
}
ul.comments .reply-comment div.comment-block{
  background:#fff1c6;
  padding: 10px;
}
.reply-comment{
  position:relative;
}
.reply-comment:before{
  content:"\f112";
  font-family:'FontAwesome';
  position:absolute;
  left:-30px;
  transform:rotate(-160deg);
  color:#009688;
  font-size:25px;
}
ul.comments .reply-comment div.comment-block .date{
  font-style:italic;
}
.formfullwidth input,
.formfullwidth textarea{
  width: 100% !important;
}