.pricingTable{
    color: #fff;


    transition: all 0.3s; float:left; border:3px solid #fff; margin:7px;
}

.pricingTable:hover{

}

.pricingTable .pricingTable-header{
    background-color: #e42574;
    text-align: center;
    padding: 0 0 15px;
    margin-bottom: 10px;

}

.pricingTable .title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dotted #fff;
}

.pricingTable .price-value{
    padding: 30px 0 40px;
    margin: 0 0 15px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

.pricingTable .amount{
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    display: block;
}

.pricingTable .month{
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
    text-transform: capitalize;
}

.pricingTable .pricingTable-signup{
    color: #fff;
    background-color: #2C2829;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 80%;
    padding: 12px 20px 12px 60px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition: all 0.3s;
}

.pricingTable .pricingTable-signup:hover{
    color: #e42574;
    background-color: #fff;
    box-shadow: 0 0 5px #000 inset;
}

.pricingTable .pricingTable-signup:after{
    content: "\f07a";
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    height: 50px;
    width: 50px;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.pricingTable .pricing-content{
    background-color: #ed2690;
    padding: 11px;

}

.pricingTable .pricing-content h4{
    color: #fff;
    font-size: 15px;
    font-weight: 600;

    padding:5px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricingTable .pricing-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricingTable .pricing-content li{
    color: #fff;
    font-size: 14px;
    line-height:1.6;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricingTable .pricing-content li:last-child{ border: none; }

.pricingTable .pricing-content li i{
    color: #80A811;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.pricingTable .pricing-content li i.fa-times{ color: #e74c3c; }

.pricingTable.purple .pricingTable-header{ background: #bb37fd; }
.pricingTable.purple .pricingTable-signup:hover{ color: #bb37fd; }

.pricingTable.red .pricingTable-header{ background: #ff4f4f; }
.pricingTable.red .pricingTable-signup:hover{ color: #ff4f4f; }

@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 30px; }
}





.mt{margin-top:40px; margin-bottom:30px;}

.upercase{text-transform:uppercase;}
.pricingTable1{
    color: #fff;


    transition: all 0.3s; float:left; border:3px solid #fff; margin:7px;
}

.pricingTable1:hover{

}

.pricingTable1 .pricingTable-header{
    background-color: #e42574;
    text-align: center;
    padding: 0 0 15px;
    margin-bottom: 10px;

}

.pricingTable1 .title{
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

.pricingTable1 .price-value{
    padding: 30px 0 40px;
    margin: 0 0 15px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

.pricingTable1 .amount{
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    display: block;
}

.pricingTable1 .month{
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
    text-transform: capitalize;
}

.pricingTable1 .pricingTable-signup{
    color: #fff;
    background-color: #2C2829;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    width: 80%;
    padding: 12px 20px 12px 60px;
    margin: 0 auto;
    display: block;
    position: relative;
    transition: all 0.3s;
}

.pricingTable1 .pricingTable-signup:hover{
    color: #e42574;
    background-color: #fff;
    box-shadow: 0 0 5px #000 inset;
}

.pricingTable1 .pricingTable-signup:after{
    content: "\f07a";
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    height: 50px;
    width: 50px;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.pricingTable1 .pricing-content{
    background-color: #ed2690;
    padding: 11px;

}

.pricingTable1 .pricing-content h4{
    color: #fff;
    font-size: 15px;
    font-weight: 600;

    padding:5px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricingTable1 .pricing-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricingTable1 .pricing-content li{
    color: #fff;
    font-size: 14px;
    line-height:1.6;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.pricingTable1 .pricing-content li:last-child{ border: none; }

.pricingTable1 .pricing-content li i{
    color: #80A811;
    font-size: 14px;
    margin: 0 10px 0 0;
}

.pricingTable1 .pricing-content li i.fa-times{ color: #e74c3c; }

.pricingTable1.purple .pricingTable-header{ background: #bb37fd; }
.pricingTable1.purple .pricingTable-signup:hover{ color: #bb37fd; }

.pricingTable1.red .pricingTable-header{ background: #ff4f4f; }
.pricingTable1.red .pricingTable-signup:hover{ color: #ff4f4f; }

@media only screen and (max-width: 990px){
    .pricingTable1{ margin: 0 0 30px; }
}



.sticky1 {
    position: fixed !important;
    top: 0;
    width: 100%;
    webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s; z-index:99999999999999;
}





.post-slide{
    background: #fff;
    padding-bottom: 20px;
    margin: 0 15px;
}

.post-slide .post-img{
    position:relative;
}

.post-slide .over-layer{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity:0;
    cursor: pointer;
    transition: all 0.30s ease 0s;
}

.post-slide:hover .over-layer{
    opacity:1;
}

.post-slide .over-layer:after{

    font-size: 52px;
    color: #fff;
    position: absolute;
    top: 31%;
    left:42%;
}

.post-slide .post-img img{
    width: 100%;
    height: auto;
}

.post-slide .post-title{
    margin:25px 0 15px 0;
}

.post-slide .post-title:before{
    content:"";
    border:2px solid #e8006d;
    width:18%;
    display: block;
    margin-bottom:15px;
}

.post-slide .post-title a{
    font-size:18px;

    color:#000;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s; text-align:center;
}

.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e67e22;
}

.post-slide .post-date{
    text-transform:capitalize;
}

.post-slide .post-date:before{
    content: "\f073";
    font-family: "Font Awesome 5 Free";font-weight: 900;
    margin-right: 7px;
    color:#e67e22;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #e8006d;
}












.top-left {
  position: absolute;
  top: 8px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500; 
  border-right:4px solid #ef0985 !important;
}
.top-left a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}

.top-left1 {
position: absolute;
  top:40px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left1 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}
.top-left2 {
position: absolute;
  top:72px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left2 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}

.top-left3 {
position: absolute;
  top:105px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left3 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}
.top-left4 {
position: absolute;
  top:140px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left4 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}

.top-left5 {
position: absolute;
  top:175px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}

.top-left5 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}
.top-left6 {
position: absolute;
  top:210px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left6 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}
.top-left7 {
position: absolute;
  top:245px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left7 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}
.top-left8 {
position: absolute;
  top:280px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left8 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;
}
.top-left9 {
position: absolute;
  top:315px;
  left:0; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px; background: rgba(255,255,255,0.8); color:#000; font-size:16px; font-weight:500;
    border-right:4px solid #ef0985 !important;
}
.top-left9 a:hover {text-decoration:none; color:#fff;  padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px;  color:#000; font-size:16px; font-weight:500;

}
.top-left10 {
position: absolute;
  top:140px;
  left:0; padding:4px;  background:#e8006d; color:#fff;
}

.left {border:1px solid #ccc; width:100%; padding:10px;}

.box-banner{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    transition: all 0.3s;
}
.box-banner:hover{ box-shadow: 0px 10px 20px 0px rgba(31, 51, 46, 0.1); }

.box-banner .product-image{
    position: relative;
    overflow: hidden;
}

.box-banner .product-image a.image{ display: block; }

.box-banner .product-image img{
    width: 100%;
    height: auto;
}

.box-banner .product-new-label,
.box-banner .product-new-label1,
.box-banner .product-discount-label,
.box-banner .product-discount-label1
{
    color: #fff;
    background:#e8006d;
    font-size: 14px;
    font-weight: 500;

    padding: 1px 10px;
    transform: translateY(10px);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.box-banner .product-discount-label1{
    background: #5f27cd;
    top:55px;
}

.box-banner .product-discount-label{
    background: #5f27cd;
    top: 25px;
}

.box-banner .product-discount-label1{
    background: #5f27cd;
    top:55px;
}

.box-banner .product-image:hover .product-new-label,
.box-banner .product-image:hover .product-discount-label{
    opacity: 0;
    transform: translateY(0);
}

.box-banner .social{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    left: 10px;
}

.box-banner .social li{
    margin: 3px 0;
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.3s;
}

.box-banner:hover .social li:first-child{ transition-delay: 100ms; }

.box-banner:hover .social li:last-child{ transition-delay: 150ms; }

.box-banner .product-image:hover .social li{
    opacity: 1;
    transform: translateY(0);
}

.box-banner .social li a{
    color: #341f97;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    transition: all 0.3s ease-out;
}

.box-banner .social li a:hover{
    color: #fff;
    background: #5f27cd;
}

.box-banner .product-content{ padding: 12px 0 0; }

.box-banner .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 3px;
}

.box-banner .title a{
    color: #22222b;
    transition: all 0.3s ease;
}

.box-banner .title a:hover{ color: #5f27cd; }

.box-banner .price{
    color: #22222b;
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.box-banner .price span{
    color: #878787;
    font-size: 15px;
    text-decoration: line-through;
    margin: 0 0 0 3px;
}

.box-banner .product-link{ border-top: 1px solid rgba(34, 34, 43, 0.102); }

.box-banner .product-link a{
    color: #7f7f82;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    width: 49%;
    padding: 13px 0;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.box-banner .product-link a:nth-child(2){ border-left: 1px solid rgba(34, 34, 43, 0.102); }

.box-banner .product-link a:hover{ color: #5f27cd; }

@media screen and (max-width:990px){
    .box-banner{ margin: 0 0 30px; }
}
button, .btn {

  background: none;

  border: none;

  display: inline-block;

  padding: 0;

  outline: none;

  outline-offset: 0;

  cursor: pointer;

  -webkit-appearance: none;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

#suggestPost3 {


    right:0px;

    position:fixed;

    top:250px;

    width: 41px;

    float: right !important;

    z-index: 99999999 !important;

}

#suggestPost1 {


    left:-15px;

    position:absolute;

    top:67.4em;




    z-index: 99999999 !important;

}

#suggestPost2 {


    right:-0px;

    position:absolute;

    top:68em;




    z-index: 99999999 !important;

}
#suggestPost4 {

    left:-14px;
    position:absolute;

    top:95em;




    z-index: 99999999 !important;

}
#suggestPost5 {


    right:-0px;

    position:absolute;

    top:93em;




    z-index: 99999999 !important;

}
#suggestPost6 {

    left:-14px;
    position:absolute;

    top:117em;




    z-index: 99999999 !important;

}

#suggestPost7 {

    right:-0px;

    position:absolute;

    top:117em;




    z-index: 99999999 !important;


}
#suggestPost8 {

    left:-14px;
    position:absolute;

    top:142em;




    z-index: 99999999 !important;

}
#suggestPost9 {

    right:-0px;

    position:absolute;

    top:142em;
  z-index: 99999999 !important;
}

#suggestPost10 {

    left:-14px;
    position:absolute;

    top:164em;




    z-index: 99999999 !important;

}

#suggestPost11 {

    right:-0px;

    position:absolute;

     top:164em;
  z-index: 99999999 !important;
}
.para{line-height:1.6; font-size:15px; text-align:justify;}

.pad{padding-left:20px; padding-right:20px;}

.footer-bg {

    background-color: #e8006d;

    position: relative;

}

/* send Enquiry */



.sendpd{padding-top:12px;}

.sendpdbot{padding-bottom:7px;}

.submit{background:#4cabc1; font-family:Arial, Helvetica, sans-serif;

margin-left:10px; font-size:12px; font-weight:bold; color:#ffffff; border:1px solid #3a96ab; float:left; }

.sendpdleft{padding-left:25px;}

input, select, textarea{ font-size:11px; border:1px solid #CCCCCC;}

form {margin:0px; padding:0px;}

.formitem{width:82%; float:left; padding:10px;}

.input{width:80%; float:left;}

.textarea{width:95%; height:80px; float:left; padding:10px;}

.formitem1{width:100px; float:left; padding:10px; height:40px; margin:0px 2px 2px 2px;}

.formitem2{width:95%; float:left; padding:10px;}

.contact{border-top:15px solid #e8006d; border-top-left-radius:15px;  border-top-right-radius:15px; border-bottom:8px solid #e8006d;

border-right:1px solid #666; border-left:1px solid #666; padding:10px; padding-bottom:40px; margin-bottom:30px; margin-top:30px;}

.contact p{font-size:16px; line-height:1.6;}



button::-moz-focus-inner, .btn::-moz-focus-inner {

  border: none;

  padding: 0;

}

button:focus, .btn:focus {

  outline: none;

}



label, input, button, select, textarea {

  font-size: 13px;

  color: #252525;

}

/* --- page header --- */

.page-header

{



}

.page-header>.vc_inner

{

	padding: 33px 0;

}

.page-header-left

{

	display: table-cell;

	width: 520px;

	vertical-align: middle;

}

.page-header-left h1

{

 margin-left:20px;

}

.page-header-right

{

	display: table-cell;

	width: 750px;

	vertical-align: middle;

}

.page-header-right label

{

	float: left;

}

/* --- bread crumbs --- */

.bread-crumb-container

{

	float: right;

	padding: 7px 0; margin-right:40px;

}

.bread-crumb

{

	float: left;

}

.bread-crumb li

{

	float: left;



	 list-style:none;

}

.bread-crumb-container label,

.bread-crumb li,

.bread-crumb li a

{

	font-weight: 600;

	font-size: 16px;

	color: #000;

	line-height: 20px;

}

.bread-crumb li a

{

	color: #444;

}

/* --- menu --- */

#back{background:#fff;}

@media (min-width: 768px) and (max-width: 991px) {

  label, input, button, select, textarea {

    font-size: 10px;

  }

}



label {

  font-weight: bold;

  cursor: default;

}



textarea {

  resize: none;

}



blockquote {

  font-size: inherit;

  line-height: inherit;

}



select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

  font-size: 13px;

  border-radius: 0;

  box-shadow: none;

}



select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control, .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-addon {

  font-size: 12px;

}



input[type="checkbox"], input[type="checkbox"]:focus, input[type="radio"], input[type="radio"]:focus {

  outline: none;

}



.bootstrap-datetimepicker-widget {

  z-index: 998 !important;

}

.bootstrap-datetimepicker-widget td.day:hover,

.bootstrap-datetimepicker-widget td.minute:hover,

.bootstrap-datetimepicker-widget td.second:hover,

.bootstrap-datetimepicker-widget thead tr:first-child th:hover,

.bootstrap-datetimepicker-widget td span:hover {

  background-color: transparent;

}

.bootstrap-datetimepicker-widget .timepicker {

  margin-top: 5px;

}

.bootstrap-datetimepicker-widget .timepicker td > span {

  width: 30px;

  height: 30px;

  line-height: 30px;

  margin: 5px 0;

}

.bootstrap-datetimepicker-widget .timepicker td > span:hover {

  color: #e8006d;

}



.bootstrap-datetimepicker-widget td.day.active,

.bootstrap-datetimepicker-widget td.day.active:hover {

  background: #e8006d;

  color: #FFF;

  cursor: inherit;

}



.fancybox-overlay {

  z-index: 10001;

}



#at20mc, #at15s {

  z-index: 999 !important;

}



.container > .alert,

.breadcrumb + .alert {

  position: fixed;

  z-index: 10001;

}



.alert {

  position: relative;

  top: 0;

  left: 0;

  width: 100%;

  text-align: center;

  padding: 8px 14px 8px 14px;

  z-index: 30;

  color: #FFF;

  border-radius: 0;

}

.alert i {

  font-size: 21px;

  margin-right: 5px;

}

.alert a {

  text-decoration: underline;

}

.alert a:hover {

  text-decoration: none;

  color: #FFF;

}

.alert button.close {

  color: #FFF;

}

.alert button.close:hover, .alert button.close:focus {

  opacity: 1;

  color: #FFF;

}



.alert-success {

  background-color: #55C65E;

  border: 1px solid #48B151;

}



.alert-danger {

  background-color: #F3515C;

  border-color: #D4323D;

}



.alert-info {

  background-color: #FE9126;

  border-color: #E4752B;

}



.alert-warning {

  background-color: #EC710D;

  border-color: #D45634;

}



.pagination {

  margin: 0;

}



.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {

  border-radius: 0;

}



.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

  background-color: #e8006d;

  border-color: #e8006d;

  color: #FFF;

}



.pagination > li > a, .pagination > li > span {

  color: #252525;

}



.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {

  background: #252525;

  border-color: #252525;

  color: #FFF;

}



.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {

  background: none;

  text-decoration: none;

}



.table thead td {

  text-transform: uppercase;

  font-weight: bold;

  color: #323232 !important;

  font-size: 13px;

  background-color: #F9F9F9;

}



.table th,

.table td {

  padding: 20px;

  border-color: #D7D7D7;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}



.block-compare .table th, .block-compare .table td {

  padding: 7px;

}



.panel-group .panel, .panel, .table-bordered, .table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {

  border-radius: 0;

}



.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {

  border-color: #e9e9e9;

}



.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {

  white-space: normal;

}



.table > tbody + tbody {

  border-top: none;

}



.panel-heading {

  padding: 20px;

}



.addthis_button_tweet {

  width: 100px !important;

}



.fancybox-close, .fancybox-prev span, .fancybox-next span {

  opacity: 0.8;

}



.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {

  opacity: 1;

}



.text-danger {

  color: #F00;

}



.has-error * + .text-danger {

  margin-top: 5px;

}



.buttons input[type="checkbox"] {

  position: relative;

  top: 2px;

}



.tooltip {

  z-index: 10000;

}



/*========================================================

                      Main Styles

=========================================================*/

body {

  font: 400 14px/20px "Roboto Condensed", sans-serif;

  color: #323232;

/*  background:url(../images/bg-pattern.jpg);*/

  background-attachment: fixed;

}



h1, h2, h3, h4, h5, h6 {

  color: #252525;

  margin: 10px 0 20px;

  line-height: normal;

}



/* Override the bootstrap defaults */

h1 {

  font-size: 33px;

}



h2 {

  font-size: 27px;

}



h3 {

  font-size: 21px;

}



h4 {

  font-size: 15px;

}



h5 {

  font-size: 12px;

}



h6 {

  font-size: 10.2px;

}



a {

  font: inherit;

  color: inherit;

  text-decoration: none;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

a:active {

  background-color: transparent;

}

a:visited, a:focus {

  color: inherit;

  outline: none;

  text-decoration: none;

}

a:hover {

  text-decoration: none;

  color: #e8006d;

}



p a:hover {

  text-decoration: underline;

}



img {

  max-width: 100%;

  height: auto;

}



legend {

  font-size: 18px;

  padding: 7px 0px;

}



label {

  font-size: 12px;

  font-weight: normal;

}



.input-group .input-group-addon {

  height: 30px;

}



.nav-tabs {

  margin-bottom: 15px;

}



div.required .control-label:before {

  content: '* ';

  color: #F00;

  font-weight: bold;

}



td .price, .price b {

  font-size: 18px;

  padding-bottom: 0;

}



.fa {

  line-height: inherit;

}



.bg-white {

  background-color: #fff;

}



.atm-f {

  height: 28px !important;

}



.bootstrap-datetimepicker-widget, #at20mc, #at15s {

  z-index: 99 !important;

}



.tooltip {

  z-index: 10;

}



/*========================================================

                      Header styles

=========================================================*/

.header * + .search {

  margin-right: 30px;

}

.header * + .box-cart {

  margin-right: 42px;

  margin-top: 4px;

}

.header * + .box-currency,

.header * + .box-language {

  margin-top: 11px;

}

.header * + .box-currency {

  margin-right: 110px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  html[lang="ru"] .header * + .box-currency {

    margin-right: 55px;

  }

}

.header * + .box-language {

  margin-right: 22px;

}

.header * + .bg-white {

  margin-top: 36px;

}

.header * + .box-address {

  margin-top: 8px;

}



.box-address dt + dd {

  margin-top: 5px;

}



.header {

  padding-top: 50px;

  background: transparent;

}

.header > .container:first-child > *:first-child {

  margin-top: 14px;

}

.header .box-cart, .header .box-address, .header .box-language, .header .box-currency, .header .search {

  float: right;

}

.header .logo, .header .nav {

  float: left;

}

.header .bg-white {

  box-shadow: 0 -5px 0 0 #dfdfdf;

  padding-top: 52px;

  padding-bottom: 37px;

}



/*================   Top Links style   ===============*/



/*================   Box-address   ===============*/

.box-address {

  color:#e8006d; float:right;

}

.box-address, .box-address dl {

  margin: 0;

}

.box-address dt {

  font-size: 24px;

  line-height: 24px;

  letter-spacing: 0.6px;

  font-weight: 400; color:#000;

}

.box-address dd {

  font-size: 32px;

  line-height: 48px;

  font-weight: 300;

  letter-spacing: 2.4px;

}



/*================  Toggle ===============*/





/*================  CURRENCY AND LANGUAGE BOXES ===============*/

.box-language .toggle,

.box-currency .toggle {

  display: block;

  text-align: center;

  font-size: 16px;

  text-transform: uppercase;

  cursor: pointer;

  color: #fff;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.box-language .toggle:after,

.box-currency .toggle:after {

  display: inline-block;

  content: '\f107';

  margin-left: 8px;

  font-size: 15px;

  font-weight: 400;

  font-family: "FontAwesome";

}

.box-language .toggle.active, .box-language .toggle:hover,

.box-currency .toggle.active,

.box-currency .toggle:hover {

  color: #e8006d;

}



/********** Swipe menu ******************/



.swipe-control {

  border-right: 1px solid #e5e5e5;

  display: block;

  height: 50px;

  vertical-align: top;

  text-align: center;

  width: 64px;

  z-index: 100;

}

.swipe-control i {

  line-height: 50px;

  font-size: 30px;

  vertical-align: top;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.swipe-control:hover i, .swipe-control.active i {

  color: #e8006d;

}



.swipe {

  display: block;

  overflow: hidden;

  position: fixed;

  top: 50px;

  width: 237px;

  z-index: 101;

  bottom: 0;

  left: -237px;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.swipe .swipe-menu {

  height: 100%;

  overflow-y: auto;

}



.swipe ul {

  padding: 0;

  margin: 0;

}

.swipe ul li {

  list-style-type: none;

}

.swipe ul li a {

  display: block;

  padding: 10px 20px;

  color: #fff;

  border-top: 1px solid #e5e5e5;

  line-height: 25px;

  background: #222222;

}

.swipe ul li a i, .swipe ul li a:before {

  font-size: 21px;

  color: #fff;

  margin-right: 9px;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.swipe ul li a:hover {

  background-color: #e8006d;

  color: #fff;

}

.swipe ul li a:hover i, .swipe ul li a:hover:before {

  color: #fff;

}



.swipe .foot li a:before {

  content: "\f05a";

  font-family: "FontAwesome";

  display: inline-block;

}



.ind .swipe {

  display: block;

  left: 0;

}

.ind #page {

  left: 0;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 88;

}

.ind .shadow {

  background: rgba(0, 0, 0, 0.5);

  height: 100%;

  width: 100%;

  position: fixed;

  z-index: 88;

}



.swipe .foot li + li a:before {

  content: "\f0d1";

}

.swipe .foot li + li + li a:before {

  content: "\f06a";

}

.swipe .foot li + li + li + li a:before {

  content: "\f085";

}



.swipe .foot.foot-1 li a:before {

  content: "\f0ac";

}

.swipe .foot.foot-1 li + li a:before {

  content: "\f079";

}

.swipe .foot.foot-1 li + li + li a:before {

  content: "\f0e8";

}



.swipe .foot.foot-2 li a:before {

  content: "\f02c";

}

.swipe .foot.foot-2 li + li a:before {

  content: "\f06b";

}

.swipe .foot.foot-2 li + li + li a:before {

  content: "\f0c0";

}

.swipe .foot.foot-2 li + li + li + li a:before {

  content: "\f0a3";

}



.swipe .foot.foot-3 li a:before {

  content: "\f0cb";

}

.swipe .foot.foot-3 li + li a:before {

  content: "\f003";

}



@media (max-width: 767px) {

	

	.page-header

{

	-webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05) inset;

	-moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05) inset;

	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05) inset;

}

.page-header>.vc_inner

{

	padding: 33px 0;

}

.page-header-left

{

	width:100% !important;

	vertical-align: middle; 

}

.page-header-left h1

{

	text-transform: uppercase; margin-left:20px; text-align:center !important; padding-top:30px;

}

.page-header-right

{

	display:none !important;

}

.page-header-right label

{

	float: none; clear:both;

}

/* --- bread crumbs --- */

.bread-crumb-container

{

	float: none !important;

	padding: 0; margin-right:0px !important; float: none; clear:both;

}









	

	

  .toprow-1 {

    display: block;

  }

  

  .newsletter {

    width: 100% !important; clear:both !important;

	float:none ;

	padding: 15px 0 0 60px;

}

  .callusicon {

    color: #000;

    font-size: 25px;

    height: 25px;

    position: fixed;

    left: 15px;

    top: 9px;

    transition: all 0.4s ease-in-out 0s;

    width: 25px;

   

    -webkit-transition: all 0.4s ease-in-out;

    -moz-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;

  }

  .back-nav {

    padding: 0;

    background-color: #e8006d !important;

    position: relative;

	z-index:999999999999 !important;

}

.box-address dt {

display:none;

}

.box-address dt + dd a{

	font-size:15px; float:left !important; text-align:left; display:none; }

.footer-social ul li a{

	float:left !important;

}

.social-block {

    padding: 0;

    position: relative;

    z-index: 99;

    width:100% !important;

    

   padding-left:0px !important;

	margin: 20px 0 0 0;

}

#footer #info.column { width:100% !important; padding:0px !important; margin:0 auto; }

#footer .column{width:100% !important; margin-right:13px; padding:0;}

#footer #account_link.column { width: 100% !important;padding: 0px !important;margin:0 auto; }

}

/*========================================================

               Responsive Header styles

=========================================================*/

@media (min-width: 1200px) {

  .header .bg-white > .container {

    padding-left: 9%;

    padding-right: 6%;

  }

}

@media (max-width: 991px) {

  .header * + .box-currency {

    margin-right: 22px;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {

  .header * + .box-address {

    margin-top: 20px;

  }

  .header * + .search {

    margin-top: 15px;

  }



  .header {

    padding-top: 50px;

  }

  .header .search {

    float: none;

  }

  .header .box-currency {

    margin-right: 0;

    padding: 0;

  }

  .header .logo {

    float: none;

    text-align: center;

    margin-top: 15px;

  }

  .header .logo img {

    display: inline-block;

  }

  .header .box-cart {

    float: none;

    margin-top: 0;

  }

  .header .nav {

    margin-top: 0;

  }

  

  .header .nav__primary {

    margin-top: 15px;

    background: none;

  }

  .header .box-address {

    float: none;

    text-align: center;

  }

  .header .box-address dd {

    font-size: 40px;

    line-height: 45px;

  }

  .header .box-language .toggle_cont, .header .box-currency .toggle_cont {

    right: 0;

    left: auto;

  }

}

/*========================================================

                      Content styles

=========================================================*/

#page {

  background-color: #fff;

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 170px, #fff 170px, #fff 100%);

  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 170px, #fff 170px, #fff 100%);

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 170px, #fff 170px, #fff 100%);

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 170px, #fff 170px, #fff 100%);

  background: linear-gradient(top, rgba(255, 255, 255, 0) 170px, #fff 170px, #fff 100%);

  overflow: hidden;

  display: block;

  max-width: 1252px;

  margin: 0 auto;

  margin-bottom: 108px;

}



.common-home #container {

  margin-top: 30px;

}



/*==================  Marked List  ======================*/

.box.account ul, .box.affilate ul {

  padding: 0;

  list-style-type: none;

}

.box.account ul a, .box.affilate ul a {

  position: relative;

  border-bottom: 1px solid #DADADA;

  display: block;

  padding: 13px 15px;

}

.box.account ul a:before, .box.affilate ul a:before {

  content: '\f054';

  margin-right: 10px;

  font-weight: 400;

  font-size: 10px;

  font-family: "FontAwesome";

  color: #e8006d;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.box.account ul a:hover, .box.affilate ul a:hover {

  color: #e8006d;

}



.site-map-page #content ul, .manufacturer-content div, #content ul.list-unstyled {

  margin: 0;

  list-style-type: none;

}

.site-map-page #content ul a, .manufacturer-content div a, #content ul.list-unstyled a {

  position: relative;

}

.site-map-page #content ul a:before, .manufacturer-content div a:before, #content ul.list-unstyled a:before {

  content: '\f105';

  margin-right: 5px;

  font-weight: 400;

  font-size: 15px;

  font-family: "FontAwesome";

  color: #e8006d;

}



@media (max-width: 767px) {

  aside {

    margin-top: 20px;

  }

  aside .container {

    padding: 0;

    width: 100%;

  }



  #content [class*="col-sm-"] + [class*="col-sm-"] {

    margin-top: 20px;

  }

}

/*==================   Lazy Img    ======================*/

.lazy {

  display: block;

  position: relative;

  height: 0;

  overflow: hidden;

  background: transparent url(../image/lazy-loader.gif) no-repeat center center;

}

.lazy img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: auto;

  z-index: 0;

  -moz-transition: 1s all ease;

  -o-transition: 1s all ease;

  -webkit-transition: 1s all ease;

  transition: 1s all ease;

  opacity: 0;

}

.lazy.lazy-loaded {

  background: none;

}

.lazy.lazy-loaded img {

  opacity: 1;

}



.search {

  position: relative;

  width: 270px;

}

.search input {

  color: #fff;

  display: block;

  margin: 0;

  font-size: 18px;

  line-height: 24px;

  width: 100%;

  height: 37px;

  padding: 7.5px 45px 7.5px 20px;

  background: rgba(255, 255, 255, 0.05);

  border: 1px solid rgba(255, 255, 255, 0.1);

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}

.search input:focus {

  outline: none;

}

.search input::-webkit-input-placeholder {

  color: #fff;

  opacity: 1;

}

.search input:-moz-placeholder {

  color: #fff;

  opacity: 1;

}

.search input::-moz-placeholder {

  color: #fff;

  opacity: 1;

}

.search input:-ms-input-placeholder {

  color: #fff;

  opacity: 1;

}

.search button, .search button:focus, .search button:active {

  background: none;

  border: none;

  display: inline-block;

  padding: 0;

  outline: none;

  outline-offset: 0;

  cursor: pointer;

  -webkit-appearance: none;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

  position: absolute;

  top: 8px;

  right: 12px;

  color: #fff;

  font: 400 17px/17px "FontAwesome";

}

.search button::-moz-focus-inner, .search button:focus::-moz-focus-inner, .search button:active::-moz-focus-inner {

  border: none;

  padding: 0;

}

.search button:before, .search button:focus:before, .search button:active:before {

  content: "";

}

.search button:hover, .search button:focus:hover, .search button:active:hover {

  color: #e8006d;

}



@media (max-width: 767px) {

  .search {

    width: 100%;

  }

}

#livesearch_search_results {

  margin: 3px 0 0;

  padding: 5px;

  position: absolute;

  top: 100%;

  width: 100%;

  left: 0;

  background-color: #f4f4f4;

  list-style-type: none;

  z-index: 12;

  font-size: 14px;

}

#livesearch_search_results li img {

  float: left;

  margin-right: 10px;

}

#livesearch_search_results li img.loading {

  background: #F5F5F5;

}

#livesearch_search_results li:hover, #livesearch_search_results li.highlighted {

  background-color: #e8006d;

}

#livesearch_search_results li:hover a, #livesearch_search_results li:hover a:visited, #livesearch_search_results li.highlighted a, #livesearch_search_results li.highlighted a:visited {

  color: #FFF;

}

#livesearch_search_results a, #livesearch_search_results a:visited {

  display: block;

  padding: 5px;

  color: #252525;

}

