@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');



.clearfix {
	clear: both;
}

a:hover {
	text-decoration: none;
}



/*================  Header  =====================*/

header {
	background: #000;	
	position: relative;
}

header.headerfixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgba(0,0,0,0.95);
}

header.headerfixed .logo img {
    margin-top: 0;
    width: 75%
}

header.headerfixed .navbar {
	margin-bottom: 0
}

header.headerfixed ul.nav.navbar-nav li {
    padding-top: 8px;
}

header.headerfixed .cat-show {
	top: 58px;
}

header.headerfixed::before{
	display: none;
}



.logo {
    text-align: center;
}

.logo img {
	margin-top: 15px;
}

.navigation .navbar-default {
    background-color: transparent;
    border: 0;
}

.navigation .navbar-default .navbar-nav > .active > a {
	color: initial;
	background: transparent;
}

.navigation .navbar-default .navbar-nav > li > a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2.56px;
	color: #fff;
}



 
.navigation .navbar-default .navbar-nav > li > a:hover .navigation .navbar-default .navbar-nav > li > a:after {
	color: #4b9b48;
}



.navigation ul.nav.navbar-nav li {
    padding: 25px 20px 0 15px;
}

ul.nav.navbar-nav {
    width: 100%;
}

.inac-link {
	pointer-events: none;
}

li.m-p {
    padding: 0;
    float: right;
}

li.m-p a {
    padding: 0;
}

ul.nav.navbar-nav li a i {
    font-size: 15px;
    margin-right: 10px;
}


ul.nav.navbar-nav {
    width: 100%;
}

.navigation .navbar {
    margin-bottom: 0;
}

.navigation ul.nav.navbar-nav li:first-child , .navigation ul.nav.navbar-nav li a:first-child {
	padding-left: 1px;
}


.navigation ul.nav.navbar-nav li:last-child , .navigation ul.nav.navbar-nav li a:last-child {
	padding-right: 0;
}



ul.nav.navbar-nav li a:before {
    background: #0066b3;
    content: "";
    position: absolute;
    top: 99%;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: width .35s ease,background .35s ease;
    -o-transition: width .35s ease,background .35s ease;
    transition: width .35s ease,background .35s ease;
}

ul.nav.navbar-nav li a:hover:before {
    width: 100%;
}

ul.nav.navbar-nav li a:hover {
    color: #0066b3;
}


.cat-show {
    position: absolute;
    z-index: 999;
    /*background: url(../images/acc-overlay.png);*/
    background-color: #020405;
    width: 200px;
    height: auto;
    top: 75px;
    left: 0;
    display: none;
}

ul.menu li {
    border-bottom: 1px solid #4c4646;
    padding: 11px !important;
}

ul.menu li:first-child {
    padding-left: 15px !important;
}


ul.menu li:last-child {
    padding-right: 12px !important;
}

ul.menu li img {
    width: 25px;
}

ul.menu li a {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}



ul.menu li:hover {
    background: #131313;
}


ul.menu li i {
    float: right;
    margin-right: 2px !important;
    margin-top: 3px;
}


ul.menu {
	position: relative;
	border-top: 1px solid #17469e;
}

.sub-menu {
	display: none;
    position: absolute;
    top: 0;
    left: 200px;
    width: 200px;
    min-height: 388px;
    max-height: auto;
    background-color: #020405;
    padding-left: 10px;
}

.sub-menu li img {
    margin-right: 6px;
}

.sub-menu-container a img {
    margin-right: 10px;
}

.sub-menu-container a  {
    line-height: 14px;
}


.navigation .navbar-default .navbar-nav > li.cat-hov-dis:hover .cat-show {
	display: block;
}

ul.menu li:hover .sub-menu {
    display: block;
}

.sub-menu-container a {
    display: block;
    padding: 9px 0;
}






.search-btn img {
    transition: all 0.4s ease-out;
    width: 30px;
    margin-top: 8px;
}

li.m-p {
    padding-right: 10px !important;
}

li.m-p:first-child {
    padding-right: 0px !important;
}

i.mpi {
    font-size: 20px !important;
    margin-top: 11px;
}

li.m-p:hover {
    cursor: pointer !important;
}

li.m-p:hover .search-btn img {
	transform: scaleX(-1);
}

.search-form input {
    width: 250px;
    padding: 10px 10px 10px 11px;
    background: #020304;
    border: 1px solid #ccc;
    margin-top: -3px;
    border-radius: 12px;
    color: #fff;
}

.search-form {
    position: relative;
}

