/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 3.0
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) May 2014 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/*
 * LAYOUT VARIABLES
 */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * BASE CSS STYLES
 */
/* line 4, ../development/scss/app/_base.scss */


body.compensate-for-scrollbar {
    margin-right: 0;
}

/* ul{
        margin: 0;
        padding:0;
        li{
            list-style: none
        }
    } */


/*  PAGINATION STYLE */


/* line 50, ../development/scss/app/_base.scss */
.pagination a:hover,
.pagination a:focus,
.pagination b:hover,
.pagination b:focus {
    color: #fc6e51;
    background-color: #fff;
    border-color: #dfdfdf;
}

/* line 58, ../development/scss/app/_base.scss */
.pagination:first-child>a,
.pagination:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

/* line 65, ../development/scss/app/_base.scss */
.pagination:last-child>a,
.pagination:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

/* line 71, ../development/scss/app/_base.scss */
.pagination b {
    background-color: #fc6e51;
    z-index: 2;
    color: #fff;
    background-color: #fc6e51;
    border-color: transparent;
    cursor: default;
}

/* line 80, ../development/scss/app/_base.scss */
.pagination .results {
    float: right;
    color: #9c9c9c;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .pagination .results {
    float: left;
}

/* line 85, ../development/scss/app/_base.scss */
.pagination .links {
    float: left;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .pagination .links {
    float: right;
}



/* line 94, ../development/scss/app/_base.scss */
.breadcrumb li a:hover {
    color: #fc6e51;
}



/* tab style */



ul.links li:last-child {
    margin-right: 0;
}



/* line 129, ../development/scss/app/_base.scss */
ul.links li a:hover {
    color: #555555;
}


/* line 321, ../development/scss/mixins/_app.scss */
.rtl ul.links li .fa,
.rtl ul.links li .icon {
    margin-left: 10px;
    margin-right: inherit;
}



/* line 149, ../development/scss/app/_base.scss */
ul.list li .fa {
    background-color: #656d78;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    padding-left: 5px;
    text-align: center;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl ul.list li .fa {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl ul.list li .fa {
    padding-right: 5px;
    padding-left: inherit;
}

/* line 161, ../development/scss/app/_base.scss */
ul.slides {
    margin: 0;
    padding: 0;
}

/* line 164, ../development/scss/app/_base.scss */
ul.slides li {
    list-style: none;
}

/* line 169, ../development/scss/app/_base.scss */
ul.my-account li {
    padding: 6px 0;
    list-style: disc;
    margin-left: 14px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl ul.my-account li {
    margin-right: 14px;
    margin-left: inherit;
}

/* line 176, ../development/scss/app/_base.scss */
ul.inline li {
    float: left;
}





/* line 222, ../development/scss/app/_base.scss */
.tree-menu>ul>li ul>li>a.active {
    font-weight: bold;
    color: #fc6e51;
}

/* line 20, ../development/scss/mixins/_bootstrap.scss */
.panel-line:before,
.panel-line:after {
    content: " ";
    display: table;
}

/* line 25, ../development/scss/mixins/_bootstrap.scss */
.panel-line:after {
    clear: both;
}

/* line 233, ../development/scss/app/_base.scss */
.panel-line .plabel {
    width: 150px;
    float: left;
    font-weight: normal;
}

/* line 237, ../development/scss/app/_base.scss */
.panel-line .plabel label {
    font-weight: normal;
}

/* line 241, ../development/scss/app/_base.scss */
.panel-line .pcontent {
    width: 70%;
    float: left;
}

/* line 246, ../development/scss/app/_base.scss */
.hasline {
    border-bottom: solid 1px #dbdbdb;
    margin: 10px 0;
}

/* review */
/* line 251, ../development/scss/app/_base.scss */
.review-form-width {
    margin: 10% auto;
    max-width: 600px;
    position: relative;
}

/* line 258, ../development/scss/app/_base.scss */
#review .fa-stack,
.rating .fa-stack {
    width: 1em;
}

/* line 261, ../development/scss/app/_base.scss */
#review .fa-stack-1x,
#review .fa-stack-2x,
.rating .fa-stack-1x,
.rating .fa-stack-2x {
    color: #f5ec58;
    font-size: 1em;
}

/* line 266, ../development/scss/app/_base.scss */
.close {
    float: right;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .close {
    float: left;
}

/* line 2, ../development/scss/opencart/_typo.scss */
table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

/* line 8, ../development/scss/opencart/_typo.scss */
table.form>*>*>td {
    color: #000000;
}

/* line 13, ../development/scss/opencart/_typo.scss */
table.form td {
    padding: 4px;
}

/* line 17, ../development/scss/opencart/_typo.scss */
table.form tr td:first-child {
    width: 170px;
}

/* line 22, ../development/scss/opencart/_typo.scss */
table.radio {
    width: 100%;
    border-collapse: collapse;
    padding: 0;
    display: table;
}

/* line 27, ../development/scss/opencart/_typo.scss */
table.radio td {
    padding: 5px;
}

/* line 29, ../development/scss/opencart/_typo.scss */
table.radio td label {
    display: block;
}

/* line 32, ../development/scss/opencart/_typo.scss */
table.radio td input[type="radio"] {
    margin: 0;
}

/* line 37, ../development/scss/opencart/_typo.scss */
table.radio tr td:first-child {
    width: 1px;
}

/* line 39, ../development/scss/opencart/_typo.scss */
table.radio tr td:first-child input {
    margin-top: 1px;
}

/* line 45, ../development/scss/opencart/_typo.scss */
table.radio tr.highlight:hover td {
    background: #e8e8e8;
    cursor: pointer;
}



/* line 62, ../development/scss/opencart/_typo.scss */
.no-padding {
    padding: 0;
}



/* line 72, ../development/scss/opencart/_typo.scss */
.success,
.warning,
.attention,
.information {
    padding: 10px 10px 10px 33px;
    margin: 20px 0;
    color: #555555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* line 78, ../development/scss/opencart/_typo.scss */
.success .close,
.warning .close,
.attention .close,
.information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
    margin: 4px;
}

/* line 86, ../development/scss/opencart/_typo.scss */
.attention {
    background: #fff5cc url("../image/attention.png") 10px center no-repeat;
    border: 1px solid #f2dd8c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* line 91, ../development/scss/opencart/_typo.scss */
.warning {
    background: #ffd1d1 url("../image/warning.png") 10px center no-repeat;
    border: 1px solid #f8acac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* line 96, ../development/scss/opencart/_typo.scss */
.success {
    background: #eaf7d9 url("../image/success.png") 10px center no-repeat;
    border: 1px solid #bbdf8d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* line 101, ../development/scss/opencart/_typo.scss */
.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

/* .error {
      display: block;
      color: #FF0000;
      margin-top: $padding-small-vertical;
    } */
/* line 113, ../development/scss/opencart/_typo.scss */
.welcome {
    color: #636e75;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
}

/* line 1, ../development/scss/app/_form.scss */
.buttons {
    padding: 20px 0;
}

/* line 20, ../development/scss/mixins/_bootstrap.scss */
.buttons:before,
.buttons:after {
    content: " ";
    display: table;
}

/* line 25, ../development/scss/mixins/_bootstrap.scss */
.buttons:after {
    clear: both;
}

/* line 4, ../development/scss/app/_form.scss */
.buttons .left {
    float: left;
}

/* line 7, ../development/scss/app/_form.scss */
.buttons .right {
    float: right;
}





/* line 235, ../development/scss/mixins/_app.scss */
.open .btn-outline-inverse.dropdown-toggle {
    color: #ffffff;
    background-color: #fc6e51;
    border-color: transparent;
}

/* line 240, ../development/scss/mixins/_app.scss */
.btn-outline-inverse:active,
.btn-outline-inverse.active {
    background-image: none;
}

/* line 244, ../development/scss/mixins/_app.scss */
.open .btn-outline-inverse.dropdown-toggle {
    background-image: none;
}

/* line 250, ../development/scss/mixins/_app.scss */
.btn-outline-inverse.disabled,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse[disabled],
.btn-outline-inverse[disabled]:hover,
.btn-outline-inverse[disabled]:focus,
.btn-outline-inverse[disabled]:active,
.btn-outline-inverse[disabled].active,
fieldset[disabled] .btn-outline-inverse,
fieldset[disabled] .btn-outline-inverse:hover,
fieldset[disabled] .btn-outline-inverse:focus,
fieldset[disabled] .btn-outline-inverse:active,
fieldset[disabled] .btn-outline-inverse.active {
    background-color: #3f3f3f;
    border-color: transparent;
}

/* line 260, ../development/scss/mixins/_app.scss */
.btn-outline-inverse .badge {
    color: #3f3f3f;
    background-color: #ffffff;
}

/* line 17, ../development/scss/app/_form.scss */
.btn-outline {
    color: #ffffff;
    background-color: #555555;
    border-color: transparent;
    text-transform: uppercase;
}

/* line 227, ../development/scss/mixins/_app.scss */
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #ffffff;
    background-color: #fc6e51;
    border-color: transparent;
}

/* line 235, ../development/scss/mixins/_app.scss */
.open .btn-outline.dropdown-toggle {
    color: #ffffff;
    background-color: #fc6e51;
    border-color: transparent;
}

/* line 240, ../development/scss/mixins/_app.scss */
.btn-outline:active,
.btn-outline.active {
    background-image: none;
}

/* line 244, ../development/scss/mixins/_app.scss */
.open .btn-outline.dropdown-toggle {
    background-image: none;
}

/* line 250, ../development/scss/mixins/_app.scss */
.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
    background-color: #555555;
    border-color: transparent;
}

/* line 260, ../development/scss/mixins/_app.scss */
.btn-outline .badge {
    color: #555555;
    background-color: #ffffff;
}


/******************************************************
     * $package Pav Opencart Theme Framework for Opencart 1.5.x
     * $version 1.1
     * $author http://www.pavothemes.com
     * $copyright	Copyright (C) Augus 2013 PavoThemes.com <$emai:pavothemes$gmail.com>.All rights reserved.
     * $license		GNU General Public License version 2
     *******************************************************/


/* line 13, ../development/scss/app/_layout.scss */
body.layout-boxed-lg {
    background: url("../image/pattern/pattern18.png");
}

/* line 15, ../development/scss/app/_layout.scss */
body.layout-boxed-lg #page {
    max-width: 1208px;
    -webkit-box-shadow: 0 0 5px #d5d5d5;
    -moz-box-shadow: 0 0 5px #d5d5d5;
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    background: #ffffff;
}




/* line 291, ../development/scss/mixins/_app.scss */
/* line 293, ../development/scss/mixins/_app.scss */
#topbar a:hover {
    color: #fc6e51;
}



/* line 310, ../development/scss/mixins/_app.scss */
.rtl #topbar .links {
    float: right;
}



/* line 52, ../development/scss/app/_layout.scss */
#topbar .btn-theme-normal {
    border: 1px solid #dbdbdb;
    margin-top: -3px;
    padding: 3px 10px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* line 60, ../development/scss/app/_layout.scss */
#topbar .quick-setting {
    border-top: 4px solid #3f3f3f;
    padding: 10px;
}

/* line 64, ../development/scss/app/_layout.scss */
#topbar .quick-setting .language li:hover {
    color: #fc6e51;
    cursor: pointer;
}

/* line 71, ../development/scss/app/_layout.scss */
#topbar .quick-setting .currency ul li {
    display: inline-block;
}