#livesearch_search_results a:before, #livesearch_search_results a:after, #livesearch_search_results a:visited:before, #livesearch_search_results a:visited:after {

  display: table;

  content: "";

  line-height: 0;

}

#livesearch_search_results a:after, #livesearch_search_results a:visited:after {

  clear: both;

}



@media (min-width: 768px) and (max-width: 991px) {

  #livesearch_search_results li img {

    display: none !important;

  }

}

/*================ Box Cart  ===============*/

.box-cart {

  position: relative;

}

.box-cart .btn-danger {

  border: 0;

  padding: 0;

  color: #333;

  font-size: 13px;

  background: none;

}

.box-cart .btn-danger:hover {

  color: #e8006d;

  background: none;

}

.box-cart a:hover img {

  opacity: .5;

}

.box-cart .btn {

  margin-bottom: 7px;

}



/*================  Cart  ===============*/

.cart {

  position: relative;

}

.cart .toggle_cont {

  right: 0;

  left: auto;

}

.cart i, .cart strong, .cart span {

  vertical-align: middle;

}

.cart > button {

  color: #fff;

}

.cart > button i {

  font-size: 30px;

  line-height: 30px;

  -moz-transition: 0.3s color ease;

  -o-transition: 0.3s color ease;

  -webkit-transition: 0.3s color ease;

  transition: 0.3s color ease;

}

