/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

/*  */
@font-face {
    font-family: Vazir;
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.eot');
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.woff2') format('woff2'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.woff') format('woff'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
  }
  
  @font-face {
    font-family: Vazir;
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Bold.eot');
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Bold.woff2') format('woff2'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Bold.woff') format('woff'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
  }
  
  @font-face {
    font-family: Vazir;
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Light.eot');
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Light.woff2') format('woff2'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Light.woff') format('woff'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
  }
  
  @font-face {
    font-family: Vazir;
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Medium.eot');
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Medium.woff2') format('woff2'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Medium.woff') format('woff'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
  }
  
  @font-face {
    font-family: Vazir;
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Thin.eot');
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Thin.woff2') format('woff2'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Thin.woff') format('woff'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
  }
  
  @font-face {
    font-family: Vazir;
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Black.eot');
    src: url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Black.woff2') format('woff2'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Black.woff') format('woff'),
         url('https://cdn.fontcdn.ir/Font/Persian/Vazir/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
  }
bodyshare {
    margin: 0px;
    font-family: Vazir;
    direction: rtl;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.headershare {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d143c;
}

.headershare img {
    width: 100px;
    height:60px;
}

.contentshare {
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
}

.contentshare p {
    font-weight: 900;
    padding: 5px;
    color: #4F4F4F;
    font-size: 20px;
    text-align: center;
}

.btnshare {
    text-decoration: unset;
    margin: 5px;
    border: 0px;
    background-color: #0d143c;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-family: Vazir;
    border-radius: 5px;
}
.btnshare:hover{
    background-color: #bd143c;
}
.btnshare:active{
    background-color: #0d143c;
}

.footershare{
    text-align: center;
    margin-top: 70px;
}







/* ============== Customized Style - Start ============== */

.ltr {direction: ltr !important;}
.rtl {direction: rtl !important;}
.align-center {text-align: center !important;}
.align-right {text-align: right !important;}
.align-left {text-align: left !important;}
.pull-left {float: left !important;}
.pull-right {float: right !important;}

@media (min-width:768px) {
	.pull-left-md {float: left !important;}
}

.v-align-sub {vertical-align: sub !important;}
.v-align-bottom {vertical-align: bottom !important;}
.v-align-middle {vertical-align: middle !important;}
.td-align-middle td, .td-align-middle th {vertical-align: middle !important;}

.opacity100 {opacity: 1 !important;}
.opacity90 {opacity: 0.9 !important;}
.opacity80 {opacity: 0.8 !important;}
.opacity70 {opacity: 0.7 !important;}
.opacity60 {opacity: 0.6 !important;}
.opacity50 {opacity: 0.5 !important;}

.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}

.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}

.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}

.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pb50 {padding-bottom: 50px !important;}
.pb60 {padding-bottom: 60px !important;}

.mr1 {margin-right: 1px!important;}
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}

.ms1 {margin-right: 1px!important; margin-left:1px !important;}
.ms2 {margin-right: 2px!important; margin-left:2px !important;}
.ms5 {margin-right: 5px!important; margin-left:5px !important;}
.ms10 {margin-right: 10px!important; margin-left:10px !important;}

.ps5 {padding-right: 5px!important; padding-left:5px !important;}
.pt0 {padding-top: 0px!important;}
.pb0 {padding-bottom: 0px!important;}
.pb50 {padding-bottom: 50px!important;}

.pd30 {padding: 30px !important;}

.ms--10 {
  margin-right: -10px;
  margin-left: -10px;
}
.margin-0 {margin: 0 !important;}

.block { display: block !important;}
.inline-block { display: inline-block !important;}
.relative {position: relative !important;}

.font-arad {font-family: AradFont !important;}

.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.font24 {font-size: 24px !important;}
.font36 {font-size: 36px !important;}

.bold {font-weight: bold !important;}

