/*
Patrick Bullert
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0; -webkit-font-smoothing: antialiased; font-smooting: antialiased; -moz-osx-font-smoothing: grayscale;}
p {margin-bottom: 1.5em;}
ul{margin: 0; padding: 0;}
li {list-style: none;}
img {height: auto; max-width: 100%; border: 0; margin-bottom: 0px; margin-top: 0px;}
embed, iframe, object {max-width: 100%;}
.clear{	clear: both;}

a, a:visited {text-decoration: none; transition: all 0.3s ease 0s;}
a:active, a:hover, .active a {outline: 0; transition: all 0.3s ease 0s;}

.left{float: left;}
.right{float: right;}

.resp{display: none;}

/*--------------------------------------------------------------
# e1bbd0
--------------------------------------------------------------*/
/*font-family: 'Poppins', sans-serif; 300, 400, 700, 800*/

body,button,input,select,textarea {font-family: 'Poppins', sans-serif; font-size: 13px;}
body-product {font-family: 'Poppins', sans-serif; font-size: 13px; text-transform: capitalize;}


h2, h3, h4, h5, h6{padding: 0 0 0px 0; margin: 0; text-transform: capitalize;}
h1.firstletter {padding: 0 0 0px 0; margin: 0; text-transform: capitalize;}
h1.firstletter::first-letter{text-transform: capitalize;}

h1{font-family: 'Poppins', sans-serif; font-size: 18px; line-height: 24px; font-weight: 400; font-weight: 400;}
h2{font-family: 'Poppins', sans-serif; font-size: 18px; line-height: 25px;	font-weight: normal; font-weight: 600;}
h3{font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 19px;	font-weight: normal; font-weight: 600;}
h4{font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 15px;	font-weight: 600; font-weight: 400;}
h5{font-family: 'Poppins', sans-serif; font-size: 13px; line-height: 14px;	font-weight: normal; font-weight: 400;}
h6{font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 17px;	font-weight: normal; font-weight: 400;}


/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/

.button, button, .button:visited{
    display: inline-block;
    padding: 4px 15px;
    background: #ffffff; /* Old browsers */
    text-decoration: none;
    color: #4f4f4f;
    -webkit-appearance: none;
    border: 1px solid #eeece9;
    transition-duration: 0.5s;
    font-size: 12px;
	margin-right: -5px;
}

.button-signed{
    display: inline-block;
    padding: 11px 15px;
    background: #ffffff; /* Old browsers */
    text-decoration: none;
    color: #4f4f4f;
    -webkit-appearance: none;
    border: 1px solid #cb79a7;
    transition-duration: 0.5s;
    font-size: 12px;
	margin-right: -5px;
	margin-top: 7px;
}


.login-button{
    display: inline-block;
    padding: 3px 15px;
    background: #ffffff; /* Old browsers */
    text-decoration: none;
    color: #888;
    -webkit-appearance: none;
    border: 1px solid #cb79a7;
    transition-duration: 0.5s;
    font-size: 14px;
	margin-right: -2px;
	margin-top: 7px;
	height: 42px;
	line-height: 32px;
}


.button .fa{
    padding-right: 10px;
}

.button:hover, button:hover, #element-paginate li a:hover{
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
    -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #fff;
}
.button:active, .button:focus, button:active, button:focus{
    background: #EBEBEB;
}

/* Input */
/* Input : Start */
.input, #recaptcha_response_field {
    padding: 10px 20px;
    font-size: 14px;
    border: 1px solid #a5a5a5;
    color: #4f4f4f;
    width: 100%;
}

.input:focus, #recaptcha_response_field {
    border: 1px solid #e1e1e1;
    outline: none;
}

.error{
  background: #F8E5E5;
}
#contact_dept{
  width: 100%;
}


.radio{

}

select{
    width: 90%;
    height: 25px;
    overflow: hidden;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 1px;
    border: 1px solid #a5a5a5;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    color: #4f4f4f;
    background: #fff;
}

/* Input : End */

/*--------------------------------------------------------------
# General Page Elements
--------------------------------------------------------------*/
.wrap{
  width: 1040px;
  margin: 0 auto;
  color: #939393;
  font-size: 16px;
}

.main{
  background: #e0dad9;
  border: 1px solid #eeece9;
  padding: 0px;
  margin-top: -13px;
}

.main .col-9-12{
  float: right;
}

.main .col-3-12{
  float: left;
}


.main-body{
  background: #fff;
  border: 1px solid #eeece9;
  margin: 0;
  padding: 10px;
}