.cart > button:hover i, .cart.open > button i {

  color: #e8006d;

}



/*================  Cart DropDown ===============*/

.cart .toggle_cont {

  z-index: 1001;

  min-width: 260px;

  padding: 10px 10px 5px;

}

.cart .toggle_cont img {

  max-width: 50px;

}

.cart .toggle_cont table {

  margin-bottom: 10px;

}



.cart ul > li:first-child tr {

  border-bottom: 1px solid #e9e9e9;

}



.cart td {

  font-size: 13px;

}

.cart td strong {

  font-size: 12px;

}



.cart .total td {

  border: none;

  padding: 2px;

  color: #252525;

}

.cart .price-cart {

  color: #252525;

}



.cart .table.total tr:nth-child(4) td strong,

.cart .table.total tr:nth-child(4) td {

  font-size: 20px;

}



@media (max-width: 767px) {

  .cart {

    position: fixed;

    top: 9px;

    right: 20px;

    margin: 0;

    z-index: 10000;

  }

  .cart .toggle_cont {

    max-height: 300px;

    overflow: auto;

  }

}

/*========================================================

                      Product

=========================================================*/

/* ===================   Product Layout   =================== */

.product-layout {

  margin-bottom: 30px;

}



.product-thumb .image + .caption {

  margin-top: 20px;

}

