@charset "utf-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css?family=Overpass:300,300i,400,400i,700,900,900i";
@font-face {
    font-family: 'Palatino Linotype';
    src: url('../fonts/PalatinoLinotype-Roman.eot');
    src: url('../fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/PalatinoLinotype-Roman.woff') format('woff'), url('../fonts/PalatinoLinotype-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
  font-family: 'PalatinoLinotype-Bold';
  src: url('../fonts/PalatinoLinotype-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    font-family: 'PalatinoLinotype-Bold';
    src: url('../fonts/PalatinoLinotype-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

/* general*/

html {
    -webkit-text-size-adjust: 100%;
}
::-webkit-input-placeholder {
    color: #a3a3a3;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
}
:-moz-placeholder {
    color: #a3a3a3;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
}
::-moz-placeholder {
    color: #a3a3a3;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
}
:-ms-input-placeholder {
    color: #a3a3a3;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
}
div,
h1,
h2,
h3,
h4,
h5,
p,
ol,
form,
input,
textarea,
img,
html,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
}
body {
    background: #fff;
    color: #222;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    outline: none;
        max-width:100%;
}
.list_cnt li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 1.714285714rem;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
ul {
    margin: 0;
    /* padding:0 0 12px 0;*/

    list-style-type: none;
}
ul li {
    /*background: url(../img/listico.png) no-repeat 0 7px;*/
    /*padding:0 0 6px 19px; */
}
h2 {
    color: #eca700;
    background-color: inherit;
    padding: 0 0 48px 0;
}
h3 {
    color: #2f7780;
    background-color: inherit;
    padding: 0 0 11px 0;
}
p {
    padding: 0 0 20px 0;
}
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #000;
    background-color: inherit;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #777;
    background-color: inherit;
}

input[type="text"], input[type="email"], input[type="password"],

input[type="search"], input[type="url"], input[type="tel"]
{
    box-shadow: none !important;
    -webkit-border-radius:0px !important;
    border-radius:0px !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    appearance:none !important;
}



a:focus {
    outline: none;
}
.spacer {
    clear: both;
    font-size: 0;
    line-height: 0;
}
.nomar {
    margin-right: 0 !important;
}
.nopadd {
    padding-right: 0 !important;
}
.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    /*background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
  background-image: linear-gradient(top, #f4f4f4, #e6e6e6);*/

    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    cursor: pointer;
    outline: none;
}
button[disabled],
input[disabled],
ubmit[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    /*background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
  background-image: linear-gradient(top, #f9f9f9, #ebebeb);*/
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #757575;
    background-color: #e1e1e1;
    /*background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
  background-image: linear-gradient(top, #ebebeb, #e1e1e1);
  box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;*/

    border: none;
}
input[type="text"],
input[type="email"] {
    border: 1px solid #666;
    color: #000;
    padding: 0 5px 0 5px;
    margin: 0 0 8px 0;
    font: 16px/22px Verdana, Geneva, sans-serif;
    background-color: #fff;
    height: 22px;
    outline: none;
}
textarea {
    border: 1px solid #666;
    color: #000;
    padding: 5px;
    margin: 0 0 8px 0;
    background-color: #fff;
    height: 130px;
    outline: none;
}
textarea:focus {
    border: 1px solid #000;
}
input[type="text"]:focus,
input[type="email"]:focus {
    border: 1px solid #000;
}
.error {
    border: 1px solid red !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table th {
    font-weight: bold;
}
table td,
table th {
    padding: 9px 10px;
}
.row:after {
    content: '';
    display: table;
    clear: both;
}
.container {
    width: 980px;
    margin: 0 auto;
}

.container80 {
    width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 968px){
    .container80 {
        width: 100%;
    }
}
/* general*/

.wrapper {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
}
.flagstrap-icon {
    position: relative;
}
.shipping .btn1 {
    background: none;
    border: none;
}
.shipping .dropdown-menu {
    padding: 3px 4px;
    font-size: 12px;
    display: none;
}
.shipping .dropdown-menu li a {
    font-family: "Overpass", 'PalatinoLinotype-Roman';
    color: #000;
    text-decoration: none !important;
    font-size: 12px;
}
.shipping .dropdown-toggle::after {
    content: normal;
}
.header-top {
    /*  background: #ebebeb;
   padding: 0px 0px 11px;*/
}
.shipping span {
    font-size: 11px;
    text-transform: capitalize;
    color: #999999 !important;
    float: left;
}
.user-accnt {
    text-align: right;
}
.user-accnt li {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.user-accnt ul {
    margin: 0px;
    padding: 0px;
}
.contry a {
    /*background: url(../images/in.jpg) no-repeat left;*/
    /* color: #999999 !important;
    padding-left: 30px;
    background-size: 22px 20px;
  position:relative;*/

    color: #999999 !important;
    padding-left: 8px;
    background-size: 22px 20px;
    position: relative;
    float: right;
}
.contry a span img {
    float: left;
    width: 22px;
    margin-right: 10px;
}
/*.contry a:after {
    content: '|';
    display: inline-block;
    position: absolute;
    top: -3px;
    left:25px;
    color: #000;
}*/

.user-accnt li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}
.user-accnt li a:hover {
    text-decoration: underline;
}
.shipping {
    float: left;
    width: auto;
}
.shippng-part {
    width: 100%;
    float: left;
    margin-right: 23px;
}
.user-accnt.login-links {
    float: right;
    width: auto;
}
.logo {
    /*float: left;*/
    /*width: 58.33333333%;*/

    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
}
.logo img {
    max-width: 100%;
    display: block;
}
.logo-1 {
    float: left;
    width: 69%;
}
.logo-2 {
    float: right;
    width: 31%;
    padding-top: 18px;
}
.head-bot-right {
    float: none;
    width: 395px;
    padding-top: 15px;
    box-sizing: border-box;
    padding-left: 65px;
}
.head-bot-right:after {
    display: block;
    clear: both;
}
.cart-link {
    float: left;
}
.cart-link img,
.cart-link span {
    display: inline-block;
    vertical-align: bottom;
}
.cart-link span {
    margin-left: 25px;
    color: #000;
    border-bottom: 3px solid #000;
}
.cart-link a {
    display: block;
}
.serach-bar {
    width: 210px;
    float: right;
    border-bottom: 1px solid #000;
    margin-top: 16px;
}
.serach-bar input {
    border: none !important;
    margin: 0px;
    font-size: 12px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    width: 89%;
    float: left;
}
.serach-bar button {
    color: #000000;
    border: none;
    font-size: 12px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    background: none !important;
    width: 12px;
    float: left;
    margin: 0px;
    padding: 4px 0px;
}
.header-bot {
    padding: 0px 0px 28px;
    border-bottom: 1px solid #e5e5e5;
}
.menu-bar {
    padding: 6px 0px;
    border-bottom: 1px solid #ebebeb;
}
.menu-bar ul {
    text-align: center;
}
.menu-bar ul li {
    float: left;
}
.menu-bar ul li:after {
    margin-right: 0;
}
.menu-bar ul li a {
    text-transform: uppercase;
    font-size: 11px;
    color: #515151;

    padding: 0 10px 0 10px;
}
.nav-primary li.level0 > a:focus {
    outline: none;
}
ul.sub-menu {
    width: 225px;
    position: absolute;
    background: #ebebeb;
    padding: 7px;
    box-shadow: 0px 3px 8px -1px rgba(0, 0, 0, 0.17);
    border-radius: 3px;
    top: 32px;
    text-align: left;
    left: 25%;
}
.menu-bar ul li:hover ul.sub-menu {
    display: block;
}
ul.sub-menu li {
    margin: 0px;
    /* padding:1px 17px;*/

    box-sizing: border-box;
    margin-bottom: 6px;
}
ul.sub-menu li a {
    padding: 1px 17px;
}
ul.sub-menu li:last-child {
    border: none;
}
ul.sub-menu:before {
    content: '';
    height: 11px;
    background: url(../images/Untitled-2.png) no-repeat;
    display: block;
    position: absolute;
    top: -9px;
    left: 0px;
    right: 0px;
    background-size: cover;
}
ul.sub-menu li {
    margin: 0px;
}
.banner {
    width: 100%;
}
.banner img {
    width: 100%;
    display: block;
}
.vid-wrap {
    width: 100%;
}
.vid-wrap:after {
    content: '';
    display: block;
    clear: both;
}
/*  .slick{
    width:23.1%;
  display:table-cell;
  vertical-align:top;
  overflow:hidden;

  }*/
/*  .slic-mid-vdo
  {
    width:50.8%;
  margin:0px 16px;
  display:table-cell;
  vertical-align:top;

  }*/
/* .slic-mid-vdo {
    position: relative;
    }*/

.slic-mid-vdo iframe {
    width: 100% !important;
    /*display: block;*/

    height: 100%;
    /*    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;*/
}
.vid-sec {
    padding: 17px 8px;
    text-align: center;
}
section.new-arrival {
    padding: 30px 0px 0px;
}

.heading h1 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
    margin: 20px 0px 33px;
}
.prod-block {
    text-align: center;
}
.prod-name {
    font-size: 18px;
    text-transform: capitalize;
    color: #a3a3a3;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
span.price {
    /*color: #c2c2c2 !important;*/
    text-transform: uppercase;
    font-size: 18px;
}
.prod-block .prod-img {
    margin-bottom: 20px;
    width: 100%;
}
.prod-block .prod-img img {
    /*width: 100%;*/
    height: auto;
    margin: 0 auto;
}
li .prod-block {
    margin: 0px 17px;
}
.prod-block a:hover .prod-name {
    color: #000;
}
.product-slider {
    position: relative;
    padding: 0px 20px;
}
.jcarousel-control-prev,
.jcarousel-control-next {
    background: transparent;
    color: #000;
    text-shadow: none;
    box-shadow: none;
    font-size: 60px;
    height: 50px;
    top: 32%;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
    color: #a3a3a3;
}
.jcarousel-control-prev {
    left: 10px;
}
.jcarousel-control-next {
    right: 10px;
}
.cat-blcok {
    float: left;
    width: 49%;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 38px;
    max-height: 492px;
}
.cat-blcok:nth-child(2n) {
    float: right;
}
.cat-blcok a {
    display: block;
    font-style:normal;
}
.cat-blcok img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
/*.cat-blcok:after
{
 content:'';
 width:100%;
 height:100%;
 background:url(../images/pattern.png);
 position:absolute;
 top:0;
 opacity:20%;
 z-index:1;
}*/

.myslickhomesec img {
    width: 100%;
}
.shopbox {
    position: absolute;
    top: calc(50% - 0px);
    top: -webkit-calc(50% - 0px);
    top: -moz-calc(50% - 0px);
    transform: translateY(-50%);
    width: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    padding: 0px 10px;
}
.shopbox h3 {
    font-size: 47px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Overpass", 'Palatino Linotype';
    font-weight: normal;
    padding: 0px;
    margin-bottom: 17px;
    line-height: 60px;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.50);
}
.shopbtn {
    font-size: 22px;
    border: 1px solid #fff;
    padding: 6px 10px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-transform: uppercase;
    display: inline-block !important;
}
.shopbtn:hover {
    background: #fff;
    color: #000;
    border: 0;
    border: 1px solid #fff;
}
.cat-blcok:hover img {

        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -moz-transform: scale(1.03);
        transform: scale(1.03);
}

.new-arrival.all-pord {
    padding-top: 11px;
}
.store-img {
    margin-bottom: 30px;
}
footer {
    border: 1px solid rgb(229, 229, 229);
    padding: 15px 0px;
}
.footer-block {
    float: left;
    width: 25%;
}
.footer-block:first-child {
    width: 30%;
}
.footer-block:nth-child(2) {
    width: 20%;
}
.footer-block:last-child {
    margin-right: 0px;
}
.footer-block.footer-part h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #555555;
    font-size: 13px;
    padding: 0 0 10px 0;
}
.address-block h5 {
    font-weight: bold;
    color: #555555;
    font-size: 12px;
    display: block;
    padding: 0 0 3px 0;
}
.address-block span {
    color: #565656;
    font-size: 14px !important;
    line-height: 17px;
    display: block;
}
.address-block a {
    display: inline-block;
    color: #565656;
    text-decoration: none;
    font-size: 14px;
}
.address-block a:hover {
    color: #333;
}
.address-block {
    margin-bottom: 14px;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
}


