* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: samim;
  src: url("../fonts/Samim.ttf") format("truetype");
}

html {
  font-family: samim;
  font-size: 16px;
  direction: rtl;
}

.container {
  width: 100%;
  margin: auto;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.87);
}

button {
  font-family: samim;
}

main {
  margin-bottom: 20px !important;
}

main h2 {
  font-size: 2em;
  margin-bottom: 20px;
  margin-top: 40px;
}

main form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}

main form > div {
  width: 100%;
}

main form .grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (4fr)[3];
      grid-template-columns: repeat(3, 4fr);
  grid-auto-rows: auto;
  grid-gap: 30px 15px;
}

main form div.input {
  position: relative;
}

main form div.input .no-valid {
  color: red;
  font-size: 0.7rem;
  margin-right: 8px;
}

main form div.input input {
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px;
  outline: none;
  font-size: 1.1rem;
  color: #808080;
  border: 1px solid #9b9898;
  border-radius: 10px;
  background-color: #f2f2f2;
}
main form div.input textarea {
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px;
  outline: none;
  font-size: 1.1rem;
  color: #808080;
  border: 1px solid #9b9898;
  border-radius: 10px;
  background-color: #f2f2f2;
  font-family: samim;
}
main form div.input select {
  border: none;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px;
  outline: none;
  font-size: 1.1rem;
  color: #808080;
  border: 1px solid #9b9898;
  border-radius: 10px;
  background-color: #f2f2f2;
  font-family: samim;
}

main form div.input input:hover {
  border-color: #404040;
}

main form div.input input:focus {
  border: 1px solid #1976d2;
}

main form div.input input:focus + label {
  color: #1976d2;
}

main form div.input input.active-input + label, main form div.input input:focus + label {
  top: 0%;
  font-size: 0.7rem;
}

main form div.input input.active-input + label::before, main form div.input input:focus + label::before {
  background-color: #d3d3d3;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

main form div.input label {
  position: absolute;
  top: calc(44px / 2);
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #808080;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 5px;
}

main form div.input label::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: calc(50% - 1px);
  left: 0;
  display: inline-block;
  background-color: #fff0;
  z-index: -1;
  -webkit-transition: all 0.1s linear 0.2s;
  transition: all 0.1s linear 0.2s;
}

main form div.input.code input {
  padding-left: 80px;
}

main form div.input.code .btn-code {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #4caf50;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
}

main form div.input.code .btn-code:hover {
  background-color: #4caf5033;
}

main form div.input.code .btn-code:active {
  background-color: #4caf5066;
}

main form iframe {
  width: 100%;
  height: 250px;
  border-radius: 10px;
}

main form .price-send {
  padding: 20px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
}

main form .price-send span {
  font-size: 0.7rem;
}

main form .radio-item {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.07);
}

main form .radio-item:first-child {
  margin-bottom: 10px;
}

main form .radio-item input:checked + label {
  background-color: #dcdcdc;
}

main form .radio-item input:checked + label::before {
  border-color: #4caf50;
  background-image: radial-gradient(#4caf50, #4caf50, #4caf50, #4caf50, #4caf50, #4caf50, #4caf50, #fff, #fff 60%);
}

main form .radio-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  color: #808080;
  padding: 15px;
}

main form .radio-item > label:hover {
  background-color: #f6f6f6;
}

main form .radio-item > label:hover::before {
  border-color: #4caf50;
}

main form .radio-item > label:active {
  background-color: #dcdcdc;
}

main form .radio-item > label::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 2px solid #808080;
  border-radius: 50rem;
  display: inline-block;
}

main form .radio-item > div {
  padding: 15px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

main form .radio-item > div h4 {
  font-size: 1.5rem;
  color: red;
  text-align: center;
}

main form .radio-item > div img {
  width: 100%;
  max-width: 350px;
  margin: auto;
  border-radius: 15px;
  cursor: pointer;
}

main form .radio-item > div img.copy-cart {
  border: 3px solid #4caf50;
}

main form .radio-item > div h5 {
  font-size: 1.1rem;
  color: red;
  text-align: center;
}

main form .radio-item > div p {
  color: #808080;
  font-size: 0.9rem;
  width: 100%;
}

main form .radio-item .grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 6fr;
      grid-template-columns: 6fr 6fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 15px;
  width: 100%;
}

main form .radio-item .num-cart {
  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;
  border-collapse: collapse;
  margin-right: 1px;
  direction: ltr;
}

main form .radio-item .num-cart input {
  width: 60px;
  border: 1px solid #808080;
  margin-right: -1px;
  border-radius: 0;
  padding: 5px;
  outline: none;
  text-align: center;
  font-size: 1.1rem;
}

