@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@font-face {
	font-family: Montserrat-Regular;
	src: url(../assets/fonts/Montserrat-Regular.otf);
}
@font-face {
	font-family: Montserrat-Bold;
	src: url(../assets/fonts/Montserrat-Bold.otf);
}
@font-face {
	font-family: Montserrat-Light;
	src: url(../assets/fonts/Montserrat-Light.otf);
}
ul {
	margin: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px !important;
}
/*------------------------------Header Start-------------------------------------*/
.header {
	width: 100%;
	float: left;
	border-bottom: 3px solid #ff5542;
}
.top-info {
	width: 100%;
	float: left;
	background: #eee;
}
.contact-info ul {
    float: left;
    padding: 0;
    margin: 0;
}
.contact-info ul li {
	display: block;
	list-style: none;
	float: left;
	padding: 7px 0px;
	margin-left: 10px;
	font-size: 13px;
	color: #9d9d9d;
	letter-spacing: 1px;
}
.logo img {
	padding: 10px;
}
.menu-bar {
	width: 100%;
	float: left;
	margin-top: 24px;
}
.menu-bar .navbar {
	border-radius: 0px;
}
.menu-bar .navbar-inverse {
	background: #fff;
	border: none;
}
.menu-bar .navbar-nav > li > a {
    text-transform: capitalize;
    letter-spacing: 1px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #333;
    background-color: #fff;
}
.menu-bar .dropdown-cart li:last-child {
	border: none;
}
.menu-bar .dropdown-cart li {
	padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}
.menu-bar .dropdown-cart .media .media-right  {
	padding-left: 0;
}
.menu-bar .dropdown-cart .media .media-right a {
	    background: #ad0707;
    padding: 4px 7px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}
.menu-bar .dropdown-cart .media .media-body p {
	    margin: 0;
    font-size: 11px;
}
.menu-bar .dropdown-cart .media  .media-heading {
    font-size: 12px;
}
.menu-bar .dropdown-cart .media .media-left a img {
    height: 40px;
}
.menu-bar .dropdown-cart {
    min-width: 210px;
    padding: 10px;
}
.menu-bar .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #333 !important;
}
.menu-bar .nav > li > a {
    padding: 12px 10px;
    font-size: 15px;
}
.complaint-block
{
	float:left;
}
.modal-header h2 {
	text-align: center;
	padding: 10px 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #1b50a1;
}
/*------------------------------Header End-------------------------------------*/


/*------------------------------Slider Start-------------------------------------*/
.slider {
	width: 100%;
	float: left;
	padding: 15px 0px;
}
/*------------------------------Slider End------------------------------------*/


