
@font-face {
    font-family: 'Interstate';
    src: url('../fonts/Interstate-Bold.eot');
    src: url('../fonts/Interstate-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Interstate-Bold.woff2') format('woff2'),
        url('../fonts/Interstate-Bold.woff') format('woff'),
        url('../fonts/Interstate-Bold.ttf') format('truetype'),
        url('../fonts/Interstate-Bold.svg#Interstate-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Interstate';
    src: url('../fonts/Interstate-Regular.eot');
    src: url('../fonts/Interstate-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Interstate-Regular.woff2') format('woff2'),
        url('../fonts/Interstate-Regular.woff') format('woff'),
        url('../fonts/Interstate-Regular.ttf') format('truetype'),
        url('../fonts/Interstate-Regular.svg#Interstate-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('../fonts/Interstate-Light.eot');
    src: url('../fonts/Interstate-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Interstate-Light.woff2') format('woff2'),
        url('../fonts/Interstate-Light.woff') format('woff'),
        url('../fonts/Interstate-Light.ttf') format('truetype'),
        url('../fonts/Interstate-Light.svg#Interstate-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.icon-box2 {
    padding: 4rem 2rem;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.icon-box2.text-center i {
    display: block;
    font-size: 6rem;
    color: #333;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.icon-box2 p {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #666;
    -webkit-transition: color;
    transition: color;}

/*====================comparison==page==========================*/

.improved{font-weight: bold; font-size: 22px;}
.improved span{color:#cc0009;}

.yes{color:#47a919; font-weight:bold; font-size:16px; }
.na{color: #000; font-weight: bold; font-size:16px;}
.no{color:#ad122a; font-weight: bold; font-size:16px;}

.name_comparison{font-weight: bold; font-size: 16px;}

.pro-details-rating2 { 
  margin: 0 0px 0; 
}
.pro-details-rating2 i {
  color: #fb0;
  font-size: 13px;
}


.table_responsive { width: 100%; border: solid 1px #f5f5f5; }
.table_responsive th {
  position: sticky;  
  z-index: 1;
   
  top: 0; 
}
.table_responsive td,
.table_responsive th {
  padding: 10px;
  min-width:190px;   
  text-align: center; border:solid 5px #fff;
}
.products-4 th,
.products-4 td {
    width: 25%;   
}
.table_responsive th {
  background:#ad122a;
  top:0px; border-radius: 6px; color: #fff !important;  
}
.table_responsive tr:nth-child(even) {background-color: #f2f2f2;}

.table_responsive th h3{ color: #fff; margin: 0px; padding: 0px; }

.table_responsive th img {
  height: 0;
    margin: 0 auto;
      display: block;
  transition: height 200ms ease-in-out;
}
.sticky img {
  height: 100px;
}
.label {
  font-weight: bold;
  text-align: left;
  min-width: 150px; /* Labels should have a strict width, based on the design (150px is just for this demo) */
  width: 150px; /* In order to enforce the width we need to apply both a min-width and a width with the same value */
  background: #eee;
}
th.label {
  background: #fff;
  border-color: #fff;
}

.heading {
  background: #ccc;
  width: 100%;
  text-align: left;
  position: relative;
}
.heading span {
  position: sticky;
  top: 0;
  left: 10px;
}
@media all and (max-width:768px) {

.section-title-2 h2 {
    font-size: 20px !important;
     
}
.table_responsive {overflow-x: scroll;}


  .label {
    display: none; /* We want to hide the labels on small screens... */
  }
  .spec::before { /* ...and show them above each spec instead. */
    content: attr(spec-title);
    color: #999;
    display: block;
  }
}

/*=========================comparison==page==end================*/



.paid{   
    background: #e3e3e3 !important;
    color: #222222 !important;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px;}
.paid:hover{background:#428642;}

.un-paid{background:#ffb911; border-radius: 4px; padding: 4px 10px; text-align: center; font-weight: 400; color: #363425;}
.un-paid:hover{background:#d1960a;}

.failed{background:#ae1c34; border-radius: 4px; padding: 4px 10px; text-align: center; font-weight: 400; color: #fff;}
.failed:hover{background:#c5423e;}




.my_address{margin-bottom: 20px;}
.my_address h3{font-size: 18px;}
.my_address h3 i{font-size: 16px; margin-right: 10px;}
 
.account-info-btn{text-align: right;}


.account-info-btn a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    background:#fff;
    border-radius: 4px;
    padding: 6px 15px;
    border: solid 1px #a61b32;
}

.account-info-btn a:hover {
    
    background:#fff3f5;
     
}




.ravi_name{font-weight: 600; font-size: 16px;}


.section-title-1 h1 {
  font-size:22px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-transform: none;
}

.section-title-1 h1 span{font-weight:700; position: relative;
}
.section-title-1 h1 span::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #D83333;
    position: absolute;
    bottom:-5px;
    right: 0;
}



.otp_outer{margin: 10px 0px 0px 0px;}


.about_img_section{width: 100%;}
.about_img_section img{width: 100%;}
.non-profit{ box-shadow: none !important; border: none !importantm; background-image: none !important; }
.non-profit p{color: #fff !important;}
.non-profit p a{color: #fff !important;}
.non-profit p a:hover{color:#ad122a !important;}
.non-profit h2{color: #fff !important;}
.non-profit h3{color: #fff !important;}

.small_img{background: #fff; padding: 20px; height:276px; display: flex; align-items: center; justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;}

.small_img img{max-width: 100%;}

.striped {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.striped-line {
    flex: auto;
    flex-basis: auto;
    border: none;
    outline: none;
    height: 1px;
    background:#c1bfbf;
}
 
 .striped-text {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color:#737171;
    margin: 0 1rem;
}

.method-action {   
    font-weight: 500;
    line-height: inherit;
    display:table;
     margin: auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding:7px 20px;
    outline: none;
    border: 2px solid #fff;
    border-radius: 2rem;
    color:#000000;
    background:#fce0e5;

    transition: all 0.35s ease;
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.ion-logo-google {
    font-size:20px;
    line-height: inherit;
    margin-right: 0.5rem;
   color: #ff0000;
}

 
.resend_otp {
    padding: 3px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    width: 100%; text-align: right;
    font-size: 12px; font-weight: 400; letter-spacing: 1px;
}

.resend_otp a{ color:#000; border-bottom: solid 1px #ccc;}
.resend_otp a:hover{ color:#ad122a; border-bottom: solid 1px #b4f5ef;}




.field-icon {
  float: right;
  margin-right:15px;
  margin-top:-32px;
  position: relative;
  z-index: 2;
}



.page-header {
    padding: 30px 0;
    background-color: #ebebeb;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-header h1 {
    color: #333333;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -.025em;
    margin-bottom: 0;
}
.page-header h1 span {
    display: block;
    color:#ad122a;
    font-size:16px;
    margin-top: 0.8rem;
}


/*==========================coupon==open=======================*/

.table > :not(caption) > * > * {
    padding: 0.5rem 0rem;
  }

.content_outer{ border: solid 1px #f6f6f6; padding: 20px; }
.content_outer h2{font-size: 20px;}

.welcome2{ border: solid 1px #e7e3e3; padding: 100px 40px; }

.welcome2 h1{ color: #000; font-size: 30px; text-align: center; }
.tf__dashboard_overview_item {
    background: #f6f6f6;
    border: 1px solid #efeded;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    margin-top:15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__dashboard_overview_item .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #efeded;
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__dashboard_overview_item h4 {
    font-weight: 600;
    font-size: 48px;
    margin: 17px 0px 10px 0px;
    color:#a76e00;
}

.tf__dashboard_overview_item p {
    font-weight: 700;
    font-size:18px !important;
    color:#150000;
    text-transform: none;
}

 


.abailable_coupons{ 
    text-align: right; 
    margin:-20px 0px 20px 0px; 
    color: #000; 
    font-size: 12px; 
    display: block; float: right; 
    
}

.abailable_coupons span{ 
    text-align: right; 
    margin: 10px 0px; 
    color: #fff; 
    font-size:14px; 
    border-radius: 30px; 
    border: solid 1px #ad122a; 
    padding:5px 20px;
    background:#ad122a;
    font-weight: 600; 
}




.coupon2 {
  width:  100%;
  min-height:130px;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase; 
  margin-bottom: 20px;
}
.coupon2::before,
.coupon2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.coupon2::before {
  left: 0;
  background-image: radial-gradient( circle at 0 50%, transparent 6px, gold 5px );
}

.coupon2::after {right: 0; background-image: radial-gradient(circle at 100% 30%, transparent 70px, gold 26px);}

.center_mar{ margin: 5px 0px;}

.coupon2 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width:90px;
}

.center2 p{ color: #000 !important; text-align: center !important;
    font-size:2.15rem !important;
    line-height:18px !important;
    text-transform: none; margin:5px 10px;
  }
.apply2 a{font-size: 13px; color: #fff; font-weight: 600; border: solid 1px #ad122a; background:#ad122a; border-radius: 30px; padding:3px 10px;}

.left2 {
  width:40px !important;
  border-right: 2px dashed rgba(21,21,21, 0.2);

}
.left2 div {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold; 
  color: #000 !important; 
  font-size:12px;
}

.center2 {
  flex-grow: 1;
  text-align: center;
}

.right2 {width: 32px;
    background-image: radial-gradient( circle at 100% 50%, transparent 8px, #fff 8px );
}
.right2 div { font-family: "Libre Barcode 128 Text", cursive;
  font-size:30px;
  font-weight: 400;
  transform: rotate(-90deg);
  

}

.center2 h2 {
  background:#273741;
    color: gold;
    padding: 2px 6px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
}

.center2 h3 {font-size: 28px;
    background: #000;
    margin: 10px 0px 10px 0px;
    padding:5px 10px;
    color:#ffd700;
    font-weight: 600;
    white-space: nowrap;
}
.center2 small {
      font-size:10px;
    font-weight:700;
    letter-spacing: 0px;
    color: #000; 
    line-height:10px !important;
}

@media screen and (max-width:500px){

 .coupon2 { width: 100%;
   /* display:grid;
    grid-template-columns:1fr;*/
  }
  /*.left2 div {
    transform: rotate(0deg);
  }
  .right2 div {
    transform: rotate(0deg);
    
  } */
}

.apply {
    float: left;
    font-weight: 500;
    background: #ad122a;
    color: #fff;
    padding: 8px 10px;
    position: absolute;
}
.apply:hover { color: #fff; }
.coupon-wrap {
    background:#ddd9d9;
    padding:14px 10px;
    margin:20px 0px !important;
}

/*==========================coupon==end=======================*/

 
 




/*=================================faq-======================open====================*/

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #9c1f1f;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color:#851d1d;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0; font-size: 18px; color: #444; line-height: 30px;
}

.accordion button .icon2 {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon2::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon2::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color:#9c1f1f;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}




/*==================================faq==================end======================*/
.terms_conditions{ background: url(../images/water-mark.jpg) no-repeat center fixed; 
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; 
  padding: 20px;
} 
.terms_conditions ul{list-style: none; margin: 20px 0px 20px 0px !important; padding: 0px;}
.terms_conditions ul li{list-style: none; font-size: 18px; color: #444; padding: 0px; font-weight: 300; margin-bottom: 10px; display: flex;}
.terms_conditions p{text-align: justify;}

.service{width: 100%;}
.service li{ font-size: 20px; font-weight: 500; margin-bottom: 10px; position: relative; padding-left: 40px;}

.service li:before{content: '\f178'; font-family: "Font Awesome 5 Pro"; position: absolute; left: 0px; }


/*=================sticky-css-for-detail-page===================*/


.progress_outer{background:#ededed;
  padding: 20px 0px 5px 0px; position: relative; z-index: -1; margin-bottom: 20px;}

.progressbar {
  counter-reset: step;
  margin-bottom: 30px;

}
.progressbar li {
  list-style: none;
  display: inline-block;
  width: 30.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height : 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff; 
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index : -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #ad122a;
}
.progressbar li.active:before {
  border-color:#ad122a;
  background: #ad122a; color: #fff;
} 
.progressbar li.active + li:after {
  background-color:#ddd;
}

 

.modal-header h5{font-size: 20px;}
.modal.modal-vcenter {
    padding: 15px !important;
}
.modal.modal-vcenter .modal-dialog {
    
    position: relative;
    margin: auto;
    max-width: 100%;

    /* added properties */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 576px){
  .modal.modal-vcenter .modal-dialog {
    min-width: 500px; /* or whatever min-width you want */
    max-width:60%; /* width for most tablets and desktops */
  }
}

.modal .modal-body {
    max-height: 40vh;
    overflow-y: auto;
}
 


@media screen and (min-height:460px){
  .modal .modal-body {
    max-height: 65vh;
  }

.modal-dialog2 {
    max-width:500px !important; 
    
}
}

/*
.modal-dialog {
    max-width:1000px; 
    margin:20px auto !important; 
    min-height:92vh;
    height:92vh;
    max-height:92vh;
}

 .modal .modal-dialog {
  position:relative;
  margin: auto;
  
  height: 100%;
  transform: translate3d(0%, 0, 0);
}
.modal .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal .modal-body {
  padding: 15px 15px 10px;
}
.modal.left.fade .modal-dialog {
  left:0px;
  transition: opacity 0.1s linear, left 0.1s ease-out;
}
.modal.left.fade.show .modal-dialog {
  left: 0;
}
.modal.right.fade .modal-dialog {
  right: 0px;
  transition: opacity 0.1s linear, right 0.1s ease-out;
}
.modal.right.fade.show .modal-dialog {
  right: 0; left: 0px;
}
 
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;

} 
 
.close2{ 
  background: #ccc; 
  border-radius: 100%; 
  width: 25px; 
  height: 25px; 
  font-weight: 600; 
  font-size: 14px; 
  line-height: 20px;
  float: left; border: none; text-align:center;
}
.modal-footer{ border-bottom: solid 1px #ccc; border-top: solid 1px #ccc; justify-content: flex-start; }

.css-geyxx{height: calc(-140px + 100vh);
    padding: 0px 36px 40px;
    margin-top: 10px;
    overflow-y: scroll;}


.modal-footer2{  justify-content:space-between;  
    align-items: center; padding: 0.75rem;
    
    margin: 10px 0px;

}

*/

.shipto-this-address{ 
    font-size: 16px;
    padding: 12px;
    border-color:#ad122a;
    background:#ad122a;
    color: rgb(255, 255, 255);
    border-radius: 8px;
    cursor: pointer;
    text-align: center;}

 




/*.product-details-area{ background:#fdf6f6; }*/


.add_box{border: solid 2px #e5a1ac; 
  border-radius: 10px; 
  padding:30px 20px; text-align: center; 
  background:radial-gradient(circle, #ffffff, #df8a97);
  color: #000; font-size:20px; font-weight: bold;
  margin-bottom: 20px;
}


.address_box{border: solid 1px #e1e1e1; padding:20px 20px; margin-bottom: 20px; background:#fff; border-radius: 10px;}
.address_heading {display: block;}
 

.address_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.address_box ul li{
  color:#242424;
  display: block;
  position: relative;
  float: left;
  width: 100%;
 /* height: 100px;*/
  /*border-bottom: 1px solid #d9d5d5;*/
}

.address_box ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.address_box ul li label{
  display: block;
  position: relative;
  font-weight:600;
  font-size:16px;
  padding: 5px 25px 5px 26px;
  margin: 4px auto;
 /* height: 30px;*/
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

/*.address_box ul li:hover label{
  color: #000;
}*/

.address_box ul li .check{
  display: block;
  position: absolute;
  border:2px solid #9b9a9a;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 10px;
  left:0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

/*.address_box ul li:hover .check {
  border: 5px solid #000;
}*/

.address_box ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top:4px;
  left:4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.address_box input[type=radio]:checked ~ .check {
  border:2px solid #ad122a;
}

.address_box input[type=radio]:checked ~ .check::before{
  background: #ad122a;
}

/*.address_box input[type=radio]:checked ~ label{
  color: #0DFF92;
}*/

 .address_details{width: 100%;}
.address_details ul{ list-style: none; margin: 0px 0px 20px 0px; padding: 0px; }

.address_details ul li{font-size: 14px; color: #000; margin-bottom: 5px;}

.address_details ul li span{font-weight: 600; width: 150px; float: left;}
.address_details p{line-height: 24px;
    font-size: 16px;
    color: #747171;
    margin-bottom: 20px;}

.address_details p strong{font-weight: bold;}

.button_box{width: 100%; }

.button_box ul{list-style: none; margin: 0px; padding: 0px;}
.button_box ul li{list-style: none; margin: 0px 20px 0px 0px; display:inline-flex !important; float: left !important; width: auto;}

.button_box ul li a{ padding:2px 10px; border-radius: 4px; border: solid 1px #d7cfcf; background:#f9f7f7; color:#363535; }

.remove a{border: solid 1px #d7cfcf; padding:2px 10px !important; background:#ad122a !important; color: #fff!important;}
.remove a i{margin-right: 2px; font-size: 12px; color: #fff;}

.main {
  display: grid;
  grid-template-columns:80% 20%;
 /* grid-gap: 30px;*/
}
.main aside,
.main section {
  padding-top:0px;
  padding-bottom: 10px;
}
.main section {
  /*padding-left: 20px;
  padding-right: 20px;*/
}
.main section h2 {
  color: #000000;
}
.main aside {
  padding-left: 20px;
  padding-right: 20px;
}
.main aside > .left,
.main aside > .right {
  position: sticky;
  top: 80px;
}
 
.main aside.sidebar-right {
  color: #5f5f5f;
}
.main aside.sidebar-right ul:first-child {
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}
.main aside.sidebar-right a {
  color: #5f5f5f;
}

@media only screen and (max-width: 767px){

.delivery_inner{ border-radius: 8px; height: calc(100% - 1.5rem);
      background:#ececec/* url(../images/delevery_bg.png) bottom no-repeat*/ !important;  
    padding:10px 20px 15px 20px !important; min-height:1px !important;border: solid 1px #efefef; }


.single-product-wrap .product-content-wrap .product-price span.old-price {
   
    margin: 0 0 0 0px !important;
     
}

.header-info p {
    
    font-size: 11px !important;
    letter-spacing: 0px !important; 
}


.main {
  display:block;
  grid-template-columns:100%;
  
}
.main aside > .left,
.main aside > .right {
  position:relative;
  top: 0px;
}

}


/*=================sticky-css-for-detail-page====end===============*/







#page-content {
    background-image: url(../images/login_background.jpg);
    background-size: cover;
    background-position: center;
    justify-content: center;
    height: calc(100% - 1.5rem); 
 
}
.small_content{color: #fff;
    font-size: 14px; text-align: center;}
.small_content a{color: #fff; font-weight:600;}

.off-white{color:#f0e9e9 !important; font-weight: 400 !important; font-size: 15px !important;}



.delivery_outer {
    display: block;
    padding:20px 0px; 
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/

}

.delivery_inner{ border-radius: 8px; height: calc(100% - 1.5rem);
      background:#ececec url(../images/delevery_bg.png) bottom no-repeat;  
    padding:40px 20px; min-height:324px;border: solid 1px #efefef; }



.delivery_outer h6 {
    color:#333;
    font-weight: 600;
    font-size:18px;
    margin: 1px 0px 10px 0px;
    padding: 0px;
}
.search-form-delivery {
    border-radius: 0;
    padding: 5px 10px;
    /* height: 45px; */
    border: 1px solid #e3dada;
    font-size: 14px;
    width: 100%;
    background: rgba(255,255,255,0.5);
}

.search-devlivery-btn {
    position: relative;
    bottom: 0;
    color: #fc7e00;
    background:#000000;
    transition: width 1s;
    width:75px;
    /* height: 45px; */
    border-radius: 0 6px 6px 0px;
    border: none;
    color: #fff;
    border: solid 1px #000000;
    border-left: none;
    font-size: 13px;
    text-transform: uppercase;
}



/*=============================Slide Left Menu Off Canvas==open============================  */
 


#hamburger-icon {
  height: 20px;
  position: relative;
  display:inline;
  margin-top: 1.200em;
 /* z-index: 9998;*/
 /* width: 50px*/
}

#hamburger-icon .line {
  display: block;
  background: #fff;
  width: 35px;
  height: 5px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  -moz-transform: translateY(10px) translateX(0) rotate(45deg)
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg)
}


/* Slide Menu */
.slide-menu {
  position: fixed;
    -webkit-transform: translateX(-285px);
    -ms-transform: translateX(-285px);
    transform: translateX(-285px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
  background: #fff;
  top:0;
  bottom: 0;
  color: #333;
  z-index:100000;
  width: 250px;
    -webkit-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 0px 7px 0px rgba(0,0,0,0.25);
}
.slide-header {
  height:30px;
  color: #fff;
  top:0;
 /* background: url(https://3.bp.blogspot.com/-dXxdKFkVrdw/VKLa3bMmv2I/AAAAAAAAVjI/Lp0vf22tynE/s1600/sandiegodusk.png)no-repeat center center/cover;
  */position: relative;
  text-align: center
}
.slide-close-button button:hover{
  background-color: #a1a1a1
}
.slide-close-button button:active {
  background-color: #bbb
}
.slide-close-button button {
  background: #000;
    border: 0;
    font-size: 14px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    outline: none;
    right: 6px;
    z-index: 99999;
}
.slide-header>h1 {
  padding: 2em 0 0
}
.slide-header p {
  font-size: 12px
}
.slide-menu>.slide-menu-here>.menu {
  padding: .5em 0;
}
.slide-menu>.slide-menu-here>.menu li {
  position: relative
}
.slide-menu>.slide-menu-here>.menu li>a{
  padding: 5px 10px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ececec;
  display: inline-block
}
.slide-menu>.slide-menu-here>.menu li.title span {
  padding:10px 10px;
  border-bottom: 1px solid #ececec;
  width: 100%;
  position: relative;
  display: inline-block;
}
.slide-menu>.slide-menu-here>.menu li>.sub-menu {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    display:none
}
.slide-menu>.slide-menu-here>.menu li>.sub-menu.active {
  display: block;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.slide-menu>.slide-menu-here>.menu li>.sub-menu>li>a {
  padding-left: 2em;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5
}
.slide-menu>.slide-menu-here>.menu li.title>.dropdownmenu:after {
  content: "\f107";
  top: 10px;
  position: Absolute;
  right: 2em;
  background-color: #aaa;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  font: normal normal normal 14px/20px FontAwesome;
}
.slide-menu a:hover {
  background-color: #f8f8f8
}
/* Slide Left  */
.slide-left {
      -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index:10000; padding: 10px 10px;
}
.mdl-layout__obfuscator {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.slide-left~.mdl-layout__obfuscator {
    background-color: rgba(0,0,0,.5);
    visibility: visible;
}


  /*=============================Slide Left Menu Off Canvas==end============================  */





.filter_by{border: solid 1px #ddd; padding:5px 15px; border-radius: 4px; background: #eff4f7; float: left; font-weight: 600; 
  font-size: 13px; margin-top: 10px;}

.filter_by i{margin-right: 10px;}

.search_type{ width: 100%; display: flex; border: solid 1px #ddd; padding:5px 10px; border-radius: 4px; background: #eff4f7;  margin-top: 10px;}

.sort_by{ width: 110px;
    /* float: left; */
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start; font-weight: 600;}

.sort_by img{max-width: 100%; margin-right:5px;}


.icon {
     
    vertical-align: middle;
    background: 0 0;
    pointer-events: none;
    overflow: visible;  
}
.video{ background: #f7f9fa;
    padding: 20px 10px;
    border: solid 2px #f1eeee;
    border-radius: 10px;
} }

.video_outer{border-radius:10px; position: relative; }

.video_outer iframe{height:450px; width: 100%; border-radius:10px; padding: 0px 20px;}

.video_name { text-align: center; padding: 10px 20px; }

.video_name p{font-size: 18px; font-weight: 600; color: #000; margin: 0px; padding: 0px;   }

.brand-1{border: solid 1px #efeeee;}

.bg-primary {background-color: #ad122a !important;}

.brand_logo_outer{ box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; border-radius: 10px; height: 387px;}


.btn.btn-rounded {
    border-radius: 3px; 
    margin: 0px !important;
    padding:0px 20px !important;
    line-height: 0px !important;
}

.footer-newsletter .icon-box-side {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.icon-box-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input-wrapper-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 67.5rem;
    width: 100%;
}

.category-box:not(:last-child) {
    margin-bottom: 1.4rem;
}
.category-box a {
    font-weight: normal;
    font-size:14px;
    letter-spacing: 0;
    color: #666;
    line-height: 1;
    margin-bottom: 1rem;
    position: relative;
}

.category-box a:hover {
    
    color:#ad122a;
    
}
.category-box ul{list-style: none; margin: 0; padding: 0px;}

.category-box ul li {
    font-weight: normal;
    font-size:14px;
    letter-spacing: 0;
    color: #666;
    line-height: 1;
    margin-bottom: 1rem;
    position: relative; display: inline-flex;
}
.category-box ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    border-left: 1px solid #ccc;
    margin: 0px 10px 0 10px;
    vertical-align: bottom;
}
.category-box ul li:last-child::after{ display: none;
}


.category-box ul li:hover {
    
    color:#ad122a;
    
}


.phone-number{font-weight: bold; font-size:16px;}
.phone-number img{margin-right: 5px; float: left;}

.header-call .call-info {
    margin-top: 0.4rem;
}



.exclusive_benefits h3{font-weight: 600; font-size: 16px; padding: 0px !important; margin: 0px !important;}

.exclusive_benefits p{font-size: 14px; font-weight: normal; padding: 0px; margin: 0px 0px 20px 0px;}


.bulk_outer{ background:#ebebeb; padding: 40px 0px 60px 0px; }

.bulk-wrap_icon {
    position: relative;
   /* left: 0;
    top: 6px;
    line-height: 1;*/
    color:#000;
    font-size:30px; 
    /*float: left; margin-right: 10px;*/ 
    margin-bottom: 20px;
}

.contact-area{padding:0px 0px 20px 0px; margin-bottom:0px;}
.contact-area h4{ font-size:; color:#ffffff; }

.bulk-wrap {padding: 30px 20px; 
     
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color:#fff;  
}
.bulk-wrap h4{font-weight: bold; font-size: 18px;}
.title h1{font-weight:600; margin-bottom:30px; font-size: 24px;}






.bulk_order_img{ position: relative; text-align: center; border-bottom: solid 1px #e5e5e5; margin-bottom: 50px; }
.bulk_order_img img{ max-width: 100%;}

.move_to_cart{ font-size: 11px; border: solid 1px #1f4672; padding:2px 8px; border-radius:2px;  
  background:#1f4672; color: #fff; float: left; display: inline-flex; line-height: 20px; }

.move_to_cart:hover{ color:#ffcc28;}

.product_image {  padding: 5px; float: left; }
.product_image img {
    max-width: 60px;
} 

.rating-form-style form input, .rating-form-style form textarea {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  padding: 3px 10px;
  height: 39px;
   
  width: 100%;
  color: #444;
  margin-bottom: 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rating-form-style form input:focus, .pro-details-review .ratting-form-wrapper .rating-form-style form textarea:focus {
  border: 1px solid #fb0;
  background-color: #ffffff;
}

.rating-form-style form input::-webkit-input-placeholder, .pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.rating-form-style form input::-moz-input-placeholder, .pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}
.rating-form-style form textarea {
  height: 140px;
  padding: 19px 10px;
   
}

.rating-form-style form .cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 27px;
}

.rating-form-style form .cookies-consent input {
  width: auto;
  height: auto;
  margin: 0;
}

.rating-form-style form .cookies-consent p {
  color: #444;
  font-size: 15px;
  margin: 0 0 0 15px;
}

.rating-form-style form .form-submit input {
  width: auto;
  font-weight: 700;
  
  height: auto;
  color: #fff;
  background:#464545;
  border: solid 2px #464545;
  padding: 7px 54px ;
  margin: 0;
  border-radius: 4px;
}

.rating-form-style form .form-submit input:hover {
  background:#ad122a; color: #fff; border: solid 2px #ad122a;
}

.pro-details-mrg-tb {
  margin: 20px 0 50px;
}

.boost-section {
    background: #fafafb url(../images/line-with-transparent-background-3.png) right top no-repeat; background-size: cover; margin-bottom: 50px; padding: 40px 0px 30px 0px; 
}
.boost-section img {
    width: 100%;
}


.br-lg {
    border-radius: 1.3rem !important;
    overflow: hidden !important;
}

.boost-section .title {
    line-height: 1.25;
    margin-bottom: 1.3rem;
}


.boost-section .title{
    font-size:40px; font-weight: 300;
}
.boost-section .title span {
    position: relative;
    font-weight: bold;
}

.boost-section .title span::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #D83333;
    position: absolute;
    bottom: -5px;
    right: 0;
}





.boost-section p{font-size: 16px; line-height: 26px; text-align: justify;}


.btn-dark {
    color: #fff;
    border-color: #464545;
    background-color: #464545;
}
.btn-dark:hover {
     
    background: #ae172e;
    color: #fff;
}



.btn2 {
    display: inline-block;
    /*border: 2px solid #ccc;
    background-color: #fff;*/
     
    outline: 0;
    border-radius: 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 18px;
    padding: 0.93em 1.98em;
    line-height: 1;
    text-transform: none;
    text-align: center;
    -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer;
}
.btn2.btn-rounded2 {
    border-radius:4px;
}

.boost-section .btn {
    padding: 1.23em 2.35em;
}





/*--------------------------*/
.qty-container{ float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container .input-qty{
  text-align: center;
  padding:0px 2px;
  border: 1px solid #d4d4d4;
  max-width:35px;
  height: auto;
  line-height: 23px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding:0px 6px;
  font-size: 10px;
  height: 25px;
  width: 25px;
  transition: 0.3s;
  background: #fff;
}
.qty-container .qty-btn-plus{
  margin-left: 0px;
}
.qty-container .qty-btn-minus{
  margin-right:0px;
}
.btn-primary {
    color: #000;
    background:#fff;
    border: solid 1px #231f20;
}

.btn-primary:hover {
    color: #000;
    background:#fff !important;
    border: solid 1px #e1ddde !important;
}

.qty-container span{float: right; text-align: right;}

check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background:#fff;
    border-color:#e1ddde;
    /*box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);*/
}







/*---------------------------*/
.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  /*border-radius: 50%;*/
}
.input-rounded{
  /*border-radius: 50px;*/
}


.price__badge-sale{ 
  background:#ad122a; 
  border-radius:0px; 
  margin-left:20px; 
  padding:2px 15px; 
  color:#fff; 
  font-size:12px !important; 
  line-height: 20px;
}

.company__logo h2{ color: #fff; font-size: 25px; }

/*========================categories--menu====================================*/
.text-black{color: #000 !important;}
.navigation {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.navigation ul,
.navigation ul li,
.navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation ul {
  position: relative;
  z-index: 500;
  float: left;
}

.navigation ul li {
  float: left;
  min-height: 0.05em;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
  border-bottom: solid 1px #ede9e9;
}

.navigation ul li.hover,
.navigation ul li:hover {
  position: relative;
  z-index: 510;
  cursor: default;
}

.navigation ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 520;
  width: 100%;
}

.navigation ul ul li { float: none; }

.navigation ul ul ul {
  top: 0;
  right: 0;
}

.navigation ul li:hover > ul { visibility: visible; }

.navigation ul ul {
  top: 0;
  left: 99%;
}

.navigation ul li { float: none; }

.navigation ul ul { margin-top: 0.05em; }

.navigation {
  width:350px;
  /*background: #333333;*/
   
  zoom: 1;
}

.navigation:before {
  content: '';
  display: block;
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation a {
  display: block;
  padding: 1em 1.3em;
  color: #ffffff;
  text-decoration: none;
  
}

.navigation > ul { width:350px;}

.navigation ul ul { width:270px; }

.navigation > ul > li > a {
  /*border-right: 0.3em solid #34A65F;*/
  color: #ffffff;
}

.navigation > ul > li > a:hover { color: #ffffff; }

.navigation > ul > li a:hover,
.navigation > ul > li:hover a { background: #fff; }

.navigation li { position: relative; }

.navigation ul li.has-sub > a:after {
  content: '»';
  position: absolute;
  right: 1em;
}

.navigation ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.navigation ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}

.navigation ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.navigation ul ul { /*border: 1px solid #34A65F;*/ }

.navigation ul ul a { color: #ffffff; }

.navigation ul ul a:hover { color: #ffffff; }

.navigation ul ul li { border-bottom: 1px solid #ede9e9; }

.navigation ul ul li:hover > a {
  background:fff;
  color:#1f4672;
}

.navigation.align-right > ul > li > a {
  border-left: 0.3em solid #34A65F;
  border-right: none;
}

.navigation.align-right { float: right; }

.navigation.align-right li { text-align: right; }

.navigation.align-right ul li.has-sub > a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}

.navigation.align-right ul li.has-sub > a:after { content: none; }

.navigation.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}

.navigation.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}

.navigation.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}

.navigation.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/*====================categories-menu-top-end==========================*/
 


.header-action-icon-3 {border: none !important; margin-top: 20px !important;}
.prescription_outer{ border: solid 1px #e9e8e8; padding: 20px; text-align: center; }

.prescription_outer img{ max-width: 100%; max-height: 270px; }

.login-register-wrap {
  /* border: 1px solid #e5e5e5;*/
     /* padding: 20px;*/ 
   /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;*/
    margin-bottom: 20px;
}

.billing-shipping-outer {
    min-height:560px;
    background: #fff;
}
.text2 {
    color:#ad122a;
    font-size: 14px;
    font-weight: bold;
}


.login-register-wrap input[type="checkbox"] {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0px;
    font-size: 15px;
    margin-right: 10px;
    top: 5px;
    position: relative;
    color: #737373;
    width: 20px;
}

.login-register-wrap .login-register-title h1 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
}


.main-content{
 /* width:50%;*/
  margin:30px auto;
  display: flex;
  padding:0px; 
  /*background: #fff;*/
  border-radius: 0px 50px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  min-height: 350px;  
}




.company__info{background-size: 100%;
  background:#373c41 url(../images/login_bg.png) bottom left no-repeat;
  /*border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.fa-android{
  font-size:3em;
}
@media screen and (max-width: 640px) {
  .main-content{width: 90%;}
  .company__info{
    display: none;
  }
  .login_form{
    border-top-left-radius:20px;
    border-bottom-left-radius:20px; 
  }
}
@media screen and (min-width: 642px) and (max-width:800px){
  .main-content{width: 70%;}
}
.row > h2{
  color:#008080;
}
.login_form{  
  background:#fff; 
  align-items: center;
  display:block;
  
}
 
.form__input{ background-color: #ffffff;
    border: solid 1px #dededf !important;
    height: 40px;
    color: #666;
    padding: 3px 10px;
    border-radius:4px;
    font-size: 14px; 
    margin: 0px 0px 10px 0px;
   
   
}
.form__input:focus{
  border-bottom-color: #008080;
  box-shadow: 0 0 5px rgba(0,80,80,.4); 
  border-radius: 4px;
}
.btn{
  transition: all .5s ease;
  width:100%;
  border-radius:4px;
  color:#fff;
  font-weight: 600;
  background-color:#000000;
  border: 1px solid #000000;
  margin-top:15px;
  margin-bottom:15px;
}
.btn:hover, .btn:focus{
  background:#ad122a; border: solid 1px #ad122a;
  color:#fff;
}

.form-group h2{color: #333; font-weight:500; font-size: 24px;}



.login_bg{ /*background: url(../images/login_bg.png) bottom no-repeat;*/ background-size: 100%; }

.form-group label{ font-size: 14px; font-weight: 500; color:#605e5e; margin-bottom: 6px; }
.form-group p{      background: #e1e7e7;
    padding: 10px;
    color: #474242;
    font-size: 14px;
    border: solid 1px #e1e7e7 !important;
    border-radius: 4px; font-weight:500; }


.order_id{font-weight: 600; color:#266fcd; font-size: 14px;}
.order_id:hover{font-weight: 600; color:#ae1c34;}

.check-btn{ color:#5585bb; font-weight: 600;  border-radius: 2px; border: solid 1px #ccc; padding: 3px 10px; }
.check-btn:hover{ color:#093; }


.cancelled{background:#ffb911 !important; border-radius: 4px; padding: 4px 10px; text-align: center; font-weight: 500; color:#363436;}
.cancelled:hover{background:#b7b6b3;}

.completed{    
    background: #e3e3e3 !important;
    color: #222222 !important;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px; }

.edit a{ color: #288ae9; }
.edit a:hover{ color:#009933; }

.dropdown-content {
   display: none;
    position: absolute;
    background:#fff;
    /*border: solid 1px #ad122a;*/
    padding:10px 20px;
    min-width:150px; 
    z-index: 10000;
    top: 3px;
    margin-top: 20px;
    right: 0px;
    border-radius: 4px;
    box-shadow: rgba(0, 19, 37, 0.48) 0px 8px 32px;

}

.dropdown-content::before {
    bottom: 100%;
    right: 30%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgb(255, 255, 255);
    border-image: initial;
    border-radius: 2px;
}





.dropdown-content a { font-size:12px;
  color: black;
  padding:0px 0px;
  text-decoration: none;
  display: block; 
  margin-bottom:2px; 
  color:#333;
  letter-spacing:0px;
}

.dropdown-content a:hover { color:#111;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}



.myaccount__auth {
    margin-top: 10px;
    margin: 10px 0 10px;
    padding: 3px 0px;
    background:#ad122a;
    text-align: center; 
    border-radius: 4px; 
    letter-spacing: 0px;
    line-height: 20px;
}

.myaccount__auth2 {
    border: solid 2px #231f20;
    margin: 10px 0px;
    padding: 3px 0px;
    background:#231f20;
    text-align: center;
    border-radius: 4px; 
    letter-spacing: 0px;
    line-height: 20px;
}
.myaccount__auth a {
    color: #fff !important;
}
.myaccount__auth2 a{color: #fff !important;}





@media only screen and (max-width: 767px){

.delivery_outer { 
    padding:20px 0px;
    
}

.header-info p { text-align: center; line-height: 20px !important;
}


.header-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: end !important;
    justify-content: center !important;
}


.dropdown { 
  position: relative;
  display: inline-block;
}

.dropdown-content { right: 0px;
  
}


}

 .tab-content{
    border: solid 1px #e9e8e8; 
    min-height:330px; 
    padding: 20px;
    background: #fff;
}

.change_password_bg{background: url(../images/change_password_bg.jpg) bottom no-repeat; background-size: cover;}





.cartLinitems{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
    margin-bottom: 16px;
    border-radius: 2px;
    padding: 1px;}


.cartLineItem__container{
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    margin: 0;
    font-size: 12px;
}

.cartLineItem__container:last-child{border-bottom: none;}

.CartLineItem__name___3JS5V, .CartLineItem__price___1j-lm {
    font-weight: 500;
    margin-bottom: 4px;
    color: #4a4a4a; font-size: 16px;
}

.price_cart{ color:#28a745; font-size: 16px; font-weight: 600; text-align: right; float: left;}

.CartLineItem__mrp-tag___Uu83g {display: inline-block;font-size: 10px; color:#9b9b9b; margin-left: 10px;}

.CartLineItem__actual-price___1Juw7 {text-decoration: line-through; color: #9b9b9b; font-size: 14px;}

.product_cart_img{margin-bottom: 5px; /*height: 70px;*/  }

.product_cart_img img{ 
  max-height:130px; 
   border: solid 1px #ebebeb;
  padding: 5px;
}


.cart_heading h2{ 
  font-size: 20px; 
  font-weight:600; 
  background:#ddd9d9;
  padding:6px 10px; 
  color:#333;
}


.tf__dashboard_overview_item {
    background:#fbfbfb;
    border:1px solid #efeded;
    border-radius:0px;
    padding:20px 20px;
    text-align: center;
    margin-top:20px;
    
}

.tf__dashboard_overview_item .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #efeded;
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.tf__dashboard_overview_item h4 {
    font-weight: 600;
    font-size: 48px;
    margin:0px 0px 10px 0px;
    color:#231f20;
}

.tf__dashboard_overview_item p {
    font-weight: 700;
    font-size:14px !important;
    color:#231f20;
    text-transform: none;
}






/* -- quantity box -- */

.quantity {display: inline-block;}
.quantity .input-text.qty {
  width: 35px; 
  padding: 1px 10px; height: 30px; 
  text-align: center; background-color: transparent; border:none; 
  margin-right: 3px;}

.quantity.buttons_added {
 text-align: left;
 position: relative;
 white-space: nowrap;
 vertical-align: top; }

.quantity.buttons_added input {
 display: inline-block;
 margin: 0;
 vertical-align: top;
 box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  width: 30px;
 padding: 1px 10px;
 height: 30px;
 border-radius: 100%;
 background-color:#326599;
 border: 1px solid #326599;
 cursor:pointer; color: #fff;}

.quantity.buttons_added .minus {
 /*border-right: 0;*/ }

.quantity.buttons_added .plus {
 /*border-left: 0; */}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
 background: #e4573d; border: solid 1px #e4573d; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 margin: 0; }
 
 .quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
 outline: none; }
 

/* -- quantity box end-- */












.pdflink {
    font-size: 16px;
    color: #666666 !important;
    margin: 10px 0px;
    background: #fbfbfb url(../images/download_icon.jpg) left center no-repeat !important;
    padding: 15px 10px 15px 55px;
    display: block;
}



.product-details-description {
    background: #fff;
    padding: 20px; margin-bottom: 20px;
}

.ratting-form-wrapper {
   background: #f7f7f7 url(../images/review.png) bottom right no-repeat;
    
    margin: 40px 0px;
    padding: 20px;
}

.list{ margin-bottom: 30px; }

.list ul{ list-style: none; margin: 0px 0px 0px 20px; padding: 0px; }
.list ul li{ list-style: disc; font-size: 14px; }

.product-details-wrap-bottom .entry-product-section-heading h2 {
    font-size: 18px !important;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 0 15px;
    text-transform: none;
    color: #170000;
    position: relative;
}

.product-details-wrap-bottom .entry-product-section-heading h2:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background:#000000;
    left: 0px;
    bottom: 0px;
}

.product-details-description ul {
  padding: 0 0 24px 14px;
}

.product-details-description ul li {
  font-size: 15px;
  color: #444;
  margin: 0 0 12px;
  list-style: disc;
}

.product-details-description ul li:last-child {
  margin: 0 0 0;
}

.additional-information ul {
  padding: 0 0 0px 0px;
}

.additional-information ul li {
  color: #444;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  position: relative;
}

/*.additional-information ul li:before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #444;
}*/

.additional-information ul li:last-child {
  margin: 0 0 0;
}

.additional-information ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  color: #444;
  font-size: 15px;
  display: inline-block;
  background:#e0fbe9; margin-right: 10px; padding: 0px 0px 0px 10px;
}


/*------------------------product_listing_page_accordian_css_open--------------------*/

.mainNav {
     
      width:100%;
    }
      /* First Level */
      .mainNav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /*border-bottom: 1px solid #444*/
      }
      .mainNav ul li {
       /* border-top: 1px solid #444;*/
      }
      .mainNav ul li a {
        color:#101010;
        display: block;
        font-size:14px;
        line-height: normal;
        padding:6px 0px;
        text-decoration:none;
      }
      .mainNav ul li a:hover {
        
        text-decoration: none;
      }
        /* Second Level */
        .mainNav ul ul {
          border-bottom: none
        }
        .mainNav ul ul li {padding:6px 6px;
          /*border-top: 1px solid #222;*/
         
        }
        .mainNav ul ul li a {
          color:#343434;
          display: block;
          font-size:13px;
          line-height: normal;
          padding:2px 10px 2px 10px;
        }
        .mainNav ul ul li a:hover { color:#e12329;
        }
            /* Third Level */
        .mainNav ul ul ul {
          /*border-top:1px solid #222;*/
        }
        .mainNav ul ul ul li {
          border:none; padding: 0px 10px; font-weight: 300;
        }
        .mainNav ul ul ul li a {
          padding-left:10px; 
          /*padding-top:5px; 
          padding-bottom:5px;*/
        }
      /* Accordion Button */
      ul li.has-subnav .accordion-btn {
         color:#212121;
          font-size:11px;
      }
    
    @media screen and (max-width: 1024px) {
     /* .mainNav {width: 40%;}*/
    }
    @media screen and (max-width: 700px) {
      .mainNav {width: 100%;}
    }

.selected2{ color:#093 !important; }


/*------------------------product_listing_page_accordian_css_end--------------------*/





.checkbox,
.radio {
  display: inline-block;
  margin-bottom:0px; }
  .checkbox:hover,
  .radio:hover {
    cursor: pointer; }

.indent {
  padding-left: 30px; }
  .indent .icon-checkbox,
  .indent .icon-radio {
    margin-left: -30px; }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  display: none; }

.icon-checkbox,
.icon-radio {
  height: 15px;
  width: 15px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #8f8f8f;
  position: relative;
  bottom: -3px;
  background: #fff; border-radius: 2px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

.checkbox:hover .icon-checkbox,
.radio:hover .icon-radio {
  border-color: #55779f; }

.checkbox input[type="checkbox"]:checked + i:after,
.radio input[type="radio"]:checked + i:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  height: 8px;
  width: 8px;
  background:#ad122a; }

.checkbox input[type="checkbox"]:disabled + i,
.radio input[type="radio"]:disabled + i {
  border-color: #eee; }

.checkbox input[type="checkbox"]:disabled:checked + i:after,
.radio input[type="radio"]:disabled:checked + i:after {
  background-color: #999; }

/*Radio CSS*/
.radio input[type="radio"] + i {
  border-radius: 50%; }

.radio input[type="radio"]:checked + .icon-radio:after {
  border-radius: 50%; }

.disabled:hover {
  cursor: not-allowed; }

.checkbox-xs .icon-checkbox,
.checkbox-xs .icon-radio,
.radio-xs .icon-checkbox,
.radio-xs .icon-radio {
  height: 14px;
  width: 14px; }

.checkbox-xs.indent,
.radio-xs.indent {
  padding-left: 25px; }
  .checkbox-xs.indent .icon-checkbox,
  .checkbox-xs.indent .icon-radio,
  .radio-xs.indent .icon-checkbox,
  .radio-xs.indent .icon-radio {
    margin-left: -25px; }

.checkbox-xs input[type="checkbox"]:checked + i:after,
.checkbox-xs input[type="radio"]:checked + i:after,
.radio-xs input[type="checkbox"]:checked + i:after,
.radio-xs input[type="radio"]:checked + i:after {
  top: 4px;
  left: 4px;
  height: 6px;
  width: 6px; }


.OtcVariants__variant-div___2l321 {
    display: inline-block;
    margin-bottom: 10px;
}

.OtcVariantsItem__container___2ldJL {
    font-size: 12px;
    min-width: 100px;
    border: 1px solid rgba(3,58,80,.5);
    padding: 5px;
    display: inline-block;
    margin-right: 12px;
    border-radius: 3px;
}

.OtcVariantsItem__variant-text___1Grsz {
    color: #e4573d;
}
.OtcVariantsItem__variant-price___3RfP5 {
    color: #e4573d;
    margin-top: 8px;
}

.selected4{
    background-color: #d5fbe1;
    border: 1px solid #009933;
    cursor: default;
    font-weight: 700;
}





 .banner{ margin-bottom: 20px; }

 .banner img{ max-width: 100% !important; }


/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  margin-right: -15px;
  margin-left: -15px;
}

.container .row div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-container {
  max-width: 1450px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.copyright {
    margin-bottom: 20px;
}


.sidebar-widget.sidebar-widget-wrap {
    background: #fff;
    border-radius: 5px;
    padding-bottom: 15px !important;
}

.sidebar-widget.sidebar-widget-padding-1 {
    padding: 0px;
}

/*=============================custom-css======open=====================*/
/*==========show-more=open=============*/
 
#show-more, #show-less { 
     color:#e4573d; display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    margin: 0 auto;
}
#show-more a, #show-less a{
  cursor: pointer; color:#e4573d;
  text-decoration: none;
  color: auto; font-weight: bold; font-size: 16px;
}

#show-more a:hover, #show-less a:hover{
    color:#183250; 
}



/*==========show-more=end=============*/

.announcement-header .pro-description{position:relative;text-align:center;width:100%}
.announcement-header .pro-description .pro-info{white-space:normal; /*overflow:hidden;*/ -o-text-overflow:ellipsis;text-overflow:ellipsis;
  display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;padding:0 10px;
  font-size:16px;color:#ffffff;line-height:normal;font-weight:normal}

.header-info p a {
    font-size: 13px;
    color: #ffffff;
    line-height: normal;
    font-weight: 600;
    padding: 1px 10px;
    border: solid 1px #ffcc28;
    background: #ffcc28; border-radius: 30px;
}
.announcement-header .pro-description .pro-info a{ 
  font-size:13px; color:#06ed53; line-height:normal; font-weight: 600;  
  padding:1px 10px;/* background:#e95526;*/ }


.announcement-header .close {
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    right: -5px;
    text-shadow: none;
    color: #fff !important;
    margin-top: -2px;
}

 

.announcement-header {
    background-color:#212121;
    min-height: unset;
    padding: 3px 6px;
    color: #ffffff;
    position: relative;
    z-index: 8;
    margin: 0px;
}
.alert-warning {
    color: #856404;
   /* background-color: #fff3cd;*/
   border-top:1px solid #212121; 
    border-bottom:3px solid #009933; border-radius: 0px !important;
}

.footer-area{ background: #f8f8f8; }
.footer-area h3{ 
  color:#333; 
  font-size: 17px; 
  font-weight: 600; 
  text-transform: none; 
  margin-bottom: 30px;
}


/*---------------16-3-open--------------*/

.single-product-wrap:hover {
    position: relative;
    /* border: solid 1px #ebebeb; */
    box-shadow: 0 0 10px rgb(142 141 141 / 15%);
}

.pro-details-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: left;
}


.product-content-wrap {/*
    text-align: center;*/ padding:0px 10px;
}

.pro-details-rating-wrap span {
  color: #333;
}

.pro-details-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0px 0;
}
.pro-details-rating i {
  color: #fb0;
  font-size: 13px;
}

.pro-details-rating-wrap a {
  display: inline-block;
  font-size: 13px;
  color: #444;
}


.single-product-wrap {
    position: relative;
    /* border: solid 1px #ebebeb; */
    padding:0px; margin:10px 0px; 
    height:400px;
}
.single-product-wrap:hover {
    position: relative;
     /*border: solid 1px #ebebeb;*/
   box-shadow: 0 0 10px rgb(142 141 141 / 15%);
}

.single-product-wrap-inner-product {  height:402px !important;
}

/*-------------------onhover---------------------*/

.single-product-wrap .product-action-2 {
  position: absolute;
  left:10px;
  right: 10px;
  bottom: 0;
  opacity:1;
  /*visibility: hidden;*/
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 10;
}
.single-product-wrap:hover .product-action-2 {
  opacity: 1;
  visibility: visible;  
}

.single-product-wrap .product-action-2 .wishlist1{ 
  border: solid 1px #ccc; text-align: center; display: flex; 
  align-items: center; justify-content: center; border-radius: 100%; 
  width: 30px; height: 30px; 
  float: left; }

.quick-order{ float:right; margin-bottom: 10px;  }

.quick-order a {color: #fff;
  font-size: 14px;
  font-weight:500;
  border-radius:4px !important;
  padding:2px 7px !important;
  background:#ad122a;
  border: solid 1px #ad122a;
  display: inline-block;
}
.quick-order a:hover { border: solid 1px #464545; background:#464545; color: #fff;} 







.view-details{ float:left; margin-bottom:10px; }

.view-details a {color: #fff;
  font-size: 14px;
  font-weight:500;
  border-radius:4px !important;
  padding:2px 7px !important;
  background:#464545;
  border: solid 1px #464545;
  display: inline-block;
}
.view-details a:hover { border: solid 1px #ae172e; background:#ae172e; color: #fff;} 

/*-------------------onhoerver-end------------------*/



.single-product-wrap .product-img-action-wrap {
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
}

.single-product-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden; height: 205px; text-align: center;
}

.single-product-wrap .product-img-action-wrap .product-img a img {
  max-width: 100%; max-height: 200px;  
}

.single-product-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-product-wrap .product-img-action-wrap .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

/*---------------16-3-end--------------*/

/*=============================custom-css====end=======================*/

.contact-area h4{ font-size: 16px;
    font-weight: 600;
    margin: 0 0 1px 0; 
     color: #282828; }


@media only screen and (min-width: 1466px) and (max-width: 1600px) {

.custom-container {
    max-width: 1400px;
  }

}

@media only screen and (min-width: 1366px) and (max-width: 1466px) {
  .custom-container {
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {

.announcement-header .pro-description .pro-info{font-size:13px; }


  .custom-container {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container .row {
  margin-right: -15px;
  margin-left: -15px;
}

.custom-container .row div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  color: #333;
  overflow-x: hidden;
  font-family: 'Interstate'; font-weight:normal;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
   
  margin-top: 0;
  font-family: 'Interstate';
    font-weight: bold;
}

p {
  font-size: 14px; 
  line-height: 24px;
  color: #444;
  margin-bottom: 15px;
 font-family: 'Interstate'; 
 font-weight:300;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

/*p:last-child {
  margin-bottom: 0;
}*/

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

a,
button,
img,
input,
span {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-175 {
  margin-top: 175px;
}

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-300 {
  margin-left: 300px;
}

.ml-ntv5 {
  margin-left: -5px;
}

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

@media only screen and (max-width: 767px) {
  .pt-75 {
    padding-top: 60px;
  }
}

.pt-85 {
  padding-top: 85px;
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-95 {
  padding-top: 95px;
}

@media only screen and (max-width: 767px) {
  .pt-95 {
    padding-top: 55px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 55px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-330 {
  padding-top: 330px;
}

.pt-340 {
  padding-top: 340px;
}

.pt-350 {
  padding-top: 350px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-360 {
  padding-top: 360px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-380 {
  padding-top: 380px;
}

.pt-400 {
  padding-top: 400px;
}

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-270 {
  padding-right: 270px;
}

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 55px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .pb-75 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-315 {
  padding-bottom: 315px;
}

.pb-330 {
  padding-bottom: 330px;
}

.pb-335 {
  padding-bottom: 335px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pb-325 {
  padding-bottom: 325px;
}

.pb-320 {
  padding-bottom: 300px;
}

/*************************
    Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-190 {
  padding-left: 190px;
}

/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
  background:#ffffff;
  border:1px solid #eceff8;
  height:38px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #737373;
  width: 100%;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  color: #737373;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}

/*input:focus {
  background: transparent;
}
*/
textarea {
  resize: vertical;
  background:#fff;
  border:1px solid #ccc;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: #737373;/* border-radius: 26px;*/ 
  height: 120px;
}

textarea:focus {
  background: transparent;
  border: 2px solid #4FC1F0;
  outline: none;
}

.custom-d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.custom-align-item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-align-item-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.custom-common-column {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.custom-common-column.custom-padding-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.custom-common-column.custom-column-width-66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666%;
      -ms-flex: 0 0 66.666%;
          flex: 0 0 66.666%;
  max-width: 66.666%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-common-column.custom-column-width-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-common-column.custom-column-width-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-common-column.custom-column-width-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.custom-common-column.custom-column-width-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.334%;
      -ms-flex: 0 0 33.334%;
          flex: 0 0 33.334%;
  max-width: 33.334%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-common-column.custom-column-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-common-column.custom-column-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-common-column.custom-column-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 60px;
  height: 60px;
  background:#464545;
  color: #ffffff;
  right: 30px;
  bottom: 50px;
  border-radius:50% 50% 0px 50px;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  z-index: 999 !important;
}

#scrollUp:hover {
  color: #ffffff;
  background:#ad122a;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}

#scrollUp i {
  display: block;
  line-height: 60px;
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}

.height-100vh {
  height: 100vh !important;
}

.transparent-bar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/*--
    Background Color
------------------------------------------*/
.bg-gray {
  background-color:#ad122a;
}

.bg-gray-2 {
  background-color:#fbf0f0;
}

.section_dfd{background:#fbf0f0 url(../images/27-270243_ceiling.png) no-repeat; }


.bg-blue{ background:#326599; }


.border-bottom-1 {
  border-bottom: 1px solid #eee;
}

.border-top-1 {
  border-top: 1px solid #ededed;
}

.border-top-2 {
  border-top: 1px solid #eee;
}

.default-overlay {
  position: relative;
}

.default-overlay:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9;
}

.default-overlay.overly-point-4:before {
  background-color: #181818;
  opacity: .4;
}

.default-overlay-white {
  position: relative;
}

.default-overlay-white:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .res-white-overly-xs {
    position: relative;
  }
  .res-white-overly-xs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: .4;
    z-index: 9;
  }
}

@media only screen and (max-width: 767px) {
  .res-black-overly-xs {
    position: relative;
  }
  .res-black-overly-xs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: .5;
    z-index: 9;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res-white-overly-md {
    position: relative;
  }
  .res-white-overly-md:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: .5;
    z-index: 1;
  }
}

.padding-10-row-col .row {
  margin-right: -5px;
  margin-left: -5px;
}

.padding-10-row-col .row div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-20-row-col .row {
  margin-right: -10px;
  margin-left: -10px;
}

.padding-20-row-col .row div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-15-row-col .container, .padding-15-row-col .custom-container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media only screen and (max-width: 767px) {
  .padding-15-row-col .container, .padding-15-row-col .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-15-row-col .container .row, .padding-15-row-col .custom-container .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

@media only screen and (max-width: 767px) {
  .padding-15-row-col .container .row, .padding-15-row-col .custom-container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.padding-15-row-col .container .row div[class^="col-"], .padding-15-row-col .custom-container .row div[class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media only screen and (max-width: 767px) {
  .padding-15-row-col .container .row div[class^="col-"], .padding-15-row-col .custom-container .row div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-width-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  max-width: 22%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  max-width: 31%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  max-width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-width-56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  max-width: 56%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-width-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.667%;
      -ms-flex: 0 0 16.667%;
          flex: 0 0 16.667%;
  max-width: 16.667%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-16-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-width-41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.667%;
      -ms-flex: 0 0 41.667%;
          flex: 0 0 41.667%;
  max-width: 41.667%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Loop Animations */
@-webkit-keyframes tm-animation-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
  }
}
@keyframes tm-animation-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0);
  }
}

@-webkit-keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

.loop-move-vertical {
  -webkit-animation: 3s tm-loop-move-vertical linear infinite alternate;
          animation: 3s tm-loop-move-vertical linear infinite alternate;
}

@-webkit-keyframes tm-loop-move-horizontal {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@keyframes tm-loop-move-horizontal {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

.loop-move-horizontal {
  -webkit-animation: 3s tm-loop-move-horizontal linear infinite alternate;
          animation: 3s tm-loop-move-horizontal linear infinite alternate;
}

@-webkit-keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.loop-rotate {
  -webkit-animation: 3s tm-loop-rotate linear infinite;
          animation: 3s tm-loop-rotate linear infinite;
}

/* Hover Animations */
.medizin-animation-zoom-in .medizin-image {
  overflow: hidden;
}

.medizin-animation-zoom-in .medizin-image img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.medizin-animation-zoom-in .medizin-box:hover .medizin-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.medizin-animation-zoom-out .medizin-image {
  overflow: hidden;
}

.medizin-animation-zoom-out .medizin-image img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.medizin-animation-zoom-out .medizin-box:hover .medizin-image img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.medizin-animation-move-up .medizin-box .medizin-image {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.medizin-animation-move-up .medizin-box:hover .medizin-image {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.medizin-animation-move-up-drop-shadow .medizin-box .medizin-image {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.medizin-animation-move-up-drop-shadow .medizin-box .medizin-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 10%;
  right: 10%;
  -webkit-box-shadow: 0 10px 50px rgba(51, 51, 51, 0.22);
          box-shadow: 0 10px 50px rgba(51, 51, 51, 0.22);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.medizin-animation-move-up-drop-shadow .medizin-box:hover .medizin-image {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.medizin-animation-move-up-drop-shadow .medizin-box:hover .medizin-image:after {
  opacity: 1;
}

/* Entrance Animations */
@-webkit-keyframes medizinAnimationFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes medizinAnimationFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.tmFadeInUp {
  -webkit-animation-name: medizinAnimationFadeInUp;
          animation-name: medizinAnimationFadeInUp;
}

.tmFadeInUp.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/* Entrance Grid Animation */
.medizin-grid .grid-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.medizin-grid .grid-item.animate {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear, -webkit-transform 1s ease-in-out;
}

@-webkit-keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

body:not(.elementor-editor-active) .modern-grid .grid-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

body:not(.elementor-editor-active) .modern-grid .grid-item.animate {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear, -webkit-transform 1s ease-in-out;
}

/*-------- 3. Header style ---------*/
.header-top-ptb-1 {
   
  background: #f5f6f8;
    font-size: 1.1rem;
    letter-spacing: -0.275px;
    text-transform: none;
    border-bottom: 1px solid #eee;
    color: #333;
    padding:2px 0px;
    font-weight: 400;
    background-color: white;
}

.header-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-info p{  font-weight: 400; color: #333; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;}
.header-info p i{ margin-right: 5px; color: #fff;}
.header-top-link li{ display: inline-block; margin-right: 10px; font-size: 12px; letter-spacing: 1px; position: relative; }


.header-top-link li:before {
    content: '';
    position: absolute;
    right: -8px; 
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height:16px;
    background: #dedfe2;
}
.header-top-link li:last-child:before { display: none;
}
.header-top-link li:last-child{ margin-right: 0px; }


.header-top-link li a i{ margin-right: 5px; color: #333; margin-top: 5px;}
.header-top-link li a{  color: #333;}
.header-top-link li a:hover{  color: #000;}


.header-info > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-info > ul > li {
  margin-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-info > ul > li:before {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #dedfe2;
}

.header-info > ul > li:last-child {
  margin-right: 0;
}

.header-info > ul > li:last-child:before {
  display: none;
}

.header-info > ul > li a {
  color: #444;
  font-weight: 500; font-size: 12px; text-transform: uppercase;
}

.header-info > ul > li a i {
  font-size: 14px;
  margin-right: 5px;
}

.header-info > ul > li a.language-dropdown-active i {
  font-size: 8px;
  margin-left: 5px;
}

.header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 200px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  padding: 20px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-info > ul > li > ul li {
  display: block;
}

.header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 11px 20px 12px;
}

.header-info > ul > li > ul li a:hover {
  color: #4e97fd;
  background-color: rgba(78, 151, 253, 0.1);
}

.header-info > ul > li:hover > a {
  color: #333;
}

.header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.covid-update p {
  color: #444;
}

.covid-update p a {
  background-color: #3751ee;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 5px;
  padding: 1px 12px;
}

.covid-update p a:hover {
  background-color: #e4573d;
}

.covid-update.covid-update-mobile {
  padding: 0px 0 23px;
}

.covid-update.covid-update-mobile p {
  color: #fff;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo a {
  display: block;
}
.logo{margin:8px 0px;}

.logo.logo-width-1 a img {
 /* width: 166px;*/ max-height:50px;
}

@media only screen and (max-width: 767px) {
  .logo.logo-width-1 a img {
    width: 120px;
  }
}


@media only screen and (max-width:280px) {
.header-action-2 .header-action-icon-2 {
     padding: 0 14px; 
    width: 30px !important;
    height: 30px !important; 
    margin: 0px 0px 0px 6px !important;
}

.header-action-2 .header-action-icon-2 > a {
    font-size: 15px !important;
}
.header-bottom {
    padding: 16px 0 !important;
}
.header-action-2 .header-action-icon-2 {
    padding: 0 10px !important;
}

.hero-slider-content-1 h1 {
    font-size: 16px !important;
    line-height: 19px !important;
}
.hero-slider-content-1 > p {margin: 0px 0 8px; line-height: 20px !important;
}
.slider-product-price { 
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
}

.slider-product-price.slider-product-position2 {
    position: absolute;
    top: 58% !important;
    right: 7%;
}
.slider-product-price h3 {
    font-size: 16px !important;
}

  
.hero-slider-content-1 .slider-product-offer-wrap p {
    font-size: 14px !important;  
}
.single-contact-wrap p {
    font-size: 14px !important; 
    line-height: 18px !important;
}

.single-contact-wrap h4 {
    font-size: 15px !important; 
}
.icon {font-size:22px !important; 
    margin-right:16px;
    padding: 12px !important;
    width: 50px !important;
    height: 50px !important; 
}
.home_tickerBox__DSdbA {
     
    background: #fff url(../images/website-pattern.png) bottom no-repeat !important; 
   
    
}

}






@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo.logo-hm3 a img {
    width: 120px;
  }
}

.main-menu.main-menu-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }
}

.main-menu > nav > ul > li {
  display: inline-block;
  position: relative;
}

.main-menu > nav > ul > li.position-static {
  position: static;
}

.main-menu > nav > ul > li > a {
  display: inline-block;
  font-size: 18px;
  font-weight:500;
  color: #646464; text-transform: none;
}

.main-menu > nav > ul > li > a i {
  font-size: 8px;
  position: relative;
  top: -3px;
  margin-left: 4px;
}

.main-menu > nav > ul > li > a.active {
  color: #646464;
}

.main-menu > nav > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 275px;
  padding: 33px 0 35px;
  -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius:0px;
  z-index: 999;
}

.main-menu > nav > ul > li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom:16px;
  position: relative;
}

.main-menu > nav > ul > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.main-menu > nav > ul > li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -20px;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius:0px;
  margin-top: 20px;
}

.main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px;
  }
}

.main-menu > nav > ul > li ul.sub-menu li a {
  font-size: 15px;
  color: #555;
  display: block;
  padding: 0 30px;
}

.main-menu > nav > ul > li ul.sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}

.main-menu > nav > ul > li ul.sub-menu li:hover > a {
  color: #000;
}

.main-menu > nav > ul > li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.main-menu > nav > ul > li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
 /* -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;*/
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius:0px;
  z-index: 999;
}

.main-menu > nav > ul > li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}

.main-menu > nav > ul > li ul.mega-menu li:last-child {
  margin-bottom: 0;
}

.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 25%; margin-bottom: 20px;
}

.main-menu > nav > ul > li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}

.main-menu > nav > ul > li ul.mega-menu li a.menu-title {
  font-size: 16px;
  font-weight:600;
  display: block;
}

.main-menu > nav > ul > li ul.mega-menu li ul {
  margin-top: 10px; 
  margin-bottom: 20px;
}

.main-menu > nav > ul > li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

.main-menu > nav > ul > li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.main-menu > nav > ul > li ul.mega-menu li ul li a {
  font-size: 14px;
  color: #555;
  display: block;
  line-height:10px;
}

.main-menu > nav > ul > li ul.mega-menu li ul li a:hover {
  color:#000000;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 10px;
  }
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: #e4573d;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 15px;
  background-color: #4e97fd;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 10px 16px 13px;
  }
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.main-menu > nav > ul > li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: #e4573d;
}

.main-menu > nav > ul > li:hover > a {
  color:#ad122a;
}

.main-menu > nav > ul > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu > nav > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu.hover-boder > nav > ul > li > a {
  position: relative;
}

.main-menu.hover-boder > nav > ul > li > a:hover { color:#ad122a;}



/*.main-menu.hover-boder > nav > ul > li > a::after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #4e97fd;
}
*/
.main-menu.hover-boder > nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu.hover-boder.hover-boder-white > nav > ul > li > a::after {
  bottom: 18px;
  background: #ffffff;
}

.main-menu.hover-boder.hover-boder-modify > nav > ul > li > a::after {
  bottom: 28px;
}

.main-menu.main-menu-light-white > nav > ul > li > a {
  color: #333;  
}

.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 20px;
}

.main-menu.main-menu-padding-1 > nav > ul > li:first-child { padding-left: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-padding-1 > nav > ul > li {
    padding: 0 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-padding-1.hm3-menu-padding > nav > ul > li {
    padding: 0 6px;
  }
}

.main-menu.main-menu-lh-1 > nav > ul > li {
  line-height:70px;
}

.main-menu.main-menu-lh-2 > nav > ul > li {
  line-height:48px;
}

.main-menu.main-menu-lh-3 > nav > ul > li {
  line-height: 80px;
}

.header-action-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-style-1 {
  margin-right: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-style-1 {
    margin-right: 15px;
  }
}

.search-style-1 form {
  width: 370px;
  position: relative;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .search-style-1 form {
    width: 280px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .search-style-1 form {
    width: 220px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-style-1 form {
    width: 170px;
  }
}

.search-style-1 form input {
  font-size: 15px;
  height: 48px;
  color: #444;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-style-1 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-1 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-1 form input:focus {
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}

.search-style-1 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color:#7b6c6e;
}

.search-style-1 form button:hover {
  color: #e4573d;
}

.header-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 20px;
  }
}

.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 20px;
  }
}

.header-action .header-action-icon:last-child {
  margin-right: 0;
}

.header-action .header-action-icon > a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon > a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon > a {
    font-size: 22px;
  }
}

.header-action .header-action-icon > a span.pro-count {
  position: absolute;
  right: -11px;
  bottom: -8px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action .header-action-icon > a span.pro-count.blue {
  background-color:#ad122a;
}

.header-action .header-action-icon:hover > a {
  color:#333;
}

.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 15px;
  }
  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0px;
  }
  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }
}

.header-action-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart{background:#fc343a; border: solid 1px #fc343a !important; color: #fff;}
.cart a i{color: #fff;}


.header-action-2 .header-action-icon-2 { 

  position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    /*border: solid 1px #d9dadb;*/
    border-radius: 100%;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 0px 15px;
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 {
    padding: 0 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 {
    padding: 0 10px;
  }
}

.header-action-2 .header-action-icon-2:last-child {
  padding:0px 0px 0 2px;
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0px 0 6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0px 0 10px;
  }
}

.header-action-2 .header-action-icon-2 > a {
    font-size:26px;
    color: #333;
    line-height: 1;
    display: inline-block;
    position: relative;
    width: 1em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action-2 .header-action-icon-2 > a {
   /* color: #ffffff;
    fill: #ffffff;*/
  }
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 > a {
   /* color: #ffffff;
    fill: #ffffff;*/
  }
}

.header-action-2 .header-action-icon-2 > a img {
  width: 100%;
}

.header-action-2 .header-action-icon-2 > a svg {
  width: 1em;
  height: 1em;
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 > a {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 > a {
    font-size: 22px;
  }
}

.header-action-2 .header-action-icon-2 > a span.pro-count {
  position: absolute;
  right: 17px;
  top: -7px;
  color: #ffffff;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  line-height: 17px;
}

.header-action-2 .header-action-icon-2 > a span.pro-count.blue { background:#ad122a;}


.header-action-2 .header-action-icon-2:hover > a{ color:#1f4672; /*fill: #4e97fd;*/}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap { opacity: 1; visibility: visible; top: 100%;}

.header-middle-ptb-1 {padding:3px 0px;}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }
  .cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -63px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.cart-dropdown-wrap {width: 310px;}
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 0 20px;
}

.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-right: 10px;
  }
}

.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
}

.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #4e97fd;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: #4e97fd;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 15px;
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 27px 0 20px;
  padding: 17px 0 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #4e97fd;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1;
  padding: 16px 42px 17px;
  background: linear-gradient(#4c82b9, #326599);
}

@media only screen and (max-width: 767px) {
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    padding: 12px 22px 13px;
  }
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: #e4573d;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

.sticky-bar.stick.sticky-blue-bg {
  background-color:#fff;

}

.header-height-1 {min-height: 133px;}

.footer-newsletter {padding: 2.8rem 0;}
.footer-newsletter .icon-box-side {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.footer-newsletter .icon-box-title {margin-bottom: 0.2rem; font-size: 1.6rem;
}
.footer-newsletter .icon-box-icon {
  margin-right: 2rem;
  margin-bottom: 0.4rem;
}
.footer-newsletter .icon-box-icon i {
  font-size: 4.7rem;
}
.footer-newsletter .icon-box-content p {
  line-height: 1.6;
}
.footer-newsletter .input-wrapper-inline {
  max-width: 100%;
}
.footer-newsletter .btn {
  padding: 0.93em 1.85em;
}
.footer-newsletter .btn i {
  margin: -0.2rem 0 0 0.9rem;
  font-size: 1.6rem;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-height-1 {
    min-height: 157px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-1 {
    min-height: 83px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-1 {
    min-height: 65px;
  }

.header-bottom-bg-color {
    background-color: #ffffff !important;
}


}

.header-height-2 {
 /* min-height:127px;*/
  /*margin-bottom: 15px; */box-shadow: 0px 0px 3px #ccc;
}

.header-height-3 {
  min-height:1px !important;
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-height-2 {
    min-height: 224px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-2 {
    min-height:70px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-2 {
    min-height: 50px;
  }
}

.header-height-3 {
  min-height: 132px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-height-3 {
    min-height: 133px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-3 {
    min-height: 83px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-3 {
    min-height: 65px;
  }
}

.header-height-4 {
  min-height: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-height-4 {
    min-height: 144px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-4 {
    min-height: 83px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-4 {
    min-height: 65px;
  }
}

.search-style-2 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-style-2 form select {
  color: #fff;
  font-size: 15px;
  min-height: 52px;
  border: 2px solid #eee;
  border-right: none;
  width: 170px;
  padding: 3px 35px 3px 20px;
  border-radius: 26px 0 0 26px;
  background: transparent url("../images/icon-img/select.png") no-repeat center right 20px;
  background-color:#009933;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.search-style-2 form select:focus {
  color: #333;
}

.search-style-2 form input {
  color: #444;
  font-size: 15px;
  min-height:41px;
 
  width: 540px;
  padding: 3px 62px 3px 20px;
  border-radius:6px;
  border: 2px solid #ad122a;
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-style-2 form input {
    width: 340px;
  }
}

.search-style-2 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-2 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

/*.search-style-2 form input:focus {
  border: 2px solid #4e97fd;
}*/

.search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
   background:#fff; 
  padding: 0;
  border: none;
  font-size: 20px;
  color:#726e6e;
 /* height: 100%;*/
  padding: 5px 22px;
  /*border: 2px solid #ad122a;*/
   border-radius: 0px 6px 6px 0px;
   margin: 2px; 
}

.header-bottom-bg-color {
  background:#ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

.main-categori-wrap {
  position: relative;
  /*background: #fc343a;
    padding: 12px;*/
}

.main-categori-wrap > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

.main-categori-wrap > a span {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .main-categori-wrap > a {
    font-weight: 500;
  }
}

.main-categori-wrap > a > i {
  font-size: 14px;
  margin-left: 15px;
  font-weight: 300;
}

.main-categori-wrap > a > i.up {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap > a.open > i {
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap > a.open > i.up {
  opacity: 1;
  visibility: visible;
}
.hotline{ float: right; }
.hotline img{max-width: 25px;}
.hotline p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          float: left;
          padding-top:10px; margin-right:12px        
}
.hotline p:last-child{
   margin-right: 0px        
}






@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotline p {
    font-size: 15px;

  }
}

.hotline p i {
  font-size: 24px;
  margin-right: 10px;
  color:#333;
}

.hotline p span {
  font-size: 14px;
  margin-right: 10px;
   
}

.categori-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top:36px;
  left: 0;
  z-index:1000;
  margin: 0;
  padding: 15px 0 23px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius:0px;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-weight: 400;
  min-width: 270px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.categori-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

.categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 15px 0 23px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-weight: 400;
  display: none;
  width: 100%;
}

.categori-dropdown-wrap ul li {
  display: block;
}

.categori-dropdown-wrap ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  line-height: 1.5;
  color: #444;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .categori-dropdown-wrap ul li a {
    padding: 5px 12px;
  }
}

.categori-dropdown-wrap ul li a i {
  margin-right: 16px;
  font-size: 20px;
}

.categori-dropdown-wrap ul li a:hover {
  color: #4e97fd;
  background-color:#fff;
}

.header-bottom-shadow {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

.search-style-3 form {
  position: relative;
}

.search-style-3 form input {
  font-size: 15px;
  height: 40px;
  color: #444;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-style-3 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-3 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-3 form input:focus {
  border: 1px solid #4e97fd;
}

.search-style-3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 14px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}

.search-style-3 form button:hover {
  color: #4e97fd;
}

.search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-popup-wrap .search-popup-content form input {
  width: 1170px;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #4e97fd;
  font-size: 50px;
  padding: 21px 50px 16px 0px;
  color: #919191;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out,opacity .5s linear;
  -o-transition: all .5s ease-in-out,opacity .5s linear;
  transition: all .5s ease-in-out,opacity .5s linear;
}

.search-popup-wrap .search-popup-content form input::-moz-input-placeholder {
  color: #919191;
  opacity: 1;
}

.search-popup-wrap .search-popup-content form input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .search-popup-wrap .search-popup-content form input {
    width: 1000px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-popup-wrap .search-popup-content form input {
    width: 820px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-popup-wrap .search-popup-content form input {
    width: 650px;
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .search-popup-wrap .search-popup-content form input {
    width: 270px;
    font-size: 25px;
    padding: 21px 20px 12px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search-popup-wrap .search-popup-content form input {
    width: 480px;
    font-size: 25px;
    padding: 21px 20px 12px 0px;
  }
}

.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.search-popup-wrap.search-visible .search-popup-content form input {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}

.close-style-wrap.close-style-position-inherit {
  position: inherit;
}

.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
}

.close-style-wrap .close-style > i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 2px;
  margin: 0 !important;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  display: block;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close-style-wrap .close-style > i::before, .close-style-wrap .close-style > i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #111;
}

.close-style-wrap .close-style > i.icon-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.close-style-wrap .close-style > i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.close-style-wrap .close-style > i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.close-style-wrap .close-style > i.icon-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.close-style-wrap .close-style > i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.close-style-wrap .close-style > i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.close-style-wrap .close-style:hover i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
}

.close-style-wrap .close-style:hover i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.close-style-wrap .close-style:hover i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
}

.close-style-wrap .close-style:hover i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.burger-icon > span::before, .burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon > span.burger-icon-top {
  top: 5px;
}

.burger-icon > span.burger-icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.burger-icon > span.burger-icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.burger-icon > span.burger-icon-bottom {
  bottom:8px;
}

.burger-icon > span.burger-icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.burger-icon > span.burger-icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.burger-icon.burger-icon-white > span::before, .burger-icon.burger-icon-white > span::after {
  background-color: #000000;
}

.burger-icon:hover span::before, .burger-icon:hover span::after {
  background-color: #4e97fd;
}

.burger-icon:hover span.burger-icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
}

.burger-icon:hover span.burger-icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.burger-icon:hover span.burger-icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
}

.burger-icon:hover span.burger-icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.main-wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(200px, 0);
      -ms-transform: translate(200px, 0);
          transform: translate(200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 99999;
}

@media only screen and (max-width: 767px) {
  .mobile-header-wrapper-style {
    width: 300px;
  }
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color:#212121;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 20px 20px;
  }
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 166px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

@media only screen and (max-width: 767px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding:5px 20px;
  }
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding:10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  top:10px;
    right: 0%;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
    background-color: transparent;
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  content: "\f106";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight:500;
  position: relative;
  display: inline-block;
  color:#cfc9c9;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding:6px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top:6px;
  width: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding:8px 0;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
  top: 2px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top:10px; /*margin-left: 10px;*/
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 25px 0 30px;
  margin-bottom: 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  font-weight: 500;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
  float: right;
  font-size: 18px;
  position: relative;
  top: 8px;
  line-height: 1;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  padding: 22px 30px 26px;
  width: 100%;
  z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 15px;
  color: #696969;
  font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #4e97fd;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  margin-right: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.facebook {
  background-color: #3b5999;
  border: 1px solid #3b5999;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.facebook:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.twitter:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.tumblr {
  background-color: #35465c;
  border: 1px solid #35465c;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.tumblr:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.instagram {
  background-color: #e4405f;
  border: 1px solid #e4405f;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.instagram:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-search {
  padding: 30px 0 30px;
}

.categori-button-active-2 {
  padding: 21px 0;
  display: block !important;
}

.categori-button-active-2 i {
  float: right;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    padding:5px 0;
  }

.header-bottom-bg-color{background: #fff;}
.sticky-bar.stick.sticky-blue-bg {
    background-color: #fff;
}

}

@media only screen and (max-width: 767px) {
  .header-bottom {
    padding:4px 0;
  }
}

/*-------- 4. Slider style ---------*/
.slider-height-1 {
  height:402px;
}

@media only screen (max-width: 1600px){
.slider-height-1 {
    height: 458px;
}
}

@media only screen (max-width: 1366px){
.slider-height-1 {
    height: 458px;
}
}


@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-1 {
    height: 502px;  
  }
}

/*@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-1 {
   height: 458px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-1 {
    height: 458px;
  }
}*/

@media only screen and (max-width: 767px) {
  .slider-height-1 {
    height:142px;
    background-position: 60%;
  }

.btn-style-2 { margin-top: 20px; 
}


}

.slider-height-2 {
  height:320px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-2 {
    height: 580px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    height: 520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 100px;
  }
.dot-style-1.dot-style-1-position-1 ul {
    
    bottom: -16px !important;
}




}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-2 {
    height: 450px;
  }
}

.slider-height-3 {
  height: 620px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-3 {
    height: 580px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-3 {
    height: 520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    height: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-3 {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-3 {
    height: 450px;
  }
}

.single-hero-slider {
  position: relative;
}

.slider-product-price {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color:#ffcc28;
}

@media only screen and (max-width: 767px) {
  .slider-product-price {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

.slider-product-price h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .slider-product-price h3 {
    font-size: 22px;
  }
}

.slider-product-price h3 span {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .slider-product-price h3 span {
    font-size: 16px;
  }
}

.slider-product-price h3 span.mrg-top {
  margin: 6px 0 0px;
}

@media only screen and (max-width: 767px) {
  .slider-product-price h3 span.mrg-top {
    margin: 2px 0 0px;
  }
}

.slider-product-price.slider-product-position1 {
  position: absolute;
  top: 21%;
  left: 44%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-product-price.slider-product-position1 {
    top: 10%;
  }
}


@media (max-width: 1024px) {
  .single-product-wrap { 
    height: 450px;
}
.quick-order a { font-size: 11px; padding: 2px 5px !important;}
.view-details a { font-size: 11px; padding: 2px 4px !important;}

}
 

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-product-price.slider-product-position1 {
    top: 12%;
  }

.single-product-wrap { 
    height: 400px;
}

}

@media only screen and (max-width: 767px) {
  .slider-product-price.slider-product-position1 {
    top: 10%;
  }
  .single-product-wrap { 
    height: 400px;
}

}

.slider-product-price.slider-product-position2 {
  position: absolute;
  top: 21%;
  right: 7%;
}

@media only screen and (max-width: 767px) {
  .slider-product-price.slider-product-position2 {
    top: 6%;
  }
}

.slider-product-price.slider-product-position3 {
  position: absolute;
  top: 24%;
  right: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-product-price.slider-product-position3 {
    right: 23%;
  }
}

.slider-product-price.slider-product-position4 {
  position: absolute;
  top: 23%;
  right: 66%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-product-price.slider-product-position4 {
    right: 32%;
  }
}

.slider-product-price.slider-product-position5 {
  position: absolute;
  top: 19%;
  right: 0%;
}

.slider-product-price.slider-product-position6 {
  position: absolute;
  top: 19%;
  right: 51%;
}

.slider-product-price.slider-product-position7 {
  position: absolute;
  top: 24%;
  right: 50%;
}

.hero-slider-content-1 {
  padding: 0 60px 90px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1 {
    padding: 0 15px 50px;
  }
}

.hero-slider-content-1 h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight:700;
  margin: 0;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1 h1 {
    font-size: 25px;
    line-height: 34px;
  }
}

.hero-slider-content-1 > p {
  font-size: 15px;
  line-height: 22px;
  margin: 19px 0 27px;
  color: #ffffff;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1 > p {
    width: 100%;
    margin: 15px 0 20px;
  }
}

.hero-slider-content-1 h4 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #e4573d;
  text-transform: uppercase;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1 h4 {
    margin: 0 0 15px;
  }
}

.hero-slider-content-1 .slider-product-offer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span {
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px;
  margin-right: 10px;
  padding: 6px 10px;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span:last-child {
  margin-right: 0;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span.yellow {
  background-color: #f6b500;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span.red {
  background-color:#ffcc28;
}

.hero-slider-content-1 .slider-product-offer-wrap p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 0 10px;
}

.hero-slider-content-1.slider-content-1-black h1 {
  color: #333;
}

.hero-slider-content-1.slider-content-1-black p {
  color: #333;
}

.btn-style-1 a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  padding: 14px 42px 16px;
  background:linear-gradient(#e12329, #ad122a);
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a {
    padding: 10px 32px 12px;
  }
}

.btn-style-1 a.font-size-14 {
  font-size: 14px;
}

.btn-style-1 a.btn-1-padding-2 {
  padding:2px 18px 5px;
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-2 {
    padding: 4px 15px 7px;
  }
}

.btn-style-1 a.btn-1-padding-3 {
  padding: 14px 34px 16px;
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-3 {
    padding: 10px 32px 12px;
  }
}

.btn-style-1 a.btn-1-padding-4 {
  padding: 7px 36px 8px;
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-4 {
    padding: 4px 15px 7px;
  }
}

.btn-style-1 a.btn-1-padding-5 {
  padding: 14px 54px 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-style-1 a.btn-1-padding-5 {
    padding: 12px 44px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-5 {
    padding: 7px 30px 10px;
  }
}

.btn-style-1 a:hover {
  background-color: #e95526;
}


 
.nav-style-1.nav-style-1-position-1 > span {
  position: absolute;   
  top: 45%;
  right:10px;

}
 

@media only screen and (max-width: 767px) {
  .nav-style-1.nav-style-1-position-1 > span {
    bottom: 3%;
  }
}

.nav-style-1 > span {
  cursor: pointer;
  color: #ffffff;
  width:42px;
  height:42px;

  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background:#000;
  z-index: 9;
  font-size: 18px;
}

.nav-style-1 > span i {
  line-height: 42px;
}

@media only screen and (max-width: 767px) {
  .nav-style-1 > span i {
    line-height:35px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-1 > span {
    width:35px;
    height:35px;
    font-size:14px;
  }
}

/*.nav-style-1 > span:hover {
  background: rgba(0, 0, 0, 0.5);
}*/

.nav-style-1 > span.slider-icon-1-prev {
  margin-right: 62px; left: 20px;
}

@media only screen and (max-width: 767px) {
  .nav-style-1 > span.slider-icon-1-prev {
    margin-right: 52px;
  }
}

.single-animation-wrap.slick-active .slider-animated-1 span {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h4 {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h3 {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 p {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .btn-style-1 a {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1.slider-product-price {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap,
.single-animation-wrap.slick-active .slider-animated-1 .slider-product-offer-wrap-2 {
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.single-animation-wrap.slick-active .slider-animated-1 .single-slider-img img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-2 {
    text-align: left;
  }
}

.hero-slider-content-2 h4 {
  font-size: 24px;
  color: #e4573d;
  margin: 0 0 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-2 h4 {
    margin: 0 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 h4 {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-2 h4 {
    font-size: 22px;
  }
}

.hero-slider-content-2 h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  color: #333;
  margin: 0 0 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-content-2 h1 {
    font-size: 44px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-2 h1 {
    font-size: 44px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-2 h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-2 h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hero-slider-content-2 h1.mrg-bottom {
  margin: 0 0 23px;
}

.hero-slider-content-2 p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  margin: 7px 0 22px;
  width: 74%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .hero-slider-content-2 p {
    width: 83%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-content-2 p {
    width: 88%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-2 p {
    width: 88%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-2 p {
    width: 100%;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 p {
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    margin: 5px 0 15px;
  }
}

.hero-slider-content-2 span {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1;
}

.hero-slider-content-2 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #e4573d;
  margin: 10px 0 15px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 h3 {
    font-size: 28px;
    margin: 10px 0 10px;
  }
}

.single-slider-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-slider-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slider-img {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0px;
  }
}

.single-slider-img.single-slider-img-1 img {
  width: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-1 img {
    width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-1 img {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-1 img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-1 img {
    width: 200px;
  }
}

.single-slider-img.single-slider-img-2 img {
  width: 543px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-2 img {
    width: 343px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-2 img {
    width: 343px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-2 img {
    width: 243px;
  }
}

.single-slider-img.single-slider-img-3 img {
  width: 580px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-3 img {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-3 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-3 img {
    width: 300px;
  }
}

.single-slider-img.single-slider-img-4 img {
  width: 554px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-4 img {
    width: 354px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-4 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-4 img {
    width: 220px;
  }
}

.single-slider-img.single-slider-img-5 img {
  width: 495px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-5 img {
    width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-5 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-5 img {
    width: 260px;
  }
}

.single-slider-img.single-slider-img-6 img {
  width: 584px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-6 img {
    width: 384px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-6 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-6 img {
    width: 270px;
  }
}

.dot-style-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dot-style-1 ul li {
  margin: 0 7px;
}

.dot-style-1 ul li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: none;
  padding: 0;
  font-size: 0px;
  background-color: transparent;
  background: rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(6px, 6px);
      -ms-transform: translate(6px, 6px);
          transform: translate(6px, 6px);
}

.dot-style-1 ul li button:hover {
  width: 12px;
  height: 12px;
  background: #333;
  -webkit-transform: translate(4px, 4px);
      -ms-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.dot-style-1 ul li.slick-active button {
  width: 12px;
  height: 12px;
  background: #333;
  -webkit-transform: translate(4px, 4px);
      -ms-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
}

.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}

.dot-style-1.dot-style-1-center ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

.hm3-bg-color-1 {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(306deg, #e2eef9 0%, #e7dfef 100%) repeat scroll 0% 0%;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(306deg, #e2eef9 0%, #e7dfef 100%) repeat scroll 0% 0%;
  background: rgba(0, 0, 0, 0) linear-gradient(144deg, #e2eef9 0%, #e7dfef 100%) repeat scroll 0% 0%;
}

.hm3-bg-color-3 {
  background: #e3d4c2 none repeat scroll 0% 0%;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-3 {
    text-align: left;
  }
}

.hero-slider-content-3 h4 {
  font-size: 24px;
  color: #e4573d;
  margin: 0 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 h4 {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h4 {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.hero-slider-content-3 h4 span {
  font-weight: 700;
}

.hero-slider-content-3 h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h1 {
    font-size: 25px;
    line-height: 34px;
  }
}

.hero-slider-content-3 h1.font-inc {
  font-size: 56px;
  line-height: 64px;
  margin: 0 0 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 h1.font-inc {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h1.font-inc {
    font-size: 33px;
    line-height: 40px;
    margin: 0 0 17px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h1.font-inc {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 7px;
  }
}

.hero-slider-content-3 p {
  font-size: 18px;
  color: #444;
  line-height: 30px;
  margin: 10px 0 30px;
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 p {
    width: 100%;
    margin: 10px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 p {
    width: 100%;
    margin: 7px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 p {
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    margin: 7px 0 15px;
  }
}

.hero-slider-content-3 > span {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1;
}

.hero-slider-content-3 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #e4573d;
  margin: 10px 0 15px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h3 {
    font-size: 30px;
    margin: 10px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h3 {
    font-size: 28px;
    margin: 10px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-4 {
    text-align: left;
  }
}

.hero-slider-content-4 .slider-product-offer-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 {
    margin: 0 0 10px;
    display: block;
  }
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span {
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 10px;
  padding: 6px 10px;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span:last-child {
  margin-right: 0;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span.yellow {
  background-color: #f6b500;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span.red {
  background-color: #e4573d;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 p {
  font-size: 24px;
  color: #333;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 p {
    font-size: 18px;
    margin: 5px 0 0 0px;
  }
}

.hero-slider-content-4 h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-4 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-4 h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.hero-slider-content-4 p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 10px 0 30px;
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-4 p {
    width: 89%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-4 p {
    width: 96%;
    margin: 10px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 p {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    margin: 10px 0 20px;
  }
}

/*-------- 5. Banner style ---------*/
.banner-wrap {
  position: relative;
}

.banner-wrap .banner-img {
  position: relative;
  overflow: hidden;border-radius: 10px; 
}

.banner-wrap .banner-img a {
  display: block;
}

.banner-wrap .banner-img a img {
  width: 100%;
}

.banner-wrap .banner-img-zoom a {
  display: block;
}

.banner-wrap .banner-img-zoom a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  min-height:160px;
  border-radius: 10px; 
}

.banner-wrap .banner-content-1 {
  position: absolute;
  left: 30px;
  top:8%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-1 {
    left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-1 {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-1 {
    left: 20px;
    top: 10%;
  }
}

.banner-wrap .banner-content-1 span {
  display: block;
  font-size: 14px;
  text-transform: none;
}

.banner-wrap .banner-content-1 h2 {
  font-size: 22px; 
  margin: 10px 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-1 h2 {
    font-size:14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-1 h2 {
    font-size: 20px;
    margin: 4px 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-1 h2 {
    font-size: 20px;
    margin: 4px 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-1 h2 {
    font-size: 20px;
    margin: 5px 0 7px;
  }
}

@media only screen and (max-width:375px) {
  .banner-wrap .banner-content-1 h2 {
    font-size:13px;
     
  }
.footer-newsletter .icon-box-title {
    
    font-size: 14px;
}


}







.banner-wrap .banner-content-1 h3 {
  font-size: 24px;
  font-weight: bold;
  color:#ff6469;
  margin: 0px 0 20px;
}

.banner-wrap .banner-content-1 h3 span {
  color: #696969;
  margin-left: 2px;
  display: inline-block;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-1 h3 {
    font-size: 22px;
    margin: 0px 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-1 h3 {
    font-size: 20px;
    margin: 0px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-1 h3 {
    font-size: 20px;
    margin: 0px 0 12px;
  }
}

.banner-wrap .banner-content-2 {
  position: absolute;
  left: 30px;
  top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 {
    top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 {
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 {
    left: 20px;
    top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-2 {
    top: 25px;
  }
}

.banner-wrap .banner-content-2 h2 {
  font-size: 48px;
  margin: 0;
}

.banner-wrap .banner-content-2 h2.font-size-dec {
  font-size: 40px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h2 {
    font-size: 20px;
  }
}

.banner-wrap .banner-content-2 h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 10px;
  line-height: 1;
  margin: 13px 0 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 20px;
    margin: 8px 0 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 17px;
    margin: 7px 0 8px;
  }
}

.banner-wrap .banner-content-2 h4 {
  font-size: 24px;
  font-weight: bold;
  color:#009933;
  margin: 0 0 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h4 {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h4 {
    margin: 5px 0 5px;
    font-size: 20px;
  }
}

.banner-wrap .banner-content-3 {
  position: absolute;
  left: 30px;
  top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-3 {
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 {
    left: 20px;
    top: 15px;
  }
}

.banner-wrap .banner-content-3 span {
  font-size: 15px;
  text-transform: uppercase;
}

.banner-wrap .banner-content-3 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin: 3px 0 6px;
  width: 70%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-3 h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 h2 {
    font-size: 22px;
    width: 100%;
  }
}

.banner-wrap .banner-content-3 h4 {
  font-size: 24px;
  font-weight: bold;
  color:#009933;
  margin: 0 0 30px;
}

.banner-wrap .banner-content-3 h4.red {
  color: #e4573d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-3 h4 {
    margin: 0 0 12px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 h4 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}

.banner-wrap .banner-badge {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffd55a;
}

.banner-wrap .banner-badge h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.banner-wrap .banner-badge h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}

.banner-wrap .banner-badge.banner-badge-position1 {
  position: absolute;
  bottom: 12%;
  left: 45%;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge.banner-badge-position1 {
    left: 65%;
  }
}

.banner-wrap .banner-badge.banner-badge-position2 {
  position: absolute;
  top: 14%;
  right: 8%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 40%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 47%;
  }
}

.banner-wrap .banner-badge-2 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffd55a;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2 {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.banner-wrap .banner-badge-2 h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2 h3 {
    font-size: 16px;
  }
}

.banner-wrap .banner-badge-2 h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 3px;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2 h3 span {
    font-size: 18px;
  }
}

.banner-wrap .banner-badge-2.banner-badge-2-modify-1 {
  width: 74px;
  height: 74px;
  line-height: 74px;
}

.banner-wrap .banner-badge-2.banner-badge-2-modify-1 h3 {
  font-size: 16px;
}

.banner-wrap .banner-badge-2.banner-badge-2-modify-1 h3 span {
  font-size: 20px;
}

.banner-wrap .banner-badge-2.banner-badge-2-position1 {
  position: absolute;
  bottom: 10%;
  left: 45%;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2.banner-badge-2-position1 {
    bottom: 8%;
    left: 70%;
  }
}

.banner-wrap:hover .banner-img-zoom a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.banner-wrap:hover .btn-style-1 a {
  background-color: #e4573d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-mt {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-mt {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-mt {
    margin-top: 10px;
  }
  .banner-area.pb-45 {
    padding-bottom: 30px;
  }
  .banner-area.pb-40 {
    padding-bottom: 25px;
  }
}

/*-------- 6. Section title style ---------*/
.section-title-timer-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-18px);
      -ms-transform: translateY(-18px);
          transform: translateY(-18px);
  padding: 0px 30px 0 30px;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-timer-wrap {
    padding: 0px 25px 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-timer-wrap {
    display: block;
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
    padding: 0px 10px 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-timer-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.section-title-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
         /* border-bottom: solid 1px #e5e0e0;*/
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .section-title-btn-wrap.mb-35 {
    margin-bottom: 25px;
  }
  .section-title-btn-wrap.st-btn-wrap-xs-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

 


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-1 h2.section-title-hm2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-1 h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-1 h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-1.mb-30 {
    margin-bottom: 20px;
  }
  .section-title-1.mb-40 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-1.section-title-hm2 h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-1.section-title-hm2 {
    text-align: center;
  }
  .section-title-1.section-title-hm2 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.section-title-2 h2 {
  font-size:50px;
  font-weight:bold;
  line-height: 1.42em;
  margin: 0 auto;
  width: 70%;
  text-align: center;
}


/*.section-title-2 h2 span{ position: relative; font-weight: bold;
}
.section-title-2 h2 span::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #D83333;
    position: absolute;
    bottom:-5px;
    right: 0;
}
*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 h2 {
    font-size: 30px;
    width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 h2 {
    font-size: 26px;
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 h2 {
    font-size: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-2 h2 {
    font-size: 22px;
  }
}

.section-title-2 p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  width: 55%;
  margin: 15px auto 0;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 p {
    width: 58%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 p {
    width: 77%;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 p {
    width: 100%;
    margin: 10px auto 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-2 p {
    width: 84%;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2.mb-35 {
    margin-bottom: 25px;
  }
  .section-title-2.mb-45 {
    margin-bottom: 35px;
  }
}

/*-------- 25. account style ---------*/
.timer-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  padding: 6px 24px 5px;
  margin-left: 20px;
  background-color:#fc343a;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timer-style-1 {
    margin-left: 10px;
    padding: 6px 20px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .timer-style-1 {
    margin-left: 0px;
    margin-top: 10px;
    padding: 6px 15px 6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .timer-style-1 {
    margin-left: 10px;
    margin-top: 0px;
  }
}

.timer-style-1 span {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timer-style-1 span {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .timer-style-1 span {
    margin-right: 10px;
    font-size: 15px;
  }
}

.timer-style-1 .syotimer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.timer-style-1 .syotimer__body p{ color: #fff;
}

.timer-style-1 .syotimer__body .syotimer-cell {
  margin-right: 23px;
  position: relative;
}

.timer-style-1 .syotimer__body .syotimer-cell::before {
  position: absolute;
  content: "";
  right: -12px;
  top: 28%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
}

.timer-style-1 .syotimer__body .syotimer-cell::after {
  position: absolute;
  content: "";
  right: -12px;
  bottom: 22%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
}

.timer-style-1 .syotimer__body .syotimer-cell:last-child {
  margin-right: 0;
}

.timer-style-1 .syotimer__body .syotimer-cell:last-child::before {
  display: none;
}

.timer-style-1 .syotimer__body .syotimer-cell:last-child::after {
  display: none;
}

.timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 16px;
  }
}

.timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__unit {
  display: none;
}

.product-area-border {
  border: 2px solid #326599;
  border-radius: 5px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .product-area-border {
    padding: 0 20px;
  }
}

.single-product-wrap {
    position: relative;
     border: solid 1px #ebebeb; 
     background: #FAFAFA;
   /* padding: 10px;*/
    box-shadow: 0 1px 4px rgba(28,28,28,.06);
    border-radius: 10px
}
 

.single-product-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden; text-align: center;
  display: flex; align-items: center; justify-content: center;
}

.single-product-wrap .product-img-action-wrap .product-img a img {
  max-width: 100%; text-align: center; margin: auto; max-height: 256px;

}

.single-product-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;

  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-product-wrap .product-img-action-wrap .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-product-wrap .product-img-action-wrap .product-action-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 9;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button {
  border: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background-color:#326599;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  margin-right: 7px;
  position: relative;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #4e97fd;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color:#326599;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:last-child {
  margin-right: 0;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button i {
  font-size: 15px;
  color: #ffffff;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:hover {
  background-color: #093;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
      -ms-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.single-product-wrap .product-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product-wrap .product-badges.product-badges-mrg {
  margin:0px 7px 10px;
}

.single-product-wrap .product-badges.product-badges-position {
  position: absolute;
  left:-10px;
  top: 0;
  z-index: 9;
}

.single-product-wrap .product-badges span {
     display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 4px;
    color: #ffffff;
    margin: 10px;
    padding: 10px 7px;
  
}

.single-product-wrap .product-badges span:last-child {
  margin-right: 0px;
}

.single-product-wrap .product-badges span.yellow {
  background-color: #f6b500;
}

.single-product-wrap .product-badges span.red {
  background-color:#666;
}

.single-product-wrap .product-badges span.red-2 {
  background-color: #d31129;
}

.single-product-wrap .product-content-wrap .product-category a {
  color:#3c3b3b;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}

.single-product-wrap .product-content-wrap .product-category a:hover {
  color:#b31418;
}

.single-product-wrap .product-content-wrap h2 { 
  font-family: 'Interstate'; 
  font-weight:400; 
  font-size: 14px; 
  margin: 8px 0 7px; 
  min-height: 36px; 
  line-height:18px;
}

.single-product-wrap .product-content-wrap h2 a { color:#000;}

.single-product-wrap .product-content-wrap h2 a:hover { color:#b31418;}

.single-product-wrap .product-content-wrap .product-price{float: left;}



.single-product-wrap .product-content-wrap .product-price span { font-size: 13px; font-weight: bold; color:#28a745;}

.single-product-wrap .product-content-wrap .product-price span.new-price { color:#009933;}

.single-product-wrap .product-content-wrap .product-price span.old-price {font-size: 13px; font-weight: 400; color:#9b9b9b; margin: 0 0 0 7px;
 text-decoration: line-through;}

.single-product-wrap .product-stock .status-bar {background-color: #ededed; margin: 0px 0 10px; border-radius: 5px; }

.single-product-wrap .product-stock .status-bar .sold-bar {
  background-image: -webkit-linear-gradient(215deg, #4e97fd 0%, #77ccfd 100%);
  background-image: -o-linear-gradient(215deg, #4e97fd 0%, #77ccfd 100%);
  background-image: linear-gradient(235deg, #4e97fd 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.333333333333%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666666667%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.857142857143%;
}

.single-product-wrap .product-stock .product-stock-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.single-product-wrap .product-stock .product-stock-status .sold {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}

.single-product-wrap .product-stock .product-stock-status .available {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.single-product-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}

.single-product-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #444;
}

.single-product-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .single-product-wrap.mb-50 {
    margin-bottom: 30px;
  }
}

.single-product-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap:hover .product-img-zoom a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
          transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.product-hm1-mrg {
  margin-top: 30px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .product-hm1-mrg {
    margin-bottom: 30px;
  }
}

.product-slider-active-1,
.categories-slider-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.product-slider-active-1 .product-plr-1,
.categories-slider-1 .product-plr-1 {
  padding: 0 10px;
}

.nav-style-2 > span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -3.5%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  z-index: 99;
  width: 36px;
  height: 36px;
  /*border-radius: 100%;*/
  font-size: 28px;
  background: #ffffff;
  color: #696969;
   box-shadow: 0 9.6px 9.6px rgba(54,54,54,.08), 0 19.2px 19.2px rgba(54,54,54,.06);
    cursor: pointer;
  opacity: 1;
 /* visibility: hidden;*/
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2 > span {
    left: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-2 > span {
    width: 35px;
    height: 35px;
  }
}

.nav-style-2 > span i {
  line-height: 36px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .nav-style-2 > span i {
    line-height: 35px;
  }
}

.nav-style-2 > span.pro-icon-1-next {
  left: auto;
  right: -3.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2 > span.pro-icon-1-next {
    right: 0%;
  }
}

.nav-style-2 > span:hover {
  color: #4e97fd;
}

.nav-style-2.nav-style-2-modify-2 > span {
  left: -3.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .nav-style-2.nav-style-2-modify-2 > span {
    left: 0%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2.nav-style-2-modify-2 > span {
    left: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-2.nav-style-2-modify-2 > span {
    left: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-2.nav-style-2-modify-2 > span {
    left: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-2 > span {
    left: 0%;
  }
}

.nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
  left: auto;
  right: -3.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {

.nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {right: 0%;}



}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
    right: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
    right: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
    right: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-2 > span.pro-icon-1-next {
    right: 0%;
  }
}

.nav-style-2.nav-style-2-modify-1 > span {
  left: 2%;
}

.nav-style-2.nav-style-2-modify-1 > span.pro-icon-1-next {
  left: auto;
  right: 2%;
}

.nav-style-2.nav-style-2-modify-3 > span {
  left: 0%;
  width: 48px;
  height: 48px;
  color: #333;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-3 > span {
    width: 38px;
    height: 38px;
  }
}

.nav-style-2.nav-style-2-modify-3 > span:hover {
  color: #ffffff;
  border: 1px solid #333;
  background-color: #333;
}

.nav-style-2.nav-style-2-modify-3 > span i {
  line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-3 > span i {
    line-height: 36px;
  }
}

.nav-style-2.nav-style-2-modify-3 > span.pro-icon-1-next {
  left: auto;
  right: 0%;
}

.nav-style-2:hover > span {
  opacity: 1;
  visibility: visible;
}

.categories-wrap {text-align: center;
  background:#fff;
  padding:0px !important; 
  margin-bottom: 20px; 
  border: solid 2px #fff;
}


.categories-wrap .categories-img-zoom {
  overflow: hidden;
  border-radius:15px;
  box-shadow: 0 1px 4px rgba(28,28,28,.06);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 6px;  
}

.categories-wrap .categories-img-zoom a img { /*max-width:300px;*/ max-height: 320px;
    border-radius:15px; margin: auto;
}
.categories-wrap:hover .categories-img-zoom a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
           border-radius:27px 27px 0px 0px !important; overflow: hidden;
          
}


@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .categories-wrap {
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .categories-wrap {
    padding: 25px 10px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories-wrap {
    padding: 25px 20px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories-wrap {
    padding: 25px 20px 30px;
  }
}

.categories-wrap .categories-img a {
  display: block;
}

.categories-wrap .categories-img a img {
  width: 100%;
}



.categories-wrap .categories-content {
  margin: 13px 12px;
  min-height: 34px;
}

.categories-wrap .categories-content h3 {
  font-size: 16px;
  margin: 0; 
   

}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .categories-wrap .categories-content h3 {
    font-size: 14px;
  }
}

.categories-wrap .categories-content h3 a {
  color:#333;
}

.categories-wrap .categories-content h3 a:hover {
  color: #333;
}

.btn-style-2{margin-bottom: 10px;}


.btn-style-2 a { font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 7px 14px;
    border-radius: 30px;
    background: #f5f4f4;
    box-shadow: 0 1px 4px rgba(28,28,28,.06);
    border-radius: 24px;
}

.btn-style-2 a i {
  font-size: 14px;
  margin-left:4px;
  position: relative;
  top: 2px;
  color:#b61b19;
}

.btn-style-2 a:hover {
  color:#ad122a;
}

.slidebar-product-wrap {
  padding: 38px 30px 53px;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  margin-right: 35px;
}
.widthauto { width: auto; }
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slidebar-product-wrap {
    padding: 38px 20px 53px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slidebar-product-wrap {
    padding: 38px 20px 53px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidebar-product-wrap {
    padding: 38px 20px 53px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidebar-product-wrap {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slidebar-product-wrap {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.slidebar-product-wrap.slidebar-product-bg-1 {
  background-color: #f1f1f1;
  background-image: url(../images/bg/bg-1.jpg);
}

.slidebar-product-wrap.slidebar-product-bg-2 {
  background-color: #f6f2ed;
}

.slidebar-product-wrap.slidebar-product-bg-3 {
  background-image: -webkit-linear-gradient(220deg, #f6fafe 0%, #edeff6 82%);
  background-image: -o-linear-gradient(220deg, #f6fafe 0%, #edeff6 82%);
  background-image: linear-gradient(230deg, #f6fafe 0%, #edeff6 82%);
}

.slidebar-product-wrap .slidebar-product-content h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.slidebar-product-wrap .slidebar-product-content h2 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidebar-product-wrap .slidebar-product-content h2 {
    font-size: 22px;
    line-height: 1.3em;
  }
}

.slidebar-product-wrap .slidebar-product-img {
  margin: 6px 0 55px;
}

.slidebar-product-wrap .slidebar-product-img > a {
  display: block;
}

.slidebar-product-wrap .slidebar-product-img > a img {
  max-width: 100%;
}

.slidebar-product-wrap .slidebar-product-img.slidebar-product-mrg-1 > a {
  margin: 38px 0 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidebar-product-wrap .slidebar-product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .slidebar-product-wrap .slidebar-product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slidebar-product-wrap .slidebar-product-details ul li {
  margin-bottom: 12px;
}

.slidebar-product-wrap .slidebar-product-details ul li:last-child {
  margin-bottom: 0;
}

.slidebar-product-wrap .slidebar-product-details ul li a {
  font-size: 16px;
  color: #444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slidebar-product-wrap .slidebar-product-details ul li a i {
  font-size: 14px;
  margin-right: 9px;
  position: relative;
  top: 6px;
}

.slidebar-product-wrap .slidebar-product-details ul li a:hover {
  color: #4e97fd;
}

.sidebar-product-wrap .single-sidebar-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.sidebar-product-wrap .single-sidebar-product:last-child {
  margin-bottom: 0;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    max-width: 70px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    max-width: 70px;
    margin-right: 10px;
  }
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 a {
  display: block;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 a img {
  width: 100%;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 {
  font-size: 15px;
  margin: 0 0 7px;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 a {
  color: #333;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 a:hover {
  color: #4e97fd;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 .slidebar-pro-price span {
  font-size: 15px;
  font-weight: 700;
  color: #4e97fd;
  display: inline-block;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 .slidebar-pro-price span.old-price {
  text-decoration: line-through;
  color: #444;
  margin: 0 0 0 7px;
  font-weight: 400;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 .slidebar-pro-price span.new-price {
  color: #e4573d;
}

.slick-current .single-product-wrap .product-img-action-wrap .product-action-1 button:first-child:after {
  left: 0;
  -webkit-transform: translateX(0%) translateY(0px);
      -ms-transform: translateX(0%) translateY(0px);
          transform: translateX(0%) translateY(0px);
}

.slick-current .single-product-wrap .product-img-action-wrap .product-action-1 button:hover:first-child:after {
  -webkit-transform: translateX(0%) translateY(-8px);
      -ms-transform: translateX(0%) translateY(-8px);
          transform: translateX(0%) translateY(-8px);
}

@media only screen and (max-width: 767px) {
  .product-area.pt-90 {
    padding-top: 70px;
  }
  .product-area.pb-20 {
    padding-bottom: 25px;
  }
  .shop-area.pt-75 {
    padding-top: 53px;
  }
}

/*-------- 7. Brand logo style ---------*/
.single-brand-logo {display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    
    min-height:90px;
    /*border-radius: 6px;
    border: solid 1px #f1f0f0;
    box-shadow: rgb(149 157 165 / 20%) 0px 5px 12px;*/
    background:linear-gradient(311deg,#6c0314,#c10c28) fixed;
    margin: 0px 10px 20px 10px; position: relative;
}

 

.single-brand-logo img { 
  max-height:80px;
  max-width: 100%; 
  align-items: center; 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  right: 0; 
  left: 0; 
  margin: auto;
}

.single-brand-logo:hover img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.pb-35 {
    padding-bottom: 20px;
  }
  .brand-logo-area.pb-70 {
    padding-bottom: 20px;
  }
}

/*-------- 8. Testimonial style ---------*/
.testimonial-area {
  position: relative;
}

.testimonial-area .pagingInfo {
  position: absolute;
  bottom: 13%;
  left: 10%;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  z-index: 5;
}

.testimonial-active-1,
.testimonial-active-3 {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonial-active-1 .testimonial-plr-1,
.testimonial-active-3 .testimonial-plr-1 {
  padding: 0 0px;
}

.testimonial-active-1 .testimonial-plr-1,
.testimonial-active-3 .testimonial-plr-1:first-child { padding-left: 20px;
}





.single-testimonial {
 /* position: relative;
  padding: 56px 40px 55px;
  background-image: -webkit-linear-gradient(222deg, #f6fafe 0%, #edeff6 82%);
  background-image: -o-linear-gradient(222deg, #f6fafe 0%, #edeff6 82%);
  background-image: linear-gradient(228deg, #f6fafe 0%, #edeff6 82%);
  border-radius: 5px;
  background: #fff;
  */
  /*border-left: solid 5px #fc343a;*/
    background:#fbf2f2;
    border-radius: 10px;
    padding: 20px 20px !important;
    align-items: center;
    height: fit-content;
    position: relative;
    margin: 1rem 1rem;
    background-repeat: no-repeat;
    margin: auto 16px auto auto; 
    text-align: center;
    min-height: 383px;
      

}


.client-img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    border: solid 2px #f1eded;
    background: #fff;
    margin: 0 auto 10px auto;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.client-img img{

  border-radius: 100%; 
  max-width: 60px; 
  max-height: 60px; 
  margin: auto;

}





.rating span i{color: green;
    background: -webkit-linear-gradient(#efff00, #fc7e00);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;}




@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-testimonial {
    padding: 56px 32px 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial {
    padding: 56px 30px 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial {
    padding: 56px 20px 55px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial {
    padding: 46px 30px 45px;
  }
}

.single-testimonial::before {
  content: '';
  position: absolute;
  top: 44px;
  right: 38px;
  width: 34px;
  height: 28px;
  background: url(../images/icon-img/testimonial-icon.png) no-repeat center;
  background-size: 100% auto;
}

.single-testimonial h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.single-testimonial p {
  font-size:16px;
  line-height:24px;
  color: #333;
  margin: 22px 0 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial p {
    margin: 22px 0 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial p {
    margin: 22px 0 23px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial p {
    margin: 22px 0 23px;
  }
}

.single-testimonial .client-info h5 {
  font-size:16px;
  font-weight: bold;
  margin: 0 0 10px;

    background:#ffcc28;
    padding: 10px 2px;
    color: #333;
}

.single-testimonial .client-info span {
  font-size: 15px;
  color: #444;
}

.single-testimonial-2 {
  position: relative;
  padding: 77px 80px 111px;
  background-image: -webkit-linear-gradient(215deg, #e6eef5 0%, #edeff6 100%);
  background-image: -o-linear-gradient(215deg, #e6eef5 0%, #edeff6 100%);
  background-image: linear-gradient(235deg, #e6eef5 0%, #edeff6 100%);
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-testimonial-2 {
    padding: 66px 65px 111px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-2 {
    padding: 66px 50px 111px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2 {
    padding: 66px 50px 111px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial-2 {
    padding: 50px 20px 80px;
  }
}

.single-testimonial-2::before {
  content: '';
  position: absolute;
  top: 58px;
  right: 49px;
  width: 60px;
  height: 48px;
  background: url(../images/icon-img/testimonial-icon.png) no-repeat center;
  background-size: 100% auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-2::before {
    top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2::before {
    top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial-2::before {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}

.single-testimonial-2 h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.single-testimonial-2 p {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin: 15px 0 41px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-2 p {
    font-size: 20px;
    margin: 15px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2 p {
    font-size: 20px;
    margin: 15px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial-2 p {
    font-size: 18px;
    margin: 15px 0 20px;
  }
}

.single-testimonial-2 .client-info-2 h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.single-testimonial-2 .client-info-2 span {
  font-size: 15px;
  color: #444;
}

.nav-style-3 > span {
  position: absolute;
  bottom: 10%;
  right: 8.5%;
  cursor: pointer;
  color: #111;
  width: 52px;
  height: 52px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  font-size: 28px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
}

.nav-style-3 > span i {
  line-height: 52px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .nav-style-3 > span i {
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-3 > span {
    width: 35px;
    height: 35px;
    font-size: 16px;
    bottom: 12%;
  }
}

.nav-style-3 > span:hover {
  color: #4e97fd;
  background: white;
}

.nav-style-3 > span.testimonial-icon-2-prev {
  margin-right: 62px;
}

@media only screen and (max-width: 767px) {
  .nav-style-3 > span.testimonial-icon-2-prev {
    margin-right: 45px;

  }
 

}



/*-------- 9. Contact us style ---------*/


.home_tickerBox__DSdbA {
    border:1px solid #231f20;
   
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 10px 0px;
    background:#231f20;
 background-size: 100%;
 border-radius:6px;
    
}


.single-contact-wrap {
    padding: 0px 0px 15px 0px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin-bottom: 10px !important;
    padding:0px 10px;
   /* border-radius: 6px;
    background: #fff; */display: flex; 
    align-items: center;


    
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-contact-wrap {
    padding: 35px 20px 40px;
  }
}

.single-contact-wrap h4 {
  font-size: 20px; 
  margin: 0 0px;
  color: #fff;
}

.single-contact-wrap p {
  font-size: 14px;
  color:#fff !important;
  margin: 0;
  line-height: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-contact-wrap p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-contact-wrap p {
    font-size: 18px;
  }
}

/*.single-contact-wrap:hover {
  background-color: #ffffff;
}*/
.contact-map{ border: solid 1px #efefef; padding: 5px; background: #fff; margin-top:0px; border-radius: 5px; }
.contact-map iframe{
  height:400px; width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-map #map {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map #map {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map #map {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-map #map {
    height: 350px;
  }
}

.contact-us-bg {
  background-color: #f7f9fb;
  background-image: url(../images/bg/bg-3.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-from-area{background:#a91128; padding: 50px 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: solid 1px #efefef; border-radius: 5px;}

 

.contact-from-area.contact-from-area-bg {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
  padding: 63px 65px 66px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-from-area.contact-from-area-bg {
    padding: 63px 35px 66px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-from-area.contact-from-area-bg {
    padding: 53px 20px 56px;
  }
}

.contact-from-area h3 {
  font-size:26px;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-from-area h3 {
    font-size: 25px;
    margin: 0 0 30px;
  }
}

.contact-from-area .contact-form-style .textarea-style textarea {
  background-color: #ffffff;
    border:1px solid #dededf;
  height: 48px;
  color: #666;
  padding: 12px 20px 3px;
  border-radius: 5px;
  font-size: 15px;
  height:90px;
}

.contact-from-area .contact-form-style .textarea-style textarea::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.contact-from-area .contact-form-style .textarea-style textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.contact-from-area .contact-form-style .textarea-style textarea:focus {
  background-color: #ffffff;
  border: 1px solid #4e97fd;
}

.contact-form-style button {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 41px;
  color: #ffffff;
  border: none;
  background:#464545;
  width: 100%;
  border-radius: 26px;
}

.contact-form-style button.submit-auto-width {
  width: auto;
  display: inline-block;
}

.contact-form-style button:hover {
  background:#333;
}

.contact-from-area p {
  font-size: 15px;
  text-align: center;
  margin: 20px 0 0;
}

.contact-info-wrap {
  margin: 0 0 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap {
    margin: 50px 0 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap {
    margin: 50px 0 0 0px;
  }
}

.contact-info-wrap .single-contact-info2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 55px;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap {
    margin: 0 0 35px;
  }
}

.contact-info-wrap .single-contact-info2-wrap:last-child {
  margin: 0 0 0px;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-icon {
  margin: 0 25px 0 0;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-icon i {
  font-size: 40px;
  color: #4e97fd;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-icon i {
    font-size: 35px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content p {
  font-size: 16px;
  line-height: 1.625em;
  color: #444;
  margin: 0 0 0px;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 10px 0 0px;
  line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 a {
  color: #333;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 a:hover {
  color: #4e97fd;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
  font-size: 34px;
  margin: 18px 0 0px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
    font-size: 25px;
    margin: 10px 0 0px;
    line-height: 25px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 a {
  color: #333;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 a:hover {
  color: #4e97fd;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 {
  font-size: 20px;
  margin: 8px 0 0px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 a {
  color: #333;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 a:hover {
  color: #4e97fd;
}

.single-contact-info3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background:#fff;
  padding:50px 15px;
  min-height:195px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: solid 2px #efefef;
}

.single-contact-info3-wrap .single-contact-info3-icon {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-icon {
    margin-right: 12px;
  }
}

.single-contact-info3-wrap .single-contact-info3-icon i {
  font-size: 20px;
    color: #fff;
    background:#ad122a;
    padding: 10px;
    border-radius: 100%;
    width:40px;
    height:40px; text-align: center;
    border: solid 1px #d7d7d7;
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-icon i {
    font-size: 28px;
  }
}

.single-contact-info3-wrap .single-contact-info3-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin:6px 0 23px;
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-content h3 {
    margin: 0 0 10px;
  }
}

.single-contact-info3-wrap .single-contact-info3-content p {
  font-size: 16px;
  color: #444;
  margin: 0 0 3px;
}

.single-contact-info3-wrap .single-contact-info3-content p.width-1 {
/*  width: 90%;*/
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-content p.width-1 {
    width: 100%;
  }
}

.single-contact-info3-wrap .single-contact-info3-content p span {
  font-weight: 700;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
  .contact-us-area.pt-65 {
    padding-top: 55px;
  }
  .contact-info-wrap-2.mb-40 {
    margin-bottom: 25px;
  }
}

/*-------- 10. Footer style ---------*/
.footer-logo a {
  display: block;
}

.footer-logo.logo-width-1 a img {
  width: 166px;
}

@media only screen and (max-width: 767px) {
  .footer-logo.logo-width-1 a img {
    width: 150px;
  }
}

.footer-logo {
  margin: 0 0 36px;
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 0 17px;
  }
}

.copyright p {
  line-height: 1.6em;
  color:#666;
  font-size: 15px;
}

.copyright p a {
  color: #e4f0ff;
}

.copyright p a:hover {
  color: #4e97fd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright.copyright-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .copyright.copyright-center {
    text-align: center;
  }
}

.footer-widget h3.footer-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .footer-widget h3.footer-title {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget h3.footer-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget h3.footer-title {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget h3.footer-title {
    font-size: 18px;
  }
}

.footer-widget .footer-info-list ul li {
  display: block;
  margin: 0 0 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-info-list ul li {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .footer-info-list ul li {
    margin: 0 0 8px;
  }
}

.footer-widget .footer-info-list ul li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-info-list ul li a {
  font-size: 15px;
  color:#666;
  display: block;
}

.footer-widget .footer-info-list ul li a:hover {
  color:#ad122a;
}

.footer-widget .app-visa-wrap p {
  color:#a3a1a1;
  font-size: 15px;
  margin: 0;
}

.footer-widget .app-visa-wrap .app-google-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px 0 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .app-visa-wrap .app-google-img {
    margin: 20px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .app-visa-wrap .app-google-img {
    margin: 20px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .app-visa-wrap .app-google-img {
    margin: 15px 0 15px;
  }
}

.footer-widget .app-visa-wrap .app-google-img a {
  display: block;
  margin-right: 12px;
}

.footer-widget .app-visa-wrap .app-google-img a:last-child {
  margin-right: 0px;
}

.footer-widget .app-visa-wrap .app-google-img a img {
  width: 170px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 115px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 105px;
  }
}

.footer-widget .app-visa-wrap .payment-img {
  margin: 16px 0 0;
}

.footer-widget .app-visa-wrap .payment-img a {
  display: block;
}

.footer-widget .app-visa-wrap .payment-img a img {
  max-width: 100%;
}

.footer-contact-info p {
  color:#666;
  font-size: 15px;
  margin: 0 0 8px;
}

.footer-contact-info p span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 18px;
  color: #333;
}

.footer-social-icon {
  margin: 20px 0px;
}

.footer-social-icon i{ background: #fff; width: 30px; height: 30px; border-radius: 100%; display: inline-flex; text-align: center; align-items: center; justify-content: center;
}


.footer-social-icon a {
  font-size: 14px;
  margin-right:5px;
}

.footer-social-icon a:last-child {
  margin-right: 0;
}

.footer-social-icon a.twitter {
  color: #26d0fe;
}

.footer-social-icon a.facebook {
  color: #567fa9;
}

.footer-social-icon a.skype {
  color: #13baf7;
}

.footer-social-icon a.youtube {
  color: #da0e2b;
}

.footer-social-icon a.instagram {
  color: #987545;
}


.icon {
    position: relative;
    left: 0;
    top: 0px;
    line-height: 1;
    color:#333;
    font-size:28px;
    float: left;
    margin-right:20px;
    float: left;
    background:#ffffff;
    padding: 20px;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    /* border: 1px dashed #e3e3e3;*/
    /*box-shadow: 5px 5px 1px 1px rgba(31,70,114,0.8);*/
     }

.img-circle {
  width: 72px;
    height: 72px;
    position: absolute;
    background: transparent;
    border-radius: 50%;
   /* left:0px; */
   /*border:2px dashed #e3e3e3; */

 /*-webkit-animation-name: Rotate;
 -webkit-animation-duration: 7s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: Rotate;
 -moz-animation-duration: 7s;
 -moz-animation-iteration-count: infinite;
 -moz-animation-timing-function: linear;
 -ms-animation-name: Rotate;
 -ms-animation-duration: 7s;
 -ms-animation-iteration-count: infinite;
 -ms-animation-timing-function: linear; */
}


@-webkit-keyframes Rotate
{
 from{-webkit-transform:rotate(0deg);}
 to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes Rotate
{
 from{-moz-transform:rotate(0deg);}
 to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes Rotate
{
 from{-ms-transform:rotate(0deg);}
 to{-ms-transform:rotate(360deg);}
}

 /*.img-circle::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    top: 20px;
    left: -3px;
    background-color:#ffcc28;
    border-radius: 50px;
}

 .img-circle::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    text-align: center;
    top: 40px;
    left:63px;
    background-color: #f1343a;
    border-radius: 50px;
}
 */



.scrollbar
{
  margin-left:0px;
  float: left;
  height:123px;
  width:100%;
  /*background: #F5F5F5;*/
  overflow-y: scroll;
  margin-bottom:0px;
  padding-right: 20px;
}

.force-overflow
{
  min-height:100px;
}


#style-2::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}






  .rotating-border--black-yellow {
    --border-radius: 100%;
    --border-bg: conic-gradient( #F0C400 0.1666turn, #444 0.1666turn, #444 0.3333turn, #F0C400 0.3333turn, #F0C400 0.5turn, #444 0.5turn, #444 0.6666turn, #F0C400 0.6666turn, #F0C400 0.8333turn, #444 0.8333turn );
    --border-bg: conic-gradient( #F0C400 0.1666turn, #444 0.1666turn 0.3333turn, #F0C400 0.3333turn 0.5turn, #444 0.5turn 0.6666turn, #F0C400 0.6666turn 0.8333turn, #444 0.8333turn );
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
}
 
.product-detial-sec{ margin: 20px 0px; }

.product-detial-sec h6 {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
    margin: 1px 0px 2px 0px;
    padding: 0px;
}


.table-borderless2 {
    font-size: 14px;
    color: #545454;
}



.table-borderless2 > :not(caption) > * > *{padding:10px 10px;
    /*background:#fff;*/
    background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
    border-bottom-width: 1px;}
.table-borderless2 tr:nth-child(even) {background-color: #f2f2f2;}

/*.table-borderless2 .bill-sec::after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 6px;
    color: #333;
}*/
.table td span{/*font-weight:600; font-size:18px;*/}

.subscribe-wrap p {
  font-size: 15px;
  color: #333;
  line-height: 1.6em;
  margin: 0 0 37px;
}
.footer-bottom {
    padding: 3rem 0;
    color: #666; border-color: #e8e8e9; border-top: 1px solid #e8e8e9;
}
.footer-bottom .copyright {
    font-size:14px;
    line-height: 1.92;
    margin-bottom: 0;
    text-align: left; color:#666; font-style: normal;
}

.footer-right { float: right; text-align: right;
}

@media only screen and (max-width: 767px) {
  .subscribe-wrap p {
    margin: 0 0 17px;
  }
  .table td span { 
    font-size: 15px;
}
}

.subscribe-form form .mc-form {
  position: relative;
}

.subscribe-form form .mc-form input {
  color: #444;
  font-size: 15px;
  height: 48px;
  border: 1px solid #f8f8f8;
  border-radius: 26px;
  padding: 2px 160px 2px 20px;
  background-color: #fff;
  line-height: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form form .mc-form input {
    padding: 2px 140px 2px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-form form .mc-form input {
    padding: 2px 140px 2px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-form form .mc-form input {
    padding: 2px 116px 2px 20px;
  }
}

.subscribe-form form .mc-form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.subscribe-form form .mc-form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.subscribe-form form .mc-form .mc-news {
  display: none;
}

.subscribe-form form .mc-form .clear {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subscribe-form form .mc-form .clear input {
  width: auto;
  font-weight: 700;
  color: #ffffff;
  background-color: #4e97fd;
  padding: 0 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form form .mc-form .clear input {
    padding: 0 26px;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-form form .mc-form .clear input {
    padding: 0 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-form form .mc-form .clear input {
    padding: 0 16px;
  }
}

.subscribe-form form .mc-form .clear input:hover {
  background-color: #e4573d;
}

.payment-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .payment-img-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .payment-img-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    display: block;
  }
}

.payment-img-wrap span {
  color: #444;
  font-size: 15px;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .payment-img-wrap span {
    text-align: center;
    display: block;
    margin: 0 0px 5px 0;
  }
}

.payment-img-wrap .payment-img-2 {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .payment-img-wrap .payment-img-2 {
    text-align: center;
    display: block;
  }
}

.payment-img-wrap .payment-img-2 img {
  max-width: 100%;
}

.footer-bottom {
  padding: 15px 0;
}
.footer-bottom h2{ color:#333; font-size: 20px; font-weight: 600; }
.footer-bottom h3{ color:#fff; font-size: 18px; text-transform: none !important;  font-weight: 500; margin-bottom: 10px; }
.footer-bottom p{ color:#e4f0ff; font-size:14px; font-weight: 400; font-style: italic; text-align: justify; }
.category-box:not(:last-child) {
    margin-bottom:0px;
}

.category-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-box a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    border-left: 1px solid #ccc;
    margin: 0px 10px 0 10px;
    vertical-align: bottom;
}
.category-box a:last-child::after {  
  content: none;
}


.category-name {
    font-weight:600;
    font-size:15px;
    color:#626262;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 10px;
    margin-bottom: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .mrg-top-xs {
    margin-top: 7px;
  }
  .footer-area.pb-35 {
    padding-bottom: 20px;
  }
  .footer-top.pb-30 {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mrg-top-xs {
    margin-top: 0px;
  }
}

/*-------- 11. Blog style ---------*/
.blog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.blog-wrap .blog-img {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-img {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0px;
  }
}

.blog-wrap .blog-img a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.blog-wrap .blog-img a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-wrap .blog-img .blog-tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  line-height: 1;
}

.blog-wrap .blog-img .blog-tag a {
  background-color: #4e97fd;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 5px;
  padding: 6px 11px 6px;
}

.blog-wrap .blog-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  margin: 15px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content {
    margin: 0px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.blog-wrap .blog-content .blog-meta span {
  font-size: 14px;
  color: #444;
}

.blog-wrap .blog-content .blog-meta span i {
  margin-right: 6px;
}

.blog-wrap .blog-content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 9px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-wrap .blog-content h3 {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content h3 {
    line-height: 1.3;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content h3 {
    line-height: 1.3;
    margin: 5px 0 0;
  }
}

.blog-wrap .blog-content h3 a {
  color: #333;
}

.blog-wrap .blog-content h3 a:hover {
  color: #4e97fd;
}

.blog-wrap:hover .blog-img a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.blog-wrap-2 {
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
  border: solid 1px #ebebeb;
}

.blog-wrap-2 .blog-img-2 {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-wrap-2 .blog-img-2 a {
  display: block;
  /*border-radius: 5px;*/
  overflow: hidden;
}

.blog-wrap-2 .blog-img-2 a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-wrap-2 .blog-img-2 .blog-tag-2 {
  position: absolute;
  left: 10px;
  top: 10px;
}

.blog-wrap-2 .blog-img-2 .blog-tag-2 a {
  background-color: #4e97fd;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 5px;
  padding: 6px 11px 6px;
}

.blog-wrap-2 .blog-content-2 {
  padding: 26px 30px 30px;
}

/*@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 25px 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 25px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 20px 30px;
  }
}*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 20px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 15px 30px;
  }
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 20px;
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li i {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li i {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
    margin-right: 8px;
  }
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li:last-child {
  margin-right: 0;
}

.blog-wrap-2 .blog-content-2 h3 {
  font-size:18px;
  margin: 10px 0px 10px 0px;
  line-height: 23px;
}

 .blog-wrap-2 .blog-content-2 {
    padding:10px 15px;
  }
.blog-content-2 p{font-size:16px;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap-2 .blog-content-2 h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap-2 .blog-content-2 h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 h3 {
    font-size: 18px;
    margin:0px 0 15px;
    line-height: 1.5;
  }
}

.blog-wrap-2 .blog-content-2 h3 a {
  color: #333;
}

.blog-wrap-2 .blog-content-2:hover h3 a {
  color: #ad122a;
}

.blog-wrap-2 .blog-content-2 .blog-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.blog-wrap-2 .blog-content-2 .blog-btn a i {
  margin-left: 14px;
  color:#ad122a;
  font-size: 15px;
  position: relative;
  top: 2px;
}

.blog-wrap-2 .blog-content-2:hover .blog-btn a {
  color:#ad122a;
}

.blog-wrap-2:hover .blog-img-2 a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

/*-------- 12. Others style ---------*/
.tm-demo-options-wrapper {
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  height: 100%;
  width: 350px;
  max-width: calc(100% - 45px);
  z-index: 999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 767px) {
  .tm-demo-options-wrapper {
    width: 300px;
  }
}

.tm-demo-options-wrapper .tm-demo-options-toolbar {
  position: absolute;
  top: 200px;
  right: 100%;
  display: block;
  width: 40px;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.tm-demo-options-wrapper .tm-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
  position: relative;
  z-index: 99;
}

.tm-demo-options-wrapper .tm-demo-options-toolbar a i {
  font-size: 16px;
}

.tm-demo-options-wrapper.demo-open {
  -webkit-transform: translateX(-100%) translateX(15px);
      -ms-transform: translateX(-100%) translateX(15px);
          transform: translateX(-100%) translateX(15px);
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
          box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.tm-demo-options-wrapper .tm-demo-panel {
  padding: 35px 30px;
  height: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .tm-demo-options-wrapper .tm-demo-panel {
    padding: 35px 35px 35px 20px;
  }
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header {
  margin-bottom: 40px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  line-height: 1.4;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header p {
  color: #444;
  line-height: 1.74;
  margin: 14px 0 20px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header .tm-demo-btn a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  background-color: #4e97fd;
  border-radius: 26px;
  padding: 10px 28px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header .tm-demo-btn a i {
  font-size: 16px;
  margin-right: 14px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header .tm-demo-btn a:hover {
  background-color: #e4573d;
}

.tm-demo-options-wrapper .tm-demo-panel .quick-option-list a {
  display: inline-block;
  margin-bottom: 20px;
}

.tm-demo-options-wrapper .tm-demo-panel .quick-option-list a img {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.tm-demo-options-wrapper .tm-demo-panel .quick-option-list a img:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.tooltip-style-2 > a {
  position: relative;
}

.tooltip-style-2 > a:after {
  bottom: 50%;
  right: 100%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 10px;
  color: #ffffff;
  margin-bottom: -15px;
  background-color: #000;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.tooltip-style-2 > a:before {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 50%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  border: 7px solid transparent;
  border-left-color: #000;
  z-index: 9;
  margin-right: -13px;
  margin-bottom: -7px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.tooltip-style-2 > a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}

.tooltip-style-2 > a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
}

.medizin-common-style-wrap .medizin-common-img-style img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .medizin-common-style-wrap .medizin-common-img-style.mb-35 {
    margin-bottom: 15px;
  }
}

.medizin-common-style-wrap .medizin-common-paragraph-style {
  margin: 0 0 40px;
}

.medizin-common-style-wrap .medizin-common-paragraph-style.paragraph-mrg-dec {
  margin: 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style {
    margin: 0 0 25px;
  }
}

.medizin-common-style-wrap .medizin-common-paragraph-style h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style h2 {
    font-size: 25px;
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style h2 {
    font-size: 25px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style h2 {
    font-size: 21px;
    margin: 0 0 10px;
  }
}

.medizin-common-style-wrap .medizin-common-paragraph-style h4 {
  font-weight: 700;
  color: #444;
  font-size: 15px;
  margin: 20px 0 0;
}

.medizin-common-style-wrap .medizin-common-paragraph-style h3 {
  font-weight: 700;
  color: #333;
  font-size: 26px;
  margin: 0px 0 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style h3 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style h3 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style h3 {
    font-size: 20px;
  }
}

.medizin-common-style-wrap .medizin-common-paragraph-style p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  margin: 0;
}

.medizin-common-style-wrap .medizin-common-paragraph-style p a {
  color: #444;
  font-weight: 700;
}

.medizin-common-style-wrap .medizin-common-paragraph-style p.paragraph-mrg-top {
  margin-top: 18px;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list ul {
  padding: 0 0 0 15px;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list ul li {
  margin: 0 0 11px;
  font-size: 15px;
  color: #444;
  list-style: disc;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list ul li:last-child {
  margin: 0 0 0px;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list.medizin-common-list-mrg-1 {
  margin: 20px 0 0;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list-2 ul {
  padding: 0 0 0 30px;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list-2 ul li {
  margin: 0 0 14px;
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  list-style: decimal;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list-2 ul li:last-child {
  margin: 0 0 0px;
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list-2.medizin-common-list-mrg-2 {
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list-2.medizin-common-list-mrg-2 {
    margin: 15px 0 0;
  }
}

.medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list-2.medizin-common-list-mrg-3 {
  margin: 28px 0 0;
}

@media only screen and (max-width: 767px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style .medizin-common-list-2.medizin-common-list-mrg-3 {
    margin: 15px 0 0;
  }
}

.medizin-common-style-wrap .medizin-common-paragraph-style span {
  font-size: 15px;
  color: #444;
  font-style: italic;
  margin: 18px 0 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  .medizin-common-style-wrap .medizin-common-paragraph-style span {
    margin: 7px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .purchase-guide-area.pb-35,
  .privacy-policy-area.pb-35,
  .terms-of-service-area.pb-35 {
    padding-bottom: 20px;
  }
}

/*------ 13. Breadcrumb style  --------*/
.breadcrumb-area-padding-1 {
  padding: 15px 0 55px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area-padding-1 {
    padding: 25px 0 26px;
  }
}

.breadcrumb-area-padding-2 {
  padding:0px 0 6px 0;
}

.breadcrumb-content.breadcrumb-content-mb1 {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-content.breadcrumb-content-mb1 {
    margin: 0 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-content {
    text-align: center;
  }
}
.breadcrumb-area{ background:#000;}
.breadcrumb-content ul li {
  display: inline-block;
  font-size: 13px;
  font-weight:600;
  color:#fff;
  margin-right: 18px;
  text-transform: capitalize;
  position: relative;
  margin-top: 4px;
}

.breadcrumb-content ul li::before {
  position: absolute;
  width: 12px;
  height: 1px;
  background-color: #ababab;
  content: "";
  right: -20px;
  top:12px;
  z-index: 9;
  -webkit-transform: rotate(115deg);
      -ms-transform: rotate(115deg);
          transform: rotate(115deg);
}

.breadcrumb-content ul li:last-child::before {
  display: none;
}

.breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.breadcrumb-content ul li a {
  color:#c5c5c5;
  position: relative;
}

.breadcrumb-content ul li a::after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #fff;
}

.breadcrumb-content ul li a:hover {
  color:#fff;
}

.breadcrumb-content ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.breadcrumb-title h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-title h1 {
    font-size: 25px;
  }
}

/*-------- 14. Sidebar style ---------*/
.sidebar-widget.sidebar-widget-padding-2 {
  padding:20px 20px;
}

.sidebar-widget.sidebar-widget-padding-3 {
  padding:0px;
}

.sidebar-widget.sidebar-widget-padding-4 {
  padding: 38px 20px 25px;
}

.sidebar-widget.sidebar-widget-padding-5 {
  padding: 35px 20px 40px;
}

.sidebar-widget.sidebar-widget-padding-6 {
  padding: 38px 20px 27px;
}

.sidebar-widget h4.sidebar-widget-title {
  font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: none;
    color: #333;
    /* background: #000000; */
    padding: 10px 0px 
}

@media only screen and (max-width: 767px) {
  .sidebar-widget h4.sidebar-widget-title {
    margin-bottom: 15px;
  }
}

.sidebar-widget h4.sidebar-widget-title.widget-title-font-dec {
  font-size: 18px;
}

.sidebar-widget .sidebar-categories-list ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}

.sidebar-widget .sidebar-categories-list ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-widget .sidebar-categories-list ul li::before {
  content: '\f111';
  font-size: 4px;
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 900;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  color: #696969;
}

.sidebar-widget .sidebar-categories-list ul li a {
  color: #444;
  font-size: 15px;
}

.sidebar-widget .sidebar-categories-list ul li a span {
  color: #777;
}

.sidebar-widget .sidebar-categories-list ul li ul {
  margin-top: 8px;
}

.sidebar-widget .sidebar-categories-list ul li:hover > a {
  color: #4e97fd;
}

.sidebar-widget .sidebar-brand-list ul li,
.sidebar-widget .sidebar-sort-list ul li,
.sidebar-widget .sidebar-price-filter-list ul li {
  margin-bottom: 11px;
}

.sidebar-widget .sidebar-brand-list ul li:last-child,
.sidebar-widget .sidebar-sort-list ul li:last-child,
.sidebar-widget .sidebar-price-filter-list ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget .sidebar-brand-list ul li a,
.sidebar-widget .sidebar-sort-list ul li a,
.sidebar-widget .sidebar-price-filter-list ul li a {
  color: #444;
  font-size: 15px;
}

.sidebar-widget .sidebar-brand-list ul li a span,
.sidebar-widget .sidebar-sort-list ul li a span,
.sidebar-widget .sidebar-price-filter-list ul li a span {
  color: #777;
}

.sidebar-widget .sidebar-brand-list ul li:hover > a,
.sidebar-widget .sidebar-sort-list ul li:hover > a,
.sidebar-widget .sidebar-price-filter-list ul li:hover > a {
  color: #4e97fd;
}

.sidebar-widget .price-filter {
  margin:25px 0px;
}

.sidebar-widget .price-filter .price-slider-amount input {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
}

.sidebar-widget .price-filter #slider-range {
  background: #dbdbdb none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  height: 5px;
  margin-bottom: 12px;
  /*margin-left: auto;*/
  margin-top: 5px;
  width: 93%;
}

.sidebar-widget .price-filter #slider-range span {
  -webkit-transition: all .0s ease 0s;
  -o-transition: all .0s ease 0s;
  transition: all .0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-range {
  position: absolute;
  display: block;
  border: 0;
  background:#ad122a none repeat scroll 0 0;
  border: none;
  -webkit-transition: all .0s ease 0s;
  -o-transition: all .0s ease 0s;
  transition: all .0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-handle {
  background: #ad122a none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  height: 19px;
  margin-left: 0;
  width: 19px;
  margin-top: -2px;
}

.sidebar-widget .price-filter .price-slider-amount {
/*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
  margin: 24px 0 0;
}

.sidebar-widget .price-filter .price-slider-amount .label-input input {
  color: #333;
  height: auto;
  width: 100%;
  font-size: 14px;
  font-weight:600;
  text-align: center; 
  border: solid 1px #ccc; 
  margin-bottom: 20px;
}

.sidebar-widget .price-filter .price-slider-amount button {
  background:#ad122a; 
  border: solid 1px #ad122a;
  color:#fff;
  line-height: 1;
  padding:5px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight:600;
  border-radius: 16px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .sidebar-widget .price-filter .price-slider-amount button {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .price-filter .price-slider-amount button {
    padding: 10px 15px;
  }
}

.sidebar-widget .price-filter .price-slider-amount button:hover {
  background:#000;
  color: #ffffff;border: solid 1px #000;
}

.sidebar-widget .sidebar-rating-list ul li {
  margin: 0 8px;
}

/*.sidebar-widget .sidebar-rating-list ul li:last-child {
  margin: 0 0 0px;
}*/

.sidebar-widget .sidebar-rating-list ul li a i {
  color: #fb0;
  font-weight: 900;
  font-size: 15px;
  margin-right: 1px;
}

.sidebar-widget .sidebar-rating-list ul li a i.gray {
  color: #ababab;
  font-weight: 400;
}

.sidebar-widget .sidebar-rating-list ul li a span {
  color: #696969;
  margin-left: 2px;
  font-size: 15px;
}

.sidebar-widget.slidebar-product-wrap-2 {
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  background-image:url(../images/bg/bg-1.jpg);
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h3 {
  font-size: 18px;
  margin: 0 0 5px;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h2 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h2 {
    font-size: 22px;
    line-height: 1.3em;
  }
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 {
  margin: 0px 0 10px;
  position: relative;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 > a {
  display: block;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 > a img {
  max-width: 100%;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffd55a;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 4px;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge h3 span {
    font-size: 18px;
  }
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge.slidebar-pro-badge-position1 {
  position: absolute;
  top: 10%;
  right: 8%;
}

.sidebar-widget .product-highlight ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 14px;
}

.sidebar-widget .product-highlight ul li:last-child {
  margin: 0 0 0px;
}

.sidebar-widget .product-highlight ul li input {
  width: auto;
  height: auto;
}

.sidebar-widget .product-highlight ul li span {
  color: #444;
  font-size: 15px;
  margin-left: 16px;
  display: inline-block;
}

.sidebar-widget .sidebar-tag ul li {
  display: inline-block;
  margin: 0 7px 10px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-tag ul li {
    margin: 0 5px 8px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-tag ul li {
    margin: 0 5px 8px 0;
  }
}

.sidebar-widget .sidebar-tag ul li a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 26px;
  color: #666;
  padding: 4px 15px 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-tag ul li a {
    padding: 4px 13px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-tag ul li a {
    padding: 4px 13px 5px;
  }
}

.sidebar-widget .sidebar-tag ul li a:hover {
  background-color: #4e97fd;
  color: #ffffff;
}

.sidebar-color-list ul,
.pro-details-color-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sidebar-color-list ul li,
.pro-details-color-list ul li {
  margin-right: 18px;
  margin-bottom: 13px;
  display: inline-block;
}

.sidebar-color-list ul li:last-child,
.pro-details-color-list ul li:last-child {
  margin-right: 0;
}

.sidebar-color-list ul li a,
.pro-details-color-list ul li a {
  width: 25px;
  height: 25px;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
}

.sidebar-color-list ul li a.black,
.pro-details-color-list ul li a.black {
  background-color: #000000;
}

.sidebar-color-list ul li a.blue,
.pro-details-color-list ul li a.blue {
  background-color: #1e73be;
}

.sidebar-color-list ul li a.green,
.pro-details-color-list ul li a.green {
  background-color: #1ca54f;
}

.sidebar-color-list ul li a.pink,
.pro-details-color-list ul li a.pink {
  background-color: #ed9a9d;
}

.sidebar-color-list ul li a.powder-blue,
.pro-details-color-list ul li a.powder-blue {
  background-color: #94dde3;
}

.sidebar-color-list ul li a.purple,
.pro-details-color-list ul li a.purple {
  background-color: #9382dd;
}

.sidebar-color-list ul li a.red,
.pro-details-color-list ul li a.red {
  background-color: #dd3333;
}

.sidebar-color-list ul li a.transparent,
.pro-details-color-list ul li a.transparent {
  background-color: transparent;
}

.sidebar-color-list ul li a.white,
.pro-details-color-list ul li a.white {
  background-color: #fff;
}

.sidebar-color-list ul li a.yellow,
.pro-details-color-list ul li a.yellow {
  background-color: #eeee22;
}

.sidebar-color-list.pro-details-color-mrg ul li,
.pro-details-color-list.pro-details-color-mrg ul li {
  margin: 0 10px 0 0;
}

.tooltip-style-3 ul li a {
  position: relative;
}

.tooltip-style-3 ul li a:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #000;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}

.tooltip-style-3 ul li a:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #000;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.tooltip-style-3 ul li a:hover {
  background-color: #4e97fd;
}

.tooltip-style-3 ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
      -ms-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}

.tooltip-style-3 ul li a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.tooltip-style-4 a, .tooltip-style-4 button {
  position: relative;
}

.tooltip-style-4 a:after, .tooltip-style-4 button:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  color: #ffffff;
  background-color:#000000;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
      -ms-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}

.tooltip-style-4 a:before, .tooltip-style-4 button:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color:#000000;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.tooltip-style-4 a:hover:after, .tooltip-style-4 button:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
      -ms-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
}

.tooltip-style-4 a:hover:before, .tooltip-style-4 button:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.tooltip-style-4.tooltip-style-4-black a:after, .tooltip-style-4.tooltip-style-4-black button:after {
  background-color: #000;
  white-space: normal;
  min-width: 120px;
  padding: 7px 10px 12px;
}

.tooltip-style-4.tooltip-style-4-black a:before, .tooltip-style-4.tooltip-style-4-black button:before {
  border-top-color: #000;
}

.shop-topbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0px 0px 0px;
  padding-bottom:10px;
  border-bottom: solid 1px #dbd7d7;
}

@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .totall-product {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper .totall-product {
    margin-bottom: 0px;
  }
}

.shop-topbar-wrapper .totall-product p {
  font-size: 15px;
  color: #444;
}

.shop-topbar-wrapper .totall-product p span {
  color: #333;
  font-weight: 500;
}

.shop-topbar-wrapper .sort-by-product-area {
  position: relative;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background:#fff;
  border: 1px solid #ebe8e8;
  color: #777;
  padding: 8px 16px 8px 16px;
  /*border-radius: 26px;*/
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 16px;
  font-size: 16px;
  color: #ababab;
  position: relative;
  top: 2px;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 15px;
  font-weight: 500;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  font-size: 18px;
  color: #333;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.shop-topbar-wrapper .sort-by-product-area:hover .sort-by-product-wrap {
  background-color: #ffffff;
  border: 1px solid #4e97fd;
}

.sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 16px 0 21px;
  background: #f8f8f8;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #333;
  font-weight: 500;
}

.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
}

.sort-by-dropdown ul li {
  display: block;
}

.sort-by-dropdown ul li a {
  font-weight: 500;
  color: #333;
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  position: relative;
}

.sort-by-dropdown ul li a.active::before {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #4e97fd;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.sort-by-dropdown ul li a:hover {
  background-color: #4e97fd;
  color: #ffffff;
}

.pro-pagination-style ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pro-pagination-style ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 100%;
  margin: 0 2px;
  color: #333;
}

.pro-pagination-style ul li a:hover {
  color: #4e97fd;
}

.pro-pagination-style ul li a.active {
  background-color: #4e97fd;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro-pagination-style.mt-55 {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-pagination-style.mt-55 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pro-pagination-style.mt-55 {
    margin-top: 0px;
  }
}

.sidebar-wrapper-mr1 {
  margin-right:0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper-mr1 {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper-mr1 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper-mr1 {
    margin-right: 0px;
  }
}

.sidebar-wrapper-ml1 {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

.sidebar-wrapper-ml1 {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

.product-filter-wrapper {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 28px 30px 25px;
  margin: 0 0 58px;
  display: none;
}

.shop-filter a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  background-color: #4e97fd;
  position: relative;
  border-radius: 26px;
  padding: 11px 24px 10px;
}

.shop-filter a span {
  font-size: 16px;
  margin-right: 5px;
}

.shop-filter a i {
  margin-left: 14px;
}

.shop-filter a i.angle-up {
  position: absolute;
  right: 24px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.shop-filter a.active i.angle-down {
  opacity: 0;
  visibility: hidden;
}

.shop-filter a.active i.angle-up {
  opacity: 1;
  visibility: visible;
}

.shop-filter a:hover {
  background-color: #e4573d;
}

.widget-menu-style {
  border: 1px solid #eee;
}

.widget-menu-style nav ul li {
  border-bottom: 1px solid #eee;
  border-radius: 5px;
}

.widget-menu-style nav ul li:last-child {
  border-bottom: none;
}

.widget-menu-style nav ul li a {
  color: #444;
  font-size: 15px;
  position: relative;
  display: block;
  padding: 15px 30px;
}

.widget-menu-style nav ul li a::before {
  content: '\f111';
  font-size: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 16px;
  font-family: 'Font Awesome 5 Pro';
  color: #ababab;
  font-weight: 900;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.widget-menu-style nav ul li a:hover, .widget-menu-style nav ul li a.active {
  color: #ffffff;
  background-color: #4e97fd;
}

.widget-menu-style nav ul li a:hover::before, .widget-menu-style nav ul li a.active::before {
  color: #ffffff;
}

.single-sidebar-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.single-sidebar-post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.single-sidebar-post .sidebar-post-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-sidebar-post .sidebar-post-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .single-sidebar-post .sidebar-post-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-right: 12px;
  }
}

.single-sidebar-post .sidebar-post-img a {
  display: block;
}

.single-sidebar-post .sidebar-post-img a img {
  width: 100%; border-radius: 4px;
}

.single-sidebar-post .sidebar-post-content h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
}

.single-sidebar-post .sidebar-post-content h4 a {
  color: #333;
}

.single-sidebar-post .sidebar-post-content h4 a:hover {
  color:#ad122a;
}

.single-sidebar-post .sidebar-post-content span {
  color: #444;
  margin-top: 6px;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper {
    margin-top: 50px;
  }
  .sidebar-wrapper.sidebar-wrapper-mt-dec {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper {
    margin-top: 30px;
  }
  .sidebar-wrapper.sidebar-wrapper-mt-dec {
    margin-top: 20px;
  }
}

/*-------- 15. Product details style ---------*/


.pdp-section-container{width: 100%; text-align: center;}

.pdp-section-container img{max-width: 100%;}


.product-dec-small-style1 {
  margin: 13px auto 0;
}

.product-dec-small-style1 .product-dec-small {
  margin: 0 5px 0px 5px;
  cursor: pointer;
}

.product-dec-small-style1 .product-dec-small img {
  width: 100%;
}

.product-dec-small-style1 .product-dec-small.slick-active img {
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.product-dec-small-style1 .product-dec-small.slick-active img:hover {
  border: 1px solid #4e97fd;
}

.product-dec-small-style1 .product-dec-small.slick-active.slick-current img {
  border: 1px solid #4e97fd;
}

.product-dec-small-style1 .product-dec-small:last-child {
  margin: 0 0 0px;
}

.product-dec-small-style1 .slick-slide,
.product-dec-small-style2 .slick-slide {
  border: 1px solid transparent;
}

.single-big-img-style {
  position: relative;
}

.single-big-img-style .pro-details-big-img a {
  display: block;
}

.single-big-img-style .pro-details-big-img a img {
  width: 100%;
}

.single-big-img-style .pro-details-badges.product-badges-position {
  position: absolute;
  left: 0;
  top: 0;
}

.single-big-img-style .pro-details-badges span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 10px;
  padding: 5px 8px 6px;
}

.single-big-img-style .pro-details-badges span.red {
  background-color: #e4573d;
}

.product-details-content .pro-details-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-details-content .pro-details-category ul li {
  color: #444;
  margin-right: 5px;
}

.product-details-content .pro-details-category ul li:last-child {
  margin-right: 0;
}

.product-details-content .pro-details-category ul li a {
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-details-content .pro-details-category ul li a:hover {
  color: #4e97fd;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-category ul li a {
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-category ul li a {
    letter-spacing: 1px;
  }
}

.product-details-content h1 {
    font-size: 24px;
    margin:0px 0 16px;
    color: #333;
    font-weight: 600;
    line-height: 34px;
}

.product-details-content h2 {
    font-size: 16px;
    margin: 12px 0px 0px 0px;
    color:#333333;
    font-weight: 600;
    line-height: 30px;
}
.product-details-content h2 a {
    color: #fff !important;
    font-weight: 600;
    line-height: 30px;
    background: #225693;
    padding: 2px 10px;
    border-radius: 2px;
}
.product-details-content h2 a i {
    font-size: 12px;
    margin-right: 7px;
}




@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .product-details-content h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content h1 {
    font-size: 24px;
    margin: 8px 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content h1 {
    font-size: 25px;
  }
}

.product-details-content .pro-details-brand-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-brand-review {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-brand-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-details-content .pro-details-brand-review .pro-details-brand {
  margin-right: 36px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-bottom: 0px;
  }
}

.product-details-content .pro-details-brand-review .pro-details-brand::before {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background: #eee;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-brand-review .pro-details-brand::before {
    right: -8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-brand-review .pro-details-brand::before {
    right: -8px;
  }
}

.product-details-content .pro-details-brand-review .pro-details-brand span {
  color: #333;
}

.product-details-content .pro-details-brand-review .pro-details-brand span a {
  color:#ad122a;
  display: inline-block;
  margin: 0 0 0 3px; 
  font-weight: 600;
}

.product-details-content .pro-details-brand-review .pro-details-brand span a:hover {
  color: #e4573d;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap span {
  color: #333;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap .pro-details-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap .pro-details-rating i {
  color: #fb0;
  font-size: 15px;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap a {
  display: inline-block;
  font-size: 15px;
  color: #444;
}

.product-details-content .pro-details-price-short-description {
  /*border-top: 1px solid #cfcece;
  border-bottom: 1px solid #cfcece;*/
  padding:10px 0px;
  margin: 18px 0 0px;
}

.product-details-content .pro-details-price-short-description .pro-details-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-details-content .pro-details-price-short-description .pro-details-price span {
  font-size: 24px;
  font-weight: 700;
}

.product-details-content .pro-details-price-short-description .pro-details-price span.new-price {
  color:#28a745;
}

.product-details-content .pro-details-price-short-description .pro-details-price span.old-price {
  color:#9b9b9b;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-details-content .pro-details-price-short-description .pro-details-short-description p {
  font-size: 15px;
  color: #444;
  margin: 15px 0 0;
}

.product-details-content .pro-details-color-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details-content .pro-details-color-wrap span {
  font-size: 15px;
  color: #333;
  min-width: 85px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-color-wrap span {
    min-width: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-color-wrap span {
    min-width: 85px;
  }
}

.product-details-content .pro-details-quality-stock-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin:5px 0 23px;
}

.product-details-content .pro-details-quality-stock-area span {
  font-size: 15px;
  color: #333;
  min-width: 85px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality-stock-area span {
    min-width: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-quality-stock-area span {
    min-width: 85px;
  }
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock {
  margin: 0 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock {
    margin: 0 0 0 12px;
  }
  .product-details-description {
    
    padding: 0px;
}
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock span {
  color: #444;
  font-size: 15px;
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock span i {
  color:#28a745;
  font-size: 14px;
  margin-right: 5px;
}

.product-details-content .pro-details-action-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart button {
  color: #ffffff;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  border-radius:4px;
  padding:8px 20px;
  background:#464545;
  border: solid 1px #464545;
  display: block;
  margin-top: 10px; margin-right: 10px;
}
.product-details-content .pro-details-action-wrap .pro-details-add-to-cart button:hover {
  border: solid 1px #ad122a;
  background: #ad122a;
  color: #fff;
}

.product-details-content .pro-details-action-wrap .buy_now button {
  /*color: #ffffff;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  border-radius:4px;
  padding:8px 40px 8px;*/
  background:#ad122a;
  border: solid 1px #ad122a;
  /*display: block;
  margin-top: 10px;*/
}
.product-details-content .pro-details-action-wrap .buy_now button:hover {
  border: solid 1px #464545;
  background: #464545;
  color: #fff;
}


@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-action-wrap .pro-details-add-to-cart button {
    /*padding: 10px 25px 12px;*/
  }
}



.product-details-content .pro-details-action-wrap .pro-details-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin:10px 12px 0px 12px;
}

.product-details-content .pro-details-action-wrap .pro-details-action button {
  position: relative;
  display: block;
  width: 48px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  background:#dbd5d5;
    color: #686767;
  border-radius: 4px;
  font-size: 18px;
  padding: 0;
  border: none;
  margin-right: 12px;
  border: solid 1px #ebebeb;
}

.product-details-content .pro-details-action-wrap .pro-details-action button:last-child {
  margin-right: 0;
}

.product-details-content .pro-details-action-wrap .pro-details-action button:hover {
  background:#000000;
  color: #ffffff;
}

.product-details-content .product-details-meta {
   
  margin: 0px 0 22px;
  padding: 4px 0 0;
}

.product-details-content .product-details-meta ul li {
  color:#959090;
  font-size: 15px;
  margin: 0 0 4px;
}

.product-details-content .product-details-meta ul li:last-child {
  margin: 0 0 0px;
}

.product-details-content .product-details-meta ul li a {
  color: #444;
  font-size: 15px;
}

.product-details-content .product-details-meta ul li a:hover {
  color: #4e97fd;
}

.product-details-content .product-details-meta ul li span {
  font-size: 15px;
    min-width: 100px;
    color: #444;
    margin-right: 15px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .product-details-meta ul li span {
    min-width: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-details-meta ul li span {
    min-width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-meta ul li span {
    min-width: 40px;
  }
}

.product-details-content .product-details-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product-details-content .product-details-social a {
  font-size: 20px;
  display: inline-block;
  margin-right: 22px;
}

.product-details-content .product-details-social a:last-child {
  margin-right: 0;
}

.product-details-content .product-details-social a.facebook {
  color: #fff; 
}

.facebook i{
  color: #fff; background:#1b4f9b;
}
.twitter i{
 color: #fff; background:#00adef;
}
.linkedin i{color: #fff; background: #000;}

.youtube i{color: #fff; background:#2c567e;}

.instagram i{color: #fff; background:#cc0001;}


.product-details-content .product-details-social a.twitter {
  color: #26d0fe;
}

.product-details-content .product-details-social a.linkedin {
  color: #0077b5;
}

.product-details-content .product-details-social a.tumblr {
  color: #35465c;
}

.product-details-content .product-details-social a.envelope {
  color: #dd4b39;
}

.product-details-content.pro-details-content-pl {
   padding: 20px 0px; /*background: #fff;*/
  /*min-height: 498px;*/
}

.product_details_innner{padding: 20px;
    background: #f7f7f7; 
    border: solid 1px #efefef;
    border-radius: 10px;}






@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content.pro-details-content-pl {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content.pro-details-content-pl {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content.pro-details-content-pl {
    padding-left: 0px;
  }

.product-details-content.pro-details-content-pl{ padding: 0px; }


}

@media only screen and (max-width: 767px) {
  .product-details-content {
    margin-top: 30px;
  }
}

.product-details-wrap-bottom {
  margin: 20px 0px;
}

@media only screen and (max-width: 767px) {
  .product-details-wrap-bottom {
    margin:10px 0px;
  }
}

.product-details-wrap-bottom .entry-product-section-heading {
  margin-bottom: 29px;
}

.product-details-wrap-bottom .entry-product-section-heading h2 {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .product-details-wrap-bottom .entry-product-section-heading h2 {
    font-size: 25px;
  }
}

.product-details-description p {
  font-size: 15px;
  line-height: 1.74;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .product-details-description p {
    margin: 0 0 20px;
  }
}

.product-details-description ul {
  padding: 0 0 24px 20px;
}

.product-details-description ul li {
  font-size: 15px;
  color: #444;
  margin: 0 0 12px;
  list-style: disc;
}

.product-details-description ul li:last-child {
  margin: 0 0 0;
}

.additional-information ul {
  padding: 0 0 0px 4px;
}

.additional-information ul li {
  color: #444;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  position: relative;
}

/*.additional-information ul li:before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #9b9b9b;
}
*/
.additional-information ul li:last-child {
  margin: 0 0 0;
}

.additional-information ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 165px;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  color: #444;
  font-size: 15px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .additional-information ul li span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 135px;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
  }
}

.pro-details-review p {
  color: #444;
  font-size: 15px;
  margin: 0 0 29px;
}

.pro-details-review p span {
  font-size:60px;
  font-weight: 700;
  color:#464545;
}

.pro-details-review .single-pro-details-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  padding: 0 0 26px;
  border-bottom: 1px solid #eee;
}

.pro-details-review .single-pro-details-review .review-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 22px;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-img {
    margin-right: 15px;
  }
}

.pro-details-review .single-pro-details-review .review-img img {
  width: 100%;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-rating i {
  color: #fb0;
  font-size: 15px;
  margin-right: 1px;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name {
  margin: 0 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name {
    margin: 5px 0 0 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name {
    margin: 0 0 0 18px;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.pro-details-review .single-pro-details-review .review-content p {
  color: #444;
  font-size: 15px;
  margin: 14px 0 17px;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content p {
    margin: 10px 0 10px;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-date-btn {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-date-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-date {
  margin-right: 10px;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-date span {
  color: #444;
  font-size: 15px;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-btn a {
  display: inline-block;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-btn a:hover {
  color: #4e97fd;
}

.pro-details-review .ratting-form-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}

.pro-details-review .ratting-form-wrapper p {
  font-size: 15px;
  color: #444;
  margin: 35px 0 20px;
}

.comment-form-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 28px;
}

 .comment-form-rating-wrap span {
  font-size: 15px;
  color: #444;
  display: inline-block;
  margin-right: 25px;
}

.comment-form-rating-wrap .comment-form-rating i {
  font-weight: 400;
  font-size: 18px;
  color: #ababab;
}


.comment-form-rating-wrap .comment-form-rating i:hover { 
  color:#fb0;
}

.wright_review button {
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    color: #102b44;
    box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
    background: linear-gradient(45deg,#EE7120,#EA5039);
    color: #fff;
    border-radius: 3px;
}

.wright_review {
    float: right;
    display: block;
     margin-top: -30px; position: relative; z-index: 100000;  
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input, .pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 3px 20px;
  height: 48px;
  padding: 3px 20px;
  border-radius: 26px;
  color: #444;
  margin-bottom: 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input:focus, .pro-details-review .ratting-form-wrapper .rating-form-style form textarea:focus {
  border: 1px solid #4e97fd;
  background-color: #ffffff;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input::-webkit-input-placeholder, .pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input::-moz-input-placeholder, .pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
  height: 140px;
  padding: 19px 20px 3px;
  border-radius: 5px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 27px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent input {
  width: auto;
  height: auto;
  margin: 0;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent p {
  color: #444;
  font-size: 15px;
  margin: 0 0 0 15px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .form-submit input {
  width: auto;
  font-weight: 700;
  border-radius: 26px;
  height: auto;
  color: #ffffff;
  background-color:#1f4672;
  border: none;
  padding: 12px 54px 13px;
  margin: 0;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .form-submit input:hover {
  background-color:#fc343a;
}

.pro-details-mrg-tb {
  margin: 20px 0 50px;
}

.tab-style-1 {
  border-bottom: 1px solid #ebebeb;
}

.tab-style-1 a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-right: 45px;
  color:#1a1a1a;
  padding: 0 0 13px;
  border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 767px) {
  .tab-style-1 a {
    margin: 0 15px 10px 0;
    padding: 0 0 6px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tab-style-1 a {
    margin: 0 30px 0px 0;
    padding: 0 0 6px;
    font-size: 18px;
  }
}

.tab-style-1 a:last-child {
  margin-right: 0px;
}

.tab-style-1 a.active {
  color:#326599;
  border-bottom: 3px solid #4e97fd;
}

@media only screen and (max-width: 767px) {
  .tab-style-1.mb-35 {
    margin-bottom: 25px;
  }
}

/*.product-quality {
  position: relative;
  width: 110px;
}

.product-quality input {
  width: 110px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 2px 30px 2px 10px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 26px;
  height: 48px;
}

.product-quality .qtybutton {
  font-size: 0;
}

.product-quality .qtybutton.dec {
  position: absolute;
  width: 30px;
  height: 15px;
  text-align: center;
  right: 0;
  bottom: 7px;
}

.product-quality .qtybutton.dec::before {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 8px;
  border-top: 5px solid #696969;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.product-quality .qtybutton.dec:hover::before {
  border-top: 5px solid #4e97fd;
}

.product-quality .qtybutton.inc {
  position: absolute;
  width: 30px;
  height: 15px;
  right: 0;
  top: 9px;
}

.product-quality .qtybutton.inc::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 8px;
  border-bottom: 5px solid #696969;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.product-quality .qtybutton.inc:hover::after {
  border-bottom: 5px solid #4e97fd;
}*/

@media only screen and (max-width: 767px) {
  .pb-55 {
    padding-bottom: 40px;
  }
}

/*-------- 16. Cart style ---------*/
.cart-table-content .table-content {
  border: 1px solid #eee;
}

.cart-table-content .table-content table {
  width: 100%;
}

.cart-table-content .table-content table thead {
  background-color: #f8f8f8;
}

.cart-table-content .table-content table thead > tr th {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 15px 14px 0;
}

.cart-table-content .table-content table thead > tr th:first-child {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead > tr th:first-child {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead > tr th:first-child {
    padding-left: 20px;
  }
}

.cart-table-content .table-content table thead > tr th.width-thumbnail {
  min-width: 130px;
}

.cart-table-content .table-content table thead > tr th.width-name {
  min-width: 356px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table-content .table-content table thead > tr th.width-name {
    min-width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead > tr th.width-name {
    min-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead > tr th.width-name {
    min-width: 140px;
  }
}

.cart-table-content .table-content table thead > tr th.width-price {
  min-width: 118px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead > tr th.width-price {
    min-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead > tr th.width-price {
    min-width: 100px;
  }
}

.cart-table-content .table-content table thead > tr th.width-quantity {
  min-width: 187px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead > tr th.width-quantity {
    min-width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead > tr th.width-quantity {
    min-width: 140px;
  }
}

.cart-table-content .table-content table thead > tr th.width-subtotal {
  min-width: 107px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead > tr th.width-subtotal {
    min-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead > tr th.width-subtotal {
    min-width: 100px;
  }
}

.cart-table-content .table-content table thead > tr th.width-remove {
  min-width: 101px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead > tr th.width-remove {
    min-width: 67px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead > tr th.width-remove {
    min-width: 67px;
  }
}

.cart-table-content .table-content table tbody > tr {
  border-bottom: 1px solid #eee;
}

.cart-table-content .table-content table tbody > tr:last-child {
  border-bottom: none;
}

.cart-table-content .table-content table tbody > tr td {
  padding: 30px 0 30px 0;
}

.cart-table-content .table-content table tbody > tr td:first-child {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table tbody > tr td:first-child {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table tbody > tr td:first-child {
    padding-left: 20px;
  }
}

.cart-table-content .table-content table tbody > tr td.product-thumbnail a {
  display: block;
}

.cart-table-content .table-content table tbody > tr td.product-thumbnail a img {
  width: 80px;
  border: 1px solid #eee;
}

.cart-table-content .table-content table tbody > tr td.product-name h5 {
  display: block;
  font-size: 15px;
  color: #333;
}

.cart-table-content .table-content table tbody > tr td.product-name h5 a {
  color: #333;
}

.cart-table-content .table-content table tbody > tr td.product-name h5 a:hover {
  color: #4e97fd;
}

.cart-table-content .table-content table tbody > tr td.product-price span, .cart-table-content .table-content table tbody > tr td.product-total span {
  font-size: 15px;
  font-weight: 500;
  color: #4e97fd;
}

.cart-table-content .table-content table tbody > tr td.product-remove a {
  font-size: 15px;
  font-weight: 500;
  color: #696969;
  padding: 0 0 3px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}

.cart-table-content .table-content table tbody > tr td.product-remove a:hover {
  color: #4e97fd;
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 75px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
  margin-left: 22px;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
    margin: 0px 0 0 12px;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a {
  font-size: 15px;
  font-weight: 700;
  color: #444;
  display: inline-block;
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
  margin-right: 8px;
  color: #4e97fd;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
    margin-right: 4px;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a:hover {
  color: #4e97fd;
}

.cart-shiping-update-wrapper .update-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 13px 36px;
  background-color: #4e97fd;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .update-btn a {
    padding: 10px 20px;
  }
}

.cart-shiping-update-wrapper .update-btn a:hover {
  background-color: #e4573d;
}

.coupon-wrap h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px;
}

.coupon-wrap .coupon-content p {
  color: #444;
  font-size: 15px;
  margin: 0;
}

.input-style.coupon-content-mrg {
  margin:15px 0px;
}

@media only screen and (max-width: 767px) {
  .input-style.coupon-content-mrg {
    margin: 15px 0 20px;
  }
}

.input-style.input-style-mb {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .input-style.input-style-mb {
    margin: 0 0 15px;
  }
}

.input-style input {
  background-color: #ffffff;
  border:1px solid #dededf;
  height: 40px;
  color: #666;
  padding:3px 10px;
  border-radius:4px;
  font-size: 15px;
}

.input-style select {
  background-color: #ffffff;
  border:1px solid #dededf;
  height: 48px;
  color: #666;
  padding: 3px 20px;
 /* border-radius: 26px;*/
  font-size: 15px;
}




.input-style input::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.input-style input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.input-style input:focus {
  background-color: #ffffff;
  border: 1px solid #4e97fd;
}

.cart-collaterals-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.cart-collaterals-wrap .collaterals-content p {
  color: #444;
  font-size: 15px;
  margin: 0 0 11px;
}

.cart-collaterals-wrap .collaterals-content p span {
  font-size: 18px;
  font-weight: 700;
  color: #4e97fd;
}

.select-style.select-style-mrg-1 {
  margin-bottom: 30px;
}

.select-style .select2-container--default {
  width: 100%;
  display: block;
}

.select-style .select2-container--default .select2-selection--single {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 48px;
  color: #666;
  border-radius: 26px;
  font-size: 15px;
  padding: 0;
  -webkit-transition: all .0s ease 0s;
  -o-transition: all .0s ease 0s;
  transition: all .0s ease 0s;
}

.select-style .select2-container--default .select2-selection--single[aria-expanded="true"] {
  background-color: #ffffff;
  border: 1px solid #4e97fd;
}

.select-style .select2-container--default .select2-selection--single span {
  height: 48px;
  line-height: 40px;
  color: #666;
  padding: 3px 20px;
  border-radius: 26px;
}

.select-style .select2-container--default.select2-container--above .select2-selection--single {
  border-top: none;
}

.select-style .select2-container--default.select2-container--below .select2-selection--single {
  border-bottom: none;
}

.select2-container .select2-dropdown {
  border: 1px solid #4e97fd;
}

.select2-container .select2-dropdown.select2-dropdown--below {
  border-radius: 0px 0px 26px 26px;
  border-top: none;
}

.select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 26px 26px 0px 0px;
  border-bottom: none;
}

.select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
  margin: 7px 0 7px;
}

.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 0px 20px 0px;
  margin: 0 0 7px;
  position: relative;
}

.select2-container .select2-dropdown .select2-search--dropdown::after {
  content: '\f002';
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  cursor: pointer;
}

.select2-container .select2-dropdown .select2-search--dropdown:hover::after {
  color: #4e97fd;
}

.select2-container .select2-dropdown .select2-search--dropdown > input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 40px;
  color: #666;
  padding: 3px 50px 3px 20px;
  border-radius: 26px;
  font-size: 15px;
}

.select2-container .select2-dropdown .select2-search--dropdown > input::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.select2-container .select2-dropdown .select2-search--dropdown > input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.select2-container .select2-dropdown .select2-search--dropdown > input:focus {
  background-color: #ffffff;
  border: 1px solid #4e97fd;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 7px 20px;
  color: #333;
  font-size: 15px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #ffffff;
  background-color: #4e97fd;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {
  color: #ffffff;
  background-color: #4e97fd;
}

.continure-btn a,
.common-btn-style a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 13px 36px;
  background-color: #4e97fd;
}

@media only screen and (max-width: 767px) {
  .continure-btn a,
  .common-btn-style a {
    padding: 10px 20px;
  }
}


.total_saving{  padding:6px 0px; display: block; margin: 10px 0px; 
    border-top: solid 1px #e5e1e1; border-bottom: solid 1px #e5e1e1; }

.total_saving h4 {
    font-size:15px;
    font-weight: 500;
    margin: 0;
}

.total_saving h4 span {
    float: right;
    font-size: 15px;
    color:#009933;
    font-weight: 600;
}





.continure-btn a.common-btn-padding-2,
.common-btn-style a.common-btn-padding-2 {
  padding: 12px 41px;
}

.continure-btn a:hover,
.common-btn-style a:hover {
  background-color: #e4573d;
}

.grand-total-wrap {
  background:#ffffff;
  border-radius: 5px;
  padding:15px 20px 25px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: solid 1px #cdcdcd;
}


.grand-total-wrap h4{font-weight: 600; padding: 0px; margin: 0px;}

.grand-total-wrap ul {
  overflow: hidden;
  display: block;
}

.grand-total-wrap ul li {
  font-size: 15px;
  color:#636161;
  padding:6px 0;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grand-total-wrap ul li h4 {
  font-size: 15px;
  font-weight:500;
  color:#000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin:4px 0;
}

.grand-total-wrap ul li h4 span {
  margin: 0 5px 0 0;
  font-size: 15px;
  color: #444;
  font-weight: 400;
}

.grand-total-wrap .grand-total {
  padding:10px 0px;
}

.grand-total-wrap .grand-total h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.grand-total-wrap .grand-total h4 span {
  float: right;
  font-size: 18px;
  color:#000000;
  font-weight:600;
}
.discount1{color:#ad122a !important;}

.grand-total-wrap .grand-total-btn a {
  display: block;
  font-size: 15px;
  font-weight:500;
  border-radius: 4px;
  color: #ffffff; 
  padding: 6px 5px;
  background-color:#ad122a;
  border: solid 1px #ad122a;
  text-align: center;
}

.grand-total-wrap .grand-total-btn a:hover {
  background-color:#ad122a !important; color: #fff !important; border: solid 1px #ad122a !important;
}
 
.continue-btn a{ background:#464545 !important; color: #fff !important; border:solid 1px #464545 !important; }


@media only screen and (max-width: 767px) {
  .login_form { 
    padding:10px !important;
    
}
  .cart-area.pb-35 {
    padding-bottom: 20px;
  }
}

/*-------- 17. Checkout style ---------*/
.customer-zone > p {
  font-size: 16px;
  color: #444;
  margin: 0 0 0px;
}

.customer-zone > p a {
  color: #4e97fd;
  display: inline-block;
  position: relative;
}

.customer-zone > p a::before, .customer-zone > p a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.customer-zone > p a::after {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.customer-zone > p a:hover::before {
  background-color: #4E97FD;
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.customer-zone > p a:hover::after {
  background-color: #4E97FD;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.customer-zone .checkout-login-info {
  display: none;
  margin: 20px 0 0;
}

.customer-zone .checkout-login-info p {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
  margin: 0 0 20px;
}

.customer-zone .checkout-login-info .sin-checkout-login label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .customer-zone .checkout-login-info .sin-checkout-login.mrg-small-device {
    margin: 0 0 25px;
  }
}

.customer-zone .checkout-login-info .button-remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 24px;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn input {
  width: auto;
  height: auto;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn label {
  color: #444;
  font-size: 15px;
  margin: 0 0 0 12px;
}

.customer-zone .checkout-login-info .button-remember-wrap button {
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 41px;
  color: #ffffff;
  border-radius: 26px;
  background-color: #4e97fd;
}

.customer-zone .checkout-login-info .button-remember-wrap button:hover {
  background-color: #e4573d;
}

.customer-zone .checkout-login-info .lost-password a {
  color: #444;
  font-size: 15px;
}

.customer-zone .checkout-login-info .lost-password a:hover {
  color: #4e97fd;
}

.customer-zone .checkout-login-info3 {
  width: 370px;
  margin: 27px 0 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .customer-zone .checkout-login-info3 {
    width: 100%;
  }
}

.customer-zone .checkout-login-info3 form {
  position: relative;
}

.customer-zone .checkout-login-info3 form input {
  padding: 3px 70px 3px 20px;
}

.customer-zone .checkout-login-info3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding: 2px 20px;
  font-size: 22px;
  border: none;
  background-color: transparent;
  color: #4e97fd;
  height: 100%;
  border-radius: 26px;
}

.customer-zone .checkout-login-info3 form button:hover {
  color: #ffffff;
  background-color: #e4573d;
}

.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .billing-info-wrap h3 {
    margin: 0 0 15px;
  }
}

.billing-info-wrap .billing-info label,
.billing-info-wrap .checkout-account-toggle label,
.billing-info-wrap .billing-select label {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info label,
  .billing-info-wrap .checkout-account-toggle label,
  .billing-info-wrap .billing-select label {
    margin: 0 0 5px;
  }
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .checkout-account-toggle input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info input.billing-address,
  .billing-info-wrap .checkout-account-toggle input.billing-address,
  .billing-info-wrap .billing-select input.billing-address {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .billing-info-wrap .billing-info.mb-35,
  .billing-info-wrap .checkout-account-toggle.mb-35,
  .billing-info-wrap .billing-select.mb-35 {
    margin-bottom: 25px;
  }
}

.billing-info-wrap .billing-select {
  display: block;
}

.billing-info-wrap .billing-select .select2-container--default {
  width: 100%;
}

.billing-info-wrap .billing-select .select2-container--default .selection {
  width: 100%;
}

.billing-info-wrap .checkout-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.billing-info-wrap .checkout-account > input {
  width: auto;
  height: auto;
}

.billing-info-wrap .checkout-account > span {
  color: #444;
  font-size: 15px;
  margin-left: 10px;
}

.billing-info-wrap .different-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.billing-info-wrap .different-address > input {
  width: auto;
  height: auto;
}

.billing-info-wrap .different-address > span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}

.billing-info-wrap .additional-info-wrap {
  margin: 40px 0 0;
}

.billing-info-wrap .additional-info-wrap label {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
  display: block;
}

.billing-info-wrap .additional-info-wrap textarea {
  height: 100px;
  resize: vertical;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  padding: 10px;
  font-size: 15px;
  color: #666;
}

.billing-info-wrap .additional-info-wrap textarea:focus {
  background-color: transparent;
  border: 2px solid #4FC1F0;
}

.billing-info-wrap .checkout-account-toggle {
  margin-top: 30px;
}

.billing-info-wrap .checkout-account-toggle {
  display: none;
}

.billing-info-wrap .different-address.open-toggle {
  display: none;
}

.payment-details-area {
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .payment-details-area {
    margin-top: 40px;
    padding-top: 35px;
  }
}

.payment-details-area h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 37px;
}

@media only screen and (max-width: 767px) {
  .payment-details-area h4 {
    margin: 0 0 30px;
  }
}

.payment-details-area .payment-method {
  margin: 17px 0 0;
}

.payment-details-area .payment-method .sin-payment input {
  display: none;
}

.payment-details-area .payment-method .sin-payment label {
  padding: 13px 20px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.payment-details-area .payment-method .sin-payment label span {
  width: 62px;
  margin-right: 11px;
  position: relative;
}

.payment-details-area .payment-method .sin-payment label span .nomal-img {
  opacity: 1;
  visibility: visible;
}

.payment-details-area .payment-method .sin-payment label span .active-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.payment-details-area .payment-method .sin-payment .payment-box {
  margin: 24px 0 22px;
  display: none;
}

.payment-details-area .payment-method .sin-payment .payment-box p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.payment-details-area .payment-method .sin-payment.payment-selected label {
  background: #edf4fe;
  border: 1px solid #edf4fe;
  color: #387aff;
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .nomal-img {
  opacity: 0;
  visibility: hidden;
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .active-img {
  opacity: 1;
  visibility: visible;
}

.order-summary {
  background: #f8f8f8;
  padding: 36px 30px 34px;
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .order-summary {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-summary {
    margin-left: 0px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .order-summary {
    margin-left: 0px;
    margin-top: 30px;
    padding: 36px 15px 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order-summary {
    padding: 36px 30px 34px;
  }
}

.order-summary .order-summary-title h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.order-summary .order-summary-top .order-summary-img-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-right: 20px;
  }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a {
  display: block;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a img {
  width: 100%;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
  font-size: 15px;
  margin: 0;
  width: 60%;
  line-height: 1.74;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    width: 95%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    width: 60%;
  }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 span {
  color: #9b9b9b;
  font-weight: 700;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-price span {
  font-weight: 700;
  font-size: 15px;
  color: #4e97fd;
}

.order-summary .order-summary-middle ul {
  overflow: hidden;
  display: block;
}

.order-summary .order-summary-middle ul li {
  font-size: 15px;
  color: #444;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order-summary .order-summary-middle ul li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #4e97fd;
  display: block;
  text-align: right;
  margin: 0;
}

.order-summary .order-summary-middle ul li h4 span {
  margin: 0 5px 0 0;
  font-size: 15px;
  color: #444;
  display: block;
  font-weight: 400;
}

.order-summary .order-summary-middle ul li h4 span.price {
  color: #444;
  font-weight: 700;
  font-size: 15px;
}

.order-summary .order-summary-bottom h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0 0;
}

.order-summary .order-summary-bottom h4 span {
  float: right;
  font-size: 20px;
  color: #e4573d;
  font-weight: 700;
}

/*-------- 18. Wishlist style ---------*/
.wishlist-table-content .table-content {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.wishlist-table-content .table-content table {
  width: 100%;
}

.wishlist-table-content .table-content table tbody > tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.wishlist-table-content .table-content table tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.wishlist-table-content .table-content table tbody > tr:last-child {
  border-bottom: none;
}

.wishlist-table-content .table-content table tbody > tr td {
  text-align: center;
  padding: 17px 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody > tr td {
    padding: 15px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody > tr td {
    padding: 15px 10px;
  }
}

.wishlist-table-content .table-content table tbody > tr td:last-child {
  border-right: none;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-thumbnail {
  width: 128px;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-thumbnail a i {
  font-size: 16px;
  color: #9b9b9b;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-thumbnail a i:hover {
  color: #e4573d;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-img {
  width: 90px;
  padding: 10px 5px;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-img a {
  display: block;
  width: 79px;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-img a img {
  width: 100%;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info {
  width: 692px;
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody > tr td.wishlist-product-info {
    min-width: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody > tr td.wishlist-product-info {
    min-width: 180px;
  }
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info h5 {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info h5 a {
  color: #333;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info h5 a:hover {
  color: #4e97fd;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info .wishlist-product-price {
  margin: 5px 0 5px;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info .wishlist-product-price span {
  font-weight: 700;
  color: #4e97fd;
  font-size: 18px;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info .wishlist-product-price span.old-price {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
  text-decoration: line-through;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-info > span {
  color: #444;
  font-size: 15px;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody > tr td.wishlist-product-info > span {
    line-height: 1.5;
  }
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-add-wrap {
  width: 507px;
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody > tr td.wishlist-product-add-wrap {
    min-width: 200px;
  }
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-add-wrap span {
  color: #444;
  font-size: 15px;
  display: block;
  margin: 0 0 6px;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-add-wrap .wishlist-product-add a {
  display: inline-block;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 26px;
  line-height: 1;
  color: #ffffff;
  background-color: #4e97fd;
}

.wishlist-table-content .table-content table tbody > tr td.wishlist-product-add-wrap .wishlist-product-add a:hover {
  background-color: #e4573d;
}

.wishlist-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-bottom {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom {
    display: block;
    margin-top: 25px;
  }
}

.wishlist-bottom .wishlist-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-bottom .wishlist-social-wrap {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap {
    margin-bottom: 10px;
  }
}

.wishlist-bottom .wishlist-social-wrap span {
  color: #666;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap span {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap span {
    margin-right: 10px;
  }
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a {
  color: #333;
  font-size: 15px;
  margin-right: 8px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap .wishlist-social a {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap .wishlist-social a {
    margin-right: 8px;
  }
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a:hover {
  color: #4e97fd;
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a:last-child {
  margin-right: 0px;
}

.wishlist-bottom .wishlist-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link {
    display: block;
  }
}

.wishlist-bottom .wishlist-link span {
  color: #666;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input {
    margin: 10px 0 10px;
  }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #666;
  height: 48px;
  font-size: 15px;
  border-radius: 26px;
  padding: 3px 20px;
  width: 232px;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input input {
    width: 100%;
  }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn {
    margin-left: 0px;
  }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 0 41px;
  padding: 9px 41px 13px;
  background-color: #4e97fd;
}

/*-------- 19. About us style ---------*/
.about-us-img img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 23px 26px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 23px 26px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 9;
}



/*.about-us-content {
  margin: 0 0 0 90px;
  position: relative;
  z-index: 9;
}*/

.about-us-content {
    margin: 0 0 0 0px;
    position: relative;
    z-index: 9;
   /* background: #fff;*/
  /*  padding:0px 20px;*/
    /*box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px -5px, rgb(0 0 0 / 4%) 0px 10px 10px -5px;*/
}


.about-us-content ul{list-style: none; margin: 0px 0px 20px 20px; padding: 0px;}

/*.about-us-content ul li{ list-style:disc; }*/


@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-us-content {
    margin: 0 0 0 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content {
    margin: 0 0 0 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content {
    margin: 50px 0 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content {
    margin: 30px 0 0 0px;
  }
}

.about-us-content .total-years {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about-us-content .total-years h2 {
  font-size: 200px;
  font-weight: 900;
  line-height: .8em;
  color: #326599;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-us-content .total-years h2 {
    font-size: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content .total-years h2 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content .total-years h2 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content .total-years h2 {
    font-size: 80px;
  }
}

.about-us-content .total-years h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 2px;
  color: #444;
  margin: 0 0 0 12px;
}

.about-us-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 28px;
}

@media only screen and (max-width: 767px) {
  .about-us-content h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 18px 0 18px;
  }
}

.about-us-content p {
  font-size: 16px;
  color: #444;
  line-height:28px;
  margin: 0 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content p {
    color: #555;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #555;
  }
}

.about-us-content .about-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  border-radius: 26px;
  padding: 0 36px;
  padding: 13px 36px;
  background-color:#326599;
  color: #fff;
}

.about-us-content .about-btn a i {
  font-size: 16px;
  margin-left: 10px;
}

.about-us-content .about-btn a:hover {
  color: #ffffff;
  background-color: #4e97fd;
}

.about-us-img {
  /*background-image: url("../images/bg/bg-2.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;*/
}

.medizin-box {
  padding: 32px 37px 36px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medizin-box {
    padding: 32px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .medizin-box {
    padding: 32px 15px 20px;
  }
}

.medizin-box .icon-box-wrapper .medizin-icon-wrap svg {
  width: 56px;
  height: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medizin-box .icon-box-wrapper .medizin-icon-wrap svg {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .medizin-box .icon-box-wrapper .medizin-icon-wrap svg {
    width: 50px;
    height: 50px;
  }
}

.medizin-box .icon-box-wrapper .icon-box-content .title {
  margin: 25px 0 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medizin-box .icon-box-wrapper .icon-box-content .title {
    margin: 20px 0 17px;
  }
}

@media only screen and (max-width: 767px) {
  .medizin-box .icon-box-wrapper .icon-box-content .title {
    margin: 20px 0 17px;
  }
}

.medizin-box .icon-box-wrapper .icon-box-content .title h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medizin-box .icon-box-wrapper .icon-box-content .title h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .medizin-box .icon-box-wrapper .icon-box-content .title h3 {
    font-size: 20px;
  }
}

.medizin-box .icon-box-wrapper .icon-box-content ul {
  padding-left: 15px;
}

.medizin-box .icon-box-wrapper .icon-box-content ul li {
  color: #444;
  font-size: 15px;
  list-style: disc;
  margin: 0 0 13px;
}

.medizin-box:hover {
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.funfact-area {
  background: #ad122a;
  background: linear-gradient(90deg, #251312, firebrick);
}

.funfact-area .single-funfact h2 {
  font-size: 64px;
  color: #ffffff;
  margin: 0 0 22px;
  line-height: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-area .single-funfact h2 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area .single-funfact h2 {
    font-size: 50px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area .single-funfact h2 {
    font-size: 45px;
    margin: 0 0 5px;
  }
}

.funfact-area .single-funfact span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area .single-funfact span {
    letter-spacing: 1px;
  }
}

.team-wrap .team-img {
  position: relative;
  overflow: hidden;
}

.team-wrap .team-img img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.team-wrap .team-img .team-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team-wrap .team-img .team-social a {
  display: inline-block;
  color: #696969;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background-color: #ffffff;
  margin: 0 2px;
}

.team-wrap .team-img .team-social a:hover {
  background-color: #4e97fd;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-img.mb-25 {
    margin-bottom: 10px;
  }
}

.team-wrap .team-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-info h3 {
    margin: 0 0 5px;
  }
}

.team-wrap .team-info span {
  font-size: 15px;
  color: #555;
  display: block;
}

.team-wrap:hover .team-social {
  opacity: 1;
  visibility: visible;
}

.team-wrap:hover .team-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

@media only screen and (max-width: 767px) {
.team-wrap.mb-45 {margin-bottom: 30px;}

}

.about-us-area {position: relative;}

.about-us-area p{ font-size: 18px; }

.section-title-2 h2{ font-size:50px; font-weight: bold; position: relative;}

.section-title-2 h2:after {
    position: absolute;
    content: '';
    background-image: linear-gradient(to left, #ae1c34, #fc2779);
    bottom: 0;
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 2px;
}


.section-title-2 span{font-weight:300;}
.about-us-area h3{ font-size: 18px; margin: 0px 0px 10px 0px; padding: 0px; }

.about-us-area .mouse-scroll-area-2 {
  position: absolute;
  top: 0% !important;
  left: 0 !important;
  z-index: 8 !important;
  width: 100% !important;
  height: 100% !important;
}

.about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
  position: absolute;
  top: 69% !important;
  left: 15% !important;
  z-index: 8;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 75% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 50% !important;
    left: 55% !important;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 38% !important;
    left: 55% !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 50% !important;
    left: 50% !important;
  }
}

.about-us-area .mouse-scroll-area-2 .about-us-shape-1 .medizin-shape {
  width: 150px;
  height: 150px;
  color: #4e97fd;
  border-radius: 50%;
  background: currentColor;
}

@media only screen and (max-width: 767px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 .medizin-shape {
    width: 100px;
    height: 100px;
  }
}

.return-policy-content .return-policy-img {
  margin: 0 0 29px;
}

@media only screen and (max-width: 767px) {
  .return-policy-content .return-policy-img {
    margin: 0 0 19px;
  }
}

.return-policy-content .return-policy-img img {
  width: 100%;
}

.return-policy-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .return-policy-content h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }
}

.return-policy-content p {
  line-height: 1.74;
  font-size: 15px;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .return-policy-content p {
    margin: 0 0 15px;
  }
}

.return-policy-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mision-area.pb-70 {
    padding-bottom: 30px;
  }
  .funfact-area.pb-60 {
    padding-bottom: 25px;
  }
  .team-area.pb-40 {
    padding-bottom: 20px;
  }
  .about-us-area.pt-65 {
    padding-top: 50px;
  }
  .mision-area.pt-65 {
    padding-top: 50px;
  }
  .mision-area.pb-45 {
    padding-bottom: 30px;
  }
  .testimonial-area.pt-65 {
    padding-top: 55px;
  }
  .testimonial-area.pb-65 {
    padding-bottom: 40px;
  }
  .team-area.pt-65 {
    padding-top: 55px;
  }
  .team-area.pb-65 {
    padding-bottom: 40px;
  }
}

/*-------- 20. 404 style ---------*/
.error-content .error-logo {
  margin: 0 0 40px;
}

.error-content .error-logo a {
  display: block;
}

.error-content .error-logo a img {
  width: 166px;
}

@media only screen and (max-width: 767px) {
  .error-content .error-logo {
    margin: 0 0 20px;
  }
}

.error-content .error-img img {
  max-width: 100%;
}

.error-content h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 22px 0 26px;
}

@media only screen and (max-width: 767px) {
  .error-content h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 12px 0 10px;
  }
}

.error-content p {
  font-size: 18px;
  color: #444;
  line-height: 1.67;
  margin: 0px 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content p {
    margin: 0px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-content p {
    margin: 0px 80px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .error-content p {
    font-size: 17px;
    line-height: 1.57;
    margin: 0px 0 20px;
  }
}

.error-content .search-style-4 {
  margin: 0 50px;
}

@media only screen and (max-width: 767px) {
  .error-content .search-style-4 {
    margin: 0 0px;
  }
}

.error-content .search-style-4 form {
  position: relative;
}

.error-content .search-style-4 form input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #444;
  height: 48px;
  font-size: 15px;
  border-radius: 26px;
  padding: 3px 150px 3px 20px;
}

@media only screen and (max-width: 767px) {
  .error-content .search-style-4 form input {
    padding: 3px 140px 3px 20px;
  }
}

.error-content .search-style-4 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.error-content .search-style-4 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.error-content .search-style-4 form input:focus {
  border: 1px solid #4e97fd;
}

.error-content .search-style-4 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 15px;
  font-weight: 700;
  border: none;
  height: 100%;
  color: #ffffff;
  padding: 5px 41px;
  border-radius: 26px;
  background-color: #4e97fd;
}

@media only screen and (max-width: 767px) {
  .error-content .search-style-4 form button {
    padding: 5px 35px;
  }
}

.error-content .search-style-4 form button:hover {
  background-color: #e4573d;
}

/*-------- 21. My account style ---------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
          background: #fff;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          margin-bottom: 20px;
}

.myaccount-tab-menu a {
  border: 1px solid #e0e0e1;
  border-bottom: none;
  font-weight: 500;
  font-size: 14px;
  display: block;
  color:#545353;
  padding:15px 10px;
  text-transform: capitalize;
}

.myaccount-tab-menu a:last-child {
  border-bottom:1px solid #e0e0e1;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background:#ae1c34;
  border-color:#ae1c34;
  color: #ffffff;
}

.myaccount-tab-menu a i.fal {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}
.form-control:disabled, .form-control[readonly] {
    background-color:#fff; 
    opacity: 1;
}
.form-control { margin-bottom: 10px; border: solid 1px #ebe3e4;
background-color:#fff;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }



.welcome h2{ font-size: 20px; font-weight: bold; }


.myaccount-content .welcome p {
  font-size: 15px;
  margin: 0 0 23px;
}

.myaccount-content .welcome p a {
  color: #444;
}

.myaccount-content .welcome p a:hover {
  color: #4e97fd;
}

.myaccount-content .welcome p strong {
  font-weight: 700;
}

.myaccount-content p {
  font-size: 15px;
  line-height: 1.74;
}

.myaccount-content p a {
  color:#f15f73;
}

.myaccount-content p a:hover {
  color:#ae1c34;
}

.myaccount-content .account-details-form .account-info label {
  font-size: 15px;
  color: #444;
  margin: 0 0 3px;
}

@media only screen and (max-width: 767px) {
  .myaccount-content .account-details-form .account-info.mb-30 {
    margin-bottom: 15px;
  }
}

.myaccount-content .account-details-form span {
  font-style: italic;
  font-size: 15px;
  color: #444;
  margin: 5px 0 0;
  display: block;
}

.myaccount-content .account-details-form fieldset {
  padding: 1.55em 1.625em 3em;
  border: 1px solid #eee;
  margin: 30px 0 36px;
}

@media only screen and (max-width: 767px) {
  .myaccount-content .account-details-form fieldset {
    padding: 1.55em 1em 3em;
  }
}

.myaccount-content .account-details-form fieldset legend {
  font-size: 18px;
  width: auto;
  float: inherit;
}

.myaccount-content .account-details-form .account-info-btn button {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background-color: #4e97fd;
  border-radius: 26px;
  padding: 11px 41px 13px;
  border: none;
}

.myaccount-content .account-details-form .account-info-btn button:hover {
  background-color: #e4573d;
}

.myaccount-content.myaccount-address .myaccount-address-wrap {
  margin: 20px 0 0px;
}

.myaccount-content.myaccount-address .myaccount-address-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap h3 {
    font-size: 20px;
  }
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content {
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content {
    margin: 14px 0 0;
  }
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content h4 {
  font-size: 18px;
  font-size: 500;
  margin: 0 0 5px;
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  margin: 0;
}

.myaccount-table {
  /*white-space: nowrap;*/
  font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding:5px 10px;
  font-weight: 600;
  background: #000000;
  border-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align:top;
  border-color: #eee;
  color: #333;
  text-align: left;
}
.table > thead {
    vertical-align: top;
    border: black;
}
/*-------- Start My Account Page Wrapper --------*/
/*-------- 22. Login register style ---------*/
.login-register-wrap.login-register-gray-bg {
  background:#fff;
  border-radius: 5px;
  padding:20px 30px;
  margin: 0 0px 0 0; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;

}

.edit_b{
    color: #fff;
    background: #428bca;
    border-color: #357ebd;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px ;
    padding:4px 5px; font-size: 12px;
}
.edit_b i{font-size: 10px; margin-right: 3px;}

.edit_b:hover{background:#225e93;color: #fff;}

.delete{
    color: #fff;
    background: #c9302c;
    border-color: #ac2925;
    border-color: #357ebd;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px ;
    padding:4px 5px; font-size: 12px;
}

.delete i{font-size: 10px; margin-right: 3px;}
.delete:hover{background:#a11f1c;color: #fff;}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrap.login-register-gray-bg {
    margin: 0 30px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-register-wrap.login-register-gray-bg {
    margin: 0 0px 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .login-register-wrap.login-register-gray-bg {
    margin: 0 0px 40px 0;
    padding: 29px 20px 48px;
  }
}

/*.login-register-wrap .login-register-title h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 21px;
}
*/
@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-title h1 {
    font-size: 30px;
  }
}

.login-register-wrap .login-register-form .login-register-input-style {
  margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form .login-register-input-style {
    margin: 0 0 20px;
  }
}

.login-register-wrap .login-register-form .login-register-input-style label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  color: #444;
  margin-bottom: 8px;
}

.login-register-wrap .login-register-form .login-register-input-style label span{ color: #e01332; }



@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form .login-register-input-style label {
    margin-bottom: 4px;
  }
}

.login-register-wrap .login-register-form .login-register-input-style.input-style-white input {
  background-color: #ffffff; border:1px solid #dededf;
}


.login-register-wrap .login-register-form .login-register-input-style.input-style-white select {
  background-color: #ffffff; border:1px solid #dededf;
  height: 40px;
    color: #666;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 15px;
}
}


.login-register-wrap .login-register-form .lost-remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form .lost-remember-wrap {
    display: block;
  }
}

.login-register-wrap .login-register-form .lost-remember-wrap .remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form .lost-remember-wrap .remember-wrap {
    margin: 0 0 6px;
  }
}

.login-register-wrap .login-register-form .lost-remember-wrap .remember-wrap input {
  width: auto;
  height: auto;
}

.login-register-wrap .login-register-form .lost-remember-wrap .remember-wrap span {
  display: block;
  font-size: 15px;
  color: #444;
  margin-left: 15px;
}

.login-register-wrap .login-register-form .lost-remember-wrap .lost-wrap a {
  font-size: 15px;
  color:#469cf3;
  position: relative;
  display: inline-block;
}

.login-register-wrap .login-register-form .lost-remember-wrap .lost-wrap a::before, .login-register-wrap .login-register-form form .lost-remember-wrap .lost-wrap a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.login-register-wrap .login-register-form .lost-remember-wrap .lost-wrap a::after {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.login-register-wrap .login-register-form .lost-remember-wrap .lost-wrap a:hover::before {
  background-color: #4E97FD;
  -webkit-transform: scaleX(0) translateZ(0);
          transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.login-register-wrap .login-register-form .lost-remember-wrap .lost-wrap a:hover::after {
  background-color: #4E97FD;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.login-register-wrap .login-register-form .login-register-btn {
  margin:22px 0 0;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form .login-register-btn {
    margin: 25px 0 0;
  }
}

.login-register-wrap .login-register-form .login-register-btn button {
  font-size: 15px;
  font-weight: 700;
  border: none;
  background:#464545;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius:4px;
  width: 100%;
  padding: 11px 10px 13px;
}

.login-register-wrap .login-register-form .login-register-btn button:hover {
  background:#ad122a;
}

.login-register-wrap .login-register-form .privacy-policy-wrap p {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
}

.login-register-wrap .login-register-form .privacy-policy-wrap p a {
  color: #333;
}

.login-register-wrap .login-register-form .privacy-policy-wrap p a:hover {
  color: #4e97fd;
}

/*-------- 23. Compare style ---------*/
.compare-table .table thead tr {
  border: none;
  background-color: #f8f8f8;
}

.compare-table .table thead tr th {
  border: none;
  padding: 13px 20px;
}

.compare-table .table thead tr th a.title {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.compare-table .table thead tr th a.title:hover {
  color: #4e97fd;
}

.compare-table .table tbody tr {
  border: none;
  margin-bottom: 20px;
}

.compare-table .table tbody tr td {
  vertical-align: middle;
  border: none;
  padding: 13px 20px;
  color: #444;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td {
    min-width: 240px;
  }
}

.compare-table .table tbody tr td.first-column {
  min-width: 200px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 30px;
  text-align: center;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 100px;
    overflow: hidden;
  }
}

.compare-table .table tbody tr td.compare-rating i {
  color: #fb0;
  font-weight: 900;
  font-size: 14px;
}

.compare-table .table tbody tr td.compare-rating i.gray {
  color: #ababab;
  font-weight: 400;
}

.compare-table .table tbody tr td.compare-stock p i {
  color: #8cc63e;
  font-size: 15px;
  margin-right: 5px;
}

.compare-table .table tbody tr td.compare-rating span {
  font-weight: 700;
  font-size: 20px;
  color: #4e97fd;
}

.compare-table .table tbody tr td.compare-btn a {
  background: #edf4fe;
  border-radius: 26px;
  display: inline-block;
  font-size: 15px;
  padding: 12px 41px;
  font-weight: 700;
  color: #4e97fd;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.compare-btn a {
    padding: 12px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.compare-btn a {
    padding: 12px 28px;
  }
}

.compare-table .table tbody tr td.compare-btn a:hover {
  background-color: #4e97fd;
  color: #ffffff;
}

.compare-table .table tbody tr td p {
  font-size: 15px;
}

.compare-table .table tbody tr td span {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .compare-page-wrapper.pt-90 {
    padding-top: 20px;
  }
}

/*------ end Compare Page Wrapper -----*/
/*-------- 24. Blog details style ---------*/
.blog-details-wrapper .blog-details-top-content {
  margin: 0 0 30px;
}

.blog-details-wrapper .blog-details-top-content .post-categories a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 2px;
  padding: 1px 10px;
  background-color: #4e97fd;
}

.blog-details-wrapper .blog-details-top-content h1 {
  font-size: 34px;
  margin: 17px 0 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-details-top-content h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-details-top-content h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-top-content h1 {
    font-size: 26px;
  }
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li {
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 20px;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li i {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li i {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li {
    margin-right: 8px;
  }
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li:last-child {
  margin-right: 0;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li a {
  font-size: 14px;
  color: #444;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li a img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 100%;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li a:hover {
  color: #4e97fd;
}

.blog-details-wrapper img {
  width: 100%;
  /*border-radius: 5px;*/
}

.blog-details-wrapper blockquote {
  padding-left: 1em;
  border-left: 4px solid #4e97fd;
  margin: 49px 0 45px 50px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper blockquote {
    margin: 29px 0 25px 20px;
  }
}

.blog-details-wrapper blockquote p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  color: #333;
  width: 90%;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper blockquote p {
    width: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper blockquote p {
    width: 100%;
    font-size: 17px;
    line-height: 1.58;
  }
}

.blog-details-wrapper p {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
}

.blog-details-wrapper h2{font-size:30px; font-weight: bold; margin-bottom: 20px;}

.blog-details-wrapper h3{font-size:20px; font-weight: bold; margin-bottom:10px;}

.blog-details-wrapper ul{list-style: none; margin: 0 0px 20px 18px; padding: 0; }

.blog-details-wrapper ul li{list-style: disc; font-size: 15px; color: #444; font-weight: 300;}

.sidebar-widget-wrap {
    background: #f8f8f8;
    border-radius: 5px; padding:20px 20px;
}



.blog-details-wrapper p.blog-details-paragraph-mb {
  margin-bottom: 40px;
}

.blog-details-wrapper .blog-details-middle-img {
  margin:0px 0 45px 0;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-middle-img {
    margin: 25px 0 22px;
  }
}

.blog-details-wrapper .blog-details-column {
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-column {
    margin: 0 0 20px;
  }
}

.blog-details-wrapper .blog-details-column h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-column h3 {
    font-size: 25px;
    margin: 0 0 12px;
  }
}

.blog-details-wrapper .blog-tag-share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap {
    display: block;
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap {
    margin: 0 0 15px;
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap span {
  color: #333;
  font-size: 18px;
  margin-right: 10px;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap .blog-tag a {
  font-size: 15px;
  color: #444;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap .blog-tag a:hover {
  color: #4e97fd;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-content span {
  font-weight: 500;
  margin-right: 15px;
  font-size: 15px;
  color: #333;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon {
  position: relative;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon span {
  font-size: 18px;
  color: #ffffff;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 100%;
  background-color: #4e97fd;
  cursor: pointer;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
      -ms-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  width: auto;
  white-space: nowrap;
  padding: 0 4px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.bs-list-responsive {
    left: auto;
    right: 10px;
    -webkit-transform: translate(0%, -10px);
        -ms-transform: translate(0%, -10px);
            transform: translate(0%, -10px);
  }
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.bs-list-responsive:before {
    left: auto;
    right: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  border-top: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0 {
  left: auto;
  right: 10px;
  -webkit-transform: translate(0%, -10px);
      -ms-transform: translate(0%, -10px);
          transform: translate(0%, -10px);
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0 {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
        -ms-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0::before {
  left: auto;
  right: 10px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0::before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list a {
  display: inline-block;
  font-size: 15px;
  padding: 10px 12px;
  color: #666;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list a:hover {
  color: #4e97fd;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list {
  -webkit-transform: translate(-50%, -20px);
      -ms-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list.bs-list-responsive {
    -webkit-transform: translate(0%, -20px);
        -ms-transform: translate(0%, -20px);
            transform: translate(0%, -20px);
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list.blog-share-right-0 {
  -webkit-transform: translate(0%, -20px);
      -ms-transform: translate(0%, -20px);
          transform: translate(0%, -20px);
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list.blog-share-right-0 {
    -webkit-transform: translate(-50%, -20px);
        -ms-transform: translate(-50%, -20px);
            transform: translate(-50%, -20px);
  }
}

.blog-details-wrapper .blog-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-details-wrapper .blog-author-wrap .blog-author-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap .blog-author-img {
    text-align: left;
  }
}

.blog-details-wrapper .blog-author-wrap .blog-author-img img {
  width: 100px;
  border-radius: 100%;
}

.blog-details-wrapper .blog-author-wrap .blog-author-img .blog-author-social {
  margin: 14px 0 0;
}

.blog-details-wrapper .blog-author-wrap .blog-author-img .blog-author-social a {
  color: #ababab;
  font-size: 15px;
  margin: 0 8px;
  display: inline-block;
}

.blog-details-wrapper .blog-author-wrap .blog-author-img .blog-author-social a:hover {
  color: #4e97fd;
}

.blog-details-wrapper .blog-author-wrap .blog-author-content {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap .blog-author-content {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap .blog-author-content {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.blog-details-wrapper .blog-author-wrap .blog-author-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}

.blog-details-wrapper .blog-prev-next-wrap {
  position: relative;
  margin: 43px 0 45px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap {
    margin: 23px 0 25px;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style {
  position: relative;
  overflow: hidden;
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a {
  display: block;
  border-radius: 5px;
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #000;
  opacity: .5;
  z-index: 5;
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  margin: 0;
  z-index: 9;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
    font-size: 17px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
    font-size: 17px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 50px 10px 30px;
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
    padding: 10px 50px 10px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
    padding: 10px 50px 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
    padding: 10px 40px 10px 20px;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4:before {
  position: absolute;
  content: '\f105';
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position {
    margin: 0 0 15px;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 30px 10px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
    padding: 10px 20px 10px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
    padding: 10px 20px 10px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
    padding: 10px 20px 10px 40px;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4:before {
  position: absolute;
  content: '\f104';
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style:hover a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.blog-details-wrapper .blog-reply-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}

.blog-details-wrapper .blog-reply-wrapper p {
  margin: 0 0 30px;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-input-style {
  margin-bottom: 25px;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 140px;
  color: #666;
  padding: 19px 20px 3px;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea:focus {
  border: 1px solid #4e97fd;
  background-color: #ffffff;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 25px 0 26px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap {
    margin: 12px 0 12px;
  }
}

.blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap input {
  width: auto;
  height: auto;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap label {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
  margin: 0 0 0 10px;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-comment-submit input {
  width: auto;
  height: 48px;
  background-color: #4e97fd;
  color: #ffffff;
  border-radius: 26px;
  padding: 0 41px;
  font-size: 15px;
  font-weight: 700;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-comment-submit input:hover {
  background-color: #e4573d;
}

@media only screen and (max-width: 767px) {
  .blog-details-area.pt-55 {
    padding-top: 40px;
  }
}
.checkbox {
  height: auto;
  display: inline-block;
  width: fit-content;
  margin-right: 7px;
  position: relative;
  top: 2px;
} 



#whatsapp {
    position: fixed;
    right: 20px;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 35px;
    background-color: #13a4e1;
    border-radius: 100%;
    bottom: 120px;
    z-index: 100000000000;
    -webkit-animation: mymove 3s;
    -webkit-animation-iteration-count: infinite;
    animation: mymove 3s;
    animation-iteration-count: infinite;
}


/*@-webkit-keyframes mymove {*/
/*    from {*/
/*        bottom: 100px;*/
/*    }*/

/*    to {*/
/*        bottom: 100px;*/
/*        background-color: #01e675;*/
/*        transform: rotateZ(360deg);*/
/*        -webkit-transform: rotateZ(360deg);*/
/*        -moz-transform: rotateZ(360deg);*/
/*        -ms-transform: rotateZ(360deg);*/
/*    }*/
/*}*/

/*@keyframes mymove {*/
/*    from {*/
/*        bottom: 100px;*/
/*    }*/

/*    to {*/
/*        bottom: 100px;*/
/*        background-color: #01e675;*/
/*        transform: rotateZ(360deg);*/
/*        -webkit-transform: rotateZ(360deg);*/
/*        -moz-transform: rotateZ(360deg);*/
/*        -ms-transform: rotateZ(360deg);*/
/*    }*/
/*}*/


 