.sidebar{
  margin: 0px;
}

.tablet-button{
  display: none;
}

.basket-section{
  padding: 0;
  width: auto;
  float: right;
  padding-left: 10px;
}
.session-section{
  padding: 0;
  width: auto;
  float: right;
  padding-left: 0px;
}
.search-section{
  padding: 0;
  width: auto;
  float: right;
  padding-left: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo{
  padding: 20px 0 0 0;
  margin-bottom: -13px;
}

.header .col-3-12{
  padding: 0;
}

.header{
  padding-right: 20px;
  padding-top:10px;
}

.topbar{
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:50px;
	background:#e1bbd0;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	padding-top:14px;
	-webkit-box-shadow: 0px 0px 10px rgba(139,127,118,.5);
              -moz-box-shadow: 0px 0px 10px rgba(139,127,118,.5);
                         box-shadow: 0px 0px 10px rgba(139,127,118,.5);
}


/*--------------------------------------------------------------
# Box-Search
--------------------------------------------------------------*/
#box-search{
  padding: 0 0 0 0;
  position: relative;
}
#box-search .content{
  padding-top: 33px;

}
#box-search small.error{
  margin-top: 45px!important;
  margin-left: 0px!important;
}

#box-search .search-input{
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #cb79a7;
  width: 270px;
  margin-top: 10px;
  height: 42px;
  line-height: 42px;
  float: left;
  transition: border-color 0.3s ease;
}
 
#box-search .search-input:focus{
  border: 1px solid #7e9a8d!important;
  outline: none!important;
}
 
.search-button{
  margin: 10px;
  height: 42px;
  padding: 0px 15px 11px 15px;
  border: 1px solid #cb79a7;
  font-size: 14px;
  line-height: 42px;
  float: left;
}

#box-search small{
  font-size: 13px;
  margin: 10px 0 0 10px;
  float: left;
}

/* Box Session */
#box-session{
  padding-top: 35px;
}
#box-session .content{
  float: right;
}