.social a {
    color: #0a0a0a;
    font-size: 24px;
    display: inline-block;
    margin-right: 8px;
    line-height: 10px;
}
.footer-part a:hover {
    /*   color: rgba(0, 0, 0, 0.65);*/
}
.footer-part ul li {
    line-height: 1.3;
}
.footer-part ul li a {
    color: #676565;
    font-size: 14px;
}
.footer-part ul li a:hover {
    color: #212020;
}
.cards li {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    margin-right: 5px;
}
.shipping-links {
    margin-bottom: 26px;
}
.newsletter-form input[type="email"] {
    display: block;
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #000;
    border: 1px solid #EBEBEB;
    outline: none;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
    padding: 0px 12px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.newsletter-form input[type="submit"] {
    background: #EBEBEB;
    color: #050404;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-bottom: 15px;
    padding: 6px 10px;
    border: 1px solid #EBEBEB;
}
.newsletter-form input[type="submit"]:hover {
    background: transparent;
    color: #000;
    box-shadow: 0 0 6px #979494;
}
.site-footer {
    padding: 20px 0px;
    border-top: solid 1px #ccc;
    position:relative;
}
.footer-bot {
    font-size: 10px;
    text-align: center;
    padding: 10px 0 0px;
    color: #999;
}
.footer-block.footer-part.subscribe p {
    color: #565656;
    line-height: 19px;
    font-size: 15px;
    padding: 0px;
    margin-bottom: 10px;
    text-align: left;
}
.shoping-bag a,
.shoping-bag span {
    /* color: #818181; */
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}
.shoping-bag {
    width: 274px;
    float: right;
    text-align: center;
    background: #777777;
    padding: 0px 0px 3px;
    position: relative;
}
.shoping-bag, .shoping-bag span, .shoping-bag span a {
  color:#000;
}
p.empty {
    /*position: absolute;
    border: solid 1px #aaa;*/
    color: #999 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 26px;
    box-sizing: border-box;
    width: 100%;
    right: 0;
    bottom: -43px;
    opacity: 0;
    transition: ease-in-out 0.5s;
    background: #fff;
    z-index: 9;
}
.shoping-bag:hover p.empty {
    opacity: 1;
}
header.site-header {
    background: #fff none repeat scroll 0 0;
    left: 0;
    top: 0;
    position:absolute;
    width: 100%;
    z-index: 999;
}
header.site-header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
  }
#message {
    font-size: 12px;
    display: block;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 70px;
    margin-top: -35px;
    right: 15px;
    margin-left: -70px;
    width: 40px;
    color: #595959;
}
#message a {
    display: block;
    color: #595959 !important;
       padding: 23px 5px 0px 7px;
    background: url(top_arrow.png) no-repeat top center;
    text-align: center;
    text-transform: uppercase;
}
.category {
    padding: 23px 20px 0 20px;
}
/*product-listing*/

.pager span {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 38px;
}

.prdlist span
{

  margin-bottom: 0px !important;
  font-size: 13px !important;
  margin-bottom: 0px !important;
  font-weight: bold;
}

.prdlist .btn-cart
{
    display: inline-block !important;
}
.gridprc em{


   font-size: 13px !important;
    font-style: normal !important;
    color: #c2c2c2 !important;
}


.sorting {
    display: inline-block;
    font-size: 11px;
        width: 93%;
        padding: 6px;
    /*  vertical-align:middle;*/
}
.sorting select {
    padding: 4px 70px 4px 4px;
    background: url(../images/arrow_blk.png);
    background-color: #f3f3f3;
    font-size: 11px;
    border: 0px;
    outline: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right;
    text-transform: uppercase;
}
.product-list-wrapper {
    padding: 20px 0px;
}
.product-list li {
    float: left;
    /*font-size: 14px;*/
    text-align: center;
   /* width: 296px;*/
}
.product-list li a img {
    width: 100%;
    height: auto;
    display: block;
}
.product-list li a {
    border: 1px solid #fff;
    display: block;
}
.product-list li a:hover {
    border: 1px solid #999999;
}
.product-list li h2 {
    padding: 0px;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    margin-bottom: 6px;
}
.product-list li h2 a {
    border: none !important;
    color: #a3a3a3/*#515151*/;
    font-size: 18px;
    font-weight: normal;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    text-transform: capitalize;
}
.product-list li h2 a:hover {
    color: #000;
}
.product-list li p {
    color: #c2c2c2;
    font-size: 15px;
    font-weight: normal;
}
.left-about-brand {
    float: left;
    width: 40%;
}
.right-about-brand {
    float: left;
    width: 60%;
}
.right-about-brand h3 {
    font-size: 22px;
    color: #000 !important;
    font-weight: normal;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    line-height: 21px;
    padding: 0px;
    margin-bottom: 20px;
}
.right-about-brand p {
    font-size: 15px;
    color: #000;
    line-height: 19px;
}
.selection-top-section.row {
    padding-top: 20px;
}
.ChildVerticalTab_1 .inner_tab_menu {
    text-align: center;
}
.ChildVerticalTab_1 .inner_tab_menu li.active {
    border-bottom: none;
    color:#900 !important;
    text-decoration: underline;    
}
.ChildVerticalTab_1 .inner_tab_menu li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 7px 22px;
    cursor: pointer;
    margin-right: -5px;
    border: 1px solid transparent;
    background: #fff;
    text-transform: uppercase;
    font-family: "Overpass", 'PalatinoLinotype-Roman';
    position: relative;
    transition: color .3s ease-in-out;
}
.ChildVerticalTab_1 .inner_tab_menu li::after {
    content: "";
    content: "";
    position: absolute;
    right: 0;
    border-right: 1px solid #000;
    height: 20px;
}
.ChildVerticalTab_1 .inner_tab_menu li:last-child::after {
    border: 0 none;
}
.ChildVerticalTab_1 .inner_tab_menu li:hover {
    text-decoration: underline;
    color: #900 !important; 
}
.inner_tab_content:first-child {
    display: none;
}
.ChildVerticalTab_1 .inner_tab_content {
    padding: 48px 0;
}
.ChildVerticalTab_1 .inner_tab_content {
    border: none;
    width: 100%;
    /* border-color: #e1e1e1 !important;
    border-left: none;
    border-right: none; */
    margin: -1px 0 0 -1px;
    margin-top: -12px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inner_tab_content > div.active {
    display: block;
}
.inner_tab_content > div {
    display: none;
}
.ChildVerticalTab_1 .inner_tab_content figure {
    float: left;
    display: block;
    width: 50%;
    margin: 0 22px 0 0;
}
.ChildVerticalTab_1 .inner_tab_content figure img {
    width: 100%;
    display: block;
}
.content-right {
    float: left;
    width: 43%;
    padding-bottom: 20px;
    padding-top: 35px;
}
.content-row:nth-child(even) .content-right {
    float: left;
    text-align: right;
    width: 47%;
}
.content-row:nth-child(even) figure {
    float: right;
    margin-right: 0px;
    margin-left: 22px;
}
.content {
    display: none;
}
.content-row {
    margin-bottom: 11px;
}
.content-row:after {
    content: '';
    display: table;
    clear: both;
}
.content-right p,
.content-right p em,
.content-right span {
    font-size: 14px;
    color: #171717;
    font-weight: 600;
    line-height: 18px;
}
.content-right img {
    width: 100%;
    margin-top: 1em;
    height: auto;
    display: block;
}
.content-right h3 {
    font-size: 26px;
    color: #000 !important;
    line-height: 26px;
    padding: 0;
    margin-bottom: 6px;
}
/********20th-June-16********/

.main_wrapper {
    width: 920px;
    margin: 0 auto;
}
.main_cont {
    width: 100%;
    /*    padding-top: 40px;*/

    position: relative;
    z-index: 80;
}
.zoom-outer {
    width: 410px;
    float: left;
}
.zoom-section {
    width: 100%;
}
.details_area {
    float: right;
    width: calc(100% - 415px);
}
.zoom-small-image {} .zoom-small-image a {
    display: inline-block !important;
    border: 1px solid #efefef;
}
.zoom-section span {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    color: #515151;
}
.zoom-desc {
    width: 100%;
    float: left;
    padding: 5px 0;
}
.zoom-desc ul {
    width: 100%;
}
.zoom-desc ul li {
    display: inline-block;
    margin: 5px 4px 5px;
    width: 92px;
    height: 92px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
}
.zoom-desc ul li.active {
    border: 1px solid #000;
}
.zoom-tiny-image {
    width: 100%;
    height: 100%;
}
.details_in {
    width: 100%;
    border-bottom: solid 1px #ccc;
}
.product-name {
    margin: 0 0 5px;
}
.product-name h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    /* line-height: 1.55; */
    color: /*#a3a3a3*/#4a4a4a;
}
.short-description {
    padding-bottom: 15px;
}
/*.short-description strong {
    font-weight: 400;
}*/
.short-description p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
}
.std ul {
    margin: 12px 0 !important;
    padding: 0px !important;
}
.std ul li {
    list-style: none;
    background: url(../images/point_icon.jpg) no-repeat left 11px;
    padding: 0 0 0 13px;
    font-size: 14px;
}
.price-box {
    margin: 7px 10px 0 0;
    float: left;
    width: auto;
    padding-top: 15px;
}
.regular-price {
    color: #090909 !important;
}
.price {
    font-weight: normal;
    color: #444444;
    font-size: 24px;
    /*margin: 12px 0 16px;*/

    padding-left: 10px;
    font-family: "Overpass", "times new roman" !important;
}
.containerone {
    width: 100%;
    float: left;
}
.product-options {
    padding: 15px 0px 15px 0;
    position: relative;
       border-top: 2px solid #9e9e9e;
}
.cust_opt_div {
    border-bottom: 1px solid #efefef;
    float: left;
    padding-bottom: 15px;
    width: 100%;
}
.cust_opt_dl {
    background-color: #efefef;
    float: left;
    padding: 10px 10px;
    width: 96%;
}
.cust_opt_dl dt {
    padding: 10px 0 6px;
    font-weight: normal;
}
.cust_opt_dl dt label {
    color: #353535;
}
.containerone .input-box {
    float: left;
    width: 100%;
}

