﻿body{
	background-color: #eee;
}

a ,a:active ,a:hover ,a:focus
,button ,button:active ,button:hover ,button:focus
,input ,input:active ,input:hover ,input:focus{
	outline: none !important;
}

input[type="text"]:focus ,textarea:focus{
	box-shadow: none !important;
	border-color: #111 !important;
}

img{
	max-width: 100%;
}

hr{
	border-top: 1px solid #b7b2ae !important;
}
/* ----------------------------------- header */

header .header-content{
	margin-bottom: 10px;
}

header {
	background-color: #f7f8fa;
	height: 135px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
}

.header-content > div{
	margin: 15px 0 20px 0;
}

.avr-header{
	height: 120px;
}

.avr-header-item i{
  vertical-align: middle;
  padding: 0 5px; 
}

.go-dashboard.avr-header-item{
	padding: 0 15px;
}

.avr-header-item{
	padding: 3px 7px 3px 15px;
}

.avr-header-item a{
	color: #88001f;
}

.page-viewer .avr-txt-header{
	text-align: center;
}

header .page-viewer .avr-txt-header p{
	margin: 0;
}


.avr-brand{
	position: absolute;
	top: 23px;
	z-index: 2;
}

.avr-text{
	background-color: rgb(240,187,77);
	padding: 5px 15px;
}

header #searchbar{
	width: 100%;
} 

header #searchbar #txtsearch, header #searchbar .btn{
	height: 40px;
}

header #searchbar .btn i{
	vertical-align: middle;
}

.header-minicart{
	background-color: #f2d500;
}

a.avr-basket{
	padding: 0 !important;
	line-height: 40px;
	width: 138px;
	background-color: #f2d500;
	border-radius: 3px;
	color: #000;
	transition: color ease-out .3s;
	overflow: hidden;
	z-index: 4;
	border: none !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, a.avr-basket:hover ,a.avr-basket:focus{
	background-color: #f2d500 !important;
	border: none;
}

a.avr-basket:hover{
	color: #88001f;
}

.avr-basket:hover .badge{
	color: #88001f;
}

.avr-basket .avr-icon-font{
	padding: 0 10px;
	height: 40px;
	display: inline-block;
	background-color: #f9eb60;
	margin-left: 5px;
	border-radius: 0 3px 3px 0;
}

.avr-basket .avr-icon-font i{
	font-size: 23px;
	vertical-align: middle;
}

.avr-basket .badge{
	background-color: #f9eb60 !important;
	color: #000;
	transition: color ease-out .3s;
}

.avr-txt-header > p{
	line-height: 30px;
	background-color: #fc5818;
	display: none;
}

@keyframes bounce {
  0%{
	  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transform: translate3d(-200px, 0, 0);
	  opacity: 0;
	 
  }
	
  20%, 53%, 80%{
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
	opacity: 1;
  }
   
  40% ,70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(-35px, 0, 0);
  }

  90% {
    transform: translate3d(-24px,0,0);
  }
  100%{
	  animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transform: translate3d(0,0,0);
	  opacity: 1;
  }
}

.mkh-bouce{
	animation-name: bounce;
  	transform-origin: center bottom;	
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

.avr-social{
	height: 65px;
}

.avr-social > a > p{
	border-radius: 50%;
	background-color: #ddd;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 21px;
	color: #333;
	margin: 17px 0 0 10px;
	opacity: 0;
}

.avr-social > a > p > i{
	vertical-align: middle;
}

.avr-social .avr-social-facebook:hover{
	background-color: #3b5998;
	color: #fff;
}

.avr-social .avr-social-twitter:hover{
	background-color: #00aced;
	color: #fff;
}

.avr-social-paper-plane:hover{
	background-color: #0088cc;
	color: #fff;
}

.avr-social .avr-social-instagram:hover{
	color: #fff;
	background-image: url("/files/avrin/instagram_gradient_wallpaper_by_jasonzigrino-da28exh.jpg");
	background-position: center;
	background-size: cover;
}

#shopping-bag-overlay{	
	-webkit-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

li.dropdown.header-minicart:hover #shopping-bag-overlay{
	display: block !important;
	opacity: 1;
}


/* header ----------------------------------- */
/* ---------------- menu style */

.menu-page{
	width: 100%;
	padding: 0 15px;
	color: #000;
	background-color: #fff;
}

.sub-menu-wrap:after, .sub-menu-wrap:before {
	content: " ";
	display: table;
	clear: both;
}

.p-navigation{
	padding: 0;
	position: relative;
	margin-right: 9%;
	margin-left: 1.4%;
}

nav a {
	color: #2b2b2b;
	font-size: 14px;
}

nav li {
	list-style: none;
}

@media screen and (min-width:960px) {
	nav {
		position: relative;
		z-index: 3;
	}
}

.toranjmenu > ul {
	padding: 24px;
	text-align: right;
}

nav li {
	padding-left: 10px;
	letter-spacing: 1px;
}

nav li {
	padding: 0;
	letter-spacing: 0px;
	list-style: none;
}

.toranjmenu {
	width: 100%;
	margin: auto;
	position: static;
	right: 0;
	height: 40px;
	text-align: justify;
}

.toranjmenu > ul > .parent-menu {
	padding: 10px;
	padding-bottom: 10px;
}

.toranj-sub-menu {
	background: #f7f8fa;
	border-left: 1px solid #dbdbdb;
	position: absolute;
	right: 0;
	top: 0;
	padding: 24px 24px 24px 0;
	height: 100%;
	width: 95%;
	text-align: right;
	-webkit-transform: translatex(-100%);
	-moz-transform: translatex(-100%);
	-ms-transform: translatex(-100%);
	-o-transform: translatex(-100%);
	transform: translatex(-100%);
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
	z-index: 10000 !important;
}

.sub-menu .sub-menu-wrap ul, .sub-menu .sub-menu-wrap aside {
	display: block;
}

.toranjmenu {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	min-width: 960px;
	padding: 0;
}

.toranjmenu > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: row wrap;
	-moz-box-orient: row wrap;
	box-orient: row wrap;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row wrap;
	-moz-flex-direction: row wrap;
	flex-direction: row wrap;
	-ms-flex-direction: row wrap;
	-webkit-box-pack: distribute;
	-moz-box-pack: distribute;
	box-pack: distribute;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
}

.toranjmenu > ul > li {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 auto;
	-moz-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
}  

.toranjmenu > ul > li.parent-menu {
	padding: 0;
}

.toranjmenu .toggle-section{
	font-size: 14px;
	padding: 0 9px;
	text-align: right;
	text-decoration: none;
	font-weight: 500;
}

.toranjmenu > ul > li span {
	display: inline-block;
} 

.toranj-sub-menu {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	z-index: -1;
}

.toranj-sub-menu {
	background: rgba(247, 248, 250, 0.84);
	border: 1px solid #ccc;
	border-top: transparent;
	top: 36px;
	height: auto;
	max-height: 1000px;
	padding: 0;
	width: 100%;
	z-index: 100;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;		
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity .1s ease-out;
	-webkit-transition: opacity .1s ease-out;
} 

.sub-menu-child {
	display: block;
	float: right;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.toranj-sub-menu-container:before{
	content: "";
	position: absolute;
	top: 0;
	height: 1px;
	width: 100%;
	background-color: #000;
}

.sub-menu-child.nav-promo{
	float: right;
	display: block;
	width: 36.0264677513%;
	margin-left: 0;
} 

nav li.parent-menu:hover{
	border-left: 1px solid #f93636;
	border-right: 1px solid #f93636;
	border-top:	1px solid #f93636;
	background-color: #f93636;
	transition: .3s all ease-out;
}

nav li.parent-menu:hover span{
	color: #fff;
	transition: .3s all ease-out;
}

nav li.parent-menu:hover .toranj-sub-menu{
	opacity: 1;
	visibility: visible;
}

nav li.ntt-consultation:hover .toranj-sub-menu{
	display: none;
	opacity: 0;
}

.sub-menu-child .avr-menu-child .avr-menu-child-ul{
	padding: 0;
}

.sub-menu-child > li:first-child{
	position: relative;
	text-align: center;
	width: 203px;
}

.sub-menu-child .avr-menu-child{
	position: absolute;
	right: 0;
	top: 36px;
	background-color: rgba(247, 248, 250, 0.74);
	height: auto;
	max-height: 1000px;
	padding: 0;
	width: 100%;
	z-index: 100;		
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	opacity: 0;
	display: none;
	transition: opacity .3s ease-out .1s;
	-webkit-transition: opacity .3s ease-out .1s;
}

.sub-menu-child:hover .avr-menu-child{ 
	opacity: 1;
	display: block;
	border: 1px solid #ccc;
}

.menu-image{
	width: 300px;
	display: none;
}

.menu-image img{
	max-width: 100%;
}

.parent-menu .toggle-section{
	position: relative;
}

.parent-menu > .toggle-section:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
	left: calc(50% - 5px);
	bottom: -6px;
	display:none;
}
.parent-menu:hover > .toggle-section:after{
	display: block;
}

