/*Header Cart Css*/



@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v121/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-iconss {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.cart-icon {
  position: relative;
   width: 28px;
}
.cart-icon .material-iconss {
  position: relative;
  top: 4px;
  z-index: 1;
  font-size: 18px;
  color: #808283;
}
.gst-line{
    padding: 15px 0px;
    text-align:left;
    font-size: 13px;
    font-weight: 700;
    text-align:right;
}
.right-align{
    text-align:right;
}
.cart-icon .count {
     position: absolute;
    top: 3px;
    right: -5px;
    z-index: 2;
    font-size: 9px;
    border-radius: 50%;
    background: #ffa113;
    width: 13px;
    height: 15px;
    line-height: 16px;
    display: block;
    text-align: center;
    color: #fff;
}
.login i{
    font-size:18px;
}
/*Header Css*/

.user-bars{
    position:relative;
    display:none;
}
.user-bars:after{
    position:absolute;
    content:'';
    background-color:#cacbcc;
    height:80%;
    width:2px;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
}

.user-bars:before{
    position: absolute;
    content: '';
    background-color:#cacbcc;
    height: 80%;
    width: 2px;
    left: 0;
    top: 0;
    bottom:0;
    margin:auto;
}

/*Shop-Page-Css*/

.shop-section {
	/*box-shadow: 0 83px 103px 0 rgb(150 176 203 / 26%);*/
	transition: .3s;
	position: relative;
	text-align: center;
	transition:all 0.3s ease;
	border-radius:10px;
}

.shop-section h3 {
	color: #4a4a4a;
}
.shop-section:hover{
        box-shadow: 0 3px 19px -5px #000000;
}
.overlay-section {
	position: absolute;
	content: '';
	z-index: -1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .7);
	background-image: linear-gradient(45deg, #f8f8f869, transparent);
	opacity: 0;
	top: 0;
	bottom: 0;
	transition: all .3s;
	border-bottom: 5px solid #ffa113;
	box-sizing: border-box;
	padding: 15px;
}

.shop-section:hover .overlay-section {
	opacity: 1;
	z-index: 999;
}

.product-btns a {
	background: #ffa113;
	color: #fff;
	font-size: 15px;
	padding: 8px 13px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
	transition-duration: 0.3s;
	text-align: center;
	color: #fff!important;
}

.price span {
    color: #333;
    font-weight: 400;
    margin-left: 3px;
    display: inline-block;
}

.rating-section {
	padding: 20px 0;
}

.price {
	padding: 10px 0;
}

.rating-section .fa, .price {
	font-size: 20px;
}

.rating-section .checked {
	color: orange;
}

.shop-img img {

	min-height: 300px;
	max-height: 350px;
	object-fit: cover;
	width:100%;
	border-radius:5px;
}

.shop-now-section, .section-padding {
	padding: 60px 0;
}


/*Login Page Css*/

.login-section {
	background-color: #f1f1f140;
}

.login-section .container {
	background-color: #fff;
    /*padding:0px;*/
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 1px 1px 20px 5px #efefef;
}

.login-side-img {
	background-image: url('https://www.assocham.org/assets/images/images/banner/login-banner.jpg');
	position: relative;
	padding: 40px 30px;
	z-index: 99;
	display: flex;
	align-items: center;
	background-size:cover;
}
.register-banner{
    	background-image: url('https://www.assocham.org/assets/images/images/banner/register-banner.jpg');
}
.forgot-password{
    	background-image: url('https://www.assocham.org/assets/images/images/banner/forgot-banner.jpg');
}
.register-form{
    padding-top:20px;
}
.login-side-img:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #ffa11380;
    left: 0;
    top: 0;
    z-index: -1;
}

.login-form {
	padding: 40px 30px;
}

.login-form  h2 {
	color: #ffa113;
}

.login-section p {
	font-size: 16px;
	line-height: 25px;
	padding-top: 15px;
	color: #c1c1c1;
	padding-bottom: 30px;
}

