.vhcartpg .ccpadd{
  padding: 60px 0;
}
.vhcartpg .ddpadd{
  padding: 85px 0 60px;
}
.tpcarlogin{
  margin: 0 auto;
  padding-top: 10px;
}
.tpcarlogin .row_input{
  margin-bottom: 10px;
}
.tpcarlogin .row_input:last-child{
  margin-bottom: 0;
}
.tpcarlogin .dcconts .row_input:last-child{
  margin-bottom: 10px;
}
.tpcarlogin .row_input .row_left{
  width: 125px;
  padding-right: 10px;
  float: left;
}
.tpcarlogin .row_input .row_left label{
  margin-top: 5px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}
.tpcarlogin .row_input .row_left label span{
  color: #ff0000;
}
.tpcarlogin .row_input .row_right{
  padding-left: 125px;
}
.tpcarlogin .row_input .row_right .checkbox input{
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.tpcarlogin .row_input .form-control{
  height: 30px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  box-shadow: none;
}
.tpcarlogin .row_input textarea.form-control{
  height: 90px;
  resize: none;
}
.tpcarlogin .row_input .form-control:focus{
  border-color: #c0c0c0;
  outline: 0;
}
.tpcarlogin .row_input .txt-input{
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  padding-right: 10px;
}
.tpcarlogin .row_input .grid{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tpcarlogin .row_input .grid .col{
  width: 33.202124%;
  padding: 0 5px;
}
.tpcarlogin button.btn{
  height: auto;
  font-size: 13px;
  line-height: 24px;
  padding: 8px 15px;
  min-width: 170px;
  outline: 0 !important;
  text-transform: uppercase;
  background: #08509e;
  border: none;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tpcarlogin button.btn.button{
  background: #eeeeee;
  border-color: #eeeeee;
  color: #202124;
}
.tpcarlogin button.btn:hover{
  background: #e3b562;
}
.tpcarlogin button.btn span{
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.tpcarlogin .div_right{
  text-align: right;
}
.tpcarlogin .dctitle{
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 21px;
}
.tpcarlogin .tpformcart{
  padding-top: 0px;
}
.tpformcart .form-group{
  margin-bottom: 10px;
}
.tpcarlogin .dctitle input{
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 99;
  height: 22px;
  width: 22px;
  opacity: 0;
}
.tpcarlogin .dctitle:before{
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tpcarlogin .dctitle:after{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1px solid #cccccc;
  left: 0px;
  top: 3px;
  text-align: center;
  font-size: 9px;
  line-height: 12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ff0000;
  border-radius: 2px;
}
.tpcarlogin .active .dctitle:after{
  content: '\f00c';
}
.tpcarlogin .dcconts{
  display: none;
}
.tpcarlogin .checkbox{
  padding: 5px 0;
}
.tpcarcheck ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.tpcarcheck ul li{
  margin-bottom: 8px;
  margin-right: 50px;
  cursor: pointer;
}
.tpcarcheck ul li a{
  cursor: pointer;
}
.tpcarcheck ul li:last-child{
  margin-right: 0;
}
.tpcarcheck ul li label{
  margin: 0;
  font-weight: normal;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.tpcarcheck ul li label label{
  position: absolute!important;
  left: 0;
  pointer-events: none;
}
.tpcarcheck ul li label input{
  position: absolute;
  left: -1111111px;
  opacity: 0;
}
.tpshowlogin{
  position: relative;
}
.tpshowlogin #id_no_login{
  margin: 0 -70px 0 -20px;
  padding:0px 70px 20px 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
#id_no_login .btn{
  margin-bottom: 10px;
}
#id_no_login .txtSocial{
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 10px;
}
.tpshowlogin > div{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tpshowlogin > div.active{
  position: relative;
  opacity: 1;
  visibility: visible;
}
.input-group{
  width: 100%;
}
.tpcarlogin .row_input .txt-input{
  width: 50px;
}
.tpgripcart{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.tpgripcart > div{
  width: 50%;
  padding: 0 15px;
}
.vhmargin{
  margin-bottom: 20px;
}
.tpvgeneral .getitle{
  padding: 10px ;
  font-size: 15px;
  line-height: 23px;
  background-color: #efefef;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.tpvgeneral .getitle .fa{
  font-size: 20px;
  line-height: 30px;
  color: #08509e;
  margin-right: 10px;
}
.tpformcart input, .tpformcart select, .tpformcart textarea{
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
}
.tpformcart input::-webkit-input-placeholder, .tpformcart textarea::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 20px;
}
.tpformcart input:-ms-input-placeholder, .tpformcart textarea:-ms-input-placeholder {
  font-size: 12px;
  line-height: 20px;
}
.tpformcart input::placeholder, .tpformcart textarea::placeholder {
  font-size: 12px;
  line-height: 20px;
}
.chosen-container{
  height: 30px;
  font-size: 12px;
  line-height: 20px;
}
.chosen-container-single .chosen-single{
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  padding-left: 5px;
}
.tpformcart .inbig{
  height: 50px;
}
.tpformcart textarea{
  padding: 5px 10px;
  height: 50px;
  resize: none;
}
.tpcartpaym .radio .raprice{
  color: #e11e25;
}
.tpcartpaym .radio .content{
  display: none;
  padding-top: 10px;
}
.tpcartpaym .radio .lbb > input{
  display: none;
}
.tpcartpaym .radio {
  margin-bottom: 5px;
}
.tpcartpaym .radio label{
  padding-left: 25px;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}
.tpcartpaym .radio label .name{
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  font-weight: 600;
}
.tpcartpaym .radio label .adress{
  color: #202124;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.tpcartpaym .radio label .phone{
  color: #202124;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #08509e;
  border-radius: 100%;
  background-color: #08509e;
}
[type="radio"]:not(:checked) + label::before{
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 10px;
  color: #fff;
}
[type="radio"]:not(:checked) + label:after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/*  */
[type="checkbox"]:checked + label:before, [type="checkbox"]:not(:checked) + label:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #e1e1e1;
}
[type="checkbox"]:checked + label:after, [type="checkbox"]:not(:checked) + label:after{
  content: '';
  width: 18px;
  height: 18px;
  background: #08509e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + label:after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.itcartpaym .vvgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
.itcartpaym .vvgrip > div{
  padding: 0 9px;
}
.itcartpaym .vvgrip .xcol{
  width: calc(100% - 150px);
}
.itcartpaym .vvgrip .ycol{
  width: 150px;
}
.itcartpaym .vdecs{
  font-size: 13px;
  line-height: 20px;
  position: relative;
  top: -5px;
}
.itcartpaym .vdecs p{
  padding: 2px 0;
}
.thecartmm{
  margin-bottom: 20px;
}
.tpxgeneral{
  padding: 15px 15px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #dddddd;
}
.tpcartotal{
  margin-bottom: 10px;
}
.tpxgeneral .vhrow{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.tpxgeneral .vhrow > div{
  width: 45%;
  padding: 3px 0;
}
.tpxgeneral .vhrow .row_left{
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  width: 55%;
}
.tpxgeneral .vhrow .row_right{
  text-align: right;
}
.tpxgeneral .vhrow.total_price{
  padding-top: 5px;
  margin-top: 5px;
}
.tpxgeneral .vhrow.total_price .row_right{
  font-size: 16px;
  color: #08509e;
  font-weight: 600;
}
/* thecartmm */
.thecartmm, .thecartnn{
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.thecartnn .nnpadd{
  padding: 20px 70px 20px 20px;
}
.vformall{
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.vformall .form-group{
  margin-bottom: 0;
}
.vformall .coll{
  width: 125px;
}
.vformall .colr{
  width: calc(100% - 125px);
}
.vformall label{
  margin: 0;
  font-size: 13px;
  line-height: 21px;
  font-weight: 400;
}
.vgriptotal{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.vgriptotal > div{
  padding: 0 10px;
}
.vgriptotal .colss{
  width: 230px;
}
.vgriptotal .colll{
  width: calc(100% - 230px);
}
.viewcmore a{
  display: block;
  padding: 8px;
  border: 1px solid #08509e;
  color: #08509e;
  text-align: center;
  font-size: 13px;
  line-height: 21px;
  border-radius: 5px;
}
.viewcmore a:hover{
  background-color: #08509e;
  color: #ffff;
}
.viewcmore a span{
  padding-left: 10px;
  position: relative;
  display: inline-block;
}
.viewcmore a span::before{
  content: '\f0d9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}
div#tableCart{
  border-radius: 5px;
}
div#tableCart .title{
  font-size: 18px;
  line-height: 25px;
  padding: 10px 15px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: solid 1px #ddd;
}
div#tableCart table {
  width: 100%;
}
div#tableCart table thead, div#tableCart table tbody{
  background-color: #fff;
}
div#tableCart .title > span{
  text-transform: initial;
  position: relative;
}
div#tableCart table thead tr{
  border-bottom: 1px dotted #ddd;
}
div#tableCart table thead tr th {
  padding: 10px;
  text-align: center;
  font-weight: 400;
  text-align: left;
  font-size: 13px;
  line-height: 21px;
}
#tableCart .quantity{
  position: relative;
  width: 60px;
}
#tableCart .quantity input{
  height: 30px;
  width: 100%;
  border: 1px solid #ddd;
  text-align: center;
  padding-right: 26px;
  margin: 0;
  font-size: 12px;
}
#tableCart .quantity button{
  border: none;
  background-color: transparent;
  font-size: 10px;
  height: 15px;
  width: 30px;
  padding: 0;
  text-align: center;
  line-height: 12px;
  position: absolute;
  right: 0;
  border-left: 1px solid rgba(0,0,0,0.1);
  opacity: 0.7;
  padding-right: 3px;
}
#tableCart .quantity button i{
  line-height: 12px;
}
#tableCart .quantity .btn-down{
  bottom: 0;
}
#tableCart .quantity .btn-up{
  top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
