/*----------------basket shop --------------*/
.basket-links {
    display: block;
    
    margin-top: 12px;
    margin-bottom: 12px;
}

.basket-links ul li {
    display: inline-block;
	text-align: center;
	
}

.basket-links ul li a li {
  padding: 0;	
}

.basket-links ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    transition: all 0.3s ease-in;
    margin: 0px 5px;
	align-content: center;
}

.basket-links ul li a:hover {
    background: #f7b230;
    color: #fff;
}

.basketCircle {
    font-size: 20px !important;
    color: red !important;
    background-color: red !important;
    border-radius: 50% !important;
    
	
    width: 25px;
    height: 25px;
    position: absolute;
    margin-top: -15px;
	margin-left: 22px;
	align-content: center;
}

.basketCircle p {
  color: white;
  text-align: center;
  font-size: 14px;  
}
/*----------------basket shop --------------*/

@media all and (min-width: 950px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
	.bonus {height: 133px !important;}
	.homeSliderBorder { border-radius: 20px; }
	/*.catBtn { width: 250px !important;}
	#rowHeaderBtn {margin-top: -62px; margin-bottom: 16px;}*/
}

@media all and (max-width: 1200px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
	.bonus {height: 125px !important;}
	.homeSliderBorder { border-radius: 0px; }
	/*.catBtn { width: inherit !important;}
	#rowHeader {width: 125px !important;}
	#myHeaderShop {height: 165px !important;}*/
}


.img-ad-shop {
  border-radius: 1.25rem;
  width: 100%;
  height: 150px;
  object-fit: fill;	
}