.product-thumb * + .price {

  margin-top: 14px;

}

.product-thumb .price {

  margin-bottom: 48px;

}

.product-thumb .price + .rating {

  margin-top: -31px;

}



/* ===================   Product Image   =================== */

.product-thumb .image {

  position: relative;

}

.product-thumb .image > a {

  display: block;

}

.product-thumb .image > a img {

  -moz-transition: 0.5s all ease;

  -o-transition: 0.5s all ease;

  -webkit-transition: 0.5s all ease;

  transition: 0.5s all ease;

  margin: 0 auto;

}

.product-thumb .image > a:hover img {

  opacity: .5;

}



/* ===================   Product Caption   =================== */

.product-thumb {

  position: relative;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}





.product-thumb:hover .image .quickview {

  opacity: 1;

}



/* ==================    Product List, Product Grid    =================== */

.product-list .product-thumb .caption, .product-list .product-thumb .cart-button {

  overflow: hidden;

}



.product-list .product-thumb .image {

  float: left;

  margin-right: 30px;

  width: 30%;

}

@media (min-width: 768px) {

  .product-list .product-thumb .image + div {

    overflow: hidden;

  }

}

@media (min-width: 768px) {

  .product-list .product-thumb .product-btn {

    display: inline-block;

  }

}



.box-banner .product-thumb .image {

  float: none;

}



/* ==================   SALE, NEW Product   =================== */

.sale, .new_pr {

  font-size: 24px;

  line-height: 24px;

  letter-spacing: 0.6px;

  display: inline-block;

  position: absolute;

  top: 0;

  right: 84px;

  color: #fff;

  z-index: 9;

  text-transform: lowercase;

}

.sale span, .new_pr span {

  display: inline-block;

  z-index: 1;

  position: absolute;

  top: 13px;

  left: 39px;

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}

html[lang="ru"] .sale, html[lang="de"] .sale, html[lang="ru"] .new_pr, html[lang="de"] .new_pr {

  font-size: 20px;

  line-height: 20px;

}

html[lang="ru"] .sale span, html[lang="ru"] .new_pr span {

  top: 21px;

  left: 24px;

}

html[lang="de"] .sale span, html[lang="de"] .new_pr span {

  top: 21px;

  left: 21px;

}

.sale:before, .new_pr:before {

  content: '';

  border-style: solid;

  border-width: 0 84px 84px 0;

  border-color: transparent #e8006d transparent transparent;

  position: absolute;

  z-index: 0;

}