div#tableCart table tbody tr{
  border-bottom: 1px dotted #ddd;
}
div#tableCart table tbody tr:last-child{
  border-bottom: none;
}
div#tableCart table tbody tr td:not(:nth-child(1)){
  text-align: center;
}
div#tableCart table tbody tr td:nth-child(1){
  width: 40%;
}
div#tableCart table tbody tr td{
  padding:15px 10px;
  border-top:none;
  border-right:none;
}
div#tableCart table tbody tr td .remove_product{
  color: #999999;
}
div#tableCart .img {
  margin-right: 12px;
  width: 60px;
  height: 40px;
  float: left;
}
div#tableCart .img a{
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
div#tableCart .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
div#tableCart .tend {
  overflow: hidden;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
div#tableCart .tend h3{
  font-weight: initial;
  line-height: initial;
  font-size: 13px;
  line-height: 21px;
}
div#tableCart .tend .prbonus{
  font-size: 12px;
  line-height: 21px;
  color: #202124;
}
div#tableCart .tend a{
  display: block;
  font-size: 13px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}
div#tableCart .tend p{
  color: #202124;
  font-size: 14px;
}
div#tableCart .tend .dk{
  font-size: 12px;
  line-height: 18px;
  color: #888888;
}
div#tableCart .product_color{
  width:125px;
  height:36px;
  border:solid 1px #cfcfcf;
}
div#tableCart .product_size{
  width:80px;
  height:36px;
  border:solid 1px #cfcfcf;
}
div#tableCart .product_quantity{
  width:65px;
  height:36px;
  border:solid 1px #cfcfcf;
  text-align: center;
}
div#tableCart .price_simple{
  font-size: 12px;
  text-align: center;
}
div#tableCart .price_simple .prold{
  color: #999999;
  text-decoration: line-through;
}
div#tableCart .price_simple span{
  display: block;
}
div#tableCart .price_nor{
  color:#999999;
  font-size: 12px;
  text-decoration: line-through;
}
div#tableCart .price_total{
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
div#tableCart .price_total span{
  display: block;
}
div#tableCart tfoot{
  border-top: 1px solid #ddd;
}
div#tableCart tfoot tr td {
  padding: 20px 30px 30px 30px;
}
.viewall a, .viewall button{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.tpfrmcoupon{
  width: calc(100% - 210px);
  margin: 5px 0 15px;
  margin-left: auto;
}
.tpfrmcoupon .cpponsi{
  position: relative;
}
.tpfrmcoupon .cpponsi::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #08509e;
}
.tpfrmcoupon .cpponsi input{
  width: 100%;
  height: 35px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 80px 0 35px;
  font-size: 13px;
  line-height: 20px;
}
.tpfrmcoupon .cpponsi input::-webkit-input-placeholder {
  color: #999999;
}
.tpfrmcoupon .cpponsi input:-ms-input-placeholder {
  color: #999999;
}
.tpfrmcoupon .cpponsi input::placeholder {
  color: #999999;
}
.tpfrmcoupon .cpponsi button{
  position: absolute;
  right: 0;
  height: 35px;
  width: 70px;
  z-index: 1;
  background-color: #08509e;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 13px;
}
.tpfrmcoupon .cpponsi button:hover{
  background-color: #08509e;
}
.tpformnotes{
  max-width: 490px;
  margin-left: auto;
  text-align: right;
  font-size: 13px;
  line-height: 21px;
  color: #555555;
  font-style: italic;
  margin-bottom: 15px;
}
/* <=== tpcartsucc ===> */
.tpcartsucc{
  padding: 25px 20px 20px;
  background-color: #f6f6f6;
}
.tpcartsucc .ccwrap{
  max-width: 1150px;
  margin: 0 auto;
}
.tpcartsucc .vicons{
  max-width: 60px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}