.search-form input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
}

img.sr-icon {
    position: absolute;
    width: 25px;
    top: 30px;
    right: 18px;
}


.search-form input[type=text]:focus {
    border: 1px solid #0066b3;
}

li.no-pad a:hover:before {
    display: none;
}

li.m-p a:hover:before {
    display: none;
}

.headerfixed .search-form input {
    margin-top: 1px;
}

.headerfixed img.sr-icon {
    top: 18px;
}

.no-pad a {
    padding: 0 !important;
}

/*.search-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    z-index: 999;
}

.search-form {
    display: none;
}

input#fixed-form {
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    border-radius: 11px;
    padding: 0 20px;
    border: 0;
}

input#fixed-form::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

button#hide-search {
    position: fixed;
    right: 10%;
    top: 30%;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



button#hide-search i {
    color: #fff;
    font-size: 12px;
}*/


/*================  Header  =====================*/





/*================  Banner  =====================*/




.ba-img {
    background-position: center !important;
    background-size: cover !important;
    height: 600px;
    position: relative;
}

.banner-text {
    position: absolute;
    top: 20%;
    left: 6%;
    color: #fff;
    width: 40%;
}

.banner-text h3 {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 2.56px;
    font-weight: 700;
}
.banner-text p {
    font-size: 15px;
    letter-spacing: 4px;
}

.banner-text h3 span {
    color: #0066b3;
}

a.ban-btn {
    border: 1px solid #77b900;
    background: #77b900;
    color: #fff;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 30px;
}

a.ban-btn:hover {
    background: transparent;
    color:#77b900;
}

a.ban-btn:hover.ban-btn i {
    margin-left: 24px;

}

a.ban-btn i {
    margin-left: 8px;
        transition: all 0.3s ease-out;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.banner-slide .owl-dots button {
    background: #0066b3 !important;
    width: 30px;
    height: 7px;
    margin: 0 6px;
    border-radius: 11px;
}

.banner-slide .owl-dots {
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}

.banner-slide  button.owl-dot.active {
    background: #77b900 !important;
}


/*================  Banner  =====================*/



/*================  Accessories  =====================*/





/*================  Accessories  =====================*/


/*================  New Arrivals  =====================*/

.arv-text h5 {
    font-size: 10px;
    color: #000;
}

.arv-text h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.arv-text h4 {
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-arv .item {
    border: 1px solid #e4dddd;
    padding: 30px 20px;
}

.arv-img {
    margin-bottom: 50px;
}

.new-arv .item:hover {
	background: #fcfcfc;
	    -webkit-box-shadow: 7px 3px 5px 0px rgba(230,221,230,1);
    -moz-box-shadow: 7px 3px 5px 0px rgba(230,221,230,1);
    box-shadow: 7px 3px 5px 0px rgba(230,221,230,1);
}

.new-arv .item {
	    	    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;	
}

.new-arv .item:hover .arv-img img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
        -webkit-filter: none;
    filter: none;



}

.arv-img img {
    -webkit-filter: drop-shadow(10px 28px 20px #908d8d);
    filter: drop-shadow(10px 28px 20px #908d8d);
    	    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

section.newarrival.bg-pd {
    padding-bottom: 120px;
}




.new-arv .owl-nav {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%);
}

.new-arv .owl-nav button span {
    font-size: 35px;
    line-height: 30px;
    text-align: center;
    color: #999;
}

.new-arv .owl-nav button:hover {
    box-shadow: 2px 4px 0px rgba(96, 148, 226, 0.6), 0px -3px 4px rgba(120, 107, 191, 0.5);
}




.new-arv .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    box-shadow: 2px 4px 0px rgb(163,177,198,0.6), 0px -3px 4px rgba(255,255,255, 0.5);
    margin: 0px 10px;
}

.arv-text {
    margin-bottom: 25px;
}

.rm-up button {
    background: transparent;
    border: 1px solid #999;
    font-size: 11px;
    color: #000;
    padding: 7px 30px;
    font-weight: 500;
}

.rm-up button i {
    margin-left: 8px;
}

.rm-up {
	margin-top: 40px;
}

.rm-up button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    transition: all .5s ease;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

.new-arv .item:hover .rm-up button {
	bottom: 50px;
	opacity: 100%;
    visibility: visible;
}

.rm-up button:hover {
	background: #0066b3;
	border: 1px solid #0066b3;
	color: #fff;
}


/*================  New Arrivals  =====================*/


.sc-bg-img {
    position: relative;
    overflow: hidden;
}

.sc-bg-img img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: scale(1.1);
}

.sc-bg-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    z-index: 99;
    color: #fff;
    width: 340px;
}