.new_pr span {

  top: 14px;

  left: 40px;

}

html[lang="de"] .new_pr span {

  top: 18px;

  left: 39px;

}

html[lang="ru"] .new_pr span {

  top: 20px;

  left: 28px;

}

.new_pr:before {

  border-color: transparent #252525 transparent transparent;

}



/* ===================   Product Price    =================== */

.price-new, .price-old, .price {

  display: inline-block;

  font-size: 24px;

  line-height: 24px;

}



.price-new {

  margin-right: 21px;

}



.price-old {

  text-decoration: line-through;

  vertical-align: top;

}



.price-section .price-new, .price-section .price-old {

  font-size: 30px;

  color: #e8006d;

  line-height: 30px;

}



.price-section .price-old {

  font-size: 20px;

  line-height: 30px;

}



.price-section .reward {

  display: block;

  margin-top: 10px;

}



.price-tax {

  font-size: 12px;

}



.price-total {

  font-weight: bold;

}



.price s {

  font-size: 15px;

}



.prod-stock {

  color: #6BA239;

}



.product-thumb .price-tax {

  color: #999;

  font-size: 12px;

  display: block;

}



/* ===================   Product Rating   =================== */

.rating .fa-stack i {

  font-size: 15px;

}



.fa-stack {

  font-size: 15px;

  line-height: 20px;

  width: 0.9em;

}

.fa-stack i {

  color: #252525;

}

.fa-stack + .fa-stack {

  margin-left: 3px;

}



.table-compare td.rating .fa-stack, .table-compare td.rating .fa-stack-2x {

  width: 1em;

  height: 1em;

  font-size: 1em;

}



/* ===================   Product Quickview   =================== */





.fancybox-skin:hover .fancybox-nav span {

  visibility: visible;

}



.fancybox-nav {

  height: 40px;

  top: 50%;

  width: 40px;

}



.fancybox-next {

  right: -60px;

}



.fancybox-prev {

  left: -60px;

}



.quickview_description {

  overflow: auto;

  max-height: 300px;

  border: 1px solid #e9e9e9;

  padding: 10px;

  margin-top: 15px;

}



.quickview_description iframe,

.product-desc iframe {

  width: 40% !important;

  height: 200px !important;

  float: left;

  margin-right: 2em;

}



.quickview-style .inf {

  font-size: 14px;

  margin-bottom: 10px;

}

.quickview-style .cart-button {

  margin-top: 10px;

}

.quickview-style .cart-button .btn {

  padding: 0;

  width: 38px;

  height: 38px;

  font-size: 25px;

  line-height: 25px;

  text-align: center;

  border: 1px solid;

}

.quickview-style .cart-button .btn.btn-add {

  border-color: #e8006d;

  background-color: #e8006d;

  color: #fff;

}

.quickview-style .cart-button .btn.btn-add:hover {

  border-color: #e8006d;

  background-color: #fff;

  color: #e8006d;

}

.quickview-style .cart-button .btn.btn-icon {

  color: #e8006d;

  background-color: #fff;

  border-color: #e8006d;

}

.quickview-style .cart-button .btn.btn-icon:hover {

  background-color: #e8006d;

  border-color: #e8006d;

  color: #fff;

}

.quickview-style .rating {

  margin-top: 5px;

}



/*========================================================

               Responsive Styles Product

=========================================================*/

@media (max-width: 1200px) {

  .product-thumb .button-group button, .product-thumb .button-group button + button {

    width: 33.33%;

  }

}

@media (min-width: 768px) {

  .box .box-content .last {

    clear: left;

  }



  .fancybox-next {

    right: -30px;

  }



  .fancybox-prev {

    left: -30px;

  }

}

@media (max-width: 767px) {

  #content .product-layout {

    width: 50%;

    float: left;

  }

  #content .product-layout + .product-layout {

    margin-top: 0;

  }



  .quickview_description iframe,

  .product-desc iframe {

    float: none;

    width: 100% !important;

    margin: 0 0 2em;

  }



  .product-list .product-thumb .image,

  .box-banner .product-thumb .image {

    float: none;

    margin: 0 0 15px;

    width: 100%;

  }



  .product-layout {

    margin-bottom: 20px;

  }

}

@media (max-width: 600px) {

  .quickview_description iframe,

  .product-desc iframe {

    height: 240px !important;

  }

}

@media (max-width: 540px) {

  #content .product-layout {

    width: 100%;

    float: none;

  }

}

/*========================================================

                         Box

=========================================================*/

.box {

  margin-top: 30px;

}

.box .box-heading {

  margin: 0 0 30px;

}

.box .box-heading h3 {

  margin: 0;

  font: 400 32px/48px "Roboto Condensed", sans-serif;

  letter-spacing: 1.2px;

}

aside .box .box-heading h3 {

  font-size: 27px;

  line-height: 27px;

  text-align: center;

}

@media (min-width: 768px) and (max-width: 991px) {

  aside .box .box-heading h3 {

    font-size: 17px;

    line-height: 17px;

  }

}



aside .box .product-layout {

  width: 100%;

  margin-top: 30px;

}

aside .box .product-layout:first-child {

  margin-top: 0;

}



.bg-featured {



  background-color: #f8f8f8; padding-bottom:40px;

}

.common-home .bg-featured {

  margin-top: 17px;

}



/*========================================================

                    Responsive Box

=========================================================*/

@media (min-width: 768px) and (max-width: 991px) {

  .box.info .box-content ul a {

    padding: 13px 5px;

  }

}

@media (max-width: 767px) {

  aside .box .box-heading {

    position: relative;

    cursor: pointer;

  }

  aside .box .box-heading:after {

    content: '\f055';

    position: absolute;

    right: 5px;

    top: 5px;

    font-size: 21px;

    font-family: "FontAwesome";

    color: #252525;

  }

  aside .box .box-heading.active:after {

    content: '\f056';

  }

}

/*========================================================

                        Buttons

=========================================================*/

.buttons {

  margin: 1em 0;

}

.buttons:before, .buttons:after {

  display: table;

  content: "";

  line-height: 0;

}

.buttons:after {

  clear: both;

}



.input-group-btn .btn {

  padding: 7px 12px;

}

.input-group-btn .btn i {

  font-size: 15px;

  line-height: 18px;

}



a.btn-danger {

  padding: 12px 17px;

}



button.btn-primary,

button.btn-danger {

  margin-top: 3px;

}



button.btn-primary + a.btn-danger {

  margin-top: 3px;

}



#button-voucher {

  margin-top: 3px;

  font-size: 13px;

}



/* ================   Default Buttons BEGIN   =============== */

.btn:visited, .btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger,

.btn {

  font-size: 14px;

  color: #FFF;

  background: #252525;

  text-shadow: none;

  border-radius: 0;

  border: none;

  padding: 12px 16px;

  outline: none;

}



.btn:hover,

.btn:focus {

  background: #e8006d;

  color: #FFF;

  outline: none !important;

}



/*================   Product Buttons BEGIN   ===============*/

.product-btn {

  color: #252525;

  vertical-align: middle;

  margin-left: 20px;

  margin-top: 20px;

}

.product-btn i {

  font-size: 30px;

  line-height: 30px;

}

.product-btn:hover {

  color: #e8006d;

}



.product-btn-add {

  display: block;

  color: #252525;

  font-size: 14px;

  line-height: 14px;

  font-weight: 700;

  text-transform: uppercase;

}

.product-btn-add i {

  font-size: 30px;

  line-height: 30px;

  vertical-align: middle;

}

.product-btn-add i + span {

  margin-left: 9px;

}

.product-btn-add:hover {

  color: #e8006d;

  border-color: #e8006d;

}



.link {

  display: inline-block;

  cursor: pointer;

  font-size: 14px;

  line-height: 14px;

  letter-spacing: 1.4px;

  text-transform: uppercase;

  border: 1px solid #e8006d; background:#fff;

  color:#e8006d;

  padding: 10px 20px;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

  transition-property: background-color, color;

}

.link:hover {

  background-color: #fff;

  color: #e8006d;

}



/* ================   QuickView  =============== */

.product-thumb .image .quickview {

  display: inline-block;

  position: absolute;

  left: 50%;

  top: 50%;

  opacity: 0;

  padding: 6px 12px;

  z-index: 10;

  background-color: #e8006d;

  color: #fff;

  text-align: center;

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

.product-thumb .image .quickview:hover {

  color: #e8006d;

  background-color: #fff;

}



/* ================   Compare Button  =============== */

.nav-cat .btn {

  padding: 15px 20px;

  font-size: 18px;

}

@media (min-width: 768px) and (max-width: 991px) {

  .nav-cat .btn {

    margin-top: 15px;

  }

}



/* ================   Product page buttons  =============== */

.product-buttons {

  margin: 0 -5px 1em;

  padding: 0;

}

.product-buttons:before, .product-buttons:after {

  display: table;

  content: "";

  line-height: 0;

}

.product-buttons:after {

  clear: both;

}

.product-buttons li {

  float: left;

  width: 50%;

  padding: 0 5px;

  list-style: none;

}

.product-buttons li button {

  margin: 0;

  width: 100%;

  border: 2px solid #252525;

  height: 50px;

}

.product-buttons li button:hover {

  border-color: #e8006d;

}



.product_page #button-cart {

  width: 100%;

  border: 2px solid #e8006d;

  height: 50px;

  background-color: #e8006d;

  color: #fff;

}