.last input:focus {
    border: 1px solid #000;
}
.note {
    float: right;
    width: calc(100% - 101px);
    font-size: 13px;
}
.config_opt_dl {
    float: left;
    padding: 10px;
    width: 97%;
}
.config_opt_dl dt label em {
    color: #eb340a;
}
.config_opt_dl last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.config_opt_dl select {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #efefef;
    padding: 4px;
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #818181;
    outline: none;
}
.product-options-bottom {
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 0 0 5px 0;
}
.add-to-cart {
    float: left;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
}
.quanitybox {
    float: left;
    margin: 0 0px 0 0;
}
.add-to-cart label {
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    line-height: 20px;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0 10px 4px;
    display: block;
}
.quantity_box_button_down {
    float: left;
    cursor: pointer;
    width: 19px;
    height: 27px;
    border: none;
    background: url(../images/qt_down.png) no-repeat center center;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.qty {
    float: left;
    width: 8px;
    background-color: #fff;
    border: 1px solid #efefef;
    height: 8px;
    color: #828282;
    font-size: 12px;
}
.qty:focus {
    border: 1px solid #000;
}
.quantity_box_button_up {
    margin: 0;
    cursor: pointer;
    width: 19px;
    height: 27px;
    float: left;
    border: none;
    background: url(../images/qt_up.png) no-repeat center center;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.add-to-cart label {
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    line-height: 20px;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0 10px 4px;
    display: block;
}
.add-to-cart button {
    float: left;
    margin: 5px 0 0 0;
    font-size: 12px;
    letter-spacing: 1px;
    height: 26px !important;
    border-radius: 12px;
    padding-right: 25px !important;
    padding-left: 25px !important;
    background-repeat: no-repeat;
    background-position: center right;
    background: url(../images/btn-bg.png) repeat-x left top #515151 !important;
    border: none;
    text-transform: uppercase;
}
.add-to-cart button:focus {
    outline: none;
}
.add-to-cart button span {
    color: #fff;
    white-space: nowrap;
    margin: -1px -3px;
    font-size: 12px;
}
.btn-cart {
    float: left;
    clear: both;
    display: block;
}
.add-to-cart button.button span {
    font-size: 12px;
}
.add-to-cart button:hover {
    background: url(../images/btn-bg.png) repeat-x left top #000 !important;
    text-decoration: none !important;
}
.prod_arrow {
    float: left;
    font-size: 13px;
    margin-top: 20px !important;
    text-transform: capitalize !important;
    border-top: solid 1px #ccc;


    width: 100%;
}
.prod_arrow a {
    color: #a9a9a9;
    position: relative;
    padding: 0 5px;
}
/*.prod_arrow a:after {
position:absolute;
display:inline-block;
content:"|";
color:#a9a9a9;
right:-4px;
top:0;
  }*/

.prod_arrow a:last-child:after {
    content: "";
}
.prod_arrow a:hover {
    color: #000;
    text-decoration: none;
}
.pegi {
    float: right;
}
/*.white-back {
    float:right;
  border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    width: 100%;
}*/

.related_pro {
    width: 100%;
    /*border-top: solid 1px #ccc;*/

    padding-top: 10px !important;
}
.related_pro h2 {
    margin: 0px 0 12px;
    padding: 5px 15px;
    color: #a9a9a9;
    /* background: #fff; */

    font-weight: normal;
    text-transform: none;
    font-size: 20px;
}
.related_pro .prod-name a {
    font-size: 14px !important;
    color: #000;
}
.related_pro .price {
    color: #c2c2c2;
    font-size: 14px !important;
}
.related_pro .jcarousel-control-prev {
    left: -10px;
}
.related_pro .jcarousel-control-next {
    right: -10px;
}
.related_pro ul li:hover {
    border: 1px solid #dedede;
}
.toggle-menu {
    display: none;
}
.toggle-menu i {
    font-family: FontAwesome;
}
.pegi:after {
    display: none;
    clear: both;
}
.pegi a:first-child {
    float: left;
}
.pegi a:last-child {
    float: right;
}
.blog-press-body {
    margin: 70px 0px;
}
.blog-press-body li {
    margin-bottom: 70px;
    border: 1px solid #d9d9d9;
}
.blog-press-body li:last-child {
    margin-bottom: 00px;
}
.blog-press-body li img {
    width: 100%;
    height: auto;
    display: block;
}
/*-------------------Abhijit---------------*/

.body-conteny {} .black-box {
    background: #262626;
    height: 150px;
    text-align: center;
}
.black-box h2 {
    padding: 38px 0px 0;
    margin: 0px;
    font-size: 24px;
    font-weight: 400;
    color: #FFF;
    line-height: 34px;
}
.sort_box {
    text-align: right;
    margin: 20px 0;
}
.sort_box span {
    display: inline-block;
    font-size: 14px;
    color: #a3a3a3;
    margin: 0 20px 0 0;
}
.sort_box .select_box {
    display: inline-block;
}
.select_box select {
    font-size: 12px;
    color: #000;
    outline: none;
    padding: 0 35px 0 20px;
    -webkit-appearance: none;
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 88% center;
    height: 28px;
    border: 2px solid #000;
    /*  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
*/
}
/*.select_box .select_box:after{
  position:absolute;
  content: "\f175";
  font-family: 'FontAwesome';
  right:20px;
  top:0px;
  color:#FFF;
  font-size:14px;
}*/

.category-sidebar {
    width: 100%;
    float: left;
    padding: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.category-sidebar h3 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    padding: 25px 0;
}
.accord_box {} .accord_box h2 {
    font-size: 14px;
    color: #FFF;
    background: #262626;
    width: 100%;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 0 22px;
    padding: 0px 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.accord_box h2:after {
    position: absolute;
    content: "\f067";
    font-family: 'FontAwesome';
    right: 20px;
    top: 0px;
    color: #FFF;
    font-size: 14px;
}
.accord_box h2.tab-active:after {
    position: absolute;
    content: "\f068";
    font-family: 'FontAwesome';
}
.acc_content {} .acc_content ul {} .acc_content li {
    padding: 0 0 22px 25px;
}
.acc_content li:after {
    content: '';
    display: table;
    clear: both;
}
.acc_content input[type="checkbox"] {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.acc_content input[type="checkbox"]:not(old) {
    width: 14px;
    margin: 0;
    padding: 0;
    display: none;
}
.acc_content input[type="checkbox"]:not(old) + label {
    display: inline-block;
    margin-left: 0px;
    padding-left: 25px;
    background: url(../images/chck_sprite.png) no-repeat;
    line-height: 19px;
    background-position: 0px 3px;
}
.acc_content input[type="checkbox"]:not(old):checked + label {
    background-position: 0px -39px;
}
.acc_content {
    display: none;
}
.acc_content label {
    display: block;
    float: left;
    color: #a3a3a3;
}
.acc_content span {
    display: block;
    float: right;
    color: #a3a3a3;
}
.main_prod_content {
    width: 75%;
    float: right;
    padding: 0 0 0 15px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.main_prod_content .product-list {} .main_prod_content .product-list li {
    padding: 0px;
    width: 31.8%;
}
.main_prod_content .product-list li:nth-child(3n + 2) {
    padding: 0 15px;
}
/*shopping cart*/

.mycontainer {
    margin: 0 auto;
    padding: 0;
    width: 920px;
    max-width: 99%;
}
.checkout-cart-index .data-table {
    width: 100%;
}
.checkout-cart-index .data-table thead tr td,
.data-table thead tr th {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #efefef;
}
.checkout-cart-index .cart-table th {
    padding: 5px 10px;
}
.checkout-cart-index .data-table th {
    font-size: 12px;
    padding: 2px 15px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: "Overpass", 'Palatino Linotype';
    color: #000;
    font-weight: 400;
}
.checkout-cart-index .data-table th span {
    color: #000;
    font-weight: 400;
}
.checkout-cart-index .a-center {
    text-align: center !important;
}
.checkout-cart-index .nobr {
    white-space: nowrap !important;
}
.checkout-cart-index .data-table .product-name {
    padding-bottom: 0 !important;
}
.checkout-cart-index .data-table .product-name a {
    color: #515151;
    font-size: 14px;
    font-family: "Overpass", 'Palatino Linotype';
}
.checkout-cart-index .data-table .product-name a:hover {
    color: #333;
}
.checkout-cart-index .data-table .product-cart-sku {
    color: #000;
}
.checkout-cart-index .data-table .product-cart-sku span.label {
    color: #000;
}
/*.checkout-cart-index .data-table .product-image, .no-touch .product-img-box .product-image:hover:not(.zoom-available){
border:none !important;
  }*/

.checkout-cart-index .data-table .no-touch .product-image:hover {
    border-color: none !important;
}
.checkout-cart-index .cart .page-title {
    border-bottom: none !important;
}
.checkout-cart-index .data-table .price {
    color: #000;
    font-size: 18px;
}
.checkout-cart-index .data-table .last input {
    width: 40px !important;
}
.checkout-cart-index .cart-table tr {
    border-bottom: 1px solid #e5e5e5 !important;
}
.checkout-cart-index .data-table tfoot tr {
    background-color: #fff !important;
}
.checkout-cart-index .data-table .btn-empty {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}
.checkout-cart-index .data-table .btn-empty span {
    margin: -1px -3px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}
.checkout-cart-index .data-table .btn-empty:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
.checkout-cart-index .data-table .btn-update {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}
.checkout-cart-index .data-table .btn-update span {
    margin: -1px -3px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}
.checkout-cart-index .data-table .btn-update:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
.checkout-cart-index .data-table .btn-continue {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}
.checkout-cart-index .data-table .btn-continue span {
    margin: -1px -3px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}
.checkout-cart-index .data-table .btn-continue:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
.btn-cart {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}
.btn-cart span {
    margin: -1px -3px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
        font-size: 13px !important;
}
.btn-cart:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
.addspan
{
    font-weight: normal !important;
}

.prdlist .btn-cart
{
    letter-spacing: 0px !important;
        margin-left: 25px !important;
}
.price {
    /*color: #444444 !important;*/
    color: #484848 !important;
    font-family: "Overpass", "times new roman" !important;
    font-size: 24px;
    font-weight: normal;
    margin: 12px 0 16px;
    padding-left: 10px;
}
.link-wishlist {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
    margin-top: 15px;
}
.link-wishlist:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
.link-compare {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
    margin-top: 15px;
}
.link-compare:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
.sharing-links {
    margin-top: 20px;
}
#qtyswitcher-oneless {
    background: transparent url("../images/less.png") 100% 100% no-repeat;
    box-shadow: none;
}
#qtyswitcher-onemore {
    background: transparent url("../images/more.png") 100% 100% no-repeat;
    box-shadow: none;
}
ul.inner_tab_menu li {
    margin: 0;
    padding: 4px 22px !important;
}
.fieldset input[type="text"] {
    width: 100% !important;
    height: 40px;
}
.buttons-set .button {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
}
.buttons-set .button span {
    color: #fff;
}
.buttons-set .button:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
.toggle-tabs span {
    color: #636363 !important;
}
.add-to-cart-wrapper .add-to-box {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
/*.categorypath-extra-x-html .product-list .products-grid li {
    width: 228px;

  }*/

.no-rating {
    font-style: italic;
    color: #000;
}
.catalog-product-view .fieldset {
    padding-top: 0 !important;
}
/*28th-june-2016*/

.shope_open {
    color: #555555;
    display: block;
    font-size: 16px !important;
    font-weight: bold;
    padding: 0 0 3px;
}
.shope_open img {
    display: inline-block;
    width: 15px;

}
.newsletter-form input[type="email"] {
    border: 1px solid #cccccc;
    color: #999999;
    float: inherit;
    font-size: 9px !important;
    height: 25px !important;
    line-height: normal;
    margin: 10px 0 7px;
    padding: 5px 0 5px 10px !important;
    vertical-align: bottom;
    width: 100%;
    outline:0px;
}
.newsletter-form input[type="submit"] {
    background-color: #e6e6e6 !important;
    border: 1px solid #cfcfcf;
    border-radius: 0 !important;
    box-shadow: 0 1px 0 0 #dcecfb inset;
    color: #080008;
    float: inherit;
    height: 19px !important;
    line-height: 11px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 50px;
    font-size: 9px;
}
.newsletter-form input[type="submit"]:hover {
    box-shadow: none;
}
.new-arrival .product-slider .jcarousel ul li .price {
    padding-left: 0;
}
.ratings-table .rating-box .rating {
    background-position: 0 -631px;
}
.ratings .rating-box .rating {
    background-position: 0 -631px;
}
.box-reviews .review-heading h2 {
    padding-bottom: 6px;
}
.box-reviews dl dt a {
    color: #000 !important;
}
.box-reviews dl dt a:hover {
    color: #777;
}
.box-reviews .review-heading h2 {
    color: #000 !important;
}
.box-reviews span.review-meta {
    color: #000 !important;
}
.box-reviews .form-add h3 {
    color: #000;
}
.box-reviews .form-add h3 span {
    color: #000 !important;
}

.tab-container .no-rating a {
    color: #000;
}
.products-grid .product-image img {
    width: 100%;
    height:auto;
    display:block;
    margin:0 auto;


}
.product-list ul.products-grid li .product-info .price {
    margin: 0;
}
/*.no-touch .product-image:hover {
    border-color:#999999 !important;
}*/

.mymainpadding {
    padding-top: 130px !important;
}
.product-image {
    border: 1px solid #dedede !important;
}
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    background-color: transparent;
    border: medium none;
    padding: 10px;
}
.cart-totals-wrapper table td.a-right span.price {
    margin: 0;
    font-size: 20px !important;
    color: #000 !important;
}
.cart-totals-wrapper table td.a-right {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 !important;
}
.new-arrival .product-slider .jcarousel ul li span {
    font-size: 18px;
    color: #ccc !important;
}
.cart-totals-wrapper table td.a-right strong {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.cart .cart-totals table tfoot {
    border-top: none;
}
.checkout-types .btn-checkout {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
}
.checkout-types .btn-checkout:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
/*about*/
.cms-about-us h3 {
    font-size: 20px;
    color: #000102;
}
.right-about-brand {
    padding:0px 15px;

}
.right-about-brand h3 {
    text-transform: capitalize;
    color: #242424;
    padding-bottom: 10px;
    margin-bottom:0px;
}
.right-about-brand p {
    color: #242424 !important;
    font-style: normal !important;
    font-size: 15px !important;
    padding-bottom: 0;
}
.aboutsub_tab ul li {
    font-style: normal !important;
    color: #000 !important;
}
.store_right h3 {
    color: #242424;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 6px;
    text-transform: capitalize;
}
.store_right p {
    font-style: normal !important;
    color: #000 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding-bottom: 0 !important;
}
.faq_left ul li {
    margin-left: 0;
    background-image: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}
.faq_left #accordion ul li a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #515151;
    font-size: 13px;
}
.faq_left h6 {
    color: #111;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.35;
    margin-bottom: 1em;
}
.faq_right h6 {
    color: #111;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.35;
    margin-bottom: 1em;
}
.faq_right ul li {
    margin-left: 0;
    background-image: none;
    padding-left: 0;
    border-bottom: 1px solid #ccc;
}
.faq_right #accordion ul li a {
    border-bottom: none;
    text-decoration: none;
    display: block;
    padding: 10px;
    color: #515151 !important;
    font-size: 15px;
}
.about_divs_blank strong {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.about_divs_blank {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    padding-left: 0;
}
.aboutsub_tab .inner_tab_content {
    border-bottom: none;
}
.about_divs_blank p {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    font-style: normal !important;
    color: #000 !important;
}
.about_divs strong {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.about_divs table td {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal !important;
    color: #626364 !important;
    /* font-weight: 400; */
}
.about_divs {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal !important;
    color: #000 !important;
    /*padding-left: 0;
    background-color: #f6f6f6;*/
    float: none;
}
.about_divs_blank {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 30px;
    padding-left: 0;
}

.cms-page-view .std .about_divs_blank p, .cms-page-view .std .about_divs p {
    font-size: 14px;
    font-weight: 300;
}
.about_divs_blank table td {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 14px;
    font-style: normal !important;
    color: #626364 !important;
    font-weight: 300;
}
.shipping_table table td {
    padding-left: 0;
}
.aboutsub_tab .shipping_part .about_divs {
    background-color: transparent !important;
    float: left;
    width: 100%;
    padding: 10px 0 !important;
}
.about_divs_blank table, .about_divs table {
    background-color: #E5E6E7;
}
.about_divs_blank em, .about_divs em {
    color: #7E7F80;
}

.about_divs ul li {
    background-image: none;
    padding-left: 0;
   font-size: 15px;
}
.about-break img {
    display: inline-block;
}
.store_right a {
    color: #333 !important;
}
.store_right a:hover {
    color: #000;
}

/* top menu */
.nav-primary li.level0 ul {
    display: block;
    opacity: 0;
    transition: all .2s ease-in-out;
    visibility: hidden;
}
.nav-primary .menu-active > ul.level0, .nav-primary li.level0 li.sub-menu-active > ul {
    /* display: block; */
    opacity: 1;
    visibility: visible;
}
.menu-bar ul ul li {
    width: 100%;
    border-bottom: none;
}
.menu-bar ul ul li a {
    border-bottom: none !important;
}
.menu-bar ul ul li a:hover {
    color: #000;
}
.nav-primary li.level0 > a:hover {
    color: #000;
}
.nav-primary {
    position: relative;
}
.nav-primary a.level0, .nav-primary li.level0 {
    display: inline;
}
.nav-primary li.level0 > a {
    font-size: 14px;
}
.nav-primary a, .nav-primary li {
    position: static;
}
.nav-primary li ul .cell {
    float: left;
    width: 25%;
}
.nav-primary li ul .cell li a {
    line-height: 20px;
}
.nav-primary li ul .cell li.title a {
    color: #999;
} 
.nav-primary li.first.parent ul li.level1.first.last {
    display: none;
}
.menu-bar ul {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0;
    /* top: 29px !important; */
    background-color: #fff !important;
    position: relative;
}
.nav-primary li.level0 ul {
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 80%;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    left: 0;
}
.wholesale .nav-primary li.level0 ul {
    width: 50%;
    left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.wholesale .nav-primary li ul .cell {
    width: auto;
}
/*.zoomContainer {
z-index:9;
  }*/

.nav-primary a:hover,
.nav-primary li:hover > a {
    color: #000;
}

/*TPO-145*/
.language-switcher {
    float: right;
    font-size: 11px;
    margin-left: 15px;
    position: relative;
}
.language-switcher span {
    display: block;
    text-transform: uppercase;
    line-height: 12px;
    text-align: center;
}
.language-switcher ul {
    display: flex;
    justify-content: space-around;
}

.language-switcher .lang a {
    padding: 2px 5px;
}

.language-switcher .lang.active a {
    background-color: #ffd32f;
}

.language-switcher .lang:first-child::after {
    content: '|';
}
.language-switcher .lang:last-child {
    margin-left: 3px;
}

/* Wholesale */ 

.shop-id-7 .nav-1 {
    display: inline; /* Show SHOP category */
}
.shop-id-7 .level0.nav-2,
.shop-id-7 .level0.nav-3,
.shop-id-7 .level0.nav-4,
.shop-id-7 .level0.nav-5,
.shop-id-7 .level0.nav-6,
.shop-id-7 .level0.nav-7,
.shop-id-7 .level0.nav-8,
.shop-id-7 .level0.nav-9 {
    display: none; /* Hide all other categories
}

.shop-id-7 .nav-primary li.level0 ul {
    /* border: 1px solid #ebebeb;
    border-top: 0 none; */
}


/*checkout*/

.form_fields label {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.form_fields input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"] {
    border: 1px solid #cccccc;
    color: #999999;
    float: inherit;
    font-size: 13px;
    height: 33px !important;
    padding: 5px 0 5px 10px !important;
    vertical-align: bottom;
    width: 100%;
    margin: 10px 0 7px 0;
    line-height: normal;
}
.form_fields select {
    border: 1px solid #cccccc;
    color: #999999;
    float: inherit;
    font-size: 13px;
    height: 30px !important;
    padding: 0 0 0 10px !important;
    vertical-align: bottom;
    width: 100%;
    margin: 10px 0 7px 0;
    line-height: normal;
    outline: none;
}
.form_fields select:focus {
    outline: none;
}
.one_step1 label {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 0 !important;
}
.one_step1 span {
    font-size: 14px;
}
#coupon-code {
    height: 30px;
    border-radius: 0;
}
#coupon-code:focus {
    outline: none;
    border: 1px solid #cccccc;
}
.buttons-set .btn-checkout {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    height: 27px !important;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    box-shadow: none !important;
    font: 15px Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 18px;
}
.buttons-set .btn-checkout:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
    box-shadow: none !important;
    opacity: inherit !important;
}
.addnav
{
    display: none;
}

.one_step1 {
    width: 31.3333%;
}
.order-products-table tfoot tr td {
    font-size: 14px;
}
.cart-table tbody td dl.item-options {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.cart-table tbody td div.product-cart-sku {
    margin-bottom: 0 !important;
}
.cart-table tbody td.product-cart-image {
    display: inline-block;
}
.cart-table tbody td.product-cart-image img {
    width: inherit;
}
#shopping-cart-totals-table tbody tr td.a-right {
    font-size: 14px !important;
}
#shopping-cart-totals-table tbody tr td.a-right span.price {
    font-size: 16px !important;
}
#shopping-cart-totals-table tfoot tr td strong {
    font-size: 14px !important;
}
#shopping-cart-totals-table tfoot tr td strong span {
    font-size: 14px !important;
}
.myremove {
    background-image: url(../images/btn_remove.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-position: 0 8px;
    background-size:auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.myremove:hover {
    background-position: 0 -13px;
}
/*personal fav*/

.left-about-brand img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.container2 h2 {
    font-size: 26px;
    color: #000 !important;
    padding-bottom: 10px;
}
.container2 span {
    line-height: 18px;
}
.container1 h2 {
    font-size: 26px;
    color: #000 !important;
    padding-bottom: 10px;
}
#extras2 {
    float: left;
}
#extras1 .container2 {
    line-height: 18px;
}
#extras2 .container1 {
    line-height: 18px;
}
/*404*/