.sc-bg-txt h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 18px;
    color: #fff;
}

.sc-bg-txt p {
    font-size: 16px;
}

.sc-bg-txt:before {
    content: '';
    position: absolute;
    top: -25px;
    width: 103%;
    text-align: center;
    height: 265px;
    left: -40px;
    z-index: -1;
    border: 10px solid rgb(101, 121, 63);
}

.sc-bg-txt p span {
    text-transform: uppercase;
    font-weight: 900;
    color: #0066b3;
    font-size: 20px;
}

.sc-bg-img:hover.sc-bg-img img {
    transform: scale(1);
    box-sizing: border-box;
    overflow: hidden;
} 







/*================  Advertsiment  =====================*/

section.advert {
    margin-bottom: 60px;
}

.ad-single {
	position: relative;
}

.ad-single img {
    width: 100%;
}

.ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    transition: all .5s ease;
}


.ad-overlay button {
    background: transparent;
    border: 1px solid #fff;
    font-size: 11px;
    color: #fff;
    padding: 7px 30px;
    font-weight: 500;
    transition: all .3s ease;
}

.ad-overlay button {
    background: transparent;
    border: 1px solid #fff;
    font-size: 11px;
    color: #fff;
    padding: 7px 30px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}

.ad-overlay {
    transform: translateX(0%);
    opacity: 0;
    visibility: hidden;
}

.ad-single:hover .ad-overlay {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.ad-overlay button:hover {
	    background: #0066b3;
    border: 1px solid #0066b3;
    color: #fff;
}

/*================  Advertsiment  =====================*/



/*================  Testimonial  =====================*/
.crw-s {
    border: 1px solid rgba(230,221,230,1);
    box-shadow: 7px 3px 5px 0px rgba(230,221,230,1);
    padding: 20px;
    display: inline-flex;
    margin-bottom: 30px;
    height: 228px;
}

.crw-s img {
    width: 130px;
    height: auto;
    margin-right: 30px;
}

.crw-s h5 {
    position: relative;
}

.crw-s h5:after {
    margin-left: 8px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #85ba3b;
    content: "\f058";
}


/*================  Testimonial  =====================*/

/*================  Brands  =====================*/

section.brands {
    margin-bottom: 60px;
}

.brands-img ul li:last-child:after {
    display: none;
}


.brands-img ul li {
    display: inline-flex;
    width: 24%;
    position: relative;
}

h4.b-head {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}


h4.b-head::after {
    background: #0a67b2;
    width: 8px;
    height: 85px;
    position: absolute;
    content: '';
    right: 50px;
    top: -30px;
}



.brands-img ul li::after {
    background: #999;
    width: 1px;
    height: 65px;
    position: absolute;
    content: '';
    right: 50px;
    top: 18px;
}


/*================  Brands  =====================*/


/*================  Footer  =====================*/

section.footer {
    background: #000;
}

.footer-top {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #383333;
}



.fo-social ul li {
    display: inline;
}

.fo-social ul li a {
    color: #999;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
}


h4.footer-head {
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
        font-weight: 700;
}

.c-info h5 {
    font-size: 14px;
    color: #999;

}

.c-info h6 {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    line-height: 22px;
}

.footer-bottom {
    padding: 30px 0;
}

.c-info h6 a {
    color: #999;
    margin: 6px 0 3px 0;
    display: inline-block;
}

.fo-social ul li a:hover {
    color: #16449a;
}


.c-info h6 i {
    margin-right: 5px;
}

.c-info h6 span {
    display: block;
    margin-left: 20px;
}




.c-info h6 a:hover {
    color: #17469e;
}

p.f-lft {
    float: left;
}

p.f-rght {
    float: right;
}

section.footer-bottom p {
    font-size: 12px;
    margin-bottom: 0;
    color: #999;
    font-weight: 300;
}
section.footer-bottom {
    border-top: 1px solid;
}

/*================  Footer  =====================*/


/*================  Rroduct Search  bread-crumbs  =====================*/

section.bread-crumbs {
    background: #f2f2f2;
    padding: 12px 0;
}

section.bread-crumbs h4 {
    font-size: 13px;
}

section.bread-crumbs h4 a {
    color: #333;
}

section.bread-crumbs h4 a:hover {
    color: #0066b3;
}

section.pr-search {
    margin: 30px 0;
}

.sidebar {
	border: 1px solid rgb(245,245,245);
    -webkit-box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);
	-moz-box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);
	box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);
    padding: 20px;
}