.login-section .login-form input[type="tel"], .login-form input[type="tel"], .login-section .login-form input[type="email"], .login-form input[type="email"], .login-form input[type="text"], .login-form input[type="password"] {
	width: 100%;
	border-left: 5px solid #ffa113;
	padding: 10px 15px;
	FONT-WEIGHT: 100;
	border: 1px solid #f4f4f4;
	border-left: 5px solid #ffa113;
	box-shadow: 0px 0px 1px #d2d2d2;
	position: relative;
	display: block;
	border-radius: 0!important;
	height: 45px;
	color: #555;
	font-size: 15px!important;
}

.login-form input[type="email"] {
	margin-bottom: 25px;
}

.login-form .field-icon {
	float: right;
	margin-right: 10px;
	margin-top: -30px;
	position: relative;
	z-index: 2;
}

.login-form  .fa-eye-slash:after {
	left: 10px;
	bottom: 0px;
}

.login-toggle-btn {
	margin: 14px 0 0;
	display: flex;
	justify-content: space-between;
}

.submit-btn {
	background-color: #ffa113;
	border: 0;
	width: 100%;
	max-width: max-content;
	border-radius: 5px;
	padding: 10px 15px;
	display: flex;
	margin: 30px auto 0;
	text-align: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.submit-btn:hover {
	color: #ffa113;
	background-color: #fff;
	box-shadow: 0px 0px 4px 4px #fafafa;
}

.social-icons {
	text-align: center;
	padding-top: 30px;
}

.social-icons ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding-left: 0;
}

.social-icons li a i {
	color: #ffa113;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	border: 1px solid #ffa113;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.col-md-6.login-side-img h2 {
    color: #ff9c05;
    text-shadow: 2px 2px 0px #fff;
}
.social-icons li a i:hover {
	color: #fff;
	background-color: #ffa113;
}

.left-content {
    background: #ffffffd9;
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 38%);
    border-radius: 4px;
}
.left-content h2 {
	text-align: center;
}

.left-content p {
    color: #000!important;
    padding-bottom: 15px;
}

.left-content .submit-btn {
    color: #ffffff;
    background-color: #ffa113;
    margin-top: 10px;
}

.left-content .submit-btn:hover {
	color: #fff;
	background-color: #ffa113;
	box-shadow: none;
}

/*Shop Detail Page*/

.product-image img {
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}
.product-image{
    	padding:15px;
    	border-radius:10px;
    	background-color:#fff;
}
.detail-page-breadcrumb {
	display: flex;
	list-style: none;
	/*background: #fff;
	box-shadow: 0px 0px 6px #f3f6fb;*/
	align-items: center;
	width: max-content;
	padding: 10px 5px;
	border-radius: 0;
}

.detail-page-breadcrumb li {
	position: relative;
}

.detail-page-breadcrumb li div{
	background-color: #f2f3f745;
	border-radius: 5px;
	padding: 8px 15px;
	margin: 0 15px 0 0px;
	display: inline-block;
}

.detail-page-breadcrumb li .active {
	background-color:grey;
	color: #fff;
}

.detail-page-breadcrumb li::before {
	position: absolute;
	width: 31px;
	height: 1px;
	background-color: #555556;
	content: "";
	right: -12px;
	top: 20px;
	z-index: 9;
	-webkit-transform: rotate(115deg);
	-ms-transform: rotate(115deg);
	transform: rotate(91deg);
}

.detail-page-breadcrumb li:last-child:before {
	display: none;
}

.detail-page-breadcrumb li:last-child a {
	margin-right: 5px;
}

.product-title h2 {
	color: #7a7a7a;
	padding: 10px 0 0;
}
.product-description h4{
    color:#ffa113;
}
.product-title {
	padding-bottom: 5px;
}

.shop-detail-section {
	background: #fafafc91;
}

.shop-detail-section .col-md-7 {
	background-color: #fff;
	box-shadow: 0px 0px 12px 0px #cbc4be14;
	padding:40px;
}

.quantity span {
	cursor: pointer;
}

.quantity {
    display:flex;
    flex-wrap:wrap;
}

