@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  /*font-family: "Noto Sans JP", sans-serif;*/
  color: #4b4b4b;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}

body button {
  outline: none;
}

body .btn {
  outline: none !important;
}

body .bg-off {
  background: #CCE3F5;
}

body .text-blue {
  color: #0072CE;
}

body .text-orng {
  color: #F03C00;
}

body .button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 8px;
  font-size: 18px;
  cursor: pointer;
}

body .button.button-bl {
  background: #0072CE;
  color: #fff;
  margin-top: 20px;
  border-radius: 10px;
}

body .button.button-bl:hover {
  background: #338ED8;
}

body .button.button-orng {
  background: silver;
  color: #fff;
  border-radius: 25px;
  max-width: 500px;
  padding: 14px;
}

.bottonbox{
  background-color: #fff;
  border: 0;
  width: 100%;
  margin: auto;
}

body .button.btn-rounded {
  border-radius: 25px;
  padding: 13px;
}

body section {
  padding: 32px 0;
}
body>main>section:first-child{
  padding: 2rem 0 !important;
}

/* body img {
  width: 100%;
} */

body a {
  text-decoration: none !important;
}

body .bg-skb {
  background: #E5F1FA;
}

body .custom-select-itm {
  position: relative;
}

body .custom-select-itm select {
  /* display: none; */
  width: 100%;
}

body .select-selected {
  background-color: #fff;
}

body .select-selected:after {
  position: absolute;
  content: "▽";
  top: 7px;
  right: 10px;
  font-size: 18px;
}

body .select-selected.select-arrow-active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .select-items div,
body .select-selected {
  color: #4b4b4b;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body .select-items {
  position: absolute;
  background-color: #fff;
  color: #4b4b4b;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

body .select-hide {
  display: none;
}

body .select-items div:hover,
body .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

body .breadcrumb {
  background: transparent !important;
  margin-bottom:0;
}

body .breadcrumb a {
  color: #4b4b4b;
}

body .breadcrumb-item + .breadcrumb-item::before {
  content: '＞';
}

body .prdtGullary {
  text-align: center;
  width: 100%;
}

body #singleproduct {
  padding: 80px 0;
}

body #singleproduct .productActions {
  background: #CCE3F5;
}

body #singleproduct .productActions .custom-select-itm {
  width: 200px;
}

body #singleproduct .productActions .submitBtn {
  border: none;
  display: block;
  background: #F03C00;
  color: #fff;
  text-align: center;
  display: block;
  padding: 13px;
  width: 100%;
  border-radius: 25px;
  margin-top: 6px;
  cursor: pointer;
}

body #singleproduct .productActions p {
  font-size: 17px;
}

body #singleproduct .productActions .simslt .priceTg {
  color: #F03C00;
}

body #singleproduct .productActions .priceTg {
  font-size: 20px;
}

body #singleproduct .productActions .priceTg span {
  font-size: 27px;
  font-weight: 400;
}

body #singleproduct .productActions label {
  cursor: pointer;
}

body #singleproduct .productActions input[type=radio] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  border: none !important;
  outline: none;
  border: hidden;
  border-color: transparent;
}

body #singleproduct .xzoom {
  width: 100%;
  max-width: 450px;
  max-height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body #singleproduct .xzoom-thumbs {
  margin-top: 1rem;
}

body #singleproduct .xzoom-thumbs img {
  width: 70px;
  display: inline-block;
  margin: 0 15px;
}

body #singleproduct .color-Item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

body #singleproduct .color-Item input[type='radio'] {
  display: none;
}

body #singleproduct .color-Item label {
  color: #666;
  font-weight: normal;
}

body #singleproduct .color-Item label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 2px solid var(--background);
  background-color: transparent;
  opacity: 0;
}

body #singleproduct .color-Item input[type=radio]:checked + label:before {
  opacity: 1;
}

body #singleproduct .color-Item label:after {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 9px;
  left: 10px;
  content: " ";
  display: block;
  background: var(--background);
}