main form .radio-item .num-cart input:focus {
  border-color: #1976d2;
  z-index: 2;
}

.inptex:focus {
  border-color: #1976d2;
}
main form .radio-item .num-cart input:last-child {
  border-radius: 0 7px 7px 0;
}

main form .radio-item .num-cart input:first-child {
  border-radius: 7px 0 0 7px;
}

main form .radio-item .num-cart input[type=number]::-webkit-outer-spin-button,
main form .radio-item .num-cart input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main form .radio-item .num-cart input[type=number] {
  -moz-appearance: textfield;
}

main form > div button[type=button]:not(.btn-code),
main form > div button[type=submit] {
  border: none;
  border-radius: 7px;
  width: 100%;
  padding: 8px;
  font-size: 1rem;
  font-weight: bold;
}

main form > div button[type=button]:not(.btn-code) span,
main form > div button[type=submit] span {
  font-size: 0.8rem;
}

main form > div button[type=button] {
  background-color: #e8e8e8;
  margin-bottom: 10px;
}

main form > div button[type=submit] {
  background-color: #4caf50;
  cursor: pointer;
}
main form > div button[type=submit] {
  background-color: #803691;
  color: #fff;
  cursor: pointer;
}

main form > div button[type=button] {
  background-color: #4caf50;
  cursor: pointer;
}
main form > div button[type=button] {
  background-color: #803691;
  color: #fff;
  cursor: pointer;
}


main form > div button[type=submit]:hover {
  background-color: #7c2491;
}

main form > div button[type=submit]:active {
  background-color: #7c2491;
}

main form > div button[type=button]:hover {
  background-color: #7c2491;
}

main form > div button[type=button]:active {
  background-color: #7c2491;
}