.ntt-consultation:hover .toggle-section:after{
	display: none;
}
.sub-menu-child > li:first-child:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #88001f;
	left: calc(50% - 5px);
	bottom: 1px;
	display: none;
	z-index: 555555;
}

.sub-menu-child > li:first-child:after{
	content: "";
	width: 100%; 
	height: 2px; 
	position: absolute;
	bottom: -1px;
	background-color: #88001f;
	display: none;
	z-index: 555555;
}

.sub-menu-child{
	position: relative;
}

.sub-menu-wrap ul.sub-menu-child > .sub-menu-child2:after{
	content: "";
	width: 100%; 
	height: 2px; 
	position: absolute;
	bottom: -1px;
	background-color: #88001f;
	display: none;
	z-index: 555555;
}

.sub-menu-wrap ul.sub-menu-child > .sub-menu-child2:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #88001f;
	left: calc(50% - 5px);
	bottom: 1px;
	display: none;
	z-index: 555555;
}
.sub-menu-wrap ul.sub-menu-child > .sub-menu-child2{
	float: right;
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	width: 203px;
	padding-right: 0;
	padding-left: 0;
}

.sub-menu-wrap .sub-menu-child .avr-step-1:hover a ,.sub-menu-wrap ul.sub-menu-child > .sub-menu-child2{
	color: #88001f;
}

.sub-menu-wrap ul:hover .avr-step-1::after
,.sub-menu-wrap ul:hover .avr-step-1::before
,.sub-menu-wrap ul.sub-menu-child > .sub-menu-child2:hover::after
,.sub-menu-wrap ul.sub-menu-child > .sub-menu-child2:hover::before{
	display: block;
}

.ntt-consultation:hover:after{
	content: "";
	background-color: #000;
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 3px;
	right: 0;
}

ul.navigation.clearfix.p-navigation{
	margin-bottom: 0;
}

.avr-menu-child-ul .sub-menu-child2:hover .toggle-section{
	padding-right: 12px;
	color: #88001f;
}

.avr-menu-child-ul .sub-menu-child2 .toggle-section i{
	vertical-align: middle;
	opacity: 0;
	transition: .3s all ease-in;
	-webkit-transition: .3s all ease-in;
}

.avr-menu-child-ul .sub-menu-child2:hover .toggle-section i{
	opacity: 1;
}


.navbar-header {
    position: absolute;
    top: -70px;
    right: 15px;
}

/* menu style----------------------------------- */

div.main{
	margin-top: 150px;
}

#gift{
	cursor: pointer;
	position: relative;
}

#gift div{
	position: absolute;
	width: 170px;
	background-color: black;
	right: 0;
	display: none;
	z-index: 1000;
}

#gift:hover div{
	display: block;
}

.sidebar img{
	max-width: 100%;
	width: 100%;
	border-radius: 4px;
	box-shadow: 0px 0px 5px 3px #bfb1b1;
}

.content img{
	max-width: 100%;
}

#offer{
	margin-bottom: 45px;
}

#offer img{
	max-height:300px;
	height: 300px;
}

#offer .owl-nav .owl-next ,#offer .owl-nav .owl-prev{
    position: absolute !important;
	top: 43% !important;
	margin:0 !important;
	background-color: #FFF0 !important;
	color: #353535 !important;
	font-size: 29px !important;
	display: none !important;
}

#offer:hover .owl-prev, #offer:hover .owl-next{
	display: block !important;
}

#offer .owl-nav .owl-next{
	right: 10px;
}

#offer .owl-nav .owl-prev{
	left: 10px;
}

#offer .owl-stage-outer{
	position: relative !important;
}

#offer .owl-dots{
	margin: 0;
	width: 100%;
}

#offer .owl-dot{
	display: block;
	float: left;
}

#offer .owl-dot span{
	border-radius: 0;
	width: 100%;
	margin: 0;
	height: 30px;
	line-height: 30px;
	position: relative;
	color: #000;
	background-color: #f7f8fa;
}

#offer .owl-dots .active span ,#offer .owl-dot:hover span{
	background-color: rgb(240,187,77);
	border: 1px solid rgb(136,0,31);
	color: #88001f;
	z-index: 0;
}

#offer .owl-dots .active span:before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgb(240,187,77);
	position: absolute;
	left: calc(50% - 10px);
	top: -10px;
	background-color: initial;
	z-index: 1;
}

#offer .owl-dots .active span:after{
  content: "";
  background: none;
  width: 15px;
  height: 15px;
  border: 1px solid #88001f;
  position: absolute;
  transform: rotate(45deg);
  left: calc(50% - 7.5px);
  z-index: 1;
  top: -8px;
  border-right: transparent;
  border-bottom: transparent;
}

#special .owl-stage-outer{
	min-height: 240px;
}

#special{
	background-color: #fff;	
	margin-bottom: 15px;
}

#special .owl-dots{
	position: absolute;
	margin: 0;
	left: 0;
	top:0;
	width: 16.666%;
}

#special .owl-dot{
	display: block;
}

#special .owl-dot span{
	height: 40px;
	font-size: 12px;
	margin:0;
	border-radius: 0;
	width: 100%;
	line-height: 40px;
	position: relative;
	background-color: #dadada;
}

#special .owl-dot:hover span{
	background-color: #bcbcbc;
}

#special .owl-dots .active span{
	background: #ff5252;
    color: #fff;
}

#special .owl-dots .active span:after{
	position: absolute;
	right: -20px;
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ff5252;
}

#special .image{
  	text-align: center;
	color: black;
	width: 33.333%;
	float: right;
}

#special .avr-img{
	width: 200px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}

#special .image h3{
	color: #333;
	line-height: 45px;
	text-align: center;
}

#special .avr-description p ,#special .avr-description span{
 	color: #222;
	text-align: justify;
}

#special .avr-description{
	width: 50%;
	float: right;
	padding: 20px 0 20px 20px;
}

#special .price{
	font-size: 18px;
}

.avr-pishnahad-one ,.avr-pishnahad-two ,.avr-pishnahad-three{
	padding: 10px 35px;
	background-color: #fff;
	margin-bottom: 15px;
}

.avr-pishnahad-one .content-product ,.avr-pishnahad-two .content-product ,.avr-pishnahad-three .content-product{
	margin-top: 45px; 
}

.avr-pishnahad-one .content-product .title ,.avr-pishnahad-two .content-product .title ,.avr-pishnahad-three .content-product .title{
	text-align: center;
	color: #111;
}

.avr-pishnahad-one .content-product .title p ,.avr-pishnahad-two .content-product .title p ,.avr-pishnahad-three .content-product .title p{
	margin-top: 10px;
}

.avr-pishnahad-one .content-product .image ,.avr-pishnahad-two .content-product .image ,.avr-pishnahad-three .content-product .image{
	text-align: center;
	color: #2b8a2f;
}

.avr-pishnahad-one .image p ,.avr-pishnahad-two .image p ,.avr-pishnahad-three .image p{
	position: relative;
	line-height: 25px;
	z-index: -1;
	opacity: 0;
	margin: 0;
}