/*--------------------------------------------------------------
# Header Menu
--------------------------------------------------------------*/
@media only screen and (min-width: 600px) {
.box-documents{
  z-index: 1;
}
.main-menu{ 
  border: 1px solid #cb79a7;
  margin: 0;
  padding: 3px;
  background: #cb79a7; /* Old browsers */
 
}
.main-menu li a{
  margin: 0;
  padding: 4px 12px;
  float: left;
  display: block;
  font-size: 11px;
  color: #eee;
  border-right: 1px solid #f9f9f9;
  font-weight:600;
  
}
.main-menu a:hover{
  background: #cb79a7; /* Old browsers */
  background: -moz-linear-gradient(top, #60a993 0%, #cb79a7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60a993), color-stop(100%,#cb79a7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #60a993 0%, #cb79a7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #60a993 0%, #cb79a7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #60a993 0%, #cb79a7 100%); /* IE10+ */
  background: linear-gradient(to bottom, #60a993 0%, #cb79a7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a993', endColorstr='#cb79a7',GradientType=0 ); /* IE6-9 */
}

}

/*--------------------------------------------------------------
# General Body
--------------------------------------------------------------*/

.body{
	padding-top: 75px;
	padding-bottom: 0;
}

.body p{
	font-size: 16px;
	padding: 8px 0;
  line-height: 35px;
}

.body a{
	background: #008CBD url(./images/arrow-right.png) no-repeat;
	background-position: right 25px center;
	color: #fff;
	font-size: 16px;
	padding: 13px 70px 13px 25px;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	transition: all 0.3s ease 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.body a:hover{
	background: #4BA5D5 url(./images/arrow-right.png) no-repeat;
	background-position: right 25px center;
	transition: all 0.3s ease 0s;
}

.spacer{
  padding: 37px 0;
  width: 100%;
}

.panel{
  background: #fff;
  border: 1px solid #eeece9;
  margin-bottom: 10px;
  border-top: none;
  padding: 20px;
}
.sidebar h3, .navigation .branch-name{
  padding: 0;
  margin: 0;
  font-size: 14px;
  padding: 4px 20px;
  font-weight: 600;
  border: 1px solid #ededed;
}

/* Social Icons */
.element-social{
  padding: 6px 0 0 0;
}
.element-social ul{
  margin: 0;
  padding: 0;
}
.element-social li{
  float: right;
  padding: 0px 0px 0 10px;
  text-align: center;
}
.element-social .fa{
  font-size: 22px;
}

.fa-facebook-square:hover{color: #3A599A;}
.fa-flickr:hover{color: #FF007E;}
.fa-google-plus-square:hover{color: #F12121;}
.fa-instagram:hover{color: #3F7BA7;}
.fa-linkedin-square:hover{color: #0079B9;}
.fa-pinterest-square:hover{color: #FF0000;}
.fa-twitter-square:hover{color: #00A9E6;}
.fa-vimeo-square:hover{color: #00BAEE;}
.fa-wordpress:hover{color: #007CA7;}
.fa-twitter-square:hover{color: #00A8E5;}
.fa-youtube-square:hover{color: #DB0013;}

/* Basket */
/* Drop Down Basket */

.header .right{
  margin-left: 5px;

}


.basket-box a{display:block;}
.price-total {float: right; }
.price-desc {float: left; }


/* Breadcrumbs */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }
.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  border-color: #e0d3c8;
  border-bottom: none;
  border-top: 1;
}
  .breadcrumbs > * {

    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
     }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
      .breadcrumbs > *.current a {
        
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }


/* Category Nav */
.navigation{
  padding: 0;
}
.navigation li a, .navigation .dropdown li a{
  padding: 5px 0;
  display: block;
  border-bottom: 1px solid #ededed;
  font-size: 13px;
  letter-spacing:-0.2px;
  padding: 3px 37px 3px 20px;
  font-weight:600;
  color:#333;
}
.navigation .has-dropdown{
 font-weight:600; 
 background-color:#c6bebb;
}

.navigation .has-dropdown:hover .dropdown{
  display: block;
}

.navigation .has-dropdown:hover{
  background: #ededed;
}

.navigation li > a { background: url('../images/arrow-right.png') center right 20px no-repeat;} 

.navigation li > a:only-child { background: none; }

.navigation ul ul li > a { background: none;} 

/* Main Dropdown */
.navigation .dropdown{
  position: absolute;
  margin-left: 185px;
  margin-top: -27px;
  background: white;
  padding: 0;
  border: 1px solid #eeece9;
  display: none;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 180px;
}

.navigation .branch-name{
  display: block;
}
/* Secondary Dropdown */
.navigation .dropdown ul{
  /*position: absolute;
  margin-left: 175px;
  margin-top: -32px;
  background: red;
  padding: 20px;
  border: 1px solid #eeece9;*/
  display: none!important;
}


/* Featured Product */
#box-featured h4{
  font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    padding: 20px 0 10px 0;

}
#box-featured{
  text-align: center;
}
/* Best Sellers */
#box-popular, #box-sale_items{
  padding: 10px 20px;
}
#box-popular h4, #box-sale_items h4, #currency h4{
  font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

#box-popular .col-1-1, #box-sale_items .col-1-1{
  padding: 10px 0;
}

#box-popular .fa, #box-sale_items .fa{
  font-size: 16px;
  line-height: 35px;
}

/* Currency */
#currency{
  padding: 0;
}
#currency .symbol{
  font-size: 16px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}
#currency .col-1-1{
  padding: 7px 0;
  margin: 0;
  font-size: 13px;
  padding: 10px 20px;
}
#currency .current{
  background: #F9F9F8
}

/* Box Progress */
#box-progress{
  padding-bottom: 20px;
}

#box-progress .current, #box-progress .next, #box-progress .previous{
 margin-right: 20px;
padding: 10px 20px;
}

#change-skin{
  padding-right: 10px;
}



/* checkout */
@media only screen and (max-width: 600px) {
.show-for-small-only{
  display: block;
}
.show-for-medium-up{
  display: none;

}
}

@media only screen and (min-width: 601px) {
.show-for-medium-up{
  display: block;
}
.show-for-small-only{
  display: none;
}
}

.checkout{
  padding: 20px 0;
}


/* Popup Menu : Start */
.popmenu{
    display: inline-block;
}

.popmenu:hover ul{
    display: block;
}

.popmenu .fa-arrow-circle-o-down{
    padding-left: 10px;
    padding-right: 0;
}
.popmenu ul{
    margin: -3px 0 0 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 999;
    width: 200px;
    background: #ffffff; /* Old browsers */
    text-decoration: none;
    border: 1px solid #a5a5a5;
    border-bottom: none;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);

}
.popmenu li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.popmenu ul li a{
    border-bottom: 1px solid #a5a5a5;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 13px;
}
.popmenu ul li a:hover{
    background: #EBEBEB;
}
.popmenu ul li .fa{
    padding-right: 10px;
}
/* Popup Menu : End */

