*{
text-decoration: none !important;
outline: none !important;
}

:root {
	--main-bg-color: #fff; 
	--main-text-color:#222830; 
	--main-font-size: 16px; 
	--main-font-weight: 400; 
	--main-line-height: 25px; 
	--font-family:'Montserrat', sans-serif;
  --font-heading:'Montserrat', sans-serif;
  --font-rubik:'Montserrat', sans-serif;
  --preloder-color:#0f3485;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#d2202d;
  --blue-color:#29368a;
  --red-color:#d2202d;
}

body {
	font-family: var(--font-rubik)  !important;
    font-weight:var(--main-font-weight);
	font-size:var(--main-font-size);
	color:var(--main-text-color);
	line-height:var(--main-line-heigh);
	background: var(--main-bg-color);
font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.4px;
margin:0px;
padding: 0px;
  background:#fff url(../images/bacground-image.png); 
  background-size: cover;
	
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover,a:focus{
	text-decoration: none;
}
ol {
    list-style: decimal inside;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: var(--font-family);
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-rubik);
}
b,
strong {
    font-weight: 600;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #196dbc;
}
::selection {
    background: #196dbc;
    color: #fff;
}
::-moz-selection {
    background: #196dbc;
    color: #fff;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
	outline:none;
	
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #196dbc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #196dbc; 
}


/*****************
Typography
*****************/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
font-family: var(--font-family);
}


.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;
    line-height: 30px;
    padding-bottom: 40px;
      font-family: var(--font-rubik);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
	color: #fff;
}
.color-white p{
	color: #fff;
}
p {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}

.letter-spacin-0{
	letter-spacing: 0px;
}
.letter-spacin-1{
	letter-spacing: 1px;
}
.letter-spacin--1{
	letter-spacing: -1px;
}

.image-shadow img{
	box-shadow: 0px 0px 30px #ccc;
}


/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
	overflow: visible !important;
}
.overflow-hidden{
	overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover {
    border: none !important;
    text-decoration: none;
    color: #ffffff !important;
}

/***************
VISUL CLASS
*************/

/*****************
Custom Column 
*****************/
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding: 0px 0px;
    width: 100%;
}
.section {
    width: 100%;
    display: inline-block;
vertical-align: top;
}
section{
     width: 100%;
    display: inline-block;
vertical-align: top;
}
[class*="col-"] {
    padding: 0px 15px;
}
.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}

/*****************
Custom Column
*****************/

/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
  background: #030915;
    bottom: -80px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 9999;
  color: #fff;

    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.scrollup.active {
    bottom: 92px;
    right: 15px;
}
.scrollup:hover {
    background-color:#196dbc;
}

/***************
page scrool
***************/

/*******************************
********NAV BAR*****************
*****************************/

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

#pull span{
width: 25px;
    height: 3px;
    background: #0c5f96;
    display: block;
    margin-bottom: 5px;
}

#pull{display:none; cursor: pointer;}
.nav{
  margin-right: 15px;
}
#pull{display:none;}
.nav > ul{
 
font-family: var(--font-titel);
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
  
    

}
.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;margin:0px 8px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius:50px; 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  
    padding: 5px 30px 5px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #353539;
  line-height: 23px;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color: #196dbc; }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:2px 15px 1px 15px;
  background:#2e373c;
  border-top:1px #4a585f solid;text-transform:capitalize;font-weight:500;font-size:12px;color:#fff;line-height:18px;cursor:pointer;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:#196dbc;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/
/***************MPBILE MENU***********/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #374348;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
  display: none;
}