.number {
    max-width: 100px;
    min-width:100px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.detail-page-breadcrumb li .print-col.active {
    background: #e65026;
}
.number input {
    width: 40px;
    border: 0;
    text-align: center;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    height: 35px;
}.shop-now-section .shop-section {
    border: 1px solid #EEE;
}
.detail-page-price {
    padding: 20px 0 0px;
}
.detail-page-price del {
    color: #BDBDBD;
    font-size: 22px;
}
.detail-page-price ins {
    padding: 0;
    background-color: transparent;
    text-decoration: none;
    opacity: 1;
    font-size: 22px;
    padding-left: 15px;
}
a.add-cart {
    background-color: #ffa113;
    color: #fff;
    padding: 5px 15px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid #ffa113;
    border-radius: 3px;
}
.woosw-wishlist {
    padding: 20px 0;
}
.woosw-wishlist i{
    color:red;
}
 .wl-btn:before {
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 18px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #cecece;
    margin-right: 10px;
    color: #767a79;
    font-weight: 400;
    position:absolute;
}
.product-image img {
    border: 1px solid #eee;
}
.wl-btn{
    position:relative;
}
.additional-info-section {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px #cbc4be14;
    padding: 40px;
    display: none;
}
.additional-info-section .nav-tabs{
    /*justify-content:center;*/
}

.additional-info-section .nav-tabs .active a{
    box-shadow: 0px 0px 7px #79797929;
    border: 0;
    border-bottom: 2px solid #ffa113!important;
    border-radius:0!important;
    color: #ffa113;
    font-size:700;
}
.additional-info-section  .nav-tabs>li>a{
    border:0!important;
}
.additional-info-section  .tab-pane{
    padding:30px 0 0;
}
.additional-info-section  .tab-pane p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #484848;

}
.related-products .shop-img img{
    min-height:300px;
    min-width:auto;
}
.related-products .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.related-products .owl-nav button.owl-prev {
  left: 0;
}
.related-products .owl-nav button.owl-next {
  right: 0;
}

.related-products .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.related-products .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.related-products .owl-dots button.owl-dot.active {
  background-color: #000;
}
.related-products .owl-dots button.owl-dot:focus {
  outline: none;
}
.related-products .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.related-products .owl-nav button:focus {
    outline: none;
}
.related-products  .owl-nav{
        display: none!important;
}
.related-products .heading-style1{
    margin:auto;
    margin-bottom:20px;
}
/*Cart Page Css*/
a.orng-text {
    color: #ffa113;
} 
.count-box{
    background-color: #fafafa;
    border: 1px solid #ccc!IMPORTANT;
    background-color: rgb(250, 250, 250);
    max-width: 70px;
    text-align:center;
}

.empty-cart .card {
    margin-bottom: 30px;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: .5px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, .05)
}