.not-found {
    background: #7b7b7b;
    border: 2px solid #a1a1a1;
}
.not-found p {
    color: #fff !important;
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal !important;
}
p.error-area {
    font-style: normal !important;
}
.error-area span {
    color: #fff !important;
}
.not-found p a {
    color: #fff !important;
}
.not-found p a:hover {
    color: #000 !important;
}
.cms-page-view .std p,
.cms-no-route .std p {
    font-size: 16px;
}
.more-views h1 {
    text-align: center;
    font-size: 15px;
    color: #515151;
    font-weight: 700;
       margin-bottom: 33px;
}
.std ul li {
    margin-left: 0;
}
.ptdivline {
    box-shadow: none;
    background: #ebebeb;
}
.onestepcheckout-index-success .page-title {
    text-align: center;
}
.onestepcheckout-index-success h2 {
    color: #000;
    font-size: 20px;
    padding-bottom: 15px;
    text-align: center;
}
.onestepcheckout-index-success p {
    text-align: center;
}
.onestepcheckout-index-success .buttons-set {
    text-align: center;
    padding-bottom: 10px;
    border: none;
}
.onestepcheckout-index-success .buttons-set button.button {
    float: none;
}
.onestepcheckout-index-success p a {
    color: #000;
}
.onestepcheckout-index-success p a:hover {
    color: #525252;
}
.onestepcheckout-index-success .page-title h1 {
    border: none;
}
.onestepcheckout_datafields #name {
    border-bottom: 1px solid #ebebeb;
}
.onestepcheckout_datafields #shipping {
    border-bottom: 1px solid #ebebeb;
}
.onestepcheckout_datafields #review {
    border-bottom: 1px solid #ebebeb;
}
.onestepcheckout_datafields #payment {
    border-bottom: 1px solid #ebebeb;
}
.catalog-category-view .products-grid li a.product-image {
    border: 1px solid #fff !important;
}
.catalog-category-view .products-grid li a.product-image:hover {
    border: 1px solid #dedede !important;
}
/*wishlist*/