body #prdtdes {
  padding: 50px 0;
  padding-top: 0;
}

body #prdtdes h3 {
  font-size: 25px;
  border-bottom: 2px solid #0072CE;
  padding-bottom: 10px;
}

body #prdtdes .prdtDescription {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

body #prdtdes .dwnArrow button {
  font-size: 40px;
  color: #4b4b4b;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

body #prdtdes .dwnArrow button.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body .midiumTitel {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

body .midiumTitel span {
  color: #F03C00;
}

body .productCart {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #fff;
  border-radius: 2px;
  display: block;
}

body .productCart:hover {
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

body .productCart .ribon {
  position: absolute;
  left: 0;
}

body .productCart .ribon.ribon-lg {
  padding: 5px;
  font-size: 23px;
  background: #0072ce;
  background: linear-gradient(160deg, #0072ce 50%, rgba(0, 0, 0, 0) 50%);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  color: #FFCD00;
  font-weight: 600;
  font-style: italic;
  height: 75px;
  width: 60%;
}

body .productCart .ribon.ribon-lg::after {
  content: ' ';
  background: url("../img/blueribon.png");
  width: 100px;
  height: 100%;
  position: absolute;
  top: 2px;
  background-repeat: no-repeat;
  background-size: 100px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  right: 0;
}

body .productCart .simSetIcon {
  width: 50px;
}

body .productCart .prdtImg img {
  max-width: 260px;
  height: 240px;/*350*/
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}

body .productCart .prdtDes .prdtSmTitel {
  color: #4b4b4b;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

body .productCart .prdtDes .prdtTitel {
  color: #4b4b4b;
  text-align: center;
  font-size: 25px;
  border-bottom: 2px solid #4b4b4b;
  padding-bottom: 10px;
}

body .productCart .prdtDes .prc {
  font-size: 16px;
  color: #4b4b4b;
  margin-top: 15px;
  position: relative;
  width: 80px;
}

body .productCart .prdtDes .prc .orng {
  background: #FFF0B2 !important;
}

body .productCart .prdtDes .prc::after {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  font-size: 26px;
  position: absolute;
  font-weight: 200;
  top: 45%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

body .productCart .prdtDes .prc .bg-sb {
  background: #CCE3F5;
  padding: 5px 4px;
  margin: 0;
  text-align: center;
}

body .productCart .prdtDes .prc .discount {
  text-decoration: line-through;
  font-size: 14px;
}

body .productCart .prdtDes .price {
  font-size: 20px;
  color: #F03C00;
}

body .productCart .prdtDes .price span {
  font-size: 27px;
}

body .loadmoreBtn {
  text-align: center;
}

body .loadmoreBtn a {
  border: 1px solid #4b4b4b;
  
  padding: 8px 20px;
  display: block;
  color: #4b4b4b;
  width: 250px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 20px;
  -webkit-transition: .1s linear;
  transition: .1s linear;
}

body .loadmoreBtn a:hover {
  background: #0072CE;
  color: #fff;
  border-color: #0072CE;
}

body .fourRowPrdt .ribon-new {
  background: #FFCD00;
  top: -20px;
  left: -20px !important;
  width: 70px;
  height: 70px;
  display: -ms-grid;
  display: grid;
  z-index: 2;
  place-items: center;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
  color: #0072CE;
}

body .fourRowPrdt .ribon-hot {
  background: url("../img/hot-circle-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  top: -20px;
  left: -20px !important;
  width: 70px;
  height: 70px;
  display: -ms-grid;
  display: grid;
  z-index: 2;
  place-items: center;
  border-radius: 50%;
  font-size: 23px;
  font-weight: 600;
  font-style: italic;
}

body .fourRowPrdt .button-bl {
  margin-top: 15px;
}

body .fourRowPrdt .productCart .prdthdr {
  padding: 0 0;
}

body .fourRowPrdt .productCart .ribon {
  position: absolute;
  left: 0;
}

body .fourRowPrdt .productCart .ribon.ribon-lg {
  padding: 5px;
  font-size: 23px;
  background: #0072ce;
  background: linear-gradient(160deg, #0072ce 50%, rgba(0, 0, 0, 0) 50%);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  color: #FFCD00;
  font-weight: 600;
  font-style: italic;
  height: 75px;
  width: 60%;
}

body .fourRowPrdt .productCart .ribon.ribon-lg::after {
  content: ' ';
  background: url("../img/blueribon.png");
  width: 100px;
  height: 100%;
  position: absolute;
  top: 3px;
  background-repeat: no-repeat;
  background-size: 100px;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  right: 0;
}

body .fourRowPrdt .productCart .simSetIcon {
  width: 50px;
}

body .fourRowPrdt .productCart .prdtImg img {
  /* height: auto; */
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  margin-bottom: 0;
  max-height: 220px;
}

body .fourRowPrdt .productCart .prdtDes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .fourRowPrdt .productCart .prdtDes .prdtSmTitel {
  color: #4b4b4b;
  text-align: left;
  font-size: 18px;
  margin-top: 10px;
}

body .fourRowPrdt .productCart .prdtDes .prdtTitel {
  color: #4b4b4b;
  text-align: center;
  font-size: 25px;
  border-bottom: 2px solid #4b4b4b;
  padding-bottom: 10px;
}

body .fourRowPrdt .productCart .prdtDes .prc {
  font-size: 16px;
  color: #4b4b4b;
  margin-top: 15px;
  position: relative;
  width: 75px;
}

body .fourRowPrdt .productCart .prdtDes .prc .orng {
  background: #FFF0B2 !important;
}

body .fourRowPrdt .productCart .prdtDes .prc::after {
  content: '';
}

body .fourRowPrdt .productCart .prdtDes .prc .bg-sb {
  background: #CCE3F5;
  padding: 5px;
  margin: 0;
  text-align: center;
}

body .fourRowPrdt .productCart .prdtDes .prc .discount {
  text-decoration: line-through;
  font-size: 14px;
}

body .fourRowPrdt .productCart .prdtDes .price {
  font-size: 18px;
  color: #4b4b4b;
}

body .fourRowPrdt .productCart .prdtDes .price span {
  font-size: 24px;
}

body .singleNews {
  font-size: 18px;
}

body .singleNews .newsTitel {
  width: 90%;
}

body .singleNews .newsTitel p {
  margin: 0;
}

body .shapeTitel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 20px;
  background: url("../img/lineshape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

body .shapeTitel h3 {
  font-size: 30px;
  color: #FFCD00;
  font-style: italic;
  padding-right: 20px;
}

body .shapeTitel p {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

body #cartpage .select-selected {
  border: none !important;
}

body #cartpage .caartDetaistbl {
  font-size: 17px;
}

body #cartpage .caartDetaistbl th,
body #cartpage .caartDetaistbl td {
  border: none;
  padding: 20px 0;
}

body #cartpage .caartDetaistbl th {
  background: #CCE3F5;
  border-bottom: 1px solid #0072CE;
  font-weight: 400;
}

body #cartpage .caartDetaistbl .price {
  font-size: 25px;
  font-weight: 500;
}

body #cartpage .caartDetaistbl .text-orng td {
  color: #F03C00;
  font-size: 21px;
}

body .inlineTxtxEnd p {
  width: 10%;
  font-size: 18px;
  text-align-last: right;
}

body .cartInlineForm p {
  font-size: 18px;
  text-align: center;
}

body .cartInlineForm input {
  padding: 8px;
  border: 1px solid #0072CE;
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  width: 100%;
}

body .banerDiv {
  background: #CCE3F5;
}

body .banerDiv h4 {
  text-align: right;
  margin-bottom: 20px;
}

body .banerDiv p {
  text-align: right;
  margin: 0;
  margin-top: 20px;
  color: #F03C00;
  font-size: 20px;
}

body .detailsDivInnr {
  border: 1px solid #0072CE;
  padding: 20px;
  border-radius: 8px;
}

body .detailsDivInnr.brb-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

body .detailslft {
  padding: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}

body .detailsTxt {
  padding: 20px;
}

body .detailsTxt p {
  font-size: 18px;
  font-weight: 400;
}

body .detailsTxt p a {
  text-decoration: underline !important;
}

body .sqshape {
  background: #0072CE;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

body .rdorght {
  width: 90%;
}

body .radioDiv {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0072CE;
  padding: 20px;
  border-radius: 8px;
  position: relative;
}

body .radioDiv label::after {
  content: ' ';
  width: 30px;
  height: 30px;
  background: transparent content-box;
  position: absolute;
  border: 1px solid #0072CE;
  left: 40px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 2px;
  cursor: pointer;
}

body .radioDiv.active {
  -webkit-box-shadow: 0 0 0 3.5px #F03C00;
  box-shadow: 0 0 0 3.5px #F03C00;
  border-color: transparent;
}

body .radioDiv.active label::after {
  background: #F03C00 content-box;
}

body .radioDiv img {
  max-width: 250px;
  margin: 0 auto;
}

body .radioDiv h5 {
  margin: 0;
}

body .radioDiv p {
  font-size: 23px;
  margin: 0;
}

body .radioDiv p.text-muted {
  font-size: 20px;
  line-break: anywhere;
}

body .radioDiv p span {
  color: #F03C00 !important;
}

body .radioDiv input {
  opacity: 0;
}

body .detailsTxtRow {
  border-bottom: 1px solid #0072CE;
}

body .detailsTxtRow:nth-of-type(1) .detailslft {
  border-top-left-radius: 8px;
}

body .detailsTxtRow:nth-last-of-type(1) {
  border-bottom: none;
}

body .detailsTxtRow:nth-last-of-type(1) .detailslft {
  border-bottom-left-radius: 8px;
}

body footer .logo {
  width: 200px;
  margin: 0 auto;
}

body footer .baacktoTop {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #0072CE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  color: #0072CE;
}

body footer .copyright {
  font-size: 13px;
  text-align: center;
  padding: 30px 0;
  background: #0072CE;
  color: #fff;
}

body .smallDivTxt {
  max-width: 550px;
  text-align: center;
  margin: 80px auto;
}

body .smallDivTxt p {
  font-size: 20px;
}

body .rghtyllo {
  max-width: 350px;
  text-align: center;
  background: #FFB700;
  padding: 20px 30px;
  position: absolute;
  right: 100px;
  bottom: -4vh;
}

body .rghtyllo p {
  font-size: 20px;
  margin: 0;
}

body .flow {
  border: 1px solid #0072CE;
}

body .flow .flowInnr {
  background: #D3D3D4;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12px 14px;
  font-size: 15px;
  position: relative;
  padding-right: 30px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body .flow .flowInnr.hideShape::after {
  background-color: #fff;
}

body .flow .flowInnr::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  height: 100%;
  width: 30px;
  background: url("../img/flowarrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

body .flow .flowInnr:nth-last-of-type(1)::after {
  display: none;
}

body .flow .flowInnr.active {
  background: #fff;
}

body .flow .flowInnr.active ~ .flowInnr::after {
  background-color: #D3D3D4;
}

body .flow .flowInnr.active::after {
  background: url("../img/flowActiveArrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #D3D3D4;
}

body .border-titel {
  border-bottom: 1px solid #0072CE;
  padding-bottom: 20px;
}

body #formFields .submitBtn {
  border: none;
  padding: 8px;
  background: #F03C00;
  color: #fff;
  outline: none;
  cursor: pointer;
  width: 140px;
  display: inline-block;
  margin-top: 30px;
}

#customer-form p{
  font-size: 17px !important;
}

#customer-form p span{
  font-size: 14px !important;
}
#mypage-pay-info p span{
  font-size: 14px !important;
}

body #formFields p {
  font-size: 18px;
}

body #formFields p span {
  background: #F03C00;
  color: #fff;
  padding: 0 5px;
  font-size: 18px;
}

