@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir-fa/Vazir-FD.eot');
    src: url('../fonts/vazir-fa/Vazir-FD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir-fa/Vazir-FD.woff') format('woff'),
        url('../fonts/vazir-fa/Vazir-FD.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir-fa/Vazir-Bold-FD.eot');
    src: url('../fonts/vazir-fa/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir-fa/Vazir-Bold-FD.woff') format('woff'),
        url('../fonts/vazir-fa/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: Vazir;
    src: url('../fonts/vazir-fa/Vazir-Light-FD.eot');
    src: url('../fonts/vazir-fa/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir-fa/Vazir-Light-FD.woff') format('woff'),
        url('../fonts/vazir-fa/Vazir-Light-FD.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: VazirEn;
    src: url('../fonts/vazir/Vazir.eot');
    src: url('../fonts/vazir/Vazir.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir/Vazir.woff') format('woff'),
        url('../fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: VazirEn;
    src: url('../fonts/vazir/Vazir-Bold.eot');
    src: url('../fonts/vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir/Vazir-Bold.woff') format('woff'),
        url('../fonts/vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: VazirEn;
    src: url('../fonts/vazir/Vazir-Light.eot');
    src: url('../fonts/vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/vazir/Vazir-Light.woff') format('woff'),
        url('../fonts/vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
}

/*-------------------------- General Start ------------------------*/
body{
    font-family: Vazir, Tahoma;
    font-size: 14px;
    text-align: justify;
    color: #575757;
    line-height: 30px;
    background: #f5f5f5;
    padding-top: 70px;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #757575;
}
a:hover, a:focus, a:active{
    text-decoration: none;
    outline: none;
    color: #353535;
}
::-moz-selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
::selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}
.rtl{direction: rtl !important}
.ltr{direction: ltr !important}
.left{float: left !important}
.right{float: right !important}
h1, h2, h3, h4, h5, h6{margin: 5px auto}
h1, .h1{font: 13pt Vazir}
h2, .h2{font: 11.5pt Vazir}
h3, .h3{font: 11.5pt Vazir}
h4, h5, .h4, .h5{font: 11pt Vazir}
h6, .h6{font: 9pt Vazir}
.en-numbers{font-family: VazirEn}
.tahoma{font-family: tahoma !important}
p, ol, ul{margin-bottom:0}
i{vertical-align: middle}
input, select
{
    font-family: Vazir, tahoma;
    font-size: 10pt;
}
ul{
    list-style:none;
    padding-right: 0;
}
ul li{padding-right: 0}
.img-center{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.img-float{
    float: right;
    margin: 10px 0 10px 10px;
}
img {
    max-width: 100%;
    height: auto;
      border-radius: 8px;

}
#product-details {
    font: 15pt Vazir;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
		font-size: 12px;
	float: right;
	width: 100%;
	margin: 5px 0 10px;
	border-radius: 10px;
	overflow: hidden;
}

#product-details li {
        
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px;
	text-align: right;
}

#product-details li .fild-name {
        
	font-weight: 80
}

#product-details li span {
        
	width: 100%
}

#product-details li .fild-value {
        
	text-align: center
}