.customer-account .sidebar span {
    font-size: 16px;
    color: #636363;
}
.customer-account .sidebar .block-content ul li a {
    font-size: 13px;
    color: #636363;
}
.customer-account #wishlist-table tbody td h3.product-name a {
    color: #636363;
}
.customer-account .item-manage .button-secondary {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    height: 27px !important;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 10px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    box-shadow: none !important;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 18px;
}
.customer-account .item-manage .button-secondary:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
    box-shadow: none !important;
    opacity: inherit !important;
}
.customer-account a.link-edit {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    height: 27px !important;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 10px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    box-shadow: none !important;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 27px;
}
.customer-account a.link-edit:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
    box-shadow: none !important;
    opacity: inherit !important;
}
.customer-account .btn-cart span {} .customer-account .sidebar span {
    color: #fff;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    font-size: 11px;
}
.back-link a {
    color: #000;
}
.back-link a:hover {
    color: #777;
}
.customer-account .block-subtitle {
    margin-bottom: 0 !important;
    padding-bottom: 15px !important;
}
.customer-account .actions {
    margin-top: 15px !important;
}
.customer-account .actions a {
    color: #000;
}
.customer-account .actions a:hover {
    color: #777;
}
.customer-account .box-head h2 {
    color: #000;
    font-size: 16px;
    padding-bottom: 15px !important;
}
.customer-account .box-head {
    margin-top: 0 !important;
}
.customer-account .box-head a {
    color: #000;
    font-size: 13px;
}
.customer-account .box-head a:hover {
    color: #777;
}
.my-account .customer-name-middlename label {
    font-size: 14px;
}
.my-account input[type="text"],
.my-account input[type="email"],
.my-account input[type="tel"],
.my-account input[type="password"] {
    border: 1px solid #cccccc;
    color: #999999;
    float: inherit;
    font-size: 13px;
    height: 35px !important;
    padding: 5px 0 5px 10px !important;
    vertical-align: bottom;
    width: 100%;
    line-height: normal;
}
.my-account h2.legend {
    font-size: 15px;
}
.my-account table thead th {
    font-size: 14px;
}
.my-account h3 {
    font-size: 15px;
    color: #000;
}
.my-account .pages a,
.pages .current {
    color: #000;
}
.my-account .pages .next::before {
    border-color: transparent -moz-use-text-color transparent #777;
}
.pages .previous:before {
    border-right: 4px solid #777;
}
.pages .previous:hover:before {
    border-right: 4px solid #000;
}
.pages .next {
    border: 1px solid #fff;
}
.pages .next:hover {
    border: 1px solid #cccccc;
}
.pages .previous {
    border: 1px solid #fff;
}
.pages .previous:hover {
    border: 1px solid #cccccc;
}
.add-to-cart-alt {
    width: 30px;
    text-align: center;
}
.block-account li strong,
.block-cms-menu li strong {
    color: #000;
}
.my-account h2 {
    font-size: 15px;
    color: #000;
    padding-bottom: 30px !important;
}
.my-account table tr.shipping {
    float: none;
}
.my-account .title-buttons button {
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    height: 27px !important;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 10px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    box-shadow: none !important;
    font-family: Tahoma, Verdana, Arial, sans-serif !important;
    line-height: 27px;
}
.my-account .title-buttons button:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
    box-shadow: none !important;
    opacity: inherit !important;
}
.account-login .content {
    display: block;
}
/*04-07-2016*/
/*index-flag-popup*/

.list_cnt {
    min-width: 350px;
    max-width: inherit;
    border: none !important;
    min-height: 280px;
}
.list_cnt img {
    float: left;
    margin: 4px 6px 8px 14px;
}
/*success-msg*/

.messages li li {
    position: relative;
}
.messages .success-msg li {
    color: #333;
    background: #eaf2d2;

    padding: 6px 0px;
    border-radius:0px;
    margin-top: 11px;
}
.messages .success-msg li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #0EB733;
    margin-right: 12px;
    display: inline-block;
    width: 11px;
    font-size: 19px;
    text-shadow: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: absolute;
    left: 11px;
    top: 11px;
}
.messages .success-msg li {
    color: #333;
    position: relative;
    padding-left: 34px;
    font-size: 16px;
}
.onestepcheckout_loginarea {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;
}
.onestepcheckout_loginarea a:hover {
    color: #484848;
}
/*error-msg*/

.messages li li {
    position: relative;
}
.messages .error-msg li {
    color: #333;
    background: #FFC9C9;
    /* border: 1px solid #dddddd; */
    padding: 7px 9px;
    /* border-radius: 4px; */
}
.messages .error-msg li:before {
    content: "\f00d";
    font-family: FontAwesome;
    color:#F44336;
    margin-right: 12px;
    display: inline-block;
    width: 11px;
    font-size: 19px;
    text-shadow: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    position: absolute;
    left: 11px;
    top: 11px;
}
.messages .error-msg li {
    color: #333;
    position: relative;
    padding-left: 34px;
    font-size: 16px;
}
/*login-popup*/

.op_login_area .page-title {
    border-bottom: 1px solid #ededed;
}
.op_login_area {
    border: 5px solid #ccc;
    border-radius: 10px;
    text-align: left;
    min-height: 200px;
    background: #fff;
    padding: 10px 20px 10px;
}
.op_login_area .page-title {
    padding: 0;
}
.op_login_area .page-title span {
    padding-bottom: 15px;
    display: block;
}
.boxcontent .full {
    padding-top: 10px;
}
.boxcontent .full label {
    padding-bottom: 10px;
}
.boxcontent .full .data_area {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.boxcontent .full .input-box {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.close_la {
    top: -2px;
}
.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    padding-bottom: 10px;
}
p.required,
.validation-advice {
    margin-top: 0;
}
.note-msg {
    padding: 20px 0;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-size: 18px;
}
.cart-empty a {
    font-weight: bold;
}
.product-slider .jcarousel-control-prev:focus,
.jcarousel-control-next:focus {
    outline: none;
}
.myfirsthomesec {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: none;
    position: relative;
}
.myslickhomesec {
    width: 23.1%;
    float: none;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-left: 1.2%;
}
.slic-mid-vdo {
    position: relative;
    /*padding-top:28.6%;*/
}
.myslickhomesec:first-child {
    margin-left: 0;
    float: left;
}
.myslickhomesec:nth-child(2n) {
    width: 50.8%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
}
.myslickhomesec:nth-child(3n) {
    float: right;
}
/*account login*/

.account-login h2 {
    color: #000;
    font-size: 18px;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    padding-bottom: 10px;
}
.customer-account-login .scaffold-form label:first-child {
    width: 121px;
}
.registered-users .fieldset ul.form-list li div.input-box input[type="password"] {
    width: 100%;
}
/*register*/

.account-create {
    min-width: inherit;
    max-width: 600px;
    margin: 0 auto;
}
.customer-account-create .scaffold-form label:first-child {
    width: auto;
    font-size: 13px;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
}
.customer-name-middlename input[type="text"],
input[type="email"],
input[type="password"] {
    border: 1px solid #cccccc;
    height: 33px;
    width: 100%;
}
.customer-name-middlename input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
    border-color: #000 !important;
}
.input-text.validation-failed {
    border-color: #df280a !important;
}
.account-create ul.form-list li.control label {
    font-size: 13px;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
}
.account-create input[type="email"] {
    height: 43px !important;
}
.account-create input[type="email"]:focus {
    border: 1px solid #cccccc;
}
.pages .next:before {
    border-left: 4px solid #000;
}
.pages .next:hover:before {
    border-left: 4px solid #000;
}
.my-account table tbody td h2.product-name a:hover {
    color: #000;
}
.my-account .product-review .product-details h2 {
    color: #636363;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    padding-bottom: 15px !important;
}
.my-account .product-review .product-details table td,
table th {
    padding-left: 0;
}
.my-account .product-review .ratings-description dt {
    margin-top: 0px;
    font-size: 14px;
}
.my-account .product-review .ratings-description dd {
    text-transform: capitalize;
    padding-top: 10px;
}
.my-account .ratings .rating-links {
    padding-bottom: 0;
}
#wishlist-table .item-manage .button {
    font-size: 10px;
    width: 130px;
}
.add-to-cart-alt input[type="text"] {
    padding-left: 0 !important;
}
.two_fields .short .data_area input[type="password"] {
    height: 30px !important;
    font-size: 14px;
}
.my-account .fieldset .input-box select {
    border: 1px solid #cccccc;
    color: #999999;
    float: inherit;
    font-size: 13px;
    height: 35px !important;
    padding: 5px 0 5px 10px !important;
    vertical-align: bottom;
    width: 100%;
    line-height: normal;
}
.my-account .fieldset .input-box select:focus {
    outline: none;
}
.my-account .fieldset .input-box input[type="tel"]:focus {
    outline: none;
}
/*pretty photo*/

div.pp_default .pp_description {
    font-size: 12px;
    text-align: center;
}
.box-payment .box-content p.subtitle strong {
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    text-transform: capitalize;
    font-size: 15px;
}
/*mail to friend*/

.send-friend .fieldset .input-box {
    font-size: 14px;
}
.send-friend .fieldset .input-box input[type="text"] {
    border: 1px solid #cccccc;
    height: 35px;
    font-size: 13px;
    color: #777;
}
.send-friend .fieldset .input-box textarea {
    border: 1px solid #cccccc;
    height: 90px;
    font-size: 13px;
    color: #777;
    padding: 10px;
    width: 100%;
    resize: none;
    max-width: 100%;
}
.block-title strong span {
    color: #636363;
    font-size: 14px;
}
.block-contenth2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #000;
}
.block-contentul li.last input[type="radio"] {
    width: inherit;
}
/*cart drop(12-07-2016)*/

.head_right {
    position: relative;
    float: right;
}
.tvalprc td strong
{
font-size: 17px !important;
}
.cart_drop {
        width: 273px;
    background-color: #fff;
    border: 1px solid rgba(221, 221, 221, 0.36);
    position: absolute;
    right: 0;
    top: 27px;
    padding: 15px;
    z-index: 999;
    display: none;
}
.cart_pop_loop {
    width: 100%;
}
.cart_pop_loop p {
    font-size: 10px;
    margin: 5px 0 6px;
    padding: 0 0 2px;
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    text-align: center;
}
.cart_pop_loop ul li {
    padding: 10px 0 15px;
    width: 100%;
    margin-left: 0;
    float: left;
}
.cart_pop_loop ul li:nth-child(2n) {
    border-top: 1px solid #efefef;
    margin-bottom: 5px;
    width: 100%;
    float: left;
}
.product_imagein {
    border: 1px solid #a9a9a9;
    float: left;
    width: 54px;
}
.product_details {
    line-height: 1;
    margin-left: 2px;
    width: 76%;
    float: left;
}
.cart_d {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
}

