/*@font-face {*/
    /*font-family: Ak-light;*/
    /*src: url("../fonts/AkzidenzGroteskPro-Light.ttf");*/
/*}*/
/*@font-face {*/
    /*font-family: Averta-regular;*/
    /*src: url("../fonts/AkzidenzGroteskPro-Regular.ttf");*/
/*}*/
/*@font-face {*/
    /*font-family: Averta-regular;*/
    /*src: url("../fonts/AkzidenzGroteskPro-Md.ttf");*/
/*}*/
/*@font-face {*/
    /*font-family: Averta-regular;*/
    /*src: url("../fonts/AkzidenzGroteskPro-Bold.ttf");*/
/*}*/
@font-face {
    font-family: Averta-light;
    src: url("../fonts/AvertaPE-Light.otf");
}
@font-face {
    font-family: Averta-regular;
    src: url("../fonts/AvertaPE-Regular.otf");
}
textarea{
    resize: none;
}
body{
    background: #F2F2F2;
    /*background: url('../img/pattern.png');*/

    font-family: Averta-light;
}
a:hover,a:focus{
    text-decoration: none;
}
ul{
    list-style-type: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 20px;
    z-index: 11;
}
.main-slider .container-fluid{
	width: 100%
}
.container-fluid {
    padding: 0 135px;
}