#product-details li:nth-child(2n) {
        
	background-color: #f0f2f7
}
/*woo-discount-percent*/
.woo-discount-badge{position:absolute;transform:rotate(-30deg);width:40px;height:40px;padding:7px 0;box-sizing:border-box;color:#fff;text-align:center;font-size:11px;font-weight:400;left:3px;transition:all .3s;top:3px;line-height:12px;z-index:1;background:#fa5141;border-radius:50px}.last-post-box:hover .woo-discount-badge{transform:rotate(0)}

.m-0{margin:0 !important}
.m-5{margin:5px !important}
.m-10{margin:10px !important}
.m-15{margin:15px !important}
.m-20{margin:20px !important}
.m-25{margin:25px !important}
.m-30{margin:30px !important}
.m-t-0{margin-top:0 !important}
.m-t-5{margin-top:5px !important}
.m-t-10{margin-top:10px !important}
.m-t-15{margin-top:15px !important}
.m-t-20{margin-top:20px !important}
.m-t-25{margin-top:25px !important}
.m-t-30{margin-top:30px !important}
.m-t-40{margin-top:40px !important}
.m-t-50{margin-top:50px !important}
.m-t-60{margin-top:60px !important}
.m-t-75{margin-top:75px !important}
.m-t-100{margin-top:100px !important}
.m-b-0{margin-bottom:0 !important}
.m-b-5{margin-bottom:5px !important}
.m-b-10{margin-bottom:10px !important}
.m-b-15{margin-bottom:15px !important}
.m-b-20{margin-bottom:20px !important}
.m-b-25{margin-bottom:25px !important}
.m-b-30{margin-bottom:30px !important}
.m-b-40{margin-bottom:40px !important}
.m-b-50{margin-bottom:50px !important}
.m-b-60{margin-bottom:60px !important}
.m-b-75{margin-bottom:75px !important}
.m-b-100{margin-bottom:100px !important}

.p-0{padding:0 !important}
.p-5{padding:5px !important}
.p-0{padding:0 !important}
.p-10{padding:10px !important}
.p-15{padding:15px !important}
.p-20{padding:20px !important}
.p-25{padding:25px !important}
.p-30{padding:30px !important}
.p-t-10{padding-top:10px !important}
.p-t-15{padding-top:15px !important}
.p-t-20{padding-top:20px !important}
.p-t-25{padding-top:25px !important}
.p-t-30{padding-top:30px !important}
.p-t-40{padding-top:40px !important}
.p-t-50{padding-top:50px !important}
.p-t-60{padding-top:60px !important}
.p-t-75{padding-top:75px !important}
.p-t-100{padding-top:100px !important}
.p-b-0{padding-bottom:0 !important}
.p-b-10{padding-bottom:10px !important}
.p-b-15{padding-bottom:15px !important}
.p-b-20{padding-bottom:20px !important}
.p-b-25{padding-bottom:25px !important}
.p-b-30{padding-bottom:30px !important}
.p-b-40{padding-bottom:40px !important}
.p-b-50{padding-bottom:50px !important}
.p-b-60{padding-bottom:60px !important}
.p-b-75{padding-bottom:75px !important}
.p-b-100{padding-bottom:100px !important}

.badge-danger{background:#f55145}

.font-xs{font-size: 8pt}
.font-sm{font-size: 10pt}
.font-lg{font-size: 14pt}
.font-xl{font-size: 16pt}
.font-xxl{font-size: 18pt}
.font-3xl{font-size: 24pt}
.font-4xl{font-size: 36pt}
.font-5xl{font-size: 48pt}

.small, small{font-size: 75%}

.ellipsis {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bordered{border: 1px solid #d2d2d2}
.borderless{border: none !important}
.curve{border-radius: 8px}
.form-group input.round, .round{border-radius: 25px}
.checkbox label{padding: 0}
.radio label{padding-right: 25px}
hr {border-top: 1px solid #d2d2d2}
hr.double {border-top: double medium #d2d2d2}

body.modal-open{padding-right: 0 !important}
.modal{direction: ltr}
.modal *{direction: rtl}
.inline-block{display: inline-block !important}
.block{display: block !important}
.relative{position: relative !important;}
.overhide{overflow: hidden}
.fluid{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
*[class^='col-']{
    padding-left: 10px;
    padding-right: 10px
}

.form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d2d2d2;
    height: 38px;
    padding: 7px;
}
.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control, .btn, .btn:focus, .btn:active, .btn:hover{
    outline: 0 !important;
}
.btn{
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    line-height: 28px;
    font-size: 15px;
    border: none;
    color: #fff !important;
}
.btn, .btn:focus, .btn:active, .btn:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btn, .navbar .navbar-nav > li > a.btn{
    padding: 6px 30px;
}

.btn.border{
    border: double medium;
}
.btn-round{
    border-radius: 50px !important;
}
.btn-curve{
    border-radius: 4px !important;
}

.btn-default.btn-border{
    border: 1px solid #d2d2d2;
    background: #fff;
}
.btn.btn-icon{
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    border-radius: 25px;
    padding: 0;
}
.btn.btn-sm.btn-icon{
    width: 26px;
    height: 26px;
    line-height: 28px;
}
.btn-transparent{
    background: transparent;
    border: none;
}

.text-primary{color:#334d5c}
.text-success{color:#84b816}
.text-info{color: #019add}
.text-warning{color: #e5b000}
.text-danger{color:#f55145}
.text-white{color:#f1f1f1}
.text-gray{color:#999}
.text-inverse{color:#575757}

.parallax{
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
i{display: inline-block}
a.btn i {
    font-size: 18px;
    line-height: 20px;
}
th{font-weight: normal}

.table-box{
    display: table;
}
.cell-box{
    display: inline-block;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.tooltip-inner, .swal2-content{
    font-family: Vazir;
}

.full-modal{
    padding: 0 !important;
    background: rgba(255,255,255,0.8);
}
.modal-backdrop{
    background: rgba(255,255,255,0.8);
}
.full-modal .modal-content{
    border-radius: 0;
    border: none;
}
.full-modal .modal-dialog{
    width: 90%;
    height: 100%;
    margin: auto;
    padding: 0 !important;
}
.full-modal .modal-content{
    min-height: 98%;
}
.full-modal.modal .close {
    font-size: 36px;
    outline: none !important;
}
.full-modal .input-group input.form-control{
    height: 41px;
}

.breadcrumb {
    padding: 4px 15px;
    margin: 20px 0;
    list-style: none;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}
.breadcrumb>.active {
    color: #0a1b37;
}
.breadcrumb i{
    font-size: 22px;
    line-height: 22px;
}
.breadcrumb>li+li:before {
    font-family: "Ionicons";
    content: "\f3cf";
    padding: 5px 6px 0 6px;
    line-height: 30px;
}
.pagination {
    display: inline-block;
    margin: 10px 0;
}
.pagination > li > a, .pagination > li > span {
    padding: 0 8px;
    color: #575757;
    font-size: 13px;
    border: 1px solid #d2d2d2;
    line-height: 28px;
}

.input-group-addon{
    border: 1px solid #ccc;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-bottom: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:last-child {border: 1px solid #aaa}
.input-group-addon:first-child {border: 1px solid #aaa}
.input-group.curve .form-control:last-child, .input-group.curve .input-group-addon:last-child, .input-group.curve .input-group-btn:last-child>.btn, .input-group.curve .input-group-btn:last-child>.dropdown-toggle, .input-group.curve .input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.input-group.curve .form-control:first-child, .input-group.curve .input-group-addon:first-child, .input-group.curve .input-group-btn:first-child>.btn, .input-group.curve .input-group-btn:first-child>.dropdown-toggle, .input-group.curve .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.input-group.curve .input-group-btn {
    padding: 0;
}
.form-group .input-group .form-control {
    margin-bottom: 0;
    height: 40px;
}
.input-group-addon i{
    min-height: 16px;
    vertical-align: middle;
}

.form-group{
    margin-top: 10px;
}
.form-group.curve .form-control{border-radius:4px}

.input-group.round .form-control:last-child, .input-group.round .input-group-addon:last-child, .input-group.round .input-group-btn:last-child>.btn, .input-group.round .input-group-btn:last-child>.dropdown-toggle, .input-group.round .input-group-btn:first-child>.btn:not(:first-child) {
    border-radius: 25px 0 0 25px;
}
.input-group.round .form-control:first-child, .input-group.round .input-group-addon:first-child, .input-group.round .input-group-btn:first-child>.btn, .input-group.round .input-group-btn:first-child>.dropdown-toggle, .input-group.round .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 25px  25px 0;
}
.form-group.round .form-control{border-radius:25px}
.form-control,
.form-group .form-control {
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 400;
    border: 1px solid #aaa;
}
.form-group input[type=file]{
    opacity: 1 !important;
    position: relative !important;
}
.input-group .input-group-addon {
    padding: 0 15px;
}
.form-group .checkbox label, .form-group .radio label, .form-group label{
    color: #757575;
}
.form-group.is-focused .form-control {
    background-image: linear-gradient(#aaa, #aaa), linear-gradient(#D2D2D2, #D2D2D2);
}
.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #333;
}

.like-table{
    display: table;
    width: 100%;
}
.like-tablecell{display: table-cell}
.shadow{box-shadow: 0 0 12px 0 #aaa}
.curve{border-radius: 8px}
.bold{ font-weight: bold}
.bg-white{background: #fff}

/* webkit solution */
::-webkit-input-placeholder { text-align:right; direction: rtl;}
/* mozilla solution */
input:-moz-placeholder { text-align:right; direction: rtl;}
/*--------------------------- General End -------------------------*/
/*-------------------------- Pages Start --------------------------*/
.panel{
    border-radius: 6px;
}
.panel-heading {
    border-radius: 6px;
}
.panel-collapse > .faq-answer{
    padding: 15px;
}
.panel > .panel-heading, .panel.panel-default > .panel-heading {
    background-color: #f5f5f5;
}
.panel > .panel-heading a{
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.accordion-faq .panel-heading{
    position: relative;
}
.accordion-faq .panel-title{
    position: relative;
    z-index: 2;
    padding-left: 7px;
}
.accordion-faq .panel-heading .icon{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
/*--------------------------- Pages End ---------------------------*/


/*------------------------- Material Start -----------------------*/
.navbar{
    padding: 5px 0;
    margin-bottom: 0;
}
.navbar .logo img{
    height: 60px;
    width: auto;
}
.navbar ul.nav{
    margin-top: 5px;
}
.navbar .navbar-nav > li > a{
    font-size: 15px;
}
.checkbox .checkbox-material .check:before {
    margin-left: auto;
    margin-right: 10px;
}
.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #353535;
}
.checkbox label, .radio label, label{
    color: #575757;
}
.checkbox .checkbox-material:before{
    display: none;
}
.checkbox .checkbox-material{
    padding-right: 0;
}
.radio label span {
    right: 2px;
    top: 0;
    left: inherit;
}
.label {
    border-radius: 25px;
}

.dropdown-menu>li>a{
    color: #575757;
}
textarea.form-control{
    height: auto !important;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #f44336;
}
.form-group.is-focused.has-error .form-control,
.form-group.has-error .form-control ,.form-group.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #f44336 !important;
}
.checkbox .help-block,
.form-group .help-block {
    display: none;
    font-size: 12px;
    position: relative;
}
.checkbox.has-error .help-block,
.form-group.has-error .help-block {
    position: inherit;
    display: block;
}
.has-error .input-group-addon {
    color: #ec4436;
    border-color: #ec4436;
}

.modal .modal-header .close{
    border-radius: 25px;
    border: 1px solid #d2d2d2;
    color: #999;
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.modal .modal-header .close:hover, .modal .modal-header .close:focus {
    background: #ff5a5f;
    color: #fff;
}
/*-------------------------- Material End ------------------------*/



/*-------------------- Loading Animations Start -------------------*/
.laoding-container{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
}
.spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 125px;
    height: 125px;
}
.spinner:before, .spinner:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}

@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes anti-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes anti-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.spinner.spinner-1:before {
    width: 117px;
    height: 117px;
    border-color: #fff;
    border-bottom-color: #575757;
    border-right-color: #575757;
    top: 0px;
    left: 0px;
    -webkit-animation: rotate-animation 1s linear 0s infinite;
    animation: rotate-animation 1s linear 0s infinite;
}
.spinner.spinner-1:after {
    width: 81.9px;
    height: 81.9px;
    border-color: #fff;
    border-bottom-color: #575757;
    border-right-color: #575757;
    top: 17.55px;
    left: 17.55px;
    -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}

/* Just IE9 */
@media all and (min-width:0\0) and (min-resolution:.001dpcm)
{
    #loader *{display: none}
    #loader{
        display: block;
        border:none;
        background: #fff url(../images/AjaxLoader.gif) center center no-repeat;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
/* Just IE9 */
/*--------------------- Loading Animations End --------------------*/



/*-------------------------- Header Start -------------------------*/
header{
    margin-top: 62px;
}
.dropdown-menu li > a {
    font-size: 14px;
    padding: 10px 12px;
}
.navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus {
    background: #03a9f4;
}
.nav>li>a.dropdown-toggle:after{
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    left: 3px;
}

ul.nav.nav-basket{
    float: left;
}
#view-basket{
    width: 54px;
    text-align: center;
}
.navbar .navbar-nav > li#view-basket > a{
    border-radius: 50px;
}
#view-basket .count{
    border-radius: 25px;
    background: #36b2fc;
    color: #fff;
    text-align: center;
    padding: 1px;
    margin-top: 0;
    font-size: 8pt;
    min-width: 24px;
    position: absolute;
    top: 0;
    left: -2px;
    height: 24px;
    line-height: 24px;
    z-index: 2;
}
ul#mini-basket li{
    width: 100%;
    display: block;
    min-height: 50px;
    border-bottom: 1px solid #dddddd;
    text-align: right;
    margin: 0;
    font-size: 10pt;
    line-height: 24px;
    float: left;
}
ul#mini-basket li:last-child{border: none}
ul#mini-basket li a.btn{
    color: #fff;
}
ul#mini-basket li input.qty{
    display: inline-block;
    margin-left: 4px;
    width: 40px;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}
ul#mini-basket li a.btn-delete{
    color: #ef423e;
    font-size: 9pt;
}
ul#mini-basket li a.btn-delete i{
    margin-left: 7px
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:active,
a.btn-delete:focus, a.btn-delete:active{
    outline: none;
}
#mini-basket li p{
    margin:0;
    font-size: 12px;
}
#mini-basket{
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 0;
    margin: 0;
    z-index: 3;
    left: 0;
    top: 50px;
    box-shadow: 0 3px 10px -2px #bbb;
    background: #fff;
    width: 250px;
    border-radius: 3px;
}
#mini-basket img.mini-icon{
    float: right;
    width: 50px;
    height: 50px;
    border: 1px solid #d9d9d9;
    margin: 5px 10px 5px 10px;
    padding: 2px;
    transition: ease 0.2s all;
    border-radius: 12px;
}
#mini-basket img.mini-icon:hover{
    border-color: #31a9f4;
}
#mini-basket li p.white-bg{
    background: #f9f9f9;
    width: 100%;
    padding: 2px 10px;
    margin: 6px auto;
    border: 1px solid #ccc;
}
#mini-basket .price{
    font-size: 8pt;
}
#mini-basket .total{
    margin: 5px 0;
    text-align: center;
}

#owl-main{
    width: 100%;
    height: 100%;
}
#owl-main .img-box{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
#owl-main .owl-item img {
    width: 100%;
    max-width: 100%;
}

.main-carousel-box{
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -62px;
    overflow: hidden;
}
#owl-main{
    width: 100%;
    height: 100%;
}
#owl-main .owl-stage-outer{
    height: 100%;
}
#owl-main .owl-stage {
    height: 100%;
}
#owl-main .owl-item {
    height: 100%;
}
#owl-main .owl-item .item{
    float: right;
    height: 100%;
    width: 100%;
}

