@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  position: relative;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000000;
  -ms-overflow-style: scrollbar;
}
img {
  width: 100%;
  height: auto;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
}
a {
  color: #000000;
}
a:hover,
a:active {
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: rgb(30, 104, 203);
}
.boxed {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
body.modal-open {
  overflow: inherit !important;
  padding: 0 !important;
}
.fancybox-overlay,
.fancybox-lock {
  margin: 0 !important;
  overflow: inherit !important;
}
html.fancybox-lock {
  overflow: auto !important;
}
@keyframes clock {
  0% {
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes clock {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes clock {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes coins {
  0% {
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  15% {
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
  }
  29% {
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  39% {
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
  }
  50% {
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes coins {
  0% {
    -webkit-transform: translateX(0px);
  }
  15% {
    -webkit-transform: translateX(8px);
  }
  29% {
    -webkit-transform: translateX(-8px);
  }
  39% {
    -webkit-transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes coins {
  0% {
    -moz-transform: translateX(0px);
  }
  15% {
    -moz-transform: translateX(8px);
  }
  29% {
    -moz-transform: translateX(-8px);
  }
  39% {
    -moz-transform: translateX(4px);
  }
  50% {
    -moz-transform: translateX(0px);
  }
}
@keyframes transport {
  0% {
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  7% {
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
  }
  35% {
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  50% {
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes transport {
  0% {
    -webkit-transform: translateX(0px);
  }
  7% {
    -webkit-transform: translateX(-8px);
  }
  35% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(0px);
  }
}
@-moz-keyframes transport {
  0% {
    -moz-transform: translateX(0px);
  }
  7% {
    -moz-transform: translateX(-8px);
  }
  35% {
    -moz-transform: translateX(20px);
  }
  50% {
    -moz-transform: translateX(0px);
  }
}
@keyframes earth {
  0% {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  25% {
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  50% {
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  100% {
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes earth {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  25% {
    -webkit-transform: rotateY(180deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@-moz-keyframes earth {
  0% {
    -moz-transform: rotateY(0deg);
  }
  25% {
    -moz-transform: rotateY(180deg);
  }
  50% {
    -moz-transform: rotateY(360deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
  }
}
@keyframes addToCart {
  0% {
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -ms-transform: rotate(270deg) scale(1.3);
    -o-transform: rotate(270deg) scale(1.3);
    transform: rotate(270deg) scale(1.3);
  }
  100% {
    -ms-transform: rotate(270deg) scale(1.3);
    -o-transform: rotate(270deg) scale(1.3);
    transform: rotate(270deg) scale(1.3);
  }
}
@-webkit-keyframes addToCart {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(270deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(270deg) scale(1.3);
  }
}
@-moz-keyframes addToCart {
  0% {
    -moz-transform: rotate(0deg) scale(1);
  }
  50% {
    -moz-transform: rotate(270deg) scale(1.3);
  }
  100% {
    -moz-transform: rotate(270deg) scale(1.3);
  }
}

.boxtitle{
	padding:15px;
	background:#fff;
	margin-top: -20px;
	}
.newstitle{
	background: #293b79;
    color: #fff;
    padding: 10px 10px 20px 10px ;
	font-weight:900;
	}

.boxtitle a{
	font-size:13px;
	font-weight:700;
	}
	
.boxtitle p{
	font-size:12px;
	color:#6f6f6e;
}

.homegallery .col-md-6{
	width:50%;
	padding:0;
	text-align:center;
	padding-left:10px;
}

.homegallery .fisrt{
	padding-right:10px;
	padding-left:0;
}

.homegallery .col-md-6 a{
	font-weight:700;
	color:#fff;
	font-size:16px;
	 
	
}
	
.breadcrumbs {
  position: relative;
  width: 100%;
  min-height: 80px;
  background-color: #282530;
  z-index: 1;
}
.breadcrumbs ul {
  display: inline-block;
  font: left;
  padding: 0;
  margin-top: 22px;
  list-style: none;
}
.breadcrumbs ul li {
  display: inline-block;
  margin-top: -6px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  cursor: pointer;
}
.breadcrumbs ul li a {
  color: #a8a5b0;
}
.breadcrumbs ul li:hover a {
  color: #ffffff;
}
.breadcrumbs ul li:not(:first-child) {
  margin-left: 6px;
}
.breadcrumbs ul li:not(:first-child)::before {
  display: inline-block;
  content: '/';
  margin-right: 8px;
  margin-top: 14px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  text-transform: uppercase;
  cursor: default;
  color: #a8a5b0;
}
.breadcrumbs .navigation-btn {
  float: right;
}
.breadcrumbs .navigation-btn > a {
  position: relative;
  display: block;
  float: left;
  min-height: 80px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}
.breadcrumbs .navigation-btn > a.prev span::before {
  position: relative;
  display: inline-block;
  margin-right: 14px;
  top: 2px;
  content: '\e602';
  font-size: 20px;
  font-family: 'Buyshop';
}
.breadcrumbs .navigation-btn > a.next {
  position: relative;
}
.breadcrumbs .navigation-btn > a.next span::after {
  position: relative;
  display: inline-block;
  margin-left: 14px;
  top: 2px;
  content: '\e603';
  font-size: 20px;
  font-family: 'Buyshop';
}
.breadcrumbs .navigation-btn > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.breadcrumbs .navigation-btn > a > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 80px;
  padding: 25px 20px 0 16px;
  background-color: rgba(40, 37, 48, 0.7);
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumbs .navigation-btn > a:hover span {
  background-color: rgba(40, 37, 48, 0);
  color: transparent;
}
.breadcrumbs .navigation-btn.purple-hover > a:hover > span {
  background-color: rgba(40, 37, 48, 0.7);
  color: rgb(30, 104, 203);
}
@media only screen and (max-width: 1024px) {
  .breadcrumbs {
    background-color: #ffffff;
    min-height: 66px;
  }
  .breadcrumbs > img {
    display: none;
  }
  .breadcrumbs ul {
    margin-top: 15px;
  }
  .breadcrumbs ul li:hover a {
    color: #000000 !important;
  }
  .breadcrumbs .navigation-btn {
    display: none;
  }
}

.index-content a:hover{
    color:black;
    text-decoration:none;
}
.index-content{
    margin-bottom:20px;
    padding:50px 0px;
    
}
.index-content .row{
    margin-top:20px;
}
.index-content a{
    color: black;
}
.index-content .card{
    background-color: #FFFFFF;
    padding:0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius:4px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);

}
.index-content .card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}
.index-content .card img{
    width:100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.index-content .card h4{
    margin:20px;
}
.index-content .card p{
    margin:20px;
    opacity: 0.65;
}
.index-content .blue-button{
    width: 150px;
    -webkit-transition: background-color 1s , color 1s;
    transition: background-color 1s , color 1s;
    min-height: 20px;
    background-color: #002E5B;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    font-weight: lighter;
    margin: 0px 20px 15px 20px;
    padding: 10px 5px;
    display: inline-block;
}
.index-content .blue-button:hover{
    background-color: #dadada;
    color: #002E5B;
}
@media (max-width: 768px) {

    .index-content .col-lg-4 {
        margin-top: 20px;
    }
}

.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	    height: 350px;
    overflow: hidden;
    padding: 5px;
    border: 2px solid #eee;
    background: #eee;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e969";
	font-family: 'Buyshop' !important;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 50px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(11, 17, 38, 0.85);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}






input.tt-input {
  display: block;
  width: 100%;
  height: 64px;
  padding-left: 20px;
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  border: solid 0.6px #dadada;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input.tt-input:hover {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  -moz-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  -ms-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  -o-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
}
input.tt-input:focus {
  border: solid 1px rgb(30, 104, 203);
  outline: none;
  -webkit-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  -moz-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  -ms-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  -o-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
}
input.tt-input::-webkit-input-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
input.tt-input::-moz-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
input.tt-input:-moz-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
input.tt-input:-ms-input-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.tt-btn-type1 {
  display: inline-block;
  padding: 12px 14px;
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tt-btn-type1:hover {
  background-color: #000000;
  color: #ffffff;
}
.tt-btn-type1:hover,
.tt-btn-type1:link,
.tt-btn-type1:visited,
.tt-btn-type1:active {
  color: #000000;
}
.tt-btn-type1:hover:hover,
.tt-btn-type1:link:hover,
.tt-btn-type1:visited:hover,
.tt-btn-type1:active:hover {
  color: #ffffff;
}
label.tt-checkbox input[type="checkbox"] {
  display: none;
}
label.tt-checkbox input[type="checkbox"]:checked ~ .box::after {
  display: block;
}
label.tt-checkbox .box {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: solid 1px #e2e2e2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
label.tt-checkbox .box:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -moz-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -ms-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -o-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  border-color: rgba(157, 59, 198, 0.2);
}
label.tt-checkbox .box:focus {
  outline: none;
  -webkit-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  -moz-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  -ms-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  -o-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  border-color: rgba(157, 59, 198, 0.4);
}
label.tt-checkbox .box::after {
  position: absolute;
  display: none;
  content: '\e921';
  font-family: 'Buyshop';
  font-size: 16px;
  margin-left: 2.5px;
  margin-top: 0px;
}
label.tt-checkbox p:hover {
  color: rgb(30, 104, 203);
}
.tt-border-top {
  border-top: solid 1px #ededed;
}
.tt-border-bottom {
  border-bottom: solid 1px #ededed;
}
.tt-box-shadow-bottom {
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.tt-border-left {
  border-left: solid 1px #ededed;
}
.tt-border-right {
  border-right: solid 1px #ededed;
}
ul.tt-list-center {
  padding: 0;
  padding-left: 10px;
  text-align: center;
  list-style: none;
}
ul.tt-list-center li {
  margin-bottom: 12px;
}
ul.tt-list-center li span {
  position: relative;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
}
ul.tt-list-center li span::before {
  display: block;
  width: 4px;
  height: 4px;
  content: '.';
  line-height: 30px;
  position: absolute;
  top: -6px;
  left: -10px;
}
.settings .count {
  display: block;
  float: left;
  width: 140px;
  height: 62px;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  background-color: #ffffff;
  padding: 0;
}
.settings .count .btn-more,
.settings .count .btn-less,
.settings .count .output {
  display: block;
  float: left;
  text-align: center;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  height: 100%;
}
.settings .count .btn-more {
  border-right: solid 1px #ededed;
}
.settings .count .btn-less {
  border-left: solid 1px #ededed;
}
.settings .count .btn-more,
.settings .count .btn-less {
  width: 28%;
  cursor: pointer;
  padding-top: 19px;
}
.settings .count .btn-more:hover,
.settings .count .btn-less:hover {
  background-color: #ededed;
}
.settings .count .tt-btn.disabled {
  background-color: #ededed;
}
.settings .count .output {
  width: 44%;
  border: none;
  box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.settings .count .output:focus {
  outline-color: rgb(30, 104, 203);
}
.settings .count.only-output {
  width: 60px;
}
.settings .count.only-output .output {
  width: 100%;
}
.tt-price {
  float: left;
  width: 80%;
}
.tt-price .full-price {
  font-size: 22px;
}
.tt-price .discount-price .text {
  display: block;
  float: none;
  margin-bottom: 6px;
  font-size: 14px;
  color: #bababa;
}
.tt-price .discount-price > div {
  display: block;
  float: left;
}
.tt-price .discount-price .first-price {
  display: inline-block;
  font-size: 22px;
  color: #ff0048;
}
.tt-price .discount-price .last-price {
  display: inline-block;
  margin: 11px 0 0 12px;
  font-size: 16px;
  text-decoration: line-through;
}
.social {
  clear: both;
  overflow: hidden;
}
.social > a {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  font-size: 20px;
 /* background-color: #000000;*/
  text-align: center;
  border-radius: 20%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sofa{background-color:#878787}
.sotw{background-color:#878787}
.sogo{background-color:#878787}

.social > a:not(:first-child) {
  margin-left: 10px;
}
.social > a > .icon {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social > a:hover {
 /* background-color: rgb(30, 104, 203) !important;*/
}
.social > a:hover > .icon {
  color: #ffffff !important;
}
.tt-head-number {
  display: block;
}
.tt-head-number > span:first-child {
  display: inline-block;
  width: 70px;
  height: 70px;
  padding-top: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 28px;
  border: solid 2px #000000;
  color: #000000;
  text-align: center;
}
.tt-head-number > span:not(:first-child) {
  display: inline;
  margin-left: 20px;
  font-size: 22px;
  color: #000000;
  text-transform: uppercase;
  vertical-align: 5px;
}
.tt-head-number.invert > span:first-child {
  background-color: rgb(30, 104, 203);
  color: #ffffff;
  border-color: rgb(30, 104, 203);
}
.tt-head-number.invert > span:not(:first-child) {
  color: rgb(30, 104, 203);
}
.move-photo {
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
}
.move-photo.overflow-visible {
  overflow: inherit;
}
.move-photo.scale > img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.move-photo.scale > img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.move-photo.move-right > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.move-photo.move-right > img:hover {
  -webkit-transform: scale(1.1) translateX(4%);
  -moz-transform: scale(1.1) translateX(4%);
  -ms-transform: scale(1.1) translateX(4%);
  -o-transform: scale(1.1) translateX(4%);
  transform: scale(1.1) translateX(4%);
}
.move-photo.move-left > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.move-photo.move-left > img:hover {
  -webkit-transform: scale(1.1) translateX(-4%);
  -moz-transform: scale(1.1) translateX(-4%);
  -ms-transform: scale(1.1) translateX(-4%);
  -o-transform: scale(1.1) translateX(-4%);
  transform: scale(1.1) translateX(-4%);
}
.move-photo.move-top > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.move-photo.move-top > img:hover {
  -webkit-transform: scale(1.2) translateY(-8%);
  -moz-transform: scale(1.2) translateY(-8%);
  -ms-transform: scale(1.2) translateY(-8%);
  -o-transform: scale(1.2) translateY(-8%);
  transform: scale(1.2) translateY(-8%);
}
.move-photo.move-bottom > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.move-photo.move-bottom > img:hover {
  -webkit-transform: scale(1.2) translateY(8%);
  -moz-transform: scale(1.2) translateY(8%);
  -ms-transform: scale(1.2) translateY(8%);
  -o-transform: scale(1.2) translateY(8%);
  transform: scale(1.2) translateY(8%);
}
.make-post {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.make-post > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 74%;
}
.make-post > .curtain {
  position: relative;
  float: right;
  width: 56%;
  height: auto;
  min-height: 506px;
  padding-left: 8%;
  padding-right: 4%;
  padding-top: 6.4%;
  padding-bottom: 52px;
  margin-top: 48px;
  margin-bottom: 58px;
  background-color: #ffffff;
  text-align: left;
  overflow: hidden;
}
.make-post > .curtain .text-1 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: italic;
}
.make-post > .curtain .text-2 {
  display: block;
  font-size: 34px;
  line-height: 1.2;
  margin-top: 18px;
  text-transform: uppercase;
}
.make-post > .curtain .info-block {
  overflow: hidden;
  margin-top: 28px;
}
.make-post > .curtain .info-block .icon {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #000000;
}
.make-post > .curtain .info-block .icon:nth-child(3) {
  margin-left: 26px;
}
.make-post > .curtain .info-block .text {
  display: inline-block;
  position: relative;
  margin-top: -3px;
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: lighter;
}
.make-post > .curtain p {
  margin-top: 22px;
  line-height: 1.6;
  overflow: hidden;
}
.make-post > .curtain .tt-btn-type1 {
  margin-top: 22px;
}
.make-post > .curtain .author {
  margin-top: 20px;
  margin-bottom: 54px;
}
.make-post > .curtain .author .image-block {
  display: inline-block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.make-post > .curtain .author a:not(:first-child) {
  display: inline-block;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
.make-post > .curtain .social {
  margin-top: 30px;
}
.make-post.invert > img {
  left: auto;
  right: 0;
}
.make-post.invert > .curtain {
  padding-left: 4%;
  padding-right: 8%;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .make-post > img {
    position: static;
    width: 100%;
  }
  .make-post > .curtain {
    position: static;
    width: 100%;
    min-height: auto;
    margin: 0 !important;
    padding: 40px 0 0 !important;
    text-align: left !important;
  }
}
select.form-control {
  display: inline-block;
  height: 60px;
  padding-left: 18px;
  padding-right: 22px;
  border-radius: 0;
  border: solid 0.6px #dadada;
  font-family: 'Open Sans', sans-serif;
  color: #757575;
  font-size: 16px;
  background-image: url('../images/select_arrow.png');
  background-repeat: no-repeat;
  background-position: 96% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control > option {
  height: 100px;
  padding: 100px;
}
select.form-control:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -moz-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -ms-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -o-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
}
select.form-control:focus {
  outline: none;
  border: solid 0.6px rgb(30, 104, 203);
  -webkit-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  -moz-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  -ms-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  -o-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.4);
  border-color: rgba(157, 59, 198, 0.4);
}
input[type="radio"].tt-radio {
  display: none;
}
input[type="radio"].tt-radio + .radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 50%;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.06);
}
input[type="radio"].tt-radio + .radio:hover {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
input[type="radio"].tt-radio:checked + .radio::after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 50%;
  background-color: #000000;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
}
textarea.tt-textarea {
  display: block;
  border: solid 0.6px #dadada;
  width: 100%;
  height: 64px;
  padding-top: 24px;
  padding-left: 20px;
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
textarea.tt-textarea:hover {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  -moz-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  -ms-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  -o-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
  box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.3);
}
textarea.tt-textarea:focus {
  border: solid 0.6px rgb(30, 104, 203);
  outline: none;
  -webkit-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  -moz-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  -ms-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  -o-box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
  box-shadow: inset 0 0 10px 2px rgba(157, 59, 198, 0.6);
}
textarea.tt-textarea::-webkit-input-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
textarea.tt-textarea::-moz-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
textarea.tt-textarea:-moz-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
textarea.tt-textarea:-ms-input-placeholder {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
ul.tt-list2 {
  padding: 0;
  list-style: none;
}
ul.tt-list2 li {
  padding: 8px 0 8px;
}
ul.tt-list2 li:not(:first-child) {
  border-top: solid 1px #f1f1f1;
}
ul.tt-list2 li a {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.tt-counter {
  margin-left: 6px;
}
.tt-counter::before {
  content: '(';
}
.tt-counter::after {
  content: ')';
}
.tt-tags {
  overflow: hidden;
}
.tt-tags a {
  display: block;
  float: left;
  padding: 4px 8px;
  margin-right: 2px;
  margin-bottom: 2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tt-tags a.active,
.tt-tags a:hover {
  background-color: #e5e5e5;
}
input.range {
  display: none;
}
.irs {
  margin: 24px 0;
}
.irs .irs-line,
.irs .irs-line span {
  height: 4px;
  background: none;
  background-color: #e0e0e0;
}
.irs .irs-bar {
  height: 4px;
  background: none;
  background-color: rgb(30, 104, 203);
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-single,
.irs .irs-min,
.irs .irs-max {
  font-size: 12px;
  padding: 4px 12px;
  min-width: 60px;
  font-family: 'Open Sans', sans-serif;
  bottom: 36px;
  top: inherit;
  border-radius: 20px;
  text-align: center;
}
.irs .irs-from,
.irs .irs-to,
.irs .irs-single {
  background-color: rgb(30, 104, 203);
}
.irs .irs-from::after,
.irs .irs-to::after,
.irs .irs-single::after {
  border-width: 7px;
  border-top-color: rgb(30, 104, 203);
  top: 23px;
  margin-left: -7px;
}
.irs .irs-slider {
  width: 22px;
  height: 22px;
  top: 16px;
  background: none;
  background-color: #ffffff;
  border: solid 4px rgb(30, 104, 203);
  border-radius: 50%;
  cursor: pointer;
}
.modal {
  padding: 0 20px !important;
}
.modal .modal-dialog {
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  width: 100%;
  max-width: 892px;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  border-radius: 0;
  border: none;
}
.modal .modal-dialog .modal-content button[aria-hidden="true"] {
  position: absolute;
  top: -32px;
  right: -32px;
  opacity: .8;
}
.modal .modal-dialog .modal-content button[aria-hidden="true"]:hover {
  opacity: 1;
}
.modal .modal-dialog .modal-content button[aria-hidden="true"]::after {
  display: block;
  content: '\e620';
  font-size: 22px;
  color: #ffffff;
  font-family: 'Buyshop';
  opacity: .8;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .modal .modal-dialog .modal-content button[aria-hidden="true"] {
    right: 8px;
    top: -34px;
  }
}
@media only screen and (min-width: 557px) {
  .tt-menu-type1 {
    max-width: 746px;
    margin: 0 auto;
  }
  .tt-menu-type1 .selected-item {
    display: none;
  }
  .tt-menu-type1 ul {
    padding: 0;
    padding-top: 2px;
    margin-left: 3px;
    list-style: none;
    text-align: justify;
    font-size: 1px;
    text-justify: newspaper;
    zoom: 1;
  }
  .tt-menu-type1 ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
  }
  .tt-menu-type1 ul li {
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
    vertical-align: middle;
  }
  .tt-menu-type1 ul li > a,
  .tt-menu-type1 ul li > span {
    font-size: 18px;
    color: #000000;
  }
  .tt-menu-type1 ul li > a {
    position: relative;
    display: inline-block;
  }
  .tt-menu-type1 ul li > a .label-number {
    display: inline-block;
    position: relative;
    top: -9px;
    left: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
  }
  .tt-menu-type1 ul li > span {
    font-weight: lighter;
  }
  .tt-menu-type1 ul li a.is-checked,
  .tt-menu-type1 ul li a:hover {
    color: rgb(30, 104, 203);
  }
}
@media only screen and (max-width: 556px) {
  .tt-menu-type1 {
    position: relative;
    float: left;
    width: 180px;
    margin-bottom: 20px;
    z-index: 10;
  }
  .tt-menu-type1 .selected-item li::after {
    content: '';
    position: absolute;
    display: block;
    top: 17px;
    right: 10px;
    border: solid 4px transparent;
    border-top-color: #000000;
    cursor: pointer;
  }
  .tt-menu-type1 .selected-item a,
  .tt-menu-type1 .selected-item a .label-number {
    color: #000000;
  }
  .tt-menu-type1 ul:last-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
  }
  .tt-menu-type1.active .selected-item li::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 12px;
  }
  .tt-menu-type1.active ul:last-child {
    display: block;
  }
  .tt-menu-type1 ul {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 2px;
    list-style: none;
    background-color: #ffffff;
  }
  .tt-menu-type1 ul li {
    display: block;
    height: 32px;
    padding: 4px 0 0 10px;
    background-color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
    cursor: pointer;
  }
  .tt-menu-type1 ul li:hover {
    background-color: #f3f3f3;
  }
  .tt-menu-type1 ul li > a,
  .tt-menu-type1 ul li > span {
    font-size: 18px;
    color: #000000;
  }
  .tt-menu-type1 ul li > a {
    position: relative;
    display: inline-block;
  }
  .tt-menu-type1 ul li > a .label-number {
    display: inline-block;
    position: relative;
    top: -9px;
    left: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
  }
  .tt-menu-type1 ul li > span {
    font-weight: lighter;
  }
  .tt-menu-type1 ul li a.is-checked {
    color: rgb(30, 104, 203);
  }
  .tt-menu-type1 ul li:nth-child(2),
  .tt-menu-type1 ul li:nth-child(4),
  .tt-menu-type1 ul li:nth-child(6),
  .tt-menu-type1 ul li:nth-child(8) {
    display: none;
  }
}
.topbar {
  position: absolute;
  width: 100%;
  min-height: 90px;
  background: #ffffff;
  z-index: 200;
  left: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
.topbar.fixed {
	position:fixed;
}
.topbar .boxed > .row > div {
  position: static;
}
.topbar .topbar-logo {
  padding-top: 22px;
  margin-left: 40px;
}
.topbar .topbar-logo img {
  width: auto;
  height: 69px;
}
.topbar .topbar-menu {
  width: 100%;
  padding-right: 24px;
}
.topbar .topbar-menu .navigation-block {
  width: 100%;
}
.topbar .topbar-menu .navigation-block > ul {
  padding: 10px 0px 0px 0px;
  margin: 0;
  margin-left: -4px;
  list-style: none;
  font-size: 1px;
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
}
.topbar .topbar-menu .navigation-block > ul:after {

  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.topbar .topbar-menu .navigation-block > ul > li {
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  line-height: normal;
  vertical-align: middle;
}
.topbar .topbar-menu .navigation-block > ul > li > a {
  position: relative;
  padding: 0 20px;
  font-size:  14.5px;
  font-weight:  700;
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topbar .topbar-menu .navigation-block > ul > li > a:hover {
  color: rgb(30, 104, 203);
}
a.active {
  color: rgb(30, 104, 203) !important;font-weight: 600;
}
.topbar .topbar-menu .navigation-block > ul > li > a.label-ellipsis::after {
  content: '..';
  margin-left: 2px;
  font-size: 20px;
  color: #aaaaaa;
}
.topbar .topbar-menu .navigation-block > ul > li > a.label-hot::after {
  content: 'hot';
  position: absolute;
  display: block;
  width: 28px;
  height: 18px;
  top: -22px;
  right: -8px;
  padding-top: 1px;
  text-align: center;
  background-color: #ff0048;
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}
.topbar .topbar-menu .navigation-block > ul > li > a.label-hot::before {
  content: '';
  position: absolute;
  display: block;
  top: -8px;
  right: 4px;
  border: solid 4px transparent;
  border-right: solid 4px #ff0048;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.topbar .topbar-menu .navigation-block .megamenu {
  display: none;
  position: absolute;
  width: 100%;
  padding: 46px 0 32px 52px;
  top: 90px;
  left: 0px;
  background-color: #ffffff;
  border-bottom: solid 4px rgb(30, 104, 203);
  text-transform: none;
  z-index: 10;
  -webkit-box-shadow: 6px -4px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 6px -4px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 6px -4px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 6px -4px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 6px -4px 20px 0px rgba(0, 0, 0, 0.1);
}
.topbar .topbar-menu .navigation-block .megamenu .transition-block {
  position: absolute;
  width: 100px;
  height: 30px;
  top: -30px;
  left: 200px;
}
.topbar .topbar-menu .navigation-block .megamenu .transition-block:after {
  display: block;
  content: '';
  position: absolute;
  border: 18px solid transparent;
  border-right-color: #ffffff;
  top: -6px;
  left: 50%;
  margin-left: -18px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-image > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.topbar .topbar-menu .navigation-block .megamenu .row .row:not(:first-child) {
  margin-top: 20px;
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block {
  margin-bottom: 40px;
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu {
  min-width: 158px;
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu > a {
  text-transform: uppercase;
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu > a::after {
  display: block;
  content: '';
  width: 34px;
  margin: 0;
  margin-top: 18px;
  border-bottom: solid 2px rgb(30, 104, 203);
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu a {
  font-size: 16px;
  color: #000000;
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu a:hover {
  color: rgb(30, 104, 203);
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu ul {
  list-style: none;
  padding: 0;
  margin-top: 18px;
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu ul li {
  padding: 0;
  margin: 0;
}
.topbar .topbar-menu .navigation-block .megamenu .menu-block .sector-megamenu ul li a {
  font-family: 'Open Sans', sans-serif;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer {
  margin-top: 16px;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-1 {
  padding-bottom: 42px;
  border-bottom: solid 1px #dbdbdb;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-1 .col-logo {
  max-width: 206px;
  min-width: 184px;
  padding-top: 12px;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-1 .col-logo img {
  font-size: 46px;
  color: #cfcfcf;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-1 .col-text-2 {
  padding-top: 8px;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-1 .col-text-2 .text-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-1,
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-2 {
  margin-top: 4px;
  color: #000000;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-1 .icon,
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-2 .icon {
  font-size: 32px;
  margin-right: 16px;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-1 .text,
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-2 .text {
  font-size: 20px;
  text-transform: uppercase;
}
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-1:hover .icon,
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-2:hover .icon,
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-1:hover .text,
.topbar .topbar-menu .navigation-block .megamenu .megamenu-footer .footer-line-2 .col-text-2:hover .text {
  color: rgb(30, 104, 203);
}
.topbar .topbar-menu .navigation-block .simplemenu,
.topbar .topbar-menu .navigation-block .simplemenu-inside {
  display: none;
  position: absolute;
  width: 376px;
  padding: 20px 0 12px;
  top: 0;
  left: 0px;
  margin-left: -188px;
  background-color: #ffffff;
  border-bottom: solid 4px rgb(30, 104, 203);
}
.topbar .topbar-menu .navigation-block .simplemenu::after,
.topbar .topbar-menu .navigation-block .simplemenu-inside::after {
  display: block;
  content: '';
  position: absolute;
  border: 12px solid transparent;
  border-right-color: #ffffff;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  z-index: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.topbar .topbar-menu .navigation-block .simplemenu ul,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul {
  padding: 0;
  list-style: none;
}
.topbar .topbar-menu .navigation-block .simplemenu ul li:not(:last-child) a::before,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul li:not(:last-child) a::before {
  position: absolute;
  content: '';
  width: 314px;
  bottom: 0px;
  border-bottom: solid 1px #dbdbdb;
}
.topbar .topbar-menu .navigation-block .simplemenu ul li:not(:first-child) a::after,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul li:not(:first-child) a::after {
  display: none;
  position: absolute;
  content: '';
  width: 314px;
  top: -1px;
  left: 50%;
  margin-left: -157px;
  border-bottom: solid 1px #ffffff;
}
.topbar .topbar-menu .navigation-block .simplemenu ul li,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul li {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 0 0 31px;
  background-color: #ffffff;
}
.topbar .topbar-menu .navigation-block .simplemenu ul li a,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul li a {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.topbar .topbar-menu .navigation-block .simplemenu ul li.icon::after,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul li.icon::after {
  position: absolute;
  content: '\e915';
  font-family: 'Buyshop';
  top: 19px;
  right: 34px;
  font-size: 12px;
  cursor: pointer;
}
.topbar .topbar-menu .navigation-block .simplemenu ul li .simplemenu-inside,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul li .simplemenu-inside {
  display: none;
  margin-left: 100%;
  left: auto;
  top: -20px;
  right: -100%;
}
.topbar .topbar-menu .navigation-block .simplemenu ul li .simplemenu-inside ul li:last-child a::before,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul li .simplemenu-inside ul li:last-child a::before {
  border: none !important;
}
.topbar .topbar-menu .navigation-block .simplemenu ul > li:hover,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul > li:hover,
.topbar .topbar-menu .navigation-block .simplemenu ul .simplemenu-inside ul li:hover,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul .simplemenu-inside ul li:hover {
  background-color: #f3f3f3;
}
.topbar .topbar-menu .navigation-block .simplemenu ul > li:hover > a::before,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul > li:hover > a::before,
.topbar .topbar-menu .navigation-block .simplemenu ul .simplemenu-inside ul li:hover > a::before,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul .simplemenu-inside ul li:hover > a::before {
  display: none;
}
.topbar .topbar-menu .navigation-block .simplemenu ul > li:hover > a::after,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul > li:hover > a::after,
.topbar .topbar-menu .navigation-block .simplemenu ul .simplemenu-inside ul li:hover > a::after,
.topbar .topbar-menu .navigation-block .simplemenu-inside ul .simplemenu-inside ul li:hover > a::after {
  display: block;
}
.topbar .topbar-menu .navigation-block .simplemenu::before {
  display: block;
  content: '';
  position: absolute;
  height: 20px;
  width: 100%;
  top: -20px;
}
.topbar .topbar-menu .navigation-block .simplemenu {
  -webkit-box-shadow: 0px -10px 18px -6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -10px 18px -6px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px -10px 18px -6px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px -10px 18px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -10px 18px -6px rgba(0, 0, 0, 0.1);
}
.topbar .topbar-menu .navigation-block .simplemenu-inside {
  z-index: 1;
  -webkit-box-shadow: 0px -2px 18px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -2px 18px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px -2px 18px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px -2px 18px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 18px 4px rgba(0, 0, 0, 0.1);
}
.topbar .topbar-menu .navigation-block .simplemenu-inside::after {
  top: 32px;
  left: -12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.topbar .topbar-menu .navigation-block .simplemenu-inside.right-arrow::after {
  left: auto;
  right: -24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.topbar .topbar-sidebar {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
.topbar .topbar-sidebar .sidebar-square {
  position: relative;
  display: inline-block;
  float: right;
  width: 90px;
  height: 100%;
  border-left: solid 1px #e1e1e1;
  text-align: center;
  color: #000000;
  cursor: pointer;
}
.topbar .topbar-sidebar .sidebar-square:hover > .square-icon {
  color: rgb(30, 104, 203);
}
.topbar .topbar-sidebar .sidebar-square .square-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  font-size: 24px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topbar .topbar-sidebar .square-1 {
  position: relative;
  -webkit-transition: 0.14s;
  -moz-transition: 0.14s;
  -ms-transition: 0.14s;
  -o-transition: 0.14s;
  transition: 0.14s;
}
.topbar .topbar-sidebar .square-1 .search-block {
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0px;
  right: 89px;
  background: #ffffff;
  cursor: default;
  overflow: hidden;
  -webkit-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  -o-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
}
.topbar .topbar-sidebar .square-1 .search-block .search-wrapp {
  position: relative;
  height: 42px;
  width: 510px;
  padding-left: 34px;
}
.topbar .topbar-sidebar .square-1 .search-block .search-wrapp .icon,
.topbar .topbar-sidebar .square-1 .search-block .search-wrapp input {
  display: block;
  float: left;
  font-size: 24px;
  color: #000000;
}
.topbar .topbar-sidebar .square-1 .search-block .search-wrapp .icon {
  padding-top: 7px;
  margin-right: 22px;
  cursor: pointer;
}
.topbar .topbar-sidebar .square-1 .search-block .search-wrapp input {
  width: 400px;
  border: none;
  font-family: 'Open Sans', sans-serif;
}
.topbar .topbar-sidebar .square-1 .search-block .search-wrapp input:focus {
  outline: none;
}
.topbar .topbar-sidebar .square-1.active {
  background-color: #eeeeee;
}
.topbar .topbar-sidebar .square-2 {
  position: relative;
}
.topbar .topbar-sidebar .square-2.active .sidebar-more-opt-bl {
  overflow: visible;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl {
  position: absolute;
  width: 0px;
  height: 100%;
  padding: 0;
  bottom: -4px;
  right: 0px;
  max-right: 90px;
  border-bottom: solid 4px rgb(30, 104, 203);
  background: white;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  -o-box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
  box-shadow: -6px 2px 18px -2px rgba(0, 0, 0, 0.06);
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .content-wrapp {
  height: 86px;
  width: 818px;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 {
  position: relative;
  display: block;
  float: left;
  height: 100%;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 > div,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 > div,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 > div,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 > div .icon,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 > div .icon,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 > div .icon {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 > div:hover .icon,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 > div:hover .icon,
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 > div:hover .icon {
  color: rgb(30, 104, 203);
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 {
  width: 254px;
  height: 90px;
  padding: 0 35px;
  padding-top: 24px;
  margin-right: 6px;
  top: 50%;
  margin-top: -45px;
  overflow: hidden;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 .lang-btn {
  display: block;
  float: left;
  height: 40px;
  padding: 5px 12px;
  border: solid 3px transparent;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 .lang-btn img {
  width: 30px;
  height: 18px;
  cursor: pointer;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 .lang-btn.active {
  border: solid 3px #efefef;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-1 .lang-btn:hover {
  border: solid 3px #efefef;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 {
  width: 198px;
  height: 90px;
  padding: 0 13px;
  padding-top: 24px;
  top: 50%;
  margin-top: -45px;
  overflow: hidden;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 .valute-btn {
  display: block;
  float: left;
  height: 40px;
  padding: 2px 16px;
  border: solid 3px transparent;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 .valute-btn:not(:first-child) {
  margin-left: 10px;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 .valute-btn span {
  width: 32px;
  height: 18px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #212121;
  cursor: pointer;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 .valute-btn.active {
  border: solid 3px #efefef;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-2 .valute-btn:hover {
  border: solid 3px #efefef;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 {
  position: relative;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 .sidebar-opt-square {
  position: relative;
  display: block;
  float: left;
  width: 90px;
  height: 100%;
  border-left: solid 1px #e1e1e1;
  text-align: center;
  cursor: pointer;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 .sidebar-opt-square .square-opt-icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -12px;
  font-size: 24px;
  color: #212121;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 .sidebar-opt-square .square-opt-icon .opt-quantity {
  position: absolute;
  width: 18px;
  height: 18px;
  padding-top: 1px;
  top: -16px;
  right: -16px;
  line-height: 16px;
  background-color: rgb(30, 104, 203);
  border-radius: 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #ffffff;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 .site-navigation {
  display: none;
  position: absolute;
  width: 90px;
  padding: 12px 0;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border-bottom: solid 2px rgb(30, 104, 203);
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 .site-navigation ul {
  margin: 0;
  padding: 0;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 .site-navigation ul li:not(:first-child) {
  margin-top: 4px;
}
.topbar .topbar-sidebar .square-2 .sidebar-more-opt-bl .option-block-3 .site-navigation ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.topbar .topbar-sidebar .square-3 .square-icon .bag-quantity {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -14px;
  right: -14px;
  line-height: 18px;
  background-color: rgb(30, 104, 203);
  border-radius: 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #ffffff;
}
.basket {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 510px;
  height: auto;
  padding: 30px 0 32px 0;
  top: 0px;
  right: 0px;
  background-color: #ffffff;
  border-bottom: solid 4px rgb(30, 104, 203);
  z-index: 200;
}
.basket .close-basket {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1;
}
.basket .close-basket span {
  font-size: 24px;
}
.basket .close-basket span:hover {
  color: rgb(30, 104, 203);
}
.basket .row {
  margin-bottom: 12px;
}
.basket .row .bask-prod-images {
  width: 52px;
  height: 68px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 4px #f3f3f3;
  -moz-box-shadow: 0px 0px 10px 4px #f3f3f3;
  -ms-box-shadow: 0px 0px 10px 4px #f3f3f3;
  -o-box-shadow: 0px 0px 10px 4px #f3f3f3;
  box-shadow: 0px 0px 10px 4px #f3f3f3;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.basket .row .bask-prod-images:hover {
  -webkit-box-shadow: 0px 0px 18px 3px #e2e2e2;
  -moz-box-shadow: 0px 0px 18px 3px #e2e2e2;
  -ms-box-shadow: 0px 0px 18px 3px #e2e2e2;
  -o-box-shadow: 0px 0px 18px 3px #e2e2e2;
  box-shadow: 0px 0px 18px 3px #e2e2e2;
}
.basket .row .bask-prod-images img {
  width: 100%;
}
.basket .row .bask-prod-name {
  padding-top: 24px;
}
.basket .row .bask-prod-name p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.basket .row .bask-prod-quantity {
  padding-top: 22px;
}
.basket .row .bask-prod-quantity p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.basket .row .bask-prod-price {
  padding-top: 22px;
}
.basket .row .bask-prod-price p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.basket hr {
  border-color: #dbdbdb;
  margin: 0;
  margin-top: 20px;
}
.basket .basket-footer {
  padding-top: 34px;
}
.basket .basket-footer .line > div {
  padding: 0;
  max-width: 200px;
}
.basket .basket-footer .line > div .descr {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.basket .basket-footer .line .value {
  font-size: 16px;
}
.basket .basket-footer .buttons-row > div {
  padding: 0;
  max-width: 160px;
}
.basket .basket-footer .buttons-row > div .basket-btn {
  width: 100%;
  max-width: 132px;
  height: 46px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.basket .basket-footer .buttons-row > div .basket-btn span {
  line-height: 44px;
  font-size: 14px;
  text-transform: uppercase;
}
.basket .basket-footer .buttons-row > div .basket-btn.btn-1 {
  border: solid 1px #000000;
}
.basket .basket-footer .buttons-row > div .basket-btn.btn-1:hover {
  border-color: rgb(30, 104, 203);
  background-color: rgb(30, 104, 203);
  color: #ffffff;
}
.basket .basket-footer .buttons-row > div .basket-btn.btn-2 {
  background-color: rgb(30, 104, 203);
  border: solid 1px rgb(30, 104, 203);
  color: #ffffff;
}
.basket .basket-footer .buttons-row > div .basket-btn.btn-2:hover {
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000000;
}
/* .basket-1 {
	position: fixed;
	width: 100%;
	max-width: 510px;
	height: auto;
	min-height: 400px;
	padding: 30px 0 32px 0;
	top: 0px;
	right: 0px;
	background-color: @red;
	border-bottom: solid 4px @purple;
	z-index: 10;
} */
.mobile-menu {
  display: none;
}
.topbar-mobile {
  display: none;
}
.options-mobile-head {
  display: none;
}
.options-menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .top-spacer {
    height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-spacer {
    display: none;
  }
  .topbar {
    min-height: 70px;
    position: relative !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
  }
  .topbar .boxed > .row {
    padding: 0;
    margin: 0;
  }
  .topbar .topbar-logo {
    padding-top: 19px;
    padding-left: 0px;
  }
  .topbar .topbar-logo img {
   width: 88%;
    height: auto;
  }
  .topbar .topbar-sidebar {
    right: 10px;
  }
  .topbar .topbar-sidebar .sidebar-more-opt-bl {
    display: none ;
  }
  .topbar .topbar-sidebar .sidebar-square {
    width: 40px;
    border-left: none;
  }
  .topbar .topbar-sidebar .square-1 {
    display: none;
    position: relative;
  }
  .topbar .topbar-sidebar .square-1 .search-block {
    position: absolute;
    display: none;
  }
  .topbar .topbar-sidebar .square-2 {
    display: none;
  }
  .topbar .megamenu {
    display: none !important;
  }
  .topbar-mobile {
    position: relative;
    display: inherit !important;
    width: 100%;
    min-height: 40px;
    background-color: #413858;
    overflow: hidden;
  }
  .topbar-mobile .toogle-menu {
    position: relative;
    width: 120px;
    height: 30px;
    padding: 10px 0 0 18px;
    cursor: pointer;
  }
  .topbar-mobile .toogle-menu .icon,
  .topbar-mobile .toogle-menu .text {
    display: inline-block;
  }
  .topbar-mobile .toogle-menu > span {
    color: #ffffff;
  }
  .topbar-mobile .toogle-menu .icon-menu2 {
    font-size: 20px;
  }
  .topbar-mobile .toogle-menu .text {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
  }
  .topbar-mobile .search {
    position: absolute;
    height: 100%;
    width: 52px;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .topbar-mobile .search.active {
    width: 100%;
  }
  .topbar-mobile .search.active .icon-search {
    color: #000000;
    z-index: 1;
    margin-top: -9px;
  }
  .topbar-mobile .search .icon-search {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 16px;
    margin-top: -11px;
    font-size: 20px;
    color: #ffffff;
  }
  .topbar-mobile .search .search-block {
    position: absolute;
    cursor: default;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: #ffffff;
    border-top: solid 4px rgb(30, 104, 203);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
  }
  .topbar-mobile .search .search-block .search-wrapp span,
  .topbar-mobile .search .search-block .search-wrapp form {
    display: block;
    float: left;
  }
  .topbar-mobile .search .search-block .search-wrapp .icon {
    height: 12px;
    margin: 11px 0 0 16px;
    font-size: 12px;
    cursor: pointer;
  }
  .topbar-mobile .search .search-block .search-wrapp form {
    height: 28px;
    width: 70%;
  }
  .topbar-mobile .search .search-block .search-wrapp form input {
    width: 100%;
    margin: 5px 0 0 14px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: none;
    outline: none;
  }
  .topbar-mobile .search .search-block .search-wrapp form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .topbar-mobile .search .search-block .search-wrapp form input::-moz-placeholder {
    font-size: 16px;
  }
  .topbar-mobile .search .search-block .search-wrapp form input:-moz-placeholder {
    font-size: 16px;
  }
  .topbar-mobile .search .search-block .search-wrapp form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .topbar-mobile .search .search-block .search-wrapp form input:focus {
    outline: none !important;
  }
  .border-top-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 4px rgb(30, 104, 203);
    z-index: 100;
  }
  .options-mobile-head {
    display: inherit;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #252525;
  }
  .options-mobile-head .open-block {
    float: left;
    padding: 0 4px;
    margin-top: 14px;
    margin-left: 14px;
    cursor: pointer;
  }
  .options-mobile-head .open-block img,
  .options-mobile-head .open-block .text,
  .options-mobile-head .open-block .arrow {
    display: block;
    float: left;
  }
  .options-mobile-head .open-block img {
    width: auto;
    height: 12px;
  }
  .options-mobile-head .open-block .text {
    margin-top: -4px;
    margin-left: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .options-mobile-head .open-block .arrow {
    margin-top: 6px;
    margin-left: 6px;
    border: solid 4px transparent;
    border-top-color: #ffffff;
  }
  .options-mobile-head .open-valute {
    margin-left: 0px;
  }
  .options-mobile-head .open-valute .text:first-of-type {
    margin-right: -4px;
  }
  .options-mobile-head .open-user {
    float: right;
    margin-top: 9px;
    margin-right: 12px;
  }
  .options-mobile-head .open-user .icon {
    font-size: 20px;
    color: #ffffff;
  }
  .options-mobile-head .curtain-for-search {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 500;
  }
  .options-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #252525;
    color: #ffffff;
    z-index: 201;
  }
  .options-menu > div {
    display: none;
  }
  .options-menu > div ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .options-menu > div ul li {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #4b4b4b;
  }
  .options-menu > div ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 17px 0 0 14px;
    background-color: #252525;
  }
  .options-menu > div ul li a:hover {
    background-color: #3f3f3f;
  }
  .options-menu > div ul li a img {
    width: auto;
    height: 18px;
  }
  .options-menu > div ul li a .text {
    margin-left: 16px;
    vertical-align: -2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .options-menu .valute ul li a {
    padding: 17px 0 0 10px;
  }
  .options-menu .valute ul li a .symbol {
    margin-right: 12px;
    color: rgb(30, 104, 203);
  }
  .options-menu .user ul li a {
    padding: 15px 0 0 18px;
    font-size: 20px;
  }
  .options-menu .user ul li a .icon {
    color: rgb(30, 104, 203);
    margin-right: 8px;
  }
  .options-menu .user ul li a .text {
    position: relative;
    vertical-align: 2px;
  }
  .options-menu .user .label-quantity {
    position: absolute;
    width: 20px;
    height: 20px;
    padding-top: 2px;
    top: -2px;
    right: -30px;
    background-color: rgb(30, 104, 203);
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
  }
  .options-menu .border-top-mobile {
    display: inherit;
    position: static;
  }
  
  .search-mb{display:none}
  
  .options-menu .close-options-menu {
    display: inherit;
    height: 60px;
    width: 100%;
    padding-top: 20px;
    background-color: #252525;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
  }
  .options-menu .close-options-menu:hover {
    background-color: #3f3f3f;
  }
  .options-menu .close-options-menu .icon {
    margin-right: 8px;
    font-size: 12px;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 200;
    overflow: hidden;
  }
  .mobile-menu .navigation-block ul {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 20;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: -2px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -2px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -2px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 0px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .mobile-menu .navigation-block ul ul {
    right: -100%;
  }
  .mobile-menu .navigation-block ul li {
    display: block;
    height: 58px;
    padding: 14px 0 0 14px;
    background-color: #ffffff;
    border-bottom: solid 1px #e1e1e1;
    overflow: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }
  .mobile-menu .navigation-block ul li:hover {
    background-color: #f3f3f3;
  }
  .mobile-menu .navigation-block ul li a {
    position: relative;
    display: block;
    float: left;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
  }
  .mobile-menu .navigation-block ul li a.label-hot::after {
    content: 'hot';
    position: absolute;
    display: block;
    width: 28px;
    height: 16px;
    top: -14px;
    right: -27px;
    padding-top: 1px;
    text-align: center;
    background-color: #ff0048;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .mobile-menu .navigation-block ul li a.label-hot::before {
    content: '';
    position: absolute;
    display: block;
    top: -2px;
    right: -15px;
    border: solid 4px transparent;
    border-right: solid 4px #ff0048;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-menu .navigation-block ul li.icon-next::after {
    display: inline-block;
    float: right;
    margin-top: 9px;
    margin-right: 16px;
    font-size: 8px;
    color: #000000;
    cursor: pointer;
    content: '\e611';
    padding-top: 2px;
    font-family: 'Buyshop';
  }
  .mobile-menu .navigation-block ul li.icon-next a {
    margin-top: 4px;
  }
  .mobile-menu .navigation-block ul li.head-btn {
    padding-top: 19px;
  }
  .mobile-menu .navigation-block ul li.head-btn.close-mobile-menu {
    padding-top: 16px;
  }
  .mobile-menu .navigation-block ul li.head-btn > a {
    display: block;
    float: left;
    margin-top: 2px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    cursor: pointer;
  }
  .mobile-menu .navigation-block ul li.head-btn.back-category::before {
    display: inline-block;
    float: left;
    content: '\e60f';
    padding-top: 2px;
    margin-right: 10px;
    font-family: 'Buyshop';
  }
  .mobile-menu .navigation-block ul li.head-btn.close-mobile-menu::before {
    display: inline-block;
    content: '\e620';
    padding-top: 2px;
    font-family: 'Buyshop';
  }
  .mobile-menu .navigation-block ul li.head-btn.close-mobile-menu::after {
    display: inline-block;
    content: 'Close';
    padding-top: 2px;
    margin-left: 8px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    cursor: pointer;
  }
  .mobile-menu .navigation-block > ul {
    top: 4px;
  }
}
html.mobile-menu-open,
html.mobile-menu-open body {
  position: fixed;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .basket .close-basket {
    top: 16px;
    right: 16px;
  }
  .basket .row .bask-prod-name {
    padding-left: 20px;
    font-family: 'Open Sans', sans-serif;
  }
  .basket .row .bask-prod-name p {
    font-size: 12px;
  }
  .basket .row .bask-prod-quantity p {
    font-size: 16px;
  }
  .basket .row .bask-prod-price p {
    font-size: 16px;
  }
}
.footer {
    position: relative;
    margin-top: 150px;
    z-index: 100;
    background: #a8a8a8;
    padding: 35px;
}

.footer a{
	color:#1e68cb;
}
.footer p{
	margin-top:15px;
	font-size:12px;
	line-height: 1.7;
	color:#fff;
}

.footer .col-md-* {
	padding:0;
	
}

.footer .footerlogo {
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:100px;
	max-height: 200px;
}



.footer .lower-block {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #ffffff;
  text-align: center;
}
.footer .lower-block > div:nth-child(1) {
  display: inline-block;
  text-align: center;
  overflow: hidden;
  padding: 4px;
}
.footer .lower-block > div:nth-child(1) a {
  display: block;
  float: left;
  width: auto;
  height: 38px;
  -webkit-box-shadow: 0px 0px 10px 2px #ededed;
  -moz-box-shadow: 0px 0px 10px 2px #ededed;
  -ms-box-shadow: 0px 0px 10px 2px #ededed;
  -o-box-shadow: 0px 0px 10px 2px #ededed;
  box-shadow: 0px 0px 10px 2px #ededed;
}
.footer .lower-block > div:nth-child(1) a img {
  width: auto;
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer .lower-block > div:nth-child(1) a img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.footer .lower-block > div:nth-child(1) a:not(:first-child) {
  margin-left: 10px;
}
.footer .lower-block > div:nth-child(2) {
  padding-top: 22px;
}
.footer .lower-block .text-1,
.footer .lower-block .text-2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.footer .lower-block .text-2 {
  padding-top: 6px;
}
.footer .lower-block .text-2 .icon {
  font-size: 13px;
  color: #ff0048;
  margin: 0 2px;
}
.footer .to-top {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .footer .popups-btn {
    position: relative;
    width: 100%;
    height: 70px;
    margin-bottom: 6px;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .footer .popups-btn .boxed {
    position: static;
    overflow: hidden;
  }
  .footer .popups-btn .tt-btn {
    float: left;
    width: 25%;
    height: 70px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .curtain {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  }
  .footer .popups-btn .tt-btn:hover > .curtain {
    background-color: #000000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .footer .popups-btn .tt-btn:hover > .curtain span {
    color: #ffffff;
  }
  .footer .popups-btn .tt-btn:hover .hidden-block {
    display: inherit;
  }
  .footer .popups-btn .tt-btn > .curtain span {
    display: block;
    height: 70px;
    width: 100%;
    padding-top: 24px;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
  }
  .footer .popups-btn .tt-btn > .icon {
    display: none;
  }
  .footer .popups-btn .tt-btn .hidden-block {
    padding-top: 50px;
    display: none;
    position: absolute;
    width: 100%;
    min-height: 252px;
    left: 0;
    bottom: 100%;
    background-color: #ffffff;
    cursor: default;
    overflow: hidden;
    -webkit-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  .footer .popups-btn .tt-btn .hidden-block .text-head {
    display: block;
    margin-bottom: 32px;
    font-size: 24px;
    text-transform: uppercase;
  }
  .footer .popups-btn .tt-btn .hidden-block a.text:hover {
    color: rgb(30, 104, 203);
  }
  .footer .popups-btn .tt-btn .block-1 {
    padding-top: 38px;
  }
  .footer .popups-btn .tt-btn .block-1 .info-block {
    float: left;
    width: 33.3333%;
    min-height: 174px;
    padding-top: 12px;
    text-align: center;
  }
  .footer .popups-btn .tt-btn .block-1 .info-block .text {
    display: block;
    color: #000000;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  }
  .footer .popups-btn .tt-btn .block-1 .info-block:not(:last-child) {
    border-right: solid 1px #dfdfdf;
  }
  .footer .popups-btn .tt-btn .block-2 .wrapp-block {
    width: 760px;
    margin: 0 auto;
  }
  .footer .popups-btn .tt-btn .block-2 .text-head {
    margin-bottom: 20px;
  }
  .footer .popups-btn .tt-btn .block-2 .info-block {
    float: left;
    width: 50%;
    min-height: 104px;
    padding-top: 12px;
    text-align: center;
  }
  .footer .popups-btn .tt-btn .block-2 .info-block .text {
    display: block;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-2 .info-block:not(:last-child) {
    border-right: solid 1px #dfdfdf;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp {
    width: 100%;
    padding-top: 16px;
    text-align: center;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a {
    display: inline-block;
    width: 64px;
    height: 64px;
    padding-top: 20px;
    border-radius: 50%;
    background-color: #212121;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a:hover {
    background-color: rgb(30, 104, 203);
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a .icon {
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a:not(:first-child) {
    margin-left: 8px;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp {
    max-width: 986px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0 auto;
    overflow: hidden;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp .text {
    display: block;
    float: left;
    width: 32%;
    padding-top: 8px;
    padding-right: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    text-align: right;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form {
    display: block;
    float: left;
    width: 68%;
    padding-left: 10px;
    text-align: left;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form .email-input {
    position: relative;
    float: left;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"] {
    width: 450px;
    height: 64px;
    padding-left: 68px;
    border: solid 0.6px #dadada;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: #000000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1);
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]:focus {
    border: solid 0.6px rgb(30, 104, 203);
    outline: none;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    -moz-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    -ms-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    -o-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]::-webkit-input-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]::-moz-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]:-moz-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]:-ms-input-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="submit"] {
    display: inline-block;
    width: 156px;
    height: 64px;
    margin-left: 24px;
    vertical-align: -3px;
    background-color: #ffffff;
    border: solid 2px #000000;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="submit"]:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form .icon {
    position: absolute;
    font-size: 26px;
    left: 26px;
    top: 50%;
    margin-top: -13px;
  }
  .footer .popups-btn .tt-btn:last-child {
    border-right: 1px solid #dfdfdf;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .popups-btn {
    position: relative;
    width: 100%;
    height: auto;
    padding: 32px 24px 0;
    margin-bottom: 6px;
  }
  .footer .popups-btn > .boxed {
    border: solid 1px #f3f3f3;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
  }
  .footer .popups-btn .tt-btn {
    position: relative;
    width: 100%;
    height: 60px;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .curtain {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .footer .popups-btn .tt-btn.active > .curtain {
    background-color: #000000;
  }
  .footer .popups-btn .tt-btn.active > .curtain span {
    color: #ffffff !important;
  }
  .footer .popups-btn .tt-btn.active .hidden-block {
    display: inherit;
  }
  .footer .popups-btn .tt-btn.active > .curtain .icon {
    border-top: 4px solid #ffffff;
    top: -30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer .popups-btn .tt-btn > .curtain span {
    display: block;
    height: 60px;
    padding-top: 18px;
    font-size: 18px;
    border-bottom: 1px solid #dfdfdf;
    color: #000000;
    text-transform: uppercase;
  }
  .footer .popups-btn .tt-btn > .curtain .icon {
    display: block;
    position: absolute;
    top: 28px;
    right: 24px;
    border: 4px solid transparent;
    border-top: 4px solid #000000;
  }
  .footer .popups-btn .tt-btn .hidden-block {
    display: none;
    position: relative;
    padding-top: 0;
    width: 100%;
    padding-bottom: 16px;
    background-color: #ffffff;
    cursor: default;
    overflow: hidden;
    z-index: 1;
    border: solid 1px #f3f3f3;
  }
  .footer .popups-btn .tt-btn .hidden-block .text-head {
    display: none;
  }
  .footer .popups-btn .tt-btn .hidden-block a.text:hover {
    color: rgb(30, 104, 203);
  }
  .footer .popups-btn .tt-btn .block-1 {
    padding-top: 28px;
  }
  .footer .popups-btn .tt-btn .block-1 .info-block {
    width: 100%;
    text-align: center;
  }
  .footer .popups-btn .tt-btn .block-1 .info-block .text {
    display: block;
    color: #000000;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  }
  .footer .popups-btn .tt-btn .block-1 .info-block:last-child {
    margin-top: 26px;
  }
  .footer .popups-btn .tt-btn .block-2 {
    padding-bottom: 34px;
  }
  .footer .popups-btn .tt-btn .block-2 .wrapp-block {
    width: 100%;
    margin: 0 auto;
  }
  .footer .popups-btn .tt-btn .block-2 .info-block {
    margin-top: 36px;
    width: 100%;
    text-align: center;
  }
  .footer .popups-btn .tt-btn .block-2 .info-block .text {
    display: block;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-3 {
    padding-top: 28px;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp {
    width: 100%;
    padding-top: 16px;
    text-align: center;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a {
    display: inline-block;
    width: 64px;
    height: 64px;
    padding-top: 20px;
    border-radius: 50%;
    background-color: #212121;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a:hover {
    background-color: rgb(30, 104, 203);
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a .icon {
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a {
    margin-bottom: 32px;
  }
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a:not(:nth-child(1)),
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a:not(:nth-child(4)),
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a:not(:nth-child(7)),
  .footer .popups-btn .tt-btn .block-3 .social-wrapp a:not(:nth-child(10)) {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp {
    width: 92.6%;
    padding: 26px 0 28px;
    margin: 0 auto;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp .text {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    text-align: center;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form {
    display: block;
    width: 100%;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form .email-input {
    position: relative;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"] {
    display: block;
    width: 100%;
    height: 56px;
    padding-left: 68px;
    margin-top: -18px;
    border: solid 0.6px #dadada;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: #000000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]:focus {
    border: solid 0.6px rgb(30, 104, 203);
    outline: none;
    -webkit-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    -moz-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    -ms-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    -o-box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
    box-shadow: 0px 0px 16px 3px rgba(157, 59, 198, 0.3);
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]::-webkit-input-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]::-moz-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]:-moz-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="email"]:-ms-input-placeholder {
    color: #000000;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="submit"] {
    display: block;
    width: 100%;
    height: 64px;
    margin-top: 24px;
    background-color: #ffffff;
    border: solid 2px #000000;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form input[type="submit"]:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .footer .popups-btn .tt-btn .block-4 .form-wrapp form .icon {
    position: absolute;
    font-size: 26px;
    left: 22px;
    top: 50%;
    margin-top: -13px;
  }
  .footer .popups-btn .tt-btn:last-child > span:first-child {
    border-bottom: none;
  }
  .footer .lower-block {
    padding-bottom: 0px;
  }
  .footer .lower-block a {
    height: 28px;
  }
  .footer .to-top {
    position: relative;
    display: inherit;
    width: 100%;
    height: 160px;
    text-align: center;
  }
  .footer .to-top a {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px;
    padding-top: 22px;
    top: 50%;
    margin-top: -36px;
    border-radius: 50%;
    background-color: rgb(30, 104, 203);
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .to-top a .icon {
    font-size: 28px;
    color: #ffffff;
  }
  .footer .to-top a:hover {
    background-color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  .footer .popups-btn {
    padding: 32px 0px 0;
  }
  .footer .popups-btn .tt-btn {
    text-align: left;
  }
  .footer .popups-btn .tt-btn .curtain span:first-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .footer .lower-block > div:nth-child(1) a {
    height: 28px;
  }
  .footer .lower-block > div:nth-child(1) a:not(:first-child) {
    margin-left: 10px;
  }
}
.products-wrapper.product-grid .product {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  /*background-color: #ffffff;*/
}
.products-wrapper.product-grid .product .substrate {
  display: none;
  position: absolute;
  content: '';
  width: 132%;
  height: 100%;
  top: -10px;
  right: -10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
}
.products-wrapper.product-grid .product .product-main-inside {
  background-color: #ffffff;
  z-index: 1;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block {
  position: relative;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block img {
  width: 100%;
  height: auto;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .button-open {
  display: none;
  width: 62px;
  height: 62px;
  padding: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -31px;
  margin-top: -31px;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .button-open:hover {
  background-color: rgb(30, 104, 203);
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .button-open .icon {
  font-size: 26px;
  color: #ffffff;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .btn-like {
  position: absolute;
  font-size: 26px;
  color: rgb(30, 104, 203);
  top: 12px;
  left: 12px;
  z-index: 1;
  opacity: 0.4;
  cursor: pointer;
  font-family: 'Buyshop';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .btn-like::after {
  content: '\e942';
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .btn-like:hover,
.products-wrapper.product-grid .product .product-main-inside .product-image-block .btn-like.active {
  opacity: 1;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .product-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: auto;
  z-index: 1;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .product-label .product-label-discount {
  display: block;
  width: 62px;
  height: 40px;
  padding-top: 10px;
  background-color: #ff0048;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .product-label .product-label-new {
  display: block;
  width: 62px;
  height: 40px;
  padding-top: 10px;
  background-color: rgb(30, 104, 203);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 7.4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain .fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-1 .text {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  font-size: 5em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -20%;
  text-align: center;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .text {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  color: #ffffff;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .timer {
  width: 100%;
  margin-top: -0.4em;
  margin-left: 3.6em;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: left;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .timer .section,
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .timer .separator {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .timer .section:not(:first-child) {
  margin-left: 0.7em;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .timer .section .number {
  font-size: 6.16em;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .timer .section .sub-text {
  margin-top: -4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.053em;
  text-transform: uppercase;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .curtain-2 .timer-block .timer .separator {
  vertical-align: 1.4em;
  font-weight: lighter;
  font-size: 3.422em;
  margin-left: 0.2em;
}
.products-wrapper.product-grid .product .product-main-inside .product-image-block .price,
.products-wrapper.product-grid .product .product-main-inside .product-image-block .product-button-add {
  display: none;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block {
  position: relative;
  width: 100%;
  padding: 12px 0 12px 4px;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .row {
  padding: 0 10px;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .col-left,
.products-wrapper.product-grid .product .product-main-inside .product-info-block .col-right {
  width: 50%;
  float: left;
  overflow: hidden;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .col-left .stars,
.products-wrapper.product-grid .product .product-main-inside .product-info-block .col-left .text-1 {
  display: none;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .col-right .add-to-cart {
  display: none;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .col-right .btn-2-3-group {
  display: none;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .product-description {
  padding: 14px 0 0 4px;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .product-description a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: lighter;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .product-description p {
  display: none;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .product-button-add {
  float: left;
  margin: 10px 0 0 6px;
  font-size: 22px;
  cursor: pointer;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .product-button-add:hover {
  -webkit-transform-origin: 49% 52% 0;
  -moz-transform-origin: 49% 52% 0;
  -ms-transform-origin: 49% 52% 0;
  -o-transform-origin: 49% 52% 0;
  transform-origin: 49% 52% 0;
  -webkit-animation: addToCart 2s;
  -moz-animation: addToCart 2s;
  -ms-animation: addToCart 2s;
  -o-animation: addToCart 2s;
  animation: addToCart 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .price {
  display: block;
  float: left;
  width: 74%;
  padding: 8px 0 0 10px;
  font-family: 'Open Sans', sans-serif !important;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .price > div {
  display: block;
  float: left;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .price .text {
  display: none;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .price .single-price {
  font-size: 20px;
  margin-top: -2px;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .price .special-price {
  display: inline-block;
  margin-top: -2px;
  font-size: 20px;
  color: #ff0048;
}
.products-wrapper.product-grid .product .product-main-inside .product-info-block .price .old-price {
  display: inline-block;
  margin: 0px 0 0 12px;
  font-size: 14px;
  text-decoration: line-through;
}
.products-wrapper.product-grid .product .product-color {
  display: inline-block;
  float: right;
  padding: 18px 16px 0 0;
  overflow: hidden;
}
.products-wrapper.product-grid .product .product-color li {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
.products-wrapper.product-grid .product .product-color li img {
  vertical-align: inherit;
}
.products-wrapper.product-grid .product .product-color li:not(:last-child) {
  margin-left: 4px;
}
.products-wrapper.product-grid .product .product-size {
  display: inline-block;
  float: right;
  padding: 10px 16px 0 0;
  overflow: hidden;
}
.products-wrapper.product-grid .product .product-size li {
  display: block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.products-wrapper.product-grid .product .product-size li.disabled {
  color: #cfcfcf;
  cursor: default;
}
.products-wrapper.product-grid .product .product-size li:not(:last-child) {
  margin-left: 12px;
}
.products-wrapper.product-grid .product .stars-block {
  float: right;
  padding: 16px 16px 0 0 ;
}
.products-wrapper.product-grid .product .stars-block li {
  display: block;
  float: left;
  cursor: pointer;
  color: #cfcfcf;
}
.products-wrapper.product-grid .product .stars-block li:not(:first-child) {
  margin-left: 2px;
}
.products-wrapper.product-grid .product .stars-block li.active {
  color: #000000;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 {
  position: relative;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .product-hidden-block-1 {
  display: none;
  position: absolute;
  width: 132%;
  min-height: 20px;
  top: 0px;
  left: -32%;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .product-hidden-block-1::before,
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .product-hidden-block-1::after {
  content: '';
  position: relative;
  display: block;
  float: left;
  width: 24.2432%;
  min-height: 20px;
  z-index: 1;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .product-hidden-block-1::after {
  display: none;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body {
  display: block;
  float: left;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body {
  width: 75.7568%;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body > .row {
  padding: 0 10px;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left,
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-right {
  width: 50%;
  float: left;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left a {
  display: block;
  padding: 10px 0 4px 6px;
  cursor: pointer;
  overflow: hidden;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left a .icon,
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left a .text {
  display: block;
  float: left;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left a .icon {
  margin-right: 8px;
  font-size: 22px;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left a .text {
  margin-top: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left a:hover .icon,
.products-wrapper.product-grid .product .product-hidden-bl-wrapp-1 .hidden-body .col-left a:hover .text {
  color: rgb(30, 104, 203);
}
.products-wrapper.product-grid .product .product-hidden-block-2 {
  display: none;
  position: absolute;
  width: 32%;
  height: 100%;
  top: 0px;
  left: -32%;
  padding-bottom: 16px;
}
.products-wrapper.product-grid .product .product-hidden-block-2 .preview-images-wrapp {
  height: 100%;
  padding: 10px 15% 0;
  overflow: hidden;
}
.products-wrapper.product-grid .product .product-hidden-block-2 .preview-images-wrapp li {
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.products-wrapper.product-grid .product .product-hidden-block-2 .preview-images-wrapp li img {
  width: 100%;
  height: auto;
}
.products-wrapper.product-grid .product .product-hidden-block-2 .preview-images-wrapp li:hover {
  -webkit-box-shadow: 0px 0px 4px 1px rgba(157, 59, 198, 0.6);
  -moz-box-shadow: 0px 0px 4px 1px rgba(157, 59, 198, 0.6);
  -ms-box-shadow: 0px 0px 4px 1px rgba(157, 59, 198, 0.6);
  -o-box-shadow: 0px 0px 4px 1px rgba(157, 59, 198, 0.6);
  box-shadow: 0px 0px 4px 1px rgba(157, 59, 198, 0.6);
}
.products-wrapper.product-grid .product .product-hidden-block-2 .preview-images-wrapp li:not(:first-child) {
  margin-top: 8px;
}
.products-wrapper.product-grid .product.no-preview .product-hidden-bl-wrapp-1 .hidden-body {
  width: 100%;
}
.products-wrapper.product-grid .product.no-preview .product-hidden-bl-wrapp-1 .product-hidden-block-1 {
  width: 100%;
  top: 0px;
  left: 0;
}
.products-wrapper.product-grid .product.no-preview .product-hidden-bl-wrapp-1 .product-hidden-block-1::before,
.products-wrapper.product-grid .product.no-preview .product-hidden-bl-wrapp-1 .product-hidden-block-1::after {
  display: none;
}
.products-wrapper.product-grid .product.no-preview .product-hidden-block-2 {
  display: none !important;
}
.products-wrapper.product-grid .product.right-hover-always:not(.no-preview) .product-hidden-bl-wrapp-1 .product-hidden-block-1 {
  left: auto;
  right: -32%;
}
.products-wrapper.product-grid .product.right-hover-always:not(.no-preview) .product-hidden-bl-wrapp-1 .product-hidden-block-1::before {
  display: none;
}
.products-wrapper.product-grid .product.right-hover-always:not(.no-preview) .product-hidden-bl-wrapp-1 .product-hidden-block-1::after {
  display: inherit;
}
.products-wrapper.product-grid .product.right-hover-always:not(.no-preview) .product-hidden-block-2 {
  left: auto;
  right: -32%;
}
@media only screen and (max-width: 1362px) {
  .products-wrapper.product-grid .product.right-hover:not(.no-preview) .product-hidden-bl-wrapp-1 .product-hidden-block-1 {
    left: auto;
    right: -32%;
  }
  .products-wrapper.product-grid .product.right-hover:not(.no-preview) .product-hidden-bl-wrapp-1 .product-hidden-block-1::before {
    display: none;
  }
  .products-wrapper.product-grid .product.right-hover:not(.no-preview) .product-hidden-bl-wrapp-1 .product-hidden-block-1::after {
    display: inherit;
  }
  .products-wrapper.product-grid .product.right-hover:not(.no-preview) .product-hidden-block-2 {
    left: auto;
    right: -32%;
  }
}
@media only screen and (min-width: 1025px) {
  .products-wrapper.product-grid .product:hover {
    z-index: 2;
  }
  .products-wrapper.product-grid .product:hover .substrate {
    display: inherit;
  }
  .products-wrapper.product-grid .product:hover .product-main-inside {
    position: relative;
  }
  .products-wrapper.product-grid .product:hover .product-image-block {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .products-wrapper.product-grid .product:hover .product-image-block .button-open {
    display: inherit;
  }
  .products-wrapper.product-grid .product:hover .product-image-block .curtain {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .products-wrapper.product-grid .product:hover .product-hidden-bl-wrapp-1 .product-hidden-block-1 {
    display: inherit;
  }
  .products-wrapper.product-grid .product:hover .product-hidden-block-2 {
    display: inherit;
  }
  .products-wrapper.product-grid .product.no-hover:hover {
    z-index: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .products-wrapper.product-grid .product.no-hover:hover .product-image-block .button-open {
    display: none;
  }
  .products-wrapper.product-grid .product.no-hover:hover .product-image-block .curtain {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .products-wrapper.product-grid .product.no-hover:hover .product-hidden-bl-wrapp-1 .product-hidden-block-1 {
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .products-wrapper.product-grid .product.no-hover:hover .product-hidden-block-2 {
    display: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 542px) {
  .products-wrapper.product-grid .product {
    margin-bottom: 0;
  }
  .products-wrapper.product-grid .product .product-image-block .product-button-add {
    display: block !important;
    position: absolute;
    right: 8px;
    bottom: 10px;
    padding: 12px 0 0 6px;
    font-size: 19px;
    cursor: pointer;
  }
  .products-wrapper.product-grid .product .product-image-block .price {
    display: block !important;
    position: absolute;
    left: 8px;
    bottom: 0px;
    padding: 10px 0 0 0;
    font-family: 'Open Sans', sans-serif;
  }
  .products-wrapper.product-grid .product .product-image-block .price .single-price {
    font-size: 15px;
  }
  .products-wrapper.product-grid .product .product-image-block .price .old-price {
    display: inline-block;
    margin-top: -4px;
    font-size: 15px;
    color: #ff0048;
  }
  .products-wrapper.product-grid .product .product-image-block .price .special-price {
    display: inline-block;
    margin: 0px 0 0 4px;
    font-size: 12px;
    text-decoration: line-through;
  }
  .products-wrapper.product-grid .product .product-info-block {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .products-wrapper.product-grid .product .product-main-inside .product-image-block {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.products-wrapper.product-list .product {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.products-wrapper.product-list .product .substrate {
  display: none;
}
.products-wrapper.product-list .product .product-main-inside {
  background-color: #ffffff;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block {
  position: relative;
  width: 32%;
  float: left;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.products-wrapper.product-list .product .product-main-inside .product-image-block img {
  width: 100%;
  height: auto;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block .button-open {
  display: none;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block .btn-like {
  display: none;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block .product-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  height: auto;
  z-index: 1;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block .product-label .product-label-discount {
  display: block;
  width: 62px;
  height: 40px;
  padding-top: 10px;
  background-color: #ff0048;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block .product-label .product-label-new {
  display: block;
  width: 62px;
  height: 40px;
  padding-top: 10px;
  background-color: rgb(30, 104, 203);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block .curtain {
  display: none !important;
}
.products-wrapper.product-list .product .product-main-inside .product-image-block .price,
.products-wrapper.product-list .product .product-main-inside .product-image-block .product-button-add {
  display: none;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block {
  position: relative;
  width: 68%;
  float: left;
  padding-left: 28px;
  padding: 0 15px 0 28px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .row {
  padding: 0 10px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .row > div {
  overflow: hidden;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .product-description a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .product-description p {
  margin-top: 22px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .stars {
  float: left;
  margin: 18px 18px 0 0;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .stars li {
  display: block;
  float: left;
  cursor: pointer;
  color: #cfcfcf;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .stars li:not(:first-child) {
  margin-left: 2px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .stars li.active {
  color: #000000;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .text-1 {
  display: block;
  float: left;
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .product-button-add {
  display: none;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price {
  display: block;
  float: left;
  width: 74%;
  padding: 30px 0 0;
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price > div {
  display: block;
  float: left;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .text {
  display: block;
  font-size: 14px;
  margin-bottom: 18px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .single-price {
  font-size: 28px;
  margin-top: -2px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .special-price {
  display: inline-block;
  margin-top: -2px;
  font-size: 28px;
  color: #ff0048;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .old-price {
  display: inline-block;
  margin: 0px 0 0 12px;
  font-size: 18px;
  text-decoration: line-through;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .add-to-cart {
  display: block;
  float: left;
  padding: 14px 20px;
  border-width: 2px;
  margin-top: 16px;
  margin-right: 108px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .add-to-cart span:first-child {
  font-size: 24px;
  margin-right: 14px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .add-to-cart span:last-child {
  font-size: 20px;
  vertical-align: 2px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .btn-2-3-group {
  display: block;
  float: left;
  overflow: hidden;
  margin-top: 16px;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-2,
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-3 {
  display: block;
  float: left;
  width: 67px;
  height: 62px;
  padding-top: 12px;
  border: solid 1px #ededed;
  background-color: #ffffff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-2:hover,
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-3:hover {
  background-color: #ededed;
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-2:hover span,
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-3:hover span {
  color: rgb(30, 104, 203);
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-2.active span,
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-3.active span {
  color: rgb(30, 104, 203);
}
.products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .tt-btn-3 {
  margin-left: -1px;
}
.products-wrapper.product-list .product .product-color {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 40px;
  padding: 10px 4px;
  overflow: hidden;
}
.products-wrapper.product-list .product .product-color li {
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-bottom: 4px;
  border-radius: 50%;
  cursor: pointer;
}
.products-wrapper.product-list .product .product-color li img {
  vertical-align: inherit;
}
.products-wrapper.product-list .product .product-color li:hover::after,
.products-wrapper.product-list .product .product-color li.active::after {
  position: absolute;
  display: block;
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: -3px;
  left: -4px;
  border: solid 4px #e5e5e5;
  cursor: pointer;
}
.products-wrapper.product-list .product .product-color li:not(:first-child) {
  margin-left: 14px;
}
.products-wrapper.product-list .product .product-size {
  display: block;
  overflow: hidden;
  float: left;
  margin-top: 10px;
}
.products-wrapper.product-list .product .product-size li {
  display: block;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}
.products-wrapper.product-list .product .product-size li.disabled {
  color: #cfcfcf;
  cursor: default;
}
.products-wrapper.product-list .product .product-size li:not(:first-child) {
  margin-left: 18px;
}
.products-wrapper.product-list .product .product-hidden-bl-wrapp-1 {
  display: none;
}
.products-wrapper.product-list .product .product-hidden-block-2 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left {
    padding: 0 14px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left p,
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .stars,
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .text-1 {
    display: none;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price {
    padding-top: 12px;
    margin-bottom: 10px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .text {
    display: none;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .single-price,
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .old-price {
    font-size: 20px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .price .special-price {
    font-size: 14px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right {
    padding: 0 0 0 14px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .product-color,
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .product-size {
    display: none;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .add-to-cart {
    width: 40px;
    height: 40px;
    padding: 7px 0 0 !important;
    margin-top: 8px;
    margin-right: 4px;
    text-align: center;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .add-to-cart span {
    font-size: 15px !important;
    margin: 0 !important;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .add-to-cart span:not(:first-child) {
    display: none;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .btn-2-3-group {
    margin-top: 8px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .btn-2-3-group a {
    width: 40px;
    height: 40px;
    padding-top: 0px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .btn-2-3-group a span {
    font-size: 15px;
    vertical-align: 2px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-right .btn-2-3-group a:not(:first-child) {
    margin-left: 4px !important;
  }
}
@media only screen and (max-width: 542px) {
  .products-wrapper.product-list .product .product-main-inside .product-info-block {
    padding: 0 0 0 6px !important;
  }
  .products-wrapper.product-list .product .product-main-inside .product-image-block {
    width: 42%;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block {
    width: 58%;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block {
    padding: 20px 10px;
  }
  .products-wrapper.product-list .product .product-main-inside .product-info-block .col-left .product-description a {
    font-size: 15px;
  }
}
.products-wrapper {
  margin-top: 42px;
}
.products-wrapper > ul {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
}
.products-wrapper > ul > li {
  padding: 0 15px;
}
.videoTitle {
  color:#6f6f6e;
  font-weight:900;
  text-align:center;
}


@media only screen and (max-width: 556px) {
  .products-wrapper {
    margin-top: 24px;
  }
  .videoTitle {
		padding-top:12px;
	}
  
  
}
.products-wrapper.product-grid > ul {
  font-size: 0;
  display: table;
}
.products-wrapper.product-grid > ul > li {
  font-size: 14px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
@media only screen and (max-width: 542px) {
  .products-wrapper.product-grid {
    margin: 0;
  }
  .products-wrapper.product-grid > ul > li {
    padding: 3px;
  }
  .products-wrapper.product-grid > ul > li.product-baner {
    display: none;
  }
}
.products-wrapper.product-list > ul > li {
  width: 100%;
}
.products-wrapper.product-list > ul > li.product-baner {
  display: none;
}
.products-wrapper.product-list > ul > li:not(:last-child) .product {
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .products-wrapper.product-list > ul > li {
    padding: 0px;
  }
  .products-wrapper.product-list > ul > li:not(:last-child) .product {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .products-wrapper.product-grid.product-lg-1 > ul > li {
    width: 100%;
  }
  .products-wrapper.product-grid.product-lg-2 > ul > li {
    width: 50%;
  }
  .products-wrapper.product-grid.product-lg-3 > ul > li {
    width: 33.333333%;
  }
  .products-wrapper.product-grid.product-lg-4 > ul > li {
    width: 25%;
  }
  .products-wrapper.product-grid.product-lg-5 > ul > li {
    width: 20%;
  }
  .products-wrapper.product-grid.product-lg-6 > ul > li {
    width: 16.6667%;
  }
}
@media only screen and (max-width: 1024px) {
  .products-wrapper.product-grid.product-md-1 > ul > li {
    width: 100%;
  }
  .products-wrapper.product-grid.product-md-2 > ul > li {
    width: 50%;
  }
  .products-wrapper.product-grid.product-md-3 > ul > li {
    width: 33.333333%;
  }
  .products-wrapper.product-grid.product-md-4 > ul > li {
    width: 25%;
  }
  .products-wrapper.product-grid.product-md-5 > ul > li {
    width: 20%;
  }
  .products-wrapper.product-grid.product-md-6 > ul > li {
    width: 16.6667%;
  }
}
@media only screen and (max-width: 767px) {
  .products-wrapper.product-grid.product-sm-1 > ul > li {
    width: 100%;
  }
  .products-wrapper.product-grid.product-sm-2 > ul > li {
    width: 50%;
  }
  .products-wrapper.product-grid.product-sm-3 > ul > li {
    width: 33.333333%;
  }
  .products-wrapper.product-grid.product-sm-4 > ul > li {
    width: 25%;
  }
  .products-wrapper.product-grid.product-sm-5 > ul > li {
    width: 20%;
  }
  .products-wrapper.product-grid.product-sm-6 > ul > li {
    width: 16.6667%;
  }
}
@media only screen and (max-width: 414px) {
  .products-wrapper.product-grid.product-xs-1 > ul > li {
    width: 100%;
  }
  .products-wrapper.product-grid.product-xs-2 > ul > li {
    width: 50%;
  }
  .products-wrapper.product-grid.product-xs-3 > ul > li {
    width: 33.333333%;
  }
  .products-wrapper.product-grid.product-xs-4 > ul > li {
    width: 25%;
  }
  .products-wrapper.product-grid.product-xs-5 > ul > li {
    width: 20%;
  }
  .products-wrapper.product-grid.product-xs-6 > ul > li {
    width: 16.6667%;
  }
}
.container-fluid.none-padding {
  padding: 0;
}
.container-fluid.none-padding-right {
  padding-right: 0;
  overflow: hidden;
}
main .owl-carousel .owl-pagination {
  width: 100%;
  height: 20px;
  padding-top: 42px 0 42px;
  text-align: center;
}
main .owl-carousel .owl-pagination .owl-page span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 2px #cfcfd0;
  background-color: transparent;
}
main .owl-carousel .owl-pagination .owl-page.active span {
  background-color: transparent;
  border: solid 5px rgb(30, 104, 203);
}
main .owl-carousel .owl-pagination .owl-page:not(:first-child) {
  margin-left: -8px;
}
main .rev_slider_wrapper {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
main .rev_slider_wrapper .rev_slider {
  font-size: 10px;
}
main .rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet {
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: solid 2px #e2e2e2;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
main .rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet:hover {
  border-color: rgb(30, 104, 203);
  opacity: 0.6;
}
main .rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet.selected {
  border-color: rgb(30, 104, 203);
  border-width: 3px;
}
main .rev_slider_wrapper .rev_slider .preview {
  display: none;
  position: absolute;
  width: 78px;
  height: 78px;
  top: -100px;
  left: -33px;
  border-radius: 50%;
  background: #ffffff;
}
main .rev_slider_wrapper .rev_slider .preview:after {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  content: '';
  border: solid 8px transparent;
  border-top: solid 12px #ffffff;
  bottom: -18px;
  left: 50%;
  margin-left: -8px;
}
main .rev_slider_wrapper .rev_slider .preview img {
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
}
.border-bottom {
  border-bottom: solid 1px #ededed;
}
.baner-1 {
  width: 100%;
  background-color: #ffffff;
}
.baner-1 .row > div {
  padding: 0;
}
.baner-1 .small-baner-block {
  display: block;
  overflow: hidden;
  padding: 40px 15px 32px;
}
.baner-1 .small-baner-block span {
  display: block;
}
.baner-1 .small-baner-block .icon {
  display: inline-block;
  float: left;
  padding: 0 1px;
  font-size: 56px;
  margin-right: 28px;
}
.baner-1 .small-baner-block .text-block {
  display: inline-block;
  width: 76%;
  max-width: 264px;
  float: left;
}
.baner-1 .small-baner-block .text-block .text-1 {
  font-size: 28px;
  text-transform: uppercase;
}
.baner-1 .small-baner-block .text-block .text-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.baner-1 .small-baner-block:hover .icon-transport-1 {
  -webkit-animation: transport 3.2s;
  -moz-animation: transport 3.2s;
  -ms-animation: transport 3.2s;
  -o-animation: transport 3.2s;
  animation: transport 3.2s;
  -webkitanimation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.baner-1 .small-baner-block:hover .icon-coins {
  -webkit-animation: coins 2s;
  -moz-animation: coins 2s;
  -ms-animation: coins 2s;
  -o-animation: coins 2s;
  animation: coins 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.baner-1 .small-baner-block:hover .icon-clock3 {
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-animation: clock 2s;
  -moz-animation: clock 2s;
  -ms-animation: clock 2s;
  -o-animation: clock 2s;
  animation: clock 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.baner-2 {
  visibility: hidden;
  width: 100%;
  height: 350px;
  margin: 0 auto;
  font-size: 10px;
}
.baner-2 .row {
  margin: 0;
}
.baner-2 .baner-block {
  position: absolute;
  overflow: hidden;
}
.baner-2 img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
}
.baner-2 .baner-block .text,
.baner-2 .baner-block .tt-btn {
  position: absolute;
  color: #ffffff;
}
.baner-2 .baner-block .tt-btn {
 display: block;
width: 12.1em;
height: 3.2em;
padding-top: 0.9em;
border: solid 1px #ffffff;
text-transform: uppercase;
text-align: center;
cursor: pointer;
font-size: 1.2em;
font-weight: 600;
border-radius: 5px;
}
.baner-2 .baner-block span {
  display: block;
}
.baner-2.transition .tt-btn,
.baner-2.transition .baner-block-1 img,
.baner-2.transition .baner-block-2 img,
.baner-2.transition .baner-block-4 .block-border,
.baner-2.transition .baner-block-5 img,
.baner-2.transition .baner-block-6 img {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.baner-2.transition .baner-block-6 .curtain {
  -webkit-transition: .3s opacity;
  -moz-transition: .3s opacity;
  -ms-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
}
.baner-2.transition .baner-block-6 .tt-btn {
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -ms-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
.baner-2 .baner-block-1 {
width: 300px;
height: 344px;
background:#253a75;
/*top: 15em;*/
left: 0em;
}

.titletop{
	margin:10px 20px;
	text-align:center;
	font-size:21px;
	font-weight:900;
	color:#6f6f6e
}
.titletop img{
	width:15px;
	height:15px;
	vertical-align: -2%;
}


.baner-2 .baner-block-1 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.baner-2 .baner-block-1 .text-1 {
  font-size: 4em;
  top: 1.8em;
  left: 0.9em;
  text-transform: uppercase;
  line-height: 1.2em;
}
.baner-2 .baner-block-1 .text-2 {
    top: 1.7em;
    left: 12%;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
.baner-2 .baner-block-1 .tt-btn {
    bottom: 6.6em;
    left: 8.8em;
}
.baner-2 .baner-block-1:hover img {
  -webkit-transform: scale(1.1) translateX(4%);
  -moz-transform: scale(1.1) translateX(4%);
  -ms-transform: scale(1.1) translateX(4%);
  -o-transform: scale(1.1) translateX(4%);
  transform: scale(1.1) translateX(4%);
}
.baner-2 .baner-block-1:hover .tt-btn {
  background-color: #ffffff;
  color: #000000;
}
.baner-2 .baner-block-2 {
	width: calc(100%-300px);
	height: 344px;
	top: 0em;
	left: 300px;
}
.baner-2 .baner-block-2 .text-block {
  position: absolute;
  width: 21.6em;
  height: 16.8em;
  top: 19.6em;
  left: 0;
  background-color: #f1f1f1;
}
.baner-2 .baner-block-2 .text-block .text-1 {
  font-size: 2.4em;
  margin-top: 1em;
  margin-left: 0.8em;
  text-transform: uppercase;
  color: #000000;
}
.baner-2 .baner-block-2 .text-block .text-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  margin-top: 0.34em;
  margin-left: 1.4em;
  color: #000000;
}
.baner-2 .baner-block-2:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.baner-2 .baner-block-3 {
  width: 55em;
  height: 34.7em;
  top: 0em;
  left: 0em;
}
.baner-2 .baner-block-3 .icon,
.baner-2 .baner-block-3 .text-1,
.baner-2 .baner-block-3 .text-2 {
  width: 100%;
  text-align: center;
}
.baner-2 .baner-block-3 .icon {
  position: absolute;
  top: 0.7em;
  font-size: 4.4em;
  color: #ffffff;
}
.baner-2 .baner-block-3 .text-1 {
  top: 2.9em;
  left: 0;
  font-size: 3em;
  text-transform: uppercase;
}
.baner-2 .baner-block-3 .text-2 {
  top: 9.8em;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  text-transform: uppercase;
}
.baner-2 .baner-block-3 .tt-btn {
  top: 17.8em;
  left: 50%;
  margin-left: -3.55em;
}
.baner-2 .baner-block-3:hover .tt-btn {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.baner-2 .baner-block-4 {
  width: 55em;
  height: 34.7em;
  right: 0em;
}
.baner-2 .baner-block-4 .block-border {
  position: absolute;
  top: 1.54em;
  left: 1.54em;
  width: 33.92em;
  height: 31.52em;
  border: solid 1px #b8b5af;
}
.baner-2 .baner-block-4 .text-1,
.baner-2 .baner-block-4 .text-2,
.baner-2 .baner-block-4 .text-3 {
  position: absolute;
  width: 100%;
  color: #000000;
  text-align: center;
}
.baner-2 .baner-block-4 .text-1 {
  top: 4em;
  padding-left: 0.2em;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.4em;
}
.baner-2 .baner-block-4 .text-2 {
  top: 2.06em;
  left: 0;
  font-size: 4em;
  text-transform: uppercase;
  line-height: 1.2em;
}
.baner-2 .baner-block-4 .text-3 {
  top: 12.8em;
  left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
}
.baner-2 .baner-block-4 .tt-btn {
  left: 50%;
  top: 23.9em;
  margin-left: -3.55em;
  border-color: #000000;
  background-color: none;
  color: #000000;
}
.baner-2 .baner-block-4:hover .block-border {
  top: 0em;
  left: 0em;
  width: 37em;
  height: 34.7em;
}
.baner-2 .baner-block-5 {
  width: 50%;
  height: 33.5em;
  left: 0em;
}
.baner-2 .baner-block-5 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}.baner-2 .baner-block-3 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}.baner-2 .baner-block-4 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.baner-2 .baner-block-5 .block-text {
  position: absolute;
  width: 16.6em;
  height: 5.2em;
  top: 0;
  left: 50%;
  margin-left: -8.3em;
  background-color: #000000;
}
.baner-2 .baner-block-5 .text-1,.baner-2 .baner-block-6 .text-1 {
  position: absolute;
  width: 93%;
  top: 30%;
  font-size: 3em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  padding-left:7%;
  font-style:italic;
  color:rgb(30, 104, 203);
  font-weight:600;
}

.baner-block-5 .tt-btn,.baner-block-6 .tt-btn {
	display: block;
	width: 12.1em;
	height: 3.2em;
	padding-top: 0.9em;
	border:none !important;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	border-radius: 100px;
	bottom:20%;
	left:7%;
	background:rgb(30, 104, 203);
}

.baner-block-5 .tt-btn:hover,.baner-block-6 .tt-btn:hover {
	
	background:#fff;
	color:rgb(30, 104, 203);
	
}

.baner-2 .baner-block-5 .text-2 {
  position: absolute;
  top: 2.6em;
  width: 100%;
  font-size: 2.6em;
  color: #000000;
  text-align: center;
  font-weight: lighter;
}
.baner-2 .baner-block-5:hover img {
  -webkit-transform: scale(1.1) translateX(-4%);
  -moz-transform: scale(1.1) translateX(-4%);
  -ms-transform: scale(1.1) translateX(-4%);
  -o-transform: scale(1.1) translateX(-4%);
  transform: scale(1.1) translateX(-4%);
}.baner-2 .baner-block-3:hover img {
  -webkit-transform: scale(1.1) translateX(-4%);
  -moz-transform: scale(1.1) translateX(-4%);
  -ms-transform: scale(1.1) translateX(-4%);
  -o-transform: scale(1.1) translateX(-4%);
  transform: scale(1.1) translateX(-4%);
}.baner-2 .baner-block-4:hover img {
  -webkit-transform: scale(1.1) translateX(-4%);
  -moz-transform: scale(1.1) translateX(-4%);
  -ms-transform: scale(1.1) translateX(-4%);
  -o-transform: scale(1.1) translateX(-4%);
  transform: scale(1.1) translateX(-4%);
}
.baner-2 .baner-block-6 {
  width: 50%;
  height: 33.5em;
  right: 0em;
}
.baner-2 .baner-block-6 img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.baner-2 .baner-block-6 .curtain {
  position: absolute;
  width: 37em;
  height: 48.5em;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.4;
}
.baner-2 .baner-block-6 .text-2 {
  position: absolute;
  top: 17.1em;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  color: #ffffff;
  text-align: center;
  font-weight: lighter;
}
.baner-2 .baner-block-6:hover .curtain {
  opacity: 0;
}
.baner-2 .baner-block-6:hover img {
  -webkit-transform: scale(1.1) translateX(-4%);
  -moz-transform: scale(1.1) translateX(-4%);
  -ms-transform: scale(1.1) translateX(-4%);
  -o-transform: scale(1.1) translateX(-4%);
  transform: scale(1.1) translateX(-4%);
}
.baner-2.slider {
  height: auto;
}
.baner-2.slider .baner-block {
  position: static;
  width: 100%;
  height: auto;
}
.products-wrapper .btn-load-more {
  display: none;
  width: 96%;
  max-width: 294px;
  height: 46px;
  padding-top: 12px;
  margin: 0 auto;
  margin: 20px auto 26px;
  background-color: #ffffff;
  border: solid 1px #000000;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.products-wrapper .btn-load-more:hover {
  background-color: #000000;
  color: #ffffff;
}
.head-text-1 {
  margin-top: 10px;
}
.baner-3 {
  margin-top: 0px;
}
.baner-3 .baner-3-carousel {
  width: auto;
  margin-top: 24px;
  padding: 0 !important;
}
.baner-3 .product {
  margin-bottom: 0px;
}
.baner-3 .product .label {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  padding-top: 28px;
  top: 50%;
  right: 0;
  margin-top: -45px;
  margin-right: -60px;
  border-radius: 50%;
  background-color: rgb(30, 104, 203);
  z-index: 2;
  text-align: center;
}
.baner-3 .product .label .icon {
  font-size: 33px;
  color: #ffffff;
}
.baner-3 .owl-pagination {
  padding-top: 0;
}
.blog {
  width: 100%;
  margin-top: 38px;
}
.blog .blog-box {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.blog .blog-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.blog .blog-box .border-block {
  position: absolute;
  height: 70%;
  width: 70%;
  padding: 6% 6%;
  top: 15%;
  left: 15%;
  border: solid 14px #ffffff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.blog .blog-box .border-block .curtain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.blog .blog-box .border-block .text-1 {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
}
.blog .blog-box .border-block .text-2 {
  position: relative;
  margin-top: 10px;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 26px;
}
.blog .blog-box .border-block .info-block {
  padding-top: 42px;
}
.blog .blog-box .border-block .info-block .icon {
  display: block;
  float: left;
  position: relative;
  font-size: 18px;
  color: #ffffff;
}
.blog .blog-box .border-block .info-block .icon:nth-of-type(3) {
  margin-left: 26px;
}
.blog .blog-box .border-block .info-block .text {
  display: block;
  float: left;
  position: relative;
  margin-top: -3px;
  margin-left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: lighter;
}
.blog .blog-box .border-block .tt-btn {
  display: block;
  position: absolute;
  width: 104px;
  height: 48px;
  bottom: 48px;
  left: 40px;
  padding-top: 13px;
  color: #ffffff;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog .blog-box .border-block .tt-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.blog .blog-box:hover .border-block {
  background-color: rgb(30, 104, 203);
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  padding: 22% 21%;
}
.blog .blog-box::before {
  content: "";
  padding-top: 106.86%;
  float: left;
}
.blog .owl-pagination {
  margin-top: 36px;
}
.head-text-2 {
  margin-top: 76px;
  margin-bottom: 14px;
}
.brand-carousel {
  padding: 12px 0 0;
}
.brand-carousel .owl-wrapper {
  margin-bottom: 10px;
}
.brand-carousel li {
  padding: 0 18px;
}

.servimg{
	padding:10px;
	height:250px;
}
	


.brand-carousel li img {
  display: block;
  width: 100%;
  height: auto;
 /* opacity: 0.5;*/
  cursor: pointer;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;*/
  transition: 0.3s;
}
.brand-carousel li img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.brand-carousel .owl-controls {
  padding-top: 22px;
}
.baner-4 {
  position: relative;
  display: block;
  width: 100%;
  height: 110px;
  padding-top: 28px;
  bottom: -92px;
  background-color: #282530;
  text-align: center;
}
.baner-4 .text {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
}
.baner-4 .text .purple {
  color: rgb(30, 104, 203);
}
.baner-4 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.baner-4 .tt-btn {
  display: none;
}
main > .head-text {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
.modal.newsletter-modal .modal-dialog {
  margin-top: 150px;
  padding: 0 !important;
}
.modal.newsletter-modal .modal-body {
  overflow: hidden;
}
.modal.newsletter-modal .text-block {
  float: left;
  width: 56%;
  padding: 40px 48px 14px;
}
.modal.newsletter-modal .text-block > span {
  font-size: 36px;
}
.modal.newsletter-modal .text-block > p {
  font-size: 18px;
  font-weight: lighter;
  font-family: 'Open Sans', sans-serif;
  margin-top: 22px;
  color: #717171;
}
.modal.newsletter-modal .text-block .block-input {
  margin-top: 28px;
  position: relative;
}
.modal.newsletter-modal .text-block .block-input::after {
  position: absolute;
  display: block;
  content: '\e62a';
  font-family: 'Buyshop';
  font-size: 26px;
  top: 14px;
  left: 24px;
}
.modal.newsletter-modal .text-block .block-input .tt-input {
  font-size: 18px;
  padding-left: 70px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.08);
}
.modal.newsletter-modal .text-block .block-input .tt-input:focus,
.modal.newsletter-modal .text-block .block-input .tt-input:hover {
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.2);
  -moz-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.2);
  -ms-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.2);
  -o-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.2);
  box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.2);
  border-color: #ededed;
}
.modal.newsletter-modal .text-block .block-input .tt-input:focus {
  border: solid 0.6px rgb(30, 104, 203);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.4);
  -moz-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.4);
  -ms-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.4);
  -o-box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.4);
  box-shadow: 0px 0px 10px 2px rgba(157, 59, 198, 0.4);
}
.modal.newsletter-modal .text-block .block-input .tt-input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: lighter;
  color: #717171;
}
.modal.newsletter-modal .text-block .block-input .tt-input::-moz-placeholder {
  font-size: 18px;
  font-weight: lighter;
  color: #717171;
}
.modal.newsletter-modal .text-block .block-input .tt-input:-moz-placeholder {
  font-size: 18px;
  font-weight: lighter;
  color: #717171;
}
.modal.newsletter-modal .text-block .block-input .tt-input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: lighter;
  color: #717171;
}
.modal.newsletter-modal .text-block .btn {
  border-width: 2px;
  font-size: 18px;
  padding: 14px 22px;
  margin-top: 22px;
}
.modal.newsletter-modal .text-block .tt-checkbox {
  margin: 0;
  margin-top: 40px;
  width: 100%;
}
.modal.newsletter-modal .text-block .tt-checkbox .box {
  display: inline-block;
  margin-right: 12px;
  vertical-align: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
.modal.newsletter-modal .text-block .tt-checkbox .box:hover {
  -webkit-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.16);
  -o-box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 6px 1px rgba(0, 0, 0, 0.16);
}
.modal.newsletter-modal .text-block .tt-checkbox span {
  font-size: 18px;
  font-weight: lighter;
  font-family: 'Open Sans', sans-serif;
  vertical-align: 14px;
  color: #717171;
  margin: 0;
  cursor: pointer;
}
.modal.newsletter-modal .text-block .tt-checkbox span:hover {
  color: rgb(30, 104, 203);
}
.modal.newsletter-modal .image-block {
  float: right;
  width: 44%;
}
.modal.newsletter-modal .image-block img {
  position: absolute;
  width: auto;
  height: 100%;
}
.modal.quick-view-modal .modal-dialog {
  max-width: 1220px;
  padding-left: 120px;
  padding-right: 36px;
}
.modal.quick-view-modal .image-block {
  float: left;
  width: 45%;
}
.modal.quick-view-modal .image-block .preview-image {
  position: absolute;
  width: 100px;
  padding: 0 8px;
  left: -100px;
  top: 0;
}
.modal.quick-view-modal .image-block .preview-image img {
  display: block;
  cursor: pointer;
}
.modal.quick-view-modal .image-block .preview-image img:not(:first-child) {
  margin-top: 10px;
}
.modal.quick-view-modal .info-block {
  width: 55%;
  float: right;
  padding: 54px 20px 20px 34px;
}
.modal.quick-view-modal .info-block .name {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #212121;
}
.modal.quick-view-modal .info-block .name .label {
  position: absolute;
  display: block;
  width: 70px;
  height: 35px;
  padding-top: 10px;
  right: -100px;
  top: -12px;
  border-radius: 0%;
  background-color: rgb(30, 104, 203);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: none;
}
.modal.quick-view-modal .info-block .name .label::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
  border: solid 5px transparent;
  border-bottom-color: rgb(30, 104, 203);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal.quick-view-modal .info-block .stars {
  float: left;
  margin: 12px 16px 0 0;
  padding: 0;
}
.modal.quick-view-modal .info-block .stars li {
  display: block;
  float: left;
  cursor: pointer;
  color: #cfcfcf;
}
.modal.quick-view-modal .info-block .stars li:not(:first-child) {
  margin-left: 2px;
}
.modal.quick-view-modal .info-block .stars li.active {
  color: #000000;
}
.modal.quick-view-modal .info-block .price {
  display: block;
  float: left;
  width: 80%;
  margin: 24px 0 0 0;
  font-family: 'Open Sans', sans-serif;
}
.modal.quick-view-modal .info-block .price .single-price {
  font-size: 22px;
}
.modal.quick-view-modal .info-block .price > div {
  display: block;
  float: left;
}
.modal.quick-view-modal .info-block .price .special-price {
  display: inline-block;
  font-size: 22px;
  color: #ff0048;
}
.modal.quick-view-modal .info-block .price .old-price {
  display: inline-block;
  margin: 11px 0 0 12px;
  font-size: 14px;
  text-decoration: line-through;
}
.modal.quick-view-modal .info-block .description {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 48px;
}
.modal.quick-view-modal .info-block .settings {
  padding-top: 38px;
}
.modal.quick-view-modal .info-block .settings .size {
  margin-left: 0;
}
.modal.quick-view-modal .info-block .settings .color {
  margin-right: 52px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .blog .blog-box .border-block {
    padding: 16px 18px;
  }
  .blog .blog-box .border-block .text-2 {
    font-size: 12px;
    line-height: 16px;
  }
  .blog .blog-box .border-block .info-block {
    padding-top: 22px;
  }
  .blog .blog-box .border-block .info-block .icon {
    font-size: 14px;
  }
  .blog .blog-box .border-block .info-block .icon:nth-of-type(3) {
    margin-left: 16px;
  }
  .blog .blog-box .border-block .info-block .text {
    font-size: 12px;
  }
  .blog .blog-box .border-block .tt-btn {
    left: 16px;
    bottom: 18px;
  }
}
@media only screen and (max-width: 1216px) {
  main .baner-1 .text-block {
    width: 65% !important;
  }
  main .baner-1 .text-block .text-1 {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1362px) {
  main .baner-3 .product.right-hover:hover .label {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .md-overflow-hidden {
    overflow: hidden;
  }
  .rev_slider_wrapper .rev_slider .tp-bullets {
    margin-bottom: -40px !important;
  }
  main .swiper-container > .swiper-pagination-bullets {
    bottom: 14px;
  }
  main .swiper-container .pagination-circle {
    bottom: 50px;
  }
  main .baner-1 {
    display: none;
  }
  main .baner-1 .text-block {
    width: 65%;
    max-width: 264px;
    float: left;
  }
  main .baner-1 .text-block .text-1 {
    font-size: 28px;
  }
  main .baner-2 {
    margin-top: 15px;
  }
  main .baner-3 .product .label {
    width: 56px;
    height: 56px;
    padding-top: 18px;
    top: 40%;
    right: 0;
    margin-top: 0;
    margin-right: -43px;
  }
  main .baner-3 .product .label .icon {
    font-size: 20px;
    color: #ffffff;
  }
  main .blog .blog-box {
    height: auto;
  }
  main .blog .blog-box .border-block {
    text-align: center;
    border-width: 6px;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
  }
  main .blog .blog-box .border-block .text-2 {
    font-size: 26px;
  }
  main .blog .blog-box .border-block .info-block {
    display: inline-block;
    padding-top: 18px;
  }
  main .blog .blog-box .border-block .info-block .icon {
    font-size: 16px;
  }
  main .blog .blog-box .border-block .info-block .icon:nth-of-type(3) {
    margin-left: 10px;
  }
  main .blog .blog-box .border-block .info-block .text {
    font-size: 14px;
  }
  main .blog .blog-box .border-block .tt-btn {
    padding-top: 7px;
    width: 74px;
    height: 32px;
    left: 50%;
    margin-left: -37px;
    bottom: 48px;
    font-size: 12px;
  }
  main .blog .blog-box:hover .border-block {
    padding: 21% 6%;
  }
  main .baner-4 {
    display: block;
    height: 126px;
    padding-top: 24px;
  }
  main .baner-4 .text {
    font-size: 21.78px;
  }
  main .baner-4 img {
    height: 100%;
  }
  main .baner-4 .tt-btn {
    position: relative;
    display: block;
    width: 118px;
    height: 42px;
    padding-top: 7px;
    margin: 0 auto;
    margin-top: 12px;
    font-size: 20px;
    text-transform: uppercase;
    background-color: rgb(30, 104, 203);
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  main .baner-4 .tt-btn:hover {
    background-color: #ffffff;
    color: rgb(30, 104, 203);
  }
  .modal.newsletter-modal .modal-dialog {
    padding: 0 20px;
  }
  .modal.newsletter-modal .text-block {
    float: none;
    width: 100%;
    padding: 20px 24px 14px;
  }
  .modal.newsletter-modal .image-block {
    display: none;
  }
  .modal.quick-view-modal.in,
  .modal.quick-view-modal.in ~ .modal-backdrop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .baner-3 {
    margin-top: 10px;
  }
  .baner-3 .product .label {
    display: none;
  }
  .baner-3 .owl-pagination {
    margin-top: 20px;
  }
  .products-wrapper .btn-load-more {
    display: block;
  }
  .modal.quick-view-modal .modal-dialog {
    margin-left: 0;
    margin-right: 0;
  }
  .modal.quick-view-modal .image-block {
    width: 100%;
    float: none;
  }
  .modal.quick-view-modal .info-block {
    width: 100%;
    float: none;
    padding-left: 15px;
  }
  .modal.quick-view-modal .info-block .name .label {
    right: 0px;
    top: -44px;
  }
  .modal.newsletter-modal .modal-dialog {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 625px) and (max-width: 726px) {
  .blog .blog-box .border-block .text-2 {
    font-size: 16px !important;
    line-height: 18px;
  }
}
@media only screen and (max-width: 624px) {
  .blog .blog-box {
    height: auto !important;
  }
  .blog .blog-box .border-block {
    text-align: center;
    border-width: 8px;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    padding-left: 14px;
    padding-right: 14px;
  }
  .blog .blog-box .border-block .text-1 {
    font-size: 13px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
  }
  .blog .blog-box .border-block .text-2 {
    padding-top: 10px;
    font-size: 22px;
    line-height: 32px;
  }
  .blog .blog-box .border-block .info-block {
    padding-top: 32px;
  }
  .blog .blog-box .border-block .info-block .icon {
    font-size: 18px;
  }
  .blog .blog-box .border-block .info-block .icon:nth-of-type(3) {
    margin-left: 24px;
  }
  .blog .blog-box .border-block .info-block .text {
    font-size: 16px;
  }
  .blog .blog-box .border-block .info-block .text-comment {
    display: none;
  }
  .blog .blog-box .border-block .tt-btn {
    display: none;
  }
  .modal.quick-view-modal .modal-dialog {
    padding-left: 0;
    padding-right: 0;
  }
  .modal.quick-view-modal .image-block {
    position: relative;
  }
  .modal.quick-view-modal .image-block .preview-image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
    left: 0;
    overflow: hidden;
  }
  .modal.quick-view-modal .image-block .preview-image img {
    width: 80px;
    display: block;
    float: left;
    margin-top: 10px;
  }
  .modal.quick-view-modal .image-block .preview-image img:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 557px) {
  .product-navigation {
    margin-top: 94px;
  }
}
@media only screen and (max-width: 556px) {
  .product-navigation {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 542px) {
  .products-wrapper .btn-load-more {
    margin-top: 26px;
  }
  .baner-3 > .row {
    padding: 12px;
  }
  .baner-3 > .row .tt-col {
    padding: 3px;
  }
}
@media only screen and (max-width: 414px) {
  .small-overflow-hidden {
    overflow: hidden;
  }
  .container-fluid.none-padding-small {
    padding: 0;
  }
  .baner-2 {
    margin-top: 0px !important;
  }
  .baner-2 .owl-wrapper-outer {
    height: 46.88vh;
  }
  .baner-2 .owl-wrapper-outer .owl-wrapper {
    height: 100%;
  }
  .baner-2 .owl-wrapper-outer .owl-wrapper .owl-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .baner-2 .baner-block {
    position: relative !important;
    display: inline-block;
    width: auto;
    height: 100%;
    top: auto;
    left: auto;
  }
  .baner-2 .baner-block img {
    display: block;
    width: auto;
    height: 100%;
  }
  .baner-2 .baner-block .tt-btn {
    font-size: 1.1em;
  }
  .baner-2 .baner-block.full-height {
    width: auto !important;
    height: 100% !important;
  }
  .baner-2 .baner-block.full-height img {
    width: auto !important;
    height: 100% !important;
  }
  .baner-2 .baner-block.full-width {
    width: 100% !important;
    height: auto !important;
  }
  .baner-2 .baner-block.full-width img {
    width: 100% !important;
    height: auto !important;
  }
  .baner-2 .baner-block-1 img,
  .baner-2 .baner-block-1:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .baner-2 .baner-block-1 .tt-btn {
    padding-top: 0.9em;
    font-size: 2em;
    left: 2em;
    bottom: 2em;
  }
  .baner-2 .baner-block-2 img,
  .baner-2 .baner-block-2:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .baner-2 .baner-block-3 .tt-btn {
    font-size: 1.5em;
    top: 12.6em;
  }
  .baner-2 .baner-block-3:hover .tt-btn {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .baner-2 .baner-block-4:hover .block-border {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 33em;
    height: 30.6em;
    border: solid 1px #b8b5af;
  }
  .baner-2 .baner-block-4 .tt-btn {
    font-size: 1.5em;
    top: 17em;
  }
  .baner-2 .baner-block-5 img,
  .baner-2 .baner-block-5:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .baner-2 .baner-block-6 img,
  .baner-2 .baner-block-6:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .baner-2 .baner-block-6:hover .curtain {
    opacity: 0.4;
  }
  .baner-2 .baner-block-6 .tt-btn {
    font-size: 1.5em;
    top: 26em;
  }
  .baner-2 .owl-pagination {
    position: relative;
    top: -46px;
  }
  .brand-carousel li {
    padding: 0 8px;
  }
  .modal.newsletter-modal .text-block > span {
    font-size: 26px;
  }
  .modal.newsletter-modal .text-block > p {
    font-size: 14px;
    margin-top: 16px;
  }
  .modal.newsletter-modal .text-block .block-input {
    margin-top: 20px;
  }
  .modal.newsletter-modal .text-block .block-input .tt-input {
    font-size: 14px;
  }
  .modal.newsletter-modal .text-block .block-input .tt-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .modal.newsletter-modal .text-block .block-input .tt-input::-moz-placeholder {
    font-size: 14px;
  }
  .modal.newsletter-modal .text-block .block-input .tt-input:-moz-placeholder {
    font-size: 14px;
  }
  .modal.newsletter-modal .text-block .block-input .tt-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .modal.newsletter-modal .text-block .btn {
    font-size: 14px;
    padding: 12px 18px;
    margin-top: 16px;
  }
  .modal.newsletter-modal .text-block .tt-checkbox {
    margin-top: 20px;
  }
  .modal.newsletter-modal .text-block .tt-checkbox span {
    font-size: 10px;
  }
}
.product-block {
  width: 100%;
  height: auto;
}
.product-block .row {
  margin: 0;
}
.product-block .stars {
  float: left;
  padding: 0;
}
.product-block .stars li {
  display: block;
  float: left;
  cursor: pointer;
  color: #cfcfcf;
}
.product-block .stars li:not(:first-child) {
  margin-left: 2px;
}
.product-block .stars li.active {
  color: #000000;
}
.product-block .image-block {
  width: 100%;
  max-width: 570px;
  height: auto;
  margin: 0 auto;
}
.product-block .image-block .main-block {
  position: relative;
}
.product-block .image-block .main-block .owl-buttons {
  display: none;
}
.product-block .image-block .main-block .owl-buttons .owl-prev,
.product-block .image-block .main-block .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  background-color: transparent !important;
}
.product-block .image-block .main-block .owl-buttons .owl-prev span,
.product-block .image-block .main-block .owl-buttons .owl-next span {
  font-size: 18px;
  color: #212121;
}
.product-block .image-block .main-block .owl-buttons .owl-prev {
  left: 2px;
}
.product-block .image-block .main-block .owl-buttons .owl-next {
  right: 2px;
}
.product-block .image-block .preview-block {
  margin-top: 20px;
}
.product-block .image-block .preview-block .owl-wrapper {
  margin: 0 -7px;
}
.product-block .image-block .preview-block .owl-item {
  cursor: pointer;
  padding: 0 7px;
}
.product-block .image-block .preview-block .owl-buttons .owl-prev,
.product-block .image-block .preview-block .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: transparent !important;
}
.product-block .image-block .preview-block .owl-buttons .owl-prev span,
.product-block .image-block .preview-block .owl-buttons .owl-next span {
  font-size: 32px;
  color: #212121;
}
.product-block .image-block .preview-block .owl-buttons .owl-prev {
  left: -14px;
}
.product-block .image-block .preview-block .owl-buttons .owl-next {
  right: -14px;
}
.product-block .info-block {
  width: 94%;
}
.product-block .info-block .description {
  position: relative;
  display: block;
  font-size: 36px;
  margin-top: 74px;
  font-weight: lighter;
  text-transform: uppercase;
  color: #212121;
}
.product-block .info-block .description .label {
  position: absolute;
  display: block;
  width: 70px;
  height: 35px;
  padding-top: 10px;
  right: 120px;
  top: -18px;
  border-radius: 0%;
  background-color: rgb(30, 104, 203);
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: none;
}
.product-block .info-block .description .label::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
  border: solid 5px transparent;
  border-bottom-color: rgb(30, 104, 203);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-block .info-block .stars {
  margin: 28px 16px 0 2px;
}
.product-block .info-block > .text-1 {
  display: block;
  float: left;
  margin-top: 26px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.product-block .info-block .price {
  display: block;
  float: left;
  width: 80%;
  margin: 48px 0 50px 2px;
  font-family: 'Open Sans', sans-serif;
}
.product-block .info-block .price .single-price {
  font-size: 28px;
}
.product-block .info-block .price .text {
  display: block;
  float: none;
  margin-bottom: 6px;
  font-size: 14px;
  color: #bababa;
}
.product-block .info-block .price > div {
  display: block;
  float: left;
}
.product-block .info-block .price .special-price {
  display: inline-block;
  font-size: 28px;
  color: #ff0048;
}
.product-block .info-block .price .old-price {
  display: inline-block;
  margin: 11px 0 0 12px;
  font-size: 18px;
  text-decoration: line-through;
}
.settings .color {
  display: block;
  float: left;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
}
.settings .color li {
  position: relative;
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
}
.settings .color li img {
  vertical-align: inherit;
}
.settings .color li:not(:first-child) {
  margin-left: 14px;
}
.settings .color li:hover::after,
.settings .color li.active::after {
  position: absolute;
  display: block;
  content: '';
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: -2px;
  left: -2px;
  border: solid 4px #e5e5e5;
  cursor: pointer;
}
.settings .size {
  list-style: none;
  display: block;
  padding: 0;
  float: left;
  margin: -12px 0 0px 52px;
  overflow: hidden;
}
.settings .size li {
  display: block;
  float: left;
  width: 46px;
  height: 46px;
  padding-top: 10px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: solid 3px #ffffff;
  cursor: pointer;
}
.settings .size li:not(.disabled):hover,
.settings .size li.active {
  border-color: #ededed;
}
.settings .size li.disabled {
  color: #cfcfcf;
}
.settings .count-product {
  margin-top: 44px;
}
.settings .tt-btn-1 {
  display: block;
  float: left;
  width: 190px;
  height: 62px;
  padding-top: 12px;
  margin-top: 44px;
  border: solid 2px #000000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.settings .tt-btn-1:hover {
  background-color: #000000;
}
.settings .tt-btn-1:hover span {
  color: #ffffff;
}
.settings .tt-btn-1 span {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}
.settings .tt-btn-1 span::before {
  position: relative;
  top: 2px;
  margin-right: 12px;
  content: '\e97d';
  font-family: 'Buyshop';
  font-size: 24px;
  margin-right: 10px;
}
.settings .tt-btn-1 + .clearfix {
  display: none;
}
.settings .count,
.settings .tt-btn-1 {
  margin-right: 26px;
}
.settings .btn-2-3-group {
  float: left;
  overflow: hidden;
}
.settings .tt-btn-2,
.settings .tt-btn-3 {
  display: block;
  float: left;
  width: 67px;
  height: 62px;
  padding-top: 12px;
  margin-top: 45px;
  border: solid 1px #ededed;
  background-color: #ffffff;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
}
.settings .tt-btn-2:hover,
.settings .tt-btn-3:hover {
  background-color: #ededed;
}
.settings .tt-btn-2:hover span,
.settings .tt-btn-3:hover span {
  color: rgb(30, 104, 203);
}
.settings .tt-btn-2.active span,
.settings .tt-btn-3.active span {
  color: rgb(30, 104, 203);
}
.settings .tt-btn-3 {
  margin-left: -1px;
}
.settings .social a {
  margin-top: 68px;
}
.head-text-3 {
  margin-top: 70px;
}
.offers {
  position: relative;
  margin: 0 -15px;
  margin-top: 16px;
  margin-bottom: -100px;
  overflow: hidden;
}
.offers .products-wrapper.product-grid {
  margin: 0;
}
.offers .owl-wrapper-outer {
  padding-top: 20px;
  padding-bottom: 50px;
}
.offers .owl-wrapper-outer .owl-item:hover,
.offers .owl-wrapper-outer .owl-item:hover .preview-images-wrapp {
  position: relative;
  z-index: 100;
}
.offers .owl-prev,
.offers .owl-next {
  position: absolute;
  top: 28%;
  background-color: transparent !important;
  opacity: 1 !important;
}
.offers .owl-prev span,
.offers .owl-next span {
  font-size: 36px;
  color: #000000;
}
.offers .owl-prev:hover span,
.offers .owl-next:hover span {
  color: rgb(30, 104, 203);
}
.offers .owl-prev {
  left: -14px;
}
.offers .owl-next {
  right: -14px;
}
.zoomContainer {
  z-index: 10 !important;
}
.zoomContainer .zoomLens,
.zoomContainer .zoomWindowContainer,
.zoomContainer .zoomLens div,
.zoomContainer .zoomWindowContainer div {
  z-index: 10 !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1172px) {
  .product-block .info-block .settings .count,
  .product-block .info-block .settings .tt-btn-1 {
    margin-right: 6px;
  }
  .product-block .info-block .settings .tt-btn-1 {
    width: 160px;
  }
}
@media only screen and (min-width: 1025px) {
  .container-fluid.image-block-padding {
    padding-right: 0;
  }
  .container-fluid.info-block-padding {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .product-block .info-block {
    width: 100%;
  }
  .product-block .info-block .description {
    float: left;
    clear: both;
  }
  .product-block .info-block .description .label {
    right: -96px;
  }
  .product-block .info-block .tabs {
    margin-bottom: 60px;
  }
  .product-block .info-block .settings .size span {
    margin-top: 40px;
  }
  .product-block .info-block .settings .count {
    display: inline-block;
    float: left;
  }
  .product-block .info-block .settings .tt-btn-1 {
    width: 40%;
    min-width: 190px;
  }
  .zoomContainer {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .product-block .info-block .tabs {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 40px;
  }
  .product-block .info-block .tabs .navigation {
    border-bottom: solid 1px #ededed;
    overflow: hidden;
  }
  .product-block .info-block .tabs .navigation ul {
    width: 76%;
    padding: 0;
    margin: 0;
    height: 42px;
    list-style: none;
    text-align: justify;
    text-justify: newspaper;
    zoom: 1;
  }
  .product-block .info-block .tabs .navigation ul:after {
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
  }
  .product-block .info-block .tabs .navigation .tab-btn {
    display: inline-block;
    height: 42px;
    padding-top: 10px;
    text-align: left;
  }
  .product-block .info-block .tabs .navigation .tab-btn a {
    position: relative;
    font-size: 16px;
    color: #bababa;
    text-transform: uppercase;
  }
  .product-block .info-block .tabs .navigation .tab-btn a::after {
    position: absolute;
    display: block;
    content: '';
    width: 84px;
    border-bottom: solid 2px #e0e0e0;
    bottom: -11px;
    left: 50%;
    margin-left: -42px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .product-block .info-block .tabs .navigation .tab-btn a:hover,
  .product-block .info-block .tabs .navigation .tab-btn.active a {
    color: #212121;
  }
  .product-block .info-block .tabs .navigation .tab-btn a:hover::after {
    opacity: 1;
  }
  .product-block .info-block .tabs .navigation .tab-btn .tab {
    display: none;
    margin-top: 10px;
  }
  .product-block .info-block .tabs .navigation .border {
    position: relative;
    width: 84px;
    border-bottom: solid 2px rgb(30, 104, 203);
  }
  .product-block .info-block .tabs .content .tab {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  }
  .product-block .info-block .tabs .content .tab p {
    display: block;
    font-size: 15px;
  }
  .product-block .info-block .tabs .content .tab-1 {
    padding: 40px 20px 10px 0;
  }
  .product-block .info-block .tabs .content .tab-1 ul {
    padding-left: 18px;
    margin-top: 24px;
    list-style-type: disc;
  }
  .product-block .info-block .tabs .content .tab-1 ul li {
    padding-left: 4px;
  }
  .product-block .info-block .tabs .content .tab-2 {
    padding: 40px 10px 10px 0;
  }
  .product-block .info-block .tabs .content .tab-2 p:not(:first-child) {
    margin-top: 28px;
  }
  .product-block .info-block .tabs .content .tab-3 img {
    width: 100%;
    height: auto;
  }
  .product-block .info-block .tabs .content .tab-4 > div {
    overflow: hidden;
  }
  .product-block .info-block .tabs .content .tab-4 > div:not(:first-child) {
    border-top: solid 1px #ededed;
  }
  .product-block .info-block .tabs .content .tab-4 .block-1 {
    padding: 28px 0;
  }
  .product-block .info-block .tabs .content .tab-4 .block-1 .stars {
    float: left;
    margin-top: 12px;
  }
  .product-block .info-block .tabs .content .tab-4 .block-1 .text {
    display: block;
    float: left;
    margin: 11px 0 0 34px;
    font-size: 14px;
  }
  .product-block .info-block .tabs .content .tab-4 .block-1 .tt-btn {
    float: right;
    width: 122px;
    height: 42px;
    padding-top: 10px;
    background-color: #ffffff;
    border: solid 1px #000000;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-block .info-block .tabs .content .tab-4 .block-1 .tt-btn:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .product-block .info-block .tabs .content .tab-4 .block-2,
  .product-block .info-block .tabs .content .tab-4 .block-3 {
    padding: 14px 0 24px 4px;
  }
  .product-block .info-block .tabs .content .tab-4 .block-2 .stars,
  .product-block .info-block .tabs .content .tab-4 .block-3 .stars {
    float: left;
    margin: 0px 0 0 -2px;
  }
  .product-block .info-block .tabs .content .tab-4 .block-2 .text-1,
  .product-block .info-block .tabs .content .tab-4 .block-3 .text-1 {
    display: block;
    float: left;
    margin: 1px 0 20px 18px;
    font-size: 11px;
    text-transform: uppercase;
  }
  .product-block .info-block .tabs .content .tab-4 .block-2 .text-2,
  .product-block .info-block .tabs .content .tab-4 .block-3 .text-2 {
    display: block;
    clear: both;
    margin: 0 0 4px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .product-block .info-block .description {
    margin-top: 60px;
  }
  .product-block .info-block .tabs {
    clear: both;
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 40px;
  }
  .product-block .info-block .tabs .navigation > ul::after {
    display: block;
    content: '';
    border-top: solid 1px #ededed;
    margin: 0 -15px;
  }
  .product-block .info-block .tabs .navigation > ul .tab-btn {
    display: block;
    height: 42px;
    margin: 0 -15px;
    text-align: left;
    overflow: hidden;
  }
  .product-block .info-block .tabs .navigation > ul .tab-btn::before {
    display: block;
    content: '';
    border-top: solid 1px #ededed;
  }
  .product-block .info-block .tabs .navigation > ul .tab-btn a {
    display: block;
    padding: 8px 15px;
    font-size: 18px;
    color: #212121;
    text-transform: uppercase;
  }
  .product-block .info-block .tabs .navigation > ul .tab-btn a::after {
    display: inline-block;
    float: right;
    content: '\e601';
    font-size: 12px;
    font-family: 'Buyshop';
    color: #000000;
    margin-top: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-block .info-block .tabs .navigation > ul .tab-btn.active {
    height: auto;
  }
  .product-block .info-block .tabs .navigation > ul .tab-btn.active a::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .product-block .info-block .tabs .navigation .border {
    display: none;
  }
  .product-block .info-block .tabs .navigation .tab {
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
  }
  .product-block .info-block .tabs .navigation .tab-1 {
    padding: 10px 20px 30px 15px;
  }
  .product-block .info-block .tabs .navigation .tab-1 .text {
    display: block;
  }
  .product-block .info-block .tabs .navigation .tab-1 ul {
    padding-left: 18px;
    margin-top: 24px;
    list-style-type: disc;
  }
  .product-block .info-block .tabs .navigation .tab-1 ul li {
    padding-left: 4px;
  }
  .product-block .info-block .tabs .navigation .tab-2 {
    padding: 10px 20px 10px 15px;
  }
  .product-block .info-block .tabs .navigation .tab-2 .text:not(:first-child) {
    display: block;
    margin-top: 28px;
  }
  .product-block .info-block .tabs .navigation .tab-3 img {
    width: 100%;
    height: auto;
  }
  .product-block .info-block .tabs .navigation .tab-4 > div {
    overflow: hidden;
  }
  .product-block .info-block .tabs .navigation .tab-4 > div:not(:first-child) {
    border-top: solid 1px #ededed;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-1 {
    padding: 8px 0 28px;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-1 .stars {
    float: left;
    margin-top: 32px;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-1 .text {
    display: block;
    float: left;
    margin: 31px 0 0 34px;
    font-size: 14px;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-1 .tt-btn {
    float: right;
    width: 122px;
    height: 42px;
    padding-top: 10px;
    margin-top: 20px;
    background-color: #ffffff;
    border: solid 1px #000000;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-1 .tt-btn:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-2,
  .product-block .info-block .tabs .navigation .tab-4 .block-3 {
    padding: 14px 0 24px 4px;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-2 .stars,
  .product-block .info-block .tabs .navigation .tab-4 .block-3 .stars {
    float: left;
    margin: 0px 0 0 -2px;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-2 .text-1,
  .product-block .info-block .tabs .navigation .tab-4 .block-3 .text-1 {
    display: block;
    float: left;
    margin: 1px 0 20px 18px;
    font-size: 11px;
    text-transform: uppercase;
  }
  .product-block .info-block .tabs .navigation .tab-4 .block-2 .text-2,
  .product-block .info-block .tabs .navigation .tab-4 .block-3 .text-2 {
    display: block;
    clear: both;
    margin: 0 0 4px 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .product-block .info-block .tabs .content {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .product-block .info-block .tabs {
    margin-bottom: 60px;
  }
  .product-block .info-block .settings .color {
    margin-bottom: 24px;
  }
  .product-block .info-block .settings .size {
    clear: both;
    float: none;
    margin-left: 0;
  }
  .product-block .info-block .settings .size span {
    margin-top: 40px;
  }
  .product-block .info-block .settings .count {
    width: 120px;
    height: 52px;
    display: inline-block;
    float: left;
    margin-right: 18px;
  }
  .product-block .info-block .settings .count .btn-less,
  .product-block .info-block .settings .count .btn-more {
    padding-top: 14px;
  }
  .product-block .info-block .settings .tt-btn-1 {
    width: 48%;
    min-width: 110px;
    max-width: 152px;
    height: 52px;
    padding-top: 9px;
    margin-right: 0;
  }
  .product-block .info-block .settings .tt-btn-1 span {
    font-size: 16px;
  }
  .product-block .info-block .settings .tt-btn-1 span::before {
    font-size: 18px;
    margin-right: 3%;
    vertical-align: 2px;
  }
  .product-block .info-block .settings .tt-btn-1 + .clearfix {
    display: block;
  }
  .product-block .info-block .settings .social {
    clear: inherit;
    float: left;
  }
  .product-block .info-block .settings .social a {
    width: 36px;
    height: 36px;
    padding-top: 8px;
    margin-top: 50px;
  }
  .product-block .info-block .settings .social a:not(:first-child) {
    margin-left: 6px;
  }
  .product-block .info-block .settings .btn-2-3-group {
    float: left;
    margin-right: 16px;
  }
  .product-block .info-block .settings .btn-2-3-group .tt-btn-2,
  .product-block .info-block .settings .btn-2-3-group .tt-btn-3 {
    width: 46px;
    height: 42px;
    padding-top: 0;
  }
  .product-block .info-block .settings .btn-2-3-group .tt-btn-2 .icon,
  .product-block .info-block .settings .btn-2-3-group .tt-btn-3 .icon {
    font-size: 16px;
  }
  .product-block .info-block .settings .btn-2-3-group .tt-btn-2 {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 414px) {
  .offers {
    margin: 0;
    margin-bottom: -100px;
  }
  .offers .products-wrapper.product-grid {
    width: auto;
    margin: 0 -4px;
  }
  .offers .products-wrapper.product-grid .owl-item > div {
    padding: 0 4px;
  }
  .offers .owl-prev {
    left: -10px;
  }
  .offers .owl-next {
    right: -10px;
  }
  .product-block .row {
    margin: 0;
  }
  .product-block .row > div:first-child {
    padding: 0;
  }
  .product-block .info-block {
    width: 100%;
  }
  .product-block .info-block .description {
    float: left;
    clear: both;
    margin-top: 14px;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
  }
  .product-block .info-block .description .label {
    right: -12px;
    top: -46px;
    bottom: auto;
  }
  .product-block .image-block .main-block .owl-buttons {
    display: block;
  }
  .product-block .image-block .preview-block {
    display: none !important;
  }
}
.listing {
  margin-top: 70px;
}
.listing > .row > div:nth-child(1) {
  float: right;
  padding: 0;
}
.listing > .row > div:nth-child(1) > .row {
  margin-top: 28px;
}
.listing > .row > div:nth-child(2) {
  float: left;
}
.listing .head-baner {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.listing .head-baner .image-block {
  float: left;
  max-height: 244px;
}
.listing .head-baner .text-block {
  position: absolute;
  width: 100%;
  max-width: 612px;
  height: auto;
  min-height: 216px;
  padding-left: 2%;
  padding: 24px 34px 0;
  margin-left: -2%;
  margin-top: 14px;
  right: 0;
  background-color: #ffffff;
}
.listing .head-baner .text-block .head {
  font-size: 36px;
}
.listing .head-baner .text-block p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
}
.listing .control {
  overflow: hidden;
  padding: 15px;
}
.listing .control > select:nth-child(1) {
  float: left;
  max-width: 172px;
  height: 52px;
  margin-bottom: 10px;
}
.listing .control .tt-btn:nth-child(2) {
  display: block;
  float: left;
  font-size: 18px;
  margin-left: 12px;
  margin-top: 16px;
  margin-right: 94px;
}
.listing .control .float-block {
  float: left;
}
.listing .control .float-block .btn-list-block {
  float: left;
  margin-right: 80px;
}
.listing .control .float-block .btn-list-block .btn-list-view-1,
.listing .control .float-block .btn-list-block .btn-list-view-2 {
  display: block;
  float: left;
  padding-top: 14px;
  width: 56px;
  height: 52px;
  border: solid 2px #e2e2e2;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.06);
}
.listing .control .float-block .btn-list-block .btn-list-view-1:hover,
.listing .control .float-block .btn-list-block .btn-list-view-2:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -moz-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -ms-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  -o-box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  box-shadow: 0 0 10px 2px rgba(157, 59, 198, 0.2);
  border-color: rgba(157, 59, 198, 0.2);
}
.listing .control .float-block .btn-list-block .btn-list-view-1:hover .icon,
.listing .control .float-block .btn-list-block .btn-list-view-2:hover .icon {
  color: rgb(30, 104, 203) !important;
}
.listing .control .float-block .btn-list-block .btn-list-view-1 .icon,
.listing .control .float-block .btn-list-block .btn-list-view-2 .icon {
  font-size: 20px;
  color: #e1e1e1;
}
.listing .control .float-block .btn-list-block .btn-list-view-1.active,
.listing .control .float-block .btn-list-block .btn-list-view-2.active {
  border: solid 2px rgb(30, 104, 203);
}
.listing .control .float-block .btn-list-block .btn-list-view-1.active .icon,
.listing .control .float-block .btn-list-block .btn-list-view-2.active .icon {
  color: #000000;
}
.listing .control .float-block .btn-list-block .btn-list-view-1 {
  margin-right: 6px;
}
.listing .control .float-block .select-quantity-block {
  width: 150px;
  float: left;
}
.listing .control .float-block .select-quantity-block span:first-child {
  display: block;
  float: left;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  margin-top: 12px;
  margin-right: 20px;
}
.listing .control .float-block .select-quantity-block select {
  display: block;
  float: left;
  max-width: 80px;
  height: 52px;
}
.listing .control .info-text {
  display: block;
  float: right;
  font-size: 20px;
  font-weight: lighter;
  margin-top: 12px;
}
.listing .control .info-text span {
  color: rgb(30, 104, 203);
  font-weight: normal;
}
.listing .products-wrapper {
  margin: 0;
}
.listing .btn-load-more {
  display: block;
  width: 162px;
  height: 64px;
  padding-top: 16px;
  margin: 0 auto;
  margin-top: 60px;
  border-width: 2px;
  font-size: 20px;
}
.listing .listing-sidebar {
  padding-top: 120px;
}
.listing .listing-sidebar .select-categoty {
  overflow: hidden;
}
.listing .listing-sidebar .select-categoty a {
  position: relative;
  display: block;
  float: left;
  padding: 4px 28px 4px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: rgb(30, 104, 203);
  border: solid 1px rgb(30, 104, 203);
  border-radius: 2px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listing .listing-sidebar .select-categoty a:after {
  position: absolute;
  content: '\e620';
  font-family: 'Buyshop';
  font-size: 8px;
  top: 9px;
  right: 8px;
  color: #ffffff;
}
.listing .listing-sidebar .select-categoty a.active,
.listing .listing-sidebar .select-categoty a:hover {
  background-color: #ffffff;
  color: rgb(30, 104, 203);
}
.listing .listing-sidebar .select-categoty a.active:after,
.listing .listing-sidebar .select-categoty a:hover:after {
  color: rgb(30, 104, 203);
}
.listing .listing-sidebar .head-block {
  margin-top: 46px;
  overflow: hidden;
}
.listing .listing-sidebar .head-block .h2 {
  width: inherit;
  float: left;
  margin-top: 2px;
}
.listing .listing-sidebar .head-block .tt-btn-type1 {
  float: right;
  font-size: 12px;
  padding: 6px 10px;
  margin: 0;
  border-color: #a1a1a1;
}
.listing .listing-sidebar .head-block .tt-btn-type1:hover {
  border-color: #000000;
}
.listing .listing-sidebar .head-block.hd-category {
  margin-top: 46px;
}
.listing .listing-sidebar .head-block.hd-sale {
  margin-top: 26px;
}
.listing .listing-sidebar .listing-accordion {
  display: inline-block;
  width: 100%;
}
.listing .listing-sidebar .listing-accordion > ul > li {
  display: block;
  height: 58px;
  text-align: left;
  overflow: hidden;
}
.listing .listing-sidebar .listing-accordion > ul > li:not(:first-child) {
  border-top: solid 1px #ededed;
}
.listing .listing-sidebar .listing-accordion > ul > li > a {
  position: relative;
  display: block;
  padding: 13px 15px 16px 0px;
  font-size: 22px;
  color: #212121;
  text-transform: uppercase;
}
.listing .listing-sidebar .listing-accordion > ul > li > a::before {
  position: absolute;
  display: block;
  content: '';
  border: 3px solid transparent;
  border-bottom-color: #000000;
  right: 12px;
  top: 23px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content {
  overflow: hidden;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .color {
  display: block;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 10px 4px 0;
  margin-left: 6px;
  margin-bottom: 10px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .color li {
  position: relative;
  display: block;
  float: left;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .color li a {
  display: block;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .color li img {
  vertical-align: inherit;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .color li:not(:last-child) {
  margin-right: 10px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .color li:hover::after,
.listing .listing-sidebar .listing-accordion > ul > li .content .color li.active::after {
  position: absolute;
  display: block;
  content: '';
  width: 47px;
  height: 47px;
  border-radius: 50%;
  top: -2px;
  left: -2px;
  border: solid 4px #e5e5e5;
  cursor: pointer;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .size {
  list-style: none;
  display: block;
  padding: 0;
  float: left;
  margin: 0 0 12px 10px;
  overflow: hidden;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .size li {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
  padding-top: 9px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  border: solid 3px #ffffff;
  cursor: pointer;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .size li:not(:last-child) {
  margin-right: 8px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .size li:hover,
.listing .listing-sidebar .listing-accordion > ul > li .content .size li.active {
  border-color: #ededed;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .size li.disabled {
  color: #cfcfcf;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .price-section {
  padding: 0 20px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .price-section .irs {
  margin-bottom: 28px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .tt-tags {
  padding: 0 20px 0 10px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section {
  margin-left: 10px;
  margin-bottom: 12px;
  padding: 10px 0 20px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section p {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section ul li:not(:first-child) {
  margin-top: 16px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section ul li a {
  display: inline-block;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section ul li a:nth-child(1) {
  font-size: 16px;
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section ul li a:nth-child(2) {
  width: 40px;
  margin-left: 12px;
  vertical-align: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section ul li a:nth-child(2):hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.12);
}
.listing .listing-sidebar .listing-accordion > ul > li .content .compare-section ul li a:nth-child(3) {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: lighter;
  padding: 0 5px;
}
.listing .listing-sidebar .listing-accordion > ul > li.active a::before {
  top: 27px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.listing .listing-sidebar .listing-category {
  margin-top: 10px;
}
.listing .listing-sidebar .listing-category > ul > li > a {
  font-size: 18px;
  padding: 16px 15px 16px 0px;
  text-transform: inherit;
}
.listing .listing-sidebar .listing-category > ul > li > a::before {
  position: absolute;
  display: block;
  font-family: 'Buyshop';
  font-size: 12px;
  content: '\e604';
  border: none;
  right: 10px;
  top: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listing .listing-sidebar .listing-category > ul > li .content {
  overflow: hidden;
  border-top: solid 1px #ededed;
  margin-top: 1px;
}
.listing .listing-sidebar .listing-category > ul > li .content ul {
  padding-left: 16px;
}
.listing .listing-sidebar .listing-category > ul > li .content ul li {
  position: relative;
  height: 31px;
  overflow: hidden;
}
.listing .listing-sidebar .listing-category > ul > li .content ul li.li-toggle > a::after {
  position: absolute;
  display: block;
  content: '\e604';
  right: 10px;
  top: 8px;
  font-size: 12px;
  font-family: 'Buyshop';
  font-weight: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listing .listing-sidebar .listing-category > ul > li .content ul li.li-toggle.active > a::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.listing .listing-sidebar .listing-category > ul > li .content ul li a {
  display: block;
  padding: 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.listing .listing-sidebar .listing-category > ul > li .content ul li.active > a {
  font-weight: bold;
}
.listing .listing-sidebar .listing-category > ul > li .content > ul {
  padding: 20px 0;
}
.listing .listing-sidebar .listing-category > ul > li .content > ul > li ul li a {
  font-style: italic;
}
.listing .listing-sidebar .listing-category > ul > li.active a::before {
  top: 19px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.listing .listing-sidebar .sale-block {
  margin-top: 24px;
}
.listing .listing-sidebar .sale-block .product-section {
  width: 100%;
}
.listing .listing-sidebar .sale-block .product-section:not(:first-child) {
  margin-top: 28px;
}
.listing .listing-sidebar .sale-block .product-section > div {
  display: inline-block;
  float: left;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(1) {
  width: 40%;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(1) .image {
  display: block;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(1) .image:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) {
  width: 60%;
  padding-left: 18px;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) a:nth-child(1) {
  display: block;
  margin-top: 4px;
  font-weight: lighter;
  font-size: 16px;
  text-transform: uppercase;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .stars {
  float: left;
  list-style: none;
  padding: 0;
  margin: 12px 0 10px;
  overflow: hidden;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .stars li {
  display: block;
  float: left;
  cursor: pointer;
  color: #cfcfcf;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .stars li:not(:first-child) {
  margin-left: 0px;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .stars li.active {
  color: #000000;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .icon-add {
  display: block;
  float: left;
  clear: both;
  margin-top: 10px;
  margin-left: 4px;
  font-size: 20px;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .price {
  display: block;
  float: left;
  width: 74%;
  padding: 8px 0 0 10px;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .price > div {
  display: block;
  float: left;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .price .single-price {
  font-size: 20px;
  margin-top: -2px;
  font-family: 'Open Sans', sans-serif;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .price .special-price {
  display: inline-block;
  margin-top: -2px;
  font-size: 20px;
  color: #ff0048;
  font-family: 'Open Sans', sans-serif;
}
.listing .listing-sidebar .sale-block .product-section > div:nth-child(2) .price .old-price {
  display: inline-block;
  margin: 0px 0 0 12px;
  font-size: 14px;
  text-decoration: line-through;
  font-family: 'Open Sans', sans-serif;
}
.listing .listing-sidebar .footer-baner {
  display: block;
  margin-top: 54px;
}
.listing .listing-sidebar .footer-baner span {
  position: relative;
  display: block;
  width: 92%;
  padding: 20px 20px;
  margin-top: -20px;
  margin-left: 4%;
  background-color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 1124px) {
  .listing .control .tt-btn:nth-child(2) {
    margin-right: 44px;
  }
  .listing .control .float-block .btn-list-block {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .listing {
    margin-top: 20px;
  }
  .listing .head-baner {
    margin-bottom: 20px;
  }
  .listing .head-baner .image-block {
    float: none;
    max-height: inherit;
  }
  .listing .head-baner .image-block img {
    width: 100%;
    height: auto;
  }
  .listing .head-baner .text-block {
    position: relative;
    max-width: inherit;
    width: 90%;
    padding: 22px 28px 0;
    margin: 0 auto;
    margin-top: -10%;
  }
  .listing .head-baner .text-block .head {
    font-size: 28px;
  }
  .listing .head-baner .text-block p {
    font-size: 14px;
  }
  .listing .control .tt-btn:nth-child(2) {
    margin-right: 32px;
  }
  .listing .control .float-block .btn-list-block {
    float: right;
    margin: 0;
    margin-top: 4px;
  }
  .listing .control .float-block .btn-list-block .btn-list-view-1,
  .listing .control .float-block .btn-list-block .btn-list-view-2 {
    padding-top: 10px;
    width: 42px;
    height: 42px;
    border: none !important;
  }
  .listing .control .float-block .btn-list-block .btn-list-view-1,
  .listing .control .float-block .btn-list-block .btn-list-view-2,
  .listing .control .float-block .btn-list-block .btn-list-view-1:hover,
  .listing .control .float-block .btn-list-block .btn-list-view-2:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .listing .control .float-block .btn-list-block .btn-list-view-1 .icon,
  .listing .control .float-block .btn-list-block .btn-list-view-2 .icon {
    font-size: 26px;
  }
  .listing .control .float-block .btn-list-block .btn-list-view-1 {
    margin: 0;
  }
  .listing .control .float-block .select-quantity-block {
    float: left;
    margin-right: 32px;
  }
  .listing .control .info-text {
    display: none;
  }
}
@media only screen and (max-width: 814px) {
  .listing .control .tt-btn:nth-child(2) {
    margin-right: 22px;
  }
  .listing .control .float-block .select-quantity-block {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .listing .control .tt-btn:nth-child(2) {
    margin-right: 10px;
  }
  .listing .control .float-block .btn-list-block {
    margin-top: 6px;
  }
  .listing .control .float-block .btn-list-block .btn-list-view-1 .icon,
  .listing .control .float-block .btn-list-block .btn-list-view-2 .icon {
    font-size: 20px;
  }
  .listing .control .float-block .select-quantity-block {
    display: none;
  }
  .listing .listing-sidebar {
    padding-top: 60px;
  }
  .listing .btn-load-more {
    width: 90%;
    max-width: 294px;
    height: 48px;
    padding-top: 13px;
    margin-top: 60px;
    border-width: 1px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  .listing .head-baner .image-block {
    margin: 0 -15px;
  }
  .listing .head-baner .text-block {
    width: 100%;
    margin: 0 auto;
    padding: 22px 0 0;
  }
  .listing .head-baner .text-block .head {
    font-size: 22px;
  }
  .listing .head-baner .text-block p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 342px) {
  .listing .control .float-block {
    clear: both;
    float: left;
  }
}
.head-text-type1 {
  display: block;
  width: 100%;
  text-align: center;
}
.head-text-type1 > span,
.head-text-type1 > h1,
.head-text-type1 > h2,
.head-text-type1 > h3,
.head-text-type1 > h4,
.head-text-type1 > h5 {
  font-size: 34px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}
.head-text-type1 > span::after,
.head-text-type1 > h1::after,
.head-text-type1 > h2::after,
.head-text-type1 > h3::after,
.head-text-type1 > h4::after,
.head-text-type1 > h5::after {
  display: block;
  margin: 0 auto;
  content: '';
  width: 74px;
  border-bottom: solid 4px rgb(30, 104, 203);
  margin-top: 34px;
}
.head-text1 {
  margin-top: 70px;
  margin-bottom: 40px;
}
.head-text-type2,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  width: 100%;
  font-size: 26px;
  color: #263b7e;
  text-transform: uppercase;
  text-align: left;
}
.head-text-type2 {
      font-size: 26px;
    font-weight: 700;
    border-bottom: 5px solid #eee;
    line-height: 2;
}
.h1 {
  font-size: 28px;
}
.h2 {
  font-size: 14px;
    font-weight: 900;
}
.h3 {
  font-size: 20px;
}
.h4 {
  font-size: 18px;
}
.h5 {
  font-size: 16px;
}
.h6 {
  font-size: 14px;
}
.head-text-type3 {
  display: block;
  width: 100%;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.headings {
  padding-bottom: 56px;
}
.headings .h1,
.headings .h2,
.headings .h3,
.headings .h4,
.headings .h5,
.headings .h6 {
  margin-top: 26px;
}
.headings .h1 {
  margin-top: 36px;
}
.border-bottom-type1 {
  border-bottom: solid 1px #ededed;
}
.parag-bold,
.parag-italic,
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}
.parag-bold {
  font-weight: bold;
}
.parag-italic {
  font-style: italic;
}
.paragraphs {
  padding: 50px 0 56px;
}
.paragraphs p {
  margin-top: 24px;
}
.dropcap {
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
}
.dropcap::first-letter {
  float: left;
  padding: 4px 6px 6px;
  margin-right: 8px;
  margin-top: 4px;
  font-size: 60px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  line-height: 0.9;
}
.dropcap.invert::first-letter {
  background-color: rgb(30, 104, 203);
  color: #ffffff;
}
.dropcaps {
  padding: 50px 0 70px;
}
.dropcaps .dropcap {
  margin-top: 38px;
}
.dropcaps .dropcap:first-of-type {
  margin-top: 28px;
}
.listing-block {
  padding-top: 76px;
}
.listing-block > .head-text-type2 {
  margin-bottom: 28px;
}
.listing-block .list-head {
  font-size: 15px;
}
.listing-block .tt-list {
  margin-top: 20px;
  margin-bottom: 30px;
}
.Open Sans {
  font-family: 'Open Sans', sans-serif !important;
}
.bold {
  font-weight: bold !important;
}
.tt-list {
  padding: 0;
  padding-left: 19px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.tt-list li {
  margin-top: 8px;
}
ul.tt-list {
  list-style-type: disc;
}
ol.tt-list {
  list-style-type: decimal;
}
ol.tt-list li {
  padding-left: 18px;
  margin-top: 10px;
}
ul.tt-list ul.tree {
  padding: 0;
  padding-left: 10px;
  list-style: none;
}
ul.tt-list ul.tree ul.tree {
  padding-left: 26px;
}
ul.tt-list ul.tree li {
  position: relative;
}
ul.tt-list ul.tree li::before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  top: 12px;
  left: -24px;
  border-bottom: solid 1px #e2e2e2;
}
ul.tt-list ul.tree li::after {
  position: absolute;
  display: block;
  content: '';
  height: 140%;
  top: -18px;
  left: -24px;
  border-right: solid 1px #e2e2e2;
}
ul.tt-list ul.tree li:first-child::after {
  height: 100%;
  top: -8px;
}
.purple-marker,
.gray-marker {
  display: inline-block;
  padding: 1px 2px;
}
.purple-marker {
  padding: 1px 6px;
}
.purple-marker {
  background-color: rgb(30, 104, 203);
  color: #ffffff;
}
.gray-marker {
  background-color: #ebebeb;
}
.underline {
  text-decoration: underline;
}
.helper-classes {
  padding-bottom: 50px;
}
.helper-classes .head-text-type2 {
  margin-bottom: 32px;
}
.block-quote-wrapp {
  padding-top: 50px;
}
.block-quote-wrapp .block-quote {
  margin-top: 28px;
}
.block-quote-wrapp .block-quote p:not(:first-child) {
  margin-top: 24px;
}
.block-quote,
.testimonials,
.information-block {
  position: relative;
  width: 95%;
  left: 5%;
  background-color: #f9f9f9;
  border: solid 3px #ebebeb;
}
.block-quote {
  padding: 30px 40px 24px;
}
.block-quote::before {
  position: absolute;
  display: block;
  content: '"';
  color: rgb(30, 104, 203);
  font-size: 160px;
  line-height: 1;
  left: -64px;
  top: 28px;
  z-index: 1;
  font-style: italic;
}
.block-quote::after {
  position: absolute;
  display: block;
  content: '';
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  left: -50px;
  top: 26px;
}
.textimonials-wrapp {
  padding-top: 50px;
}
.textimonials-wrapp .testimonials {
  margin-top: 28px;
}
.testimonials {
  padding: 40px 32px 50px 112px;
}
.testimonials .image {
  position: absolute;
  display: block;
  width: 112px;
  height: 112px;
  left: -28px;
  top: 50%;
  margin-top: -56px;
  border-radius: 50%;
  background-color: #ffffff;
}
.testimonials .image img {
  width: 100%;
  height: auto;
}
.info-block-wrapp {
  padding-top: 50px;
}
.info-block-wrapp .information-block {
  margin-top: 28px;
}
.information-block {
  padding: 30px 40px 20px 60px;
}
.information-block::before {
  position: absolute;
  display: block;
  content: 'i';
  width: 60px;
  height: 60px;
  padding-top: 4px;
  border-radius: 50%;
  background-color: rgb(30, 104, 203);
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  top: 50%;
  margin-top: -30px;
  left: -20px;
}
.tables-wrapp {
  margin-top: 32px;
  padding-top: 40px;
}
.tables-wrapp .head-text-type3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table tr:last-child {
  border-bottom: solid 1px #ededed;
}
.table tr th,
.table tr td {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  height: 50px;
  padding-top: 15px !important;
  border-color: #ededed !important;
}
.table tr th {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.table tr td {
  font-size: 15px;
}
.table.tt-table-bordered tr td,
.table.tt-table-bordered tr th {
  border-left: solid 1px #ededed;
}
.table.tt-table-bordered tr td:last-child,
.table.tt-table-bordered tr th:last-child {
  border-right: solid 1px #ededed;
}
.head-text2 {
  margin-top: 60px;
}
.test-grid > .row:not(:last-child) {
  margin-bottom: 40px;
}
.test-grid > .row div {
  margin-top: 30px;
}
.test-grid p {
  margin-top: 20px;
}
@media only screen and (max-width: 533px) {
  .listing-block > .row > div {
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .block-quote::after,
  .testimonials::after,
  .information-block::after,
  .block-quote::before,
  .testimonials::before,
  .information-block::before,
  .block-quote .image,
  .testimonials .image,
  .information-block .image {
    margin-left: 4px;
  }
}
.blog-posts-head {
  margin-top: 72px;
  margin-bottom: 62px;
}
.blog-posts {
  text-align: center;
}
.blog-posts .owl-pagination {
  margin: 20px 0;
}
.blog-posts .blog {
  margin-top: 0;
}
.blog-posts .blog .blog-box .border-block {
  text-align: center;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  padding-left: 10%;
  padding-right: 10%;
}
.blog-posts .blog .blog-box .border-block .text-1 {
  font-size: 15px;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
.blog-posts .blog .blog-box .border-block .text-2 {
  padding-top: 10px;
  font-size: 34px;
  line-height: 40px;
}
.blog-posts .blog .blog-box .border-block .info-block {
  overflow: hidden;
  padding-top: 32px;
  display: inline-block;
}
.blog-posts .blog .blog-box .border-block .info-block .icon {
  font-size: 18px;
}
.blog-posts .blog .blog-box .border-block .info-block .icon:nth-of-type(3) {
  margin-left: 24px;
}
.blog-posts .blog .blog-box .border-block .info-block .text {
  font-size: 16px;
}
.blog-posts .blog .blog-box:hover .border-block {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tt-btn-black-border {
  width: 170px;
  height: 62px;
  padding-top: 15px;
  margin: 0 auto;
  margin-top: 80px;
  border: solid 2px #000000;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tt-btn-black-border:hover {
  color: #ffffff;
  background-color: #000000;
}
.tt-btn-type1 {
  margin-top: 60px;
}
@media only screen and (max-width: 1290px) {
  .blog-posts .blog .blog-box .border-block {
    padding-left: 6%;
    padding-right: 6%;
  }
  .blog-posts .blog .blog-box .border-block .text-2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1124px) {
  .blog-posts .blog .blog-box .border-block .text-2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 624px) {
  .blog-posts .blog .blog-box .border-block {
    padding-left: 10%;
    padding-right: 10%;
  }
  .blog-posts .blog .blog-box .border-block .text-2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 414px) {
  .blog-posts .blog .blog-box .border-block {
    padding-left: 6%;
    padding-right: 6%;
  }
  .blog-posts .blog .blog-box .border-block .text-2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.blog-posts2-head {
  margin-top: 72px;
  margin-bottom: 62px;
}
.blog-posts2 > .boxed > .row .blog-sidebar > .head-text-type2 {
  margin-top: 64px;
  margin-bottom: 28px;
  clear: both;
}
.blog-posts2 > .boxed > .row .blog-sidebar > .head-text-type2:first-child {
  margin-top: 80px;
}
.blog-posts2 > .boxed > .row > div:nth-child(1) .make-post {
  margin-top: 60px;
}
.blog-posts2 > .boxed > .row > div:nth-child(1) .more-posts-btn-block {
  text-align: center;
}
.blog-posts2 > .boxed > .row > div:nth-child(1) .more-posts-btn-block .btn {
  margin-top: 28px;
  padding: 14px 34px;
  font-size: 20px;
  border-width: 2px;
}
.blog-sidebar .tt-tags {
  max-width: 340px;
}
.blog-sidebar .recent {
  padding-top: 10px;
}
.blog-sidebar .recent .post-sidebar {
  overflow: hidden;
}
.blog-sidebar .recent .post-sidebar:not(:last-child) {
  margin-bottom: 40px;
}
.blog-sidebar .recent .post-sidebar > a,
.blog-sidebar .recent .post-sidebar > div {
  float: left;
}
.blog-sidebar .recent .post-sidebar > a {
  display: block;
  width: 42%;
}
.blog-sidebar .recent .post-sidebar > div {
  width: 58%;
  padding-left: 15px;
}
.blog-sidebar .recent .post-sidebar > div .text-1,
.blog-sidebar .recent .post-sidebar > div .text-2,
.blog-sidebar .recent .post-sidebar > div .text-3 {
  display: block;
}
.blog-sidebar .recent .post-sidebar > div .text-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-style: italic;
}
.blog-sidebar .recent .post-sidebar > div .text-2 {
  margin-top: 14px;
  font-size: 22px;
}
.blog-sidebar .recent .post-sidebar > div .text-3 {
  margin-top: 18px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog-sidebar .recent .post-sidebar > a,
  .blog-sidebar .recent .post-sidebar > div {
    float: none;
    padding-left: 0;
  }
  .blog-sidebar .recent .post-sidebar > a {
    width: 100%;
  }
  .blog-sidebar .recent .post-sidebar > div {
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .blog-sidebar .recent .post-sidebar > a,
  .blog-sidebar .recent .post-sidebar > div {
    float: none;
    padding-left: 0;
  }
  .blog-sidebar .recent .post-sidebar > a {
    width: 100%;
  }
  .blog-sidebar .recent .post-sidebar > div {
    width: 100%;
    padding-top: 20px;
  }
}
.blog-posts2-head {
  margin-top: 72px;
  margin-bottom: 62px;
}
.blog-posts-single > .boxed > .row .blog-sidebar > .head-text-type2 {
  margin-top: 64px;
  margin-bottom: 28px;
  clear: both;
}
.blog-posts-single > .boxed > .row .blog-sidebar > .head-text-type2:first-child {
  margin-top: 80px;
}
.blog-posts-single > .boxed > .row > div:nth-child(1) .make-post .curtain {
  min-height: 462px;
  margin-top: 118px;
}
.blog-posts-single > .boxed > .row > div:nth-child(1) > .text-block {
  padding-top: 48px;
  padding-bottom: 60px;
  border-bottom: solid 1px #e8e8e8;
}
.blog-posts-single > .boxed > .row > div:nth-child(1) > .text-block p {
  line-height: 1.7;
}
.blog-posts-single > .boxed > .row > div:nth-child(1) > .text-block > p:not(:first-child) {
  margin-top: 28px;
}
.blog-posts-single > .boxed > .row > div:nth-child(1) > .text-block .block-quote {
  margin-top: 30px;
  margin-left: -10px;
}
.blog-posts-single > .boxed > .row > div:nth-child(1) > .text-block .tt-tags {
  margin-top: 56px;
}
.blog-posts-single > .boxed > .row > div:nth-child(2) .tt-tags {
  max-width: 340px;
}
.blog-posts-single > .boxed .comment-section {
  padding-top: 56px;
}
.blog-posts-single > .boxed .comment-section .head {
  text-transform: uppercase;
  font-size: 26px;
}
.blog-posts-single > .boxed .comment-section .head .tt-counter {
  position: relative;
  font-size: 16px;
  top: -8px;
}
.blog-posts-single > .boxed .comment-section .question,
.blog-posts-single > .boxed .comment-section .answer {
  overflow: hidden;
  margin-top: 54px;
}
.blog-posts-single > .boxed .comment-section .question .col-left,
.blog-posts-single > .boxed .comment-section .answer .col-left,
.blog-posts-single > .boxed .comment-section .question .col-right,
.blog-posts-single > .boxed .comment-section .answer .col-right {
  float: left;
}
.blog-posts-single > .boxed .comment-section .question .col-left,
.blog-posts-single > .boxed .comment-section .answer .col-left {
  width: 17.57%;
  padding-right: 2.84%;
}
.blog-posts-single > .boxed .comment-section .question .col-right,
.blog-posts-single > .boxed .comment-section .answer .col-right {
  width: 82.43%;
}
.blog-posts-single > .boxed .comment-section .question .image-block,
.blog-posts-single > .boxed .comment-section .answer .image-block {
  border-radius: 50%;
}
.blog-posts-single > .boxed .comment-section .question .text-1,
.blog-posts-single > .boxed .comment-section .answer .text-1 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.blog-posts-single > .boxed .comment-section .question .text-2,
.blog-posts-single > .boxed .comment-section .answer .text-2 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  margin-top: 4px;
}
.blog-posts-single > .boxed .comment-section .question .text-2::after,
.blog-posts-single > .boxed .comment-section .answer .text-2::after {
  display: block;
  content: '';
  border-bottom: solid 1px #ededed;
  padding-top: 14px;
}
.blog-posts-single > .boxed .comment-section .question .tt-btn-type1,
.blog-posts-single > .boxed .comment-section .answer .tt-btn-type1 {
  margin-top: 22px;
  font-size: 10px;
  padding: 4px 12px;
}
.blog-posts-single > .boxed .comment-section .answer .col-left {
  width: 17.57%;
  padding-right: 2.84%;
  margin-left: 17.05%;
}
.blog-posts-single > .boxed .comment-section .answer .col-right {
  width: 65.38%;
}
.blog-posts-single > .boxed .form-section {
  padding-top: 56px;
  margin-top: 62px;
  border-top: solid 1px #ededed;
}
.blog-posts-single > .boxed .form-section .head {
  text-transform: uppercase;
  font-size: 26px;
}
.blog-posts-single > .boxed .form-section .head .tt-counter {
  position: relative;
  font-size: 16px;
  top: -8px;
}
.blog-posts-single > .boxed .form-section form {
  margin-top: 28px;
}
.blog-posts-single > .boxed .form-section form > .row input,
.blog-posts-single > .boxed .form-section form > .row textarea {
  margin-top: 20px;
}
.blog-posts-single > .boxed .form-section form textarea {
  width: 100%;
  max-width: 100%;
  height: 252px;
  max-height: 252px;
}
.blog-posts-single > .boxed .form-section form input[type="submit"].tt-btn-type1 {
  padding: 12px 22px;
  margin-top: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .blog-posts-single .boxed > .row > div:nth-child(1) .make-post .curtain {
    min-height: auto;
  }
  .blog-posts-single .boxed > .row > div:nth-child(1) .make-post .curtain .author {
    margin-left: 4px;
  }
}
.my-account-head {
  margin: 94px 0 60px;
}
.my-account-block {
  border-top: solid 2px #ededed;
  border-bottom: solid 2px #ededed;
}
.left-col,
.right-col {
  padding-top: 60px;
  padding-bottom: 72px;
}
.left-col h2:first-child,
.right-col h2:first-child {
  display: block;
  width: 100%;
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
  margin-bottom: 46px;
}
.left-col .tt-btn-black-border,
.right-col .tt-btn-black-border {
  display: block;
  border-width: 1px;
  font-size: 14px;
  height: 46px;
  padding-top: 13px;
  margin: 0;
}
.left-col form {
  margin-top: 30px;
}
.left-col form input:not([type="submit"]) {
  display: block;
  width: 100%;
  max-width: 372px;
  height: 64px;
  padding-left: 20px;
}
.left-col form input:not([type="submit"]):not(:first-child) {
  margin-top: 16px;
}
.left-col form .lose-psd {
  display: inline-block;
  margin-top: 30px;
}
.left-col form .btn {
  width: 86px;
  margin-top: 54px;
}
.right-col {
  padding-left: 15px;
}
.right-col .tt-btn-black-border {
  width: 154px;
  margin-top: 50px;
}
.border-right {
  border-right: solid 1px #ededed;
}
@media only screen and (max-width: 520px) {
  .my-account-block .boxed .row > div {
    width: 100%;
  }
  .my-account-block .boxed .row > div:first-child {
    border: none;
  }
  .left-col {
    padding-bottom: 0;
  }
  .right-col {
    padding-left: 0;
  }
}
.new-account-head {
  margin: 94px 0 60px;
}
.new-account {
  border-top: solid 1px #ededed;
}
.new-account .label-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}
.new-account form .border-top {
  border-top: solid 1px #ededed;
}
.new-account form > .row {
  padding-top: 56px;
}
.new-account form > .row:not(:last-child) {
  padding-bottom: 46px;
}
.new-account form > .row > div {
  margin-bottom: 18px;
}
.new-account form > .row > div input:not(:first-child) {
  margin-top: 18px;
}
.new-account form input[type="submit"] {
  width: 124px;
  height: 48px;
  padding: 0;
  padding-top: 2px;
  margin-top: 22px;
  font-size: 14px;
  box-shadow: none;
  border: solid 1px #000000;
  text-align: center;
  background-color: #ffffff;
  text-transform: uppercase;
}
.new-account form input[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
}
.new-account label.tt-checkbox {
  margin-top: 10px;
}
.new-account label.tt-checkbox span:last-child {
  display: inline-block;
  font-weight: normal;
  vertical-align: 4px;
  margin-left: 14px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.new-account label.tt-checkbox span:last-child:hover {
  color: rgb(30, 104, 203);
}
.about-us-head {
  margin: 68px 0 56px;
}
.about-us-bl-1 {
  text-align: center;
}
.about-us-bl-1 p:nth-of-type(1) {
  font-size: 22px;
  font-weight: lighter;
}
.about-us-bl-1 p:nth-of-type(2) {
  margin-top: 32px;
  margin-bottom: 52px;
}
.about-us-bl-1 .baner {
  margin-top: 22px;
  margin-bottom: 48px;
}
.about-us-bl-1 .baner .baner-block {
  margin-bottom: 30px;
  text-align: left;
}
.about-us-bl-1 .baner .baner-block .icon {
  display: inline-block;
  font-size: 56px;
  color: rgb(30, 104, 203);
  vertical-align: middle;
  margin-right: 18px;
}
.about-us-bl-1 .baner .baner-block .text {
  display: inline-block;
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
  vertical-align: middle;
}
.about-us-bl-1 .baner .baner-block:hover .icon-business {
  -webkit-animation: coins 2s;
  -moz-animation: coins 2s;
  -ms-animation: coins 2s;
  -o-animation: coins 2s;
  animation: coins 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.about-us-bl-1 .baner .baner-block:hover .icon-earth {
  -webkit-transform-origin: 49% 49% 0;
  -moz-transform-origin: 49% 49% 0;
  -ms-transform-origin: 49% 49% 0;
  -o-transform-origin: 49% 49% 0;
  transform-origin: 49% 49% 0;
  -webkit-animation: earth 3s;
  -moz-animation: earth 2.4s;
  -ms-animation: earth 2.4s;
  -o-animation: earth 2.4s;
  animation: earth 2.4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.about-us-bl-1 .baner .baner-block:hover .icon-help {
  -webkit-transform-origin: 49% 49% 0;
  -moz-transform-origin: 49% 49% 0;
  -ms-transform-origin: 49% 49% 0;
  -o-transform-origin: 49% 49% 0;
  transform-origin: 49% 49% 0;
  -webkit-animation: clock 2s;
  -moz-animation: clock 2s;
  -ms-animation: clock 2s;
  -o-animation: clock 2s;
  animation: clock 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.about-us-bl-2 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 548px;
  padding-bottom: 30px;
  background-color: transparent;
  overflow: hidden;
}
.about-us-bl-2 img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}
.about-us-bl-2 .head-text-type1 {
  display: inline-block;
  margin-top: 84px;
}
.about-us-bl-2 .head-text-type1 span {
  color: #ffffff;
}
.about-us-bl-2 .head-text-type1 span::after {
  border-color: #ffffff;
}
.about-us-bl-2 ul.tt-list-center {
  margin-top: 82px;
}
.about-us-bl-2 ul.tt-list-center li span {
  color: #ffffff;
}
.about-us-bl-3 {
  margin-top: 36px;
  padding-bottom: 80px;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
.about-us-bl-3 .block {
  margin-top: 40px;
}
.about-us-bl-3 .block .head-text-type2 {
  text-align: center;
  margin-bottom: 38px;
}
.about-us-bl-3 .block .head-text-type2:visited {
  color: #000000;
}
.about-us-bl-3 .block .head-text-type2:hover,
.about-us-bl-3 .block .head-text-type2:link,
.about-us-bl-3 .block .head-text-type2:active {
  color: rgb(30, 104, 203);
}
.about-us-bl-3 .block a:nth-child(2) {
  display: block;
  width: 100%;
  height: auto;
}
.about-us-bl-3 .block a:nth-child(2) img {
  width: 100%;
  height: auto;
}
.about-us-bl-3 .block p {
  margin-top: 44px;
  text-align: center;
  line-height: 1.6;
}
.about-us-bl-4 {
  text-align: center;
}
.about-us-bl-4 .head-text-type1 {
  margin-top: 44px;
}
.about-us-bl-4 .boxed > p {
  display: inline-block;
  margin-top: 50px;
  font-size: 22px;
  font-weight: lighter;
}
.about-us-bl-4 .block {
  margin-top: 50px;
}
.about-us-bl-4 .block > a:nth-child(1) {
  width: 100%;
  height: auto;
}
.about-us-bl-4 .block > a:nth-child(2):visited {
  color: #000000;
}
.about-us-bl-4 .block > a:nth-child(2):hover,
.about-us-bl-4 .block > a:nth-child(2):link,
.about-us-bl-4 .block > a:nth-child(2):active {
  color: rgb(30, 104, 203);
}
.about-us-bl-4 .block img {
  width: 100%;
  height: auto;
}
.about-us-bl-4 .block .h2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 14px;
  text-align: center;
  font-size:20px
}
.about-us-bl-4 .block .parag-itallic {
  display: block;
  text-align: center;
}
.about-us-bl-4 .block .social {
  display: inline-block;
  margin-top: 26px;
}
.about-us-bl-4 .block .social a {
  padding-top: 12px;
}
.about-us-bl-4 .block .social a .icon {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .baner .baner-block .text {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .baner {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .about-us-bl-4 .boxed .row > div {
    width: 100%;
  }
}
.sitemap-head {
  margin: 94px 0 60px;
}
.sitemap > .row > div {
  margin-bottom: 20px;
}
.sitemap > .row > div:nth-of-type(1) .head-text-type2 {
  margin-bottom: 28px;
}
.sitemap > .row > div:nth-of-type(1) .tt-list {
  margin-bottom: 70px;
}
.sitemap > .row > div:nth-of-type(2) .head-text-type2,
.sitemap > .row > div:nth-of-type(3) .head-text-type2 {
  margin-bottom: 28px;
}
@media only screen and (max-width: 414px) {
  .sitemap > .row > div {
    width: 100%;
  }
}
.wishlist-head {
  margin: 94px 0 60px;
}
.wishlist > .row:first-child {
  padding-bottom: 16px;
}
.wishlist > .row:first-child .col-name {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.wishlist > .row:first-child > div:nth-child(2) .col-name {
  text-align: center;
}
.wishlist > .row:first-child:after {
  position: relative;
  content: '';
  display: block;
  border-bottom: solid 2px #ededed;
  margin: 16px 15px 0;
  margin-top: 20px;
  top: 16px;
}
.wishlist .row:not(:first-child)::after {
  content: '';
  display: block;
  border-bottom: solid 1px #ededed;
  margin: 0 15px;
}
.wishlist .row:not(:first-child) > div:nth-child(1),
.wishlist .row:not(:first-child) > div:nth-child(2) > .row > div:first-child {
  min-height: 264px;
  border-right: solid 1px #ededed;
}
.wishlist .row:not(:first-child) .block-1 {
  padding-top: 32px;
  padding-bottom: 42px;
}
.wishlist .row:not(:first-child) .block-1 > .row > div:nth-child(1) {
  max-width: 172px;
}
.wishlist .row:not(:first-child) .block-1 > .row > div:nth-child(1) .image {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.wishlist .row:not(:first-child) .block-1 > .row > div:nth-child(1) .image:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
}
.wishlist .row:not(:first-child) .block-1 > .row > div:nth-child(2) {
  padding-right: 5px;
}
.wishlist .row:not(:first-child) .block-1 > .row > div:nth-child(2) .info {
  display: block;
  float: left;
}
.wishlist .row:not(:first-child) .block-1 > .row > div:nth-child(2) .info .text-1 {
  display: inline-block;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.wishlist .row:not(:first-child) .block-1 > .row > div:nth-child(2) .info .text-2 {
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
}
.wishlist .row:not(:first-child) .block-2 {
  text-align: center;
  padding-top: 38px;
}
.wishlist .row:not(:first-child) .block-2 .settings .price {
  display: inline-block;
}
.wishlist .row:not(:first-child) .block-2 .settings .price .full-price {
  font-size: 22px;
}
.wishlist .row:not(:first-child) .block-2 .settings .price .discount-price > div {
  display: inline-block;
}
.wishlist .row:not(:first-child) .block-2 .settings .price .discount-price .first-price {
  font-size: 22px;
  color: #ff0048;
}
.wishlist .row:not(:first-child) .block-2 .settings .price .discount-price .last-price {
  margin: 8px 0 0 12px;
  font-size: 14px;
  text-decoration: line-through;
}
.wishlist .row:not(:first-child) .block-2 .settings .count {
  float: none;
  margin: 0 auto;
  margin-top: 18px;
}
.wishlist .row:not(:first-child) .block-2 .settings .tt-btn-1 {
  float: none;
  margin: 0 auto;
  margin-top: 18px;
  width: 140px;
  height: 47px;
  border-width: 1px;
  padding-top: 6px;
}
.wishlist .row:not(:first-child) .block-2 .settings .tt-btn-1 span {
  font-size: 14px;
  color: #000000;
}
.wishlist .row:not(:first-child) .block-2 .settings .tt-btn-1 span::before {
  color: #000000;
  font-size: 19px;
}
.wishlist .row:not(:first-child) .block-2 .settings .tt-btn-1:hover span,
.wishlist .row:not(:first-child) .block-2 .settings .tt-btn-1:hover span::before {
  color: #ffffff;
}
.wishlist .row:not(:first-child) .block-3 {
  text-align: center;
}
.wishlist .row:not(:first-child) .block-3 .icon {
  position: relative;
  display: inline-block;
  height: 20px;
  font-size: 20px;
  top: 128px;
  color: #000000;
  cursor: pointer;
}
.wishlist .row:not(:first-child) .block-3 .icon:hover {
  color: rgb(30, 104, 203);
}
.wishlist .row:not(:first-child) .block-3 .icon:not(:first-child) {
  margin-left: 16px;
}
.wishlist .tt-btn-wishlist {
  float: right;
  margin-top: 24px;
  font-size: 14px;
}
.wishlist .tt-btn-wishlist:not(:first-child) {
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  .wishlist > .row:not(:first-child) > div:nth-child(1) {
    border-bottom: solid 1px #ededed;
  }
  .wishlist > .row:not(:first-child) .block-1 > .row > div:nth-child(2) {
    padding-right: 15px;
  }
}
.shopping-cart-head {
  margin: 94px 0 60px;
}
.shopping-cart > .row:first-child {
  padding-bottom: 16px;
}
.shopping-cart > .row:first-child > div:nth-child(4) {
  text-align: right;
}
.shopping-cart > .row:first-child > div:nth-child(4) .col-name {
  margin-right: 16px;
}
.shopping-cart > .row:first-child > div:nth-child(2),
.shopping-cart > .row:first-child > div:nth-child(3) {
  text-align: center;
}
.shopping-cart > .row:first-child .col-name {
  display: block;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.shopping-cart > .row:first-child:after {
  position: relative;
  content: '';
  display: block;
  border-bottom: solid 2px #ededed;
  margin: 16px 15px 0;
  margin-top: 20px;
  top: 16px;
}
.shopping-cart > .row:not(:first-child)::after {
  position: relative;
  content: '';
  display: block;
  border-bottom: solid 1px #ededed;
  margin: 0 15px;
}
.shopping-cart .shopping-product {
  overflow: hidden;
  width: 100%;
}
.shopping-cart .shopping-product .block-1 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(1) {
  max-width: 172px;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(1) .image {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(1) .image:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) {
  padding-right: 5px;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) .info {
  display: block;
  float: left;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) .info .text-1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) .info .color {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) .info .color > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) .info .color > span:not(:first-child) {
  margin-left: 2px;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) .info .size {
  float: left;
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.shopping-cart .shopping-product .block-1 > .row > div:nth-child(2) .info .size:not(:first-child) {
  margin-left: 2px;
}
.shopping-cart .shopping-product > div:nth-child(2) {
  text-align: center;
}
.shopping-cart .shopping-product > div:nth-child(2) .tt-price {
  float: none;
  display: inline-block;
}
.shopping-cart .shopping-product > div:nth-child(4),
.shopping-cart .shopping-product > div:nth-child(5) {
  text-align: right;
}
.shopping-cart .shopping-product > div:nth-child(4) .tt-price,
.shopping-cart .shopping-product > div:nth-child(5) .tt-price {
  float: right;
}
.shopping-cart .shopping-product > div:nth-child(5) .icon {
  display: inline-block;
  margin-top: 38px;
  margin-right: 24px;
  font-size: 20px;
}
.shopping-cart .shopping-product .tt-price {
  margin-top: 34px;
}
.shopping-cart .shopping-product .settings {
  width: 100%;
  text-align: center;
  margin-top: 22px;
}
.shopping-cart .shopping-product .settings .count-product {
  display: inline-block;
  float: none;
  margin: 0;
}
.shopping-cart .btns-row {
  padding: 22px 0 0;
}
.shopping-cart .btns-row .tt-btn-cart-head {
  display: inline-block;
  margin: 0;
  float: left;
  margin-bottom: 22px;
}
.shopping-cart .btns-row > div:last-child .tt-btn-cart-head {
  float: right;
  margin-left: 14px;
}
.shopping-cart .tt-btn-cart-head {
  float: right;
  margin-top: 24px;
  font-size: 14px;
}
.shopping-cart .tt-btn-cart-head:not(:first-child) {
  margin-left: 14px;
}
.shopping-cart > .row:last-child::after {
  border-bottom: none;
}
.shopping-cart > .row:last-child::before {
  position: relative;
  content: '';
  display: block;
  border-top: solid 1px #ededed;
  margin: 0 15px;
}
.shopping-cart > .row:last-child > div:nth-child(1),
.shopping-cart > .row:last-child > div:nth-child(2) {
  padding-top: 60px;
}
.shopping-cart > .row:last-child > div:nth-child(1) > .head-text-type2,
.shopping-cart > .row:last-child > div:nth-child(2) > .head-text-type2 {
  position: relative;
  padding-bottom: 32px;
  padding-right: 20px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ededed;
  /* &:after {
						position: absolute;
						display: block;
						content: '\e916';
						font-family: @buyshop;
						font-size: 12px;
						right: 10px;
						top: 14px;
					} */
}
.shopping-cart > .row:last-child > div:nth-child(1) .tt-btn-type1,
.shopping-cart > .row:last-child > div:nth-child(2) .tt-btn-type1 {
  font-size: 14px;
  margin-top: 36px;
}
.shopping-cart > .row:last-child > div:nth-child(1) select:not(:nth-child(2)),
.shopping-cart > .row:last-child > div:nth-child(1) input:not(:nth-child(2)) {
  margin-top: 18px;
}
.shopping-cart > .row:last-child > div:nth-child(2) input {
  display: inline-block;
  height: 60px;
  margin-top: 14px;
}
.shopping-cart > .row:last-child > div:nth-child(3) {
  padding-top: 54px;
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain {
  padding-top: 58px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(1) span,
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(2) span {
  display: inline-block;
  margin-top: 10px;
  text-align: right;
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(1) span.h1,
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(2) span.h1 {
  margin-top: 30px;
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(1) {
  padding-right: 22px;
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(2) {
  padding-right: 64px;
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(3) {
  padding-top: 32px;
  padding-bottom: 36px;
  margin-top: 52px;
  text-align: center;
  background-color: #f6f6f6;
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(3) .tt-btn-type1 {
  font-size: 20px;
  border-width: 2px;
  padding: 16px 40px;
}
.shopping-cart > .row:last-child > div:nth-child(3) .curtain .row div:nth-child(3) a:last-child {
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .shopping-product .block-1 {
    padding-bottom: 0;
  }
  .shopping-cart .shopping-product > div:nth-child(5) .icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.gallery-head {
  margin: 84px 0 50px;
}
.gallery-navigation.tt-menu-type1 {
  margin-bottom: 74px;
}
.gallery {
  overflow: hidden;
}
.gallery .gallery-content .grid-item {
  position: relative;
  width: 20%;
  float: left;
  overflow: hidden;
}
.gallery .gallery-content .grid-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery .gallery-content .grid-item .content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
}
.gallery .gallery-content .grid-item .content::after {
  display: none;
  position: absolute;
  content: '';
  width: 84%;
  height: 84%;
  top: 8%;
  left: 8%;
  border: solid 12px #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gallery .gallery-content .grid-item .content .info {
  display: none;
  position: absolute;
  width: 84%;
  padding-top: 20%;
  height: 84%;
  top: 8%;
  left: 8%;
  text-align: center;
  z-index: 2;
}
.gallery .gallery-content .grid-item .content .info > .head-text {
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 8%;
}
.gallery .gallery-content .grid-item .content .info > .icon {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #ffffff;
}
.gallery .gallery-content .grid-item .content .info > .icon:nth-of-type(4) {
  margin-left: 24px;
}
.gallery .gallery-content .grid-item .content .info > .text {
  display: inline-block;
  position: relative;
  margin-top: -3px;
  margin-left: 8px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: lighter;
}
.gallery .gallery-content .grid-item > .social {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 24%;
  text-align: center;
  z-index: 2;
}
.gallery .gallery-content .grid-item > .social > a {
  display: inline-block;
  float: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery .gallery-content .grid-item > .social > a:not(:first-child) {
  margin-left: 2px;
}
.gallery .gallery-content .grid-item:hover .content::after,
.gallery .gallery-content .grid-item:hover .content .info,
.gallery .gallery-content .grid-item:hover .social {
  display: block;
}
.more-gallery-btn {
  text-align: center;
  padding-top: 14px;
  margin-top: 0px;
}
.more-gallery-btn .tt-btn-type1 {
  border-width: 2px;
  padding: 16px 24px;
  font-size: 20px;
}


.noscont {
	margin-top: 20px;
	text-align: center;
}
.nos {
    padding:55px;
    background-image: url("../images/parallax.jpg");
    min-height: 300px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nos div div {
    background: rgb(30, 104, 203);
    width: 170px;
    height: 170px;
    border-radius: 100%;
    cursor:pointer;
    border:0px solid #fff;
     box-shadow: 0px 0px 0px rgb(30, 104, 203);
    transition: border .10s,box-shadow .20s linear;
}
.nos div div:hover {
   border:3px solid #fff;
   box-shadow: 1px 1px 15px #fff;
}
.nos span {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-shadow: 2px 2px 4px #000;
    vertical-align: -78px;
    /*
    position: absolute;
    top: 42%;
    left: 0%;
    width: 90%;
*/
}
.nos h1 {
    font-size:45px;
    font-weight:300;
    text-align:center;
    color:#fff;
    padding: 10px;
    
}
.nos img {
    border:2px solid #fff;
    display:none;
}

@media only screen and (max-width: 1380px) {
  .gallery .gallery-content .grid-item {
    width: 24.9999%;
  }
}
@media only screen and (max-width: 1124px) {
  .gallery .gallery-content .grid-item {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 868px) {
  .gallery .gallery-content .grid-item {
    width: 50%;
  }
  
  
}
@media only screen and (max-width: 568px) {
  .gallery .gallery-content .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 557px) {
  .gallery-navigation.tt-menu-type1 a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 556px) {
  .gallery-navigation.tt-menu-type1 {
    margin-bottom: 34px;
  }
}
.checkout-head {
  margin: 94px 0 52px;
}
.checkout > .row > div:first-child .tt-head-number {
  float: left;
  margin-bottom: 26px;
}
.checkout > .row > div:first-child form {
  clear: both;
  display: inline-block;
  width: 100%;
  padding-right: 102px;
  padding-top: 10px;
  padding-bottom: 44px;
  margin-top: 30px;
  border-top: solid 2px #ededed;
  border-bottom: solid 2px #ededed;
}
.checkout > .row > div:first-child form .block-1 {
  padding-bottom: 16px;
  border-bottom: solid 1px #ededed;
}
.checkout > .row > div:first-child form .block-1 .head-text-type2 {
  margin: 14px 0 20px;
}
.checkout > .row > div:first-child form .block-1 p {
  margin-top: 16px;
}
.checkout > .row > div:first-child form .block-2 {
  padding-top: 38px;
  padding-bottom: 36px;
  border-bottom: solid 1px #ededed;
}
.checkout > .row > div:first-child form .block-2 input:not(:first-child),
.checkout > .row > div:first-child form .block-2 select:not(:first-child) {
  margin-top: 18px;
}
.checkout > .row > div:first-child form .block-3 {
  padding-top: 10px;
  overflow: hidden;
}
.checkout > .row > div:first-child form .block-3 .h2 {
  margin-bottom: 38px;
}
.checkout > .row > div:first-child form .block-3 label {
  display: block;
  padding: 18px 0;
  margin: 0;
  overflow: hidden;
}
.checkout > .row > div:first-child form .block-3 label > span span:last-child {
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.checkout > .row > div:first-child form .block-3 label > span:first-child .radio {
  top: 4px;
}
.checkout > .row > div:first-child form .block-3 label > span:first-child span:last-child {
  margin-left: 24px;
}
.checkout > .row > div:first-child form .block-3 label:not(:first-child)::before {
  position: relative;
  display: block;
  content: '';
  top: -18px;
  left: 62px;
  border-top: solid 1px #ededed;
}
.checkout > .row > div:first-child form .block-3 input[type="submit"] {
  margin-top: 28px;
  padding: 12px 26px;
}
.checkout > .row > div:last-child .checkout-basket {
  margin-top: 127px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
}
.checkout > .row > div:last-child .checkout-basket .head {
  position: relative;
  padding: 30px 30px 16px;
  border-bottom: solid 1px #ededed;
}
.checkout > .row > div:last-child .checkout-basket .head p {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 18px;
}
.checkout > .row > div:last-child .checkout-basket .head .icon {
  position: absolute;
  bottom: 28px;
  right: 40px;
  font-size: 12px;
  cursor: pointer;
}
.checkout > .row > div:last-child .checkout-basket .head:hover .icon {
  color: rgb(30, 104, 203);
}
.checkout > .row > div:last-child .checkout-basket .content {
  display: none;
  padding: 36px 30px 44px;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-images {
  width: 52px;
  height: 68px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-images:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.16);
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-images img {
  width: 100%;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-name {
  padding-top: 24px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-name p {
  font-size: 16px;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-quantity {
  padding-top: 22px;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-quantity p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-price {
  padding-top: 18px;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-price p {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
}
.checkout > .row > div:last-child .checkout-basket .content .basket-product:not(:last-child) .row {
  margin-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .checkout > .row > div:first-child form {
    padding-right: 0;
  }
  .checkout > .row > div:last-child .checkout-basket {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 414px) {
  .checkout > .row > div:first-child .tt-head-number span:last-child {
    font-size: 18px !important;
  }
  .checkout > .row > div:last-child .checkout-basket .content {
    padding: 36px 10px 44px;
  }
  .checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-name p {
    font-size: 12px;
  }
  .checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-quantity {
    padding-top: 22px;
  }
  .checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-quantity p {
    font-size: 14px;
  }
  .checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-price {
    padding-top: 21px;
  }
  .checkout > .row > div:last-child .checkout-basket .content .basket-product .row .bask-prod-price p {
    font-size: 16px;
  }
}
.contacts-head {
     
	 background-image: url('../images/bg.jpg');
	color: #ffffff;
	background-attachment: fixed;
	background-position: center 100px;
	background-repeat: no-repeat;
	background-size: 100% 50%;
	padding: 50px;
	height: 250px;
	padding-top: 50px;
	
	
	
}

.contacts-head h1{
    color:#fff;
}
.baner-map {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.baner-map .map-responsive {
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  height: 0;
}
.baner-map .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.contacts {
  padding-top: 44px;
}
.contacts > .row > div:nth-child(1) {
  margin-top: 34px;
}
.contacts > .row > div:nth-child(1) .logo {
  max-width: 194px;
}
.contacts > .row > div:nth-child(1) .logo img {
  width: 100%;
  height: auto;
}
.contacts > .row > div:nth-child(1) .info {
  margin-top: 56px;
}
.contacts > .row > div:nth-child(1) .info > .row:not(:first-child) {
  margin-top: 26px;
}
.contacts > .row > div:nth-child(1) .info > .row > div:first-child {
  max-width: 82px;
}
.contacts > .row > div:nth-child(1) .info > .row > div:last-child {
  padding-top: 4px;
}
.contacts > .row > div:nth-child(1) .info .icon-block {
  width: 56px;
  height: 54px;
  padding-top: 16px;
  border: solid 1px #e1e1e1;
  text-align: center;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.06);
}
.contacts > .row > div:nth-child(1) .info .icon-block .icon {
  color: #000000;
  font-size: 20px;
}
.contacts > .row > div:nth-child(1) .info p {
  margin: 0;
}
.contacts > .row > div:nth-child(1) .info .social {
  margin-top: 44px;
}
.contacts > .row > div:nth-child(1) .info .social a {
  width: 54px;
  height: 54px;
  padding-top: 17px;
  margin: 0;
  margin-bottom: 6px;
}
.contacts > .row > div:nth-child(1) .info .social a .icon {
  font-size: 20px;
}
.contacts > .row > div:nth-child(1) .info .social a:not(:last-child) {
  margin-right: 6px;
}
.contacts > .row > div:nth-child(2) form {
  margin-top: 18px;
}
.contacts > .row > div:nth-child(2) form > .row input,
.contacts > .row > div:nth-child(2) form > .row textarea {
  margin-top: 20px;
}
.contacts > .row > div:nth-child(2) form textarea {
  width: 100%;
  max-width: 100%;
  height: 252px;
  max-height: 252px;
}
.contacts > .row > div:nth-child(2) form input[type="submit"].tt-btn-type1 {
  padding: 12px 22px;
  margin-top: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .baner-map .map-responsive {
    padding-bottom: 350px;
  }
}
@media only screen and (max-width: 480px) {
  .baner-map .map-responsive {
    padding-bottom: 300px;
  }
}
.compare-head {
  margin: 80px 0 60px;
}
.compare {
  font-family: 'Open Sans', sans-serif;
  overflow: auto;
  margin: 0 -15px;
}
.compare .fixed-wrapp {
  min-width: 1170px;
  padding: 0 15px;

}
.compare.border > .fixed-wrapp > .row {
  border-bottom: solid 1px #ededed;
}
.compare.border > .fixed-wrapp > .row:first-child {
  border-top: solid 2px #ededed;
}
.compare.border > .fixed-wrapp > .row > div:not(:last-child) {
  border-right: solid 1px #ededed;
}
.compare .product-row {
  text-align: center;
  position: relative;
}
.compare .product-row > div {
  padding: 44px 0 34px;
  position: relative;
}
.compare .product-row > div .image-block {
  display: block;
  margin: 0 60px 28px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.compare .product-row > div .image-block:hover {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.14);
}
.compare .product-row > div .name {
  margin: 0 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.compare .product-row > div .description {
  font-size: 15px;
  margin: 14px 15px 0;
}
.compare .product-row > div .price {
  display: block;
  width: 74%;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  margin-top: 20px;
}
.compare .product-row > div .price > div {
  display: inline-block;
}
.compare .product-row > div .price .single-price {
  font-size: 20px;
  margin-top: -2px;
}
.compare .product-row > div .price .old-price {
  display: inline-block;
  margin-top: -2px;
  font-size: 20px;
  color: #ff0048;
}
.compare .product-row > div .price .special-price {
  display: inline-block;
  margin: 0px 0 0 12px;
  font-size: 14px;
  text-decoration: line-through;
}
.compare .product-row > div .tt-btn-type1 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 28px;
}
.compare .product-row > div .tt-btn-type1:last-child {
  margin-left: 8px;
}
.compare .product-row > div:not(:first-child) .btn-delete {
  position: absolute;
  top: 36px;
  right: 16px;
  font-size: 20px;
}
.compare .info-row > div {
  padding: 16px 0;
}
.compare .info-row > div:nth-child(1) {
  padding-left: 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.compare .info-row > div:nth-child(2),
.compare .info-row > div:nth-child(3),
.compare .info-row > div:nth-child(4) {
  font-size: 15px;
  text-align: center;
}
.error-head {
  text-align: center;
  width: auto;
  margin: 0 40px;
  padding: 84px 0 50px;
}
.error {
  text-align: center;
}
.error .image {
  width: 100%;
  max-width: 512px;
  max-height: auto;
  margin: 0 auto;
}
.error .image img {
  margin: 0 auto;
}
.error .info .tt-list-center {
  margin-top: 24px;
  margin-left: 20px;
}
.error .info .tt-list-center li {
  margin-bottom: 4px;
}
.error .info .tt-list-center li span {
  color: #000000;
  font-size: 16px;
}
.error .info .tt-list-center li span::before {
  font-size: 50px;
  line-height: 2px;
  left: -26px;
}
.error .tt-btn-type1 {
  display: inline-block;
  margin-top: 52px;
  font-size: 14px;
  padding: 12px 26px;
}


.rappel {
    width: 550px;
    height: 200px;
    background-image: url(../images/rappel.png);
    position: fixed;
    top: 50%;
    right: -365px;
	z-index:100000;
}

.rappel p {
    font-size: 26px;
    font-weight: bold;
    color: #1E3C6E;
    line-height: 20px;
    position: relative;
    top: 24px;
    left: 60px;
}

.rappel p#rappel:hover {
    cursor: pointer;
}


.rappel span {
    color: #8296AA;
    font-size: 50px;
    position: relative;
    top: -32px;
    left: 141px;
    font-weight: bold;
}

 
.rappel input.numero {

    font-size: 12px;
    position: relative;
    top: 20px;
    left: -140px;
    height: 27px;
    width: 250px;

}

.rappel input.wpcf7-submit {
    height: 27px;
    position: relative;
    top: -60px;
    left: 189px;
    background-color: #253A75;
    color: #fff;
    border: none;
    padding: 0 15px;
}

.rappel .contenu {
    width: 275px;
    position: relative;
    left: 165px;
    top: -50px;
}

.rappel .contenu p {
    font-size: 12px;
    color: #1E3C6E;
}

.rappel .contenu p.cnil {

    font-size: 10px;
    line-height: 10px;
    margin-top: -66px;

}