.pagination{
  padding: 0;
}
.pagination .content{
  padding: 0;
}

#element-paginate li{
  display: inline-block;
  background: none;
  margin: 0!important;
  padding: 0!important;
}

#element-paginate li a{
    display: block;
    padding: 5px 15px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #b3b3b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#b3b3b3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#b3b3b3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    color: #4f4f4f;
    -webkit-appearance: none;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-size: 13px;
    float: left;
    margin: 0 5px 5px 0;
}
#element-paginate .current a{
  background: white;
}
.url_select{
  width: 100%;
}


/*--------------------------------------------------------------
## Swiper Slider
--------------------------------------------------------------*/

    .swiper-home {
        width: 100%;
        height: 100%;
      

    }
    .swiper-home .swiper-slide {
        font-size: 18px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0;

    }

    .parallax-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 130%;
        height: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center;
    }
    .swiper-slide .title {
        font-size: 41px;
        font-weight: 300;
    }
    .swiper-slide .subtitle {
        font-size: 21px;
    }
    .swiper-slide .text {
        font-size: 14px;
        max-width: 400px;
        line-height: 1.3;
    }

.swiper-container
{position: relative;z-index: 1;overflow: hidden;

    margin: 0 auto 20px auto;
}.swiper-container-no-flexbox .swiper-slide
{
    float: left;
}
.swiper-container-vertical > .swiper-wrapper
{flex-direction: column;

    -webkit-box-orient: vertical                                                 ;-moz-box-orient: vertical;-ms-flex-direction: column;-webkit-flex-direction: column;
}.swiper-wrapper
{
    position: relative;z-index: 1;display: -webkit-box;display:    -moz-box;display: -ms-flexbox;display: -webkit-flex;display:         flex;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;width: 100%;height: 100%;-webkit-transition-property: -webkit-transform;-moz-transition-property:    -moz-transform;-ms-transition-property:     -ms-transform;-o-transition-property:      -o-transform;transition-property:         transform;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;
}.swiper-container-android .swiper-slide,
.swiper-wrapper
{
    -webkit-transform: translate3d(0,0,0)                                                        ;-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate(0,0);transform: translate3d(0,0,0);
}.swiper-container-multirow > .swiper-wrapper
{
    -webkit-box-lines: multiple                                                        ;-moz-box-lines: multiple;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
}.swiper-container-free-mode > .swiper-wrapper
{margin: 0 auto;

    -webkit-transition-timing-function: ease-out                                                               ;-moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out; transition-duration: 5s; 
}.swiper-slide
{position: relative;width: 100%;height: 100%;

    -webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;
}.swiper-container .swiper-notification
{
    position: absolute;z-index: -1000;top: 0;left: 0;pointer-events: none;opacity: 0;
}.swiper-wp8-horizontal
{
    -ms-touch-action: pan-y                ;touch-action: pan-y;
}.swiper-wp8-vertical
{
    -ms-touch-action: pan-x                ;touch-action: pan-x;
}.swiper-button-next,
.swiper-button-prev
{
    position: absolute;z-index: 10;top: 50%;width: 27px;height: 44px;margin-top: -22px;cursor: pointer;background-repeat: no-repeat;background-position: center;-webkit-background-size: 27px 44px;-moz-background-size: 27px 44px;background-size: 27px 44px;
}.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled
{cursor: auto;pointer-events: none;

    opacity: .35;
}.swiper-button-prev,
.swiper-container-rtl .swiper-button-next
{right: auto;left: 10px;
background-size: 20px 20px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black
{
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white
{
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}.swiper-button-next,
.swiper-container-rtl .swiper-button-prev
{right: 10px;left: auto;
  background-size: 20px 20px;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black
{
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E');
}.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white
{
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E');
}.swiper-pagination
{
    position: absolute;z-index: 10;-webkit-transition: 300ms;-moz-transition: 300ms;-o-transition: 300ms;transition: 300ms;-webkit-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);text-align: center;
}.swiper-pagination.swiper-pagination-hidden
{
    opacity: 0;
}.swiper-pagination-bullet
{display: inline-block;

    width: 8px;height: 8px;opacity: .2;border-radius: 100%;background: #000;
}.swiper-pagination-clickable .swiper-pagination-bullet
{
    cursor: pointer;
}.swiper-pagination-white .swiper-pagination-bullet
{
    background: #fff;
}.swiper-pagination-bullet-active
{
    opacity: 1;background: #fff;
}.swiper-pagination-white .swiper-pagination-bullet-active
{
    background: #fff;
}.swiper-pagination-black .swiper-pagination-bullet-active
{
    background: #fff;
}.swiper-container-vertical > .swiper-pagination
{top: 50%;
    right: 10px;-webkit-transform: translate3d(0,-50%,0);-moz-transform: translate3d(0,-50%,0);-ms-transform: translate3d(0,-50%,0);-o-transform: translate(0,-50%);transform: translate3d(0,-50%,0);
}.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet
{display: block;

    margin: 5px 0;
}.swiper-container-horizontal > .swiper-pagination
{
    bottom: 10px;left: 0;width: 100%;
}.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet
{
    margin: 0 5px;
}.swiper-container-3d
{
    -webkit-perspective: 1200px                                          ;-moz-perspective: 1200px;-o-perspective: 1200px;perspective: 1200px;
}.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper
{
    -webkit-transform-style: preserve-3d                                          ;-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transform-style: preserve-3d;
}.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top
{
    position: absolute;z-index: 10;top: 0;left: 0;width: 100%;height: 100%;pointer-events: none;
}.swiper-container-3d .swiper-slide-shadow-left
{
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)))                                ;background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:    -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:      -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:         linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}.swiper-container-3d .swiper-slide-shadow-right
{
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)))                                ;background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:    -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:      -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:         linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}.swiper-container-3d .swiper-slide-shadow-top
{
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)))                                ;background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:    -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:      -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:         linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}.swiper-container-3d .swiper-slide-shadow-bottom
{
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)))                                ;background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:    -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:      -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:         linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}.swiper-container-coverflow .swiper-wrapper
{
    -ms-perspective: 1200px;
}.swiper-container-fade.swiper-container-free-mode .swiper-slide
{
    -webkit-transition-timing-function: ease-out                                                        ;-moz-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;
}.swiper-container-fade .swiper-slide
{
    pointer-events: none;
}.swiper-container-fade .swiper-slide .swiper-slide
{
    pointer-events: none;
}.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active
{
    pointer-events: auto;
}.swiper-container-cube
{
    overflow: visible;
}.swiper-container-cube .swiper-slide
{visibility: hidden;width: 100%;height: 100%;-webkit-transform-origin: 0 0;-moz-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;
    pointer-events: none;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;
}.swiper-container-cube.swiper-container-rtl .swiper-slide
{
    -webkit-transform-origin: 100% 0                                          ;-moz-transform-origin: 100% 0;-ms-transform-origin: 100% 0;transform-origin: 100% 0;
}.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev
{visibility: visible;

    pointer-events: auto;
}.swiper-container-cube .swiper-cube-shadow
{
    position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;opacity: .6;background: #000;-webkit-filter: blur(50px);filter: blur(50px);
}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow
{
    z-index: 0;
}.swiper-scrollbar
{position: relative;

    border-radius: 10px;background: rgba(0,0,0,.1);-ms-touch-action: none;
}.swiper-container-horizontal > .swiper-scrollbar
{
    position: absolute;z-index: 50;bottom: 3px;left: 1%;width: 98%;height: 5px;
}.swiper-container-vertical > .swiper-scrollbar
{
    position: absolute;z-index: 50;top: 1%;right: 3px;width: 5px;height: 98%;
}.swiper-scrollbar-drag
{position: relative;top: 0;left: 0;width: 100%;
    height: 100%;border-radius: 10px;background: rgba(0,0,0,.5);
}.swiper-scrollbar-cursor-drag
{
    cursor: move;
}.swiper-lazy-preloader
{position: absolute;z-index: 10;top: 50%;left: 50%;

    width: 42px;height: 42px;margin-top: -21px;margin-left: -21px;-webkit-transform-origin: 50%;-moz-transform-origin: 50%;transform-origin: 50%;-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;animation: swiper-preloader-spin 1s steps(12,end) infinite;
}.swiper-lazy-preloader:after
{
    display: block;width: 100%;height: 100%;content: '';background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');background-repeat: no-repeat;background-position: 50%;-webkit-background-size: 100%;background-size: 100%;
}.swiper-lazy-preloader-white:after
{
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}@-webkit-keyframes swiper-preloader-spin
{
    100%
    {
        -webkit-transform: rotate(360deg);
    }
}@keyframes swiper-preloader-spin
{
    100%
    {
        transform: rotate(360deg);
    }
}