#owl-main.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0.1;
    transition: ease 0.3s all;
}
#owl-main.owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}
#owl-main.owl-theme .owl-nav .owl-next{
    left: -45px
}
#owl-main.owl-theme .owl-nav .owl-prev{
    right: -45px;
}
#owl-main.owl-theme:hover  .owl-nav [class*=owl-] {
    opacity: 0.75;
}
#owl-main.owl-theme:hover .owl-nav .owl-next{
    left: 25px
}
#owl-main.owl-theme:hover .owl-nav .owl-prev{
    right:25px;
}


#owl-main.owl-theme .owl-nav [class*=owl-] svg{
    width: 50px;
    height: 50px;
}
#owl-main.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: transparent;
    border-radius: 50%;
    transition: ease 0.2s all;
    border: 1px solid #fff;
}
.owl-theme .owl-nav {
    margin: 0;
}
#owl-main .owl-dots{
    margin-top: -110px;
    z-index: 2;
    position: absolute;
    left: 50px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #ea4b73 !important;
}
#owl-clients.owl-theme .owl-nav [class*=owl-] svg,
#owl-main.owl-theme .owl-nav [class*=owl-] svg{
    fill: #fff !important;
}

.image-text-box{
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    border: 1px solid #e0e0e0;
    position: absolute;
    top: 120px;
    margin: auto;
    right: 0;
    width: 400px;
    max-width: 100%;
    max-height: 100%;
    min-height: 120px;
    padding: 10px;
    z-index: 2;
    color: #fff;
    border-radius: 4px;
    left: 0;
}