.empty-cart .card .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 24px;
    border-bottom: 1px solid #f6f7fb;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.empty-cart .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.empty-cart .card .card-body {
    padding: 30px;
    background-color: transparent
}
.empty-cart h3{
    color:#212529;
}
.woocommerce-cart-form {
    margin-bottom: 30px;
}
.table.shop_table, table.shop_table {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 21px;
    border: 0;
}
.table.shop_table thead, table.shop_table thead {
    border: 1px solid #e8e8e8;
}
.table.shop_table.cart>tbody>tr>td.product-thumbnail, .table.shop_table.cart>tbody>tr>th.product-thumbnail, .table.shop_table.cart>tfoot>tr>td.product-thumbnail, .table.shop_table.cart>tfoot>tr>th.product-thumbnail, .table.shop_table.cart>thead>tr>td.product-thumbnail, .table.shop_table.cart>thead>tr>th.product-thumbnail, table.shop_table.cart>tbody>tr>td.product-thumbnail, table.shop_table.cart>tbody>tr>th.product-thumbnail, table.shop_table.cart>tfoot>tr>td.product-thumbnail, table.shop_table.cart>tfoot>tr>th.product-thumbnail, table.shop_table.cart>thead>tr>td.product-thumbnail, table.shop_table.cart>thead>tr>th.product-thumbnail {
    display: flex;
    align-items: center;
}
.table.shop_table.cart>thead th, table.shop_table.cart>thead th {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 15px;
    text-transform: uppercase;
    border: 0 !important;
    font-weight: bold;
}
.table .product-thumbnail a img, table .product-thumbnail a img {
    width: 80px;
    height: 100%;
}
.table.shop_table.cart>tbody td, table.shop_table.cart>tbody td {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
}
table.shop_table.cart>tbody>tr>td .product-name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
table.shop_table.cart>tbody>tr>td .product-name a{
    font-size: 14px;
    color: #000;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal!important;
    word-wrap: normal!important;
    padding: 0;
    position: absolute!important;
    width: 1px;
}
.table.shop_table.cart>tbody, table.shop_table.cart>tbody {
    border: 1px solid #e8e8e8;
    border-top: 0;
}
 .cart-collaterals {
    background: #f6f6f694;
    padding-bottom: 30px;
    max-width: 370px;
    margin-left: auto;
}
 .cart-collaterals h2, .checkout_form h2, .checkout_form h4 {
    font-size: 18px;
    color: #474748;
    text-transform: uppercase;
    padding: 15px 30px 11px;
    background: #e9e9e9;
    margin: 0;
    line-height: 1.8;
    border-bottom: 0;
    font-weight: 600;
}
.cart-collaterals .cart-subtotal {
    display: flex;
    padding: 15px 20px;
    align-items: center;
}
 .cart-collaterals .title {
    color: #000;
    font-weight: 600;
}
 .cart-collaterals .cart-subtotal>* {
    flex: 1;
}
 .cart-collaterals .woocommerce-shipping-totals {
    display: flex;
    padding: 15px 20px;
    align-items: center;
}
.cart-collaterals .woocommerce-shipping-totals h2 {
    font-size: 16px;
    text-transform: capitalize;
    background: transparent;
    padding: 0;
    font-weight: normal;
}
 .cart-collaterals .woocommerce-shipping-totals>* {
    flex: 1;
}
ul#shipping_method, ul.display, ul.payment_methods {
    padding: 0;
    list-style: none;
}
p.woocommerce-shipping-destination{
    font-size:13px;
}
.cart_totals .wc-proceed-to-checkout>a.wc-forward {
    background: #7a7a7a;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
.cart_totals .wc-proceed-to-checkout {
    padding: 0 20px;
}
.cart-collaterals .order-total {
    display: flex;
    padding: 15px 20px;
    align-items: center;
}
 .cart-collaterals .order-total>div {
    flex: 1;
}
.cart-collaterals .title {
    color: #000;
    font-weight: 600;
}
.cart-collaterals .order-total .woocommerce-Price-amount {
    font-size: 24px;
    color: #000;
}
.cart-collaterals a.shipping-calculator-button {
    color: #000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 13px;
}
.cart-section {
    padding-left:50px;
    padding-right:50px;
}
.btn-fr-all{
    background-color: #ffa113;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
}
 .woocommerce-cart-form .actions .bottom-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
 .woocommerce-cart-form .actions .coupon input {
    line-height: 40px;
    padding: 0 10px;
    flex: 1;
    margin-right: 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 5px 6px;
    background: transparent;
}
.check_btn, .woocommerce-cart-form table.shop_table .coupon .button, .woocommerce-cart-form table.shop_table .button:disabled {
    padding: 0 15px;
    background: #ffa113;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 52px;
    cursor: pointer;
    font-weight: 600;
    border-color: #ffa113;
    border-style: none;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size:15px;
}
 .woocommerce-cart-form .actions .bottom-cart h2 {
    margin: 0;
    font-size: 16px;
}
a.read {
    background: #ffa113;
    border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
}
/*checkout form*/
.checkout_form {
    box-shadow: 0 7px 14px -3px rgb(45 35 66 / 30%), 0 2px 4px 0 rgb(45 35 66 / 40%), inset 0 -2px 0 0 #cfd1e3;
}
.checkout_form h2 {
    background-color:transparent;
    padding:0;
}
.checkout_form{
    padding:20px;
}
.checkout_form .form-control{
    height:45px!important;
    line-height:45px;
}
.about-form li a{
    color: #a8a8a8;
    margin: 0;
    background: #fff;
    border: 1px #D5DADF solid;
    border-left: 5px solid #666666;
    box-shadow: 0 2px 3px rgb(213 218 223 / 35%);
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .2s ease;
    margin-bottom: 15px;
    list-style: none;
    display: block;
}
.about-form li a:hover,  .about-form .active{
      border-left: 5px solid #ffa113;
      color:#ffa113;
      padding-left:20px;
}
.about-form li {
    list-style-type:none;
}
   .useraccount .user-account{
    padding:20px;
    height: 100%;
   box-shadow: 0px 0px 5px 7px #6666660d;
   } 
   .user-account .login-form{
       padding:0;
   }
   .user-account h3{
       color:#333;
   }
 .user-account  b {
    font-weight: 700;
    color: #ffa113;
}
.cart-table {
    width: 100%;
    overflow: auto;
}
/*Book  dDetail Css*/
.book-detail-body{
    background-color: #f3f3f373;
}
.book-container{
    width: 100%;
    text-align: center;
    margin: 50px  0;
}
.book-container #the-canvas{
    box-shadow: 0px 0px 8px 5px #a3a3a330;
}
.navi_pdf button {
    border: 0;
    background-color: #ffa113;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
}
.navi_pdf {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
@media(max-width:1720px)
{
    .nav-pills li:nth-child(8) {
    top: 59%;
    left: 29%;
    position: absolute;
}
}
@media(max-width:1560px)
{
    .nav-pills li:nth-child(8) {
     left: 21%;
   }
}
@media(max-width:1400px)
{
    .nav-pills li:nth-child(8) {
    left: 12%;
  }
}
@media(max-width:1368px)
{
    .nav-pills li:nth-child(8) {
    left: 22%;
    top: 53%;
}
}
@media(max-width:1274px)
{
.nav-pills li:nth-child(8) {
    left: 16%;
    top: 57%;
}}
@media only screen and (max-width:1160px){
    .shop-img img{
        min-width:auto;
        min-height:250px;
        max-height:250px;
        width:100%;
    }
    .shop-section h3{
        font-size:20px;
        line-height:1.4em;
    }
    .rating-section .fa, .price {
    font-size: 16px;
}
.cart-collaterals {
    max-width: 100%;
    margin-left: auto;
    margin-top: 30px;
}
}
@media only screen and (max-width:980px) {
    .product-btns a{
        width:100%;
    }
    .quantity a.add-cart {
        margin-top:15px;
        display:block;
        margin-left:0!important;
        text-align:center;
    }
    .quantity {
        display:block;
    }
    .left-content{
        width:100%;
    }.nav-pills li:nth-child(8) {
    top: 55%;
}
}
@media(max-width:900px)
{
   .nav-pills li:nth-child(17) {
    right: 35%;
}
}
@media only screen and (max-width:767px){
      .book-container #the-canvas{
          width:95%;
      }
      .shop-section{
          margin-bottom:25px;
      }.nav-pills li:nth-child(8) {
    left: 27%;
    top: 58%;
}
      .product-image img{
          min-height:auto;
      }
      .product-title h2, .login-form h2, .cart-collaterals h2, .checkout_form h2, .checkout_form h4{
          font-size:23px;
      }
      .shop-detail-section .col-md-7, .additional-info-section{
          padding:20px;
      }
      .cart-section, .shop-now-section, .section-padding{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-top: 20px;
    }
    .check_btn, .woocommerce-cart-form table.shop_table .coupon .button, .woocommerce-cart-form table.shop_table .button:disabled{
            margin-top: 15px;
            font-size:14px;
            letter-spacing:0;
            font-weight:normal;
            line-height:40px;
    }
    .woocommerce-cart-form .actions .coupon input{
            padding: 0 15px;
    }
    .about-form ul{
        padding-left:0;
    }
    .useraccount .user-account{
        margin-top:30px;
        height:auto;
    }
    
    .success-al {
        width: 100%;
        margin: 100px auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 9999999;
        line-height: 35px;
        font-size: 13px;
    }

}

.success-al { width: 500px; margin: 100px auto; position: absolute; left: 50%; transform: translate(-50%, -50%); z-index: 9999999; line-height: 35px; }
.navi_pdf input { width: 23% !important; padding: 8px 15px!important; }
.navi_pdf { max-width: 700px!important;}
@media(max-width:600px)
{
    .nav-pills li:nth-child(8) {
    left: 17%;
 }
}
@media only screen and (max-width:576px){
.navi_pdf input { width: 45%!important; padding: 8px 15px; margin-top: 20px!important; }
.nav-pills li:nth-child(17) {
    right: 31%;
}
}
@media(max-width:480px)
{
    .nav-pills li:nth-child(8) {
    left: 15%;
    top: 55%;
}
}