.swiper-testimonial .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background: url(./images/swiper-arrow-left.png) center no-repeat;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
  background: url(./images/swiper-arrow-right.png) center no-repeat;
}

#box-newsletter .fa{
  font-size: 24px;
  line-height: 45px;
  display: inline-block;
  float: left;
  padding: 0 10px 0 10px;
  margin: 0;
}

#box-newsletter .button{
  background: #777;
  padding: 5px 15px;
  font-size: 12px;
  border: none;
  color:#ffffff;
}
#box-newsletter .button:hover{
  background: #AEAEAE;
}

#newsletter_form_box{
  height: 50px;
  width: 100%;
}

#newsletter_email{
  border: none;
  padding: 5px 15px;
  font-size: 13px;
  margin: 10px 2px 0 0;
}

.subcats{
  padding-top: 12px;
}

.subcats .col-1-3{
  padding-bottom: 5px;
}

.subcats .col-1-3 .content{
  border: 1px solid #eeece9;
  padding: 2px;
}

.subcats .col-1-3 .content:hover{
  background: #f9f9f9;
}

.subcats .col-1-3 img{ 
  max-height: 110px;
}

.sub-image{
  width: 100%;
  text-align: center;
  height: 80px;
}
.subcat-title{
  text-align: center;
  font-weight: bold;
  padding: 30px 0 5px 0;
  margin: 0;
  line-height: 20px;
  height: 45px;
  font-size: 14px;
}