@keyframes mkhRollIn {
  from {
    opacity: 0;
    transform: translate3d(0, 300%, 0) rotate3d(0, 0, 1, -45deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.mkh-rollIn{
	animation-name: mkhRollIn;
}

.avr-pishnahad-one .image p:before ,.avr-pishnahad-two .image p:before ,.avr-pishnahad-three .image p:before{
	position: absolute;
	content: "";
	width: 80%;
	height: 100%;
	right: 10%;
	z-index: -2;
	background-color: #f0bb4d;
}

.avr-pishnahad-one .image p:after ,.avr-pishnahad-two .image p:after ,.avr-pishnahad-three .image p:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 26px solid #c69121;
	top: -1px;
	right: 7%;
	z-index: -3;
}

.avr-pishnahad-one .owl-nav .owl-next ,.avr-pishnahad-one .owl-nav .owl-prev
,.avr-pishnahad-two .owl-nav .owl-next ,.avr-pishnahad-two .owl-nav .owl-prev
,.avr-pishnahad-three .owl-nav .owl-next ,.avr-pishnahad-three .owl-nav .owl-prev{
    position: absolute !important;
	top: 43% !important;
	margin: 0 !important;
	background: none !important;
	color: #353535 !important;
	font-size: 24px !important;
}

.avr-pishnahad-one .owl-nav .owl-next
,.avr-pishnahad-two .owl-nav .owl-next
,.avr-pishnahad-three .owl-nav .owl-next{
	right: 5px;
}

.avr-pishnahad-one .owl-nav .owl-prev
,.avr-pishnahad-two .owl-nav .owl-prev
,.avr-pishnahad-three .owl-nav .owl-prev{
	left: 5px;
}

.mkh-header-slide{
	width: 100%;
	background-color: #c0b459;
	line-height: 35px;
	padding: 0 10px;
	height: 35px;
}

.mkh-header-slide h5:nth-child(2){
	float: left;	
}
.mkh-header-slide h5:nth-child(1){
	float: right;
}

.avr-danestani{
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px 35px 25px;
}

.avr-danestani .owl-stage-outer{
	width: 100%;
}

.avr-danestani .owl-nav .owl-next ,.avr-danestani .owl-nav .owl-prev{
    position: absolute !important;
	top: 47% !important;
	margin: 0 !important;
	background: none !important;
	color: #353535 !important;
	font-size: 24px !important;
}

.avr-danestani .owl-nav .owl-next{
	right: 5px;
}

.avr-danestani .owl-nav .owl-prev{
	left: 5px;
}

.avr-danestani .w-title{
	text-align: center;
}

.avr-danestani .w-text{
	text-align: justify;
	padding: 0 5px;
}

.avr-services{
	background-color: #f0bb4d;
	padding: 0 10px;
	margin-bottom: 15px;
}

.avr-services a .w-title{  
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #444;
}

.avr-desc .page-viewer{
	padding: 20px;
	box-shadow: -1px 2px 4px 2px #5c5c5c;
}

.avr-desc > div{
	margin: 60px 0 15px;
}

.avr-desc > div > p {
    position: absolute;
    top: 6%;
    right: 0%;
    font-size: 25px;
    transform: rotate(4deg);
    background-color: #f2d500;
    padding: 5px 10px;
	box-shadow: -6px 5px 0px 1px;
}

.avr-desc .page-viewer p{
	font-size: 15px;
}

/* ------------------------------- footer */
footer{
	background-color: #ccc;
	padding: 50px 0;
	margin-top: 30px;
}

.avr-footer-menu p a{
	font-size: 15px;
	color: #272727;
}

.verticalTitle{
	font-size: 22px;
	margin-bottom: 15px;
	color: #292a00;
	text-align: right;
}

/* footer ----------------------------------- */
/* ------------------------------- inner page */

.product-img-box img{
	max-width: 100%;
}

.CategoryTabs .content-product {
	border: 1px solid;
	overflow: hidden;
	background: #fff;
	transition: .5s;
	padding: 5px;
}

.product-items.compact .t18-product-items{
  	float: right;
  	width: 33.33%;
  	text-align: center;
  	display: block;
  	height: 280px;
	margin-bottom: 45px;
}

.content-product .add-prod ,.content-product .add-in-basket ,.content-product .add-in-basket-no-stock{
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
    left: 100%;
    bottom: calc(50% - 25px);
	font-size: 30px;
	background: #FFE082;
    color: #000;
    text-align: center;
	border-radius: 50%;
}

.content-product:hover .add-prod ,.content-product:hover .add-in-basket ,.content-product:hover .add-in-basket-no-stock{
	left: calc(50% - 25px);	
}

.content-product{
	overflow: hidden;
}

.product-img-box{
	overflow: hidden;
	max-height: 160px;
}

.content-product .add-prod i ,.content-product .add-in-basket i , .content-product .add-in-basket-no-stock i{
	text-align: center;
	vertical-align: middle;
}

.category-link-tab{
	display: none;
}

.product-details .Price{
    font-size: 15px;
}

.product-title{
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 25px;
}

.no-grid{
	position: relative;
}

.compact .content-product {
  	border: 1px solid #aaa;
  	padding: 5px;
  	height: 250px;
  	transition: .3s all ease;
}

.basket-text-tab{
	display: none;
}

.little-slider .owl-nav {
	position: absolute;
	bottom: -55%;
	font-size: 26px;
	font-weight: bold;
	left: calc(50% - 30px);
}

.add-to-bag-info button ,.add-to-bag-info a ,.back-to-category{
	color: #000 !important;
	background-color: #fff !important;
	font-weight: 500 !important;
	border: 1px solid #000 !important;
	-webkit-transition: .5s all ease-out !important;
	transition: .5s all ease-out;
	text-align: center !important;
	padding: 5px 15px !important;
	line-height: 25px !important;
	display: block !important;
	box-sizing: content-box !important;
	float: right;
	width: 160px;
	margin-bottom: 12px;
	max-width: 100%;
}

.add-to-bag-info button:hover 
,.add-to-bag-info a:hover
,.back-to-category:hover{
	color: #f0bb4d !important;
	background-color: #232323 !important;
	font-weight: 500 !important;
	border: 1px solid #f0bb4d !important;
	box-sizing: content-box !important;
}

.btn-8light .icon i{
	font-size: 25px;
}

.CategoryTabs .tab-content{
	padding: 35px 40px 15px;
	min-height: 285px;
	background-color: #f5f5f5;
}

.item-comments #cBox{
	margin-bottom: 20px;
}

.item-comments #cBox .btn-savecomment{
	color: #4caf50;
	background-image: none !important;
	background-color: #fff;
	font-weight: 500;
	border: 1px solid #4caf50;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
	text-align: center !important;
	padding: 5px 15px !important;
	border-radius: 0 !important;
	line-height: 25px;
	box-shadow: none;
	text-shadow: none;
}

.item-comments #cBox .btn-savecomment:hover{
	color: #fff;
	background-color: #4caf50;
	font-weight: 500;
}

#mkh-price{
	display: none;
	position: relative;
}

#mkh-price::before{
	content: "";
	position: absolute;
	width: 90px;
	height: 2px;
	background-color: #fc4a4a;
	right: -6px;
	bottom: 11px;
	transform: rotate(-6deg);
	z-index: 1;
}

#itemaccordion{
	text-align: justify;
}

#prodesc .fg-item-title{
	display: none;
}

.avr-sameprods {
	margin-top: 40px;
}

.avr-sameprods p{
	font-size: 18px;
}

.maybe-interested .owl-nav {
  	display: block !important;
  	position: absolute;
  	font-size: 40px;
  	left: -20px;
  	right: -20px;
  	top: 40%;
  	z-index: -1;
}

.CategoryTabs ul.nav li a {
  	border-radius: 0 !important;
  	color: #333;
}

.CategoryTabs .nav > li > a:hover, .nav > li > a:focus {
  	background: #d8d7d7;
  	border: 1px solid #d8d7d7;
}

.CategoryTabs ul.nav li{
	margin-bottom: -1px;
  	margin-right: 2px;
}

.CategoryTabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  	border-color: #000;
  	border-bottom: none;
  	background: #f5f5f5;
  	color: #333;
}

.CategoryTabs .nav-tabs > li.active > a:after, .nav-tabs > li.active > a:hover:after, .nav-tabs > li.active > a:focus:after {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height:1px;
  	bottom: -1px;
  	right: 0;
  	border-bottom: 3px solid #f5f5f5;
}

input.form-control, textarea.form-control, select.form-control {
    box-shadow: none;
	border-radius: 0;
}

.prod-navigation .breadcrumb li.active {
    color: #4caf50;
}

.title-item-tab{
 	padding: 5px 8px ;
  	color: #2b2b2b;
  	text-align: right;
  	margin-top: 14px;
  	float: right;
}

.category-link ,.category-link-tab{
  	color: #4caf50;
  	border: 1px solid #4caf50;
  	background-color: #fff;
	padding: 5px 8px;
	float: left;
}

.title-item-tab .category-tab-price{
	margin-top: 10px;
	font-size: 12px;
  	font-weight: bold;
	color: #4CAF50;
}

.avr-page .page-text{
	margin-top: 3em;
}

.avr-page .page-text p{
	padding-top: 5px;
	text-align: justify;
	font-family: IRANSans !important;
}

.avr-page .page-text p > *{
	font-family: IRANSans !important;
}

.avr-page .page-title{
	position: relative;
}

.avr-page .page-title:before ,.avr-page .page-title:after{
	content: "";
	position: absolute;
	width: 100%;
	height 2px;
	border-bottom: 2px solid;
	animation-name: width;
	animation-duration: .6s;
}

@keyframes width{
	0%{width: 0;}
	100%{width: 100%;}
}

.avr-page .page-title:after{
	bottom: 0px;
	animation-delay: .6s;
	right: 0;
}
.avr-page .page-title:before{
	bottom: -5px;
	animation-delay: .5s;
	left: 0;
}

.prod-thumbnail img{
	max-width: 100%;
}

