/* ============================================================================

Theme Name: Armor Hand
Theme URI: www.dynamicxperts.com
Description: A premium wordpress template.
Version: 1.0
Author: Saad ali Tariq
Author URI: mailto:dynamicexperts@gmail.com

============================================================================= */

.page-entry__content{ font-size: 18px;}


.gallery_re{margin:10px 0px 10px 0px; padding:0px; float:left; width:100%;}
.gallery_re ul{margin:0px 0px 0px 2px; padding:0px;}
.gallery_re ul li{margin:0px; margin:0px 8px 0px 0px; width:95px; height:95px; list-style:none; float:left;}
.gallery_re ul li img{ height:100%; width:100%;}
.border{border:1px solid #E2E2E2; border-radius: 10px;}
.gallery_re ul li:last-child{ margin:0px;}

.border:hover{border:1px solid #da251d; }

.gallery{ float:left; width:100%;}
.gallery img { width:100%; height:auto; border:1px solid #E2E2E2; border-radius: 15px;  margin-bottom:10px;}



.large_right_side{ width:100%;}
.deatial{ text-align:left;  }
.deatial h1{ font-size:17px; color:#fff; background-color:#111111; line-height:30px; font-weight:normal;  margin-bottom:5px; padding:5px 0px 5px 10px;}
.deatial h2{  font:500 16px 'Open Sans', sans-serif; color:#363636; background:#f1f1f1; border-bottom:1px dashed #989898; padding: 10px 0px;}
.deatial h2 span{ color:#111; font-weight:bold;}
.deatial p{ text-align:justify; color:#454545; font-size:12px; line-height:22px; }


.deatial .cart a{ padding:15px 10px 15px 30px; text-align:center; color:#FFFFFF; font-size:14px; background:url(images/cart.png) no-repeat 38% 18px #393f4f; display:block; margin:20px 0px;}
.deatial .cart a:hover{ background:url(images/cart.png) no-repeat 38% -38px #fc0000;}



.wp-pagenavi a, .wp-pagenavi span{ color:#000; border: 1px solid var(--theme-color)!important; border-radius: 10px; padding: 5px 10px; }
.wp-pagenavi span.current{ color:var(--theme-color); border:solid 1px #000000 !important;}

.brdcrumb .home{ font:bold 14px arial; color: black;}
.brdcrumb .home:hover{ color: #007aff; }

.brdcrumb  .category , .taxonomy {font:bold 14px arial;   color: var(--white);}
.brdcrumb  .category:hover , .taxonomy:hover{ color: #E2E2E2; }
/*=========  Checkout-content ========*/
.qty-input{ width: 100%;
margin-bottom: 5px;
height: 40px;
line-height: 40px;
margin-top:10px;
border: 1px solid #E2E2E2;
border-radius: 0px;
background: #fff;
box-shadow: none;
outline: none;
padding: 0 20px;
font-size: 14px;
color: #111111;}
.product-details-box a.add-to-cart, .add-to-cart {

clear: both;
margin-top:5px;
padding: 10px 40px 10px 40px;
background: #111111;
font-weight: bold;
font-family: 'Raleway', sans-serif;
font-size: 18px;
margin-top: 20px;
border: 0;
color: #fff;
text-transform: uppercase;
outline: none;
}

.product-details-box a.add-to-cart i, .add-to-cart i {
padding-left: 33px;
color: #373838;
font-size: 1.25em;
vertical-align: middle;
}
.product-details-box a.add-to-cart:before, .add-to-cart:before  {
/*content: '';
width:1px;
height:28px;
background: #c20904;
position: absolute;
right: 39px;
top: 3px;*/
}
.product-details-box a.add-to-cart:after, .add-to-cart:after {
/*content: '';
width:1px;
height:28px;
background: #c20904;
position: absolute;
right: 40px;
top: 3px;*/
}
.product-details-box a.add-to-cart:hover, .add-to-cart:hover,  .product-details-box a.add-to-cart:hover i, .add-to-cart:hover i,  .product-details-page-content .shop-page-content .meta a:hover {
color:#fff;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.paoc-credit-wrp{ display: none;}


.borderProcess{
    border: 1px solid #eeeeee;
    padding: 10px;
    border-radius: 15px;
    min-height: 195px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {

  margin-right: 5px;
}

.cat-list a{
	position: relative;
	font-size: 16px;
	display: block;
	font-weight: 600;
	border-radius:8px;
	padding: 17px 22px;
	color: var(--color-two);
	background-color: rgba(var(--color-four-rgb), 1);
  margin-bottom: 15px;
}

.cat-list a span{
	position: absolute;
	right: 5px;
	top:5px;
	bottom:5px;
	width:44px;
	height:44px;
	font-size:12px;
	line-height:44px;
	border-radius:5px;
	text-align:center;
	color:var(--color-two);
	font-family: "flaticon_palace-icons";
	background-color:var(--white-color);
}

.cat-list a:hover{
	color: var(--white-color);
	background-color: var(--main-color);
}

.theme-contact-btn {

background-color: var(--theme);
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
  padding: 8px 30px;
  display: inline-flex;
  font-family: "Barlow", sans-serif;
  align-items: center;
  gap: 30px;
  transition: 0.4s;
  border: 0px;
}