/* Alert Box */
/* Accessibility - hides the forward slash */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #2ba6cb;
  border-color: #258faf;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #8597bc;
    border-color: #8597bc;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #aa0d10;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #c8c8c8;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

/* Content Box */
#content_products{
  padding-left: 0px;
  margin-left:0;
}
#content_products h2{
  padding: 20px 10px 20px 0;
}
#content_products .col-1-3 .content{
  background: #fff;
  border: 1px solid #eeece9;
  margin-bottom: 10px;
  padding: 12px;
  height: 230px;
}

#content_products .col-1-3 .content:hover{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}

#content_products .col-1-1 .content{
  background: #fff;
  border: 1px solid #eeece9;
  margin-bottom: 5px;
  padding: 5px;

}

.image-wrap img{
  margin: 0 auto;
}

#content_products .col-1-3 .content img{
  margin-bottom: 15px;
  display: block;
  max-height: 135px;
  margin: 0 auto;
}
#content_products .col-1-3 h3{
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  padding: 5px 0 0 0;
  margin: 0;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
}
#content_products .col-1-3 h4{
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  padding: 0;
}
.product_price{
  padding: 5px 0;
  font-weight: 600;
  font-size: 13px;
}
.old_price{
  text-decoration: line-through;
  padding: 5px 0;
  font-weight: 600;
  font-size: 13px;
}
.sale_price{
  color: #ff0000;
  padding: 5px 0;
  font-weight: 600;
  font-size: 13px;
}
.old_price{
  text-decoration: line-through;
}
.price-wrap{
  position: absolute;
  background: #fff;
  border: 1px solid #eeece9;
  padding: 3px 5px;
  margin: -25px 0 0 -17px;
}
.add-wrap{
  padding-top: 10px;
}
#content_products .quantity{
  width: 38px;
  text-align: center;
  font-size: 13px;
  float: left;
  padding: 3px 2px;
  margin-top: 0px;
}
#content_products .button{
  width: 160px;
  float: right;
  font-size: 12px;
  padding: 5px 5px;
}
#content_products .fa{
  font-size: 13px;
}

.product_list_view .col-4-12{
  text-align: center;
}

.rating{
  position: absolute;
  margin-top: -10px;
}

.rating img{
  float: left;
  width: 10px;
  height: 10px;
}

/* Product Page */
.gallery #img-preview{
	width:100%;
  /* Main Image*/

}
.gallery .image-gallery{
  /* Sub Images */

}
.gallery .image-gallery img{
  width: 100%;
}

.prod-details{
  padding: 20px 0 20px 10px;
  background: #fff;
  border: 1px solid #c8c8c8;
  margin-top: 20px;
  margin-right:-5px;
  margin-left: 70px;
}

.prod-details .old_price, .prod-details .sale_price{
  font-size: 18px;
}
.prod-details .old_price{
  color: #a5a5a5;
}

.prod-details .quantity{
  padding: 5px 3px 5px 3px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  width: 40px;
}

.add_to_basket .col-1-2{
  padding-right: 0;
}