.font-white {color: #fff !important; }
.font-gray {color: #ccc !important; }
.font-blue-light {color: #a4bdd0 !important;}

.block {display: block !important;}
.inline-block {display: inline-block !important;}

.line-height-initial {line-height: initial;}


.max-width-100 {max-width: 100% !important;}
.max-width-90 {max-width: 90% !important;}


.table {
    border: 1px solid #b5cee0 !important;
}




.cursor-pointer { cursor: pointer !important; }
.cursor-default { cursor: default !important; }

#zarinpal{margin:auto;}
#zarinpal img {width: 82px;margin: 5px auto 10px;}

.captchaimg {
	position: absolute;
	left: 18px;
	bottom: 3px;
	height: 36px;
	border-radius: 24px;
}







.to_top_block {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    z-index: 101;
}
.to_top_btn {
    border-radius: 48px;
    width: 50px;
    height: 50px;
    color: white;
    padding: 0;
    opacity: 0.6;
    box-shadow: 0px 0px 4px -1px #00000080;
    background: #f83e4f;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f8503e), to(#f83e50)); */
    /* background: linear-gradient(to bottom, #f8503e, #f83e50); */
}
.to_top_btn:hover {
    color: #ffffff;
    background: #f84f3e;
    opacity: 1;
}
.to_top_btn i {
    font-size: 24px;
    line-height: 50px;
}
.music_btn {
    border-radius: 48px;
    width: 50px;
    height: 50px;
    color: white;
    padding: 0;
    margin-bottom: 5px;
    opacity: 0.6;
	display: none;
    /* box-shadow: 0px 0px 4px -1px #00000080; */
    background: #00BCD4;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f8503e), to(#f83e50)); */
    /* background: linear-gradient(to bottom, #f8503e, #f83e50); */
}
.music_btn:hover {
    color: #ffffff;
    background: #03A9F4;
    opacity: 1;
}
.music_btn i {
    font-size: 24px;
    line-height: 40px;
    margin-left: -2px;
    margin-top: -5px;
}

.music_btn.pause {background: #9a9a9a;}
.music_btn.pause:after {
	display: block;
	content: "";
	width: 2px;
	height: 31px;
	background: white;
	position:absolute;
	top: 10px;
	right: 23px;
	transform: rotate(-60deg);
}




.modal-header {
  padding: 20px 20px 18px;
}
.modal-header .modal-title {
    font-weight: 600;
    color: #F44336;
}
.modal-header .modal-title i {
    color: #ffffff;
    background: #ffbdb9;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
}
.modal-header .close {
  float: left;
  margin-left: -15px;
  margin-top: -12px;
  border-radius: 6px;
  padding: 1rem 20px;
}
.modal-content { border-radius: 31px !important;}



.tooltip {
  font-family: Yekan !important;
  line-height: 14px !important;
}









.online_game {
	width: calc(100vw);
	height: 100vh;
	border: 0px;
	margin:0;
	margin-right: calc((-100vw + 100%)/2 - 10px);
}
@media (max-width: 768px) {
	.online_game {
		width: 100%;
		height: calc(100vh - 30px);
		margin-right: 0;
	}
}





.filter_block_btn {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 40px;
	border: solid 1px #e8e8e8;
	height: 42px;
	font-size: 14px;
	padding: 0px 19px 0 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	user-select: none;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	outline: none;
	box-sizing: border-box;
	clear: both;
	text-align: right;
}
.filter_block_btn:hover {border-color: #dbdbdb;}
.filter_block_btn:focus {border-color: #999999;}

.filter_block_btn:before {
	content: "\f1de";
	font-family: 'icomoon' !important;
	color: #ff887b;
	vertical-align: -2px;
	font-size: 15px;
	margin: 1px -2px 0 12px;
	font-weight: 600;
	float: right;
}
.filter_block_btn:after {
	content: "\e313";
	font-family: 'icomoon' !important;
	color: #999999;
	font-size: 14px;
	font-weight: 600;
	vertical-align: -3px;
	margin: 1px 5px 0 3px;
	float: left;
}

.sort_block {}
@media (max-width: 768px) {
	.sort_block {width: 100% !important;}
	.filter_block_btn {
    width: 100%;
    margin-bottom: 7px;
}
}
.sort_block:before {
	content: "\f161";
	font-family: 'icomoon' !important;
	color: #ff887b;
	vertical-align: -2px;
	margin: 1px -2px 0 5px;
}




.page_nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fa8e82;
    margin: 25px 0 0 0;
}
.page_nav .btn {
    background: #f8513e;
    color: #fff;
    border-radius: 40px;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
}
.page_nav .btn:hover {
    background: #e0301c;
}



.btn2 {
	margin: 0 2px;
	height: 41px;
	width: 41px;
	border-radius: 5px;
	font-size: 22px;
	padding-top: 6px;
	text-align: center;
}
.btn2 i {}
.btn2:hover {
	/* color: #fff9c4 !important; */
}
.btn2-red {
	background: #ff2323 !important;
	border: 1px solid #861212 !important;
	color: #fff !important;
}
.btn2-red i {
	vertical-align: 1px;
}
.btn2-red:hover {
    background: #941515 !important;
    border-color: #350a0a !important;
}

.btn2-green {
	background: #009688 !important;
	border: 1px solid #065851 !important;
	color: #fff !important;
}
.btn2-green i {
	vertical-align: 1px;
}
.btn2-green:hover {
    background: #167970 !important;
    border-color: #023833 !important;
}

.btn2-blue {
	background: #008fd0 !important;
	border: 1px solid #073c54 !important;
	color: #fff !important;
}
.btn2-blue i {
	vertical-align: 1px;
}
.btn2-blue:hover {
    background: #0e668e !important;
    border: 1px solid #012231 !important;
}


/* ============== Customized Style - End ============== */



.lazy {max-width: 100%;}





h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  border-radius: 25px !important;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
@font-face {
  font-family: Yekan;
  src: url("../fonts/iranyekan/WebFonts/fonts/eot/iranyekanwebregular.eot");
  src: url("../fonts/iranyekan/WebFonts/fonts/eot/iranyekanwebregular.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/WebFonts/fonts/woff/iranyekanwebregular.woff") format("woff2"), url("../fonts/iranyekan/WebFonts/fonts/woff/iranyekanwebregular.woff") format("woff"), url("../fonts/iranyekan/WebFonts/fonts/ttf/iranyekanwebregular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: Yekan-thin;
  src: url("../fonts/iranyekan/WebFonts/fonts/eot/iranyekanwebthin.eot");
  src: url("../fonts/iranyekan/WebFonts/fonts/eot/iranyekanwebthin.eot?#iefix") format("embedded-opentype"), url("../fonts/iranyekan/WebFonts/fonts/woff/iranyekanwebthin.woff") format("woff2"), url("../fonts/iranyekan/WebFonts/fonts/woff/iranyekanwebthin.woff") format("woff"), url("../fonts/iranyekan/WebFonts/fonts/ttf/iranyekanwebthin.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: Yekan-Bold;
  src: url("../fonts/iranyekan/WebFonts/fonts/eot/iranyekanwebextrabold.eot");
  src: url("../fonts/iranyekan/WebFonts/fonts/eot/iranyekanwebextrabold.eot") format("embedded-opentype"), url("../fonts/iranyekan/WebFonts/fonts/woff/iranyekanwebextrablack.woff") format("woff2"), url("../fonts/iranyekan/WebFonts/fonts/woff/iranyekanwebextrablack.woff") format("woff"), url("../fonts/iranyekan/WebFonts/fonts/ttf/iranyekanwebextrabold.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: Cinema;
  src: url("../fonts/Cinema/Cinema.eot");
  src: url("../fonts/Cinema/Cinema.eot?#iefix") format("embedded-opentype"), url("../fonts/Cinema/Cinema.woff2") format("woff2"), url("../fonts/Cinema/Cinema.woff") format("woff"), url("../fonts/Cinema/Cinema.ttf") format("truetype");
  font-weight: normal;
}

a {
  color: unset;
  text-decoration: unset;
}

body {
  direction: rtl;
  font-family: Yekan;
  text-align: unset;
}

input {
  padding: 8px 12px !important;
  border-radius: 40px !important;
  border: 1px solid #e8e8e8;
  height: 42px !important;
  outline: none;
}

.login input {/* border-color: unset; */}


input:focus,select:focus,span:focus,button:focus {outline: none;}
select {
  padding: 8px 10px;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  height: 42px;
}

div {
  line-height: 2rem;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8503e), to(#f8404e));
  background: linear-gradient(to bottom, #f8503e, #f8404e);
  background-size: 100px;
  position: relative;
  overflow: hidden;
  padding-bottom: 370px;
}

.header-box .navbar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  color: white;
}

.header-box .navbar-box .right-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-box .navbar-box .right-items .navbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 15px;
  /* cursor: pointer; */
}

.header-box .navbar-box .right-items .navbar-item.site-title {
  /* font-size: 30px; */
  background-image: url("../images/logotype.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 90px;
  height: 60px;
  text-indent: -99999px;
}

.header-box .navbar-box .left-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-self: center;
}

.header-box .navbar-box .left-items .navbar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 15px;
  position: relative;
}

#basket_header_count {
	position: absolute;
	top: 13px;
	right: 3px;
}
#basket_header_count span {
    background: #fedd0a;
    color: #f8513e;
    border-radius: 50px;
    min-width: 15px;
    height: 15px;
    display: block;
    line-height: 15px;
    text-align: center;
    padding: 2px 2px 0 1.5px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0px 1px 3px -1px #ad1e0d;
}

.header-box .navbar-box .left-items .navbar-item img {
  width: 60px;
}

.header-box .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0;
  color: white;
  margin-top: 50px;
  margin-bottom: 100px;
  line-height: 2rem;
  position: relative;
}

.header-box .header-content .header-content-item img {
  width: 65%;
  margin-left: 50px;
}

.header-box .header-content .header-show-type {
  padding: 10px;
  border: 2px solid white;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-box .header-content .header-show-type .show-type-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-box .header-content .header-show-type .show-type-select .show-type-title {
  font-size: 13px;
}

.header-box .polygon {
  position: absolute;
  top: 130px;
  right: 130px;
}

.header-box .elipse {
  position: absolute;
  top: 500px;
  left: -50px;
}

.header-box .elipse img {
  width: 100px;
}

.header-box.blue {
  background: unset;
  background-color: #40c9d9;
}

.header-box.green {
  background: unset;
  background-color: #47ddbd;
}

.header-box.red {
  background: unset;
  background-color: #F8513E;
}

.header-box.gray {
  background: unset;
  background-color: #8F8F8F;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-cover {
  width: 230px;
  height: 230px;
  margin-left: 20px;
}

.product .product-cover img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.product .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product .product-info .product-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .product-info .product-info-item {
  margin: 10px;
}

.product-contnet-box {
  padding: 0px 180px;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.tabs .tab-item {
  margin-left: 20px;
  color: #7F7F7F;
}

.tabs .tab-item.active {
  color: black;
  border-bottom: 2px solid #F8513E;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 180px;
}

.service-box .service-box-item {
  width: 50%;
}

.service-box .service-box-item .service-box-item-title {
  display: table;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: Yekan-Bold;
}

.service-box .service-box-item .service-box-item-desc {
  margin-bottom: 30px;
}

.service-box .service-box-item img {
  width: 65%;
}

.service-box.bg {
  background-image: url("../assets/images/ellipse-31.png"), url("../assets/images/Group 50.png");
  background-repeat: no-repeat;
  background-size: 20%, 8%;
  background-position: -130px 23px, 60px 35px;
}

.service-box.bg-1 {
  position: relative;
}

.service-box.bg-1::before {
  content: "";
  position: absolute;
  background-image: url("../assets/images/circle elem.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: -100px;
  right: -100px;
  width: 200px;
  height: 200px;
}

.latest-box {
   padding: 0px 180px;
   padding-top: 100px;
   margin-top: -130px;
   position: relative;
}

.latest-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.latest-header .latest-title {
  font-size: 25px;
  font-weight: bold;
  font-family: Yekan-Bold;
  z-index: 0;
}

.latest-box .big-images {
  margin-top: 30px;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}

.categories .category-item {
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.categories .category-item:hover { color: #f8503e; }
.categories .category-item.active {
    background-color: #ffedeb;
    color: #f8503e;
    cursor: default;
}
.section-apps {
  padding: 50px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media ( max-width: 1200px ) {
  .section-apps {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
  }

}

.section-apps .filter-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-apps .filter-apps .filter-group {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-apps .filter-apps .filter-group .filter-item {
  width: 25%;
  margin: 10px;
}

.section-apps .apps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-top: 80px; */
}

.section-apps .apps-content .app-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100%/6) - 20px);
  margin: 10px;
}

@media (max-width: 1400px) {
  .section-apps .apps-content .app-item {
    width: calc(20% - 20px);
  }
}
@media (max-width: 1200px) {
  .section-apps .apps-content .app-item {
    width: calc(25% - 20px);
  }
}

.section-apps .apps-content .app-item img {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-apps .apps-content .app-item .app-title {
  font-size: 13px;
}

.section-apps .apps-content .app-item .app-cat {
  color: #ef3c4e;
  font-size: 13px;
}

.multiple-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.multiple-rows .latest-item {
  margin: 5px;
}

.scholl-box {
  background-image: url("../assets/images/scholl.png");
  background-size: contain;
  background-repeat: no-repeat;
  /* background-position-x: calc(100% - 25vw); */
  /* height: 621px; */
  padding-top: 52px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1200px){
    .scholl-box {
    	background-position-x: calc(100% - 25vw);
    	background-position-y: center;
    }
}


.scholl-box .ring {
  position: absolute;
  top: 0px;
  left: -6%;
  width: 12%;
}

.scholl-box .ring img {
  width: 100%;
}

.scholl-box .scholl-info-box {
  width: 40%;
  /* height: 50%; */
  border-top-left-radius: 30px;
  border-bottom-left-radius: 100px;
  background-color: #119961;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 80px;
  position: relative;
}

.scholl-box .scholl-info-box .title {
  font-size: 35px;
  font-family: Cinema;
  margin-top: 15px;
}

.scholl-box .scholl-info-box .desc {
  line-height: 2rem;
  margin: 50px 0;
}

.scholl-box .scholl-info-box .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scholl-box .scholl-info-box .circle {
  position: absolute;
  width: 20%;
  top: 0px;
  left: 0px;
  -webkit-transform: translate(-50px, -50px);
          transform: translate(-50px, -50px);
}

.scholl-box .scholl-info-box .circle img {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entertainment-box {
  padding: 250px 180px 280px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.entertainment-box .entertainment-icon-title {
  width: 30%;
  position: relative;
}

.entertainment-box .entertainment-icon-title .entertainment-title {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Yekan-Bold;
}

.entertainment-box .entertainment-icon-title .entertainment-desc {
  line-height: 2rem;
}

.entertainment-box .entertainment-icon-title.bg::after {
  content: "";
  position: absolute;
  bottom: -140px;
  left: 0;
  background-image: url("../assets/images/ellipse-46.png");
  width: 50px;
  height: 50px;
  background-size: 100%;
}

.entertainment-box .entertainment-contnet {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entertainment-box::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../assets/images/Path 604.png");
  background-size: cover;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
}

.entertainment-box.bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -75px;
  width: 150px;
  height: 150px;
  background-image: url("../assets/images/ellipse-45.png");
  background-size: 100%;
}

.entertainment-box.yellow::before {
  background-image: url("../assets/images/path-yellow.png");
}

.comment-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 180px 70px;
}

.comment-box label {
  margin-bottom: 50px;
  font-size: 20px;
}

.comment-box .comment-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-box .comment-item .comment-user-image {
  margin-left: 20px;
}

.comment-box .comment-item .comment-content .commenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-box .comment-item .comment-content .comment-body {
  font-family: Yekan-thin;
  font-weight: bold;
  font-size: 12px;
}

.comment-box .comment-item + .comment-item {
  margin-top: 50px;
}

.comment-box .comment-input {
  margin-top: 50px;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.comment-box .comment-input textarea {
  width: 100%;
  resize: none;
  border-radius: 10px;
  padding: 30px 50px;
}

.underline-title {
  position: relative;
  display: table;
}

.underline-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.underline-title.pink::after {
  background-color: #ffedeb;
}

.underline-title.yellow::after {
  background-color: #f9c231;
}

.underline-title.blue::after {
  background-color: #7aeffd;
}

.underline-title.brown::after {
  background-color: #f2c6a9;
}

.pink-bg {
  background-color: #ffedeb;
  color: #f8503e;
}

.cinema-font {
  font-family: Cinema;
}

.cloude-divider {
  position: relative;
}

.cloude-divider img {
	width: 100%;
}

.cloude-divider .cloude {
  position: absolute;
  bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cloude-divider .cloude .cloude-op {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-moz-document url-prefix() {
	
	.cloude-divider .w50 {
		width: 100% !important;
	}
	
	.cloude-divider img {
		width: calc(100% + 2.9px);
		margin: 0 -2px 0 -0.9px;
	}
}

.app-box {
  background-color: #ddfbfd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 2rem;
  padding-bottom: 350px;
}
@media (max-width: 1200px) {
	.app-box {
		padding-bottom: 220px;
	}
}

.app-box .app-prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 180px;
}

.app-box .app-prop .app-info {
  width: 50%;
}

.app-box .app-prop .app-info .title {
  font-size: 35px;
  font-weight: bold;
  color: #f8503e;
  margin-bottom: 30px;
  font-family: Cinema;
}

.app-box .app-prop .app-info .download {
  border: 2px solid #1aa3b3;
  border-radius: 30px;
  color: #1aa3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 30px 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.app-box .app-prop .app-info .download:hover {
	background: white;
}
.app-box .app-prop .app-info .download img {
  width: 80px;
  height: 50px;
}

.app-box .app-prop .app-info .off {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-box .app-prop .app-info .off i {
  margin-left: 20px;
}

.app-box .app-prop .app-info .off i::before {
  font-size: 20px;
  font-weight: bold;
}

.app-box .app-prop .app-images {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.app-box .app-prop .app-images .image-app-1 {
  width: 70%;
}

.app-box .app-prop .app-images .image-app-1 img {
  width: 100%;
}

.app-box .app-prop .app-images .image-app-2 {
  position: absolute;
  width: 70%;
  top: 4%;
  right: 25%;
}

.app-box .app-prop .app-images .image-app-2 img {
  width: 100%;
}

.login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 200px 0px; */
}

.login-box .login {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  min-width: 400px;
  max-width: 100%;
  padding: 0 25px;
}

@media (max-width:400px) {
	.login-box .login {
	width: 100%;
	min-width: unset;
	padding-right: 5px;
	padding-left: 5px;
	}
}
@media (max-width:1000px) {
	.login-box .login {
		margin-top: 80px;
	}
}

.login-box .login .tabs {
  border-bottom: 1px solid #EEEEEE;
  display: none;
}

.login-box .login .tabs .tab-item {
  width: 50%;
  margin: unset;
  text-align: center;
  padding: 20px  50px;
  cursor: pointer;
  white-space: nowrap;
}

.login-box .login .login-tab .login-logo, .login-box .login .register-tab .login-logo {
  width: 150px;
  margin: 30px;
}

.login-box .login .login-tab .login-logo img, .login-box .login .register-tab .login-logo img {
  width: 100%;
}

.login-box .login .login-tab .login-title, .login-box .login .register-tab .login-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.login-box .login .login-tab .login-inputs, .login-box .login .register-tab .login-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
}

.login-box .login .login-tab .login-inputs a, .login-box .login .register-tab .login-inputs a {
  font-family: Yekan-Thin;
  font-size: 12px;
  margin-top: 20px;
  font-weight: bold;
}

.login-box .login .login-tab .login-inputs input, .login-box .login .register-tab .login-inputs input {
  padding: 15px;
  margin-top: 10px;
}

.login-box .login .login-tab .login-inputs input::-webkit-input-placeholder, .login-box .login .register-tab .login-inputs input::-webkit-input-placeholder {
  font-size: 13px;
}

.login-box .login .login-tab .login-inputs input:-ms-input-placeholder, .login-box .login .register-tab .login-inputs input:-ms-input-placeholder {
  font-size: 13px;
}

.login-box .login .login-tab .login-inputs input::-ms-input-placeholder, .login-box .login .register-tab .login-inputs input::-ms-input-placeholder {
  font-size: 13px;
}

.login-box .login .login-tab .login-inputs input::placeholder, .login-box .login .register-tab .login-inputs input::placeholder {
  font-size: 13px;
}

.login-box .login .login-tab .login-btn, .login-box .login .register-tab .login-btn {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 8px 40px;
  margin: 25px auto 20px;
}

.login-box .login .login-tab .login-btn i, .login-box .login .register-tab .login-btn i {
  margin-left: 10px;
}

.login-box .login .login-tab .login-btn i::before, .login-box .login .register-tab .login-btn i::before {
  font-size: 12px;
}

.login-box .login .login-tab span, .login-box .login .register-tab span {
  font-size: 12px;
  margin-bottom: 50px;
}

.login-box .login .login-tab span a, .login-box .login .register-tab span a {
  text-decoration: underline;
  font-weight: bold;
}

.main-content {
  padding: 50px 180px 120px;
  line-height: 2rem;
}
.block-content {
  padding: 10px 180px 50px;
  line-height: 2rem;
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 1200px) {
	.main-content {
		padding: 50px 40px 120px;
	}
	.block-content {
		padding: 50px 40px 50px;
	}
	
}

@media (max-width: 768px) {
	.main-content {
		padding: 50px 20px 120px;
	}
	.block-content {
		padding: 50px 20px 50px;
	}
	
}
@media (max-width: 450px) {
	.main-content {
		padding: 50px 20px 120px;
		width: calc(100% - 20px);
	}
	.block-content {
		padding: 50px 20px 50px;
		/* width: calc(100% - 20px); */
	}
	
}

.about-us {
  padding: 50px 180px;
  line-height: 2rem;
}

.developing {
  padding: 0px 180px;
}
@media ( max-width: 768px ) {
	.developing {
	  padding: 0px 40px;
	}
}
.developing .btn {
  padding: 15px 30px;
}

.developing .btn i {
  margin-left: 20px;
  font-size: 26px;
}

.developing .develope-image {
  max-width: 100%;
  height: 30vh;
  margin: 0 auto;
}
@media (max-width: 768px) {
	.developing .develope-image {
	  margin-bottom: 0px;
	}
}
.developing .develope-image img {
  max-width: 100%;
  max-height: 100%;
}

.developing .develope-title {
  font-size: 20px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #323232;
  color: white;
  padding: 0px 0px;
  padding-bottom: 90px;
}

.footer .footer-info {margin-bottom: 20px;}

.footer .footer-info .footer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  margin-bottom: 16px;
}

.footer .footer-info .footer-head .footer-logo {
  font-size: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8503e), to(#f83e50));
  background: linear-gradient(to bottom, #f8503e, #f83e50);
  padding: 0px 10px;
  border-radius: 15px;
  white-space: nowrap;
}

.footer .footer-info .footer-head .footer-logo .footer-title {
  font-family: Cinema;
  background-image: url(../images/logotype.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 65px;
  height: 45px;
  margin: 8px 5px 5px;
  text-indent: -99999px;
}

.footer .footer-info .footer-head .footer-logo .footer-logo-desc {
  font-size: 13px;
  display: none;
}

.footer .footer-info .footer-head .footer-navbar-item {
  margin: 0px 15px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.footer .footer-info .footer-head .footer-navbar-item:hover { color: #ff7c6f; }

.footer .footer-info .footer-desc {
  font-size: 15px;
  line-height: 22px;
  font-weight: lighter;
  margin-bottom: 13px;
}

.footer .footer-info .footer-copy-right {
  color: #909090;
}

.footer .footer-verify {text-align: center;margin-bottom: 20px;}

.footer .footer-verify img {
  text-align: center;
  max-width: 100%;
}

.play-icon {
  position: absolute;
  width: 30%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-red, .btn-transparent , .btn-white , .btn-pink , .btn-blue , .btn-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 5px;
  white-space: nowrap;
}

.btn.btn-low-radius {
  border-radius: 10px;
}

.btn.btn-transparent {
  border: 1.5px solid #fff;
  color: #fff;
  padding: 10px 20px;
}

.btn.btn-transparent:hover {
  background-color: white;
  color: #f8503e;
}

.btn.btn-transparent.green-btn:hover {
  color: #119961;
}

.btn.btn-transparent.blue-btn:hover {
  color: #40c9d9;
}

.btn.btn-red {
  background-color: #f8513e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
.btn.btn-red:hover {background-color: #bf2311;}

.btn.btn-white {
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f8503e;
}
.btn.btn-white:hover {
  box-shadow: 0px 0px 15px #35353580;
}
.btn.btn-white i::before {
  color: #f8503e !important;
  font-size: 13px;
  margin-right: 10px;
}

.btn.btn-white.green-btn {
  color: #119961;
}

.btn.btn-white.blue-btn {
  color: #40c9d9;
}

.btn.btn-pink {
  background-color: #ffedeb;
  color: #f8503e;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-pink:hover { background-color: #f7e3e2; }

.btn.btn-pink i::before {
  color: #f8503e !important;
  font-size: 13px;
  margin-right: 10px;
}

.btn.btn-blue {
  background-color: #dbf5ff;
  color: #148a92;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-blue:hover {background-color: #bdebef;}

.btn.btn-blue i::before {
  color: #548aa0 !important;
  font-size: 13px;
  margin-right: 10px;
}

.btn.btn-yellow {
  background-color: #f1e6ce;
  color: #967731;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.btn-yellow:hover {background-color: #e8dbbb;}

.btn.btn-yellow i::before {
  color: #967731 !important;
  font-size: 13px;
  margin-right: 10px;
}

.circle::before {
  border: 2px solid white;
  padding: 12px;
  border-radius: 100px;
}

.centerize {
  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;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-20 {
  font-size: 20px;
}

.bold {
  font-weight: bold;
}

.beta-v {
  background-color: #66d4e1;
  color: white;
  border-radius: 5px;
  padding: 3px 20px;
  display: table;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 20px;
}

.text-align-center {
  text-align: center;
}

.float-left {
  float: left;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 70%;
}

.w70 {
  width: 70%;
}

.w100 {
  width: 100% !important;
}

.pull-left {
  float: left;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.latest-item {
  cursor: pointer;
  position: relative;
}
.latest-item img {
  border-radius: 40px;
  border: 3px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-item img:hover { border: 3px solid #f5e3e1; }

.latest-item .latest-item-title {
  font-size: 13px;
  margin-bottom: 0px;
}

.latest-item .latest-item-cat {
  color: #ef3c4e;
  font-size: 13px;
  margin-top: 0px;
}

.mt-150 {
  margin-top: 150px;
}
@media ( max-width:499.99px ) {
  .mt-150 {
    margin-top: 70px;
  }
}
@media ( max-width:900px ) AND ( min-width:500px ) {
  .mt-150 {
    margin-top: 90px;
  }
}
@media ( min-width:1500px ) {
  .mt-150 {
    margin-top: 200px;
  }
}
@media ( min-width:2000px ) {
  .mt-150 {
    margin-top: 280px;
  }
}
.mt-200 {
  margin-top: 200px;
}


.mt-350 {
  margin-top: 350px;
}

.mt-390 {
  margin-top: 390px;
}
@media ( max-width: 768px ) {
  .mt-390 {
    margin-top: 90px;
  }
}
@media ( max-width: 1024px ) {
  .mt-390 {
    margin-top: 220px;
  }
}
.mt-100 {
  margin-top: 100px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-350 {
  margin-bottom: 350px;
}
@media ( max-width: 768px ) {
	.mb-350 {
	  margin-bottom: 160px;
	}
}
.mb-390 {
  margin-bottom: 390px;
}
@media ( max-width: 768px ) {
	.mb-390 {
	  margin-bottom: 200px;
	}
}
.mb-450 {
  margin-bottom: 450px;
}

.pb-150 {
  padding-bottom: 150px;
}
.pb-190 {
  padding-bottom: 190px;
}
@media ( max-width:499.99px ) {
  .pb-190 {
    padding-bottom: 60px !important;
  }
}
@media ( max-width:767.99px ) AND (min-width:500px ) {
  .pb-190 {
    padding-bottom: 90px !important;
  }
}
@media ( max-width:899.99px ) AND (min-width:768px ) {
  .pb-190 {
    padding-bottom: 120px !important;
  }
}
@media ( max-width:1200px) AND (min-width:900px ) {
  .pb-190 {
    padding-bottom: 150px !important;
  }
}
@media ( min-width:1500px ) {
  .pb-190 {
    padding-bottom: 240px;
  }
}
@media ( min-width:1900px ) {
  .pb-190 {
    padding-bottom: 270px;
  }
}
@media ( min-width:2200px ) {
  .pb-190 {
    padding-bottom: 300px;
  }
}
.pb-230 {
  padding-bottom: 230px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pt-20 {
  padding-top: 20px;
}

@media only screen and (max-width: 1100px) {
  .scholl-box .scholl-info-box {
    width: 60%;
  }
  .footer {
    padding: 0px 50px;
  }
  .section-apps {
    padding: 100px 50px;
  }
}

@media only screen and (max-width: 1275px) {
  .header-box .navbar-box {
    padding: 40px 50px;
  }
  .header-box .header-content {
    padding: 0px 50px;
  }
  .service-box {
    padding: 0px 50px;
  }
  .latest-box {
    padding: 0px 50px;
    padding-top: 150px;
  }
  .entertainment-box {
    padding: 150px 50px 180px 0px;
  }
  .app-box .app-prop {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 1020px) {
  .header-box .navbar-box {
    padding: 40px 10px;
  }
  .header-box .header-content {
    padding: 0px 10px;
  }
  .service-box {
    padding: 0px 10px;
  }
  .latest-box {
    padding: 0px 10px;
    padding-top: 135px;
  }
  .entertainment-box {
    padding: 250px 10px 280px 0px;
  }
  .app-box .app-prop {
    padding: 0 10px;
  }
  .footer {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 970px) {
  .app-box .app-prop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .app-box .app-prop .app-info {
    width: 100%;
    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;
  }
  .app-box .app-prop .app-images {
    width: 50%;
  }
}

@media only screen and (max-width: 992px) {
  .header-box .navbar-box .right-items .navbar-item {
    margin: 0px 5px;
  }
  .section-apps {
    padding: 100px 10px;
  }
}

@media only screen and (max-width: 860px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-info {
    width: 100%;
  }
  .footer .footer-info .footer-head {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 13px;
  }
  .product-contnet-box {
    padding: 0px 100px;
  }
  .comment-box {
    padding: 0px 100px;
  }
  .section-apps .apps-content .app-item {
    width: calc((100%/3) - 20px);
  }
  .about-us {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 767.99px) {
  .header-box {
    padding-bottom: 50px;
  }
  .header-box .navbar-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-box .navbar-box .right-items .navbar-item {
    margin: 0px 7px;
  }
  .header-box .navbar-box .right-items .navbar-item a {
    font-size: 15px;
  }
  .header-box .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .header-box .header-content .header-content-item {
    width: 100% !important;
  }
  .header-box .header-content .header-content-item .btn {margin: 0 auto;}
  .header-box .header-content .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header-box .header-content .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }
  .header-box .header-content .order-0 img {
    margin-left: 23%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app-box {
    text-align: center;
    padding-bottom: 125px;
  }
  .app-box .app-prop .app-info .title {
    line-height: 3rem;
  }
  .service-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-box .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .service-box .service-box-item-title { margin-right: auto; margin-left: auto; }
  .service-box .btn {margin: 0 auto}
  .service-box .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 50px;
    width: 80%;
  }
  .service-box .order-0 img {
    width: 100%;
  }

  .section-apps .latest-header {
    width: 100%;
    position: relative;
    height: 44px;
    margin-bottom: 15px;
  }
  .section-apps .latest-header .latest-title {
  display: block;
  position: absolute;
  right: 8px;
  top: 2px;
  }

  .latest-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .entertainment-box {
    padding: 70px 10px 70px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0px !important;
  }
  .entertainment-box .entertainment-icon-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }
  .entertainment-box .entertainment-icon-title::after {
    display: none;
  }
  .entertainment-box .entertainment-contnet {
    width: 100%;
  }
  
  .section-apps .categories {
  float: left;
  width: auto;
  text-align: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  /* margin-left: 15px; */
  /* transform: translateX(50%); */
  }

  .categories {
    width: 100%;
    margin-top: 30px;
  }
  .categories .category-item {
    padding: 5px 20px;
  }
  .scholl-box {
    background-image: unset;
  }
  .scholl-box .scholl-info-box {
    padding: 20px 20px 35px;
    /* height: 80%; */
    width: 100%;
    border-radius: unset;
  }
  .scholl-box .scholl-info-box .title {
    text-align: center;
    line-height: 3rem;
    font-size: 32px;
  }
  .product-contnet-box {
    padding: 0px 40px;
  }
  .comment-box {
    padding: 0px 40px;
  }
  .section-apps {
    padding: 100px 10px;
  }
}

@media only screen and (max-width: 660px) {
  .section-apps {
    padding: 50px 10px;
  }
  .section-apps .filter-apps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-apps .filter-apps .filter-group {
    width: 100%;
  }
  .section-apps .filter-apps .filter-group .filter-item {
    width: 33.33333% !important;
  }
}

@media only screen and (max-width: 500px) {
  .header-box .navbar-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-box .navbar-box .right-items .res {
    display: none;
  }
  .header-box .navbar-box .left-items .res {
    display: none;
  }
  .header-box .navbar-box .left-items .navbar-item {
    margin: unset;
    margin-right: 20px;
  }
  .categories .category-item {
    padding: 5px 10px;
  }
  .service-box {
    margin-top: 0px;
  }
  .section-apps {
    padding: 50px 10px;
  }
  .section-apps .filter-apps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-apps .filter-apps .filter-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-apps .filter-apps .filter-group .filter-item {
    width: 80% !important;
  }
  .section-apps .apps-content .app-item {
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .about-us {
    padding: 50px 20px;
  }
  .login-box .login .tabs .tab-item {
    padding: 20px 20px;
  }
}
/*# sourceMappingURL=style.css.map */




/*
    Styles for animated modal
    =========================
*/

    /* Start state */
    .animated-modal {
        max-width: 550px;
        border-radius: 4px;
        padding: 30px !important;
        overflow: hidden;
        background: linear-gradient(45deg, #543093 32%, #d960ae 100%);
        transform: translateY(-80px);
        transition: all .5s; /* Should match `data-animation-duration` parameter */
    }
	
	.animated-modal.bg-red {background: linear-gradient(45deg, #800404 32%, #ff0000 100%);}
	.animated-modal.bg-green {background: linear-gradient(45deg, #498c16 32%, #aee600 100%);}
	.animated-modal.bg-blue {background: linear-gradient(45deg, #075190 32%, #35a2ff 100%);}

    .animated-modal * {
        color: #fff;
    }

    .animated-modal h2,
    .animated-modal p {
        transform: translateY(-40px);
        opacity: 0;

        transition-property: transform, opacity;
        transition-duration: .3s;
    }

.animated-modal #modal-animated-icon {
    /* border: 6px solid #fff; */
    border-radius: 50%;
    font-size: 102px;
    /* width: 150px; */
    /* height: 150px; */
    text-align: center;
    line-height: 85px;
    padding-top: 8px;
    margin: 0 auto;
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .3s;
}
.animated-modal #modal-animated-icon i {
}

    /* Final state */
    .fancybox-slide--current .animated-modal,
    .fancybox-slide--current .animated-modal h2,
    .fancybox-slide--current .animated-modal #modal-animated-icon,
    .fancybox-slide--current .animated-modal p {
        transform: translateY(0);
        opacity: 1;

        transition-duration: .3s;
    }

    /* Reveal content with different delays */
    .fancybox-slide--current .animated-modal h2 {
        transition-delay: .1s;
        margin-top: 5px;
        font-size: 24px;
    }

    .fancybox-slide--current .animated-modal p {
        transition-delay: .4s;
        margin: 8px 0;
    }

    .fancybox-slide--current .animated-modal p:first-of-type {
        transition-delay: .2s;
    }





.ads-img {
	border-radius: 40px;
}


.profile-pic {
  border-radius: 50%;
  border: 3px solid #de3a2d;
  background: #ffcfcb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.profile-pic:hover { border-color: #bd0f10;}









/* ======== Category Menu Style ======== */

.header_icon {
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 19px;
	text-align: center;
	line-height: 38px;
	padding-top: 4px;
	border-radius: 50%;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header_icon:hover {
  text-decoration: none;
  background: #bd0f10;
  color: #fff;
}

#category_loader {
    background: #ffffffa1;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
#category_loader img {
    max-width: 70%;
    margin: 0 auto;
    display: block;
    opacity: 0.95;
}

.category_level_1 {
    list-style: none;
    padding: 0;
    margin: 0;
	min-height: 350px;
}
.category_level_1 li {
	display: block;
	position: relative;
	color: #250300;
	height: 90px;
	font-size: 18px;
	background: #fff0f0;
	border-radius: 20px;
	cursor: pointer;
	padding: 5px;
	margin-bottom: 7.5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 3;
}
.category_level_1 li a {color: #250300;display: inline-block;width: 100%;height: 100%;text-decoration: none;}
.category_level_1 li:hover {
    background: #ffe2e0;
}
.category_level_1 li:last-child {margin-bottom: 0;}
.category_level_1 li img {
    max-height: 100%;
    margin-left: 3px;
}
.category_level_1 li i {font-size: 36px;color: #ffd8d5;position: absolute;left: 10px;top: calc(50% - 18px);}


.category_level_2 {
    margin-right: 35px;
    height: 70px !important;
    background: #fff4f4 !important;
    z-index: 1 !important;
}
.category_level_2:hover {background: #ffe2e0 !important;}
.category_level_2:before {
  content: "";
  height: 85px;
  width: 20px;
  border: 1px solid #fff0f0;
  border-width: 0 3px 3px 0;
  position: absolute;
  right: -19px;
  top: -49px;
  z-index: -1;
}

.category_level_3 {
    margin-right: 60px;
    height: 60px !important;
    background: #efefef !important;
    z-index: 0 !important;
}
.category_level_3:hover {background: #ffe2e0 !important;}
.category_level_3:before {
  content: "";
  height: 70px;
  width: 9px;
  border: 1px solid #efefef;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: -9px;
  top: -37px;
  z-index: -1;
}

.category_back {
    background: #f6fbff !important;
    height: 47px !important;
    color: #accce6 !important;
    line-height: 40px;
    padding: 4px 10px 0 0 !important;
}
.category_back:hover {
    background: #d7edff !important;
    color: #024882 !important;
}
.category_back i {
    color: #accce67d !important;
}




.dropdown-menu-side {
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: revert;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 10px;
}
.dropdown-side-header {
    display: block;
    padding: 11px 0px;
    margin: 0 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
    border-bottom: 1px solid #ececec;
}
.dropdown-menu-side .dropdown-item.active {
    color: #bdbdbd;
    text-decoration: none;
    background-color: #efefef;
    cursor: default;
}

.dropdown-menu {
    border-radius: 9px;
    direction: rtl;
    text-align: revert;
}
.dropdown-menu .dropdown-item {
    padding: 3px 20px 3px 30px;
    color: #444444;
}
.dropdown-menu .dropdown-item i {
    vertical-align: -2px;
    color: #dadada;
    width: 18px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}










.header-menu {	
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-menu:hover {
	text-decoration: none;
	color: #ffe645;
}






/*----- filter style css start -----*/
.filter {
	padding-top: 20px;
}

.filter-wrap {
	padding: 15px 0;
	text-align: center;
	background: #ffc417;
	background: linear-gradient(60deg, #ffc314 0%, #ffd7a0 100%);
	border-radius: 50px;
	height: 60px;
	margin-top: -30px;
	margin-bottom: -25px;
}

.filter-wrap form {
	display: inline-block;
	height: 32px;
}
.filter-wrap form h6 {
	display: inline-block;
	color: #d24d38;
	float: right;
	margin-top: 8px;
	margin-left: 20px;
	font-weight: 600;
	font-size: 15px;
}
.filter-wrap form ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.filter-wrap form ul li {
	float: right;
	margin-left: 25px;
}
.filter-wrap form ul li:last-child { margin-left: 0; }
.filter-wrap form ul li div {
	text-align: right;
	padding-right: 0;
	padding-top: 4px;
	padding-left: 0;
}

@media  (max-width: 768px) {
    .filter-wrap {
    	height: auto;
    	padding: 15px 15px;
    }
    .filter-wrap form h6 {
    	width: 100%;
    	margin: 0;
    }
    .filter-wrap form ul {}
    .filter-wrap form ul li:last-child {
    	/* display: block; */
    	/* float: none; */
    	/* margin-top: 40px; */
    }
    .filter-wrap form ul li:nth-child(3) {margin-left: 0;}
}

.filter-wrap form ul li div label {
	padding-right: 20px;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: #84004a !important;
	cursor: pointer;
}
.filter-wrap form ul li div label:before {
	right: 0;
}
.filter-wrap form ul li div label:after {
	right: 0px !important;
	transform: scale(1.5);
}
.filter-wrap form ul li div input {}
.filter-wrap form ul li button {padding: 5px 11px 3px 13px;border-radius: 30px;background-color: #ff000000;color: #4e072e;}
.filter-wrap form ul li button:hover {background-color: #84004a;}






/* ============ Serial Tag Btn ================*/
.serial_tag {
	position: absolute;
	left: 4px;
	top: 4px;
	display: none;
}
.serial_tag button {
	background: #d89aa3;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	text-align: center;
}
.serial_tag button:hover {background: #f5ad8d;}
.serial_tag button i {
	color: #fff;
	font-size: 17px;
	margin-left: 1px;
	line-height: 20px;
}




/*----- breadcrumb style css start -----*/

.breadcrumb {
	margin-bottom: 0;
	margin-top: 20px;
	min-height: 40px;
	border-radius: 50px;
	background: #f97465;
	padding: 0 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumb .breadcrumb-item a {
	color: #9a2013;
	font-size: 16px;
	font-weight: 400;
}

.breadcrumb .breadcrumb-item a:hover {
	text-decoration: underline;
}

.breadcrumb .breadcrumb-item:before {
	color: #ffffff;
	content: "\e314";
	font-size: 12px;
	margin: 0 8px;
	font-family: "icomoon";
	padding-right: 0;
}

@media only screen and (max-width: 479.98px) {
	.breadcrumb .breadcrumb-item:before {
		margin: 0 5px;
	}
}

.breadcrumb .breadcrumb-item:first-child::before {
	display: none;
}

.breadcrumb .breadcrumb-item.active {
	color: #ffe24b;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

/*----- breadcrumb style css end -----*/




/********** Start - Customize Styling ***********/


.block {display: block !important;}
.inline-block {display: inline-block !important;}

.bg-white {background-color: transparent !important;}

.color-green { color: #14af3c; }
.color-blue-light { color: #66c9d4; }


.link {
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #4b042c;
}
.link:hover, .link:focus {
	color: #f9a825;
	outline: none;
	text-decoration: none;
}

.subsection_box {
	border-bottom: 1px solid #f1d2d1;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.subsection_title {
	font-size: 16px !important;
	color: #f8513e;
	margin-left: 5px;
	width: 135px;
	/* line-height: 0; */
	font-weight: 500;
	margin-top: -3px;
}
.subsection_icon {
	/* font-weight: 600; */
	vertical-align: top;
	margin-left: 2px;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 9px;
	font-size: 16px;
	text-align: center;
	line-height: 23px;
	display: inline-block;
	position: relative;
	background: #f8513e;
	background: linear-gradient(60deg, #dc2611 0%, #f8513e 100%);
}
.subsection_txt {
	width: calc(100% - 33px);
	display: inline-block;
	font-size: 16px;
}

.main_content_img {
	border-radius: 25px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.screenshot {
	margin-top: 5px;
	margin-bottom: 10px;
}
.screenshot a {
	width: calc((100% - 20px) / 3);
	display: block;
	float: right;
	margin: 5px;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.screenshot a:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #0000007d;
	border-radius: 25px;
	z-index: 999;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.screenshot a:after {
	content: "\e8ff";
	font-family: icomoon;
	font-size: 35px;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 30px;
	color: #fff;
	top: calc(50% - 12px);
	z-index: 999;
	position: absolute;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.screenshot a:nth-child(3n-2) {
	margin-right: 0;
}
.screenshot a:nth-child(3n) {
	margin-left: 0;
}
.screenshot a img {
	max-width: 100%;
	display: block;
	position: relative;
	border-radius: 25px;
}
.screenshot a:hover img {

}
.screenshot a:hover:before, .screenshot a:hover:after {
	opacity: 1;
}

.video-content {
	width: max-content;
	max-width: 100%;
	height: auto;
	/* margin: 0 auto; */
	display: block;
	border-radius: 4px;
}
.sound-player {
	height: 54px;
	width: 100%;
	/* border-radius: 4px; */
	/* background: #f1f3f4; */
}
.sound-player:focus{
	outline: none;
}

.slick-dots {
	display: block;
	width: 100%;
	text-align: center;
	height: 10px;
	/* background: aqua; */
	margin-top: 15px;
	direction: rtl;
}
.slick-dots li {
	display: inline-block;
	text-indent: 99999px;
	background: bisque;
	width: 10px;
	height: 10px;
	margin: 3px;
	border-radius: 50%;
}
.slick-dots li:hover button {
	background-color: #7d1d53;
}
.slick-dots li.slick-active button {
	background: #7d1d53;
}
.slick-dots li button {
	background: #e2e2e2;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-indent: 999999px;
	border: 2px solid #e2e2e2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}



.serial_tag {
	position: absolute;
	left: 4px;
	top: 4px;
}
.serial_tag button {
	background: #d89aa3;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	text-align: center;
}
.serial_tag button:hover {background: #f5ad8d;}
.serial_tag button i {
	color: #fff;
	font-size: 17px;
	margin-left: 1px;
	line-height: 20px;
}



.serial-area {}
.serial-area .serial-wrap {
	display: inline-block;
	width: calc(100% - 15px);
	background: #d89aa3;
	background: linear-gradient(90deg, #eaeaea 0%, #f5f5f5 100%);
	border-radius: 25px;
	/* margin: 5px -10px -5px; */
	padding: 15px;
	margin: 0 5px 15px;
}
.serial-area .serial-wrap:before {
	/* content: ""; */
	/* background-color: #eaeaea; */
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 9px;
}
.serial-area .serial-wrap .block_thumb {
	float: right;
	width: 30%;
	padding-left: 15px;
	display: block;
}
.serial-area .serial-wrap .block_thumb img {
	max-width: 100%;
	border-radius: 15px;
	/* border: 3px solid #fff; */
}
.serial-area .serial-wrap .block_text {
	float: right;
	width: 70%;
	padding-right: 5px;
}
.serial-area .serial-wrap .block_text h1 {
	color: #4b042c;
	font-size: 22px;
	display: block;
	margin-top: 12px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
}

.serial-area .serial-wrap .block_text h4 {
	display: block;
	border-bottom: 1px solid #e4e4e4;
	font-size: 15px;
	color: #b90068;
	font-weight: 600;
	margin: 0px 0 10px;
	line-height: 35px;
	padding-bottom: 3px;
}
.serial-area .serial-wrap .block_text h4 span {
	font-size: 12px;
	font-weight: 400;
	color: #b7b7b7;
	margin-left: 4px;
}

.serial-area .serial-wrap .block_text p {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #383838;
}
.serial-area .serial-wrap .block_text .short_text_block {}
.serial-area .serial-wrap .block_text .full_text_block {
	height: 160px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: -webkit-linear-gradient(90deg, #eee0 25%, #383838d4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.subsection_box .full_text_block {
	height: 160px;
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background: -webkit-linear-gradient(90deg, #eee0 25%, #757575);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #757575;
}

.serial-area .serial-wrap .block_text .full_text_block span.readmore, .subsection_box .full_text_block span.readmore {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	color: #b13131;
	opacity: 1;
	font-size: 48px;
	line-height: 50px;
	-webkit-text-fill-color: #f2b094;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}
.serial-area .serial-wrap .block_text .full_text_block span.readmore:hover, .subsection_box .full_text_block span.readmore:hover {}

.serial_back {
	position: absolute;
	left: 40px;
	top: 15px;
	background: #f8513e;
	border: 1px solid #d64837;
	border-radius: 19px;
	color: #f2f2f2;
	line-height: 23px;
	font-size: 13px;
	padding: 5px 13px 2px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.serial_back i {
	vertical-align: -3px;
	font-size: 14px;
	margin-left: 2px;
}
.serial_back:hover {color: #fff;background: #cc3524;text-decoration: none;}







.cover-icon {
	position: absolute;
	right: 8px;
	top: 8px;
	background: #F44336;
	width: 28px;
	height: 28px;
	border-radius: 18px;
	text-align: center;
	line-height: 27px;
	padding-top: 2px;
}
.cover-icon i {
	color: #fff;
	font-size: 14px;
	margin-left: 1px;
	line-height: 20px;
}




#count_down {
	text-align: center;
	color: #929292;
	margin-top: 5px;
}
#count_down span {
	width: 28px;
	display: inline-block;
	margin: 0;
}




.user_ratepoint {
    padding-top: 10px;
    color: #ffbf0c;
    cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.user_ratepoint:hover { color: #FF9800; }
.user_ratepoint i {
    font-size: 16px;
    margin: 0 0.5px;
}



.rating_get_modal {
    padding: 35px 25px 30px;
}
.rating_get_modal h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
    color: #00756a;
    font-weight: 600;
}
.rating_get_modal .rating_get_block {
    text-align: center;
    direction: rtl;
    margin: 0 auto;
    display: block;
    position: relative;
    width: max-content;
}
.rating_get_modal .rating_get_block i {
    color: #FFC107;
    font-size: 34px;
    cursor: pointer;
    float: right;
    padding: 0 2px;
}



.extra_icon {display: block;width: 100%;float: right;}
#wishlist {
    width: calc(25% - 4.5px);
    float: right;
    text-align: center;
    margin: 0 3px 10px;
    background: #fdeaea;
    border-radius: 25px;
    padding: 5px 0 1px;
} 
#wishlist i {font-size: 30px;display: block;height: 32px;color: #e28a8a;} 
#wishlist i.icon-heart, #wishlist i.active {
    color: red;
}
#wishlist i:hover {
    color: red;
} 
#wishlist span {
    color: #c35971;
    font-size: 13px;
} 


#rating {
    width: calc(25% - 4.5px);
    float: right;
    text-align: center;
    margin: 0 3px 10px;
    background: #fff6e7;
    border-radius: 25px;
    padding: 5px 0 1px;
} 
#rating i {
    font-size: 32px;
    display: block;
    color: #f1ce63;
} 
#rating i.icon-star, #rating i.active {
    color: orange;
}
#rating i:hover {
    color: orange;
} 
#rating span {
    color: #cea833;
    font-size: 12px;
} 

#counter {
    width: calc(25% - 4.5px);
    float: right;
    text-align: center;
    margin: 0 0 10px 3px;
    background: #e5f5fd;
    border-radius: 25px;
    padding: 5px 0 1px;
} 
#counter i {
    font-size: 32px;
    display: block;
    color: #038bcc;
    height: 32px;
    line-height: 28px;
}
#counter span {
    color: #038bcc;
    font-size: 13px;
} 


#comment {
    width: calc(25% - 4.5px);
    float: right;
    text-align: center;
    margin: 0 3px 10px 0;
    background: #dff1ed;
    border-radius: 25px;
    padding: 5px 0 1px;
} 
#comment i {
    font-size: 30px;
    display: block;
    height: 32px;
    color: #84d4c2;
} 
#comment i.icon-comment, #comment i.active {
    color: #0a9e7c;
}
#comment i:hover {
    color: #0a9e7c;
} 
#comment span {
    color: #51a09d;
    font-size: 12px;
} 


.comment-list {
    width: 100%;
    background: #ffffffb5;
    padding: 15px 12px;
    margin-bottom: 10px;
    border-radius: 24px;
    display: block;
    position: relative;
}
.comment-list.self {
    border: 2px solid #e8ae00;
}
.comment-list .comment-header {
    display: block;
    width: 100%;
    float: right;
    border-bottom: 1px solid #ffe0dd;
    padding-bottom: 1px;
    margin-bottom: 5px;
}
.comment-list .comment-header h5 {
    color: #d23838;
    font-size: 14px;
    float: right;
}
.comment-list .comment-header span {
    float: left;
    color: #cea52d;
    font-size: 12px;
    line-height: 13px;
    margin-top: 2px;
}
.comment-list .comment-header i {
	float: right;
	margin-top: -2px;
}
.comment-list .comment-text {
    color: #694539;
    font-size: 16px;
}
.comment-list .comment-setting {
    color: #fff3d3;
    font-size: 17px;
    position: absolute;
    left: 13px;
    bottom: 14px;
    display: block;
    line-height: 10px;
    background: #009688;
    text-align: center;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    padding-top: 2px;
    cursor: pointer;
    -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.comment-list .comment-setting:hover {
    background: #00BCD4;
    color: #fff;
}
/********** End   - Customize Styling ***********/





/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.myaccount-tab-menu a {
	border: 1px solid #dfe9f1;
	border-bottom: none;
	color: #0073c5;
	font-weight: 500;
	font-size: 16px;
	display: block;
	padding: 10px 15px 8px;
	background: white;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.myaccount-tab-menu a:first-child {border-radius: 25px 25px 0 0;}
.myaccount-tab-menu a:last-child {
	border-bottom: 1px solid #dfe9f1;
	border-radius: 0 0 25px 25px;
}
.myaccount-tab-menu a i {
	vertical-align: -2px;
	margin-left: 10px;
	display: inline-block;
	width: 15px;
	text-align: center;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
	background-color: #edf4f9;
	color: #39729a;
	text-decoration: none;
}

.myaccount-tab-menu a i.fa {
	font-size: 14px;
	text-align: center;
	width: 25px;
}

@media only screen and (max-width: 767.98px) {
	#myaccountContent {
		margin-top: 30px;
	}
}

.myaccount-content {
	border: 1px solid #dfe9f1;
	padding: 30px;
	border-radius: 25px;
	background: #edf4f9;
}

.myaccount-content.plus {
	border: 1px solid #e5d8fc;
	padding: 30px;
	border-radius: 25px;
	background: #efe8fd;
}

@media only screen and (max-width: 575.98px) {
	.myaccount-content {
		padding: 20px 15px;
	}
}

.myaccount-content form {
	margin-top: -20px;
}

.myaccount-content h3 {
	font-size: 20px;
	border-bottom: 1px dashed #d4dfe8;
	padding-bottom: 10px;
	margin-bottom: 9px;
	font-weight: 400;
	color: #39729a;
}
.myaccount-content.plus h3 {
    font-size: 18px;
    border-bottom: 1px dashed #d8c1ff;
    color: #6d4fa0;
}

.myaccount-content .welcome a {
	color: #252525;
}

.myaccount-content .welcome a:hover {
	color: #4b042c;
}

.myaccount-content .welcome strong {
	font-weight: 500;
	color: #4b042c;
}

.myaccount-content fieldset {
	margin-top: 20px;
}

.myaccount-content fieldset legend {
	color: #252525;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 400;
	border-bottom: 1px dashed #ccc;
}

.myaccount-table {
	white-space: nowrap;
	font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
	color: #285b80;
	padding: 10px;
	font-weight: 600;
	background-color: #ffffff;
	border-color: #b5cee0;
	border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
	padding: 10px;
	vertical-align: middle;
	border-color: #b5cee0;
	color: #285b80;
}


.plus .myaccount-table table {
	border-color: #d8c1ff !important;
}

.plus .myaccount-table table th,
.plus .myaccount-table .table th {
	color: #794fa0;
	padding: 5px 7px;
	font-weight: 600;
	background-color: #eae0fd;
	border-color: #d8c1ff;
	border-bottom: 0;
	font-size: 13px;
	line-height: 26px;
}

.plus .myaccount-table table td,
.plus .myaccount-table .table td {
	padding: 5px 7px;
	vertical-align: middle;
	border-color: #d8c1ff;
	color: #6d4fa0;
	line-height: 24px;
}


.saved-message {
	background-color: #f4f5f7;
	border-top: 3px solid #4b042c;
	border-radius: 5px 5px 0 0;
	font-weight: 400;
	font-size: 15px;
	color: #555;
	padding: 20px;
}

/*-------- Start My Account Page Wrapper --------*/





/*-------- Start Post Extra Page Wrapper --------*/
.postextra-page-wrapper {width: 100%;border-top: 1px dotted #dedede;padding-top: 25px;margin: 17px 0 0 0;}
.postextra-tab-menu {
    margin: 0 auto 5px;
    width: fit-content;
}
@media (max-width: 500px) {
	.postextra-tab-menu {
		width: initial ;
	}
}
.postextra-tab-menu a {
	/* border: 1px solid #ccc; */
	/* border-bottom: none; */
	/* color: #ffd870; */
	/* font-weight: 500; */
	/* font-size: 15px; */
	/* display: block; */
	/* padding: 10px 15px 8px; */
	/* border-radius: 5px 5px 0 0; */
	/* margin: 0 2px; */
}

.postextra-tab-menu a i {
	vertical-align: -2px;
	margin-left: 10px;
}

.postextra-tab-menu a.active {
	/* background-color: #ffcf3e !important; */
	/* border-color: #F44336 !important; */
	/* color: #bb1b4e; */
	/* border-bottom-width: 0; */
	/* margin-bottom: 0px; */
	/* z-index: 11; */
}
.postextra-tab-menu a:hover {
	/* background-color: #ffe69ca3; */
	/* margin-bottom: 0px; */
	/* color: #bb1b4e; */
}

.postextra-tab-menu a i.fa {
	font-size: 14px;
	text-align: center;
	width: 25px;
}

@media only screen and (max-width: 767.98px) {
	#postextraContent {
		/* margin-top: 30px; */
	}
}

.postextra-content {
	padding: 30px;
	position: relative;
	width: 100%;
	border-radius: 35px;
	background: #ffedeb;
	background: linear-gradient(0deg, #ffdfdc 0%, #ffedeb 100%);
	margin-top: 0px;
	display: inline-block;
}

@media only screen and (max-width: 575.98px) {
	.postextra-content {
		padding: 20px 15px 5px;
	}
}

.postextra-content form {
	margin-top: -20px;
}

.postextra-content h3 {
	font-size: 18px;
	border-bottom: 1px dashed #dcaaaa;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #cca8aa;
}

.postextra-content .welcome a {
	color: #252525;
}

.postextra-content .welcome a:hover {
	color: #4b042c;
}

.postextra-content .welcome strong {
	font-weight: 500;
	color: #4b042c;
}

.postextra-content fieldset {
	margin-top: 20px;
}

.postextra-content fieldset legend {
	color: #252525;
	font-size: 20px;
	margin-top: 20px;
	font-weight: 400;
	border-bottom: 1px dashed #ccc;
}

.postextra-table {
	white-space: nowrap;
	font-size: 14px;
}

.postextra-table table th,
.postextra-table .table th {
	color: #252525;
	padding: 10px;
	font-weight: 400;
	background-color: #f8f8f8;
	border-color: #ccc;
	border-bottom: 0;
}

.postextra-table table td,
.postextra-table .table td {
	padding: 10px;
	vertical-align: middle;
	border-color: #ccc;
}

.saved-message {
	background-color: #f4f5f7;
	border-top: 3px solid #4b042c;
	border-radius: 5px 5px 0 0;
	font-weight: 400;
	font-size: 15px;
	color: #555;
	padding: 20px;
}

/*-------- Start Post Extra Page Wrapper --------*/




/*------- product item start -------*/
.view-all .product-slide-item {
	display: inline-block;
	width: calc(100% / 6);
	float: right;
	border-radius: 25px;
}
.view-all .product-slide-item.current {
	background: linear-gradient(180deg, #eacecc 50%, rgb(224 175 169) 100%);
}
.view-all .product-slide-item img {border-radius: 25px;min-height: 1px;width: 100% !important;}
@media (max-width: 480px) {
	.view-all .product-slide-item {
		width: calc(100% / 2);
	}
}
@media (min-width: 481px) AND (max-width: 768px) {
	.view-all .product-slide-item {
		width: calc(100% / 3);
	}
}
@media (min-width: 769px) AND (max-width: 1080px) {
	.view-all .product-slide-item {
		width: calc(100% / 4);
	}
}
.product-slide-item {
	padding-top: 10px;
	/* margin-top: -10px; */
	border-radius: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.product-slide-item:hover {
	/* background: #fffdfb; */
	background: linear-gradient(180deg, #f7e3e2 50%, rgb(232 207 204) 100%);
}
.product-slide-item:hover .product-item {
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}



.view-all .product-serial-item {
	display: inline-block;
	float: right;
	border-radius: 25px;
}
.view-all .product-serial-item.current {
	background: linear-gradient(180deg, #eacecc 50%, rgb(224 175 169) 100%);
}
.view-all .product-serial-item img {border-radius: 25px;min-height: 1px;width: 100% !important;}
.product-serial-item {
	padding-top: 10px;
	/* margin-top: -10px; */
	border-radius: 5px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.product-serial-item:hover {
	/* background: #fffdfb; */
	background: linear-gradient(180deg, #f7e3e2 50%, rgb(232 207 204) 100%);
}
.product-serial-item:hover .product-item {
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}



.product-item {
	overflow: hidden;
	margin-bottom: 0;
	margin: 0 10px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}


.product-item:hover .product-content {
	/* -webkit-transform: translateY(-45px); */
	-ms-transform: translateY(-45px);
	/* transform: translateY(-45px); */
}

.product-thumb {
	position: relative;
	text-align: center;
}
.product-thumb a { display: block; }
.product-thumb:hover .add-to-links {
	opacity: 1;
	visibility: visible;
	-webkit-animation: zoomIn 300ms;
	animation: zoomIn 300ms;
}

.product-content {
	padding: 5px 0;
	text-align: center;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	/* background-color: #fff; */
}

.product-content .product-name {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ffffff !important;
}

.product-content .product-name a {
	color: #F44336;
}

.product-content .product-name a:hover {
	color: #ffffff;
}

.product-content h6 {
	color: #ffe000;
	font-size: 12px;
	font-weight: 300;
	margin-top: 4px;
	margin-bottom: 3px;
}
.product-content h6 a {color: #ffe000;}
.product-content h6 a:hover {color: #f7c7a2;font-weight: 500;letter-spacing: 0.25px;}

.product-content .product-item-action {
	right: 0;
	left: 0;
	top: 100%;
	position: absolute;
}

.product-content .price-box {
	padding: 5px 0;
}

.add-to-links {
	right: 0;
	left: 0;
	top: 10px;
	text-align: center;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.add-to-links a {
	display: inline-block;
	font-size: 25px;
	color: #252525;
	margin-left: 15px;
	line-height: 1;
}

.add-to-links a:last-child {
	margin-left: 0;
}

.add-to-links a:hover {
	color: #4b042c;
}

.product-badge {
	display: inline-grid;
	padding: 12px 0;
}

.product-badge .product-label {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	height: 24px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-badge .product-label:before {
	content: "";
	top: 0;
	right: 100%;
	position: absolute;
	border-right: 12px solid #3fcc8d;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.product-badge .product-label.new {
	background-color: #3fcc8d;
}

.product-badge .product-label.discount {
	background-color: #ff5e00;
}

.product-badge .product-label.discount:before {
	border-right: 12px solid #ff5e00;
}

.ratings {
	color: #f9bd22;
	font-size: 14px;
}

.price-old {
	font-size: 15px;
	color: #999;
	padding-right: 4px;
}

.price-regular {
	font-size: 15px;
	line-height: 1;
	color: #cf0016;
}

/*------- feature product item end -------*/
/*-------- product list item start --------*/
.product-content-list .ratings {
	padding-bottom: 5px;
}

.product-content-list .product-name {
	padding-bottom: 5px;
}

.product-content-list .product-name a {
	color: #252525;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}

.product-content-list .product-name a:hover {
	color: #4b042c;
}

.product-content-list p {
	padding-bottom: 20px;
}

.product-list-item {
	position: relative;
	padding: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
	.product-list-item {
		padding: 20px;
	}
}

@media only screen and (max-width: 575.98px) {
	.product-list-item {
		display: block !important;
	}
}

.product-list-item .product-thumb {
	max-width: 30%;
	-webkit-flex-basis: 30%;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
}

@media only screen and (max-width: 575.98px) {
	.product-list-item .product-thumb {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.product-list-item .product-content-list {
	padding-right: 20px;
	max-width: calc(100% - 30%);
	-webkit-flex-basis: calc(100% - 30%);
	-ms-flex-preferred-size: calc(100% - 30%);
	flex-basis: calc(100% - 30%);
}

@media only screen and (max-width: 575.98px) {
	.product-list-item .product-content-list {
		padding-right: 0;
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

.product-list-item .product-content-list .price-old,
.product-list-item .product-content-list .price-regular {
	font-size: 20px;
}

/*-------- product list item end --------*/


/*------- input box style css start -------*/
.single-input-item {
	margin-top: 20px;
}

.single-input-item label {
	color: #a4c6de;
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}

.single-input-item label.required:after {
	content: '*';
	color: red;
	font-size: 14px;
	margin-right: 3px;
	margin-top: 5px;
}

.single-input-item input,
.single-input-item textarea {
	color: #2e6284;
	border: 1px solid #d4dfe8;
	padding: 10px 10px;
	width: 100%;
	font-size: 14px;
	background: #ffffff;
	border-radius: 25px;
	outline: none;
}

.single-input-item input[disabled] {
	color: #a2b5c3;
	/* border: 1px solid #5f6c77; */
	padding: 10px 10px;
	width: 100%;
	font-size: 14px;
	background: #d4dde4;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
	border-color: #9bb7d0;
	background-color: #fff;
}

.single-input-item .nice-select {
	width: 100%;
	border-radius: 0;
	height: 48px;
	border-color: #ccc;
	background-color: #f7f7f7;
}

.single-input-item .nice-select .current {
	color: #555;
}

.single-input-item .nice-select .list {
	max-height: 200px;
	overflow: auto;
	width: 100%;
}

/*------- input box style css end -------*/






/*------- Festival Style Start -------*/

/*=== Festival Item */
.festival_item {
	background: linear-gradient(60deg, #e3d6fb 0%, #f9f6ff 100%);
	display: inline-block;
	border-radius: 25px;
	padding: 10px;
	width: 100%;
}
.festival_item .festival_thumb {
    /* float: right; */
    width: 100%;
    display: block;
}
.festival_item .festival_thumb img {
    border-radius: 20px;
}
.festival_item .festival_titlebox {
    width: 100%;
    display: block;
}
.festival_item .festival_titlebox h3 {
    font-size: 18px;
    margin-top: 6px;
    font-weight: 600;
}
.festival_item .festival_titlebox .festival_item_category {
    color: #8166af;
    border-top: 1px solid #e1d6f7;
    border-bottom: 1px solid #e1d6f7;
    line-height: 24px;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 2px 0 0;
}

.festival_item .festival_titlebox .festival_item_category i, .festival_item .festival_titlebox .festival_item_location i {
	width: 14px;
	text-align: center;
	float: right;
	line-height: 22px;
	margin-left: 5px;
}
.festival_item .festival_titlebox .festival_item_location form {
    display: inline-block;
}

.festival_item .festival_titlebox .festival_item_txt {
    color: #8166af;
}

.festival_item1 {
	background: linear-gradient(60deg, #e3d6fb 0%, #f9f6ff 100%);
	display: inline-block;
	border-radius: 20px;
	padding: 10px;
	width: 100%;
}
.festival_item1 .festival_thumb {
    float: right;
    width: 100%;
}
.festival_item1 .festival_thumb img {
	width: 100%;
	border-radius: 15px;
	margin-bottom: 10px;
}
.festival_item1 .festival_titlebox {
    width: 100%;
    float: right;
    /* padding-right: 12px; */
}
.festival_item1 .festival_titlebox h3 {
    font-size: 18px;
    margin-top: 1px;
    font-weight: 600;
}
.festival_item1 .festival_titlebox .festival_item_category {
    color: #8166af;
    border-top: 1px solid #e1d6f7;
    border-bottom: 1px solid #e1d6f7;
    line-height: 24px;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 2px 0 0;
}

.festival_item1 .festival_titlebox .festival_item_category i, .festival_item1 .festival_titlebox .festival_item_location i {
	width: 14px;
	text-align: center;
	float: right;
	line-height: 22px;
	margin-left: 5px;
}
.festival_item1 .festival_titlebox .festival_item_location form {
    display: inline-block;
}

.festival_item1 .festival_titlebox .festival_item_txt {
    color: #777777;
    font-size: 14px;
    line-height: 20px;
}
.festival_item1 .festival_titlebox .festival_item_txt p {margin-bottom: 8px;}

.festival_cart {
	background: linear-gradient(60deg, #daf3ff 0%, rgb(241 251 255) 100%);
	display: inline-block;
	border-radius: 50px 50px 20px 20px;
	padding: 10px;
	width: 100%;
}
.festival_cart .festival_thumb {
    text-align: center;
}
.festival_cart .festival_thumb img {
    max-width: 100%;
    border-radius: 42px 42px 15px 15px;
}


.festival_cart .festival_cart_category {
    color: #47a5d2;
    /* border-top: 1px solid #c3e1ef; */
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 2px 0 1px;
}
.festival_cart .festival_cart_category i {
    width: 14px;
    display: inline-block;
    text-align: center;
}
.festival_cart .festival_item_location {
    color: #47a5d2;
    /* border-top: 1px solid #c3e1ef; */
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: -4px;
    margin-bottom: -2px;
    padding: 2px 0 0px;
}
.festival_cart .festival_item_location i {
    width: 14px;
    display: inline-block;
    text-align: center;
}
.festival_cart .festival_item_location form {
    display: inline-block;
}

.festival_cart .festival_cart_address {
    color: #47a5d2;
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 0 0;
}
.festival_cart .festival_cart_phone {
    color: #47a5d2;
    border-bottom: 0px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 2px 0 0;
}
.festival_cart .festival_cart_phone i, .festival_cart .festival_cart_address i{
    width: 14px;
    float: right;
    text-align: center;
    margin-left: 5px;
    color: #47a5d2;
    font-size: 14.5px;
    margin-top: 3px;
}


/*------- Festival Style End -------*/





/*------- Service Style Start -------*/

/*=== Service Item */
.service_item {
	background: linear-gradient(60deg, #daf3ff 0%, rgb(241 251 255) 100%);
	display: inline-block;
	border-radius: 50px;
	padding: 10px;
	width: 100%;
}
.service_item .service_thumb {
    float: right;
    width: calc(100% / 3);
}
.service_item .service_thumb img {
    border-radius: 42px;
}
.service_item .service_titlebox {
    width: calc(200% / 3);
    float: right;
    padding-right: 12px;
}
.service_item .service_titlebox h3 {
    font-size: 18px;
    margin-top: 6px;
    font-weight: 600;
}
.service_item .service_titlebox .service_item_category {
    color: #47a5d2;
    border-top: 1px solid #c3e1ef;
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 2px 0 0;
}

.service_item .service_titlebox .service_item_location {
    color: #47a5d2;
    /* border-top: 1px solid #c3e1ef; */
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: -4px;
    margin-bottom: 5px;
    padding: 2px 0 0px;
}
.service_item .service_titlebox .service_item_category i, .service_item .service_titlebox .service_item_location i {
	width: 14px;
	text-align: center;
	float: right;
	line-height: 22px;
	margin-left: 5px;
}
.service_item .service_titlebox .service_item_location form {
    display: inline-block;
}

.service_item .service_titlebox .service_item_txt {
    color: #2b5265;
}

.service_cart {
	background: linear-gradient(60deg, #daf3ff 0%, rgb(241 251 255) 100%);
	display: inline-block;
	border-radius: 50px 50px 20px 20px;
	padding: 10px;
	width: 100%;
}
.service_cart .service_thumb {
    text-align: center;
}
.service_cart .service_thumb img {
    max-width: 100%;
    border-radius: 42px 42px 15px 15px;
}


.service_cart .service_cart_category {
    color: #47a5d2;
    /* border-top: 1px solid #c3e1ef; */
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 2px 0 1px;
}
.service_cart .service_cart_category i {
    width: 14px;
    display: inline-block;
    text-align: center;
}
.service_cart .service_item_location {
    color: #47a5d2;
    /* border-top: 1px solid #c3e1ef; */
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: -4px;
    margin-bottom: -2px;
    padding: 2px 0 0px;
}
.service_cart .service_item_location i {
    width: 14px;
    display: inline-block;
    text-align: center;
}
.service_cart .service_item_location form {
    display: inline-block;
}

.service_cart .service_cart_address {
    color: #47a5d2;
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px 0 0;
}
.service_cart .service_cart_phone {
    color: #47a5d2;
    border-bottom: 0px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 2px 0 0;
}
.service_cart .service_cart_phone i, .service_cart .service_cart_address i{
    width: 14px;
    float: right;
    text-align: center;
    margin-left: 5px;
    color: #47a5d2;
    font-size: 14.5px;
    margin-top: 3px;
}


/*------- Service Style End -------*/

 




/*------- Shop Style Start -------*/

.shop_item {
	background: linear-gradient(30deg, #ffe481 0%, #fffce9e8 100%);
	display: inline-block;
	border-radius: 50px;
	padding: 10px;
	width: 100%;
	margin-bottom: 15px;
}
.shop_item .shop_thumb {
    float: right;
    width: 100%;
}
.shop_item .shop_thumb img {
    border-radius: 42px 42px 15px 15px;
    border-radius: 42px 42px 12px 12px;
    width: 100% !important;
}
.shop_item .shop_titlebox {
    width: 100%;
    float: right;
    /* padding-right: 12px; */
    background: #ffffffcc;
    border-radius: 12px 12px 3px 3px;
    margin: 10px 0 4px;
}
.shop_item .shop_titlebox h3 {
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
    text-align: center;
    color: #714e0f;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop_item .shop_titlebox h3 a:hover {color: #c38429 !important;}
.shop_item .shop_titlebox .shop_item_category {
    color: #ceb042;
    border-top: 1px solid #fbda63;
    border-bottom: 1px solid #fbda63;
    line-height: 24px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 2px 0 0;
    text-align: center;
}
.shop_item .shop_titlebox .shop_item_category a:hover {color: #ad0011;}

.shop_item .shop_titlebox .shop_item_price {
    color: #f8513e;
    /* border-top: 1px solid #fbda63; */
    /* border-bottom: 1px solid #fbda63; */
    line-height: 24px;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 0 0;
    text-align: center;
    height: 49px;
    position: relative;
}
.shop_item .shop_titlebox .shop_item_price .price_old {
    color: #F44336;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px 0 46px;
    /* line-height: 46px; */
    text-decoration-line: line-through;
    line-height: 22px;
}
.shop_item .shop_titlebox .shop_item_price .price_new {
    color: #009668;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px 0 46px;
    line-height: 22px;
}
.shop_item .shop_titlebox .shop_item_price .price {
    color: #009668;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0px 5px 0 46px;
    line-height: 44px;
}
.shop_item .shop_titlebox .shop_item_price .price_flag {
    font-size: 24px;
    font-weight: 600;
    color: #efd15e;
    line-height: 40px;
}
.shop_item .shop_titlebox .shop_item_price .price_flag i {
    display: inline-block;
    font-size: 32px;
    vertical-align: -7px;
}
.shop_item .shop_titlebox .shop_item_price span {
    color: #efd15ed4;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 41px;
    padding-left: 7px;
}


.shop_item .shop_btnbox {
    width: 100%;
    float: right;
    /* padding-right: 12px; */
}

.shop_item .shop_btnbox .btn-shop_more {
    float: right;
    border: 1px solid #f8513e;
    border-radius: 3px 3px 47px 3px;
    height: 44px;
    color: #f8513e;
    margin-right: 0px;
    margin-left: 2px;
    width: calc(100% - 57px);
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    /* background: #f2d875; */
}
@media (min-width: 768px) AND (max-width:1199.9999999px) {
	.shop_item .shop_btnbox .btn-shop_more {
		font-size: 13px;
	}
}
.shop_item .shop_btnbox .btn-shop_more:hover {color: #fff; background: #f8513e;}
.shop_item .shop_btnbox .btn-shop_add {
    float: right;
    background: #f8513e;
    display: block;
    border-radius: 3px 3px 3px 47px;
    width: 55px;
    /* margin-left: 15px; */
    text-align: center;
    padding: 0 0 0 10px;
    height: 44px;
    line-height: 44px;
}
.shop_item .shop_btnbox .btn-shop_add:hover {background: #b12e1f}
.shop_item .shop_btnbox .btn-shop_add i {
    color: #fff !important;
    font-size: 23px;
    line-height: 41px;
    padding-left: 2px;
}
.shop_item .shop_btnbox .btn-shop_add i:before {
}
.shop_item .shop_btnbox .btn-shop_del {
    float: right;
    background: #9f9f9f;
    display: block;
    border-radius: 3px 3px 3px 47px;
    width: 55px;
    /* margin-left: 15px; */
    text-align: center;
    padding: 0 0 0 10px;
    height: 44px;
    line-height: 44px;
}
.shop_item .shop_btnbox .btn-shop_del:hover {background: #818181}
.shop_item .shop_btnbox .btn-shop_del i {
    color: #fff !important;
    font-size: 23px;
    line-height: 41px;
    padding-left: 2px;
}


.shop_item .shop_titlebox .shop_item_txt {
    color: #2b5265;
}

.shop_cart {
	background: linear-gradient(60deg, #daf3ff 0%, rgb(241 251 255) 100%);
	display: inline-block;
	border-radius: 50px 50px 20px 20px;
	padding: 10px;
	width: 100%;
}
.shop_cart .shop_thumb {
    text-align: center;
}
.shop_cart .shop_thumb img {
    max-width: 100%;
    border-radius: 42px 42px 15px 15px;
}


.shop_cart .shop_cart_category {
    color: #47a5d2;
    /* border-top: 1px solid #c3e1ef; */
    border-bottom: 1px solid #c3e1ef;
    line-height: 24px;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 5px;
    padding: 2px 0 1px;
}
.shop_cart .shop_cart_category i {
    width: 14px;
    display: inline-block;
    text-align: center;
}



.shop_item_gallery {
	background: linear-gradient(30deg, #ffe481 0%, #fffce9e8 100%);
	display: inline-block;
	border-radius: 50px;
	padding: 10px 10px 5px 10px;
	width: 100%;
	margin-top: -10px;
}
.shop_item_gallery .screenshot {
   margin-top: -5px;
}
.shop_item_gallery .screenshot a {
    background: #fffbea;
    border-radius: 42px;
}
.shop_item_gallery .screenshot a:hover:before {/* background: beige; */border-radius: 42px;}






.shop_item .shop_btnbox_panel {
    width: 100%;
    float: right;
    /* padding-right: 12px; */
}

.shop_item .shop_btnbox_panel span {
    float: right;
    border: 1px solid #f8513e;
    border-radius: 3px 3px;
    height: 44px;
    color: #f8513e;
    margin-right: 2px;
    margin-left: 2px;
    width: calc(100% - 114px);
    padding: 8px 5px 5px;
    text-align: center;
    font-weight: 600;
    /* background: #f2d875; */
    font-size: 22px;
    line-height: 31px;
    direction: rtl;
    position: relative;
}
.shop_item .shop_btnbox_panel span:before {
	font-family: icomoon;
	content: "\f291";
	font-weight: 200;
	font-size: 22px;
	line-height: 31px;
	margin-left: 8px;
	margin-right: 4px;
	position: absolute;
	right: 2px;
	top: 5px;
	color: #ecce5b;
}
.shop_item .shop_btnbox_panel span:after {
	content: "Ã˜Â¹Ã˜Â¯Ã˜Â¯";
	font-weight: 600;
	font-size: 20px;
	line-height: 31px;
	margin-right: 8px;
	margin-left: 4px;
	position: absolute;
	left: 2px;
	top: 7px;
	color: #ecce5b;
}

.shop_item .shop_btnbox_panel .btn-shop_add {
    float: right;
    background: #f8513e;
    display: block;
    border-radius: 3px 3px 3px 47px;
    width: 55px;
    /* margin-left: 15px; */
    text-align: center;
    padding: 0 0 0 10px;
    height: 44px;
    line-height: 44px;
}
.shop_item .shop_btnbox_panel .btn-shop_add:hover {background: #b12e1f}
.shop_item .shop_btnbox_panel .btn-shop_add i {
    color: #fff !important;
    font-size: 23px;
    line-height: 41px;
    padding-left: 2px;
}
.shop_item .shop_btnbox_panel .btn-shop_add i:before {
}
.shop_item .shop_btnbox_panel .btn-shop_del {
    float: right;
    background: #f8513e;
    display: block;
    border-radius: 3px 3px 47px 3px;
    width: 55px;
    /* margin-left: 15px; */
    text-align: center;
    padding: 0 10px 0 0;
    height: 44px;
    line-height: 44px;
}
.shop_item .shop_btnbox_panel .btn-shop_del:hover {background: #b12e1f}
.shop_item .shop_btnbox_panel .btn-shop_del i {
    color: #fff !important;
    font-size: 23px;
    line-height: 41px;
    padding-left: 2px;
}




/*------- Shop Style End -------*/




/*------- Shop Basket Style Start -------*/
.basket_loader {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}
#basket_content {}
#basket_content .item {
    background: #edfafb;
    border-radius: 26px;
    display: block;
    width: calc(100% + 16px);
    float: right;
    padding: 10px;
    margin: 0 -8px 7px;
    position: relative;
}
#basket_content .item .content {
    width: 80%;
    float: right;
    padding: 5px;
}
#basket_content .item .content h4 {
    color: #F44336;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
#basket_content .item .content h4 a {}
#basket_content .item .content h4 a:hover {}
#basket_content .item .content .basket_product_price {
    font-size: 17px;
    line-height: 20px;
    margin: 10px 0 6px;
    color: #159a3e;
}
#basket_content .item .content .basket_product_price .basket_price_new {
}
#basket_content .item .content .basket_product_price .basket_price_old {
    text-decoration: line-through;
    color: #b9b9b9;
    float: right;
    margin-left: 5px;
}
#basket_content .item .content .basket_product_count {
    color: #6596ca;
    font-size: 14px;
    line-height: 20px;
}
#basket_content .item .content .trash {
    text-align: center;
    padding: 0;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: 8px;
    color: aqua;
}
#basket_content .item .content .trash i {}
#basket_content .item .content .trash i:before {
    /* color: #883e36 !important; */
    font-size: 21px;
    line-height: 37px;
    text-align: center;
    margin: 0px 0 0 0px;
    padding-top: 0px;
}
#basket_content .item .thumb {
    width: 20% !important;
    height: 20px;
    float: right;
    background-size: contain;
    background-position: 50% 50%;
    border-radius: 20px;
}
#basket_content .item .thumb img {}

.basket_footer {
    background: #efefef;
    /* height: 53px; */
    border-radius: 24px;
    padding: 10px;
    margin: 10px -8px -7px -8px;
}
#basket_total_item {
    text-align: center;
}
#basket_total_item h6 {
    color: #afafaf;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 4px;
}
#basket_total_item span {
    display: block;
    line-height: 24px;
    color: #cc8f8f;
    font-weight: 600;
}

#basket_total_price {
    text-align: center;
}
#basket_total_price h6 {
    color: #afafaf;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 4px;
}
#basket_total_price span {
    display: block;
    line-height: 24px;
    color: #0ba5a5;
    font-weight: 600;
}

#basket_checkout_btn {
    width: 100%;
    padding: 10px 5px;
    border-radius: 14px !important;
}


.empty-cart {
    text-align: center;
    color: #e45c53;
    margin-bottom: 20px;
}
.empty-cart img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
.empty-cart  h4 {}
/*------- Shop Basket Style End -------*/



/*------- Shop Checkout Style Start -------*/

.checkout_tbl .basket_price_new {
	color: #54a914;
	display: block;
	line-height: 16px;
	margin-top: 5px;
}
.checkout_tbl .basket_price_old {
    text-decoration: line-through;
    color: #ff2323;
    display: block;
    line-height: 16px;
}

.checkout_tbl h4 {
    font-size: 15px;
    margin-top: 18px;
    display: block;
    position: relative;
    line-height: 16px;
    color: #9ab8ce;
}

.in_stock {
    font-size: 11px;
    display: block;
    line-height: 16px;
    margin-top: -3px;
    color: #9ab8ce;
}


.tbl_selected_btn {
    color: #6c95b3;
    font-size: 14px;
    line-height: 14px;
    /* height: 14px; */
    display: block;
    position: relative;
    /* margin: 4px; */
}
.tbl_selected_btn i {
    /* line-height: 16px; */
    display: block;
    font-size: 25px;
    margin-bottom: 3px;
}
.tbl_row_active {
    background: #cedee8;
}
.tbl_row_active td {}


.final_checkout_step {}
.final_checkout_step .icon-playlist_add_check {
    font-size: 80px;
    text-align: center;
    display: block;
    color: #9eb2bf;
    margin-bottom: 10px;
}
.final_checkout_step p {
    font-size: 18px;
    color: #345267;
    text-align: center;
}
.final_checkout_step button {
    text-align: center;
    /* display: block; */
    margin-top: 20px !important;
}


/*------- Shop Checkout Style End -------*/









/*------- Search Style Start -------*/

.search-box-inner {
	position: relative;
	z-index: 99;
}

.search-box-inner .nice-select {
	height: 42px;
	width: 100%;
	/* border-radius: 0 5px 5px 0; */
	border-width: 0;
	/* float: right; */
	border-color: #e6e6e6;
	/* z-index: 0; */
	background: #f6f6f6;
}
.search-box-inner .nice-select:focus {
	background: #efefef;
}
.search-box-inner .nice-select:before {
	content: "\f0ca";
	font-family: icomoon;
	color: #c7c7c7;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block;
	margin-left: 8px;
	line-height: 42px;
}
.search-box-inner .nice-select .current {
	font-size: 15px;
	vertical-align: 1px;
	color: #8e8e8e;
}

.search-box-inner .search-field {
	width: 100%;
	margin: 5px 0;
}
@media (min-width: 992px) and (max-width:1400px) {
	.login-box-inner {
		margin-top: 5px;
	}
	
	.search-box-inner .search-field {
		margin-left: 25px;
		width: calc(75% - 25px);
	}
	.search-box-inner .search-btn {margin-left: 20px}
   
}
@media (min-width: 1300px) and (max-width:1400px) {
	.main-menu-area {
			width: calc(100% - 50px);
			margin-bottom: 10px;
	}
}
@media (min-width: 992px) and (max-width:1299px) {
	.main-menu-area {
			width: calc(100% - 160px);
			margin-bottom: 10px;
	}
}
.search-box-inner .search-field:focus {
	box-shadow: 0px 0px 3px 1px #abd7fd;
}





/***********************************/

.ajax-search-result {
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	right: 0;
	top: 45px;
	padding: 5px;
	max-height: 400px;
	overflow-y: auto;
	margin-bottom: -20px;
	outline: none;
}
.ajax-search-result li {
	border-radius: 8px;
	display: block;
	width: 100%;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	outline: none;
	background: aliceblue;
}
.ajax-search-result li:last-child {margin-bottom: 0;}
.ajax-search-result li:hover {
	background: #fff2e1;
}
.ajax-search-result li.not_found {
	text-align: center;
	padding-bottom: 8px;
	cursor: default;
	border-radius: 20px;
}
.ajax-search-result li.not_found img {
	height: 100px;
}
.ajax-search-result li.not_found img+p {
    color: #F44336;
    line-height: 20px;
    margin: 0;
}
.ajax-search-result li.not_found img+p+p {
	color: #0097af;
	font-size: 13px;
	margin: 0;
}



.search_result {
	float: right;
	margin-bottom: 5px;
	padding: 5px;
	min-height: 70px;
}
.search_result.focus {
	background: #fff2e1;
}
.search_result a {
	display: block;
	outline: none;
}
.search_result a:focus {outline: none;}
.search_result a .search_thumb {
	display: inline-block;
	max-width: 60px;
	max-height: 60px;
	float: right;
	margin-left: 8px;
	border-radius: 5px;
	/* width: 60px; */
	height: 60px;
	/* text-align: center; */
}
.search_result a .search_content {
	display: block;
	min-height: 56px;
	float: left;
	width: calc(100% - 68px);
	line-height: unset;
	margin-bottom: 4px;
}
.search_result a .search_content h6 {
	font-size: 14px;
	color: #F44336;
	padding-bottom: 0px;
	margin: 2px 0 0;
	font-weight: 600;
	line-height: 20px;
}
.search_result a .search_content h6+p {
	font-size: 13px;
	margin-top: 0px;
	color: #0e627b;
	line-height: 0;
	display: block;
	margin: 3px 0 7px 0;
}
.search_result a .search_content h6+p+p {
	color: #bbbbbb;
	font-size: 12px;
	line-height: 0;
	margin: 0;
}



/*------- Search Style End -------*/




#success_register, #success_forget {
    text-align: center;
    direction: rtl;
    border: 1px solid #b9d09e;
    background: #cddcc7;
    border-radius: 5px;
    padding: 13px;
}
#success_register i, #success_forget i {
    font-size: 75px;
    color: #86a27b;
    margin-top: 11px;
    display: block;
}
#success_register h1, #success_forget h1 {
    margin: 15px 0 13px;
    font-size: 25px;
    color: #009688;
}
#success_register div, #success_forget div {
    margin-bottom: 15px;
    color: #86a27b;
}


.form-title {
    text-align: center;
	margin-bottom: 37px;
}

.form-title h6 {
	font-weight: 700;
	color: #2b2f4c;
	font-size: 18px;
}





/********* Start - Ajax Uploading Files ***********/
.drop_file_zone {
	background-color: #ffffff;
	border: #d4dfe8 1px dashed;
	border-radius: 25px;
	width: 100%;
	padding: 15px 8px;
	font-size: 18px;
	text-align: center;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	cursor: default !important;
}

.drag_upload_file {
	margin:0 auto;
}
.drag_upload_file p {
	text-align: center;
	font-size: 17px;
	margin: 0;
	color: #444a54;
	font-weight: 600;
}
.drag_upload_file h6 {
	margin: 8px auto 14px;
	font-family: AradFont !important;
	color: #9babb9;
	font-weight: 400;
	width: 70%;
}
.drag_upload_file input {
	font-size: 15px;
	margin: 0 auto;
	display: block;
	width: auto;
	padding: 0 25px !important;
}
.drag_upload_file .selectfile {
	display: none;
}

#mask_uploading_file {position: absolute;background: #edf4f980;top: 18px;bottom: 0;right: -12px;left: -12px;z-index: 1;border-radius: 25px;display: none;}
#mask_uploading_file:before {
	content: "";
	vertical-align: baseline;
	width: 180px;
	height: 180px;
	background: url("../images/loader_1.gif") center;
	background-size: contain;
	display: block;
	right: calc(50% - 90px);
	top: calc(50% - 90px);
	position: absolute;
}


.panel_alert_block {
    border: 1px solid #d4efdd;
    padding: 30px;
    border-radius: 25px;
    background: #edf9f2;
    margin-bottom: 20px;
}
.panel_alert_block i {
    float: right;
    font-size: 46px;
    color: #a8ccb7;
}
.panel_alert_block h4 {
    padding-right: 50px;
    font-size: 19px;
    font-weight: 600;
    color: #397b55;
    margin-top: 14px;
}
.panel_alert_block h5 {}
.panel_alert_block ol {
    padding-right: 70px;
}
.panel_alert_block ol>li {font-size: 15px;line-height: 28px;color: #00352f;font-weight: 400;}
.panel_alert_block hr {
    margin-bottom: 0px;
    padding-bottom: 20px;
}





/********* Start - Festival Card Styles ***********/
.festival_card {
    display: block;
    border: 1px solid #e9dffc;
    border-radius: 25px;
    background: linear-gradient(60deg, #e3d6fb 0%, #f9f6ff 100%);
    margin-bottom: 30px;
    padding: 15px 10px 10px;
    position: relative;
}
.festival_card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #633ea2;
    margin-bottom: 15px;
}
.festival_card i {
    background: #8d6bce;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    float: right;
    margin-left: 5px;
    border-radius: 5px;
    line-height: 24px;
    color: #fff;
}
.festival_card div {
    font-size: 14px;
    line-height: 26px;
}
.festival_card .form_time {
    color: #523f75;
}
.festival_card .form_count {
    color: #218ca5;
}
.festival_card .form_count i {background: #218ca5;}
.festival_card .form_like { color: #a5213f ;}
.festival_card .form_like i {background: #a5213f;}
.festival_card .form_comment { color: #795548; }
.festival_card .form_comment i {background: #795548;}




.festival_like_box {
    display: block;
    border: 1px solid #ffd6da;
    border-radius: 25px;
    background: linear-gradient(60deg, #ffd4d8 0%, #ffe7e9 100%);
    margin-bottom: 20px;
    padding: 15px 30px 10px;
    position: relative;
}
.festival_like_box .festival_like_info {
    display: inline-block;
    font-size: 17px;
    color: #961766;
    line-height: 26px;
}
.festival_like_box .festival_like_info span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #d29299;
}
.festival_like_box .btn {
    float: left;
    margin-top: 4px;
    border-radius: 16px !important;
}
.festival_like_box .btn i {
    vertical-align: middle;
}


.festival_comment_box {
    display: block;
    border: 1px solid #fddf9b;
    border-radius: 25px;
    background: linear-gradient(60deg, #ffe7b0 0%, #fff9e5 100%);
    margin-bottom: 20px;
    padding: 15px 30px 10px;
    position: relative;
}
.festival_comment_box .festival_comment_info {
    display: inline-block;
    font-size: 17px;
    color: #b78800;
    line-height: 26px;
}
.festival_comment_box .festival_comment_info span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #e4bb5b;
}
.festival_comment_box .btn {
    float: left;
    margin-top: 4px;
    border-radius: 16px !important;
}
.festival_comment_box .btn i {
    vertical-align: middle;
}

/********* End - Festival Card Styles ***********/








/********* Start - Account Balance Styles ***********/
.account-balance {
    display: block;
    border: 1px solid #f3e5d0;
    border-radius: 10px;
    background: #fffcf3;
    margin-bottom: 10px;
    padding: 15px 10px;
    position: relative;
}
.account-balance h4 {
    font-size: 13px;
    color: #ecd9bc;
    margin-bottom: 15px;
}
.account-balance h4:before {
	content: "\e850";
	font-size: 20px;
	margin-left: 2px;
	font-family: "icomoon";
	vertical-align: -5px;
}
.account-balance .amount {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #a2740c;
    margin-bottom: 0;
    padding-right: 20px;
}
.account-balance .amount span {
    font-size: 15px;
    /* position: absolute; */
    /* left: 20px; */
    /* bottom: 15px; */
    /* float: left; */
    margin-right: 10px;
    vertical-align: 3px;
}
/********* End - Account Balance Styles ***********/





/********* Start - Payment Result Styles ***********/
.payment_result {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: center;
}
.payment_result .icon {
    font-size: 55px;
    display: block;
    margin: 4px auto 7px;
    text-align: center;
}
.payment_result h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.payment_result p {}
.payment_result .pending_order {
    border-radius: 20px;
    padding: 3px 7px;
    margin-top: 20px;
    display: block;
    width: 100%;
}
.payment_result .pending_order i {}

.payment_result.error {
    border-color: #dca29d;
    background: #ffdcd9;
    color: white;
}
.payment_result.error h3 {color: #f8513e;}
.payment_result.error p {color: #8e4c46;}
.payment_result.error .icon {color: #f8513e;}
.payment_result.error .pending_order {background: #f8513e;}

.payment_result.success {
    border-color: #9ddcd9;
    background: #d9fff1;
    color: white;
}
.payment_result.success h3 {color: #18a09a;}
.payment_result.success p {color: #364847;}
.payment_result.success .icon {color: #18a09a;}
.payment_result.success .pending_order {background: #18a09a;}

/********* End - Payment Result Styles ***********/