.product_page #button-cart:hover {

  background-color: #fff;

  color: #252525;

}



/*========================================================

                 Responsive styles Buttons

=========================================================*/

@media (max-width: 1199px) {

  .button-view {

    margin-top: 10px;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .account-wishlist table td .btn {

    padding: 10px;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .table-bordered > tbody > tr > .text-right {

    padding: 5px;

  }



  .account-wishlist table td .btn {

    padding: 6px;

  }

}

@media (max-width: 767px) {



}

@media (max-width: 460px) {

  .account-address .table td a {

    display: block;

  }

  .account-address .table td a + a {

    margin-top: 5px;

  }

}

@media (max-width: 400px) {

  .buttons .pull-left, .buttons .pull-right {

    float: none !important;

    margin-top: 10px;

  }

}

/*=================== Menu gadget ===================*/

.menu-icon {

  position: relative;

  color: #fff;

  cursor: pointer;

  display: block;

  font-weight: 400;

  font-size: 20px;

  font-family: "Roboto Condensed", sans-serif;

  line-height: 30px;

  padding: 10px 17px;

  background: #e8006d;

}

.menu-icon.active:after {

  content: "\f106";

}

.menu-icon:after {

  float: right;

  content: "\f107";

  font-family: "FontAwesome";

  margin-top: 0;

  display: inline-block;

  text-align: center;

  width: 1.25em;

  font-size: 26px;

  color: #fff;

  -moz-transition: 0.3s color ease;

  -o-transition: 0.3s color ease;

  -webkit-transition: 0.3s color ease;

  transition: 0.3s color ease;

}

.menu-icon:hover:after {

  color: #222;

}









.menu-gadget .menu li {

  position: relative;

  list-style-type: none;

}

.menu-gadget .menu li i {

  position: absolute;

  display: block;

  top: 8px;

  right: 5px;

  height: 24px;

  width: 24px;

  font-size: 21px;

  padding: 0 20px;

  cursor: pointer;

  color: #fff;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.menu-gadget .menu li i:hover {

  color: #e8006d;

}

.menu-gadget .menu li.active > a, .menu-gadget .menu li > a:hover {

  background: #e8006d;

  color: #fff;

}

.menu-gadget .menu a {

  padding: 10px 15px;

  display: block;

  border-top: 1px solid #e5e5e5;

  color: #fff;

  font-size: 14px;

  background: #222;

}

.menu-gadget .menu li li a {

  padding: 10px 15px 10px 45px;

}

.menu-gadget .menu li li:last-child {

  padding-bottom: 0;

}

.menu-gadget .menu li li li a {

  padding: 10px 15px 10px 35px;

}



.menu-gadget .menu li i.fa-angle-up:before {

  content: "" !important;

}



/*========================================================

                      Menu styles

=========================================================*/

.nav__primary .menu:before, .nav__primary .menu:after {

  display: table;

 

  line-height: 0;

}

.nav__primary .menu:after {

  clear: both;

}

.nav__primary .menu > li {

  float: left;

}



.nav__primary {

  padding: 0;

  background-color: #e8006d;

  position: relative;

}

.nav__primary ul {

  list-style: none;

  margin: 0;

  padding: 0;

}



/*================ Menu  ===============*/

.nav__primary .menu {

  width: 100%;

}

.nav__primary .menu li > a {

  display: block;

  font-size: 14px;

  line-height: 28px;

  color: #252525;

}

.nav__primary .menu > li {

  border-left: 1px solid #fff;

  border-right: 1px solid #fff;

}

.nav__primary .menu > li.sfHover > ul {

  display: table !important;

}

.nav__primary .menu > li > a {

  display: table-cell;

  vertical-align: middle;

  color: #fff;

  -moz-transition: background-color 0.3s ease-in-out;

  -o-transition: background-color 0.3s ease-in-out;

  -webkit-transition: background-color 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out;

  background-color: #e8006d;

  height: 74px;

  position: relative;

  text-align: center;

  text-transform: uppercase;

  letter-spacing: 1.4px;

  min-width: 151px;

}

.nav__primary .menu > li + li {

  border-left: none;

}

.nav__primary .menu > li.sfHover > a, .nav__primary .menu > li > a:hover, .nav__primary .menu > li > a.active {

  color: #e8006d;

  background-color: #fff;

}



/*================ Sub-menu lvl1  ===============*/

.nav__primary .menu ul {

  padding: 5% 14.4% 4.5% 11.3%;

  background-color: #fff;



  position: absolute;

  z-index: 109;

  left: 0;

  top: 100%;

  width: 100%;

  margin-top: 0;

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

}



/*================ Sub-menu lvl1 item  ===============*/

.nav__primary .menu ul > li {

  display: table-cell;

}

.nav__primary .menu ul a {

  display: inline-block;

  font-size: 24px;

  line-height: 24px;

}

.nav__primary .menu ul li.active > a, .nav__primary .menu ul a:hover, .nav__primary .menu ul li.sfHover > a {

  color: #e8006d;

}



/*================ Sub-menu lvl2 ===============*/

.nav__primary .menu ul ul {

  margin-top: 25px;

  padding: 0;

  position: relative;

  display: block !important;

  height: auto !important;

  table-layout: fixed;

}

.nav__primary .menu ul ul > li {

  display: block;

  opacity: 1 !important;

}

.nav__primary .menu ul ul > li > a {

  font-weight: 400;

  font-size: 14px;

  line-height: 20px;

}

.nav__primary .menu ul ul > li > a:before {

  content: '- ';

}

.nav__primary .menu ul ul > li + li {

  margin-top: 8px;

}

.nav__primary .menu ul ul:before {



}



@media (min-width: 1200px) {

 

}

@media (min-width: 768px) and (max-width: 991px) {

  .nav__primary .menu > li > a {

    min-width: 142px;

  }

}

@media (max-width: 767px) {

  .nav__primary .menu {

  

  }



  .menu-gadget {

    display: block;

  }

}

/*==================  Stuck menu  ======================*/

.stuck-menu {

  width: auto !important;

  max-width: 1252px;

  margin: 0 auto;

}



@media only screen and (min-width: 991px) {

  .scroll-fix {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 10000;

    -moz-transition: 0.3s all ease;

    -o-transition: 0.3s all ease;

    -webkit-transition: 0.3s all ease;

    transition: 0.3s all ease;

    background: #f5f5f5;

    border-bottom: 1px solid #fff;

  }

}

@media only screen and (max-width: 991px) {

  .stuck-menu {

    position: static;

  }

  .stuck-menu + .stuck-menu {

  

  }

}



/*========================================================

                      Banners

=========================================================*/

.banner-1 + .banner-2,

.banner-2 + .banner-1,

.banner-3 + .banner-3 {

  margin-left: 28px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .banner-1 + .banner-2,

  .banner-2 + .banner-1,

  .banner-3 + .banner-3 {

    margin-left: 24px;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .banner-1 + .banner-2,

  .banner-2 + .banner-1,

  .banner-3 + .banner-3 {

    margin-left: 18px;

  }

}

@media (max-width: 767px) {

  .banner-1 + .banner-2,

  .banner-2 + .banner-1,

  .banner-3 + .banner-3 {

    margin-left: 0;

  }

}



.box-banner .s-desc h2 + .link {

  margin-top: 20px;

}



.banners-wrap:before, .banners-wrap:after {

  display: table;

  content: "";

  line-height: 0;

}

.banners-wrap:after {

  clear: both;

}



[class*="banner-"] {

  float: left;

  margin-bottom: 30px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  [class*="banner-"] {

    margin-bottom: 24px;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  [class*="banner-"] {

    margin-bottom: 18px;

  }

}



.box-banner {

  position: relative;

}

.box-banner > a {

  display: block;

}



.box-banner h2, .box-banner .link {

  margin: 0;

}

.box-banner .s-desc {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  text-align: center;

}

.box-banner .s-desc h2 {

  color: #e8006d;

  font-size: 44px;

  line-height:1.5; padding:10px;

  letter-spacing: 1.2px;

  -moz-transition: 0.3s color ease;

  -o-transition: 0.3s color ease;

  -webkit-transition: 0.3s color ease;

  transition: 0.3s color ease; text-align:center;	

}

.box-banner:hover .s-desc h2 {

  color: #e8006d;

}



.banner-1 {

  width:40.17094017094017%;

}



.banner-2 {

  width: 57.26495726495726%;

}



.banner-3 {

  width: 48.71794871794872%;

}



/*========================================================

                   Responsive Banners

=========================================================*/

@media (min-width: 768px) and (max-width: 991px), (max-width: 479px) {

  .box-banner .s-desc h2 {

    font-size: 33px;

    line-height: 42px;

    letter-spacing: 1.2px;

  }

}

@media (max-width: 767px) {

  [class*="banner-"], [class*="banner-"] .img-responsive {

    width: 100%;

  }

}

/*========================================================

                      HTML boxes

=========================================================*/

.box_html_1 h2 + p {

  margin-top: 16px;

}



.box_html_1 {

  color: #c9c9c9;

}

.box_html_1:before, .box_html_1:after {

  display: table;

  content: "";

  line-height: 0;

}

.box_html_1:after {

  clear: both;

}

.box_html_1 h2, .box_html_1 p {

  margin: 0;

}

.box_html_1 h2 {

  font-size: 32px;

  line-height: 1.9;

  letter-spacing: 0.48px; color:#000; text-transform:uppercase; margin-top:30px;

}

.box_html_1 h2 em {

  font-style: normal;

  font-size: 63px;

  line-height: 72px;

  letter-spacing: normal; padding-bottom:20px;

}

.box_html_1 p {

  font-size: 16px;

  line-height:1.8; color:#000; text-align:justify; padding-bottom:30px;

 

}

.box_html_1_cnt {

  display: inline-block;

  margin-top:32px;

  padding-left:8px;

  width:100%;

}

.box_html_1_cnt h2 br {



}

.box_html_1_aside {

  float: right;

  background-color: #e8006d;

  position: relative;

  padding:28px 48px 26px 20px; margin-top:130px;

}

.box_html_1_aside h2 {

  color: #fff;

}

.box_html_1_aside:before {

  content: '';

  position: absolute;

  right: 0;

  bottom: 46px;

  width: 0;

  height: 0;

  border-style: solid;

  border-width: 14px 14px 14px 0;

  border-color: transparent #fff transparent transparent;

}



/*========================================================

               Responsive HTML boxes

=========================================================*/

@media (max-width: 1199px) {

  .box_html_1_cnt {

    margin-top: 0;

    padding-left: 0;

  }

}

@media (min-width: 992px) and (max-width: 1199px) {

  .box_html_1_cnt {

    width: 75%;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .box_html_1_cnt {

    width: 65%;

  }

}

@media (max-width: 767px) {

  .box_html_1 h2 br {

    display: block;

  }

  .box_html_1_cnt {

    width: 100%;

    text-align: center;

  }

  .box_html_1_aside {

    width: 100%;

    text-align: center;

    padding-left: 5%;

    padding-right: 5%;

    margin-top: 15px;

  }

  .box_html_1_aside h2 br {

  

  }

  .box_html_1_aside:before {

    bottom: 48px;

  }

}

/* ===================   Breadcrumb   =================== */

.breadcrumb {

  margin: 15px 0;

  padding: 8px 0;

  border-radius: 0;

  border: 1px solid #e9e9e9;

  background: #fff;

  font-size: 14px;

  line-height: 18px;

}

.breadcrumb a {

  display: inline-block;

}

.breadcrumb > li {

  padding: 0 30px;

  position: relative;

  white-space: nowrap;

}

.breadcrumb > li + li:before {

  content: '';

  padding: 0;

}

.breadcrumb > li:after {

  content: '';

  position: absolute;

  top: -3px;

  right: 0;

  width: 27px;

  height: 24px;

  border-right: 1px solid #e9e9e9;

  border-bottom: 1px solid #e9e9e9;

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

}



@media (max-width: 600px) {

  .breadcrumb {

    padding: 0;

  }



  .breadcrumb > li:last-child:after {

  

  }



  .breadcrumb > li:after {

    width: auto;

    position: static;

    border: 0;

    content: '>';

    margin-left: 5px;

    display: inline-block;

    -moz-transform: none;

    -ms-transform: none;

    -o-transform: none;

    -webkit-transform: none;

    transform: none;

  }



  .breadcrumb > li {

    padding: 0 5px;

  }

  .breadcrumb > li a {

    line-height: 24px;

  }

}

#list-view,

#grid-view {

  padding: 0;

  margin: 0 5px;

  background: none;

  box-shadow: none;

  color: #252525;

  font-size: 27px;

  line-height: 30px;

}



#list-view.active,

#grid-view.active {

  color: #e8006d;

}



/* ===================   Product Page   =================== */

.product-section, .product-content-columns {

  margin-bottom: 3em;

}



.product-share {

  height: 32px;

  margin-top: 1em;

}



.review-form-title {

  text-align: center;

}

.review-form-title h3 {

  cursor: pointer;

  position: relative;

  border-bottom: 1px solid #e9e9e9;

  padding: 0 10px 5px;

  display: inline-block;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.review-form-title h3:before {

  position: absolute;

  bottom: -20px;

  left: 50%;

  width: 0;

  height: 0;

  border: 10px solid transparent;

  border-top-color: #e9e9e9;

  content: '';

  margin-left: -10px;

}

.review-form-title h3:hover {

  color: #e8006d;

}



.rating-section a {

  cursor: pointer;

}



.product-review-form {



}



/* ===================   Product Gallery   =================== */

.product-gallery:before, .product-gallery:after {

  display: table;

  content: "";

  line-height: 0;

}

.product-gallery:after {

  clear: both;

}

.product-gallery .product-image {

  cursor: pointer;

  float: left;

  width: 84%;

  padding-left: 15px;

}

.product-gallery .bx-wrapper {

  margin: 0 !important;

}

.product-gallery .image-thumb {

  float: left;

  width: 16%;

}



.product-gallery .image-thumb .bx-wrapper .bx-prev,

.product-gallery .image-thumb .bx-wrapper .bx-next {

  top: auto;

  bottom: 0;

  left: 0;

  right: 0;

  height: 34px;

  line-height: 34px;

  background: rgba(0, 0, 0, 0.5);

  text-align: center;

  margin: 0;

  color: #fff;

}

.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,

.product-gallery .image-thumb .bx-wrapper .bx-next:hover {

  background: #e8006d;

}



.product-gallery .image-thumb .bx-wrapper .bx-prev {

  top: 0;

  bottom: auto;

}



.product-gallery .image-thumb li a {

  border: 1px solid #e9e9e9;

  display: block;

}

.product-gallery .image-thumb li a:hover, .product-gallery .image-thumb li a.active {

  border-color: #e8006d;

}



.image-additional {

  margin: 0;

  padding: 0;

  list-style-type: none;

}



.product-reviews .review-item {

  margin-bottom: 3em;

}



.review-score .fa-stack {

  width: 2em;

  height: 1.5em;

  margin-bottom: 10px;

}



.product-title {

  margin: 0;

  color: #252525;

}



.reward-block span {

  display: block;

}



#product .input-group[class*="col-"] {

  padding-left: 15px;

  padding-right: 15px;

}

#product h3 {

  color: #e8006d;

}



.general_info .product-section,

.general_info .price-section {

  margin: 0 0 5px;

  padding-bottom: 10px;

  border-bottom: 1px solid #e9e9e9;

}



#full_gallery {



}

#full_gallery .bx-viewport {

  padding-right: 1px;

}