/* Tabs : Start */
.tabs-menu {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.tabs-menu li {
    line-height: 25px;
    float: left;
    background-color: #ebebeb;
}

.tabs-menu li.current {
    position: relative;
    background-color: #cdcdcd;
    z-index: 5;
}

.tabs-menu li a {
    padding: 5px 20px;
    text-decoration: none;
    color: #a5a5a5;
    display: block;
	font-weight:600;
}

.tabs-menu .current a {
    color: #fff;
	background: #777;
}

.tab {
    border: 1px solid #eeece9;
    background-color: #fff;
    float: left;
    width: 100%;
}

.tab-content {
    padding: 20px;
    display: none;
    width: 100%;
	margin-bottom: 20px;
}


.tab-content ul li{
  background: url('../images/arrow-right.png') 0 11px no-repeat;
  padding: 5px 0 5px 25px!important;
}

.tab-content ul li:first-letter{text-transform: uppercase;
}

.tab-content ol{
  margin: 0;
  padding: 10px 0 10px 25px;
}

.tab-content ol li{
  padding: 5px 0 5px 0px!important;
  list-style-type: inherit;
}

#tab-1 {
    display: block;
}

table {
    border-collapse: collapse;
    border: 1px solid #eeece9;
    width: 100%;
    margin: 20px 0;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px -2px rgba(0, 0, 0, 0.2);


}
td,
th {
    padding: 6px 20px;
    text-align: left;
}

th {
    background-color: #F9F9F9;
    color: #4f4f4f;
	border: 1px solid #eeece9;
}

tr:nth-child(even) {
    background: #F9F9F9;
	border: 1px solid #eeece9;
}

tr:nth-child(odd) {
    background: #FFF;
}

tfoot td{

}
tfoot .first{
  border-top: 5px solid #eeece9;
}
tfoot tr:nth-child(even) {
    background: #F6F7F8;
}

tfoot tr:nth-child(odd) {
    background: #fff;
}

/* Tabs : End */

/* Reviews */
#review_read .content{
  padding: 20px;
  border: 1px solid #eeece9;
  margin-bottom: 20px;
  margin-top: 20px;
}
#review_read blockquote{

  padding: 0;
  margin: 10px 0;
}


/* Address Book */
.addressbook .col-1-1{
  background: #fff;
  margin-bottom: 40px;
  padding: 20px 0 10px 20px;
  border: 5px solid #F9F9F8;
}

.addressbook .check{
  width: 20px;
  height: 20px;
  float: right;
}

.addressbook-small .button{
  padding: 5px 8px;
  float: right;
}
.addressbook-small .button .fa{
  padding-right: 3px;
}

.buttons-list .col-1-2{
  margin-bottom: 20px;
}

/* Gateway Select */
.gateway-select li{
  background: #F6F7F8;
  padding: 10px 20px;
}


/* Padding/Margins */
.tiny{
  padding: 5px 8px!important;
  font-size: 11px!important;
}
.tiny  .fa{
  padding-right: 3px;
}
#review_write{
  padding-bottom: 20px;
}

.delivery-wrap{
  padding: 40px 0;
}



.profile .input,
.addressbook .input,
#login_form .input,
#registration_form .input,
#contact_form .input,
#review_write .input,
#checkout_register_form .input,
#checkout_register_form select,
.del-address select,
#advanced_search_form .input,
#contact_form .select
{
  margin-bottom: 15px;
}
 .order-list .button{
  margin: 5px 0;
}
.profile label,
.addressbook label,
#login_form label,
#registration_form label,
#contact_form label,
#review_write label,
#checkout_form label,
#checkout_register_form label,
#advanced_search_form label
{
  line-height: 40px;
}
.sub-title{
  padding: 20px 0;
  margin: 0;
  display: block;
}

.del-address select{
  margin-top: 20px;
}

.return{
  line-height: 2!important;
}

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }


/* Order Details*/
.order-details{
  padding-bottom: 20px;
}


.footer{
  font-size: 14px;
  padding: 2px 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4b7fbf+0,346a9f+100 */
  background: #cb79a7; /* Old browsers */
  font-weight: 600;
  margin-top: 8px;
}



.copyright{
  font-size: 11px;
}

.copyright p{
  margin: -8px;
  padding: 0 0 0 0;
  height: 15px;
  line-height: 0;
}


