/**handles:arctica-custom-style**/
.team-block .image-box .social-icon-one li a span.fa:before,
.fab:before {
	font-family: 'Font Awesome 5 Brands' !important;
}
.kc-row-container.kc-container{
	max-width:1230px;
	width:100%;
}
.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.page-wrapper{
	overflow:hidden;
}
.admin-bar .main-header.fixed-header .header-lower, 
.admin-bar .header-style-three.fixed-header .header-upper, 
.admin-bar .header-style-two.fixed-header .header-upper{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}

.page-title {
    background-color: #19305C;
    position: relative;
    padding: 190px 0px 49px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.pagination{
	position:relative;	
	display:inline-block;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 42px;
    height: 44px;
    font-size: 16px;
    min-width: 45px;
    color: #001e57;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #001e57;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #ffffff;
    background-color: #001e57;
}
.news-block-two .inner-box .lower-content .upper-box .post-meta li a{
    position: relative;
    color: #b8b8b8;
    font-size: 16px;
}
.news-block-three .inner-box .lower-content .upper-box .post-meta li a,
.blog-single .inner-box .lower-content .upper-box .post-meta li a{
	position: relative;
    color: #777;
    font-size: 16px;
}
.quote-widget .form-group input[type="checkbox"]{
	top:3px;	
}
.quote-widget .form-group span{
	color: #242424;
}
.safe_theme .default-form.comment-form{
	margin-top:30px;	
}
.safe_theme .default-form.comment-form h3 small a{
    color: #181e44;
	font-size:16px;
    font-weight: 600;	
}
.safe_theme .safe_theme{
	margin-left:70px;	
}
.sidebar-page-container .safe_theme .group-title{
	margin-bottom:10px;	
}
.main-header .search-box-outer .dropdown.show .search-box-btn .fa-search:before{
	content:'\f00d';
}
/********************** Blog Widget Style ******************/

/*Blog Category*/

.widget ul{
	position:relative;
}

.widget ul li{
	position:relative;
}

.widget ul li a{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	padding-bottom:8px;
	margin-bottom:8px;
	display:block;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.widget ul li:last-child a{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.widget ul li a:after{
	position:absolute;
	content:'\f105';
	right:0px;
	top:0px;
	color:#c8c8c8;
	font-size:11px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.widget ul li a:hover{
	color:#eb4343;
}

/*Popular Tags*/

.widget .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 18px 6px;
	margin:0px 6px 10px 0px;
	color:#a6a6a6;
	text-align:center;
	font-size:15px !important;
	background:none;
	font-weight:500;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.widget .tagcloud a:hover{
	border-color:#4cc0e3;
	background-color:#4cc0e3;
	color:#ffffff;
}

/******************* Footer Widget Style *****************/

.footer-widget ul{
	position: relative;
}
.footer-widget ul li.page_item{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.footer-widget ul li.page_item a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #7a889e;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer-widget ul li.page_item a:hover{
	color: #ffffff;
	text-decoration: underline;
}
iframe{
    width:100%;
    height:100%;
}
/************Error Page*********************/
.error_page{
	position: relative;
	padding:120px 0;
	text-align: center;
}
.error_page.container{
	max-width:900px;
}
.error_page .error-text{
	margin:30px 0;
	position: relative;
}
.error_page .input-group{
	display:inline-block;
	position: relative;
}
.error_page form{
	position: relative;
	min-width: 350px;
	display: inline-block;
}
.error_page .input-group input{
	width: 100%;
	height: 50px;
	padding:0 50px 0 15px;
	border: 1px solid #d3d3d3;
	line-height: 48px;
	font-size: 16px;
	color: #909090;
	border-radius: 0;
}
.error_page button{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ffffff;
	border:1px solid #d3d3d3;
	color: #212121;
	font-size: 14px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 48px;
}
.error_page .btn-style-three{
	margin-top: 50px;
}
.main-header .logo-outer .logo img{
    width:276px;
    height:67px;
}

product-one {
  padding-bottom: 120px;
}
.product-one__single {
  margin-bottom: 50px;
}
.product-one__single:hover .product-one__stars {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.product-one__image > img {
  width: 100%;
}
.product-one__content {
  padding-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.product-one__title {
  color: #302e2f;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}
.product-one__title a {

  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.product-one__title a:hover {
  color: #eb4343;
}
.product-one__text {
  margin: 0;
  color: #777777;
  font-size: 16px;
  line-height: 1em;
}
.product-one__cart-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  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;
  text-align: center;
  color: #aeaeae;
  font-size: 22px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.product-one__cart-btn:hover {
  color: #fff;
  border-color: #eb4343;
  background-color: #eb4343;
}
.product-one__stars {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin: 0;
  line-height: 1em;
  padding-top: 7px;
  padding-bottom: 7px;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}
.product-one__stars i {
  color: #eb4343;
  font-size: 13px;
}
.product-one__stars i + i {
  margin-left: 3px;
}
.product-one__stars span {
  color: #777777;
  font-size: 14px;
  margin-left: 5px;
}
.product-one .post-pagination {
  margin-top: 10px;
}

/* related products*/
.related-product {
  padding-bottom: 20px;
  padding-top: 20px;
}

.related-product__title {
  margin: 0;
  color: #302e2f;
  font-size: 24px;
  margin-bottom: 30px;
}

.related-product__carousel .product-one__single {
  margin-bottom: 0;
}
.related-product__carousel .owl-nav {
  position: absolute;
  bottom: calc(100% + 30px);
  margin: 0;
  right: 0;
  text-align: left;
}
.related-product__carousel .owl-nav [class*="owl-"] {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #777777;
  background-color: transparent !important;
  outline: none;
}
.related-product__carousel .owl-nav [class*="owl-"] i {
  font-size: 28px;
}
.related-product__carousel .owl-nav [class*="owl-"]:hover {
  color: #eb4343;
}
.related-product__carousel .owl-nav [class*="owl-prev"] {
  margin-right: 10px;
}

/* product details */
.product-details {
  padding-top: 120px;
}
.product-details__image {
  position: relative;
  display: inline-block;
}
@media (max-width: 991px) {
  .product-details__image {
    margin-bottom: 50px;
  }
}
.product-details__img-popup {
  background-color: white;
  -webkit-box-shadow: 3.5px 6.062px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3.5px 6.062px 20px 0px rgba(0, 0, 0, 0.1);
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-details__img-popup i {
  font-size: 18px;
  color: #302e2f;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.product-details__img-popup:hover {
  background-color: #eb4343;
}
.product-details__img-popup:hover i {
  color: #fff;
}
.product-details__title {
  margin: 0;
  font-size: 36px;
  color: #302e2f;
  margin-bottom: 16px;
}
.product-details__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1em;
  margin-bottom: 20px;
}
.product-details__stars i {
  color: #eb4343;
  font-size: 13px;
}
.product-details__stars i + i {
  margin-left: 3px;
}
.product-details__stars span {
  color: #777777;
  font-size: 14px;
  margin-left: 5px;
}
.product-details__price {
  font-size: 24px;
  margin: 0;
  color: #777777;
  margin-bottom: 15px;
}
.product-details__text {
  margin: 0;
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}
.product-details__categories {
  margin: 0;
  font-family: "Prata";
  font-size: 12px;
  color: #302e2f;
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-details__categories a {
  font-family: "Muli";
  color: #777777;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.product-details__categories a:hover {
  color: #eb4343;
}
.product-details__availabelity {
  margin: 0;
  font-family: "Muli";
  color: #eb4343;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.product-details__availabelity span {
  text-transform: uppercase;
  font-family: "Prata";
  font-size: 12px;
  color: #302e2f;
}
.product-details .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 43px;
  display: block;
  width: 0px;
  font-size: 20px;
  position: relative;
  padding: 0;
  text-align: center;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e4e4e4;
}
.product-details .bootstrap-touchspin {
  width: 140px;
  margin-right: 20px;
}
.product-details .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
  background-color: #fff;
  color: #222;
  border-color: #e4e4e4;
}
.product-details__button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details__cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  background-color: #302e2f;
  color: #fff;
}
.product-details__cart-btn:hover {
  background-color: #eb4343;
  color: #fff;
}
.product-details__cart-btn span {
  font-size: 15px;
  margin-left: 10px;
}
.product-details__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.product-details__social span,
.product-details__social a {
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  text-align: center;
  color: #777777;
  line-height: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.product-details__social a {
  margin-left: 10px;
}
.product-details__social a:hover {
  background-color: #eb4343;
  border-color: #eb4343;
  color: #fff;
}
.product-details .accrodion + .accrodion {
  margin-top: 20px;
}
.product-details .accrodion.active .accrodion-title h4 {
  color: #eb4343;
}
.product-details .accrodion.active .accrodion-title h4:before {
  content: '-';
  font-size: 48px;
  color: #eb4343;
}
.product-details .accrodion-title {
  cursor: pointer;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.product-details .accrodion-title h4 {
  margin: 0;
  color: #302e2f;
  font-size: 20px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.product-details .accrodion-title h4:before {
  content: '+';
  font-size: 36px;
  color: #aeaeae;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-family: "Prata";
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.product-details .accrodion-content {
  padding-top: 40px;
}
.product-details .accrodion-content p:first-child {
  margin-top: -10px;
}
.product-details__review-single {
  padding: 40px 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .product-details__review-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-details__review-single + .product-details__review-single {
  margin-top: 30px;
}
.product-details__review-left {
  margin-right: 25px;
}
@media (max-width: 480px) {
  .product-details__review-left {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.product-details__review-left img {
  border-radius: 50%;
}
.product-details__review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 375px) {
  .product-details__review-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.product-details__review-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 375px) {
  .product-details__review-top-left {
    margin-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .product-details__review-top-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.product-details__review-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details__review-top-right i {
  font-size: 15px;
  color: #eb4343;
}
.product-details__review-top-right i + i {
  margin-left: 5px;
}
.product-details__review-title {
  margin: 0;
  font-size: 18px;
  color: #302e2f;
}
.product-details__review-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}
.product-details__review-date {
  font-size: 14px;
}
.product-details__review-sep {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 320px) {
  .product-details__review-sep {
    display: none;
  }
}
.product-details__review-form {
  margin-top: 60px;
}
.product-details__review-form__title {
  margin: 0;
  font-size: 24px;
  color: #302e2f;
  margin-bottom: 5px;
}
.product-details__review-form__text {
  margin: 0;
  font-size: 16px;
  color: #777777;
}
.product-details__review-form .contact-one__field label {
  font-family: "Muli";
  line-height: 1;
  color: #777777;
  margin-bottom: 10px;
}
.product-details__review-form .contact-one__field label span {
  color: #eb4343;
}
.product-details__review-form .contact-one__field input,
.product-details__review-form .contact-one__field textarea {
  margin-bottom: 30px;
}
.product-details__review-form .contact-one__btn {
  margin-top: 0;
}
.product-details__review-form .contact-one__form {
  margin-bottom: 0;
}
.product-details__review-form__rating {
  color: #777777;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.product-details__review-form__rating span {
  margin-right: 10px;
}
.product-details__review-form__rating i {
  font-size: 14px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
	margin-top:50px;
	margin-bottom:50px;
}