.cart_d a {
    color: #8a8a8a !important;
    cursor: help;
    font-size: 11px;
    font-family: "Overpass", 'Palatino Linotype';
    text-transform: uppercase;
}
.cart_d a:hover {
    text-decoration: none !important;
    color: #000 !important;
}
.valued {
    background-color: #fff;
    border: 1px solid #efefef;
    padding: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 999;
    width: 170px;
    text-align: center;
    display: none;
}
.valued em {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}
.valued span {
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
}
.cart_d:hover .valued {
    display: block;
}
.midx {
    float: left;
    vertical-align: top;
    color: #8a8a8a !important;
    text-align: center;
    font-size: 11px !important;
    text-transform: uppercase;
}
.midx a {
    display: block;
    color: #8a8a8a !important;
    text-align: center;
    font-size: 12px !important;
    text-transform: capitalize !important;
    line-height: 1.5;
}
.midx strong {
    color: #8a8a8a;
    font-size: 11px !important;
}
.midx a:hover {
    text-decoration: none !important;
    color: #000 !important;
}
.midx span {
    white-space: nowrap !important;
    color: #111111;
    padding-left: 4px;
}
.action_area {
    float: right;
}
.action_area a {
    display: block;
}
.action_area a.rev {
    background-image: url(../images/btn_remove.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 5px;
    margin-right:20px;
    margin-top:2px;
}
.action_area a.rev:hover {
    background-position: 0 -13px;
}
.action_area a.edi {
    background-image: url(../images/btn_edit.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 15px;
    margin-bottom: 10px;
}
.action_area a.edi:hover {
    background-position: 0 -14px;
}
.total_am {
    float: right;
    width: auto;
    color: #8a8a8a;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.total_am span {
    color: #111111;
}
.buttons_area {
    float: right;
}
.buttons_area button {
    float: right;
    padding: 0 30px;
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font: 11px Tahoma, Verdana, Arial, sans-serif;
    height: 27px;
    letter-spacing: 1px;
    margin: 0;
    overflow: visible;
    padding: 0 17px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    margin-bottom: 10px;
    float: right;
    width: 60%;
}

.category-mob-image {
    display: none;
}


.city_dropdown {
    display: none;
}


.blogcont
{
    display: block !important;
}



.buttons_area button:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
}
.head_right:hover .cart_drop {
    display: block;
}
.buttons_area button span {
    color: #fff !important;
}
.cust_opt_div .cust_opt_dl {
    width: 100%;
}
#qtyswitcher-onemore,
#qtyswitcher-oneless
{
    width: 15px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
}
.product-list-wrapper .pager {
        width: 100%;
}



 .min_faq {
    background: #f3f3f3;
    float: left;
    margin: 0;
    padding: 6px;
    width: auto;
}
.min_faq a {
    color: #8a8a8a;
    display: block;
    font-family: "Overpass", Palatino,"Palatino Linotype","Book Antiqua",serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.whlogin input[type="text"], #login input[type="password"]
{
    height: 33px !important;
}
.form-row
{
    margin-bottom: 10px;
}

.form-row:after
{
    content: '';
    display: table;
    clear: both;
}
#login input[type="text"], #login input[type="password"]
{
    margin-top: 0px !important;

}

 .daynight {
    float: left;
    margin-top: 39px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.dayfullbox {
    left: 0;
    position: absolute;
    right: 0;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    width: 100%;
}
 .daybox {
    display: inline-block;
    margin: 1.2% 0;
    text-align: center;
    width: 48.8%;
}
.daybox h3 {
    color: #000;
    font-size: 45px;
}

.daybox h4 {
    color: #000;

    font-size: 28px;
    font-weight: normal;
    margin: 0;
    padding: 24px 0 0;
}
.daybox2 h3, .daybox2 h4 {
    color: #fff;
}


#travel {
    width: 100%;
}
#travel .container1 {
    float: left;
    padding-bottom: 20px;
    padding-top: 5px;
    width: 25%;
}
 #travel .container2 {
    float: left;
    padding-top: 30px;
    width: 70%;
}


/*-------------Fixing--------------*/

.products-grid li{
    width:33.33%;
}

.products-grid > li{
    margin-right:0px;
    padding: 0px 15px;
}

.qtyswitcher-qty .clone-qty {
    color: #000000;
    font-weight: normal;
}
.parent{
}

#login_wrapper {
    padding: 10px 0 125px;
}
#login h3{
    text-transform:capitalize;
    font-weight:600;
}
#login h3 em{
    text-transform:lowercase !important;
    font-style:normal;
}
.std p{
    margin:0px !important;
}
#login label{
    line-height:24px;
    width: 40%;
    font-size:12px;
}
#login .form-row {
    margin-bottom: 0px;
}
.whlogin input[type="text"], #login input[type="password"] {
    height: 32px !important;
    font-size:12px;
    line-height:12px;
}
#login input[type="text"], #login input[type="password"]{
    width:60%;
}

/*-------------------------SHASHI----------------------------------*/

#checkout-shipping-method-load .sp-methods dd label
{

    display: inline-table;
    display: inline-block;
}

.item-options dt
{
    font-style: normal !important;
}
.item-options dd
{
    padding-left: 0px !important;
    font-style: inherit;
}

 #checkout-shipping-method-load .sp-methods dd input.radio
 {
    float: left !important;


    margin-right: 4px !important;
    margin-top: 10px !important;
    margin-left: 0px !important;


 }





#login ::-webkit-input-placeholder {
   background-color:#FFF;
}
#login :-moz-placeholder { /* Firefox 18- */
   background-color:#FFF;
}
#login ::-moz-placeholder {  /* Firefox 19+ */
   background-color:#FFF;
}
#login :-ms-input-placeholder {
   background-color:#FFF;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:#FFF !important;
}


.cms-wholesalehome .login_form {
    margin: 0 auto;
    width: 80%;
}

#login_wrapper
{
   max-width:95% !important;
}
.std ul li
{
   background:none;
   padding:0;
}

.daynight img
{
   width:100%;
}


#header-cart.skip-active
{
    top:100%;
    width:100%;
}
.main-container {
    padding-top:220px !important;
}
.avlx
{
    margin-bottom: 0px !important;
     color: #c2c2c2 !important;
    font-size: 14px !important;
}

.navlx
{
    margin-bottom: 0px !important;
        color: #c2c2c2 !important;

    font-size: 14px !important;
}

.gridprc
{
        padding-left: 10px;
       padding-top: 0px;


}
.grid_price
{
  float: left;
    margin-left: 2px;
    padding-top: 3px;
}

.page-title img
{
   width:100%;
}
#checkout-shipping-method-load .sp-methods dd label
{
      min-width: auto;
  /*vertical-align:top;*/

padding: 5px !important;
}
.one_step1 span
{
   display:inline-block;
}
table
{
   width:100% !important;
   max-width:100% !important;
}
.aboutsub_tab .faq_left,
.aboutsub_tab .faq_right,
.store_left,
.store_right
{
  width:48% !important;
  max-width:100%;
}

.sp-methods dt input.radio
{
   margin-left: 6px;
}
.sp-methods dt label
{
  padding-left: 25px !important;
}
.order-products-table thead th{
  font-size:11px;
}
.menu-btn .icon:after
{
content: "\f0c9";
font-family:FontAwesome;
font-size:25px;
color: gray;
}
.menu-btn
{
    display: none;
    background: #ebebeb !important;
    padding: 3px 12px;
    text-align: left;

}
.whole_shope_open{
    color: #555555;
    display: block;
    font-size: 12px !important;
    font-weight: bold;
    padding: 0 0 3px;
}
.resp-footer ul
{
  margin-bottom:20px;
}
.resp-footer li {
    display: inline-block;
    margin: 0px 10px;
}
.resp-footer
{
   text-align:center;
   display:none;
}
.resp-footer li a
{
    display:inline-block;
    color: #565656;
    text-decoration: none;
    font-size: 12px;
}
.no-touch #header-account a:hover, .no-touch .nav-primary a:hover
{
      background-color:transparent !important;
}
.nav-primary li.parent > a:after
{
      border-left: 5px solid #7b7b7b !important;
}
.nav-primary li.menu-active > a, .nav-primary li.sub-menu-active > a
{
   color:#000 !important;
}

.colse-menu{
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    top: 7px;
    right: 16px;
    font-size: 22px;
    cursor: pointer;
    z-index: 9;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    background: #ccc
}
.noscroll
{
   overflow-y:hidden;
   overflow-x:hidden;
   height: 100vh;
}
.colse-menu
{
   display:none;
}
.product-image-thumbs li {
    display: inline-block;

    margin: 4px;

}

.swatch-label, .swatch-link {
    display: block;
    border-radius: 0px !important;
}
.no-touch .product-image-thumbs  {

    border-color: #c7c7c7 !important;
    margin-bottom: 27px !important;
}
.product-image-thumbs li img,
.product-image-thumbs li a

{
display:block;
}


.product-shop .regular-price span {
    font-size: 24px;
    color: #444444;
    padding:0;
}
.product-essential {
    padding-top: 20px;
}
.product-view .product-shop .price-info
{
   padding:0px !important ;
}

.product-name h3{

    text-transform: capitalize;

    font-size: 18px;
    color: #a3a3a3;
}
.whole-banner img {
    width: 100%;
}
.banner.store-img.banner.store-img-responsive {
    display: none;
}

.my-firsthom-bann-responsive
{
display:none;
}
.my-firsthom-bann
{
   display:block;
}




.clearfix:after,.clearfix:before{
    content: "";
    display: table;

}
.clearfix:after{
    clear: both;
}
.pro-header{
    border-top: 1px dotted #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}
.pro-header h2{
    float: left;
    font-size: 30px;
    color: #4a4a4a;
    padding:0px;
    margin: 0px;
}
.pro-header .btn-cart{
    float: right;
    line-height: 27px;
    clear: none;
}
.pro-list-block{
    margin:0 -15px;
}
.pro-list-block .pro-box{
    float: left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    width: 25%;
    padding:0 5px;
    margin-bottom: 30px;
}
.pro-list-block .pro-box:nth-child(4n + 5){
    clear: left;
}
.pro-box .pic{
    border: 1px solid #ebebeb;
    padding: 10px;
}
.pro-box .pic img{
    display: block;
    max-width: 100%;
}
.pro-box .description .info-list{
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
    margin: 0;
}
.pro-box .description{
    padding: 15px 10px 10px;
    border: 1px solid #ebebeb;
    border-top: 0px;
        min-height: 168px;
    overflow: hidden;
}

.product-info-outlet  h3
{

    color: rgba(81, 81, 81, 0.49);
    font-size: 14px;
    font-weight: 600;
    font-family: "Overpass", Palatino, "Palatino Linotype", "Book Antiqua", serif;
    font-style: italic;
    text-transform: none;

}

.product-info-outlet  .priceinfout
{


    display: inline-flex;

}

.product-info-outlet .priceinfout .orgprice
{
        vertical-align: baseline;
    margin-right: 2px;
    color: rgba(81, 81, 81, 0.72);
    font-size: 15px;
    font-weight: 700;
    text-decoration: line-through;
}


.product-info-outlet .priceinfout .price
{
    vertical-align: baseline;
    margin-right: 2px;
    color: #b21c1c !important;
    color: rgba(81, 81, 81, 0.72);
    font-size: 15px;
    font-weight: 700;

}

.product-info-outlet .priceinfout span
{
    margin-bottom: 0;
    margin-right: 2px;
    vertical-align: baseline;

}







.pro-box .description .info-list div{
    display: inline-block;
    vertical-align: middle;
}
.pro-box .description .info-list .regular-price{
    margin: 0;
    font-size: 15px;
}
.pro-box .description .info-list .price{
    margin: 0;
    font-size: 15px;
}
.pro-box .description .oos{
    display: block;
    padding-top: 5px;
    font-size: 13px !important;

}
.pro-box .description .btn-cart{
    line-height: 27px;
    float: none;
}
#checkout-shipping-method-load dd label{
    background: #fff !important;
}