.ssd-head h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}


.side-sing {
    margin-bottom: 25px;
}	

.ssd-frms ul li {
    margin: 6px 0;
    font-size: 14px;
    font-weight: 400;
}


.custom-check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.span-check {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-check:hover input ~ .span-check {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .span-check {
  background-color: #0066b3;
}

/* Create the span-check/indicator (hidden when not checked) */
.span-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the span-check when checked */
.custom-check input:checked ~ .span-check:after {
  display: block;
}


/* Style the span-check/indicator */
.custom-check .span-check:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


li.custom-check label {
    font-weight: 400;
    font-size: 12px;
}


.sp-item .arv-img img {
    width: 100%;
    filter: drop-shadow(4px 3px 8px #908d8d);
}

.sp-result h4 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.sp-body{
	border: 1px solid rgb(245,245,245);
	box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);
	padding: 20px;
}

span.sp-q {
    color: #4b9b48;
}

.sp-item {
	border: 1px solid rgb(245,245,245);
	box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);
	padding: 10px;
	margin-bottom: 30px;
	transition: all 0.4s ease-out;
	position: relative;
	height: 340px;
}

.sp-item:hover  {
    background: #f9f9f9;
}

h4.tc-head:hover {
	color: #0066b3;
}

.sp-item  .arv-img {
    margin-bottom: 25px;
}

.sp-result {
    margin-bottom: 25px;
}

h4.tc-head {
    white-space: normal;
    width: 100%;
    overflow: visible;
    text-overflow: initial;
    line-height: 20px;
}

h4.tc-head {
    max-height: 40px;
    /* overflow: hidden; */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sp-view button {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: transparent;
}

.sp-view {
    position: absolute;
    right: 20px;
    bottom: 12px;
        transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}


.sp-item:hover .sp-view {
    opacity: 100%;
    visibility: visible;
}

/*.sp-item:hover .sp-view button {
	bottom: 50px;
	opacity: 100%;
	visibility: visible;
}*/

.sp-pagination ul.pagination li a {
    color: #999;
    font-weight: 600;
}

.sp-pagination ul.pagination li a.active {
	background: #0066b3;
	color: #fff;
	border: 1px solid #0066b3;
}

.sp-pagination {
    text-align: right;
}

.sp-result {
    display: inline-flex;
    width: 100%;
}

.sp-fl-rgt {
    margin-left: 30px;
    margin-top: 5px;    
}

button#sp-filter {
    display: none;
} 

button#sp-filter {
    background: #0066b3;
    color: #fff;
    padding: 4px 20px;
    border: 1px solid;
    font-size: 12px;
    border-radius: 3px;
}

button#sp-filter i {
    font-size: 10px;
    margin-right: 4px;
}




/*================  Rroduct Search  bread-crumbs  =====================*/

/*================  Contact  =====================*/

section.cp-cinfo {
	text-align: center;
	padding: 30px 0;
}

.cpci-sing {
    text-align: center;
}

.cpci-sing i {
    display: block;
    font-size: 34px;
    margin-bottom: 15px;
    transition:  all 0.4s ease-out;
    color: #8dc63f;
}

.cpci-sing:hover {
	cursor: pointer;
}

.cpci-sing:hover.cpci-sing i {
	transform: scaleX(-1);
	color: #0066b3;
}


.cpci-sing label {
    text-transform: uppercase;
    font-weight: 600;
}

.cpci-sing h5 {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
}

.cpci-sing label {
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
}

.cpci-sing h5 a {
    color: #333;
}

.cpci-sing h5 a:hover {
    color: #4b9b48;
}


section.cp-cform.bg-pd {
    margin-bottom: 0;
    margin-top: 30px;
}

.cpf-wrap input, .cpf-wrap textarea {
    display: block;
    width: 90%;
    padding: 10px 15px;
    border: 0;
    background: #e0e0e0;
    margin: 10px 0;
    border-radius: 7px;
}

.cpf-wrap input::-webkit-input-placeholder, .cpf-wrap textarea::placeholder {
	color: #333;
	font-size: 12px;
	font-weight: 400;
}

.cpf-wrap textarea {
	height: 150px;
	resize: none;
}

.cpf-wrap input:focus, .cpf-wrap textarea:focus {
	border: 1px solid #0066b3;
}

.cpf-wrap button:hover {
    background: #fff;
    color: #0066b3;
}