.sidenav a {
  
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav ul li a{
  padding: 15px;
  border-bottom: 1px solid #283135; 
}
.sidenav ul li a.toggle{
  position: relative;

}
.sidenav ul li a.toggle:after{
    content: "\f107";
    position: absolute;
    right: 12px;
    top: 13px;
    font-family: fontAwesome;
}

.mobile-menu li.current-menu-item a{
  color:#fff;
  background:#e92489; 
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.pus-icon{
  display: none;
}

.inner-drop{
  display: none;
}


/***************MPBILE********/

/****************
TOP HEADER
******************/
.header-main{
  width: 100%;

}

.header-main > div > .container{
    max-width: 1500px;
  
}

.logo-left {
    padding: 0px 15px;
}
.top-header{
  background-color: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #f1f1f1;
  padding: 23px 0px;
}
.top-right{
 display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 25px;
}

.inner-ca{
  font-size: 14px;
  text-transform: uppercase;
  font-weight:600;
  color:#4d4d4d;
}
.inner-ca > img {
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12);
    margin-right: 8px;
}


.clcik-ca,
.sign-ca {
    margin-left: 6px;
    cursor: pointer;
}

.login-register{
position: relative;
    padding: 1px 25px;
    border-left: 1px solid #d5d9df;
}

.cart-top{
  position: relative;
}

.cart-top span{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #196fbf;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    right: -14px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 17px;
    font-weight: 500;
}

.top-middle {
    max-width: 440px;
    width: 100%;
}
.seacrh-bar {
    background: #f7f7f7;
    overflow: hidden;
    border-radius: 5px;
     border: 1px solid #f7f7f7;
    display: flex;
}
.seacrh-bar input[type=text]{
  width: 100%;
     background: #f7f7f7;
  border:none;
  padding: 10px 20px;
  font-size: 14px;
  color: #53565a;
}
.seacrh-bar button{
  background:#196fbf url(../images/search-icon.png); 
  width:43px;
  height: 42px;
border:none;
cursor: pointer;
}


.pho-top{
color: #353539;
font-size: 16px;
margin-right: 40px;
}
.pho-top a{
  color: #196fbf;
  font-size: 16px;
  font-weight: 600;
}
.pho-top a:hover{
   color: #196fbf; 
}
a.top-link{
  font-size: 14px;
  color: #80828c;
  font-weight: 600;
  letter-spacing: 0px;
  margin-right: 40px;
}
.top-link:hover{
     color: #196fbf; 
}


.menubar{
  background-color: #ffffff;
width: 100%;
display: inline-block;
vertical-align: top;
padding: 14px 0px;
}

.home-banner{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.home-banner img{
  width: 100%;
}

/***********************
FOOTER
***********************/
a.footer-phone,
a.footer-phone:hover {
    background: #196fbf;
    border-radius: 5px;
    padding: 10px 35px;
    font-size: 24px;
    color: #fff;
}
a.footer-phone i{
    color: #fff;
    margin-right: 10px;
}
a.footer-phone strong{
  color: #fff;
}
.footer{
  padding-top: 70px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
background-color: #eaeced;
}
.footer-holder{
width: 100%;

}
.footer-holder h4{
  font-size:16px;
  color: #525252;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.all-links-footer{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-holder ul{
  
}
.footer-holder ul li{
  margin-bottom: 4px;
  width: 100%;
  line-height:32px;
}
.footer-holder ul li a{
  color: #909090;
  font-size: 14px;
  font-weight: 600;
}
.socil-footer{
  display: flex;
  flex-direction:column; 
}
.socil-footer li{
width: auto !important;
margin-right: 8px;
}
.socil-footer li a{


}
.footer-logo{
     margin-bottom: 24px;
    display: inline-block;
    vertical-align: top;
}

.footer-upder-sec{
  border-top: 1px solid #dddddd;
  padding: 20px 0px;
  margin-top: 30px;
}

.footer-upder-sec p{
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #595959;
}
.footer-upder-sec p a{
  color: #ec4046;
}


.socil-footer li a i{
  color: #353539;
  font-size: 18px;
  width: 28px;
}
.footer-holder form{
  display: flex;
}
.footer-holder form input[type=email]{
background: #fff;
    font-size: 13px;
    color: #657c48;
    border: none;
    padding: 12px 15px;
    flex: 0 0 217px;
    margin-right: 12px;
    font-weight: 500;
    color: #fff;
}
.footer-holder form input[type=submit]{
    background: #196fbf;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 12px 15px;
    font-weight: 600;
    cursor: pointer;
    }

/**************
FOOTER END
**************/




/********************
PRODUCT LIST
********************/
.section-product-list{
  background-color: #f6f9fc;
  padding: 80px 0px;
}

.section-product-list h3{
  font-size: 30px;
    color: #3e443f;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 50px;
    padding: 0px 15px;
}

.porduct-holder{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.product-pic {
    overflow: hidden;
    position: relative;
    width: 100%;
display: inline-block;
	height:330px;
vertical-align: top;

}
.product-pic:after{
  content:"";
  position: absolute;
  left: 0px;
  bottom: 0px;
 background: rgb(0 0 0 / 49%);
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  transform: translate(100%,0px);
}
.porduct-holder:hover .product-pic:after{
    transform: translate(0px,0px);
}
.product-pic > .holder{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top:0px;
  background-size: cover !important;
  background-position: center top !important;
}
.product-pic > img{
  width: 100%;
}

.product-data{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.product-data h4{
  font-size: 16px;
  color: #9ea1a6;
  font-weight: 600;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0px;

}
.product-data h4 a{
  color: inherit;
}
.data-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-buton{
 background-color: #196dbc;
    border-radius: 50px;
    color: #fff !important;
    font-size: 13px;
    padding: 7px 15px;
    display: inline-flex;
    vertical-align: top;
}
.cart-buton:hover{
  color: #fff;
}
.cart-buton img{
  margin-right: 6px;
}
.data-footer span{
  font-size: 16px;
  font-weight: 600;
}

.product-pic .woosw-btn {
	overflow:hidden;
    position: absolute;
    top: 9px;
    right: 9px;
    z-index: 10;
    width: 37px;
    height: 37px;
    background: #ea2762;
    border-radius: 50px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    transform: translate(100px, 0px);
    transition: all 0.3s;
}
.product-pic .woosw-btn:hover i{
  color: #fff;
}
.porduct-holder:hover .product-pic .woosw-btn{
   transform: translate(0px, 0px);
   transition: all 0.3s;

}

a.cart-icon {
    position: absolute;
    top:60px;
    right: 9px;
    z-index: 10;
    width: 37px;
    height: 37px;
    background: #196dbc;
    border-radius: 50px;
    text-align: center;
    line-height: 37px;
    color: #fff;
     transform: translate(100px, 0px);
    transition: all 0.8s;
}
a.cart-icon:hover i{
  color: #fff;
}
.porduct-holder:hover a.cart-icon{
   transform: translate(0px, 0px);
       transition: all 0.8s;

}




/******************
cart page
******************/



.number-spinner {
   width: 85px;
   border-radius:4px;
   background-color: #fff; 
    line-height: 30px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    border: none;
    overflow: hidden;
    position: relative;
    display: table;
}
.number-spinner input {

  font-size: 1em;
  padding: 0;
     margin: 4px 0px 0px 0px;
  border: none;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.number-spinner input:focus {
  outline: none;
}
.number-spinner .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.number-spinner .ns-btn a {
     padding: 0 6px;
     font-weight: 500;
}
.number-spinner .ns-btn .icon-minus:after {
  content: "\002212";
    font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 38px;
  font-weight: 600;
}
.number-spinner .ns-btn .icon-plus:after {
  content: "\00002B";
    font-family: 'FontAwesome';
  font-size: 14px;
  line-height: 35px;
  font-weight: bold;
}

.section-cart-page{
  padding: 80px 0px;
  background: #f5f6f7;
}

.cart-table thead th {
    vertical-align: bottom;
    border: none !important;
    background: #196dbc;
    color: #fff;
    font-size: 15px;
       font-weight: 600;
           padding: 16px 10px;
     }

     .line-item {
     display: flex;
    align-items: center;
}
.item-tabils {
    width: 72px;
    height: 65px;
    border-radius: 5px;
    border: 1px solid #efefef;
    overflow: hidden;
    margin-right: 14px;
}
.cart-table tr td{
  background-color: #fff;
  font-weight: 500;
  color: #484848;
  font-size: 15px;
      padding: 22px 15px;
      border: none !important;
}
.cart-table tr td .number-spinner{
    background: #f3f3f3  !important;
    border-radius: 3px;
    width: 96px !important;
    display: flex;
    justify-content: center;
    padding: 0px;
}

.cart-table tr{
  border-bottom:1px solid #e8ecf0; 
}

a.remove-rows {
    background: #fff;
    color: #333333;
    width: 28px;
    display: block;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    box-shadow: 0px 0px 5px #eaeaea;
    margin-top: 15px;
}
.item-titels p{
margin-bottom: 0px;
}
.table {
  margin-bottom: 0px !important;
}

.tabilcart-footer {
    background: #edeff2;
    padding: 27px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.code-fild{
  background-color: #ffffff;
  overflow: hidden;
  border-radius:4px; 
      display: flex;
}
.code-fild input[type=text] {
    border: none;
    padding: 8px;
    color: #848484;
    font-size: 14px;
        max-width: 178px;
}
.code-fild input[type=submit]{
    background-color: #196dbc;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 3px 14px;

}
.upade-btn{
background-color: #196dbc;
    border: none;
    color: #fff !important;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 4px;
}

.cart-right-side{
  background-color: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.right-titel{
background-color: #196dbc;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 5px;
    margin-bottom: 0px;
}
.cart-right-wrraper{
   padding: 25px;
   width: 100%;
   display: inline-block;
   vertical-align: top;
}
.total-tabil {
   
    overflow: auto;
}
.total-tabil tr:first-child{
border-top: none !important;
}
.total-tabil tr{
  border-top: 1px solid #e8ecf0 !important;
}
.total-tabil tr td{
  border: none;
  padding: 17px 0px;
}
.total-tabil tr td span{
  font-size: 19px;
}
.total-tabil tr td span.larg-price{
  font-size: 23px;
  font-weight: 500;
}

.full-btn{
    background-color: #196dbc;
    border: none;
    color: #fff !important;
    font-size: 19px;
    padding: 12px 14px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

.calculate-form{
  background-color: #ffffff;
  border-radius:7px; 
  padding: 24px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
      box-shadow: 0px 0px 10px #ececec;
}
.calculate-form h3{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 18px;
}
.cal-fild{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.cal-fild label{
  width: 100%;
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 6px;
}
.cal-fild input[type=text],
.cal-fild input[type=email],
.cal-fild select{
width: 100%;
    background-color: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 3px;
    padding: 6px;
}
.cal-fild select{
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:none;
   background:#fff url(../images/arrow-selet.png);
   background-repeat:no-repeat;
   background-position: right; 

}

.checkout-login{
  width: 100%;
  display: flex;
}

.checkout-login-left{
  flex: 0 0 100%;
    max-width:100%;
}

.fild-check{
  width: 100%;
  display: inline-block;
  vertical-align: top;
      margin-bottom: 10px;
}
.fild-check label{
  font-family: 15px;
  width: 100%;
}
.fild-check label sup{
color: #f00;
    font-size: 17px;
    top: -1px;
}

.fild-check input[type=email],
.fild-check input[type=password],
.fild-check input[type=text],
.fild-check input[type=tel]{
background-color: #ffffff;
    border: 1px solid #e8ecf2;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    padding: 6px;

    font-size: 15px;

}
.fild-check select{
  background-color: #ffffff;
    border: 1px solid #e8ecf2;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    padding: 6px;
     font-size: 15px;
}
.fild-check select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/arrow-selet.png);
    background-repeat: no-repeat;
    background-position: right;
}

.fild-check-button input[type=submit]{
border-radius: 4px;
    background: #196dbc;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 7px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.fild-check-button {
    display: flex;
    justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
}
.fild-check-button a{
  color: #626262;
  transition: all 0.3s;
  font-size: 14px;
  margin-bottom: 4px;
}
.fild-check-button a:hover{
  color: #196dbc;

}

.checkout-login-middle{
flex: 0 0 15%;
    max-width: 15%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkout-login-middle:after{
  content: "";
  position: absolute;
     left: 50%;
  top:0px;
  width: 1px;
  height: 100%;
  background-color: #d7dfe9;
}

.line-sprater {
    font-size: 19px;
    color: #545454;
    background: #f4f7fb;
    position: relative;
    z-index: 10;
    padding: 8px 0px;
}

.checkout-login-right{
     flex: 0 0 38%;
    max-width: 38%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.facebook-login,
.google-login{
  background: #fff;
    border-radius:4px;
    max-width: 100%;
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    box-shadow: 10px 8px 15px #edf0f5;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: left;
    transition: all 0.3s;
    border:1px solid #eaebec; 

}
.facebook-login i,
.google-login i{
  margin-right: 8px;
  font-size: 18px;
}
a.facebook-login{
  background-color: #3a5998;
  color: #fff !important;
}
a.google-login{
  background-color: #de4d3a;
  color: #fff !important;
}

.fild-checkboxs{
  font-size: 15px;
  width: 100%;
  margin: 10px 0px;
}

.billeng-form{
  width: 100%;
  display: inline-block;
  vertical-align: top;
 
}
.billeng-form h3{
  font-size: 20px;
  font-weight: 600;
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fild-check-button2 input[type=submit]{
  border-radius: 4px;
    background: #196dbc;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

.your-order-table thead{

}
.your-order-table thead tr{

}
.your-order-table thead tr th {
    border: none;
    font-size: 16px;
    color: #373737;
    padding: 10px 0px;
    font-weight: 600;
}
.your-order-table tbody tr{
border-bottom: 1px solid #e8ecf0;
}
.your-order-table tbody tr td {
    padding: 14px 0px;
    border-bottom: none !important;
}

.border-none-table tr ,
.border-none-table tr td {
   border: none !important;
}
.border-none-table tr td{
      padding: 13px 0px;
}
.paymentboxs{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.paymentboxs h3 {
    font-size: 20px;
    font-weight: 600;
    color: #505050;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/**************************
PRODUCT DEAILIS 

*************************/


.section-detail-page{
  padding: 80px 0px 0px 0px;
  background: #f5f6f7 url(../images/bacground2.png);
  background-position: top;
}
.woovr-variation {
border: 1px solid #d6d6d6;
position: relative;
background-color: #ffffff;
padding: 14px;
    border-radius: 3px;
    width: 100%;
  display:flex;
    margin: 10px 0px;
}
.price-full{
width: 100%;
    display: flex;
    /* vertical-align: top; */
    align-items: center;
    justify-content: space-between;
    padding-left:10px; 
    margin: 0px;
}
.product-right-prices input[type=radio]{
  margin-top: 5px;
}
.col-custom-12 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding:10px 0px;
}
#product1{
border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 15px #f3f3f3;
}
#product2{
  margin: 20px 0px;
}

.product-slide-thumb{
border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 15px #f3f3f3;
    height: 100px;
}
.product-slide-thumb img{
  object-fit: cover;
}

#product1.owl-theme {
  position: relative;
}
#product1.owl-theme .owl-next, #product1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.owl-theme .owl-nav {
    margin-top: 0 !important;
}
#product1.owl-theme .owl-prev {
  left: 10px;
}
#product1.owl-theme .owl-next {
  right: 10px;
}


.product-slide-img{
  position: relative;
  margin-bottom: 15px;
}


 .product-zoom-image {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }
 .product-slide-img{
  position: relative;
  overflow: hidden;
 }
 .product-slide-img > img{
  width: 100%;
 }

.tabs-nav {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}

.tabs-nav ul {

width: 100%;
display:flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-top: 50px;
margin-bottom: 0px;

}

.tabs-nav li {
  display: inline-block;

  color: #3c433d;

  margin-right: 30px;
}

.tabs-nav a {
  display: block;
  padding: 12px 25px;
  font-weight: 600;
  color: #848484;
  text-transform: capitalize;
  font-size: 14px;
}
/* Active tab */

.tabs-nav li.active {
  background: #196fbf;
  color: #fff;
  position: relative;
  border-radius:50px; 
}


.tabs-nav li.active a {
  color: inherit;
}
/* Tab content */

.tabs-content {
     padding:30px;
background: #fff;
    overflow: hidden;
    margin-top: 35px;
    border: 1px solid #ebebeb;
}
.tabs-content p{
  font-size: 16px;
  color: #696969;
  line-height: 26px;
}


.tabs-content > div:not(:first-child) {
  display: none;
}

.details-right-bar h1{
font-size: 50px;
font-weight: 600;
color: #3e443f;
margin-bottom: 20px;
}
.left-pan {
     padding: 0px 5px;
    flex: 0 0 180px;
}
.old-price{
  font-size: 13px;
}
.right-pan {
    padding: 0px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.right-pan strong{
  font-size: 16px;font-size: 14px;
    margin-top: 6px;}
.mid-pan {
       padding: 0px 5px;
}
ul.receive-details {
    display: flex;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0px;
}
ul.receive-details li {
    margin-right: 5px;
    
}
ul.receive-details li i{
color: #ffc107;
}
ul.receive-details li a{
  color: #8c8c8c;
  font-weight: 600;
  margin-left: 10px;
}
.stocks{

font-size: 16px;
}
.stocks span{
  color: #1fba38;
  font-weight: 600;
}

.right-pan > a{
   color: #388cda;
  font-weight: 600;
  border-bottom:1px solid #388cda;
}
.qushan-form{
  display: block !important;
}

.question-list{
width: 100%;
}
.question-list li {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    width: 100%;
}
.question-list li strong {
text-transform: capitalize;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    width: 100%;
}
.question-list li strong i{
  font-size: 25px;
    color: #196dbc;
    margin-right: 10px;
}

.filds input[type=text],
.filds input[type=email],
.filds textarea{
width: 100%;
    background: #f7f7f7;
    padding: 8px;
    border: none;
    margin-bottom: 10px;
}

.filds input[type=submit]{
  background-color: #196dbc;
    border: 2px solid #196dbc;
    color: #fff !important;
    font-size: 15px;
    padding: 17px 40px;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
}
ul.item-list {
    display: flex;
    flex-wrap: wrap;

}
ul.item-list li {
 width: 50%;
    flex: 0 0 50%;
    font-size: 15px;
    margin-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
    padding: 6px;
        font-size: 16px;
    color: #696969;
    line-height: 26px;
}
.product-larg-price{
  font-size: 30px;
  color: #196fbf;
  font-weight: 600;
  line-height: 34px;
margin-bottom: 5px;
   width: 100%;

}
.mid-pan strong{
    color: #196fbf;
}
.product-size{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.size-det{
  display: flex;
}
.size-det li{
  margin-right: 10px;
}
.size-holder input[type=radio]{
display: none;

}
.size-det label {
    width: 34px;
    height: 34px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 34px;
    text-transform: uppercase;
    color: #7b7b7b;
}
.size-det input[type="radio"]:checked+label {
  background-color: #196dbc;
    border: 1px solid #196dbc;
    color: #fff;
    transition: all 0.3s;
}

.product-size strong{
  font-size: 15px;
  font-weight: 600;
  color: #434445;
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}
.color-det,
.small-desc{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  color: #626569;
}
.color-det strong,
.small-desc strong{
   font-size: 15px;
  font-weight: 400;
  color: #434445;
}
.color-det  span,
.small-desc  span{
   font-weight: 600;
}
.details-bar{
  display: flex;
  flex-wrap:wrap;
  width: 100%; 
  margin-bottom:40px;
 margin-top:23px; 
align-items: center;
}
.details-bar span{
  font-weight: 600;
  font-size: 15px;
  color: #5a6065;
  margin-left: 20px;

}
.shipins{
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
.details-bar span img{
  margin-right: 10px;
}
.spiners{
  width: 100%;
  max-width: 100px;
  display: inline-block;
  margin-right: 10px;
  color: #414248;
}
.shipins strong{
  color: #414248;
  font-weight: 600;
}
.shipins ul li{
  display: flex;
  justify-content: space-between;
}
.shipins ul li{
  width: 100%;
  color: #7a7a7a;
  font-weight: 500;
  margin-top:10px;

}
.shipins ul li a{
 background: #2888de;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    padding: 3px 4px;
    margin-left: 7px;
}
.number-spinner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dfe3ea;
  border-radius:0px; 
  padding: 4px 7px;
}
.number-spinner button{
width: 20px;
    height: 20px;
    font-weight: 600;
    color: #686c73;
    border: none;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px #e8e8e8;
    padding: 0px;
    background: #dfe3ea;
}
.number-spinner input[type=text]{
  background:none !important;
  color: #8a8a8a;
  width: 60px;
  font-weight: 600;
}

.cart-bigg-btn{
  margin-top: 15px;
background-color: #196dbc;
    border:2px solid #196dbc; 
    margin-bottom: 10px;
    color: #fff !important;
    font-size: 15px;
    padding: 17px 40px;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
   
}

.wishlist-btn{
  margin-top: 15px;
   margin-bottom: 10px;
background-color: #e8ebf1;
    border: none;
    color: #434852 !important;
    font-size: 15px;
    padding: 17px 40px;
    border-radius: 0;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-weight: 600;
    text-align: center;
    margin-right: 10px;
    text-transform: uppercase;
    border:2px solid #d1d5de; 
}
.cats-det{
      width: 100%;
    margin-bottom: 18px;
}
.cats-det a {
    color: #196dbc;
}
ul.shares-socil {
    display: flex;
}
ul.shares-socil li{
  margin-right: 15px;
}
ul.shares-socil li a{
  color: #272727;
}
.details-right-bar{
  padding-left: 45px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.section-related{
  padding:60px 0px 30px 0px;
}
.section-related h3{
  color: #3e443f;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.or-login-middle {
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin:10px 0px;
}
.or-login-middle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 100%;
    height: 1px;
    background-color: #d7dfe9;
}
.or-sprater {
    font-size: 16px;
    color: #acb3bd;
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 9px 22px;
    font-weight: 600;
}
.section-login-page{
  padding: 80px 0px;
  background: #f5f6f7;
}
.modal-body{
  padding: 0px !important; 
}
.modal-content {

    border: none !important;
    border-radius: 10px !important;
    outline: 0;
}
.register-login-holder{
  background-color: #fff;
  border-radius:15px;
  border:1px solid #eef1f7; 
  padding:30px 40px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.register-login-holder h3{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  color: #3e443f;
  font-weight: 600;
  text-align: left;
 
}
.register-login-holder p{
  text-align: left;
  margin-bottom: 20px;
}

.socil-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.socil-login a{
  margin: 5px 0px;
  text-align: center;
}
.fild-full-withd{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.fild-full-withd input[type=text], 
.fild-full-withd input[type=tel], 
.fild-full-withd input[type=email], 
.fild-full-withd input[type=password] {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    padding: 11px 16px;
    border: 1px solid #e1e1e1;
    color: #727272;
    font-weight: 500;
    font-size: 14px;
}

.fild-full-withd input[type=submit]{

  
    border-radius: 4px;
    background: #196fbf;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 13px 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.row-flex{
display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.forgot-pass{
  flex: 0 0 50%;
  color: #969595;
  font-weight: 500;
}

.fild-full-withd-link{
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  font-weight: 500;
}
.fild-full-withd-link a{
  color: #196dbc;
text-decoration: underline !important;
}
.fild-full-withd-link a:hover{
   color: #196dbc;
}

/************************
FILTER list page
************************/

.filter-bar{
width: 100%;

    margin-bottom: 20px;
}
.filter-holder{
  padding: 15px 15px 0px 15px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}


.jquery_accordion_item {
  display: inline-block;
  width: 100%;
vertical-align: top;
margin-bottom:20px;
}
.jquery_accordion_title {
  font-size: 16px;
  color: #3c433d;
  display: block;
  line-height: 140%;
  padding: 8px 40px 8px 8px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.jquery_accordion_title:after {
      content: "";
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    border: 6px solid transparent;
    border-top-color: #cacaca;
    transition: border 400ms, margin 400ms;
    margin-top: -3px;
}
.jquery_accordion_item.active .jquery_accordion_title:after {
  border-color: transparent;
  border-bottom-color: #333;
  margin-top: -9px; /* fixing arrow position */
}
.jquery_accordion_content {
  padding: 8px;
  display: block;
  color: #333;
  width: 100%;
}
.jquery_accordion_content > *:first-child {
  margin-top: 0;
}


#slider {
  width: 200px;
  margin-top: 20px;
}

.ui-widget-content {
  height: 6px;
  background-color: #f1f5f7;
  border: none;
  position: relative;
  border-radius:50px; 
  width: 97%;
}

.ui-widget-header {
  background-color: #f1f5f7;
  position: absolute;
  height: 100%;
}

.ui-slider-handle {
  top: -6px;
  height: 17px;
  width: 17px;
  background-color: #196dbc;
  border-radius: 10px;

  position: absolute;
}
.color-filter{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.color-box input[type=radio] {
    display: none;
}
.color-box input[type="radio"] +label{
  border: 1px solid #f0f0f0;
  border-radius:4px;
  overflow: hidden;
  margin-bottom: 0px; 
}
.color-box input[type="radio"]:checked+label {

    border: 1px solid #000;
    color: #fff;
    transition: all 0.3s;
}

.section-list-page{
  padding: 80px 0px;
  background: #f5f6f7;
}

.product-list-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    padding: 0px 15px;
}
.prduct-sharting{

}
.prduct-sharting label{
  text-transform: uppercase;
}
.prduct-sharting select{
    padding: 9px;
    width: 200px;

  font-size: 14px;
  color: #909892;
  border: none;
-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f7f7f7 url(../images/sharing.png);
    background-repeat: no-repeat;
    background-position: right;
}
.page-nav{
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}
.page-nav li{
  width: 24px;
  height: 24px;
  background: #eceee7;
  border-radius:50px;
  text-align: center;
  line-height: 24px;
  font-size: 14px; 
  margin-left: 8px;
}
.page-nav li.pagenav-acctove{
    background: #196dbc;
    color: #fff;
}
.page-nav li a{
  color: #6b6c6b;
}

.search-filter{
background: #f1f5f7;
display: flex;
justify-content: space-between;
border: none;
width: 100%;
}
.search-filter input[type=text]{
flex: 0 0 86%;
    max-width: 86%;
    background: none;
    border: none;
    font-size: 14px;
    padding: 10px;
}
.search-filter button[type=submit]{
  background:none;
  border: none;
  color: #b2babe;
}
.price-range{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#priceRange{
  border: none;
  background: none;
  margin-bottom: 15px;
}

.filter-catagoris{
  margin-bottom: 0px;
}

.filter-catagoris li{
padding-left: 18px;
width: 100%;
margin-bottom: 8px;
position: relative;
}
.filter-catagoris li:after{
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #196dbc;
  border-radius:50px; 
  left: 0px;
top: 8px;
  
}

.filter-catagoris li a{
  font-size: 15px;
  color: #494e47;
}
.filter-catagoris li a:hover{
  color: #196dbc;
}

.size-filter .size-det{
  margin-bottom: 0px;
  justify-content: space-between;

}

.clear-btn{
    background: #196dbc;
    color: #fff;
    width: 100%;
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 12px 7px;
}

/***********************
BLOG
*************************/
.blog-sidebar{
  width: 100%;
  display: inline-block;
  vertical-align:top;
  background-color: #fff;
  border-radius:10px; 
  padding: 25px;
  margin-bottom: 30px;
}
.blog-sidebar:last-child{
  margin-bottom: 0px;
}
.blog-sidebar h4{
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 600;
  color: #202223;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
  vertical-align: top;
}

.search-blog {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.search-blog input[type="text"] {
    background: #f5f6f7;
    border: none;
    font-size: 14px;
    padding: 12px;
    flex: 0 0 100%;
    max-width: 240px;
}
.search-blog button {
    background-color: #196dbc;
    color: #fff;
    border: none;
    padding: 0px 6px;
    flex: 0 0 56px;
    max-width: 56px;
    text-align: center;
   
}
.related-post{
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}
.related-thumb {
    width: 82px;
    height: 78px;
    flex: 0 0 82px;
    max-width: 82px;
    margin-right: 15px;
    border-radius:4px;
    overflow: hidden; 
}
.related-thumb > img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.related-data{

}
.related-data p{
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 6px;
}
.related-data p a{
  color: inherit;
}
.related-data span{
  font-size: 13px;
  color: #196fbf;
  text-transform: uppercase;
}
.blog-sidebar-cat-list{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-sidebar-cat-list li {
    padding-left: 18px;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
}
.blog-sidebar-cat-list li a {
    font-size: 15px;
    color: #494e47;
    font-weight: 500;
    transition: all 0.3s;
}
.blog-sidebar-cat-list li a:hover{
  color: #196dbc;
}
.blog-sidebar-cat-list li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #196dbc;
    border-radius: 50px;
    left: 0px;
    top: 8px;
}

.post-holder{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
.post-holder h3,
.post-holder h1{
font-size: 36px;
color: #3c3c3c;
line-height: 45px;
width: 100%;
display: inline-block;
vertical-align: top;
font-weight: 600;
letter-spacing: 0px;
}

.artical-bar {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 18px 0px;
    border-top: 1px solid #f1f1f3;
}
.artical-bar li{
  font-size: 14px;
  text-transform: uppercase;
  color: #6e6e6e;
  font-weight: 500;
  margin-right:30px;
}
.artical-bar li span {
    margin-right: 8px;
}
.top-post-home {
    display: flex;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}
.date-home{
  color: #425926;
  font-size: 14px;
  font-weight: 500;
  padding-right: 10px;
}
.aothor-home{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
}
.post-home-data h4{
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 30px;
}
.post-home-data > a{
      background: #6aa423;
    color: #fff !important;
    padding: 13px 27px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;
} 
.pic-bolg{
width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}
.pic-bolg > img{
  width: 100%;
}
.pic-bolg > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
    background-position: center !important;
}
.blog-full-data{
  background-color: #fff;
  padding: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.blog-full-data p{
  color: #555962;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}


.blog-full-data .quote {
color: #555962;
    background: #ffffff url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: left 10px top 10px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    padding: 25px;
    box-shadow: 0px 0px 15px #f3f4f5;
    font-style: italic;
    border-left: 4px solid #d22027;
}

.post-btn{
background-color: #196dbc;
    border-radius: 50px;
    color: #fff !important;
    font-size: 14px;
    padding: 7px 22px;
    display: inline-flex;
    vertical-align: top;
    text-transform: uppercase;
}
.post-nav{
  width: 100%;
  margin-bottom: 20px;
}
ul.shares-this {
    display: flex;
    align-items: center;
}

ul.shares-this li{
font-size: 16px;
color: #202223;
font-weight: 500;
margin-right: 10px;
}
.facebook-icon{
background-color: #1c77c4;
color: #fff !important;
width: 32px;
height: 32px;
display: block;
border-radius:100px;
text-align: center;
line-height: 32px;
font-size: 14px;
font-weight: 400; 
}

.twitter-icon{
background-color: #43bffd;
color: #fff !important;
width: 32px;
height: 32px;
display: block;
border-radius:100px;
text-align: center;
line-height: 32px;
font-size: 14px;
font-weight: 400; 
}

.pinterest-icon{
background-color: #e63636;
color: #fff !important;
width: 32px;
height: 32px;
display: block;
border-radius:100px;
text-align: center;
line-height: 32px;
font-size: 14px;
font-weight: 400; 
}
.instagram-icon{
background-color: #ec4bd7;
color: #fff !important;
width: 32px;
height: 32px;
display: block;
border-radius:100px;
text-align: center;
line-height: 32px;
font-size: 14px;
font-weight: 400; 
}


.comment-part{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.comment-part > h2{
  font-size: 24px;
  letter-spacing: 0px;
  color: #2c3e50;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
  font-weight: 600;
}
.comment-post{
  width: 100%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 48px;
}
.comment-data{
  border: 1px solid #e4e4e4;
  position: relative;
  width: 100%;
  padding: 35px 35px 35px 70px;
}

.avters {
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 28px;
    border-radius: 100px;
    overflow: hidden;
    width: 84px;
    height: 84px;
}
.comment-data strong {
    display: block;
    font-size: 15px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 4px;
}
.comment-data span{
  font-size: 13px;
  color: #b7b7b7;
}
.comment-data p{
  font-size: 15px;
  color: #555962;
  line-height: 26px;
  width: 100%;
  margin-top: 15px;
}

a.replay-btn {
    position: absolute;
    right: 22px;
    top: 41px;
    background: #196dbc;
    border-radius: 50px;
    font-size: 13px;
    color: #fff !important;
    padding: 4px 14px;
    letter-spacing: 1px;
}
.comment-fild{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.comment-fild input[type=text],
.comment-fild input[type=email],
.comment-fild input[type=tel],
.comment-fild textarea{
  width: 100%;
  background-color: #fff;
  border: 1px solid #e2e2e2;

  color: #8c949d;
  font-size: 14px;
     padding: 15px;
  border-radius:4px;
  display: inline-block;
  vertical-align: top; 

}
.comment-fild input[type=submit]{
    background-color: #196dbc;
    cursor: pointer;
    border-radius:4px;
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 40px;
    display: inline-flex;
    vertical-align: top;
    text-transform: uppercase;
    border: none;
}
.contact-page-holder {
      position: relative;
    margin-bottom: -50px;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.contact-infos{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.contact-infos h3{
font-size: 30px;
font-weight: 600;
color: #3c433d;
letter-spacing: 0px;
}
.contact-infos p{
  
}
.addres-contact li{
  display: flex;
margin-bottom: 20px;
}
.addres-contact li i{
  width: 50px;
  height: 50px;
  background-color: #196dbc;
  border-radius:100px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  flex:0 0 auto;  
}
.addres-contact li div{
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
.addres-contact li div strong{
    font-weight: 600;
    margin-bottom: 5px;
}
.addres-contact li div p{
  margin-bottom: 0px;
}
.phone-contact{
font-size: 19px;
color: #2f3328 !important;
}
.phone-email {
    font-size: 16px;
    color: #2f3328 !important;
}
.addres-contact {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.contact-form{
 width: 100%;
    display: inline-block;
    vertical-align: top;
}
.contact-form h3{
      font-size: 30px;
    font-weight: 600;
    color: #3c433d;
    letter-spacing: 0px;
}
.section-conatct-page{
  padding: 80px 0px 0px 0px;
  background: #f5f6f7;
}
.map-full{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.map-full iframe{
width: 100%;
height: 570px;
display: inline-block;
vertical-align: top;
margin-bottom: 0px;
 filter: grayscale(100%);
}








.section .top-side {
  text-align: center;
}


.product-list-home{
padding: 70px 0px;
}

.section.portfolio .filters {
  text-align: left;

}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {

list-style: none;
    display: inline-block;
    padding: 7px 0px;
    cursor: pointer;
    position: relative;
font-size: 15px;
color: #343b45;
font-weight: 600;
text-transform: uppercase;
margin-right:35px; 
  transition: all 0.3s;

}
.section.portfolio .filters ul li.activefilter{
color: #196dbc;
border-bottom:2px solid #196dbc;
}

.section.portfolio .filters ul li.activefilter:after{
  content: "";
  position: absolute;
  left: 0px;
}

.section.portfolio .filters ul li:hover {
color: #196dbc;
  transition: all 0.3s;
  border-bottom:2px solid #196dbc;
}
.section.portfolio .filters ul li.activefilter {

  transition: all 0.3s;
}
.section.portfolio .filters-content {
  margin-top: 25px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}

.section-cat-list-home{
  width: 100%;
}
.section-cat-list-home .container{
  max-width: 1500px;
}

.grid-item {
overflow: hidden;
}
.grid-item .cata-card{
     min-height: 340px !important;
  width: 100%;
  height: 340px;
  background: #e5f2d6;
  position: relative;
}
.grid-item .cata-card img{
  height: 100%;
  object-fit: cover;
    transition: transform .4s;
    width: 100%;
}
.grid-item:hover .cata-card img{
  transform: scale(1.1);
}

.grid-item .card-item-5 {
    height: 704px;
    min-height: 340px !important;
}

.card-item-5 img{

}

.card-titel{
  background: #196dbc;
  position: absolute;
  left: 0px;
  bottom: 20px;
  display: inline-block;
  vertical-align: top;
  color: #fff !important;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 35px;
  z-index: 10;
  transition: all 0.3s;
}
.grid-item:hover .card-titel{
    background: #0d3861;
      color: #fff !important;
}

.section-clients{
  padding:80px 0px;

}
.review-holder {
    padding: 20px 30px;
background: #f7f7f7;
    position: relative;
    margin-bottom: 30px;
    min-height: 254px;

}
.review-holder::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    background-image: url(../images/rvw_arw.png);
    width: 30px;
    height: 29px;
    background-repeat: no-repeat;
}
.review-holder figure {
    margin-bottom: 18px;
}
.review-holder figure img{
  max-width: 100%;
  width: auto !important;
}
.review-holder p{
  color: #6d6d6d;
  font-size: 17px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.star-rating{
  display: flex;
  color: #ffc63d;
  margin-top: 6px;
}
.star-rating li{
  font-size: 14px;
  margin-right: 5px;
}

.slide-review-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-review-bottom .cntnt h3 {

    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #3d3d3d;
    margin-bottom: 0;
}


.page-in-titel {
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    letter-spacing: 0px;
    color: #343b45;
}
.clients-holder {
    display: flex;
    width: 100%;
    align-items: center;
}
.clients-thumb {
    flex: 0 0 130px;
    height: 130px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 80px;
    border: 8px solid #fff;
}
.page-imges-holder {
    float: left;
    width: 600px;
}

.clients-slider {
width: 100%;
position: relative;
margin-top: 35px;
}
.clients-data{
display: flex;

    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.clients-data img{
  width: auto !important;
  max-width: 100%;
  margin-bottom: 40px;
}
.clients-data p{
  font-size: 20px;
  color: #343b45;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
    margin-bottom: 40px;
}
.clients-data strong{
color: #196dbc;
font-weight: 600;
font-size: 20px;
}
.clients-data small{
  font-size: 12px;
  color: #9c9c9d;
  text-transform: uppercase;
  font-weight: 600;
}

.clients-slider .owl-dots {
    position: absolute;
    right: 57%;
    bottom: -57px;
}
.clients-slider .owl-dots .owl-dot span{
  background: #dde1e7 !important;
}
.clients-slider .owl-dots .owl-dot.active span{
  background: #373935 !important;
}
.section-cards {
    margin-top: 80px;
    margin-bottom: 80px;
}
.card-bgs{
  background: #196fbf;
padding:48px 30px; 
  border-radius:5px;
  width: 100%;
  display: inline-block;
  vertical-align: top; 

}
.pay-card-data {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 50px;
} 
.pay-card-data > span{
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
font-weight: 700;
}
.pay-card-data > strong{
font-size:34px;
color: #fff;
line-height: 40px;

text-transform: capitalize;
}
.pay-card-data > strong span{
font-size:34px;
color: #fff;
font-weight: 300;
display: block;
}
a.apply-btn,
a.apply-btn:hover{
    background: #ffffff;
    color: #323232;
    padding: 13px 27px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;

}
.pay-card-img {
position: relative;
    margin-top: -201px;
    transform: translate(47px, 72px);
}


.section-blog-home {
    margin-top: -215px;
    margin-bottom: 70px;

}

.custom-flex{
  display: flex;
  flex-wrap:wrap;
  align-items: center; 
  justify-content: space-between;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 50px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.custom-flex h1{
  font-size: 34px;
  color: #88b050; 
  font-weight: 700;
}
.bradcam{
  display: flex;
  color: #969ca2;
  font-weight: 500;
}
.bradcam{
  margin-bottom: 0px;
}
.bradcam a{
  color: #969ca2 !important;
  text-transform: uppercase;
  font-size: 14px;
  padding:2px 4px;
  display: block;
  font-weight: 600; 
}
.show-product-count{
   color: #969ca2 !important;
  text-transform: uppercase;
  font-size: 14px;
  padding:2px 4px;
  display: block;
  font-weight: 600; 
}
.dropdun{
    color: #969ca2 !important;
  text-transform: uppercase;
  font-size: 14px;
  padding:2px 4px;
  display: block;
  font-weight: 600; 
}
.dropdun select{
    font-weight: 600; 
background:none;
border: none;
 color: #196dbc !important;
}

.pagenav{
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagenav li{
font-size: 14px;
color: #000;
}
.pagenav li a{
  font-size: 14px;
color: #000;
    padding: 5px 13px;
border-radius: 3px;
display: block;
font-weight: 600;

}
.pagenav li.acctivenav a{
background-color: #253858;
color: #fff;
}

.section-list-page {
    padding: 60px 0px 60px 0px;
    background: #f5f6f7 url(../images/bacground2.png);
    background-position: top;
}

/************************
RESPOSIVE STYLE START
*************************/

@media screen and (max-width:1258px) {
.top-middle {
    max-width: 366px;
    width: 100%;
}
.nav > ul > li > a {

    padding: 5px 15px 5px 0px;

}
}

@media screen and (max-width:1184px) {
.top-middle {
    max-width: 340px;
    width: 100%;
}
a.top-link {
    font-size: 14px;
margin-right: 30px;

}
}

@media screen and (max-width:1138px) {
.top-middle {
    max-width: 300px;
    width: 100%;
}
a.top-link {
    font-size: 14px;
margin-right: 30px;

}
}
@media screen and (max-width:1098px) {
.top-middle {
    max-width: 250px;
    width: 100%;
}
a.top-link {
    font-size: 14px;
margin-right: 20px;

}
.nav > ul > li > a {
font-size: 12px;
    padding: 5px 15px 5px 0px;

}
}


@media screen and (max-width:1028px) {
  .footer-holder form {
    display: flex;
  flex-wrap: wrap;
    width: 100%;
}

.footer-holder form input[type=email] {
  
    font-size: 13px;
    color: #657c48;
    border: none;
    padding: 12px 15px;
    flex: 0 0 100%;
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    width: 100%;
}
.footer-holder form input[type=submit] {
    background: #343b45;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 12px 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}
  .menubar{
   
  }
.sidenav{
  display: block;
}
.pus-icon {
    display: block;
    background: #196dbc;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    line-height: 35px;
    margin-right: 15px;
}
.top-right {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 25px 15px 25px;
    width: 100%;
    justify-content: space-between;
    background: #f7f7f7;
}
.cart-top {
    position: relative;
    margin-right: 15px;
}

.top-header {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #f1f1f1;
    padding: 23px 0px 0px 0px;
}
.logo-left {
    padding: 0px 15px 15px 15px;
}
.top-middle {
    max-width: 56%;
    width: 100%;
    padding-right: 0px;
}
}

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

  ul.item-list li {
    width: 100%;
    flex: 0 0 100%;
    font-size: 15px;
}
  .page-imges-holder {
    float: left;
    width: auto;
}

  .pay-card-data {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 0;
}
.pay-card-data > strong span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    display: block;
}
.pay-card-data > strong {
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    text-transform: capitalize;
}

a.footer-phone, a.footer-phone:hover {
    background: #196fbf;
    border-radius: 5px;
    padding: 10px 35px;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
}
.post-home-data{
  margin-bottom: 30px;
}
.details-right-bar {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.details-right-bar h1 {
    font-size: 30px;
    font-weight: 600;
    color: #3e443f;
    margin-bottom: 20px;
}

}
@media screen and (max-width:767px) {
	.product-pic {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: inline-block;
     height: auto;
    vertical-align: top;
}
.section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 7px 0px;
    cursor: pointer;
    position: relative;
    font-size: 15px;
    color: #343b45;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 35px;
    transition: all 0.3s;
    width: 100%;
}
.pay-card-img {
    position: relative;
    margin-top: 0;
    transform: translate(47px, 10px);
}
.pay-card-data {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
}
a.apply-btn, a.apply-btn:hover {
    background: #fff;
    color: #323232;
    padding: 13px 27px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.section-cards {
    margin-top: 0;
    margin-bottom: 40px;
}
.top-middle {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px;
    order: 3;
    margin-bottom: 15px;
}
.logo-left {
    padding: 0px 15px 15px 15px;
    order: 1;
}
.top-right{
  order: 4;
}
.pus-icon{
    order: 1;
}
}

@media screen and (max-width:600px) {
  .post-holder h3, .post-holder h1 {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 24px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    letter-spacing: 0px;
}
.header-main > div > .container {
    max-width: 100%;
}
  .pho-top {
    color: #353539;
    font-size: 16px;
    margin-right: 0;
    width: 100%;
}
.clients-holder {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.clients-data img {
    width: auto !important;
    max-width: 39px;
    margin-bottom: 12px;
}
.clients-slider .owl-dots {
    position: absolute;
    right: auto;
    bottom: -57px;
    left: 0px;
}
.clients-data p {
    font-size: 18px;
    color: #343b45;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 40px;
}
.clients-data p {
    font-size: 18px;
    color: #343b45;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 12px;
}
.section-clients {
    padding: 40px 0px;
}
.post-home-data h4 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 11px;
}
.section-blog-home {
    margin-top: -215px;
    margin-bottom: 30px;
}
.footer {
    padding-top: 40px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  
}
.product-list-home {
    padding: 40px 0px;
}
.section-cat-list-home .container {
    max-width: 100%;
}
  .tabs-nav li {
    display: inline-block;
    color: #3c433d;
    margin-right: 30px;
    width: 100%;
}
}
@media screen and (max-width:500px) {
  .price-full {
    width: 100%;
    display: flex;
    /* vertical-align: top; */
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    margin: 0px;
    flex-wrap: wrap;
}
  .price-full > div{
    flex: 0 0 100%;
  }
  .right-pan {
    padding: 0px 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
  .right-pan img{
    margin-right: 10px;
  }
.custom-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 20px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}

/***********checkout*********/

.text-group{
margin-bottom: 15px;
}
.text-group span{
  font-size: 13px;
  font-weight:600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #787878;
}
.text-group h3{
  font-size: 24px;
  color: #88b050;
  font-weight: 600;
    display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 100%;
}
.text-group p{
  font-size: 14px;
  color: #848484;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 10px;
}
.fild-full{
width: 100%;
margin-bottom: 10px;
}
.fild-full input[type=text],
.fild-full input[type=password],
.fild-left input[type=text]{
border: 1px solid #d0d0d0;
background: #f5f6f7;
padding: 10px;
width: 100%;
font-size: 13px;
}
.text-group input[type=submit] {
    border: 1px solid #2c3e50;
    text-transform: uppercase;
    color: #2c3e50;
    background: #f5f6f7;
    padding: 10px 35px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
   
}
.label-row {
    width: 100%;
    display: flex;
 margin-bottom:  15px;
    align-items: center;
}
.label-row label{
font-size: 11px;
color: #666666;
font-weight: 600;
width: auto;
line-height: 18px;
}
.label-row a{
color: #88b050;
font-size: 14px;
font-weight: 500;
margin-left: 20px;
}
.label-row label input[type=checkbox]{
margin-top: 3px;
}
.form-rows {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
}
.fild-left{
  flex: 0 0 70%;
  max-width: 300px;
   margin-right: 10px;
   margin-bottom: 5px;
}
.fild-right{
 margin-bottom: 5px;
}

.section-biling{
  width: 100%;
  padding: 80px 0px;
}
.heading-bild{

}
.heading-bild h3{
  font-size: 24px;
  color: #2c3e50;
  font-weight: 600;
      margin-bottom: 35px;
}
.fild-checkboxs label{
   font-size: 24px;
  color: #2c3e50;
  font-weight: 600;
  line-height: 20px;
}
.fomr-biling{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.fomr-biling input[type=text],
.fomr-biling input[type=email],
.fomr-biling input[type=tel],
.fomr-biling select,
.billeng-form input[type=text],
.billeng-form input[type=email],
.billeng-form input[type=tel],
.billeng-form select{
    border: 1px solid #d0d0d0;
    background: #fff;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
}
.pay-fild{
  width: 100%;
}
.slide-checkbox{
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}
.slide-checkbox input[type="checkbox"] {
margin-right: 8px;
}
.pay-slide1{
  padding-top: 10px;

}
.pay-slide1 a{
  color: #88b050;
}
.pay-slide1 input[type=text],
.pay-slide1 select{
     border: 1px solid #d0d0d0;
    background: #fff;
    padding: 10px;
    
    font-size: 13px;
    margin-bottom: 15px;
}
.billeng-form textarea{
 border: 1px solid #d0d0d0;
    background: #fff;
    padding: 10px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
}
.fomr-biling label{
    font-size: 11px;
    color: #666666;
    font-weight: 600;
    line-height: 18px;
}
.section-order{
  background:#f5f6f7;
  background-position:right;
  padding: 90px 0px;
}


.order-top-titel{
      font-size: 24px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 35px;
}

.section-order .table{

}
.section-order .table thead{

border-radius:3px;
border: none; 
}
.section-order .table thead th{
    border: none;
    color: #505050;
    padding: 20px 16px;
    font-weight: 600;
      background-color: #eceff1;
}
.section-order .table tbody tr:nth-child(even){
  background-color: #eceff1;

} 
.section-order .table tbody tr:nth-child(odd){
  background-color: #fff;

} 
.section-order .table tfoot tr td{
  border: none;
  font-size: 13px;
  font-weight: 500;
  color: #484848;
padding: 5px;
}
.section-order .table tfoot tr td .total{
color: #98b96d;
font-size: 20px;
}
.table-product {
    display: flex;
    align-items: center;
}
.table-product span{
  font-size: 14px;
  color: #46464b;
  font-weight: 500;
  margin-left: 10px;
}
.price-table {
    font-size: 14px;
    color: #88b050;
    font-weight: 500;
    margin-top: 20px;
}
.qunty{
     font-size: 14px;
    
    font-weight: 500;
    margin-top: 20px;
}
.table-product img {
    flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 3px;
}
.pay-fild {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding: 10px 0px;
}
.pay-slide1{
  display: none;
}
.oder-btn{
  width: 100%;
  text-align: right;
}
.place-order {
    border-radius: 4px;
    background: #88b050;
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding: 13px 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}



/* The container */
.slide-checkbox  {

  position: relative;
    padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
}

/* On mouse-over, add a grey background color */
.slide-checkbox :hover input ~ .checkmark {
  background-color: #88b050;
}

/* When the checkbox is checked, add a blue background */
.slide-checkbox  input:checked ~ .checkmark {
  background-color: #88b050;
   border: 1px solid #88b050;
}

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

/* Show the checkmark when checked */
.slide-checkbox  input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.slide-checkbox  .checkmark:after {
left: 7px;
    top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section-inner-furniture{
  background: #f5f6f7;
    padding: 60px 0px 60px 0px;
}
.videos{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.imgs img{
  width: 100%;
}
.videos iframe{
  height: 361px;
  width: 100%;
}
.well-text1 h3{
  font-weight: 500;
  font-size: 18px;
}
.well-text1 {

    margin-top: 20px;
   
   
}
.well-text1 ul li {
    position: relative;
    padding-left: 25px;

    color: #252628;

    margin-bottom: 8px;
}
.well-text1 ul li:after {
    top: 5px;
    content: "";
    position: absolute;
    left: 0px;
    background: url(../images/checks2.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.sec-options3 {
    padding: 60px 0px;
}
.sec-options3 h3{
      font-size: 24px;
    letter-spacing: 0;
    font-weight: 600;
    color: #343b45;
    margin-bottom: 30px;
}

.text-well-white1 {
    background: #f3f3f3;
    padding: 30px;
    min-height: 435px;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.text-well-white1 h4 {
    font-size: 23px;
    margin-bottom: 15px;
}

.text-well-white1 ul li {
    position: relative;
    padding-left: 25px;

    color: #252628;

    margin-bottom: 8px;
}
.text-well-white1 ul li:after {
    top: 5px;
    content: "";
    position: absolute;
    left: 0px;
    background: url(../images/checks2.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}
.spance-gap .col-lg-3{
  margin-bottom: 15px;
}

.validate-postcode, .validate-phone, .validate-state, .validate-email {
    width: 50%;
    float: left;
    clear: none !important;
}
div#customer_details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
div#customer_details .col-2 {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 100%;
}
div#customer_details .col-1 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