#full_gallery #gallery li {

  border: 1px solid #e9e9e9;

}



@media (max-width: 1199px) {

  #full_gallery {

    display: block;

  }

  #full_gallery .bx-viewport {

    padding-right: 2px;

  }



  .product-gallery {

    visibility: hidden;

    height: 0;

  }

  .product-gallery .image-thumb, .product-gallery .product-image {

    height: 0;

  }



  .bx-wrapper .bx-controls-direction a {

    background: #fff;

    border: 1px solid #e9e9e9;

    color: #252525;

    line-height: 40px;

    text-align: center;

    display: inline-block;

    width: 40px;

    font-size: 18px;

    font-family: "FontAwesome";

  }

  .bx-wrapper .bx-controls-direction a i {

  

  }

  .bx-wrapper .bx-controls-direction a:hover {

    background: #e8006d;

    color: #FFF;

  }



  .bx-wrapper .bx-controls-direction .bx-prev:before {

    content: '\f104';

  }



  .bx-wrapper .bx-controls-direction .bx-next:before {

    content: '\f105';

  }

}

/* ===================   Sub Category on Category Page   =================== */

.box-subcat {

  padding: 0;

  margin: 0;

  list-style-type: none;

}

.box-subcat li {

  text-align: center;

  margin-bottom: 15px;

}

.box-subcat li .name a {

  font-size: 18px;

  text-transform: capitalize;

}

.box-subcat li .image {

  margin-bottom: 10px;

  border: 2px solid #e9e9e9;

  padding: 9px;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.box-subcat li .image:hover {

  border-color: #e8006d;

}

.box-subcat li.first-in-line {

  clear: left;

}



@media (max-width: 767px) {

  .box-subcat li {

    text-align: left;

    float: left;

    width: 50%;

  }

  .box-subcat li .image {

    display: inline-block;

    float: left;

    margin-right: 15px;

    width: 25%;

  }

  .box-subcat li:nth-child(2n+1) {

    clear: both;

  }



  #content .box-subcat [class*="col-sm-"] + [class*="col-sm-"] {

    margin-top: 0;

  }

}

@media (max-width: 500px) {

  .box-subcat li {

    width: 100%;

    float: none;

    clear: both;

  }

}

/* ===================   Product Filter  =================== */

.product-filter {

  border-top: 1px solid #e9e9e9;

  border-bottom: 1px solid #e9e9e9;

  padding: 20px 0;

  margin-bottom: 12px;

}

.product-filter label {

  font-size: 13px;

  padding-top: 7px;

}



.nav-cat {

  margin-bottom: 13px;

}

.nav-cat .nam-page {

  margin: 5px 0 5px 10px;

}



/* ========   BLOCK COMPARE   ============= */

.compare-block {

  margin-bottom: 20px;

}



.compare-block .image {

  margin-right: 10px;

}



.compare-block .remove a {

  font-size: 19px;

  line-height: normal;

}