body #formFields span {
  font-size: 14px;
}

body #formFields .mt-ol {
  margin-top: 1px;
}

body #formFields .cusotomCheckBox {
  border: 1px solid #0072CE;
  padding: 8px 0;
}

body #formFields .cusotomCheckBox label {
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body #orderdetails table {
  border: none;
  max-width: 900px;
}

body #orderdetails table tr,
body #orderdetails table td {
  border: none;
}

body #orderdetails table td {
  padding: 18px 5x;
  font-size: 18px;
  white-space: nowrap;
}

body .paymentForm {
  max-width: 700px;
  margin-top: 50px;
}

body .paymentForm .subitbutton {
  background: #F03C00;
  color: #fff;
  text-align: center;
  padding: 8px;
  border: none;
  width: 150px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  font-size: 18px;
  outline: none;
}

body .paymentForm p {
  font-size: 18px;
  margin: 0;
}

body .paymentForm p span {
  background: #F03C00;
  color: #fff;
  padding: 0 3px;
}

body .paymentForm .w-auto {
  width: 45%;
}

body .paymentForm .custom-select-itm {
  width: 100%;
}

body .paymentForm .custom-select-itm .select-selected {
  border: 1px solid #0072CE;
}

body .paymentForm .row {
  margin-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .paymentForm .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body .paymentForm input {
  font-family: inherit;
  font-size: 18px;
}

body .paymentForm .paymentCard input {
  display: none;
}

body .paymentForm .paymentCard div {
  width: 18%;
}

body .paymentForm .paymentCard label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: 1px solid #0072CE;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 0;
}