.image-text-box:before{
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: -4px;
    right: -4px;
    left:- 4px;
    border: 1px solid #fff;
    background: transparent;
    z-index: -1;
    border-radius: 4px;
}
.image-text-box .texts{
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.image-text-box h2{
    color: #fff;
    padding: 0 10px;
}
.image-text-box .slogan{
    color: #9a9a9a;
    margin-top: 10px;
}
.image-text-box .btn-main{
    padding: 14px 40px;
    margin-top: 20px;
    line-height: 18px;
}

.short-description-box{
    text-align: center;
}
.short-description-box h1{
    font-size: 16pt;
}
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.owl-theme.arrow-top .owl-nav [class*=owl-]{
    transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
}

.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0;
    padding: 0;
    position: absolute;
}
.owl-theme.arrow-top .owl-nav [class*=owl-] {
    background: transparent;
    top: -48px;
    font-size: 30px;
    width: 38px;
    height: 38px;
    margin-top: 0;
    line-height: 28px;
    color: #aaa;
    border: 1px solid #aaa;
}
.owl-theme.arrow-top .owl-nav [class*=owl-]:hover {
    color: #3c0049;
    border-color: #3c0049;
}
.owl-theme.arrow-top .owl-nav .owl-prev{right:0}
.owl-theme.arrow-top .owl-nav .owl-next{left:0}
.multiple-carousel.owl-carousel .owl-nav.disabled{
    display: block !important
}
/*--------------------------- Header End --------------------------*/