#checkout-payment-method-load dl dt label
{
background: #fff !important;

}
.citylist_box{
    text-transform:uppercase;
}
.mpblog-recentposts,
.mpblog-archives{
    display:none;
}

/*City Guide css*/
.mid {  width:100%; float:left; margin:20px 0 20px 0;}
.content_part {width:100%; float:left;margin:5px 0 20px 0; font-family: "Overpass", Palatino,"Palatino Linotype","Book Antiqua",serif;}
.content_part h3 { font-size:22px;}
.guide_list {width:634px; float:left;}
.guide_left { width:100%; float:left;}
.guide_box {width:100%; float:left; margin:0 0 20px 0;}
.guide_banner { width:100%; float:left; margin:0 0 18px 0;}
.guide_banner img { width:100%; float:left;}
.guide_info {width:100%; float:left;}
.guide_cnt { width:400px; float:right;border-left:1px solid #ddd; font-family: 'BodoniMT'; color:#000000; font-size:17px;  padding:0 0 0 16px; line-height:20px;}
.guide_cnt h3 { display:none; font-family: 'BodoniMT-Bold'; font-weight:bold; font-size:16px; padding:0 0 3px 0;}
.guide_city{     font-size: 13px;
    width: 187px;
    width: 400px;

    padding: 0 0 0 16px;}
.guide_city .city_address {width:100%; float:left; font-size:16px;}
.guide_city h3 { font-family: 'BodoniMT-Bold'; font-weight:bold; font-size:16px; padding:0 0 3px 0;color: #242424 !important;}
.guide_city ul { width:100%; float:left; margin:0px; padding:0;}
.guide_city li { list-style:none; float:left; font-size:15px; padding:0 5px 0 10px; background:url(../images/point_icon.png) no-repeat left 8px;}
.guide_city li:first-child { padding:0 5px 0 0; background:none; text-decoration:underline;}

.city_guidelogo { width:100%; float:left;}
.favorite_text { width:100%; float:left; margin:25px 0 0 0; text-align:center; line-height:23px; font-size:20px; font-style:italic; font-family: "BodoniMT";font-weight:normal;}
.favorite_text span { display:block; padding:0 0 10px 0; line-height:15px;}

.guide_right .citylist_box { width:100%; float:left;margin: 25px 0px 23px 0px;padding:0px 13px 20px 13px;}
.guide_right .citylist_box ul { margin:0px; padding:0px;}
.guide_right .citylist_box li { list-style:none; width:100%; float:left; padding:13px 0 0 0; cursor:pointer;}
/*.guide_right .citylist_box li:first-child { padding:0px}
*/.guide_right .citylist_box li .city_name {  padding:0 10px 0 0; float:left; font-size:17px;}
.guide_right .citylist_box li .city_number { width:20%; float:right; text-align:right;}
.mpblog-container.list .mp-pager{border: none;}

.nav-4 ul .view-all{ display: none !important; }
ul.opening_hours li,
ul.opening_hours li:first-child{ margin-right:10px;}
.faq_part p
{
        padding: 0 0 0 0px;
        font-style: normal;
}
.outletclassview .rrptcv
{
    font-size: 24px;
    color: #444444 !important;
    padding: 0;
    padding-right: 12px;
    text-decoration: line-through;
}

.outletclassview .price
{
    font-size: 24px;
    color: #444444 !important;
    padding: 0;
    padding-right: 12px;

    color: #b21c1c  !important;
}

.minimal-price-link
{
    display: none !important;
}


.saleoffer .goto
{
      position: absolute;
    top: 305px;
    left: 400px;
    font-size: 18px;
    text-transform: uppercase;
}
.nav-primary .nav-5 a
{
    color: red !important;
}
.nav-primary .nav-5 a:hover
{
    color: red !important;
    font-weight: bold !important;
}



.outletclassview
{
    display: inline-flex;
}

.wg_shrtdsc
{
        border-bottom: 2px solid #9e9e9e;
    padding-top: 15px;
}

.qtyswitcher-add-to-cart-box {
    float: left;
    margin: 0;
    width: 100%;
}

.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: 600;
    color: #484848;
    padding-left: 5px;
        font-size: 14px !important;

}

.product-view .product-options .swatch-attr label {
       display: block;
    line-height: 1.3;
    font-size: 14px !important;
    color: #484848 !important;
}

.swatch-link { border:2px solid; }
.configurable-swatch-list .hover .swatch-link, .configurable-swatch-list .selected .swatch-link, .swatch-link:hover {
    border-color: #ffd32f;

}

.qtyswitcher-qty select {width:100px; float:left; background:url(../images/arrow.png) #706c6d right 8px center  no-repeat; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; -webkit-appearance:none; appearance:none; padding:0 20px 0 10px; border:none;color:#fff; height:32px; -moz- border-radius:5px; -ms- border-radius:5px; -o- border-radius:5px; -webkit- border-radius:5px; border-radius:5px; }
.qtyswitcher-qty select:select {border:none;}
.qtyswitcher-qty select option { color:#000; font-size:16px;background:#fff; padding:5px 15px; border-bottom:#ddd 1px solid}
.btn-cart {height:32px; line-height:32px; padding:0 20px; margin:0; -moz- border-radius:5px; -ms- border-radius:5px; -o- border-radius:5px; -webkit- border-radius:5px; border-radius:5px; }
.btn-cart span {margin:0;}
#qtyswitcher-btn-picto{margin:0 0 0 10px; float:left;}
.product-image-thumbs a {
    display: inline-block;
    border: none !important;
}

.swatch-label {

     background: #fff !important;
}

.product-image-gallery
{
height: 443px;
}
.VatFG
{
    text-align:center;
}
.slideshow-container {
  overflow:hidden;
  z-index: 0;
}
.slideshow-next, .slideshow-prev {
  opacity:1;
}
.slideshow-next i:hover, .slideshow-prev i:hover {
  opacity:0.25;
}
.slideshow-next::before, .slideshow-prev::before {
  border-style:none;
}
.slideshow-next i, .slideshow-prev i {
  font-size:110px;
  position:absolute;
  top:45%;
  color:#fff;
  opacity:1;
}
/* --- iPhone 6/7/8 Plus --- */
@media only screen and (max-width: 414px){
  .slideshow-next i, .slideshow-prev i
  {
    top:39%;
    font-size:48pt;
  }
}
.slideshow-next i {
  right:10px;
}
.slideshow-prev i {
  left:10px;
}

.slideshow-pager span:before {
    border-radius:8px;
    background:transparent;
    border:3px solid #fff;
}

.slideshow-pager span.cycle-pager-active::before, .slideshow-pager span:hover::before {
  background:#fff;
  border:0;
}

/* Hide login button 1 = Retail 2 = Outlet store */
body.shop-id-1 .wrapper .page header div div div div.user-accnt.login-links div.min_faq,
body.shop-id-2 .wrapper .page header div div div div.user-accnt.login-links div.min_faq,
body.shop-id-3 .wrapper .page header div div div div.user-accnt.login-links div.min_faq,
body.shop-id-4 .wrapper .page header div div div div.user-accnt.login-links div.min_faq,
body.shop-id-8 .wrapper .page header div div div div.user-accnt.login-links div.min_faq {
    display:none;
}

/* Ticket TPO-13*/
.h1, .h3, .h4, h1, h3, h4, .nav-primary a, label, body, button, table, .checkout-cart-index .data-table .btn-update, .button2 span span {
  font-family:"Overpass";
}

/* Retail & Outlet product page required fields message removed */
.shop-id-1 div.wrapper div.page div.main-container.col1-layout.mycontainer div.main.main_cont div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div#product-options-wrapper.product-options p.required,
.shop-id-2 div.wrapper div.page div.main-container.col1-layout.mycontainer div.main.main_cont div.col-main div.product-view div.product-essential form#product_addtocart_form div.product-shop div#product-options-wrapper.product-options p.required {
  display:none;
}


/*
  OneStepCheckout Custom Styles

  #TPO-34
*/
div.onestepcheckout-summary thead tr th.qty {
  /*
    Quantity field was inheriting styles from something else.
    It was looking out of place.
    Re-style of Review Order: Qty (title)
  */
  float:none;
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: 1px solid #BEBCB7;
  font-size: inherit;
  color: inherit;
}
div.onestepcheckout-summary table.onestepcheckout-summary tbody tr td.qty {
  /*
    Re-style of Review Order: Qty (field)
  */
  float:none;
}
.editcart a {
  /*
    Quantity field: plus, minus icons were not aligned correctly.
  */
  padding-top:2px;
}

div.payment-methods dl#checkout-payment-method-load dt label img {
  /*
    Payment method: client did not want to display images.
  */
  display:none;
}

/*
  Remove the default 1,2,3 step icons the client
  is not interested in using this.
*/
p.onestepcheckout-numbers span {
  display:none;
}
/*
  Additional padding is no longer required after
  removing the step icons.
*/
p.onestepcheckout-numbers {
  padding-left:0px!important;
  border-bottom:2px solid #000;
  font-size:12pt!important;;
}
.onestepcheckout-threecolumns p.onestepcheckout-numbers,
.onestepcheckout-threecolumns li.shipping-address-title {
  /*
    Updating main font styles of titles of the checkout page
    Billing Address, Shipping Method, Payment Method, and Review Your Order.
  */
  font-family: "Overpass";
  font-weight:900;
}
/* ---- Payment methods ---- */
.onestepcheckout-threecolumns .payment-methods dt label {
  /*
    Payment method label font-size.
  */
  font-size:10pt;
}
.onestepcheckout-threecolumns .payment-methods dt label,
.onestepcheckout-threecolumns .payment-methods dt input[type="radio"] {
  /*
    Aligning radio button in payment methods to the middle
    Pushing the payment method label down by 5px.
  */
  margin-top:5px!important;
  vertical-align: middle!important;
  padding-bottom:0px!important;
  box-sizing:border-box;
}
.onestepcheckout-threecolumns .payment-methods dt {
  /*
    The padding here is for the payment method list. With a 3px padding at the bottom the
    payment method 'item'. Resulting in the label centered correctly in the cell.
  */
    padding: 0px 0px 3px 0px!important;
    border-bottom: 1px solid #efefef;
}
.onestepcheckout-summary table,
div.onestepcheckout-summary table.onestepcheckout-summary tbody tr td.total span.price,
div.onestepcheckout-summary table.onestepcheckout-totals tbody tr td.a-right span.price {
  /*
    Setting the summary box to smaller font-size.
  */
    font-size:10pt;
}
#onestepcheckout-shipping-method-block,
#onestepcheckout-coupon-add {
  /* Shipping method block in checkout */
  /* Coupon code button in checkout */
  font-size:10px;
}
button.onestepcheckout-place-order, #onestepcheckout-coupon-add {
    /*
      Place order now button gray styling
    */
    background: #515151 url("../images/btn-bg.png") repeat-x scroll left top !important;
    border: medium none;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    font-family:"Overpass";
    height: 27px;
    letter-spacing: 1px!important;
    margin: 0;
    overflow: visible;
    padding: 0 17px !important;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
}
button.onestepcheckout-place-order:hover, #onestepcheckout-coupon-add:hover {
    background: #000 url("../images/btn-bg.png") repeat-x scroll left top !important;
    text-decoration: none !important;
    color: #fff;
}
#onestepcheckout-place-order > span > span {
  /*
    Removed padding in place order button mainly affecting
    the left and right padding (it looked out of place)
  */
    padding:0;
}
button.onestepcheckout-place-order span span {
  /*
    Overriding default onestepcheckout styles.
  */
    font-size:8pt;
}