.catTitleX {
	font-size: 14px;
	border-bottom: 1px solid #000;
	padding: 0px 0 9px 0;
	margin-top: 11px;
	line-height: 15px;
 	color: #000;
}

.SortPart .select2-selection__rendered{
  	font-size: 14px;
  	color: #880021 !important;
}

.select2-container--default .select2-selection--single {
  	/*! border: 1px solid #880021; */
  	border-radius: 0;
  	height: 30px;
}

.sort-parts .select2-selection__arrow {
  	border: 1px solid #000;
  	top: 5px !important;
  	width: 20px !important;
  	height: 20px !important;
  	bottom: 5px;
  	left: 5px !important;
	background-image: url("/files/avrin/ArrowDown.png");
	background-size: cover;
}

.SortPart .select2 {
  width: 80% !important;
}

.render-opts a {
  	margin-right: 5px;
  	border: 1px solid;
  	text-align: center;
  	color: #000;
	padding: 4px 7px 0px;
	text-align: center;
	cursor: pointer;
}

.render-opts .selected {
  	color: #88001F;
}

.sort-parts {
	margin-right: -1px !important;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-left: 10px;
}

.category-viewer .category-title{
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  	background: transparent;
	color: #88001f;
}

.content-product .basket-hover-item {
  display: none;
}

.hover-item-tab .add-in-basket i:before{
	content: "\f217";
}

.title-item-tab .category-tab {
  font-size: 14px;
  font-weight: 500;
}

.simple-pagination li.disabled {
  opacity: .6;
}

.simple-pagination li.active span{
	background-color: #88001f;
  	box-shadow: none;
  	color: #fff;
	line-height: 28px;
	border-radius: 50%;
	width: 25px;
  	height: 25px;
	margin; 0 5px;
}

.simple-pagination li:first-child span, .simple-pagination li:last-child a,
.simple-pagination li:first-child a, .simple-pagination li:last-child span {
  	background-color: transparent;
  	border: 1px solid #88001F;
  	color: transparent;
  	border-radius: 0;
  	font-size: 0;
  	margin: 2px 7px;
}

.simple-pagination li:first-child span, .simple-pagination li:first-child a {
  	background-image: url('/files/avrin/ArrowRight.png');
  	background-size: cover;
}

.simple-pagination li:last-child a, .simple-pagination li:last-child span {
  	background-image: url('/files/avrin/ArrowLeft.png');
  	background-size: cover;
}

.simple-pagination ul {
  	display: inline-block;
  	margin-left: 15px !important;
}

.simple-pagination ul li{
	margin: 0 5px;
}

.simple-pagination li a, .simple-pagination li span {
  	border: 1px solid #88001F !important;
  	background: #fff;
  	box-shadow: none;
  	color: #88001F;
  	display: block;
  	width: 25px;
	height: 25px;
	line-height: 28px;
  	font-size: 15px;
  	font-weight: 900;
	border-radius: 50%;
}

.face.back ,.category-tab-dis-value{
	display: none;
}

.category-viewer .category-fullpath a{
   	display: block;
  	font-size: 14px;
	color: #000;
	padding: 10px 0px;
}

.tree ,ul.values-container{
	padding-right: 15px;
}

.tree li a{
  	position: relative;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.tree li a:hover{
	color: #88001F;
}

.tree li a:after{
  	content: "";
  	position: absolute;
  	width: 0;
  	height: 2px;
  	background-color: #000;
  	right: -3%;
  	bottom: 1px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.tree li a:hover:after{
	background-color: #88001F;
	width: 70%;
}

.filter-link:before {
  	content: "";
  	position: absolute;
  	width: 11px;
  	height: 11px;
  	border: 1px solid #000;
  	right: 1px;
  	top: calc(50% - 5px);
}

.filter-link.selected:before {
  	background: #f2d500;
}

.LeftCatPart{
	margin-top: 10px;
	background-color: #fff;
	padding-top: 5px;
}

.navigationPart {
  	margin-bottom: 21px;
  	border-bottom: 1px solid;
}

.price-slider .min-slider-handle {
	background: none !important;
  	background-color: #F2D500 !important;
  	box-shadow: none;
  	width: 15px; 
  	height: 15px; 
  	top: 0;
}

.price-slider .max-slider-handle {
	background: none !important;
 	background-color: #F0BB4D !important;
  	box-shadow: none;
  	width: 15px; 
  	height: 15px; 
  	top: 0;
}

.slider-selection {
	background: #f2d500 !important;
	-webkit-background: linear-gradient(to right, #f0bb4d , #f2d500) !important;
  	background: linear-gradient(to right, #f0bb4d , #f2d500) !important;
  	border: none;
  	border-radius: 0 !important;
}

.slider-track-high{
	background: #4e4e4e !important;
}

.filter-link{
	color: #000;
}

#cat_videos_part{
	display: none;
}

.avr-more-btn{
	color: #4caf50;
	border: 1px solid #4caf50;
	background-color: #fff;
	float: left;
	margin-left: 10px;
	border-radius: 0;
}

.avr-grid .add-in-basket{
	position: relative;
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	width: auto;
	height: auto;
	left: auto;
    right: auto;
    bottom: auto;
	font-size: 14px;
	background: #fff;
    color: #4caf50;
	border: 1px solid #4caf50;
	border-radius: 0;
	display: inline-block;
}

.avr-grid .add-in-basket .basket-text-tab{
	display: inline;
}

.avr-grid .more-desc{
	background: #fff;
    color: #4caf50;
	border: 1px solid #4caf50;
	border-radius: 0;
	line-height: 25px;
	margin-top: 20px;
}

.avr-grid .content-product .add-in-basket i{
	position: relative;
	top: auto;
	left: auto;
	vertical-align: middle;
	font-size: 25px;
	margin: 0 5px;
}

.avr-grid .content-product .add-in-basket i:before{
	content: "\f217";
}

.avr-grid .content-product:hover .product-img-box img{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}


.avr-grid .content-product:hover{
	box-shadow: none;
}

.avr-grid .product-detail-grid .add-in-basket, .more-desc {
  	display: inline-block;
  	padding: 3px 20px !important;
	text-align: center;
}

.avr-grid .product-img-box{
	max-height: 255px;
}

.no-compact .title-item-name-price {
  	padding: 12px 2px 6px 2px;
  	font-size: 16px;
  	display: block;
  	border-bottom: 1px solid #e1c600;
  	margin-bottom: 10px;
  	color: #000;
}

.no-compact .scrollable {
    max-height: 400px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #891111 !important;
    color: #fff !important;
}

.add-to-bag-info a ,.add-to-bag-info button{
    border-radius:0px; 
}

.link-content{
	width: 100%;
	height: 100%;
}

.bag-table th{
	text-align: center !important;
	width: 25%;
	display: block;
	float: right;
}

.bag-img img{
	max-width: 200px;
}

.bag-quantity a {
    width: 50px;
    height: 30px;
	float: left;
	margin: 0 8px;
}

.avr-quantity{
	margin: 0 auto;
	display: inline-block;
}

.btn-secondary3{
	color: #000;
	background-color: #fff;
	border: 1px solid;
}

.btn-secondary3 i{
	font-size: 18px;
	vertical-align: -8px;
}

.bag-quantity input {
    width: 50px;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    height: 30px;
	color: #000;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.bag-price i{
	font-size: 11px;
}

td.bag-title{
	margin-top: 20px;
}

.bag-title a{
	color: #000;
}

td.bag-quantity {
  	text-align: center;
  	padding-top: 40px;
}

.bag-table .remove-from-bag ,.bag-table .add-to-wish-list{
    background: transparent;
    border-radius: 0;
    color: #838383;
	border: none;
	box-shadow: none;
	font-size: 25px;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.bag-table .remove-from-bag{	
	top: 0;
	left: 0;
}

.bag-table .remove-from-bag:hover{	
	color: #000;
}

.bag-table .add-to-wish-list{
	bottom: 10%;
	left: -2px;
}

.bag-table .add-to-wish-list:hover{
	color: #b70000;
}

.bag-table tr:first-child td {
  	position: relative;
  	display: block;
  	float: right;
  	width: 25%;
}

.compilationBtn .btn-go-shipping{
    background-color: #fff;
    border: 1px solid #4caf50;
	color: #4caf50;
    border-radius: 0;
    padding: 8px 25px;
	transition: .4s all ease-out;
}

.compilationBtn .btn-go-shipping:hover{
	color: #fff;
	background-color: #4caf50;
}

.bag-single-item tr::before, .bag-single-item::after{
	content: " ";
	display: table;
	clear: both;
}

.bag-single-item::after, .bag-single-item::before {
    content: " ";
    display: table;
    clear: both;
}

.bag-single-item .bag-table
,.bag-single-item .bag-table thead
,.bag-single-item .bag-table tr
,.bag-single-item .bag-table td
,.bag-single-item .bag-table tbody{
    display: block;
}

.bag-single-item tr:first-child {
  	display: block;
  	width: 100%
}

.bag-table tr:nth-child(2) {
  	position: absolute;
	right: 55%;
	top: -11px;
	background: #fff;
	box-shadow: 0px 1px 3px;
}

.error-msg {
  	color: red;
  	font-size: 12px;
	padding: 8px 16px;
}

.Title-Part {
  	margin: 25px 0 0;
}

.PurchaseProgress:before ,.shipping:before{
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 3px;
  	background: #000;
  	z-index: 0;
  	top: 10px;
	right: 0;
}

.shipping #pp_signin:before {
  	content: "";
  	position: absolute;
	width: 50px;
  	height: 50px;
  	background-image: url(/files/avrin/icon/approve-shopping-.svg);
	background-color: #fff;
  	top: -28px;
	right: -20px;
  	border-radius: 50%;
  	background-repeat: no-repeat;
	background-position: center;
  	border: 2px solid #000;
}

.shipping #pp_signin:after {
  	content: "انتخاب روش خرید";
  	font-size: 10px;
  	position: absolute;
  	right: 63px;
  	top: -3px;
  	border: 1.5px solid;
  	padding: 5px 10px;
  	font-weight: bold;
  	color: #000;
  	background: #fff;
  	width: 114px;
  	text-align: center;
}


.shipping #pp_shipping:before {
  	content: "";
  	position: absolute;
  	width: 50px;
  	height: 50px;
  	background-image: url(/files/avrin/icon/location-place.svg);
	background-color: #fff;
  	background-size: cover;
  	top: -28px;
  	right: -20px;
  	border-radius: 50%;
  	background-repeat: no-repeat;
  	background-position: center;
  	border: 2px solid #000;
}

.shipping #pp_shipping:after {
  	content: "آدرس و روش ارسال";
  	font-size: 10px;
  	position: absolute;
  	right: 63px;
  	top: -3px;
  	border: 1.5px solid;
  	padding: 5px 10px;
  	font-weight: bold;
  	color: #000;
  	background: #fff;
  	width: 114px;
  	text-align: center;
}