.compare-info {

  width: 100%;

}



.block-compare {

  position: relative;

  overflow: hidden;

}



@media (max-width: 991px) {

  .product-compare .table-responsive {

    overflow-x: scroll;

  }

  .product-compare .table-responsive td + td {

    min-width: 270px;

  }

  .product-compare .table-responsive td:last-child {

    border-right: none;

  }

}

/* ===================   About Page   =================== */

.extra-wrap {

  overflow: hidden;

}



.information-information {

  font-size: 14px;

  line-height: 26px;

}

.information-information h3, .information-information h4, .information-information h5 {

  color: #252525;

  margin: 0 0 10px;

  line-height: normal;

}

.information-information h3, .information-information h5 {

  text-transform: uppercase;

}



.terms_conditions_page h4 {

  text-transform: uppercase;

}



.about-page.excerpt {

  margin-bottom: 30px;

}



.recent-posts {

  text-align: center;

}



/* ===================   Number   =================== */

.dropcap {

  background: none repeat scroll 0 0 #e8006d;

  color: #fff;

  font-size: 30px;

  line-height: 30px;

  margin: 0 20px 30px 0;

  padding: 17px;

  display: block;

  float: left;

}



img.alignleft {

  float: left;

  margin-right: 20px;

}



/* ===================   Divider   =================== */

.sm_hr {

  height: 1px;

  background-color: #e0e0e0;

  margin: 50px 0;

}



/* ===================   Thumbnail   =================== */

.thumbnail {

  background: none repeat scroll 0 0 #fafafa;

  border: 1px solid #e9e9e9;

  padding: 12px;

  max-width: 254px;

  margin: 0 auto 12px;

  border-radius: 0;

}

.thumbnail img {

  border: 1px solid #e9e9e9;

}

.thumbnail a:hover {

  opacity: .5;

}



.img-thumbnail {

  border: 0;

  background-color: #f7f7f7;

  padding: 0;

  border-radius: 0;

}



.human_info .thumbnail {

  float: left;

  margin-right: 20px;

}



.clear {

  clear: both;

  margin: 0;

  padding: 0;

  font-size: 0;

  border: 0;

  line-height: 0;

}



@media (max-width: 500px) {

  img.alignleft, .human_info .thumbnail {

    float: none;

    margin: 0 auto 20px;

  }

}

/* ===================   Testimonials   =================== */

.testimonials .testi-item {

  margin-bottom: 30px;

}

.testimonials .testi-meta {

  line-height: 18px;

  padding-left: 50px;

}

.testimonials .user {

  text-transform: uppercase;

  font-size: 12px;

  color: #e8006d;

}

.testimonials blockquote {

  border: 1px solid #e9e9e9;

  margin-bottom: 15px;

}



/* ===================   Privacy Policy  =================== */

.privacy_page.table td {

  border-top: 0;

  padding: 0 30px 30px;

}

.privacy_page.table td:first-child {

  text-align: right;

}

.privacy_page tr > td + td {

  border-left: 1px solid #e9e9e9;

}



.privacy_page h4 {

  max-width: 300px;

  float: right;

  font-size: 16px;

}



/* ===================   Site Map Page  =================== */

.site-map-page #content ul {

  list-style-type: none;

}

.site-map-page #content ul li {

  padding: 5px 0;

}

.site-map-page #content ul a {

  font-size: 14px;

}



/* ===================   Manufacturer List  =================== */

.manufacturer-list {

  border: 1px solid #e9e9e9;

  margin-bottom: -1px;

}

.manufacturer-list .manufacturer-heading {

  background: none repeat scroll 0 0 #f9f9f9;

  border-bottom: 1px solid #e9e9e9;

  font-size: 15px;

  font-weight: bold;

  padding: 5px;

}

.manufacturer-list .manufacturer-heading span {

  background: none repeat scroll 0 0 #e8006d;

  color: #fff;

  display: inline-block;

  font-size: 25px;

  text-align: center;

  text-transform: uppercase;

  width: 50px;

  height: 50px;

  line-height: 50px;

}

.manufacturer-list .manufacturer-content {

  padding: 20px;

}



/* ===================   Account Page  =================== */

.well {

  background-color: #f9f9f9;

  border: 1px solid #e9e9e9;

  margin-bottom: 30px;

  padding: 30px;

  border-radius: 0;

  box-shadow: none;

}

.well .heading {

  margin-bottom: 20px;

}

.well .heading:before, .well .heading:after {

  display: table;

  content: "";

  line-height: 0;

}

.well .heading:after {

  clear: both;

}

.well .heading i {

  color: #e8006d;

  float: left;

  font-size: 56px;

  margin-right: 14px;

  line-height: 60px;

}

.well .heading h2 {

  font-size: 23px;

  color: #252525;

  margin: 0 0 5px;

}

.well .heading strong {

  font-weight: normal;

  font-style: italic;

}

.well p {

  border-bottom: 1px solid #e9e9e9;

  padding: 20px 0;

}

.well a {

  display: inline-block;

  margin-top: 20px;

}



@media (min-width: 768px) and (max-width: 991px) {

  .well .heading {

    text-align: center;

  }

  .well .heading h2 {

    font-size: 17px;

  }

  .well .heading i {

    float: none;

  }

}

.datepicker .prev, .datepicker .next, .datepicker .day, .datepicker .year, .datepicker .month, .datepicker .picker-switch {

  cursor: pointer;

  -moz-transition: 0.3s all ease;

  -o-transition: 0.3s all ease;

  -webkit-transition: 0.3s all ease;

  transition: 0.3s all ease;

}

.datepicker .prev:hover, .datepicker .prev.active, .datepicker .next:hover, .datepicker .next.active, .datepicker .day:hover, .datepicker .day.active, .datepicker .year:hover, .datepicker .year.active, .datepicker .month:hover, .datepicker .month.active, .datepicker .picker-switch:hover, .datepicker .picker-switch.active {

  color: #e8006d;

  background: transparent;

}

.datepicker th {

  text-align: center;

}



.radio {

  line-height: 18px;

}



/* fixed colum left + content + right*/

@media (min-width: 768px) {

  #column-left .product-layout .col-md-3 {

    width: 100%;

  }



  #column-left + #content .product-layout .col-md-3 {

    width: 50%;

  }



  #column-left + #content + #column-right .product-layout .col-md-3 {

    width: 100%;

  }



  #content + #column-right .product-layout .col-md-3 {

    width: 100%;

  }

}

input#input-voucher,

input#input-coupon {

  display: inline-block;

  width: 45%;

  margin-right: 5px;

}



/*========================================================

                         Footer

=========================================================*/

@media (min-width: 768px) {

  * + footer {

    margin-top: 43px;

  }

  * + .copyright {

    margin-top: 44px;

  }

}

footer {

  line-height: 26px;

  letter-spacing: 0.35px;

  color: #fff;

}

footer h5 {

  font-size: 24px;

  line-height: 24px;

  letter-spacing: normal;

}

html[lang="ru"] footer h5 {

  font-size: 20px;

}

footer h5 + ul {

  margin-top:7px;

}

@media (max-width: 991px) {

  footer .footer {

    clear: left;

  }

}



.copyright br {



}



.copyright {

  background-color: #ececec;

}

.copyright > .container {

  padding-top: 15px;

  padding-bottom: 20px;

}



/*========================================================

                    Responsive  Footer

=========================================================*/

@media (max-width: 767px) {





  footer {

    text-align: center;

  }

}

/*==================     ToTop     ======================*/

.toTop {

  width: 40px;

  height: 40px;

  line-height: 34px;

  text-align: center;

  font-size: 24px;

  color: #fff;

  background: #e8006d;

  position: fixed;

  right: 66px;

  bottom: 100px;



  overflow: hidden;

  text-decoration: none;

  z-index: 20;

}

.toTop:hover {

  background: #000;

  text-decoration: none;

  color: #fff;

}



.toTop:visited, .toTop:focus, .toTop:active {

  color: #fff;

}



@media only screen and (max-width: 1399px) {

  .toTop {

    display: none !important;

  }

}

/*========================================================

                  Responsive Styles

=========================================================*/

@media (max-width: 1200px) {

  .table th, .table td {

    padding: 8px;

  }

}

@media (min-width: 1200px) {

  .container {

    width: 1200px;

  }

}

@media (min-width: 768px) and (max-width: 991px) {

  .panel-body input + span {

    margin-top: 5px;

    display: inline-block;

  }

}

@media (max-width: 767px) {

  .table-responsive {

    border: none;

  }

  .table-responsive .table-bordered {

    border: 1px solid #e9e9e9;

  }



  .delivery_page .table {

    font-size: 13px;

  }

}

@media (max-width: 530px) {

  .panel-group .panel input#input-voucher,

  .panel-group .panel input#input-coupon {

    width: 100%;

  }

  .panel-group .panel span {

    display: block;

    margin-top: 5px;

  }



  h1 {

    font-size: 26px;

  }

}

@media (max-width: 410px) {

  #accordion .table td,

  #accordion .table thead td {

    font-size: 9px;

    word-wrap: break-word;

  }

}

@media (max-width: 370px) {

  .table.privacy_page td {

    padding: 8px;

  }



  .delivery_page .table td,

  .delivery_page .table th {

    padding: 6px;

  }

}