.go-home {
  background-color: #6a1b9a;
  border-radius: 50rem;
  color: #fff;
  padding: 6px 15px;
  margin: 40px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.go-shop {
 
  color: #fff;
  padding: 6px 15px;
  margin: 40px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}


.go-shop1 {
 
  color: #fff;
  padding: 6px 15px;
  margin: 2px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.go-text {
  background-color: #efedf0;
  border-radius: 6px;
  color: #000;
  padding: 6px 15px;
  margin: 27px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.go-cart {
 
  border-radius: 6px;
  color: #000;
  padding: 6px 15px;
  margin: 27px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.go-tex {
	display : none;
	background-color: #419b1c;
	border-radius: 6px;
	color: #fff;
	padding: 6px 15px;
	margin: 27px 29% 0 0;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	font-size: 0.9rem;
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.go-text1{
  background-color: #343a40;
  border-radius: 10rem;
  color: #fff;
  padding: 6px 15px;
  margin: 16px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.go-text2{
  
  border-radius: 10rem;
  color: #006060;
  padding: 6px 15px;
  margin: 16px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.go-text3{
   font-size: 1.3rem !important;
    font-weight: 700 !important;
  border-radius: 10rem;
  color: #006060;
  padding: 6px 15px;
  margin: 9px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
 
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.go-text4{
   font-size: 1.3rem !important;
    font-weight: 700 !important;
  border-radius: 10rem;
  color: #ed2347 ;
  padding: 6px 15px;
  margin: 9px 50% 0 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: inline-block;
 
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.txsuc {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
}
.dark {
    color: #000 !important;
  
}
.redRes {
    color: #ed2246 !important;
  
}

.go-btn {
  background-color: #803691;
  border-radius: 4px;
  color: #fff;
  padding: 6px 15px;
  margin: 27px 50% 0 0;
  -webkit-transform: translateX(50%);
   transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn {
  display: inline-block;
  border: thin solid #000;
  height: 36px;
  min-width: 64px;
  font-size: 0.8rem;
  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;
  border-radius: 3px;
  color: #000;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.btn:hover {
  background-color: #ebebeb;
}

.btn:active {
  background-color: #c2c2c2;
}

@media screen and (min-width: 940px) {
  .container {
    max-width: 66.6%;
  }
}

@media screen and (min-width: 1264px) {
  .container {
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .grid-3 {
    -ms-grid-columns: 12fr !important;
        grid-template-columns: 12fr !important;
  }
}
/*# sourceMappingURL=card.css.map */

.green th{
	color: #697369 !important;
}
.neg{
	font-size: 2.7rem;
}
.hide{
	display:none;
}
.btnche{
	background-color: #eef0ee !important;
	color: #fff ;
	cursor: pointer;
}
.wid{
	width: 83%;
	margin-right: 10%;
}
#fom input{
	color : #131313  !important;
}
#fom select{
	color : #131313  !important;
}
#fom textarea{
	color : #131313  !important;
}
.textTyp {
  border-radius: 6px;
  color: #0f0f0f;
  padding: 6px 15px;
  margin: 3px 50% 0 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
}
.mt10 {
  margin-top: 10px;
}
.w40 {
  width: 40% !important;
}
.text-green {
  color: #77a464 !important;
}
.caller_box {
	  z-index: 1;
	  position: fixed;
	  width: 60px;
	  height: 60px;
	  cursor: pointer;
	  bottom: 10px;
	  right: 10px;
	}
	.caller_box .my_call {
	  z-index: 0;
	}
	.caller_box .whatsapp_btn, .caller_box .phone_btn, .caller_box .my_call {
	  width: 60px;
	  height: 60px;
	  display: block;
	  transition: all 0.3s;
	  position: absolute;
	  z-index: -1;
	  bottom: 0;
	  right: 0;
	}
	
	
	/*********[add to cart]**********/
	.popup-add-order {
		width: 100vw;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		display: none;
		animation: popup 0.2s ease-in;
	}
	@keyframes popup {
		from {
			transform: scale(1);
		}
		50% {
			transform: scale(1.2);
		}
		to {
			transform: scale(1);
		}
	}
	.popup-add-order.active-popup {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.popup-add-order .bg-popup {
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
		backdrop-filter: saturate(180%) blur(3px);
		position: absolute;
		top: 0;
		left: 0;
	}
	.popup-add-order .content-popup {
		position: relative;
		z-index: 1000;
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 0 5px 10px #3336;
		background-color: #fff;
		width: fit-content;
		width: 350px;
		max-width: 90%;
	}
	.popup-add-order .content-popup > div {
		padding: 20px;
		width: 100%;
	}
	.popup-add-order .content-popup > .top-content-popup {
		background-color: #9d55b2;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	.popup-add-order .content-popup > .top-content-popup .close-popup {
		position: absolute;
		width: 15px;
		top: 15px;
		right: 15px;
		cursor: pointer;
	}
	.popup-add-order .content-popup > .top-content-popup svg {
		width: 100px;
		height: min-content;
	}
	.popup-add-order .content-popup > .top-content-popup svg path {
		stroke-dasharray: 2500;
		stroke-dashoffset: 0;
		stroke-width: 20px;
		color: white;
	}
	@keyframes animate-tick {
		from {
			stroke-dashoffset: 2500;
		}
		to {
			stroke-dashoffset: 0;
		}
	}
	.popup-add-order .content-popup > .bottom-content-popup {
		background-color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 40px;
	}
	.popup-add-order .content-popup > .bottom-content-popup h2 {
		color: #333;
		font-size: 22px;
		text-align: center;
	}
	.popup-add-order .content-popup > .bottom-content-popup button {
		padding: 5px 20px;
		background-color: #9d55b2;
		cursor: pointer;
		color: #fff;
		border-radius: 5px;
	}
	.popup-add-order .content-popup > .progress-popup {
		width: 100%;
		height: 3px;
		background: rgb(204, 83, 83);
		display: block;
		animation: animate-progress 2s linear;
	}
	@keyframes animate-progress {
		from {
			width: 1px;
		}
		to {
			width: 100%;
		}
	}

	.alert-danger {
	  color: #b94a48;
	  background-color: #f2dede;
	  border-color: #eed3d7;
	}
	.alert {
	  padding: 15px;
	  margin-bottom: 20px;
	  border: 1px solid transparent;
	  border-radius: 4px;
	}
	.fade {
	  opacity: 0;
	  -webkit-transition: opacity .15s linear;
	  transition: opacity .15s linear;
	}
	.fade.in {
	  opacity: 1;
	}
	.divOf {
	 display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
	}
	
	#cod{
		width: 100%;padding: 6px 0px;padding-left: 0px;padding-left: 0px;background-color: transparent;border: 1px solid #803691;border-radius: 0 3px 3px 0;color: #000;outline: none;font-size: 1.0rem;font-family: samim;padding-left: 8px;
	}
	#btnlist{
		padding: 8px 18px;background-color: transparent;background-color: #803691;border: 1px solid #803691;color: #fff;border-radius: 3px 0 0 3px;text-align: center;font-size: 0.9rem;cursor: pointer;
	}
	.offer{
		display : none;
	}
	.gold {
	  color: #eca612 !important;
	}
	
	.alert-info {
		display: none;
		color: #3a87ad;
		background-color: #d9edf7;
		border-color: #d9edf7;
	}
	.f16{
		font-size: 16px;
	}
	.f14{
		font-size: 14px;
	}
	