/*--------------------------- Main Start --------------------------*/
.parallax-container  {
    position: relative;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    background: #00C9FF;
    background: -webkit-linear-gradient(to right, #92FE9D, #00C9FF);
    background: linear-gradient(to right, #92FE9D, #00C9FF);
    -moz-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite;
    background-size: 800% 100%;
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.parallax-container img{
    position: absolute;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.35);
    transition: linear 0.15s all;
    -webkit-transition: linear 0.35s all;
    -moz-transition: linear 0.35s all;
    -o-transition: linear 0.35s all;
    transform: matrix(1, 0, 0, 1, 0, 0);
}
.img-1{
    top: 10px;
    right: 30px;
}
.img-2{
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.img-3{
    top: 30px;
    left: 25px;
}
.img-4{
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.img-5{
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.img-6{
    bottom: 20px;
    right: 20px;
}
.img-7{
    bottom: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.img-8{
    bottom: 20px;
    left: 40px;
}


.parallax1{
    z-index: 1;
}
.parallax2{
    z-index: 2;
}
.parallax3{
    z-index: 3;
}
.shop-caption{
    z-index: 4;
    color: #fff;
    position: absolute;
    height: 70px;
    width: 100%;
    /*max-width: 100%;*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 10px;
}
.shop-caption h1{
    font-size: 22pt;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 0 2px #333;
}

.caption h3 .level{
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin: 0 auto 3px;
}
.caption h3 .level b{
    position: relative;
    z-index: 1;
}
.caption h3 .level:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 28px;
    right: 0;
    left: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background: #757575;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.product-box .special{
    position: absolute;
    display: inline-block;
    height: 25px;
    bottom: 20px;
    right: 10px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    background: #ea4b73;
    margin-left: 3px;
    border-radius: 4px 10px 0 10px;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}
.category, .product, .product-not-exist, .my-card{
    box-shadow: 0 0 7px 0 #aaa;
    border-bottom: 15px;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.my-card{
    cursor: default;
    margin-left: 2px;
    margin-right: 2px;
}
.category:hover, .product:hover{
    box-shadow: 0 0 7px 0 #777;
}
.category.active, .product.active{
    box-shadow: 0 0 5px -1px #7bef77;
    border-color: #7bef78;
}

.category.active:before, .product.active:before{
    content: "\f058";
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 20px;
    font: normal normal normal 30px/1 FontAwesome;
    color: #7bef78;
}
.product.active:before{
    right: 20px;
    left: inherit;
}

.category .like-tablecell, .product .like-tablecell{
    vertical-align: top;
}

.product-not-exist>.like-table>.like-tablecell:first-child,
.product>.like-table>.like-tablecell:first-child{
    max-width: 40px;
}
.category h2{
    display: block;
    min-width: 150px;
    margin-top: 5px;
}
.category h2:first-child{
    line-height: 20px;
    height: 35px;
}
.category img, .product img, .product-not-exist img{    
    margin-left: 10px;
    border-radius: 4px;
}
.category img{
    width: 80px;
    height: 80px;
}
.product-not-exist, .product{
    min-height: 100px;
}
.product-not-exist img,
.product img, .my-card img{
    width: 40px;
    height: 40px;
}
.product h3{
    margin: 0;
    height: 50px;
}
.product .price-box{
    float: right;
}
.not-exist{
    padding: 6px 20px;
    background: red;
    border-radius: 25px;
    background-color: #f44336;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.product .del-price{
    position: relative;
    font-size: 12px;
    color: #757575;
    margin-left: 5px;
    display: inline-block;
}
.product .del-price:before{
    content: "";
    position: absolute;
    width: 120%;
    height: 1px;
    right: -10%;
    left: -10%;
    top: 45%;
    background: #757575;
    transform: rotate(-10deg);
}
.product .price{
    color: #000;
    font-size: 16px;
}
.product .currency{
    color: #000;
    font-size: 12px;
}
.half-box{
    min-height: 480px;
    float: right;
    width: 100%;border-radius: 15px;
    background: #fff;
}

.pay-box .form-group{
    margin-top: 10px;
    float: right;
    width: 100%;
}
.pay-box .form-group label{
    line-height: 32px;
    margin-bottom: 0;
}
.pay-box .form-group label.box{
    display: block;
    background: #eee;
    border-radius: 25px;
    padding: 4px 15px;
    line-height: 30px;
    text-align: center;
}
.pay-box .price{
    font-size: 16px;
}
#selected-product-image{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: -1px;
    border-radius: 50%;
    overflow: hidden;
}
.quantity{
    text-align: center;
}
.quantity input{
    width: 75px;
    border: 1px solid #d2d2d2;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
}
.quantity input:focus{
    border-color: #999;
}
.quantity .btn.btn-default{
    background: #f5f5f5;
    border: 1px solid #aaaaaa;
    margin-top: 0;
    margin-bottom: 0;
    color: #999 !important;
}
.quantity .btn.btn-default i{
    font-size: 14px !important;
}

.modal .form-group {
    margin-top: 12px;
}

.general-info, .card-row{
    padding: 0 15px;
}

.tabs-box{
    margin: -60px auto 40px;
    padding: 20px 0;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px -1px #aaa;
    float: right;
    z-index: 2;
}
.tabs-box-shadow{
    position: absolute;
    z-index: 1;
    width: 96%;
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.tabs-box-shadow:before, .tabs-box-shadow:after{
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    height: 20px;
    background: rgba(233, 233, 233, 0.7);
    border-radius: 15px;
    box-shadow: 0 0 10px -1px #aaa;
    z-index: 2;
}
.tabs-box-shadow:after{
    background: rgba(233, 233, 233, 0.5);
    top: -8px;
    height: 30px;
    right: 20px;
    left: 20px;
    z-index: 1;
}

ul.tabs{
    z-index: 1;
    list-style: none;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    float: right;
}
.tabs-box:before, .tabs-box:after{
    content: "";
    position: absolute;
    right: 16.66%;
    top: 45px;
    height: 3px;
    z-index: -2;
    background: #e1e1e1;
}
.tabs-box:before{
    left: 16.66%;
}
.tabs-box:after{
    z-index: -1;
    background: rgb(84,176,141);
    background: -moz-linear-gradient(left, rgba(84,176,141,1) 0%, rgba(98,194,99,1) 100%);
    background: -webkit-linear-gradient(left, rgba(84,176,141,1) 0%,rgba(98,194,99,1) 100%);
    background: linear-gradient(to right, rgba(84,176,141,1) 0%,rgba(98,194,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54b08d', endColorstr='#62c263',GradientType=1 );
    left: 84.44%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tabs-box.half:after{
    left: 50%;
}
.tabs-box.full:after{
    left: 16.66%;
}

ul.tabs li{
    background: none;
    color: #999;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    width: 33.33%;
    position: relative;
    z-index: 2;
    float: right;
}
ul.tabs li.current{
    color: #333;
}
ul.tabs li.disabled{
    pointer-events: none;
    /* opacity: 0.6; */
    /* background: #c7c7c7; */
}
ul.tabs li.disabled span.level:before{
    background: #c7c7c7;
}

ul.tabs li.current span.level:before{
    /* background: #4caf50; */ /*#FF4500*/
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgb(29,142,240);
    background: -moz-linear-gradient(-45deg, rgba(29,142,240,1) 0%, rgba(98,194,99,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(29,142,240,1) 0%,rgba(98,194,99,1) 100%);
    background: linear-gradient(135deg, rgba(29,142,240,1) 0%,rgba(98,194,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8ef0', endColorstr='#62c263',GradientType=1 );
}

.category.disabled, .product-not-exist{
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}
#tab-1, #tab-2{
    min-height: 260px;
}

.img-gateway{
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin-left: 4px;
    float: right;
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 1px;
}
.img-gateway.active{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
    border-color: #adadad;
}
a.btn-product-info{
    position: absolute;
    display: inline-block;
    height: 25px;
    bottom: 20px;
    left: 6px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 13px;
    color: #fff !important;
    background: #ea4b73;
    margin-left: 3px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 2px 10px 2px 5px;
    background: rgb(29,142,240);
    background: -moz-linear-gradient(-45deg, rgba(29,142,240,1) 0%, rgba(98,194,99,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(29,142,240,1) 0%,rgba(98,194,99,1) 100%);
    background: linear-gradient(135deg, rgba(29,142,240,1) 0%,rgba(98,194,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8ef0', endColorstr='#62c263',GradientType=1 );
}
.modal img{
    max-width: 100%;
    height: auto !important;
}
#product-info .modal-content .modal-body{
    padding-top: 0;
}

/*---------------------------- Main End ---------------------------*/

/*----------------------  Messages Page Start ---------------------*/
.discussion {
    list-style: none;
    margin: 0;
    padding: 0 0 50px 0;
}
.discussion li {
    padding: 1rem;
    overflow: hidden;
    display: flex;
}
.discussion .avatar {
    width: 70px;
    position: relative;
}
.discussion .avatar img {
    display: block;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.self .message{
    background: #fdfdfd;
}
.self .avatar:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -1px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fdfdfd;
}
.other {
    justify-content: flex-end;
    align-items: flex-end;
}
.other .avatar {
    order: 2;
}
.other .message {
    order: 1;
    background: #f5f5f5;
    color: #000;
}
.other .avatar:before {
    content: "";
    position: absolute;
    top: 25px;
    right: -1px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #f5f5f5;
}

.message {
    padding: 10px;
    box-shadow: 0 0 10px 5px #ececec;
    max-width: 80%;
    min-width: 50%;
    border-radius: 10px;
}
.message .content {
    margin: 0 0 0.2rem 0;
}
.message time ,.message .sender-name {
    font-size: 11px;
    color: #B1B0B0;
}

.message .btn-round{
    border-radius: 50px !important;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 26px;
}
.message .btn-round i{
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.message .box-message-edit textarea{
    width: 600px;
    max-width: 100%;
}

.unread-message{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 32px;
    z-index: 999;
    background-color: #f55145;
    color: #fff; 
}

.btn.btn-download{
    padding: 0px 10px !important;
    font-weight: bold;
    float: left;
}

/*-----------------------  Messages Page End ----------------------*/

/*-------------------------- 404 Page Start -----------------------*/
.page-404 .parallax1, .page-404 .parallax2{
    width: 100%;
    height: 650px;
    position: absolute;
    top: 70px;
}
.page-404 .parallax1, .page-404 .parallax2{
    transition: linear 0.15s all;
}
.page-404 .parallax1{
    background: url(../images/parallax/parallax1.png) center center;
    z-index: 1;
    opacity: .7
}
.page-404 .parallax2{
    background: url(../images/parallax/parallax2.png) center center;
    z-index: 2;
}
.page-404 .main-404{
    text-align: center;
    margin: 80px 0;
    position: relative;
    z-index: 3
}
/*--------------------------- 404 Page End ------------------------*/


/*------------------------ Animation Start ------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@keyframes spin {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}
@-webkit-keyframes spin { from {transform: rotate(0deg);}to {transform: rotate(360deg);}}

@-webkit-keyframes zoomInTiny{0%{opacity:0;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}50%{opacity:1}}@keyframes zoomInTiny{0%{opacity:0;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}50%{opacity:1}}.zoomInTiny{-webkit-animation-name:zoomInTiny;animation-name:zoomInTiny}
@-webkit-keyframes zoomOutTiny{0%{opacity:1}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.01,1.01,1.01)}50%,to{opacity:0}}@keyframes zoomOutTiny{0%{opacity:1}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.01,1.01,1.01)}50%,to{opacity:0}}.zoomOutTiny{-webkit-animation-name:zoomOutTiny;animation-name:zoomOutTiny}
@-webkit-keyframes wave{0%{transform: translateY(0)} 50%{transform: translateY(-10px)} 100%{transform: translateY(0)}} @keyframes wave{0%{transform: translateY(0)}50%{transform: translateY(-10px)} 100%{transform: translateY(0)}}

/*-------------------------- Animation End ------------------------*/


/*--------------------------- Footer Start ------------------------*/
footer{
    background: #e9e9e9;
    font-size: 9pt;
    padding: 0 0 8px 0;
    line-height: 24px;
    /* box-shadow: 0 -5px 14px -3px rgba(100, 100, 100, 0.7); */
}
footer ul li a {
    padding: 15px 12px;
}
ul.socials{
    text-align: left;
}
ul.socials>li{
    display: inline-block;
    border-radius: 50px;
}
ul.socials > li > a{
    display: inline-flex;
}
.bottom-menu > li > a{
    padding: 10px 16px 4px 16px !important;
}

ul.socials>li:first-child a{
    padding-right: 0;
}
ul.socials>li:last-child a{
    padding-left: 0;
}
ul.socials>li i{
    font-size: 25px;
}

ul.socials li.aparat{
    vertical-align: bottom;
    margin-bottom: 1px;
}
ul.socials li a svg{
    fill: #575757;
    width: 20px;
    height: 20px;
}
ul.socials>li.telegram a:hover{color: #0088cc}
ul.socials>li.facebook a:hover{color: #3B5998}
ul.socials>li.google_plus a:hover{color: #DA5333}
ul.socials>li.aparat a:hover{color: #ec4859}
ul.socials>li.youtube a:hover{color: #ec4200}
ul.socials>li.instagram a:hover{color: #ff0000}
ul.socials>li.whatsapp a:hover{color: #66c757}
ul.socials li a:hover svg{
    fill: #ea1d5d;
}

i.icon-aparat{
    position: relative;
    background: #231e20;
    border-radius: 5px;
    transform: rotate(22.5deg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.icon-aparat:before, .icon-aparat:after{
    content:"";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.icon-aparat:before{
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.icon-aparat:after{
    width: 26px;
    height: 26px;
    background: #575757;
    border-radius: 50%;
    border: 2px solid #fff;
    right: -1px;
    top: -1px;
    transition: ease 0.3s all;
}
.icon-aparat span{
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    right: 0;
    top: 0;
    z-index: 1;
}
.icon-aparat span:before, .icon-aparat span:after{
    width: 6px;
    height: 6px;
    content:"";
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    top: 3px;
    margin: auto;
    border-radius: 50%;
}
.icon-aparat span:after{
    top: 15px;
}
.icon-aparat span:last-child{
    transform: rotate(90deg);
}
ul.socials>li.aparat:hover .icon-aparat:after{
    background: #ec4859;
}

.footer-right{
    text-align: right;
}
.certificates{
    text-align: left;
}
.certificates img{
    max-width: 200px;
    height: auto;
}

.bottom-menu-box{
    background: #f1f1f1;
    padding: 6px 0;
    margin-top: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
ul.bottom-menu{
    text-align: center;
    display: block;
}
ul.bottom-menu>li{
    display: inline-block;
    margin: 0 10px;
    padding: 5px 6px;
}
ul.bottom-menu li a{
    display: block;
    color: #898989;
    font-size: 13px;
}
ul.bottom-menu li a:hover{
    color: #333;
}
/*---------------------------- Footer End -------------------------*/


/*------------------------ Responsive Start ----------------------*/
@media(min-width: 1199px){}
@media(max-width: 1199px){}
@media (min-width: 992px) and (max-width: 1199px){
    .half-box {
        min-height: 440px;
    }
}
@media (min-width: 992px){
    nav.navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        margin-top: 1px;
    }
    nav.navbar .dropdown:hover>.dropdown-menu {
        -webkit-transition: all 150ms linear;
        -moz-transition: all 150ms linear;
        -o-transition: all 150ms linear;
        -ms-transition: all 150ms linear;
        transition: all 150ms linear;
        margin-top: 5px;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    nav.navbar .dropdown .dropdown-menu .dropdown-menu{
        right: 100%;
        top: 0;
        margin-top: -5px;
    }
}
@media (max-width: 991px){
    .half-box{
        min-height: 0;
    }
    .pay-box .half-box{
        margin-top: 20px;
    }
    #txt-code{
        text-align: left;
    }
    .mobile-user-box {
        float: left;
        display: inline-block;
        margin-top: 3px;
    }
    .unread-message{
        top: -3px;
        right: -3px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    body{
        padding-top: 60px;
    }
    .navbar {
        padding: 0;
    }
    .navbar .logo img {
        height: 55px;
        width: auto;
        margin-top: 2px;
    }
}

@media (min-width: 768px){
    #is-mobile, .brand, .show-mobile{
        display: none;
    }
    .hide-mobile{
        display: block;
    }
}
@media (max-width: 767px) {
    #is-mobile{
        display: block;
    }
    .show-mobile{
        display: inline-block;
    }
    .hide-mobile{
        display: none;
    }
    body{
        padding-top: 52px;
    }
    .brand, .logo{
        display: inline-block;
    }
    .logo{
        margin-right: 15px;
    }
    .brand h1{
        font-size: 12pt;
    }
    .navbar{
        padding: 2px 0;
    }
    .navbar .logo img {
        height: 50px;
    }
    ul.nav.nav-basket{
        position: relative;
        display: inline-block;
        float: left;
        left: 40px;
        margin: 0;
    }
    .navbar-toggle {
        margin-left: 5px;
    }
    .nav>li>a.dropdown-toggle:after{
        left: 15px;
    }
    .parallax-container{
        min-height: 240px;
    }
    #owl-main .owl-dots{
        top: inherit;
        bottom: 15px;
    }
    #owl-main.owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .image-text-box{
        top: 30px;
        bottom: inherit;
        min-height: 60px;
    }
    #owl-main.owl-theme .owl-nav [class*=owl-] svg {
        width: 25px;
        height: 25px;
    }
    
    .parallax-container img{
        display: none;
    }
    .shop-caption{
        height: 50px;
        width: 90%;
        margin: auto;
    }
    .shop-caption h1{
        font-size: 20px;
    }
    ul.socials, .footer-right, .certificates{
        text-align: center;
    }

    .sidebox h3{text-align: right}
    .sidebox ul{display:none}
    .sidebox .side-content{display:none}
    .btn-toggle-sidebox{
        display: block;
        color: #fff;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .btn.btn-toggle-sidebox{
        margin: 0;
    }
    .btn.btn-toggle-sidebox i{
        font-size: 16px !important;
    }

    header.m-t-75{
        margin-top: 10px !important;
    }
    .tabs-box {
        margin-top: 10px;
    }
    .caption h3 {
        font-size: 14px;
    }
    #owl-main.owl-theme .owl-nav [class*=owl-]{
        opacity: 1;
        margin-top: -15px;
    }
    #owl-main.owl-theme .owl-nav .owl-next, #owl-main.owl-theme:hover .owl-nav .owl-next{
        left: 10px
    }
    #owl-main.owl-theme .owl-nav .owl-prev, #owl-main.owl-theme:hover .owl-nav .owl-prev{
        right: 10px;
    }
    .bottom-menu > li > a {
        padding: 5px !important;
    }
    .page-404 .parallax1, .page-404 .parallax2{
        top: 50px;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px 25px 15px 15px;
    }
    .tabs-box-shadow {
        top: 0;
    }
}
@media (max-width: 575px){
    .xxs-hide{
        display: none
    }
    .main-raised {
        margin-top: -50px;
    }
}
@media (max-width: 480px){
    .xxs-wide{
        width: 100% !important;
    }
    .product h3{
        height: auto;
    }
    .shop-caption h1{
        font-size: 18px;
    }
    .tabs-box {
        margin-bottom: 20px;
    }
    .image-text-box{
        display: none;
    }
    ul.bottom-menu>li{
        padding: 5px 0;
    }
    .bottom-menu > li > a {
        padding: 2px !important;
    }
    .navbar .navbar-nav > li > a {
        font-size: 14px;
        color: #777;
    }
    .img-gateway {
        margin-bottom: 3px;
    }
}
@media (max-width: 380px){
    .main-raised {
        margin-top: -20px;
    }
}
/*-------------------------- Responsive End -----------------------*/