.shipping #pp_review:before {
  	content: "";
  	position: absolute;
  	width: 50px;
  	height: 50px;
  	background-image: url(/files/avrin/icon/order-clipboard.svg);
  	background-size: cover;
  	background-color: #fff;
  	top: -28px;
  	right: -20px;
  	border-radius: 50%;
  	background-repeat: no-repeat;
  	background-position: center;
  	border: 2px solid #000;
}

.shipping #pp_review:after {
  	content: "اطلاعات صورت حساب";
  	font-size: 10px;
  	position: absolute;
  	right: 63px;
  	top: -3px;
  	border: 1.5px solid;
  	padding: 5px 10px;
  	font-weight: bold;
  	color: #000;
  	background: #fff;
  	width: 114px;
  	text-align: center;
}


.shipping #pp_payment:before {
  	content: "";
  	position: absolute;
  	width: 50px;
  	height: 50px;
  	background-image: url(/files/avrin/icon/money-cash.svg);
  	background-size: cover;
  	background-color: #fff;
  	top: -28px;
  	right: -20px;
  	border-radius: 50%;
  	background-repeat: no-repeat;
  	background-position: center;
  	border: 2px solid #000;
}

.shipping #pp_payment:after {
  	content: "روش پرداخت";
  	font-size: 10px;
  	position: absolute;
  	right: 63px;
  	top: -3px;
  	border: 1.5px solid;
  	padding: 5px 10px;
  	font-weight: bold;
  	color: #000;
  	background-color: #fff;
  	width: 114px;
  	text-align: center;

}

.shipping div.active:after {
  	background-color: #f9eb60 !important;
}

.shipping div.active:before{
	background-color: #f9eb60 !important;
	width: 65px !important;
  	height: 65px !important;
}

.shipping-type-select ,.packing-item ,#rbFactor td{
    border-right: 4px solid #f0bb4d;
    padding: 10px 5px 8px 0px;
	background-color: #fbe0a9;
}

.shipping-type-select{
	margin: 0 5px;
}

#rbFactor td {
  	display: block;
  	width: 20%;
  	float: right;
  	margin-left: 15px;
	padding: 5px 3px;
}

.more-info {
  	color: #000;
  	padding-left: 5px;
  	text-decoration: underline;
  	cursor: pointer;
  	font-size: 10px;
  	padding-top: 5px;
}

.tooltip img{
	max-width: 100%;
}

.user-single-address-row {
  	border: 1px solid;
	padding: 10px;
}

.to-whom{
	float: right;
	text-align: justify;
	margin-left: 10px;
	width: 61%;
}

.to-whom strong{
	margin: 0 5px;
	display: inline-block;
}

.to-where{
	text-align: justify;
	line-height: 26px;
	float: right;
}

.to-where span:nth-child(odd){
	font-weight: bold;
	margin: 0 5px;
}

#shippingparent button ,#shippingparent a ,input[type="submit"],input[type="submit"]:active, .avr-success ,.to-edit .primary-btn{
	background-image: none;
  	background-color: #fff;
	text-shadow: none;
  	color: #4caf50;
	border: 1px solid #4caf50;
	-webkit-transition: .4s all ease-out; 
	transition: .4s all ease-out; 
	border-radius: 0;
	font-weight: 500;
	padding: 7px 10px;
}

.login-btn{
	padding: 10px 165px !important;
	float: right;
}

#shippingparent button:hover, #shippingparent a:hover, input[type="submit"]:hover, .avr-success:hover{
  	background-color: #4caf50;
  	color: #fff;
	border: 1px solid #4caf50;
	text-shadow: none;
}

#shippingparent .filled-addreslist .btn-secondary ,.to-edit button.btn-secondary{
	background-color: #fff;
  	color: #e43232;
	border: 1px solid #e43232;
}

#shippingparent .filled-addreslist .btn-secondary:hover ,.to-edit button.btn-secondary:hover{
	background-color: #e43232;
  	color: #fff;
	border: 1px solid #e43232;
}


#shippingparent button i ,.to-edit button i{
	vertical-align: middle;
	font-size: 20px;
}

#shippingparent .to-edit.text-left button.btn-secondary i:before{
	content: "\f014";
}

.btn-secondary {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
}

.addressAdd-Btn a, .avr-normal-btn{
  	background-color: #fff !important;
  	color: #000 !important;
	border: 1px solid !important;
	border-radius: 0 !important; 
	-webkit-transition: .4s all ease-out;
	transition: .4s all ease-out;
}

.addressAdd-Btn a:hover ,.avr-normal-btn:hover{
	background-color: #000 !important;
  	color: #fff !important;
}

.help-block{
	width: 100%;
	margin-right: 10%;
}

#shippingparent input[type="text"]
,#shippingparent .form-control::-moz-placeholder
,#shippingparent textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #000 !important;
	box-shadow: none !important;
}

.alert-danger{
  	background: none !important;
  	background-color: #dca7a7 !important;
  	border-right: 6px solid #e9c9c9 !important;
  	border-radius: 0 !important;
  	color: #7e0000 !important;
}

.PurchaseProgress ,.shipping{
  	position: relative;
}

.info-basket-success .view-bag .view-bag-link
, .info-basket-success .purchase-process .avr-normal-btn{
  	font-size: 15px;
  	font-weight: 500;
	-webkit-transition: .4s all ease-out;
	transition: .4s all ease-out;
}

ul.topnav-minicart-dropdown .view-bag ,ul.topnav-minicart-dropdown .purchase-process{
    display: block;
    width: 70%;
    text-align: center;
	margin: 10px auto 5px;
}

#basket-modal .view-bag ,#basket-modal .purchase-process{
	display: block;
    width: 45%;
    text-align: center;
	float: right;
	margin: 0 5px;
}

#basket-modal .view-bag a ,#basket-modal .purchase-process button{
	width: 100%;
}

.bag-prod-description2 h3 {
  	color: #565656;
  	margin: 0 0px 10px 0;
}

.bag-prod-description2 p {
	color: #565656;
}

.avr-head-margin{
	margin-bottom: 50px;
}

.review .basket-image img, .detailPurchase .basket-image img{
	max-height: 150px;
}

.avr-invoice{
	font-size: 17px;
}

.review .order-brief-grid table td
,.review .order-brief-grid table th
,.detailPurchase table th
,.detailPurchase table td{
	text-align: center !important;
	vertical-align: middle !important;
}

.paymentRow {
  	padding: 7.5px 15px;
  	border: 1px solid;
  	font-weight: 500;
  	margin: 50px 0px 8px 0px;
}