.tpcartsucc .vtitle{
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #08509e;
}
.tpcartsucc .vtitle, .tpcartsucc .vtitle h1, .tpcartsucc .vtitle h2{
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.tpcartsucc .vcodes{
  margin-bottom: 35px;
  text-align: center;
}
.tpcartsucc .vcodes .cline{
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  padding: 21px 24px;
  background-color: #e3b562;
  border-radius: 5px;
}
.tpcartsucc .vcodes .cline, .tpcartsucc .vcodes .cline a{
  color: #fff;
}
.tpcartsucc .vcodes .cline span{
  font-size: 30px;
  display: inline-block;
}
.tpcartsucc .ifgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.tpcartsucc .ifgrip > div{
  padding: 0 20px;
  width: 50%;
  margin-bottom: 30px;
}
.itcartsuca{
  height: 100%;
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 10px;
  overflow: hidden;
}
.itcartsuca .cadecs{
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 25px;
}
.itcartsuca .cadecs p{
  padding: 3px 0;
}
.itcartsuca .calink{
  max-width: 321px;
}
.itcartsuca .calink ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.itcartsuca .calink li{
  padding: 0 5px;
  width: 50%;
}
.itcartsuca .calink li a{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 5px;
  border: 1px solid #08509e;
  font-size: 12px;
  line-height: 21px;
  padding: 6px 5px;
  border-radius: 5px;
  overflow: hidden;
}
.itcartsuca .calink li a i{
  margin-right: 4px;
}
.itcartsuca .calink li.vmm a{
  color: #08509e;
}
.itcartsuca .calink li.vmm a:hover{
  background-color: #08509e;
  color: #ffffff;
}
.itcartsuca .calink li.vhh a{
  background-color: #08509e;
  color: #fff;
}
.itcartsuca .calink li.vhh a:hover{
  background-color: #e3b562;
  border-color: #e3b562;
  color: #fff;
}
.itcartsucb{
  height: 100%;
  background-color: #fff;
  padding: 20px 30px 20px;
  border-radius: 10px;
  overflow: hidden;
}
.itcartsucb .cbgrip{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.itcartsucb .cbgrip > div{
  padding: 0 11px;
}
.itcartsucb .cbgrip .lcol{
  width: 152px;
}
.itcartsucb .cbgrip .rcol{
  width: calc(100% - 152px);
}
.itcartsucb .bcode{
  margin-bottom: 8px;
}
.itcartsucb .btext{
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  text-align: center;
}
.itcartsucb .bdecs{
  font-size: 13px;
  line-height: 23px;
}
.itcartsucb .bdecs p{
  padding: 0;
}
/* <=== tpcartsucc ===> */
@media all and (max-width: 1200px){
}
@media all and (max-width: 991px){
  .vhcartpg .ccpadd{
    padding: 25px 0 40px;
  }
  .vhcartpg .ddpadd{
    padding: 35px 0;
  }
  .tpcartaddr, .invoice{
    padding-left: 0;
  }
  .tpgripcart{
    flex-direction: column-reverse;
  }
  .tpgripcart > div{
    width: 100%;
  }
  .thecartnn{
    margin-bottom: 20px;
  }

  /* <=== tpcartsucc ===> */
  .tpcartsucc .ifgrip > div{
    width: 100%;
    margin-bottom: 20px;
  }
  .tpcartsucc .ifgrip > div:last-child{
    margin-bottom: 0;
  }
  .tpcartsucc{
    padding: 30px 20px 25px;
  }
  .tpcartsucc .vtitle, .tpcartsucc .vtitle h1, .tpcartsucc .vtitle h2{
    font-size: 22px;
    line-height: 32px;
  }
  .tpcartsucc .vcodes .cline{
    font-size: 14px;
    line-height: 25px;
    padding: 12px 25px;
  }
  .tpcartsucc .vcodes .cline span{
    font-size: 25px;
  }
  .tpcartsucc .vcodes{
    margin-bottom: 25px;
  }
  /* <=== tpcartsucc ===> */
}
@media all and (max-width: 768px){
  .tpcarlogin .row_input .grid{
    display: block;
  }
  .tpcarlogin .row_input .grid .col{
    width: 100%;
    margin-bottom: 10px;
  }
  #id_no_login .btn{
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px){
  .tpcarlogin .row_input .row_left{
    text-align: left;
    width: 100%;
  }
  .tpcarlogin .row_input .row_right{
    padding-left: 0;
  }
  .tpgripcart .ycol{
    border-left: none;
  }
  .tpgripcart > div{
    width: 100%;
  }
  .tpformcart .row{
    margin: 0 -10px;
  }
  .tpformcart .row > div{
    padding: 0 10px;
  }
  div#tableCart table thead tr th:nth-child(3), div#tableCart table tbody tr td:nth-child(3){
    display: none;
  }
  div#tableCart table thead tr th:nth-child(5), div#tableCart table tbody tr td:nth-child(5){
    padding: 0;
  }
  div#tableCart table tbody tr td:nth-child(5){
    padding-right: 10px;
  }
  div#tableCart table tbody tr td:nth-child(1){
    width: 50%;
  }
  div#tableCart table tbody tr td{
    padding: 10px 5px;
  }
  div#tableCart table thead tr th {
    padding: 10px 5px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 21px;
  }
  div#tableCart .img{
    width: 50px;
    height: 50px;
  }
  div#tableCart .tend h3 a{
    letter-spacing: -0.6px;
  }
  div#tableCart{
    margin-bottom: 0;
  }
  .vgriptotal{
    flex-direction: column-reverse;
  }
  .vgriptotal .colss{
    width: 100%;
  }
  .vgriptotal .colll{
    width: 100%;
  }
  .tpxgeneral .viewall a,.tpxgeneral .viewall button{
    width: 100%;
  }
  .vformall .coll{
    width: 100%;
    margin-bottom: 5px;
  }
  .vformall .colr{
    width: 100%;
  }
  .thecartnn .nnpadd{
    padding: 15px 12px;
  }
  .tpcartpaym .radio{
    margin-top: 0;
  }
  .tpshowlogin #id_no_login{
    margin: 0 -15px ;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .tpcarcheck ul{
    margin-bottom: 5px;
  }
  .tpcartpaym .radio label{
    font-size: 13px;
    line-height: 21px;
  }
  .tpcartpaym .radio:last-child{
    margin-bottom: 0;
  }
  .tpfrmcoupon{
    width: 100%;
  }
  .tpformnotes{
    max-width: 100%;
    letter-spacing: -0.1px;
  }
  .viewcmore {
    margin-bottom: 15px;
  }
  .tpcarcheck ul li{
    margin-right: 0;
    width: 100%;
  }
  .itcartpaym .vvgrip .xcol{
    width: 100%;
    margin-bottom: 15px;
  }
  .itcartpaym .vvgrip .ycol{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* <=== tpcartsucc ===> */
  .itcartsuca{
    padding: 12px 20px 20px;
  }
  .itcartsuca .cadecs{
    font-size: 14px;
    line-height: 23px;
  }
  .itcartsuca .calink{
    max-width: 155px;
    margin: 0 auto;
  }
  .itcartsuca .calink li{
    width: 100%;
    margin-bottom: 10px;
  }
  .itcartsuca .calink li:last-child{
    margin-bottom: 0;
  }
  .itcartsucb{
    padding: 20px 20px 15px;
  }
  .itcartsucb .cbgrip .lcol{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .itcartsucb .cbgrip .rcol{
    width: 100%;
  }
  /* <=== tpcartsucc ===> */
}