.discountCircle {
    font-size: 20px !important;
    color: #fb3449 !important;
    background-color: #fb3449 !important;
    border-radius: 20% !important;
    
	
    width: 46px;
    height: 23px;
    /*position: absolute;*/
    margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.discountCircle p {
  color: white;
  text-align: center;
  font-size: 16px;  
}

.rtl {
  direction: rtl	
}

.pd-div {
  height: 450px;	
}

.pd-price {
  white-space: nowrap;	
}

.pd-count {
  white-space: nowrap;	
}

.discount-lbl {
  margin-top: 5px;
}

.pd-count-btn {
  font-size: 20px !important;
  font-weight: 200 !important;
  padding: 0px 10px !important;	
}

.FontAwesome4 {
  font: normal normal normal 14px / 1 FontAwesome !important;	
}

.mleft5 {
  margin-left: 5px;	
}

.unselect {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  text-decoration: none;  
}

.redColor {
  color: #f03995 !important;	
}

.greenColor {
  color: #4fda38 !important; 	
}

.orangeColor {
  color: #ea842a !important;	
}

.pswp__preloader__icnShop {
      /* opacity: 0.75; */
    display: contents;
    right: 50%; 
    width: 20px;
    height: 20px;
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
    /* left: 10px; */
    margin-top: 23%;
}

.pswp__preloader__cutShop {
  position: relative;
  /*width: 7px;*/
  height: 20px;
  overflow: hidden;
  
  /*position: absolute;*/
  top: 0;
  /*left: 0;*/
}

.pswp__preloader__icnPd {
      /* opacity: 0.75; */
    position: inherit;
    right: 50%; 
    width: 20px;
    height: 20px;
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
    /* left: 10px; */
    margin-top: 23%;
}

.tagPd {
    rotate: 22deg;	
    margin-top: 7px;
    margin-right: -14px;
	float: right;
    top: 30px;
    left: 30px;
    background-image: linear-gradient(-103deg, #ef774c 0%, #ed684f 35%, #e84351 76%, #e73351 100%);
    box-shadow: 0px 10px 10px 0px rgba(34, 51, 79, 0.3);
    border-radius: 50px;
    text-align: center;
    padding: 3px 15px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;	
}

.blue-box {
    box-shadow: inset 0px 0px 4px 2px #00a2ff !important;
    border-radius: 10px !important;
    background: #360978 !important;	
}

.blue-box-padding {
  box-shadow: inset 0px 0px 4px 2px #00a2ff !important;
  border-radius: 10px !important;
  background: #360978 !important;	
  padding: 20px 20px 20px !important;	
}

.myHr {
  border-top: 1px solid rgb(255 255 255 / 30%);	
}

.empty-basket {
  margin: 0 auto;
  width: 200px;
  height: 150px;
  background: url(../images/cart-empty.png) 50% no-repeat;
  background-size: contain;	
}

.empty-order {
  margin: 0 auto;
  width: 200px;
  height: 150px;
  background: url(../images/order-empty.png) 50% no-repeat;
  background-size: contain;	
}

.shipping-line1 {
  overflow:initial;
  border-top: 2px solid rgb(165 165 165 / 100%);
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  
  &:after {
    content:'';
    width:0%;
    height:2.4px;
    display:block;
    background: #00bfd6;
    top:-2px;
    position:relative;	
    }
  
}

.shipping-line2 {
  overflow:initial;
  border-top: 2px solid rgb(165 165 165 / 100%);
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  
  &:after {
    content:'';
    width:50%;
    height:2.4px;
    display:block;
    background: #00bfd6;
    top:-2px;
    position:relative;	
    }
  
}

.shipping-line3 {
  overflow:initial;
  border-top: 2px solid rgb(165 165 165 / 100%);
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  
  &:after {
    content:'';
    width:100%;
    height:2.4px;
    display:block;
    background: #00bfd6;
    top:-2px;
    position:relative;	
    }
  
}


.shipping-dot {
    content: "";
    position: absolute;
    bottom: 7px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #a5a5a5;
}

.shipping-dot-active {
  background-color: #00bfd6;	
}

.shipping-dot-right {
  right: 20%;	
}

.shipping-dot-middle {
  right: 49%;
}

.shipping-dot-left {
    right: 78%;
}

.shipping-dot-lbl {
  font-size: 14px;	
  text-align: center;
  width: 120px;
  margin-top: -26px;
  margin-right: -47px;	
}

.shipping-dot-lbl-active {
  color: #00bfd6;	
}

.c2cImg {
  background: url(../images/c2c.png) no-repeat;
  background-position: center;
  background-size: 78px;	
}

.gateImg {
  background: url(../images/gatepay.png) no-repeat;
  background-position: center;
  background-size: 78px;	
}

.coinImg {
  background: url(../images/coin.png) no-repeat;
  background-position: center;
  background-size: 78px;	
}

.discountImg {
  background: url(../images/discount.png) no-repeat;
  background-position: center;
  background-size: 78px;	
}

.my-radio-checked {
    
    border: 2px solid #0a6ec1;
    border-radius: 50%;
	width: 20px;
	height: 20px;
	align-content: center;
	overflow:initial;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
	
	&:after {
    content:'';
    width:12px;
    height:12px;
    display:block;
    background: #00bfd6;
    position:relative;	
	border-radius: 50%;
    right: 2px;
    }

}

.my-radio {
    
    border: 2px solid #0a6ec1;
    border-radius: 50%;
	width: 20px;
	height: 20px;
	align-content: center;
	overflow:initial;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
	
}

.my-checkbox-checked {
    
    border: 2px solid #0a6ec1;
	width: 20px;
	height: 20px;
	align-content: center;
	overflow:initial;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
	
	&:after {
    content:'';
    width:12px;
    height:12px;
    display:block;
    background: #00bfd6;
    position:relative;	
    right: 2px;
    }

}

.my-checkbox {
    
    border: 2px solid #0a6ec1;
	width: 20px;
	height: 20px;
	align-content: center;
	overflow:initial;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
	
}

.textBoxDiv {
    width: 70%;
    background: #250e46;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;	
}

.textBoxDiv input {
	width: 70%;
	flex: 1;
    background: none;
    border: 0px;
    height: 100%;
    color: #fff;
    padding: 0px 30px;
}

.finishImg {
  background: url(../images/finish.png) no-repeat;
  background-position: center;
  background-size: 260px;
  border-radius: 5px;
  width: 200px;
  height: 200px;  
}

.finishBtn {
  font-size: 11px;
  border-radius: 3px !important;	
  cursor: pointer;  
}

.tdOrder {
  align-content: center !important;		  
  padding: 1.5rem !important;
}

.orderClass0 {
  background-color: #03000e3d;
}

.orderClass1 {
  background-color: #6a00453d;
}

.orderClass2 {
  background-color: #aabf003d;
}

.orderClass3 {
  background-color: #0091d73d;
}

.orderClass4 {
  background-color: #00d7113d;
}

.orderClass5 {
  background-color: #d700003d;
}

.basket-td {
  vertical-align: middle !important;	
}

.index-bottom-img {
  width: 32%;
  height: 85%;
  object-fit: fill;
  border-radius: 20px;
}

.search-header {
    width: 100%;
    height: 42px;
    overflow: hidden;
    float: right;
    border-radius: 5px;
    position: relative;
}

.search-header input {
    width: 100%;
    height: 45px;
    outline: none;
    background: #f0f0f1;
    color: #474747;
    padding-right: 55px;
    padding-left: 10px;
    line-height: 45px;
    position: relative;
    font: 12px iranyekan;
    border: unset;
	direction: rtl;
    font-family: 'IRANSans', Open Sans, sans-serif !important;
}

.search-header .btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f0f0f1;
    outline: none;
    cursor: pointer;
	height: 46px;
    border: unset;
}

.logosvg {
  background: url(../images/logo.svg) 0 0 no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -999em;
  width: 100px;
  height: 39px;  
}
    