﻿@charset "UTF-8";
:root {
  --shop-color-main: #f02849;
  --shop-color-text: #333333;
  /*--shop-color-text: #252a2b;*/
  --shop-color-title: #000000;
  --shop-color-hover: #e75656;
  --shop-color-button: #000000;
  --shop-color-border: #e7e7e7;
  --footer-color-title: #ffffff;
  --footer-color-text: #999999;
  --footer-color-bg: #1a1a1a; 
}

/* 1.9 - Button */
.button1 {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  padding: 12px 28px;
  line-height: normal;
  color: #fff ;
  background-color: var(--shop-color-hover);
  border: 1px solid var(--shop-color-button);
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  outline: none;
  border-radius: 2px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button1:before {
  content: '';
  display: block;
  color: #fff;
  background-color: var(--shop-color-button);
  background-image:url(../images/cart.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.button1.btnred {
  background-color: #ffffff;
  border-color: #ff0000; }

.button1.btnred:before {
  background: #ff0000; }

.button1:hover, .button1:focus {
border-color: var(--shop-color-button);
color: #ffffff; }
.button1:hover:before, .button1:focus:before {
-webkit-transform-origin: right center;
transform-origin: right center;
-webkit-transform: scale(0, 1);
transform: scale(0, 1); }
.button1.btnred:hover, .button1.btnred:focus {
color: #ff0000;
border-color: #ff0000; }
.button1 A {
    font-size:0px;
}
@media only screen and (max-device-width: 800px) and (orientation : portrait) {
.button1:before {
  content: '';
  display: block;
  color: #fff;
  background-color: var(--shop-color-button);
  background-image:url(../images/cart.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
}
@media only screen and (max-device-height:650px) and (orientation : landscape) {
.button1:before {
  content: '';
  display: block;
  color: #fff;
  background-color: var(--shop-color-button);
  background-image:url(../images/cart.png);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
}

/*===== PRODUCT LOOP ==========================*/
.product-loop {
  background: #fff; }
.product-loop .product-inner {
  background: #fff; }

.product-loop .proloop-image {
  position: relative;
  overflow: hidden; }
  .product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
    position: absolute;
    top: 0px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    }
  .product-loop .proloop-image .pro-soldout {
    left: 5px;
    background: #565656;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px; }
  .product-loop .proloop-image .pro-sale {
    left: 0px;
    background: red;
    letter-spacing: 0.5px; }
  .product-loop .proloop-image .pro-sale + .pro-soldout {
    top: 32px; }
  .product-loop .proloop-image .product--image {
    position: relative;
    overflow: hidden;
    text-align: center; }
    .product-loop .proloop-image .product--image .product--image__inner {
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-direction: column;
      flex-direction: column; }
    .product-loop .proloop-image .product--image .prod-img {
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
    .product-loop .proloop-image .product--image .prod-img.first-image {
      height: 100%;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: left;
      justify-content: left;
      -ms-flex-align: left;
      align-items: left;
      opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      -moz-opacity: 1;
      -webkit-opacity: 1; }
      .product-loop .proloop-image .product--image .prod-img.first-image picture {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .product-loop .proloop-image .product--image .prod-img.second-image {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0; }
      .product-loop .proloop-image .product--image .prod-img.second-image picture {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-object-fit: contain;
        object-fit: contain; }
  .product-loop .proloop-image .proloop-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

.product-loop .proloop-detail {
padding: 15px 12px 15px;
background-color: #ffffff; }
.product-loop .proloop-detail h3 {
font-size: 15px;
margin: 0 0 8px;
font-weight: 500; }
.product-loop .proloop-detail h3 a {
color: var(--shop-color-text); }
.product-loop .proloop-detail .proloop--price {
margin: 0;
font-weight: 600;
font-size: 14px;
color: var(--shop-color-text); }
.product-loop:hover .proloop-detail h3 a {
	color: var(--colorhover);
}
.product-loop:hover .proloop-detail .proloop--price {
	color: var(--colorhover); 
}
.product-loop .proloop-detail .proloop--price .price {
margin-right: 4px; }
.product-loop .proloop-detail .proloop--price .price-del {
/*color: #878c8f;*/
text-decoration: line-through;
font-weight: 300;
font-size: 13px; }

.product-loop .proloop-actions {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding: 0 10px;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease; }

.product-loop .proloop-actions__inner {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
background: var(--shop-color-button);
border: 1px solid var(--shop-color-button);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.product-loop .proloop-actions__inner .actions-primary {
    padding-right: 0px; }
.product-loop .proloop-actions__inner .actions-primary {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 70%; }
.product-loop .proloop-actions__inner .actions-secondary {
    padding-right: 0px; }
.product-loop .proloop-actions__inner .actions-secondary {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 30%; }

.product-loop .proloop-actions__inner .button1 {
    color: #fff ;
    text-decoration:none;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    display: block;
    width: 100%;
    border: 1px solid var(--shop-color-button);
    height: 34px;
    line-height: 32px;
    border-radius: 5px;
    background-image:url(../images/bag.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-loop .proloop-actions__inner .button1 span {
display: inline-block;
vertical-align: middle; }
.product-loop .proloop-actions__inner .button1 .btnico + span {
margin-left: 2px; }
.product-loop .proloop-actions__inner .button1 .btnico svg {
fill: #ffffff;
width: 16px;
height: 30px;
display: block; }
.product-loop .proloop-actions__inner .button1.disabled {
cursor: default;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .8; }
.product-loop .proloop-actions__inner .button1.btn-proloop-checkout {
padding-left: 10px;
padding-right: 10px; }
.product-loop .proloop-actions__inner .button1.btn-proloop-checkout:before {
    background-color: #fff; }
.product-loop .proloop-actions__inner .button1.btn-proloop-checkout:not(:hover) {
    color: var(--shop-color-button); }
.product-loop .proloop-actions__inner .button1.btn-proloop-checkout:not(:hover) .btnico svg {
    fill: var(--shop-color-button); }

.product-loop.product-horizontal .product-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.product-loop.product-horizontal .proloop-image {
  width: 90px; }

.product-loop.product-horizontal .proloop-detail h3 {
  font-size: 14px; }
  .product-loop.product-horizontal .proloop-detail h3 a {
    line-height: 1.45; }

.product-loop.product-horizontal .proloop-detail {
  width: calc(100% - 90px);
  padding: 10px 5px 5px 12px; }

.product-loop.product-horizontal .proloop-image .pro-sale, .product-loop.product-horizontal .proloop-image .pro-soldout {
  left: 4px;
  top: 4px;
  font-size: 11px; }

.product-loop.product-horizontal .proloop-image .pro-soldout {
  display: none; }

.product-loop.product-horizontal .proloop-actions {
  display: none; }

.product-loop.product-small .proloop-detail {
  padding: 10px 8px 10px; }

.product-loop.product-small .proloop-detail h3 {
  font-size: 14px; }

.product-loop.product-small .proloop-actions__inner .button span:not(.btnico) {
  display: none; }

  .product-loop .proloop-detail {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -ms-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    white-space: normal;
  }
  .product-loop:not(.product-horizontal) .product-inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease; 
    background: #ffffff;
  }
  .product-loop:not(.product-horizontal) .product-inner:hover {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    background: var(--backgroundhover);
  }
    .product-loop:not(.product-horizontal) .product-inner:hover .proloop-image .product--image .prod-img.first-image {
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0; }
    .product-loop:not(.product-horizontal) .product-inner:hover .proloop-image .product--image .prod-img.second-image {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    .product-loop:not(.product-horizontal) .product-inner:hover .proloop-detail {
      -moz-transform: translateY(-45px);
      -webkit-transform: translateY(-45px);
      -o-transform: translateY(-45px);
      transform: translateY(-45px);
    }
    .product-loop:not(.product-horizontal) .product-inner:hover .proloop-actions {
      bottom: 12px;
      visibility: visible;
      z-index: 1; 
    }
  .product-loop.product-horizontal .product-inner:hover .proloop-image .product--image .prod-img.first-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; }
  .product-loop.product-horizontal .product-inner:hover .proloop-image .product--image .prod-img.second-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }
  .product-loop .proloop-image .pro-new  {
      position:absolute;
      top:0;
      right:0;
      width:53px;
      height:44px;
      background-image:url(../images/new-icon-png-14.jpg);
        background-size: 53px;
        background-repeat: no-repeat;
        background-position: center;
      z-index: 3;
  }
  .product-loop .proloop-image .pro-new:empty  {
      display: none;
  }
@media only screen and (max-device-width: 800px) and (orientation : portrait) {
    .product-loop .proloop-actions__inner .button1 {
        color: #fff;
        text-decoration: none;
        padding: 0 5px;
        font-weight: 500;
        display: block;
        width: 100%;
        border: 1px solid var(--shop-color-button);
        height: 70px;
        line-height: 65px;
        border-radius: 5px;
        background-image: url(/DesktopModules/Store/Templates/Images/bag.png);
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .product-loop:not(.product-horizontal) .product-inner:hover .proloop-detail {
        -moz-transform: translateY(-90px);
        -webkit-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }

    .product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
        position: absolute;
        top: 10px;
        z-index: 3;
        color: #fff;
        font-weight: bold;
        line-height: 70px;
        width: 100px;
        text-align: center;
        text-decoration: none;
    }

    .product-loop .proloop-image .pro-sale {
        left: 0px;
        top: 0px;
        background: red;
        letter-spacing: 0.5px;
    }
  .product-loop .proloop-image .pro-new  {
      position:absolute;
      top:0;
      right:0;
      width:85px;
      height:70px;
      background-image:url(../images/new-icon-png-14.jpg);
        background-size: 85px;
        background-repeat: no-repeat;
        background-position: center;
      z-index: 3;
  }
}
@media only screen and (max-device-height:650px) and (orientation : landscape) {
    .product-loop .proloop-actions__inner .button1 {
        color: #fff;
        text-decoration: none;
        padding: 0 5px;
        font-weight: 500;
        display: block;
        width: 100%;
        border: 1px solid var(--shop-color-button);
        height: 70px;
        line-height: 65px;
        border-radius: 5px;
        background-image: url(/DesktopModules/Store/Templates/Images/bag.png);
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .product-loop:not(.product-horizontal) .product-inner:hover .proloop-detail {
        -moz-transform: translateY(-90px);
        -webkit-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }

    .product-loop .proloop-image .pro-sale, .product-loop .proloop-image .pro-soldout {
        position: absolute;
        top: 10px;
        z-index: 3;
        color: #fff;
        font-weight: bold;
        line-height: 70px;
        width: 100px;
        text-align: center;
        text-decoration: none;
    }

    .product-loop .proloop-image .pro-sale {
        left: 0px;
        top: 0px;
        background: red;
        letter-spacing: 0.5px;
    }
  .product-loop .proloop-image .pro-new  {
      position:absolute;
      top:0;
      right:0;
      width:85px;
      height:70px;
      background-image:url(../images/new-icon-png-14.jpg);
        background-size: 85px;
        background-repeat: no-repeat;
        background-position: center;
      z-index: 3;
  }
}