body .paymentForm .paymentCard input:checked + label {
  background: #0072CE;
  color: #fff;
}

body #newsSection a.d-flex {
  color: #4b4b4b;
}

body #newsSection a.d-flex:hover {
  color: #0072CE;
}

body #newsSection a.d-flex span {
  color: #0072CE;
}

body .long-description {
  padding: 20px;
  -webkit-box-shadow: 1px 1px 10px #ddd;
  box-shadow: 1px 1px 10px #ddd;
  border-right: 3px;
}

body .long-description .prdtDescription {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  body header nav .logo {
    width: 130px;
  }

  body #singleproduct .breadcrumb {
    background: transparent !important;
    margin-bottom:0;
    padding:0 1rem 0 1rem;
  }

  #header {
    margin-bottom: 0;
  }
  #orderdetails table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  body .rghtyllo {
    position: unset;
    margin: 0 auto;
  }
  body .flow .flowInnr::after {
    display: none;
  }
  body .detailsTxtRow:nth-last-of-type(1) .detailslft {
    border-bottom-left-radius: 0;
  }
  body .radioDiv img {
    max-width: 150px;
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }
  body .radioDiv label::after {
    width: 19px;
    height: 19px;
    left: 11px;
  }
  body .radioDiv p,
  body .radioDiv p.text-muted {
    font-size: 15px;
  }
  body .radioDiv input {
    display: block;
    margin-right: 20px;
  }
  .inlineTxtxEnd p {
    width: 20% !important;
  }
  body #cartpage .caartDetaistbl {
    font-size: 14px;
  }
  body #cartpage .caartDetaistbl .price {
    font-size: 14px;
  }
  body #cartpage .caartDetaistbl .text-orng td {
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
  }
  footer .logo {
    width: 150px;
    margin: 0 auto;
  }
  body footer .baacktoTop {
    width: 55px;
    height: 55px;
    font-size: 29px;
  }
  .hasdrpdwn {
    position: relative;
  }
  body #singleproduct .xzoom-thumbs img {
    width: 40px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 570px) {
  body .paymentForm p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  body .paymentForm input,
  body .paymentForm .subitbutton {
    font-size: 13px;
  }
  body .paymentForm label {
    font-size: 12px;
  }
  .small-flex-7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0;
  }
  .small-flex-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
  .small-flex-7 h4{
    font-size: 1.36rem;
  }
  .small-flex-3 h4{
    font-size: 1.36rem;
  }
}
/*# sourceMappingURL=style.css.map */