header .row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}
.logo img {
    width: 151px;
}
.navigation ul li a {
    color: white;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.blur {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #303030;
}
.indexPage .blur{

    background: black;
    opacity: .8;
}
.burgerMenu .blur{
    background: black!important;
    opacity: .8!important;
}
.navigation ul {
    display: flex;
    /*justify-content: center;*/
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
}

.navigation ul li {
    margin-right: 50px;
    position: relative;
}
.navigation ul li:last-child{
    margin: 0;
}

ul.subCats {
    position: absolute;
    display: block;
    width: 190px;
    background: #303030;
    top: 25px;
    padding: 10px 20px;
    box-shadow: 0px 3px 6px 1px black;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    text-transform: none;
}

ul.subCats li {
    margin: 0;
    margin-bottom: 10px;
}

.navigation > ul > li:hover ul.subCats{
    opacity: 1;
    visibility: visible;
}
.userPanel {
    display: flex;
    justify-content: flex-end;
}

.userPanelDiv {
    margin-right: 30px;
}
span.bagCount {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    color: black;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
    font-size: 12px;
}

.bag.userPanelDiv {
    position: relative;
}
span.wishlistCount {
    position: absolute;
    top: -15px;
    right: -15px;
    background: white;
    color: black;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 1px;
    font-size: 12px;
}

.wishlist.userPanelDiv {
    position: relative;
}
.main-slider {
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.main-slider:after {content: '';background: black;top: 0;left: 0;right: 0;bottom: 0;position: absolute;opacity: .4;}

.mainImg {
    position: relative;
    z-index: 1;
}
.carousel button.flickity-button.flickity-prev-next-button {
    background: 0;
}

.carousel button.flickity-button.flickity-prev-next-button svg.flickity-button-icon {
    fill: white;
}
.main-slider .head h2 {
    font-size: 65px;
    color: white;
    margin: 0;
    font-family: Averta-regular;
}

.main-slider .desc p {
    font-size: 25px;
    color: white;
    margin: 30px 0 50px;
    width: 70%;
}

.main-slider a {
    color: white;
    font-size: 18px;
    border: 1px solid #8d8d8d;
    padding: 10px 20px;
}
.collSlider .flickity-button.flickity-prev-next-button {
    background: 0;
}
.collectionImg {
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 80%;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.collectionInfo .collectionImage {
    padding-bottom: 80%;
    background-position: center;
    background-size: cover;
}

.collectionInfo {
    margin-bottom: 40px;
   background: white;
    padding-bottom: 20px;
}
.collectionInfo .desc {
    padding-right: 35px;
}
.collectionInfo .name h4 {
    font-size: 30px;
    font-family: Averta-regular;
    margin-bottom: 20px;
    margin-top: 25px;
}

.collectionInfo .desc p {
    font-size: 17px;
    margin-bottom: 20px;
}

.collection .item {
    width: 25%;
    padding: 0 15px;
}
.item:hover .collectionImg{
    transform: scale(1.1,1.1);
}
.collection {
    background: white;
    padding: 40px 0 50px;
}
.collection .row {
    display: flex;
     display: -webkit-flex;
}
.title {
    padding: 90px 0 50px;
    text-align: center;
}

.title h2 {
    margin: 0;
    font-size: 28px;
    font-family: Averta-regular;
}

.header {
    font-size: 18px;
    color: #006489;
    padding-left: 10px;
    padding-top: 10px;
    font-family: Averta-regular;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.collName {
    padding-left: 10px;
    padding-top: 4px;
}

.collName p {
    margin-bottom: 0;
}
.shop .item .price {
    padding-left: 10px;
    padding-top: 3px;
}
.shopNow {
    font-size: 16px;
    padding-left: 10px;
    color: black;
    display: none;
}

.shop .item {
    background: white;
    padding-bottom: 10px;
}

.shop .item .shopImg {
    height: auto;
    background-position: center;
    background-size: contain;
    padding-bottom: 90%;
    background-repeat: no-repeat;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    transform: scale(0.9,0.9);
}
.imgFrame{
	overflow: hidden;
}
.shop .col-md-6 .item .shopImg {
    padding-bottom: 43.3%;
}
.shop .col-md-4 .row, .shop .col-md-4 .row .col-md-12, .shop .col-md-4 .row .col-md-12 .item {
    height: 100%;
}
.shop .col-md-3 {
    margin-bottom: 20px;
}
.shop a{
    color: black;
}
.shop .col-md-4 .row .col-md-12 .item .shopImg {
    height: 91.7%;
    padding-bottom: 0;
}

.shop .container-fluid > .row {
    display: flex;
    flex-wrap: wrap;
}

.shop .col-md-8 .col-md-12 .shopImg {
    padding-bottom: 39%;
}
.shop .col-md-8 .col-md-6 .item {
    margin-bottom: 30px;
}

.shop {
    margin-bottom: 30px;
}

footer {
    background: #1D1D1D;
    color: white;
    padding: 50px 0 70px;
}

footer .social {
    display: flex;
}

.footerDesc {
    font-size: 14px;
    margin-top: 25px;
    width: 80%;
    border-bottom: 1px solid #757575;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

footer .social .item {
    margin-right: 13px;
}
.footerInfo .item img {
    width: 26px;
}

footer .social .item svg {
    width: 24px;
}
footer .siteMap {
    display: flex;
    padding-top: 15px;

}

footer .siteMap .head {
    font-size: 14px;
    font-family: Averta-regular;
}

footer .siteMap ul a {
    color: white;
    font-size: 14px;
}

footer .siteMap .item {
    width: 50%;
}

footer .siteMap ul {
    padding: 0;
    list-style: none;
    margin-top: 9px;
}

footer .siteMap ul li {
    margin-bottom: 9px;
}

.footerInfo {
    border: 1px solid white;
    border-radius: 4px;
    padding: 20px;
    width: 380px;
    margin-left: auto;
}

.box {
    border: 1px solid white;
}


.footerInfo p {text-align: center;font-size: 14px;margin-bottom: 20px;}

.footerInfo > p {
    font-size: 16px;
}
.footerInfo .item {
    display: flex;
    align-items: center;
}

.footerInfo a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    color: white;
}

.footerInfo a:first-child {
    border-bottom: 1px solid white;
    font-size: 16px;
}

.footerInfo .item p {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 0;
}

.footerInfo .item p:first-child {
    font-size: 16px;
    margin-bottom: 5px;
}
.footerLogo {
    padding-top: 15px;
}

.div {
    padding-top: 101px;
}

.siteNavigation {
    background: #B4B4B4;
    padding: 4px 0;
    margin-bottom: 20px;
}

.siteNavigation a {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.siteNavigation img {
    margin: 0 10px;
}

.siteNavigation .col-md-12 {
    display: flex;
    align-items: center;
}
.productsRow .prodImg {
    height: auto;
    padding-bottom: 80%;
    background-position: center;
    background-size: contain;
    border: 10px solid white;
    background-repeat: no-repeat;
    background-color: white;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}
.productsRow .item:hover .prodImg{
    transform: scale(1.1,1.1);
}
.productsRow .head p {
    font-size: 18px;
    color: #006489;
    margin-top: 10px;
    font-family: Averta-regular;
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productsRow .desName p {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #000017;
}
.productsRow .item{
    margin-bottom: 35px;
}
.productsBtns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.addBag {
    background: white;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

.addBag a {
    color: black;
    padding: 10px 0;
    display: block;
    transition: .3s linear;
    font-size: 14px
}
.addBag a:focus{
    text-decoration: none;
}
.addBag .removeFromCart{
    background: #303030;
    color: white;
}
.removeInFromCart{
    background: #303030 !important;
    color: white !important;
}
.removeInFromCart svg path{
    stroke: white !important;
}
.itemPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.cartModal img {
    width: 35px;
}

.cartModal .modal-body {
    text-align: center;
}
.price {
    display: flex;
    align-items: center;
    color: black;
    /*display: none;*/
}
.filterBody.price {
    display: flex;
}
.newPrice {
    margin-right: 15px;
    font-size: 18px;
    font-family: Averta-regular;
}

.oldPrice {
    font-size: 14px;
}
.addWishlist svg {
    height: 24px;
    
}
.addWishlist svg path{
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.removeFromWishlist path{
    fill: #bf3009;
    stroke: #bf3009;
}

.filterRow hr {
    border-color: #CCCCCC;
}

.filterRow {
    color: #525252;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.filterRow .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.filterRow .top h2 {
    margin: 0;
    font-size: 24px;
}

.filterRow .top a {
    font-size: 13px;
    color: inherit;
}

.filter .openFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.filter .openFilter img {
    width: 15px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.rotateImg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.filterBody {
    margin-top: 10px;
    max-height: 250px;
    overflow: auto;
}

.filter .openFilter .heading {
    font-size: 18px;
}
.filterBody input[type=checkbox] {
    margin-right: 30px;
    margin-top: -1px;
    position: relative;
    width: 0;
    height: 0;
    border: 0;
}
.filterBody .form-group {
    margin-bottom: 5px;
}
.filterBody label {
    display: flex;
    align-items: center;
    font-weight: normal;
}

.filterBody input[type=checkbox]:after{
    content: '\00D7';
    display: block;
    background: white;
    pointer-events: none;
    font-size: 15px;
    position: absolute;
    top: -7px;
    left: 0;
    height: 15px;
    width: 15px;
    color: transparent;
    transition: .25s all ease-in-out;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
}

.filterBody input[type=checkbox]:checked:after {
    background-color: #303030;
    background-position: 0 0;
}

.filterBody.price .form-group {
    display: flex;
}

.filterBody.price .form-group label {
    margin-right: 10px;
    margin-bottom: 0;
}

.filterBody.price .form-group input[type="text"] {
    width: 70px;
    margin-right: 10px;
    height: 25px;
}


.sign {margin-bottom: 80px;padding-top: 20px;}

.sign .signImg {
    background-position: center;
    background-size: cover;
    height: auto;
    padding-bottom: 100%;
}

.sign input {
    border: 0;
    margin-bottom: 20px;
}

.sign .col-md-6 {
    padding-left: 160px;
}

.sign .row {
    display: flex;
    align-items: center;
}

input[type="submit"] {
    background: #2B2F2E;
    color: white;
    font-size: 14px;
    padding: 10px 25px;
}

.forgetPass {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
    margin-bottom: 30px;
}

.forgetPass a {
    color: #B5B5B5;
}

.sign form h1 {
    text-align: left;
    margin-bottom: 50px;
}

.sign form {
    text-align: right;
}

.storeLocation .address p {
    font-size: 24px;
    margin-bottom: 30px;
}

.storeLocation {
    padding-top: 60px;
    margin-bottom: 30px;
}

.storeLocation .item {
    font-size: 18px;
}

.storeLocation .item .info {
    display: flex;
    margin-bottom: 25px;
}

.storeLocation .item .info lable {
    margin-right: 25px;
    width: 70px;
}

.storeLocation .item .info .tel a {
    display: block;
    margin-bottom: 9px;
}

.storeLocation .item .info a {
    color: black;
}

.storeLocation .sendMessage {
    width: 440px;
    margin-top: 35px;
}

.storeLocation .sendMessage h4 {
    font-size: 18px;
}

.storeLocation .sendMessage .form-group {
    margin-bottom: 10px;
}

.storeLocation .sendMessage .form-group .form-control {
    border: 0;
    height: 42px;
    font-size: 14px;
}

.storeLocation .sendMessage input[type="submit"] {
    background: white;
    color: black;
    border: 0;
    box-shadow: 0px 0px 6px 1px lightgrey;
    padding: 8px 25px;
    margin-top: 20px;
    font-size: 16px;
}
.storeLocation .sendMessage .form-group textarea.form-control {
    height: auto;
}
.storeLocation .col-md-3 a {
    background: white;
    color: black;
    width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    height: 71px;
}

.storeLocation .col-md-3 a svg {margin-right: 10px;}


.acc .panel-title {
    font-size: 18px;
}

.acc .panel-title a {
    display: block;
    text-transform: uppercase;
    font-family: Averta-regular;
}
.acc .panel-title a:focus{
    text-decoration: none;
}
.acc .panel-heading {background: none!important;border: 0!important;}

.acc .panel.panel-default {
    background: 0;
    border: 0!important;
    box-shadow: none!important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.panel-body {
    padding-left: 170px;
    font-size: 17px;
    padding-top: 0;
}

.acc hr {
    border-color: #C1C1C1;
    margin: 0;
}
.acc .panel-title img {
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    width: 15px;
    margin-right: 15px;

}
a[aria-expanded="false"] img{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
a[aria-expanded="true"] img{
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.acc {
    margin-bottom: 10px;
}

.acc .heading {
    margin-bottom: 60px;
    margin-top: 20px;
    font-family: Averta-regular;
}
.acc .heading h1 {
    margin: 0;
}
#nav-icon2{
    width: 26px;
    height: 100%;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}



#nav-icon2 {
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 50%;
    background: white;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 4px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 20px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 0px;
    top: 7px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 0px;
    top: 15px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 15px;
}
.burgerMenu {
    position: fixed;
    top: 101px;
    bottom: 0;
    z-index: 10;
    padding-top: 25px;
    display: none;
    right: 0;
    width: 410px;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: scroll;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}
.burgerMenu .container-fluid{
    padding: 0 20px;
}
.burgerMenu nav > ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.burgerMenu nav > ul > li {
    margin-bottom: 15px;
    /* width: max-content; */
}

.burgerMenu nav li a {
    color: white;
    font-size: 14px;
}

ul.sub {
    padding-left: 160px;
    margin-top: 4px;
}

ul.sub li {
    margin-bottom: 2px;
}
.burgerMenu footer {
    background: 0;
}
.burgerMenu .social {
    display: flex;
    margin-top: 40px;
}
.lang {
    margin-top: 40px;
}

.currency {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.currency .item {
    margin-right: 10px;
    width: 18px;
}

.currency .item img {
    width: 100%;
}

.currency .item:nth-child(2) {
    width: 22px;
    margin-bottom: 4px;
    margin-right: 5px;
}
.currency .item:last-child {
    width: 45px;
}

.lang a {
    margin-right: 10px;
    color: white;
}
.burgerMenu .social .item {
    margin-right: 10px;
}

.prodInfo .name h1 {
    color: #006489;
    margin: 0;
    font-size: 24px;
}

.prodInfo .ref span {
    color: #B4B4B4;
    font-size: 14px;
}

.prodInfo .ref {
    margin: 5px 0;
}

.prodInfo .desc p {
    font-size: 16px;
    margin-bottom: 20px;
}

.prodInfo .price span {
    font-size: 19px;
    font-family: Averta-regular;
}

.prodInfo .price {
    margin-bottom: 25px;
}

.prodInfo .cardWishlist a {
    color: black;
    background: white;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    margin-right: 10px;
    font-size: 16px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
.prodInfo a.removeInFromWishlist {
    color: white;
    background: #303030;
}
.prodInfo .cardWishlist a:hover{
    background: #303030;
    color: white;
}
.prodInfo .cardWishlist a svg path {
    fill: black;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.prodInfo .cardWishlist a:hover path{
    fill: white;
}


.addInToWishlist svg, a.removeInFromWishlist svg {
    height: 20px;
}

.addInToWishlist svg path {
    fill: white!important;
}

a.removeInFromWishlist svg path {
    stroke: white;
}

a.addInToWishlist:hover path {
    fill: #303030!important;
    stroke: white;
}

.prodInfo a.removeInFromWishlist path {
    fill: #303030!important;
}

.cardWishlist {
    margin: 15px 0;
    display: flex;
}

.prodInfo .cardWishlist a svg {
    margin-left: 10px;
}
.prodAcc .panel-title a {display: flex;align-items: center;}

.prodAcc .panel-title a img {
    width: 16px;
    margin-right: 10px;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.prodAcc .panel {
    background: 0;
    border: 0;
    box-shadow: none;
}

.prodAcc .panel-heading {
    background: 0;
}

.prodAcc hr {
    border-color: #C1C1C1;
    margin: 0;
}

.prodAcc h4.panel-title {
    font-size: 16px;
}
.prodAcc .panel-body {
    padding-left: 43px;
}
.specification {
    display: flex;
    font-size: 14px;
}
.specification .right {
    width: 50%;
}
.specification .left {
    margin-right: 30px;
}

.specification .left label {
    display: block;
    min-height: 30px;
    margin-bottom: 0;
    font-weight: normal;
}

.specification .right span {
    display: block;
    min-height: 30px;
}

.prodAccImg {
    display: inline-block;
    width: 255px;
}

.prodAccName {
    display: inline-block;
    margin-left: 20px;
}

.prodAccImg img {
    width: 100%;
}
.prodAccName a {
    color: rgb(148,148,148);
    border-bottom: 1px solid rgb(148,148,148);
    font-size: 14px;
}
.prodAcc .panel-body {
    padding-left: 60px;
    margin-top: 10px;
}
.prodAcc .panel-title a:focus {
    text-decoration: none;
}
.product-view .title {
    padding: 50px 0 20px;
}

.product-view .title h2:after {
    content: '';
    display: block;
    height: 1px;
    background: #c1c1c1;
    width: 8%;
    margin: 0 auto;
    margin-top: 20px;
}

.prodImages {
    display: flex; 
    justify-content: space-between; 
    height: 100%;
    width: 100%;
}

.thumbs {
    /*width: 110px;*/
    /*margin-right: 20px;*/
    /*text-align: center;*/
    width: 20%;
    text-align: center;
    display: inline-block;
    /*float: left;*/
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 7px;
}

.thumbs::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color: rgb(242, 242, 242);
}

.thumbs::-webkit-scrollbar{
    width: 2px;
}

.thumbs::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}

.thumbs a {
    margin-bottom: 5px;
    padding: 1px;
    background: white;
    border: 2px solid #e8e8e8;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: .6s linear;
    -moz-transition: .6s linear;
    -ms-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear;
}
.thumbActive{
    border-color: #2b2f2e!important;
}
.prodImages .mainImg {
    /*width: 80%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background: white;*/
    /*border: 2px solid #e8e8e8;*/
    width: 76%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #e8e8e8;
    /*float: right;*/
    max-height: 500px;
}
.prodImages .mainImg img{
    width: 80%;
}
.prodImages .mainImg a.visibleCol.hidden {
    display: flex!important;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.prodAcc .panel-group {
    margin-bottom: 0;
}

.searchPanel{
    display: none;
}

.searchPanel .form-group {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.searchPanel .form-group input.form-control {
    border-color: #707070;
    background: inherit;
    margin-right: 15px;
    font-size: 14px;
    height: 40px;
    color: white;
    border-radius: 0;
}

.searchPanel .form-group button {
    background: inherit;
    color: white;
    border-color: #707070;
    font-size: 14px;
    border-radius: 0;
}

.userPanel .logout {
    position: absolute;
    left: -38px;
    width: 104px;
    background: #303030;
    box-shadow: 0px 3px 6px 1px black;
    text-align: center;
    padding: 18px 10px;
    top: 35px;
    display: none;
}
header.indexPage .userPanel .logout {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 6px 1px #444444;
}
.userPanel .login {
    position: relative;
}

.userPanel .logout a {
    display: block;
    font-size: 14px;
    color: white;
}

.userPanel .logout a:first-child {
    margin-bottom: 10px;
}

.account .container-fluid {
    padding: 0 15px;
}

.leftBar {
    background: white;
    padding: 20px 70px;
    width: 290px;
}

.accInfo label {
    display: block;
    margin: 10px 0;
    font-weight: normal;
    font-family: Averta-regular;
    font-size: 17px;
}
.accInfo span {
    font-size: 16px;
}
.leftBar .head h2 {
    margin-bottom: 20px;
    font-size: 24px;
    margin-top: 0;
    font-family: Averta-regular;
}

.lookInfo {
    display: block;
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
.editAddress{
    width: 50%;
    top: 85px;
    left: 30%;
}
.lookInfo h3 {
    font-size: 23px;
    margin-bottom: 40px;
    font-family: Averta-regular;
}

.lookInfo input.form-control {
    background: white;
    border: 0;
    border-radius: 0;
}

.lookInfo .buttons a {
    background: white;
    padding: 10px 20px;
    color: black;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.lookInfo .buttons a:hover{
    background: #2B2F2E;
    color: white;
}
.lookInfo .buttons {
    text-align: right;
    margin-top: 35px;
}

.account {
    padding-bottom: 30px;
}
.account .col-md-12{
    padding: 0;
}
.accInfo .editAcc a {
    border: 1px solid #707070;
    display: inline-block;
    padding: 8px 15px;
    color: black;
    margin: 20px 0;
}

.accInfo a {
    display: block;
    color: black;
    margin-top: 10px;
    font-size: 17px;
}

.nameSurname {
    display: flex;
    justify-content: space-between;
}

.nameSurname .form-group {
    width: 49%;
}
.lookInfo button {
    background: white;
    padding: 10px 20px;
    color: black;
    border-radius: 0;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.lookInfo button:hover{
    background: #2B2F2E;
    color: white;
}
.topBar {
    background: white;
    height: 40px;
    z-index: 1;
    width: auto;
}

.topBar ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0;
    height: 100%;
    align-items: center;
    padding-left: 0;
}

.topBar ul a {
    font-size: 17px;
    color: black;
}

.topBar ul li.accActive {
    font-family: Averta-regular;
    text-decoration: underline;
}


.selectBox {
    display: flex;
    justify-content: space-between;
}

.selectBox .form-group {
    width: 22%;
}

.selectBox .form-group select {
    border: 0;
    width: 100%;
    height: 34px;
    padding-left: 10px;
    -webkit-appearance: none;
    color: #B5B5B5;
    background-image: url("../img/selectArrow.png");
    background-repeat: no-repeat;
    background-position: 90px 14px;
}


.account .wishlist {
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
}

.account .wishlist .listHeader {
    background: white;
    display: flex;
    height: 50px;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.account .wishlist .listHeader .col-md-3, .account .wishlist .listContent .col-md-3{
    width: 50%;
    padding: 0;
}
.account .wishlist .listHeader .col-md-2, .account .wishlist .listContent .col-md-2 {
    padding: 0;
}
.listContent {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.account .wishlist .listContent .col-md-2 {
    height: 100%;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account .wishlist .listContent .col-md-3 {
    height: 100%;
    border: 1px solid #ccc;
}

.account .wishlist .listContent .col-md-3 .miniDesc {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 15px;
}

.miniName {
    text-align: left;
    margin-left: 25px;
    color: black;
}
.cartMiniImg {
    background-position: center;
    background-size: cover;
    width: 65px;
    height: 65px;
}
.listContent input[type="text"] {
    width: 40px;
    text-align: center;
}
.listContent input[type="checkbox"] {
    margin: 0;
}
.total {
    text-align: right;
    margin: 20px 0 30px;
    color: #5A5A5A;
    font-family: Averta-regular;
}

.total label {
    margin-right: 5px;
    font-weight: normal;
}

.wishlist .buttons a {
    background: white;
    padding: 10px 20px;
    color: black;
    border-radius: 0;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.wishlist .buttons {
    text-align: right;
}

.wishlist .buttons a:first-child {
    margin-right: 10px;
}

.wishlist .buttons a:hover{
    background: #2B2F2E;
    color: white;
}

.wishlist .filterBody {
    margin: 0;
    overflow: unset;
}
.account .wishlist .filterBody label {
    width: 15px;
    height: 15px;
    margin: 0;
}
.input-group input,
.input-group textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

.input-group input[type="button"] {
    -webkit-appearance: unset;
    cursor: pointer;
}

.input-group input::-webkit-outer-spin-button,
.input-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group {
    clear: both;
    margin: 0;
    position: relative;
    margin-left: 10px;
    color: black;
}

.input-group input[type='button'] {
    background-color: white;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
    border-left: 0;
}

.input-group .button-minus,
.input-group .button-plus {
    font-weight: bold;
    height: 30px;
    padding: 0;
    width: 38px;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.input-group .quantity-field {
    position: relative;
    height: 30px;
    left: -6px;
    text-align: center;
    width: 62px;
    display: inline-block;
    font-size: 13px;
    /* margin: 0 0 5px; */
    resize: vertical;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.button-plus {
    left: -13px;
}

.input-group input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
.quantity {
    display: flex;
    align-items: center;
    color: #B4B4B4;
}
.quantity span:first-child {
    color: black;
}
input.button-minus.btn {
    border-right: 0;
}
.input-group input:focus {
    box-shadow: none;
    outline: none;
}
.mainHeaderCats{
    display: none;
}
.filterBtn svg {
    width: 100%;
    height: 100%;
}

.filterBtn {
    width: 35px;
    height: 25px;
    margin-bottom: 15px;
    cursor: pointer;
    display: none;
}
.flickity-page-dots {
    bottom: 25px;
}

.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    margin: 0;
    margin-right: 10px;
    background: white;
}
.artistImg {
    height: auto;
    padding-bottom: 80%;
    background-position: bottom;
    background-size: cover;
    border: 10px solid white;
}

.artist .item {
    background: white;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.artistName {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: black;
}
.artistImages {
    background-position: bottom;
    height: auto;
    padding-bottom: 80%;
    background-size: cover;
}

.artist-view .desc {
    margin-top: 20px;
}
.artist-view .head h2 {
    margin: 20px 0 30px;
    font-family: Averta-regular;
    font-size: 34px;
}
.notFound {
    background-position: center;
    height: auto;
    padding-bottom: 44%;
    background-size: cover;
    /*margin: 115px 0 20px;*/
}


.burgerMenu nav span {
    display: inline-block;
    color: white;
    margin: 40px 0 30px;
    display: none;
}

.currencySelect {
    margin-bottom: 20px;
    justify-content: space-between;
    display: none;
}

.currencySelect .select:nth-child(2) {
    width: 90px;
}

.langSelect {
    display: flex;
    margin-top: 20px
}

.langSelect .select {
    width: 90px;
}
.langSelect .select:first-child {
    margin-right: 40px;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    width: 60%;
    height: 40px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 8px 0;
}
.select-styled:after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("../img/right-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 16px;
    right: 2px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.select-styled:hover {
    background-color: inherit;
}
.select-styled:active, .select-styled.active {
    background-color: inherit;
    border: 0;
}
.select-styled:active:after, .select-styled.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 12px;

}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: inherit;
    border-bottom: 1px solid white;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    border: none;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li[rel="hide"] {
    display: none;
}

.account .wishlist .listContent .col-md-3 .miniDesc img {
    width: 90px;
}

.burgerMenu nav .select-styled {
    position: relative;
}

.burgerMenu nav .select-options {
    position: unset;
    margin-bottom: 30px;
}
.modal-dialog {
    margin-top: 15%;
    width: 500px;
}

.modal-body {
    padding: 40px 0;
}

.confirm p {
    margin: 20px 0;
    font-size: 18px;
}

button.btn.removeFromWishlist-Wishlist {
    margin-right: 20px;
}

.modal-body button {
    background: 0;
    border: 0;
    box-shadow: 0px 0px 6px 2px #dddddd;
    font-size: 18px;
    transition: .3s linear;
    margin-right: 12px;
}
.modal-body button:last-child {
    margin: 0;
}
.modal-body button:hover {
    background: #101111;
    color: white;
}
.Loqin a {
    margin-bottom: 15px;
}

.Loqin hr {
    border-color: #808080;
    margin: 15px 10px;
}

.Loqin {
    display: none;
}
.userPanel .logout a:last-child {
    margin-bottom: 0;
}
.account h1 {
    margin: 15% 0;
    text-align: center;
    font-size: 32px;
}
.account h1 {
    font-size: 20px;
}

.inLog .Loqin{
    display: block;
}
.inLog .notLoqin{
    display: none;
}
header.indexPage .userPanel .inLog {
    left: -55px;
    width: 130px;
}
div#map {
    width: 100%;
    height: 450px;
}
.resetPass form {
    width: 40%;
    margin: 0 auto;
}

.resetPass {
    margin: 4% 0 20%;
}
.resetPass form p {
    text-align: left;
}
.sentTomail {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.sentTomail p {
    font-size: 18px;
    margin-bottom: 40px;
}

.sentTomail a {
    background: #2B2F2E;
    color: white;
    font-size: 14px;
    padding: 10px 25px;
}
/*.sign .help-block {
    margin: 0;
    margin-top: -18px;
}
*/
.inLog .Loqin button {
    border: 0;
    background: 0;
    color: white;
}
.checkout label {
    color: #868686;
    font-weight: normal;
    font-family: Averta-regular;
    font-size: 16px;
}

.checkout .form-control {
    border: 0;
    border-radius: 0;
}

.checkout .head h3 {
    font-size: 18px;
    color: black;
    font-family: Averta-regular;
    margin: 0;
}

.checkout .head {
    margin-bottom: 35px;
}

.checkout .col-md-7 .head {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-top: 15px;
}
.buyProds .itemImg {
    width: 25%;
    height: auto;
    padding-bottom: 25%;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.buyProds .item {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    position: relative;
}

.buyProds .itemInfo {
    display: flex;
    align-items: center;
    width: 72%;
    justify-content: space-between;
}

.buyProds .price {
    display: block;
}

.buyProds .itemInfo .name {
    height: 100%;
}
.buyProds .itemInfo .name p{
    font-size: 16px;
}
.finalCheckout {
    background: white;
    padding: 15px;
    width: 100%;
}

.totalPrice {
    display: flex;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
    margin-bottom: 20px;
}

.totalPrice span {
    font-size: 18px;
    font-family: Averta-regular;
}

.buyProds .price .newPrice {
    margin: 0;
}

.checkout {
    padding-top: 20px;
    margin-bottom: 20px;
}
.selectPayment label {
    color: black;
    margin-left: 15px;
    margin-bottom: 0;
}

.selectPayment .from-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.selectPayment .from-group input {
    margin: 0;
    border: 0;
    position: relative;
}
.selectPayment .from-group input:after {
    content: '\00D7';
    display: block;
    background: #f2f2f2;
    pointer-events: none;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    color: transparent;
    transition: .25s all ease-in-out;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
}

.selectPayment .from-group input[type=radio]:checked:after {
    background-color: #303030;
    background-position: 0 0;
}

.placeOrder {
    text-align: center;
    margin: 35px 0 10px;
}

.placeOrder input.btn {
    border-radius: 0;
}
.buyProds .item img {
    position: absolute;
    right: 0;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.buyProds .item img:hover{
    opacity: 1;
}
.buyProds {
    max-height: 420px;
    overflow-y: scroll;
    padding-right: 10px;
}
.buyProds::-webkit-scrollbar-track{
    border-radius: 5px;
    background-color:white;
}

.buyProds::-webkit-scrollbar{
    width: 5px;
    border-radius: 13px;
}

.buyProds::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
}
.showMore {
    text-align: center;
    margin: 30px 0;
}

.showMore a {
    color: #525252;
    font-size: 16px;
    border: 1px solid #c6c6c6;
    padding: 8px 15px;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
}

.showMore a:hover {
    background: black;
    color: white;
}
.buyProds .itemInfo .name p a {
    color: black;
}
.shopNow a {
    color: black;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #333333;
    border-color: #333333;
}

.pagination > li > a, .pagination > li > span {
    color: #333333;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: inherit;
}
.prodInfo h3 {
    margin: 10px 0 15px;
    font-size: 21px;
}
.shop .item:hover .shopImg{
    transform: scale(1,1);
}


.composition ul {
    display: flex;
    padding: 0;
}

.composition {
    margin-top: 5px;
    color: #333;
}

.composition ul li:first-child {
    width: 60%;
}

.composition ul li {
    margin-right: 10px;
    width: 30%;
}

.composition ul li:last-child {
    width: 10%;
    margin-right: 0;
    text-align: center;
}

.composition .head {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.composition .head ul {
    margin-bottom: 0;
    font-weight: 700;
}

.composition ul li:first-child a {
    color: #333;
    text-decoration: underline;
}
.specification .right span p:last-child {
    display: none;
}


.panel-default>.panel-heading+.panel-collapse>.panel-body ul {
    list-style: disc;
    margin: 0;
    margin-top: 20px;
}
.acc.terms .headText {
    font-size: 17px;
    margin-bottom: 25px;
}

.acc.terms ul {
    list-style: disc;
}

.acc.terms .panel-body {
    line-height: 30px;
    padding-left: 100px;
}

input[type="submit"]:hover {
    color: white;
}
.loadingBar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    z-index: 1000;
}
.loadingBar.active{
    opacity: 1;
    visibility: visible;
}
.loadingBar img {
    width: 150px;
}










/*responsive*/
@media(min-width: 1660px ){
    .prodContainer .col-md-3 {
        width: 20%;
    }

    .prodContainer .col-md-9 {
        width: 80%;
    }
    .addBag {
         width: 48%; 
         margin-bottom: 0;
    }
}
@media (max-width: 1440px) {
	.collectionInfo .desc p {
	    font-size: 16px;
	}

	.collectionInfo .name h4 {
	    margin-top: 20px;
	    font-size: 25px;
	}
    .container-fluid{
        padding: 0 70px;
    }
    .navigation ul li {
        margin-right: 30px;
    }
    .main-slider .head h2 {
        font-size: 58px;
    }
    .main-slider .desc p {
        font-size: 20px;
    }
    .main-slider a {
        font-size: 16px;
    }
    .title {
        padding: 50px 0;
    }
    .footerInfo {
        width: 88%;
        margin-left: auto;
    }
    .thumbs a{
        height: 95px;
    }
    .acc .heading h1 {
        font-size: 30px;
    }

    .acc .heading {
        margin: 20px 0 40px;
    }
    .acc .panel-title {
        font-size: 16px;
    }

    .panel-body {
        font-size: 16px;
        padding-left: 140px;
    }
    .topBar ul a {font-size: 16px;}

    .leftBar .head h2 {
        font-size: 22px;
    }

    .accInfo label {
        font-size: 16px;
    }

    .accInfo span {
        font-size: 15px;
    }

    .accInfo a {
        font-size: 16px;
    }
    .leftBar {
        padding: 20px 60px;
        width: 280px;
    }

    .topBar {
        left: 280px;
    }
    .account .wishlist {
        left: 320px;
        right: 30px;
    }

    .miniName {
        margin-left: 20px;
    }

    .account .wishlist .listContent .col-md-3 .miniDesc {
        padding: 0 10px;
    }
    .storeLocation .address p {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .storeLocation {
        padding-top: 40px;
    }

    .storeLocation .item {
        font-size: 16px;
    }

    .address {}

    .storeLocation .item .info {
        margin-bottom: 15px;
    }

    .storeLocation .sendMessage {
        margin-top: 30px;
    }
     .buyProds .itemInfo .name p{
        font-size: 14px;
    }
    .buyProds .price .newPrice{
        font-size: 16px;
    }
}

@media (max-width: 1299px){
	.collectionInfo .name h4 {
	    margin-top: 0;
	    font-size: 22px;
	    margin-bottom: 15px;
	}

	.collectionInfo .desc p {
	    font-size: 15px;
	    margin-bottom: 15px;
	}
    .container-fluid {
        padding: 0 50px;
    }
    .div {
        padding-top: 91px;
    }
    .userPanelDiv img {
        width: 20px;
    }

    .bag.userPanelDiv img {
        width: 16px;
    }

    .userPanel .logout a {
        font-size: 14px;
    }
    .searchPanel .form-group input.form-control {
        height: 35px;
    }
    .userPanel .logout {
        width: 80px;
        left: -30px;
    }
    .logo img {
        width: 135px;
    }

    .navigation ul li a {
        font-size: 13px;
    }

    .userPanelDiv {
        margin-right: 22px;
    }

    ul.sub {
        padding-left: 100px;
    }

    .burgerMenu {
        width: 350px;
        top: 91px;
    }

    .burgerMenu nav li a {
        font-size: 13px;
    }

    .main-slider .head h2 {
        font-size: 50px;
    }

    .main-slider .desc p {
        font-size: 17px;
    }

    .main-slider a {
        font-size: 15px;
    }

    .title h2 {
        font-size: 24px;
    }

    .title {
        padding: 35px 0;
    }

    .footerInfo {width: 315px;}

    .footerInfo > p {
        font-size: 15px;
    }

    .footerInfo .item p:first-child {
        font-size: 15px;
    }

    .footerInfo .item img {
        width: 24px;
    }

    .footerInfo .item p {
        font-size: 13px;
    }
    .collection .col-md-3:last-child {
        display: none;
    }

    .header {
        font-size: 16px;
        padding-left: 5px;
    }

    .shopNow {
        font-size: 14px;
        padding-left: 5px;
    }

    footer .siteMap .item:first-child {
        width: 35%;
    }

    footer .siteMap .item {
        width: 60%;
    }
    .footerDesc {
        width: 100%;
    }
    footer .siteMap {justify-content: space-between;}
    .productsRow .head p {
        font-size: 16px;
    }

    .productsRow .prodImg {
        border-width: 5px;
    }

    .newPrice {
        font-size: 16px;
    }

    .oldPrice {
        font-size: 13px;
    }

    .addWishlist img {
        width: 20px;
    }

    .addBag {
        font-size: 14px;
    }
    .addBag a{
        padding: 5px 0;
    }
    .addWishlist svg {
        height: 20px;
    }
    .productsRow .item {
        margin-bottom: 30px;
    }

    .filterRow .top h2 {
        font-size: 20px;
    }
    .product-view .col-md-6 {}

    .prodInfo .name h1 {
        font-size: 21px;
    }
	.prodInfo h3{
		font-size: 20px
	}
    .prodInfo .ref span {
        font-size: 13px;
    }

    .prodInfo .desc p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .prodInfo .price span {
        font-size: 20px;
    }

    .prodInfo .price {
        margin-bottom: 15px;
    }

    .prodInfo .cardWishlist a {
        font-size: 14px;
        padding: 10px 20px;
    }

    .prodAcc .panel-body {
        padding-left: 40px;
    }

    .specification .left label {
        font-size: 13px;
    }

    .specification .right span {
        font-size: 13px;
    }

    .prodAcc h4.panel-title {
        font-size: 15px;
    }

    .prodAcc .panel-title a img {
        width: 13px;
    }

    .thumbs a {
        height: 85px;
    }
    .input-group .quantity-field {
        width: 50px;
    }
    .siteNavigation a {
        font-size: 14px;
    }
    .leftBar {
        padding: 20px 40px;
        width: 250px;
    }

    .leftBar .head h2 {
        font-size: 20px;
    }

    .accInfo label {
        font-size: 14px;
    }

    .accInfo span {
        font-size: 13px;
    }

    .accInfo a {
        font-size: 14px;
    }

    .accInfo .editAcc a {
        margin: 15px 0 5px;
        padding: 5px 12px;
    }

    .topBar {
        left: 250px;
    }

    .topBar ul a {
        font-size: 14px;
    }

    .lookInfo {
        left: 40%;
    }

    .lookInfo h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .lookInfo .buttons a {
        padding: 8px 15px;
    }

    .lookInfo .buttons {
        margin-top: 30px;
    }
    .lookInfo button {
        padding: 7px 15px;
    }
    .account .wishlist {
        width: 90%;
    }

    .listContent {
        height: 90px;
        font-size: 13px;
    }

    .miniName span {
        font-size: 13px;
    }

    .miniName {
        margin-left: 10px;
    }

    .account .wishlist .listHeader {
        font-size: 13px;
        height: 40px;
    }
    .editAddress {
        left: 35%;
    }
    .acc .heading {
        margin: 0 0 20px;
    }

    .acc .heading h1 {
        font-size: 22px;
    }

    .acc .panel-title {
        font-size: 14px;
    }

    .acc .panel-title img {
        width: 13px;
        margin-right: 10px;
    }

    .panel-body {
        padding-left: 90px;
        font-size: 14px;
    }
    .sign form h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    input[type="submit"] {
        padding: 8px 15px;
    }

    .sign .col-md-6 {
        padding-left: 120px;
    }

    .forgetPass {
        margin-bottom: 20px;
    }
    .storeLocation .address p {
        font-size: 20px;
    }

    .storeLocation .item {
        font-size: 15px;
    }

    .storeLocation .item .info {
        margin-bottom: 10px;
    }
    .langSelect .select{
        width: 72px;
    }


    .storeLocation .sendMessage {
        width: 100%;
    }

    div#map {
        height: 400px;
    }
    .resetPass form {
        width: 60%;
    }
    .sentTomail p {
        font-size: 16px;
    }
    .checkout label{
        font-size: 14px;
    }
}

@media (max-width: 1099px) {
    .listContent {
        height: 75px;
    }

    .account .wishlist .listContent .col-md-2 img {
        width: 13px;
    }

    .cartMiniImg {
        width: 50px;
        height: 50px
    }
}

@media (max-width: 991px) {
	.collectionInfo .desc p {
	    font-size: 14px;
	    margin-bottom: 12px;
	}

	.collectionInfo .name h4 {
	    font-size: 20px;
	}
    .container-fluid {
        padding: 0 15px;
    }
    .mainHeaderCats{
        display: block;
    }
    header .navigation {
        display: none!important;
    }
    .main-slider .head h2 {
        font-size: 40px;
    }

    .main-slider .desc p {
        font-size: 16px;
        width: 80%;
    }

    .main-slider a {
        font-size: 14px;
    }

    .carousel .mainImg {
        margin: 0 45px;
    }

    .title h2 {
        font-size: 20px;
    }

    .header {
        font-size: 15px;
    }

    .shopNow {
        font-size: 13px;
    }
    footer .social {
        margin-bottom: 12px;
    }
    .footerInfo a {
        padding: 10px;
    }

    .footerInfo > p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .footerInfo {
        padding: 15px;
    }
    .footerInfo .item p:first-child {
        font-size: 14px;
    }
    .filterRow {
        position: absolute;
        width: 350px;
        z-index: 5;
        background: #f2f2f2;
        padding: 0 10px;
        left: -100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .filterOpen{
        left: 0;
    }
    .filterBtn{
        display: block;
    }
    .productsRow .head p {
        font-size: 15px;
    }
    .prodAccName {
        margin-top: 10px;
    }
    .sign form h1 {
        font-size: 24px;
    }

    .sign .col-md-6 {
        padding-left: 70px;
    }
    .wishlistDiv {
        overflow-x: scroll;
    }

    .account .wishlist .listHeader, .listContent {
        width: 880px;
    }
    .finalCheckout {
        margin-top: 30px;
    }
    .thumbs a img {
        width: 90%;
    }
    .thumbs{
        max-height: 400px!important;
    }
    .prodImages .mainImg {
        min-height: 380px;
    }
}

@media (max-width: 767px){
	.loadingBar img {
	    width: 100px;
	}
	.modal-dialog {
	    width: 95%;
	    margin-top: 30%;
	}

	.modal-body {
	    padding: 25px 0;
	}

	.confirm p {
	    font-size: 16px;
	}

	.modal-body button {
	    font-size: 16px;
	}
    .prodImages .mainImg {
        min-height: 300px;
    }
    .thumbs a {
        overflow: hidden;
    }
    .thumbs{
        height: 300px;
    }
    /*.shop .container-fluid > .row{
        display: block;
    }*/
    .shop .container-fluid > .row:before,.shop .container-fluid > .row:after {
    display: none;
    }
    .div {
        padding-top:  87px;
    }
    .collection .row {
        display: block;
    }

    .collection .item {
        margin-bottom: 15px;
        width: 50%;
    }
    .shop .item {
        margin-bottom: 15px;
    }

    .shop .col-md-3 {
        margin-bottom: 0;
    }
    .footerInfo {
        width: 100%;
        margin-top: 15px;
    }

    footer {
        padding: 15px 0;
    }
    .flickity-prev-next-button {
        display: none;
    }

    .carousel .mainImg {
        margin: 0;
    }

    .main-slider .desc p {
        width: 100%;
        font-size: 15px;
    }

    .main-slider .head h2 {
        font-size: 35px;
    }

    .main-slider a {
        font-size: 13px;
        padding: 10px;
    }
    .searchPanel .form-group {
        width: 100%;
    }

    .searchPanel .form-group input.form-control {
        margin-right: 5px;
        background: rgba(0, 0, 0, 0.8);
        color: white;
    }
    .searchPanel .form-group button {
        background: rgba(0, 0, 0, 0.8);
    }
    .searchPanel {
        position: absolute;
        bottom: -85px;
        right: -72px;
        width: 300px;
    }
    .logo img {
        width: 115px;
    }

    .burgerMenu {
        top: 83px;
        width: 100%;
    }
    .collection {
        padding: 30px 0;
    }

    .title {
        padding: 25px 0;
    }

    .title h2 {
        font-size: 18px;
    }
    .prodInfo {
        margin-top: 19px;
    }

    .prodAcc h4.panel-title {
        font-size: 14px;
    }

    .prodAcc .panel-heading {
        padding: 7px 10px;
    }
    .acc .panel-heading {
        padding: 8px 10px;
    }

    .panel-body {
        padding-left: 40px;
    }

    .acc .panel-title {
        font-size: 13px;
    }

    .acc .heading h1 {
        font-size: 18px;
    }

    .acc .heading {
        margin-bottom: 15px;
    }
    .sign .col-md-6 {
        width: 100%;
        padding: 0 15px;
    }
    .storeLocation {
        padding: 20px 0;
    }

    .storeLocation .item {
        font-size: 14px;
    }

    .storeLocation .address p {
        font-size: 16px;
    }

    .storeLocation .sendMessage {
        width: 100%;
        margin-bottom: 20px;
    }

    .storeLocation .sendMessage input[type="submit"] {
        font-size: 14px;
    }
    .storeLocation .item .info lable {
        width: 50px;
        margin-right: 15px;
    }
    .mobileBar .accountCats {
        display: none;
        margin-top: 5px;
    }

    .mobileBar {
        width: 100%;
        background: white;
        padding: 10px 30px;
        border: 1px solid #ccc;
    }

    .mobileBar .head {
        font-size: 16px;
        color: black;
        padding-bottom: 10px;
        font-family: Averta-regular;
        cursor: pointer;
    }

    .mobileBar .accountCats a {
        color: black;
    }

    .mobileBar .accountCats li {
        margin-bottom: 5px;
    }

    .mobileBar .accountCats ul {
        padding: 0;
    }

    .account .col-md-12 {
        padding: 0 15px;
    }

    .lookInfo {
        width: 100%;
    }
    .mobileBar .head img {
        width: 15px;
        float: right;
        margin-top: 8px;
        -webkit-transition: .3s linear;
        -moz-transition: .3s linear;
        -ms-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
    }
    .account .wishlist{
        width: 100%;
    }
    .currencySelect .select {
        width: 185px;
    }
    div#map {
        height: 350px;
    }
    .resetPass form {
        width: 100%;
    }

    .sentTomail {
        width: 100%;
    }

    .sentTomail p {
        font-size: 14px;
    }
}

@media (max-width: 600px){

    .siteNavigation a {
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .siteNavigation a:first-child {
        overflow: visible;
    }
    .style .col-xs-4:first-child {
        width: 100%;
    }

    .style .col-xs-4 {
        width: 50%;
        margin-bottom: 15px;
    }

    .style .col-xs-4:first-child .collectionImg {
        padding-bottom: 50%;
    }
    .main-slider .head h2 {
        font-size: 30px;
    }

    .main-slider .desc p {
        font-size: 13px;
        margin: 15px 0 30px;
    }
    .userPanelDiv img {
        width: 17px;
    }

    .bag.userPanelDiv img {
        width: 14px;
    }

    .userPanelDiv {
        margin-right: 19px;
    }

    #nav-icon2 {
        width: 22px;
    }

    #nav-icon2.open span:nth-child(5) {
        top: 13px;
    }

    #nav-icon2.open span:nth-child(6) {
        top: 13px;
    }
    .prodInfo .cardWishlist a {
        font-size: 13px;
        padding: 7px 12px;
    }

    .prodInfo .cardWishlist a:last-child {
        margin: 0;
    }

    .prodInfo .cardWishlist a svg {
        height: 16px;
    }
    .newPrice {
        font-size: 14px;
        margin-right: 10px;
    }

    .oldPrice {
        font-size: 12px;
    }

    .addWishlist svg {
        height: 17px;
        width: 22px;
    }
    .thumbs a img {
        width: 80%;
    }

    .thumbs a {
        height: 75px;
        overflow: hidden;
    }
}

@media (max-width: 360px){
    .div {
        padding-top: 79px;
    }
    .logo img {
        width: 95px;
    }
    .main-slider .head h2 {
        font-size: 28px;
    }
    .userPanel .logout a {
        font-size: 13px;
    }

    .userPanel .logout {
        padding: 8px;
    }
    .burgerMenu {
        top: 65px;
    }

    .burgerMenu nav li a {
        font-size: 12px;
    }

    .burgerMenu nav > ul > li {
        margin-bottom: 5px;
    }

    .burgerMenu nav > ul {
        margin-bottom: 20px;
    }

    .burgerMenu .social .item svg {
        width: 22px;
    }
}


.burgerMenu::-webkit-scrollbar-track{
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.burgerMenu::-webkit-scrollbar{
    width: 0px;
}

.burgerMenu::-webkit-scrollbar-thumb{
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