.payment-type {
  	border-bottom: 1px solid;
  	padding-bottom: 10px;
	margin-bottom: 10px;
}

.toranj-pay-types{
  position: relative;
}

.pay-type-description {
  	background: #000;
	color: #fff;
	border-radius: 6px;
  	width: 100%;
  	padding: 10px;
  	font-size: 12px;
	font-weight: 500;
  	position: absolute;
  	right: 105%;
  	top: -100%;
}

.avr-search-btn{
	background-image: none;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.avr-search-btn:hover{
	background-image: none;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.topnav-minicart-dropdown{
  	max-width: 300px;
	min-width: 300px;
}

.bag-prod-image2 img {
    max-width: 100%;
	margin: 0 auto;
}

.bag-prod-description::after {
    content: "";
    width: 50%;
    bottom: 0;
    position: absolute;
    background-color: #444;
    height: 2px;
    left: 25%;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 2px;
    height: 100%;
    margin: 0 ;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    margin-right: 1px;
}

.bag-header{
  	text-align: center;
	background-color: #444;
	color: #eee;
	padding: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 1px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.return-btn{
	width: 100%;
    padding: 10px 12px;
    margin: 6px 0;
    border: 1px solid silver;
    border-radius: 0;
    color: #333;
	height: 40px;
	line-height: 40px;
}

.hover-btn{
	position: relative;
	overflow: hidden;
}

.hover-btn span:nth-child(1){
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.hover-btn span:nth-child(2){
	position: absolute;
	width: 100%;
	height: 100%;
	left: 100%;
	bottom: 0;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.hover-btn span i{
	font-size: 22px;
	line-height: 40px;
}

.hover-btn:hover span:nth-child(1){
	left: -100%;
}

.hover-btn:hover span:nth-child(2){
	left: 0;
}

.panel-title a{
	display: block;
}

.panel-heading{
	background-color: #f0bb4d;
}

.no-compact .add-in-basket-no-stock{
	display: none;
}

.fa-shopping-basket:before{
	content: "\f217";
}

.avr-green-btn{
	background-color: #4CAF50;
	color: #fff;
	border: 1px solid #4CAF50;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
	border-radius: 0px;
}

.avr-green-btn:hover{
	background-color: #fff;
	color: #4CAF50;
}

.modal-backdrop{
	display: none !important;
}

.modal.fade.in{
	background-color: rgba(240, 187, 77, .45);
}

.empty-baglist{
	text-align: center;
}

.bag-prod-description {
    float: right;
    width: 60%;
    padding: 2px 5px;
}

.bag-single-item {
    margin: 0 0 30px 0;
    padding: 7px;
    border-bottom: 1px solid silver;
    position: relative;
}

.bag-prod-image {
    float: right;
    width: 40%;
}

.logout-icon {
  color: #333;
  font-size: 20px;
}

.logout-icon:hover {
  color: #88001f;
}

.mCSB_dragger_bar{
	margin-top: 5px;
}

.image-box{
  float: right;
  padding: 10px 0;
  margin-left: 10px;
}

.image-box img{
  max-width: 50px;
}

.content-product{
	padding: 5px;	
}

.title span{
	font-size: 13px;
}

.content-product:hover {
	box-shadow: 0px 0px 8px 3px silver;
}

.content-product{
	background-color: #FFE082;
}

.offer .content-product{
	background: none;
}

.offer .content-product:hover {
	box-shadow: none;
}

.empty-wishlist{
	text-align: center;
}

.avr-brand .content-page, .avr-brand .w-image{
	display: inline-block;
}

.kiaHomeBtn{
	display: none;
}

.icon-bar{
	display: none;
}


.bag-prod-description h4 a{
	min-height: 45px;
	color: #333;
}

.product-list-container .content-product {
  	margin-left: 10px;
	margin-bottom: 15px;
}

#pnl_reg .btn-secondary{
	padding: 0;
}

#pnl_reg .btnlogin{
	display: inline-block;
	padding: 11px 25px;
	float: right;
}

.alert-danger ,.alert-success{
	position: relative !important;
	background: #fff !important;
	color: #333 !important;
	text-align: center !important;
	line-height: 23px !important;
	border-radius: 0 !important;
	border: none !important;
}

.alert-danger:after{
	position: absolute;
	content: "";
	background: none;
	right: -1px;
	bottom: -1px;
	width: 10%;
	height: 50%;
	border-radius: 0;
	border-right: 3px solid #f93636;
	border-bottom: 3px solid #f93636;
}

.alert-danger:before{
	position: absolute;
	content: "";
	background: none;
	left: -1px;
	top: -1px;
	width: 10%;
	height: 50%;
	border-radius: 0;
	border-left: 3px solid #f93636;
	border-top: 3px solid #f93636;
}

.alert-success:after{
	position: absolute;
	content: "";
	background: none;
	right: -1px;
	bottom: -1px;
	width: 10%;
	height: 50%;
	border-radius: 0;
	border-right: 3px solid #4caf50;
	border-bottom: 3px solid #4caf50;
}

.alert-success:before{
	position: absolute;
	content: "";
	background: none;
	left: -1px;
	top: -1px;
	width: 10%;
	height: 50%;
	border-radius: 0;
	border-left: 3px solid #4caf50;
	border-top: 3px solid #4caf50;
}

.callout{
	position: relative !important;
	background: #fff !important;
	color: #333 !important;
	text-align: center !important;
	line-height: 23px !important;
	border-radius: 0 !important;
}

.callout:before{
	position: absolute;
	content: "";
	background: none;
	left: -1px;
	top: -1px;
	width: 10%;
	height: 50%;
	border-radius: 0;
	border-left: 3px solid #333;
	border-top: 3px solid #333;
}
.callout:after{
	position: absolute;
	content: "";
	background: none;
	right: -1px;
	bottom: -1px;
	width: 10%;
	height: 50%;
	border-radius: 0;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}

.callout h4{
	line-height: 25px
}

.add-scroll .mCSB_dragger_bar{
	position: absolute;
	top: -5px;
}

.bag-single-item{
	/*! min-width: 600px; */
}

.bag-dele .btn-8delete {
    border: 1px solid;
    line-height: 0;
    padding: 3px 5px;
    display: inline-block;
}

.bag-single-item .bag-dele {
    margin: 0;
    top: calc(50% - 10px);
    right: 15px;
	z-index: 10;
	cursor: pointer;
}

.PurchaseHistory table tr:first-child {
	background: #f4dcac;
}

.PurchaseHistory th {
  color: #222;
}

.qaconatainer{
  border: 1px solid #666;
  padding: 10px 15px;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}

.qa-box .fa-user{
  margin: 0 8px;
  background-color: #efd7a5;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 23px;
}

.qa-box .fa-calendar{
  margin: 0 8px;
}

.q-or-a{
	padding: 10px;
	border-radius: 8px;
	background-color: #efd7a5;
	line-height: 20px;
}

.name{
	float: right;
	padding: 0 5px;
}

.text{
	float: right;
	min-width: 50%;
	padding: 0 5px;
}

.qa-box ,.qa-box .header{
	display: inline-block;
	width: 100%;
}

.nested{
	display: inline-block;
	margin-top: 15px;
	width: 95%;
	float: left;
	position: relative;
}

.nested:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #666;
	top: -12px;
	right: -25px;
}

.bag-price ,.bag-del{
	cursor: pointer;
}

.bag-prod-description2 > h3{
	font-size: 17px;
	font-weight: 500;
}

.bag-dele .btn-8delete{
	color: #f93636;
}

.bag-dele .btn-8delete i{
	font-size: 18px;
}

.factor-status input {
  width:10%;
}

.factor-status label {
  width:80%;
  float: left;
  margin-top: 7px;
}

.internt, .desc{
	font-weight: 500;
	text-align: justify;
}

.pay-type-description .title{
  margin-bottom: 10px;
  border-bottom: 1px dotted;
  padding-bottom: 10px;    
}

.pay-type-description:after{
  content: "";
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  position: absolute;
  right: -9px;
  top: calc(50% - 10px);
}

.simple .title{
	color: #333;
	margin-top: 10px;
	position: relative !important;
}

.avr-form .form-horizontal{
	margin-top: 3em;
}

.avr-page .su-value{
	padding: 40px 20px 10px;
}
/* inner page -------------------------------------------------------------------------------------------------------------- */

.pdetail {
    margin-top: 30px;
}

.prod-navigation .breadcrumb {
    background: transparent;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 0;
}
.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: black;
}



.prod-navigation .breadcrumb {
    background: transparent;
    border-bottom: 1px solid silver;
    border-radius: 0;
    padding: 0;
}
.breadcrumb > li {
    display: inline-block;
}
.prod-navigation .breadcrumb li a {
    color: black;
}
.prod-navigation .breadcrumb a {
    color: black;
}


.product-code-top .prod-code-frame {
    border: 1px solid black;
    padding: 2px 5px 0 5px;
    font-size: 12px;
    color: black;
}
.scrollable {
    max-height: 130px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 0px;
}

.product-btn .product-button {
    padding: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.little-slider .owl-nav .owl-next, .little-slider .owl-nav .owl-prev {
    text-align: center;
    line-height: 1;
}
.little-slider .owl-nav .owl-next, .little-slider .owl-nav .owl-prev {
    display: block;
    width: 30px;
    float: right;
    border: 1px solid;
    margin-left: 0px;
}

.little-slider .owl-nav .owl-prev {
    text-align: center;
    line-height: 1;
}

a.btn-k-o {
    border: 1px solid;
    padding: 3px 10px;
}
.CategoryTabs ul.nav {
    border-bottom: 1px solid;
    margin-bottom: 0px;
    padding-right: 30px;
}
.nav-tabs > li {
    margin-bottom: -1px;
}

.panel-collapse .panel-body .maybe-interested .content-same-product {
    display: inline-grid;
    text-align: center;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: black;
}
.panel-body {
    padding: 15px;
}

.panel-collapse .panel-body .maybe-interested .content-same-product {
    display: inline-grid;
    text-align: center;
}

.product-code-top{
  margin-top: 15px;
}
#prod_gallery{
  margin-top: 34px;
}
.CategoryTabs{
  margin-top: 40px;
}
.product-btn{
  margin-top: 34px;
}

.product-code-top{
  padding-right: 15px;
}
<!--  BAG************************************    -->
.bag-header {
    text-align: center;
    font-size: 13px;
    color: #333;
}

.topnav-minicart-dropdown .bag-single-item a {
    color: black;
}
.bag-prod-description h3 {
    font-size: 11px;
    margin: 0;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

h1, h2, h3 {
    font-weight: normal;
    line-height: 1.35;
}
.bag-prod-description p {
    font-size: 12px;
}
.view-and-continue a {
    display: block;
    border: 1px solid silver;
    background: #333;
}


.view-and-continue a {
    display: block;
    border: 1px solid white;
    background: black;
    color: white;
}

.view-and-continue::before, .view-and-continue::after {
    content: " ";
    display: table;
    clear: both;
}

.view-and-continue{
  margin-top: 20px;
  margin-right: 3px;
  margin-left: 1px;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
}

<!--  BAG    -->

.modal-dialog {
    color: #333;
}
.info-footer2 span.view-bag {
    text-align: left;
    padding-left: 2px;
}

.info-footer2 .btn-8dark {
    border-color: #333;
    color: #333;
    width: 100px;
}

.info-footer2::after, .info-footer2::before {
    content: " ";
    display: table;
    clear: both;
}

.bag-table {
    position: relative;
}

.main-content h3 {
    color: black;
}

.bag-single-item td {
    text-align: center;
}

.bag-quantity {
    position: relative;
    text-align: center;
}
.product-amount-minus {
    right: calc(50% - 60px);
}

.product-amount-plus {
    left: calc(50% - 60px);
}

<!--  Shipping  -->
.shipping {
    margin: 30px 0 60px 0;
    height: 30px;
    position: relative;
}
.shipping div {
    width: 20%;
    float: right;
    position: relative;
    padding-right: 45px;
    font-size: 17px;
    top: 6px;
}
.shipping div::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    border: 1px solid #030303;
    right: 0;
    top: -4px;
    background: #0006;
}

.Title-Part h4 {
    border-bottom: 1px solid black;
    padding: 5px 0;
}


.shipping-type-detail {
    width: 20px;
    float: right;
}

.shipping-type-name {
    float: right;
}
.shipping-type-name label {
    display: block;
    cursor: pointer;
}
.shipping-type-price {
    width: 40px;
    float: left;
    top: 0;
}
.shopping-type::before, .shopping-type::after {
    content: " ";
    display: table;
    clear: both;
}


.text-right {
    text-align: right;
}
.form-group {
    margin-bottom: 15px;
}

.address-options .btn {
    width: 100px;
    margin-bottom: 5px;
}

#div_discountcode .Title-Part{
  padding-right: 18px;
}
#div_credit .ntt-UseC .row .full-btn .gift-add{
  border: 1px solid black;
  border-radius: 0px;
}
#shippingparent .shipping-error .msg-error{
  margin-top: 40px;
  color: red;
}