.cpf-wrap button i {
	margin-right: 6px;
	font-size: 10px;
	line-height: 17px;
}

.cpf-wrap button {
    padding: 6px 30px;
    border-radius: 5px;
    border: 1px solid #0066b3;
    background: #0066b3;
    color: #fff;
    font-size: 12px;
    display: inline-flex;
    margin-top: 8px;
    transition: all ease 0.4s;
}

.cpf-map iframe {
    width: 100%;
    height: 375px;
    filter: drop-shadow(1px 3px 8px #908d8d);
}



/*================  Contact  =====================*/


/*================  Product Detail  =====================*/



.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all a.3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    background: #16449a;
    width: 22px;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }



#big.owl-theme button.owl-next i.fa.fa-arrow-right {
    color: #fff !important;
}

#big.owl-theme button.owl-prev i.fa.fa-arrow-left {
    color: #fff !important;
}


#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

div#big {
        box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);
    border: 1px solid rgb(245,245,245);
}

button.owl-next button i:before {
    color: #fff;
}

#big .item{
	padding: 20px;
}

div#thumbs .item {
    margin: 10px 9px;
    border: 1px solid #ccc;
    text-align: center;
}


.pri-head h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 23px;
    letter-spacing: 1.5px;
}

.pri-head h5 {
    font-size: 14px;
    font-weight: 500;
}

.pri-head p {
	margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
}

.pri-head p {
    margin-left: 30px;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    position: relative;
    letter-spacing: 1px;
}

.pri-head p:before {
    position: absolute;
    top: 4px;
    left: -15px;
    content: "";
    background: #4b9b48;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


section.product-detail {
    padding: 50px 0;
}


.pro-info-wrap {
    background: #ffffff;
    padding: 20px;
    box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);
    border: 1px solid rgb(245,245,245);
    height: 550px;
}

a#view-des {
    margin-left: 15px;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #16449a;
} 


table.tec-info {
    margin-top: 20px;
}

table.tec-info td {
    padding: 13px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

table.tec-info td:first-child {
	width: 200px;
}

.pr-description .nav-tabs > li.active {
    border: 1px solid #16449a;
    background: #16449a;
}

.pr-description  .nav-tabs > li > a {
    color: #16449a;
}

.pr-description .nav-tabs > li.active > a {
	color: #fff;
	background: #16449a;
	border: 0;

}

.pr-description .nav-tabs {
    border-bottom: 1px solid #16449a;
}

section#det-info {
    margin-bottom: 50px;
}

/*================  Product Detail  =====================*/

/*================  Blogs  =====================*/

.blogs-wrap {
	width: 100%;
	columns: 3;
	column-gap: 20px;

}

.blogs-wrap .blogs-single {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px;
	background: #f9f9f9;
	overflow: hidden; 
	break-inside: avoid;
	box-shadow: 4px 5px 5px 2px rgba(245,245,245,0.64);

}

.blogs-single img {
    width: 100%;
}

.blogs-single h4 {
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 22px;
}

section.blogsbody {
    margin: 40px 0;
}

.blogs-single a {
    color: #333;
}

.blogs-single a:hover {
    color: #0066b3;
}

.blogs-single p {
    float: right;
    font-size: 12px;
}


/*================  Blogs  =====================*/



.ser-single i {
    display: block;
    font-size: 34px;
    margin-bottom: 15px;
    transition: all 0.4s ease-out;
    color: #8dc63f;
}

.ser-single h4 {
    font-size: 13px;
    margin-top: 22px;
}

.ser-single {
    text-align: center;
    height: 140px;
    padding: 10px 60px;
    margin: 10px 0;
}

.ab-text {
    padding: 20px 0;
    text-align: center;
}

.blog-det-wrap img {
    margin: 15px 0;
    width: 800px;
}

.blog-det-wrap p {
    color: #1f1f1f;
    line-height: 26px;
}

h5.blg-date {
    font-weight: 400;
    margin-top: 20px;
}

.pop-inner .arv-img img {
    width: 100%;
    filter: none;
    -webkit-filter:none;
        transition: all 0.5s ease-out !important;
        transform: scale(1.1);
}

.pop-inner {
    padding: 15px 10px;
}

.pop-inner:hover {
    box-shadow: 0px 0px 5px 0px rgba(230,221,230,1);
}

.pop-inner:hover .arv-img img {
    transform: scale(1);
}

.pop-inner:hover .rm-up button {
    bottom: 40px;
    opacity: 100%;
    visibility: visible;
}