/*------------------------------Introduction Start------------------------------------*/
.introduction {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(460px, -100px) rotate(180deg);
	-ms-transform: translate(460px, -100px) rotate(180deg);
	transform: translate(460px, -100px) rotate(180deg);
	-webkit-transition: all 0.2s 0.4s ease-in-out;
	transition: all 0.2s 0.4s ease-in-out;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.hovereffect p {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
	letter-spacing: 1px;
	font-family: Montserrat-Light;
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 30px 0 0 0;
	background-color: transparent;
	-webkit-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.hovereffect:hover p {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.hovereffect:hover a.info {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.introduction-desc {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.introduction-desc h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #ff5542;
	width: 150px;
	margin-bottom: 20px !important;
}
.introduction-desc p {
	text-align: justify;
	color: #666;
	letter-spacing: 1px;
}
.service-image {
	width: 100%;
	float: left;
}
.service-image img {
	margin-top: 40px;
}
/*------------------------------Introduction End------------------------------------*/


/*------------------------------Footer Start------------------------------------*/



/*------------------------------Footer Start------------------------------------*/
.our-services {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.content-details {
	width: 100%;
	float: left;
}
.our-services h5 {
	padding: 30px 0px;
	letter-spacing: 1px;
}
/*------------------------------Footer Start------------------------------------*/
.footer {
	width: 100%;
	float: left;
	border-top: 3px solid #ff5542;
	margin-top: 20px;
	background: #293a4a;
	padding: 30px 0px;
}
.footer h5 {
	color: #6e7c91;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	padding-bottom: 20px;
	font-weight: bold;
}
.footer ul {
	padding: 0px;
}
.footer ul li {
	list-style: none;
	color: #fff;
	font-family: Montserrat-Light;
	letter-spacing: 1px;
	padding-bottom: 3px;
}
.footer ul li a {
	color: #fff;
	text-decoration: none;
	font-family: Montserrat-Light;
	letter-spacing: 1px;
	padding-bottom: 3px;
}
.footer .glyphicon {
	width: 20px;
	float: left;
}
.social-icon {
	width: 100%;
	float: left;
}
.social-icon ul li {
	list-style: none;
	width: 50px;
	height: 50px;
	float: left;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	margin-left: 5px;
}
.social-icon ul li:nth-child(1) {
	margin: 0px;
}
.social-icon ul li a {
	color: #293a4a;
	font-size: 20px;
}
/*------------------------------Footer End------------------------------------*/



/*------------------------------Enquiry Form start------------------------------------*/
.enquiry-form {
	width: 100%;
	float: left;
	font-family: Montserrat-Light;
	margin-bottom: 20px;
}
.enquiry-form h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #ff5542;
	max-width: 100px;
	margin-bottom: 20px !important;
	margin-left: 15px !important;
}
.space-block {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.enquiry-form input {
	height: 40px;
}
.enquiry-form select {
	height: 40px;
}
.enquiry-form button {
	letter-spacing: 1px;
}
.complaint-block select
{
	font-family:Montserrat-Light;
	margin-bottom:20px;
}
.complaint-block input
{
	margin-bottom:20px;
	font-family:Montserrat-Light;
}
.complaint-block textarea
{
	font-family:Montserrat-Light;
}
.complaint-block button
{
	width:100%;
	margin-top:20px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.complaint-block .modal-title
{
	text-align:center;
}
/*------------------------------Enquiry Form End------------------------------------*/


/*--------------------------------Sub footer Start----------------------------------*/
.sub-footer {
	width: 100%;
	float: left;
	text-align: left;
	padding: 10px 0px;
	letter-spacing: 1px;
	font-family: Montserrat-Light;
	background: #212e3b;
	color: #6e7c91;
	font-size: 13px;
}
/*-----------------------------Sub footer End-------------------------------------*/



/*-----------------------------About Us Start-------------------------------------*/
.about-banner {
	width: 100%;
	float: left;
}
.about-intro {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.about-intro h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #ff5542;
	width: auto;
	margin-bottom: 20px !important;
	max-width:200px;
}
.about-intro p {
	text-align: justify;
	color: #666;
	letter-spacing: 1px;
}
.about-feature {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.about-feature p {
	letter-spacing: 1px;
}
.about-feature .glyphicon {
	width: 5%;
	float: left;
	padding-bottom: 15px;
}
.about-feature .content-line {
	width: 95%;
	float: left;
	padding-bottom: 15px;
}
.contact-block {
	width: 100%;
	float: left;
	padding: 40px 0px;
}
.contact-block h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	width: auto;
	margin-bottom: 20px !important;
}
.contact-block .list-group-item {
	font-family: Montserrat-Light;
	letter-spacing: 1px;
}
/*-----------------------------About Us End-------------------------------------*/



/*-----------------------------Career Start-------------------------------------*/
.career-block
{
	width:100%;
	float:left;
	padding:50px 0px;
}
.career-block h3
{
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #ff5542;
	margin-bottom: 20px !important;
}
.career-block label
{
	margin-bottom:10px;
	margin-top:10px;
	letter-spacing:1px;
}
.career-block input
{
	height:40px;
}
.career-block select
{
	height:40px;
}
.career-block button {
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 20px;
}
/*-----------------------------Career End-------------------------------------*/


/*-----------------------------Responsive Start-------------------------------------*/
@media screen and (max-width:1024px)
{
	.menu-bar .nav > li > a
{
	padding:10px;
}
}
@media screen and (max-width:768px) {
.menu-bar .nav > li > a
{
	padding:10px;
}
.service-image img {
	margin: 0 auto;
}
.hovereffect {
	width: auto;
	margin-bottom: 20px;
}
.our-services img {
	margin: 0 auto;
}
.our-services h5 {
	text-align: center;
}
.space-block {
	margin-bottom: 0px;
}
.enquiry-form input {
	margin-bottom: 20px;
}
.enquiry-form select {
	margin-bottom: 20px;
}
.contact-block iframe {
	width: 550px !important;
	height: 350px !important;
	margin-top: 20px;
}
.menu-bar
{
	margin-top:0px;
}
.menu-bar .navbar-inverse {
	background: #222;
}
.menu-bar .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff !important;
}
.complaint-block img
{
	margin-bottom:20px;
}
}
@media screen and (max-width:320px) {
.hovereffect {
	width: auto;
	margin-bottom: 20px;
}
.enquiry-form h3 {
	width: auto;
}
.space-block {
	margin-bottom: 0px;
}
.enquiry-form input {
	margin-bottom: 20px;
}
.enquiry-form select {
	margin-bottom: 20px;
}
.contact-block iframe {
	width: 270px;
	height: 200px;
	margin-top: 20px;
}
.about-feature h3
{
	padding:20px 0px;
}
}

/**Product**/
.product-page {
  padding: 40px 0; }
  .product-page .sidebar-style-1 .filter-options h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
    margin-bottom: 2em; }
  .product-page .sidebar-style-1 .filter-options .filter-options-item {
    margin-bottom: 15px; }
    .product-page .sidebar-style-1 .filter-options .filter-options-item .select-c {
      display: none; }
    .product-page .sidebar-style-1 .filter-options .filter-options-item:last-child {
      margin: 0; }
    .product-page .sidebar-style-1 .filter-options .filter-options-item .filter-options-title {
      color: #333;
      text-transform: uppercase;
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 8px;
      margin-bottom: 23px;
      letter-spacing: 0.1em;
      font-weight: 500;
      position: relative;
      font-size: 14px; }
      .product-page .sidebar-style-1 .filter-options .filter-options-item .filter-options-title:before {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40px;
        border-bottom: 2px solid #0f62d4; }
    .product-page .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .product-page .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul li label {
        color: #333;
        font-weight: 500;
        font-size: 14px; }
        .product-page .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul li label i {
          font-size: 75%; }
        .product-page .sidebar-style-1 .filter-options .filter-options-item .filter-options-content ul li label input {
          margin-right: 5px;
          height: 15px;
          vertical-align: sub;
          width: 15px; }
.product-btn-detail {
    display: flex;
	    justify-content: center;
}
.product-btn-detail a {
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 200;
}
.product-btn-detail a:hover {
	text-decoration: none;
}
.product-btn-detail a:first-child {
    background: #1f1c46;
    color: #fff;
}
.product-btn-detail a:last-child {
    background: #049149;
    color: #fff;
}
  .product-page .products-all .product-item-p {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 5px;
	  padding: 5px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0), 0 3px 6px rgba(0, 0, 0, 0.09); }
    .product-page .products-all .product-item-p .product-inner-h {
      text-align: center;
      padding: 10px; }
      .product-page .products-all .product-item-p .product-inner-h img {
        height: 125px;
        width: auto;
        margin: 0 auto; }
    .product-page .products-all .product-item-p .product-inner-h h5 {
    height: 34px;
    text-align: center;
    line-height: 14px;
    margin: 10px 0 !important;
}

.ul-cart li .btn-checkout{
    background: #ff5542;
    color: #fff;
}
.ul-cart li .btn-checkout:hover,
.ul-cart li .btn-checkout:focus {
    background: #cc2412;
    color: #fff;
}
.ul-cart {
    margin: 0;
        text-align: right;
    list-style: none;
    padding: 0;
}
.ul-cart li {
    display: inline-block;
    padding-right:10px;
}
.ul-cart li:last-child {
    padding-right:0px;
}
        .product-page .products-all .product-item-p .product-inner-h h5 a {
          color: #333;
          font-size: 15px;
          font-weight: 400; }
          .product-page .products-all .product-item-p .product-inner-h h5 a:hover {
            text-decoration: none; }
      .product-page .products-all .product-item-p .product-inner-h h6 {
        margin: 0;
		  font-size: 14px;
        font-weight: 400;
        text-align: center; }
        .product-page .products-all .product-item-p .product-inner-h h6 span {
          font-weight: 500;
          padding-left: 5px; }
          .product-page .products-all .product-item-p .product-inner-h h6 span i {
            font-size: 80%; }
  .product-page .products-paginate {
    margin-top: 20px; 
float: right;}
    .product-page .products-paginate ul {
      justify-content: center; }
      .product-page .products-paginate ul li a {
        font-family: "Nunito", sans-serif;
        color: #333; }
        .product-page .products-paginate ul li a:hover, .product-page .products-paginate ul li a:focus {
          outline: none;
          box-shadow: none; }
      .product-page .products-paginate ul li.active a {
        border: 1px solid #333;
        background: #333;
        color: #fff; }
.mb-30 {
	margin-bottom: 30px;
}

.product-qv-right .prod-name {
	    font-size: 1.8em;
    margin-bottom: 10px !important;
}
.product-qv-right  .cat-bread {
    display: block;
    font-size: 11px;
    color: #333;
}
.product-qv-right .product-desc p {
	    font-size: 12px;
    color: #505050;
    font-family: inherit;
    margin: 5px 0;
}
.product-qv-right .product-desc h4 {
	font-size: 13px;
    text-decoration: underline;
}
.product-qv-right .product-desc {
    margin: 10px 0;
}
.product-qv-right .prod-code {
    font-size: 12px;
    color: #656565;
    display: block;
}
.product-qv-right  .prod-qv-price del {
	    font-size: 12px;
    color: #909090;
}
.product-qv-right .product-btn-qv {
   display: block;
	margin-top: 10px;
}
.product-qv-right  .prod-qv-price {
    font-size: 20px;
    display: block;
}
.product-qv-right .product-btn-qv a {
	text-decoration: none;
}
.product-qv-right .product-btn-qv a {
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 200;
}
.product-qv-right .product-btn-qv a:last-child {
	background: #049149;
	color: #fff;
}
.product-qv-right .product-btn-qv a:first-child {
    background: #1f1c46;
    color: #fff;
}
.product-qv-right .product-btn-pd {
	margin-top: 10px;
}
.product-qv-right .product-btn-pd a {
    background: #1f1c46;
    color: #fff;
	padding: 5px 15px;
	font-size: 15px;
	border-radius: 4px;
	display: inline-block;
    font-weight: 200;
}
.product-qv-right .product-btn-pd a:hover,.product-qv-right .product-btn-pd a:focus {
	background: #049149;
	text-decoration: none;
}
.navbar-right .dropdown.open a:hover,
.navbar-right .dropdown.open a:focus {
	background: transparent !important;color: #000 !important;
}
.cart-page .media .media-body {
	padding-left: 10px;
}
.cart-page .media .media-body .prod-name {
  font-size: 1.3em;
    margin-bottom: 2px !important;
}
.cart-page .media .media-body  .cat-bread {
    display: block;
    font-size: 11px;
    color: #333;
}
.cart-page {
	padding: 40px 0;
}
.checkout-page h4 span {
	font-family: Montserrat-Light;
    font-size: 12px;
	font-weight: 300;
	float:right;
}
.checkout-page {
	padding: 40px 0;
}
.checkout-page .list-group .list-group-item .media .media-left img {
    height: 40px;
}
.checkout-page .yourcart {
    display: flex;
    justify-content: space-between!important;
    width: 100%;
}
.checkout-page .yourcart span {
	font-size: 20px;
}
.checkout-page .yourcart .badge  {
	float: right;
	font-size: 80%;
    line-height: 16px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.checkout-page .list-group .list-group-item .media .media-body h4  {
	font-size: 15px;
}

.checkout-page .list-group .list-group-item .media .media-body h5 {
	font-size: 11px;
    color: #8e8e8e;
}
.checkout-page .list-group .list-group-item.total-checkout {
    font-size: 18px;
}
.checkout-page .list-group .list-group-item .media .media-right{
	width: 30%;
    text-align: right;
 }
 .payment-tab {
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
}

.payment-tab h4 {
	color: #777;
    font-size: 17px;
    font-family: Montserrat-Light;
    margin-bottom: 10px !important;
    display: block;
}
.payment-tab ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
.payment-tab ul li {
	font-family: Montserrat-Light;
    font-size: 14px;
    font-weight: 300;
}
.payment-tab ul li label input {
	vertical-align: top;
}
.btn-checkout {
    background: #293a4a;
    color: #fff;
    width: 100%;
    padding: 7px;
    font-size: 15px;
    font-family: inherit;
}
.btn-checkout:hover,.btn-checkout:focus {
	color:#fff !important;
	background: #049149;
}

.order-status-page {
	padding:40px 0;
}
.order-status-page .order-success {
    text-align: center;
}
.order-status-page .order-success a:hover,
.order-status-page .order-success a:focus {
	background: #049149;
	color: #fff;
	text-decoration: none;
}
.order-status-page .order-success a {
    background: #293a4a;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px;
}
.order-status-page .order-success h4 {
    font-size: 26px;
    margin-bottom: 10px !important;
}
.order-status-page .order-success i {
    color: #049149;
    font-size: 3em;
    border: 2px solid #049149;
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.product-details {
	padding: 40px 0 20px 0;
}
.product-desc-fea {
	padding:20px 0 40px 0;
}

.product-desc-fea .tab-content {
    padding: 15px 0;
}
.signin-up ul li:last-child a {
    border: none;
}

.signin-up ul li a {
	padding: 5px 10px;
	color: #333;
    display: inline-block;
    border-right: 1px solid #33333380;
}
.signin-up ul li a:hover {
	text-decoration: none;
}
.signin-up ul li {
    display: inline-block;
}
.signin-up ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.signin-up {
    float: right;
}
@media (min-width: 768px) {
.modal-dialog.modal-main {
    width: 400px;
    margin: 30px auto;
}
}

.modal-register .modal-header h2 {
    font-size: 19px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #1b50a1;
}

.modal-register a { 
	color:#333;
}

.my-account {
	padding: 40px 0;
}
.my-account .dashboard-list {
    background: #333;
    padding: 8px 15px;
}
.my-account .dashboard-content {
    border: 1px solid #ebebeb;
    padding: 30px;
}
.my-account .dashboard-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px !important;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.my-account .label-control {
    color: #333 !important;
    padding: 0!important;
    font-family: Montserrat-Light!important;
    font-size: 13px!important;
    display: inline-block!important;
}
.my-account .dashboard-list li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 12px 0;
	font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.my-account .dashboard-list li a.active,.my-account  .dashboard-list li a:hover ,.my-account  .dashboard-list li a:focus {
    color: #fff;
	    background: transparent;
}
.my-account .view,.my-account  .view-cart {
    background: #293a4a;
    color: #fff;
    padding: 5px 12px;
    text-transform: capitalize;
}
.my-account .dashboard-list li:not(:last-child) a {
    border-bottom: 1px solid #ebebeb;
}
.my-account .dashboard-list li.active a:after {
    content: ">";
    margin-left: 5px;
    -webkit-transition: 0.10s;
    transition: 0.10s;
}
.my-account .billing-address {
    font-family: 'Poppins';
    margin: 10px 0 !important;
    display: block;
}
.my-account p {
	font-family: 'Roboto';
}
.btn-dark {
	color: #fff;
	font-family: 'Poppins';
	font-size: 14px !important;
    background-color: #343a40;
    border-color: #343a40;
}
.table-nowrap tr td {
	white-space: nowrap;
}

.product-qv-left .mySlides {
    display: none;
    margin-bottom: 10px;
}

.product-qv-left .mySlides .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.product-qv-left .mySlides img {
    width: 397px;
    height: 215px;
}
.product-qv-left .prev {
        cursor: pointer;
    position: absolute;
    top: 16%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: auto;
    padding: 7px 12px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 3s;
}
.product-qv-left .next {
    cursor: pointer;
    position: absolute;
    top: 16%;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    width: auto;
    padding: 7px 12px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 3s;
}
.product-qv-left  .row .column .demo {
    opacity: 0.5;
    height: 85px;
    width: 120px;
}