/* line 74, ../development/scss/app/_layout.scss */
#topbar .quick-setting .currency button {
    cursor: pointer;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* line 78, ../development/scss/app/_layout.scss */
#topbar .quick-setting .currency button b {
    color: #fc6e51;
}

/* line 81, ../development/scss/app/_layout.scss */
#topbar .quick-setting .currency button:hover {
    color: #fc6e51;
}

/* line 87, ../development/scss/app/_layout.scss */
#topbar .quick-setting.dropdown-menu {
    right: 0;
    left: auto;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl #topbar .quick-setting.dropdown-menu {
    left: 0;
    right: auto;
}



/* line 98, ../development/scss/app/_layout.scss */
#header-main .header-wrap {
    min-height: 94px;
    margin: 0;
}

/* line 102, ../development/scss/app/_layout.scss */
#header-main .inner {
    text-align: right;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl #header-main .inner {
    text-align: left;
}

/* line 107, ../development/scss/app/_layout.scss */
#header-main .inner>* {
    vertical-align: middle;
}





/* line 120, ../development/scss/app/_layout.scss */
.logo-store a img {
    width: 205px;
    height: 55px;
}



/* line 138, ../development/scss/app/_layout.scss */
#header .show-mobile {
    text-align: right;
}

/* line 20, ../development/scss/mixins/_bootstrap.scss */
#header .show-mobile:before,
#header .show-mobile:after {
    content: " ";
    display: table;
}

/* line 25, ../development/scss/mixins/_bootstrap.scss */
#header .show-mobile:after {
    clear: both;
}

/* line 141, ../development/scss/app/_layout.scss */
#header .show-mobile>div {
    margin: 0;
    padding: 0;
    position: relative;
    float: none !important;
    display: inline-block;
}

/* line 148, ../development/scss/app/_layout.scss */
#header .show-mobile>div:hover .inner-toggle {
    display: block;
}

/* line 153, ../development/scss/app/_layout.scss */
#header .show-mobile .quickaccess-toggle {
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dcdcdc;
}

/* line 159, ../development/scss/app/_layout.scss */
#header .show-mobile .quickaccess-toggle .fa {
    margin: 0;
    font-size: 14px;
}

/* line 163, ../development/scss/app/_layout.scss */
#header .show-mobile .quickaccess-toggle:hover,
#header .show-mobile .quickaccess-toggle:focus,
#header .show-mobile .quickaccess-toggle:active {
    background-color: #ffffff;
}

/* line 167, ../development/scss/app/_layout.scss */
#header .show-mobile .inner-toggle {
    color: #8c8c8c;
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    min-width: 160px;
    display: none;
    z-index: 99999;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    padding: 15px;
    text-align: left;
}

/* line 186, ../development/scss/app/_layout.scss */
#pav-masshead .inner {
    background: transparent;
    color: #3f3f3f;
}

/* line 291, ../development/scss/mixins/_app.scss */
#pav-masshead .inner a {
    color: #3f3f3f;
}

/* line 293, ../development/scss/mixins/_app.scss */
#pav-masshead .inner a:hover {
    color: #4c4c4c;
}

/*
    * NAVIGATION
    */


/*
    * SLIDESHOW
    */
/*
    * SHOWCASE
    */
/*
    * PROMOTION TOP
    */
/*
    * MAIN CONTENT
    */


/* line 248, ../development/scss/app/_layout.scss */
.footer-top {
    background: transparent;
}

/* line 250, ../development/scss/app/_layout.scss */
.footer-top .inner {
    background: #ffffff;
    color: #949595;
    padding: 25px 20px;
}

/* line 291, ../development/scss/mixins/_app.scss */
.footer-top .inner a {
    color: #949595;
}

/* line 293, ../development/scss/mixins/_app.scss */
.footer-top .inner a:hover {
    color: #a1a2a2;
}

/* line 255, ../development/scss/app/_layout.scss */
.footer-center {
    background: transparent;
}

/* line 257, ../development/scss/app/_layout.scss */
.footer-center .inner {
    background: #282828;
    color: #949595;
    padding: 25px 20px;
}

/* line 291, ../development/scss/mixins/_app.scss */
.footer-center .inner a {
    color: #949595;
}

/* line 293, ../development/scss/mixins/_app.scss */
.footer-center .inner a:hover {
    color: #a1a2a2;
}



/* line 293, ../development/scss/mixins/_app.scss */
.footer-bottom .inner a:hover {
    color: #fc6e51;
}

/* POWER BY */




/* line 293, ../development/scss/mixins/_app.scss */
#powered .inner a:hover {
    color: #fc6e51;
}


/* line 432, ../development/scss/mixins/_app.scss */
.rtl #push-top {
    left: 15px;
    right: auto;
}




/* line 30, ../development/scss/app/_block.scss */
.box.nopadding .box-content {
    padding: 0;
    margin: 0;
}

/* line 35, ../development/scss/app/_block.scss */
.box .lnk {
    padding-top: 15px;
}

/* line 42, ../development/scss/app/_block.scss */
.box-default {
    border-color: #dbdbdb;
}

/* line 272, ../development/scss/mixins/_app.scss */
.box-default .box-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dbdbdb;
}

/* line 276, ../development/scss/mixins/_app.scss */
.box-default .box-heading+.box-collapse .box-content {
    border-top-color: #dbdbdb;
}

/* line 281, ../development/scss/mixins/_app.scss */
.box-default>.box-footer+.box-collapse .box-body {
    border-bottom-color: #dbdbdb;
}

/* line 45, ../development/scss/app/_block.scss */
.box-primary {
    border-color: #dbdbdb;
}

/* line 272, ../development/scss/mixins/_app.scss */
.box-primary .box-heading {
    color: #fff;
    background-color: #fc6e51;
    border-color: #dbdbdb;
}

/* line 276, ../development/scss/mixins/_app.scss */
.box-primary .box-heading+.box-collapse .box-content {
    border-top-color: #dbdbdb;
}

/* line 281, ../development/scss/mixins/_app.scss */
.box-primary>.box-footer+.box-collapse .box-body {
    border-bottom-color: #dbdbdb;
}



/* line 276, ../development/scss/mixins/_app.scss */
.box-success .box-heading+.box-collapse .box-content {
    border-top-color: #dbdbdb;
}

/* line 281, ../development/scss/mixins/_app.scss */
.box-success>.box-footer+.box-collapse .box-body {
    border-bottom-color: #dbdbdb;
}



/* line 276, ../development/scss/mixins/_app.scss */
.box-info .box-heading+.box-collapse .box-content {
    border-top-color: #3a3c3c;
}

/* line 281, ../development/scss/mixins/_app.scss */
.box-info>.box-footer+.box-collapse .box-body {
    border-bottom-color: #3a3c3c;
}

/* line 54, ../development/scss/app/_block.scss */
.box-warning {
    border-color: #e86d13;
}

/* line 272, ../development/scss/mixins/_app.scss */
.box-warning .box-heading {
    color: #fff;
    background-color: #ed9c28;
    border-color: #e86d13;
}

/* line 276, ../development/scss/mixins/_app.scss */
.box-warning .box-heading+.box-collapse .box-content {
    border-top-color: #e86d13;
}

/* line 281, ../development/scss/mixins/_app.scss */
.box-warning>.box-footer+.box-collapse .box-body {
    border-bottom-color: #e86d13;
}

/* line 57, ../development/scss/app/_block.scss */
.box-danger {
    border-color: #dbdbdb;
}

/* line 272, ../development/scss/mixins/_app.scss */
.box-danger .box-heading {
    color: #b94a48;
    background-color: #ed5565;
    border-color: #dbdbdb;
}

/* line 276, ../development/scss/mixins/_app.scss */
.box-danger .box-heading+.box-collapse .box-content {
    border-top-color: #dbdbdb;
}

/* line 281, ../development/scss/mixins/_app.scss */
.box-danger>.box-footer+.box-collapse .box-body {
    border-bottom-color: #dbdbdb;
}

/* line 61, ../development/scss/app/_block.scss */
.box-highlighted {
    border-color: #555555;
}

/* line 272, ../development/scss/mixins/_app.scss */
.box-highlighted .box-heading {
    color: #ffffff;
    background-color: #555555;
    border-color: #fc6e51;
}

/* line 276, ../development/scss/mixins/_app.scss */
.box-highlighted .box-heading+.box-collapse .box-content {
    border-top-color: #555555;
}

/* line 281, ../development/scss/mixins/_app.scss */
.box-highlighted>.box-footer+.box-collapse .box-body {
    border-bottom-color: #555555;
}

/* line 63, ../development/scss/app/_block.scss */
.box-highlighted .box-content {
    border-color: #555555;
    border-width: 2px;
}



