@media screen and (max-width: 1200px) {
  .eshop .products .product {
    min-height: 235px;
  }

  .hp-products .product img {
    height: 290px;
  }

  .eshop .products .product .image .hover span {
    width: 70%;
  }

  .detail .table > .right .price {
    margin-bottom: 20px;
  }
  .detail .table > .right h2 {
    margin-top: 20px;
  }

  #cart.step1 .item .name {
    width: 500px;
  }
  #cart.step1 .item .name .img {
    width: 60px;
  }
  #cart.step1 .head .name {
    width: 500px;
  }
  .detail .table > .right .socia {
    position: static;
    padding: 0;
    margin-top: 50px;
  }  
}
@media screen and (max-width: 992px) {
  .logo .right form.search-bar .search {
    background: #f8f8f8;
  }

  .hp-products .product {
    width: 50%;
    float: left;
  }
  .hp-products .product img {
    width: 100%;
    height: 345px;
  }
  .hp-products .product:last-child {
    width: 100%;
  }

  .st-christ p {
    width: 75%;
  }

  .footer .nav .links:nth-child(-n+2) {
    margin-bottom: 30px;
  }

  .text-content .content, .text-content h3, .text-content .content.terms {
    width: 96%;
  }

  .how-to-content .how-to-desc {
    width: 100%;
  }

  .lookbook .table .second .left img {
    height: 47%;
  }

  .eshop {
    margin-top: 0;
  }
  .eshop .products .product .image .hover span {
    width: 55%;
  }
  .eshop .products .sort h3 {
    display: none;
  }
  .eshop .filter {
    width: 100%;
    padding: 0 30px 30px;
  }
  .eshop .category-coll {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'proxima_novaregular', sans-serif;
    padding: 8px 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
  }
  .eshop .container {
    padding: 0;
  }
  .eshop .products {
    padding: 0 7px;
    text-align: center;
  }
  .eshop.detail .products {
    padding: 0 15px;
  }
  .eshop .products .woocommerce-info,
  .eshop .products .col-md-12,
  .eshop .products {
    width: 100%;
  }
  .eshop .products .product {
    padding: 0;
    margin-top: 15px;
  }
  .eshop .products .product:nth-child(-n+3) {
    margin-top: 0;
  }
  .eshop .products .product {
    margin-top: 15px !important;
  }
  .eshop .products .sort {
    float: left;
    padding: 15px;
  }
  .eshop .filter {
    padding: 0;
  }
  .eshop .filter strong {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #afafaf;
    padding: 15px;
    margin: 0;
  }
  .eshop .products .sort .btns {
    width: 100%;
    text-align: center;
  }
  .eshop .filter ul {
    margin: 0;
    border-bottom: 1px solid #afafaf;
    text-align: center;
  }
  .eshop .filter ul li {
    margin: 6px;
    text-align: center;
  }
  .eshop .filter ul.colours li {
    float: none;
    display: inline-block;
  }
  .eshop .products .product:nth-child(even) {
    padding-left: 15px;
  }
  .eshop .products .product:nth-child(odd) {
    padding-right: 15px;
  }

  .detail .table > .right {
    padding-left: 0;
    width: 50%;
  }
  .detail .table > .left {
    width: 50%;
  }

  .eshop.detail .products .product:nth-child(odd) {
    padding-right: 15px;
  }
  .eshop.detail .products .product:nth-child(even) {
    padding-left: 15px;
  }
  .eshop.detail h3 {
    margin-bottom: 10px;
  }
  .eshop.detail .products {
    text-align: center;
  }
  .eshop.detail .products .product {
    float: none;
    display: inline-block;
    width: 49%;
  }
  .eshop.detail .products .product:nth-child(-n+3) {
    margin-top: 15px;
  }

  .detail {
    margin-bottom: 0;
  }
  .detail .table > .right h2 {
    margin-top: 0;
  }

  #cart.step1 .head .remove {
    display: none;
  }
  #cart.step1 .item .remove {
    display: none;
  }
  #cart.step1 .item .quantity {
    width: 120px;
  }
  #cart.step1 .head .quantity, #cart.step1 .item .price, #cart.step1 .head .price {
    width: 120px;
  }
  #cart.step1 .item .name, #cart.step1 .head .name {
    width: 470px;
  }
  #cart.step1 .item .price, #cart.step1 .head .price {
    text-align: right;
  }
  #cart .buttons .left form {
    width: 100%;
  }

  #cart .buttons .left .discount input {
    padding: 0 7px;
  }
  .eshop .filter ul {
    height: auto !important;
    display: inline-block !important;
  },
  .eshop .filter strong {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .hp-products .product img {
    height: auto;
  }
  .menu-collections,
  .menu-blest,
  .menu-gallery {
    float: left;
  }
  .menu-collections::after,
  .menu-blest::after,
  .menu-gallery::after {
    content: ">";
    position: absolute;
    top: 18px;
    right: 30px;
    z-index: 2003;
  }
  .menu-collections.open::after,
  .menu-blest.open::after,
  .menu-gallery.open::after {
    transform: rotate(90deg);
  }
  .woocommerce-checkout #payment div.form-row { padding-left: 0; padding-right: 0; }
  .logo {
    text-align: left;
  }
  .logo .right {
    text-align: center;
  }

  .menu-resp {
    display: inline-block;
  }

  .menu.main .dropdown-backdrop {
    position: static;
  }
  .menu.main {
    margin: 0 -15px;
  }
  .menu.main .container > ul {
    margin: 0 -15px;
    position: relative;
  }
  .menu.main .container > ul > li {
    border-bottom: 1px solid #afafaf;
  }
  .menu.main .container > ul > li:first-child {
    border-top: 1px solid #afafaf;
  }
  .menu.main .container > ul > li:last-child {
    border-bottom: 0;
  }
  .menu.main .container > ul > li.open {
    padding-bottom: 11px;
  }
  .menu.main .container > ul > li > a {
    width: 100%;
    padding: 15px;
  }
  .menu.main ul li {
    display: inline-block;
    width: 100%;
  }
  .menu.main ul li.dropdown:hover > ul.dropdown-menu {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    display: none;
  }
  .menu.main ul li.dropdown.open > ul.dropdown-menu {
    position: static;
    width: 100%;
    display: block;
    box-shadow: none;
    padding: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    z-index: auto;
    position: relative;
    left: 0;
    z-index: 2002;
  }

  .menu ul li > ul.dropdown-menu li a {
    padding: 4px 0;
    font-size: 10px;
  }

  .menu ul li > ul.dropdown-menu li {
    float: none;
  }

  .slider .carousel-caption {
    padding-bottom: 45px;
  }
  .slider h2 {
    font-size: 27px;
    line-height: 36px;
  }
  .slider h3 {
    font-size: 19px;
    line-height: 27px;
  }

  .newsletter form {
    width: 90%;
  }

  .auth form, .auth h4 {
    margin: 0 auto;
  }
  .auth .right form, .auth .right h4 {
    float: none;
  }
  .auth .left {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .auth .left:after {
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }

  .footer .nav .links {
    margin-bottom: 30px;
  }
  .footer .nav ul li {
    text-align: center;
  }
  .footer .nav .links {
    min-height: 155px;
    width: 50% !important;
    float: left;
  }

  .footer .nav .links ul li {
    text-align: left;
  }
  .lookbook .table .first .left:after {
    display: none;
  }
  .lookbook .table .second .left:after, .lookbook .table .second .left .white {
    display: none;
  }
  .lookbook .table .first {
    padding: 0;
  }
  .lookbook .table .first .left, .lookbook .table .first .right {
    width: 100%;
    display: inline-block;
    float: left;
  }
  .lookbook .table .second .left, .lookbook .table .second .right {
    width: 100%;
    display: inline-block;
    float: left;
  }

  .lookbook .table a {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }

  .detail .table > .right .quantity .group-form {
    width: 100%;
    margin: 0;
  }
  .detail .table > .right .quantity button {
    width: 100%;
    margin: 0;
    margin-top: 7px;
  }
  .detail .table > .right .socia {
    margin-top: 30px;
  }
  .detail .table .cart {
    display: inline-block;
    width: 100%;
  }
  .detail .table .cart .quantity,
  .detail .table > .right .attribute_values, 
  .detail .table > .right .variations.attributes {
    text-align: center;
  }
  .detail .table > .right h2 {
    font-size: 20px;
  }
  .detail .table > .right .quantity .group-form {
    display: inline-block;
    width: auto;
    float: none;
  }
  .detail .table > .left {
    padding-left: 0;
  }
  .detail .table > .right {
    padding-right: 0;
  }

  #cart.step1 .item .name, #cart.step1 .head .name {
    width: 60%;
    padding-right: 8px;
  }
  #cart.step1 .item .name {
    font-size: 14px;
  }
  #cart.step1 .item .name .img {
    margin-right: 10px;
  }
  #cart.step1 .item .quantity {
    width: 20%;
  }
  #cart.step1 .head .quantity, #cart.step1 .item .price, #cart.step1 .head .price {
    width: 20%;
  }
  #cart.step1 .item .name, #cart.step1 .item .quantity, #cart.step1 .item .price {
    float: left;
  }
  #cart.step1 .head .name, #cart.step1 .head .quantity, #cart.step1 .head .price {
    float: left;
  }
  #cart.step1 .item .quantity, #cart.step1 .item .price {
    margin-top: 10px;
  }

  .account .left,
  .account .right {
    width: 100%;
  }

  .logo .left {
    right: 140px;
  }

  #cart .buttons .left .discount {
    width: 100%;
    float: left;
  }
  #cart .buttons .left .discount input {
    width: 100%;
  }

  #cart .buttons .right {
    width: 37%;
    text-align: center;
  }

  #cart .buttons .left {
    width: 35%;
  }
}
@media screen and (max-width: 640px) {
  #cart.step1 .item .price {
    width: 10%;
    font-size: 13px;
  }
  #cart.step1 .item .quantity {
    width: 30%;
    font-size: 13px;
  }
  #cart.step3 .l-left, #cart.step3 .l-right {
    display: inline-block;
    width: 100%;
  }

  .contact form {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #cart .navigation .col-md-6 { width: 50%; float: left; padding: 0;}
  #cart .navigation .right, #cart .navigation .left {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 6px;
  }
  #cart .navigation .right { font-size: 13px; }
  #cart .navigation .cart_totals .right {
    text-align: right;
  }
  #cart .navigation .left {
    text-align: left;
  }
  #cart .buttons .left, #cart .buttons .right {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 6px;
  }
  #cart .buttons .left form {
    width: auto;
    display: inline-block;
    margin-top: 15px;
  }
  #cart .buttons .left .discount {
    width: auto;
    float: none;
    display: inline-block;
  }
  #cart .buttons .left .discount input {
    width: 50%;
    float: left;
  }
  #cart .buttons .left {
    margin-top: 16px;
    border-top: 1px solid #eae8f1;
    padding-top: 25px;
  }
  #cart .woocommerce { margin-bottom: 25px !important; }
  #cart .buttons .left .discount { width: 100%; }

  #cart .buttons .right .btn-next {
    margin-bottom: 6px;
    padding: 0 20px;
    float: left;
  }
  #cart .buttons .right .btn-checkout {
    height: 50px;
    line-height: 50px;
  }
  #cart .buttons .right a.btn-next { float: right; }
}
@media screen and (max-width: 560px) {
  .carousel-indicators {
    bottom: 0;
  }

  .slider .carousel-caption {
    padding-bottom: 15px;
  }
  .slider h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .slider h3 {
    font-size: 16px;
    line-height: 21px;
    margin-top: 13px;
  }
  .slider .container {
    padding: 0;
  }

  .menu > .container { margin: 0 -15px; }

  .menu ul li a {
    padding: 20px 10px;
  }

  .hp-products .container {
    padding: 0;
  }
  .hp-products .container > .row {
    margin: 0;
  }

  .text-content .head {
    margin: 0 -15px;
  }

  .eshop .products .product .image .hover span {
    width: 70%;
  }

  .detail .table > .right, .detail .table > .left {
    width: 100%;
    display: inline-block;
    padding: 0;
  }

  #cart.step1 .item .quantity .group-form .plus, #cart.step1 .item .quantity .group-form .minus {
    display: none;
  }
  #cart.step1 .item .name .img {
    float: left;
    width: 36px;
  }
}
@media screen and (max-width: 480px) {
  .st-christ p {
    width: 100%;
  }

  .eshop .products .product .image .hover span {
    padding: 9px 7px;
    width: 80%;
  }

  #cart.step1 .item .quantity, #cart.step1 .head .quantity, #cart.step1 .item .price, #cart.step1 .head .price {
    width: 20%;
  }
}
@media screen and (max-width: 420px) {
  .hp-products .product h4 {
    font-size: 26px;
  }

  .st-christ p {
    font-size: 17px;
  }
  .st-christ img {
    width: 50px;
  }

  .newsletter h3 {
    font-size: 24px;
  }
  .newsletter form input {
    font-size: 17px;
  }

  .menu ul li {
    font-size: 13px;
  }
  .menu ul li a {
    padding: 20px 8px;
  }

  .carousel-caption {
    left: 0;
    right: 0;
    padding: 0 15px;
  }

  .logo .right form.search-bar .search {
    display: none;
  }

  #Gallery ul {
    padding-bottom: 10px;
  }
  #Gallery ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #Gallery ul li .filter {
    padding: 0 7px;
    font-size: 11px;
  }
  #Gallery .images .mix {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #Gallery .images .mix img {
    width: 100%;
  }
  #Gallery .loadMore {
    margin-top: 50px;
  }

  .logo .container > a img {
    max-width: 90px;
  }

  .logo .left {
    right: 120px;
  }
}
@media screen and (max-width: 380px) {
  .topLine p { font-size: 9px; }
  .topLine .close {
    font-size: 18px;
    margin-top:  7px;
  }
  .hp-products .product {
    width: 100%;
    margin-bottom: 15px;
  }
  .hp-products .product a {
    height: auto;
  }

  .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    min-height: 188px;
  }

  .menu ul li {
    font-size: 11px;
  }
  .menu ul li a {
    padding: 12px 7px;
  }

  .auth form {
    width: 100%;
  }

  .text-content .content, .text-content h3, .text-content .content.terms {
    width: 100%;
  }
  .text-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .eshop .products .product {
    padding: 0;
  }
  .eshop .products .product:nth-child(even), .eshop .products .product:nth-child(odd) {
    padding: 0;
  }
  .eshop.detail .products .product {
    padding: 0;
  }
  .eshop.detail .products .product:nth-child(even), .eshop.detail .products .product:nth-child(odd) {
    padding: 0;
  }
  .eshop .products .product:nth-child(n+3) {
    margin-top: 15px;
  }

  .detail .breadcrumbs {
    display: none;
  }

  #cart .buttons .left form input {
    width: 140px;
    min-width: auto;
  }

  #cart .buttons .left, #cart .buttons .right {
    margin-bottom: 0;
  }
}