#searchbar .input-group #txtsearch{
  border: 1px solid black;
}


.full-btn .gift-add{
	background-color: black;
  	color: white;
}

.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar{
  background-color: black;
  margin-left: 1px;
}

.visitinfo{
	margin-top: 16px;
}

/* shiping end */
.parallax-window {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
}
.tc-padding {
    padding: 90px 0;
}
.inner-banner::before {
    background: rgba(0,0,0,0.7);
}
.overlay-dark::before, .overlay-dark::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
.inner-page-heading {
    text-align: center;
}
.inner-page-heading.style-2 h2 {
    margin: 0 0 20px;
}
.inner-page-heading h2 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
}
.panelFTitle {
    border-bottom: 1px solid silver;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.panelFTitle a {
  color: #333;
  text-decoration: none;
  outline: none;
  display: block;
}
.panelF .panelBtn a {
    display: block;
    border-color: silver;
}
.user-info-box .panelBtn a {
    display: block;
    border-color: silver;
    margin-top: 22px;
}
.btn-8dark {
    padding: 8px 30px;
    border: 1px solid silver;
        border-top-color: silver;
        border-right-color: silver;
        border-bottom-color: silver;
        border-left-color: silver;
    border-radius: 0;
    color: #333;
    height: auto;
}
.MainLink {
    height: 150px;
    border: 1px solid #333;
    margin-bottom: 10px;
}
.MainLink a {
    display: block;
    position: relative;
    height: 100%;
    text-align: center;
    padding-top: calc(50% - 70px);
}
.MainLink a::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    border: 1px solid #333;
    opacity: 0;
    transition: all .4s ease;
}
.MainLink .imageIconAccnt {
    background-image: url('/files/saladezaban/icons/icons8-user-account-80.png');
}
.MainLink .imageIcon {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin: 0 auto;
}
.MainLink .imageIconAddress {
    background-image: url('/files/saladezaban/icons/icons8-location-80.png');
}
.MainLink .imageIconPass {
    background-image: url('/files/saladezaban/icons/icons8-new-post-50.png');
}
.MainLink .imageIconOrder {
    background-image: url('/files/saladezaban/icons/icons8-purchase-order-50.png');
}
.MainLink .imageIconArchive {
    background-image: url('/files/saladezaban/icons/icons8-order-history-80.png');
}
.MainLink .imageIconSale {
    background-image: url('/files/saladezaban/icons/icons8-rating-50.png');
}
.MainLink .imageIconGift {
    background-image: url('/files/saladezaban/icons/icons8-gift-card-80.png');
}
.MainLink .imageIconExit {
    background-image: url('/files/saladezaban/icons/icons8-shutdown-80.png');
}
.MainLink .titleIcon {
    color: #333;
}
.MainLink:hover a::before {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    opacity: 1;
}

.inventoryTblRow img {
    max-width: 70px;
}
.inventoryTable a {
  color: #333;
}
.paymentRow {
    border: 1px solid silver;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}