/* line 73, ../development/scss/app/_block.scss */
.box-content .carousel-control {
    left: auto;
    bottom: auto;
    z-index: 10;
    top: -33px;
    background: none;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl .box-content .carousel-control {
    right: auto;
    left: auto;
}

/* line 80, ../development/scss/app/_block.scss */
.box-content .carousel-control.left {
    right: 40px;
    left: auto;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl .box-content .carousel-control.left {
    left: 40px;
    right: auto;
}

/* line 83, ../development/scss/app/_block.scss */
.box-content .carousel-control.right {
    right: 10px;
    left: auto;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl .box-content .carousel-control.right {
    left: 10px;
    right: auto;
}

/* block inline style */
/* line 91, ../development/scss/app/_block.scss */
.box-inline .icon {
    font-size: 35px;
}

/* line 94, ../development/scss/app/_block.scss */
.box-inline .explain {
    font-size: 11px;
}

/* line 97, ../development/scss/app/_block.scss */
.box-inline .box-content {
    color: #ffffff;
    position: relative;
    text-transform: none;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 15px;
}

/* line 105, ../development/scss/app/_block.scss */
.box-inline .input-group {
    width: 98%;
}

/* line 113, ../development/scss/app/_block.scss */
.sidebar .pav-custom {
    border: none;
}

/* line 115, ../development/scss/app/_block.scss */
.sidebar .pav-custom .box-heading {
    border: none;
    background: none;
    color: #ffffff;
}

/* line 120, ../development/scss/app/_block.scss */
.sidebar .pav-custom .box-content {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

/* block style in main content */
/* line 132, ../development/scss/app/_block.scss */


/* line 150, ../development/scss/app/_block.scss */
.mass-bottom .pav-custom {
    margin-bottom: 0;
    border: none;
}

/* line 153, ../development/scss/app/_block.scss */
.mass-bottom .pav-custom .box-content {
    border: none;
    background: none;
    padding: 0;
}

/* line 158, ../development/scss/app/_block.scss */
.mass-bottom .pav-custom .box-content {
    border: none;
}



/* line 321, ../development/scss/mixins/_app.scss */
.rtl #footer .box .box-heading {
    padding-right: 0;
    padding-left: inherit;
}



/* line 180, ../development/scss/app/_block.scss */
#footer .pav-custom .box-content {
    border: none;
    background: none;
    color: #ffffff;
}

/* line 185, ../development/scss/app/_block.scss */
#footer .pav-custom .box-content {
    border: none;
}

/* box inline style */
/* line 199, ../development/scss/app/_block.scss */
.box-inline .box-heading {
    color: #ffffff;
    position: relative;
    text-transform: none;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 15px;
}



/* line 7, ../development/scss/app/_product.scss */
.gallery-carousel {
    position: relative;
}






/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-block .cart {
    float: right;
}



/* line 59, ../development/scss/app/_product.scss */
.product-block .wishlist {
    float: right;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-block .wishlist {
    float: left;
}

/* line 63, ../development/scss/app/_product.scss */
.product-block .compare {
    float: right;
    margin-right: 5px;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-block .compare {
    float: left;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-block .compare {
    margin-left: 5px;
    margin-right: inherit;
}



/* line 72, ../development/scss/app/_product.scss */
.product-block .rating,
.product-block .norating {
    line-height: 25px;
    height: 25px;
}

/* line 77, ../development/scss/app/_product.scss */
.product-block .text-review {
    line-height: normal;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}





/* line 105, ../development/scss/app/_product.scss */
.product-block .image-gallery {
    border: solid 4px #a8a8a8;
    position: absolute;
    top: 0;
    left: -80px;
    display: none;
}

/* line 113, ../development/scss/app/_product.scss */
.product-block .image-gallery .product-image {
    width: 75px;
    overflow: hidden;
    cursor: hand;
    cursor: pointer;
}

/* line 118, ../development/scss/app/_product.scss */
.product-block .image-gallery .arrow {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #a8a8a8;
    border-top: 5px solid transparent;
    margin: -5px 0;
    position: absolute;
    right: -9px;
    top: 50%;
}

/* line 129, ../development/scss/app/_product.scss */
.product-block .image {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 0px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /*swap image*/
}

/* line 137, ../development/scss/app/_product.scss */
.product-block .image img {
    display: inline-block;
}

/* line 141, ../development/scss/app/_product.scss */
.product-block .image .hover-image {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
}

/* line 154, ../development/scss/app/_product.scss */
.product-block .image:hover .hover-image {
    opacity: 1;
    visibility: visible;
}

/* line 166, ../development/scss/app/_product.scss */
.product-block .product-zoom,
.product-block .pav-colorbox {
    width: 30px;
    height: 30px;
    padding: 5px 7px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 172, ../development/scss/app/_product.scss */
.product-block .product-zoom {
    right: 50%;
}

/* line 175, ../development/scss/app/_product.scss */
.product-block .pav-colorbox {
    left: 50%;
}

/* line 177, ../development/scss/app/_product.scss */
.product-block .pav-colorbox span {
    display: none;
}



/* line 184, ../development/scss/app/_product.scss */
.product-block:hover .image-gallery {
    display: block;
    z-index: 9999;
}



/* line 196, ../development/scss/app/_product.scss */
.product-block .availability {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* line 198, ../development/scss/app/_product.scss */
.product-block .availability span {
    padding: 7px 15px;
}

/* line 200, ../development/scss/app/_product.scss */
.product-block .availability span.available-now {
    background: red;
    border: 1px solid #cc0000;
    color: #ffffff;
}

/* line 205, ../development/scss/app/_product.scss */
.product-block .availability span.out-of-stock {
    background: blue;
    border: 1px solid #0000cc;
    color: #ffffff;
}

/* line 213, ../development/scss/app/_product.scss */
.product-block .product-flags {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* line 218, ../development/scss/app/_product.scss */
.availability .out-of-stock {
    font-size: 11px;
    background: #507cbe;
    color: #ffffff;
}

/* line 223, ../development/scss/app/_product.scss */
.availability .available-now {
    font-size: 11px;
    background: #58cbf2;
    color: #ffffff;
}



/* line 432, ../development/scss/mixins/_app.scss */
.rtl .product-label {
    left: 0px;
    right: auto;
}

/* line 238, ../development/scss/app/_product.scss */
.product-label .product-label-wapper {
    text-transform: uppercase;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    padding: 5px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #8cc152;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/* line 255, ../development/scss/app/_product.scss */
.rtl .product-label-wapper {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* line 261, ../development/scss/app/_product.scss */
.group-deals .item-countdown ul {
    padding: 0;
}


/* line 6, ../development/scss/opencart/_opencart-modules.scss */
/*.search-inline:before {
      border-left: 23px dashed transparent;
      border-right: 0 dashed transparent;
      border-bottom: 50px solid #3f3f3f;
      content: " ";
      height: 100%;
      position: absolute;
      bottom: 0;
      z-index: 99;
      left: -22px;
    }*/
/* line 334, ../development/scss/mixins/_app.scss */
.rtl .search-inline:before {
    border-right: 23px dashed transparent;
}

/* line 334, ../development/scss/mixins/_app.scss */
.rtl .search-inline:before {
    border-left: 0 dashed transparent;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl .search-inline:before {
    right: -22px;
    left: auto;
}



/* line 538, ../development/scss/mixins/_app.scss */
.rtl .search-inline .input-group-addon {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: inherit;
    -webkit-border-top-right-radius: inherit;
    border-top-right-radius: inherit;
}

/* line 552, ../development/scss/mixins/_app.scss */
.rtl .search-inline .input-group-addon {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: inherit;
    -webkit-border-bottom-right-radius: inherit;
    border-bottom-right-radius: inherit;
}



/* line 566, ../development/scss/mixins/_app.scss */
.rtl .search-inline .form-control {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topleft: inherit;
    -webkit-border-top-left-radius: inherit;
    border-top-left-radius: inherit;
}

/* line 580, ../development/scss/mixins/_app.scss */
.rtl .search-inline .form-control {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: inherit;
    -webkit-border-bottom-left-radius: inherit;
    border-bottom-left-radius: inherit;
}


/* Menu display on header */
/* line 51, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs {
    position: relative;
    border: none;
}

/* line 52, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs .box {
    border: none;
}

/* line 57, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs .box-heading {
    background: #8cc152;
    border: none;
    margin-bottom: 0;
    padding: 6px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/* line 63, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs .box-heading .box-title {
    line-height: 34px;
}

/* line 67, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs .box-content {
    position: absolute;
    top: 43px;
    right: 0;
    left: auto;
    z-index: 9999;
    border: solid 2px #555555;
    background: #ffffff;
    display: none;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl .menuhead-abs .box-content {
    left: 0;
    right: auto;
}

/* line 76, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs.align-left {
    right: auto;
    left: auto;
    left: 0;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl .menuhead-abs.align-left {
    left: auto;
    right: auto;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl .menuhead-abs.align-left {
    right: 0;
    left: auto;
}

/* line 80, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs .icon-menu {
    float: right;
    line-height: 34px;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .menuhead-abs .icon-menu {
    float: left;
}

/* line 85, ../development/scss/opencart/_opencart-modules.scss */
.menuhead-abs:hover .box-content {
    display: block;
}



/* line 97, ../development/scss/opencart/_opencart-modules.scss */
#cart h4 {
    color: #555555;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: none;
}



/* line 321, ../development/scss/mixins/_app.scss */
.rtl #cart .media {
    padding-left: 15px;
    padding-right: inherit;
}



/* line 432, ../development/scss/mixins/_app.scss */
.rtl #cart .dropdown-menu {
    left: 0;
    right: auto;
}

/* line 124, ../development/scss/opencart/_opencart-modules.scss */
#cart.active .content {
    display: block;
}



/* line 130, ../development/scss/opencart/_opencart-modules.scss */
#cart .heading .cart-inner {
    margin-left: 0;
    margin-right: 15px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl #cart .heading .cart-inner {
    margin-right: 0;
    margin-left: inherit;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl #cart .heading .cart-inner {
    margin-left: 15px;
    margin-right: inherit;
}



/* line 149, ../development/scss/opencart/_opencart-modules.scss */
#cart .checkout {
    text-align: right;
    clear: both;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl #cart .checkout {
    text-align: left;
}

/* line 153, ../development/scss/opencart/_opencart-modules.scss */
#cart .empty {
    padding-top: 20px;
    text-align: center;
}

/* line 158, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-total {
    text-align: right;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl #cart .mini-cart-total {
    text-align: left;
}

/* line 160, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-total td {
    color: #000;
    padding: 4px;
}

/* line 164, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-bottom: 5px;
}

/* line 171, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info .quantity {
    text-align: right;
}

/* line 174, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info .name {
    font-size: 12px;
    font-weight: bold;
}

/* line 175, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info .name small {
    color: #666;
}

/* line 181, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info td {
    color: #000;
    vertical-align: middle;
    padding: 6px 1px;
    border-bottom: 1px solid #dbdbdb;
}

/* line 187, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

/* line 193, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info .image img {
    text-align: left;
}

/* line 197, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info .remove {
    text-align: right;
}

/* line 199, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info .remove img {
    cursor: pointer;
}

/* line 203, ../development/scss/opencart/_opencart-modules.scss */
#cart .mini-cart-info td.total {
    text-align: right;
}

/** apply general product block **/
/* line 215, ../development/scss/opencart/_opencart-modules.scss */
.sidebar .latest_blog .blog-title a:hover {
    color: #000;
}



/* line 225, ../development/scss/opencart/_opencart-modules.scss */
.sidebar .products-block {
    border: medium none;
}



/* line 310, ../development/scss/mixins/_app.scss */
.rtl .sidebar .product-block {
    text-align: right;
}

/* line 243, ../development/scss/opencart/_opencart-modules.scss */
.sidebar .product-block .image {
    float: left;
    width: 40%;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .sidebar .product-block .image {
    float: right;
}



/* line 251, ../development/scss/opencart/_opencart-modules.scss */
.sidebar .product-block:hover .product-meta {
    background-color: #ffffff;
}

/* line 256, ../development/scss/opencart/_opencart-modules.scss */
.sidebar .product-block .rating,
.sidebar .product-block .norating {
    display: none;
}






/* line 274, ../development/scss/opencart/_opencart-modules.scss */
.sidebar .product-block:hover {
    box-shadow: none;
}



/*  */
/* social internal module */
/* line 291, ../development/scss/opencart/_opencart-modules.scss */
.social li {
    float: left;
}

/* line 294, ../development/scss/opencart/_opencart-modules.scss */
.social span {
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 20px 0 0;
}

/* line 302, ../development/scss/opencart/_opencart-modules.scss */
.social a {
    cursor: pointer;
    text-align: center;
    margin-left: 5px;
    padding-left: 5px;
    line-height: 40px;
    color: #ffffff !important;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

/* line 311, ../development/scss/opencart/_opencart-modules.scss */
.social a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* line 315, ../development/scss/opencart/_opencart-modules.scss */
.social .fa-facebook {
    background-color: #346da6;
}

/* line 318, ../development/scss/opencart/_opencart-modules.scss */
.social .fa-twitter {
    background-color: #4c91d7;
}

/* line 321, ../development/scss/opencart/_opencart-modules.scss */
.social .fa-rss {
    background-color: #f05423;
}

/* line 324, ../development/scss/opencart/_opencart-modules.scss */
.social .fa-google-plus {
    background-color: #c9242d;
}

/* line 327, ../development/scss/opencart/_opencart-modules.scss */
.social .fa-pinterest {
    background-color: #fb9e3a;
}

/* back top top */
/* line 333, ../development/scss/opencart/_opencart-modules.scss */
.scrollup {
    background: #555555;
    bottom: 82px;
    display: none;
    position: fixed;
    right: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 13px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px;
    z-index: 9999;
}

/* line 348, ../development/scss/opencart/_opencart-modules.scss */
.scrollup .fa {
    display: block;
}

/* line 353, ../development/scss/opencart/_opencart-modules.scss */
.about-img {
    height: 80px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    background-image: url(../image/about-us.gif);
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}



/* line 369, ../development/scss/opencart/_opencart-modules.scss */
.pavcarousel {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

/* line 373, ../development/scss/opencart/_opencart-modules.scss */
.pavcarousel .item {
    margin: 15px 55px;
}

/* line 376, ../development/scss/opencart/_opencart-modules.scss */
.pavcarousel .box-content {
    padding: 0;
}

/* line 380, ../development/scss/opencart/_opencart-modules.scss */
.pavcarousel .carousel-control {
    border: none;
    width: 55px;
    display: block;
    top: 50%;
    margin-top: -13px;
    z-index: 999;
}

/* line 389, ../development/scss/opencart/_opencart-modules.scss */
.pavcarousel:before,
.pavcarousel:after {
    width: 55px;
    position: absolute;
    top: 0;
    content: "";
    background-color: #fff;
    height: 100%;
    z-index: 99;
}

/* line 399, ../development/scss/opencart/_opencart-modules.scss */
.pavcarousel:before {
    left: 0;
}

/* line 403, ../development/scss/opencart/_opencart-modules.scss */
.pavcarousel:after {
    right: 0;
}

/* line 409, ../development/scss/opencart/_opencart-modules.scss */
.slideshow {
    margin-bottom: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* line 414, ../development/scss/opencart/_opencart-modules.scss */
.slideshow .inner:hover .tp-leftarrow,
.slideshow .inner:hover .tp-rightarrow {
    opacity: 1;
}

/* line 420, ../development/scss/opencart/_opencart-modules.scss */
.slideshow .tp-leftarrow {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

/* line 422, ../development/scss/opencart/_opencart-modules.scss */
.slideshow .tp-leftarrow:hover {
    background-color: #fc6e51;
}

/* line 427, ../development/scss/opencart/_opencart-modules.scss */
.slideshow .tp-rightarrow {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

/* line 429, ../development/scss/opencart/_opencart-modules.scss */
.slideshow .tp-rightarrow:hover {
    background-color: #fc6e51;
}



/* line 457, ../development/scss/opencart/_opencart-modules.scss */
.category .tree-menu>ul>li a:hover {
    color: #fc6e51;
}

/* line 462, ../development/scss/opencart/_opencart-modules.scss */
.category .tree-menu>ul>li .head a {
    background-color: #505050;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* line 477, ../development/scss/opencart/_opencart-modules.scss */
.box-customer {
    padding: 10px;
}

/* line 479, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .box-style {
    padding-left: 50px;
    float: left;
    text-align: left;
    cursor: pointer;
}

/* line 484, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .box-style h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    color: #9c9c9c;
}

/* line 490, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .box-style h4:hover {
    color: #fc6e51;
}

/* line 495, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .box-style p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #9c9c9c;
}

/* line 502, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .box-style:nth-child(2) {
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    margin-left: 30px;
    margin-right: 10px;
    padding-left: 80px;
    padding-right: 30px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .box-customer .box-style:nth-child(2) {
    margin-right: 30px;
    margin-left: inherit;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .box-customer .box-style:nth-child(2) {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 512, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .service-1 {
    background-image: url(../image/service/service-1.png);
    background-repeat: no-repeat;
}

/* line 517, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .service-2 {
    background-image: url(../image/service/service-2.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}

/* line 523, ../development/scss/opencart/_opencart-modules.scss */
.box-customer .service-3 {
    background-image: url(../image/service/service-3.png);
    background-repeat: no-repeat;
}

/* line 530, ../development/scss/opencart/_opencart-modules.scss */
.pav-mainnav .search-box,
.pav-masshead .search-box {
    margin-right: -20px;
    border: none;
    background: #3f3f3f;
    padding: 7px 22px 7px 7px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .pav-mainnav .search-box,
.rtl .pav-masshead .search-box {
    margin-left: -20px;
    margin-right: inherit;
}

/* line 348, ../development/scss/mixins/_app.scss */
.rtl .pav-mainnav .search-box,
.rtl .pav-masshead .search-box {
    padding: 7px 7px 7px 22px;
}

/*Home*/
/* line 3, ../development/scss/opencart/_opencart-pages.scss */
body[class*="-home"] .success,
body[class*="-home"] .warning,
body[class*="-home"] .attention,
body[class*="-home"] .information {
    margin-top: 0px;
}





/* line 29, ../development/scss/opencart/_opencart-pages.scss */
.category-info .image {
    padding: 0;
    margin-bottom: 19px;
}



/* line 39, ../development/scss/opencart/_opencart-pages.scss */
.subcategories .panel-body {
    background-color: #fff;
}

/* line 44, ../development/scss/opencart/_opencart-pages.scss */
.cart-total {
    border-top: 1px solid #ddd;
    overflow: auto;
    padding-top: 8px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* line 50, ../development/scss/opencart/_opencart-pages.scss */
.cart-total td {
    padding: 3px;
    text-align: right;
}

/* line 54, ../development/scss/opencart/_opencart-pages.scss */
.cart-total table {
    float: right;
}

/* line 57, ../development/scss/opencart/_opencart-pages.scss */
.cart-total .left b {
    padding-right: 60px;
}

/* line 60, ../development/scss/opencart/_opencart-pages.scss */
.cart-total .right.last {
    font-size: 30px;
}

/* line 70, ../development/scss/opencart/_opencart-pages.scss */
.checkout .quantity .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-right: 2px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .checkout .quantity .btn {
    margin-left: 2px;
    margin-right: inherit;
}

/* manufacturer */
/* line 78, ../development/scss/opencart/_opencart-pages.scss */
.manufacturer-heading {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
    color: #000000;
    background-color: #ebebeb;
}

/* line 86, ../development/scss/opencart/_opencart-pages.scss */
.manufacturer-list {
    border: 0;
    padding: 6px;
}

/* line 89, ../development/scss/opencart/_opencart-pages.scss */
.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .manufacturer-list ul {
    float: right;
}

/* line 98, ../development/scss/opencart/_opencart-pages.scss */
.manufacturer-content {
    padding: 8px;
    overflow: auto;
}

/*
     *  LISTING PRODUCTS PAGE
     */


/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-filter .display {
    float: right;
}

/* line 117, ../development/scss/opencart/_opencart-pages.scss */
.product-filter .display span {
    margin-right: 5px;
}



/* line 128, ../development/scss/opencart/_opencart-pages.scss */
.product-filter .display button>span {
    margin: 0 3px;
}

/* line 132, ../development/scss/opencart/_opencart-pages.scss */
.product-filter .display button>em {
    display: none;
}


/* line 151, ../development/scss/opencart/_opencart-pages.scss */
.product-filter .display button.active .fa,
.product-filter .display button:hover .fa {
    color: #ffffff;
}

/* line 156, ../development/scss/opencart/_opencart-pages.scss */
.product-filter .display i {
    font-size: 13px;
    color: #9c9b9b;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}



/* product list mode  */
/* line 175, ../development/scss/opencart/_opencart-pages.scss */
.product-list .product-col {
    width: 100%;
    float: none;
    margin: 0;
}

/* line 181, ../development/scss/opencart/_opencart-pages.scss */
.product-list .products-row {
    border: none;
}

/* line 183, ../development/scss/opencart/_opencart-pages.scss */
.product-list .products-row .product-col {
    border: none;
    margin-bottom: 10px;
}

/* line 188, ../development/scss/opencart/_opencart-pages.scss */
.product-list .product-block {
    padding: 20px;
    overflow: hidden;
    text-align: left;
    box-shadow: none;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-list .product-block {
    text-align: right;
}

/* line 193, ../development/scss/opencart/_opencart-pages.scss */
.product-list .product-block:hover .product-meta {
    background-color: #ffffff;
}

/* line 199, ../development/scss/opencart/_opencart-pages.scss */
.product-list .product-meta {
    padding: 0;
    overflow: hidden;
    min-height: inherit;
}

/* line 207, ../development/scss/opencart/_opencart-pages.scss */
.product-list .description {
    display: block;
}

/* line 210, ../development/scss/opencart/_opencart-pages.scss */
.product-list .price-tax {
    display: block;
}

/* line 216, ../development/scss/opencart/_opencart-pages.scss */
.product-list .name {
    min-height: 20px;
}

/* line 219, ../development/scss/opencart/_opencart-pages.scss */
.product-list .image {
    width: auto;
    float: left;
    margin-right: 20px;
    text-align: center;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-list .image {
    float: right;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-list .image {
    margin-left: 20px;
    margin-right: inherit;
}

/* line 224, ../development/scss/opencart/_opencart-pages.scss */
.product-list .image img {
    padding: 0;
    border: 0;
}

/* line 229, ../development/scss/opencart/_opencart-pages.scss */
.product-list .image:hover .info-view {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 234, ../development/scss/opencart/_opencart-pages.scss */
.product-list .wishlist,
.product-list .compare {
    float: left;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-list .wishlist,
.rtl .product-list .compare {
    float: right;
}

/* line 237, ../development/scss/opencart/_opencart-pages.scss */
.product-list .product-icon {
    padding: 9px 17px;
    line-height: 1;
    border-left: 1px solid #ffffff;
    text-align: center;
}

/* line 242, ../development/scss/opencart/_opencart-pages.scss */
.product-list .product-icon span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: "Roboto Condensed", sans-serif;
}

/* line 247, ../development/scss/opencart/_opencart-pages.scss */
.product-list .action {
    padding: 0;
    clear: bold;
    margin-top: 20px;
    opacity: 1 !important;
    visibility: visible !important;
    position: inherit;
}

/* line 254, ../development/scss/opencart/_opencart-pages.scss */
.product-list .action>div {
    margin-right: 3px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-list .action>div {
    margin-left: 3px;
    margin-right: inherit;
}



/* line 262, ../development/scss/opencart/_opencart-pages.scss */
.product-grid.last {
    border: 0;
}



/*
    * PRODUCT INFORMATION PAGE
    */
/* line 279, ../development/scss/opencart/_opencart-pages.scss */
.product-detail .product-label {
    display: none;
}



/* line 293, ../development/scss/opencart/_opencart-pages.scss */
.product-info .carousel-control {
    line-height: 26px;
    border: none;
    color: #fff;
    background: #fc6e51;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

/* line 301, ../development/scss/opencart/_opencart-pages.scss */
.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
}

/* line 305, ../development/scss/opencart/_opencart-pages.scss */
.product-info .cart .links {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}



/* line 324, ../development/scss/opencart/_opencart-pages.scss */
.product-info .image {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
}



/* line 337, ../development/scss/opencart/_opencart-pages.scss */
.product-info .share {
    padding: 20px 0;
    float: left;
}

/* line 20, ../development/scss/mixins/_bootstrap.scss */
.product-info .share:before,
.product-info .share:after {
    content: " ";
    display: table;
}

/* line 25, ../development/scss/mixins/_bootstrap.scss */
.product-info .share:after {
    clear: both;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-info .share {
    float: right;
}



/* line 355, ../development/scss/opencart/_opencart-pages.scss */
.product-info .description a {
    text-decoration: none;
}


/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-info .description b {
    margin-left: 5px;
    margin-right: inherit;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-info .description b {
    margin-right: 0;
    margin-left: inherit;
}


/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-info .description .fa {
    float: right;
}

/* line 348, ../development/scss/mixins/_app.scss */
.rtl .product-info .description .fa {
    margin: 3px 0px 0px 5px;
}

/* line 374, ../development/scss/opencart/_opencart-pages.scss */
.product-info .carousel-inner {
    margin: 0;
    clear: both;
    overflow: hidden;
}

/* line 378, ../development/scss/opencart/_opencart-pages.scss */
.product-info .carousel-inner .item {
    text-align: center;
}

/* line 381, ../development/scss/opencart/_opencart-pages.scss */
.product-info .carousel-inner a {
    display: inline-block;
}

/* line 383, ../development/scss/opencart/_opencart-pages.scss */
.product-info .carousel-inner a:last-child {
    margin: 0;
}

/* line 386, ../development/scss/opencart/_opencart-pages.scss */
.product-info .carousel-inner a img {
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
    max-width: 86px;
}

/* line 392, ../development/scss/opencart/_opencart-pages.scss */
.product-info .image-additional {
    position: relative;
}

/* line 394, ../development/scss/opencart/_opencart-pages.scss */
.product-info .image-additional .carousel-controls {
    width: 100%;
    top: 36%;
}

/* line 399, ../development/scss/opencart/_opencart-pages.scss */
.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

/* line 402, ../development/scss/opencart/_opencart-pages.scss */
.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

/* line 407, ../development/scss/opencart/_opencart-pages.scss */
.product-info .option-image img {
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #cccccc;
    cursor: pointer;
}

/* line 414, ../development/scss/opencart/_opencart-pages.scss */
.product-info .options {
    margin-bottom: 20px;
}

/* line 418, ../development/scss/opencart/_opencart-pages.scss */
.product-info .review .share {
    line-height: normal;
}

/* line 420, ../development/scss/opencart/_opencart-pages.scss */
.product-info .review .share a {
    text-decoration: none;
}

/* line 424, ../development/scss/opencart/_opencart-pages.scss */
.product-info .review>div {
    padding: 0;
    border: 0;
}

/* line 427, ../development/scss/opencart/_opencart-pages.scss */
.product-info .review>div>span {
    color: #38b0e3;
}

/* line 433, ../development/scss/opencart/_opencart-pages.scss */
.product-info .results {
    margin: 10px;
}



/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-info .product-extra .add-action {
    margin-right: 4px;
    margin-left: inherit;
}


/* line 469, ../development/scss/opencart/_opencart-pages.scss */
.product-info .product-extra .add-to-icon {
    font-size: 19px;
    padding: 6px;
    background: #3c3c3c;
}



/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-info .cart .fa {
    margin-left: 5px;
    margin-right: inherit;
}


/* line 495, ../development/scss/opencart/_opencart-pages.scss */
.product-info .action>div {
    margin-right: 10px;
    margin-left: 0;
}

/* line 499, ../development/scss/opencart/_opencart-pages.scss */
.product-info .action .fa {
    margin-right: 5px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-info .action .fa {
    margin-left: 5px;
    margin-right: inherit;
}

/* line 509, ../development/scss/opencart/_opencart-pages.scss */
.tabs-group .nav-pills>li>a.selected {
    color: #ffffff;
    background-color: #fc6e51;
    border-radius: 3px;
}

/* line 513, ../development/scss/opencart/_opencart-pages.scss */
.tabs-group .nav-pills>li>a.selected:before {
    content: "";
    border-top: 10px solid #fc6e51;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -7px;
}



/**
     *
     */
/* line 539, ../development/scss/opencart/_opencart-pages.scss */
.review-list {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
}

/* line 543, ../development/scss/opencart/_opencart-pages.scss */
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}

/* line 547, ../development/scss/opencart/_opencart-pages.scss */
.review-list .author {
    float: left;
    margin-bottom: 20px;
}

/* line 551, ../development/scss/opencart/_opencart-pages.scss */
.review-list .text {
    clear: both;
}

/* attribute */
/* line 559, ../development/scss/opencart/_opencart-pages.scss */
.attribute thead td,
.attribute thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #ebebeb;
    text-align: left;
}

/* line 566, ../development/scss/opencart/_opencart-pages.scss */
.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 20px;
}

/* line 572, ../development/scss/opencart/_opencart-pages.scss */
.attribute td {
    padding: 7px;
    color: #4d4d4d;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-left: 0;
    border-bottom: 1px solid #ddd;
}

/* line 582, ../development/scss/opencart/_opencart-pages.scss */
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}

/* line 593, ../development/scss/opencart/_opencart-pages.scss */
.compare-info .price-old {
    text-decoration: line-through;
}

/* line 596, ../development/scss/opencart/_opencart-pages.scss */
.compare-info .price-new {
    font-weight: bold;
}

/* line 600, ../development/scss/opencart/_opencart-pages.scss */
.compare-info .name a {
    font-weight: bold;
}

/* line 604, ../development/scss/opencart/_opencart-pages.scss */
.compare-info td {
    text-align: center;
    vertical-align: top;
}

/* line 609, ../development/scss/opencart/_opencart-pages.scss */
.compare-info tr td:first-child {
    font-weight: bold;
    text-align: left;
    width: 16%;
}

/* line 616, ../development/scss/opencart/_opencart-pages.scss */
.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000000;
    font-weight: bold;
    font-size: 19px;
    background: #e2e2e2;
    text-align: left;
    border: 0;
}

/*
    * WISHTLIST PAGE
    /*
     * CART PAGE
     */
/* line 633, ../development/scss/opencart/_opencart-pages.scss */
.wishlist-info table tr td,
.cart-info table tr td {
    text-align: center;
    vertical-align: middle;
}

/* line 636, ../development/scss/opencart/_opencart-pages.scss */
.wishlist-info table tr td img,
.wishlist-info table tr td input,
.cart-info table tr td img,
.cart-info table tr td input {
    display: inline-block;
    vertical-align: middle;
}

/**
     * LOGIN PAGE
     */
/*
     * ORDERS PAGE
     */
/* line 651, ../development/scss/opencart/_opencart-pages.scss */
.order-list {
    margin-bottom: 10px;
}

/* line 653, ../development/scss/opencart/_opencart-pages.scss */
.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 24px;
}

/* line 659, ../development/scss/opencart/_opencart-pages.scss */
.order-list .order-content {
    padding: 10px 0px;
}

/* line 662, ../development/scss/opencart/_opencart-pages.scss */
.order-list .order-info {
    text-align: right;
}

/* line 665, ../development/scss/opencart/_opencart-pages.scss */
.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 24px;
}

/* line 670, ../development/scss/opencart/_opencart-pages.scss */
.order-list .list-content {
    margin-bottom: 12px;
}

/* line 674, ../development/scss/opencart/_opencart-pages.scss */
.order-detail {
    background: #dbdbdb;
    font-weight: bold;
}

/* RETURN PAGE
     *
     */
/* line 682, ../development/scss/opencart/_opencart-pages.scss */
.return-list {
    margin-bottom: 10px;
}

/* line 684, ../development/scss/opencart/_opencart-pages.scss */
.return-list .return-content {
    padding: 10px 0px;
}

/* line 687, ../development/scss/opencart/_opencart-pages.scss */
.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 24px;
}

/* line 692, ../development/scss/opencart/_opencart-pages.scss */
.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 24px;
}

/* line 698, ../development/scss/opencart/_opencart-pages.scss */
.return-list .return-info {
    text-align: right;
}

/* line 701, ../development/scss/opencart/_opencart-pages.scss */
.return-list .list-content {
    margin-bottom: 12px;
}

/* line 706, ../development/scss/opencart/_opencart-pages.scss */
.return-opened textarea {
    vertical-align: top;
}

/* line 709, ../development/scss/opencart/_opencart-pages.scss */
.return-captcha {
    float: left;
}

/* line 714, ../development/scss/opencart/_opencart-pages.scss */
.download-list {
    margin-bottom: 10px;
}

/* line 716, ../development/scss/opencart/_opencart-pages.scss */
.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 24px;
}

/* line 722, ../development/scss/opencart/_opencart-pages.scss */
.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 24px;
}

/* line 727, ../development/scss/opencart/_opencart-pages.scss */
.download-list .download-content {
    padding: 10px 0px;
}

/* line 730, ../development/scss/opencart/_opencart-pages.scss */
.download-list .download-info {
    text-align: right;
}

/* line 733, ../development/scss/opencart/_opencart-pages.scss */
.download-list .list-content {
    margin-bottom: 24px;
}

/*
     * CHECKOUT PAGE
     */
/* line 743, ../development/scss/opencart/_opencart-pages.scss */
.checkout-heading {
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
    padding: 8px;
    font-size: 18px;
    color: #555555;
    margin-bottom: 15px;
}

/* line 750, ../development/scss/opencart/_opencart-pages.scss */
.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

/* line 758, ../development/scss/opencart/_opencart-pages.scss */
.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
}

/* line 762, ../development/scss/opencart/_opencart-pages.scss */
.checkout-content .buttons {
    clear: both;
}

/* line 767, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product tbody .name,
.checkout-product tbody .model {
    text-align: left;
}

/* line 770, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product thead .name,
.checkout-product thead .model {
    text-align: left;
}

/* line 775, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product thead td {
    color: #4d4d4d;
    font-weight: bold;
    background-color: #ebebeb;
    border-bottom: 1px solid #ddd;
}

/* line 783, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #ddd;
}

/* line 789, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
}

/* line 794, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product td {
    padding: 7px;
}

/* line 797, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 20px;
}

/* line 806, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
    text-align: right;
}

/* line 809, ../development/scss/opencart/_opencart-pages.scss */
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
    text-align: right;
}

/*
     * CONTENT INFOMATION
     */
/* line 816, ../development/scss/opencart/_opencart-pages.scss */
.sitemap-info {
    margin-bottom: 36px;
}

/* line 819, ../development/scss/opencart/_opencart-pages.scss */
.sitemap-info ul>li {
    line-height: 1.92857;
    font-weight: bold;
    list-style: disc inside none;
}

/* line 823, ../development/scss/opencart/_opencart-pages.scss */
.sitemap-info ul>li>ul {
    margin-left: 24px;
}

/* line 825, ../development/scss/opencart/_opencart-pages.scss */
.sitemap-info ul>li>ul li {
    font-weight: normal;
    list-style: circle inside none;
}

/* line 828, ../development/scss/opencart/_opencart-pages.scss */
.sitemap-info ul>li>ul li li {
    list-style: square inside none;
}

/*PAGE NOT FOUND*/
/* line 838, ../development/scss/opencart/_opencart-pages.scss */
.page-not-found {
    text-align: center;
}

/* line 840, ../development/scss/opencart/_opencart-pages.scss */
.page-not-found h2 {
    font-size: 230%;
    color: #3c3c3c;
    margin: 120px 0 12px 0;
}

/* line 845, ../development/scss/opencart/_opencart-pages.scss */
.page-not-found span {
    margin-right: 12px;
}

/*Contact Page*/
/* line 852, ../development/scss/opencart/_opencart-pages.scss */
.contact-location {
    margin-bottom: 12px;
}

/* line 854, ../development/scss/opencart/_opencart-pages.scss */
.contact-location img {
    max-width: none;
}

/* line 858, ../development/scss/opencart/_opencart-pages.scss */
.contact-content {
    background-color: #efefef;
    padding: 20px;
    border: 0;
}

/* line 863, ../development/scss/opencart/_opencart-pages.scss */
.contact-content .buttons {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

/* line 868, ../development/scss/opencart/_opencart-pages.scss */
.contact-content .contact-customhtml {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

/* line 872, ../development/scss/opencart/_opencart-pages.scss */
.contact-content .contact-customhtml .content {
    min-height: 338px;
}

/* line 876, ../development/scss/opencart/_opencart-pages.scss */
.contact-content .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #a2a2a2;
    font-size: 19px;
    margin-bottom: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* line 886, ../development/scss/opencart/_opencart-pages.scss */
.contact-content .fa:hover {
    background-color: #fc6e51;
}

/* line 892, ../development/scss/opencart/_opencart-pages.scss */
.product-extra input[type="radio"],
.product-extra input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    margin-top: 0;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .product-extra input[type="radio"],
.rtl .product-extra input[type="checkbox"] {
    float: right;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .product-extra input[type="radio"],
.rtl .product-extra input[type="checkbox"] {
    margin-right: -20px;
    margin-left: inherit;
}

/* line 898, ../development/scss/opencart/_opencart-pages.scss */
.buttons input[type="radio"],
input[type="checkbox"] {
    margin-top: 9px;
}

/* line 901, ../development/scss/opencart/_opencart-pages.scss */
.media>.pull-left {
    margin-right: 10px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .media>.pull-left {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 904, ../development/scss/opencart/_opencart-pages.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -10px;
    margin-right: 10px;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .radio input[type="radio"],
.rtl .radio-inline input[type="radio"],
.rtl .checkbox input[type="checkbox"],
.rtl .checkbox-inline input[type="checkbox"] {
    float: right;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .radio input[type="radio"],
.rtl .radio-inline input[type="radio"],
.rtl .checkbox input[type="checkbox"],
.rtl .checkbox-inline input[type="checkbox"] {
    margin-right: -10px;
    margin-left: inherit;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .radio input[type="radio"],
.rtl .radio-inline input[type="radio"],
.rtl .checkbox input[type="checkbox"],
.rtl .checkbox-inline input[type="checkbox"] {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 7, ../development/scss/app/_menu.scss */
.pav-megamenu .pav-colorbox {
    display: none !important;
}



/* line 424, ../development/scss/mixins/_app.scss */
.rtl .pav-megamenu .home a:before {
    right: 0px;
    left: auto;
}



/* line 40, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li>.dropdown-menu {
    border-top: 4px solid #3f3f3f;
}



/* line 68, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-fullwidth {
    position: static;
}

/* line 70, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu {
    width: 100% !important;
}

/* line 72, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-fullwidth>.dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    left: 0;
    width: 100%;
}

/* line 79, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* line 82, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-right .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    right: 100%;
}

/* line 88, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-left .dropdown-menu {
    left: 0;
    right: auto;
}

/* line 91, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-left .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    left: 100%;
}

/* line 97, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li.aligned-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}


/* line 134, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li>a .caret {
    position: relative;
}

/* line 138, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li>a .caret:before {
    font-family: "FontAwesome";
    position: absolute;
    right: -10px;
    top: 0;
    color: #ffffff;
}

/* line 148, ../development/scss/app/_menu.scss */
.pav-megamenu .navbar-nav>li:hover>a .caret:before,
.pav-megamenu .navbar-nav>li:active>a .caret:before {
    color: #ffffff;
}

/* line 154, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-menu {
    text-align: left;
    top: 100%;
    left: -9999px;
    height: auto;
    font-weight: 300;
    color: #3f3f3f;
    border: 0;
    min-width: 200px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: opacity 0.3s linear 0s;
    transition: opacity 0.3s linear 0s;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .pav-megamenu .dropdown-menu {
    text-align: right;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl .pav-megamenu .dropdown-menu {
    right: -9999px;
    left: auto;
}

/* line 168, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-menu ul,
.pav-megamenu .dropdown-menu ol {
    padding: 0;
}

/* line 171, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-menu li {
    line-height: 30px;
    list-style: none;
}

/* line 174, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-menu li a {
    color: #000000;
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
}

/* line 180, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    color: #fc6e51;
}

/* line 183, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-menu li a:hover .fa {
    color: #fc6e51;
}

/* line 189, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-menu .menu-title {
    margin-bottom: 25px;
    font-size: 14px;
}

/* line 196, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown:hover>.dropdown-menu {
    display: block;
    left: 0px;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl .pav-megamenu .dropdown:hover>.dropdown-menu {
    right: 0px;
    left: auto;
}

/* line 201, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown:hover>a {
    color: #ffffff;
}

/* line 203, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown:hover>a .fa {
    color: #ffffff;
}

/* line 210, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-submenu {
    position: relative;
}

/* line 212, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100% !important;
    right: auto !important;
    left: auto;
    position: absolute;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
    right: 100% !important;
    left: auto;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl .pav-megamenu .dropdown-submenu .dropdown-menu {
    left: auto !important;
    right: auto;
}

/* line 219, ../development/scss/app/_menu.scss */
.pav-megamenu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* line 227, ../development/scss/app/_menu.scss */
.pav-megamenu .mega-group>.dropdown-toggle {
    border: 0;
    display: block;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
    color: #ffffff;
}

/* line 234, ../development/scss/app/_menu.scss */
.pav-megamenu .mega-group>.dropdown-toggle .fa {
    color: #ffffff;
}

/* line 239, ../development/scss/app/_menu.scss */
.pav-megamenu .widget-title {
    color: #000000;
}

/* line 243, ../development/scss/app/_menu.scss */
.pav-megamenu .megamenu .cols1 {
    min-width: 200px;
}

/* line 246, ../development/scss/app/_menu.scss */
.pav-megamenu .megamenu .cols2 {
    min-width: 500px;
}

/* line 249, ../development/scss/app/_menu.scss */
.pav-megamenu .megamenu .cols3 {
    min-width: 740px;
}

/*
     *
     * Vertical menu
     */
/* line 259, ../development/scss/app/_menu.scss */
div.verticalmenu {
    z-index: 100;
}

/* line 262, ../development/scss/app/_menu.scss */
div.verticalmenu .hide-title .widget-title {
    display: none;
}

/* line 265, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-collapse,
div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;
    border: none;
}

/* line 270, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;
}

/* line 274, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li {
    width: 100%;
    height: auto;
    position: static;
    text-align: left;
    padding: 14px 10px 15px 20px;
    border-bottom: 1px solid #dbdbdb;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl div.verticalmenu .navbar-nav>li {
    text-align: right;
}

/* line 280, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li:hover,
div.verticalmenu .navbar-nav>li:active,
div.verticalmenu .navbar-nav>li:focus {
    color: #fc6e51;
}

/* line 283, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li:last-child {
    border-bottom: none;
}

/* line 286, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li>a {
    display: inline-block;
    color: #3f3f3f;
    font-size: 14px;
    font-family: "PT Sans", Arial, sans-serif;
    text-transform: uppercase;
    padding: 0;
    padding-left: 10px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl div.verticalmenu .navbar-nav>li>a {
    padding-right: 10px;
    padding-left: inherit;
}

/* line 294, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li>a .menu-icon {
    display: block;
    height: 20px;
}

/* line 297, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li>a .menu-icon span {
    display: block;
    margin-left: 35px;
    line-height: normal;
    font-size: 14px;
}

/* line 303, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li>a .menu-icon .menu-desc {
    display: none;
}

/* line 307, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li>a:hover,
div.verticalmenu .navbar-nav>li>a:focus {
    color: #fc6e51;
}

/* line 311, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li.last a,
div.verticalmenu .navbar-nav>li:last-child a {
    border: 0;
}

/* line 315, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li:hover {
    color: #fc6e51;
}

/* line 317, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li:hover>a {
    color: #fc6e51 !important;
}

/* line 319, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li:hover>a .menu-icon {
    background-position: left bottom !important;
}

/* line 323, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li:hover>.dropdown-menu {
    right: 100%;
    left: auto;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl div.verticalmenu .navbar-nav>li:hover>.dropdown-menu {
    left: 100%;
    right: auto;
}

/* line 329, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li .parent {
    position: relative;
}

/* line 331, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle {
    text-transform: none;
    font-weight: normal;
    color: #3f3f3f;
}

/* line 335, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li .parent>.dropdown-toggle:hover {
    color: #555555;
}

/* line 339, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li .parent>.dropdown-menu {
    min-height: 100px;
    height: 100px;
    height: auto !important;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.13);
}

/* line 347, ../development/scss/app/_menu.scss */
div.verticalmenu .navbar-nav>li .parent:hover>.dropdown-menu {
    right: 100%;
    left: auto;
    top: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl div.verticalmenu .navbar-nav>li .parent:hover>.dropdown-menu {
    left: 100%;
    right: auto;
}

/* line 359, ../development/scss/app/_menu.scss */
div.verticalmenu .verticalmenu li a:hover {
    color: #fc6e51 !important;
}

/* line 361, ../development/scss/app/_menu.scss */
div.verticalmenu .verticalmenu li a:hover .caret {
    border-right-color: #ffffff;
}

/* line 368, ../development/scss/app/_menu.scss */
div.verticalmenu .pavo-widget .product-block .image {
    margin-bottom: 10px;
}

/* line 371, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu {
    right: -9999px;
    left: auto;
    left: auto;
    top: -9999px;
    border: 0;
    display: block;
    height: 100%;
    min-width: 230px;
    padding: 20px 28px;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.45);
    font-family: "PT Sans", Arial, sans-serif;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl div.verticalmenu .dropdown-menu {
    left: -9999px;
    right: auto;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl div.verticalmenu .dropdown-menu {
    right: auto;
    left: auto;
}

/* line 386, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu .pavo-widget .box-content {
    border: none;
}

/* line 391, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu ul li {
    border: 0;
    padding: 4px 0;
    line-height: normal;
    list-style: none;
}

/* line 396, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu ul li a {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

/* line 404, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu p {
    line-height: 20px;
    font-size: 14px;
    color: #3f3f3f;
}

/* line 409, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu .pav-menu-video {
    width: 100%;
}

/* line 411, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu .pav-menu-video iframe {
    margin-bottom: 10px;
}

/* line 416, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: #000000;
}

/* line 420, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu .dropdown-toggle {
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: #000000;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 14px;
}

/* line 428, ../development/scss/app/_menu.scss */
div.verticalmenu .dropdown-menu .action {
    display: none;
}

/*** widgets using inside megamenu ***/
/* line 438, ../development/scss/app/_menu.scss */
.pavo-widget .widget-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #3f3f3f;
    padding: 10px 0;
}

/* line 445, ../development/scss/app/_menu.scss */
.pavo-widget .products-row {
    margin: 0;
}

/* line 447, ../development/scss/app/_menu.scss */
.pavo-widget .products-row .product-col {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid transparent;
    padding: 0;
}

/* line 454, ../development/scss/app/_menu.scss */
.pavo-widget .sidebar .product-block {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/* line 458, ../development/scss/app/_menu.scss */
.pavo-widget .widget-inner>[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* line 20, ../development/scss/mixins/_bootstrap.scss */
.pavo-widget .product-block:before,
.pavo-widget .product-block:after {
    content: " ";
    display: table;
}

/* line 25, ../development/scss/mixins/_bootstrap.scss */
.pavo-widget .product-block:after {
    clear: both;
}

/* line 464, ../development/scss/app/_menu.scss */
.pavo-widget .product-block .image {
    width: auto;
    margin-right: 10px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .pavo-widget .product-block .image {
    margin-left: 10px;
    margin-right: inherit;
}

/* line 471, ../development/scss/app/_menu.scss */
.pavo-widget .product-block .price .price-new,
.pavo-widget .product-block .price .special-price {
    font-size: 14px;
}

/* line 475, ../development/scss/app/_menu.scss */
.pavo-widget .product-block .action,
.pavo-widget .product-block .pav-colorbox,
.pavo-widget .product-block .colorbox,
.pavo-widget .product-block .image-gallery {
    display: none;
}

/* line 480, ../development/scss/app/_menu.scss */
.pavo-widget ul {
    padding: 0;
}

/*
     * Off Canvas
     * --------------------------------------------------
     */
@media (max-width: 992px) {



    /* line 321, ../development/scss/mixins/_app.scss */
    .rtl .mainnav-wrap {
        margin-right: 10px;
        margin-left: inherit;
    }


    /* line 14, ../development/scss/opencart/_offcanvas.scss */
    .row-offcanvas-right {
        right: 0;
        left: auto;
    }

    /* line 432, ../development/scss/mixins/_app.scss */
    .rtl .row-offcanvas-right {
        left: 0;
        right: auto;
    }



    /* line 424, ../development/scss/mixins/_app.scss */
    .rtl .row-offcanvas-left {
        right: 0;
        left: auto;
    }

    /* line 20, ../development/scss/opencart/_offcanvas.scss */
    .row-offcanvas-right .sidebar-offcanvas {
        right: -280px;
        left: auto;
    }

    /* line 432, ../development/scss/mixins/_app.scss */
    .rtl .row-offcanvas-right .sidebar-offcanvas {
        left: -280px;
        right: auto;
    }



    /* line 424, ../development/scss/mixins/_app.scss */
    .rtl .row-offcanvas-left .sidebar-offcanvas {
        right: -280px;
        left: auto;
    }

    /* line 28, ../development/scss/opencart/_offcanvas.scss */
    .row-offcanvas-right.active {
        right: 280px;
        left: auto;
    }

    /* line 432, ../development/scss/mixins/_app.scss */
    .rtl .row-offcanvas-right.active {
        left: 280px;
        right: auto;
    }

    /* line 30, ../development/scss/opencart/_offcanvas.scss */
    .row-offcanvas-right.active:before {
        background: rgba(0, 0, 0, 0.3);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
    }

    /* line 38, ../development/scss/opencart/_offcanvas.scss */
    .row-offcanvas-left.active {
        left: 280px;
    }

    /* line 424, ../development/scss/mixins/_app.scss */
    .rtl .row-offcanvas-left.active {
        right: 280px;
        left: auto;
    }

    /* line 40, ../development/scss/opencart/_offcanvas.scss */
    .row-offcanvas-left.active:before {
        background: rgba(0, 0, 0, 0.3);
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
    }



    /* line 55, ../development/scss/opencart/_offcanvas.scss */
    .bottom-offcanvas {
        border-top: 1px solid #dbdbdb;
        padding: 10px 0;
    }
}

/*offcanvas-menu*/
/* line 63, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav {
    float: none;
    padding: 0 10px;
}

/* line 66, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav>li {
    float: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 0;
}

/* line 70, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav>li>a {
    background: transparent;
    padding: 12px 0 12px 0;
    font-family: "PT Sans", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

/* line 80, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav>li .caret {
    display: none;
}

/* line 83, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav>li:last-child {
    border-bottom: none;
}

/* line 89, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block {
    overflow: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* line 92, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .name {
    margin-top: 0;
}

/* line 95, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img {
    margin-right: 20px;
    border: 1px solid #dbdbdb;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl #offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img {
    margin-left: 20px;
    margin-right: inherit;
}

/* line 98, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img a.img {
    padding: 0;
}

/* line 101, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img img {
    max-width: 100px;
}

/* line 104, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-img:before {
    display: none;
}

/* line 108, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .product-label {
    display: none;
}

/* line 111, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .product-block .media-body {
    text-align: left;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl #offcanvasmenu .navbar-nav .pavo-widget .product-block .media-body {
    text-align: right;
}

/* line 115, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .navbar-nav .pavo-widget .widget-heading {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

/* line 122, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: none;
    margin: 0;
    padding: 0 8px;
    position: static;
    visibility: visible;
    width: auto !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* line 135, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu ul {
    padding: 0;
}

/* line 137, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu ul li {
    list-style: none;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #dbdbdb;
}

/* line 142, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu ul li:last-child {
    border-bottom: none;
}

/* line 147, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .mega-col {
    padding: 0;
}

/* line 151, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu.level1 a {
    padding-left: 10px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl #offcanvasmenu .dropdown-menu.level1 a {
    padding-right: 10px;
    padding-left: inherit;
}

/* line 156, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu.level2 a {
    padding-left: 20px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl #offcanvasmenu .dropdown-menu.level2 a {
    padding-right: 20px;
    padding-left: inherit;
}

/* line 160, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu a {
    font-size: 13px;
    padding: 12px 0;
    display: inline-block;
    font-family: "PT Sans", Arial, sans-serif;
    background: none;
}

/* line 167, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .widget-video {
    display: none;
}

/* line 170, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .dropdown-menu .box-heading {
    color: #fc6e51;
}

/* line 174, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .click-canavs-menu.fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    float: right;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl #offcanvasmenu .click-canavs-menu.fa {
    float: left;
}

/* line 182, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .w-product {
    padding: 0;
}

/* line 185, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .product-block {
    border: none;
}

/* line 187, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .product-block .zoom,
#offcanvasmenu .product-block .product-label {
    display: none;
}

/* line 191, ../development/scss/opencart/_offcanvas.scss */
#offcanvasmenu .product-block .image a {
    padding: 0;
}

/* line 1, ../development/scss/opencart/_style.scss */
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    outline: 0;
}

/* line 11, ../development/scss/opencart/_style.scss */



/* line 30, ../development/scss/opencart/_style.scss */
.langs-wrapper {
    padding: 0;
    list-style: none;
}

/* line 37, ../development/scss/opencart/_style.scss */
#footer .footer-top .inner {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-color: #e2e2e2;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
}



/* line 60, ../development/scss/opencart/_style.scss */
#footer .paypal p {
    padding: 0;
    margin: 0;
}



/* line 75, ../development/scss/opencart/_style.scss */
.no-padding .box-content {
    padding: 0 !important;
}

/* line 80, ../development/scss/opencart/_style.scss */
.margin-botton {
    margin-bottom: 18px;
}

/* line 84, ../development/scss/opencart/_style.scss */
.custom-relative {
    position: relative;
}

/* line 88, ../development/scss/opencart/_style.scss */
.ImageWrapper {
    position: relative;
    cursor: pointer;
}

/* line 92, ../development/scss/opencart/_style.scss */
.ImageWrapper:hover img {
    opacity: 0.5;
    z-index: 99;
}

/* line 96, ../development/scss/opencart/_style.scss */
.ImageWrapper:hover .WhiteRounded {
    visibility: visible;
    opacity: 1;
    top: 50%;
    margin-top: -20px;
}

/* line 104, ../development/scss/opencart/_style.scss */
.ImageWrapper .WhiteRounded {
    position: absolute;
    left: 50%;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #fc6e51;
    z-index: 999;
    margin: 0;
    opacity: 0;
    text-align: center;
    top: 0;
    transition: all 400ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    visibility: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    display: table;
    margin-left: -20px;
}

/* line 122, ../development/scss/opencart/_style.scss */
.ImageWrapper .WhiteRounded a {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

/* line 128, ../development/scss/opencart/_style.scss */
.ImageWrapper .WhiteRounded:hover {
    background-color: #000000;
}



/* line 142, ../development/scss/opencart/_style.scss */
.bg-content {
    background-color: #fff;
    padding: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* line 149, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom {
    cursor: pointer;
    position: relative;
    padding-left: 73px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .footer-top .footer-top-custom {
    padding-right: 73px;
    padding-left: inherit;
}

/* line 153, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom img {
    left: 10px;
    position: absolute;
    top: 8px;
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

/* line 424, ../development/scss/mixins/_app.scss */
.rtl .footer-top .footer-top-custom img {
    right: 10px;
    left: auto;
}

/* line 162, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* line 166, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 5px;
}

/* line 174, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom p {
    color: #969696;
    font-size: 14px;
}

/* line 181, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom:nth-child(1) h3 {
    color: #ed5565;
}

/* line 186, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom:nth-child(2) h3 {
    color: #fc6e51;
}

/* line 191, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom:nth-child(3) h3 {
    color: #8cc152;
}

/* line 196, ../development/scss/opencart/_style.scss */
.footer-top .footer-top-custom:nth-child(4) h3 {
    color: #1abc9c;
}

/* line 204, ../development/scss/opencart/_style.scss */
.contact-us li a {
    color: #ffffff !important;
}

/* line 206, ../development/scss/opencart/_style.scss */
.contact-us li a:hover {
    color: #fc6e51 !important;
}

/* line 210, ../development/scss/opencart/_style.scss */
.contact-us li:hover {
    color: #fc6e51 !important;
    cursor: pointer;
}

/* line 218, ../development/scss/opencart/_style.scss */
.modal-dialog .modal-header {
    color: #000000;
}

/* line 222, ../development/scss/opencart/_style.scss */
.modal-dialog .modal-body {
    color: #000000;
}

/*
     * Vertical Style 2
     */
/* line 234, ../development/scss/opencart/_style.scss */
.vertical-style-2 .box-heading {
    background-color: #fc6e51;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* line 239, ../development/scss/opencart/_style.scss */
.vertical-style-2 .box-heading .fa {
    margin-right: 5px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .vertical-style-2 .box-heading .fa {
    margin-left: 5px;
    margin-right: inherit;
}

/* line 243, ../development/scss/opencart/_style.scss */
.vertical-style-2 .box-content {
    background-color: #3a3c3c;
}

/* line 247, ../development/scss/opencart/_style.scss */
.vertical-style-2 .verticalmenu .navbar-nav>li {
    border-bottom: 1px solid rgba(225, 225, 225, 0.2);
    padding-top: 14px;
    padding-bottom: 14px;
}

/* line 251, ../development/scss/opencart/_style.scss */
.vertical-style-2 .verticalmenu .navbar-nav>li>a {
    color: #ffffff;
}

/* line 257, ../development/scss/opencart/_style.scss */
.box-banner {
    text-align: center;
}

/* line 259, ../development/scss/opencart/_style.scss */
.box-banner img {
    display: inline;
}

/*
     *  Widget Twitter
     */
/* line 268, ../development/scss/opencart/_style.scss */
.twitter-timeline {
    display: block !important;
}

/* line 270, ../development/scss/opencart/_style.scss */
.twitter-timeline .sandboxroot {
    color: #ffffff !important;
}

/* line 275, ../development/scss/opencart/_style.scss */
.pav-twitter {
    background: #a7c2d0;
    border-radius: 5px;
}

/* line 281, ../development/scss/opencart/_style.scss */
.widget-images .box-content {
    padding: 0;
}



/* line 310, ../development/scss/mixins/_app.scss */
.rtl .nav-pills>li {
    float: right;
}

/* line 295, ../development/scss/opencart/_style.scss */
.glyphicon.glyphicon-calendar:before,
.glyphicon-time.glyphicon:before,
.glyphicon.glyphicon-chevron-down:before,
.glyphicon.glyphicon-chevron-up:before {
    font-family: FontAwesome;
    color: black;
    position: relative;
    font-size: 20px;
}

/* line 304, ../development/scss/opencart/_style.scss */
.glyphicon.glyphicon-chevron-up:before {
    content: "\f106";
}

/* line 309, ../development/scss/opencart/_style.scss */
.glyphicon.glyphicon-chevron-down:before {
    content: "\f107";
}

/* line 314, ../development/scss/opencart/_style.scss */
.glyphicon-time.glyphicon:before {
    content: "\f017";
}

/* line 319, ../development/scss/opencart/_style.scss */
.glyphicon.glyphicon-calendar:before {
    content: "\f073";
}

/* line 324, ../development/scss/opencart/_style.scss */
.owl-wrapper-outer {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

/* line 3, ../development/scss/app/_animation.scss */
.product-block .img {
    -webkit-transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
    transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}

/* line 7, ../development/scss/app/_animation.scss */
.product-block .pav-colorbox,
.product-block .product-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 50%;
    bottom: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 15, ../development/scss/app/_animation.scss */
.product-block .pav-colorbox {
    margin: -10px 0 0 -60px;
}

/* line 18, ../development/scss/app/_animation.scss */
.product-block .product-zoom {
    margin: -10px -70px -0 0;
}





/* line 35, ../development/scss/app/_animation.scss */
.product-block .image:hover .product-zoom,
.product-block .image:hover .pav-colorbox {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

/* line 39, ../development/scss/app/_animation.scss */
.product-block .image:hover .product-zoom {
    margin: -10px -40px -0 0;
}

/* line 42, ../development/scss/app/_animation.scss */
.product-block .image:hover .pav-colorbox {
    margin: -10px 0 0 -25px;
}



/* line 55, ../development/scss/app/_animation.scss */
.text-fill li a:hover {
    color: #fc6e51;
}

/* line 1, ../development/scss/opencart/_responsive.scss */
#banner1 {
    text-align: center;
}

/* line 3, ../development/scss/opencart/_responsive.scss */
#banner1 .img-responsive {
    display: inline-block;
}



/*$media (min-width: 768px) and (max-width: 991px) {*/
@media (min-width: 768px) and (max-width: 991px) {

    /* line 63, ../development/scss/opencart/_responsive.scss */
    .zoomContainer,
    .pav-colorbox,
    .product-zoom {
        display: none !important;
    }

    /* line 66, ../development/scss/opencart/_responsive.scss */
    .child-menu .dropdown-menu {
        width: 493px !important;
    }

    /* line 70, ../development/scss/opencart/_responsive.scss */
    #footer .column:nth-child(2n + 1) {
        /* clear: both; */
    }

    /* line 73, ../development/scss/opencart/_responsive.scss */
    .compare-info td .btn {
        margin-bottom: 4px;
    }
}


/* line 2, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center {
    cursor: pointer;
}

/* line 5, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center:hover .icon-name {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* line 9, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center .description {
    overflow: hidden;
}

/* line 11, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center .description h4 {
    color: #ed5565;
    margin-top: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

/* line 20, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center.orange .icon-name {
    background: #fc6e51;
}

/* line 23, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center.orange h4 {
    color: #fc6e51;
}

/* line 28, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center.green .icon-name {
    background: #8cc152;
}

/* line 31, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center.green h4 {
    color: #8cc152;
}

/* line 36, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center.cyan .icon-name {
    background: #1abc9c;
}

/* line 39, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center.cyan h4 {
    color: #1abc9c;
}

/* line 43, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center button {
    background: none;
    border: none;
    border-radius: 0;
    bottom: 3px;
    color: #949595;
    position: absolute;
    right: 15px;
    left: auto;
    display: none;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl .box-module-pavreassurances .reassurances-center button {
    left: 15px;
    right: auto;
}

/* line 54, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .reassurances-center:hover button {
    display: block;
}

/* line 59, ../development/scss/pavreassuarence.scss */
.box-module-pavreassurances .icon-name {
    background: none repeat scroll 0 0 #ed5565;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 25px;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    margin: 10px 0 0;
    margin-right: 15px;
    float: left;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl .box-module-pavreassurances .icon-name {
    margin-left: 15px;
    margin-right: inherit;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .box-module-pavreassurances .icon-name {
    float: right;
}

/* line 2, ../development/scss/pavautosearch.scss */
#header-main #search-auto {
    border: 1px solid #dbdde1;
    margin-right: -18px;
    padding: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl #header-main #search-auto {
    margin-left: -18px;
    margin-right: inherit;
}

/* line 11, ../development/scss/pavautosearch.scss */
#pav-masshead #search-auto {
    background-color: #3f3f3f;
    padding: 6px;
    margin-right: -18px;
}

/* line 321, ../development/scss/mixins/_app.scss */
.rtl #pav-masshead #search-auto {
    margin-left: -18px;
    margin-right: inherit;
}

/* line 16, ../development/scss/pavautosearch.scss */
#pav-masshead .box-heading {
    cursor: pointer;
}

/* line 21, ../development/scss/pavautosearch.scss */
#search-auto .button-search {
    color: #9c9c9c;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 3px;
    left: auto;
    z-index: 3;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl #search-auto .button-search {
    left: 3px;
    right: auto;
}

/* line 32, ../development/scss/pavautosearch.scss */
#search-auto .search-input-wrapper {
    position: relative;
    width: 75%;
}

/* line 36, ../development/scss/pavautosearch.scss */
#search-auto .category_filter {
    position: relative;
    width: 25%;
}

/* line 39, ../development/scss/pavautosearch.scss */
#search-auto .category_filter select {
    cursor: pointer;
    width: 100%;
    height: 34px;
    font-size: 13px;
    color: #9c9c9c;
    padding: 6px;
    background-color: #f9f9f9;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    border: none;
}

/* line 54, ../development/scss/pavautosearch.scss */
#search-auto .category_filter span {
    background-color: #f9f9f9;
    pointer-events: none;
    width: 30px;
    height: 34px;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    line-height: 35px;
    padding: 0 10px;
}

/* line 432, ../development/scss/mixins/_app.scss */
.rtl #search-auto .category_filter span {
    left: 0px;
    right: auto;
}

/* line 67, ../development/scss/pavautosearch.scss */
#search-auto .form-control {
    box-shadow: none;
    border: none;
}

/* line 72, ../development/scss/pavautosearch.scss */
.autosearch {
    width: 100%;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .autosearch {
    text-align: right;
}

/* line 77, ../development/scss/pavautosearch.scss */
.autosearch>li {
    border-bottom: 1px solid #ddd;
}

/* line 79, ../development/scss/pavautosearch.scss */
.autosearch>li:last-child {
    border-bottom: none;
}

/* line 82, ../development/scss/pavautosearch.scss */
.autosearch>li>a {
    float: left;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .autosearch>li>a {
    float: right;
}

/* line 86, ../development/scss/pavautosearch.scss */
.autosearch .media-body {
    float: left;
    padding: 20px 0;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl .autosearch .media-body {
    float: right;
}

/* line 89, ../development/scss/pavautosearch.scss */
.autosearch .media-body a {
    font-weight: bold;
}

/* line 94, ../development/scss/pavautosearch.scss */
ul.ui-autocomplete {
    z-index: 9999 !important;
}

/* line 96, ../development/scss/pavautosearch.scss */
ul.ui-autocomplete .active {
    border: solid 1px #cccccc;
}

/* line 99, ../development/scss/pavautosearch.scss */
ul.ui-autocomplete li {
    display: block;
    clear: both;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    background-color: #fff !important;
    padding: 10px;
}

/* line 106, ../development/scss/pavautosearch.scss */
ul.ui-autocomplete li img {
    cursor: pointer;
    width: 60px;
    height: 60px;
}

/* line 111, ../development/scss/pavautosearch.scss */
ul.ui-autocomplete li .name {
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

/* line 113, ../development/scss/pavautosearch.scss */
ul.ui-autocomplete li .name:hover {
    color: #7bbd42;
}

/* line 119, ../development/scss/pavautosearch.scss */
ul.ui-autocomplete li a {
    float: right;
    margin: 5px !important;
    border: 1px solid transparent;
}

/* line 310, ../development/scss/mixins/_app.scss */
.rtl ul.ui-autocomplete li a {
    float: left;
}

.simplecheckout-block-content p {
    display: none;
}

.checkout-success p.success {
    display: none;
}



.groupped_info_product {
    display: flex;
}

.groupped_info_product .column_left {
    width: 39%;
    margin-right: 28px;
}

.groupped_info_product .column_right {
    width: 60%;
}





ol li {
    list-style-type: decimal !important;
}

.simplecheckout-left-column #simplecheckout_customer {
    margin-bottom: 17px !important;
}



#scrollToDescription {
    cursor: pointer;
}

.buttons-success-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding: 6px;
    background: none repeat scroll 0 0 #FFFFFF;
}

.download-pdf {
    white-space: unset;
    border: 1px solid #4CAF50;
    background: none;
    color: #4CAF50;
    margin-left: 20px;
}

.download-pdf:hover, .download-pdf:focus {
    border-color: #2d5f2d;
    color: #2d5f2d;
}

.grey-button {
    white-space: unset;
    border: 1px solid #DBDFE5;
    background: none;
    color: #475262;
    margin-left: 20px;
}

.grey-button:hover, .grey-button:focus {
    border-color: #2d5f2d;
    color: #2d5f2d;
}

.buttons-success-wrap .btn-primary {
    margin-left: 20px;
}

@media (max-width: 768px) {
    .buttons-success-wrap {
        flex-direction: column;
        padding: 10px 20px;
    }
    .grey-button, .buttons-success-wrap .btn-primary, .download-pdf {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}



.video-container, #tab-description p:has(iframe) {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframem, #tab-description p > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-container.fancybox-is-open {
    z-index: 9999999991;
}

@media (max-width: 560px) {
    .video-container, #tab-description p:has(iframe) {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe, #tab-description p > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.dropdown.user:hover>.dropdown-menu {
    display: block;
    left: 0px;
    right: 0;
    left: auto;
    min-width: auto;
}






.sale-saving {
    border: 1px solid rgba(0, 0, 0, .06);
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    line-height: 11px;
    padding: 6px 8px;
    font-size: 12px;
    color: rgba(5, 6, 17, .87);
}

.sale-saving-sum {
    font-weight: 700;
    color: #D8012B;
}

.sale-info-text {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    background-color: #173c610f;
    padding: 10px 12px 10px 12px;
    line-height: 16px;
    border-radius: 10px;
    color: rgba(5, 6, 17, .87);
    display: flex;
    justify-content: space-between;
    align-items: center;
}