/* Featherlight */
@media all
{
    .featherlight-next,
    .featherlight-previous
    {position: absolute;top: 25px;right: 25px;bottom: 0;left: 80%;

        display: block;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background: rgba(0,0,0,0);-webkit-touch-callout: none;-khtml-user-select: none;
    }.featherlight-previous
    {right: 80%;
        left: 25px;
    }.featherlight-next:hover,
    .featherlight-previous:hover
    {
        background: rgba(255,255,255,.25);
    }.featherlight-next span,
    .featherlight-previous span
    {font-size: 20px;font-weight: 400;font-style: normal;line-height: 80px;position: absolute;top: 50%;left: 5%;

        display: none;width: 82%;margin-top: -40px;text-align: center;color: #a5a5a5;text-shadow: 0 0 5px #fff;
    }.featherlight-next span
    {
        right: 5%;left: auto;
    }.featherlight-next:hover span,
    .featherlight-previous:hover span
    {
        display: inline-block;
    }.featherlight-loading .featherlight-next,
    .featherlight-loading .featherlight-previous
    {
        display: none;
    }
}@media only screen and (max-device-width:1024px)
{
    .featherlight-next:hover,
    .featherlight-previous:hover
    {
        background: 0 0;
    }.featherlight-next span,
    .featherlight-previous span
    {
        display: block;
    }
}@media only screen and (max-width:1024px)
{
    .featherlight-next,
    .featherlight-previous
    {
        top: 10px;right: 10px;left: 85%;
    }.featherlight-previous
    {right: 85%;
        left: 10px;
    }.featherlight-next span,
    .featherlight-previous span
    {font-size: 40px;

        margin-top: -30px;
    }
}
@media all
{
    .featherlight
    {position: fixed;z-index: 2147483647;top: 0;right: 0;bottom: 0;left: 0;

        display: none;cursor: pointer;text-align: center;white-space: nowrap;background: #333;background: rgba(0,0,0,0);
    }.featherlight:last-of-type
    {
        background: rgba(249,249,249,.5);
    }.featherlight:before
    {display: inline-block;height: 100%;margin-right: -.25em;

        content: '';vertical-align: middle;
    }.featherlight .featherlight-content
    {
        position: relative;display: inline-block;overflow: auto;min-width: 30%;max-height: 95%;margin-right: 5%;margin-left: 5%;padding: 25px 25px 0;cursor: auto;text-align: left;vertical-align: middle;white-space: normal;border-bottom: 25px solid transparent;background: #fff;
        border: 1px solid #eeece9;
    }
    .featherlight .featherlight-content img{
      max-height: 100%;
      max-width: 100%;
    }

    .featherlight .featherlight-inner
    {
        display: block;
    }.featherlight .featherlight-close-icon
    {font-family: Arial,sans-serif;line-height: 25px;

        position: absolute;z-index: 9999;top: 0;right: 0;width: 25px;cursor: pointer;text-align: center;color: #000;background: #fff;background: rgba(255,255,255,.3);
    }.featherlight .featherlight-image
    {
        width: 100%;
    }.featherlight-iframe .featherlight-content
    {padding: 0;

        border-bottom: 0;
    }.featherlight iframe
    {
        border: 0;
    }
}@media only screen and (max-width:1024px)
{
    .featherlight .featherlight-content
    {max-height: 98%;margin-right: 10px;
        margin-left: 10px;padding: 10px 10px 0;border-bottom: 10px solid transparent;
    }
}

#eu_cookie_dialogue{
  background: white;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #eeece9;
  border-right: 1px solid #eeece9;
  border-left: 1px solid #eeece9;
  font-size: 14px;
}


/* Start Mini Basket */
#mini-basket{
  position: relative;
}

.basket-detail-container {
    position: absolute;
    z-index: 100;
    width: 350px;
    right: 0;
    margin-top: 10px;
}
.small-basket-detail-container {

}
.basket-detail {
  padding: 20px;
  background:#fff;

  /* Rounded Corners */
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 5px;
}
.mini-basket-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 313px;
}
.box-basket-content{
  font-size: 12px;
}
.basket-total{
  margin: 10px 0 15px 0;
  padding: 5px 0 5px 0;
  border-top: solid 2px #E1E1E1;
  border-bottom: 1px dashed #E1E1E1;
  font-weight: bold;
}
.basket-lines .left, .basket-lines .right{
  padding: 2px 0;
}

.cart-button{
  background: #fff;
  border: 1px solid #cb79a7;
  display: inline-block;
  padding: 0px 12px;
  margin: 42px -10px 0 0;
  height: 42px;
  line-height: 42px;
}

.cart-button .fa-shopping-cart{
  font-size: 20px;
  line-height: 18px;
}

.count{
  position: absolute;
  background: red;
  padding: 1px 6px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0 25px;
  z-index: 999;

}
/* End Mini Basket */