.user-balance {
    border: 1px solid silver;
    padding: 10px;
    margin: 15px 0;
    color: red;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.my-gift {
    border: 1px solid silver;
    padding: 10px;
}
.add-gift-title {
    margin-top: 30px;
}
label {
    color: #7f7f7f;
    display: block;
    font-weight: 400;
    margin: 0;
}
.control-label  a {
  color: #333;
}
.add-gift-title h4 {
  margin: 0 0 20px;
}
.btn-8dark {
    padding: 8px 30px;
    border: 1px solid silver;
    border-radius: 0;
    color: #333;
    height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], .form-control {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    width: 100%;
    background: none;
    border: 1px solid silver;
    box-shadow: none;
}
.title-page {
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.mailPart .checkbox {
    border: 1px solid silver;
    padding: 10px;
    margin-top: 15px;
}
.bottom-border {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
}
.mailPart .checkbox input {
    right: 20px;
    top: 2px;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.checkbox label {
    text-align: right !important;
}
.mailPart .checkbox label {
    position: relative;
    padding-right: 25px;
}
.pull-right .dropdown {
  float: right;
}
.pull-right .dropdown button{
  padding: 10px 20px;
  border: 1px solid #333;
  margin-left:15px;
}
.bag-img img {
  max-width: 70px;
}
.basket .pb-price {
    width: 20%;
    text-align: right;
}
.wish-table .bag-img {
    width: 20%;
}
.basket td {
    vertical-align: middle !important;
}
.basket .pb-price {
    text-align: right;
}
.price-list {
	text-align: center;
}
.wish-single-item .wish-table {
    margin: 0 0 5px 0;
}
.bag-again .order-again {
  padding: 8px 37px;
  display: block;
  text-align: center;
}
.bag-again {
	width: 20%;
}
.bag-del a {
  display: block;
  text-align: center;
}
.search-holder .search-result {
    height: auto;
    position: absolute;
    top: 34px;
    width: 620px;
    z-index: 100;
    overflow: auto;
        overflow-y: auto;
    right: 0;
    right: auto;
    max-height: 477px;
    position: absolute;
    background: #fff;
    border: 1px solid #bcbcbc;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: rgb(188, 188, 188);
    border-left: 3px solid #6e6e6e;
    -moz-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    box-shadow: -1px 4px 10px 0 rgba(0,0,0,.2);
    overflow-y: hidden;
}
.search-holder .search-result .search-result-loading {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(173, 133, 50, 0.42);
}
.search-result-product {
    width: 67%;
    float: right;
    padding-right: 5px;
    height: 515px;
}
.search-result-product h3  ,.search-result-category h3{
    margin-top: 0;
    padding: 15px 15px 9px 5px;
    border-bottom: 1px solid #8d734a;
    font-size: 16px;
    display: table;
    width: 135px;
}
.ntt-result-category {
    /*! overflow-y: auto; */
    height: 388px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.search-result-category {
    background: #f6f6f6 url("../../images/sbg.png") no-repeat 100% 50%;
    padding-right: 7px;
    min-height: 515px;
    overflow: hidden;
}
.search-holder#searchbar {
    position: relative;
}
.search-holder {
    padding: 0;
}
.ntt-result-category .bag-single-item {
    width: 50%;
    float: right;
    padding: 5px;
}

.search-result .bag-prod-description h4 {
    font-size: 14px;
}
.search-result .bag-single-item p {
    margin-bottom: 3px;
    font-size: 12px;
}
.bag-prod-image img {
  width: 100%;
}
.input-group-btn button{
  float: left;
}
.input-group-btn{
 position: absolute;
  left: 0;
  top: 0;
}
.primary-btn {
  background: #333;
  color: #fff;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
}
.login-part .form-group a {
 background-color: transparent;
  border: none;
  color: #333;
	display: inline-block;
}
.input-group .input-group-addon {
  text-align: right;    
}

.btnlogin {
  padding: 9px 25px 7px;
  background-color: #fff;
  border: 1px solid #4caf50;
  color: #4caf50;
}
.trace-code-pb .btn-8dark {
  width: 20%;
}
.trace-code-pb input {
  width: 20%;
  margin: 0 auto;
}
.fg-item-box .fg-item-info {
  text-align: justify;
}
.login-info {
  margin-top: 50px;
}
.login-info li {
  line-height: 30px;
  list-style:  inside;
}
.article-item::before, .article-item::after {
    content: " ";
    display: table;
    clear: both;
}

.article-item .article-item-text {
    width:100%;
    float: right;
}
.article-item-text h4 a {
  color: #333;
  font-weight: 600;
}
.article-full-text p {
  text-align: justify;
}
.login-info .primary-btn {
  padding: 15px 50px;
}
.login-info .ruser-reg-part {
  text-align: center;
  margin-top: 20px;
}
.basketMobHeader {
    border: 1px solid #333;
    margin: 8px 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 13px;
    font-weight: bold;
}
.BagBodyContent {
    border: 1px solid;
    padding: 10px;
}

.bag-single-item table, .bag-single-item tbody {
    display: block;
    width: 100%;
}
.bag-table {
    position: relative;
}
.bag-table {
    width: calc(100% - 16px);
    max-width: 100%;
    margin-bottom: 8px;
    margin-left: 8px;
}
.bag-single-item tr:first-child {
    display: block;
    width: 100%;
}
.bag-single-item tr:first-child::before, .bag-single-item tr:first-child::after {
    content: " ";
    display: table;
    clear: both;
}
.bag-table tr:first-child td {
    position: relative;
    display: block;
    float: right;
    width: 25%;
}
.BagBodyContent .bag-img {
    text-align: right;
}

.BagBodyContent .bag-img img {
    margin-right: 60px;
    max-width: 80px;
}
.bag-single-item .bag-title {
    padding-top: 10px;
}
td.bag-title {
    text-align: center;
}
.basket td {
    vertical-align: middle !important;
}
.bag-title h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    margin: 4px 0;
}
.pb-user-data h4 {
    font-size: 12px;
}
td.bag-quantity {
    text-align: center;
    padding-top: 30px;
}
.bag-shop-options {
    display: inline-block;
}
.bag-single-item .btn-secondary3 {
    padding: 5px 8px;
    display: block;
    width: 25px;
    float: left;
}
.btn-secondary3 {
    border: 1px solid;
    padding: 2px 10px 2px 10px;
}
.bag-single-item .btn-secondary3 i {
    vertical-align: middle;
    font-size: 10px;
}
.bag-quantity input {
    width: 25px;
    height: 30px;
    border: 1px solid #333;
    color: #333;
    font-size: 13px;
    line-height: 0;
    background: transparent;
    display: block;
    float: left;
    margin: 0 3px;
}
td.bag-varaint {
    display: none !important;
}
td.bag-price {
    text-align: center;
    padding-top: 30px;
}
.basket-price {
    padding: 10px 30px;
    border: 1px solid;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.btn-add {
    margin-bottom: 0px !important;
}
.compilationBtn .btn-8dark {
    padding: 5px 50px;
}
.btn-go-shipping {
    background: #333;
    color: #fff;
    border-radius: 0;
    padding: 5px 30px;
    font-size: 12px;
    cursor: pointer;
}
.bag-dele {
    position: absolute;
    margin: 36px 0px 10px 10px;
}
.pb-address-data .basket div {
    margin-top: 0px !important;
}
.filled-addreslist .user-single-address-row > .address-text {
    line-height: 30px;
}
.filled-addreslist .user-single-address-row > .address-text {
    float: right;
    width: 83%;
    line-height: 30px;
}
.filled-addreslist .user-single-address-row {
    margin: 5px 0;
        margin-top: 5px;
    padding: 10px;
}
.to-whom input {
  width: 5%;
  display: inline-block;
  height: 5%;
}
.address-text:after, .address-text:before{
   content: " ";
    display: table;
    clear: both;
}

.address-form .select2 {
  width: 100% !important;
}
.purchBtnSubmit .btn-default {
  float: left;
}
.PurchaseHistory .btn-send {
  padding: 8px 33px;
}


.basket-image {
  width: 30%
}
.basket-image img {
  width: 100%;
}

.main .btn-secondary  {
  border:1px solid #4caf50;
  background-color: #fff;
  color: #4caf50;
  padding: 10px 11px;
}

.main .btn-secondary:hover {
  background-color: #4caf50;
  color: #fff;
}
.bag-table .wish-remove-actions a{
  display: none;
}
.filled-addreslist .to-edit .btn-secondary {
  padding: 5px 0px 5px 0px;
}
#pSameLoader {
display: inline-block;
}
.address-form .select2-selection__arrow {
    border: 1px solid #333;
    top: 5px !important;
    width: 20px !important;
    height: 20px !important;
    bottom: 5px;
    left: 5px !important;
    background-image: url("/files/avrin/ArrowDown.png");
    background-size: cover;
}

.login-part input {
  padding-top: 0px;
}
.login-part .btn-secondary:hover {
    color: green;
  background-color: transparent;
}
.wish-li, .header-minicart{
  float: left;
  width: 49%;
}
.wish-li {
    padding: 0 !important;
    line-height: 40px;
    background-color: #f2d500;
    border-radius: 3px;
    color: #000;
    transition: color ease-out .3s;
    overflow: hidden;
    z-index: 4;
    border: none !important;
   margin-left: 3px;
}
.top-wishlist-icon a i {
  font-size: 25px;
  vertical-align: middle;
  float: right;
  padding: 0 10px;
  height: 40px;
  display: inline-block;
  background-color: #f9eb60;
  margin-left: 10px;
  border-radius: 0 3px 3px 0;
	padding-top: 8px;
}
.top-wishlist-icon a {
  line-height: 40px;
  color: #000;
  
}
.top-wishlist-icon:hover span,.top-wishlist-icon:hover i {
  color: #88001f;
}
.w-title{padding: 5px;
background: #f0bb4d;
border-radius: 5px;
line-height: 35px;
color: #88001f;font-size: 12px;}