/*
  #TPO-44 One Step Checkout Static Block
*/
#checkout_delivery_information {
  font-size:8pt;
  color:#000000;
  padding-top:20px;

}
#checkout_delivery_information h3 {
  padding-bottom:0px;
  font-weight:bold;
  color:#000000;
}
#checkout_delivery_information p a {
  text-decoration:underline;
  color:#000000;
}
#checkout_delivery_information p a:hover {
  text-decoration:none;
}
#billing_address ul li div ul#billing_address_list li.clearfix div.input-box.input-vat {
  /* VAT Field Wholesale: removing the default 50% width. */
    width:unset;
}

/* -------------------- #TPO-43 Pop-up on checkout page [START] -------------------- */
#promo-popup {
    background-color: #f4f0ea;
    border: 1px solid #acabab;
    border: 0;
    text-align: center;
    width: 500px;
    padding-bottom: 40px;
}

#promo-popup h2 {
    padding: 40px 40px 30px 40px;
    font-family: 'Overpass', sans-serif;
    font-weight: 900;
    font-style: italic;
    display: block;
    margin: 0;
    border-bottom: 1px solid #acabab;
    font-size: 56px;
    letter-spacing: 4px;
    color: black;
    line-height: 1;
}

#promo-popup h2 span {
    display: block;
    padding-top: 5px;
    font-style: normal;
    font-size: 28px;
    white-space: nowrap;
    color: black;
    font-weight: 300;
    font-family: 'Overpass', sans-serif;
    letter-spacing: 0;
    line-height: 1;
}

#promo-popup h4 {
    font-size: 22px;
    color: black;
    font-style: italic;
    font-weight: 400;
    font-family: 'Overpass', sans-serif;
    margin: 30px 0;
    padding: 0 20px;
    text-transform: none;
    line-height: 120%;
}

#promo-popup .box {
    margin: 0 40px 0 40px;
    padding: 6px;
    background-image: linear-gradient(135deg, #636363 12.50%, #ffffff 12.50%, #ffffff 50%, #636363 50%, #636363 62.50%, #ffffff 62.50%, #ffffff 100%);
    background-size: 5.66px 5.66px;
}

#promo-popup .box .box-inside {
    background-color: white;
    padding: 30px;
}

#promo-popup .box .box-inside p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 300;
    font-size: 18px;
}

#promo-popup .box .box-inside p span {
    font-size: 22px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
    line-height: 1;
}

#promo-popup .box .box-inside p strong {
    font-weight: 700;
}

@media screen and (max-width: 599px) {
    #promo-popup {
        width: 300px;
        padding-bottom: 20px;
    }

    #promo-popup h2 {
        padding: 20px 20px 20px 20px;
        font-size: 46px;
        letter-spacing: 3px;
    }

    #promo-popup h2 span {
        font-size: 24px;
    }

    #promo-popup h4 {
        font-size: 17px;
        margin: 20px 0;
        padding: 0 10px;
    }

    #promo-popup .box {
        margin: 0 20px 0 20px;
        padding: 5px;
    }

    #promo-popup .box .box-inside {
        padding: 20px;
    }

    #promo-popup .box .box-inside p {
        font-size: 14px;
    }

    #promo-popup .box .box-inside p span {
        font-size: 17px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 374px) {
    #promo-popup {
        width: 280px;
    }
}
/* -------------------- #TPO-43 Pop-up on checkout page [END] -------------------- */

/* Wholesale fancybox image gallery */
.fancybox-wholesale-gallery .fancybox-skin {
    background-color: white;
}

.fancybox-wholesale-gallery .fancybox-nav span {
    visibility: visible;
}

.fancybox-wholesale-gallery .fancybox-title {
    text-align: center;
    padding-bottom: 15px;
    font-family: 'Overpass', 'Palatino Linotype';
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {

    /* Fancybox video */
    .fancybox-wrap.fancybox-type-iframe {
        width: auto !important;
        left: 15px !important;
        right: 15px !important;
    }

    .fancybox-wrap.fancybox-type-iframe .fancybox-inner.fancybox-media-content {
        width: 100% !important;
        position: relative;
        padding-bottom: 56.25% !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .fancybox-wrap.fancybox-type-iframe .fancybox-inner.fancybox-media-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

}

/* TPO-10 */
.cms-page-view .std .wholesale-home-b2b-portal {
  position:relative;
  display:block;
  width:100%;
  text-align:center;
  padding:30px 30px 20px 30px;
  box-sizing: border-box;
}
.cms-page-view .std .wholesale-home-b2b-portal h1, .cms-page-view .std .wholesale-home-b2b-portal p {
  font-family:Overpass, sans-serif;
  font-style:normal;
  color:#41372e;
}
.cms-page-view .std .wholesale-home-b2b-portal h1 {
  font-size:32pt;
  text-transform: uppercase;
}
.cms-page-view .std .wholesale-home-b2b-portal p {
  font-size:18pt;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing:4px;
  padding-bottom:0;
}

.wholesale-home-collection {
  text-align:center;
}
.wholesale-home-collection h3 {
  font-family:Overpass, sans-serif;
  font-style:normal;
  color:#41372e;
  font-size:16pt;
  text-transform:lowercase;
  letter-spacing:4px;
}
.three-column-grid a {
  float:left;
  width:33.333333%;
  padding:10px;
  margin:auto;
}
/* --- iPhone 6/7/8 Plus --- */
@media only screen and (max-width: 414px){
  .three-column-grid a {
    width:100%;
  }
}
.center-img .category .row ul li a img {
  margin:0 auto;
}
.my-firsthom-bann.center-img {
  margin-bottom:30px;
}


p.onestepcheckout-numbers span.heading-text-small {
  display:block;
  background:none;
  height:auto;
  width:auto;
  position:relative;

  font-weight:normal;
  font-size:8pt;
  color:#636363;
  text-transform: none;
  margin-top:10px;
}

/* Header and product page update (coloring) */
.header-top .user-accnt .shoping-bag {
    background: #ffd32f;
    color: #111;
}

.header-top .user-accnt .shoping-bag > span,
.header-top .user-accnt .shoping-bag > span a {
    color: #111;
}

.product-options-bottom #qtyswitcher-btn-picto {
    float: none;
    width: 100%;
    margin: 0;
}

.product-options-bottom .qtyswitcher-qty {
    margin: 0;
}

.product-options-bottom #qtyswitcher-btn-picto .button.btn-cart {
    width: 100%;
    background: #ffd32f !important;
    border-radius: 2px;
    color: #000;
    padding: 5px 20px;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-options-bottom #qtyswitcher-btn-picto .button.btn-cart span {
    color: #000;
    font-size: 15px !important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-options-bottom #qtyswitcher-btn-picto .button.btn-cart:hover {
    background: #333 !important;
    color: #FFF;
}

.product-options-bottom #qtyswitcher-btn-picto .button.btn-cart:hover span {
    color: #FFF;
}

.more-views h1 {
    min-height: 30px;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}

/* AMCART confirmBox dialog update */
#confirmBox .amcart-dialog-container .amcart-title {
    margin-top: 10px;
}

#confirmBox .amcart-dialog-container .amcart-title a {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Overpass', 'Palatino Linotype';
    color: #4a4a4a;
    font-weight: 400;
}

#confirmBox .amcart-dialog-container .amcart-title .amcart-text {
    font-size: 13px;
    font-family: 'Overpass', 'Palatino Linotype';
    color: #4a4a4a;
    font-weight: 700;padding-top: 5px;
}

#confirmBox #confirmButtons button {
    float: none;
    width: 100%;
    margin: 0;
    height: 40px;
    font-size: 15px;
    background-color: #818181;
    color: white;
    line-height: 30px;
    font-family: "Overpass";
}

#confirmBox #confirmButtons button + button {
    margin-top: 10px;
    background-color: #ffcc2a;
    color: black;
}

@media screen and (max-width: 566px) {
    #confirmBox {
        width: 90%;
    }
}



/* Forgot password */
.customer-account-forgotpassword .buttons-set, .customer-account-forgotpassword .fieldset {
    margin: 0 auto;
    border-top: 0;
}

.customer-account-forgotpassword .page-title {
    padding-top: 20px;
}

.customer-account-forgotpassword .buttons-set .button {
    background: #ffd32f !important;
    border-radius: 2px;
    border-bottom: 1px solid #deb322;
    height: auto;
    font-size: 13px;
    line-height: normal;
    padding: 10px 40px !important;
    width: 100%;
    float: none;
    margin: 0;
}
/* Wholesale login page */
.whlogin p {
  padding-top:20px;
}
.whlogin p a
{
  font-size: 8pt;
  font-family: Overpass;
  text-transform: uppercase;
  font-weight: bold;
}
.whlogin p a:hover {
  text-decoration: underline;

}

.item-options, .pager, .price-box .price-label, .toolbar {
    font-family: 'Overpass', 'Palatino Linotype';
}

/* Top message */
.top-message {
	background: #ffd32f;
	padding-top: 5px;
	text-align: center;
}
.top-message p {
	font-size: 14px;
	padding-bottom: 5px;
}
.top-message p a {
	text-decoration: underline;
}


.trustpilot-wrapper {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.whatsapp {
    display: flex;
    color: #565656;
    font-size: 14px;
    line-height: 17px;
}
.whatsapp .whatsapp-icon {
    margin-right: 5px;
}
.whatsapp a {
    color: #565656;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}
.whatsapp a:hover {
    color: #333;
}
.whatsapp span {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.site-footer .whatsapp{
    margin: 10px 0 15px;
}
.onestepcheckout-index-index .site-footer .whatsapp {
    margin: 10px 0 15px;
}
@media only screen and (max-width: 767px) {
    .whatsapp {
        justify-content: center;
    }
}
.onestepcheckout-index-index .whatsapp {
    margin-top: 20px;
}
.onestepcheckout-place-order-wrapper {
    padding-bottom: 20px;
    border-bottom:2px solid #000;
}
@media only screen and (max-width: 1023px) {
    .onestepcheckout-index-index .whatsapp {
        justify-content: flex-start;
    }
}
/* https://youtrack.taurusmedia.nl/issue/TPO-213 */
.categorypath-secret-sale .product-image-gallery .gallery-image.visible img {
    display: block;
    position: absolute;
    top: 0;
}
.categorypath-secret-sale .product-img-box .product-image img:first-child {
    display: block;
}
.shop-id-2 .nav-primary li.level0.nav-1 {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.shop-id-2 .nav-primary li.level0.nav-1 .level0 {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}
.shop-id-3 .nav-primary li.level0.nav-1 {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
}
.shop-id-3 .nav-primary li.level0.nav-1 .level0 {
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0;
}
/* https://youtrack.taurusmedia.nl/issue/TPO-216 */
.catalog-product-view .product-image-gallery .gallery-image.visible img {
    display: block;
    position: absolute;
    top: 0;
}
.catalog-product-view .product-image-gallery .gallery-image:first-child {
    display: block;
}
/* https://youtrack.taurusmedia.nl/issue/TPO-220 */
@media (max-width: 770px) {
    .desktop {
        display: none;
    }
}
@media (min-width: 770px) {
    .mobile {
        display: none;
    }
}
.aw-storelocator-cms-block img {
    margin: 0 auto;
}