/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

@font-face {
    font-family: FontAwesome;
    src:
        url(../../frontend/Mconnect/Mmedia/en_US/Mconnect_Homeslider/fonts/fontawesome-webfont.woff) format('woff'), url(../../frontend/Mconnect/Mmedia/en_US/Mconnect_Homeslider/fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* /font-awesome.min CSS */
@font-face {
    font-family: 'luma-icons';
    src: url('../../frontend/Mconnect/Mmedia/en_US/Mconnect_Homeslider/fonts/Luma-Icons.eot');
    src: url('../../frontend/Mconnect/Mmedia/en_US/Mconnect_Homeslider/fonts/Luma-Icons.eot?#iefix') format('embedded-opentype'),
        url('../../frontend/Mconnect/Mmedia/en_US/Mconnect_Homeslider/fonts/Luma-Icons.woff') format('woff'),
        url('../../frontend/Mconnect/Mmedia/en_US/Mconnect_Homeslider/fonts/Luma-Icons.ttf') format('truetype'),
        url('../../frontend/Mconnect/Mmedia/en_US/Mconnect_Homeslider/fonts/Luma-Icons.svg#luma-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* /style-m fonts CSS */
/* banner-section CSS */
.banner-section {
    position: relative;
    width: 100%;

    min-height: 300px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 5vh 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-content h1 {
    font-size: clamp(1.5rem, 5vw, 3rem);
    margin-bottom: 0.5em;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-content h1 span {
    color: #ef672f;
}

.banner-content h2 {
    font-size: clamp(1.1rem, 3vw, 1.8rem);
    font-weight: 400;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.banner-content .second-line {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    margin-bottom: 2em;
    color: #fff;
}

.since {
    font-weight: 600;
    color: #ef672f;
    border-bottom: 1px solid #ef672f;
}

.banner-btn {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-btn a {
    padding: 0.75em 1.5em;
    border-radius: 4px;
    text-align: center;
    flex: 0 0 210px;
    color: #fff;
    text-decoration: none;
}

.banner-btn .m2m-btn {
    background-color: #ff6600;
}

.banner-btn .m2m-btn:hover {
    background-color: #c95508;
}

.banner-btn .m2d-btn {
    background-color: #0985f8;
}

.banner-btn .m2d-btn:hover {
    background-color: #065099;
}



.exp-bottom .exp-box {
    display: inline-block;
    padding: 0 30px;
    position: relative;
    text-align: left;
}

.exp-bottom .exp-box:last-child:before {
    display: none;
}

.exp-bottom .exp-box:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #994c38;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.exp-bottom .exp-box span {
    padding-left: 10px;
    text-align: left;
    font-size: 14px;
    color: #474747 !important;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}

.exp-bottom .exp-box span,
.exp-bottom .exp-box img {
    display: inline-block;
    vertical-align: middle;
}

.header-project-status {
    padding: 30px 0px;
    box-shadow: 10px 10px 30px -15px #ccc;
    background-color: #fff;
    position: relative;
}

.ribbon {
    position: absolute;
    top: 0;
    right: 20px;
}

.exp-box strong {
    font-size: 22px;
    line-height: 23px;
}

@media (min-width: 1025px) and (max-width: 1224px) {
    .exp-bottom .exp-box span {
        font-size: 12px;
    }

    .exp-box strong {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header-project-status {
        text-align: left;
    }

    .ribbon {
        right: 0px;
    }

    .exp-box strong {
        font-size: 18px;
    }

    .exp-bottom .exp-box span {
        font-size: 11px;
    }
}

@media (max-width:768px) {
    .exp-bottom .exp-box {
        width: 50% !important;
        float: left;
        text-align: left;
    }

    .exp-bottom .exp-box::before {
        position: absolute;
        content: none !important;
    }

    .exp-bottom .exp-box span {
        font-size: 11px;
    }

    .exp-box strong {
        font-size: 18px;
    }

    .ribbon {
        right: -20px;
    }
}

@media (max-width:576px) {
    .exp-bottom .exp-box {
        width: 100% !important;
    }
}

@media (max-width:420px) {
    .exp-box strong {
        font-size: 20px;
    }

    .exp-bottom .exp-box span {
        font-size: 13px;
    }

    .exp-bottom .exp-box span {
        display: block !important;
        padding-top: 6px;
    }
}@charset 'UTF-8';.slick-loading .slick-list{background:#fff center center no-repeat;}
.slick-prev,
.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color:transparent;outline:none;background:transparent;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,
.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-prev{left:-25px;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
.slick-prev:before{content:'←';}
[dir='rtl'] .slick-prev:before{content:'→';}
.slick-next{right:-25px;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
.slick-next:before{content:'→';}
[dir='rtl'] .slick-next:before{content:'←';}
.slick-dotted.slick-slider{margin-bottom:30px;}
.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:black;}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{width:565px;position:relative;display:block;overflow:hidden;margin:0 auto;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slider{width:565px;}
.slick-slide{margin:0px 20px;}
.slick-slide img{width:100%;}
.grandchild{float:left;}
.screen-box .grandchild:nth-child(1){margin-bottom:20px;margin-right:20px;}
.screen-box .grandchild:nth-child(5){margin-left:20px;}
.screen-box .grandchild a{position:relative !important;overflow:hidden !important;display:block;}
.slick-slide img{background:#ffffff none repeat scroll 0 0;border:2px solid #d2d2d2;max-height:155px;max-width:252px;min-height:155px;min-width:252px;transform:scale(1,1);-webkit-transition:0.5s ease all;-moz-transition:0.5s ease all;-ms-transition:0.5s ease all;-o-transition:0.5s ease all;transition:0.5s ease all;}
.screen-box .grandchild a:hover img{transform:scale(1.2,1.2);}
.clearboth{clear:both;}
.slick-prev:before,
.slick-next:before{color:black;}body.hidden-scroll{overflow:hidden;}
.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.80);display:none;z-index:1006;}
.sl-wrapper{z-index:1000;}
.sl-wrapper button{border:0 none;background:transparent;font-size:28px;padding:0;cursor:pointer;}
.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:1015;margin-top:-14px;margin-right:-14px;height:45px;width:50px;line-height:44px;font-family:Arial, Baskerville, monospace;color:#fff;font-size:30px;box-shadow:none;background:rgba(255, 255, 255, 0.10);font-weight:100;}
.sl-wrapper .sl-close:hover{background:rgba(255, 255, 255, 0.20);border:none;}
.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:1015;color:#000;font-size:1rem;}
.sl-wrapper .sl-navigation{width:100%;display:none;}
.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:80px;width:22px;line-height:44px;text-align:center;display:block;z-index:1015;font-family:Arial, Baskerville, monospace;color:#000;}
.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:30px;color:#fff;background:rgba(255, 255, 255, 0.05);box-shadow:none;}
.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:30px;color:#fff;background:rgba(255, 255, 255, 0.05);box-shadow:none;}
.sl-wrapper .sl-navigation button.sl-next:hover,
.sl-wrapper .sl-navigation button.sl-prev:hover{background:rgba(255, 255, 255, 0.15);border:none;}
@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px;}
.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem;}
.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem;}
}
@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px;}
.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem;}
.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem;}
}
.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000;}
.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;}
@media (min-width:35.5em){.sl-wrapper .sl-image img{border:0 none;}
}
@media (min-width:50em){.sl-wrapper .sl-image img{border:0 none;}
}
.sl-wrapper .sl-image iframe{background:#000;border:0 none;}
@media (min-width:35.5em){.sl-wrapper .sl-image iframe{border:0 none;}
}
@media (min-width:50em){.sl-wrapper .sl-image iframe{border:0 none;}
}
.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0, 0, 0, 0.8);position:absolute;bottom:0;left:0;right:0;}
.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0;}
.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto;}
.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1005;}
.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite;}
.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}
@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0;}
50%{opacity:1;}
100%{transform:scale(1.2);opacity:0;}
}
@keyframes pulsate{0%{transform:scale(0.1);opacity:0.0;}
50%{opacity:1;}
100%{transform:scale(1.2);opacity:0;}
}
@-moz-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0;}
50%{opacity:1;}
100%{transform:scale(1.2);opacity:0;}
}
@-o-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0;}
50%{opacity:1;}
100%{transform:scale(1.2);opacity:0;}
}
@-ms-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0;}
50%{opacity:1;}
100%{transform:scale(1.2);opacity:0;}
}.flex-container a:hover,
.flex-slider a:hover{outline:none;}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav{margin:0;padding:0;list-style:none;}
.flex-pauseplay span{text-transform:capitalize;}
.flexslider{margin:0;padding:0;}
.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}
.flexslider .slides img{width:100%;display:block;}
.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .flexslider .slides{display:block;}
* html .flexslider .slides{height:1%;}
.no-js .flexslider .slides > li:first-child{display:block;}
.flexslider{margin:0px;background:transparent;border:10px solid #d2d2d2;position:relative;zoom:1;-webkit-box-shadow:'' 0 1px 4px rgba(0, 0, 0, 0.2);-moz-box-shadow:'' 0 1px 4px rgba(0, 0, 0, 0.2);-o-box-shadow:'' 0 1px 4px rgba(0, 0, 0, 0.2);box-shadow:'' 0 1px 4px rgba(0, 0, 0, 0.2);float:left;width:100%;}
.flexslider .slides{zoom:1;}
.flexslider .slides img{height:auto;-moz-user-select:none;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.loading .flex-viewport{max-height:300px;}
.carousel li{margin-right:5px;}
.flex-direction-nav{*height:0;}
.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;cursor:pointer;color:rgba(0, 0, 0, 0.8);text-shadow:1px 1px 0 rgba(255, 255, 255, 0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.flex-direction-nav .flex-prev{left:-50px;}
.flex-direction-nav .flex-next{right:-50px;text-align:right;}
.flexslider:hover .flex-direction-nav .flex-prev{left:10px;}
.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1;}
.flexslider:hover .flex-direction-nav .flex-next{right:10px;}
.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1;}
.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default;z-index:-1;}
.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:0.8;z-index:10;overflow:hidden;cursor:pointer;color:#000;}
.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004';}
.flex-pauseplay a:hover{opacity:1;}
.flex-pauseplay a.flex-play:before{content:'\f003';}
.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center;}
.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0, 0, 0, 0.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);-o-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);box-shadow:inset 0 0 3px rgba(0, 0, 0, 0.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;}
.flex-control-paging li a:hover{background:#333;background:rgba(0, 0, 0, 0.7);}
.flex-control-paging li a.flex-active{background:#000;background:rgba(0, 0, 0, 0.9);cursor:default;}
.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden;}
.flex-control-thumbs li{width:25%;float:left;margin:0;}
.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-moz-user-select:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.flex-control-thumbs img:hover{opacity:1;}
.flex-control-thumbs .flex-active{opacity:1;cursor:default;}
@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px;}
.flex-direction-nav .flex-next{opacity:1;right:10px;}
}body {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

nav ul,
nav ol {
    list-style: none none;
}

img {
    border: 0;
}

img,
object,
video,
embed {
    height: auto;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%
}

body {
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

p {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ccc;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

mark {
    background: #f6f6f6;
    color: #000;
}

small,
.small {
    font-size: 12px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dfn {
    font-style: italic;
}

h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h5 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h6 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

a,
.alink {
    color: #0985f8;
    text-decoration: none;
}

/*a:hover,
.alink:hover {
    color: #474747;
    text-decoration: none;
}*/

a:active,
.alink:active {
    color: #ff5501;
    text-decoration: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

code {
    background: #f6f6f6;
    color: #111;
    padding: 2px 4px;
    font-size: 1.2rem;
    white-space: nowrap;
}

kbd {
    background: #f6f6f6;
    color: #111;
    padding: 2px 4px;
    font-size: 1.2rem;
}

pre {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #111;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.2rem;
    display: block;
    word-wrap: break-word;
    float: left;
    width: 100%;
	text-align: center;
}

pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}

blockquote {
    border-left: 0 solid #ccc;
    margin: 0 0 20px 40px;
    padding: 0;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    color: #333;
    line-height: 1.42857143;
    font-size: 1rem;
    display: block;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

blockquote cite {
    font-style: normal;
}

blockquote:before,
blockquote:after {
    content: ''
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

cite {
    font-style: normal;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%
}

table th {
    text-align: left;
}

table>tbody>tr>th,
table>tfoot>tr>th,
table>tbody>tr>td,
table>tfoot>tr>td {
    vertical-align: top;
}

table>thead>tr>th,
table>thead>tr>td {
    vertical-align: bottom;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    padding: 11px 10px;
}

button {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}

button:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333;
}

button.disabled,
button[disabled],
fieldset[disabled] button {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
    opacity: .5;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 5px 10px 4px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}

select:disabled {
    opacity: .5;
}

select[multiple="multiple"] {
    height: auto;
    background-image: none;
}

textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
}

textarea:disabled {
    opacity: .5;
}

textarea::-moz-placeholder {
    color: #c2c2c2;
}

textarea::-webkit-input-placeholder {
    color: #c2c2c2;
}

textarea:-ms-input-placeholder {
    color: #c2c2c2;
}

input[type="checkbox"] {
    margin: 4px 5px 0 0;
}

input[type="checkbox"]:disabled {
    opacity: .5;
}

input[type="radio"] {
    margin: 4px 5px 0 0;
}

input[type="radio"]:disabled {
    opacity: .5;
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #ed8380;
}

div.mage-error[generated] {
    color: #e02b27;
    font-size: 1.2rem;
}

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

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

address {
    font-style: normal;
}

*:focus {
    box-shadow: none;
    outline: 0;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: 0 0 3px 1px #68a8e0;
}

.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.bundle-options-container .block-bundle-summary .bundle.items>li,
.product-items>li,
.prices-tier>li,
.search-terms>li,
.cart-summary .checkout-methods-items>li,
.opc-wrapper .opc>li,
.opc-progress-bar>li,
.checkout-agreements-items>li,
.order-details-items .items-qty>li,
.footer.content ul>li,
.block-banners .banner-items>li,
.block-banners-inline .banner-items>li,
.block-event .slider-panel .slider>li {
    margin: 0;
}

.action-primary:focus,
.action-primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.action-primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
    border-radius: 3px;
}

.abs-discount-block .actions-toolbar .action.primary:not(:focus),
.abs-discount-block .actions-toolbar .action.cancel:not(:focus),
.block-compare .action.primary:not(:focus),
.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),
.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.primary:not(:focus),
.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),
.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}

.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar>.primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}

.block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}

.abs-action-link-button:focus,
.abs-action-link-button:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333;
}

.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333;
}

.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.block-event .slider-panel .slider .item .action.event:hover,
.block-event .slider-panel .slider .item .action.event:active,
.block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none;
}

.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar>.action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button>.action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
    line-height: 1.42857143;
    padding: 0;
    color: #19898b;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    font-weight: 400;
    border-radius: 0;
}

.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar>.action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button>.action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check:visited,
.form-giftregistry-share .action.remove:visited,
.form-giftregistry-edit .action.remove:visited,
.form-add-invitations .action.remove:visited,
.form-create-return .action.remove:visited,
.form.send.friend .action.remove:visited {
    color: #19898b;
    text-decoration: none;
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button>.action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
    color: #19898b;
    text-decoration: underline;
}

.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button>.action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check:active,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-edit .action.remove:active,
.form-add-invitations .action.remove:active,
.form-create-return .action.remove:active,
.form.send.friend .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
}

.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button>.action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover {
    color: #19898b;
}

.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .actions-toolbar>.action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button>.action:hover,
.wishlist.split.button>.action:active,
.wishlist.split.button>.action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.form.send.friend .action.remove:hover,
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:focus {
    background: none;
    border: 0;
}

.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar>.action-delete.disabled,
.cart.table-wrapper .actions-toolbar>.action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button>.action.disabled,
.wishlist.split.button>.action[disabled],
fieldset[disabled] .wishlist.split.button>.action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
    color: #19898b;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}

.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar>.action-delete:active,
.cart.table-wrapper .actions-toolbar>.action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button>.action:active,
.wishlist.split.button>.action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
    box-shadow: none;
}

.abs-revert-to-action-secondary,
.paypal-review .block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar>.primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
}

.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.primary:focus,
.abs-discount-block .actions-toolbar .action.primary:active,
.abs-discount-block .actions-toolbar .action.cancel:focus,
.abs-discount-block .actions-toolbar .action.cancel:active,
.block-compare .action.primary:focus,
.block-compare .action.primary:active,
.cart-summary .block .actions-toolbar>.primary .action.primary:focus,
.cart-summary .block .actions-toolbar>.primary .action.primary:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review-discount .actions-toolbar .action.primary:focus,
.paypal-review-discount .actions-toolbar .action.primary:active,
.paypal-review-discount .actions-toolbar .action.cancel:focus,
.paypal-review-discount .actions-toolbar .action.cancel:active,
.cart-discount .actions-toolbar .action.primary:focus,
.cart-discount .actions-toolbar .action.primary:active,
.cart-discount .actions-toolbar .action.cancel:focus,
.cart-discount .actions-toolbar .action.cancel:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333;
}

.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.primary:hover,
.abs-discount-block .actions-toolbar .action.cancel:hover,
.block-compare .action.primary:hover,
.cart-summary .block .actions-toolbar>.primary .action.primary:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.primary:hover,
.paypal-review-discount .actions-toolbar .action.cancel:hover,
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.cancel:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333;
}

.products-grid.wishlist .product-item .box-tocart .tocart {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px;
}

.multicheckout .action.primary,
.order-review-form .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content>.actions>.primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,
.form-address-edit .actions-toolbar .action.primary {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}

.multicheckout .item-options dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
}

.multicheckout .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after {
    content: ': '
}

.multicheckout .item-options dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
}

.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart {
    width: 100%
}

.products-list .product-image-wrapper,
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
    height: auto;
    padding: 0 !important;
}

.products-list .product-image-wrapper .product-image-photo,
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static;
}

.product.media .product.photo .photo.image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%
}

.login-container .block .block-title {
    border-bottom: 1px solid #e8e8e8;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 12px;
}

.login-container .block .block-title strong {
    font-weight: 500;
}

.giftregisty-dropdown,
.wishlist-dropdown {
    display: inline-block;
    position: relative;
}

.abs-dropdown-simple:before,
.abs-dropdown-simple:after,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.wishlist-dropdown:before,
.wishlist-dropdown:after {
    content: '';
    display: table;
}

.abs-dropdown-simple:after,
.giftregisty-dropdown:after,
.wishlist-dropdown:after {
    clear: both;
}

.abs-dropdown-simple .action.toggle,
.giftregisty-dropdown .action.toggle,
.wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.abs-dropdown-simple .action.toggle:after,
.giftregisty-dropdown .action.toggle:after,
.wishlist-dropdown .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.abs-dropdown-simple .action.toggle:hover:after,
.giftregisty-dropdown .action.toggle:hover:after,
.wishlist-dropdown .action.toggle:hover:after {
    color: inherit;
}

.abs-dropdown-simple .action.toggle:active:after,
.giftregisty-dropdown .action.toggle:active:after,
.wishlist-dropdown .action.toggle:active:after {
    color: inherit;
}

.abs-dropdown-simple .action.toggle.active,
.giftregisty-dropdown .action.toggle.active,
.wishlist-dropdown .action.toggle.active {
    display: inline-block;
    text-decoration: none;
}

.abs-dropdown-simple .action.toggle.active:after,
.giftregisty-dropdown .action.toggle.active:after,
.wishlist-dropdown .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.abs-dropdown-simple .action.toggle.active:hover:after,
.giftregisty-dropdown .action.toggle.active:hover:after,
.wishlist-dropdown .action.toggle.active:hover:after {
    color: inherit;
}

.abs-dropdown-simple .action.toggle.active:active:after,
.giftregisty-dropdown .action.toggle.active:active:after,
.wishlist-dropdown .action.toggle.active:active:after {
    color: inherit;
}

.abs-dropdown-simple ul.dropdown,
.giftregisty-dropdown ul.dropdown,
.wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.abs-dropdown-simple ul.dropdown li,
.giftregisty-dropdown ul.dropdown li,
.wishlist-dropdown ul.dropdown li {
    margin: 0;
    padding: 5px 5px 5px 23px;
}

.abs-dropdown-simple ul.dropdown li:hover,
.giftregisty-dropdown ul.dropdown li:hover,
.wishlist-dropdown ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.abs-dropdown-simple ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:before,
.wishlist-dropdown ul.dropdown:before {
    left: 10px;
    top: -12px;
}

.abs-dropdown-simple ul.dropdown:after,
.giftregisty-dropdown ul.dropdown:after,
.wishlist-dropdown ul.dropdown:after {
    left: 9px;
    top: -14px;
}

.abs-dropdown-simple.active,
.giftregisty-dropdown.active,
.wishlist-dropdown.active {
    overflow: visible;
}

.abs-dropdown-simple.active ul.dropdown,
.giftregisty-dropdown.active ul.dropdown,
.wishlist-dropdown.active ul.dropdown {
    display: block;
    position: absolute;
}

.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
    padding: 6px 0;
}

.multicheckout .table-wrapper .col .qty .input-text,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .qty,
.block-wishlist-info-items .input-text.qty,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    text-align: center;
    width: 54px;
}

.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
    display: inline-block;
    text-decoration: none;
}

.abs-remove-button-for-blocks>span,
.sidebar .product-items .action.delete>span,
.table-comparison .cell.remove .action.delete>span,
.block-compare .action.delete>span,
.filter-current .action.remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    content: '\e616';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
    color: #494949;
}

.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
    color: #999;
}

.product-item-name,
.product.name a {
    font-weight: 400;
}

.product-item-name>a,
.product.name a>a {
    color: #333;
    text-decoration: none;
}

.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
    color: #333;
    text-decoration: underline;
}

.abs-product-link>a:hover,
.product-item-name>a:hover,
.product.name a>a:hover {
    color: #333;
    text-decoration: underline;
}

.abs-product-link>a:active,
.product-item-name>a:active,
.product.name a>a:active {
    color: #333;
    text-decoration: underline;
}

.abs-like-link:visited {
    color: #19898b;
    text-decoration: none;
}

.abs-like-link:hover {
    color: #19898b;
    text-decoration: underline;
}

.abs-like-link:active {
    color: #ff5501;
    text-decoration: underline;
}

.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
    margin-left: 0;
}

.abs-add-fields .action.remove,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove {
    line-height: normal;
    margin-left: 73%;
    position: absolute;
    top: 34px;
    width: auto;
}

.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
    width: 70%
}

.form-giftregistry-share .fieldset .actions-toolbar>.secondary,
.form-giftregistry-edit .fieldset .actions-toolbar>.secondary,
.form-add-invitations .fieldset .actions-toolbar>.secondary,
.form-create-return .fieldset .actions-toolbar>.secondary,
.form.send.friend .fieldset .actions-toolbar>.secondary {
    float: left;
}

.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add,
.form-create-return .fieldset .actions-toolbar>.secondary .action.add,
.form.send.friend .fieldset .actions-toolbar>.secondary .action.add {
    margin-top: 30px;
}

.form-giftregistry-share .fieldset .fields .actions-toolbar,
.form-giftregistry-edit .fieldset .fields .actions-toolbar,
.form-add-invitations .fieldset .fields .actions-toolbar,
.form-create-return .fieldset .fields .actions-toolbar,
.form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0;
}

.form-giftregistry-share .additional,
.form-giftregistry-edit .additional,
.form-add-invitations .additional,
.form-create-return .additional,
.form.send.friend .additional {
    margin-top: 55px;
    position: relative;
}

.form-giftregistry-share .message.notice,
.form-giftregistry-edit .message.notice,
.form-add-invitations .message.notice,
.form-create-return .message.notice,
.form.send.friend .message.notice {
    margin: 30px 0 0;
}

.order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: 0;
    visibility: hidden;
}

.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary>.action span,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard>.legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button>.action.split span,
.product-items .wishlist.split.button>.action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label,
.products-grid.wishlist .product-item .comment-box .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-items .product.options .toggle>span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:before,
.minicart-items .product-item>.product:after,
.checkout-container:before,
.checkout-container:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
    content: '';
    display: table;
}

.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.payment-method-braintree .hosted-date-wrap:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item>.product:after,
.checkout-container:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
    clear: both;
}

.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.product-item,
.sidebar .product-items-images .product-item,
.search-autocomplete,
.cart-summary,
.opc-wrapper .shipping-address-item,
.shipping-policy-block.field-tooltip .field-tooltip-content,
.opc-block-summary,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
    box-sizing: border-box;
}

.abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.abs-split-button:before,
.abs-split-button:after {
    content: '';
    display: table;
}

.abs-split-button:after {
    clear: both;
}

.abs-split-button .action.split {
    float: left;
    margin: 0;
}

.abs-split-button .action.toggle {
    float: right;
    margin: 0;
}

.abs-split-button button.action.split {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.abs-split-button button+.action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0;
}

.abs-split-button .action.toggle {
    display: inline-block;
    text-decoration: none;
}

.abs-split-button .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.abs-split-button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.abs-split-button .action.toggle:hover:after {
    color: inherit;
}

.abs-split-button .action.toggle:active:after {
    color: inherit;
}

.abs-split-button .action.toggle.active {
    display: inline-block;
    text-decoration: none;
}

.abs-split-button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.abs-split-button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: inherit;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.abs-split-button .action.toggle.active:hover:after {
    color: inherit;
}

.abs-split-button .action.toggle.active:active:after {
    color: inherit;
}

.abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.abs-split-button .items li {
    margin: 0;
    padding: 3px 5px;
}

.abs-split-button .items li:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.abs-split-button .items:before,
.abs-split-button .items:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.abs-split-button .items:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.abs-split-button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.abs-split-button .items:before {
    right: 10px;
    top: -12px;
}

.abs-split-button .items:after {
    right: 9px;
    top: -14px;
}

.abs-split-button.active {
    overflow: visible;
}

.abs-split-button.active .items {
    display: block;
    position: absolute;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action,
.product-item-actions .actions-secondary>.action,
.product-social-links .action.tocompare,
.wishlist.split.button>.action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
    color: #999;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,
.product-item-actions .actions-secondary>.action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button>.action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    font-family: 'luma-icons';
    margin: -2px 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,
.product-item-actions .actions-secondary>.action:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button>.action.split:hover,
.product-social-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
    color: #333;
    text-decoration: none;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,
.product-item-actions .actions-secondary>.action:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button>.action.split:before,
.product-social-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    width: 18px;
}

.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
    margin: 0 0 30px;
}

.abs-cart-block>.title,
.minicart-items .product .toggle,
.abs-discount-block .block>.title,
.cart-summary .block>.title,
.paypal-review-discount .block>.title,
.cart-discount .block>.title {
    border-top: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    display: block;
    text-decoration: none;
}

.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    position: absolute;
    right: 20px;
    top: 10px;
}

.abs-toggling-title>span,
.abs-cart-block>.title>span,
.minicart-items .product .toggle>span,
.abs-discount-block .block>.title>span,
.cart-summary .block>.title>span,
.paypal-review-discount .block>.title>span,
.cart-discount .block>.title>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.abs-toggling-title:after,
.abs-cart-block>.title:after,
.minicart-items .product .toggle:after,
.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
    margin: 0;
}

.abs-discount-block .block>.title:after,
.cart-summary .block>.title:after,
.paypal-review-discount .block>.title:after,
.cart-discount .block>.title:after {
    color: #858585;
}

.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
    display: none;
    padding: 5px 15px 23px;
    position: relative;
}

.abs-cart-block.active>.title:after,
.abs-discount-block .block.active>.title:after,
.cart-summary .block.active>.title:after,
.paypal-review-discount .block.active>.title:after,
.cart-discount .block.active>.title:after {
    content: '\e621'
}

.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
    display: block;
}

.multicheckout .table-wrapper .cart-price {
    color: #7d7d7d;
    font-size: 1.6rem;
    font-weight: 700;
}

.multicheckout .table-wrapper .product-item-name {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
}

.abs-account-blocks .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title,
.account .legend,
.form-giftregistry-search .legend,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-form .block-title,
.block-wishlist-search-results .block-title,
.customer-review .review-details .title,
.multicheckout .block-title,
.paypal-review .block .block-title,
.account .column.main .block:not(.widget) .block-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,
.sales-guest-view .column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.abs-account-blocks .block-title>strong,
.abs-account-blocks .block-title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.multicheckout .block-content .title>strong,
.multicheckout .block-content .title>span,
.account .legend>strong,
.account .legend>span,
.form-giftregistry-search .legend>strong,
.form-giftregistry-search .legend>span,
.block-giftregistry-results .block-title>strong,
.block-giftregistry-results .block-title>span,
.block-giftregistry-shared-items .block-title>strong,
.block-giftregistry-shared-items .block-title>span,
.block-wishlist-search-form .block-title>strong,
.block-wishlist-search-form .block-title>span,
.block-wishlist-search-results .block-title>strong,
.block-wishlist-search-results .block-title>span,
.customer-review .review-details .title>strong,
.customer-review .review-details .title>span,
.multicheckout .block-title>strong,
.multicheckout .block-title>span,
.paypal-review .block .block-title>strong,
.paypal-review .block .block-title>span,
.account .column.main .block:not(.widget) .block-title>strong,
.account .column.main .block:not(.widget) .block-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span,
.sales-guest-view .column.main .block:not(.widget) .block-title>strong,
.sales-guest-view .column.main .block:not(.widget) .block-title>span {
    font-size: 2.2rem;
    font-weight: 300;
}

.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
    line-height: 24px;
}

.order-details-items tfoot td {
    background: #f5f5f5;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
    color: #666;
    font-size: 1.8rem;
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
    font-weight: 700;
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
    font-size: 1.4rem;
    display: inline-block;
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax,
.cart-summary .price-including-tax+.price-excluding-tax,
.gift-summary .price-including-tax+.price-excluding-tax,
.gift-options .price-including-tax+.price-excluding-tax {
    font-size: 1.1rem;
    display: inline-block;
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,
.cart-summary .price-including-tax+.price-excluding-tax:before,
.gift-summary .price-including-tax+.price-excluding-tax:before,
.gift-options .price-including-tax+.price-excluding-tax:before {
    content: '(' attr(data-label) ': '
}

.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,
.cart-summary .price-including-tax+.price-excluding-tax:after,
.gift-summary .price-including-tax+.price-excluding-tax:after,
.gift-options .price-including-tax+.price-excluding-tax:after {
    content: ')'
}

.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
    cursor: pointer;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    line-height: 8px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
    position: absolute;
    right: -2px;
    top: 4px;
}

.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
    content: '\e621'
}

.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
    margin-bottom: 20px;
}

.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
    display: table-row;
}

.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
    display: table-cell;
    padding-bottom: 5px;
    padding-right: 25px;
    padding-top: 1px;
    vertical-align: top;
}

.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
    display: table-cell;
    vertical-align: top;
}

.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^='sales-guest-'] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
    border-left: 1px solid #a6a6a6;
    content: '';
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}

.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
    display: none;
}

.multicheckout .block-title>.action,
.paypal-review .block .block-title>.action,
.account .column.main .block:not(.widget) .block-title>.action,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,
.sales-guest-view .column.main .block:not(.widget) .block-title>.action {
    margin-left: 15px;
}

.multicheckout .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,
.sales-guest-view .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 10px;
}

.multicheckout .box-title>span,
.paypal-review .block .box-title>span,
.account .column.main .block:not(.widget) .box-title>span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,
.sales-guest-view .column.main .block:not(.widget) .box-title>span {
    font-size: 1.6rem;
}

.multicheckout .box-title>.action,
.paypal-review .block .box-title>.action,
.account .column.main .block:not(.widget) .box-title>.action,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,
[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action,
.sales-guest-view .column.main .block:not(.widget) .box-title>.action {
    font-weight: 400;
    margin-left: 10px;
}

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
    content: ': '
}

.abs-dropdown-items-new .action.new,
.wishlist.split.button .action.new,
.wishlist-dropdown .action.new {
    display: inline-block;
    text-decoration: none;
}

.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
    background: #e8e8e8;
}

.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
    margin-left: -17px;
    margin-right: 5px;
}

.abs-sidebar-totals .table-caption,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate>.legend,
.cart-summary .block .fieldset.estimate>.legend+br,
.minicart-items .product-item-details .weee[data-label] .label,
.page-product-giftcard .fieldset.giftcard>.legend+br,
.order-details-items .order-items .order-gift-message .action.close,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
    display: none;
}

.return-status,
.order-status {
    border: 2px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 3px 0 0;
    padding: 2px 10px;
    text-transform: uppercase;
    vertical-align: top;
}

.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
    margin-right: 25px;
}

.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
    font-size: 16px;
    margin-bottom: 10px;
}

.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
    display: none;
}

.account .column.main .order-details-items .table-wrapper .data.table,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
    border: none;
}

.abs-table-striped>tbody>tr:nth-child(even)>td,
.abs-table-striped>tbody>tr:nth-child(even)>th,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,
.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,
.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,
.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td,
.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th {
    background: #f6f6f6;
}

.abs-table-striped>thead>tr>th,
.abs-table-striped>tbody>tr>th,
.abs-table-striped>tfoot>tr>th,
.abs-table-striped>thead>tr>td,
.abs-table-striped>tbody>tr>td,
.abs-table-striped>tfoot>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.block-giftregistry-results .data.table>thead>tr>th,
.block-giftregistry-results .data.table>tbody>tr>th,
.block-giftregistry-results .data.table>tfoot>tr>th,
.block-giftregistry-results .data.table>thead>tr>td,
.block-giftregistry-results .data.table>tbody>tr>td,
.block-giftregistry-results .data.table>tfoot>tr>td,
.block-wishlist-search-results .data.table>thead>tr>th,
.block-wishlist-search-results .data.table>tbody>tr>th,
.block-wishlist-search-results .data.table>tfoot>tr>th,
.block-wishlist-search-results .data.table>thead>tr>td,
.block-wishlist-search-results .data.table>tbody>tr>td,
.block-wishlist-search-results .data.table>tfoot>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td {
    border: none;
}

.abs-table-striped>thead>tr>th,
.abs-table-striped>thead>tr>td,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,
.block-giftregistry-results .data.table>thead>tr>th,
.block-giftregistry-results .data.table>thead>tr>td,
.block-wishlist-search-results .data.table>thead>tr>th,
.block-wishlist-search-results .data.table>thead>tr>td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td {
    border-bottom: 1px solid #ccc;
}

.block-compare .counter,
.block-wishlist .counter {
    color: #7d7d7d;
    font-size: 1.2rem;
    white-space: nowrap;
}

.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
    margin: 0 0 20px;
}

.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
    font-size: 18px;
    font-weight: 300;
}

.block-cart-failed,
.cart-container .form-cart {
    margin-bottom: 20px;
}

.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
    display: none;
}

.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
    position: relative;
}

.abs-field-date input,
.field.date ._has-datepicker,
.field-dob ._has-datepicker,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
    margin-right: 10px;
    width: calc(100% - 33px);
}

.field .control._with-tooltip {
    position: relative;
}

.field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px);
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
    border-bottom-color: #666;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
}

.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary>.title,
.checkout-agreements-items .checkout-agreements-item-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}

.cart-totals,
.opc-block-summary .table-totals {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
    border: 0;
    font-weight: 400;
    padding: 6px 0;
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
    border: 0;
    font-weight: 400;
    padding: 6px 0 6px 14px;
    text-align: right;
    white-space: nowrap;
}

.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
    padding: 11px 0;
}

.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
    display: inline-block;
    font-weight: 600;
    padding: 3px 0 0;
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    font-size: 1.8rem;
    border-top: 1px solid #ccc;
    padding-right: 10px;
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
    font-size: 1.8rem;
    border-top: 1px solid #ccc;
}

.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
    margin-bottom: 10px;
}

.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
    padding-bottom: 19px;
}

.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.opc-block-summary .table-totals .totals-tax-summary .mark,
.opc-block-summary .table-totals .totals-tax-summary .amount {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    cursor: pointer;
}

.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.abs-sidebar-totals .totals-tax-summary .amount .price>span,
.cart-totals .totals-tax-summary .amount .price>span,
.opc-block-summary .table-totals .totals-tax-summary .amount .price>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.abs-sidebar-totals .totals-tax-summary .amount .price:after,
.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.cart-totals .totals-tax-summary .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
    position: absolute;
    right: 3px;
    top: 3px;
}

.cart-totals .totals-tax-summary.expanded .mark,
.cart-totals .totals-tax-summary.expanded .amount,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount {
    border-bottom: 0;
}

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,
.cart-totals .totals-tax-summary.expanded .amount .price:after,
.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
    content: '\e621'
}

.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
    border-bottom: 1px solid #ccc;
    display: none;
}

.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
    display: table-row;
}

.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
    margin-bottom: 0;
}

.paypal-review-discount .block>.title strong,
.cart-discount .block>.title strong {
    color: #19898b;
    font-weight: 400;
}

.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.paypal-review-discount .actions-toolbar .action.primary,
.paypal-review-discount .actions-toolbar .action.cancel,
.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.cancel {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin: 0 0 0 -1px;
    white-space: nowrap;
    width: auto;
}

.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
    bottom: 5px;
    left: 15px;
    position: absolute;
}

.paypal-review-discount .action.check,
.cart-discount .action.check {
    font-weight: 400;
}

.paypal-review-discount .fieldset,
.cart-discount .fieldset {
    display: table;
    width: 100%
}

.paypal-review-discount .fieldset>.field>.label,
.cart-discount .fieldset>.field>.label {
    display: none;
}

.paypal-review-discount .field,
.cart-discount .field {
    display: table-cell;
}

.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.columns {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.columns .column.main {
    /* padding-bottom: 40px; */
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.columns .sidebar-additional {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.table-wrapper {
    margin-bottom: 20px;
}

table>caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.table tfoot {
    background: #f5f5f5;
}

.table tfoot>tr:first-child th,
.table tfoot>tr:first-child td {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.table tfoot th,
.table tfoot td {
    border: 0;
}

.table tfoot .mark {
    font-weight: 400;
    text-align: right;
}

.message.info {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
}

.message.info a {
    color: #19898b;
}

.message.info a:hover {
    color: #19898b;
}

.message.info a:active {
    color: #19898b;
}

.message.info>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.error {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fae5e5;
    color: #e02b27;
    padding-left: 45px;
    position: relative;
    float: left;
    width: 100%;
}

.message.error a {
    color: #19898b;
}

.message.error a:hover {
    color: #19898b;
}

.message.error a:active {
    color: #19898b;
}

.message.error>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.warning {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
}

.message.warning a {
    color: #19898b;
}

.message.warning a:hover {
    color: #19898b;
}

.message.warning a:active {
    color: #19898b;
}

.message.warning>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.notice {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
    float: left;
    width: 100%;
}

.message.notice a {
    color: #19898b;
}

.message.notice a:hover {
    color: #19898b;
}

.message.notice a:active {
    color: #19898b;
}

.message.notice>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #c07600;
    content: '\e602';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.message.success {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
    position: relative;
    float: left;
    width: 100%;
}

.message.success a {
    color: #19898b;
}

.message.success a:hover {
    color: #19898b;
}

.message.success a:active {
    color: #19898b;
}

.message.success>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.panel.header .links,
.panel.header .switcher {
    display: none;
}

.nav-sections {
    background: #f0f0f0;
}

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14;
}

.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.nav-toggle:hover:before {
    color: #333;
}

.nav-toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.tooltip.wrapper {
    position: relative;
}

.tooltip.wrapper .tooltip.content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-top: 5px;
    left: 0;
    top: 100%
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
}

.tooltip.wrapper .tooltip.content:after {
    border-width: 5px;
    border-color: transparent;
}

.tooltip.wrapper .tooltip.content:before {
    border-width: 6px;
    border-color: transparent;
}

.tooltip.wrapper .tooltip.content:after,
.tooltip.wrapper .tooltip.content:before {
    bottom: 100%
}

.tooltip.wrapper .tooltip.content:after {
    border-bottom-color: #fff;
    left: 15px;
    margin-left: -5px;
}

.tooltip.wrapper .tooltip.content:before {
    border-bottom-color: #bbb;
    left: 15px;
    margin-left: -6px;
}

.tooltip.wrapper tooltip.toggle {
    cursor: help;
}

.tooltip.wrapper tooltip.toggle:hover+.tooltip.content,
.tooltip.wrapper tooltip.toggle:focus+.tooltip.content,
.tooltip.wrapper:hover .tooltip.content {
    display: block;
}

.tooltip.wrapper .tooltip.content dl {
    margin-bottom: 0;
}

.tooltip.wrapper .tooltip.content dd {
    white-space: normal;
}

.tooltip.wrapper .tooltip.content .subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.tooltip.wrapper .tooltip.content .label {
    margin-top: 10px;
}

.tooltip.wrapper .tooltip.content .label:first-child {
    margin-top: 0;
}

.tooltip.wrapper .tooltip.content .values {
    margin: 0;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
}

.load.indicator {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    position: absolute;
}

.load.indicator:before {
    background: transparent url('../../frontend/Mconnect/Mmedia/en_US/images/loader-2.gif') no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.load.indicator>span {
    display: none;
}

.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
}

.loading-mask .loader>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.loading-mask .loader>p {
    display: none;
}

body>.loading-mask {
    z-index: 9999;
}

._block-content-loading {
    position: relative;
}

.fieldset {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
    letter-spacing: -.31em;
}

.fieldset>* {
    letter-spacing: normal;
}

.fieldset>.legend {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.8rem;
}

.fieldset>.legend+br {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.fieldset:last-child {
    margin-bottom: 0;
}

.fieldset>.field,
.fieldset>.fields>.field {
    margin: 0 0 20px;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    margin: 0 0 8px;
    display: inline-block;
}

.fieldset>.field:last-child,
.fieldset>.fields>.field:last-child {
    margin-bottom: 0;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: 600;
    color: black;
}

.fieldset>.field>.label+br,
.fieldset>.fields>.field>.label+br {
    display: none;
}

.fieldset>.field .choice input,
.fieldset>.fields>.field .choice input {
    vertical-align: top;
}

.fieldset>.field .fields.group:before,
.fieldset>.fields>.field .fields.group:before,
.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    content: '';
    display: table;
}

.fieldset>.field .fields.group:after,
.fieldset>.fields>.field .fields.group:after {
    clear: both;
}

.fieldset>.field .fields.group .field,
.fieldset>.fields>.field .fields.group .field {
    box-sizing: border-box;
    float: left;
}

.fieldset>.field .fields.group.group-2 .field,
.fieldset>.fields>.field .fields.group.group-2 .field {
    width: 50% !important;
}

.fieldset>.field .fields.group.group-3 .field,
.fieldset>.fields>.field .fields.group.group-3 .field {
    width: 33.3% !important;
}

.fieldset>.field .fields.group.group-4 .field,
.fieldset>.fields>.field .fields.group.group-4 .field {
    width: 25% !important;
}

.fieldset>.field .fields.group.group-5 .field,
.fieldset>.fields>.field .fields.group.group-5 .field {
    width: 20% !important;
}

.fieldset>.field .addon,
.fieldset>.fields>.field .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%
}

.fieldset>.field .addon textarea,
.fieldset>.fields>.field .addon textarea,
.fieldset>.field .addon select,
.fieldset>.fields>.field .addon select,
.fieldset>.field .addon input,
.fieldset>.fields>.field .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
}

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore,
.fieldset>.field .addon .addafter,
.fieldset>.fields>.field .addon .addafter {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.fieldset>.field .addon .addbefore:disabled,
.fieldset>.fields>.field .addon .addbefore:disabled,
.fieldset>.field .addon .addafter:disabled,
.fieldset>.fields>.field .addon .addafter:disabled {
    opacity: .5;
}

.fieldset>.field .addon .addbefore::-moz-placeholder,
.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,
.fieldset>.field .addon .addafter::-moz-placeholder,
.fieldset>.fields>.field .addon .addafter::-moz-placeholder {
    color: #c2c2c2;
}

.fieldset>.field .addon .addbefore::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,
.fieldset>.field .addon .addafter::-webkit-input-placeholder,
.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder {
    color: #c2c2c2;
}

.fieldset>.field .addon .addbefore:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,
.fieldset>.field .addon .addafter:-ms-input-placeholder,
.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder {
    color: #c2c2c2;
}

.fieldset>.field .addon .addbefore,
.fieldset>.fields>.field .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.fieldset>.field .additional,
.fieldset>.fields>.field .additional {
    margin-top: 10px;
}

.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.fieldset>.field .note,
.fieldset>.fields>.field .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
}

.fieldset>.field .note:before,
.fieldset>.fields>.field .note:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.fieldset>.field.no-label>.label,
.fieldset>.fields>.field.no-label>.label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.fieldset>.field.choice .label,
.fieldset>.fields>.field.choice .label {
    display: inline;
    font-weight: normal;
    margin: 0;
}

.column:not(.main) .fieldset>.field .label,
.column:not(.main) .fieldset>.fields>.field .label {
    font-weight: normal;
}

.fieldset>.field .field.choice,
.fieldset>.fields>.field .field.choice {
    margin-bottom: 10px;
}

.fieldset>.field .field.choice:last-child,
.fieldset>.fields>.field .field.choice:last-child {
    margin-bottom: 0;
}

.legend+.fieldset,
.legend+div {
    clear: both;
}

.legend>span {
    margin-right: 5px;
}

fieldset.field {
    border: 0;
    padding: 0;
}

.field.date .time-picker {
    display: inline-block;
    margin-top: 10px;
    white-space: nowrap;
}

.field .message.warning {
    margin-top: 10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #fff url('../../frontend/Mconnect/Mmedia/en_US/images/select-bg.svg') no-repeat 100% 45%;
    background-size: 30px 60px;
    border: 1px solid #ccc;
    height: 32px;
    padding-right: 25px;
    text-indent: .01em;
    text-overflow: ''
}

select::-ms-expand {
    display: none;
}

.lt-ie10 select {
    background-image: none;
    padding-right: 4px;
}

div.mage-error[generated] {
    margin-top: 7px;
}

.field .tooltip {
    position: relative;
}

.field .tooltip .tooltip-content {
    background: #fff;
    max-width: 360px;
    min-width: 210px;
    padding: 12px 16px;
    z-index: 100;
    display: none;
    position: absolute;
    text-align: left;
    color: #333;
    line-height: 1.4;
    border: 1px solid #bbb;
    margin-left: 5px;
    left: 100%;
    top: 0;
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
    border: solid transparent;
    content: '';
    height: 0;
    position: absolute;
    width: 0;
}

.field .tooltip .tooltip-content:after {
    border-width: 5px;
    border-color: transparent;
}

.field .tooltip .tooltip-content:before {
    border-width: 6px;
    border-color: transparent;
}

.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
    right: 100%
}

.field .tooltip .tooltip-content:after {
    border-right-color: #fff;
    margin-top: -5px;
    top: 15px;
}

.field .tooltip .tooltip-content:before {
    border-right-color: #bbb;
    margin-top: -6px;
    top: 15px;
}

.field .tooltip .tooltip-toggle {
    cursor: help;
}

.field .tooltip .tooltip-toggle:hover+.tooltip-content,
.field .tooltip .tooltip-toggle:focus+.tooltip-content,
.field .tooltip:hover .tooltip-content {
    display: block;
}

.field .tooltip .tooltip-content {
    min-width: 200px;
    white-space: normal;
}

input:focus~.tooltip .tooltip-content,
select:focus~.tooltip .tooltip-content {
    display: block;
}

._has-datepicker~.ui-datepicker-trigger {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-decoration: none;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle;
}

._has-datepicker~.ui-datepicker-trigger:focus,
._has-datepicker~.ui-datepicker-trigger:active {
    background: none;
    border: none;
}

._has-datepicker~.ui-datepicker-trigger:hover {
    background: none;
    border: none;
}

._has-datepicker~.ui-datepicker-trigger.disabled,
._has-datepicker~.ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

._has-datepicker~.ui-datepicker-trigger>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

._has-datepicker~.ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\e612';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

._has-datepicker~.ui-datepicker-trigger:focus {
    box-shadow: none;
    outline: 0;
}

.sidebar .fieldset {
    margin: 0;
}

.sidebar .fieldset>.field:not(.choice):not(:last-child),
.sidebar .fieldset .fields>.field:not(:last-child) {
    margin: 0 0 20px;
}

.sidebar .fieldset>.field:not(.choice) .label,
.sidebar .fieldset .fields>.field .label {
    margin: 0 0 4px;
    padding: 0 0 5px;
    text-align: left;
    width: 100%
}

.sidebar .fieldset>.field:not(.choice) .control,
.sidebar .fieldset .fields>.field .control {
    width: 100%
}

button:not(.primary) {}

button:not(.primary):active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}

body:not(._keyfocus) button:focus {
    box-shadow: none;
}

a.action.primary {
    display: inline-block;
    text-decoration: none;
}

a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
    text-decoration: none;
}

.action.primary {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}

.action.primary:focus,
.action.primary:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.action.primary:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.product.data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.product.data.items>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%
}

.product.data.items>.item.title>.switch {
    display: block;
}

.product.data.items>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}

.product.data.items>.item.content:before,
.product.data.items>.item.content:after {
    content: '';
    display: table;
}

.product.data.items>.item.content:after {
    clear: both;
}

.product.data.items>.item.content.active {
    display: block;
}

.product.data.items>.item.title {
    margin: 0;
}

.product.data.items>.item.title>.switch {
    border-top: 1px solid #ccc;
    height: 40px;
    padding: 1px 10px 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}

.product.data.items>.item.title>.switch:visited {
    color: #333;
    text-decoration: none;
}

.product.data.items>.item.title>.switch:hover {
    color: #333;
    text-decoration: none;
}

.product.data.items>.item.title>.switch:active {
    color: #333;
    text-decoration: none;
}

.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover {
    padding-bottom: 1px;
}

.product.data.items>.item.content {
    background: #fff;
    margin: 0;
    padding: 10px 10px 30px;
}

.product.data.items .item.title a {
    position: relative;
    text-decoration: none;
}

.product.data.items .item.title a:after {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.product.data.items .item.title a:after {
    position: absolute;
    right: 10px;
    top: 1px;
}

.product.data.items .item.title.active a:after {
    content: '\e621'
}

.product.data.items .value p:last-child {
    margin-bottom: 0;
}

.product.data.items .table-wrapper {
    margin: 0;
}

.pages>.label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pages .items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
    font-weight: 400;
}

.pages .item {
    font-size: 1.2rem;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 30px;
    margin: 0 8px 0 0;
    display: inline-block;
}

.pages .item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pages a.page {
    color: #19898b;
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
}

.pages a.page:visited {
    color: #19898b;
}

.pages a.page:hover {
    color: #19898b;
    text-decoration: none;
}

.pages a.page:active {
    color: #ff5501;
}

.pages strong.page {
    background: #e5e5e5;
    font-size: 1.2rem;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 30px;
    color: #333;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
}

.pages .action {
    background: #f0f0f0;
    border: 1px solid #ccc;
    color: #7d7d7d;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}

.pages .action:visited {
    color: #7d7d7d;
}

.pages .action:hover {
    background: #dedede;
    color: #7d7d7d;
    text-decoration: none;
}

.pages .action:active {
    color: #7d7d7d;
}

.pages .action.next {
    display: inline-block;
    text-decoration: none;
}

.pages .action.next:visited:before {
    color: #7d7d7d;
}

.pages .action.next:active:before {
    color: #7d7d7d;
}

.pages .action.next>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pages .action.next:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.pages .action.next:hover:before {
    color: #7d7d7d;
}

.pages .action.next:active:before {
    color: #7d7d7d;
}

.pages .action.previous {
    display: inline-block;
    text-decoration: none;
}

.pages .action.previous:visited:before {
    color: #7d7d7d;
}

.pages .action.previous:active:before {
    color: #7d7d7d;
}

.pages .action.previous>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pages .action.previous:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.pages .action.previous:hover:before {
    color: #7d7d7d;
}

.pages .action.previous:active:before {
    color: #7d7d7d;
}

.pages .action {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px;
    padding: 0 8px;
}

.pages .action.previous {
    margin-right: 8px;
}

.pages .action.next {
    margin-left: 8px;
}

.actions-toolbar>.primary,
.actions-toolbar>.secondary {
    margin-bottom: 10px;
    text-align: center;
}

.actions-toolbar>.primary .action,
.actions-toolbar>.secondary .action {
    margin-bottom: 10px;
}

.actions-toolbar>.primary .action:last-child,
.actions-toolbar>.secondary .action:last-child {
    margin-bottom: 0;
}

.actions-toolbar>.primary:last-child,
.actions-toolbar>.secondary:last-child {
    margin-bottom: 0;
}

.actions-toolbar>.secondary .action.back {
    display: none;
}

.breadcrumbs {
    margin: 0 0 15px;
}

.breadcrumbs .items {
    font-size: 1.2rem;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none;
}

.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.breadcrumbs .item {
    margin: 0;
}

.breadcrumbs a {
    color: #333;
    text-decoration: none;
}

.breadcrumbs a:visited {
    color: #333;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #333;
    text-decoration: underline;
}

.breadcrumbs a:active {
    color: #333;
    text-decoration: none;
}

.breadcrumbs strong {
    font-weight: 400;
    color: #222;
}

.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}

.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 18px;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.ui-dialog.popup .action.close {
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1001;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.ui-dialog.popup .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.ui-dialog.popup .action.close:hover:before {
    color: #737373;
}

.ui-dialog.popup .action.close:active:before {
    color: #737373;
}

.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
    background: none;
    border: none;
}

.ui-dialog.popup .action.close:hover {
    background: none;
    border: none;
}

.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.popup .actions-toolbar .action.cancel {
    font-weight: 400;
}

.popup-pointer {
    margin-left: -14px;
    position: absolute;
    top: -14px;
}

.popup-pointer:before,
.popup-pointer:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-bottom-style: solid;
}

.popup-pointer:before {
    left: 2px;
    top: 2px;
    border: solid 6px;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.popup-pointer:after {
    left: 1px;
    top: 0px;
    border: solid 7px;
    border-color: transparent transparent #aeaeae transparent;
    z-index: 98;
}

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
    display: inline;
}

.price-including-tax,
.price-excluding-tax {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
}

.price-including-tax .price,
.price-excluding-tax .price {
    font-weight: 700;
}

.price-including-tax+.price-excluding-tax,
.weee[data-label] {
    display: block;
    font-size: 1.8rem;
}

.price-including-tax+.price-excluding-tax:before,
.weee[data-label]:before {
    content: attr(data-label) ': ';
    font-size: 1.1rem;
}

.price-including-tax+.price-excluding-tax .price,
.weee[data-label] .price {
    font-size: 1.1rem;
}

body._has-modal {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.modals-overlay {
    z-index: 899;
}

.modal-slide,
.modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.modal-slide._show,
.modal-popup._show {
    visibility: visible;
}

.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
}

.modal-slide {
    left: 44px;
    z-index: 900;
}

.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
}

.modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.modal-slide._inner-scroll .modal-content {
    overflow-y: auto;
}

.modal-slide._inner-scroll .modal-footer {
    margin-top: auto;
}

.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
    padding: 0px;
}

.modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem;
}

.modal-popup {
    z-index: 900;
    left: 0;
    overflow-y: auto;
}

.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
}

.modal-popup._inner-scroll {
    overflow-y: visible;
}

.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
    overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: none;
}

.modal-popup._inner-scroll .modal-content {
    overflow-y: hidden;
}

.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
    padding-left: 3rem;
    padding-right: 3rem;
}

.modal-popup .modal-header,
.modal-popup .modal-footer {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.modal-popup .modal-header {
    padding-bottom: 1.2rem;
    padding-top: 3rem;
    border-bottom: none;
}

.modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-top: none;
    text-align: left;
}

.modal-popup .modal-footer-actions {}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
    background: none;
    border: none;
}

.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
    background: none;
    border: none;
}

.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 14px;
    color: #8f8f8f;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    color: inherit;
}

.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
    color: inherit;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    color: #1a1a1a;
}

.modal-custom .action-close {
    margin: 25px;
}

.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 26px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}

.modal-popup .action-close {
    padding: 20px;
}

.modal-slide .action-close {
    padding: 2.1rem 3rem;
}

.modal-slide .page-main-actions {
    margin-bottom: -12.9rem;
    margin-top: 2.1rem;
}

.modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

body._has-modal-custom .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899;
}

.payment-method-braintree .hosted-control {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    width: 225px;
}

.payment-method-braintree .hosted-control:disabled {
    opacity: .5;
}

.payment-method-braintree .hosted-control::-moz-placeholder {
    color: #c2c2c2;
}

.payment-method-braintree .hosted-control::-webkit-input-placeholder {
    color: #c2c2c2;
}

.payment-method-braintree .hosted-control:-ms-input-placeholder {
    color: #c2c2c2;
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
    border-color: #19898b;
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
    border-color: #e02b27;
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error {
    height: auto;
    opacity: 1;
}

.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
    border-color: #006400;
}

.payment-method-braintree .hosted-control.hosted-cid {
    width: 5rem;
}

.payment-method-braintree .hosted-control.hosted-date {
    float: left;
    margin-bottom: 7px;
    width: 6rem;
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type {
    margin-right: 50px;
}

.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
    content: '/';
    display: inline;
    padding-bottom: inherit;
    padding-top: inherit;
    position: absolute;
    right: -25px;
    top: 5px;
}

.payment-method-braintree .field-tooltip {
    right: 0;
}

.payment-method-braintree .hosted-error {
    clear: both;
    color: #e02b27;
    font-size: 1.2rem;
    height: 0;
    margin-top: 7px;
    opacity: 0;
}

.block-category-event {
    background: #f0f0f0;
    color: #333;
    padding: 10px 0 15px;
    text-align: center;
}

.block-category-event.block:last-child {
    margin-bottom: 10px;
}

.block-category-event .block-title {
    margin: 0 0 10px;
}

.block-category-event .block-title strong {
    font-size: 1.5rem;
    font-weight: 300;
}

.block-category-event .ticker {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.block-category-event .ticker li {
    display: none;
    margin: 0 15px;
}

.block-category-event .ticker .value {
    font-size: 1.8rem;
    font-weight: 300;
}

.block-category-event .ticker .label {
    font-size: 1rem;
    display: block;
    text-transform: lowercase;
}

.block-category-event .dates {
    display: table;
    margin: 0 auto;
}

.block-category-event .dates .start,
.block-category-event .dates .end {
    display: table-cell;
    vertical-align: top;
}

.block-category-event .dates .date {
    font-size: 1.8rem;
}

.block-category-event .dates .time {
    display: block;
}

.block-category-event .dates .start {
    padding-right: 40px;
    position: relative;
}

.block-category-event .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
}

.multicheckout .title {
    margin-bottom: 30px;
}

.multicheckout .title strong {
    font-weight: 400;
}

.multicheckout .table-wrapper {
    margin-bottom: 0;
}

.multicheckout .table-wrapper .action.delete {
    display: inline-block;
}

.multicheckout .table-wrapper .col .qty {
    display: inline-block;
}

.multicheckout .table-wrapper .col.item .action.edit {
    font-weight: 400;
    margin-left: 10px;
}

.multicheckout:not(.address) .table-wrapper .product-item-name {
    margin: 0;
}

.multicheckout>.actions-toolbar {
    margin-top: 40px;
}

.multicheckout .actions-toolbar>.secondary {
    display: block;
}

.multicheckout .actions-toolbar>.secondary .action {
    margin-bottom: 25px;
}

.multicheckout .actions-toolbar>.secondary .action.back {
    display: block;
    margin-left: 0;
}

.multicheckout .actions-toolbar>.primary {
    margin-right: 10px;
}

.multicheckout .item-options {
    margin: 10px 0 0;
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field:before {
    display: none;
}

.multicheckout .block .methods-shipping .item-content .fieldset>.field .control {
    display: inline-block;
}

.multicheckout .block-title,
.multicheckout .block-content .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
    font-weight: 400;
}

.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
    color: #a6a6a6;
}

.multicheckout .block-content .title {
    border-bottom: none;
    padding-bottom: 0;
}

.multicheckout.order-review .block-title>strong {
    font-size: 2.4rem;
}

.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
    margin-bottom: 40px;
}

.multicheckout .box-title span {
    margin-right: 10px;
}

.multicheckout .box-title>.action {
    margin: 0;
}

.multicheckout .box-shipping-method .price {
    font-weight: 700;
}

.multicheckout .box-billing-method .fieldset {
    margin: 0;
}

.multicheckout .box-billing-method .fieldset .legend.box-title {
    margin: 0 0 5px;
}

.multicheckout .checkout-review .grand.totals {
    font-size: 2.1rem;
    margin-bottom: 40px;
}

.multicheckout .checkout-review .grand.totals .mark {
    font-weight: 400;
}

[class^='multishipping-'] .logo {
    margin-left: 0;
}

.multishipping-checkout-success .nav-sections {
    display: block;
}

.table-wrapper.billing-agreements {
    margin-bottom: 40px;
}

.paypal {
    display: inline-block;
    vertical-align: top;
}

.block-minicart .paypal,
.cart-summary .paypal {
    display: block;
}

.paypal img {
    display: block;
    margin: 5px auto 0;
}

.opc .paypal {
    vertical-align: middle;
}

.paypal.acceptance {
    display: block;
    margin: 0 0 20px;
}

.map-form-addtocart .paypal {
    display: block;
    margin: 10px auto 5px;
}

.cart-summary .paypal+.paypal {
    margin-top: 25px;
}

.paypal-review .actions-toolbar {
    margin-top: 10px;
}

.paypal-review .paypal-review-title {
    padding: 0 0 10px;
}

.paypal-review .paypal-review-title>strong {
    font-size: 2.4rem;
    font-weight: 300;
}

.paypal-review .paypal-review-title .action {
    display: inline-block;
    margin: 12px 0 0 30px;
}

.paypal-review .table-paypal-review-items .col.name {
    padding-top: 16px;
}

.paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
}

.paypal-review .item-options dt {
    display: inline-block;
}

.paypal-review .item-options dt:after {
    content: ': '
}

.paypal-review .item-options dd {
    margin: 0;
}

.paypal-review-discount {
    border-bottom: 1px solid #ccc;
    margin: 0 0 40px;
    padding: 10px 0 0;
}

.fotorama-video-container:after {
    background: url(../../frontend/Mconnect/Mmedia/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}

.fotorama-video-container .magnify-lens {
    display: none !important;
}

.fotorama-video-container.video-unplayed:hover img {
    opacity: .6;
}

.fotorama-video-container.video-unplayed:hover:after {
    transform: scale(1.25);
}

.video-thumb-icon:after {
    background: url(../../frontend/Mconnect/Mmedia/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 49px;
}

.product-video {
    bottom: 0;
    height: 75%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
    bottom: 0;
    content: '';
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}

@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape) {
    .product-video {
        height: 100%;
        width: 81%
    }
}

.opc-wrapper .form-discount {
    max-width: 500px;
}

.minilist .weee {
    display: table-row;
    font-size: 1.1rem;
}

.minilist .weee:before {
    display: none;
}

.price-container.weee:before {
    display: none;
}

.column .block-addbysku .fieldset {
    margin: 0;
}

.column .block-addbysku .fieldset .fields {
    position: relative;
}

.column .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.column .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 7px;
}

.column .block-addbysku .sku {
    margin-right: -155px;
    padding-right: 160px;
    width: 100%
}

.column .block-addbysku .qty .qty+.mage-error {
    width: 80px;
}

.column .block-addbysku .block-content .actions-toolbar {
    clear: both;
    margin: 0 0 20px;
    text-align: left;
}

.column .block-addbysku .block-content .actions-toolbar:before,
.column .block-addbysku .block-content .actions-toolbar:after {
    content: '';
    display: table;
}

.column .block-addbysku .block-content .actions-toolbar:after {
    clear: both;
}

.column .block-addbysku .block-content .actions-toolbar .primary {
    float: left;
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: inline-block;
}

.column .block-addbysku .block-content .actions-toolbar .primary a.action,
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    display: inline-block;
}

.column .block-addbysku .block-content .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
}

.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
    margin-top: 6px;
}

.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
    display: block;
    float: none;
}

.column .block-addbysku .block-content .actions-toolbar>.secondary {
    text-align: left;
}

.column .block-addbysku .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto;
}

.column .block-addbysku .action.add>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.column .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.column .block-addbysku .action.add:hover:before {
    color: inherit;
}

.column .block-addbysku .action.add:active:before {
    color: inherit;
}

.column .block-addbysku .reset {
    margin: 7px 0;
}

.column .block-addbysku .note {
    display: block;
    margin: 0 0 20px;
    padding-top: 10px;
}

.block-cart-failed {
    margin: 40px 0;
}

.block-cart-failed .block-title {
    font-size: 2.6rem;
}

.block-cart-failed .block-title strong {
    font-weight: 300;
}

.block-cart-failed .actions {
    text-align: center;
}

.block-cart-failed .actions .action {
    display: block;
    margin: 0 auto 10px;
}

.catalogsearch-advanced-result .message.error {
    margin-top: -60px;
}

.braintree-paypal-logo {
    margin-top: 10px;
    text-align: center;
}

.action-braintree-paypal-logo {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.action-braintree-paypal-logo:focus,
.action-braintree-paypal-logo:active {
    background: none;
    border: none;
}

.action-braintree-paypal-logo:hover {
    background: none;
    border: none;
}

.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.action-braintree-paypal-logo:not(.primary) {
    box-shadow: none;
}

.action-braintree-paypal-logo img {
    margin: 0;
    width: 114px;
}

.bundle-actions {
    margin: 0 0 30px;
}

.bundle-options-container {
    clear: both;
    margin-bottom: 40px;
}

.bundle-options-container .legend.title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
    border: 0;
    padding: 0;
}

.bundle-options-container .product-add-form {
    display: none;
}

.bundle-options-container .product-options-wrapper {
    margin-bottom: 30px;
}

.bundle-options-container .product-options-wrapper .fieldset>.field {
    border-top: 1px #e4e4e4 solid;
    padding-top: 20px;
}

.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.bundle-options-container .product-options-wrapper .field.choice input {
    float: left;
}

.bundle-options-container .product-options-wrapper .field.choice .label {
    display: block;
    margin-left: 24px;
}

.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
    display: inline-block;
}

.bundle-options-container .action.back {
    margin-bottom: 30px;
}

.bundle-options-container .block-bundle-summary>.title {
    margin-bottom: 15px;
}

.bundle-options-container .block-bundle-summary>.title>strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.bundle-options-container .block-bundle-summary>.title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
    border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 25px;
    padding-bottom: 16px;
}

.bundle-options-container .block-bundle-summary .price-box {
    margin-bottom: 20px;
}

.bundle-options-container .block-bundle-summary .price-box .price-label {
    display: block;
    margin-bottom: 5px;
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 30px;
}

.bundle-options-container .block-bundle-summary .bundle-summary.empty {
    display: none;
}

.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: block;
}

.bundle-options-container .block-bundle-summary .bundle.items>li {
    margin-bottom: 20px;
}

.bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: center;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    margin-right: 5%
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before {
    content: '\e61e'
}

.bundle-options-container p.required {
    color: #e02b27;
}

.bundle-options-container .nested .field.qty {
    margin: 0 0 20px;
    margin-top: 20px;
}

.bundle-options-container .nested .field.qty>.label {
    margin: 0 0 8px;
    display: inline-block;
}

.bundle-options-container .nested .field.qty .label {
    font-weight: 600;
}

.bundle-options-container .nested .field.qty:last-child {
    margin-bottom: 0;
}

.bundle-options-container .price {
    font-weight: 600;
}

.bundle-options-container .product-options-bottom {
    border-top: 1px solid #ccc;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px;
}

.products {
    margin: 0 0 30px;
}

.product-item {
    vertical-align: top;
}

.products-grid .product-item {
    display: inline-block;
    width: 50%
}

.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
}

.product-item-info {
    max-width: 100%;
    width: 152px;
}

.page-products .product-item-info {
    width: 240px;
}

.product-item-actions {
    display: none;
}

.product-item-actions .actions-secondary>.action:before {
    margin: 0;
}

.product-item-description {
    margin: 25px 0;
}

.product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0;
}

.product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px;
    text-transform: lowercase;
}

.product-item .price-box {
    margin: 10px 0 25px;
}

.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
}

.product-item .price-box .price-label {
    color: #7d7d7d;
    font-size: 12px;
}

.product-item .old-price {
    margin: 5px 0;
}

.product-item .old-price .price {
    font-weight: normal;
}

.product-item .minimal-price .price-container {
    display: block;
}

.product-item .minimal-price-link {
    margin-top: 5px;
}

.product-item .price-from,
.product-item .price-to {
    margin: 0;
}

.product-item .tocompare:before {
    content: '\e61e'
}

.product-item .tocart {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}

.column.main .product-items {
    margin-left: -20px;
}

.column.main .product-item {
    padding-left: 20px;
}

.price-container .price {
    font-size: 1.4rem;
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee {
    margin-top: 5px;
}

.price-container .price-including-tax+.price-excluding-tax,
.price-container .weee,
.price-container .price-including-tax+.price-excluding-tax .price,
.price-container .weee .price,
.price-container .weee+.price-excluding-tax:before,
.price-container .weee+.price-excluding-tax .price {
    font-size: 1.1rem;
}

.price-container .weee:before {
    content: '(' attr(data-label) ': '
}

.price-container .weee:after {
    content: ')'
}

.price-container .weee+.price-excluding-tax:before {
    content: attr(data-label) ': '
}

.products-list .product-item {
    display: table;
    width: 100%
}

.products-list .product-item-info {
    display: table-row;
}

.products-list .product-item-photo {
    display: table-cell;
    padding: 0 30px 30px 0;
    vertical-align: top;
    width: 1%
}

.products-list .product-item-details {
    display: table-cell;
    vertical-align: top;
}

.page-products .columns {
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.toolbar {
    text-align: center;
}

.toolbar select {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border-radius: 3px;
}

.toolbar-amount {
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    text-align: left;
    top: 0;
    vertical-align: middle;
}

.products.wrapper~.toolbar .toolbar-amount {
    display: none;
}

.page-with-filter .toolbar-amount {
    position: static;
}

.toolbar-products {
    background-color: transparent;
}

.toolbar-products .pages {
    display: none;
}

.products.wrapper~.toolbar-products .pages {
    display: block;
}

.toolbar .pages {
    margin-bottom: 25px;
}

.sorter {
    float: right;
}

.page-products .sorter {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
}

.products.wrapper~.toolbar .sorter {
    display: none;
}

.sorter-options {
    margin: 0 5px 0 7px;
    width: auto;
}

.sorter-action {
    display: inline-block;
    text-decoration: none;
}

.sorter-action:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e613';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.sorter-action:hover:before {
    color: #333;
}

.sorter-action>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sorter-action.sort-desc:before {
    content: '\e614'
}

.modes {
    display: none;
}

.limiter {
    display: none;
}

.limiter-options {
    margin: 0 5px 0 7px;
    width: auto;
}

.limiter-label {
    font-weight: 400;
}

.page-products .toolbar .limiter {
    display: block;
}

.limiter .control {
    display: inline-block;
}

.old-price,
.old.price {
    color: #7d7d7d;
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:before {
    content: '(' attr(data-label) ':'
}

.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after {
    content: ')'
}

.prices-tier .price-container .weee[data-label] {
    display: inline;
}

.prices-tier .price-container .weee[data-label]:before {
    content: ' +' attr(data-label) ':'
}

.actual-price {
    font-weight: 700;
}

.category-image .image {
    display: block;
    height: auto;
    max-width: 100%
}

.category-cms,
.category-image,
.category-description {
    margin-bottom: 40px;
}

.product-image-container {
    display: inline-block;
    max-width: 100%;
}

.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.product.media .placeholder .photo.container {
    max-width: 100%
}

.product.media .notice {
    margin: 10px 0;
    color: #7d7d7d;
    font-size: 1.2rem;
}

.product.media .product.thumbs {
    margin: 10px 0 25px;
}

.product.media .items.thumbs {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.product.media .items.thumbs>li {
    display: inline-block;
    vertical-align: top;
}

.product.media .items.thumbs>li {
    margin: 1rem 0 0;
}

.product.media .items.thumbs img {
    display: block;
}

.product.media .items.thumbs .active {
    display: block;
    line-height: 1;
}

.product.info.detailed {
    clear: both;
    margin-bottom: 30px;
}

.product.info.detailed .additional-attributes {
    width: auto;
    border: none;
}

.product.info.detailed .additional-attributes>thead>tr>th,
.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tfoot>tr>th,
.product.info.detailed .additional-attributes>thead>tr>td,
.product.info.detailed .additional-attributes>tbody>tr>td,
.product.info.detailed .additional-attributes>tfoot>tr>td {
    border: none;
}

.product.info.detailed .additional-attributes>thead>tr>td,
.product.info.detailed .additional-attributes>tbody>tr>td,
.product.info.detailed .additional-attributes>tfoot>tr>td {
    padding: 5.5px 5px 10px 5px;
}

.product.info.detailed .additional-attributes>thead>tr>th,
.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tfoot>tr>th {
    padding: 5.5px 30px 10px 0;
}

.product-info-main .product-info-price {
    color: #575757;
    border-bottom: 1px solid #c1c1c1;
    display: table;
    margin-bottom: 15px;
    width: 100%
}

.product-info-main .product-info-price .price-box {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

.product-info-main .product-info-price .price-box .price-container>span {
    display: block;
    margin-bottom: 5px;
}

.product-info-main .product-info-price .price-box .price-container>span:last-child {
    margin-bottom: 0;
}

.product-info-main .product-info-price .price-including-tax+.price-excluding-tax,
.product-info-main .product-info-price .weee+.price-excluding-tax,
.product-info-main .product-info-price .weee {
    font-size: 1.4rem;
}

.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,
.product-info-main .product-info-price .weee+.price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 16px;
}

.product-info-main .product-info-price .price-wrapper .price {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 22px;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 2rem;
    font-weight: 300;
}

.product-info-main .product-info-price .special-price .price-label:after {
    content: ': '
}

.product-info-main .product-info-price .price {
    white-space: nowrap;
}

.product-info-main .product-info-stock-sku {
    display: table-cell;
    padding-bottom: 10px;
    padding-left: 10%;
    text-align: right;
    vertical-align: top;
}

.product-info-main .stock {
    margin: 0 0 3px;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    font-weight: 700;
    text-transform: uppercase;
}

.product-info-main .product.attribute.sku {
    word-break: break-all;
    word-wrap: break-word;
}

.product-info-main .product-add-form {
    clear: both;
    padding-top: 15px;
}

.product-info-main .product.attribute.sku .type {
    font-weight: normal;
    margin-right: 5px;
}

.product-info-main .product.attribute.sku .type:after {
    content: '#:'
}

.product-info-main .product.attribute.sku .value {
    display: inline-block;
}

.product-info-main .product.attribute.overview {
    margin: 20px 0;
}

.product-info-main .product.alert {
    margin: 10px 0;
}

.product-info-main .product-reviews-summary {
    float: left;
}

.product-info-main .product-options-bottom .box-tocart {
    margin-top: 20px;
}

.product-options-wrapper .fieldset-product-options-inner .legend {
    font-weight: 600;
    font-size: 1.4rem;
    border: none;
    display: inline-block;
    float: none;
    margin: 0 0 8px;
    padding: 0;
}

.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.product-options-wrapper .fieldset-product-options-inner._required .legend:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
}

.product-options-wrapper .field .note {
    display: block;
    margin-top: 5px;
}

.product-options-bottom .price-box,
.product-info-price .price-box {
    color: #222;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top;
}

.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
    font-size: 20px;
    font-weight: 300;
}

.product-options-bottom .price-box .old-price .price-container>span,
.product-info-price .price-box .old-price .price-container>span {
    display: inline-block;
}

.product-options-bottom .price-box .price-container>span,
.product-info-price .price-box .price-container>span {
    display: block;
    margin-bottom: 0px;
}

.product-options-bottom .price-box .price-container>span:last-child,
.product-info-price .price-box .price-container>span:last-child {
    margin-bottom: 0;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 30px;
    font-weight: 600;
    line-height: 22px;
    color: #198689;
}

.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax,
.product-info-price .price-box .price-container .weee+.price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
    font-size: 1.2rem;
    line-height: 14px;
}

.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,
.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
}

.box-tocart .action.tocart {
    vertical-align: top;
}

.box-tocart .action.tocart:not(:last-child) {
    margin-bottom: 15px;
}

.product-addto-links {
    display: inline;
}

.product-addto-links .action {
    margin-right: 5%
}

.product-social-links {
    margin: 0 0 20px;
    text-align: center;
}

.product-social-links .action.tocompare:before {
    content: '\e61e'
}

.prices-tier {
    margin-bottom: 15px;
}

.prices-tier .item {
    margin-bottom: 10px;
}

.prices-tier .item:last-child {
    margin-bottom: 0;
}

.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
    display: inline-block;
}

.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
    display: block;
    white-space: nowrap;
}

.ui-dialog-titlebar-close {
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #19898b;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
}

.ui-dialog-titlebar-close:visited {
    color: #19898b;
    text-decoration: none;
}

.ui-dialog-titlebar-close:hover {
    color: #19898b;
    text-decoration: underline;
}

.ui-dialog-titlebar-close:active {
    color: #ff5501;
    text-decoration: underline;
}

.ui-dialog-titlebar-close:hover {
    color: #19898b;
}

.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
    background: none;
    border: 0;
}

.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
    color: #19898b;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}

.sidebar .product-items .product-item {
    margin-bottom: 20px;
    position: relative;
}

.sidebar .product-items .product-item-info {
    position: relative;
    width: auto;
}

.sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0;
}

.sidebar .product-items .product-item-name {
    margin-top: 0;
}

.sidebar .product-items .product-item-details {
    margin: 0 0 0 85px;
}

.sidebar .product-items .product-item-actions {
    display: block;
    margin-top: 10px;
}

.sidebar .product-items .price-box {
    display: block;
    margin: 7px 0;
}

.sidebar .product-items .text {
    margin-right: 8px;
}

.sidebar .product-items .counter {
    color: #7d7d7d;
    font-size: 12px;
    white-space: nowrap;
}

.sidebar .product-items .minilist .price {
    display: inline;
    padding: 0;
}

.sidebar .product-items .minilist .weee:before {
    display: inline-block;
}

.sidebar .product-items .action.delete {
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar .action.tocart {
    border-radius: 0;
}

.sidebar .product-items-images {
    margin-left: -5px;
}

.sidebar .product-items-images .product-item {
    float: left;
    padding-left: 5px;
}

.sidebar .product-items-names .product-item {
    margin-bottom: 10px;
}

.sidebar .product-items-names .product-item-name {
    margin: 0;
}

body.catalog-product-compare-index .action.print {
    float: right;
    margin: 15px 0;
}

.table-wrapper.comparison {
    clear: both;
    max-width: 100%;
    overflow-x: auto;
}

.table-wrapper.comparison .table-comparison>tbody>tr>th,
.table-wrapper.comparison .table-comparison>tbody>tr>td {
    border-top: 0;
}

.table-comparison {
    table-layout: fixed;
}

.table-comparison .cell.label,
.table-comparison td:last-child {
    border-right: 1px solid #ccc;
}

.table-comparison .cell {
    padding: 15px;
    width: 180px;
}

.table-comparison .cell .attribute.value {
    overflow: hidden;
    width: 100%
}

.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
    border-bottom: 1px solid #ccc;
}

.table-comparison .cell.label .attribute.label {
    display: block;
    width: 100%;
    word-wrap: break-word;
}

.table-comparison .cell.attribute {
    font-size: 1.3rem;
}

.table-comparison .cell.attribute img {
    height: auto;
    max-width: 100%
}

.table-comparison .cell.remove {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
}

.table-comparison .cell.remove .action.delete {
    margin-right: .6rem;
}

.table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 15px;
}

.table-comparison .product-image-photo {
    margin-left: 0;
}

.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
    display: block;
    margin: 15px 0;
}

.table-comparison .product-addto-links {
    margin-top: 15px;
}

.table-comparison .product-addto-links .action.split,
.table-comparison .product-addto-links .action.toggle {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem;
}

.table-comparison .product-addto-links .action.toggle {
    padding: 0;
}

.table-comparison .action.tocart {
    white-space: nowrap;
}

.comparison.headings {
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 2;
}

.block-compare .product-item .product-item-name {
    margin-left: 22px;
}

.block-compare .action.delete {
    left: 0;
    position: absolute;
    top: 0;
}

.block-compare .actions-toolbar {
    margin: 17px 0 0;
}

.block.related .action.select {
    vertical-align: top;
}

.block.related .product-item-details {
    position: relative;
    z-index: 1;
}

.block.related .related-available .product-item-name {
    margin-left: 20px;
}

.block.related .field.choice {
    left: 0;
    position: absolute;
    top: 2px;
}

.block-search {
    margin-bottom: 0;
}

.block-search .block-title {
    display: none;
}

.block-search .block-content {
    margin-bottom: 0;
}

.block-search .label {
    text-decoration: none;
    display: inline-block;
    float: right;
}

.block-search .label>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.block-search .label:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 28px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block-search .label:hover:before {
    color: #333;
}

.block-search .label:active:before {
    color: #333;
}

.block-search .label.active+.control input {
    position: static;
}

.block-search .action.search {
    display: none;
}

.block-search .control {
    border-top: 1px solid #ccc;
    clear: both;
    margin: 0 -15px -1px;
    padding: 0 15px;
}

.block-search input {
    left: -300%;
    margin: 15px 0;
    position: absolute;
}

.block-search .nested {
    display: none;
}

.search-autocomplete {
    display: none;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}

.search-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.search-autocomplete ul:not(:empty) {
    background: #fff;
    border: 1px solid #c2c2c2;
    border-top: 0;
}

.search-autocomplete ul li {
    border-top: 1px solid #e5e5e5;
    cursor: pointer;
    margin: 0;
    padding: 5px 40px 5px 10px;
    position: relative;
    text-align: left;
    white-space: normal;
}

.search-autocomplete ul li:first-child {
    border-top: none;
}

.search-autocomplete ul li:hover,
.search-autocomplete ul li.selected {
    background: #e8e8e8;
}

.search-autocomplete ul li .amount {
    color: #999;
    position: absolute;
    right: 7px;
    top: 5px;
}

.form.search.advanced .fields.range .field:first-child {
    position: relative;
}

.form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px;
}

.form.search.advanced .fields.range .field:first-child .control:after {
    content: ' \2013 ';
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 25px;
}

.form.search.advanced .fields.range .field:last-child {
    position: relative;
}

.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px;
}

.form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 45px;
}

.form.search.advanced .group.price .addon .addafter {
    background: none;
    border: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
}

.search-terms {
    line-height: 2em;
}

.search-terms>li {
    display: inline-block;
    margin-right: 10px;
}

.search.found {
    margin-bottom: 10px;
}

.checkout-cart-index .page-main {
    padding-left: 0;
    padding-right: 0;
}

.checkout-cart-index .page-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.cart-summary {
    background: #f5f5f5;
    margin-bottom: 25px;
    padding: 1px 0 25px;
}

.cart-summary>.title {
    font-size: 2.4rem;
    display: none;
    font-weight: 300;
    margin: 12px 0;
}

.cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0 0 25px;
}

.cart-summary .block .price {
    font-weight: 700;
}

.cart-summary .block .field {
    margin: 0 0 16px;
}

.cart-summary .block .field.note {
    display: none;
}

.cart-summary .block .actions-toolbar>.primary {
    text-align: left;
}

.cart-summary .block .actions-toolbar>.primary .action.primary {
    width: auto;
}

.cart-summary .block .title strong {
    font-size: 1.4rem;
    font-weight: 600;
}

.cart-summary .block .item-options {
    margin: 0 0 16px;
}

.cart-summary .block .item-options .field .radio {
    float: left;
}

.cart-summary .block .item-options .field .radio+.label {
    display: block;
    margin: 0;
    overflow: hidden;
}

.page-main .cart-summary .block {
    margin-bottom: 0;
}

.cart-summary .checkout-methods-items {
    margin: 20px 0 0;
    padding: 0 15px;
    text-align: center;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%
}

.cart-summary .checkout-methods-items .item {
    margin-bottom: 25px;
}

.cart-summary .checkout-methods-items .item:last-child {
    margin-bottom: 0;
}

.cart-summary .message {
    padding-left: 20px;
}

.cart-summary .message>*:first-child:before {
    display: none;
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark {
    text-align: left;
}

.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 24px;
}

.cart.table-wrapper .cart tbody td {
    border: 0;
}

.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.cart.table-wrapper .col {
    padding-top: 15px;
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
    padding: 20px 11px 10px;
    text-align: center;
}

.cart.table-wrapper .col.qty {
    padding: 20px 11px 10px;
    text-align: center;
}

.cart.table-wrapper .col.qty .input-text {
    height: 36px;
    margin-top: -7px;
    text-align: center;
    width: 45px;
}

.cart.table-wrapper .col>.price {
    color: #7d7d7d;
    font-size: 1.8rem;
    font-weight: 700;
}

.cart.table-wrapper .item-actions td {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal;
}

.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 75px;
    padding: 15px 15px 10px 90px;
    position: relative;
}

.cart.table-wrapper .actions-toolbar {
    min-height: 28px;
    padding-bottom: 15px;
    position: relative;
}

.cart.table-wrapper .actions-toolbar>.action-edit,
.cart.table-wrapper .actions-toolbar>.action-delete {
    position: absolute;
    right: 16px;
    top: 0;
    display: inline-block;
    text-decoration: none;
}

.cart.table-wrapper .actions-toolbar>.action-edit>span,
.cart.table-wrapper .actions-toolbar>.action-delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cart.table-wrapper .actions-toolbar>.action-edit:before,
.cart.table-wrapper .actions-toolbar>.action-delete:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.cart.table-wrapper .actions-toolbar>.action-edit:hover:before,
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before {
    color: #333;
}

.cart.table-wrapper .actions-toolbar>.action-edit:active:before,
.cart.table-wrapper .actions-toolbar>.action-delete:active:before {
    color: #8f8f8f;
}

.cart.table-wrapper .actions-toolbar>.action-delete {
    right: 0;
}

.cart.table-wrapper .actions-toolbar>.action-delete:before {
    content: '\e604'
}

.cart.table-wrapper .action {
    margin-right: 25px;
}

.cart.table-wrapper .action:last-child {
    margin-right: 0;
}

.cart.table-wrapper .action.help.map {
    font-weight: 400;
}

.cart.table-wrapper .product-item-photo {
    display: block;
    left: 15px;
    max-width: 65px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 100%
}

.cart.table-wrapper .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: -3px 0 5px;
}

.cart.table-wrapper .gift-registry-name-label:after {
    content: ':'
}

.cart.table-wrapper .item-options {
    margin-bottom: 0;
}

.cart.table-wrapper .product-item-name+.item-options {
    margin-top: 20px;
}

.cart.table-wrapper .action.configure {
    display: inline-block;
    margin: 10px 0 0;
}

.cart.table-wrapper .item .message {
    margin-top: 20px;
}

.cart-discount {
    border-bottom: 1px solid #ccc;
    clear: left;
}

.cart-empty {
    padding-left: 15px;
    padding-right: 15px;
}

.cart-tax-info+.cart-tax-total,
.cart .cart-tax-info+.cart-tax-total {
    display: block;
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
    text-align: right;
}

.block.crosssell {
    padding: 0 15px;
    margin-top: 70px;
}

.block.crosssell .product-item-info {
    width: 200px;
}

.block-minicart .items-total {
    float: left;
    margin: 0 10px;
}

.block-minicart .items-total .count {
    font-weight: 700;
}

.block-minicart .subtotal {
    margin: 0 10px;
    text-align: right;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 700;
}

.block-minicart .subtitle {
    display: none;
}

.block-minicart .subtitle.empty {
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0 0;
    text-align: center;
}

.block-minicart .text.empty {
    text-align: center;
}

.block-minicart .block-content>.actions {
    margin-top: 15px;
}

.block-minicart .block-content>.actions>.secondary {
    text-align: center;
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 10px 15px;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    width: 100%
}

.block-minicart .block-content>.actions .paypal-logo {
    margin-top: 15px;
    text-align: center;
}

.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
    margin: 15px 0 0;
    text-align: center;
}

.my-cart .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
}

.minicart-wrapper:before,
.minicart-wrapper:after {
    content: '';
    display: table;
}

.minicart-wrapper:after {
    clear: both;
}

.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.minicart-wrapper .action.showcart:hover {
    color: #eee;
    text-shadow: none;
}

/* .minicart-wrapper .action.showcart:hover:before{color:#eee;} */

.minicart-wrapper .action.showcart:active:before {
    color: #eee;
}

.my-cart .minicart-wrapper .action.showcart.active {
    text-decoration: none;
    float: right;
}

.minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 24px;
    content: '\e611';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-wrapper .action.showcart.active:hover:before {
    color: #eee;
}

.minicart-wrapper .action.showcart.active:active:before {
    color: #eee;
}

.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: none;
    margin-top: 0px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.1);
}

.minicart-wrapper .block-minicart li {
    margin: 0;
}

.minicart-wrapper .block-minicart li:hover {
    cursor: pointer;
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.minicart-wrapper .block-minicart:before {
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.minicart-wrapper .block-minicart:after {
    border: 8px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.minicart-wrapper .block-minicart:before {
    right: 19px;
    top: -16px;
}

.minicart-wrapper .block-minicart:after {
    right: 15px;
    top: -16px;
}

.minicart-wrapper.active {
    overflow: visible;
}

.minicart-wrapper.active .block-minicart {
    display: block;
    position: absolute;
    top: 90px;
}

.minicart-wrapper .block-minicart {
    padding: 25px 20px;
    right: 0;
    width: 320px;
}

.minicart-wrapper .block-minicart .block-title {
    display: none;
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -24px 0 0;
}

.minicart-wrapper .product .actions>.primary,
.minicart-wrapper .product .actions>.secondary {
    display: inline;
}

.minicart-wrapper .product .actions>.primary:not(:last-child),
.minicart-wrapper .product .actions>.secondary:not(:last-child) {
    margin-right: 15px;
}

.minicart-wrapper .action.close {
    height: 20px;
    position: absolute;
    left: -8px;
    top: -6px;
    width: 20px;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    background: #555 !important;
    opacity: 1;
    text-align: center;
    line-height: 14px;
    border-radius: 100px;
}

.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
    background: none;
    border: none;
}

.minicart-wrapper .action.close:hover {
    border: none;
    color: #fff;
    background: #111 !important;
}

.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.minicart-wrapper .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 8px;
    line-height: inherit;
    color: #fff;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 900;
}

.minicart-wrapper .action.close:hover:before {
    color: inherit;
}

.minicart-wrapper .action.close:active:before {
    color: inherit;
}

.minicart-wrapper .action.showcart {
    white-space: nowrap;
}

.minicart-wrapper .action.showcart .counter.qty {}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
}

.minicart-wrapper .counter-number,
.minicart-wrapper .counter-number:focus {
    font-size: 14px;
}

.minicart-wrapper .action.showcart .counter.qty .loader>img {
    max-width: 24px;
}

.minicart-wrapper .minicart-widgets {
    margin-top: 15px;
}

.minicart-items-wrapper {
    border: 1px solid #ddd;
    margin: 0 -20px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
    padding: 15px;
    margin-bottom: 10px;
}

.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.minicart-items .product-item {
    padding: 20px 0;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #ddd;
}

.minicart-items .product-item:first-child {
    padding-top: 0;
}

.minicart-items .product-item-pricing .label {
    display: inline-block;
    width: 4.5rem;
}

.minicart-items .price-minicart {
    margin-bottom: 5px;
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
}

.minicart-items .product-item-name a {
    color: #19898b;
}

.minicart-items .product-item-name a:hover {
    text-shadow: none;
}

.minicart-items .product-item-details {
    padding-left: 88px;
    text-align: left;
}

.minicart-items .product-item-details .price {
    font-weight: 700;
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin: 5px 0;
}

.minicart-items .product-item-details .weee[data-label] {
    font-size: 1.1rem;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 10px;
}

.minicart-items .product>.product-item-photo,
.minicart-items .product>.product-image-container {
    float: left;
}

.minicart-items .product .toggle {
    border: 0;
    padding: 0 40px 5px 0;
}

.minicart-items .product .toggle:after {
    color: #8f8f8f;
    margin: 0 0 0 5px;
    position: static;
}

.minicart-items .product .active>.toggle:after {
    content: '\e621'
}

.minicart-items .product.pricing {
    margin-top: 3px;
}

.minicart-items .product.options .toggle.tooltip {
    display: inline-block;
    text-decoration: none;
}

.minicart-items .product.options .toggle.tooltip>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-items .product.options .toggle.tooltip:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: -3px 0 0 7px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-items .product.options .details {
    display: none;
}

.minicart-items .item-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.minicart-items .update-cart-item {
    font-size: 1.1rem;
    vertical-align: top;
}

.minicart-items .subtitle {
    display: none;
}

.minicart-items .action.edit,
.minicart-items .action.delete {
    display: inline-block;
    text-decoration: none;
}

.minicart-items .action.edit>span,
.minicart-items .action.delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
    color: #19878a;
    text-shadow: none;
}

.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
    color: #8f8f8f;
}

.minicart-items .action.delete:before {
    content: '\e604'
}

.checkout-container {
    margin: 0 0 20px;
}

.opc-wrapper {
    margin: 0 0 20px;
}

.opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
}

.opc-wrapper .step-content {
    margin: 0 0 40px;
}

.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
    display: none;
}

.checkout-index-index .logo {
    margin-left: 0;
}

.opc-estimated-wrapper {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: -21px -15px 15px;
    padding: 18px 15px;
}

.opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    float: left;
    font-weight: 700;
}

.opc-estimated-wrapper .estimated-block .estimated-label {
    display: block;
    margin: 0 0 5px;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
    background: none;
    border: none;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
    background: none;
    border: none;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    color: #333;
}

.opc-progress-bar {
    display: none;
}

.field.choice .field-tooltip {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.field.choice .field-tooltip-action {
    line-height: 21px;
}

.field._error .control input,
.field._error .control select,
.field._error .control textarea {
    border-color: #ed8380;
}

.checkout-index-index .modal-popup .fieldset .field .label {
    font-weight: 400;
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 8px;
}

.field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px;
}

.field-tooltip._active {
    z-index: 100;
}

.field-tooltip._active .field-tooltip-content {
    display: block;
}

.field-tooltip._active .field-tooltip-action:before {
    color: #333;
}

.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none;
}

.field-tooltip .field-tooltip-action>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.field-tooltip .field-tooltip-action:before {
    -webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: inherit;
    color: #bbb;
    content: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.field-tooltip .field-tooltip-action:hover:before {
    color: #333;
}

._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100;
}

._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content {
    display: block;
}

._keyfocus .field-tooltip .field-tooltip-action:focus:before {
    color: #333;
}

.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2;
}

.field-tooltip .field-tooltip-content:before,
.field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-right-color: #f4f4f4;
    left: -21px;
    top: 12px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
}

.field-tooltip .field-tooltip-content:before {
    border-right-color: #666;
}

.field-tooltip .field-tooltip-content:after {
    border-right-color: #f4f4f4;
    width: 1px;
    z-index: 4;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
    margin-top: 28px;
    margin-bottom: 28px;
}

.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
    font-weight: 400;
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
    font-size: 14px;
    margin-top: 10px;
}

.opc-wrapper .shipping-address-items {
    font-size: 0;
}

.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: .3s border-color;
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff5501;
    color: #fff;
    content: '\e610';
    font-family: 'luma-icons';
    height: 27px;
    width: 29px;
    font-size: 19px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: hidden;
}

.opc-wrapper .action-show-popup {
    margin: 0 0 20px;
}

.opc-wrapper .action-show-popup>span:before {
    content: '+';
    padding-right: 5px;
}

.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0;
}

.opc-wrapper .edit-address-link {
    display: block;
    float: left;
    margin: 26px 5px 0 0;
}

.checkout-shipping-method .step-title {
    margin-bottom: 0;
}

.checkout-shipping-method .no-quotes-block {
    margin: 20px 0;
}

.methods-shipping .actions-toolbar .action.primary {
    margin: 20px 0 0;
}

.table-checkout-shipping-method thead th {
    display: none;
}

.table-checkout-shipping-method tbody td {
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px;
}

.table-checkout-shipping-method tbody tr:first-child td {
    border-top: none;
}

.table-checkout-shipping-method tbody .col-price {
    font-weight: 600;
}

.table-checkout-shipping-method tbody .row-error td {
    border-top: none;
    padding-bottom: 10px;
    padding-top: 0;
}

.checkout-shipping-method {
    position: relative;
}

.shipping-policy-block.field-tooltip {
    top: 12px;
}

.shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #19898b;
    cursor: pointer;
}

.shipping-policy-block.field-tooltip .field-tooltip-action:before {
    display: none;
}

.shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px;
}

.opc-block-shipping-information {
    padding: 0 30px;
}

.opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative;
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    top: 10px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
}

.opc-block-shipping-information .shipping-information-title .action-edit>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
    color: #333;
}

.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
    color: #8f8f8f;
}

.opc-block-shipping-information .shipping-information-content {
    line-height: 27px;
}

.opc-block-shipping-information .shipping-information-content .actions-toolbar {
    margin-left: 0;
}

.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
    margin: 0 0 20px;
}

.opc-block-summary {
    background: #f5f5f5;
    margin: 0 0 20px;
    padding: 22px 30px;
}

.opc-block-summary>.title {
    display: block;
}

.opc-block-summary .mark .value {
    color: #999;
    display: block;
}

.opc-block-summary .grand.incl+.grand.excl .mark,
.opc-block-summary .grand.incl+.grand.excl .amount {
    border-top: 0;
    font-size: 1.4rem;
    padding-top: 0;
}

.opc-block-summary .grand.incl+.grand.excl .mark strong,
.opc-block-summary .grand.incl+.grand.excl .amount strong {
    font-weight: 400;
}

.opc-block-summary .not-calculated {
    font-style: italic;
}

.opc-block-summary .items-in-cart>.title {
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative;
}

.opc-block-summary .items-in-cart>.title>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.opc-block-summary .items-in-cart>.title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.opc-block-summary .items-in-cart>.title:after {
    position: absolute;
    right: 0;
    top: 10px;
}

.opc-block-summary .items-in-cart>.title strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
}

.opc-block-summary .items-in-cart.active>.title:after {
    content: '\e621'
}

.opc-block-summary .items-in-cart .product {
    position: relative;
}

.opc-block-summary .minicart-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0;
}

.column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0;
}

.opc-block-summary .product-item .product-item-inner {
    display: table;
    margin: 0 0 10px;
    width: 100%
}

.opc-block-summary .product-item .product-item-name-block {
    display: table-cell;
    padding-right: 5px;
    text-align: left;
}

.opc-block-summary .product-item .subtotal {
    display: table-cell;
    text-align: right;
}

.opc-block-summary .product-item .price {
    font-size: 1.6rem;
    font-weight: 400;
}

.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price {
    font-size: 1rem;
}

.authentication-dropdown {
    box-sizing: border-box;
}

.authentication-dropdown .modal-inner-wrap {
    padding: 25px;
}

.authentication-wrapper {
    float: right;
    margin-top: -60px;
    max-width: 50%;
    position: relative;
    z-index: 1;
}

._has-auth-shown .authentication-wrapper {
    z-index: 900;
}

.block-authentication .block-title {
    font-size: 1.8rem;
    border-bottom: 0;
    margin-bottom: 25px;
}

.block-authentication .block-title strong {
    font-weight: 300;
}

.block-authentication .field .label {
    font-weight: 400;
}

.block-authentication .actions-toolbar {
    margin-bottom: 5px;
}

.block-authentication .actions-toolbar>.secondary {
    padding-top: 25px;
    text-align: left;
}

.block-authentication .block[class] {
    margin: 0;
}

.block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px;
}

.block-authentication .block[class] .field .control,
.block-authentication .block[class] .field .label {
    float: none;
    width: auto;
}

.block-authentication .block[class]+.block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}

.block-authentication .block[class]+.block::before {
    height: 36px;
    line-height: 34px;
    margin: -19px 0 0 -18px;
    min-width: 36px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c1c1c1;
    content: attr(data-label);
    display: inline-block;
    left: 50%;
    letter-spacing: normal;
    padding: 0 .2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.checkout-payment-method .step-title {
    margin-bottom: 0;
}

.checkout-payment-method .payment-method:first-child .payment-method-title {
    border-top: 0;
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: block;
}

.checkout-payment-method .payment-method-title {
    border-top: 1px solid #ccc;
    padding: 20px 0;
    margin: 0;
}

.checkout-payment-method .payment-method-title .payment-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.checkout-payment-method .payment-method-title .action-help {
    display: inline-block;
    margin-left: 5px;
}

.checkout-payment-method .payment-method-content {
    display: none;
    padding: 0 0 20px 22px;
}

.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
    margin: 0 0 20px;
}

.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
    max-width: 500px;
}

.checkout-payment-method .billing-address-same-as-shipping-block {
    margin: 0 0 10px;
}

.checkout-payment-method .payment-method-billing-address {
    margin: 0 0 20px;
}

.checkout-payment-method .payment-method-billing-address .primary .action-update {
    margin-right: 0;
}

.checkout-payment-method .payment-method-billing-address .billing-address-details {
    line-height: 27px;
    padding: 0 0 0 23px;
}

.checkout-payment-method .payment-method-note+.payment-method-billing-address {
    margin-top: 20px;
}

.checkout-payment-method .payment-method-iframe {
    background-color: transparent;
    display: none;
    width: 100%
}

.checkout-payment-method .no-payments-block {
    margin: 20px 0;
}

.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: '\e621'
}

.checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: none;
}

.checkout-payment-method .payment-option-title {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #19898b;
    display: inline-block;
    text-decoration: none;
}

.checkout-payment-method .payment-option-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.checkout-payment-method .payment-option-title .action-toggle:hover:after {
    color: #333;
}

.checkout-payment-method .payment-option-title .action-toggle:active:after {
    color: #8f8f8f;
}

.checkout-payment-method .payment-option-content {
    padding: 0 0 20px 22px;
}

.checkout-payment-method .payment-option-inner {
    margin: 0 0 20px;
}

.checkout-payment-method .credit-card-types {
    padding: 0;
}

.checkout-payment-method .credit-card-types .item {
    display: inline-block;
    list-style: none;
    margin: 0 5px 0 0;
    vertical-align: top;
}

.checkout-payment-method .credit-card-types .item._active {
    font-weight: 700;
}

.checkout-payment-method .credit-card-types .item._active img {
    -webkit-filter: grayscale(0%);
}

.checkout-payment-method .credit-card-types .item._inactive {
    opacity: .4;
}

.checkout-payment-method .credit-card-types .item span {
    display: inline-block;
    padding-top: 6px;
    vertical-align: top;
}

.checkout-payment-method .credit-card-types img {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
}

.checkout-payment-method .ccard .fields>.year {
    padding-left: 5px;
}

.checkout-payment-method .ccard .fields .select {
    padding-left: 5px;
    padding-right: 5px;
}

.checkout-payment-method .ccard .month .select {
    width: 140px;
}

.checkout-payment-method .ccard .year .select {
    width: 80px;
}

.checkout-payment-method .ccard .number .input-text {
    width: 225px;
}

.checkout-payment-method .ccard>.field.cvv>.control {
    display: inline-block;
    padding-right: 20px;
}

.checkout-payment-method .ccard .cvv .label {
    display: block;
}

.checkout-payment-method .ccard .cvv .input-text {
    width: 55px;
}

.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field {
    width: auto !important;
}

.checkout-agreements-block {
    margin-bottom: 20px;
}

.checkout-agreements-block .action-show {
    vertical-align: baseline;
}

.checkout-agreements-items {
    padding-bottom: 30px;
}

.checkout-agreements-items .checkout-agreements-item {
    margin-bottom: 20px;
}

.checkout-agreements-items .checkout-agreements-item-title {
    border-bottom: 0;
}

.checkout-agreement-item-content {
    overflow: auto;
}

.login-container .block-new-customer .actions-toolbar {
    margin-top: 25px;
}

.login-container .block .block-title {
    font-size: 1.8rem;
}

.login-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.2rem;
}

.login-container .fieldset:after {
    margin-top: 35px;
}

.block-addresses-list .items.addresses>.item {
    margin-bottom: 20px;
}

.block-addresses-list .items.addresses>.item:last-child {
    margin-bottom: 0;
}

.block-addresses-list .items.addresses .item.actions {
    margin-top: 5px;
}

.form-address-edit #region_id {
    display: none;
}

.form-edit-account .fieldset.password {
    display: none;
}

.form-create-account .fieldset-fullname .fields .field {
    float: none;
}

.account .page-title-wrapper .page-title {
    display: inline-block;
}

.account .messages {
    margin-bottom: 20px;
}

.account .column.main {
    margin-bottom: 30px;
}

.account .column.main h2 {
    margin-top: 0;
}

.account .sidebar-additional {
    margin-top: 40px;
}

.account .table-wrapper {
    margin-bottom: 20px;
}

.account .table-wrapper:last-child {
    margin-bottom: 0;
}

.account .data.table .col.actions .action.delete,
[class^='sales-guest-'] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
    color: #d10029;
}

.column.main .block:last-child {
    margin-bottom: 0;
}

.block .title {
    margin-bottom: 10px;
}

.block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.block p:last-child {
    margin: 0;
}

.block .box-actions {
    margin-top: 5px;
}

.field.password .control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.field.password .control .mage-error {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.field.password .control .input-text {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
}

.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}

.password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.password-strength-meter-0 .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%
}

.password-strength-meter-1 .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%
}

.password-strength-meter-2 .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%
}

.password-strength-meter-3 .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%
}

.password-strength-meter-4 .password-strength-meter:before {
    background-color: #81b562;
    width: 100%
}

.control.captcha-image {
    margin-top: 10px;
}

.control.captcha-image .captcha-img {
    vertical-align: middle;
}

.order-products-toolbar {
    position: relative;
}

.block-balance .price {
    margin-top: -10px;
    font-size: 3.2rem;
    display: inline-block;
    line-height: 32px;
}

.table-downloadable-products .product-name {
    font-weight: 400;
    margin-right: 15px;
}

.table-downloadable-products .action.download {
    display: inline-block;
    text-decoration: none;
}

.table-downloadable-products .action.download:before {
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    content: '\e626';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.page-product-downloadable .product-add-form {
    clear: both;
    margin-bottom: 25px;
}

.page-product-downloadable .product-options-bottom .field.qty {
    display: none;
}

.samples-item-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 10px;
}

.samples-item {
    margin: 0 0 10px;
}

.field.downloads {
    margin-bottom: 10px;
}

.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control {
    width: 100%
}

.field.downloads .price-container {
    display: inline;
    white-space: nowrap;
}

.field.downloads .price-container:before {
    content: ' + ';
    display: inline;
}

.field.downloads .price-excluding-tax {
    display: inline;
}

.field.downloads .price-excluding-tax:before {
    content: ' (' attr(data-label) ': '
}

.field.downloads .price-excluding-tax:after {
    content: ')'
}

.field.downloads .price-including-tax {
    display: inline;
    font-weight: 600;
    font-size: 1.4rem;
}

.field.downloads .field.choice {
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.field.downloads .field.choice input {
    left: 0;
    position: absolute;
    top: 2px;
}

.field.downloads .field.downloads-all {
    border-bottom: 0;
    padding-left: 0;
}

.field.downloads .sample.link {
    float: right;
}

.field.downloads-all .label {
    color: #19898b;
    text-decoration: none;
    cursor: pointer;
}

.field.downloads-all .label:visited {
    color: #19898b;
    text-decoration: none;
}

.field.downloads-all .label:hover {
    color: #19898b;
    text-decoration: underline;
}

.field.downloads-all .label:active {
    color: #ff5501;
    text-decoration: underline;
}

.field.downloads-all input {
    opacity: 0;
}

.field.downloads.downloads-no-separately .field.choice {
    padding-left: 0;
}

.page-product-giftcard .giftcard-amount {
    border-top: 1px #c1c1c1 solid;
    clear: both;
    margin-bottom: 0;
    padding-top: 15px;
    text-align: left;
}

.page-product-giftcard .giftcard-amount .field:last-child {
    padding-bottom: 20px !important;
}

.page-product-giftcard .product-info-main .price-box .old-price {
    font-size: 20px;
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final>span {
    display: block;
    margin-bottom: 5px;
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child {
    margin-bottom: 0;
}

.page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
}

.page-product-giftcard .product-info-main .price-box+.giftcard.form {
    border-top: 1px #c1c1c1 solid;
    padding-top: 15px;
}

.page-product-giftcard .product-info-main .alert {
    clear: left;
}

.page-product-giftcard .product-info-stock-sku {
    display: block;
}

.page-product-giftcard .product-add-form {
    border: 0;
    clear: none;
    padding-top: 0;
}

.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
    margin-bottom: 20px;
    margin-top: 20px;
}

.page-product-giftcard .giftcard.form {
    clear: both;
}

.page-product-giftcard .price-box {
    margin-bottom: 10px;
}

.page-product-giftcard .product-info-price {
    border: 0;
    display: block;
    float: right;
    white-space: nowrap;
    width: auto;
}

.giftcard-account .please-wait {
    display: none;
}

.giftcard-account .form-giftcard-redeem .giftcard.info {
    margin-bottom: 30px;
}

.opc-wrapper .form-giftcard-account {
    max-width: 500px;
}

.opc-wrapper .form-giftcard-account .field {
    margin: 0 0 20px;
}

.opc-wrapper .giftcard-account-info {
    margin: 0 0 20px;
}

.opc-wrapper .giftcard-account-info .giftcard-account-number {
    margin: 0 0 10px;
}

.gift-message .field .label {
    color: #666;
    font-weight: 400;
}

.cart.table-wrapper .item-gift._active {
    border-top: 1px solid #c1c1c1;
}

.cart.table-wrapper .item-gift .action {
    margin-right: 0;
}

.gift-options {
    margin: 20px 0;
}

.gift-options .actions-toolbar .action-cancel {
    display: none;
}

.gift-options-title {
    font-weight: 600;
    margin: 0 0 20px;
}

.gift-options-content .fieldset {
    margin: 0 0 20px;
}

.gift-summary {
    position: relative;
}

.gift-summary .actions-toolbar>.secondary .action {
    margin: 0 0 0 20px;
    width: auto;
}

.gift-summary .action-edit,
.gift-summary .action-delete {
    display: inline-block;
    text-decoration: none;
}

.gift-summary .action-edit>span,
.gift-summary .action-delete>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
    color: #333;
}

.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
    color: #8f8f8f;
}

.gift-summary .action-delete:before {
    content: '\e604'
}

.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cart.table-wrapper .gift-content {
    clear: left;
    display: none;
    float: left;
    margin-right: -100%;
    padding: 20px 0;
    width: 100%
}

.cart.table-wrapper .gift-content._active {
    display: table;
    table-layout: fixed;
}

.gift-item-block {
    border-bottom: 1px solid #c1c1c1;
    margin: 0;
}

.gift-item-block._active .title:after {
    content: '\e621'
}

.gift-item-block .title {
    color: #19898b;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
}

.gift-item-block .title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 1.2rem;
    line-height: 20px;
    color: #858585;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.gift-item-block .title:hover:after {
    color: #333;
}

.gift-item-block .content {
    padding: 10px 0 20px;
    position: relative;
}

.order-details-items .order-gift-message dt:after,
.order-details-items .block-order-details-gift-message dt:after {
    content: ''
}

.order-details-items .order-gift-message .item-message,
.order-details-items .block-order-details-gift-message .item-message {
    clear: left;
}

.order-details-items .order-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
    font-weight: 400;
    margin: 10px 0;
}

.options-order-container,
.options-items-container {
    margin-bottom: 10px;
}

.gift-messages-order {
    margin-bottom: 25px;
}

.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
    margin-bottom: 40px;
}

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
    width: 100%
}

.giftregisty-dropdown .action.toggle {
    color: #19898b;
}

.table-giftregistry-items .product-image {
    margin-right: 10px;
    float: left;
}

.cart-summary .form.giftregistry .fieldset {
    margin: 15px 0 5px;
    text-align: left;
}

.cart-summary .form.giftregistry .fieldset .field {
    margin: 0 0 10px;
}

.cart-summary .form.giftregistry .fieldset .field .control {
    float: none;
    width: auto;
}

.form-giftregistry-search {
    margin-bottom: 60px;
}

.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
    margin-bottom: 0;
}

.block-giftregistry .actions-toolbar {
    margin: 17px 0 0;
}

.block-giftregistry-shared .item-options .item-value {
    margin: 0 0 25px;
}

.block-giftregistry-shared-items .item .col {
    border: 0;
}

.block-giftregistry-shared-items th {
    border-bottom: 1px solid #ccc;
}

.block-giftregistry-shared-items .col {
    padding: 20px 11px 10px;
}

.block-giftregistry-shared-items .col .price-box {
    display: inline-block;
}

.block-giftregistry-shared-items .col .price-wrapper {
    font-size: 1.8rem;
    display: block;
    font-weight: 700;
    white-space: nowrap;
}

.block-giftregistry-shared-items .product .item-options {
    margin: 0;
}

.block-giftregistry-shared-items .product-item-photo {
    display: block;
    max-width: 65px;
    padding: 10px 0;
}

.block-giftregistry-shared-items .product-item-name {
    font-size: 1.8rem;
    display: block;
    margin: 0 0 5px;
}

.gift-wrapping-info {
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0;
}

.gift-wrapping-list {
    list-style: none;
    margin: 20px 0 10px;
    padding: 0;
}

.gift-wrapping-list .no-image {
    background: #f2f2f2;
    display: inline-block;
    text-decoration: none;
}

.gift-wrapping-list .no-image>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gift-wrapping-list .no-image:after {
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 4rem;
    color: #494949;
    content: '\e62a';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.gift-wrapping-list .no-image:after {
    display: block;
}

.gift-wrapping-preview,
.gift-wrapping-item>span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gift-wrapping-item {
    float: left;
    margin: 0 10px 10px 0;
}

.gift-wrapping-item:last-child {
    margin-right: 0;
}

.gift-wrapping-item._active span:before {
    border: 3px solid #333;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.gift-wrapping-item>span {
    height: 4rem;
    width: 4rem;
}

.gift-wrapping-title {
    margin: 10px 0;
}

.gift-wrapping-title .action-remove {
    margin: -5px 0 0 5px;
    display: inline-block;
    text-decoration: none;
}

.gift-wrapping-title .action-remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.gift-wrapping-title .action-remove:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 20px;
    color: #8f8f8f;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.gift-wrapping-title .action-remove:hover:before {
    color: #333;
}

.gift-wrapping-title .action-remove:active:before {
    color: #8f8f8f;
}

.gift-options-content .fieldset .field {
    margin: 10px 0;
}

.gift-wrapping-summary {
    padding-right: 7rem;
}

.gift-wrapping-summary .gift-wrapping-title {
    border: 0;
    display: inline-block;
    padding: 0;
}

.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
    padding: 0;
    width: 100%
}

.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
    margin: 20px 0 0;
}

.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
    float: none;
}

.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
    margin: 0;
}

.opc-wrapper .data.table .gift-wrapping .content>img,
.table-order-items .gift-wrapping .content>img {
    float: left;
    margin: 0 10px 0 0;
    max-height: 50px;
    max-width: 50px;
}

.gift-summary .price-box,
.gift-options .price-box {
    margin-left: 22px;
}

.gift-summary .regular-price:before,
.gift-options .regular-price:before {
    content: attr(data-label) ': '
}

.gift-summary .regular-price .price,
.gift-options .regular-price .price {
    font-weight: 700;
}

.table-wrapper.grouped {
    width: auto;
}

.table.grouped .row-tier-price>td {
    border-top: 0;
}

.table.grouped .col.item {
    width: 90%
}

.table.grouped .col.qty {
    width: 10%
}

.table.grouped .product-item-name {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;
}

.table.grouped .price-box p {
    margin: 0;
}

.table.grouped .price-box .price {
    font-weight: 700;
}

.table.grouped .price-box .old-price .price {
    font-weight: normal;
}

.table.grouped .stock.unavailable {
    font-weight: normal;
    margin: 0;
    text-transform: none;
    white-space: nowrap;
}

.page-product-grouped .product-info-main .alert {
    clear: left;
}

.form-add-invitations .additional,
.form-add-invitations .field.message {
    margin-top: 20px;
}

.form-add-invitations .action.remove {
    top: 4px;
}

.form-add-invitations .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto;
}

.form-add-invitations .action.add>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.form-add-invitations .action.add:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.form-add-invitations .action.add:hover:before {
    color: inherit;
}

.form-add-invitations .action.add:active:before {
    color: inherit;
}

.filter.block {
    margin-bottom: 0;
}

.filter-title strong {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    border: 1px solid #ccc;
    border-radius: 3px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    padding: 7px 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
}

.filter-title strong[data-count]:after {
    color: #fff;
    background: #ff5501;
    border-radius: 2px;
    content: attr(data-count);
    display: inline-block;
    font-size: .8em;
    line-height: 1;
    margin: 0 5px;
    min-width: 1em;
    padding: 2px;
}

.filter-title strong.disabled {
    opacity: .5;
}

.filter .block-subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    padding: 15px 0px 20px;
    text-transform: uppercase;
    color: #000;
}

.filter-subtitle {
    display: none;
}

.filter-current {
    margin: 0;
}

.filter-current .items {
    padding: 5px 10px;
}

.filter-current .item {
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.filter .filter-current-subtitle {
    border: none;
    display: block;
    padding-bottom: 10px;
}

.filter-current .action.remove {
    left: -2px;
    position: absolute;
    top: -1px;
}

.filter-actions {
    margin-bottom: 25px;
    padding: 0 10px;
}

.filter-label {
    font-weight: 700;
}

.filter-label:after {
    content: ': '
}

.filter-value {
    color: #858585;
}

.filter-options {
    display: none;
    margin: 0;
}

.filter-options-item {
    background: #f8f8ff;
    margin-bottom: 4px;
}

.filter-options-title {
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 16px 40px 16px 10px;
    position: relative;
    text-transform: uppercase;
    word-break: break-all;
    z-index: 1;
    display: block;
    text-decoration: none;
}

.filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.filter-options-title:after {
    position: absolute;
    right: 13px;
    top: 18px;
}

.filter-options-item.active .filter-options-title {
    background: #162d45;
    color: #fff;
}

.filter-options-title:hover {
    color: #fff;
    background: #162d45;
}

.active>.filter-options-title:after {
    content: '\e621'
}

.filter-options-content {
    margin: 0;
    padding: 10px;
    border: 1px solid #e5e5e6;
    background: #fff;
}

.filter-options-content .item {
    line-height: 1.5em;
    margin: 10px 0;
}

.filter-options-content a {
    color: #494949;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 5px;
    padding-right: 7px;
}

.filter-options-content a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
}

.filter-options-content a:hover+.count {
    background-color: #e8e8e8;
}

.filter-options-content .count {
    color: #858585;
    padding-right: 5px;
}

.filter-options-content .count:before {
    content: '('
}

.filter-options-content .count:after {
    content: ')'
}

.map-popup-wrapper.popup .action.close {
    top: 10px;
}

.map-popup {
    background: #fff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    transition: opacity .3s linear;
    left: 0;
    margin-top: 10px;
    position: absolute;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
    box-sizing: border-box;
}

.map-popup .popup-header {
    margin: 0 0 25px;
    padding-right: 16px;
}

.map-popup .popup-header .title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.map-popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px;
}

.map-popup .popup-actions .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.map-popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.map-popup .popup-actions .action.close:hover:before {
    color: #737373;
}

.map-popup .popup-actions .action.close:active:before {
    color: #737373;
}

.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
    background: none;
    border: none;
}

.map-popup .popup-actions .action.close:hover {
    background: none;
    border: none;
}

.map-popup .popup-actions .action.close.disabled,
.map-popup .popup-actions .action.close[disabled],
fieldset[disabled] .map-popup .popup-actions .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.map-popup.active {
    opacity: 1;
}

.map-popup .map-info-price {
    margin: 0 0 20px;
}

.map-popup .map-info-price .price-box {
    margin: 0 0 20px;
}

.map-popup .map-info-price .price-box .label:after {
    content: ': '
}

.map-popup .action.primary {
    margin-right: 10px;
}

.map-popup .map-msrp {
    margin-bottom: 10px;
}

.map-popup .actual-price {
    margin: 3px 0 15px;
}

.map-popup .popup-header {
    display: none;
}

.map-old-price {
    text-decoration: none;
}

.map-old-price .price-wrapper {
    text-decoration: line-through;
}

.map-old-price,
.product-item .map-old-price,
.product-info-price .map-show-info {
    display: inline-block;
    min-width: 10rem;
}

.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
    margin-right: 10px;
}

.product-options-bottom .price-box .old-price .price-container>span,
.product-info-price .price-box .old-price .price-container>span {
    display: inline;
}

.map-form-addtocart {
    display: inline-block;
    text-align: center;
}

.map-form-addtocart img {
    display: block;
    margin: 0 auto;
}

.wishlist.split.button {
    display: inline-block;
    position: relative;
    margin-right: 5%;
    vertical-align: middle;
}

.wishlist.split.button:before,
.wishlist.split.button:after {
    content: '';
    display: table;
}

.wishlist.split.button:after {
    clear: both;
}

.wishlist.split.button .action.split {
    float: left;
    margin: 0;
}

.wishlist.split.button .action.toggle {
    float: right;
    margin: 0;
}

.wishlist.split.button .action.toggle {
    display: inline-block;
    text-decoration: none;
}

.wishlist.split.button .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wishlist.split.button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: inherit;
    color: #999;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.wishlist.split.button .action.toggle:hover:after {
    color: #333;
}

.wishlist.split.button .action.toggle:active:after {
    color: inherit;
}

.wishlist.split.button .action.toggle.active {
    display: inline-block;
    text-decoration: none;
}

.wishlist.split.button .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wishlist.split.button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: inherit;
    color: #999;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.wishlist.split.button .action.toggle.active:hover:after {
    color: #333;
}

.wishlist.split.button .action.toggle.active:active:after {
    color: inherit;
}

.wishlist.split.button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.wishlist.split.button .items li {
    margin: 0;
    padding: 5px 5px 5px 23px;
}

.wishlist.split.button .items li:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.wishlist.split.button .items:before,
.wishlist.split.button .items:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.wishlist.split.button .items:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.wishlist.split.button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.wishlist.split.button .items:before {
    left: 10px;
    top: -12px;
}

.wishlist.split.button .items:after {
    left: 9px;
    top: -14px;
}

.wishlist.split.button.active {
    overflow: visible;
}

.wishlist.split.button.active .items {
    display: block;
    position: absolute;
}

.wishlist.split.button .items {
    padding: 6px 0;
    text-align: left;
}

.wishlist.split.button>.action.split {
    margin-right: 5px;
}

.wishlist.split.button>.action.split:before {
    content: '\e600'
}

.wishlist.split.button>.action.split:before {
    margin: 0;
    width: 18px;
}

.wishlist.split.button>.action:active,
.wishlist.split.button>.action:focus,
.wishlist.split.button>.action:hover {
    color: #333;
}

.wishlist.split.button>.action.toggle:before {
    border-left: 1px solid #999;
    content: '';
    float: left;
    height: 15px;
    margin: 3px 4px 0 0;
}

.cart.table-wrapper .wishlist.split.button {
    vertical-align: baseline;
}

.cart.table-wrapper .wishlist.split.button>.action.split {
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
}

.cart.table-wrapper .wishlist.split.button>.action.toggle:after {
    color: #19898b;
}

.cart.table-wrapper .wishlist.split.button>.action.split,
.cart.table-wrapper .wishlist.split.button>.action.toggle {
    color: #19898b;
}

.cart.table-wrapper .wishlist.split.button>.action.split:before,
.cart.table-wrapper .wishlist.split.button>.action.toggle:before {
    display: none;
}

.wishlist.window.popup {
    background: #fff;
    border: 1px solid #adadad;
    padding: 22px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    transition: opacity .3s linear;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
    display: none;
    opacity: 0;
    box-sizing: border-box;
}

.wishlist.window.popup .popup-header {
    margin: 0 0 25px;
    padding-right: 16px;
}

.wishlist.window.popup .popup-header .title {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.wishlist.window.popup .popup-actions .action.close {
    position: absolute;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    right: 10px;
    top: 10px;
}

.wishlist.window.popup .popup-actions .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wishlist.window.popup .popup-actions .action.close:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.wishlist.window.popup .popup-actions .action.close:hover:before {
    color: #737373;
}

.wishlist.window.popup .popup-actions .action.close:active:before {
    color: #737373;
}

.wishlist.window.popup .popup-actions .action.close:focus,
.wishlist.window.popup .popup-actions .action.close:active {
    background: none;
    border: none;
}

.wishlist.window.popup .popup-actions .action.close:hover {
    background: none;
    border: none;
}

.wishlist.window.popup .popup-actions .action.close.disabled,
.wishlist.window.popup .popup-actions .action.close[disabled],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.wishlist.window.popup.active {
    opacity: 1;
}

.wishlist.window.popup.active {
    display: block;
}

.wishlist.overlay {
    transition: opacity .15s linear;
    background: #8c8c8c;
    z-index: 899;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.wishlist.overlay.active {
    opacity: .7;
    filter: alpha(opacity=70);
}

.wishlist.overlay.active {
    display: block;
}

.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
    color: #19898b;
}

.page-multiple-wishlist .actions-toolbar>.primary {
    display: block;
    float: none;
    text-align: left;
}

.page-multiple-wishlist .actions-toolbar>.primary .action.remove {
    float: right;
}

.block-wishlist-management {
    position: relative;
}

.block-wishlist-management .wishlist-select .wishlist-name-label {
    font-weight: 600;
}

.block-wishlist-management .wishlist-title {
    margin-bottom: 10px;
}

.block-wishlist-management .wishlist-title strong {
    font-weight: 300;
    margin-right: 10px;
}

.block-wishlist-management .wishlist-notice {
    color: #7d7d7d;
    display: inline-block;
    margin-right: 20px;
}

.block-wishlist-management .wishlist-notice.private {
    display: inline-block;
    text-decoration: none;
}

.block-wishlist-management .wishlist-notice.private:before {
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
    line-height: inherit;
    color: #a3a3a3;
    content: '\e629';
    font-family: 'luma-icons';
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
    display: inline-block;
}

.block-wishlist-management .wishlist-toolbar-select {
    margin-right: 20px;
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown {
    right: 0;
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown:before {
    left: auto;
    right: 11px;
}

.block-wishlist-management .wishlist-toolbar .copy .dropdown:after {
    left: auto;
    right: 10px;
}

.block-wishlist-management .wishlist-dropdown.move {
    margin-right: 20px;
}

.block-wishlist-search-form .form-wishlist-search {
    margin-bottom: 60px;
    max-width: 500px;
}

.block-wishlist-search-results .table-wrapper {
    border-top: none;
}

.block-wishlist-info-items .block-title {
    margin-bottom: 20px;
    font-size: 2.2rem;
}

.block-wishlist-info-items .block-title>strong {
    font-weight: 300;
}

.block-wishlist-info-items .product-item {
    width: 100%
}

.block-wishlist-info-items .product-item-photo {
    margin-left: 20px;
}

.block-wishlist-info-items .product-item-info {
    width: auto;
}

.block-wishlist-info-items .product-item-info:hover .split {
    visibility: visible;
}

.block-wishlist-info-items .price-wrapper {
    display: block;
    margin: 0 0 10px;
}

.block-wishlist-info-items .split {
    clear: both;
    padding: 10px 0;
    visibility: hidden;
}

.block-wishlist-info-items .wishlist-dropdown .change {
    color: #19898b;
}

.block-wishlist-info-items .action.towishlist {
    padding: 10px 0;
}

.block-wishlist-info-items .input-text.qty {
    margin-right: 10px;
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%
}

.block.newsletter .fieldset {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.block.newsletter .field {
    margin: 0;
}

.block.newsletter .field .control {
    display: inline-block;
    text-decoration: none;
    display: block;
}

.block.newsletter .field .control:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #c2c2c2;
    content: '\e61d';
    font-family: 'luma-icons';
    margin: 0 0 0 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block.newsletter .field .control:before {
    position: absolute;
}

.block.newsletter input {
    padding-left: 10px;
}

.block.newsletter .title {
    display: none;
}

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%
}

.block.newsletter .action.subscribe {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}

.data.switch .counter {
    color: #7d7d7d;
}

.data.switch .counter:before {
    content: '('
}

.data.switch .counter:after {
    content: ')'
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap;
}

.rating-summary .rating-result {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c7c7c7;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.rating-summary .rating-result>span {
    display: block;
    overflow: hidden;
}

.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ff5501;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote {
    overflow: hidden;
}

.review-control-vote:before {
    color: #c7c7c7;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    position: absolute;
    z-index: 1;
}

.review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote input[type="radio"]:focus+label:before,
.review-control-vote input[type="radio"]:checked+label:before {
    opacity: 1;
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute;
}

.review-control-vote label span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote label:before {
    color: #ff5501;
    font-family: 'luma-icons';
    font-size: 16px;
    height: 16px;
    letter-spacing: 2px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
}

.review-control-vote label:hover:before {
    opacity: 1;
}

.review-control-vote label:hover~label:before {
    opacity: 0;
}

.review-control-vote .rating-5 {
    z-index: 2;
}

.review-control-vote .rating-5:before {
    content: '\e605' '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-4 {
    z-index: 3;
}

.review-control-vote .rating-4:before {
    content: '\e605' '\e605' '\e605' '\e605'
}

.review-control-vote .rating-3 {
    z-index: 4;
}

.review-control-vote .rating-3:before {
    content: '\e605' '\e605' '\e605'
}

.review-control-vote .rating-2 {
    z-index: 5;
}

.review-control-vote .rating-2:before {
    content: '\e605' '\e605'
}

.review-control-vote .rating-1 {
    z-index: 6;
}

.review-control-vote .rating-1:before {
    content: '\e605'
}

.review-control-vote:before {
    content: '\e625' '\e625' '\e625' '\e625' '\e625'
}

.review-toolbar {
    border-top: 1px solid #c9c9c9;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}

.review-toolbar:first-child {
    display: none;
}

.review-toolbar .pages {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    padding: 20px 0;
    text-align: center;
}

.review-toolbar .limiter {
    display: none;
}

.review-add .block-title {
    display: none;
}

.review-form .action.submit.primary {
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px;
    margin: 0;
}

.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
    background: #e2e2e2;
    border: 1px solid #ccc;
    color: #333;
}

.review-form .action.submit.primary:hover {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #333;
}

.review-form .actions-toolbar .actions-primary {
    padding: 0;
}

.fieldset .review-legend.legend {
    border-bottom: 0;
    line-height: 1.3;
    padding: 0;
    margin-bottom: 20px;
}

.fieldset .review-legend.legend span {
    margin: 0;
}

.fieldset .review-legend.legend strong {
    display: block;
    font-weight: 600;
}

.fieldset .review-field-ratings>.label {
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
}

.review-control-vote label:before,
.review-control-vote:before {
    font-size: 32px;
    height: 32px;
    letter-spacing: 10px;
    line-height: 32px;
}

.review-field-rating .label {
    font-weight: 600;
}

.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 10px;
}

.review-list {
    margin-bottom: 30px;
}

.review-list .block-title strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.review-item {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
    padding: 20px 0;
}

.review-item:after {
    clear: both;
    content: '';
    display: table;
}

.review-item:last-child {
    border-width: 0;
}

.review-ratings {
    display: table;
    margin-bottom: 10px;
    max-width: 100%
}

.review-author {
    display: inline;
}

.review-author .review-details-value {
    font-weight: 400;
}

.review-date {
    display: inline;
}

.review-title {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin: 0 0 20px;
}

.review-content {
    margin-bottom: 20px;
}

.page-main .column .review-add {
    margin-bottom: 0;
}

.data.table.reviews .rating-summary {
    margin-top: -4px;
}

.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
    margin-bottom: 20px;
}

.product-reviews-summary {
    margin-bottom: 5px;
}

.products.wrapper.list .product-reviews-summary {
    margin: 0 auto;
}

.product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: middle;
}

.product-reviews-summary .reviews-actions {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 30px;
}

.product-info-main .rating-summary,
.customer-review .rating-summary {
    margin-right: 30px;
}

.block-reviews-dashboard .items .item {
    margin-bottom: 20px;
}

.block-reviews-dashboard .items .item:last-child {
    margin-bottom: 0;
}

.block-reviews-dashboard .product-name {
    display: inline-block;
}

.block-reviews-dashboard .product-name:not(:last-child) {
    margin-bottom: 5px;
}

.block-reviews-dashboard .rating-summary .label {
    font-weight: 600;
    margin-right: 10px;
}

.table-reviews .product-name,
.block-reviews-dashboard .product-name {
    font-weight: 400;
}

.table-reviews .rating-summary {
    display: inline-block;
    vertical-align: baseline;
}

.customer-review .product-media {
    float: left;
    margin-right: 3%;
    max-width: 285px;
    width: 30%
}

.customer-review .review-details {
    margin: 0;
}

.customer-review .review-details .customer-review-rating {
    margin-bottom: 20px;
}

.customer-review .review-details .customer-review-rating .item {
    margin-bottom: 10px;
}

.customer-review .review-details .customer-review-rating .item:last-child {
    margin-bottom: 0;
}

.customer-review .review-details .review-title {
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.customer-review .review-details .review-content {
    margin: 0;
    margin-bottom: 20px;
}

.customer-review .review-details .review-date {
    color: #a6a6a6;
}

.block-reward-info .reward-balance {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.block-reward-info .reward-rates:not(:last-child),
.block-reward-info .reward-limit:not(:last-child),
.block-reward-info .reward-expiring:not(:last-child) {
    margin-bottom: 25px;
}

.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
    display: inline-block;
    margin-bottom: 10px;
}

.order-details-items.rma .order-title {
    display: none;
}

.order-details-items.rma .order-title+.toolbar {
    display: none;
}

.form-create-return .additional:first-child {
    margin-top: 0;
}

.form-create-return .field.comment {
    margin-top: 55px;
}

.block-returns-comments .returns-comments dt,
.block-returns-comments .returns-comments dd {
    margin: 0;
}

.block-returns-comments .returns-comments dt {
    font-weight: 400;
}

.block-returns-comments .returns-comments dd {
    margin-bottom: 15px;
}

.block-returns-comments .returns-comments dd:last-child {
    margin-bottom: 0;
}

.block-returns-comments .fieldset {
    margin-bottom: 20px;
}

.magento-rma-guest-create .order-links .item a {
    line-height: 1.42857143;
    margin: 0 30px 0 0;
    padding: 0;
    color: #19898b;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
}

.magento-rma-guest-create .order-links .item a:visited {
    color: #19898b;
    text-decoration: none;
}

.magento-rma-guest-create .order-links .item a:hover {
    color: #19898b;
    text-decoration: underline;
}

.magento-rma-guest-create .order-links .item a:active {
    color: #ff5501;
    text-decoration: underline;
}

.magento-rma-guest-create .order-links .item a:hover {
    color: #19898b;
}

.magento-rma-guest-create .order-links .item a:hover,
.magento-rma-guest-create .order-links .item a:active,
.magento-rma-guest-create .order-links .item a:focus {
    background: none;
    border: 0;
}

.magento-rma-guest-create .order-links .item a.disabled,
.magento-rma-guest-create .order-links .item a[disabled],
fieldset[disabled] .magento-rma-guest-create .order-links .item a {
    color: #19898b;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}

.order-links .item {
    line-height: 40px;
    margin: 0 0 -1px;
}

.order-links .item strong {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 0 20px;
}

.order-links .item a {
    background: #f6f6f6;
    color: #7d7d7d;
    border: 1px solid #ccc;
    display: block;
    font-weight: 400;
    padding: 0 20px;
}

.order-links .item a:hover {
    background: #fff;
    text-decoration: none;
}

.order-details-items {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    padding: 10px;
}

.order-details-items .order-title {
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}

.order-details-items .order-title>strong {
    font-size: 2.4rem;
    font-weight: 300;
}

.order-details-items .order-title .action {
    display: inline-block;
}

.order-details-items .table-wrapper {
    margin: 0;
}

.order-details-items .table-wrapper+.actions-toolbar {
    display: none;
}

.order-details-items .table-wrapper:not(:last-child) {}

.order-details-items .table-order-items>thead>tr>th {
    border-bottom: 1px solid #ccc;
}

.order-details-items .table-order-items tbody+tbody {
    border-top: 1px solid #ccc;
}

.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
    background: none;
}

.order-details-items .table-order-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
}

.order-details-items .table-order-items tbody .col.label {
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 0;
}

.order-details-items .table-order-items tbody .col.options {
    padding: 0 0 15px;
}

.order-details-items .table-order-items tbody>.item-parent td {
    padding-bottom: 5px;
}

.order-details-items .table-order-items tbody>.item-parent+tr td {
    padding-top: 5px;
}

.order-details-items .table-order-items tbody .item-options-container td {
    padding-bottom: 15px;
    padding-top: 0;
}

.order-details-items .table-order-items .product-item-name {
    margin: 0 0 10px;
}

.order-details-items .item-options {
    margin: 0;
}

.order-details-items .item-options dt {
    margin: 0;
}

.order-details-items .item-options dd {
    margin: 0 0 15px;
}

.order-details-items .item-options dd:last-child {
    margin-bottom: 0;
}

.order-details-items .item-options.links dt {
    display: inline-block;
}

.order-details-items .item-options.links dt:after {
    content: ': '
}

.order-details-items .item-options.links dd {
    margin: 0;
}

.order-details-items thead .col.qty {
    text-align: center;
}

.order-details-items .col.name {
    padding-top: 16px;
}

.order-details-items .action.show {
    display: inline-block;
    text-decoration: none;
    color: #333;
}

.order-details-items .action.show>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.order-details-items .action.show:after {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.order-details-items .action.show.expanded:after {
    content: '\e621'
}

.order-details-items .product-item-name {
    font-size: 1.8rem;
}

.order-details-items .items-qty .item {
    white-space: nowrap;
}

.order-details-items .items-qty .title:after {
    content: ': '
}

.block-order-details-comments {
    margin: 0 0 40px;
}

.block-order-details-comments .comment-date {
    font-weight: 600;
}

.block-order-details-comments .comment-content {
    line-height: 1.6;
    margin: 0 0 20px;
}

.block-order-details-view .block-content .box {
    margin-bottom: 30px;
}

.block-order-details-view .box-title {
    font-weight: 600;
}

.block-order-details-view .box-content .payment-method .title {
    font-weight: 400;
}

.block-order-details-view .box-content .payment-method .content {
    margin: 0;
}

.block-order-details-view .box-content .payment-method .content>strong {
    font-weight: 400;
}

.block-order-details-view .box-content .payment-method .content>strong:after {
    content: ': '
}

.column.main .order-details-items .block-order-details-gift-message {
    margin: 40px 0 0;
}

.block-order-details-gift-message+.actions-toolbar {
    display: none;
}

.order-tracking {
    margin: 0;
    padding: 20px 0;
}

.order-title+.order-tracking {
    border-bottom: 1px solid #ccc;
}

.order-tracking .tracking-title {
    display: inline-block;
}

.order-tracking .tracking-content {
    display: inline-block;
    margin: 0 0 0 5px;
}

.order-actions-toolbar {
    margin-bottom: 25px;
}

.order-actions-toolbar .action {
    margin-right: 30px;
}

.order-actions-toolbar .action.print {
    display: none;
    margin: 0;
}

.form-orders-search .field:last-child {
    margin-bottom: 20px;
}

.block-reorder .actions-toolbar {
    margin: 17px 0;
}

.block-reorder .product-item-name {
    display: inline-block;
}

.block-reorder .product-item .field.item {
    display: inline-block;
}

.product-social-links .action.mailto.friend:before {
    content: '\e61d'
}

.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0;
}

.block-collapsible-nav .item {
    margin: 3px 0 0;
}

.block-collapsible-nav .item:first-child {
    margin-top: 0;
}

.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px;
}

.block-collapsible-nav .item a {
    text-decoration: none;
}

.block-collapsible-nav .item a:hover {
    background: #e8e8e8;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: #ff5501;
    color: #000;
    font-weight: 600;
}

.block-collapsible-nav .item.current a {
    border-color: #ff5501;
}

body {
    background-color: #fff;
}

.ie9 .page-wrapper {
    background-color: #fff;
    min-height: 0;
}

.page-header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.page-header .panel.wrapper {
    background-color: #7e807e;
    color: #fff;
}

.header.panel>.header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    font-size: 0;
    margin-left: auto;
    margin-right: 20px;
}

.header.panel>.header.links>li {
    display: inline-block;
    vertical-align: top;
}

.header.panel>.header.links>li {
    font-size: 14px;
    margin: 0 0 0 15px;
}

.header.panel>.header.links>li>a {
    color: #fff;
    text-decoration: none;
}

.header.panel>.header.links>li>a:visited {
    color: #fff;
    text-decoration: none;
}

.header.panel>.header.links>li>a:hover {
    color: #fff;
    text-decoration: underline;
}

.header.panel>.header.links>li>a:active {
    color: #fff;
    text-decoration: underline;
}

.header.content {
    position: relative;
    float: left;
    width: 100%;
}

.logo {
    float: left;
    margin: 0 0 10px 40px;
    position: relative;
    z-index: 5;
}

.logo img {
    display: block;
}

.page-print .logo {
    display: inline-block;
    float: none;
}

.page-main>.page-title-wrapper .page-title+.action {
    margin-top: 30px;
}

.action.skip:focus {
    background: #f0f0f0;
    padding: 10px;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 15;
}

.message.global p {
    margin: 0;
}

.message.global.noscript,
.message.global.cookie {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ffee9c;
    border-color: #d6ca8e;
    color: #333;
    margin: 0;
}

.message.global.noscript a,
.message.global.cookie a {
    color: #19898b;
}

.message.global.noscript a:hover,
.message.global.cookie a:hover {
    color: #19898b;
}

.message.global.noscript a:active,
.message.global.cookie a:active {
    color: #ff5501;
}

.message.global.cookie {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 3;
}

.message.global.cookie .actions {
    margin-top: 10px;
}

.message.global.demo {
    margin: 0 0 10px;
    padding: 12px 20px 12px 25px;
    display: block;
    font-size: 1.3rem;
    background: #ff0101;
    border-color: none;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

.message.global.demo a {
    color: #19898b;
}

.message.global.demo a:hover {
    color: #19898b;
}

.message.global.demo a:active {
    color: #ff5501;
}

.page-footer {
    margin-top: 25px;
}

.footer.content {
    border-top: 1px solid #cecece;
    padding-top: 20px;
}

.footer.content .links>li {
    background: #f4f4f4;
    font-size: 1.6rem;
    border-top: 1px solid #cecece;
    margin: 0 -15px;
    padding: 0 15px;
}

.footer.content .links a,
.footer.content .links strong {
    display: block;
    padding: 10px 0;
}

.footer.content .links strong {
    color: #a6a6a6;
    font-weight: normal;
}

.footer.content .links a {
    color: #575757;
    text-decoration: none;
}

.footer.content .links a:visited {
    color: #575757;
    text-decoration: none;
}

.footer.content .links a:hover {
    color: #333;
    text-decoration: underline;
}

.footer.content .links a:active {
    color: #333;
    text-decoration: underline;
}

.copyright {
    background-color: #0a1c2f;
    color: #fff;
    display: block;
    padding: 0px 10px;
    text-align: center;
    line-height: 47px;
}

.page-header .switcher .options,
.page-footer .switcher .options {
    display: inline-block;
    position: relative;
}

.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
    content: '';
    display: table;
}

.page-header .switcher .options:after,
.page-footer .switcher .options:after {
    clear: both;
}

.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.page-header .switcher .options .action.toggle>span,
.page-footer .switcher .options .action.toggle>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
    color: inherit;
}

.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
    color: inherit;
}

.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none;
}

.page-header .switcher .options .action.toggle.active>span,
.page-footer .switcher .options .action.toggle.active>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
    color: inherit;
}

.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
    color: inherit;
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0;
}

.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer;
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
}

.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98;
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px;
}

.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px;
}

.page-header .switcher .options.active,
.page-footer .switcher .options.active {
    overflow: visible;
}

.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
    display: block;
    position: absolute;
}

.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px;
}

.page-header .switcher .options ul.dropdown a:visited,
.page-footer .switcher .options ul.dropdown a:visited {
    color: #333;
    text-decoration: none;
}

.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
    color: #333;
    text-decoration: none;
}

.page-header .switcher .options ul.dropdown a:active,
.page-footer .switcher .options ul.dropdown a:active {
    color: #333;
    text-decoration: none;
}

.page-header .switcher strong,
.page-footer .switcher strong {
    font-weight: 400;
}

.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
    margin-bottom: 40px;
}

.widget {
    clear: both;
}

.page-header .widget.block,
.page-footer .widget.block {
    margin: 20px 0;
}

.ui-datepicker td {
    padding: 0;
}

.ui-tooltip {
    background: #fff;
    border: 1px solid #bbb;
    padding: 10px;
}

.my-credit-cards .status {
    font-style: italic;
}

.my-credit-cards .action.delete {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #19898b;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
}

.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
    background: none;
    border: none;
}

.my-credit-cards .action.delete:hover {
    background: none;
    border: none;
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.my-credit-cards .action.delete:visited {
    color: #19898b;
    text-decoration: none;
}

.my-credit-cards .action.delete:hover {
    color: #19898b;
    text-decoration: underline;
}

.my-credit-cards .action.delete:active {
    color: #ff5501;
    text-decoration: underline;
}

.my-credit-cards .action.delete:hover {
    color: #19898b;
}

.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
    background: none;
    border: 0;
}

.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
    color: #19898b;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}

.my-credit-cards-popup .modal-footer {
    text-align: right;
}

.my-credit-cards-popup .action.secondary {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #19898b;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-right: 20px;
}

.my-credit-cards-popup .action.secondary:focus,
.my-credit-cards-popup .action.secondary:active {
    background: none;
    border: none;
}

.my-credit-cards-popup .action.secondary:hover {
    background: none;
    border: none;
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

.my-credit-cards-popup .action.secondary:visited {
    color: #19898b;
    text-decoration: none;
}

.my-credit-cards-popup .action.secondary:hover {
    color: #19898b;
    text-decoration: underline;
}

.my-credit-cards-popup .action.secondary:active {
    color: #ff5501;
    text-decoration: underline;
}

.my-credit-cards-popup .action.secondary:hover {
    color: #19898b;
}

.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
    background: none;
    border: 0;
}

.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
    color: #19898b;
    opacity: .5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
}

.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
    content: '\e600'
}

.account .table-wrapper .data.table.wishlist>thead>tr>th,
.account .table-wrapper .data.table.wishlist>tbody>tr>th,
.account .table-wrapper .data.table.wishlist>tfoot>tr>th,
.account .table-wrapper .data.table.wishlist>thead>tr>td,
.account .table-wrapper .data.table.wishlist>tbody>tr>td,
.account .table-wrapper .data.table.wishlist>tfoot>tr>td {
    border-top: 1px solid #ccc;
}

.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,
.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,
.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.account .table-wrapper .data.table.wishlist>tbody+tbody {
    border-top: 1px solid #ccc;
}

.account .table-wrapper .data.table.wishlist thead>tr>th {
    border-bottom: 0;
}

.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td {
    border-bottom: 1px solid #ccc;
}

.account .table-wrapper .data.table.wishlist .product.name {
    display: inline-block;
    margin-bottom: 10px;
}

.account .table-wrapper .data.table.wishlist .box-tocart {
    margin: 10px 0;
}

.account .table-wrapper .data.table.wishlist .box-tocart .qty {
    vertical-align: middle;
}

.account .table-wrapper .data.table.wishlist .col.item {
    width: 50%
}

.account .table-wrapper .data.table.wishlist .col.photo {
    max-width: 150px;
}

.account .table-wrapper .data.table.wishlist .col.selector {
    max-width: 15px;
}

.account .table-wrapper .data.table.wishlist textarea {
    margin: 10px 0;
}

.account .table-wrapper .data.table.wishlist .input-text.qty {
    margin-bottom: 10px;
}

.account .table-wrapper .data.table.wishlist .action.primary {
    vertical-align: top;
}

.account .table-wrapper .data.table.wishlist .price {
    font-weight: 700;
}

.link.wishlist .counter {
    color: #7d7d7d;
    white-space: nowrap;
}

.link.wishlist .counter:before {
    content: '('
}

.link.wishlist .counter:after {
    content: ')'
}

.block-wishlist .product-item-name {
    margin-right: 25px;
}

.products-grid.wishlist .product-item-photo {
    display: block;
    margin-bottom: 10px;
}

.products-grid.wishlist .product-item-name {
    margin-top: 0;
}

.products-grid.wishlist .product-item .price-box {
    margin: 0;
}

.products-grid.wishlist .product-item-comment {
    display: block;
    height: 42px;
    margin: 10px 0;
}

.products-grid.wishlist .product-item-actions>* {
    margin-right: 15px;
}

.products-grid.wishlist .product-item-actions>*:last-child {
    margin-right: 0;
}

.block-banners .banner-item,
.block-banners-inline .banner-item {
    display: block;
}

.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
    margin-bottom: 20px;
}

.block-banners .banner-item-content img,
.block-banners-inline .banner-item-content img {
    display: block;
    margin: 0 auto;
}

.block-product-link.widget,
.block-category-link.widget {
    display: block;
    margin-bottom: 20px;
}

.block-product-link-inline.widget {
    margin: 0;
}

.block.widget .product-item-info {
    width: auto;
}

.block.widget .pager {
    padding: 0;
}

.block.widget .pager .toolbar-amount {
    float: none;
    font-size: 1.2rem;
}

.block.widget .pager .pages-item-previous {
    padding-left: 0;
}

.block.widget .pager .pages-item-next {
    position: relative;
}

.block.widget .pager .items {
    white-space: nowrap;
}

.columns .block-event {
    position: relative;
    z-index: 2;
}

.block-event .block-content {
    position: relative;
}

.block-event .block-content>.action {
    cursor: pointer;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    z-index: 3;
}

.block-event .block-content>.action.backward,
.block-event .block-content>.action.forward {
    opacity: .5;
    overflow: hidden;
    width: 20px;
    display: inline-block;
    text-decoration: none;
}

.block-event .block-content>.action.backward>span,
.block-event .block-content>.action.forward>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    -webkit-font-smoothing: antialiased;
    font-size: 55px;
    line-height: 30px;
    color: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.block-event .block-content>.action.backward:before,
.block-event .block-content>.action.forward:before {
    margin-left: -15px;
}

.block-event .block-content>.action.backward {
    left: 0;
}

.block-event .block-content>.action.forward {
    right: 0;
}

.block-event .block-content>.action.forward:before {
    content: '\e608'
}

.block-event .block-content>.action.forward:before {
    margin-left: -20px;
}

.block-event .block-content>.action.inactive {
    cursor: default;
    display: none;
}

.block-event .block-content>.action:hover {
    opacity: 1;
}

.block-event .slider-panel {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.block-event .slider-panel .slider {
    white-space: nowrap;
}

.block-event .slider-panel .slider .item {
    background: #f0f0f0;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    white-space: normal;
    width: 16.35%
}

.sidebar-main .block-event .slider-panel .slider .item,
.sidebar-additional .block-event .slider-panel .slider .item {
    width: 100%
}

.block-event .slider-panel .slider .item img {
    max-width: 100%
}

.block-event .slider-panel .slider .item .category-name {
    display: inline-block;
    font-size: 1.8rem;
    padding: 15px 5px 0;
    word-break: break-all;
}

.block-event .slider-panel .slider .item .ticker {
    margin: 0;
    padding: 0;
    list-style: none none;
}

.block-event .slider-panel .slider .item .ticker li {
    display: none;
    margin: 0 5px;
}

.block-event .slider-panel .slider .item .ticker .value {
    font-size: 2.6rem;
    font-weight: 300;
}

.block-event .slider-panel .slider .item .ticker .label {
    display: block;
    font-size: 1.3rem;
}

.block-event .slider-panel .slider .item .dates {
    font-weight: 300;
}

.block-event .slider-panel .slider .item .dates .start,
.block-event .slider-panel .slider .item .dates .end,
.block-event .slider-panel .slider .item .dates .date {
    display: block;
}

.block-event .slider-panel .slider .item .dates .start:after {
    font-size: 1.8rem;
    content: '\2013';
    display: block;
}

.block-event .slider-panel .slider .item .dates .date {
    font-size: 1.8rem;
    font-weight: 300;
}

.block-event .slider-panel .slider .item .dates .time {
    font-size: 1.3rem;
}

.block-event .slider-panel .slider .item .box-event .box-content {
    padding: 5px 0 10px;
}

.block-event .slider-panel .slider .item .box-event .box-title {
    display: block;
    font-weight: 300;
    margin: 10px 0 0;
}

.block-event .slider-panel .slider .item .action.show {
    display: block;
    padding: 0;
}

.block-event .slider-panel .slider .item .action.show .category.name {
    display: inline-block;
    padding: 30px 10px 0;
}

.block-event .slider-panel .slider .item .action.show img {
    display: block;
}

.block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #198689;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin-top: 15px;
}

.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.block-event .slider-panel .slider .item .action.event:hover {
    background: #006bb4;
    border: 1px solid #006bb4;
    color: #fff;
}

.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
    opacity: .5;
    cursor: default;
    pointer-events: none;
}

.block-event .slider-panel .slider .item .action.event:hover {
    text-decoration: none;
}

.block-static-block.widget,
.block-cms-link.widget {
    margin-bottom: 20px;
}

.links .block-static-block.widget,
.links .block-cms-link.widget {
    margin-bottom: 0;
}

.block-cms-link-inline.widget {
    margin: 0;
}

.block-wishlist-search .form-wishlist-search {
    margin: 20px 0 0;
}

.block-cms-hierarchy-link.widget {
    display: block;
    margin-bottom: 20px;
}

.block-cms-hierarchy-link-inline.widget {
    margin: 0;
}

.sidebar .block-addbysku .fieldset {
    margin: 0;
}

.sidebar .block-addbysku .fieldset .fields {
    position: relative;
}

.sidebar .block-addbysku .fieldset .fields .field {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.sidebar .block-addbysku .fieldset .fields .field.sku {
    margin-right: -85px;
    padding-right: 90px;
    width: 100%
}

.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error {
    width: 80px;
}

.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
    position: absolute;
    right: 0;
    top: 7px;
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar {
    margin-bottom: 20px;
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
    text-align: left;
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
    width: auto;
}

.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
    float: none;
    text-align: left;
}

.sidebar .block-addbysku .action.add {
    display: inline-block;
    text-decoration: none;
    line-height: normal;
    padding: 4px;
    width: auto;
}

.sidebar .block-addbysku .action.add>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sidebar .block-addbysku .action.add:before {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: inherit;
    color: inherit;
    content: '\e61c';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.sidebar .block-addbysku .action.add:hover:before {
    color: inherit;
}

.sidebar .block-addbysku .action.add:active:before {
    color: inherit;
}

.sidebar .block-addbysku .action.links {
    display: inline-block;
    margin: 20px 0 0;
}

.sidebar .block-addbysku .action.reset {
    display: block;
    margin: 10px 0;
}

.sidebar .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.sidebar .block-addbysku .action.remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sidebar .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: inherit;
    color: #999;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.sidebar .block-addbysku .action.remove:hover:before {
    color: inherit;
}

.sidebar .block-addbysku .action.remove:active:before {
    color: inherit;
}

.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
    background: none;
    border: none;
}

.sidebar .block-addbysku .action.remove:hover {
    background: none;
    border: none;
}

.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
}

@media only screen and (max-width:479px) {
    .tooltip.wrapper .tooltip.content {
        min-width: 10rem;
    }
    .minicart-wrapper .block-minicart {
        width: 290px;
    }
    .modal-popup .field-tooltip .field-tooltip-content {
        width: 200px;
    }
}

@media only screen and (max-width:639px) {
    .abs-visually-hidden-mobile,
    .table-downloadable-products .col.title:before,
    .table-giftregistry-items .col.product:before {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .abs-add-clearfix-mobile:before,
    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody>tr:before,
    .abs-checkout-order-review tbody>tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
    .table-giftregistry-items .col.product:before,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody>tr:before,
    .multicheckout.order-review .data.table tbody>tr:after {
        content: '';
        display: table;
    }
    .abs-add-clearfix-mobile:after,
    .abs-checkout-order-review tbody>tr:after,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
    .table-giftregistry-items .col.product:after,
    .multicheckout.order-review .data.table tbody>tr:after {
        clear: both;
    }
    .multicheckout.order-review .data.table tbody>tr:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }
    .multicheckout.order-review .data.table tbody>tr>td.col.item:before {
        display: none;
    }
    .multicheckout.order-review .data.table tbody>tr>td.col.qty,
    .multicheckout.order-review .data.table tbody>tr>td.col.price,
    .multicheckout.order-review .data.table tbody>tr>td.col.subtotal {
        box-sizing: border-box;
        float: left;
        text-align: center;
        white-space: nowrap;
        width: 33%
    }
    .multicheckout.order-review .data.table tbody>tr>td.col.qty:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.price:before,
    .multicheckout.order-review .data.table tbody>tr>td.col.subtotal:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .multicheckout.order-review .data.table tbody>tr>td.col:last-child {
        border: 0;
    }
    .abs-checkout-order-review .product-item-name,
    .multicheckout.order-review .data.table .product-item-name {
        margin: 0;
    }
    .abs-product-items-summary tbody .col {
        padding: 10px 0 0;
    }
    .abs-product-items-summary tfoot .mark {
        padding-bottom: 5px;
        text-align: left;
    }
    .abs-product-items-summary tfoot .amount {
        padding-top: 0;
        text-align: left;
    }
    .abs-product-items-summary tfoot .grand.totals {
        font-size: 1.6rem;
    }
    .abs-product-items-summary tfoot .grand.totals .mark {
        padding-bottom: 0;
        padding-top: 5px;
    }
    .abs-product-items-summary tfoot .grand.totals .amount {
        padding-bottom: 10px;
        padding-top: 0;
    }
    .abs-product-items-summary tfoot .grand.totals .amount strong {
        border-top: none;
    }
    .abs-account-table-margin-mobile,
    .table-wrapper.balance-history,
    .table-wrapper.reward-history,
    .table-wrapper.orders-recent {
        margin-top: -20px;
    }
    .abs-sidebar-totals-mobile th:before,
    .abs-sidebar-totals-mobile td:before,
    .account .table-billing-agreements .col.actions:before,
    .account .table-billing-agreements-related .col.actions:before,
    .table-wrapper.comparison .table-comparison>tbody>tr>th:before,
    .table-wrapper.comparison .table-comparison>tbody>tr>td:before,
    .cart .table.items .col.item:before,
    .cart .table.items .item-actions td:before,
    .account .table-giftregistry .col.actions:before,
    .table.grouped>tbody>tr>td:before,
    .account .table-reviews .col.actions:before,
    .account .table-order-items .col.actions:before,
    .account .table-order-items .col.options:before,
    .cart-totals .totals th:before,
    .cart-totals .totals td:before,
    .opc-block-summary .totals th:before,
    .opc-block-summary .totals td:before {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .abs-no-display-s,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
    .order-details-items .table-order-items .options-label,
    .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
        display: none;
    }
    .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
    .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
    .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
    .account .page-main .page-title-wrapper .page-title,
    [class^='sales-guest-'] .page-main .page-title-wrapper .page-title,
    .sales-guest-view .page-main .page-title-wrapper .page-title {
        display: block;
    }
    .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
    .account .page-main .page-title-wrapper .order-status,
    [class^='sales-guest-'] .page-main .page-title-wrapper .order-status,
    .sales-guest-view .page-main .page-title-wrapper .order-status {
        margin: -10px 0 10px;
    }
    .abs-table-striped-mobile>tbody>tr>td:last-child,
    .account .data.table>tbody>tr>td:last-child {
        border: 0;
    }
    .abs-no-border-top,
    .product.info.detailed .additional-attributes-wrapper,
    .table-wrapper.balance-history,
    .table-wrapper.table-returns,
    .table-wrapper.orders-recent,
    .order-details-items .table-wrapper {
        border-top: 0;
    }
    .abs-no-border-bottom {
        border-bottom: 0;
    }
    .abs-sidebar-totals-mobile .amount,
    .cart-totals .totals .amount,
    .opc-block-summary .totals .amount {
        text-align: right;
    }
    .table-wrapper {
        border-top: 1px solid #ccc;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        position: relative;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
        border: none;
        display: block;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th {
        display: none;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody {
        display: block;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr {
        display: block;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
        border-bottom: none;
        display: block;
        padding: 5px 10px;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td:before,
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #111;
        font-weight: 700;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th {
        background-color: #f6f6f6;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
        padding-top: 15px;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty {
        text-align: left;
    }
    .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
        border: none;
        padding: 0 0 5px;
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
        display: block;
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
        display: block;
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
        padding-top: 20px;
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
        box-sizing: border-box;
        float: left;
        text-align: left;
        width: 70%
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
        box-sizing: border-box;
        float: left;
        text-align: right;
        width: 30%
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
        font-size: 1.6rem;
    }
    .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
        padding-bottom: 10px;
    }
    .data-table-definition-list thead {
        display: none;
    }
    .data-table-definition-list tbody th {
        padding-bottom: 0;
    }
    .data-table-definition-list tbody th,
    .data-table-definition-list tbody td {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .pages .pages-items {
        display: block;
        padding: 2px 40px 0;
        position: relative;
        white-space: normal;
        z-index: 1;
    }
    .pages-item-previous {
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1;
    }
    .pages-item-next {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .multicheckout .data.table .address:before {
        margin-bottom: 5px;
    }
    .multicheckout .product-item-name,
    .multicheckout .price-including-tax,
    .multicheckout .price-excluding-tax {
        display: inline-block;
    }
    .multicheckout .block-content .box:not(:last-child) {
        margin-bottom: 40px;
    }
    .multicheckout .block-content .box:last-child {
        margin-bottom: 0;
    }
    .multicheckout.order-review .box-items .data.table thead {
        display: block;
    }
    .multicheckout.order-review .box-items .data.table thead tr {
        display: block;
    }
    .multicheckout.order-review .box-items .data.table thead .col.item {
        display: block;
        padding: 0;
    }
    .multicheckout .actions-toolbar .action {
        margin-bottom: 25px;
    }
    .multicheckout .actions-toolbar>.primary {
        margin-bottom: 25px;
        margin-right: 0;
    }
    .form-new-agreement select {
        width: auto;
    }
    .table-paypal-review-items .col.subtotal {
        text-align: left;
    }
    .table-paypal-review-items .product-item-name {
        display: inline-block;
    }
    .column .block-addbysku .sku {
        margin-right: -85px;
        padding-right: 90px;
    }
    .column .block-addbysku .action.remove {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
    }
    .column .block-addbysku .action.remove>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .column .block-addbysku .action.remove:before {
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        line-height: inherit;
        color: #8f8f8f;
        content: '\e604';
        font-family: 'luma-icons';
        margin: -4px 0 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .column .block-addbysku .action.remove:hover:before {
        color: inherit;
    }
    .column .block-addbysku .action.remove:active:before {
        color: inherit;
    }
    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: none;
        border: none;
    }
    .column .block-addbysku .action.remove:hover {
        background: none;
        border: none;
    }
    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
    }
    .products-list .product-item {
        table-layout: fixed;
    }
    .products-list .product-item-photo {
        padding: 0 10px 10px 0;
        width: 30%
    }
    .toolbar-products {
        margin-bottom: 0;
    }
    .product-social-links .action.tocompare {
        display: none;
    }
    .product-info-price {
        margin: 0 -10px 0;
        width: calc(100% + 2*10px) !important;
    }
    .product-info-price>*:first-child {
        padding-left: 10px;
    }
    .product-info-price>*:last-child {
        padding-right: 10px;
    }
    .table-wrapper.comparison .table-comparison>tbody>tr>th,
    .table-wrapper.comparison .table-comparison>tbody>tr>td {
        display: table-cell;
    }
    .block-search {
        margin-top: 10px;
    }
    .cart .table.items .col.qty {
        text-align: center;
    }
    /* .minicart-wrapper{margin-top:10px;} */
    .opc-wrapper .step-title {
        font-size: 18px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .opc-wrapper .step-content {
        margin: 0 0 15px;
    }
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        background: #f4f4f4;
        margin: 20px -15px 15px;
        padding: 20px 15px;
    }
    .opc-wrapper .form-login+.form-shipping-address {
        margin-top: -15px;
    }
    .opc-wrapper .shipping-address-item {
        border-bottom: 1px solid #ccc;
        margin: 0 0 15px;
        padding: 0 0 15px;
        width: 100%
    }
    .opc-wrapper .shipping-address-item.selected-item {
        padding: 15px 35px 15px 18px;
        border-bottom-width: 2px;
    }
    .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
        right: 39px;
    }
    .opc-wrapper .action-select-shipping-item {
        float: none;
        margin-top: 10px;
        width: 100%
    }
    .opc-wrapper .action-show-popup {
        width: 100%
    }
    .opc-wrapper .methods-shipping {
        border-bottom: 1px solid #ccc;
        padding-top: 30px;
    }
    .opc-wrapper .edit-address-link {
        display: inline-block;
        text-decoration: none;
        margin: 0;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .opc-wrapper .edit-address-link>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .opc-wrapper .edit-address-link:before {
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        line-height: 20px;
        color: #8f8f8f;
        content: '\e601';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .opc-wrapper .edit-address-link:hover:before {
        color: #333;
    }
    .opc-wrapper .edit-address-link:active:before {
        color: #8f8f8f;
    }
    .shipping-policy-block.field-tooltip {
        margin-bottom: 20px;
        position: relative;
        right: auto;
        top: auto;
    }
    .shipping-policy-block.field-tooltip .field-tooltip-content {
        width: 300px;
        right: auto;
    }
    .shipping-policy-block.field-tooltip .field-tooltip-content:before,
    .shipping-policy-block.field-tooltip .field-tooltip-content:after {
        right: auto;
    }
    .opc-block-summary>.title {
        border-bottom: 0;
        font-size: 18px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .account .column.main,
    .account .sidebar-additional {
        margin: 0;
    }
    .page-product-downloadable .product-options-wrapper {
        margin-bottom: 25px;
    }
    .table-downloadable-products .product-name {
        display: block;
        margin-bottom: 5px;
    }
    .page-product-downloadable .product-info-price~*:last-child:after {
        border-bottom: 1px solid #c1c1c1;
        content: '';
        display: block;
        height: 0;
        margin: 25px -10px;
        overflow: hidden;
        width: auto;
    }
    .table-giftregistry-items .field.choice,
    .table-giftregistry-items .field.qty {
        display: inline-block;
    }
    .form-giftregistry-search .fieldset {
        margin-bottom: 20px;
    }
    .block-giftregistry-results .block-title {
        margin-bottom: 0;
    }
    .block-giftregistry-results .table-wrapper {
        border-top: none;
    }
    .block-giftregistry-shared-items .block-title {
        margin-bottom: 10px;
    }
    .block-giftregistry-shared-items .table-wrapper {
        border-top: 0;
    }
    .table.grouped>thead>tr>th {
        border-bottom: 1px solid #ccc;
        display: table-cell;
    }
    .table.grouped>tbody {
        border-bottom: 1px solid #ccc;
    }
    .table.grouped>tbody>tr>td {
        padding: 11px 10px;
        border: 0;
        display: table-cell;
    }
    .table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child {
        border-bottom: 0;
    }
    .page-product-grouped .minimal-price {
        margin: 0;
    }
    .page-product-grouped .product-info-price {
        border: 0;
        margin-bottom: 0;
    }
    .page-product-grouped .product-info-price .price-box {
        padding-bottom: 0;
    }
    .form-add-invitations .action.remove {
        display: inline-block;
        text-decoration: none;
    }
    .form-add-invitations .action.remove>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .form-add-invitations .action.remove:before {
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        line-height: inherit;
        color: #8f8f8f;
        content: '\e604';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .form-add-invitations .action.remove:hover:before {
        color: inherit;
    }
    .form-add-invitations .action.remove:active:before {
        color: inherit;
    }
    .customer-review .product-name {
        margin-bottom: 5px;
    }
    .customer-review .product-reviews-summary .rating-summary {
        display: block;
        margin-bottom: 5px;
    }
    .form-create-return .additional .field:nth-last-child(2) {
        margin-bottom: 0;
    }
    .form-create-return .additional .field:last-child {
        margin-top: 20px;
    }
    .account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track {
        display: block;
        float: none;
        margin: 10px 0 0;
    }
    .account .table-order-items tbody tr {
        display: block;
    }
    .account .table-order-items .product-item-name {
        display: inline-block;
        margin: 0;
    }
    .account .table-order-items .action.show {
        margin-top: 0;
    }
    .order-details-items .order-title strong {
        display: block;
    }
    .order-details-items .action {
        margin-top: 10px;
    }
    .order-details-items .items-qty {
        display: inline-block;
        vertical-align: top;
    }
    .order-details-items .col.price .price-including-tax,
    .order-details-items .col.subtotal .price-including-tax,
    .order-details-items .col.price .price-excluding-tax,
    .order-details-items .col.subtotal .price-excluding-tax {
        display: inline-block;
    }
    .order-details-items .data.table .col.options {
        padding: 0 10px 15px;
    }
    .order-details-items .data.table .col.options:before {
        display: none;
    }
    .order-details-items .options-label+.item-options-container:before,
    .order-details-items .item-options-container+.item-options-container:before {
        content: attr(data-th) ':';
        display: block;
        font-weight: 700;
        padding-left: 10px;
    }
    .order-details-items .options-label+.item-options-container .col,
    .order-details-items .item-options-container+.item-options-container .col {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    .order-details-items .options-label+.item-options-container .col:first-child,
    .order-details-items .item-options-container+.item-options-container .col:first-child {
        padding-top: 3px;
    }
    .order-details-items .options-label+.item-options-container .col:last-child,
    .order-details-items .item-options-container+.item-options-container .col:last-child {
        padding-bottom: 20px;
    }
    .logo {
        margin-bottom: 13px;
        margin-top: 4px;
    }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
        display: none;
    }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
        display: none;
    }
    .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
        display: block;
    }
    .my-credit-cards .card-type img {
        vertical-align: middle;
    }
    .products-grid.wishlist .product-item {
        border-bottom: 1px solid #e8e8e8;
    }
    .products-grid.wishlist .product-item:first-child {
        border-top: 1px solid #e8e8e8;
    }
}

@media only screen and (max-width:767px) {
    .abs-visually-hidden-mobile-m {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .abs-add-clearfix-mobile-m:before,
    .abs-add-clearfix-mobile-m:after,
    .account .column.main .block:not(.widget) .block-title:before,
    .account .column.main .block:not(.widget) .block-title:after {
        content: '';
        display: table;
    }
    .abs-add-clearfix-mobile-m:after,
    .account .column.main .block:not(.widget) .block-title:after {
        clear: both;
    }
    .abs-toggling-title-mobile,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .block-collapsible-nav .title {
        border-top: 1px solid #ccc;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
        border-bottom: 1px solid #ccc;
        padding: 10px 40px 10px 15px;
        display: block;
        text-decoration: none;
    }
    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .block-collapsible-nav .title:after {
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .abs-toggling-title-mobile:after,
    .block-wishlist-management .wishlist-select .wishlist-name:after,
    .block-collapsible-nav .title:after {
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 3px 0 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .abs-toggling-title-mobile.active:after,
    .block-wishlist-management .wishlist-select .wishlist-name.active:after,
    .block-collapsible-nav .title.active:after {
        content: '\e621'
    }
    .abs-icon-add-mobile,
    .block-wishlist-management .wishlist-add.item .add {
        display: block;
        text-decoration: none;
    }
    .abs-icon-add-mobile:before,
    .block-wishlist-management .wishlist-add.item .add:before {
        -webkit-font-smoothing: antialiased;
        font-size: 10px;
        line-height: 10px;
        color: inherit;
        content: '\e61c';
        font-family: 'luma-icons';
        margin: 0 5px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-main,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .account .page-main,
    .cms-privacy-policy .page-main {
        padding-top: 41px;
        position: relative;
    }
    .navigation {
        padding: 0;
    }
    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none;
    }
    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px;
    }
    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621'
    }
    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
    }
    .nav-sections .switcher {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: .8rem 3.5rem .8rem 2rem;
    }
    .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px;
    }
    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1;
    }
    .nav-sections .switcher-trigger strong {
        position: relative;
        display: block;
        text-decoration: none;
    }
    .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px;
    }
    .nav-sections .switcher-trigger.active strong:after {
        content: '\e621'
    }
    .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        padding: 10px 0;
    }
    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        border-bottom: 1px solid #d1d1d1;
    }
    .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0;
    }
    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        font-weight: 700;
        padding: .8rem 20px;
    }
    .nav-sections .header.links li>a {
        border-top: 1px solid #d1d1d1;
    }
    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: .8rem 20px;
    }
    .nav-sections .header.links .header.links {
        border: 0;
    }
    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }
    .nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative;
    }
    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .nav-open .page-wrapper {
        left: 80%;
        left: calc(100% - 54px);
    }
    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        left: 0;
        z-index: 99;
    }
    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.7);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .nav-sections-items {
        position: relative;
        z-index: 1;
    }
    .nav-sections-items:before,
    .nav-sections-items:after {
        content: '';
        display: table;
    }
    .nav-sections-items:after {
        clear: both;
    }
    .nav-sections-item-title {
        background: #e3e3e3;
        border: solid #d7d7d7;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%
    }
    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0;
    }
    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none;
    }
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0;
    }
    .nav-sections-item-content:before,
    .nav-sections-item-content:after {
        content: '';
        display: table;
    }
    .nav-sections-item-content:after {
        clear: both;
    }
    .nav-sections-item-content.active {
        display: block;
    }
    .navigation {
        background: #f0f0f0;
        box-sizing: border-box;
    }
    .navigation ul {
        margin: 0;
        padding: 0;
    }
    .navigation li {
        margin: 0;
    }
    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px;
    }
    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none;
    }
    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
    }
    .navigation .level0>.level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word;
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
        display: inline-block;
    }
    .navigation .level0>.level1 {
        font-weight: 600;
    }
    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
    }
    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: -8px;
    }
    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1;
    }
    .navigation .submenu>li {
        word-wrap: break-word;
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out;
    }
    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 15px;
    }
    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0;
    }
    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px;
    }
    .navigation .submenu:not(:first-child) ul>li {
        margin: 0;
    }
    .navigation .submenu:not(:first-child) ul>li a {
        color: #575757;
        display: block;
        line-height: normal;
    }
    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important;
    }
    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
    }
    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 7px;
    }
    .breadcrumbs {
        display: none;
    }
    .custom-slide {
        bottom: 0;
        left: 0;
        min-width: 0;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        left: 44px;
        z-index: 900;
    }
    .custom-slide._show {
        visibility: visible;
    }
    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .custom-slide .modal-inner-wrap {
        background-color: #fff;
        box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
        opacity: 1;
        pointer-events: auto;
    }
    .custom-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .custom-slide .modal-inner-wrap {
        height: 100%;
        overflow-y: auto;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform, visibility;
        transition-property: transform, visibility;
        transition-timing-function: ease-in-out;
        width: auto;
    }
    .custom-slide._show {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .custom-slide .modal-inner-wrap {
        background-color: #f4f4f4;
        box-sizing: border-box;
        height: auto;
        min-height: 100%
    }
    body._has-modal-custom {
        height: 100vh;
        overflow: hidden;
        width: 100vw;
    }
    body._has-modal-custom .modal-custom-overlay {
        background-color: rgba(51, 51, 51, 0.55);
    }
    .multishipping-checkout-success .nav-toggle {
        display: block;
    }
    .multishipping-checkout-success .logo {
        margin-left: 40px;
    }
    .block-cart-failed .block-title {
        margin: 0 20px 20px;
    }
    .catalog-product-view .product.media {
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
    }
    .compare.wrapper,
    [class*='block-compare'] {
        display: none;
    }
    .cart-container .form-cart .actions.main {
        text-align: center;
    }
    .cart-discount {
        border-bottom: 1px solid #ccc;
    }
    .cart.table-wrapper {
        border-top: 1px solid #ccc;
    }
    .cart.table-wrapper thead .col.item,
    .cart.table-wrapper thead .col.qty,
    .cart.table-wrapper thead .col.price,
    .cart.table-wrapper thead .col.subtotal,
    .cart.table-wrapper thead .col.msrp {
        display: none;
    }
    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        box-sizing: border-box;
        display: block;
        float: left;
        white-space: nowrap;
        width: 33%
    }
    .cart.table-wrapper .col.qty:before,
    .cart.table-wrapper .col.price:before,
    .cart.table-wrapper .col.subtotal:before,
    .cart.table-wrapper .col.msrp:before {
        content: attr(data-th);
        display: block;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .cart.table-wrapper .col.msrp {
        white-space: normal;
    }
    .cart.table-wrapper .item .col.item {
        padding-bottom: 0;
    }
    .cart.table-wrapper tbody>tr>td:last-child {
        border: 0;
    }
    .cart-totals {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-totals .table-wrapper {
        border-top: 0;
    }
    .cart-totals .totals tbody>tr:not(:last-child)>td:last-child {
        border: 0;
    }
    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        width: 100%
    }
    .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
        margin-top: 20px;
    }
    .checkout-payment-method .payment-methods {
        margin: 0 -15px;
    }
    .checkout-payment-method .payment-method-title {
        padding: 15px;
    }
    .checkout-payment-method .payment-method-content {
        padding: 0 15px 20px;
    }
    .checkout-payment-method .payment-method-billing-address .action-cancel {
        margin-top: 10px;
    }
    .checkout-payment-method .payment-option {
        margin: 0 -15px;
    }
    .checkout-payment-method .payment-option .payment-option-title {
        padding: 15px;
    }
    .checkout-payment-method .payment-option .payment-option-content {
        padding: 0 15px 20px;
    }
    .login-container .fieldset:after {
        text-align: center;
    }
    .account .page.messages {
        margin-bottom: 40px;
    }
    .account .column.main .block:not(.widget) .block-title>.action {
        float: right;
        margin-top: 5px;
    }
    .account .column.main .block:not(.widget) .block-content .box {
        margin-bottom: 20px;
    }
    .account .column.main .block:not(.widget) .block-content .box:last-child {
        margin-bottom: 0;
    }
    .control.captcha-image .captcha-img {
        display: block;
        margin-bottom: 10px;
    }
    .customer-account-index .page-title-wrapper {
        position: relative;
    }
    .cart-discount .giftcard .content {
        padding-bottom: 35px;
    }
    .cart-discount .actions-toolbar .secondary {
        bottom: 17px;
    }
    .field.open-amount {
        width: 100%
    }
    .page-product-giftcard .product-info-main .product-info-stock-sku {
        display: block;
        padding-left: 10px;
        text-align: left;
    }
    .gift-message .actions-toolbar .action-update {
        font-size: 2rem;
        padding: 15px;
        width: 100%
    }
    .gift-item-block {
        border-bottom: 0;
        border-top: 1px solid #c1c1c1;
    }
    .gift-item-block .title:after {
        font-size: 1.2rem;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    .gift-item-block .content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .gift-message-summary {
        padding-right: 7rem;
    }
    .cart.table-wrapper .action-gift {
        display: inline-block;
        text-decoration: none;
    }
    .cart.table-wrapper .action-gift>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .cart.table-wrapper .action-gift:after {
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        line-height: 20px;
        color: #8f8f8f;
        content: '\e62a';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .cart.table-wrapper .action-gift:hover:after {
        color: #333;
    }
    .cart.table-wrapper .action-gift:active:after {
        color: #8f8f8f;
    }
    .cart.table-wrapper .action-gift._active {
        border: 1px solid #c1c1c1;
        border-bottom-color: #fff;
        margin: -5px 14px -1px -15px;
        padding: 4px 10px 9px 14px;
    }
    .cart.table-wrapper .action-gift._active:after {
        color: #333;
    }
    .cart.table-wrapper .gift-content {
        border-top: 1px solid #c1c1c1;
        margin-right: -15px;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gift-options-cart-item+.action-towishlist {
        left: 43px;
        position: absolute;
    }
    .cart.table-wrapper .action-giftregistry {
        display: inline-block;
        text-decoration: none;
    }
    .cart.table-wrapper .action-giftregistry>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .cart.table-wrapper .action-giftregistry:before {
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        line-height: 20px;
        color: #8f8f8f;
        content: '\e62b';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .cart.table-wrapper .action-giftregistry:hover:before {
        color: #333;
    }
    .cart.table-wrapper .action-giftregistry:active:before {
        color: #8f8f8f;
    }
    .gift-wrapping {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .gift-wrapping-list {
        width: 100%
    }
    .gift-wrapping-summary+.gift-message-summary {
        padding-right: 0;
    }
    .gift-options-cart-item {
        float: left;
    }
    .gift-wrapping-preview img {
        width: 100%
    }
    .item-actions .actions-toolbar .gift-options .gift-wrapping,
    .item-actions .actions-toolbar .gift-options .gift-message {
        display: block;
    }
    .table-wrapper.grouped {
        margin-left: -15px;
        margin-right: -15px;
    }
    body.filter-active .page-header {
        display: none;
    }
    body.filter-active .page-wrapper {
        height: 0;
        margin-top: -999999em;
        visibility: hidden;
    }
    body.filter-active .columns {
        z-index: 999;
    }
    .filter.active {
        position: relative;
        visibility: visible;
        z-index: 99;
    }
    .filter.active .filter-options-item:last-child {
        margin-bottom: 40px;
    }
    .filter.active .filter-title {
        border-bottom: 1px solid #ccc;
        height: 48px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2;
    }
    .filter.active .filter-title strong {
        box-shadow: none;
        background: none;
        border: 0;
        color: transparent;
        left: auto;
        right: 3px;
        top: 10px;
        display: inline-block;
        text-decoration: none;
    }
    .filter.active .filter-title strong:after {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e616';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .filter.active .filter-subtitle {
        background: transparent;
        display: block;
        height: 50px;
        left: 0;
        line-height: 32px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .filter.active .filter-options {
        background: #fff;
        bottom: 0;
        display: block;
        left: 0;
        overflow: scroll;
        position: fixed;
        right: 0;
        top: 50px;
        z-index: 10;
    }
    .filter .filter-subtitle {
        font-size: 20px;
        font-weight: 300;
    }
    .filter-actions {
        margin: -35px -10px 25px;
    }
    .filter-options-content {
        padding: 5px 10px;
    }
    .filter .filter-current {
        border: solid #ccc;
        border-width: 1px 0;
        margin: 5px -10px 0;
    }
    .filter .filter-current .items {
        display: none;
    }
    .filter .filter-current-subtitle {
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        display: block;
        text-decoration: none;
    }
    .filter .filter-current-subtitle:before {
        -webkit-font-smoothing: antialiased;
        font-size: 13px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .filter .filter-current-subtitle:before {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .filter .filter-current-subtitle:after {
        color: #7d7d7d;
        content: ' (' attr(data-count) ')';
        font-size: .9em;
    }
    .filter .filter-current.active {
        padding-bottom: 30px;
    }
    .filter .filter-current.active .block-subtitle:before {
        content: '\e621'
    }
    .filter .filter-current.active .items {
        display: block;
    }
    .filter .filter-current.active+.block-actions {
        display: block;
    }
    .filter .filter-current+.block-actions {
        display: none;
    }
    .filter-no-options .filter-title:before {
        background: rgba(255, 255, 255, 0.5);
        content: '';
        display: block;
        height: 40px;
        left: -15px;
        margin-top: -60px;
        position: relative;
        width: 100px;
        z-index: 99;
    }
    .filter-no-options .filter-content {
        margin-bottom: 20px;
    }
    .page-with-filter .columns .sidebar-main {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .map-popup {
        max-width: 100%
    }
    .map-old-price,
    .map-show-info {
        display: inline-block;
    }
    .map-old-price:not(:last-child),
    .map-show-info:not(:last-child) {
        margin-bottom: 10px;
    }
    .block-wishlist-management {
        clear: both;
        margin-top: -21px;
    }
    .block-wishlist-management .wishlist-select {
        margin: 0 -15px 20px;
    }
    .block-wishlist-management .wishlist-select .wishlist-name {
        font-size: 1.6rem;
    }
    .block-wishlist-management .wishlist-select-items {
        border-bottom: 1px solid #ccc;
        background: #f5f5f5;
        display: none;
        padding: 15px 0;
    }
    .block-wishlist-management .wishlist-select-items.active {
        display: block;
    }
    .block-wishlist-management .wishlist-select-items .item {
        margin: 3px 0 0;
    }
    .block-wishlist-management .wishlist-select-items .item:first-child {
        margin-top: 0;
    }
    .block-wishlist-management .wishlist-select-items .item.current {
        display: none;
    }
    .block-wishlist-management .wishlist-select-items .item a {
        color: #333;
        display: block;
        padding: 5px 18px;
        text-decoration: none;
    }
    .block-wishlist-management .wishlist-select-items .item a:hover {
        background: #e8e8e8;
    }
    .block-wishlist-management .wishlist-title strong {
        font-size: 2.6rem;
    }
    .block-wishlist-management .wishlist-info {
        margin-bottom: 15px;
    }
    .block-wishlist-management .wishlist-toolbar-select,
    .block-wishlist-management .wishlist-toolbar-actions {
        margin-bottom: 15px;
    }
    .products-grid.wishlist .product-item-checkbox {
        left: 20px;
        position: absolute;
        top: 20px;
    }
    .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
        margin-left: 25px;
    }
    .page-multiple-wishlist .products-grid.wishlist .product-item-name,
    .page-multiple-wishlist .products-grid.wishlist .product-item-description,
    .page-multiple-wishlist .products-grid.wishlist .product-item .price-box,
    .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
        margin-left: 115px;
    }
    .products-grid.wishlist .wishlist-dropdown {
        display: none;
    }
    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: -21px;
        width: 100%;
        z-index: 5;
    }
    .block-collapsible-nav .content {
        border-bottom: 1px solid #ccc;
        display: none;
    }
    .block-collapsible-nav .content.active {
        display: block;
    }
    .customer-name,
    .customer-welcome+.authorization-link {
        display: none;
    }
    .nav-sections .switcher-trigger strong:after {
        font-size: 1.6rem;
        right: -25px;
        top: -2px;
    }
    .navigation .parent .level-top:after {
        font-size: 1.6rem;
        right: 10px;
        top: 7px;
    }
    .page-footer .footer.content .switcher-store {
        background: #f4f4f4;
        font-size: 1.6rem;
        margin: 0 -15px;
    }
    .page-footer .footer.content .switcher-store .switcher-options {
        display: block;
    }
    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown {
        background: none;
        border: 0;
        box-shadow: none;
        margin: 0;
        position: relative;
    }
    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,
    .page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after {
        display: none;
    }
    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,
    .page-footer .footer.content .switcher-store .switcher-options .switcher-option {
        border-top: 1px solid #cecece;
        display: block;
        padding: 10px 20px;
    }
    .page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong {
        padding: 10px 0;
    }
    .page-footer .footer.content .switcher-store .switcher-options .switcher-option a {
        padding: 0;
    }
    .products-grid.wishlist {
        margin-bottom: 30px;
        margin-right: -10px;
    }
    .products-grid.wishlist .product-item {
        padding: 20px 10px 20px 20px;
        position: relative;
    }
    .products-grid.wishlist .product-item-photo {
        float: left;
        margin-right: 20px;
    }
    .products-grid.wishlist .product-item-name {
        font-size: 1.6rem;
    }
    .products-grid.wishlist .product-item-actions {
        display: block;
    }
    .products-grid.wishlist .product-item-actions .action {
        margin-right: 15px;
    }
    .products-grid.wishlist .product-item-actions .action:last-child {
        margin-right: 0;
    }
    .products-grid.wishlist .product-item-actions .action.edit {
        float: left;
    }
    .products-grid.wishlist .product-item-actions .action.delete {
        float: right;
    }
    .products-grid.wishlist .product-item-actions .action.edit,
    .products-grid.wishlist .product-item-actions .action.delete {
        margin-top: 7px;
    }
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 95px;
    }
    .products-grid.wishlist .product-item .box-tocart {
        float: left;
        margin-right: 20px;
    }
    .products-grid.wishlist .product-item .box-tocart .stock {
        margin-top: 7px;
    }
    .products-grid.wishlist .product-item .giftregisty-dropdown,
    .products-grid.wishlist .product-item .field.qty {
        display: none;
    }
    .products-grid.wishlist .product-image-container {
        max-width: 80px;
    }
    .wishlist-index-index .product-item {
        width: 100%
    }
    .wishlist-index-index .product-item-info {
        width: auto;
    }
    .cart.table-wrapper .action-towishlist {
        display: inline-block;
        text-decoration: none;
    }
    .cart.table-wrapper .action-towishlist>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .cart.table-wrapper .action-towishlist:before {
        -webkit-font-smoothing: antialiased;
        font-size: 18px;
        line-height: 20px;
        color: #8f8f8f;
        content: '\e600';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .cart.table-wrapper .action-towishlist:hover:before {
        color: #333;
    }
    .cart.table-wrapper .action-towishlist:active:before {
        color: #8f8f8f;
    }
}

@media only screen and (max-width:768px) {
    .abs-checkout-tooltip-content-position-top-mobile,
    .field-tooltip .field-tooltip-content {
        right: -10px;
        top: 40px;
        left: auto;
    }
    .field-tooltip .field-tooltip-content:before,
    .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        width: 0;
        margin-top: -21px;
        right: 10px;
        left: auto;
        top: 0;
    }
    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #666;
    }
    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px;
    }
    .modal-popup.modal-slide {
        left: auto;
        z-index: 900;
    }
    .modal-popup.modal-slide._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .modal-popup.modal-slide .modal-inner-wrap {
        height: 100%;
        position: static;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform, visibility;
        transition-property: transform, visibility;
        transition-timing-function: ease-in-out;
    }
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #f4f4f4;
    }
    .modal-popup.modal-slide._inner-scroll._show {
        -webkit-overflow-scrolling: touch;
        overflow-y: auto;
    }
    .modal-popup .modal-title {
        font-size: 14px;
        font-weight: 700;
    }
}

@media all and (min-width:640px) {
    .abs-blocks-2columns-s {
        width: 48%
    }
    .abs-reset-left-margin-desktop-s,
    .column:not(.sidebar-main) .multicheckout .actions-toolbar,
    .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
        margin-left: 0;
    }
    .abs-visually-hidden-desktop-s,
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .abs-add-clearfix-desktop-s:before,
    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:before,
    .multicheckout .block-billing:after {
        content: '';
        display: table;
    }
    .abs-add-clearfix-desktop-s:after,
    .multicheckout .block-billing:after {
        clear: both;
    }
    .abs-add-box-sizing-desktop-s,
    .multicheckout .block-shipping .box,
    .multicheckout .block-billing .box-billing-address,
    .multicheckout .block-billing .box-billing-method {
        box-sizing: border-box;
    }
    .abs-form-field-column-2-s .fieldset .field {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .abs-form-field-column-2-s .fieldset .field+.fieldset {
        clear: both;
    }
    .abs-form-field-column-2-s .fieldset .field .field {
        padding: 0;
        width: 100%
    }
    .abs-form-field-revert-column-1-s {
        width: 100%
    }
    .abs-action-print-s {
        display: inline-block;
        text-decoration: none;
    }
    .abs-action-print-s:before {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 16px;
        color: inherit;
        content: '\e624';
        font-family: 'luma-icons';
        margin: 0 4px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .table>tbody>tr>th,
    .table>tbody>tr>td {
        border-top: 1px solid #ccc;
    }
    .table>tbody+tbody {
        border-top: 1px solid #ccc;
    }
    .ui-dialog.popup {
        width: 420px;
    }
    .multicheckout .actions-toolbar .secondary {
        float: none;
        margin-top: 11px;
        text-align: right;
    }
    .multicheckout .actions-toolbar .secondary .action {
        margin-left: 10px;
    }
    .multicheckout .actions-toolbar .secondary .action.back {
        display: block;
        float: left;
    }
    .multicheckout .item-options {
        margin: 20px 0 0;
    }
    .multicheckout .block-content .box {
        margin-bottom: 0;
    }
    .multicheckout .block-shipping .box {
        float: left;
        width: 25%
    }
    .multicheckout .block-shipping .box-shipping-method {
        padding-left: 25px;
        padding-right: 25px;
        width: 50%
    }
    .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
        display: none;
    }
    .multicheckout .block-billing .box-billing-address {
        float: left;
        width: 25%
    }
    .multicheckout .block-billing .box-billing-method {
        float: left;
        padding-left: 25px;
        width: 50%
    }
    .multicheckout.form.address .table-wrapper .applicable {
        margin: 7px 0 0;
    }
    .multicheckout.order-review .box-items {
        clear: left;
        float: none;
        padding-top: 40px;
        width: auto;
    }
    .multicheckout.order-review .col.item {
        width: 75%
    }
    .multicheckout .methods-payment .item-content>.fieldset {
        width: auto;
    }
    .multicheckout .methods-payment .item-content>.fieldset .field.cvv {
        display: inline-block;
        width: auto;
    }
    .multicheckout .methods-payment .fieldset>.field:not(.choice)>.label {
        float: none;
        margin-bottom: 8px;
        text-align: left;
        width: auto;
    }
    .multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control {
        width: 100%
    }
    .column .block-addbysku .action.remove {
        background-image: none;
        -moz-box-sizing: content-box;
        box-shadow: none;
        line-height: inherit;
        text-shadow: none;
        font-weight: 400;
        line-height: 1.42857143;
        margin: 0;
        padding: 0;
        color: #19898b;
        text-decoration: none;
        background: none;
        border: 0;
        display: inline;
        margin-top: -4px;
    }
    .column .block-addbysku .action.remove:focus,
    .column .block-addbysku .action.remove:active {
        background: none;
        border: none;
    }
    .column .block-addbysku .action.remove:hover {
        background: none;
        border: none;
    }
    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
    }
    .column .block-addbysku .action.remove:visited {
        color: #19898b;
        text-decoration: none;
    }
    .column .block-addbysku .action.remove:hover {
        color: #19898b;
        text-decoration: underline;
    }
    .column .block-addbysku .action.remove:active {
        color: #ff5501;
        text-decoration: underline;
    }
    .column .block-addbysku .action.remove:hover {
        color: #19898b;
    }
    .column .block-addbysku .action.remove:hover,
    .column .block-addbysku .action.remove:active,
    .column .block-addbysku .action.remove:focus {
        background: none;
        border: 0;
    }
    .column .block-addbysku .action.remove.disabled,
    .column .block-addbysku .action.remove[disabled],
    fieldset[disabled] .column .block-addbysku .action.remove {
        color: #19898b;
        opacity: .5;
        cursor: default;
        pointer-events: none;
        text-decoration: underline;
    }
    .catalogsearch-advanced-result .message.error {
        margin-top: 0;
    }
    .products-grid .product-item-info:hover,
    .products-grid .product-item-info.active {
        background: #fff;
        box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbb;
        margin: -10px;
        padding: 9px;
        position: relative;
        z-index: 2;
    }
    .products-grid .product-item-info:hover .product-item-inner,
    .products-grid .product-item-info.active .product-item-inner {
        display: block;
    }
    .products-grid .product-item-inner {
        background: #fff;
        box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #bbb;
        border-top: none;
        left: 0;
        margin: 9px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2;
    }
    .product-item-actions {
        display: block;
    }
    .products-grid .product-item-actions {
        margin: -10px 0 10px;
    }
    .product-item-actions .actions-primary+.actions-secondary {
        display: table-cell;
        padding-left: 10px;
        width: 50%
    }
    .product-item-actions .actions-primary+.actions-secondary>.action {
        margin-right: 10px;
    }
    .product-item-actions .actions-primary+.actions-secondary>.action:last-child {
        margin-right: 0;
    }
    .product-item-actions .actions-primary {
        display: table-cell;
    }
    .page-products .products-grid .product-item-inner:before {
        background: #fff;
        content: '';
        height: 3px;
        left: 0;
        position: absolute;
        top: -2px;
        width: 100%;
        z-index: 1;
    }
    .page-products .product-item-actions {
        position: relative;
        z-index: 1;
    }
    .products-grid .product-item {
        margin-bottom: 20px;
        width: 33.33333333%
    }
    .page-products .products-grid .product-item,
    .page-layout-1column .products-grid .product-item,
    .page-layout-3columns .products-grid .product-item,
    .page-products.page-layout-1column .products-grid .product-item,
    .page-products.page-layout-3columns .products-grid .product-item {
        width: 33.33333333%
    }
    .review-form {
        max-width: 500px;
    }
    .review-ratings {
        float: left;
        margin-bottom: 0;
        max-width: 240px;
    }
    .review-ratings~.review-content,
    .review-ratings~.review-details {
        margin-left: 280px;
    }
    .review-toolbar {
        margin: 0 0 30px;
    }
    .review-toolbar .pages {
        padding: 30px 0;
    }
    .fieldset .review-legend.legend {
        margin-bottom: 30px;
    }
    .review-item {
        padding: 30px 0;
    }
    .review-title {
        margin: 0 0 30px;
    }
    .order-details-items .order-title .action {
        margin: 12px 0 0 30px;
    }
    .order-details-items .order-title .action.track {
        float: right;
    }
    .wishlist-index-index .products-grid .product-item-actions {
        margin: 0;
    }
    .block.widget .products-grid .product-item,
    .page-layout-1column .block.widget .products-grid .product-item,
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 33.33333333%
    }
}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape) {
    .product-video {
        height: 100%;
        width: 81%
    }
}

@media all and (min-width:768px),
print {
    .abs-product-options-list-desktop dt,
    .block-giftregistry-shared .item-options dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0;
    }
    .block-giftregistry-shared .item-options dt:after {
        content: ': '
    }
    .abs-product-options-list-desktop dd,
    .block-giftregistry-shared .item-options dd {
        display: inline-block;
        float: left;
        margin: 0 0 5px;
    }
    .abs-button-desktop {
        width: auto;
    }
    .abs-blocks-2columns,
    .abs-discount-block-desktop .block,
    .login-container .block,
    .account .column.main .block:not(.widget) .block-content .box,
    .block-addresses-list .items.addresses>.item,
    .form-address-edit .fieldset,
    .form-edit-account .fieldset,
    .storecredit .block,
    .paypal-review-discount .block,
    .cart-discount .block {
        width: 48%
    }
    .abs-discount-block-desktop .block:nth-child(1),
    .login-container .block:nth-child(1),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
    .block-addresses-list .items.addresses>.item:nth-child(1),
    .form-address-edit .fieldset:nth-child(1),
    .form-edit-account .fieldset:nth-child(1),
    .storecredit .block:nth-child(1),
    .paypal-review-discount .block:nth-child(1),
    .cart-discount .block:nth-child(1) {
        clear: left;
        float: left;
    }
    .abs-discount-block-desktop .block:nth-child(2),
    .login-container .block:nth-child(2),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
    .block-addresses-list .items.addresses>.item:nth-child(2),
    .form-address-edit .fieldset:nth-child(2),
    .form-edit-account .fieldset:nth-child(2),
    .storecredit .block:nth-child(2),
    .paypal-review-discount .block:nth-child(2),
    .cart-discount .block:nth-child(2) {
        float: right;
    }
    .abs-discount-block-desktop .block:nth-child(2)+*,
    .login-container .block:nth-child(2)+*,
    .account .column.main .block:not(.widget) .block-content .box:nth-child(2)+*,
    .block-addresses-list .items.addresses>.item:nth-child(2)+*,
    .form-address-edit .fieldset:nth-child(2)+*,
    .form-edit-account .fieldset:nth-child(2)+*,
    .storecredit .block:nth-child(2)+*,
    .paypal-review-discount .block:nth-child(2)+*,
    .cart-discount .block:nth-child(2)+* {
        clear: both;
    }
    .abs-reset-left-margin-desktop,
    .column.main .paypal-review .actions-toolbar,
    .column.main .block-giftregistry-shared-items .actions-toolbar {
        margin-left: 0;
    }
    .abs-action-remove-desktop,
    .abs-add-fields-desktop .fieldset .additional .action.remove,
    .form-giftregistry-share .fieldset .additional .action.remove,
    .form-giftregistry-edit .fieldset .additional .action.remove,
    .form-create-return .fieldset .additional .action.remove,
    .form.send.friend .fieldset .additional .action.remove {
        margin-left: 90%
    }
    .abs-add-fields-desktop .fieldset .field .control,
    .form-giftregistry-share .fieldset .field .control,
    .form-giftregistry-edit .fieldset .field .control,
    .form-create-return .fieldset .field .control,
    .form.send.friend .fieldset .field .control {
        width: auto;
    }
    .abs-margin-for-forms-desktop {
        margin-left: 25.8%
    }
    .abs-visually-hidden-desktop,
    .modes-label,
    .block-search .label,
    .block-collapsible-nav .title {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .abs-add-clearfix-desktop:before,
    .abs-add-clearfix-desktop:after,
    .paypal-review .block-content:before,
    .paypal-review .block-content:after,
    .paypal-review-discount:before,
    .paypal-review-discount:after,
    .order-review-form:before,
    .order-review-form:after,
    .block-cart-failed .block-content:before,
    .block-cart-failed .block-content:after,
    .cart-container:before,
    .cart-container:after,
    .login-container:before,
    .login-container:after,
    .account .page-title-wrapper:before,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:before,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:before,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:before,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:before,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:before,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:before,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .order-links:before,
    .order-links:after,
    .account .column.main .block.block-order-details-view:before,
    .account .column.main .block.block-order-details-view:after,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:before,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .page-header .header.panel:before,
    .page-header .header.panel:after,
    .header.content:before,
    .header.content:after {
        content: '';
        display: table;
    }
    .abs-add-clearfix-desktop:after,
    .paypal-review .block-content:after,
    .paypal-review-discount:after,
    .order-review-form:after,
    .block-cart-failed .block-content:after,
    .cart-container:after,
    .login-container:after,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .order-links:after,
    .account .column.main .block.block-order-details-view:after,
    [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:after,
    .page-header .header.panel:after,
    .header.content:after {
        clear: both;
    }
    .abs-add-box-sizing-desktop,
    .abs-shopping-cart-items-desktop,
    .column.main,
    .sidebar-main,
    .sidebar-additional,
    .bundle-options-container .block-bundle-summary,
    .block.crosssell,
    .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        box-sizing: border-box;
    }
    .abs-add-box-sizing-desktop-m,
    .opc-wrapper {
        box-sizing: border-box;
    }
    .abs-revert-field-type-desktop .fieldset>.field,
    .abs-revert-field-type-desktop .fieldset .fields>.field {
        margin: 0 0 20px;
    }
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control {
        float: none;
        width: auto;
    }
    .abs-revert-field-type-desktop .fieldset>.field>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field>.label {
        margin: 0 0 8px;
        display: inline-block;
    }
    .abs-revert-field-type-desktop .fieldset>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset>.field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before {
        display: none;
    }
    .abs-form-field-column-2 .fieldset .field,
    .form-giftregistry-share .fieldset .field,
    .form-giftregistry-edit .fieldset .field,
    .form-create-return .fieldset .field,
    .form.send.friend .fieldset .field {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .abs-form-field-column-2 .fieldset .field+.fieldset,
    .form-giftregistry-share .fieldset .field+.fieldset,
    .form-giftregistry-edit .fieldset .field+.fieldset,
    .form-create-return .fieldset .field+.fieldset,
    .form.send.friend .fieldset .field+.fieldset {
        clear: both;
    }
    .form-giftregistry-share .fieldset .field:nth-last-child(1),
    .form-giftregistry-share .fieldset .field:nth-last-child(2),
    .form-giftregistry-edit .fieldset .field:nth-last-child(1),
    .form-giftregistry-edit .fieldset .field:nth-last-child(2),
    .form-create-return .fieldset .field:nth-last-child(1),
    .form-create-return .fieldset .field:nth-last-child(2),
    .form.send.friend .fieldset .field:nth-last-child(1),
    .form.send.friend .fieldset .field:nth-last-child(2) {
        margin-bottom: 0;
    }
    .abs-form-field-column-2 .fieldset .field .field,
    .form-giftregistry-share .fieldset .field .field,
    .form-giftregistry-edit .fieldset .field .field,
    .form-create-return .fieldset .field .field,
    .form.send.friend .fieldset .field .field {
        padding: 0;
        width: 100%
    }
    .abs-form-field-revert-column-1 {
        width: 100%
    }
    .abs-forms-general-desktop,
    .form-giftcard-redeem,
    .form-giftregistry-create {
        max-width: 500px;
    }
    .abs-forms-general-desktop .legend,
    .form-giftcard-redeem .legend,
    .form-giftregistry-create .legend {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .abs-forms-general-desktop .legend+br,
    .form-giftcard-redeem .legend+br,
    .form-giftregistry-create .legend+br {
        display: none;
    }
    .abs-revert-side-paddings,
    .checkout-cart-index .page-title-wrapper,
    .cart-summary .block .content,
    .cart-empty {
        padding-left: 0;
        padding-right: 0;
    }
    .abs-account-block-font-size,
    .block-addresses-list address,
    .box-billing-address .box-content,
    .box-shipping-address .box-content,
    .box-information .box-content,
    .block-balance-giftcard .block-content,
    .block-reviews-dashboard .product-name {
        font-size: 1.6rem;
    }
    .abs-account-table-margin-desktop,
    .table-wrapper.balance-history,
    .table-wrapper.reward-history,
    .table-wrapper.orders-recent {
        margin-top: -25px;
    }
    .abs-action-print {
        display: inline-block;
        text-decoration: none;
    }
    .abs-action-print:before {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 16px;
        color: inherit;
        content: '\e624';
        font-family: 'luma-icons';
        margin: 0 4px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .abs-no-display-desktop,
    .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none;
    }
    .abs-status-desktop,
    .return-status,
    .order-status {
        margin-top: 6px;
        padding: 5px 10px;
    }
    .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
    .account .page-main .page-title-wrapper .order-date,
    [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
    .sales-guest-view .page-main .page-title-wrapper .order-date {
        margin: -14px 0 18px;
    }
    .abs-table-bordered-desktop {
        border: none;
    }
    .abs-table-bordered-desktop>thead>tr>th,
    .abs-table-bordered-desktop>tbody>tr>th,
    .abs-table-bordered-desktop>tfoot>tr>th,
    .abs-table-bordered-desktop>thead>tr>td,
    .abs-table-bordered-desktop>tbody>tr>td,
    .abs-table-bordered-desktop>tfoot>tr>td {
        border: none;
    }
    .abs-table-bordered-desktop>thead>tr>th,
    .abs-table-bordered-desktop>thead>tr>td {
        border-bottom: 1px solid #ccc;
    }
    .abs-pager-toolbar,
    .account .toolbar,
    .toolbar-giftregistry-results,
    .toolbar-wishlist-results {
        position: relative;
    }
    .abs-pager-toolbar .toolbar-amount,
    .abs-pager-toolbar .limiter,
    .account .toolbar .toolbar-amount,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .toolbar-amount,
    .toolbar-wishlist-results .limiter {
        position: relative;
        z-index: 1;
    }
    .abs-pager-toolbar .toolbar-amount,
    .account .toolbar .toolbar-amount,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-wishlist-results .toolbar-amount {
        line-height: 30px;
        padding: 0;
    }
    .abs-pager-toolbar .pages,
    .account .toolbar .pages,
    .toolbar-giftregistry-results .pages,
    .toolbar-wishlist-results .pages {
        position: absolute;
        width: 100%;
        z-index: 0;
    }
    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 4%;
        position: relative;
    }
    .abs-discount-block-desktop .block>.title,
    .paypal-review-discount .block>.title,
    .cart-discount .block>.title {
        border: 0;
        padding: 0 0 10px;
    }
    .abs-discount-block-desktop .block>.title strong,
    .paypal-review-discount .block>.title strong,
    .cart-discount .block>.title strong {
        font-size: 1.6rem;
    }
    .abs-discount-block-desktop .block .content,
    .paypal-review-discount .block .content,
    .cart-discount .block .content {
        padding: 0 0 20px;
    }
    .abs-discount-block-desktop .actions-toolbar .secondary,
    .paypal-review-discount .actions-toolbar .secondary,
    .cart-discount .actions-toolbar .secondary {
        bottom: -30px;
        left: 0;
        position: absolute;
    }
    .page-main {
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }
    .ie9 .page-main {
        width: auto;
    }
    .columns {
        display: block;
    }
    .column.main {
        min-height: 300px;
    }
    .page-layout-1column .column.main {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .page-layout-3columns .column.main {
        width: 58.33333333%;
        display: inline-block;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .page-layout-2columns-left .column.main {
        width: 79.16666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .page-layout-2columns-right .column.main {
        width: 79.16666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .sidebar-main {
        padding-right: 2%
    }
    .page-layout-3columns .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-layout-2columns-left .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-layout-2columns-right .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-layout-2columns-right .sidebar-main {
        padding-left: 2%;
        padding-right: 0;
    }
    .sidebar-additional {
        clear: right;
        padding-left: 2%
    }
    .page-layout-3columns .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }
    .page-layout-2columns-left .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .page-layout-2columns-right .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0;
        padding-right: 2%
    }
    .panel.header {
        padding: 10px 20px;
    }
    .nav-toggle {
        display: none;
    }
    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 25px;
    }
    .nav-sections-item-title {
        display: none;
    }
    .nav-sections-item-content {
        display: block !important;
    }
    .nav-sections-item-content>* {
        display: block;
    }
    .nav-sections-item-content>.navigation {
        display: block;
    }
    .navigation {
        background: #f0f0f0;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3;
    }
    .navigation:empty {
        display: none;
    }
    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative;
    }
    .navigation li.level0 {
        border-top: none;
    }
    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative;
    }
    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    .navigation .level0>.level-top {
        color: #575757;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
    }
    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: #333;
        text-decoration: none;
    }
    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block;
    }
    .navigation .level0.parent:hover>.submenu {
        overflow: visible !important;
    }
    .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
        font-weight: 400;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
        margin-top: 11px;
    }
    .navigation .level0 .submenu>ul {
        margin-top: 11px;
    }
    .navigation .level0 .submenu>ul:before,
    .navigation .level0 .submenu>ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute;
    }
    .navigation .level0 .submenu>ul:before {
        color: #fff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #fff;
        z-index: 4;
    }
    .navigation .level0 .submenu>ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #ccc;
        color: #ccc;
        left: 19px;
        top: -22px;
        z-index: 3;
    }
    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 8px 20px;
    }
    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333;
        text-decoration: none;
    }
    .navigation .level0 .submenu .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #333;
    }
    .navigation .level0 .submenu .submenu {
        top: 0 !important;
        left: 100% !important;
    }
    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%
    }
    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none;
    }
    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .navigation .level0.more:before {
        display: none;
    }
    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1;
    }
    .navigation .level0.more:hover>.submenu {
        overflow: visible !important;
    }
    .navigation .level0.more li {
        display: block;
    }
    .panel.header .links,
    .panel.header .switcher {
        display: inline-block;
    }
    .legend {
        border-bottom: 1px solid #c5c5c5;
    }
    .product.data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .product.data.items:before,
    .product.data.items:after {
        content: '';
        display: table;
    }
    .product.data.items:after {
        clear: both;
    }
    .product.data.items>.item.title {
        float: left;
        width: auto;
    }
    .product.data.items>.item.title>.switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2;
    }
    .product.data.items>.item.content {
        margin-top: 20px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%
    }
    .product.data.items>.item.content:before,
    .product.data.items>.item.content:after {
        content: '';
        display: table;
    }
    .product.data.items>.item.content:after {
        clear: both;
    }
    .product.data.items>.item.content.active {
        display: block;
    }
    .product.data.items>.item.title {
        margin: 0 -1px 0 0;
    }
    .product.data.items>.item.title>.switch {
        font-weight: 400;
        line-height: 40px;
        font-size: 1.4rem;
        color: #7d7d7d;
        text-decoration: none;
        background: #f6f6f6;
        border: 1px solid #ccc;
        border-bottom: none;
        height: 40px;
        padding: 1px 35px 1px 35px;
    }
    .product.data.items>.item.title>.switch:visited {
        color: #7d7d7d;
        text-decoration: none;
    }
    .product.data.items>.item.title>.switch:hover {
        color: #7d7d7d;
        text-decoration: none;
    }
    .product.data.items>.item.title>.switch:active {
        color: #333;
        text-decoration: none;
    }
    .product.data.items>.item.title:not(.disabled)>.switch:focus,
    .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: #fff;
    }
    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        background: #fff;
        color: #333;
    }
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        padding-bottom: 2px;
    }
    .product.data.items>.item.content {
        background: #fff;
        margin-top: 43px;
        padding: 35px 35px 35px 35px;
        border: 1px solid #ccc;
    }
    .product.data.items .item.title a:after {
        display: none;
    }
    .actions-toolbar {
        text-align: left;
    }
    .actions-toolbar:before,
    .actions-toolbar:after {
        content: '';
        display: table;
    }
    .actions-toolbar:after {
        clear: both;
    }
    .actions-toolbar .primary {
        float: left;
    }
    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: inline-block;
    }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
        display: inline-block;
    }
    .actions-toolbar .primary .action {
        margin: 0 15px 0 0;
    }
    .actions-toolbar .secondary a.action {
        margin-top: 6px;
    }
    .actions-toolbar>.primary,
    .actions-toolbar>.secondary {
        margin-bottom: 0;
    }
    .actions-toolbar>.primary .action,
    .actions-toolbar>.secondary .action {
        margin-bottom: 0;
        width: auto;
    }
    .popup-content .fieldset .actions-toolbar .secondary {
        display: inline-block;
        float: none;
    }
    .popup-content .fieldset .actions-toolbar .action.cancel {
        margin-top: 6px;
    }
    .payment-method-braintree .cvv .field-tooltip {
        left: 6rem;
    }
    .block-category-event.block:last-child {
        margin-bottom: 30px;
        padding: 10px 0 30px;
    }
    .block-category-event .block-title {
        margin: 0;
    }
    .block-category-event .block-title strong {
        font-size: 2.4rem;
    }
    .block-category-event .ticker li {
        display: none;
        margin: 0 50px;
    }
    .block-category-event .ticker .value {
        font-size: 6rem;
    }
    .block-category-event .ticker .label {
        font-size: 1.4rem;
        text-transform: none;
    }
    .block-category-event .dates .date {
        font-size: 5rem;
    }
    .block-category-event .dates .start {
        padding-right: 50px;
    }
    .block-category-event .dates .start:after {
        font-size: 5rem;
        right: 10px;
    }
    .paypal-review .paypal-review-title {
        border-bottom: 1px solid #ccc;
    }
    .paypal-review .block-content .box-order-shipping-address,
    .paypal-review .block-content .box-order-shipping-method,
    .paypal-review .block-content .box-order-shipping-method+.box-order-billing-address {
        box-sizing: border-box;
        float: left;
        width: 33%
    }
    .paypal-review .block-content .box-order-shipping-address {
        padding: 0 5%;
        width: 34%
    }
    .paypal-review .table-paypal-review-items .col.price,
    .paypal-review .table-paypal-review-items .col.qty {
        text-align: center;
    }
    .paypal-review .table-paypal-review-items .col.item {
        width: 60%
    }
    .paypal-review .col.subtotal,
    .paypal-review .mark,
    .paypal-review .amount {
        text-align: right;
    }
    .paypal-review-discount {
        border-top: 1px solid #ccc;
    }
    .paypal-review-discount .block {
        margin-bottom: 15px;
    }
    .paypal-review-discount .block.giftcard.active {
        padding-bottom: 40px;
    }
    .paypal-review-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static;
    }
    .paypal-review-discount .block .content {
        padding-bottom: 0;
    }
    .order-review-form .actions-toolbar>.primary {
        float: right;
    }
    .order-review-form .action.primary {
        margin-right: 0;
    }
    .block-cart-failed .secondary .action {
        margin: 0;
    }
    .block-cart-failed .actions.primary {
        float: right;
    }
    .bundle-actions .action.primary.customize {
        width: auto;
    }
    .bundle-options-container .legend.title {
        font-size: 40px;
    }
    .bundle-options-container .bundle-options-wrapper,
    .bundle-options-container .product-options-wrapper {
        float: left;
        width: 57%
    }
    .bundle-options-container .block-bundle-summary {
        float: right;
        margin-top: 66px;
        padding: 10px 20px;
        position: relative;
        width: 40%
    }
    .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
    .bundle-options-container .block-bundle-summary .price-box .price-wrapper>.price {
        color: #575757;
        font-size: 36px;
        font-weight: 600;
        line-height: 36px;
    }
    .bundle-options-container .block-bundle-summary .price-container .weee {
        color: #575757;
    }
    .bundle-options-container .block-bundle-summary .price-container .weee .price {
        font-size: 1.2rem;
        font-weight: 700;
    }
    .bundle-options-container .block-bundle-summary .price-including-tax+.price-excluding-tax .price {
        font-size: 1.4rem;
        line-height: 16px;
    }
    .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
        margin-right: 1%;
        width: 49%
    }
    .bundle-options-container .block-bundle-summary .product-addto-links {
        text-align: left;
    }
    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
    .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
    .page-layout-3columns .bundle-options-container .block-bundle-summary {
        width: 48%
    }
    .page-products .products-grid .product-item {
        width: 33.33333333%
    }
    .page-products.page-layout-1column .products-grid .product-item {
        width: 25%
    }
    .page-products.page-layout-3columns .products-grid .product-item {
        width: 50%
    }
    .page-products .columns {
        padding-top: 0;
        position: relative;
        z-index: 1;
    }
    .toolbar-amount {
        display: block;
        float: left;
        position: static;
    }
    .products.wrapper~.toolbar .pages {
        float: left;
        margin-bottom: 0;
    }
    .modes {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }
    .products.wrapper~.toolbar .modes {
        display: none;
    }
    .modes-mode {
        background-color: #f0f0f0;
        box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
        color: #7d7d7d;
        border: 1px solid #ccc;
        border-right: 0;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 7px 10px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
    }
    .modes-label+.modes-mode {
        border-radius: 3px 0 0 3px;
    }
    .modes-mode:hover {
        color: #7d7d7d;
        background: #ebebeb;
    }
    .modes-mode:last-child {
        border-radius: 0 3px 3px 0;
        border-right: 1px solid #ccc;
    }
    .modes-mode.active {
        box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
        background: #dedede;
        color: #9e9e9e;
    }
    .modes-mode>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .modes-mode:before {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e60d';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .modes-mode:hover:before {
        color: #7d7d7d;
    }
    .page-products .sorter {
        position: static;
    }
    .mode-list:before {
        content: '\e60b'
    }
    .limiter {
        float: right;
    }
    .products.wrapper~.toolbar .limiter {
        display: block;
    }
    .product-info-main .page-title-wrapper h1 {
        margin-bottom: 15px;
    }
    .product-info-main .product-add-form {
        padding-top: 20px;
    }
    .box-tocart .action.tocart {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%
    }
    .product-social-links {
        text-align: left;
    }
    .product-options-bottom .price-box .price-container,
    .product-info-price .price-box .price-container {
        font-size: 21px;
    }
    .product-options-bottom .price-box .price-container .price,
    .product-info-price .price-box .price-container .price {}
    .product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,
    .product-info-price .price-box .price-including-tax+.price-excluding-tax .price {
        font-size: 1.4rem;
        line-height: 16px;
    }
    .product-info-main {
        float: right;
    }
    .product.media {
        float: left;
        margin-bottom: 25px;
    }
    .page-layout-1column .product-info-main {
        width: 40%
    }
    .page-layout-1column .product.media {
        width: 57%
    }
    .page-layout-2columns-left .product-info-main,
    .page-layout-2columns-right .product-info-main,
    .page-layout-3columns .product-info-main {
        width: 48%
    }
    .page-layout-2columns-left .product.media,
    .page-layout-2columns-right .product.media,
    .page-layout-3columns .product.media {
        width: 50%
    }
    .product-add-form .product-options-wrapper .field:not(.date)>.control {
        width: 80%
    }
    .sidebar .product-items .product-item-info .product-item-photo {
        float: left;
        left: auto;
        margin: 0 10px 10px 0;
        position: relative;
        top: auto;
    }
    .sidebar .product-items .product-item-details {
        margin: 0;
    }
    .sidebar .product-items .product-item-actions {
        clear: left;
    }
    .compare.wrapper {
        float: right;
        margin: 0;
        padding: 0;
        list-style: none none;
    }
    .compare.wrapper .action.compare {
        line-height: 32px;
        color: #333;
        text-decoration: none;
    }
    .compare.wrapper .action.compare:visited {
        color: #333;
        text-decoration: none;
    }
    .compare.wrapper .action.compare:hover {
        color: #333;
        text-decoration: underline;
    }
    .compare.wrapper .action.compare:active {
        color: #333;
        text-decoration: underline;
    }
    .compare.wrapper .counter.qty {
        color: #7d7d7d;
    }
    .compare.wrapper .counter.qty:before {
        content: '('
    }
    .compare.wrapper .counter.qty:after {
        content: ')'
    }
    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4;
    }
    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0;
    }
    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static;
    }
    .block-search input::-webkit-input-placeholder {
        color: #c2c2c2;
    }
    .block-search input:-moz-placeholder {
        color: #c2c2c2;
    }
    .block-search input::-moz-placeholder {
        color: #c2c2c2;
    }
    .block-search input:-ms-input-placeholder {
        color: #c2c2c2;
    }
    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1;
    }
    .block-search .action.search>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
        line-height: 32px;
        color: #8f8f8f;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .block-search .action.search:hover:before {
        color: #333;
    }
    .block-search .action.search:active:before {
        color: inherit;
    }
    .block-search .action.search:focus,
    .block-search .action.search:active {
        background: none;
        border: none;
    }
    .block-search .action.search:hover {
        background: none;
        border: none;
    }
    .block-search .action.search.disabled,
    .block-search .action.search[disabled],
    fieldset[disabled] .block-search .action.search {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
    }
    .block-search .action.search:focus:before {
        color: #333;
    }
    .search-autocomplete {
        margin-top: 0;
    }
    .checkout-cart-index .page-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-container .form-cart .actions.main {
        text-align: right;
    }
    .cart-container .widget {
        float: left;
    }
    .cart-summary {
        width: 25%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 1px 20px 25px;
        position: relative;
    }
    .cart-summary>.title {
        display: block;
    }
    .cart-summary .fieldset .actions-toolbar {
        margin-left: 0;
    }
    .cart-summary .fieldset .actions-toolbar>.secondary {
        float: none;
    }
    .cart-summary .block>.title {
        padding-left: 0;
    }
    .cart-summary .block>.title:after {
        right: 3px;
    }
    .cart-summary .block .fieldset .field {
        margin: 0 0 20px;
        margin: 0 0 10px;
    }
    .cart-summary .block .fieldset .field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0;
    }
    .cart-summary .block .fieldset .field:not(.choice)>.control {
        float: none;
        width: auto;
    }
    .cart-summary .block .fieldset .field>.label {
        margin: 0 0 8px;
        display: inline-block;
    }
    .cart-summary .block .fieldset .field.choice:before,
    .cart-summary .block .fieldset .field.no-label:before {
        display: none;
    }
    .cart-summary .checkout-methods-items {
        padding: 0;
    }
    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto;
    }
    .cart.table-wrapper tbody td {
        padding-top: 20px;
    }
    .cart.table-wrapper .item .col.item {
        padding: 20px 8px 10px 0;
    }
    .cart.table-wrapper .item-actions td {
        padding: 0;
    }
    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 10px;
        position: static;
        vertical-align: top;
        width: 1%
    }
    .cart.table-wrapper .product-item-details {}
    .cart.table-wrapper .product-item-details {
        display: table-cell;
        vertical-align: top;
        white-space: normal;
        width: 99%
    }
    .cart-discount {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border: 0;
        box-sizing: border-box;
        padding-right: 4%
    }
    .cart-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static;
    }
    .block.crosssell {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding: 0 4% 0 0;
    }
    .block.crosssell .products-grid .product-item {
        width: 25%
    }
    .minicart-wrapper .block-minicart {
        right: -15px;
        width: 390px;
    }
    .minilist .action.delete:before,
    .minicart-wrapper .action.edit:before {
        font-size: 16px;
        line-height: inherit;
    }
    .opc-wrapper {
        width: 66.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 30px;
    }
    .opc-estimated-wrapper {
        display: none;
    }
    .opc-progress-bar {
        margin: 0 0 20px;
        counter-reset: i;
        display: block;
        font-size: 0;
    }
    .opc-progress-bar-item {
        margin: 0 0 10px;
        width: 185px;
        display: inline-block;
        position: relative;
        text-align: center;
        vertical-align: top;
    }
    .opc-progress-bar-item:before {
        background: #e4e4e4;
        top: 19px;
        transition: background .3s;
        content: '';
        height: 7px;
        left: 0;
        position: absolute;
        width: 100%
    }
    .opc-progress-bar-item:first-child:before {
        border-radius: 6px 0 0 6px;
    }
    .opc-progress-bar-item:last-child:before {
        border-radius: 0 6px 6px 0;
    }
    .opc-progress-bar-item>span {
        display: inline-block;
        padding-top: 45px;
        width: 100%;
        word-wrap: break-word;
        color: #e4e4e4;
        font-weight: 300;
        font-size: 1.8rem;
    }
    .opc-progress-bar-item>span:before,
    .opc-progress-bar-item>span:after {
        background: #e4e4e4;
        height: 38px;
        margin-left: -19px;
        transition: background .3s;
        width: 38px;
        border-radius: 50%;
        content: '';
        left: 50%;
        position: absolute;
        top: 0;
    }
    .opc-progress-bar-item>span:after {
        background: #fff;
        height: 26px;
        margin-left: -13px;
        top: 6px;
        width: 26px;
        content: counter(i);
        counter-increment: i;
        color: #333;
        font-weight: 600;
        font-size: 1.8rem;
    }
    .opc-progress-bar-item._complete {
        cursor: pointer;
    }
    .opc-progress-bar-item._complete:hover:before {
        background: #d7d7d7;
    }
    .opc-progress-bar-item._complete:hover>span:before {
        background: #d7d7d7;
    }
    .opc-progress-bar-item._complete>span {
        color: #1979c3;
    }
    .opc-progress-bar-item._complete>span:after {
        font-family: 'luma-icons';
        content: '\e610'
    }
    .opc-progress-bar-item._active:before {
        background: #ff5501;
    }
    .opc-progress-bar-item._active>span {
        color: #333;
    }
    .opc-progress-bar-item._active>span:before {
        background: #ff5501;
    }
    .opc-progress-bar-item._active>span:after {
        font-family: 'luma-icons';
        content: '\e610'
    }
    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 500px;
    }
    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 20px;
    }
    .checkout-shipping-method .actions-toolbar>.primary {
        float: right;
    }
    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0;
    }
    form.form.form-login {
    display: table-cell;
    }
    fieldset#customer-email-fieldset {
    display: none;
    }
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
        max-width: 500px;
    }
    .opc-wrapper .form-login {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .table-checkout-shipping-method {
        width: auto;
    }
    .opc-sidebar {
        margin: 46px 0 20px;
        width: 33.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .opc-summary-wrapper .modal-header .action-close {
        display: none;
    }
    .authentication-dropdown {
        background-color: #fff;
        border: 1px solid #aeaeae;
        -webkit-transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: scale(1, 0);
        transform-origin: 0 0;
        transition: transform linear .1s, visibility 0s linear .1s;
        visibility: hidden;
        width: 100%
    }
    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1, 1);
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
        transform: scale(1, 1);
        transition: transform linear .1s, visibility 0s linear 0s;
        visibility: visible;
    }
    .authentication-wrapper {
        width: 33.33333333%;
        text-align: right;
    }
    .block-authentication .block-title {
        font-size: 2.6rem;
        border-bottom: 0;
        margin-bottom: 25px;
    }
    .block-authentication .actions-toolbar>.primary {
        display: inline;
        float: right;
        margin-right: 0;
    }
    .block-authentication .actions-toolbar>.primary .action {
        margin-right: 0;
    }
    .block-authentication .actions-toolbar>.secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem;
    }
    .popup-authentication .modal-inner-wrap {
        min-width: 768px;
        width: 60%
    }
    .popup-authentication .block-authentication {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #c1c1c1;
    }
    .popup-authentication .block[class],
    .popup-authentication .form-login,
    .popup-authentication .fieldset,
    .popup-authentication .block-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
    .popup-authentication .block[class] {
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0 0;
        width: 50%
    }
    .popup-authentication .block[class]+.block {
        border-left: 1px solid #c1c1c1;
        border-top: 0;
        margin: 0;
        padding: 10px 0 0 40px;
    }
    .popup-authentication .block[class]+.block::before {
        left: 0;
        top: 50%
    }
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto;
    }
    .checkout-payment-method .payment-methods .actions-toolbar .primary {
        float: right;
        margin: 0;
    }
    .checkout-payment-method .fieldset>.field-select-billing>.control {
        float: none;
        width: 100%
    }
    .payment-method-billing-address .action-update {
        float: right;
    }
    .payment-method-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0;
    }
    .checkout-payment-method .payment-option-title {
        padding-left: 22px;
    }
    .checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0;
    }
    .login-container .block.login .actions-toolbar>.primary {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .login-container .block.login .actions-toolbar>.secondary {
        float: left;
    }
    .login-container .fieldset>.field>.control {
        width: 55%
    }
    .form-create-account .fieldset-fullname .fields .field {
        float: left;
        margin: 0 10px 10px 0;
    }
    .form-create-account .fieldset-fullname .field-name-prefix,
    .form-create-account .fieldset-fullname .field-name-suffix {
        width: 50px;
    }
    .form.password.reset,
    .form.send.confirmation,
    .form.password.forget,
    .form.create.account {
        min-width: 600px;
        width: 50%
    }
    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 22.3%
    }
    .account.page-layout-2columns-left .column.main {
        width: 77.7%
    }
    .account .data.table {
        margin-bottom: 0;
    }
    .account .data.table .col.actions {
        white-space: nowrap;
    }
    .block-addresses-list .items.addresses>.item {
        margin-bottom: 20px;
    }
    .block-addresses-list .items.addresses>.item:nth-last-child(1),
    .block-addresses-list .items.addresses>.item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .form-edit-account .fieldset .fieldset {
        margin-bottom: 20px;
        width: 100%
    }
    .control.captcha-image .captcha-img {
        margin: 0 10px 10px 0;
    }
    .storecredit .block-balance-history {
        width: 100%
    }
    .table-balance-history .col {
        width: 25%
    }
    .page-product-downloadable .product-options-wrapper {
        float: left;
        width: 55%
    }
    .page-product-downloadable .product-options-bottom {
        float: right;
        width: 40%
    }
    .page-product-giftcard .product-info-main .price-box .price-container.price-final {
        font-size: 21px;
    }
    .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
        font-size: 36px;
        line-height: 36px;
    }
    .page-product-giftcard .product-info-main .product-info-stock-sku {
        padding-bottom: 0;
    }
    .page-product-giftcard .product-info-main .product-reviews-summary {
        float: none;
    }
    .page-product-giftcard .product-add-form {
        margin-top: -20px;
    }
    .page-product-giftcard .product-add-form .field:not(.text) {
        margin: 0 0 20px;
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
    .page-product-giftcard .product-add-form .field:not(.text)>.label {
        margin: 0 0 8px;
        display: inline-block;
    }
    .page-product-giftcard .product-add-form .field:not(.text):last-child {
        margin-bottom: 0;
    }
    .page-product-giftcard .product-add-form .field:not(.text)+.fieldset {
        clear: both;
    }
    .page-product-giftcard .product-add-form .field:not(.text)>.label {
        font-weight: 600;
    }
    .page-product-giftcard .product-add-form .field:not(.text)>.label+br {
        display: none;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .choice input {
        vertical-align: top;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
        content: '';
        display: table;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
        clear: both;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
        box-sizing: border-box;
        float: left;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
        width: 50% !important;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
        width: 33.3% !important;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
        width: 25% !important;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
        width: 20% !important;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        width: 100%
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
    .page-product-giftcard .product-add-form .field:not(.text) .addon select,
    .page-product-giftcard .product-add-form .field:not(.text) .addon input {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #c2c2c2;
        border-radius: 1px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        height: 32px;
        line-height: 1.42857143;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
        opacity: .5;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
        color: #c2c2c2;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
        color: #c2c2c2;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
        color: #c2c2c2;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .additional {
        margin-top: 10px;
    }
    .page-product-giftcard .product-add-form .field:not(.text).required>.label:after,
    .page-product-giftcard .product-add-form .field:not(.text)._required>.label:after {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .note {
        font-size: 1.2rem;
        margin: 3px 0 0;
        padding: 0;
        display: inline-block;
        text-decoration: none;
    }
    .page-product-giftcard .product-add-form .field:not(.text) .note:before {
        -webkit-font-smoothing: antialiased;
        font-size: 24px;
        line-height: 12px;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
        padding-right: 25px;
    }
    .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
        padding-right: 0;
    }
    .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date)>.control {
        width: auto;
    }
    .gift-message .field {
        margin: 0 0 20px;
        box-sizing: border-box;
    }
    .gift-message .field>.label {
        margin: 0;
    }
    .gift-message .field:before,
    .gift-message .field:after {
        content: '';
        display: table;
    }
    .gift-message .field:after {
        clear: both;
    }
    .gift-message .field.choice:before,
    .gift-message .field.no-label:before {
        padding: 6px 15px 0 0;
        width: 25.8%;
        box-sizing: border-box;
        content: ' ';
        float: left;
        height: 1px;
    }
    .gift-message .field .description {
        padding: 6px 15px 0 0;
        text-align: left;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }
    .gift-message .field:not(.choice)>.label {
        padding: 6px 15px 0 0;
        text-align: left;
        width: 25.8%;
        box-sizing: border-box;
        float: left;
    }
    .gift-message .field:not(.choice)>.control {
        width: 74.2%;
        float: left;
    }
    .gift-options {
        position: relative;
        z-index: 1;
    }
    .gift-options .actions-toolbar {
        clear: both;
        padding: 0;
        position: static;
    }
    .gift-options .actions-toolbar .secondary {
        float: right;
    }
    .gift-options .actions-toolbar .secondary .action {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }
    .gift-options .actions-toolbar .secondary .action-cancel {
        display: block;
        float: left;
        margin-top: 6px;
    }
    .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0;
    }
    .gift-options-title {
        font-weight: 300;
        font-size: 1.8rem;
    }
    .gift-item-block .title {
        padding: 20px 0;
    }
    .item-gift td {
        padding-left: 0;
        padding-right: 0;
    }
    .cart.table-wrapper .action-gift {
        float: left;
        display: inline-block;
        text-decoration: none;
    }
    .cart.table-wrapper .action-gift:after {
        -webkit-font-smoothing: antialiased;
        font-size: 1.2rem;
        line-height: 20px;
        color: #8f8f8f;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0 0 0 10px;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .cart.table-wrapper .action-gift:hover:after {
        color: #333;
    }
    .cart.table-wrapper .action-gift:active:after {
        color: #8f8f8f;
    }
    .cart.table-wrapper .action-gift._active:after {
        content: '\e621'
    }
    .cart.table-wrapper .gift-options .actions-toolbar {
        clear: both;
        padding: 0;
        position: static;
    }
    .cart-container .cart-gift-item {
        margin-bottom: 20px;
    }
    .cart-container .cart-gift-item .gift-options,
    .cart-container .cart-gift-item .gift-summary {
        padding-bottom: 20px;
    }
    .form-giftregistry-share .fieldset .field,
    .form-giftregistry-edit .fieldset .field {
        width: 45%
    }
    .form-giftregistry-edit .fieldset.shipping_address .fieldset {
        margin-top: 20px;
    }
    .table-giftregistry .col.create {
        white-space: nowrap;
    }
    .table-giftregistry .col.message {
        width: 40%
    }
    .table-giftregistry .col.actions {
        width: 30%
    }
    .table-giftregistry-items .col.note {
        width: 30%
    }
    .account .data.table.table-giftregistry-items>thead>tr>th,
    .account .data.table.table-giftregistry-items>tbody>tr>th,
    .account .data.table.table-giftregistry-items>tfoot>tr>th,
    .account .data.table.table-giftregistry-items>thead>tr>td,
    .account .data.table.table-giftregistry-items>tbody>tr>td,
    .account .data.table.table-giftregistry-items>tfoot>tr>td {
        border-top: 1px solid #ccc;
    }
    .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>th,
    .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>th,
    .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>th,
    .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>td,
    .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>td,
    .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>td {
        border-top: 0;
    }
    .account .data.table.table-giftregistry-items>tbody+tbody {
        border-top: 1px solid #ccc;
    }
    .account .data.table.table-giftregistry-items th {
        border-bottom: 0;
    }
    .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>td,
    .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>th {
        background: none;
    }
    .form-giftregistry-search .fieldset {
        margin-bottom: 29px;
    }
    .form-giftregistry-search .fieldset .field.name,
    .form-giftregistry-search .fieldset .field.lastname {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-bottom: auto;
    }
    .form-giftregistry-search .fieldset .field.name+.fieldset,
    .form-giftregistry-search .fieldset .field.lastname+.fieldset {
        clear: both;
    }
    .form-giftregistry-search .fieldset .field.lastname {
        padding: 0;
    }
    .block-giftregistry-shared-items .item {
        border-bottom: 1px solid #ccc;
        border-top: 0;
    }
    .block-giftregistry-shared-items .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding: 0 20px 0 0;
        vertical-align: top;
        width: 1%
    }
    .block-giftregistry-shared-items .product-item-details {
        display: table-cell;
        vertical-align: top;
        width: 99%;
        word-break: normal;
    }
    .block-giftregistry-shared-items .col.product {
        width: 48%
    }
    .block-giftregistry-shared-items .col:not(.product) {
        text-align: center;
    }
    .block-giftregistry-shared-items .col.price {
        padding-top: 17px;
    }
    .block-giftregistry-shared-items .input-text.qty {
        margin-top: -4px;
    }
    .gift-wrapping {
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        width: 50%
    }
    .gift-wrapping+.gift-message {
        border-left: 1px solid #c1c1c1;
        box-sizing: border-box;
        float: left;
        padding-left: 4.5rem;
        width: 50%
    }
    .page-product-grouped .product-info-price {
        float: none;
    }
    .page-product-grouped .minimal-price {
        margin-top: -8px;
    }
    .table-invitations .col {
        width: 50%
    }
    .filter.block {
        margin-bottom: 30px;
    }
    .filter-title {
        display: none;
    }
    .filter-content .item {
        margin: 10px 0;
    }
    .filter-actions {
        margin-bottom: 30px;
    }
    .filter.active .filter-options,
    .filter-options {
        background: transparent;
        clear: both;
        display: block;
        overflow: initial;
        position: static;
    }
    .filter-subtitle {
        display: block;
        position: static;
    }
    .page-layout-1column .toolbar-products {
        position: absolute;
        top: 0;
        width: 100%
    }
    .page-layout-1column .products~.toolbar-products {
        position: static;
    }
    .page-layout-1column.page-with-filter .column.main {
        padding-top: 45px;
        position: relative;
        z-index: 1;
    }
    .page-layout-1column .filter.block {
        border-top: 1px solid #ccc;
    }
    .page-layout-1column .filter-content {
        margin-top: 10px;
    }
    .page-layout-1column .filter-subtitle {
        display: none;
    }
    .page-layout-1column .filter-options-item {
        border: 0;
        display: inline-block;
        margin-right: 25px;
        position: relative;
    }
    .page-layout-1column .filter-options-item.active {
        z-index: 2;
    }
    .page-layout-1column .filter-options-item.active .filter-options-content {
        visibility: visible;
    }
    .page-layout-1column .filter-options-item.active:hover {
        z-index: 3;
    }
    .page-layout-1column .filter-options-item.active:after,
    .page-layout-1column .filter-options-item.active:before {
        border: 8px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #000;
        bottom: -1px;
        content: '';
        display: block;
        left: 5px;
        position: absolute;
        z-index: 3;
    }
    .page-layout-1column .filter-options-item.active:after {
        border-bottom-color: #fff;
        margin-top: 2px;
        z-index: 4;
    }
    .page-layout-1column .filter-options-title {
        padding: 0 20px 0 0;
    }
    .page-layout-1column .filter-options-title:after {
        right: 2px;
        top: 3px;
        z-index: 3;
    }
    .page-layout-1column .filter-options-content {
        background: #fff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
        border: 1px solid #ccc;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 180px;
        z-index: 2;
    }
    .page-layout-1column .filter-options-content .item {
        margin: 0;
        padding: 5px;
    }
    .page-layout-1column .filter-options-content .item a {
        margin-left: 0;
    }
    .page-layout-1column .filter-options-content .item:hover {
        background-color: #e8e8e8;
    }
    .page-layout-1column .filter-current {
        display: inline;
        line-height: 35px;
    }
    .page-layout-1column .filter-current-subtitle {
        color: #7d7d7d;
        display: inline;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
    }
    .page-layout-1column .filter-current-subtitle:after {
        content: ':'
    }
    .page-layout-1column .filter-current .item,
    .page-layout-1column .filter-current .items {
        display: inline;
    }
    .page-layout-1column .filter-current .item {
        margin-right: 25px;
        white-space: nowrap;
    }
    .page-layout-1column .filter-current .action.remove {
        line-height: normal;
    }
    .page-layout-1column .filter-actions {
        display: inline;
        white-space: nowrap;
    }
    .page-layout-1column .filter-actions~.filter-options {
        margin-top: 25px;
    }
    .wishlist.window.popup {
        bottom: auto;
        top: 20%;
        left: 50%;
        margin-left: -212px;
        width: 380px;
        right: auto;
    }
    .block-wishlist-management {
        margin-bottom: 20px;
    }
    .block-wishlist-management .wishlist-select {
        border-bottom: 1px solid #e8e8e8;
        display: table;
        margin-bottom: 15px;
        width: 100%
    }
    .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%
    }
    .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top;
    }
    .block-wishlist-management .wishlist-select-items .item {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px 10px;
    }
    .block-wishlist-management .wishlist-select-items .item:last-child {
        margin-right: 0;
    }
    .block-wishlist-management .wishlist-select-items .current {
        border-bottom: 3px solid #ff5501;
        font-weight: 600;
    }
    .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none;
    }
    .block-wishlist-management .wishlist-add.item {
        position: absolute;
        right: 0;
        top: 0;
    }
    .block-wishlist-management .wishlist-title strong {
        font-size: 4rem;
    }
    .block-wishlist-management .wishlist-info {
        float: left;
    }
    .block-wishlist-management .wishlist-toolbar {
        float: right;
    }
    .block-wishlist-info-items .product-item-photo {
        margin-left: 0;
    }
    .products-grid.wishlist .product-item-checkbox {
        float: left;
    }
    .products-grid.wishlist .product-item-checkbox+.product-item-name {
        margin-left: 25px;
    }
    .product-reviews-summary {
        margin-bottom: 15px;
    }
    .products.wrapper.list .product-reviews-summary {
        margin: 0;
    }
    .product-reviews-summary .reviews-actions {
        font-size: 14px;
        margin-top: 3px;
    }
    .form-create-return .fieldset .field {
        width: 45%
    }
    .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        clear: none;
        float: left;
        width: 25%
    }
    .block-returns-tracking .block-title .action {
        margin: 12px 0 0 30px;
    }
    .block-returns-tracking .block-title .action.track {
        float: right;
    }
    .order-links .item {
        float: left;
        margin: 0 -1px 0 0;
    }
    .order-links .item a {
        padding: 1px 35px;
    }
    .order-links .item strong {
        border-bottom: 0;
        margin-bottom: -1px;
        padding: 1px 35px 2px 35px;
    }
    .order-actions-toolbar .action.print {
        display: block;
        float: right;
    }
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        clear: none;
        float: left;
        width: 25%
    }
    .block-order-details-comments {
        margin: 0 0 60px;
    }
    .block-order-details-comments .comment-date {
        clear: left;
        float: left;
        margin-right: 50px;
        max-width: 90px;
    }
    .block-order-details-comments .comment-content {
        overflow: hidden;
    }
    .order-details-items {
        margin-top: -1px;
        padding: 25px;
    }
    .order-details-items .col.name {
        padding-left: 0;
    }
    .order-details-items .col.price {
        text-align: center;
    }
    .order-details-items .col.subtotal {
        text-align: right;
    }
    .order-details-items tbody td {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .order-details-items tfoot .amount,
    .order-details-items tfoot .mark {
        text-align: right;
    }
    .order-details-items.ordered .order-title {
        display: none;
    }
    .table-order-items tbody .col.label,
    .table-order-items tbody .col.value {
        padding-left: 0;
    }
    .table-order-items.invoice .col.qty,
    .table-order-items.shipment .col.qty {
        text-align: center;
    }
    .table-order-items.creditmemo .col.qty,
    .table-order-items.creditmemo .col.discount,
    .table-order-items.creditmemo .col.subtotal {
        text-align: center;
    }
    .table-order-items.creditmemo .col.total {
        text-align: right;
    }
    .form.send.friend {
        width: 60%
    }
    .form.send.friend .fieldset .field {
        width: 45%
    }
    .form.send.friend .fieldset .field.text {
        width: 90%
    }
    html,
    body {
        height: 100%
    }
    .ie9 body {
        background-color: #8f8f8f;
    }
    .navigation ul {
        padding: 0 8px;
    }
    .page-header {
        border: 0;
        margin-bottom: 0;
    }
    .page-header .header.panel {
        padding: 0px;
    }
    .page-header .switcher {
        float: right;
        margin-left: 15px;
        margin-right: -6px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-main>.page-title-wrapper .page-title {
        display: inline-block;
    }
    .page-main>.page-title-wrapper .page-title+.action {
        float: right;
        margin-top: 20px;
    }
    .header.panel>.header.links {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .header.panel>.header.links>li {
        display: inline-block;
        vertical-align: top;
    }
    .header.panel>.header.links>li {
        margin: 0px;
        width: 100%;
    }
    .header.panel>.header.links>li.welcome,
    .header.panel>.header.links>li>a {
        display: inline-block;
        line-height: 1.4;
    }
    .header.panel>.header.links>li.welcome a {
        color: #fff;
        padding-left: 5px;
    }
    .header.panel>.header.links>.authorization-link:after {
        content: attr(data-label);
        display: inline-block;
        margin: 0 -5px 0 5px;
    }
    .header.panel>.header.links>.customer-welcome+.authorization-link {
        display: none;
    }
    .logo {
        margin: 0px;
    }
    .logo img {
        max-height: inherit;
    }
    .page-wrapper {
        ;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
        position: relative;
        transition: margin .3s ease-out 0s;
    }
    .page-wrapper>.breadcrumbs,
    .page-wrapper>.top-container,
    .page-wrapper>.widget {
        box-sizing: border-box;
        width: 100%
    }
    .ie10 .page-wrapper,
    .ie11 .page-wrapper {}
    .page-footer {
        background: #f4f4f4;
        margin-top: auto;
        padding-bottom: 25px;
    }
    .page-footer .switcher .options ul.dropdown {
        bottom: -10px;
        left: 100%;
        margin: 0 0 0 20px;
        top: auto;
    }
    .page-footer .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:after {
        bottom: 13px;
        left: auto;
        right: 100%;
        top: auto;
    }
    .page-footer .switcher .options ul.dropdown:before {
        border-color: transparent #fff transparent transparent;
    }
    .page-footer .switcher .options ul.dropdown:after {
        border-color: transparent #bbb transparent transparent;
        margin: 0 0 -1px -1px;
    }
    .footer.content {
        border-top: none;
    }
    .footer.content .block {
        float: right;
    }
    .footer.content ul {
        padding-right: 50px;
    }
    .footer.content .switcher.store {
        display: block;
        margin: 0;
    }
    .footer.content .links {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top;
    }
    .footer.content .links li {
        background: transparent;
        border: none;
        font-size: 14px;
        margin: 0 0 8px;
        padding: 0;
    }
    .footer.content .links a,
    .footer.content .links strong {
        display: inline;
    }
    .my-credit-cards .card-type img {
        display: block;
    }
    .products-grid.wishlist .product-item-info:hover .product-item-inner {
        display: block;
    }
    .products-grid.wishlist .product-item-tooltip {
        display: inline-block;
    }
    .products-grid.wishlist .product-item-actions {
        margin: 10px 0 0;
    }
    .products-grid.wishlist .product-item-actions>* {
        display: inline-block;
        margin-bottom: 7px;
        margin-top: 7px;
    }
    .products-grid.wishlist .product-item .fieldset {
        display: table;
    }
    .products-grid.wishlist .product-item .fieldset .field.qty,
    .products-grid.wishlist .product-item .fieldset .product-item-actions {
        display: table-cell;
        vertical-align: bottom;
    }
    .products-grid.wishlist .product-item .fieldset .field.qty {
        padding-right: 10px;
    }
    .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0;
    }
    .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 20px 0 0;
    }
    .products-grid.wishlist .product-item .tocart {
        width: auto;
    }
    .wishlist-index-index .product-item-info {
        width: auto;
    }
    .wishlist-index-index .product-item-inner {
        background: #fff;
        border: 1px solid #bbb;
        border-top: none;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
        display: none;
        left: 0;
        margin: 9px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2;
    }
    .wishlist-index-index .product-item-inner .comment-box {
        margin-top: -18px;
    }
    .block.widget .products-grid .product-item {
        width: 33.33333333%
    }
    .page-layout-1column .block.widget .products-grid .product-item {
        width: 25%
    }
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 50%
    }
    .sidebar .block.widget .pager .pages-item-next {
        padding: 0;
    }
    .sidebar .block.widget .pager .pages-item-next .action {
        margin: 0;
    }
}

@media all and (min-width:769px),
print {
    .modal-popup.modal-slide .modal-footer {
        border-top: 1px solid #c1c1c1;
        text-align: right;
    }
}

@media all and (min-width:1024px),
print {
    .products-grid .product-item {
        width: 20%
    }
    .page-layout-1column .products-grid .product-item {
        width: 16.66666667%
    }
    .page-layout-3columns .products-grid .product-item {
        width: 25%
    }
    .page-products .products-grid .product-items {
        margin: 0;
    }
    .page-products .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%)/3);
        padding: 0;
        width: 24.439%
    }
    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 20%
    }
    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 1%;
        width: 32.667%
    }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
        margin-left: 1%
    }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0;
    }
    .box-tocart .paypal:first-of-type {
        margin-top: 13px;
    }
    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%
    }
    .opc-wrapper .shipping-address-item {
        width: 33.33333333%
    }
    .opc-wrapper .shipping-address-item:before {
        background: #ccc;
        height: calc(100% - 20px);
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        width: 1px;
    }
    .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
        display: none;
    }
    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none;
    }
    .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
        display: none;
    }
    .table-checkout-shipping-method {
        min-width: 500px;
    }
    .wishlist-index-index .products-grid .product-items {
        margin: 0;
    }
    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 20px;
        margin-left: calc((100% - 4 * 24.439%)/3);
        padding: 0;
        width: 24.439%
    }
    .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }
    .block.widget .products-grid .product-item {
        width: 20%
    }
    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: calc((100% - 5 * (100%/6))/4);
        width: 16.66666667%
    }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: calc((100% - 5 * (100%/6))/4);
    }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
        margin-left: 0;
    }
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%
    }
    .block.widget .products-grid .product-items {
        margin: 0;
    }
    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4 * 24.439%)/3);
        padding: 0;
        width: 24.439%
    }
    .block.widget .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0;
    }
}

@media all and (min-width:1440px),
print {
    .sidebar .product-items .product-item-info .product-item-photo {
        float: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0;
    }
    .sidebar .product-items .product-item-details {
        margin-left: 85px;
    }
}

}body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

#winter-snow {
  background-color: transparent;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/winter-snow1.png),
    url(../../frontend/Mconnect/Mmedia/en_US/images/winter-snow2.png);
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
  z-index: 999;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 0;
  pointer-events: none;
  position: fixed;
  opacity: 0.8;
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

a {
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.sticky-header {
  background: #ef672f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 15px;
  flex-direction: column;
}

@media (min-width: 1440px) {
  .sticky-header {
    flex-direction: row;
  }
}

@media (max-width: 1440px) {
  .sticky-header-left {
    width: 100%;
  }

  .sticky-header-left .sticky-title-text {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .sticky-header-left {
    display: none !important;
  }
}

.sticky-header-left .sticky-title {
  margin: 0px;
  line-height: 41px;
  width: 130px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-position: 9px 9px;
  float: left;
  background: #0985f8;
  font-size: 14px;
}

.next-sticky-title {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  text-decoration: none;
  font-size: 28px;
  float: left;
  width: 45px;
  height: 40px;
  text-align: center;
}

.next-sticky-title i {
  line-height: 40px;
  padding-left: 10px;
}

.next-sticky-title:after {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid rgba(255, 255, 255, 0.15);
  position: relative;
  right: -12px;
  float: right;
  top: 8px;
}

.sticky-header-left .sticky-title-text {
  color: #ffffff;
  line-height: 32px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gift-img-area {
  float: left;
  width: 40px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin-right: 10px;
}

.inner-pages-sprite {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/inner-pages-sprite.png);
  background-repeat: no-repeat;
  display: block;
}

.sprite-hand-shake-icon {
  width: 16px;
  height: 17px;
  background-position: -315px -5px;
  margin: 5px auto;
}

.sprite-header-gift-icon {
  width: 16px;
  height: 18px;
  background-position: -341px -5px;
  margin: 3px auto;
}

.home-sprite2 {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
  background-repeat: no-repeat;
  display: block;
}

.NSShow .notification-item a {
  text-decoration: underline;
  color: #fff;
}

.sticky-title-text a:hover {
  text-decoration: none;
}

.sticky-header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sticky-header-right a,
.sticky-header-right .authorization-link {
  line-height: 32px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.sticky-header-right .authorization-link {
  padding-left: 15px;
}

.sticky-header-right a i {
  font-size: 13px;
}

a.mes-offers i {
  font-size: 15px;
}

a.mes-offers:hover i {
  color: #ffffff;
}

.sticky-header-right .authorization-link a {
  padding-left: 0px;
}

.header-heighlight-text {
  line-height: normal;
  padding: 1px 10px;
  border-radius: 30px;
  color: #ef672f;
  margin-left: 4px;
  text-decoration: none;
  background-color: #ffffff;
  transition: 0.5s ease all;
}

.header-heighlight-text:hover {
  background-color: #ad390a;
}

.sticky-header-right ul {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}

.sticky-header-right ul li {
  display: inline-block;
  font-size: 14px;
  padding: 10px 8px 8px;
}

.sticky-header-right ul li.authorization-link {
  font-size: 12px !important;
  font-weight: 600;
  padding: 10px 0 10px 8px !important;
  text-transform: uppercase;
}

.sticky-header-right ul li a,
.sticky-header-right ul li span {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.sticky-header-right ul li a i {
  color: #ee6018;
  text-align: center;
  line-height: 20px;
  margin-right: 4px;
  font-size: 14px;
}

.main-header {
  background: #162d45;
  float: left;
  width: 100%;
}

.logo {
  float: left;
  text-align: center;
  padding: 15px 0px;
  margin-left: 15px;
}

.nav-menu {
  width: 80%;
  float: right;
  text-align: right;
}

.nav-menu ul li {
  display: inline-block;
  padding: 12px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
}

.nav-menu ul li:hover {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}

.nav-menu ul li a i {
  font-size: 14px;
}

.nav-menu ul li a span {
  background: #188689;
  right: 8px;
  height: 20px;
  width: 20px;
  position: relative;
  top: -9px;
  border-radius: 50%;
  float: right;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #162d45;
}

#slider {
  float: left;
  width: 100%;
  position: relative;
}

.main-slider {
  float: left;
  width: 100%;
}

.main-slider img {
  width: 100%;
}

.main-slider h2 a {
  position: absolute;
  top: 35%;
  text-align: center;
  float: left;
  width: 100%;
  color: #b6bbc1;
  font-size: 65px;
  text-transform: uppercase;
}

.main-slider h2 a:hover {
  color: #ffffff;
  text-shadow: 0px 0px 4px #ffffff;
}

.support {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/slider-support-bg.png) no-repeat right bottom;
  color: #ffffff;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100px;
  height: 115px;
  font-weight: 600;
  background-size: 100% 100%;
  padding-left: 43px;
}

.support img {
  margin-top: 60px;
}

.support span {
  text-align: center;
  width: 83%;
  float: right;
}

#footer {
  background: #162d45;
  float: left;
  width: 100%;
}

.main-footer {
  width: 100%;
  float: left;
  background: #162d45;
}

.quick-links-area {
  float: left;
  width: 100%;
  background: #162d45;
  padding: 60px 0px;
}

.quick-links-area .container {
  padding: 0;
}

.quick-links {
  float: left;
  width: 100%;
}

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

.quick-links li:first-child {
  margin-left: 0px;
}

.quick-links li {
  display: inline-table;
  text-align: left;
  width: 24%;
  margin: 0px 6px;
  padding-right: 10px;
}

.quick-links li h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}

.quick-links li a {
  color: #c2c2c2;
}

.quick-links li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer {
  width: 1200px;
  margin: 0px auto;
}

.footer-box {
  width: 380px;
  float: left;
  margin-right: 10px;
  padding: 25px 0px;
}

.footer-box h2 {
  color: #c2c2c2;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.footer-box h2:after {
  border-bottom: 3px solid #188689;
  content: "";
  width: 150px;
  display: block;
  height: 11px;
}

.footer-box img {
  float: left;
  margin-right: 20px;
}

.footer-box address {
  float: left;
  color: #c2c2c2;
  font-style: normal;
  line-height: 24px;
}

.mcs-social {
  float: left;
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #2e4258;
  margin-top: 27px;
}

.mcs-social li {
  display: inline-block;
}

.mcs-facebook a {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon.png) no-repeat;
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
}

.mcs-facebook a:hover {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon-hover.png) no-repeat;
}

.mcs-googleplus a:hover {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon-hover.png) no-repeat;
  background-position: -45px 0px;
}

.mcs-twitter a:hover {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon-hover.png) no-repeat;
  background-position: -135px 0px;
}

.mcs-insta a:hover {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon-hover.png) no-repeat;
  background-position: -170px 0px;
}

.mcs-googleplus a {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon.png) no-repeat;
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  background-position: -45px 0px;
}

.mcs-twitter a {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon.png) no-repeat;
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  background-position: -135px 0px;
}

.mcs-insta a {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/social-icon.png) no-repeat;
  height: 40px;
  width: 40px;
  float: left;
  position: relative;
  background-position: -170px 0px;
}

#footer-box1 {
  width: 66%;
}

.footer-box1-left {
  float: left;
  width: 42%;
}

.footer-box1-right {
  float: right;
  width: 44%;
  margin-right: 44px;
}

.mcs-address li i {
  font-size: 28px;
  text-align: center;
  width: 30px;
}

.mcs-address li {
  border-bottom: 1px solid #2e4258;
  padding: 10px 0px;
}

.mcs-address li a {
  color: #c2c2c2;
  font-style: normal;
  line-height: 24px;
  font-size: 18px;
}

.certificates-and-partners {
  margin-top: 15px;
}

.footer-menu {
  float: left;
  width: 100%;
  margin: 15px 0px;
  border-top: 1px solid #2e4258;
  padding-top: 20px;
}

.footer-menu ul li {
  display: inline-table;
  text-align: center;
  padding: 0px 47px;
}

.footer-menu li a {
  color: #c2c2c2;
}

.container {
  width: 1200px;
  margin: 0px auto;
}

.wrapper {
  float: left;
  width: 100%;
}

.title:after {
  content: "";
}

.title-p {
  font-size: 18px;
  text-align: center;
  color: #333;
}

.section-one-left h2 {
  color: #162d45;
  font-size: 29px;
  margin: 5px 0px;
  font-weight: 600;
}

.section-one {
  float: left;
  width: 100%;
  clear: both;
}

.section-one-left {
  float: left;
  width: 61%;
}

.section-one-right {
  float: right;
  width: 38%;
  text-align: center;
}

.section-one-left ul li {
  position: relative;
  padding-left: 40px;
  line-height: 29px;
  margin-bottom: 16px;
  counter-increment: step-counter;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

.section-one-left ul li:before {
  content: counter(step-counter, decimal-leading-zero);
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  color: #bdbdbd;
  width: 45px;
  font-size: 22px;
  cursor: default;
}

.section-one-list-left {
  width: 47%;
  float: left;
  margin-top: 22px;
  position: relative;
}

.section-one-list-left:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/section-one-border.png) no-repeat center center;
  display: inline-block;
  clear: both;
  width: 34px;
  height: 123px;
  position: absolute;
  right: 32px;
  top: -7px;
}

.section-one-list-right {
  float: left;
  width: 45%;
  text-align: center;
}

.section-one-list-right h1 {
  margin: 0px;
  font-size: 41px;
  color: #333333;
  line-height: 45px;
}

section a:hover {
  text-shadow: none;
  color: #162d45;
}

.wrapper.gray-round-bg {
  position: relative;
  background: #f1f1f1;
  float: left;
  width: 100%;
  margin-top: 55px;
}

.wrapper.gray-round-bg:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/gray-round-bg.png) no-repeat center center;
  width: 100%;
  display: inline-block;
  clear: both;
  position: absolute;
  top: -30px;
  height: 35px;
}

.section-two {
  float: left;
  width: 1200px;
  padding-top: 40px;
}

.section-two-left {
  width: 30%;
  float: left;
}

.section-two-right {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/section-two-bg.jpg) no-repeat center center;
  float: right;
  width: 69%;
  text-align: center;
  padding-top: 25px;
  position: relative;
  background-size: 90% 110%;
}

.section-two-right p {
  font-size: 22px;
  color: #35495f;
  font-weight: 600;
}

.section-two-right p a {
  color: #35495f;
}

.section-two-right p a:hover {
  text-shadow: none;
  color: #168587;
}

.section-two-right span {
  display: block;
  color: #168587;
}

.section-two-right button {
  background: transparent;
  border: 1px solid #b9bcc1;
  padding: 10px 15px;
  font-size: 19px;
  cursor: pointer;
  text-transform: capitalize;
  margin-right: 5px;
  color: #152d45;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.section-two-right button:hover {
  color: #ffffff;
  background: #162d45;
}

.wrapper.home-icon-bg {
  width: 100%;
  float: left;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/icon-bg.png) top center;
  padding-bottom: 50px;
}

.home-service-box {
  float: left;
  width: 31.5%;
  text-align: center;
  background: #f1f1f1;
  padding: 30px 20px 10px 20px;
  box-shadow: 0px 0px 4px #ccc;
  margin: 15px 25px 15px 0px;
}

.home-service-box:last-child {
  margin-right: 0px;
}

.home-service-box-img:before {
  content: "";
  width: 160px;
  height: 156px;
  display: inline-block;
  clear: both;
  border: 3px solid #ffffff;
  position: absolute;
  border-radius: 100%;
  left: -12px;
  top: -12px;
}

.home-service-box-img {
  background-color: #ffffff;
  border-radius: 100px;
  width: 142px;
  margin: 0px auto;
  height: 138px;
  position: relative;
}

.home-service-box-img img {
  padding: 25px;
  position: relative;
  top: 12px;
}

.home-service-box h3 {
  font-size: 30px;
  color: #172d45;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.home-service-box h3:after {
  content: "";
  display: block;
  clear: both;
  border-bottom: 3px solid #0985f8;
  width: 150px;
  height: 11px;
  margin: 0px auto;
}

.home-service-box P {
  text-align: justify;
  color: #333;
  font-size: 15px;
}

.home-service-box a {
  float: right;
  color: #162d45;
  font-weight: 600;
  margin: 0p;
}

.home-service-box:hover {
  cursor: pointer;
  background: #2f8b8d;
  box-shadow: 0px 0px 8px #909090;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  color: #ffffff;
}

.home-service-box:hover p,
.home-service-box:hover a,
.home-service-box:hover h3 {
  color: #ffffff;
}

.home-service-box:hover h3:after {
  border-bottom: 3px solid #ffffff;
}

.home-services img {
  width: 260px;
}

.wrapper.home-testimonial-bg {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/testimonial-bg.jpg) no-repeat fixed;
  background-size: cover;
}

.home-testimonial-main-left {
  width: 34%;
  float: left;
  padding: 30px;
}

.home-testimonial-main-right {
  width: 66%;
  background-color: rgba(255, 255, 255, 0.09);
  float: right;
  padding: 30px;
  text-align: center;
}

.home-testimonial-main-right h1 {
  color: #ffffff;
  text-transform: capitalize;
  text-shadow: 2px 2px 5px #000;
  line-height: 40px;
  padding-bottom: 40px;
  width: 86%;
  margin: 0px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
}

.home-testimonial-main-right img {
  width: 70%;
  opacity: 0.7;
}

.home-testimonial-icon {
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0px auto;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.home-testimonial-icon i {
  line-height: 52px;
}

.wrapper.home-featured-bg {
  background: #162d45;
}

.main-featured {
  width: 34%;
  float: left;
  padding: 30px;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/featured-bg.jpg);
  text-align: center;
}

.main-featured h3 {
  color: #ffffff;
  margin: 5px 0px;
  text-transform: uppercase;
  font-size: 28px;
}

.main-featured ul li {
  display: inline-block;
  width: 144px;
  height: 47px;
  margin: 5px 15px;
  text-align: center;
}

.main-featured ul {
  margin-top: 20px;
}

.main-featured ul li img {
  width: 150px;
  height: 35px;
}

.main-progress {
  float: right;
  width: 66%;
  padding: 10px;
  color: #ffffff;
}

.mconnect-slider {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background-color: rgb(245, 245, 245);
}

.slider-content {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  word-spacing: -2px;
  letter-spacing: -2px;
  float: left;
  width: 100%;
}

.slider-content li {
  display: inline-block;
  word-spacing: normal;
  letter-spacing: normal;
  position: relative;
  width: 100%;
}

.slider-content li:before {
  content: "";
  width: 102%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider-content li:hover:before {
  opacity: 1;
}

.slider-content li .mcs-btn-2 {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  width: 200px;
  margin: 0 auto;
  top: 45%;
  z-index: 9;
  visibility: hidden;
}

.slider-content li:hover .mcs-btn-2 {
  display: block;
  visibility: visible;
}

.slider-content li img {
  float: left;
  width: 100%;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.slider-content li:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@keyframes slider {

  0%,
  17% {
    margin-left: 0;
  }

  19%,
  36% {
    margin-left: -100%;
  }

  38%,
  55% {
    margin-left: -200%;
  }

  57%,
  74% {
    margin-left: -300%;
  }

  76%,
  94% {
    margin-left: -400%;
  }

  95% {
    margin-left: -300%;
  }

  96% {
    margin-left: -200%;
  }

  97% {
    margin-left: -100%;
  }

  98%,
  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes slider {

  0%,
  17% {
    margin-left: 0;
  }

  19%,
  36% {
    margin-left: -100%;
  }

  38%,
  55% {
    margin-left: -200%;
  }

  57%,
  74% {
    margin-left: -300%;
  }

  76%,
  94% {
    margin-left: -400%;
  }

  95% {
    margin-left: -300%;
  }

  96% {
    margin-left: -200%;
  }

  97% {
    margin-left: -100%;
  }

  98%,
  100% {
    margin-left: 0;
  }
}

.slider-content li:first-child {
  -webkit-animation: slider 20s ease-out infinite;
  animation: slider 20s ease-out infinite;
}

.main-slider-text {
  float: left;
  width: 40%;
}

.slider-img {
  float: right;
  width: 60%;
  padding-left: 40px;
}

.slider-img-list {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.slider-img-list li {
  position: relative;
  display: inline-block;
  width: 32%;
}

.slider-img-list li img {
  padding: 2.5px 3px;
}

figure.effect-bubba:hover figcaption:before,
figure.effect-bubba:hover figcaption:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.grid figure {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  opacity: 1;
  width: 100%;
  padding: 0;
}

.slider-img-list li .grid .effect-bubba {
  position: relative;
  overflow: hidden;
}

.slider-img-list li .grid .effect-bubba:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slider-img-list li .grid .effect-bubba:hover:before {
  opacity: .65;
}

.slider-img-list li .grid .effect-bubba>figcaption {
  z-index: 3;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.grid figure figcaption {
  padding: 2em;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-bubba figcaption:after {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba figcaption:before,
figure.effect-bubba figcaption:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption:before {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-bubba p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  position: absolute;
  top: 50%;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: 0;
}

.main-slider-text h2 {
  font-size: 4em;
  color: #0382f8;
  margin-top: 0px;
  margin-bottom: 30px;
  font-weight: 900;
}

.main-slider-text h2 span {
  display: block;
  color: #0382f8;
}

.slider-title-top {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.27;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 30px;
}

.slider-title-top h4 {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.27;
  margin: 0px;
  color: #0382f8;
}

.slider-title-top:after {
  margin-left: 10px;
  border: 1px solid #0382f8;
  content: "";
  clear: both;
  flex-grow: 1;
  align-self: center;
}

.slider-service {
  float: left;
  width: 100%;
  margin: 15px 0px 0px 0px;
}

.slider-service-right {
  float: right;
  width: 100%;
  padding-left: 105px;
}

.slider-service-right.ne-icon01 {
  position: relative;
}

.slider-service-right.ne-icon01:before {
  content: "";
  left: 0;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
  position: absolute;
  width: 79px;
  height: 65px;
  background-position: -199px -5px;
}

.slider-service-right.ne-icon02 {
  position: relative;
}

.slider-service-right.ne-icon02:before {
  content: "";
  left: 0;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
  position: absolute;
  width: 79px;
  height: 65px;
  background-position: -93px -147px;
}

.slider-service-right h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0985f8;
  font-weight: 600;
}

.slider-service-right a:hover {
  color: #ffffff;
}

.main-slider-btn a {
  background-color: #132c45;
  border: 2px solid #132c45;
  margin-right: 1.2em;
  font-size: 18px;
  padding: 0.8em 1.5em;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  float: left;
}

.main-slider-btn a:nth-child(2n) {
  background-color: #0985f8;
  border: 2px solid #0985f8;
}

.main-slider-btn a:hover {
  background-color: transparent;
  text-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

.main-slider-btn {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.my-logo img {
  width: auto;
}

.home-services {
  width: 44%;
  float: left;
  margin: 30px;
  text-align: center;
}

.home-services:nth-child(2n) {
  float: right;
}

.home-services h3 {
  font-size: 33px;
  color: #172d45;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.home-services h3:after {
  content: "";
  display: block;
  clear: both;
  border-bottom: 3px solid #0985f8;
  width: 150px;
  height: 10px;
  margin: 0px auto;
}

.home-services p {
  text-align: justify;
  color: #333;
}

.wrapper.newsletter-bg {
  float: left;
  width: 100%;
  background: #1d4064 url(../../frontend/Mconnect/Mmedia/en_US/images/newsletter-bg.png) no-repeat top center;
}

.wrapper.newsletter-bg h1,
.wrapper.newsletter-bg p {
  color: #ffffff;
}

.section-item-title.nav-sections-item-title.active,
.section-item-title.nav-sections-item-title {
  display: none;
}

.nav-menu ul li:last-child {
  float: right;
}

.sections.nav-sections {
  display: none;
}

.cbp-hropen {
  background: #188689;
}

.my-cart .minicart-wrapper {
  position: absolute;
  right: 0px;
  top: 26px;
}

.nav-menu ul li:last-child .minicart-wrapper {
  display: block !important;
}

.actions button.subscribe.primary {
  margin-top: 15px;
}

.wrapper.main-inner-static-image {
  height: 550px;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/inner-slider-bg.jpg) no-repeat left top;
  background-size: cover;
}

.inner-static-image {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
}

.inner-static-image h1 {
  color: #ffffff;
  font-size: 34px;
  margin: 10px 0px;
  line-height: 32px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.inner-static-image p {
  color: #ffffff;
  font-size: 18px;
  margin: 10px 0px 20px 0px;
}

.inner-static-image img {
  margin-top: 20px;
}

.main-inner-sldier-strip {
  background: #162d45;
  float: left;
  width: 100%;
  padding: 12px 0px 30px 0px;
  position: relative;
}

.inner-sldier-strip-left {
  width: 48%;
  float: left;
}

.inner-sldier-strip-left p,
.inner-sldier-strip-right p {
  float: left;
  color: #8b96a2;
  margin: 0px;
  text-align: right;
  font-size: 20px;
}

.inner-sldier-strip-right {
  width: 48%;
  float: right;
}

.btn {
  border: 1px solid #8b96a2;
  padding: 10px 20px;
  margin-left: 10px;
  color: #8b96a2;
}

.inner-sldier-strip-left:after {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/strip-saprater.png) no-repeat center center;
  display: inline-block;
  clear: both;
  width: 122px;
  height: 70px;
  position: absolute;
  left: 45%;
  z-index: 1;
  top: 13px;
}

div.contain-img {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.contain-img-left {
  width: 60%;
  float: left;
}

.contain-img-right {
  width: 39.5%;
  float: right;
  text-align: center;
  padding-top: 20px;
}

.contain-img-left h2 {
  font-size: 32px;
  font-weight: 600;
}

.contain-img-left h2:after {
  border-bottom: 3px solid #188689;
  content: "";
  width: 150px;
  display: block;
  height: 6px;
}

.inner-title {
  text-align: center;
  width: 100%;
  float: left;
  margin: 20px 0px;
}

.inner-title h1 span,
.contain-img-left span {
  color: #188689;
}

.clear {
  clear: both;
}

.main-philosophy {
  width: 100%;
  float: left;
  background: #162d45 url(../../frontend/Mconnect/Mmedia/en_US/images/inner-icon-bg.png);
  text-align: center;
  position: relative;
  padding-bottom: 42px;
}

.main-philosophy:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/inner-bg-icon.png) no-repeat top center;
  background-position: 0px 0px;
  position: absolute;
  top: -21px;
  width: 42px;
  height: 42px;
}

.main-philosophy:after {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/inner-bg-icon.png) no-repeat top center;
  background-position: 0px -43px;
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: -20px;
  left: 50%;
}

.main-philosophy h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: 38px;
  padding-bottom: 20px;
}

.philosophy-btn {
  border: 1px solid #8b96a2;
  color: #8b96a2;
  font-size: 20px;
  padding: 10px 45px;
  margin-right: 15px;
}

.main-inner-services-box {
  width: 1200px;
  margin: 0px auto;
  padding: 15px 0px;
  clear: both;
}

.inner-title h1 {
  font-size: 42px;
  font-weight: 400;
}

.inner-services-col-3 {
  float: left;
  width: 31%;
  margin: 25px 40px 25px 0px;
  text-align: center;
}

.inner-services-col-3:nth-child(3n) {
  margin-right: 0px;
  float: right;
}

.inner-services-col-3 h3 {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.inner-services-col-3 h3:after,
.inner-services-title:after {
  content: "";
  border-bottom: 4px solid #188689;
  display: block;
  clear: both;
  width: 150px;
  height: 10px;
  margin: 0px auto;
}

.inner-services-col-3 p {
  text-align: left;
  font-size: 15px;
  line-height: 26px;
}

.inner-services-title {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.inner-services-col-2 p {
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

.inner-services-col-2 {
  float: left;
  width: 43%;
  margin: 0px 40px;
}

.contain-left-img {
  width: 39.5%;
  float: left;
  text-align: center;
  padding-top: 20px;
}

.contain-right-img {
  float: right;
  width: 60%;
}

.hr {
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
}

.cbp-hrmenu ul {
  float: right;
  margin-right: 50px;
}

.mcs-support-title {
  background: #162d45;
  padding: 1px 0px;
}

.mcs-support-title h2 {
  text-shadow: 0 -1px #000;
  margin-bottom: 10px;
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.mcs-support-title p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

#mcs-support-form-main {
  margin: 15px 0px;
  float: left;
  width: 100%;
}

.main-support-form input {
  height: 36px;
  margin-right: 10px;
  width: 23.5%;
}

.main-support-form {
  padding: 10px 5px 10px 15px;
  float: left;
  width: 100%;
  background: #f1f1f1;
}

.sub-support-form {
  float: left;
  width: 100%;
}

.sub-support-form-left {
  float: left;
  width: 50%;
}

.sub-support-form-right {
  float: right;
  width: 50%;
}

.sub-support-form-right textarea {
  width: 96%;
  height: 93px;
}

.sub-support-form-left input {
  margin-bottom: 16px;
  width: 47%;
}

#submit_button {
  float: right;
  margin: 15px 10px 15px 0px;
  background: #172d45;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px;
  width: 150px;
}

.mcs-support-submit {
  width: 100%;
  float: left;
}

p.checkbox-contain,
.checkbox-contain {
  color: #333 !important;
  width: 68%;
  float: left;
  line-height: 38px;
  font-weight: 400;
}

.checkbox-contain input {
  float: left;
  margin-right: 15px;
  width: auto;
}

.support-social {
  background: #0985f8;
  float: left;
  width: 100%;
  padding: 10px 10px 3px 10px;
}

.support-social .mcs-social {
  border-top: 0px;
  margin-top: 0px;
  float: right;
  width: auto;
  padding-top: 0px;
}

.support-social span {
  float: left;
  width: 76%;
  text-align: right;
  line-height: 20px;
  color: #ffffff;
}

button.action-close:hover {
  color: #168587;
}

input#submit_button:hover {
  background: #168587;
}

.product-small .page-main.page-main-details,
.product-small-1 .page-main.page-main-details,
.product-small-2 .page-main.page-main-details {
  display: none;
}

.page-products .page-main {
  float: left;
}

.page-products.catalog-category-view .page-main {
  padding-top: 40px;
}

.main-progress ul {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.main-progress ul li {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  width: 24%;
}

.main-progress ul li h1 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 65px;
}

.main-progress ul li span {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  font-style: italic;
  color: #c2c2c2;
}

.main-contact-popup .close {
  position: absolute;
  top: 0px;
  right: 5px;
  transition: all 200ms;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  color: #188689;
  width: 45px;
  height: 50px;
  text-align: center;
}

.main-contact-popup .close:hover {
  color: #ffffff;
}

.cms-home.cms-index-index.page-layout-1column {
  background: #ffffff;
}

#responce_contact_form {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #0985f8;
}

#responce_contact_form_error {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: #0985f8;
}

.mcs-support-form {
  background: #f1f1f1;
  float: left;
  width: 100%;
}

.block.newsletter .action.subscribe:hover {
  border: 1px solid #efefef;
  background-color: transparent;
}

.home-testimonial-main-left {
  color: #c2c2c2;
}

.main-footer-support {
  background: #135c5e;
  width: 100%;
  float: left;
  position: relative;
}

.main-footer-support:before {
  content: "";
  background-position: 0px 0px;
  position: absolute;
  top: -21px;
  width: 42px;
  height: 42px;
  left: 50%;
}

.main-footer-support:after {
  content: "";
  background-position: 0px -43px;
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: -20px;
  left: 50%;
}

.footer-support-left {
  float: left;
  width: 44%;
}

.footer-support-right {
  float: right;
  width: 44%;
}

.footer-support-bottom {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  font-size: 36px;
  text-transform: uppercase;
  margin-top: 44px;
}

.footer-support-right ul {
  float: right;
  margin-right: 40px;
  margin-top: 20px;
}

.footer-support-left h1,
.footer-support-right h1 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 40px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.footer-support-left h1:after,
.footer-support-right h1:after {
  content: "";
  display: block;
  clear: both;
  border-bottom: 5px solid #162d45;
  width: 150px;
  height: 12px;
  margin: 0px auto;
}

.footer-support-left h3 {
  color: #ffffff;
  margin: 10px 0px;
  font-weight: 400;
  font-size: 24px;
}

.footer-support-left p {
  color: #ffffff;
  margin: 10px 0px;
  font-size: 16px;
}

.footer-support-right ul li {
  color: #ffffff;
  font-weight: 400;
  line-height: 40px;
  font-size: 20px;
}

.footer-support-left-contain {
  float: left;
}

.footer-support-left img {
  float: right;
}

.footer-support-right img {
  margin-top: 40px;
}

.main-footer-partners h1 {
  margin-top: 15px;
  text-align: center;
  float: left;
  width: 100%;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 40px;
  color: #1e4064;
}

.main-footer-partners h1 span {
  color: #135c5e;
  font-weight: 600;
}

.main-footer-partners ul li {
  display: inline-block;
  padding: 20px 36px 10px 36px;
}

.main-footer-partners .container {
  padding: 0;
}

.main-header.sticky {
  position: fixed;
  top: 0px;
  z-index: 1;
  box-shadow: 0px 2px 2px #545454;
  background: #0985f8;
  transition: all 1s ease;
}

.main-header.sticky .logo {
  padding: 4px 0px;
  margin-top: 5px;
}

.main-header.sticky .nav-menu ul li {
  padding: 0px 12px;
}

.main-header.sticky .cbp-hrmenu ul {
  margin-right: 0px;
}

.main-header.sticky .cbp-hropen .cbp-hrsub {
  margin-top: 0px;
}

.page-title-wrapper {
  display: none;
}

.contact-map iframe {
  width: 100%;
  height: 550px;
}

.main-address {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 2px;
}

.address-box {
  width: 33.33%;
  float: left;
  padding: 40px 15px;
  background: #0f6a6d;
  text-align: center;
}

.address-box:nth-child(2) {
  background: #162d45;
}

.address-box h2 {
  color: #ffffff;
  font-size: 28px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.address-box p,
.address-box p a {
  color: #c2c2c2;
  text-align: left;
  margin: 0px auto;
  width: 290px;
  margin-bottom: 15px;
}

.address-box i {
  font-size: 22px;
  margin-right: 8px;
}

#contact-form {
  width: 1200px;
  margin: 0px auto;
}

#contact-form .legend {
  text-align: center;
  border: none;
}

#contact-form .legend span {
  color: #162d45;
  font-size: 40px;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

#contact-form input {
  background: transparent;
  height: 44px;
  border: none;
  box-shadow: 0px 0px 2px #162d45;
}

#contact-form textarea {
  background: transparent;
  border: none;
  height: 150px;
  box-shadow: 0px 0px 2px #162d45;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}

#contact-form .actions-toolbar button {
  background: #162d45;
  padding: 15px 47px;
  font-size: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 0px;
  border: none;
}

#contact-form .actions-toolbar button:hover {
  background: #0f6a6d;
}

#contact-form .actions-toolbar .primary {
  float: right;
}

.menu-icon-strip {
  float: left;
  width: 100%;
  background: #188689;
}

.menu-icon-strip .cbp-hrsub-inner ul {
  float: none;
  width: 1000px;
  margin: 0px auto;
}

.menu-icon-strip .cbp-hrsub-inner ul li {
  text-align: center;
  width: 24%;
}

.mcs-login-form .modal-inner-wrap .modal-header {
  background: #162d45;
  text-align: center;
}

.mcs-login-form .modal-inner-wrap .modal-header h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 32px;
}

.mcs-login-form #mcs-login-form {
  padding: 10px;
}

.mcs-login-form .modal-inner-wrap {
  width: 450px !important;
  top: 15%;
}

.mcs-login-form .actions-toolbar button {
  background: #188689;
  float: left;
  border: none;
}

.mcs-login-form .actions-toolbar button:hover {
  background: #162d45;
}

#mcs-loginForm #email,
#mcs-loginForm #pass {
  width: 90%;
  float: right;
  border: none;
  border-bottom: 2px solid #ccc;
  height: 42px;
}

.form.form-login .login input:not([disabled]):focus {
  box-shadow: none;
  border-color: #0985f8 !important;
}

#mcs-loginForm .control span,
#mcs-forget-password-form-validate .control span {
  float: left;
  width: auto;
}

#mcs-loginForm .control span i {
  font-size: 30px;
  margin-top: 10px;
  margin-left: 0px;
  color: #188689;
}

.mcs-forgetpassword-form-slide .mcs-forget-password-form-success-hide {
  min-width: 100% !important;
}

.mcs-forget-password-form-success-hide .fieldset {
  width: 70%;
  margin: 0px auto;
  padding-top: 40px;
}

.mcs-forgetpassword-form-slide .mcs-forget-password-form-success-hide .fieldset {
  padding-top: 40px;
}

#mcs-loginForm .field.email.required,
#mcs-loginForm .field.password.required,
.mcs-forget-password-form-success-hide .field.email {
  width: 100%;
  float: left;
}

#mcs-loginForm .field.password .control {
  display: inline-block;
  width: 100%;
}

#mcs-loginForm .actions-toolbar .primary,
.mcs-ajaxForgetPasswordForm .actions-toolbar .primary {
  width: 100%;
  height: 45px;
  margin-top: 3px;
}

#mcs-loginForm .actions-toolbar .primary button,
.mcs-ajaxForgetPasswordForm .actions-toolbar .primary button {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #0d494b;
  font-size: 22px;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  background: #188689;
}

#mcs-loginForm .mcs-login-popup-last {
  margin-top: 30px;
  float: left;
  width: 100%;
}

#mcs-loginForm .cus-mcs-login-btn a {
  color: #0985f8;
  float: left;
  font-weight: 600;
}

#mcs-loginForm .cus-mcs-login-btn a:hover {
  color: #333;
  text-shadow: none;
}

#mcs-loginForm .cus-mcs-login-btn:last-child {
  float: right;
}

.mcs-popup-login p {
  color: #fff9;
  letter-spacing: 1px;
  border-top: 1px solid #9b9b9b66;
  border-bottom: 1px solid #9b9b9b66;
  padding: 10px 0px;
  width: 80%;
  margin: 0px auto;
  margin-top: 9px;
  margin-bottom: 10px;
}

.modal-header .modal-slide .action-close {
  padding: 1rem 1rem;
}

#mcs-ajaxForgetPasswordForm {
  width: 450px;
  padding: 15px;
}

.mcs-forgetpassword-form-slide .modal-inner-wrap .modal-header,
.mcs-register-form-slide .modal-inner-wrap .modal-header,
.mcs-login-form-slide .modal-inner-wrap .modal-header,
.mcs-logout-slide .modal-inner-wrap .modal-header {
  background: #162d45;
  border-bottom: none;
}

.mcs-forgetpassword-form-slide .modal-inner-wrap .modal-header .modal-title,
.mcs-register-form-slide .modal-inner-wrap .modal-header .modal-title,
.mcs-login-form-slide .modal-inner-wrap .modal-header .modal-title,
.mcs-logout-slide .modal-inner-wrap .modal-header .modal-title {
  margin: 0px;
  padding-left: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
}

.mcs-forgetpassword-form-slide .action-close,
.mcs-register-form-slide .action-close,
.mcs-login-form-slide .action-close,
.mcs-logout-slide .action-close {
  padding: 25px 30px 20px 30px;
  color: #0985f8;
}

.mcs-forgetpassword-form-slide .action-close:before,
.mcs-register-form-slide .action-close:before,
.mcs-login-form-slide .action-close:before,
.mcs-logout-slide .action-close:before {
  color: #ffffff;
}

.mcs-forgetpassword-form-slide .action-close:hover:before,
.mcs-register-form-slide .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #0985f8;
}

.modal-slide .modal-inner-wrap .modal-content .form-login .fieldset.login .control .mage-error[generated] {
  width: 100%;
  float: left;
  margin-left: 40px;
}

.customer-account-login .customer-account-login {
  background: #ffffff;
}

.customer-account-login .customer-account-login .form-login .secondary .action.remind {
  line-height: 33px;
  margin-left: 10px;
}

.customer-account-login .customer-account-login .form-login .secondary .action.remind:hover {
  text-shadow: none;
  color: #333;
}

.customer-account-login .block-new-customer p {
  font-size: 16px;
}

.modal-popup._inner-scroll .modal-content {
  padding-bottom: 3rem;
}

.modal-popup._inner-scroll .block-new-customer .block-content ul {
  padding-left: 20px;
}

.modal-popup._inner-scroll .block-new-customer .block-content ul li {
  list-style: outside;
  line-height: 22px;
}

.modal-popup._inner-scroll .block-new-customer .block-content .actions-toolbar {
  list-style: outside;
  line-height: 22px;
}

.modal-popup._inner-scroll .block-new-customer .block-content .actions-toolbar .primary {
  float: left;
  font-size: 15px;
  line-height: inherit;
}

.modal-popup._inner-scroll .block-new-customer .block-content .actions-toolbar .primary .primary {
  padding: 10px 20px;
}

.modal-popup._inner-scroll .block-customer-login .fieldset.login {
  margin: 0 !important;
  padding-top: 0 !important;
  float: left;
}

.modal-popup._inner-scroll .block-customer-login .block-content .fieldset.login .email.required {
  margin-bottom: 0;
}

.modal-popup._inner-scroll .block-customer-login .block-content .fieldset.login .field.password.required {
  margin-bottom: 20px;
}

.modal-popup._inner-scroll .block-customer-login .block-content .actions-toolbar .primary {
  float: left;
}

.modal-popup._inner-scroll .block-customer-login .block-content .actions-toolbar .primary button#send2 {
  padding: 7px 20px;
  font-size: 15px;
  background-color: #132c45;
  border: none;
  color: #ffffff;
  font-weight: 600;
}

.modal-popup._inner-scroll .block-customer-login .block-content .actions-toolbar .primary button#send2:hover {
  background: #0985f8;
}

.modal-popup._inner-scroll .block-customer-login .block-content .actions-toolbar .secondary {
  width: 100%;
}

.modal-slide .modal-inner-wrap .modal-content .form-create-account {
  width: 100%;
  min-width: 100%;
}

.modal-slide .modal-inner-wrap .modal-content .form-create-account .actions-toolbar,
.modal-slide .modal-inner-wrap .modal-content .form-create-account .create {
  margin: 0 auto;
  padding-top: 20px;
  min-width: auto;
}

.modal-slide .modal-inner-wrap .modal-content .form-create-account .account {
  padding-top: 0px;
}

.modal-slide .modal-inner-wrap .modal-content .form-create-account .create .field {
  margin-bottom: 0px !important;
}

.modal-slide .modal-inner-wrap .modal-content .form-create-account .create .control input:not([disabled]):focus {
  box-shadow: none;
  border-color: #0985f8 !important;
}

.customer-account-create {
  background: #ffffff;
}

.modal-slide .modal-inner-wrap .modal-content #mcs-ajaxForgetPasswordForm {
  width: 100%;
  padding: 0px;
}

.modal-slide .modal-inner-wrap .modal-content #mcs-ajaxForgetPasswordForm .control span i {
  font-size: 30px;
  margin-top: 10px;
  margin-left: 0px;
  color: #188689;
}

.modal-slide .modal-inner-wrap .modal-content #mcs-ajaxForgetPasswordForm input {
  width: 85%;
  float: right;
  border: none;
  border-bottom: 2px solid #ccc;
  height: 42px;
}

.modal-slide .modal-inner-wrap .modal-content #mcs-ajaxForgetPasswordForm input {
  padding-left: 0px !important;
  margin-bottom: 10px;
}

.modal-slide .modal-inner-wrap .modal-content #mcs-ajaxForgetPasswordForm input:not([disabled]):focus {
  box-shadow: none;
  border-color: #0985f8 !important;
}

.modal-slide .modal-inner-wrap .modal-content #mcs-ajaxForgetPasswordForm .control div.mage-error[generated] {
  width: 100%;
  float: left;
  margin-left: 40px;
}

.account {
  background: #ffffff;
}

.account .sidebar.sidebar-main {
  width: 30%;
}

.account .column.main {
  width: 70% !important;
}

.account .block-collapsible-nav-content {
  padding: 0px;
}

.account .block-collapsible-nav .content {
  background: none;
  padding: 0px;
}

.account .block-collapsible-nav .item {
  margin: 4px 0;
}

.account .block-collapsible-nav .item a {
  padding: 16px;
  background: #f8f8ff;
}

.account .block-collapsible-nav .item a:hover {
  color: #ffffff;
  background: #162d45;
  text-shadow: none;
}

.account .block-collapsible-nav .item>strong {
  border-left: 4px solid transparent;
}

.account .block-collapsible-nav .item.current>strong {
  border-color: #188689;
  color: #ffffff;
  background: #162d45;
  padding: 16px;
}

.account a:hover {
  color: #162d45;
  text-shadow: none;
}

.account .column.main .block:not(.widget) .block-title {
  padding-bottom: 5px;
}

.account .block-title {
  margin-top: 20px;
}

.account .block-addresses-default .block-title,
.account .block-title.order {
  margin-top: 0px;
}

.account .pages .items {
  float: right;
}

.account .pages .item {
  margin: 0 0px 0 8px;
}

.account .pages strong.page {
  background: #188689;
  color: #ffffff;
}

.account .block-collapsible-nav .item.current a {
  border-color: #188689;
  background: #162d45 !important;
  color: #ffffff;
}

.account .pages .action {
  background: #162d45;
  border: none;
  color: #ffffff;
  border-radius: 0px;
}

.account .pages .pages-item-previous .action.next:before {
  color: #ffffff;
}

.account .pages .pages-item-previous .action.previous:hover:before {
  color: #ffffff;
}

p.empty {
  font-size: 15px;
}

.form-address-edit input,
.form-address-edit select {
  height: 45px;
  border-color: #dcdcdc;
}

input#primary_billing,
input#primary_shipping {
  height: auto;
}

.cart-discount {
  margin-top: 20px;
}

.checkout-cart-index {
  background-color: #f9f9f9;
}

.clear-fix {
  clear: both;
}

.checkout-cart-index .cart-container .form-cart .cart.table-wrapper {
  border: 4px solid #f1f1f1;
  padding: 0px 20px;
  background-color: #ffffff;
}

.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart thead tr th.col {
  border-bottom: 2px solid #eee;
}

.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart>.item {
  border-bottom: none;
  border-color: #eee;
}

.apply-discount {
  border: 4px solid #eee;
  background-color: #ffffff;
  padding: 20px 10px;
}

.apply-discount .actions-toolbar button.action.apply.primary {
  padding: 8px 15px;
  background-color: #0985f8;
  border: none;
  box-shadow: none;
  margin: 0;
  color: #ffffff;
  border-radius: 0;
}

.apply-discount .actions-toolbar button.action.apply.primary:hover {
  background-color: #1d3146;
}

.apply-discount .field input {
  border-color: #ddd;
}

.we-accept {
  border: 4px solid #eee;
  background-color: #ffffff;
  padding: 20px 10px;
  width: 48%;
  float: right;
}

.we-accept img {
  float: left;
}

.crt-title {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d3146;
}

.checkout-cart-index .cart-container .cart-summary,
.opc-sidebar .modal-inner-wrap .modal-content {
  border: 4px solid #1d3146;
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
}

.opc-sidebar .modal-inner-wrap .modal-content .opc-block-summary .items-in-cart>.title {
  border-color: #dcdcdc;
}

.opc-sidebar .modal-inner-wrap .modal-content .opc-block-summary .actions-toolbar .viewcart {
  margin-top: 20px;
}

.checkout-cart-index .cart-container .cart-summary .summary {
  margin: 0;
  padding: 0 10px 15px 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkout-cart-index .cart-container .cart-summary .cart-totals {
  border-color: #eee;
  padding: 0 10px;
}

.checkout-cart-index .cart-container .cart-summary .cart-totals .mark {
  background: transparent;
}

.checkout-cart-index .cart-container .cart-summary .cart-totals .grand .amount,
.checkout-cart-index .cart-container .cart-summary .cart-totals .grand .mark {
  border-color: #eee;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}

.checkout-cart-index .cart-container .form-cart .item-info .product-item-name a,
.checkout-cart-index .cart-container .form-cart .item-actions a.action-towishlist {
  color: #08a8ad;
}

.checkout-cart-index .cart-container .form-cart .item-info .product-item-name a:hover,
.checkout-cart-index .cart-container .form-cart .item-actions a.action-towishlist:hover {
  color: #333;
  text-shadow: none;
}

.checkout-cart-index .cart-summary input,
.checkout-cart-index .cart-summary select {
  height: 45px;
  border-color: #ddd;
}

.opc-sidebar {
  margin-top: 20px;
}

.opc-sidebar .modal-inner-wrap .modal-header {
  display: none;
}

.opc-sidebar .modal-inner-wrap .modal-content .opc-block-summary {
  background-color: #ffffff;
  padding: 0px 15px;
}

.opc-sidebar .modal-inner-wrap .modal-content .opc-block-summary span.title {
  margin: 0;
  padding: 0 10px 15px 0px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.opc-sidebar .modal-inner-wrap .modal-content .opc-block-summary table.data.table.table-totals {
  border-color: #eee;
  margin: 0;
}

.opc-sidebar .opc-block-summary .table-totals tbody .mark {
  background-color: transparent;
}

.opc-block-summary .table-totals .grand .amount,
.opc-block-summary .table-totals .grand .mark {
  border-color: #eee;
}

.checkout-payment-method .opc-payment {
  border: 4px solid #f1f1f1;
  padding: 20px;
  background-color: #ffffff;
}

.checkout-payment-method .payment-methods .step-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1d3146;
  padding-bottom: 20px;
  border-bottom: none;
}

.checkout-payment-method .payment-method-title {
  border-color: #eee;
}

.checkout-payment-method .payment-method-content {
  padding-left: 0;
}

.product-enhance-support {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  margin-top: 15px;
}

.product-enhance-support h3 {
  font-size: 14px;
  color: #132d46;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f1f1f1;
}

.product-enhance-support p {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  padding: 20px;
}

.checkout-index-index {
  background-color: #ffffff;
}

.checkout-discount {
  max-width: 50%;
  margin-top: 40px;
}

.checkout-discount .payment-option-content {
  padding: 0;
}

.checkout-discount .payment-option-content .form-discount {
  max-width: 100%;
}

.checkout-discount .payment-option-content .form-discount .payment-option-inner {
  margin: 0;
  vertical-align: middle;
  display: table-cell;
  position: relative;
}

.checkout-discount .payment-option-content .form-discount .payment-option-inner .control {
  position: relative;
}

.checkout-discount .payment-option-content .form-discount .payment-option-inner #discount-code-error {
  position: absolute;
  margin: 0;
}

.checkout-discount .payment-option-content .form-discount .actions-toolbar {
  width: 138px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.checkout-discount .payment-option-content .form-discount .actions-toolbar button.action.action-apply {
  width: 100%;
  background-color: #0985f8;
  color: #ffffff;
  border: none;
  padding: 8px 10px;
}

.checkout-discount .payment-option-content .form-discount .actions-toolbar button.action.action-apply:hover {
  background-color: #1d3146;
}

.wrapper.main-philosophy .inner-services-col-3 h3 {
  color: #ffffff;
}

.wrapper.main-philosophy .inner-services-col-3 p {
  color: #8b96a2;
}

.wrapper.main-philosophy .inner-services-col-3 ul {
  margin-top: 5px;
}

.wrapper.main-philosophy .inner-services-col-3 ul li,
.wrapper.main-philosophy .inner-services-col-1 ul li {
  text-align: left;
  color: #8b96a2;
  margin: 10px 0px;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/color-bullet-icon.png) no-repeat top left;
  background-size: 20px;
  padding-left: 30px;
  background-position: 0px 5px;
  font-weight: 600;
}

.inner-services-col-1 {
  width: 100%;
  float: left;
}

.wrapper.main-philosophy .inner-services-col-1 h3 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}

.wrapper.main-philosophy .inner-services-col-1 h3:before {
  content: "";
  border-bottom: 4px solid #188689;
  display: block;
  clear: both;
  width: 150px;
  height: 10px;
  margin: 0px auto;
}

.wrapper.main-philosophy .inner-services-col-1 p {
  color: #8b96a2;
  text-align: left;
}

.inner-services-col-1 img {
  float: left;
}

.inner-services-col-1-right {
  float: right;
  width: 78%;
}

.inner-note {
  float: left;
  width: 100%;
}

.lucid-understanding p {
  color: #474747 !important;
}

.cms-magento-code-audit .lucid-understanding p,
section p,
p {
  font-size: 15px;
  line-height: 1.6;
  color: #474747;
  margin-bottom: 20px;
}

.contact-index-index .customimage {
  float: left;
  width: 100%;
}

.cms-magento-maintenance-services .customimage,
.cms-magento-website-launch-checklist .customimage,
.cms-magento-development-integration .customimage,
.cms-magento-website-ui-design .customimage,
.cms-magento-objective .customimage,
.cms-magento-project-planning .customimage,
.cms-ecommerce-development-strategy .customimage,
.cms-magento-ecommerce-discovery .customimage,
.cms-magento-website-development-process .customimage,
.cms-about-us .customimage {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background-color: #132c45;
}

.customimage p {
  color: #ffffff !important;
}

.customimage h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  margin: 0px;
  padding: 0;
  position: relative;
  text-shadow: -2px 3px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  line-height: 45px;
}

.cms-magento-maintenance-services .inner-banner-content,
.cms-magento-website-launch-checklist .inner-banner-content,
.cms-magento-development-integration .inner-banner-content,
.cms-magento-website-ui-design .inner-banner-content,
.cms-magento-objective .inner-banner-content,
.cms-magento-project-planning .inner-banner-content,
.cms-ecommerce-development-strategy .inner-banner-content,
.cms-magento-ecommerce-discovery .inner-banner-content,
.cms-magento-website-portfolio .inner-banner-content,
.cms-magento-website-development-process .inner-banner-content,
.contact-index-index .inner-banner-content,
.cms-about-us .inner-banner-content {
  float: left;
  margin-top: 2%;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cms-magento-maintenance-services .inner-banner-content h4,
.cms-magento-website-launch-checklist .inner-banner-content h4,
.cms-magento-development-integration .inner-banner-content h4,
.cms-magento-website-ui-design .inner-banner-content h4,
.cms-magento-objective .inner-banner-content h4,
.cms-magento-project-planning .inner-banner-content h4,
.cms-ecommerce-development-strategy .inner-banner-content h4,
.cms-magento-ecommerce-discovery .inner-banner-content h4,
.cms-magento-website-portfolio .inner-banner-content h4,
.cms-magento-website-development-process .inner-banner-content h4,
.contact-index-index .inner-banner-content h4,
.cms-about-us .inner-banner-content h4 {
  color: #ffffff;
}

.cms-magento-maintenance-services .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-website-launch-checklist .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-development-integration .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-website-ui-design .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-objective .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-project-planning .customimage .inner-banner-content .inner-banner-content-left,
.cms-ecommerce-development-strategy .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-ecommerce-discovery .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-website-portfolio .customimage .inner-banner-content .inner-banner-content-left,
.cms-magento-website-development-process .customimage .inner-banner-content .inner-banner-content-left,
.contact-index-index .customimage .inner-banner-content .inner-banner-content-left,
.cms-about-us .customimage .inner-banner-content .inner-banner-content-left {
  float: left;
  width: 46%;
  padding: 40px 20px 0px 0px;
}

.inner-banner-content .inner-banner-content-left p:last-child {
  margin-bottom: 0;
}

.cms-about-us .inner-banner-content-right img {
  margin-bottom: 0px;
}

.inner>img {
  margin-right: -10px;
}

.cms-magento-maintenance-services .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-website-launch-checklist .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-development-integration .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-website-ui-design .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-objective .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-project-planning .customimage .inner-banner-content .inner-banner-content-right,
.cms-ecommerce-development-strategy .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-ecommerce-discovery .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-website-portfolio .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-website-development-process .customimage .inner-banner-content .inner-banner-content-right,
.contact-index-index .customimage .inner-banner-content .inner-banner-content-right,
.cms-about-us .customimage .inner-banner-content .inner-banner-content-right {
  float: right;
  width: 54%;
  text-align: left;
  padding: 40px 0px 0px 20px;
  background-color: transparent;
}

.cms-magento-maintenance-services .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-website-launch-checklist .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-development-integration .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-website-ui-design .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-objective .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-project-planning .customimage .inner-banner-content .inner-banner-content-right p,
.cms-ecommerce-development-strategy .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-ecommerce-discovery .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-website-portfolio .customimage .inner-banner-content .inner-banner-content-right p,
.cms-magento-website-development-process .customimage .inner-banner-content .inner-banner-content-right p,
.contact-index-index .customimage .inner-banner-content .inner-banner-content-right p,
.cms-about-us .customimage .inner-banner-content .inner-banner-content-right p {
  text-align: left;
}

.inner-banner-content-right p {
  margin-bottom: 20px;
}

.inner-banner-content-left h4,
.inner-banner-content-right h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px;
  text-align: left;
  text-transform: none;
}

.head_listing {
  float: left;
  margin: 0;
  padding: 0px;
  text-align: left;
  margin-bottom: 15px;
}

.head_listing>li {
  color: #0b0a0a;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.head_listing>li i {
  font-size: 12px;
  padding-right: 8px;
  color: #0985f8;
}

.listing2 {
  background-color: rgba(234, 243, 243, 0.95);
  float: left;
  margin-top: 11%;
  min-height: auto;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
}

.listing2 h4 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  margin: 0;
  padding: 15px 25px;
  background-color: #0985f8;
  width: 100%;
}

.listing2 .head_listing {
  padding-left: 20px;
  padding-top: 30px;
}

.top-section {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 60px 0px;
}

.psd-img-left {
  padding-top: 4%;
}

.psd-img-right {
  position: relative;
}

.psd-img-right img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: inherit !important;
}

.top-content-section {
  float: left;
  width: 100%;
  padding-top: 40px;
  background: #ffffff;
}

.top-content-section .top-content-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.top-content-left h2 {
  min-width: 72%;
  border-bottom: 3px solid #0985f8;
  padding-bottom: 15px;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 10px 0px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  width: 420px;
}

.top-content-section .top-content-right {
  float: left;
  width: 50%;
  padding-left: 20px;
  text-align: center;
}

.portfolio-section {
  float: left;
  width: 100%;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/portfolio-bg.jpg) top center;
  padding: 70px 0px;
}

.portfolio-section p {
  color: #ffffff;
}

.min-title1 {
  text-align: center;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  font-size: 35px;
  color: #0985f8;
  font-weight: 600;
}

.min-title1:after {
  width: 160px;
  content: "";
  margin: 0 auto;
  border-bottom: 3px solid #0985f8;
  display: block;
  padding-top: 10px;
}

.min-title1 span {
  color: #ffffff;
}

.mt2 span {
  color: #132c45;
}

.text-white {
  color: #ffffff !important;
}

.establish-area {
  float: left;
  width: 100%;
}

.establish-area .establish-left-side {
  float: left;
  width: 30%;
  padding-right: 20px;
  text-align: center;
  line-height: 265px;
}

.establish-area .establish-left-side img {
  vertical-align: middle;
}

.establish-area .establish-right-side {
  float: right;
  width: 70%;
  padding-left: 20px;
}

.establish-img-area {
  float: right;
  list-style: none;
}

.establish-area li {
  float: left;
  display: table-cell;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 3px;
  padding: 10px;
  width: 32.6%;
  text-align: center;
  min-height: 132px;
  vertical-align: middle;
  margin-top: 3px;
}

.establish-area li img {
  vertical-align: middle;
}

.establish-btn-area {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.btn-mcs {
  font-size: 18px;
  text-shadow: none;
  background: #0985f8;
  padding: 12px 24px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  border: 2px solid transparent;
  color: #ffffff;
}

.btn-mcs:hover {
  text-shadow: none;
  background: transparent;
  border: 2px solid #0985f8;
  color: #ffffff;
}

.portfolio-section .port-slider {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
  margin-top: 40px;
  float: left;
  width: 100%;
}

.portfolio-section #mcs-slider {
  height: 379px;
  border-bottom: none;
}

.portfolio-section #mcs-slider>ul>li {
  width: 300px;
}

.portfolio-section #mcs-slider>ul>li div {
  padding-left: 5px;
  padding-right: 5px;
  background: none;
}

.portfolio-section #mcs-slider>ul>li div a {
  border-bottom: none;
  border-left: none;
  background-size: 100% 100% !important;
}

.portfolio-section #mcs-slider #prev,
.portfolio-section #mcs-slider #next {
  height: 80px;
  line-height: 80px;
  top: 40%;
  width: 60px;
  text-align: center;
  background: #0985f8;
}

.portfolio-section #mcs-slider #prev:hover,
.portfolio-section #mcs-slider #next:hover {
  text-shadow: none;
  background: #08686b !important;
}

.portfolio-section #mcs-slider>ul>li .image-post {
  position: relative;
  overflow: hidden !important;
}

.icon-hover {
  position: absolute;
  width: 97.1%;
  background: rgba(10, 26, 42, 0.7) !important;
  z-index: 99999;
  padding: 0px !important;
  text-align: center;
  line-height: 385px;
}

.portfolio-section #mcs-slider>ul>li .image-post:hover .icon-hover {
  visibility: visible;
}

.portfolio-section #mcs-slider>ul>li .image-post .icon-hover {
  visibility: hidden;
}

.home-option-list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 20px;
}

.home-option-list li {
  list-style-image: url(../../frontend/Mconnect/Mmedia/en_US/images/list-icon.png);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  font-weight: 400;
  padding-bottom: 15px;
}

.home-option-list li:last-child {
  padding-bottom: 0px;
}

.selling-list {
  float: left;
  width: 100%;
  display: table;
  margin-bottom: 40px;
  margin-top: 20px;
}

.selling-list li {
  color: #ffffff;
  width: 49.5%;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
  display: inline-block;
}

.selling-list li:nth-child(odd) {
  margin-right: 5px;
}

.selling-list li:nth-child(4n + 1) {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
}

.selling-list li:nth-child(2n) {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

.selling-list li:nth-child(4n + 4) {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
}

.footer-top-section {
  float: left;
  width: 100%;
  background: -webkit-linear-gradient(left, #162d45 50%, #0985f8 50%);
}

.footer-top-section .container {
  padding: 0px;
}

.footer-top-section .footer-top-left {
  float: left;
  width: 50%;
  padding: 50px 30px 50px 0px;
  color: #ffffff;
  background-color: #162d45;
}

.pro-blog {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.pro-blog li {
  display: block;
  padding-bottom: 25px;
}

.pro-blog li span {
  display: block;
  font-size: 13px;
  padding-bottom: 4px;
}

.pro-blog li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 400;
}

.pro-blog li a:hover {
  font-weight: 600;
}

.footer-top-section .footer-top-left p {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-top-section .footer-top-right {
  float: left;
  width: 50%;
  padding: 50px 0px 50px 30px;
  color: #ffffff;
  background-color: #0985f8;
}

.su-title {
  float: left;
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
}

.su-title img {
  margin-right: 20px;
  display: inline-block;
}

.su-title small {
  display: block;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
  text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  padding-bottom: 4px;
}

.su-title span {
  font-size: 30px;
  font-style: italic;
  display: block;
  text-shadow: -6px 4px 2px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.sidebar.sidebar-main .form.subscribe input::-webkit-input-placeholder,
.sidebar.sidebar-main .form.subscribe textarea::-webkit-input-placeholder {
  opacity: 1;
}

.sidebar.sidebar-main .form.subscribe input::-moz-placeholder,
.sidebar.sidebar-main .form.subscribe textarea::-moz-placeholder {
  opacity: 1;
}

.sidebar.sidebar-main .form.subscribe input::-ms-input-placeholder,
.sidebar.sidebar-main .form.subscribe textarea::-ms-input-placeholder {
  color: #000 !important;
  opacity: 1;
}

.sidebar.sidebar-main .form.subscribe input::-moz-placeholder,
.sidebar.sidebar-main .form.subscribe textarea::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}

.footer-top-section .footer-top-right p {
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-top-right #newsletter-validate-detail ul {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer-top-right #newsletter-validate-detail ul li {
  display: block !important;
  padding: 0 !important;
  width: 100% !important;
  float: left !important;
  margin-bottom: 15px !important;
}

.footer-top-right #newsletter-validate-detail ul li input {
  background: #5dabad;
  width: 60%;
  height: 45px;
  border: none;
  float: left;
}

.footer-top-right .action.subscribe,
.fs-btn {
  border: solid 1px #eee !important;
  position: relative;
  color: #eee !important;
  background: none !important;
  padding: 10px 30px !important;
  box-shadow: none !important;
  margin-top: 15px !important;
  font-weight: 300;
  text-transform: none !important;
  font-size: 16px !important;
  width: auto !important;
  display: table;
}

.footer-top-right .action.subscribe:hover,
.fs-btn:hover {
  color: #222 !important;
  background: #eee !important;
  text-shadow: none !important;
}

.footer-top-right .action.subscribe:before,
.fs-btn:before {
  content: "";
  border: 1px solid #eee;
  position: absolute;
  display: block;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}

.fl-title {
  font-weight: 600;
  font-size: 32px;
  position: relative;
  color: #ffffff;
  padding-bottom: 5px;
  margin: 0 0 20px;
}

.fl-title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: #188689;
  bottom: -5px;
}

.fl-title span {
  color: #188689;
}

.f-sub-right>h2 {
  margin: 15px 0;
}

.fr-title {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin: 0 0 20px;
}

.fr-title span {
  color: #172d45;
}

.fr-title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: #172d45;
  bottom: -5px;
}

.footer-top-right div.mage-error[generated] {
  margin-top: 16px;
  left: 8px;
  position: relative;
}

.customer-welcome ul li {
  margin: 0;
  float: left;
  line-height: 1;
  text-align: left;
  width: 100%;
  border: 1px solid #e8e8e8;
}

.customer-welcome ul li:hover a {
  text-shadow: none !important;
}

.customer-welcome li a {
  color: #333333 !important;
  padding: 5px 10px;
}

.customer-welcome li a:hover {
  text-shadow: none !important;
}

.actions .mcs-btn-2 {
  margin: 15px 0;
}

.ideas-insights {
  float: left;
  width: 100%;
  padding: 50px 0px 60px 0px;
  background: #ffffff;
}

.ideas-insights .container {
  padding: 0px;
}

.helps-you-take .container a {
  margin: 0 5px !important;
}

.mcs-btn {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
}

.mcs-btn-1,
.mcs-btn-2 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ef672f;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #ef672f;
}

.mcs-btn-1:hover,
.mcs-btn-2:hover {
  border-color: #ef672f;
  color: #ffffff;
  background: #ef672f;
}

.mcs-btn-3 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  background: #0985f8;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.mcs-btn-3:hover {
  border-color: #0985f8;
  color: #0985f8;
  background: transparent;
}

.mcs-btn-4 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  background: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #0985f8;
}

.mcs-btn-4:hover {
  border-color: #0985f8;
  background: #0985f8;
  color: #ffffff;
}

.mcs-btn-5 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #0985f8;
  border: none;
  -webkit-transition: 0.25s ease all;
  transition: 0.25s ease all;
}

.mcs-btn-5:hover {
  border: none;
  background: #0972d3;
  color: #ffffff;
}

.mcs-btn-6 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  background: #0985f8;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.mcs-btn-6:hover {
  border-color: #0985f8;
  background: transparent;
  color: #0985f8;
}

.mcs-btn-7 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  background: #ef672f;
  border-width: 1px;
  border-style: solid;
  border-color: #ef672f;
}

.mcs-btn-7:hover {
  border-color: #ef672f;
  color: #ef672f;
  background: transparent;
}

.mcs-btn-8 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #132c45;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  background: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}

.mcs-btn-8:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}

.mcs-checkout,
.mcs-btn-9 {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  border: none;
  background: #ef672f;
  margin-left: 28px !important;
}

.mcs-checkout:hover,
.mcs-btn-9:hover {
  border: none;
  color: #ffffff;
  background: #cc5724;
}

.cms-magento-module-development .we-offers-left .mcs-btn-8:hover {
  border-color: #ef672f;
  color: #ef672f;
  background: none;
}

.cms-magento-module-development .we-offers-left .mcs-btn-8 {
  border: 1px solid #ef672f;
  color: #ffffff;
  background-color: #ef672f;
}

.btn-xs {
  font-size: 13px;
  padding: 5px 15px;
}

.btn-sm {
  font-size: 13.5px;
  padding: 8px 18px;
}

.btn-lg {
  font-size: 18px;
  padding: 14px 28px;
}

.ii-title-area {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.ii-title {
  text-align: center;
  font-size: 45px;
  font-weight: 100;
  color: #474747;
  margin: 0;
  padding: 0px 0px 15px 0px;
  position: relative;
}

@media (min-width: 992px) {
  .ii-title:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: #d9d9d9;
    display: block;
    left: 0;
    right: 0;
    top: 105px;
    margin: 0 auto;
  }
}

.ii-title-area h4 {
  font-size: 18px;
  color: #474747;
  line-height: 1.6;
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.insights-box-area {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.insights-box {
  float: left;
  width: 29.9%;
  margin-right: 60px;
}

.insights-box:last-child {
  margin-right: 0px;
}

.box-content {
  float: left;
  width: 100%;
}

.box-content h2 {
  position: relative;
  margin: 10px 0px 30px 0px;
  line-height: 35px;
  color: #222;
}

.box-content h2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #162d45;
  bottom: -15px;
}

.box-content p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.6;
}

.trusted-section-block-area {
  float: left;
  width: 100%;
  background: #0985f8;
  padding: 60px 0px 70px 0px;
  position: relative;
}

.trusted-top-section {
  float: left;
  width: 100%;
}

.trusted-top-section .trusted-section-left {
  float: left;
  width: 60%;
  position: relative;
}

.trusted-top-section .trusted-section-right {
  float: left;
  width: 40%;
  text-align: right;
}

.trusted-top-section .trusted-section-right img {
  opacity: 1;
}

.ts-title {
  font-size: 70px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #132c45;
  margin-bottom: 60px;
  margin-top: 80px;
  line-height: 1;
}

.trusted-section-left p {
  font-size: 16px;
  margin-bottom: 60px;
  color: #f9fefe;
  font-weight: 400;
  line-height: 1.6;
}

.our-work-section {
  float: left;
  width: 100%;
  position: relative;
}

.our-work-section li {
  float: left;
  margin: 40px 0px 40px 0px;
  width: 33.33%;
  text-align: center;
}

.our-work-section li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 55px;
  background: #0f1011;
  top: 28%;
  margin-left: 16.5%;
}

.our-work-section li:nth-child(3):after {
  display: none;
}

.our-work-section li:last-child:after {
  width: 0px;
  height: 0;
  background: transparent;
  top: 0%;
  margin-left: 0;
}

.our-work-section li h2 {
  font-size: 65px;
  font-weight: 100;
  color: #d7d8da;
  line-height: 1;
  margin: 0;
  padding-bottom: 0px;
}

.our-work-section li p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #111212;
  font-weight: 600;
  margin-bottom: 0px;
}

.our-work-section:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  border-top: 6px solid #132c45;
  border-right: 8px solid #132c45;
  border-bottom: 20px solid transparent;
  border-left: 8px solid #132c45;
}

.our-work-section:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 20px solid transparent;
  border-right: 8px solid #132c45;
  border-bottom: 6px solid #132c45;
  border-left: 8px solid #132c45;
}

.trusted-bottom-section {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.testimonials-title-left {
  float: left;
  width: 45%;
  text-align: left;
  padding-right: 20px;
}

.testimonials-title-right {
  float: left;
  position: relative;
  text-align: right;
  width: 55%;
  z-index: 9;
}

.trusted-section-testimonials {
  width: 300px;
  position: relative;
  margin: 0 auto;
}

.trusted-section-testimonials input[type="radio"],
.testimonials-slide,
.trusted-section-testimonials input[type="radio"]:checked~div.trusted-section-testimonials-wrapper div.testimonials-slide,
.trusted-section-testimonials input[type="radio"]:checked~div.trusted-section-testimonials-wrapper div.trusted-section-testimonials-nav {
  display: none;
}

.trusted-section-testimonials input[type="radio"]:checked+div.trusted-section-testimonials-wrapper div.testimonials-slide,
.trusted-section-testimonials input[type="radio"]:checked+div.trusted-section-testimonials-wrapper div.trusted-section-testimonials-nav {
  display: block;
  animation: psFadeIn 0.4s ease-out;
}

.trusted-section-testimonials-nav--dots {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: auto;
  width: 70px;
}

.trusted-section-testimonials-nav--dots label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.trusted-section-testimonials-nav--dots label i {
  font-size: 12px;
  color: #0985f8;
  vertical-align: middle;
}

.trusted-section-testimonials-nav--dots label i.fa-circle {
  display: none;
}

.trusted-section-testimonials input#slide1btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-1 i.fa-circle,
.trusted-section-testimonials input#slide2btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-2 i.fa-circle,
.trusted-section-testimonials input#slide3btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-3 i.fa-circle,
.trusted-section-testimonials input#slide4btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-4 i.fa-circle,
.trusted-section-testimonials input#slide5btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-5 i.fa-circle {
  display: block;
  color: #ffffff;
}

.trusted-section-testimonials input#slide1btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-1 i.fa-circle-o,
.trusted-section-testimonials input#slide2btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-2 i.fa-circle-o,
.trusted-section-testimonials input#slide3btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-3 i.fa-circle-o,
.trusted-section-testimonials input#slide4btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-4 i.fa-circle-o,
.trusted-section-testimonials input#slide5btn:checked~div.trusted-section-testimonials-nav--dots label#sliderbtmbtn-5 i.fa-circle-o {
  display: none;
}

.retail-search-area {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 60px 0px;
  position: relative;
}

.retail-search-pro-area {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.retail-search-pro-box:last-child {
  margin-right: 0px;
}

.retail-search-pro-box {
  display: inline-block;
  text-align: center;
  width: 24%;
  margin: 0px 8px;
  background: #ffffff;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}

.retail-search-pro-box:hover {
  background: #ddd;
}

.retail-search-pro-box img {
  margin-bottom: 15px;
  max-width: initial;
  min-width: initial;
  max-height: inherit;
  min-height: inherit;
  border: none;
  background: transparent;
}

.retail-search-pro-content {
  text-align: center;
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #c3c3c3;
}

.retail-search-pro-content a {
  margin: 0;
  padding-bottom: 10px;
  font-size: 15px;
  color: #132c45;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  text-align: center;
}

.retail-search-pro-content a:hover {
  color: #0985f8;
}

.m-extension-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.m-extension-btn a {
  min-width: 150px;
}

.retail-search-pro-area .slick-prev {
  background: rgb(19, 44, 69) url("../../frontend/Mconnect/Mmedia/en_US/images/home-prev-aroow.png") no-repeat scroll !important;
  height: 80px;
  width: 30px;
  left: 0px;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  background-position: 8px center !important;
}

.retail-search-pro-area .slick-prev:before {
  content: "" !important;
}

.retail-search-pro-area .slick-prev:hover {
  background-position: -14px center !important;
  border: none;
}

.retail-search-pro-area .slick-next {
  background: rgb(19, 44, 69) url(../../frontend/Mconnect/Mmedia/en_US/images/home-next-aroow.png) no-repeat scroll !important;
  height: 80px;
  width: 30px;
  right: 0px;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  background-position: -14px center !important;
}

.retail-search-pro-area .slick-next:before {
  content: "" !important;
}

.retail-search-pro-area .slick-next:hover {
  background-position: 8px center !important;
  border: none;
}

.retail-search-area .block-content #slider-prev,
.retail-search-area .block-content #slider-next {
  display: none;
}

.retail-search-area .block-content .bx-wrapper {
  margin-bottom: 30px;
}

.retail-search-area .block-content .bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none;
  left: 0;
  background: transparent;
  min-height: 425px;
}

.retail-search-area .block-content .mcs-slider li .slide {
  background: #ffffff;
  margin: 0px 3px;
  padding: 15px 20px;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.retail-search-area .block-content .mcs-slider li .slide .product-image-wrapper {
  padding-bottom: 100% !important;
}

.retail-search-area .block-content .mcs-slider li .slide .product-item-details {
  border-top: 1px solid #c3c3c3;
  padding-top: 10px;
}

.retail-search-area .block-content .mcs-slider li .slide .product-item-name {
  margin: 0;
  min-height: 42px;
}

.retail-search-area .block-content .mcs-slider li .slide .product-item-link {
  color: #162d45 !important;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.retail-search-area .block-content .mcs-slider li .slide .product-item-link:hover {
  color: #1b878a !important;
  text-decoration: none;
}

.retail-search-area .block-content .mcs-slider li .slide .retail-search-pro-content {
  padding-top: 15px;
  border-top: none;
}

.retail-search-area .block-content .bx-wrapper .bx-pager.bx-default-pager a {
  background: #1b878a !important;
}

.retail-search-area .block-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.retail-search-area .block-content .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #2d4d6c !important;
}

.main-footer-partners .bx-wrapper .bx-viewport {
  background: none;
  border: none;
  box-shadow: none;
}

.main-footer-partners .bx-wrapper {
  margin: 0px;
}

.main-footer-partners .bx-wrapper img:hover {
  opacity: 0.6;
  transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}

.our-portfilio-section {
  float: left;
  padding: 80px 0 60px 0;
  width: 100%;
  background: #ffffff;
  background-size: cover;
  background-attachment: fixed;
}

.cms-magento-website-portfolio .customimage .header-form {
  display: none;
}

.our-portfilio {
  display: inline-table;
  text-align: center;
}

.our-portfilio li {
  display: inline-block;
  width: 24%;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
  vertical-align: top;
}

.our-portfilio li:first-child {
  margin-left: 0;
}

.our-portfilio li:nth-child(4n + 4) {
  margin-right: 0;
}

.our-portfilio li:nth-child(4n + 5) {
  margin-left: 0;
}

.our-portfilio li:last-child {
  margin-right: 0;
}

.our-portfilio li img {
  float: left;
  width: 100%;
}

.our-portfilio li .pro-hover {
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0 10px;
  transition: all 0.2s linear 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.22) url(../../frontend/Mconnect/Mmedia/en_US/images/wo-search-img.png) no-repeat;
  background-position: top center;
  opacity: 0.01;
}

.our-portfilio li:hover .pro-hover {
  visibility: visible;
  background-position: center center;
  opacity: 1;
}

.our-portfilio li a {
  text-decoration: none;
}

.our-portfilio li h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0985f8;
  padding: 0px 15px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  float: left;
  width: 100%;
}

.our-portfilio li p {
  font-size: 15px;
  color: #222;
  padding: 0px 20px;
  margin-bottom: 20px;
  line-height: 24px;
}

.our-portfilio-section .establish-btn-area {
  margin-bottom: 10px;
  margin-top: 10px;
}

.babylongrid-container .column {
  position: relative;
  display: inline;
  float: left;
}

.babylongrid-container.container-4 .column-1,
.babylongrid-container.container-4 .column-3 {
  width: 33.33%;
}

.babylongrid-container.container-4 .column-2,
.babylongrid-container.container-4 .column-4 {
  width: 33.33%;
}

.babylongrid-container.container-3 .column-1,
.babylongrid-container.container-3 .column-2 {
  width: 33.33%;
}

.babylongrid-container.container-3 .column-3 {
  width: 33.33%;
}

.babylongrid-container.container-2 .column-1 {
  width: 60%;
}

.babylongrid-container.container-2 .column-2 {
  width: 40%;
}

.babylongrid-container.container-1 .column-1 {
  width: 100%;
}

.babylongrid-container:after,
.babylongrid-container:before {
  content: "";
  display: table;
  height: 0;
  clear: both;
}

.babylongrid-container.tower .column {
  vertical-align: bottom;
}

.babylongrid-container.city .column {
  vertical-align: middle;
}

.babylongrid-container.tower,
.babylongrid-container.city {
  display: table;
}

.babylongrid-container.tower .column,
.babylongrid-container.city .column {
  display: table-cell;
  float: none;
}

.view-portfolio {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mconnect/Mmedia/en_US/images/pv-bg.jpg") repeat fixed 0 0;
  float: left;
  min-height: 500px;
  width: 100%;
}

.view-portfolio article {
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin: 20px 10px;
  overflow: hidden;
}

.view-portfolio article .desc {
  padding: 20px 20px 0;
  color: #000;
}

.view-portfolio article .desc .our-listing li {
  margin-bottom: 10px;
}

.view-portfolio #babylongrid2 article img {
  min-height: 100%;
}

.view-portfolio .desc h2 {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.view-portfolio .desc img.port-logo {
  min-width: auto !important;
  min-height: auto !important;
  clear: both;
  margin-bottom: 20px;
  border-radius: 3px;
}

.view-portfolio .desc h3 {
  color: #222;
  font-size: 18px;
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.view-portfolio .desc p {
  color: #222;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

.view-portfolio .desc p:last-child {
  margin-bottom: 10px;
}

.our-listing {
  margin-bottom: 20px;
  padding-left: 22px;
}

p.portfolio-visit-link {
  color: #0985f8 !important;
  font-weight: 600;
  word-wrap: break-word;
}

.our-listing li {
  list-style-image: url(../../frontend/Mconnect/Mmedia/en_US/images/list-icon.png);
  padding: 2px 0px 2px 5px;
  font-size: 15px;
  color: #222;
}

.view-portfolio .establish-btn-area {
  margin-bottom: 30px;
  margin-top: 20px;
}

.customers-constantly {
  float: left;
  margin-bottom: 20px;
  margin-top: 60px;
  width: 100%;
  text-align: center;
}

.cms-company-profile .customers-constantly {
  margin-top: 30px !important;
}

@media (min-width: 992px) {
  .cc-title {
    width: 80%;
  }
}

.cc-title {
  color: #162d45;
  float: none;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  margin: 0 auto;
  padding: 0 0 10px;
  position: relative;
  text-align: center;
}

.customers-constantly li {
  display: inline-block;
  margin: 0px;
  width: 33%;
  padding: 0px 25px;
  text-align: center;
  vertical-align: top;
}

.customers-constantly li h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 20px 0px;
}

.customers-constantly li p {
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  margin: 0px;
}

.special-offer-image {
  float: left;
  width: 100%;
}

.cat-banner-area {
  float: left;
  padding: 60px 0;
  width: 100%;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/hs-bg.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  text-align: center;
}

.catalog-product-view .cat-banner-area {
  background-color: #132c45;
  background-image: none !important;
}

.cat-banner-area .hs-left {
  position: absolute;
  left: 0;
  top: 0;
}

.cat-banner-area .hs-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.cat-banner-area .hs-midel {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 1%;
  text-align: center;
  top: 0;
}

.cat-banner-area2 {
  float: left;
  width: 100%;
  padding: 30px 0px;
  background-color: #eee;
}

.cat-banner-area2 h1 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  margin: 0 0 18px 0;
}

.cat-banner-area2 .cat-dic {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}

.cat-banner-area h1 {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0px 0px 20px 0px;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.cat-banner-area .cat-dic,
.cat-banner-area .cat-dic p {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 30px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
}

.bottom-line {
  margin: 0 auto;
  width: 240px;
  height: 3px;
  background: #ffffff none repeat scroll 0 0;
}

.cat-banner-area .bx-wrapper {
  margin: 0;
}

.cat-banner-area .bx-wrapper .bx-viewport {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  left: 4px;
}

.cat-banner-area .bx-wrapper .bx-pager,
.cat-banner-area .bx-wrapper .bx-controls-auto {
  width: 100%;
}

.cat-banner-area .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction {
  display: none;
}

.catalog-category-view {
  background: #ffffff;
}

.catalog-category-view .sidebar-additional,
.sidebar.sidebar-main {
  width: 30%;
}

.catalog-category-view .column.main {
  width: 70%;
}

.category-description p {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.6;
  margin-bottom: 30px;
}

.category-description p:last-child {
  margin-bottom: 0px;
}

.left-category {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}

.left-category li {
  display: block;
  margin: 4px 0px;
}

.left-category li a {
  background: #f8f8ff none repeat scroll 0 0;
  color: #162d45;
  display: block;
  font-size: 16px;
  padding: 16px 10px;
  font-weight: 600;
}

.left-category li a span {
  color: #666;
  font-size: 12px;
  display: block;
  font-weight: 500;
  margin-top: 5px;
}

.left-category li a .pro-count {
  color: #0985f8;
  font-size: 16px;
}

.left-category li a:hover {
  background: #162d45;
  color: #ffffff;
  text-shadow: none;
}

.left-category li a:hover span {
  color: #ffffff;
}

.catalog-category-view .product-items li.product-item {
  margin-left: 1.123456789%;
  margin-right: 1.123456789%;
  padding: 0;
  width: 31.8%;
}

.catalog-category-view .product-items li.product-item:nth-child(3n + 1) {
  margin-left: 0;
}

.catalog-category-view .product-items li.product-item:nth-child(3n + 3) {
  margin-right: 0;
}

.catalog-category-view .product-items li.product-item .product-item-info {
  width: 100%;
  float: left;
  padding: 17px;
  text-align: center;
  box-shadow: 1px 2px 2px -1px rgba(0, 0, 0, 0.2);
  transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}

.catalog-category-view .product-items li.product-item .product-item-info:hover {
  box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.1) !important;
  background: #f8f8ff;
  margin: 0 !important;
  border: none !important;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-item-name {
  margin: 0;
  height: 74px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-item-link {
  font-size: 17px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-item-link:hover {
  text-shadow: none !important;
  color: #0985f8 !important;
  text-decoration: none !important;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-reviews-summary {
  margin-bottom: 10px;
  margin-top: 2px;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-reviews-summary .rating-summary .rating-result>span:before {
  color: #febc20 !important;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-reviews-summary .reviews-actions {
  margin-top: 4px;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-reviews-summary .reviews-actions .action.view {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-reviews-summary .reviews-actions .action.view:hover {
  color: #0985f8;
  text-shadow: none;
  text-decoration: none;
}

.future-point {
  float: left;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  min-height: 80px;
}

.catalog-category-view .product-items li.product-item .product-item-info .future-point {
  height: 80px;
  overflow: hidden;
}

.future-point>li {
  color: #555555;
  float: left;
  font-size: 13px;
  font-weight: 600;
  list-style-type: inherit;
  padding-bottom: 3px;
  text-align: left;
  width: 100%;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-item-details {
  float: left;
  margin-top: 15px;
  width: 100%;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-item-details .price-box.price-final_price {
  float: left;
  line-height: 40px;
  margin: 0;
  text-align: left;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-item-details .price-box .price {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-category-view .product-items li.product-item .product-item-info .product-item-details .product.actions.product-item-actions {
  float: right;
  margin: 0;
}

.catalog-category-view .toolbar-products .filter-show,
.catalog-category-view .toolbar-products .filter-sort,
.catalog-category-view .toolbar-products .filter-verion {
  border: 1px solid #dddddd;
  float: left;
  height: 40px;
  width: 31.321%;
  margin: 0 8.98765px;
}

.catalog-category-view .toolbar-products .filter-sort {
  margin-left: 0px;
}

.catalog-category-view .toolbar-products .filter-show {
  margin-right: 0px;
}

.catalog-category-view .toolbar-products .fisrt {
  margin-left: 0px;
}

.catalog-category-view .toolbar-products .last {
  margin-right: 0px;
}

.catalog-category-view .toolbar-products .filter-show .limiter,
.catalog-category-view .toolbar-products .filter-sort .sorter {
  width: 100%;
  line-height: 38px;
  padding-left: 10px;
}

.catalog-category-view .toolbar-products .filter-show .limiter .label,
.catalog-category-view .toolbar-products .filter-sort .sorter .sorter-label {
  float: left;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog-category-view .toolbar-products .filter-show .control {
  float: right;
}

.catalog-category-view .toolbar-products .filter-show .control .limiter-options,
.catalog-category-view .toolbar-products .all-product-category select,
.catalog-category-view .toolbar-products .all-product-type select {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 0px;
  height: 38px;
  float: right;
  padding-right: 25px;
}

.catalog-category-view .toolbar-products .filter-sort .sorter .sorter-options {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 0px;
  height: 38px;
  float: right;
  padding-right: 25px;
  width: 66%;
  text-align: right;
}

.catalog-category-view .toolbar-products .filter-sort .sorter .sorter-options option {
  text-align: left;
}

.magento-1-heading {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  background: #eee;
  padding: 17px;
  font-weight: 600;
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}

.f-in {
  height: 36px !important;
  border: 1px solid #dcdcdc !important;
  background: #ffffff !important;
  color: #333;
  width: 100%;
}

input[type="file"].f-in {
  border: none !important;
}

textarea.f-in {
  height: auto !important;
  border: 1px solid #dcdcdc !important;
  background: #ffffff !important;
  color: #333;
}

.sidebar-newsletter,
.why_our_extension,
.paypal-img,
.recent-post-sidebar {
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #ddd;
}

.sidebar-newsletter .subscribe-title {
  color: #132b45;
  padding: 5px 0 15px 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/rbu-icon.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
}

.sidebar-newsletter p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}

.sidebar-newsletter .subscribe-intro {
  color: #222;
  text-align: left;
  font-size: 14px;
  padding-bottom: 5px;
}

.block.newsletter .form.subscribe .name-field,
.block.newsletter .form.subscribe .control {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}

.certified_developer {
  float: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 30px;
  background: #f15c22;
}

.certified_developer h4 {
  color: #ffffff;
  padding: 30px 10px 20px 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  position: relative;
}

.certified_developer p {
  float: left;
  margin: 0px;
  text-align: center;
  padding: 25px 20px 20px 20px;
}

.cd-line1 {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  text-transform: uppercase;
}

.cd-line2 {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 0px;
}

.cd-line3 {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 42px;
}

.cd-line4 {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 0px;
}

.listpage_our_extension-slides {
  background-color: #ffffff;
  min-height: 335px;
  position: relative;
  margin: 0 auto;
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  background: #ffffff;
  border: 1px solid #ddd;
}

.listpage_our_extension-slides h4 {
  color: #132b45;
  padding: 5px 0 15px 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/woe-icon.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
}

.listpage_our_extension-slides input[type="radio"],
.listpage_our_extension-slide,
.listpage_our_extension-slides input[type="radio"]:checked~div.slide-wrapper div.listpage_our_extension-slide,
.listpage_our_extension-slides input[type="radio"]:checked~div.slide-wrapper div.listpage_our_extension-slides-nav {
  display: none;
}

.listpage_our_extension-slides input[type="radio"]:checked+div.listpage_our_extension-slide-wrapper div.listpage_our_extension-slide,
.listpage_our_extension-slides input[type="radio"]:checked+div.listpage_our_extension-slide-wrapper div.listpage_our_extension-slides-nav {
  display: block;
  animation: psFadeIn 0.4s ease-out;
}

.listpage_our_extension-slides-nav--dots {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  width: 58px;
}

.listpage_our_extension-slides-nav--dots label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}

.listpage_our_extension-slides-nav--dots label i {
  font-size: 14px;
  vertical-align: middle;
  color: #162d45;
  cursor: pointer;
}

.listpage_our_extension-slides-nav--dots label i.fa-circle {
  display: none;
}

.listpage_our_extension-slides input#slide1-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-1 i.fa-circle,
.listpage_our_extension-slides input#slide2-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-2 i.fa-circle,
.listpage_our_extension-slides input#slide3-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-3 i.fa-circle,
.listpage_our_extension-slides input#slide4-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-4 i.fa-circle {
  display: block;
  color: #162d45;
}

.listpage_our_extension-slides input#slide1-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-1 i.fa-circle-o,
.listpage_our_extension-slides input#slide2-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-2 i.fa-circle-o,
.listpage_our_extension-slides input#slide3-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-3 i.fa-circle-o,
.listpage_our_extension-slides input#slide4-btn:checked~div.listpage_our_extension-slides-nav--dots label#slider-btmbtn-4 i.fa-circle-o {
  display: none;
}

.listpage_our_extension-slides .listpage_our_extension-slide-wrapper {
  text-align: center;
}

.listpage_our_extension-slides .listpage_our_extension-slide-wrapper h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 15px 0;
  color: #0985f8;
}

.listpage_our_extension-slides .listpage_our_extension-slide-wrapper p {
  line-height: 22px;
  margin: 0;
}

.sidebar.sidebar-main .filter-current {
  margin: 0;
  border: 1px solid #e5e5e6;
  padding: 0px 15px;
}

.sidebar.sidebar-main .filter-actions {
  margin-bottom: 10px;
  border: 1px solid #e5e5e6;
  border-top: none;
  padding: 15px;
  background: #e5e5e6;
}

.paypal-img {
  text-align: center;
  float: left;
}

.recent-post-sidebar h4 {
  color: #132b45;
  padding: 5px 0 15px 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/rbp-icon.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
}

.rbp-list {
  margin: 0;
}

.rbp-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.rbp-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.rbp-list li a:hover {
  color: #0985f8;
  text-shadow: none;
}

.rbp-list li a {
  color: #162d45;
  font-weight: 600;
}

.sidebar-newsletter .subscribe .control:before {
  display: none !important;
}

.contact-section-area {
  float: left;
  width: 100%;
  padding: 60px 0px 120px;
  background: linear-gradient(180deg, #f7f7f7, #f7f7f700);
}

.contact-section-area .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.contact-section-area .contact-left-area {
  float: left;
  width: 59%;
}

.contact-section-area .contact-right-area {
  float: right;
  width: 39%;
}

.contact-right-area .contact-box .fieldset,
.contact-right-area .contact-box .fieldset .field {
  margin-bottom: 15px;
}

.contact-box {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 4%);
}

.innter-title {
  width: 100%;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0px 20px 0px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.innter-title span {
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  margin-left: 12px;
}

.contact-details {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.contact-detail-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.contact-detail-left p,
.contact-detail-right p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: inherit;
}

.con-title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.contact-detail-right {
  float: left;
  width: 50%;
}

.contact-box .contact-details:nth-child(2n + 1) {
  margin-top: 10px;
}

.contact-details img {
  margin-right: 10px;
}

.contact-details a {
  color: #19878a;
}

.contact-details a:hover {
  color: #333;
  text-shadow: none;
}

.careers-box {
  float: left;
  width: 100%;
  padding: 20px 0px;
}

.careers-box p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

.careers-box a {
  color: #19878a;
  text-decoration: underline;
}

.careers-box a:hover {
  color: #333;
  text-shadow: none;
  text-decoration: none;
}

.contact-right-area .contact-box input::-webkit-input-placeholder,
.contact-right-area .contact-box textarea::-webkit-input-placeholder {
  color: #888 !important;
  opacity: 1;
}

.contact-right-area .contact-box input::-moz-placeholder,
.contact-right-area .contact-box textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
}

.contact-right-area .contact-box input::-ms-input-placeholder,
.contact-right-area .contact-box textarea::-ms-input-placeholder {
  color: #888 !important;
  opacity: 1;
}

.contact-right-area .contact-box input::-moz-placeholder,
.contact-right-area .contact-box textarea::-moz-placeholder {
  color: #888 !important;
  opacity: 1;
}

.page-footer {
  margin: 0px;
  padding-bottom: 0px;
}

.header.content {
  padding: 0px;
  z-index: 22 !important;
}

@-webkit-keyframes hvr-icon-up {

  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {

  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hire-magento-developers-right,
.hire-magento-developers-left img,
.h-btn-area input#submitter,
.hvr-icon-up {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hire-magento-developers-right:hover,
.hire-magento-developers-left img:hover,
.h-btn-area input#submitter:hover,
.hvr-icon-up:hover {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

#back-to-top {
  position: fixed;
  bottom: 68px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4) !important;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

#back-to-top:hover {
  text-shadow: none;
}

#back-to-top.show {
  opacity: 1;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-breadcrumbs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  float: left;
  width: 100%;
}

.custom-breadcrumbs ul {
  border-left: 1px solid #ddd;
  width: 100%;
  float: left;
  margin: 0px;
}

.custom-breadcrumbs li {
  float: left;
  width: auto;
}

.custom-breadcrumbs a {
  position: relative;
  display: block;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #132c45;
  cursor: pointer;
  text-decoration: none;
}

.custom-breadcrumbs a:hover {
  background: #eee;
  text-shadow: none;
  color: #0985f8;
}

.custom-breadcrumbs a.active {
  color: #0985f8;
  background-color: #fafafa;
}

.custom-breadcrumbs a:before,
.custom-breadcrumbs a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  border-top: 31px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 16px solid transparent;
}

.custom-breadcrumbs a:before {
  margin-left: 1px;
  border-left-color: #d5d5d5;
}

.custom-breadcrumbs a:after {
  border-left-color: #f5f5f5;
}

.custom-breadcrumbs a:hover:after {
  border-left-color: #eee;
}

.custom-breadcrumbs a.active:after {
  border-left-color: #fafafa;
}

.custom-breadcrumbs li:last-child a:before,
.custom-breadcrumbs li:last-child a:after {
  display: none;
}

.custom-breadcrumbs li:last-child span {
  padding: 20px 40px;
  float: left;
  color: #0985f8;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 720px) {
  .custom-breadcrumbs a {
    padding: 15px;
  }

  .custom-breadcrumbs a:before,
  .custom-breadcrumbs a:after {
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 13px;
  }
}

@media (max-width: 620px) {
  .custom-breadcrumbs a {
    padding: 10px;
    font-size: 12px;
  }

  .custom-breadcrumbs a:before,
  .custom-breadcrumbs a:after {
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 11px;
  }
}

@media (max-width: 520px) {
  .custom-breadcrumbs a {
    padding: 12px 10px;
  }

  .custom-breadcrumbs a:before,
  .custom-breadcrumbs a:after {
    border-top-width: 21px;
    border-bottom-width: 21px;
    border-left-width: 8px;
  }

  .custom-breadcrumbs li a span:first-child {
    display: block;
    margin: 0 auto;
  }

  .custom-breadcrumbs li:last-child span {
    padding: 12px 10px 12px 20px;
    font-size: 12px;
  }
}

.product-title {
  font-size: 24px;
  color: #222;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.page-wrapper .my-breadcrumb {
  display: none;
}

.my-breadcrumb {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}

.my-breadcrumb>li,
.breadcrumbs li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding-right: 15px;
}

.my-breadcrumb>li>a {
  color: #ffffff;
}

.my-breadcrumb>li>a:hover {
  color: #0985f8;
}

.my-breadcrumb>li+li::before,
.breadcrumbs li+li::before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/bread-arrow.png);
  width: 26px;
  height: 11px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 8px 0;
  margin-right: 15px;
}

.my-breadcrumb>li>span {
  color: #0985f8;
}

.breadcrumbs {
  display: none;
  margin: 20px 0 0px 0;
}

.breadcrumbs .items>li {
  font-size: 12px !important;
}

.breadcrumbs .items a,
.breadcrumbs .items a span {
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
}

.breadcrumbs li span,
.breadcrumbs li span strong {
  color: #0985f8;
  font-size: 12px;
}

.breadcrumbs .items a:hover {
  color: #0985f8;
  text-decoration: none;
  text-shadow: none;
}

.breadcrumbs .item:not(:last-child):after {
  display: none;
}

.magento-ecommerce-discovery {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 50px 0px 50px 0px;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0985f8;
  padding: 10px 0px 50px 0px;
  margin: 0;
  line-height: 1;
}

.step-title span {
  color: #132c45;
}

.magento-ecommerce-discovery h3 {
  color: #222;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.methodology-left-contact-sales .innter-title {
  margin: 40px 0px 0px 0px;
}

.magento-ecommerce-discovery-left,
.magento-ecommerce-discovery-right {
  padding-top: 30px;
}

.magento-ecommerce-discovery-left .methedology-link {
  margin-bottom: 40px;
}

.discovery-listing {
  margin: 0px;
  padding: 0px;
}

.discovery-listing li {
  padding: 20px;
  margin: 0 0 25px;
  border-left: 3px solid #132c45;
  background: #f9f9f9;
  display: block;
}

.discovery-listing li:last-child {
  margin-bottom: 0px;
}

.discovery-listing li h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #222;
}

.discovery-listing li p:last-child {
  margin-bottom: 0px;
}

.step-title a {
  font-size: 16px;
}

.step-title a:hover {
  color: #162d45;
}

.md-our-link {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

.md-our-link li {
  display: block;
}

.md-our-link li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #162d45;
  font-size: 14px;
  font-weight: 500;
  background: #f2f2f2;
  margin-bottom: 8px;
  padding: 0.75em 1.5em;
  border-radius: 4px;
}

.md-our-link li a:hover {
  color: #ffffff;
  background: #0985f8;
}

.magento-ecommerce-discovery-right .step-title {
  padding-top: 50px;
  padding-bottom: 0px;
}

.magento-ecommerce-discovery ul.stranth-list {
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.magento-ecommerce-discovery ul.stranth-list li {
  font-weight: 400;
}

/* mcs-inner-banner START */
/* magento-2-development-solutions */
.cms-magento-2-development-solutions .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-2-development-solutions-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

.mcs-inner-banner .mcs-inner-left,
.mcs-inner-banner .mcs-inner-right {
  padding-top: 50px;
  padding-bottom: 50px;
}

.customimage .inner-banner-content .inner-banner-content-left h1,
.mcs-inner-banner h1 {
  font-size: 25px;
  line-height: 34px;
  margin: 0 0 30px 0;
  font-weight: 700;
  text-shadow: none;
}

.customimage .inner-banner-content-left p,
.mcs-inner-banner p {
  line-height: 26px;
  font-weight: 400;
}

.list-point {
  margin: 30px 0;
  padding: 0;
}

.list-point li {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  width: 49%;
  display: inline-flex;
  font-weight: 600;
}

.list-point li:before {
  content: "\f10c";
  font: normal normal normal 13px/1 FontAwesome;
  margin-right: 8px;
  color: #f05c14;
  position: relative;
  top: 5px;
}

.cms-ecommerce-integration-services .list-point li:before,
.cms-design-ecommerce-website .list-point li:before,
.cms-ecommerce-development-services .list-point li:before,
.cms-ecommerce-consulting-services .list-point li:before {
  content: "\f10c";
  font: normal normal normal 13px/1 FontAwesome;
  margin-right: 6px;
  color: #0985f8;
}

.list-point.full-width li {
  width: 100%;
}

.list-point li i {
  font-size: 13px;
  padding-right: 2px;
}

.customimage .inner-banner-content-left p,
.mcs-inner-banner .mcs-inner-left p {
  margin-bottom: 15px;
}

.mcs-inner-banner .mcs-inner-right {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  background-color: #f05c14;
}

.cms-ecommerce-integration-services .mcs-inner-banner .mcs-inner-right,
.cms-design-ecommerce-website .mcs-inner-banner .mcs-inner-right,
.cms-ecommerce-development-services .mcs-inner-banner .mcs-inner-right,
.cms-ecommerce-consulting-services .mcs-inner-banner .mcs-inner-right {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  background-color: #0985f8;
}

.cms-magento-support-services .mcs-inner-banner .mcs-inner-right {
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  background-color: transparent;
}

.mcs-inner-banner .mcs-inner-right p {
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .magento-2-development-servies-by>.container {
    display: flex;
  }
}

.servies-by-left .methodology-left-contact-sales {
  margin-top: 40px;
}

.servies-by-left ul {
  margin: 0 0 30px 0;
}

.servies-by-left ul li {
  font-size: 16px;
  line-height: 30px;
}

.magento-2-development-seven-reasons .reasons-content p {
  color: #ffffff;
}

.magento-2-development-seven-reasons .reasons-content p,
.cms-magento-code-audit .magento-2-development-seven-reasons .reasons-content p {
  color: #474747;
}

.cms-psd-to-magento-theme-integration .customimage:before,
.cms-magento-2-development-solutions .customimage:before,
.cms-magento-responsive-theme .customimage:before,
.cms-magento-website-portfolio .customimage:before,
.contact-index-index .customimage:before,
.cms-company-profile .customimage:before,
.cms-magento-module-development .customimage:before,
.cms-magento-support-services .customimage:before,
.cms-magento-developers-for-hire .customimage:before,
.cms-magento-theme-designer .customimage:before,
.cms-hyva-theme-development .customimage:before,
.cms-ecommerce-integration-services .customimage:before,
.cms-design-ecommerce-website .customimage:before,
.cms-ecommerce-development-services .customimage:before,
.cms-hyva-theme-development-services .customimage:before,
.cms-it-staff-augmentation-services .customimage:before,
.cms-ecommerce-consulting-services .customimage:before,
.cms-career .customimage:before,
.cms-our-partners .customimage:before,
.cms-magento-upgrade-service .customimage:before,
.cms-magento-1-to-magento-2-migration-service .customimage:before {
  content: "";
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}

.cms-magento-developers-for-hire .mcs-inner-banner .mcs-inner-right {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cms-magento-developers-for-hire .mcs-inner-banner h1,
.cms-magento-module-development .mcs-inner-banner h1,
.cms-psd-to-magento-theme-integration .mcs-inner-banner h1,
.cms-magento-responsive-theme .mcs-inner-banner h1,
.cms-magento-theme-designer .mcs-inner-banner h1 {
  color: #ffffff;
}

.cms-magento-speed-optimization .list-point,
.cms-magento-2-theme-development .list-point,
.cms-magento-custom-functionality .list-point {
  margin: 0;
}

.cms-magento-module-development .list-point,
.cms-hyva-theme-development .list-point,
.cms-magento-responsive-theme .list-point,
.cms-magento-theme-designer .list-point {
  margin-bottom: 0;
}

.magento-2-development-seven-reasons .new-title,
.cms-magento-code-audit .magento-2-development-seven-reasons .new-title,
.cms-magento-theme-designer .magento-2-development-seven-reasons .new-title,
.cms-magento-theme-designer .theme-design-integration .new-title {
  color: #272727 !important;
}

.cms-magento-theme-designer .theme-design-integration2 {
  background-color: #f5f5f5;
}

.cms-magento-theme-designer .theme-design-integration2 .reasons-right li a,
.cms-magento-theme-designer .theme-design-integration2 .reasons-right li h4,
.cms-magento-theme-designer .theme-design-integration2 .reasons-left li a i,
.cms-magento-theme-designer .theme-design-integration2 .reasons-right li a i {
  color: #333;
}

.cms-magento-psd-design .customimage {
  display: block;
  float: none;
}

.cms-magento-psd-design .customimage .inner-banner-content-left.psd-img-left {
  padding-top: 10px !important;
}

.cms-magento-psd-design .customimage .inner-banner-content-right.psd-img-right {
  background: transparent;
  padding: 50px 10px;
}

.cms-magento-psd-design .customimage .inner-banner-content-right.psd-img-right>img {
  width: 100%;
  position: unset;
}

.cms-magento-psd-design .customimage .inner-banner-content-left.psd-img-left h4 {
  padding-bottom: 10px;
}

/* magento-responsive-theme */
.cms-magento-responsive-theme .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-responsive-theme-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}


#cashondelivery {
  display: none !important;
}


#cashondelivery,
label[for='cashondelivery'] {
  display: none !important;
}

.message.message-error.error {
  display: none;
}

/* psd-to-magento-theme-integration */
.cms-psd-to-magento-theme-integration .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/psd-to-magento-theme-integration-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* magento-module-development */
.cms-magento-module-development .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-module-development-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-magento-developers-for-hire */
.cms-magento-developers-for-hire .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-developers-for-hire-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-magento-support-services */
.cms-magento-support-services .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-support-services-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-magento-website-portfolio */
.cms-magento-website-portfolio .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-website-portfolio.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-design-ecommerce-website */
.cms-company-profile .customimage,
.cms-design-ecommerce-website .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/design-ecommerce-website-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-ecommerce-development-services */
.cms-ecommerce-development-services .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/ecommerce-development-services-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-ecommerce-consulting-services */
.cms-ecommerce-consulting-services .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/ecommerce-consulting-services-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-hyva-theme-development-services */
.cms-hyva-theme-development-services .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/hyvaThemeDevelopmentBg.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-it-staff-augmentation-services */
.cms-it-staff-augmentation-services .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/itStaffAugmentationServices.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* cms-ecommerce-integration-services */
.cms-ecommerce-integration-services .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/itStaffAugmentationServices.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

/* magento-theme-designer */
.contact-index-index .customimage,
.cms-magento-theme-designer .customimage {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-theme-designer-inner.jpg) no-repeat scroll;
  background-size: cover;
  background-position: center;
}

.cms-ecommerce-integration-services .customimage:before,
.cms-ecommerce-development-services .customimage:before,
.cms-design-ecommerce-website .customimage:before,
.cms-it-staff-augmentation-services .customimage:before,
.cms-ecommerce-consulting-services .customimage:before,
.cms-magento-upgrade-service .customimage:before,
.cms-magento-1-to-magento-2-migration-service .customimage:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.89;
}

/* repeat */
.new-title {
  line-height: 30px;
  font-size: 24px;
  margin: 0;
  color: #222;
  padding-bottom: 30px;
  font-weight: 600;
}

.servies-by-left h2 {
  line-height: 32px;
  font-size: 25px;
  margin: 0;
  color: #222;
  padding-bottom: 30px;
  font-weight: 600;
}

.servies-by-left p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding-bottom: 30px;
}

/* /mcs-inner-banner */
.magento-2-development-solutions {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
}

.magento-2-development-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.magento-2-development-right p {
  text-align: left;
}

.magento-2-development-left p:last-child,
.magento-2-development-right p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.magento-2-development-left p:last-child {
  margin-bottom: 0;
}

.new-sub-title {
  line-height: 45px;
  font-size: 30px;
  margin: 0;
  color: #222;
  padding-bottom: 30px;
  font-weight: 100;
}

.magento-2-development-right {
  float: right;
  width: 50%;
  padding-left: 20px;
}

.magento-2-development-right img {
  margin: 0;
  padding: 0;
}

.magento-2-development-right .stranth-flat {
  float: left;
  width: 50%;
  background: #132c45;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin-top: -250px;
}

.magento-2-development-right .stranth-sell h3,
.magento-2-development-right .stranth-flat h3 {
  font-size: 25px;
  margin: 0;
  padding-bottom: 20px;
  font-weight: 100;
  line-height: 35px;
  color: #ffffff;
}

.magento-2-development-right .stranth-sell p,
.magento-2-development-right .stranth-flat p {
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.magento-2-development-right .stranth-sell {
  float: right;
  width: 50%;
  background: #0985f8;
  padding: 25px;
  margin-top: -150px;
  z-index: 999;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.magento-2-development-servies-by {
  float: left;
  width: 100%;
  background: linear-gradient(180deg, #f5f5f5, rgb(245 245 245 / 0%));
  padding: 70px 0px;
}

.servies-by-left {
  float: left;
  width: 50%;
  background: #fbfbfb;
  padding: 40px;
  position: relative;
}

.servies-by-left:after {
  content: "";
  width: 35px;
  height: 35px;
  background-color: #fbfbfb;
  position: absolute;
  top: 46%;
  right: -17px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.creating-magento-theme .servies-by-left a.mcs-btn-1:last-child {
  margin-left: 8px;
  background-color: #162d45;
  color: #ffffff;
}

.creating-magento-theme .servies-by-left a.mcs-btn-1:last-child {
  background-color: transparent;
  color: #ef672f;
}

.creating-magento-theme .servies-by-left a:last-child:hover {
  background-color: #ef672f;
  color: #ffffff;
}

.servies-by-right {
  float: left;
  width: 50%;
  background: #efefef;
  padding: 40px 50px 40px 50px;
}

.servies-by-right h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  padding-bottom: 30px;
  font-weight: 100;
}

.servies-by-right p {
  color: #474747;
  width: 100%;
}

.sb-listing {
  margin: 0;
  padding: 0;
}

.sb-listing li {
  color: #474747;
  display: flex;
}

.sb-listing li:not(:last-child) {
  padding-bottom: 15px;
}

.sb-listing li i {
  font-size: 12px;
  padding-right: 10px;
  position: relative;
  top: 4px;
}

.magento-2-development-our-workflow {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
}

.our-workflow-left {
  float: left;
  width: 40%;
  padding-right: 20px;
}

.our-workflow-left h2 {
  text-align: right;
  font-size: 25px;
  line-height: 32px;
}

.our-workflow-left img {
  width: 100%;
}

.our-workflow-right {
  float: left;
  width: 60%;
  padding-left: 20px;
}

.magento-2-development-migration {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
}

.magento-2-development-migration .magento-2-development-left img,
.magento-2-development-migration .magento-2-development-right img {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}

.magento-2-development-migration .magento-2-development-left h2,
.magento-2-development-migration .magento-2-development-right h2 {
  float: left;
  margin: 0;
  padding-bottom: 25px;
  font-size: 22px;
  line-height: 30px;
  width: 100%;
}

.magento-2-development-left p:last-child,
.magento-2-development-right p:last-child {
  margin-bottom: 0px;
}

.portfolio-section .new-title {
  color: #ffffff;
}

.magento-2-development-seven-reasons {
  float: left;
  width: 100%;
  background: #040c2f;
  padding: 70px 0px;
}

.magento-2-development-seven-reasons,
.cms-magento-code-audit .magento-2-development-seven-reasons {
  background: #f5f5f5;
}

.magento-2-development-seven-reasons .new-title {
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 90%;
  font-size: 30px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.reasons-left {
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-bottom: 0px;
}

.reasons-right {
  float: left;
  width: 50%;
  padding-left: 20px;
  margin-bottom: 0px;
}

.reasons-left li,
.reasons-right li {
  max-width: 390px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.reasons-left li:last-child,
.reasons-right li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.reasons-title:hover a i,
.reasons-title:hover h4 {
  opacity: 0.7;
}

.reasons-left li a {
  display: table-cell;
  cursor: pointer;
}

.reasons-left li a:hover {
  color: #ffffff;
}

.reasons-left li h4,
.reasons-right li a,
.reasons-right li h4 {
  display: table-cell;
  cursor: pointer;
  color: #474747;
}

.cms-magento-theme-designer .reasons-left li h4,
.cms-magento-theme-designer .reasons-right li a,
.cms-magento-theme-designer .reasons-right li h4 {
  color: #474747;
}

.reasons-left li a i,
.reasons-right li a i {
  font-size: 30px;
  padding-right: 30px;
  color: #474747;
}

.cms-magento-code-audit .lucid-understanding li a i,
.cms-magento-theme-designer .reasons-left li a i,
.cms-magento-theme-designer .reasons-right li a i {
  color: #474747;
}

.reasons-left li h4,
.reasons-right li h4 {
  font-size: 16px;
  line-height: 22px;
}

.reasons-content {
  padding-left: 50px;
  display: none;
  padding-top: 30px;
}

.reasons-content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.magento-2-development-ecommerce-store {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
}

.ecommerce-store-left {
  float: left;
  width: 65%;
  padding-right: 40px;
}

.ecommerce-store-left p {
  font-size: 18px;
  font-weight: 100;
}

.ecommerce-store-left h2 {
  color: #0985f8;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.ecommerce-store-right {
  float: left;
  width: 35%;
  padding: 20px;
  background: #132c45;
}

.magentoCodeAuditServices .ecommerce-store-right {
  width: 100%;
}

.ecommerce-store-right h2.innter-title {
  color: #ffffff;
  padding-top: 0px;
}

.form.contact {
  float: left;
  width: 100%;
}

.ecommerce-store-right fieldset.fieldset {
  margin: 0px 0px 10px 0px;
}

.ecommerce-store-right fieldset.fieldset .field input,
.ecommerce-store-right fieldset.fieldset .field textarea {
  margin-bottom: 15px;
}

.actions-toolbar button,
.actions-toolbar .or-text,
.actions-toolbar .your-em {
  display: inline-block;
  vertical-align: middle;
}

.or-text {
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
}

.contact-right-area .or-text span {
  color: #222;
  background: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.contact-right-area .or-text span {
  color: #222;
  background: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.contact-right-area .or-text span {
  color: #222;
  background: #ffffff;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.or-text span {
  color: #ffffff;
  background: #132c45;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.contact-right-area .or-text small {
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #ddd;
  left: -18px;
  top: 9px;
  z-index: 1;
  transform: rotate(115deg);
  -o-transform: rotate(115deg);
  -ms-transform: rotate(115deg);
  -moz-transform: rotate(115deg);
  -webkit-transform: rotate(115deg);
}

.or-text small {
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #ffffff;
  left: -18px;
  top: 9px;
  z-index: 1;
  transform: rotate(115deg);
  -o-transform: rotate(115deg);
  -ms-transform: rotate(115deg);
  -moz-transform: rotate(115deg);
  -webkit-transform: rotate(115deg);
}

.your-em {
  color: #ffffff;
  width: 48%;
  font-size: 15px;
  font-weight: 100;
  line-height: 22px;
}

.your-em a:hover {
  color: #222;
}

.ecommerce-store-right .your-em a:hover {
  color: #ffffff;
}

.contact-right-area .your-em {
  color: #222;
  width: 48%;
  font-size: 15px;
  font-weight: 100;
  line-height: 22px;
}

.ecommerce-store-right #submitter {
  background-color: #0985f8;
  border-color: #0985f8;
}

.ecommerce-store-right #submitter:hover {
  background: transparent;
  color: #0985f8;
}

.magento-responsive-theme {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
}

.magento-responsive-mobile {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 70px 0px;
}

.magento-responsive-mobile p {
  color: #474747;
}

.magento-responsive-mobile .new-title {
  color: #272727;
}

.magento-responsive-mobile h3 {
  color: #474747;
  font-weight: 100;
  font-size: 22px;
  margin: auto;
  padding-bottom: 30px;
}

.magento-responsive-mobile .stranth-list {
  margin-bottom: 0px;
}

.magento-responsive-mobile .stranth-list li {
  color: #474747;
  font-weight: 400;
  line-height: 1.6;
}

.magento-responsive-mobile .stranth-list li:before {
  top: 6px;
}

.mobile-services-link {
  margin: 40px 0 0px 0;
  padding: 0;
  display: flex;
}

.mobile-services-link li {
  display: inline-block;
  text-align: center;
  max-width: 220px;
  position: relative;
}

.mobile-services-link li:not(:last-child) {
  padding-right: 30px;
}

.mobile-services-link li>div {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-services-link li img {
  margin: 0 auto;
  display: list-item;
}

.mobile-services-link li a {
  color: #474747;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4;
  padding-top: 10px;
  float: left;
  display: list-item;
  text-transform: uppercase;
}

.mobile-services-link li:hover a {
  color: #0985f8;
}

.sprite-pdm-icon {
  width: 72px;
  height: 72px;
  background-position: -5px -274px;
  margin: 0 auto;
}

.sprite-pmt-icon {
  width: 72px;
  height: 72px;
  background-position: -87px -274px;
  margin: 0 auto;
}

.sprite-mctd-icon {
  width: 72px;
  height: 72px;
  background-position: -283px -55px;
  margin: 0 auto;
}

.sprite-mms-icon {
  width: 72px;
  height: 72px;
  background-position: -225px -192px;
  margin: 0 auto;
}

.helps-you-take {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
  text-align: center;
}

.helps-you-take p {
  font-size: 32px;
  line-height: 1.5;
  max-width: 80%;
  font-weight: 100;
  margin: 0 auto 50px;
}

.helps-you-take p:last-child {
  margin-bottom: 0px;
}

.helps-you-take a.mcs-btn-6 {
  margin-left: -8px;
}

.interacting-selling {
  background-color: #f5f5f5;
}

.interacting-selling .servies-by-left p:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.interacting-selling .servies-by-right h3 {
  color: #474747;
  font-weight: 100;
  margin: 0;
  padding-bottom: 30px;
  font-size: 22px;
}

.mobile-services-link li:nth-child(3):after,
.mobile-services-link li:after {
  position: absolute;
  color: #474747;
  font-size: 45px;
  top: 8px;
  font-weight: 100;
}

.mobile-services-link li:after {
  content: "+";
}

.mobile-services-link li:nth-child(3):after {
  content: "=";
}

.mobile-services-link li:last-child:after {
  display: none;
}

.theme-design-integration {
  background: #f09e35;
}

.theme-design-integration .new-title {
  float: left;
  width: 100% !important;
  text-align: left !important;
}

.theme-design-integration .theme-design-integration-left p,
.theme-design-integration .theme-design-integration-right p {
  color: #ffffff;
}

.magento-2-development-seven-reasons.theme-design-integration2 .reasons-content p,
.magento-2-development-seven-reasons.theme-design-integration .reasons-content p {
  color: #222;
}

.helps-you-take .container {
  padding: 0px;
}

.theme-design-integration-left,
.theme-design-integration-right {
  background: #272727;
  padding: 30px 20px;
  min-height: 264px;
  position: relative;
  margin-bottom: 70px;
  margin-top: 20px;
}

.theme-design-integration-left:before,
.theme-design-integration-right:before {
  content: "";
  position: absolute;
  bottom: -30px;
  border-right: 40px solid #272727;
  border-bottom: 30px solid transparent;
  right: 0;
}

.theme-design-integration-left h2,
.theme-design-integration-right h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 100;
  padding: 0px 0px 30px 0px;
}

.theme-design-integration-left p,
.theme-design-integration-right p {
  margin: 0;
}

.cms-magento-responsive-theme .check-faqs .reasons-left li,
.cms-magento-responsive-theme .check-faqs .reasons-right li,
.cms-magento-theme-designer .magento-2-development-seven-reasons.lucid-understanding .reasons-left li,
.cms-magento-theme-designer .magento-2-development-seven-reasons.lucid-understanding .reasons-right li,
.theme-design-integration .reasons-left li,
.theme-design-integration .reasons-right li {
  max-width: 100%;
}

.theme-design-integration .reasons-content p {
  margin-bottom: 15px;
}

.theme-design-integration .reasons-content p:last-child {
  margin-bottom: 0px;
}

.theme-design-integration .reasons-left li .reasons-content p a,
.theme-design-integration .reasons-right li .reasons-content p a {
  display: initial;
  color: #0985f8;
}

.theme-design-integration .reasons-left li .reasons-content p a:hover,
.theme-design-integration .reasons-right li .reasons-content p a:hover {
  color: #ffffff;
}

.call-us-area {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
  text-align: center;
}

.call-us-left {
  float: left;
  width: 20%;
  margin-right: 4%;
}

.call-us-right {
  float: right;
  width: 72%;
  background: #132c45;
  padding: 30px;
  border-radius: 5px;
  margin-top: 2.5%;
  position: relative;
}

.call-us-right a:hover {
  color: #ffffff;
}

.call-us-right:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/call-us-arrow.png) no-repeat scroll;
  width: 72px;
  height: 58px;
  position: absolute;
  margin: 0 auto;
  left: -23px;
  bottom: -2px;
  background-size: 40%;
}

.call-us-right p {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: left;
  line-height: 34px;
  font-weight: 100;
}

.theme-design-integration2 {
  background-color: #132c45;
}

.theme-design-integration2 ul.sb-listing {
  padding-top: 20px;
}

.theme-design-integration2 .sb-listing li {
  border: none;
  line-height: inherit;
  padding: 4px 0;
  margin: inherit;
  font-size: 16px;
  font-weight: inherit;
  color: #272727;
}

.theme-design-integration2 .reasons-left,
.theme-design-integration2 .reasons-right {
  margin-top: 30px;
}

.theme-design-integration2 .reasons-left .deco-text {
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.6;
  margin: 11% auto;
  float: none;
  display: table;
  position: relative;
}

.theme-design-integration2 .reasons-left .deco-text:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/deco-icon.png) no-repeat scroll;
  width: 162px;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -40px;
}

.theme-design-integration2 .reasons-left .deco-text:after {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/deco-icon.png) no-repeat scroll;
  width: 162px;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -40px;
}

.dedicated-magento-team-section {
  float: left;
  width: 100%;
  background: #f0efef;
  padding: 70px 0px;
}

.dedicated-magento-team-section p:last-child {
  margin-bottom: 0px;
}

.dedicated-team-listing {
  margin: 30px 0px 0px 0px;
  padding: 0;
}

.dedicated-team-listing li {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  width: 49%;
  min-height: 130px;
  padding-right: 13%;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/dt-list-icon.png);
  background-repeat: no-repeat;
  padding-left: 70px;
  padding-bottom: 30px;
  background-position: 0px 10px;
  display: inline-block;
  vertical-align: top;
}

.price-table-section {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 0px 0px 70px 0px;
}

.price-table-section .new-title {
  color: #222;
  text-align: center;
}

.our-faqs-section .reasons-left li,
.our-faqs-section .reasons-right li {
  max-width: 480px;
}

.my-price-table {
  background: #ffffff;
  margin-top: 25px;
  border-collapse: inherit;
}

.my-price-table tbody {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.my-price-table thead tr th {
  vertical-align: middle !important;
  border: none !important;
  background: #1d2227;
  position: relative;
  color: #ffffff;
  text-align: center;
}

.my-price-table thead tr th:nth-child(2n + 2) {
  background: #2b3138;
}

.my-price-table thead tr:first-child th:nth-child(2n + 1):before {
  content: "";
  width: 100%;
  height: 30px;
  background: #1d2227;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999999;
  top: -25px;
}

.my-price-table thead tr th h3 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 15px;
  margin: 0;
}

.my-price-table thead tr th h3:after {
  width: 50px;
  height: 1px;
  content: "";
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  background: #ffffff;
  left: 0;
  right: 0;
}

.my-price-table thead tr th h4 {
  font-size: 30px;
  font-weight: 100;
  padding: 15px;
  margin: 0;
}

.my-price-table tbody tr td,
.my-price-table tbody tr th {
  text-align: center;
  vertical-align: middle !important;
  border: 1px solid #eee;
  padding: 20px 10px !important;
}

.support-package-table .my-price-table tbody tr td,
.support-package-table .my-price-table tbody tr th {
  padding: 15px !important;
}

.payg-title {
  background-color: #178587 !important;
}

.payg-title:before {
  background: #178587 !important;
}

.payg-light {
  border-color: #178587 !important;
  border-top: transparent !important;
}

.old-new-price {
  line-height: 8px;
}

.old-new-price small {
  display: block;
  color: #999;
  font-weight: 500;
  text-decoration: line-through;
  font-style: italic;
  font-size: 14px;
}

.my-price-table tbody tr td p {
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.my-price-table tbody tr td strong {
  font-size: 15px;
}

.my-price-table tfoot tr th,
.my-price-table tfoot tr td {
  font-size: 18px;
  font-weight: 700;
  color: #0985f8;
  text-align: center;
  border: 1px solid #ddd;
  vertical-align: middle !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  background: #ffffff;
}

.sprite-uncheck-icon {
  width: 26px;
  height: 26px;
  background-position: -421px -283px;
  margin: 0 auto;
}

.sprite-check-icon {
  width: 26px;
  height: 26px;
  background-position: -139px -5px;
  margin: 0 auto;
}

.support-packages-area {
  text-align: center;
}

.support-packages {
  padding: 70px 0px 25px 0px;
  float: left;
  width: 100%;
}

.packages-box {
  border: 1px solid #eee;
  padding: 30px 20px;
  text-align: center;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  background-color: #132c45;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 120px;
  border-top-right-radius: 120px;
  border-top-left-radius: 8px;
}

span.package-top {
  background-color: #132c45;
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 100%;
  border: 10px solid #ffffff;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 25px;
  font-size: 24px;
  padding: 25px 15px;
  color: #ffffff;
  font-weight: 700;
}

span.package-top sub {
  font-size: 11px;
  font-weight: 400;
}

span.package-top small {
  display: block;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.6;
}

.package-top .package-off {
  position: absolute;
  top: -8px;
  right: -2px;
  background-color: #ff0a00;
  border: 2px solid #ffffff;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
}

.package-title {
  min-height: 55px;
  border-bottom: 1px solid #198989;
  margin-bottom: 20px;
}

.package-title h3 {
  text-transform: uppercase;
  color: #0985f8;
  font-weight: 600;
}

.package-title h3 small {
  display: block;
  font-size: 11px;
  text-transform: none;
  margin-top: 3px;
  color: #198989;
}

.package-details ul li {
  color: #ffffff;
  font-size: 14px;
  border-bottom: 1px solid rgba(240, 240, 240, 0.08);
  padding: 10px 0;
}

.package-details ul li:last-child {
  border-bottom: none;
}

.packages-box:hover .package-top,
.packages-box:hover .package-off,
.packages-box:hover {
  background-color: #1a8788;
}

.cms-magento-speed-optimization .packages-box:hover .package-top,
.cms-magento-speed-optimization .packages-box:hover .package-off,
.cms-magento-speed-optimization .packages-box:hover {
  background-color: #0985f8;
}

.packages-box:hover .package-title {
  border-bottom: 1px solid #ffffff;
}

.packages-box:hover .package-details ul li,
.packages-box:hover .package-title h3,
.packages-box:hover .package-title h3 small {
  color: #ffffff;
}

.conversion-services-listing {
  margin: 40px 0px 0px 0px;
}

.conversion-services-listing li {
  margin-bottom: 30px;
}

.conversion-services-listing li:last-child {
  margin-bottom: 0px;
}

.conversion-services-listing li .listing-content,
.conversion-services-listing li i {
  vertical-align: middle;
  display: table-cell;
}

.conversion-services-listing li i {
  font-size: 90px;
  text-align: left;
  padding: 40px 80px 40px 0px;
  color: #c3c3c3;
}

.conversion-services-listing li:nth-child(even) i {
  float: right;
  padding: 40px 0px 40px 80px;
}

.conversion-services-listing li .listing-content {
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px 25px;
}

.conversion-services-listing li .listing-content h4 {
  font-size: 20px;
  color: #0985f8;
  margin: 0;
  padding: 0px 0px 15px 0px;
}

.conversion-services-listing li .listing-content p {
  margin: 0;
  padding: 0;
}

.search-engine-markup-section .stranth-list {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.future-upgradeable-section {
  float: left;
  width: 100%;
}

.future-upgradeable-section .future-upgradeable-left {
  background: #fbfbfb;
  padding: 70px 40px 70px 0px;
}

.future-upgradeable-section .future-upgradeable-right {
  background: #f5f5f5;
  padding: 70px 0px 70px 40px;
}

.future-upgradeable-section .future-upgradeable-left,
.future-upgradeable-section .future-upgradeable-right {
  min-height: 420px;
  float: left;
  width: 50%;
}

.future-upgradeable-section .future-upgradeable-left img {
  text-align: right;
  float: right;
}

.future-upgradeable-section .future-upgradeable-right img {
  text-align: left;
  float: left;
}

.future-upgradeable-section .future-upgradeable-left h3,
.future-upgradeable-section .future-upgradeable-right h3 {
  font-size: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid #474747;
  padding-bottom: 5px;
  margin: 30px 0px 20px 0px;
  font-weight: 600;
}

.future-upgradeable-section .future-upgradeable-left h4,
.future-upgradeable-section .future-upgradeable-right h4 {
  margin: 0px 0px 15px 0px;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 18px;
}

.future-upgradeable-section .future-upgradeable-left p,
.future-upgradeable-section .future-upgradeable-right p {
  margin-bottom: 0px;
  line-height: 22px;
}

.future-upgradeable-section .future-upgradeable-left h3,
.future-upgradeable-section .future-upgradeable-left h4,
.future-upgradeable-section .future-upgradeable-left p {
  max-width: 600px;
  color: #474747;
  float: right;
  text-align: right;
  clear: both;
}

.future-upgradeable-section .future-upgradeable-right h3,
.future-upgradeable-section .future-upgradeable-right h4,
.future-upgradeable-section .future-upgradeable-right p {
  max-width: 600px;
  color: #474747;
  float: left;
  text-align: left;
  clear: both;
}

.customimage {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #132c45;
  position: relative;
}

.inner-banner-content {
  position: relative;
  z-index: 2;
}

.customimage .inner-banner-content .inner-banner-content-left {
  width: 60%;
  margin-top: 0px !important;
  padding: 40px 0px;
  float: left;
}

.banner-sub-title {
  line-height: initial;
  padding-bottom: 30px !important;
}

.customimage .inner-banner-content .inner-banner-content-right {
  width: 36%;
  margin-top: 0px !important;
  background: rgba(255, 255, 255, 0.1);
  padding: 66px 30px;
  float: right;
}

.inner-banner-content-left h3 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 32px;
  font-weight: 100;
  color: #ffffff;
}

.customimage .inner-banner-content .inner-banner-content-right p {
  text-align: center;
  font-size: 18px;
}

.customimage .inner-banner-content .inner-banner-content-right form .f-in {
  margin-bottom: 5px;
}

.customimage .inner-banner-content .inner-banner-content-right form .fieldset {
  margin-bottom: 0px;
}

.customimage .inner-banner-content .inner-banner-content-right form .fieldset .field {
  margin-bottom: 5px;
}

.customimage .inner-banner-content .inner-banner-content-right .or-text,
.customimage .inner-banner-content .inner-banner-content-right .your-em,
.customimage .inner-banner-content .inner-banner-content-right .innter-title {
  display: none;
}

.customimage .head_listing {
  padding-left: 30px;
}

.customimage .head_listing>li i {
  color: #0985f8;
}

.inner-banner-content-right .actions-toolbar .mcs-btn-6 {
  border-color: #ffffff;
  background-color: transparent;
}

.inner-banner-content-right .actions-toolbar .mcs-btn-6:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}

.inner-banner-content .inner-banner-content-left p:last-child {
  margin-bottom: 0;
}

.development-testing-listing {
  margin: 30px 0px 0px 0px;
  padding: 0;
}

.development-testing-listing li {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  width: 46%;
  padding-right: 3%;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/d-testing-icon.png);
  background-repeat: no-repeat;
  padding-left: 90px;
  padding-bottom: 40px;
  background-position: 0px 4px;
  display: inline-table;
  text-align: left;
  vertical-align: top;
}

.development-testing-listing li h4 {
  font-size: 18px;
  color: #0985f8;
  font-weight: 400;
  margin: 0;
  padding-bottom: 25px;
  line-height: 26px;
}

.development-testing-listing li p {
  margin-bottom: 0px;
}

.call-us-section {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/call-us-bg.jpg);
  background-size: cover;
  float: left;
  width: 100%;
  padding: 70px 0px;
  text-align: center;
}

.call-us-section .container {
  padding: 0px;
}

.call-us-section h3 {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.call-us-section p {
  display: block;
  margin: 0;
  color: #ffffff;
  padding-bottom: 20px;
}

.mobile-slider-area {
  text-align: center;
  width: 100%;
  float: left;
  background-color: #135;
}

.mobile-slider {
  padding: 30px 15px;
}

.mobile-slider h3 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-weight: 100;
  font-size: 25px;
}

.mobile-slider p {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

.mobile-slider .mcs-services {
  margin-bottom: 25px;
}

.core-development-process {
  float: left;
  width: 100%;
  margin-top: 45px;
}

.core-development-process .process-icon {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/cd-process-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  min-height: 76px;
  padding-left: 105px;
  margin: 0px 0px 15px 0px;
  line-height: 30px;
  color: #222;
}

.core-development-process p {
  margin-bottom: 0px;
  text-align: left;
}

.ecommerce-store-left .new-title {
  color: #222 !important;
  font-weight: 600;
  font-size: 25px;
}

.data-transfer-section .our-workflow-left img {
  width: initial;
}

.list-50 {
  width: 50%;
}

.migration-services-section .new-title {
  text-align: center;
}

.migration-services-bottom {
  margin-top: 20px;
  text-align: center;
}

.migration-services-bottom h3 {
  width: 58%;
  margin: 0 auto;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 100;
  color: #0985f8;
}

.migration-listing-area {
  width: 56%;
  margin: 0 auto;
  padding-top: 30px;
}

.migration-listing-area .head_listing {
  margin-bottom: 0px;
}

.migration-listing-area .head_listing>li {
  color: #222;
  font-weight: 400;
}

.migration-listing-area .head_listing>li i {
  font-size: 18px;
  color: #0985f8;
}

.what-we-do-section {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 70px 0px;
}

.what-we-do-listing {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  float: left;
  padding-top: 60px;
}

.what-we-do-listing li {
  width: 200px;
  padding: 0px 10px;
  vertical-align: top;
  display: inline-table;
  text-align: center;
  letter-spacing: 1px;
  margin: 0px 1%;
}

.what-we-do-listing li img {
  display: inline-block;
  clear: both;
}

.what-we-do-listing li a {
  display: block;
  padding-top: 15px;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  letter-spacing: normal;
}

.what-we-do-listing li a:hover {
  color: #0985f8;
}

.our-strength-section {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
}

.our-strength-listing {
  margin: 0;
  padding-top: 30px;
}

.our-strength-listing>li {
  width: 49%;
  display: inline-block;
  padding-right: 3%;
  margin-bottom: 50px !important;
  vertical-align: top;
}

.our-strength-listing>li:nth-child(2n) {
  padding-right: 0px;
  padding-left: 3%;
}

.our-strength-listing>li:nth-child(5) {
  margin-bottom: 0px;
}

.our-strength-listing>li h3 {
  font-size: 18px;
  color: #132c45;
  margin: 0;
  padding-bottom: 25px;
  font-weight: 600;
  line-height: 24px;
}

.our-strength-listing>li .text-contant {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/strength-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  padding-left: 80px;
}

.our-strength-listing>li .text-contant p {
  margin-bottom: 10px;
}

.our-strength-listing>li .text-contant p:last-child {
  margin-bottom: 0;
}

.our-strength-listing .stranth-list {
  padding-bottom: 15px;
}

.our-strength-listing .stranth-list li {
  display: list-item;
  width: 100%;
}

.our-strength-listing .stranth-list li:before {
  top: 5px;
}

.business-philosophy .our-workflow-right h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 15px;
  color: #0985f8;
}

.business-philosophy-section .new-title {
  text-align: center;
  padding-bottom: 5px;
}

.business-philosophy-section p {
  text-align: center;
  display: inherit;
}

.business-philosophy-section .customers-constantly li {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}

.business-philosophy-section .customers-constantly li h2 {
  color: #0985f8;
  font-size: 18px;
}

.business-philosophy-section .customers-constantly li p:lact-child {
  padding-bottom: 0px;
}

.e-store-box {
  border: 1px solid #0985f8;
  padding: 40px 30px;
  position: relative;
  margin-top: 70px;
}

.e-store-box p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}

.e-store-box img {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}

.continuously-section {
  background-color: #f5f5f5;
}

.continuously-section .servies-by-right {
  background-color: #efefef;
}

.elegant-workable-section .our-strength-listing li:nth-child(3n),
.elegant-workable-section .our-strength-listing li:nth-child(4n) {
  margin-bottom: 0px;
}

.ecommerce-web-store-section {
  float: left;
  width: 100%;
  background: #fbfbfb;
  padding: 70px 0px;
  position: relative;
}

.ecommerce-store-section .container {
  padding: 0px;
}

.ecommerce-web-store-left {
  float: left;
  width: 50%;
  padding-right: 35px;
}

.ecommerce-web-store-right {
  width: 50%;
  position: relative;
  float: right;
  padding-left: 35px;
  right: 0;
  z-index: 11;
}

.ecommerce-web-store-left h3,
.ecommerce-web-store-right h3 {
  color: #474747;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}

.ecommerce-web-store-left h3:after,
.ecommerce-web-store-right h3:after {
  content: "";
  width: 90px;
  height: 3px;
  background: #474747;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.ecommerce-web-store-left p,
.ecommerce-web-store-right p {
  color: #474747;
}

.ecommerce-web-store-left p:last-child,
.ecommerce-web-store-right p:last-child {
  margin-bottom: 0px;
}

.ecommerce-web-store-section:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}

.integration-list-section {
  width: 100%;
  float: left;
}

.different-magento-extensions-section {
  padding-top: 110px;
}

.cms-company-profile .different-magento-extensions-section {
  padding-top: 0;
}

.integration-list-section .container {
  position: relative;
}

.integration-list-area {
  float: left;
  width: 100%;
  margin: 0;
}

.integration-list-area li {
  padding: 70px 0px;
  width: 100%;
  float: left;
}

.integration-list-area li.container {
  padding: 0;
}

.integration-list-area li:nth-child(odd) {
  background: #f8f8f8;
}

.integration-left {
  width: 45%;
  position: absolute;
}

.integration-right {
  float: right;
  position: relative;
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 35px;
  right: 0;
  width: 75%;
  margin-top: 40px;
}

.integration-right h2 {
  font-size: 32px;
  margin: 0;
  line-height: 40px;
  font-weight: 100;
  padding-bottom: 30px;
}

.integration-list-area li:nth-child(even) .integration-left {
  right: 0px;
}

.integration-list-area li:nth-child(even) .integration-right {
  float: left;
}

.integrate-list-area {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.integrate-list-area .integrate-api-listing {
  width: 33.33%;
  float: left;
  border: 1px solid #ddd;
  padding: 15px 20px;
  min-height: 282px;
}

.integrate-list-area .integrate-api-listing:nth-child(2n) {
  background: #f5f5f5;
  border-left: none;
  border-right: none;
}

.integrate-api-listing {
  margin: 0;
}

.integrate-api-listing li {
  line-height: 35px;
  font-size: 18px;
  color: #222;
}

.integrate-api-listing li i {
  padding-right: 10px;
  color: #0985f8;
  font-size: 17px;
  font-weight: 100;
}

.web-services {
  border: 4px solid #eee;
  float: left;
  width: 100%;
  padding: 60px 40px 20px 40px;
  position: relative;
  z-index: 2222;
  background: #ffffff;
}

.web-services:before {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-top: 35px solid transparent;
  border-right: 45px solid #eee;
  left: -56px;
  top: 28%;
}

.web-services .servies-box {
  float: left;
  width: 50%;
  text-align: center;
  min-height: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.web-services .servies-box p {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.custom-api-section {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 70px 0px;
  overflow: hidden;
}

.custom-api-section .container {
  padding: 0px;
  position: relative;
}

.custom-api-left {
  background: #ffffff;
  border: 1px solid #1c1c1c;
  position: absolute;
  top: 10%;
  width: 35%;
  z-index: 1;
  float: left;
}

.custom-api-left .new-title {
  text-align: left;
  padding: 80px 30px;
  line-height: 55px;
}

.custom-api-right {
  background: #1c1c1c;
  color: #ffffff;
  width: 70%;
  float: right;
  padding: 50px 30px 50px 90px;
  position: relative;
}

.custom-api-right:before {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #1c1c1c;
  content: "";
  margin-right: -100%;
  top: 0;
  right: 0;
}

.custom-api-right p {
  color: #ffffff;
}

.integration-list-area li:nth-child(odd) .pay-method {
  margin: 20px 0px 0px 0;
  padding: 0;
  float: left;
  width: 56%;
}

.integration-list-area li:nth-child(odd) .pay-method img {
  float: left;
  max-width: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #d0d0d0;
  padding: 2px 2px;
  border-radius: 3px;
  background: #ffffff;
}

.integration-list-area li:nth-child(even) .pay-method {
  margin: 20px 0px 0px 0;
  float: right;
  width: 58%;
  text-align: right;
  border: 1px solid #d0d0d0;
  padding: 2px 2px;
  border-radius: 3px;
  background: #ffffff;
}

.integration-list-area li:nth-child(even) .pay-method img {
  margin-left: 10px;
  max-width: 65px;
  margin-bottom: 10px;
  float: right;
}

.solutions-every-problem {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/solutions-every-problem-bg.jpg);
  background-size: cover;
}

.solutions-every-problem-left {
  float: left;
  width: 60%;
}

.solutions-every-problem .new-title,
.solutions-every-problem p {
  color: #ffffff;
}

.ecommerce-website-development {
  background: linear-gradient(180deg, #f5f5f5, rgb(245 245 245 / 0%));
}

.ecommerce-website-development .servies-by-right {
  background-color: #efefef;
}

.ecommerce-website-development .servies-by-right {
  padding-left: 60px;
}

.extinsion-listing {
  margin: 0;
  padding: 0 0 20px 0;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.extinsion-listing li {
  width: 49%;
  float: left;
  margin-bottom: 25px;
}

.extinsion-listing li:nth-child(odd) {
  padding-right: 10px;
}

.extinsion-listing li:nth-child(even) {
  padding-left: 10px;
}

.extinsion-listing li img {
  float: left;
  padding-right: 10px;
}

.extinsion-listing li a {
  font-size: 14px;
  color: #474747;
}

.extinsion-listing li a:hover {
  text-decoration: underline;
}

.ecommerce-website-development .servies-by-right .sb-listing {
  margin-bottom: 40px;
}

.let-tocus-section {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 51%,
      rgba(241, 241, 241, 1) 51%,
      rgba(241, 241, 241, 1) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(51%, rgba(255, 255, 255, 1)),
      color-stop(51%, rgba(241, 241, 241, 1)),
      color-stop(100%, rgba(241, 241, 241, 1)));
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(241, 241, 241, 1) 51%,
      rgba(241, 241, 241, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 51%,
      rgba(241, 241, 241, 1) 51%,
      rgba(241, 241, 241, 1) 100%);
  background: -ms-linear-gradient(left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 51%,
      rgba(241, 241, 241, 1) 51%,
      rgba(241, 241, 241, 1) 100%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 51%,
      rgba(241, 241, 241, 1) 51%,
      rgba(241, 241, 241, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
  padding: 0px;
  border-bottom: 1px solid #f1f1f1;
}

.let-tocus-section .magento-2-development-left,
.let-tocus-section .magento-2-development-right {
  padding-top: 80px;
  padding-bottom: 80px;
}

.let-tocus-section .magento-2-development-right {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/let-tocus-bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  z-index: 999;
}

.let-tocus {
  width: 300px;
  height: 300px;
  background: #0985f8;
  border-radius: 100%;
  position: relative;
  border: 12px solid #ffffff;
  left: 0;
  right: 0;
  margin: 16% auto;
}

.let-tocus h2 {
  width: 70%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 18%;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.different-magento-extensions-section .integration-right {
  float: left;
}

.different-magento-extensions-section .integration-right h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.different-magento-extensions-section .integration-right p:last-child {
  margin-bottom: 0px;
}

.different-magento-extensions-section .integration-left {
  right: 15px;
}

.different-magento-extensions-section .integration-list-area li {
  background: #ffffff;
}

.magento-module-development {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(left,
      rgba(28, 28, 28, 1) 0%,
      rgba(28, 28, 28, 1) 64%,
      rgb(237, 75, 35) 0%,
      rgb(237, 75, 35) 100%);
  background: -webkit-gradient(left top,
      right top,
      color-stop(0%, rgba(28, 28, 28, 1)),
      color-stop(64%, rgba(28, 28, 28, 1)),
      color-stop(0%, rgb(237, 75, 35)),
      color-stop(100%, rgb(237, 75, 35)));
  background: -webkit-linear-gradient(left,
      rgba(28, 28, 28, 1) 0%,
      rgba(28, 28, 28, 1) 64%,
      rgb(237, 75, 35) 0%,
      rgb(237, 75, 35) 100%);
  background: -o-linear-gradient(left,
      rgba(28, 28, 28, 1) 0%,
      rgba(28, 28, 28, 1) 64%,
      rgb(237, 75, 35) 0%,
      rgb(237, 75, 35) 100%);
  background: -ms-linear-gradient(left,
      rgba(28, 28, 28, 1) 0%,
      rgba(28, 28, 28, 1) 64%,
      rgb(237, 75, 35) 0%,
      rgb(237, 75, 35) 100%);
  background: linear-gradient(to right,
      rgba(28, 28, 28, 1) 0%,
      rgba(28, 28, 28, 1) 64%,
      rgb(237, 75, 35) 0%,
      rgb(237, 75, 35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
  padding: 0px;
}

.cms-magento-module-development .magento-module-development {
  background: #f5f5f5;
}

.magento-module-development .magento-2-development-left {
  width: 65%;
  padding: 70px 0px;
}

.magento-module-development .magento-2-development-left .new-title,
.magento-module-development .magento-2-development-left p {
  color: #474747;
}

.magento-module-development .magento-2-development-right {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/let-tocus2-bg.jpg);
  width: 35%;
  position: relative;
  background-size: 100% 100%;
}

.cms-magento-module-development .magento-module-development .magento-2-development-right {
  background-image: none;
}

.magento-module-development .magento-2-development-right .magento-black-icon {
  max-width: 250px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 35%;
}

.support-package-section .magento-2-development-left h3 {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 32px;
  font-weight: 100;
}

.support-package-section .magento-2-development-right .let-tocus h2 {
  font-weight: 100;
}

.support-package-table {
  background: #ffffff;
  padding-top: 180px;
}

.cms-magento-support-services .support-package-table {
  padding-top: 70px;
}

.support-package-table .my-price-table thead tr th h3:after {
  display: none !important;
}

.customized-modification {
  width: 100%;
  float: left;
  background: #e7f8eea0;
  border: 1px solid #ddd;
  padding: 40px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}

.customized-modification .fa.fa-quote-left {
  position: absolute;
  font-size: 115px;
  color: #0985f8;
  left: 20px;
  top: 10px;
}

.customized-modification p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: block;
  font-size: 18px;
  line-height: 35px;
  font-style: italic;
  font-weight: 600;
}

.customized-modification .fa.fa-quote-right {
  position: absolute;
  font-size: 115px;
  color: #0985f8;
  right: 20px;
  bottom: 10px;
}

.custom-packages-bottom {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.custom-packages-bottom .top-text {
  color: #0985f8;
  font-size: 18px;
  display: inherit;
  margin-bottom: 10px;
}

.custom-packages-left {
  float: left;
  width: 70%;
  text-align: left;
}

.custom-packages-left p:last-child {
  margin-bottom: 0px;
}

.custom-packages-left .new-title {
  text-align: left;
}

.custom-packages-right {
  float: left;
  width: 30%;
}

.we-are-quick .integration-right {
  padding-top: 80px;
  padding-bottom: 80px;
}

.we-are-quick .integration-left h3 {
  font-size: 22px;
  line-height: 1.2;
  width: 50%;
  margin: 0;
  padding-top: 10px;
}

.we-are-quick .integration-left h3 span {
  color: #0985f8;
}

.our-inclusions-section {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 70px 0px;
  position: relative;
}

.our-inclusions-section .container {
  padding: 0px;
}

.website-check-ups .magento-2-development-right {
  padding-bottom: 0px;
  padding-top: 0px;
}

.website-check-ups .let-tocus {
  margin: 30% auto;
}

.website-check-ups .let-tocus h2 {
  top: 26%;
}

.our-inclusions-section .new-title,
.our-inclusions-section p {
  color: #474747;
}

.our-inclusions-list {
  float: left;
  width: 100%;
  margin: 40px 0px 0px;
}

.our-inclusions-list li {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  width: 49%;
  background-repeat: no-repeat;
  padding-left: 120px;
  background-position: 0px 15px;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}

.our-inclusions-list li:before {
  content: "";
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/inner-pages-sprite.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 65px;
  background-position: -5px -5px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.our-inclusions-list li:nth-child(odd) {
  padding-right: 25px;
}

.our-inclusions-list li h4 {
  margin: 0;
  padding-bottom: 20px;
  color: #474747;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.our-inclusions-list li:last-child {
  margin-bottom: 0;
}

.our-inclusions-list li:last-child p {
  margin-bottom: 0;
}

.support-plans-section {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
  position: relative;
}

.support-plans-section .container {
  padding: 0px;
}

.support-plans-section .new-title,
.support-plans-section h3,
.support-plans-section p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
}

.cms-hyva-theme-development .support-plans-section .new-title,
.cms-hyva-theme-development .support-plans-section h3,
.cms-hyva-theme-development .support-plans-section p {
  width: 100%;
}

.website-check-ups h3,
.support-plans-section h3 {
  font-weight: 100;
  margin: 0 auto;
}

.support-plans {
  float: left;
  width: 100%;
  text-align: center;
}

.support-plans li {
  width: 44%;
  display: inline-table;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin: 40px 20px 20px 20px;
  padding: 40px 20px;
}

.support-plans li img {
  margin-bottom: 20px;
}

.support-plans li h3,
.support-plans li p {
  width: 100%;
}

.support-plans li h3 {
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0985f8;
  font-size: 24px;
  padding-bottom: 20px;
}

.support-plans li a {
  margin: 10px 10px 5px 10px;
}

.lucid-understanding .new-title {
  text-align: left;
  width: 100%;
}

.lucid-understanding .reasons-left li,
.lucid-understanding .reasons-right li {
  max-width: 500px;
}

.lucid-understanding .reasons-left,
.lucid-understanding .reasons-right {
  margin-top: 40px;
}

.lucid-understanding .reasons-content p {
  margin-bottom: 15px;
}

.different-magento-extensions-section .reasons-content p:last-child {
  margin-bottom: 0px;
}

.lucid-understanding .new-title {
  padding-bottom: 20px;
}

.lucid-understanding p {
  color: #ffffff;
}

.solutions-every-problem .solutions-every-problem-left p:last-child {
  margin-bottom: 0;
}

.magento-popular-choice-section {
  background: #1c1c1c;
}

.magento-popular-choice-section .new-title {
  color: #ffffff;
  letter-spacing: -0.4px;
}

.magento-popular-choice-section .dedicated-team-listing li {
  width: 48%;
  min-height: auto;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/wp-list-icon.png);
  padding-left: 80px;
  display: inline-black;
  padding-right: 3%;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 100;
  float: none;
}

.magento-popular-choice-section .dedicated-team-listing li:last-child {
  padding-bottom: 0px;
}

.welcome-one-list .welcome-one-list-left ul li:before {
  content: counter(step-counter, decimal-leading-zero);
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  color: #bdbdbd;
  width: 45px;
  font-size: 22px;
  cursor: default;
}

.methodology-process-section {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
  position: relative;
}

.development-process-listing {
  margin: 30px 0 0 0;
  position: relative;
  padding: 0;
}

.development-process-listing li:last-child {
  margin-bottom: 0px;
}

.development-process-listing:after {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 42px;
}

.development-process-listing li {
  counter-increment: step-counter;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}

.development-process-listing li:before {
  content: counter(step-counter);
  left: 0;
  position: absolute;
  top: 0;
  color: #ffffff;
  width: 90px;
  font-size: 25px;
  height: 90px;
  background-color: #132c45;
  text-align: center;
  line-height: 60px;
  border-radius: 100%;
  border: 15px solid #ddd;
  z-index: 2;
}

.development-process-listing li .process-count-left {
  float: left;
  width: 25%;
  position: relative;
}

.development-process-listing li .process-count-left:before {
  content: "";
  position: absolute;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/count-right-arrow.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 90px center;
}

.development-process-listing li .process-content-right {
  float: right;
  width: 75%;
  position: relative;
}

.process-content-right ul.methodology-list li:before {
  display: none;
}

.development-process-listing li .process-content-right h3 {
  font-size: 20px;
  color: #0985f8;
  margin: 32px 0 30px 0;
  font-weight: 600;
}

.methodology-list {
  margin: 0 0 30px 0;
  padding-left: 20px;
}

.methodology-list li {
  display: list-item;
  list-style-image: url(../../frontend/Mconnect/Mmedia/en_US/images/list-icon.png);
  line-height: 30px;
  font-size: 16px;
  padding-left: 8px;
  margin: 0;
  counter-increment: initial;
}

.methodology-list li:before {
  display: none;
}

.ecommerce-website-services .our-inclusions-list li {
  margin-bottom: 40px;
}

.ecommerce-website-services .our-inclusions-list li p {
  margin-bottom: 0;
}

.our-inclusions-list li:nth-child(3n) {
  margin-bottom: 0px;
}

.our-inclusions-list li:nth-child(4n) {
  margin-bottom: 0px;
}

.our-tickets-section {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
  position: relative;
}

#our-tickets .slick-list.draggable {
  width: 100%;
}

#our-tickets img {
  border: none;
  min-width: 100%;
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  background: transparent;
  width: auto;
  height: auto;
}

.our-tickets-section .container {
  padding: 0px;
}

.our-tickets-section .new-title {
  text-align: center;
  padding-bottom: 15px;
}

.our-tickets-section p {
  text-align: center;
  display: block;
}

#our-tickets {
  margin: 0 auto;
  width: 80%;
}

#our-tickets .slick-slide {
  margin: 0px;
}

#our-tickets .slick-dots li {
  width: 12px;
  height: 12px;
}

#our-tickets .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #d5d5d5;
  border-radius: 100%;
}

#our-tickets .slick-dots li button:before {
  display: none;
}

#our-tickets .slick-dots li.slick-active button {
  background: #132c45;
}

.why-join-section .magento-2-development-left h4 {
  font-size: 16px;
  font-weight: 600;
}

.growth-benefits-section {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 70px 0px;
}

.growth-benefits-section .growth-one,
.growth-benefits-section .growth-three,
.growth-benefits-section .growth-two {
  display: inline-block;
  vertical-align: top;
}

.growth-benefits-section .growth-one {
  width: 36%;
  text-align: right;
  padding-right: 30px;
}

.growth-benefits-section .growth-one h3,
.growth-benefits-section .growth-three h3 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 30px;
}

.growth-benefits-section .growth-one p,
.growth-benefits-section .growth-three p {
  margin-bottom: 20px;
}

.growth-benefits-section .growth-one p:last-child,
.growth-benefits-section .growth-three p:last-child {
  margin-bottom: 0px;
}

.growth-benefits-section .growth-two {
  width: 27%;
  min-width: 320px;
  text-align: center;
}

.growth-benefits-section .growth-three {
  width: 36%;
  text-align: left;
  padding-left: 30px;
}

.current-openings-section {
  float: left;
  width: 100%;
  background: #f8f8f8;
  padding: 70px 0px;
}

.current-openings-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.current-openings-right {
  float: left;
  width: 50%;
  padding-left: 20px;
}

.current-openings-box {
  float: left;
  width: 100%;
  border: 1px solid #0985f8;
  margin-bottom: 30px;
}

.current-openings-box h3 {
  font-size: 24px;
  margin: 40px 0 30px 35px;
  color: #0985f8;
}

.current-openings-box ul {
  margin-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
}

.current-openings-box ul li {
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
}

.current-openings-box ul li i {
  margin-right: 20px;
  font-weight: 100;
  color: #0985f8;
  margin-top: 5px;
}

.md-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/md-icon.png) no-repeat;
  background-position: center 30px;
}

.wd-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/wd-icon-area.png) no-repeat;
  background-position: center 30px;
}

.rj-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/react-logo.png) no-repeat;
  background-position: center 20px;
}

.ld-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/laravel-logo.png) no-repeat;
  background-position: center 20px;
}

.pd-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/php-logo.png) no-repeat;
  background-position: center 20px;
}

.pm-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/project-m.png) no-repeat;
  background-position: center 20px;
}

.se-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/support-logo.png) no-repeat;
  background-position: center 20px;
}

.fs-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/fullstack.png) no-repeat;
  background-position: center 20px;
}

.dmseo-icon-area {
  width: 100%;
  min-height: 200px;
  background: rgb(25, 137, 139) url(../../frontend/Mconnect/Mmedia/en_US/images/dmseo-icn.png) no-repeat;
  background-position: center 20px;
}

.experience-area {
  width: 90%;
  margin: 0 auto;
  background: #ffffff;
  margin-top: -30px;
  padding: 30px 20px;
  box-shadow: 0px -10px 14px rgba(0, 0, 0, 0.1);
}

.experience-area p {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-size: 15px;
  line-height: 20px;
}

.current-openings-section .new-title {
  text-align: center;
}

.current-openings-section p:last-child {
  margin-bottom: 0px;
}

.career-block {
  display: flex;
  flex-wrap: wrap;
}

.current-openings-block {
  flex: 0 0 50%;
  max-width: 50%;
}

.cms-career .job-for-you-section {
  margin-bottom: -41px;
}

.job-for-you-section {
  float: left;
  width: 100%;
  background: #132c45;
  padding: 70px 0px 110px;
}

.job-for-you-section h2,
.job-for-you-section p {
  color: #ffffff;
  text-align: center;
  display: block;
}

.job-for-you-section h2 {
  padding-bottom: 20px;
}

.career-form {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
}

.career-form li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.career-form li:nth-child(even) {
  padding-left: 30px;
  float: right;
}

.career-form li:nth-child(odd) {
  padding-right: 30px;
}

.career-form li div.mage-error[generated] {
  margin-top: -10px;
  width: 100%;
  float: right;
  text-align: right;
  margin-bottom: 5px;
}

.career-form li label {
  display: inline-block;
  width: auto;
  color: #ffffff;
  position: relative;
}

.career-form li em {
  color: #d32b42;
  position: absolute;
  top: -4px;
  left: -8px;
}

.career-form li input,
.career-form li select,
.career-form li textarea {
  display: inline-block;
  /*max-width: 70%;*/
  margin-bottom: 15px;
  border: none;
  padding: 6px 10px;
  height: 45px;
}

.career-form li input[type="file"] {
  width: 100%;
  background: #ffffff;
  padding: 0;
}

/* Our Partners 
----------------*/
.our-partners {
  padding: 80px 0;
}

.partners-list li {
  display: flex;
  position: relative;
  margin-bottom: 70px;
}

.partners-list .integration-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  width: 210px;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  z-index: 2;
  box-shadow: 0 8px 18px 0px rgba(0, 0, 0, 0.06);
}

.partners-list .integration-right {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 142px;
  margin-left: 110px;
  min-height: 280px;
  margin-top: 0;
}

.partners-list .integration-right .mcs-btn-1 {
  float: right;
}

.partners-content h2 {
  font-size: 22px;
  font-weight: 500;
  color: #222;
  padding-bottom: 15px;
}

.partners-content a {
  color: #222;
}

.partners-list li:nth-child(even) {
  justify-content: flex-end;
}

.partners-list li:last-child {
  margin-bottom: 0;
}

.partners-list li:nth-child(even) .integration-left {
  right: 0;
}

.partners-list li:nth-child(even) .integration-right {
  padding-right: 142px;
  margin-right: 110px;
  padding-left: 35px;
  margin-left: initial;
}

.partners-list li:nth-child(even) .integration-right .mcs-btn-1 {
  float: left;
}

.cms-portfolio-lm .view-portfolio,
.cms-our-partners .magento-2-development-ecommerce-store {
  background: linear-gradient(180deg, #f5f5f5, rgb(245 245 245 / 0%));
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {}

.career-form li textarea {
  height: auto;
}

.block.related {
  display: none;
}

.magento-support-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-support-bg.jpg);
  background-size: cover;
}

.magento-support-section .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.support-boxes {
  margin: 0;
  text-align: center;
  display: inline-table;
  width: 100%;
  color: #ffffff;
}

.support-boxes li:first-child {
  margin-left: 0px;
}

.support-boxes li {
  width: 30%;
  display: inline-block;
  padding: 0 2%;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin: 0 1.5%;
  position: relative;
}

.support-boxes li:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

.support-boxes li:before,
.support-boxes li:after {
  content: "";
  position: absolute;
  border-top: 2px solid #ffffff;
  top: 0;
  left: 0;
  display: block;
  width: 33%;
  border-bottom: 2px solid #ffffff;
  height: 100%;
}

.support-boxes li:after {
  left: auto;
  right: 0;
}

.sprite-suppot-icon {
  background-position: -352px -283px;
  width: 59px;
  height: 59px;
  margin: -30px auto 0px;
}

.sprite-gurntee-icon {
  background-position: -284px -337px;
  width: 58px;
  height: 58px;
  margin: -30px auto 0px;
}

.sprite-response-icon {
  background-position: -307px -192px;
  width: 56px;
  height: 58px;
  margin: -30px auto 0px;
}

.support-boxes li h2 {
  margin: 20px 0px;
  font-size: 28px;
  font-weight: 100;
  text-transform: uppercase;
}

.support-boxes li h3 {
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  margin: 0 0px -13px 0;
}

.header-customer-name {
  cursor: pointer;
  line-height: 36px;
  padding-left: 8px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: inline-table;
}

.account main#maincontent {
  float: left;
  padding: 70px 0px;
}

.customer-account-forgotpassword .forget-password-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
}

.customer-account-forgotpassword .forget-password-section .form.password.forget {
  margin: 0 auto;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04) inset;
  border-radius: 4px;
  padding: 40px;
  border: 1px solid #ddd;
}

.customer-account-forgotpassword .forget-password-section .forget .fieldset {
  margin-bottom: 10px;
}

.cart-empty-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
}

.cart-empty {
  min-width: 600px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04) inset;
  border-radius: 4px;
  padding: 40px;
  border: 1px solid #ddd;
}

.cart-empty p {
  display: block;
}

.cart-empty p:last-child {
  margin-bottom: 0px;
}

.cart-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
}

.customer-account-login-section {
  float: left;
  width: 100%;
  padding: 70px 0px 120px 0px;
}

.create-account-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
}

.checkout-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
}

.checkout-success-section,
.createpassword-section {
  float: left;
  padding: 70px 0px;
  width: 100%;
}

.checkout-success-section .checkout-success,
.createpassword-section .form.password.reset {
  min-width: 600px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.04) inset;
  border-radius: 4px;
  padding: 40px;
  border: 1px solid #ddd;
  background: #ffffff;
}

.checkout-success-section .checkout-success p {
  margin-bottom: 20px;
}

.checkout-success-section .actions-toolbar .primary {
  float: none;
  display: block;
}

.table-downloadable-products tbody .extend-support {
  margin-bottom: 10px;
  font-size: 13px;
}

.support-tikets-create {
  float: left;
  margin-top: 30px;
  width: 100%;
}

.support-tikets-create a {
  margin: 0px 5px 5px 5px;
}

.no-support-tickets {
  font-size: 20px;
  color: #0985f8;
  text-transform: uppercase;
}

.no-touch .page-wrapper {
  display: inline-block;
}

.page-wrapper .header.links {
  margin-bottom: 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

#my-search .custom-search-autocomplete {
  right: auto;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  width: 100%;
}

#my-search .custom-search-autocomplete .mcs-autosearch-main {
  width: 450px;
  border: none;
  margin: 10px auto 0;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  border-radius: 3px;
}

#my-search .custom-search-autocomplete .mcs-autosearch-right {
  width: 100%;
  border: none;
}

#my-search .custom-search-autocomplete .mcs-autosearch-right .see-all-product span {
  color: #0985f8;
}

#my-search .mcs-autosearch-full ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px !important;
  border-top: 1px solid #ddd;
  text-align: left;
}

#my-search .mcs-autosearch-full ul li:last-child {
  border-top: none !important;
}

#my-search .mcs-autosearch-full ul li:hover {
  background: #f2f2f2;
}

#my-search .mcs-autosearch-full ul li.search-li .sr-li-right a {
  color: #0985f8;
  font-size: 14px;
}

#my-search .mcs-autosearch-full ul li.search-li .sr-li-right .product-reviews-summary {
  width: 100%;
  margin-bottom: 0px !important;
}

#my-search .mcs-autosearch-full ul li.search-li .sr-li-right>p {
  color: #555;
  width: 80%;
  margin-bottom: 0;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#my-search .mcs-autosearch-full ul li.mcs-view-all {
  background: #132c45;
}

#my-search .mcs-autosearch-full ul li.mcs-view-all a {
  color: #ffffff;
}

#my-search .mcs-autosearch-full ul li.mcs-view-all:hover {
  background: #132c45 !important;
}

#response-technical-form span,
#response-enhance-form span {
  float: left;
  width: 100%;
  text-align: center;
  background-color: green;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
}

.toolbar {
  margin-bottom: 30px;
}

.customer-welcome {
  display: inline-block;
  position: relative;
}

.customer-welcome:before,
.customer-welcome:after {
  content: "";
  display: table;
}

.customer-welcome:after {
  clear: both;
}

.customer-welcome .action.switch {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.customer-welcome .action.switch>span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.customer-welcome .action.switch:after {
  color: inherit;
  content: "\e622";
  display: inline-block;
  font-family: "luma-icons";
  font-size: 10px;
  font-weight: 900;
  line-height: 36px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

.customer-welcome .action.switch:hover:after {
  color: inherit;
}

.customer-welcome .action.switch:active:after {
  color: inherit;
}

.customer-welcome .action.switch.active {
  display: inline-block;
  text-decoration: none;
}

.customer-welcome .action.switch.active>span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.customer-welcome .action.switch.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 22px;
  color: inherit;
  content: "\e621";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.customer-welcome .action.switch.active:hover:after {
  color: inherit;
}

.customer-welcome .action.switch.active:active:after {
  color: inherit;
}

.customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.customer-welcome ul li {
  margin: 0;
  padding: 0;
}

.customer-welcome ul li:hover {
  background: #e8e8e8;
  cursor: pointer;
}

.customer-welcome ul:before,
.customer-welcome ul:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.customer-welcome ul:before {
  border: 6px solid;
  border-color: transparent;
  z-index: 99;
}

.customer-welcome ul:after {
  border: 7px solid;
  border-color: transparent;
  z-index: 98;
}

.customer-welcome ul:before {
  right: 10px;
  top: -12px;
}

.customer-welcome ul:after {
  right: 9px;
  top: -14px;
}

.customer-welcome.active {
  overflow: visible;
}

.customer-welcome.active ul {
  display: block;
  position: absolute;
}

.customer-welcome li a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 1.4;
  padding: 8px;
}

.customer-welcome li a:visited {
  color: #333;
  text-decoration: none;
}

.customer-welcome li a:hover {
  color: #333;
  text-decoration: none;
}

.customer-welcome li a:active {
  color: #333;
  text-decoration: none;
}

.customer-welcome .customer-name {
  cursor: pointer;
}

.customer-welcome .customer-menu {
  display: none;
}

.customer-welcome .action.switch {
  background-image: none;
  background: none;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0 0 0 5px;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  color: #ffffff;
}

.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active {
  background: none;
  border: none;
}

.customer-welcome .action.switch:hover {
  background: none;
  border: none;
}

.customer-welcome .action.switch.disabled,
.customer-welcome .action.switch[disabled],
fieldset[disabled] .customer-welcome .action.switch {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.customer-welcome .header.links {
  min-width: 175px;
}

.customer-welcome.active .action.switch:after {
  content: "\e621";
}

.customer-welcome.active .customer-menu {
  display: block;
}

.customer-welcome .greet {
  display: none;
}

/* Migration Page
-------------------*/
.cms-magento-upgrade-service h1 small,
.cms-magento-1-to-magento-2-migration-service h1 small {
  display: block;
  color: #ffffff;
}

.cms-magento-upgrade-service .inner-banner-content .inner-banner-content-left p,
.cms-magento-1-to-magento-2-migration-service .inner-banner-content .inner-banner-content-left p {
  margin-bottom: 20px !important;
}

.cms-magento-upgrade-service .header-form,
.cms-magento-1-to-magento-2-migration-service .header-form {
  margin: 40px 0;
}

.cms-magento-code-audit .magento-responsive-theme,
.cms-magento-upgrade-service .magento-responsive-theme,
.cms-magento-1-to-magento-2-migration-service .magento-responsive-theme {
  padding: 70px 0px;
}

.cms-magento-upgrade-service .mob-des.pro-details-our-extension-section,
.cms-magento-upgrade-service .magento-responsive-theme,
.cms-magento-1-to-magento-2-migration-service .mob-des.pro-details-our-extension-section,
.cms-magento-1-to-magento-2-migration-service .magento-responsive-theme {
  float: none;
}

.cms-magento-upgrade-service .mob-des.pro-details-our-extension-section,
.cms-magento-1-to-magento-2-migration-service .mob-des.pro-details-our-extension-section {
  background: #f8f8f8;
  display: inline-block;
}

.cms-magento-upgrade-service .magento-2-development-servies-by,
.cms-magento-1-to-magento-2-migration-service .magento-2-development-servies-by {
  float: none;
}

.migration-process-block {
  position: relative;
  padding: 70px 0;
  float: left;
  width: 100%;
}

.migration-process-steps {
  position: relative;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  z-index: 2;
}

@media (min-width: 1367px) {
  .process-item {
    margin-bottom: 80px;
    padding: 0 40px;
  }
}

@media (max-width: 1200px) {
  .process-item {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (max-width: 1366px) {
  .process-item {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}

.process-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

.cms-magento-code-audit .migration-process-block::after {
  background-position: center 68%;
}

.process-content {
  background: #ffffff;
  padding: 30px;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 4px solid #f05c14;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.migration-process-steps h4 {
  position: relative;
  font-size: 18px;
  margin: 15px 0 20px;
  color: #f05c14;
}

.migration-process-steps h4::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #f05c14;
  bottom: -8px;
  left: 0;
}

.migration-process-steps .icon-img img {
  max-width: 60px;
  max-height: 60px;
}

.process-item ul {
  padding-left: 18px;
}

.process-item ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.cms-magento-upgrade-service .customimage .inner-banner-content-left p,
.cms-magento-1-to-magento-2-migration-service .customimage .inner-banner-content-left p {
  margin-bottom: 0;
}

.cms-magento-upgrade-service .list-point,
.cms-magento-1-to-magento-2-migration-service .list-point {
  margin: 0 0 30px;
}

.cms-magento-upgrade-service .customimage .inner-banner-content .inner-banner-content-right,
.cms-magento-1-to-magento-2-migration-service .customimage .inner-banner-content .inner-banner-content-right {
  padding: 20px;
  margin: 20px 0 !important;
}

.cms-magento-1-to-magento-2-migration-service .extinsion-listing li {
  display: flex;
  align-items: center;
  color: #474747;
}

.cms-magento-upgrade-service .reasons-content p a,
.cms-magento-1-to-magento-2-migration-service .reasons-content p a {
  display: inline-block;
}

.magento-counter {
  background: transparent;
  border-radius: 5px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
}

.magento-counter h3 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.magento-counter h3 span {
  position: relative;
}

.magento-counter ul {
  display: flex;
  justify-content: center;
}

.magento-counter li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 0 12px;
  text-align: center;
  border: 2px dashed #f05c14;
  border-radius: 50%;
  height: 125px;
  width: 125px;
  background: rgba(255, 255, 255, 0.1);
  color: #f05c14;
}

.magento-counter li span {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  display: block;
  color: #ffffff;
}

.cms-magento-mobile-app-development .pro-details-our-extension .mob-des-slide-wrapper,
.cms-magento-security-audit .pro-details-our-extension .mob-des-slide-wrapper,
.cms-magento-speed-optimization .pro-details-our-extension .mob-des-slide-wrapper,
.cms-magento-code-audit .pro-details-our-extension .mob-des-slide-wrapper,
.cms-magento-upgrade-service .pro-details-our-extension .mob-des-slide-wrapper,
.cms-magento-1-to-magento-2-migration-service .pro-details-our-extension .mob-des-slide-wrapper {
  max-width: 33.33%;
  margin-bottom: 50px;
  flex-basis: initial;
}

.cms-magento-upgrade-service .mob-des-slide-wrapper img .cms-magento-1-to-magento-2-migration-service .mob-des-slide-wrapper img {
  border-radius: 50%;
}

.cms-magento-upgrade-service .pro-details-our-extension .mob-des-slide-wrapper:nth-last-of-type(-n + 3),
.cms-magento-1-to-magento-2-migration-service .pro-details-our-extension .mob-des-slide-wrapper:nth-last-of-type(-n + 3) {
  margin-bottom: 0;
}

.cms-magento-1-to-magento-2-migration-service .customimage .inner-banner-content-right p:last-child,
.cms-it-staff-augmentation-services .customimage .inner-banner-content-right p:last-child,
.cms-magento-upgrade-service .customimage .inner-banner-content-right p:last-child,
.cms-magento-1-to-magento-2-migration-service .customimage .inner-banner-content-right p:last-child {
  text-align: left;
  margin: 0;
  float: left;
  width: 100%;
  font-size: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .extinsion-listing li a {
    font-size: 12px;
  }

  .servies-by-left h2 {
    padding-bottom: 30px;
  }

  .view-portfolio #babylongrid2 article img {
    min-height: initial !important;
  }

  .career-form li input[type="file"],
  input[type="file"].f-in {
    padding: 10px 0px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

.money-back-guarantee {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.mbg-top {
  margin: 0;
  font-style: italic;
  font-size: 15px;
  line-height: 15px;
}

.mbg-bottom {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  color: #f9871d;
  font-style: italic;
}

.mbg-bottom span {
  display: block;
}

.cms-career .column.main,
.cms-magento-website-launch-checklist .column.main,
.cms-magento-maintenance-services .column.main,
.cms-magento-development-integration .column.main,
.cms-magento-website-ui-design .column.main,
.cms-magento-objective .column.main,
.cms-magento-project-planning .column.main,
.cms-ecommerce-development-strategy .column.main,
.catalog-product-view .column.main,
.cms-magento-ecommerce-discovery .column.main,
.cms-magento-website-portfolio .column.main {
  padding-bottom: 0;
}

.menu-header-area {
  position: relative;
}

.menu-header-area .ebook-sale {
  position: absolute;
  left: 37%;
  top: 25px;
}

.discount-section-area {
  float: left;
  width: 100%;
  padding: 60px 0px;
}

.discount-section-area h2 {
  margin-top: 20px;
  font-size: 22px;
  text-transform: uppercase;
  color: #132c45;
  font-weight: 800;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
}

.discount-section-area h3 {
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #0985f8;
  font-weight: 700;
}

.discount-section-area ul.stranth-list {
  margin-bottom: 0;
  padding-top: 20px;
}

.discount-section-area .table {
  border: 1px solid #ddd;
  margin: 30px 0 0px 0;
}

.discount-section-area table th,
.discount-section-area table td {
  padding: 15px !important;
  vertical-align: middle !important;
}

.discount-section-area table thead {
  background-color: #f5f5f5;
}

.d-banner {
  margin-top: 30px;
  margin-bottom: -20px;
}

.gift-icon {
  margin-bottom: 40px;
}

.combo-offer {
  width: 100%;
  background-color: transparent;
  padding: 10px 0px 40px 0px;
  margin: 0;
  text-align: center;
}

.combo-offer li {
  display: inline-block;
  width: 30.543321%;
  margin: 15px;
}

.combo-offer li:nth-child(3n + 1) {
  margin-left: 0;
}

.combo-offer li:nth-child(3n + 3) {
  margin-right: 0;
}

.modal-popup.x-mas-offer-model .modal-inner-wrap {
  max-width: 700px;
}

.x-mas-offer-model .modal-content {
  margin: 0 !important;
  padding: 0 !important;
}

.x-mas-offer-model .modal-content button.acti-close {
  top: 5px;
  right: 5px;
  padding: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  background-color: #ffffff;
  border: none;
}

.fieldset>.field {
  width: 100%;
  float: left;
}

.form.contact>.fieldset>.field {
  margin-bottom: 0;
}

.contact-index-index .form.contact>.fieldset>.field {
  margin-bottom: 14px;
}

.customimage .inner-banner-content-right.we-offer-area-right {
  padding: 0;
  background-color: transparent;
  position: relative;
  min-height: 700px;
}

.we-offer-area-right .we-offer-area {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  width: 100%;
}

.we-offer-area-right .we-offer-area .we-offer {
  margin: 0 auto;
  width: 270px;
  height: 270px;
  background-color: #0985f8;
  border-radius: 100%;
  position: relative;
  margin-bottom: 50px;
}

.we-offer-area-right .we-offer-area .we-offer:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 350px;
  background-color: #0985f8;
  left: 0;
  right: 0;
  z-index: -1;
  margin: 0 auto;
  vertical-align: middle;
  top: -40px;
}

.customimage .inner-banner-content-right.we-offer-area-right h4 {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 0;
  font-size: 26px;
  width: 78%;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
}

.customimage .inner-banner-content-right.we-offer-area-right h4 span {
  position: relative;
}

.customimage .inner-banner-content-right.we-offer-area-right h4 span:after {
  width: 92%;
  position: absolute;
  content: "";
  border-bottom: 1px #ffffff dashed;
  bottom: 3px;
  right: 3px;
}

.customimage .inner-banner-content-right.we-offer-area-right p {
  font-size: 16px;
}

.inner-banner-content-right.support-listing-area.we-offer-area-right {
  min-height: auto !important;
}

.support-listing-area {
  position: relative;
}

.support-listing-section {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
}

.mcs-inner-right .head-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 25px 0;
  font-weight: 400;
  text-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
}

.support-listing .support-box {
  color: #ffffff;
  padding: 12px 20px;
  background-color: #a59e9b2e;
  margin-bottom: 5px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.support-listing .support-box:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 40px;
  background-color: #ffffff;
  top: -17px;
  left: -8px;
  transform: rotate(45deg);
}

.support-listing .support-box i {
  font-size: 12px;
  color: #f05c14;
  position: absolute;
  top: 2px;
  left: 2px;
}

.support-listing .support-box:last-child {
  margin-bottom: 0;
}

.m-support {
  padding: 0px 0 15px 0;
  font-size: 40px;
  font-weight: 900;
  color: #f05c14;
}

.m-support sup {
  font-weight: 500;
  font-size: 17px;
  top: -16px;
}

.m-support sub {
  font-weight: 500;
  font-size: 16px;
  bottom: 0px;
}

/* we-offers */
.we-offers {
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.we-offers-left,
.we-offers-right {
  padding: 40px 30px !important;
  width: 50%;
  float: left;
  position: relative;
}

.we-offers-left {
  background-color: #f5f5f5;
  border: 2px solid #f5f5f5;
}

.we-offers-right {
  border: 2px solid #f5f5f5;
  overflow: hidden;
}

.we-offers-right:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 30px;
  background-color: #f5f5f5;
  left: -34px;
  top: -5px;
  transform: rotate(-45deg);
}

.we-offers-right:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 30px;
  background-color: #f5f5f5;
  left: -34px;
  bottom: -5px;
  transform: rotate(45deg);
}

.we-offers-left h4,
.we-offers-right h4 {
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
}

.we-offers-left h4,
.we-offers-left p {
  color: #474747;
}

.we-offers-right h4 {
  color: #474747;
}

/* /we-offers */
.menu-price h4 {
  font-size: 40px;
  font-weight: 800;
  margin: 30px 0;
  color: #ffffff;
}

.menu-price h4 sub {
  font-size: 14px;
  font-weight: 400;
}

.menu-price h4 span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding-top: 12px;
  text-decoration: line-through;
  opacity: 0.6;
}

/* hire-developer-support-section Block START */
.hire-developer-support-section {
  padding: 70px 0px;
  float: left;
  width: 100%;
  background-color: #ed4b23;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hire-developer-support-section:before,
.hire-developer-support-section:after {
  content: "";
  position: absolute;
}

.hire-developer-support-section:before {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/migel-bg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  left: 37%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.hire-developer-support-section:after {
  width: 70%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1d1d1d;
  z-index: -1;
}

.hire-developer-support-section h2.new-title {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  position: relative;
  font-weight: 400;
}

.hire-developer-support-left h3,
.hire-developer-support-right h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ed4b23;
  font-weight: 800;
  position: relative;
  margin: 0 0 40px 0;
}

.hire-developer-support-left h3:before,
.hire-developer-support-right h3:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ed4b23;
  left: 0;
  bottom: -10px;
}

.hire-developer-support-left p,
.hire-developer-support-right p {
  color: #ffffff;
  font-size: 16px;
}

.hire-developer-support-left a,
.hire-developer-support-right a {
  text-transform: capitalize;
  letter-spacing: 0;
}

.hire-developer-support-left .second-pera,
.hire-developer-support-right .second-pera {
  text-transform: uppercase;
}

.hire-developer-support-left .third-pera,
.hire-developer-support-right .third-pera {
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
  color: #ed4b23;
}

.hire-developer-support-left .third-pera span,
.hire-developer-support-right .third-pera span {
  text-decoration: underline;
}

.hire-developer-support-midel {
  text-align: center;
  margin-top: 15%;
  margin-bottom: 10px;
}

.hire-developer-support-right {
  text-align: right;
}

.hire-developer-support-right h3 {
  color: #1d1d1d;
}

.hire-developer-support-right h3:before {
  background-color: #1d1d1d;
  right: 0;
  left: initial;
}

.hire-developer-support-right .third-pera {
  color: #1d1d1d;
}

.hire-developer-support-right .third-pera span {
  color: #1d1d1d;
}

/* /hire-developer-support-section Block */
/* magento-developer-support Block START */
.magento-developer-support {
  padding: 70px 0px;
  float: left;
  width: 100%;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/magento-developer-support-bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.magento-developer-support h2.new-title {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 70px;
}

.magento-developer-support h2.new-title span {
  border-radius: 6px;
  color: #ed4b23;
  border-bottom: 1px solid #ed4b1a;
}

.magento-developer-support h2.new-title small {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.magento-developer-support-left,
.magento-developer-support-right {
  background-color: rgba(255, 255, 255, 0.07);
  border: 2px solid rgba(246, 75, 34, 0.3);
  border-radius: 8px;
  width: 100%;
  padding: 40px 25px;
  text-align: center;
  position: relative;
}

.magento-developer-support-left:before,
.magento-developer-support-right:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: 0 auto;
  width: 100px;
  height: 7px;
  background-color: #ed4b1a;
  border-radius: 10px;
}

.magento-developer-support-left h3,
.magento-developer-support-right h3 {
  font-size: 20px;
  font-weight: 800;
  color: #ed4b1a;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 40px 0;
}

.magento-developer-support-left h3:before,
.magento-developer-support-right h3:before {
  content: "";
  width: 45px;
  height: 2px;
  position: absolute;
  background-color: #ed4b1a;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.magento-developer-support-left p,
.magento-developer-support-right p {
  color: #ffffff;
  font-size: 16px;
}

.magento-developer-support-left .peraOne,
.magento-developer-support-right .peraOne {
  text-transform: uppercase;
}

.magento-developer-support-left .peraOne span,
.magento-developer-support-right .peraOne span {
  font-weight: 700;
}

.magento-developer-support-left .peraTwo,
.magento-developer-support-right .peraTwo {
  text-transform: uppercase;
  font-weight: 500;
  color: #ed4b1a;
  font-size: 18px;
}

.magento-developer-support-left a,
.magento-developer-support-right a {
  text-transform: capitalize;
  letter-spacing: 0;
}

.magento-developer-support-midel {
  text-align: center;
  padding-top: 7%;
}

/* /magento-developer-support Block */
/* header-form START */
.header-form {
  position: relative;
  background-color: #ffffff;
  float: left;
  border-radius: 5px;
  text-align: center;
  border-bottom: 4px solid #f05c14;
  margin-bottom: -105px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
}

.header-form h3 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #121212;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.header-form h3 span {
  position: relative;
}

.header-form h3 span:before {
  width: 18px;
  height: 3px;
  position: absolute;
  left: -24px;
  top: 18px;
  margin: 0 auto;
  background-color: #f05c14;
  bottom: -13px;
  content: "";
}

.h-btn-area {
  float: left;
  width: 100%;
  position: absolute;
  bottom: -24px;
}

.h-btn-area input#submitter {
  padding: 15px 30px;
  background-color: #f05c14;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.header-form input[type="text"].h-in,
.header-form input[type="email"].h-in,
.header-form textarea.h-in {
  border: 2px solid #f1f1f1;
  background-color: #f1f1f1;
  min-height: 50px;
}

.header-form ._keyfocus *:focus,
.header-form input[type="text"].h-in:focus,
.header-form input[type="email"].h-in:focus,
.header-form textarea:not([disabled]):focus,
.header-form select:not([disabled]):focus {
  box-shadow: none;
  border: 2px solid #e2e2e2 !important;
}

/* /header-form */
/* hire-dedicated-developers START */
.hire-dedicated-developers {
  padding: 70px 0px;
  float: left;
  width: 100%;
}

.hire-dedicated-developers .sub-text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 50px;
}

.hire-dedicated-developers-left h2 {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.hd-listing {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px;
}

.hd-listing li {
  color: #222;
  padding: 14px 20px;
  background-color: #ffffff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.hd-listing li:before {
  width: 15px;
  height: 20px;
  background: #f3722b;
  position: absolute;
  left: -5px;
  top: -12px;
  content: "";
  transform: rotate(50deg);
}

/* /hire-dedicated-developers */
/* hire-magento-developers-section START */
.hire-magento-developers-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background-color: #ffffff;
}

.hmd-title {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 800;
  color: #474747;
  margin: 0 0 30px 0;
}

.hmd-title span {
  color: #ef672f;
}

.hmd-title small {
  display: block;
  padding-top: 5px;
}

.hire-magento-developers-midel {
  text-align: center;
}

.work-time-list {
  width: 100%;
  float: left;
}

.work-time-list .work-time-box {
  min-width: 160px;
  background-color: #ef672f;
  display: inline-block;
  margin: 0 5px;
  padding: 25px 10px;
  border-radius: 8px;
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease,
    transform 0.1s ease;
}

.work-time-box:hover {
  box-shadow: 0.5rem 0.5rem 0 rgba(239, 97, 52, 0.15);
  transform: translate3d(-4px, -4px, 0) rotateZ(-1deg);
}

.work-time-list .work-time-box h3 {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.work-time-btn-area {
  float: left;
  width: 100%;
  padding-top: 30px;
}

.work-time-btn-area a {
  font-size: 22px;
  font-weight: 700;
  padding: 6px 40px;
  background-color: #ef672f;
  display: inline-block;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease,
    transform 0.1s ease;
}

.work-time-btn-area a:hover {
  box-shadow: 0.5rem 0.5rem 0 rgba(239, 97, 52, 0.15);
  transform: translate3d(-4px, -4px, 0) rotateZ(-1deg);
  color: #ffffff;
}

.work-time-btn-area a sub {
  font-weight: 400;
  font-size: 14px;
}

.hire-magento-developers-right {
  width: 100%;
  float: left;
  max-width: 290px;
  margin: 0 auto;
}

.tell-your-head {
  background-color: #ef672f;
  padding: 25px 20px 50px 20px;
  float: left;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.06);
}

.tell-your-head h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.tell-your-head h4 small {
  display: block;
  color: #ffffff;
  font-size: 13px;
  padding-top: 5px;
}

.tell-your-body {
  background-color: #ffffff;
  padding: 15px 20px 25px 20px;
  float: left;
  width: 100%;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.06);
}

.tell-your-body:before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/tell-your-body-top.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 200px;
  z-index: 1;
}

.our-experts-list-area .our-experts-list {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.our-experts-list-area .our-experts-list:last-child {
  padding-bottom: 0px;
}

.our-experts-list-area .our-experts-list span {
  float: left;
  font-size: 14px;
  color: #474747;
  font-weight: 500;
}

.our-experts-list-area .our-experts-list i {
  float: right;
  width: 24px;
  height: 24px;
  background-color: rgba(239, 97, 52, 0.1);
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  color: #ef672f;
  font-size: 13px;
}

/* /hire-magento-developers-section */
.rating-value-area {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

.rating-value {
  background-color: #ffffff;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding: 9px 20px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #474747;
  box-shadow: 0px 8px 38px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
}

.rating-value span {
  font-weight: 900;
  color: #ef672f;
}

/* reason-to-hire START */
.reason-to-hire {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/reason-hire-bg.jpg);
  padding: 70px 0;
  background-size: cover;
  float: left;
  width: 100%;
}

.reason-to-hire h2 {
  color: white;
}

.reason-to-hire small {
  color: white;
}

.reason-to-hire .hmd-title {
  margin-bottom: 50px;
}

.block-box {
  animation-name: out;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px 46px;
  text-align: center;
  transition: 0.4s;
}

.block-box:hover {
  transform: translateY(-5%);
}

.left-bottom {
  margin-top: 24px;
}

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

.block-box p {
  color: white;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 16px;
  text-transform: uppercase;
}

.block-box span {
  display: block;
}

.focused-block {
  background: rgba(255, 255, 255, 0.15);
}

.reasons-list li {
  animation-name: left-out;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.12),
      rgba(255, 0, 0, 0));
  padding: 15px;
  color: white;
  margin-bottom: 5px;
  padding: 10px 14px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  position: relative;
}

.reasons-list li:hover {
  animation-name: left-out;
  transform: translateX(-3%);
  transition-duration: 0.3s;
}

.reasons-list li i {
  color: #ea5c2e;
  width: 20px;
}

.reasons-list span {
  color: #ffffff;
  font-size: 15px;
  width: calc(100% - 20px);
  padding-left: 25px;
}

.reasons-list span::before {
  content: "|";
  position: absolute;
  left: 40px;
  top: 10px;
  height: 100%;
}

@media (min-width: 767px) {
  .col-sm-6.rth-right {
    padding: 0px 62px;
  }
}

/* /reason-to-hire */
/* services-new CSS START */
.services-new {
  background: #f5f5f5;
  float: left;
  width: 100%;
  padding: 70px 0;
}

.left-text.col-sm-4 {
  padding: 75px 0px;
}

.left-text span {
  font-size: 45px;
  font-weight: 800;
  color: #0985f8;
  margin-bottom: 10px;
  display: block;
}

.left-text h3 {
  font-size: 26px;
  font-weight: 500;
  color: #0985f8;
}

.left-text h4 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  background: #0985f8;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 4px;
  margin-top: 26px;
}

.left-text p {
  font-size: 16px;
  color: #474747;
  margin-top: 38px;
}

.right-box-services {
  float: left;
  width: 100%;
}

.services-icon1 {
  float: left;
  margin-right: 7px;
  position: relative;
  opacity: 1;
  padding-top: 13px;
  text-align: center;
  margin-bottom: 5px;
}

.services-text1 {
  float: left;
  width: 50%;
}

.services-text1 h3 {
  margin: 0px;
}

.services-text1 h3 a {
  color: #474747;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.services-text1 p {
  font-size: 12px;
  color: #474747;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 0px;
}

.services-text1 {
  width: 79%;
  float: left;
  padding: 5px 4px;
}

.services-list li {
  width: 49%;
  float: left;
  margin-bottom: 15px;
  transition: 0.3s;
  border-left: 2px solid transparent;
}

.services-list li:hover {
  background: #ffffff;
  border-left: 2px solid #ef672f;
}

.services-list li:hover h3 a {
  color: #474747;
}

.services-list li:hover img {
  filter: brightness(1.75);
}

.services-list li:hover img {
  filter: brightness(0);
}

.services-list li:hover p {
  color: #a0a2a5;
}

.services-list li:hover p {
  color: #474747;
}

.left-text h3 {
  margin-top: 0px;
}

/* /services-new */
/* trusted-new */
.trusted {
  position: relative;
  float: left;
  width: 100%;
}

.trusted-left h2 {
  color: #0985f8;
  font-weight: 800;
  font-size: 58px;
  margin-bottom: 42px;
}

.trusted-left {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/left-bg.png) 0px 100px no-repeat;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}

@media (min-width: 640px) {
  .trusted-left {
    padding-right: 100px !important;
  }
}

@media (max-width: 992px) {
  .trusted-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .trusted-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.trusted-left p {
  font-size: 16px;
  color: #3b3e42;
}

.trusted-left>picture {
  margin-top: 35px;
  display: block;
}

.trusted-right {
  margin-top: 62px;
}

.trusted-main {
  position: relative;
  float: left;
  width: 100%;
}

.trusted-main:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/right-finish.png);
  background-repeat: no-repeat;
  position: absolute;
  background-position: 100%;
  left: 41.45%;
  top: 0;
  width: 153px;
  height: 100%;
}

.trusted-right img {
  padding-left: 40px;
}

@media (min-width: 980px) and (max-width: 1156px) {
  .trusted-right {
    width: 58% !important;
    margin-top: 62px;
  }
}

@media (min-width: 1025px) and (max-width: 1640px) {
  .trusted {
    background: url(../../frontend/Mconnect/Mmedia/en_US/images/right-finish.png) 44% 0px no-repeat;
  }
}

@media (max-width: 992px) {
  .trusted-left {
    width: 100% !important;
  }

  .trusted {
    background: none;
  }

  .trusted-right {
    width: 100% !important;
  }

  .trusted-right {
    width: 100% !important;
    margin-top: 0px;
  }

  .current-openings-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .current-openings-left,
  .current-openings-right {
    padding: 0 !important;
  }

  .cms-magento-security-audit .pro-details-our-extension .mob-des-slide-wrapper,
  .cms-magento-upgrade-service .pro-details-our-extension .mob-des-slide-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .migration-process-steps {
    margin: 0;
  }

  .migration-process-steps .process-item,
  .migration-process-steps .process-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .process-content {
    position: relative;
    z-index: 2;
  }

  .migration-process-block::after {
    display: none;
  }

  .migration-process-steps .process-item::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 20px;
    top: initial;
    right: 50%;
    transform: rotate(-270deg) translateX(-50%);
    width: 70px;
    bottom: -21%;
  }

  .migration-process-steps .process-item:last-child {
    margin-bottom: 0;
  }

  .migration-process-steps .process-item:last-child::after {
    display: none;
  }

  .cms-magento-upgrade-service .customimage .inner-banner-content .inner-banner-content-left,
  .cms-magento-upgrade-service .customimage .inner-banner-content .inner-banner-content-right,
  .cms-magento-1-to-magento-2-migration-service .customimage .inner-banner-content .inner-banner-content-left,
  .cms-magento-1-to-magento-2-migration-service .customimage .inner-banner-content .inner-banner-content-right {
    width: 100%;
  }
}

.cms-magento-module-development .magento-responsive-theme.magento-module-development>.container {
  display: flex;
  align-items: center;
}

.cms-magento-module-development .magento-responsive-theme.magento-module-development .magento-2-development-right {
  text-align: center;
}

.cms-magento-module-development .magento-responsive-theme.magento-module-development .magento-2-development-right .magento-black-icon {
  position: unset;
}

/* /trusted-new */
/* why-choose-us-new */
.why-choose-new {
  float: left;
  width: 100%;
  padding: 80px 0;
}

.cms-magento-developers-for-hire .why-choose-new {
  border-bottom: 2px solid #f5f5f5;
}

.why-choose-us-list a {
  text-transform: uppercase;
  font-size: 18px;
  color: #484848;
  font-weight: 600;
}

.why-choose-us-list h4:before {
  content: ".";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/bullet-right.png);
  left: 15px;
  position: absolute;
  width: 20px;
  color: #ef6034;
}

.why-choose-us-list p {
  font-size: 11.5px;
  line-height: 17px;
}

.why-choose-us-list p:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/parabg.png) 1px -6px;
  height: 34px;
  width: 369px;
  position: absolute;
  z-index: -2;
}

.why-choose-us-list span:before {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/parabg.png) 1px 4px;
  height: 43px;
  width: 369px;
  position: absolute;
  z-index: -2;
}

.client-logos {
  clear: both;
}

.logo-list li {
  list-style: none;
  display: inline-block;
}

.logo-list li img {
  padding-right: 18px;
  padding-left: 18px;
}

.logo-list li:before {
  content: "";
  height: 89px;
  width: 2px;
  position: absolute;
}

.logo-list li:first-child:before {
  display: none;
}

.why-choose-content {
  margin-bottom: 40px;
}

.logo-list {
  margin: 0;
  padding: 0;
}

.cus-style {
  padding-bottom: 22px !important;
}

.title-why-choose p {
  width: 60%;
  text-align: center;
  margin: auto;
}

.title-why-choose {
  margin-bottom: 60px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .why-choose-us-list p:before {
    content: "";
    background: url(../../frontend/Mconnect/Mmedia/en_US/images/parabg-left.png) 1px -11px;
    height: 62px;
    width: 155px;
    position: absolute;
    z-index: -2;
  }

  .partners-list li {
    margin-bottom: 60px;
  }

  .migration-process-block::after {
    background-position: center 67%;
    top: 51%;
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    background-size: 76%;
  }
}

.why-choose-us-list>li {
  padding-left: 14px;
}

.why-choose-us-list>li:not(:last-child) {
  margin-bottom: 20px;
}

.why-choose-left {
  padding-left: 35px !important;
}

.why-choose-left .hmd-title {
  text-align: left;
  margin-left: -20px;
}

@media (min-width: 767px) and (max-width: 1025px) {
  .why-choose-right {
    width: 100% !important;
  }


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

  .logo-list li:nth-child(4):before {
    display: none;
  }

  .title-why-choose p {
    width: 80%;
  }

  .title-why-choose p {
    width: 100%;
  }

  .why-choose-left {
    width: 100% !important;
    margin-bottom: 50px;
  }

  .why-choose-us-list p:before {
    content: "";
    background: url(../../frontend/Mconnect/Mmedia/en_US/images/parabg.png) 1px -7px;
    height: 32px;
    width: 369px;
    position: absolute;
    z-index: -2;
  }

  .partners-list li {
    margin-bottom: 55px;
  }

  .partners-list .integration-left {
    height: 140px;
  }

  .partners-list .integration-right {
    min-height: auto;
    padding-left: 130px;
  }

  .job-for-you-section {
    padding-bottom: 110px !important;
  }

  .migration-process-block::after {
    top: 47%;
    background-size: 78%;
  }
}

@media (max-width: 767px) {

  .cms-magento-security-audit .pro-details-our-extension .mob-des-slide-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .logo-list li {
    width: 100%;
    text-align: center;
  }

  .title-why-choose p {
    width: 100%;
  }

  .why-choose-us-list p {
    width: 368px;
  }

  .why-choose-us-list h4 {
    margin-left: 12px;
  }

  .why-choose-right {
    margin-top: 71px;
  }

  .why-choose-content {
    margin-bottom: 50px;
  }

  .logo-list li::before {
    content: none;
  }

  .why-choose-us-list p:before {
    content: "";
    background: url(../../frontend/Mconnect/Mmedia/en_US/images/parabg-left.png) 1px -11px;
    height: 62px;
    width: 155px;
    position: absolute;
    z-index: -2;
  }

  .job-for-you-section {
    padding-bottom: 110px !important;
  }

  /* Partners 
    ------------*/
  .our-partners {
    padding: 40px 0;
  }

  .our-partners .container {
    padding: 0 15px;
  }

  .partners-list li,
  .partners-list li:nth-child(even) {
    justify-content: center;
    flex-wrap: wrap;
  }

  .partners-list .integration-left {
    position: relative;
    top: initial;
    transform: none;
    margin-bottom: 0;
    height: 140px;
  }

  .partners-list .integration-right,
  .partners-list li:nth-child(even) .integration-right {
    margin: -20px 0 0;
    padding: 40px 15px;
    width: 100%;
    float: none;
    text-align: center;
    min-height: 100%;
  }

  .partners-list .integration-right .mcs-btn-1,
  .partners-list li:nth-child(even) .integration-right .mcs-btn-1 {
    float: none;
  }

  .partners-list li {
    margin-bottom: 50px;
  }

  .magento-counter li {
    font-size: 14px;
    margin: 0 10px;
    height: 105px;
    width: 105px;
  }

  .magento-counter li span {
    font-size: 28px;
    line-height: 32px;
  }

  .migration-process-steps h4 {
    text-align: left !important;
  }
}

@media (max-width: 628px) {

  .title-why-choose p {
    width: 100%;
  }

  .why-choose-us-list p {
    width: 100%;
    padding-left: 12px;
    background-size: cover;
  }
}

@media (min-width: 421px) and (max-width: 575px) {
  .magento-counter li span {
    font-size: 24px;
    line-height: 1.6;
  }

  .magento-counter li {
    font-size: 12px;
    margin: 0 8px;
    height: 75px;
    width: 75px;
  }
}

@media (max-width: 420px) {
  .why-choose-us-list p:before {
    content: "";
    background: url(../../frontend/Mconnect/Mmedia/en_US/images/parabg-left.png) 1px -11px;
    height: 62px;
    width: 155px;
    position: absolute;
    z-index: -2;
  }

  .migration-process-steps .process-item::after {
    right: 38%;
    bottom: -16%;
  }

  .magento-counter ul {
    flex-wrap: wrap;
  }

  .magento-counter ul li:nth-of-type(-n + 2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 380px) {
  .why-choose-us-list p {
    background-size: cover;
  }

  .why-choose-us-list p {
    width: 322px;
    font-size: 12px !important;
  }

  .why-choose-us-list a {
    font-size: 13px;
  }
}

/* why-choose-us-new */
/* is-website-secure-new */
@media (min-width: 768px) {
  .is-website-secure {
    background: linear-gradient(to right,
        rgb(239 103 47 / 14%) 0%,
        rgb(239 103 47 / 14%) 50%,
        rgb(3 130 248 / 10%) 50%,
        rgba(3 130 248 / 10%) 100%);
  }

  .our-promise .op--text {
    text-align: center;
  }
}

.is-website-secure {
  padding-bottom: 110px;
  padding-top: 70px;
  float: left;
  width: 100%;
}

.iws-left h2 {
  background: #ffffff;
  color: #474747;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

.iws-left span {
  font-size: 41px;
  font-weight: bold;
  color: #ef672f;
}

.iws-left h3 {
  text-align: right;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #474747;
  margin-top: 48px;
}

.iws-left h4 {
  color: #ef672f;
  text-decoration: underline;
  font-weight: bold;
  text-align: right;
  margin-top: 28px;
}

.iws-left p {
  color: #474747;
  text-align: right;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.4;
}

.plan-btn {
  font-family: "Open Sans", sans-serif;
  padding: 0.75em 1.5em;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
  text-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: 0.25s ease all;
  -webkit-transition: 0.25s ease all;
  background: #0382f8;
  border-width: 1px;
  border-style: solid;
  border-color: #0382f8;
}

.plan-btn:hover {
  background: #ef672f;
  border-color: #ef672f;
  color: #ffffff;
}

@media (min-width: 768px) {
  .plan-btn {
    margin-left: -10%;
    position: relative;
    right: 12%;
    top: 40px;
  }
}

.iws-right.col-sm-6 {
  padding-left: 0px;
}

.iws-left.col-sm-6 {
  padding-right: 0px;
}

.content-detail-left {
  padding-right: 32px;
}

.content-detail-right {
  padding-left: 32px;
}

.iws-right h2 {
  background: #f9f9f9;
  color: #474747;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
}

.iws-right span {
  font-size: 41px;
  font-weight: bold;
  color: #0382f8;
}

.iws-right h3 {
  text-align: left;
  font-size: 26px;
  font-weight: 759;
  text-transform: uppercase;
  color: #474747;
  margin-top: 48px;
}

.iws-right h4 {
  color: #0382f8;
  text-decoration: underline;
  font-weight: bold;
  text-align: left;
  margin-top: 28px;
}

.iws-right p {
  color: #474747;
  text-align: justify;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .is-website-secure .col-sm-12 {
    padding: 0;
  }
}

.MCAS {
  margin-bottom: 30px;
}

.MCAS li {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  margin-bottom: 16px;
  counter-increment: step-counter;
  font-size: 15px;
}

.MCAS li:before {
  content: counter(step-counter, decimal-leading-zero);
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  color: #ccc;
  font-size: 18px;
  cursor: default;
  font-weight: 500;
}

.ourCodeAuditReport {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 70px 0px;
  text-align: center;
}

.ourCodeAuditReport h2 {
  margin: 0 0 25px 0;
}

.OCARList {
  margin: 70px 0 0px 0;
}

.OCARList li {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  counter-increment: step-counter;
  max-width: 33%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  z-index: 2;
}

.OCARList li:before {
  position: absolute;
  left: -50px;
  top: -30px;
  color: rgba(240, 88, 41, 0.16);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 2px solid rgba(240, 88, 41, 0.1);
  border-radius: 100%;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  z-index: -1;
  content: counter(step-counter);
}

.OCARList li h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 0 10px 0;
}

.OCARList li p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.examineDuring {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background: rgba(240, 144, 40, 0.06);
}

.examineDuring .row {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (min-width: 1200px) {
  .examineDuring .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }

  .examineDuring .examineDuringTwo {
    padding: 40px;
  }

  .examineDuring .examineDuringOne,
  .examineDuring .examineDuringThree {
    padding: 70px 40px;
  }

}

@media (max-width: 1200px) {
  .examineDuring .row {
    flex-direction: column;
    margin: 0;
  }

  .examineDuring .examineDuringOne,
  .examineDuring .examineDuringTwo,
  .examineDuring .examineDuringThree {
    padding: 30px;
  }
}

@media (max-width: 768px) {

  .examineDuring .examineDuringOne,
  .examineDuring .examineDuringTwo,
  .examineDuring .examineDuringThree {
    padding: 30px 20px;
  }

  .packages-box {
    margin-bottom: 10px;
  }
}

.intr__btns {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.examineDuring .examineDuringOne,
.examineDuring .examineDuringTwo,
.examineDuring .examineDuringThree {
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid rgba(237, 75, 26, 0.14901960784313725);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.03);
  text-align: left;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.examineDuring .examineDuringOne:hover,
.examineDuring .examineDuringTwo:hover,
.examineDuring .examineDuringThree:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.examineDuring .examineDuringOne h4,
.examineDuring .examineDuringTwo h4,
.examineDuring .examineDuringThree h4 {
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 25px 0;
  font-size: 20px;
  color: #f05829;
}

.examineDuring .examineDuringOne p,
.examineDuring .examineDuringTwo p,
.examineDuring .examineDuringThree p {
  margin-bottom: 10px;
  line-height: 24px;
  position: relative;
  padding-left: 35px;
}

.examineDuring .examineDuringOne p:before,
.examineDuring .examineDuringTwo p:before,
.examineDuring .examineDuringThree p:before {
  content: "\f178";
  font: normal normal normal 12px/1 FontAwesome;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #f05829;
}

.examineDuring .examineDuringOne p:last-child,
.examineDuring .examineDuringTwo p:last-child,
.examineDuring .examineDuringThree p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 767px) and (max-width: 1025px) {
  .iws-right span {
    font-size: 24px;
  }

  .iws-right h2 {
    font-size: 20px;
  }

  .iws-left span {
    font-size: 24px;
  }

  .iws-left h2 {
    font-size: 20px;
  }
}

@media (min-width: 1025px) and (max-width: 1136px) {
  .iws-right h2 {
    font-size: 23px;
  }

  .iws-left h2 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .is-website-secure {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .left-custom-style button {
    position: absolute;
  }

  .plan-btn {
    position: unset;
  }

  .plan-btn:hover {
    position: unset;
  }

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

  .iws-right.col-sm-6 {
    padding: 20px;
    background: #e5f2fe;
    text-align: center;
  }

  .content-detail-right {
    padding-right: 32px;
  }

  .iws-right {
    padding-bottom: 50px;
  }

  .img-box {
    text-align: center;
    margin-top: 31px !important;
    padding: 20px;
  }

  .iws-left.col-sm-6 {
    background: #fce9e1;
    padding: 20px;
  }

  .content-detail-left {
    padding-right: 0px;
  }
}

@media (max-width: 628px) {
  .iws-left h2 {
    font-size: 24px;
  }

  .iws-right span {
    font-size: 30px;
  }

  .iws-right h2 {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .iws-left h2 {
    font-size: 20px;
  }

  .iws-right span {
    font-size: 30px;
  }

  .iws-right h2 {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .iws-right h2 {
    font-size: 14px;
  }

  .iws-right span {
    font-size: 24px;
  }
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
  .partners-list .integration-left img {
    display: block;
  }
}

/* /is-website-secure-new */
/* festivalNotification */
.festivalNotification {
  padding: 4px;
  line-height: 14px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  right: 0;
  margin: 0 auto;
  background-color: #ef6134;
  color: #ffffff;
  text-align: center;
  width: auto;
  font-style: italic;
}

/* /festivalNotification */
/* login CENTER CSS */
.login-container.container {
  display: flex;
  justify-content: center;
}

.login-container.container .block-customer-login {
  max-width: 420px;
}

.login-container.container .fieldset>.field>.control {
  width: 100%;
}

/* /login CENTER CSS */
.cCode span {
  border: 1px dashed #0985f8;
  background-color: rgba(9, 133, 248, 0.1);
  color: #0985f8;
  border-radius: 3px;
  font-weight: 700;
  padding: 2px 3px;
  margin: 0 4px;
}

.cCode b {
  color: #ff5722;
}

/* notificationSlide CSS */
.NSShow {
  float: left;
  overflow: hidden;
  height: 32px;
}

.notificationSlide ul {
  list-style: none;
  animation: 10s linear 0s normal none infinite change;
  -webkit-animation: 10s linear 0s normal none infinite change;
  -moz-animation: 10s linear 0s normal none infinite change;
  -o-animation: 10s linear 0s normal none infinite change;
}

.notificationSlide ul li {
  line-height: 32px;
  margin: 0;
}

.notificationSlide ul li a {
  padding: 1px 10px;
  border-radius: 30px;
  color: #ef672f;
  margin-left: 4px;
  text-decoration: none;
  background-color: #ffffff;
}

.notificationSlide ul li a:hover {
  background-color: #ad390a;
  transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -wait-transition: 0.5s ease all;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes change {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: 0;
  }

  25% {
    margin-top: -32px;
  }

  32% {
    margin-top: -32px;
  }

  50% {
    margin-top: -64px;
  }

  65% {
    margin-top: -64px;
  }

  75% {
    margin-top: -32px;
  }

  85% {
    margin-top: -32px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes change {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: 0;
  }

  25% {
    margin-top: -32px;
  }

  32% {
    margin-top: -32px;
  }

  50% {
    margin-top: -64px;
  }

  65% {
    margin-top: -64px;
  }

  75% {
    margin-top: -32px;
  }

  85% {
    margin-top: -32px;
  }

  100% {
    margin-top: 0;
  }
}

/* /notificationSlide */

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1.5;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 25em;
  max-width: 21em;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #ef672f;
  color: #ffffff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 82%;
  border-top-width: 0;
  border-bottom-color: #ef672f;
}

[tooltip][flow^="down"]::after {
  top: calc(82% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

/* Style for popup for christmas */
#bio_ep .mageplaza-betterpopup-content div#bio_ep_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.ourCta {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/octaBg.jpg);
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  padding: 80px 0;
  clear: both;
  text-align: center;
}

.ourCta .container {
  max-width: 700px;
  width: 100% !important;
}

.ourCta .new-title {
  line-height: 1.5;
  font-size: 28px;
}

.ourCta p,
.ourCta .new-title {
  color: #ffffff;
}

/* marging */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

/* pading */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.bg-light {
  background-color: #f9f9f9 !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.after-none:after {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.before-none:before {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.my-price-table.cbTable thead tr:first-child th:nth-child(odd):before {
  display: none;
}

.my-price-table.cbTable thead tr:first-child th:nth-child(even):before {
  content: "";
  width: 100%;
  height: 30px;
  background: #2b3138;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999999;
  top: -25px;
}

.my-price-table.cbTable thead tr th {
  width: 33.33%;
}

/* hyvaProcesslist */
.hyvaProcesslist>li>.hplIcn {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hyvaProcesslist>li:before {
  display: none;
}

@media (max-width: 992px) {
  .top-ecommerce {
    position: unset !important;
    margin: 0 auto;
    text-align: center;
  }

  .page-footer {
    margin-top: 40px !important;
  }
}

@media (max-width: 480px) {
  .rating-value {
    max-width: 300px;
    font-size: 15px;
    line-height: 1.2;
  }

  .page-footer {
    margin-top: 60px !important;
  }
}

/*header-customer-auth */
#header-customer-auth {
  position: relative;
}

#header-customer-auth>.auth-trigger {
  background: transparent;
  border: 0;
  padding: 0;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.panel.wrapper {
  position: relative;
  z-index: 23;
}

.sticky-header .customer-auth .auth-menu {
  position: absolute;
  right: 0px;
  top: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  z-index: 1000;
  min-width: 200px;
}

.sticky-header .customer-auth .auth-menu>ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-header .customer-auth .auth-menu>ul li {
  border: 1px solid #eee;
  padding: 8px 14px;
  /* increased vertical padding for better click area */
  background-color: #ffffff;
}

.sticky-header .customer-auth .auth-menu>ul li a {
  color: #222222;
  /* darker text for better contrast */
  text-decoration: none;
  display: block;
  /* make the entire li clickable */
}

.sticky-header .customer-auth .auth-menu>ul li a:hover,
.sticky-header .customer-auth .auth-menu>ul li a:focus {
  color: #0056b3;
  /* visible blue color on hover/focus */
  outline: none;
  background-color: #f0f8ff;
  /* light blue background on hover */
  cursor: pointer;
}

strong#block-customer-login-heading {
  font-size: 2.875rem;
  line-height: 2.25rem;
  color: #04355d;
  font-weight: 700;
}

button#send2 {
  border-radius: 1.5rem;
}

/* /hyve ribbon */

/* menu-header */
/* Desktop vs Mobile Toggle */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Base Layout */
.menu-header-area {
  width: 100%;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}

/* Hide mobile menu on desktop */
.mobile-headmenu {
  display: none;
}

/* Show desktop only by default */
.my-navbar {
  display: block;
}

.headmenu-list {
  display: inline-block;
  margin-right: 10px;
}

.headmenu-list.headmenu-toggle button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.headmenu-user i,
.headmenu-gift i {
  font-size: 22px;
  color: #04355d;
}

.my-logo img {
  max-width: 100%;
  height: auto;
}

/* Navigation Dropdowns */
.navbar-nav>li>.dropdown-menu {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 20px;
}

/* Utility classes */
.e-sale {
  color: #ffffff;
  background: #e74c3c;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 5px;
  font-size: 10px;
  vertical-align: middle;
}

.offers__img {
  height: 340px;
  width: 100%;
  object-fit: cover;
}

/* Responsive Design */
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-headmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .headmenu-list {
    margin-right: 8px;
  }

  .headmenu-list.headmenu-icon {
    flex-grow: 1;
    text-align: center;
  }

  .my-navbar {
    display: none;
  }

  .mobile-headmenu img,
  .mobile-headmenu i {
    vertical-align: middle;
  }

  .menu-header-area {
    padding: 8px 12px;
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 767px) {
  .my-logo {
    display: none !important;
  }
}

.ready-to-discuss .magento-2-development-left h2 {
  color: #222;
}

.cms-magento-maintenance-services .rating-value-area,
.cms-magento-website-launch-checklist .rating-value-area,
.cms-magento-development-integration .rating-value-area,
.cms-magento-website-ui-design .rating-value-area,
.cms-magento-objective .rating-value-area,
.cms-magento-project-planning .rating-value-area,
.cms-magento-ecommerce-discovery .rating-value-area,
.cms-ecommerce-development-strategy .rating-value-area {
  margin-top: -41px;
}

@media (max-width: 992px) {

  .cms-magento-maintenance-services .select-clients-section,
  .cms-magento-website-launch-checklist .select-clients-section,
  .cms-magento-development-integration .select-clients-section,
  .cms-magento-website-ui-design .select-clients-section,
  .cms-magento-objective .select-clients-section,
  .cms-magento-project-planning .select-clients-section,
  .cms-magento-ecommerce-discovery .select-clients-section,
  .cms-ecommerce-development-strategy .select-clients-section {
    padding-bottom: 70px;
  }

  .cms-magento-maintenance-services .page-footer,
  .cms-magento-website-launch-checklist .page-footer,
  .cms-magento-development-integration .page-footer,
  .cms-magento-website-ui-design .page-footer,
  .cms-magento-objective .page-footer,
  .cms-magento-project-planning .page-footer,
  .cms-magento-ecommerce-discovery .page-footer,
  .cms-ecommerce-development-strategy .page-footer {
    margin-top: 0 !important;
  }
}

/* client__section */
.client__section {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}

.client__section>p {
  text-align: center;
  color: #222222;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-inline: 15px;
}

.client__track {
  display: flex;
  width: max-content;
  animation: client__marquee 40s linear infinite;
  -webkit-animation: client__marquee 40s linear infinite;
}

.client__logo {
  display: flex;
  align-items: center;
}

.client__logo img {
  width: 100%;
  height: 52px;
  object-fit: contain;
}

@keyframes client__marquee {
  from {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}

@media (min-width: 992px) {

  .client__track,
  .client__logo {
    gap: 100px;
  }
}

@media (max-width: 992px) {

  .client__track,
  .client__logo {
    gap: 70px;
  }
}

@media (min-width: 768px) {
  .client__logo picture {
    max-width: 150px;
    min-width: 150px;
    max-height: 52px;
  }
}

@media (max-width: 768px) {

  .client__track,
  .client__logo {
    gap: 50px;
  }

  .client__logo picture {
    max-width: 120px;
    min-width: 120px;
    max-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {

  .client__track,
  .client__logo {
    gap: 25px;
  }
}

/* our__clients */
.our__clients {
  float: left;
  width: 100%;
  clear: both;
  padding-block: 50px;
  border-block: 1px solid #f1f1f1;
}

.our__clients>.container {
  display: flex;
  flex-direction: column;
}

.oc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.oc__list>li {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .oc__list>li {
    padding: 20px;
  }
}

@media (max-width: 992px) {
  .oc__list>li {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .oc__list>li {
    padding: 10px;
  }

  .our__clients .ii-title-area h4 {
    margin-bottom: 0 !important;
  }
}

/* summary__section */
.summary__section {
  display: flex;
  clear: both;
  padding-top: 40px;
}

.summary__info {
  display: grid;
}

.summary__info .si__box {
  background-color: #ffffff;
  border-radius: 22px 4px 22px 22px;
  border-width: 2px;
  border-style: solid;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.summary__info .si__box:nth-child(even) {
  border-color: rgb(239 103 47 / 10%);
  box-shadow: 0px 3px 6px 0px rgb(239 103 47 / 10%);
}

.summary__info .si__box:nth-child(odd) {
  border-color: rgb(9 133 248 / 10%);
  box-shadow: 0px 3px 6px 0px rgb(9 133 248 / 10%);
}

.summary__info .si__box .si__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 0px 60px;
}

.summary__info .si__box:nth-child(even) .si__img {
  background-color: rgb(239 103 47 / 10%);
}

.summary__info .si__box:nth-child(odd) .si__img {
  background-color: rgb(9 133 248 / 10%);
}

.summary__info .si__box .si__img>svg {
  top: -6px;
  right: -6px;
  position: relative;
}

.summary__info .si__box .si__num {
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}

.summary__info .si__box p {
  margin: 0;
  font-size: 16px;
  color: #333;
}


@media (min-width: 992px) {
  .summary__info .si__box .si__num {
    font-size: 42px;
  }
}

@media (max-width: 992px) {
  .summary__info .si__box .si__num {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .summary__info {
    gap: 22px;
    grid-template-columns: repeat(4, 1fr);
  }

  .summary__section .container {
    width: 100%;
  }

  .summary__info .si__box p {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .summary__info {
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
  }

  .summary__info .si__box p {
    font-size: 14px;
    line-height: 1.4;
  }

  .summary__info .si__box .si__num {
    font-size: 28px;
  }

  .summary__info .si__box .si__img>svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 575px) {
  .summary__info .si__box {
    min-height: 126px
  }
}

@media (max-width: 320px) {
  .summary__info {
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
  }
}

/* general ul style */
/*.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}*/
.cbp-hrmenu > ul > li > a {
	padding: 1em;
	color: #FFF;
	display: inline-block;
	/*font-family: 'Amaranth', sans-serif;
	font-style: italic;*/
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 16px;
}


.cbp-hrmenu > ul > li.cbp-hropen a
	color: #d8d8d8;	
}
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {color: #fff;	}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #34495e;
	width: 100%;
	left: 0;
	z-index: 9;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 0px;
	margin-top :14px;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 15px 15px 25px;
	border-right: 1px solid #188689;
	text-align:center;
}
.custom-sub-menu ul{margin-right: 0px;margin-left: 35px;}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

.custom-sub-menu ul li {
    float: left;
    width: 100%;
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
	font-weight: 100;
}
.custom-sub-menu h4 {
	float: left;
	color: #fff;
	font-size: 26px;
	text-align: center;
	width: 100%;
	font-family: 'Amaranth', sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 15px;
}
.submenu-icon-img {
    width: 30%;
    clear: both;
    margin: 0px auto;
}
.cbp-hrsub-inner {
    width: 1200px;
    margin: 0px auto;
}
.custom-sub-menu ul li:before{
	content: '';
	background: url(../../frontend/Mconnect/Mmedia/en_US/images/sub-menu-icon.png) no-repeat left bottom;
	height: 28px;
	width: 11px;
	float: left;
	position: relative;
	top: 8px;
	background-position: 0px 0px;
}
.custom-sub-menu ul li:hover:before{
	background-position: 0px -32px;
}
.custom-sub-menu ul li a{
	color: #adb1ba;
	padding-left: 20px;
	font-weight: 400;
}
.custom-sub-menu ul li a:hover{color:#fff;}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}




*,
*:after,
*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.container > header{width:90%;max-width:70em;margin:0 auto;padding:0 1.875em 3.125em 1.875em;}
.container > header{padding:2.875em 1.875em 1.875em;}
.container > header h1{font-size:2.125em;line-height:1.3;margin:0;float:left;font-weight:400;}
.container > header span{display:block;font-weight:700;text-transform:uppercase;letter-spacing:0.5em;padding:0 0 0.6em 0.1em;}
.container > header nav{float:right;}
.container > header nav a{display:block;float:left;position:relative;width:2.5em;height:2.5em;background:#fff;border-radius:50%;color:transparent;margin:0 0.1em;border:4px solid #47a3da;text-indent:-8000px;}
.container > header nav a:after{content:attr(data-info);color:#47a3da;position:absolute;width:600%;top:120%;text-align:right;right:0;opacity:0;pointer-events:none;}
.container > header nav a:hover:after{opacity:1;}
.container > header nav a:hover{background:#47a3da;}
.icon-drop:before,
.icon-arrow-left:before{font-family:'fontawesome';position:absolute;top:0;width:100%;height:100%;speak:none;font-style:normal;font-weight:normal;line-height:2;text-align:center;color:#47a3da;-webkit-font-smoothing:antialiased;text-indent:8000px;padding-left:8px;}
.container > header nav a:hover:before{color:#fff;}
.icon-drop:before{content:"\e000";}
.icon-arrow-left:before{content:"\f060";}.nav-tabs {
    display: inline-block;
    border-bottom: none;
    padding-top: 15px;
    font-weight: bold;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    border-radius: 0;
}

.nav-list {
    border-bottom: 1px solid #eee;
}

.nav-list>li {
    padding: 20px 15px 15px;
    border-left: 1px solid #eee;
}

.nav-list>li:last-child {
    border-right: 1px solid #eee;
}

.nav-list>li>a:hover {
    text-decoration: none;
}

.nav-list>li>a>span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px;
}

.left.carousel-control {
    right: 30px;
    left: inherit;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}

.top {
    width: 100%;
    float: left;
    background: #0985f8;
    height: 45px;
}

.my-logo {
    float: left;
    padding: 6px 0;
}

.my-navbar .navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.menu-header-area {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    /* float: left; */
    /* padding-left: 30px; */
    /* padding-right: 40px; */
    position: relative;
    width: 100%;
    /* padding-top: 20px; */
}

.menu-header-area .navbar-logo {
    padding-left: 0;
}

.menu-header-area .my-navbar {
    position: static;
    padding-right: 0;
}

.menu-header-area .my-navbar .navbar-collapse {
    padding-right: 0;
}

.menu-header-area .container {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.my-navbar .navbar {
    position: inherit !important;
    margin-bottom: 0px;
    min-height: 62px;
    border: none;
}

.my-navbar-nav>li>a {
    color: #121212;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px !important;
    padding: 16px 22px !important;
    text-transform: uppercase;
}

.my-navbar-nav>li>a>i {
    padding-left: 6px;
    font-size: 14px;
}

.my-navbar-nav {
    float: right !important;
}

.my-navbar-nav .open>a,
.my-navbar-nav .open>a:focus,
.my-navbar-nav .open>a:hover {
    background-color: #132c45 !important;
    color: #ffffff !important;
    text-shadow: none;
}

.my-navbar-nav>li>a:focus,
.my-navbar-nav>li>a:hover {
    background-color: #132c45 !important;
    color: #ffffff !important;
    text-shadow: none;
}

.menu-top-area {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-top-area li.menu-top-box {
    background: #0e2336;
    padding-top: 40px;
    padding-bottom: 18px;
}

.menu-top-area li.menu-top-box:nth-child(odd) {
    background: #10263b;
}

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

.menu-top-box.last-box {
    background-color: #f3722b !important
}

.last-box h3 {
    margin: 0 0 20px 0;
    color: #FFF;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 22px;
}

.last-box p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}

.mg-menu-listing {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

.mg-menu-listing.audit {
    margin-top: 30px;
}

.menu-top-area li.menu-top-left,
.menu-top-area li.menu-top-right {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mg-menu-listing>img {
    padding: 20px 20px 0;
}

.menu-top-area li:last-child .mg-menu-listing {
    border-right: medium none;
}

.ms-icon,
.es-icon,
.qi-icon {
    font-size: 20px;
    color: #ffffff;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    line-height: 0.876;
    margin-bottom: 30px;
    padding-left: 30px;
}

.ms-icon:before {
    background: rgba(0, 0, 0, 0) url(../../frontend/Mconnect/Mmedia/en_US/images/ms-icon.png) no-repeat scroll;
    content: "";
    height: 30px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 30px;
    background-size: 20px;
}

.es-icon:before {
    background: rgba(0, 0, 0, 0) url(../../frontend/Mconnect/Mmedia/en_US/images/es-icon.png) no-repeat scroll;
    content: "";
    height: 30px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 30px;
    background-size: 20px;
}

.qi-icon:before {
    background: rgba(0, 0, 0, 0) url(../../frontend/Mconnect/Mmedia/en_US/images/qi-icon.png) no-repeat scroll;
    content: "";
    height: 30px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 30px;
    background-size: 20px;
}

.es-icon:after,
.ms-icon:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
    margin: 0 auto;
    left: 0;
    bottom: -15px;
    position: absolute;
}

.mg-menu-listing li {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.mg-menu-listing li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
    position: relative;
}

.mg-menu-listing li a i {
    font-size: 11px;
    margin-right: 4px;
}

.mg-menu-listing li a:hover {
    color: #0985f8;
    text-decoration: none;
    text-shadow: none;
}

.my-navbar-nav .open .dropdown-menu,
.dropdown-menu.single-dropdown,
.open>a {
    background-color: #132c45;
    border: medium none;
    border-radius: 0;
    padding: 0;
}

.single-menu {
    padding-top: 20px !important;
    min-width: 320px !important;
    padding-bottom: 20px !important;
}

.single-menu .mg-menu-listing {
    padding-left: 20px;
}

.single-dropdown {
    padding: 0px 20px 10px 20px !important;
    width: 230px;
    border-radius: 0 !important;
}

.single-dropdown ul li a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
}

.single-dropdown ul li a i {
    font-size: 11px;
    margin-right: 4px;
}

.single-dropdown ul li a:hover {
    color: #0985f8;
    text-decoration: none;
    text-shadow: none;
}

.single-metho-drop .dropdown-menu.single-dropdown {
    min-width: 325px;
}

.menu-bottum-area {
    background: #0e2336;
    float: left;
    list-style: outside none none;
    margin: 0 auto;
    padding: 18px 0px 15px 0px;
    text-align: center;
    width: 100%;
}

.menu-bottum-listing {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.menu-bottum-listing>li {
    border-right: 1px solid #eeeeee;
    display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    width: 190px;
    text-align: center;
}

.menu-bottum-listing>li>.mb-content {
    display: inline-block;
}

.menu-bottum-listing>li:last-child {
    border-right: medium none;
}

.menu-bottum-listing>li>.mb-content img {
    float: left;
    width: 32px;
    margin: 0 auto;
}

.menu-bottum-listing>li>.mb-content span {
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    padding-left: 15px;
    text-transform: uppercase;
    text-align: left;
}

.my-cart {
    position: relative;
    padding: 0 20px;
}

.my-cart .minicart-wrapper .action.showcart:focus,
.my-cart .minicart-wrapper .action.showcart:before {
    color: #ef672f !important;
}

.methodology-boxes {
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
}

.methodology-boxes li {
    display: inline-block;
    width: 180px;
    background: #0985f8;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
    margin: 0 0.3% 8px 0.3%;
    min-height: 110px;
    min-width: 24%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.methodology-boxes li:nth-child(2):hover,
.methodology-boxes li:nth-child(4):hover,
.methodology-boxes li:nth-child(5):hover,
.methodology-boxes li:nth-child(7):hover,
.methodology-boxes li:hover {
    background: transparent;
}

.methodology-boxes li:hover span,
.methodology-boxes li:hover i {
    text-shadow: none;
}

.methodology-boxes li a {
    display: inline-block;
    padding: 10px;
    line-height: 15px;
}

.methodology-boxes li:nth-child(2),
.methodology-boxes li:nth-child(4),
.methodology-boxes li:nth-child(5),
.methodology-boxes li:nth-child(7) {
    background: #15485a;
}

.methodology-boxes li i {
    display: block;
    font-size: 50px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}

.methodology-boxes li span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.b-text {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border-top: 1px solid #2b4258;
    padding-top: 20px;
    line-height: 22px;
}

.menu-top-area li.menu-top-right {
    text-align: center;
    background: #1e364e;
    min-height: 460px;
}

.menu-top-right .menu-top-icon {
    margin: 0 0 20px 0;
    color: #FFF;
    max-width: 66px;
}

.sprite-menu-top-icon {
    width: 57px;
    height: 57px;
    background-position: -194px -80px;
    margin: 0 auto 20px;
}

.menu-top-right .menu-title {
    margin: 5px 0 30px 0;
    color: #FFF;
    line-height: 34px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 22px;
    position: relative;
}

.menu-top-right .menu-title:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -10px;
}

.menu-top-right .menu-title:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
}

.menu-top-right p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}

.extension-off a.dropdown-toggle {
    position: relative;
}

.single-dropdown ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.extension-off .e-dis {
    position: absolute;
    top: 20px;
    right: 5px;
    background-color: #f05929;
    padding: 1px 5px 2px 5px;
    line-height: initial;
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
}

.d-offers {
    position: relative;
}

.d-offers small {
    position: absolute;
    top: -12px;
    right: -34px;
    background-color: #f05929;
    padding: 1px 5px 2px 5px;
    line-height: initial;
    color: #fff;
    font-size: 10px;
    border-radius: 2px;
    text-transform: uppercase;
}

.extension-off .e-sale {
    position: absolute;
    top: 17px;
    right: 38px;
    background-color: #ff0000;
    padding: 0px 4px 1px 4px;
    line-height: initial;
    color: #fff;
    font-size: 10px;
    border-radius: 2px;
    font-weight: 700;
}

.single-dropdown ul li a span {
    position: relative;
}

.e-off {
    font-size: 11px;
    position: absolute;
    top: -10px;
    right: -40px;
    color: #FF9800;
    font-style: italic;
    line-height: initial;
}

span.valentine-day-sale {
    position: relative;
}

span.valentine-day-sale:before {
    content: "";
    width: 17px;
    height: 26px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/valentine-day-icon.png);
    position: absolute;
    top: -17px;
    right: -7px;
    background-repeat: no-repeat;
}@media print {

    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../frontend/Mconnect/Mmedia/en_US/fonts/glyphicons-halflings-regular.eot');
    src: url('../../frontend/Mconnect/Mmedia/en_US/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Mconnect/Mmedia/en_US/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Mconnect/Mmedia/en_US/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Mconnect/Mmedia/en_US/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Mconnect/Mmedia/en_US/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #474747;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group>.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 45px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav>li.disabled>a {
    color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group>.form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

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

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron>hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        background-color: rgba(0, 0, 0, 0);
        filter: alpha(opacity=50);
        opacity: .5;
    }

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

    .carousel-control .icon-prev:before {
        content: '\2039';
    }

    .carousel-control .icon-next:before {
        content: '\203a';
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    .carousel-caption .btn {
        text-shadow: none;
    }
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}.welcome-section {
    float: left;
    width: 100%;
    padding: 70px 0px;
    background-color: #ffffff;
}

.welcome-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.services-new .clutch-widget {
    padding-bottom: 70px;
}

.home-title {
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 0.876;
    margin: 0;
    padding-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

.white {
    color: #ffffff;
}

.home-title:after {
    content: '';
    display: block;
    clear: both;
    width: 150px;
    height: 3px;
    margin: 0px auto;
    background: #d9d9d9;
    bottom: -14px;
    position: relative;
}

.our-portfilio-section .home-title:after {
    background: #ffffff;
}

.welcome-one-left {
    float: left;
    width: 59%;
    margin-right: 1%;
}

.welcome-one-left h2,
.welcome-one-left h1.sub-title,
.sub-title {
    color: #474747;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
    display: block;
    line-height: 32px;
}

.welcome-one-list {
    float: left;
    width: 100%;
}

.welcome-one-list .welcome-one-list-left {
    width: 49%;
    margin-top: 10px;
    float: left;
    position: relative;
}

.welcome-one-list .welcome-one-list-left:before {
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite.png);
    background-repeat: no-repeat;
    display: block;
    width: 37px;
    height: 114px;
    background-position: -568px -5px;
    content: '';
    position: absolute;
    float: right;
    right: 15px;
}

.welcome-one-list .welcome-one-list-left ul li {
    position: relative;
    padding-left: 40px;
    line-height: 29px;
    margin-bottom: 16px;
    counter-increment: step-counter;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #474747;
}

.welcome-one-list .welcome-one-list-left ul {
    margin-bottom: 0;
}

.welcome-one-list .welcome-one-list-left ul li:last-child {
    margin-bottom: 0;
}

.welcome-one-list .welcome-one-list-left ul li:before {
    content: counter(step-counter, decimal-leading-zero);
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    color: #474747;
    width: 45px;
    font-size: 22px;
    cursor: default;
}

.welcome-one-list .welcome-one-list-right {
    float: left;
    width: 49%;
    text-align: left;
}

.welcome-one-list .welcome-one-list-right h2 {
    margin: 0px;
    font-size: 34px;
    color: #474747;
    line-height: 34px;
    padding-bottom: 0;
}

.welcome-one-list .welcome-one-list-right img {
    float: left;
    margin-bottom: 8px;
}

/* Second-section NEW */
.packages-area {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width:576px) {
    .packages-area .packages {
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.packages-area .packages {
    width: 100%;
    text-align: center;
}

.packages-area .hiring-pack {
    border: 1px solid #ef672f;
    padding: 50px 20px;
    position: relative;
}

.packages-area .hiring-pack:before,
.packages-area .hiring-pack:after {
    content: "";
    width: 24px;
    height: 33px;
    position: absolute;
    right: -25px;
}

.packages-area .hiring-pack:before {
    top: 4px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/round-cut-img.png);
}

.packages-area .hiring-pack:after {
    bottom: 4px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/round-cut-img2.png);
}

.packages-area .support-pack {
    background-color: #ef672f;
    padding: 36px 20px;
}

.pack-title span {
    font-size: 17px;
    text-transform: uppercase;
    color: #474747;
}

.pack-title h3 {
    margin: 4px 0;
    text-transform: uppercase;
    color: #ef672f;
    font-size: 28px;
    font-weight: 700;
}

.packages-area .hiring-pack img,
.packages-area .support-pack img {
    margin: 30px 0;
}

.packages-area .hiring-pack p,
.packages-area .support-pack p {
    line-height: 22px;
}

.packages-area .hiring-pack a,
.packages-area .support-pack a {
    font-weight: 500;
    text-decoration: underline;
    color: #ef672f;
}

.support-pack .pack-title h3,
.support-pack .pack-title span,
.support-pack p,
.packages-area .support-pack a {
    color: #ffffff;
}

.packages-area .hiring-pack a:hover,
.packages-area .support-pack a:hover {
    text-decoration: none;
}

/* /Second-section NEW */
.welcome-one-right {
    float: right;
    width: 39%;
    text-align: center;
    margin-left: 1%;
}

.my-home-slider-area {
    margin: 0px;
    width: 100%;
    float: left;
    padding: 0px 30px;
}

.my-custom-home-slider {
    padding: 0px;
    width: 100%;
    margin: 0;
}

.my-custom-home-slider .slick-list {
    width: 100%;
}

.portfolio-section-area {
    float: left;
    width: 100%;
    background: url(../../frontend/Mconnect/Mmedia/en_US/images/portfolio-bg.jpg) top center;
    padding: 70px 0px;
}

.portfolio-section-area #mcs-slider>ul>li div.image-post a h3 {
    z-index: 9;
}

.portfolio-section-area h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
    text-align: center;
    line-height: 26px;
}

.portfolio-section-area p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 28px;
}

.portfolio-section-area .port-slider {
    margin-bottom: 20px;
}

.portfolio-section-area #mcs-slider {
    border: none;
}

.portfolio-section-area #demo .container {
    padding-left: 5px;
    padding-right: 5px;
    width: 100% !important;
}

#home-portfolio .item {
    margin: 0 5px;
}

.portfolio-section-area .owl-controls .owl-buttons {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-section-area .owl-controls .owl-buttons .owl-next {
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    top: 40%;
    width: 60px;
    text-align: center;
    background: #0985f8;
    float: left;
    position: absolute;
    left: 0;
}

.portfolio-section-area .owl-controls .owl-buttons .owl-prev {
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    top: 40%;
    width: 60px;
    text-align: center;
    background: #0985f8;
    float: right;
    position: absolute;
    right: 0;
}

.portfolio-section-area .owl-controls .owl-buttons .owl-next:hover,
.portfolio-section-area .owl-controls .owl-buttons .owl-prev:hover {
    background: #0b6b6e none repeat scroll 0 0;
}

.portfolio-section-area .owl-carousel .owl-item .icon-hover {
    background: rgba(10, 26, 42, 0.7) none repeat scroll 0 0 !important;
    height: 100%;
    line-height: 420px;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

.portfolio-section-area .owl-carousel .owl-item .item:hover .icon-hover {
    display: block;
}

.portfolio-section-area .owl-carousel .owl-item .item .icon-hover {
    display: none;
}

.portfolio-img-section {
    float: left;
    width: 100%;
    padding: 0 1%;
    margin: 40px 0px 20px 0px;
}

.portfolio-img-section li {
    width: 15.4%;
    background: #333;
    margin: 0% 0.5%;
    display: inline-block;
    position: relative;
    overflow: hidden !important;
}

.portfolio-img-section li .icon-hover {
    position: absolute;
    width: 100%;
    background: rgba(10, 26, 42, 0.7) !important;
    z-index: 99999;
    padding: 0px !important;
    text-align: center;
    line-height: 444px;
    display: none;
}

.portfolio-img-section li:hover .icon-hover {
    display: block;
}

.portfolio-img-section li .port-image {
    width: 100%;
    float: left;
    min-height: 362px;
}

.portfolio-img-section li .view-more {
    position: absolute;
    width: 100%;
    background: rgba(10, 26, 42, 0.7) !important;
    text-align: center;
    height: 100%;
}

.portfolio-img-section li .view-more a.mcs-btn-5 {
    position: relative;
    top: 180px;
}

.ideas-services-section {
    float: left;
    width: 100%;
    background: #0f1215;
    padding: 70px 0px;
}

.ideas-services-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ideas-servicer-one-left {
    float: left;
    width: 30%;
    padding-right: 20px;
}

.ideas-servicer-one-left h2 {
    margin: 0;
    padding-bottom: 60px;
}

.ideas-servicer-one-left h2 span {
    color: #f3851a;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: block;
    line-height: 0.987;
}

.ideas-servicer-one-left h2 small {
    float: left;
    color: #ffffff;
    font-size: 15px;
    margin-top: 5px;
    width: 100%;
}

.ideas-servicer-one-left p {
    color: #ffffff;
}

.ideas-servicer-one-right {
    float: right;
    width: 70%;
}

.ideas-servicer-one-right ul {
    margin: 0;
    padding: 0;
}

.ideas-servicer-one-right li {
    display: inline-block;
    padding: 0 10px;
    width: 49%;
    vertical-align: top;
    margin-bottom: 25px;
}

.ideas-servicer-one-right ul li:nth-child(9),
.ideas-servicer-one-right ul li:nth-child(10) {
    margin-bottom: 0;
}

.home-sprite {
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.services-icon {
    float: left;
    margin-right: 10px;
    position: relative;
    opacity: 0.5;
}

.services-icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 97, 52, 0.2);
    border-radius: 100%;
}

.sprite-special-icon01 {
    width: 60px;
    height: 60px;
    background-position: -274px -143px;
}

.sprite-special-icon02 {
    width: 60px;
    height: 60px;
    background-position: -344px -143px;
}

.sprite-special-icon03 {
    width: 60px;
    height: 60px;
    background-position: -414px -143px;
}

.sprite-special-icon04 {
    width: 60px;
    height: 60px;
    background-position: -484px -143px;
}

.services-text {
    float: left;
    width: 80%;
}

.services-text h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
}

.services-text h3 a {
    color: #f3851a;
}

.services-text h3 a:hover {
    color: #ffffff;
}

.services-text p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
}

.our-stranth-section {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 70px 0px;
}

.our-stranth-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.our-stranth-one-left {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.our-stranth-one-left h2 {
    width: 86%;
    line-height: 50px;
    font-size: 35px;
    margin: 0;
    color: #474747;
    padding-bottom: 40px;
    font-weight: 100;
}

.stranth-list {
    padding-bottom: 30px;
    padding-left: 16px;
}

.stranth-list li {
    line-height: 1.6;
    font-size: 15px;
    padding-left: 8px;
    color: #474747;
    position: relative;
}

.stranth-list li:not(:last-child) {
    margin-bottom: 8px;
}

.stranth-list li:before {
    content: "";
    width: 15px;
    height: 14px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    left: -16px;
    background-position: -5px -80px;
    background-repeat: no-repeat;
    display: block;
    top: 5px;
}

.cms-magento-responsive-theme .stranth-list li:before {
    top: 6px;
}

.sprite-list-icon {
    width: 14px;
    height: 14px;
    background-position: -5px -80px;
}

.description-block ul.stranth-list {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 40px;
}

.our-stranth-one-right {
    float: right;
    width: 49%;
    margin-left: 1%;
}

.our-stranth-one-right .stanth-img {
    margin-bottom: 20px;
}

.sprite-pro-code-icon01 {
    width: 259px;
    height: 151px;
    background-position: -5px -80px;
    margin: 0 auto;
}

.stranth-flat {
    float: left;
    width: 50%;
    background: #0e141a;
    padding: 20px 0px;
    text-align: center;
    color: #ffffff;
}

.stranth-flat h2 {
    font-size: 36px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 100;
}

.stranth-flat p {
    color: #ffffff;
}

.sprite-pro-code-icon02 {
    width: 250px;
    height: 128px;
    background-position: -308px -5px;
    margin: 0 auto;
}

.stranth-sell {
    float: right;
    width: 50%;
    background: #474747;
    padding: 20px 0px;
    margin-top: -100px;
    z-index: 999;
    position: relative;
    text-align: center;
}

.stranth-sell p {
    color: #ffffff;
    padding-bottom: 20px;
}

.stranth-support {
    float: left;
    text-align: left;
    width: 50%;
    padding: 30px 0px 0px 20px;
}

.stranth-support h2 {
    font-size: 28px;
    margin: 0;
    color: #474747;
    font-weight: 100;
    position: relative;
    padding-bottom: 10px;
}

.stranth-support h2 small {
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 14px;
    border-radius: 4px;
    color: #ef672f;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: bold;
}

.stranth-support p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.sprite-testi-icon {
    width: 49px;
    height: 36px;
    background-position: -182px -147px;
    margin: 0 auto;
}

.sprite-testimonial-logo01 {
    width: 235px;
    height: 34px;
    background-position: -288px -5px;
}

.sprite-testimonial-logo02 {
    width: 170px;
    height: 44px;
    background-position: -288px -50px;
}

.sprite-testimonial-logo03 {
    width: 155px;
    height: 40px;
    background-position: -261px -101px;
}

.sprite-testimonial-logo04 {
    width: 260px;
    height: 40px;
    background-position: -241px -151px;
}

.sprite-testimonial-logo05 {
    width: 279px;
    height: 39px;
    background-position: -184px -202px;
}

.testimonation-slide .arrow.prev {
    content: "";
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    left: 7px;
    width: 20px;
    height: 30px;
    background-position: -5px -5px;
}

.sprite-client-left-arrow {
    width: 20px;
    height: 30px;
    background-position: -5px -5px;
}

.sprite-client-right-arrow {
    width: 20px;
    height: 30px;
    background-position: -35px -5px;
}

.testimonation-slide .arrow.next {
    right: 7px;
    content: "";
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    width: 20px;
    height: 30px;
    background-position: -35px -5px;
}

.methedology-section {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 70px 0px;
}

.methedology-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.methedology-one-left {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.methedology-one-left h2 {
    color: #222;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
    width: 58%;
    display: block;
    line-height: 26px;
}

.methedology-one-right {
    float: left;
    width: 49%;
    margin-left: 1%;
    text-align: right;
}

.methedology-link {
    position: relative;
}

.methedology-link a {
    display: table;
    line-height: 48px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}

.methedology-link a.active {
    color: #0985f8;
}

.methedology-link a:before {
    content: "";
    height: 18px;
    left: -8px;
    position: absolute;
    top: 18px;
    width: 18px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    background-position: -54px -79px;
}

.sprite-metho-link {
    width: 42px;
    height: 16px;
    background-position: -29px -80px;
}

.methedology-link a:hover:before {
    background-position: -28px -78px;
}

.methedology-link a.active:before {
    background: rgba(0, 0, 0, 0) url("../../frontend/Mconnect/Mmedia/en_US/images/metho-link.png") no-repeat scroll 1px 0;
}

.methedology-link a:hover {
    text-shadow: none;
    color: #0985f8;
}

.methedology-link:before {
    width: 1px;
    height: 100%;
    background: #d0d0d0;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.methedology-one-right-content {
    float: right;
    border-right: 1px solid #d0d0d0;
    width: 100%;
    padding: 10px 20px;
}

.methedology-one-right-content h2 {
    color: #222;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
    line-height: 26px;
    text-align: right;
    float: right;
    width: 100%;
}

.methedology-one-right-content p {
    margin: 0;
}

.home-retial-section {
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 70px 0px;
}

.home-retial-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.home-retial-section .ii-title-area {
    display: none;
}

.home-retial-section .retail-search-area {
    padding: 0;
}

.home-retial-section .retail-search-pro-area {
    margin-top: 0px;
}

.retail-search-pro-area .slick-list {
    width: 94%;
    padding-bottom: 15px;
}

.select-clients-section {
    float: left;
    width: 100%;
    background: #0e141a;
    padding: 70px 0px;
}

.select-clients-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.select-clients-section h5 {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 40px;
    display: block;
    line-height: 26px;
    text-align: center;
}

.select-clients-section .main-footer-partners {
    padding: 0;
    background: none;
}

/* blog-section */
.mcs-blog {
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 70px 0px;
}

.mcs-blog .mcs-blog-box {
    border: 1px solid #eee;
    text-align: center;
    padding-bottom: 25px;
}

.mcs-blog .mcs-blog-box h4 {
    line-height: 1.3;
    padding-inline: 20px;
    margin-block: 15px;
    color: #132c45;
    font-size: 18px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-post {
    text-align: center;
    padding-top: 40px;
    float: left;
    width: 100%;
}

/* /blog-section */
.main-footer-partners .mcts1 .slide {
    width: 200.222px !important;
}

.main-footer-partners .mcts1 .slide .bx-wrapper img {
    max-width: 165px;
}

.select-clients-section .main-footer-partners .bx-default-pager {
    display: none;
}

.select-clients-section .main-footer-partners .bx-wrapper .bx-viewport {
    left: 0;
    margin: 0 auto;
    width: 89.1% !important;
    height: auto !important;
}

.select-clients-section .bx-wrapper .bx-next {
    right: 0;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    width: 18px;
    height: 20px;
    background-position: -1px -130px;
    top: 40%;
}

.select-clients-section .bx-wrapper .bx-next:hover {
    background-position: -22px -130px;
}

.select-clients-section .bx-wrapper .bx-prev {
    left: 0;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    width: 18px;
    height: 20px;
    background-position: -72px -130px;
    top: 40%;
}

.select-clients-section .bx-wrapper .bx-prev:hover {
    background-position: -49px -130px;
}

.case-study-section {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 70px 0px;
}

.case-study-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.case-study-one-left {
    float: left;
    width: 39%;
    text-align: center;
    margin-right: 1%;
}

.case-study-one-right {
    float: right;
    width: 59%;
    margin-left: 1%;
}

.case-study-one-right h2 {
    margin: 0;
    padding-bottom: 30px;
    color: #222;
    font-size: 30px;
    line-height: 45px;
    font-weight: 100;
}

.case-study-one-right p {
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 28px;
    text-align: left;
    color: #222;
}

.select-clients-section .clients-left {
    padding: 0;
}

.select-clients-section .clients-left h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: right;
    padding-right: 40px;
    margin: 0;
    text-transform: uppercase;
    height: 220px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.select-clients-section .clients-right {
    padding: 0 0 0 30px;
    border-left: 1px solid #4e6074;
}

.select-clients-section .clients-right h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

.select-clients-section .clients-right ul {
    margin: 0;
}

.select-clients-section .clients-right ul li {
    width: 23.56789%;
    margin: 10px 10px 0 0;
    float: left;
    background: #ffffff;
}

.select-clients-section .clients-right ul li:hover {
    transform: translateY(-5%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.select-clients-section .clients-right ul li .clients-sprite-img {
    max-width: 100%;
    margin: 0 auto;
}

.clients-sprite-img {
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/clients-sprite.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-c-logo01 {
    width: 200px;
    height: 75px;
    background-position: -5px -5px;
}

.sprite-c-logo02 {
    width: 200px;
    height: 75px;
    background-position: -5px -90px;
}

.sprite-c-logo03 {
    width: 200px;
    height: 75px;
    background-position: -5px -175px;
}

.sprite-c-logo04 {
    width: 200px;
    height: 75px;
    background-position: -5px -260px;
}

.sprite-c-logo05 {
    width: 200px;
    height: 75px;
    background-position: -215px -5px;
}

.sprite-c-logo06 {
    width: 200px;
    height: 75px;
    background-position: -215px -90px;
}

.sprite-c-logo07 {
    width: 200px;
    height: 75px;
    background-position: -215px -175px;
}

.sprite-c-logo08 {
    width: 200px;
    height: 75px;
    background-position: -215px -260px;
}

.featured-magento-extensions-block {
    padding: 70px 0px;
    float: left;
    width: 100%;

}

.featured-inner-pages .featured-magento-extensions-block {
    padding: 0;
}

.extension-view,
.featured-magento-extensions-block ul {
    margin: 0;
    float: left;
    width: 100%;
}

.extension-view li,
.featured-magento-extensions-block ul li {
    float: left;
    width: 33.33%;
    padding-right: 15px;
    padding-bottom: 15px;
}

.extension-view li:nth-child(3n+3),
.featured-magento-extensions-block ul li:nth-child(3n+3) {
    padding-right: 0;
}

.extension-view li img,
.featured-magento-extensions-block ul li img {
    float: left;
}

.extension-view li .mx-name,
.featured-magento-extensions-block ul li .mx-name {
    padding-left: 15px;
    display: inline-block;
    max-width: 71%;
}

.extension-view li .mx-name a,
.featured-magento-extensions-block ul li .mx-name a {
    font-size: 14px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 16px;
    font-weight: 600;
}

.extension-view li .mx-name a:hover,
.featured-magento-extensions-block ul li .mx-name a:hover {
    color: #132c45;
    text-shadow: none;
}

.extension-view li .mx-name p,
.featured-magento-extensions-block ul li .mx-name p {
    float: left;
    width: 100%;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}

.extension-view li .mx-name p,
.featured-magento-extensions-block ul li .mx-name p {
    float: left;
    width: 100%;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}

.mx-name .product-reviews-summary.short {
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.mx-name .product-reviews-summary.short .rating-summary .rating-result>span:before {
    color: #f9b42e;
    font-size: 12px;
}

.mx-name .product-reviews-summary.short .rating-summary .rating-result:before {
    font-size: 12px;
}

.mx-name .product-reviews-summary.short a.action.view {
    color: #474747;
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 6px;
}

.mx-name .product-reviews-summary.short a.action.view:hover {
    color: #0985f8;
    text-shadow: none;
}

.mx-name .product-reviews-summary.empty .reviews-actions a.action.add {
    font-size: 11px;
    padding-bottom: 0;
    text-decoration: underline;
    color: #222;
}

.mx-name .product-reviews-summary.empty .reviews-actions a.action.add:hover {
    text-decoration: none;
}

.featured-magento-extensions-block.featured-inner-pages {
    background-color: rgb(255, 255, 255);
}

.home-pro-listing {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

.home-pro-listing .home-pro-box {
    display: inline-block;
    max-width: 23.6543210%;
    margin: 0 8px;
    vertical-align: top;
    padding: 15px;
    background-color: #f5f5f5;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.03);
}

.home-pro-listing .home-pro-box:nth-child(1) {
    margin-left: 0;
}

.home-pro-listing .home-pro-box:nth-child(4) {
    margin-right: 0;
}

.home-pro-listing .home-pro-box img {
    width: 100%;
    display: block;
}

.home-pro-box .mx-name {
    padding-top: 10px;
}

.home-pro-box .mx-name a {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}

.home-pro-box .mx-name a:hover {
    text-shadow: none;
    color: #0985f8;
}

.home-pro-box .pro-bottom {
    padding-top: 12px;
}

.home-pro-box .pro-bottom .pro-price,
.pro-bottom .pro-reviews {
    display: inline-block;
    vertical-align: middle;
}

.home-pro-box .pro-bottom .pro-price {
    font-size: 22px;
    padding-right: 10px;
    font-weight: 700;
}

.home-pro-box .mx-name .pro-bottom .pro-reviews .product-reviews-summary.short {
    margin-bottom: 0;
    float: none;
    width: auto;
}

.pro-new-title .view-all a {
    text-transform: none;
    font-weight: 500;
    float: right;
}

.pro-new-title .view-all a:hover {
    text-shadow: none;
    color: #0382f8;
}

.home-support img {
    width: 100%;
}

.mcs-cliens-slide-section {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.mcs-cliens-slide-section h5 {
    color: #0382f8;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.mcs-testimonials-slide {
    position: relative;
}

.mcs-testimonials-slide .slide-wrapper {
    text-align: left;
}

.mcs-testimonials-slide .slide {
    position: relative;
}

.mcs-testimonials-slide .slide h6 {
    position: absolute;
    right: 0;
    bottom: -50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0382f8;
    text-align: right;
    margin: 0;
    padding: 0;
}

.mcs-testimonials-slide .slide h6 small {
    text-transform: none;
    color: #474747;
    display: block;
    margin-top: 3px;
    font-weight: 500;
}

.mcs-testimonials-slide .cliens-say {
    padding: 25px;
    background-color: #0382f8;
    border-radius: 10px;
    position: relative;
    margin-bottom: 52px;
}

.mcs-testimonials-slide .cliens-say:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0382f8;
    border-radius: 3px;
    position: absolute;
    right: 26px;
    bottom: -9px;
    transform: rotate(45deg);
}

.mcs-testimonials-slide-nav {
    left: 0px;
    position: absolute;
    bottom: -8px;
}

.mcs-testimonials-slide input[type="radio"],
.slide,
.mcs-testimonials-slide input[type="radio"]:checked~div.slide-wrapper div.slide,
.mcs-testimonials-slide input[type="radio"]:checked~div.slide-wrapper div.mcs-testimonials-slide-nav {
    display: none;
}

.mcs-testimonials-slide input[type="radio"]:checked+div.slide-wrapper div.slide,
.mcs-testimonials-slide input[type="radio"]:checked+div.slide-wrapper div.mcs-testimonials-slide-nav {
    display: block;
    animation: psFadeIn 0.4s ease-out;
}

.mcs-testimonials-slide .mcs-testimonials-slide-nav label i {
    position: absolute;
    left: 0;
    bottom: -38px;
    z-index: 999;
    font-size: 30px;
    transition: 0.2s all;
}

.mcs-testimonials-slide label:hover i {
    color: rgba(255, 255, 255, 0.48);
    cursor: pointer;
    transition: 0.2s all;
}

.mcs-testimonials-slide label.nxt i {
    left: 24px;
}

.mcs-testimonials-slide .slide-wrapper .slide .clien-speak {
    color: #ffffff;
    font-style: italic;
    line-height: 20px;
    font-weight: 600;
    margin: 20px 0 0 0;
    font-size: 13px;
}

.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens {
    display: inline-block;
    margin-top: 20px;
    clear: both;
}

.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-left {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-right {
    float: left;
    border-left: 2px solid #ffffff;
    padding-left: 20px;
    text-align: left;
    width: 50%;
}

.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-right p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    color: #ffffff;
    line-height: 22px;
}

.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-right .cliens-info {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
}

.footer-section-area {
    float: left;
    width: 100%;
    position: relative;
}

.footer-top-area {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 35px 0px;
    border-top: 1px solid #eaeaea;
}

.footer-top-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-top-area ul {
    width: 80%;
    margin: 0 auto;
}

.footer-top-area ul li {
    border-right: 1px solid #dddddd;
    float: left;
    text-align: center;
    width: 33.33%;
}

.footer-top-area ul li:last-child {
    border-right: none;
}

.footer-top-area ul h2 {
    margin: 0;
    padding: 0;
    color: #132b45;
    font-size: 60px;
    font-weight: 600;
    line-height: 0.765;
}

.footer-top-area ul p {
    margin: 0;
    padding: 0;
    color: #0985f8;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-new-height-area {
    float: left;
    width: 100%;
    background: #132b45;
    padding: 60px 0px 30px 0px;
}

.footer-new-height-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-new-height-area h2 {
    padding: 0;
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    width: 82%;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    margin-bottom: 68px;
}

.footer-new-height-area h2:before {
    width: 150px;
    height: 2px;
    background: #0985f8;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
}

.footer-new-height-left {
    float: left;
    width: 70%;
}

.new-height-listing {
    float: left;
    width: 100%;
}

.new-height-listing li {
    display: inline-block;
    padding-left: 66px;
    padding-right: 10px;
    width: 47%;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
}

.new-height-listing li:before {
    content: "";
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    width: 45px;
    height: 45px;
    background-position: -65px -5px;
    left: 0;
}

.sprite-fl-icon {
    width: 45px;
    height: 45px;
    background-position: -65px -5px;
}

.new-height-listing li a {
    color: #ffffff;
    font-size: 16px;
}

.new-height-listing li a:hover {
    color: #08a8ad;
}

.top-renked-img {
    float: left;
    width: 100%;
}

.top-renked-img img:last-child {
    margin-right: 0px;
}

.top-renked-img img {
    margin-right: 20px;
}

.footer-new-height-right {
    float: left;
    width: 30%;
}

.footer-contact-info {
    float: left;
    width: 100%;
}

.footer-contact-info li {
    float: left;
    width: 100%;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
}

.footer-contact-info li.fr-add {
    position: relative;
}

.footer-contact-info li.fr-add:before {
    content: "";
    width: 14px;
    height: 20px;
    background-position: -120px -5px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 8px;
}

.sprite-fr-addess {
    width: 14px;
    height: 20px;
    background-position: -120px -5px;
}

.footer-contact-info li.fr-msg {
    position: relative;
}

.footer-contact-info li.fr-msg:before {
    content: "";
    width: 18px;
    height: 11px;
    background-position: -171px -5px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 8px;
}

.sprite-fr-message {
    width: 18px;
    height: 11px;
    background-position: -171px -5px;
}

.footer-contact-info li.fr-call {
    position: relative;
}

.footer-contact-info li.fr-call:before {
    content: "";
    width: 17px;
    height: 17px;
    background-position: -144px -5px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 5px;
}

.sprite-fr-call {
    width: 17px;
    height: 17px;
    background-position: -144px -5px;
}

.footer-contact-info li.fr-website {
    position: relative;
}

.footer-contact-info li.fr-website:before {
    content: "";
    width: 17px;
    height: 17px;
    background-position: -171px -26px;
    background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 6px;
}

.footer-socials {
    margin: 20px auto 0;
    display: inline-block;
}

.footer-socials li {
    float: left;
    margin-right: 10px;
}

.footer-socials li a {
    float: left;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.footer-socials li a:hover {
    text-shadow: none;
    background: #ef672f;
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    transition: translateY(-6px);
    -webkit-transition: translateY(-6px);
}

.footer-lets-work-area {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #ef672f;
    position: relative;
}

.top-ecommerce {
    position: absolute;
    top: -97px;
    left: 60px;
    z-index: 2;
}

.footer-lets-work-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-lets-work-area .lets-work {
    margin: 0 auto;
    display: table;
}

.footer-lets-work-area .lets-work span {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 20px;
    float: left;
    text-align: right;
    line-height: 46px;
}

.footer-lets-work-area .lets-work .mcs-btn-5 {
    color: #474747 !important;
    padding: 12px 30px !important;
    background: #ffffff !important;
    float: left !important;
}

.footer-lets-work-area .lets-work .mcs-btn-5:hover {
    color: #fff !important;
    background: #ad390a !important;
}

.footer-bottom-area {
    float: left;
    width: 100%;
    background: #0e141a;
    padding: 20px 0px;
    text-align: center;
}

.footer-bottom-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer-bottom-link {
    text-align: center;
    line-height: 12px;
    width: 100%;
    float: left;
}

.footer-bottom-link li {
    display: inline-table;
    border-right: 1px solid #505050;
    padding: 0px 8px;
}

.footer-bottom-link li:last-child {
    border-right: none;
}

.footer-bottom-link a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-bottom-link a:hover {
    color: #ef672f;
    text-shadow: none;
}

.f-coppyright {
    text-align: center;
    margin: 0;
    padding-top: 5px;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    line-height: inherit;
}

.sl-wrapper .sl-navigation button {
    top: 45%;
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
}

.footer.content {
    padding-top: 0px;
    border-top: none;
}
/* ============================================
   CLIENT LOGOS SECTION — Infinite Marquee
   ============================================ */
.client__section {
    background: #f8f9fa;
    padding: 40px 0 30px;
    overflow: hidden;
}

.client__section > p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.client__track-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.client__track {
    display: flex;
    width: max-content;
    animation: clientScroll 30s linear infinite;
}

.client__logo {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 25px;
    flex-shrink: 0;
}

.client__logo picture {
    flex-shrink: 0;
}

.client__logo img {
    height: 50px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client__logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes clientScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ============================================
   STATS / SUMMARY SECTION
   ============================================ */
.summary__section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 50px 0;
}

.summary__section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.summary__info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.si__box {
    text-align: center;
    flex: 1;
    min-width: 180px;
    padding: 20px 10px;
}

.si__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.si__img svg {
    width: 34px;
    height: 34px;
}

.si__num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    margin-bottom: 5px;
}

.si__box p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

/* ============================================
   RESPONSIVE — Client Logos + Stats
   ============================================ */
@media (max-width: 991px) {
    .summary__info {
        gap: 15px;
    }
    .si__box {
        min-width: 140px;
    }
    .si__num {
        font-size: 30px;
    }
    .client__section > p {
        font-size: 18px;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .summary__info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .si__box {
        flex: 0 0 45%;
        min-width: 0;
    }
    .summary__section {
        padding: 35px 0;
    }
    .client__section {
        padding: 30px 0 20px;
    }
    .client__logo {
        gap: 30px;
    }
    .client__logo img {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .si__box {
        flex: 0 0 100%;
    }
    .si__num {
        font-size: 28px;
    }
    .client__section > p {
        font-size: 16px;
        line-height: 1.4;
    }
}

/* ============================================
   FIX: Client logos left clipping + spacing
   ============================================ */
.client__track-wrapper {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

.client__section {
    padding-bottom: 0;
}

/* ============================================
   SERVICES SECTION — Card-style list items
   ============================================ */
.services-new {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}

.services-new .container {
    max-width: 1200px;
}

.services-new .left-text {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.services-new .left-text span {
    color: #EF672F;
    display: block;
}

.services-new .left-text b {
    color: #333;
    font-weight: 600;
}

.right-box-services {
    width: 100%;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    display: flex;
    align-items: flex-start;
    padding: 15px 18px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: all 0.25s ease;
    gap: 15px;
}

.services-list li:hover {
    border-color: #0985F8;
    box-shadow: 0 4px 15px rgba(9, 133, 248, 0.1);
    transform: translateX(4px);
}

.services-icon1 {
    flex-shrink: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-icon1 img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.services-text1 {
    flex: 1;
}

.services-text1 h3 {
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 600;
}

.services-text1 h3 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s;
}

.services-list li:hover .services-text1 h3 a {
    color: #0985F8;
}

.services-text1 p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* Magento Portfolio button */
.mcs-btn-6 {
    display: inline-block;
    padding: 10px 25px;
    background: #EF672F;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
    margin-top: 15px;
}

.mcs-btn-6:hover {
    background: #d4551e;
}

.mcs-btn-6 i {
    margin-left: 8px;
}

/* ============================================
   HIRE MAGENTO DEVELOPERS SECTION
   ============================================ */
.hire-magento-developers-section {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f9f9f9;
}

.hmd-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 40px;
    font-family: 'Open Sans', sans-serif;
}

.hmd-title span {
    color: #EF672F;
}

.hmd-title small {
    display: block;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hire-magento-developers-left img {
    max-width: 100%;
    height: auto;
}

.hire-magento-developers-midel {
    text-align: center;
}

.work-time-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.work-time-box {
    text-align: center;
    padding: 25px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    min-width: 140px;
    transition: all 0.3s ease;
}

.work-time-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.work-time-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 12px;
}

.work-time-box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.work-time-btn-area {
    text-align: center;
}

.hmd-btn {
    display: inline-block;
    padding: 12px 35px;
    background: linear-gradient(135deg, #0985F8, #0066cc);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(9, 133, 248, 0.3);
}

.hmd-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(9, 133, 248, 0.4);
}

.hmd-btn sub {
    font-size: 14px;
    bottom: 0;
}

.hire-magento-developers-right {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.tell-your-head {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    padding: 20px;
    text-align: center;
}

.tell-your-head h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.tell-your-body {
    padding: 20px;
}

.our-experts-list-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.our-experts-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: #f5f7fa;
    border-radius: 6px;
}

.our-experts-list span {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.our-experts-list i {
    color: #27ae60;
    font-size: 14px;
}

/* ============================================
   IS YOUR WEBSITE SECURE SECTION
   ============================================ */
.is-website-secure {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.iws-left,
.iws-right {
    padding: 30px;
}

.iws-left h2,
.iws-right h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.iws-left h2 span,
.iws-right h2 span {
    color: #EF672F;
}

.content-detail-left h3,
.content-detail-right h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px;
}

.content-detail-left h4,
.content-detail-right h4 {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin: 0 0 12px;
}

.content-detail-left p,
.content-detail-right p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.content-detail-left .img-box,
.content-detail-right .img-box {
    margin-top: 15px;
}

.content-detail-left .img-box img,
.content-detail-right .img-box img {
    max-width: 100%;
    height: auto;
}

.btn-plans {
    margin-top: 15px;
}

.plan-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0985F8;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
}

.plan-btn:hover {
    background: #0770d4;
}

/* ============================================
   OUR STRENGTH SECTION
   ============================================ */
.our-stranth-section {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #2c3e50;
    color: #fff;
}

.our-stranth-section .home-title {
    color: #fff;
}

.our-stranth-section .home-title:after {
    background: #EF672F;
}

.our-stranth-one-left {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.our-stranth-one-left h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
}

.stranth-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.stranth-list li {
    position: relative;
    padding: 6px 0 6px 20px;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    line-height: 1.5;
}

.stranth-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-size: 12px;
}

.mcs-btn-1 {
    display: inline-block;
    padding: 12px 30px;
    background: #EF672F;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.2s;
}

.mcs-btn-1:hover {
    background: #d4551e;
}

.our-stranth-one-right {
    float: right;
    width: 48%;
    position: relative;
}

.our-stranth-one-right img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.stranth-flat,
.stranth-sell {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #EF672F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stranth-flat {
    bottom: 30px;
    left: -15px;
}

.stranth-sell {
    top: 30px;
    right: -15px;
}

.stranth-support {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    padding: 15px 20px;
    border-radius: 8px;
}

.stranth-support h2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
}

.stranth-support h2 small {
    display: block;
    font-size: 13px;
    color: #EF672F;
}

.stranth-support p {
    margin: 0;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

/* ============================================
   RESPONSIVE — Services + Hiring + Strength
   ============================================ */
@media (max-width: 991px) {
    .services-list li {
        padding: 12px 14px;
    }
    .work-time-list {
        gap: 15px;
    }
    .work-time-box {
        min-width: 110px;
        padding: 20px 15px;
    }
    .our-stranth-one-left,
    .our-stranth-one-right {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .our-stranth-one-right {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .services-new .left-text {
        font-size: 20px;
    }
    .work-time-list {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .work-time-box {
        width: 80%;
        max-width: 250px;
    }
    .hmd-title {
        font-size: 22px;
    }
    .hire-magento-developers-left {
        display: none;
    }
}

/* ============================================
   MCONNECT CLIENTS / PORTFOLIO SECTION
   ============================================ */
.mconnect-slider {
    float: left;
    width: 100%;
    background: #1a1a2e;
    padding: 60px 0;
    overflow: hidden;
}

.mconnect-slider .container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1200px;
}

/* Left side — Text + Testimonials */
.main-slider-text {
    flex: 0 0 45%;
    max-width: 45%;
}

.slider-title-top {
    margin-bottom: 10px;
}

.slider-title-top h4 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-title-top h4:after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.main-slider-text > div > h2 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 20px;
    font-family: 'Open Sans', sans-serif;
}

.main-slider-text > div > h2 span {
    color: #5dade2;
    font-style: italic;
}

.main-slider-text > div > p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 30px;
}

/* Testimonial slider */
.mcs-cliens-slide-section {
    margin-top: 25px;
}

.mcs-cliens-slide-section h5 {
    margin: 0 0 15px;
}

.mcs-cliens-slide-section h5 em {
    color: #5dade2;
    font-size: 18px;
    font-style: italic;
}

/* CSS-only slider mechanism */
.mcs-testimonials-slide {
    position: relative;
    overflow: hidden;
}

.mcs-testimonials-slide input[type="radio"] {
    display: none;
}

.mcs-testimonials-slide .slide-wrapper {
    display: none;
}

.mcs-testimonials-slide input:checked + .slide-wrapper {
    display: block;
}

.slide {
    position: relative;
}

.cliens-say {
    background: rgba(93, 173, 226, 0.2);
    border-radius: 12px;
    padding: 25px;
    position: relative;
}

/* Testimonial company logos via sprite */
.home-sprite2 {
    width: 200px;
    height: 40px;
    background-image: url('../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png');
    background-repeat: no-repeat;
    margin-bottom: 15px;
    background-size: auto 40px;
}

.sprite-testimonial-logo01 { background-position: 0 0; }
.sprite-testimonial-logo02 { background-position: -210px 0; }
.sprite-testimonial-logo03 { background-position: -420px 0; }
.sprite-testimonial-logo04 { background-position: -630px 0; }
.sprite-testimonial-logo05 { background-position: -840px 0; }

.clien-speak {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.7;
    font-style: italic;
}

.slide h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 15px 0 0;
    padding-left: 25px;
}

.slide h6 small {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 400;
    margin-top: 3px;
}

/* Slider navigation arrows */
.mcs-testimonials-slide-nav {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    padding-left: 25px;
}

.mcs-testimonials-slide-nav label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    transition: all 0.2s;
}

.mcs-testimonials-slide-nav label:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: #5dade2;
}

/* Right side — Portfolio grid */
.slider-img {
    flex: 1;
}

.slider-img-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
}

.slider-img-list li {
    overflow: hidden;
    border-radius: 8px;
}

.slider-img-list li .grid {
    height: 100%;
}

/* Bubba hover effect */
.effect-bubba {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100%;
}

.effect-bubba img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.effect-bubba:hover img {
    transform: scale(1.08);
}

.effect-bubba figcaption {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 26, 46, 0.7);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.effect-bubba:hover figcaption {
    opacity: 1;
}

.effect-bubba figcaption a {
    text-decoration: none;
}

.effect-bubba figcaption p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    padding: 8px 20px;
    border-radius: 4px;
    transition: all 0.2s;
}

.effect-bubba figcaption p:hover {
    background: #fff;
    color: #1a1a2e;
}

/* Portfolio buttons */
.m-extension-btn {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: flex-end;
}

.mcs-btn-3 {
    display: inline-block;
    padding: 12px 28px;
    border: 2px solid #EF672F;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    background: transparent;
}

.mcs-btn-3:hover {
    background: #EF672F;
    color: #fff !important;
}

/* ============================================
   RESPONSIVE — Portfolio / Clients
   ============================================ */
@media (max-width: 991px) {
    .mconnect-slider .container {
        flex-direction: column;
    }
    .main-slider-text {
        flex: none;
        max-width: 100%;
    }
    .main-slider-text > div > h2 {
        font-size: 36px;
    }
    .slider-img-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .mconnect-slider {
        padding: 40px 0;
    }
    .main-slider-text > div > h2 {
        font-size: 28px;
    }
    .slider-img-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .m-extension-btn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .slider-img-list {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   FIX: Sprite — use quote mark icon, not logos
   The home-sprite2.png contains UI elements:
   - Quote marks at ~(175, 160), ~70x65px
   - Radio dots, arrows, etc.
   Company logos don't exist in sprite.
   ============================================ */
.home-sprite2 {
    width: 50px;
    height: 45px;
    background-image: url('../../frontend/Mconnect/Mmedia/en_US/images/home-sprite2.png');
    background-repeat: no-repeat;
    margin-bottom: 12px;
    background-size: 527px 247px;
    background-position: -175px -162px;
}

/* All logo classes show the same quote icon */
.sprite-testimonial-logo01,
.sprite-testimonial-logo02,
.sprite-testimonial-logo03,
.sprite-testimonial-logo04,
.sprite-testimonial-logo05 {
    background-position: -175px -162px;
}

/* Slider radio dots — use the sprite's radio dots */
.mcs-testimonials-slide input[type="radio"] + .slide-wrapper {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Author name styling refinement */
.slide h6 {
    padding-left: 0;
}

/* Testimonial card — match reference design (light blue) */
.cliens-say {
    background: rgba(93, 173, 226, 0.25);
    border-radius: 12px;
    padding: 25px 25px 20px;
}

.clien-speak {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.75;
    font-style: italic;
}

/* ================================================================
   MCONNECT MEDIA — DESIGN POLISH & FINISHING
   Appended to new-home.css — March 2026

   Fixes: spacing, typography, colors, hover effects,
   section transitions, responsive alignment, visual consistency
   ================================================================ */

/* === GLOBAL IMPROVEMENTS === */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1200px;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* === HEADER / TOP BAR POLISH === */
.mcs-topbar {
    background: linear-gradient(135deg, #04355d 0%, #0a4a7a 50%, #04355d 100%) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15) !important;
}

/* Nav bar — subtle bottom border */
.menu-header-area {
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border-bottom: 1px solid #f0f0f0;
}

/* Nav links — better hover */
.my-navbar .navbar-nav > li > a {
    transition: color 0.3s ease, background 0.2s ease;
    border-radius: 4px;
    padding: 8px 16px !important;
}

.my-navbar .navbar-nav > li > a:hover {
    color: #0985F8 !important;
    background: rgba(9, 133, 248, 0.05);
}

/* === HERO / BANNER POLISH === */
.banner-section {
    position: relative;
}

.banner-content h1,
.banner-content h2 {
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    letter-spacing: -0.5px;
}

.banner-content p,
.banner-content .sub-title {
    text-shadow: 0 1px 8px rgba(0,0,0,0.2);
}

/* Hero buttons — better styling */
.banner-btn a,
.banner-content a.btn-plans {
    border-radius: 8px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.banner-btn a:hover,
.banner-content a.btn-plans:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25) !important;
}

/* "Since 2009" text */
.since {
    color: #4ecdc4 !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* === CLIENT LOGOS SECTION === */
.client__section {
    padding: 35px 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0;
}

.client__logo img {
    transition: all 0.4s ease !important;
    opacity: 0.45;
    filter: grayscale(100%);
}

.client__logo img:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* === STATS SECTION === */
.summary__section {
    background: linear-gradient(135deg, #04355d 0%, #0a4a7a 50%, #2c3e50 100%) !important;
    padding: 50px 0 !important;
    position: relative;
}

.si__num {
    font-weight: 800 !important;
    font-size: 44px !important;
    color: #0985F8 !important;
    letter-spacing: -1px;
}

.si__box {
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.si__box:hover {
    background: rgba(255,255,255,0.05);
    transform: translateY(-3px);
}

.si__box p,
.si__box span {
    color: rgba(255,255,255,0.7) !important;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* === WELCOME / ABOUT SECTION === */
.welcome-section {
    padding: 80px 0 !important;
}

.welcome-section .home-title,
.welcome-section h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
    line-height: 1.3;
}

.welcome-section .home-title span,
.welcome-section h2 span {
    color: #0985F8;
}

.welcome-section p {
    color: #555 !important;
    line-height: 1.8 !important;
    font-size: 15px;
}

/* === SERVICES SECTION === */
.services-new {
    padding: 70px 0;
}

.services-list {
    transition: all 0.3s ease;
}

.services-list:hover {
    transform: translateY(-5px);
}

.right-box-services {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.3s ease !important;
    margin-bottom: 20px;
}

.right-box-services:hover {
    box-shadow: 0 12px 35px rgba(0,0,0,0.1) !important;
    border-color: #0985F8 !important;
    transform: translateY(-4px);
}

.services-text1 h3,
.right-box-services h3 {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 8px;
}

.services-text1 p,
.right-box-services p {
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.7;
}

/* Service icons */
.services-icon1 {
    transition: transform 0.3s ease;
}

.right-box-services:hover .services-icon1 {
    transform: scale(1.1);
}

/* === PORTFOLIO / CLIENTS SECTION === */
.mcs-cliens-slide-section,
.mconnect-slider {
    padding: 70px 0;
}

.slider-title-top h2,
.pro-new-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.slider-title-top h2 span,
.pro-new-title span {
    color: #0985F8 !important;
}

/* Portfolio cards */
.slider-img-list .slide {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.slider-img-list .slide:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* === HIRE DEVELOPERS SECTION === */
.hire-magento-developers-section {
    background: linear-gradient(135deg, #0985F8 0%, #04355d 100%) !important;
    padding: 80px 0 !important;
}

.hire-magento-developers-section h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

/* Pricing cards */
.work-time-box {
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 12px !important;
    padding: 25px !important;
    text-align: center;
    transition: all 0.3s ease !important;
}

.work-time-box:hover {
    background: rgba(255,255,255,0.18) !important;
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.3) !important;
}

.work-time-box h3,
.work-time-box .price {
    color: #4ecdc4 !important;
    font-weight: 800 !important;
    font-size: 28px !important;
}

.work-time-box p {
    color: rgba(255,255,255,0.8) !important;
    font-size: 13px;
}

/* Tell us your needs button */
.tell-your-head a,
.work-time-btn-area a {
    background: #EF672F !important;
    border-radius: 8px !important;
    padding: 14px 36px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(239,103,47,0.3);
}

.tell-your-head a:hover,
.work-time-btn-area a:hover {
    background: #d4561f !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(239,103,47,0.4) !important;
}

/* === OUR STRENGTH SECTION === */
.our-stranth-section {
    padding: 80px 0 !important;
    background: #1a1a2e !important;
}

.our-stranth-section h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.our-stranth-section h2 span {
    color: #0985F8;
}

.stranth-list li {
    color: rgba(255,255,255,0.8) !important;
    font-size: 14px !important;
    padding: 8px 0;
    line-height: 1.6;
}

.stranth-list li::before {
    color: #0985F8 !important;
}

/* Strength badges/images */
.our-stranth-one-right img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.our-stranth-one-right img:hover {
    transform: scale(1.02);
}

/* === RATING / REVIEWS SECTION === */
.rating-value-area {
    padding: 50px 0;
    background: #f8f9fb;
}

.rating-value {
    text-align: center;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.rating-value:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

/* === BLOG SECTION === */
.all-post {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f0f0f0;
}

.all-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

.all-post img {
    transition: transform 0.3s ease;
}

.all-post:hover img {
    transform: scale(1.05);
}

/* === "IS YOUR WEBSITE SECURE" SECTION === */
.top-ecommerce {
    border-radius: 12px;
    overflow: hidden;
}

/* === FOOTER === */
.page-footer {
    background: #0d0d1a !important;
}

.footer-section-area {
    padding: 60px 0 30px !important;
}

.footer-section-area h3,
.footer-section-area h4 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

.footer-section-area a {
    color: rgba(255,255,255,0.6) !important;
    transition: color 0.3s ease !important;
    font-size: 13px;
}

.footer-section-area a:hover {
    color: #0985F8 !important;
}

.footer-bottom-area {
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    padding: 20px 0 !important;
}

.footer-bottom-area p {
    color: rgba(255,255,255,0.4) !important;
    font-size: 12px !important;
}

/* Social icons */
.footer-section-area .fa {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.5);
    transition: all 0.3s ease;
    display: inline-block;
    margin-right: 6px;
}

.footer-section-area .fa:hover {
    background: #0985F8;
    color: #fff;
}

/* === SECTION TITLES — GLOBAL === */
.home-title,
.pro-new-title,
h2.section-heading {
    position: relative;
    padding-bottom: 15px;
}

/* === BUTTONS — GLOBAL POLISH === */
.btn-plans,
.mcs-btn-8,
a.view-all {
    border-radius: 6px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px;
}

.btn-plans:hover,
.mcs-btn-8:hover,
a.view-all:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* === SUPPORT PACKAGES SECTION === */
.packages-area {
    padding: 70px 0;
}

.support-pack {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f0f0f0 !important;
}

.support-pack:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12) !important;
    border-color: #0985F8 !important;
}

.pro-price {
    color: #0985F8 !important;
    font-weight: 800 !important;
}

/* === EXTENSION PAGES === */
.catalog-category-view .products-grid .product-item {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.catalog-category-view .products-grid .product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* Product detail page */
.catalog-product-view .product-info-main {
    padding: 30px;
}

.catalog-product-view .product-info-main .page-title span {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

/* Description tabs */
.description-tab-section .data.item.title a {
    font-weight: 600 !important;
    color: #2c3e50 !important;
    padding: 12px 20px !important;
    border-radius: 6px 6px 0 0 !important;
    transition: all 0.3s ease;
}

.description-tab-section .data.item.title a:hover,
.description-tab-section .data.item.title.active a {
    color: #0985F8 !important;
    background: rgba(9, 133, 248, 0.05);
}

/* === CMS INNER PAGES === */
.cms-page-view .column.main {
    padding: 40px 0;
    line-height: 1.8;
}

.cms-page-view .column.main h1,
.cms-page-view .column.main h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 20px;
}

.cms-page-view .column.main h2 span {
    color: #0985F8;
}

.cms-page-view .column.main p {
    color: #555;
    font-size: 15px;
}

/* === CONTACT PAGE === */
.contact-index-index .column.main {
    padding: 40px 0;
}

/* === PORTFOLIO PAGE === */
.portfolio img {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.portfolio img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* === ANIMATIONS === */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.banner-content,
.welcome-section .container,
.services-new .container {
    animation: fadeInUp 0.6s ease;
}

/* === RESPONSIVE FIXES === */
@media (max-width: 768px) {
    .summary__section {
        padding: 30px 15px !important;
    }

    .si__num {
        font-size: 32px !important;
    }

    .hire-magento-developers-section {
        padding: 50px 15px !important;
    }

    .our-stranth-section {
        padding: 50px 15px !important;
    }

    .services-new {
        padding: 40px 0;
    }

    .right-box-services {
        margin-bottom: 15px !important;
    }

    .welcome-section {
        padding: 50px 0 !important;
    }
}

/* ================================================================
   WELCOME / ABOUT SECTION — Color & Font Polish (Option 1 match)
   ================================================================ */

/* Section heading */
.welcome-section h2,
.welcome-section .home-title,
.welcome-one-list h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-transform: uppercase;
    line-height: 1.35 !important;
    letter-spacing: -0.3px;
}

/* Body text */
.welcome-section p,
.welcome-one-list p,
.welcome-one-list-left p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.85 !important;
}

/* Bold highlights in text */
.welcome-section strong,
.welcome-one-list strong,
.welcome-one-list-left strong {
    color: #2c3e50 !important;
    font-weight: 600;
}

/* Numbered list items (01 MULTI-CHANNEL etc) */
.welcome-one-list-left h3,
.welcome-one-list h3 {
    font-family: 'Poppins', sans-serif !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* The numbers (01, 02, 03) */
.welcome-one-list-left h3 span:first-child,
.welcome-one-list h3 b {
    color: #EF672F !important;
    font-weight: 800 !important;
}

/* "HOW TO REDUCE DEVELOPMENT COST?" card */
.content-detail-left,
.welcome-one-list-right .col-sm-12:first-child {
    background: #f8f9fb !important;
    border: 1px solid #e8ecf0 !important;
    border-radius: 12px !important;
    padding: 30px !important;
}

.content-detail-left h3,
.content-detail-left h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.content-detail-left h2 span,
.content-detail-left h3 span {
    color: #EF672F !important;
}

.content-detail-left p {
    font-family: 'Poppins', sans-serif !important;
    color: #555 !important;
    font-size: 13px !important;
}

/* "HIRE MAGENTO DEVELOPER" link */
.content-detail-left a {
    color: #EF672F !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.content-detail-left a:hover {
    color: #d4561f !important;
}

/* Orange card (JUST $179 PER MONTH) */
.content-detail-right {
    background: linear-gradient(135deg, #EF672F 0%, #e85520 100%) !important;
    border-radius: 12px !important;
    padding: 30px !important;
    color: #fff !important;
}

.content-detail-right h3,
.content-detail-right h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.content-detail-right .price,
.content-detail-right h2 span {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.content-detail-right p {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.9) !important;
    font-size: 13px !important;
}

.content-detail-right a {
    color: #fff !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 2px;
    transition: border-color 0.3s ease;
}

.content-detail-right a:hover {
    border-color: #fff;
}

/* "Magento for ECommerce" branding text */
.welcome-one-list-left .magento-text,
.welcome-section .magento-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

/* Magento icon color */
.welcome-section .fa-home,
.welcome-section i {
    color: #EF672F !important;
}

/* === Links throughout welcome section === */
.welcome-section a:not(.btn-plans) {
    color: #0985F8;
    transition: color 0.3s ease;
}

.welcome-section a:not(.btn-plans):hover {
    color: #04355d;
}

/* ================================================================
   MCONNECT MEDIA — FULL OPTION 1 CSS REDESIGN
   Pure CSS — no template/HTML changes

   Color Palette:
   - Navy:    #04355d
   - Blue:    #0985F8
   - Orange:  #EF672F
   - Teal:    #4ecdc4
   - Dark:    #2c3e50
   - Charcoal:#1a1a2e
   - Light BG:#f8f9fb
   - Text:    #555
   - Heading: #2c3e50
   ================================================================ */

/* === GLOBAL === */
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html { scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

/* ================================================================
   1. HERO / BANNER
   ================================================================ */
.banner-section {
    min-height: 480px !important;
}

.banner-content h1,
.banner-content h2,
.banner-content .banner-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    font-size: 40px !important;
    letter-spacing: -0.5px !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
    line-height: 1.2 !important;
    color: #fff !important;
}

.banner-content h1 span,
.banner-content h2 span {
    color: #EF672F !important;
}

.banner-content .sub-title,
.banner-content p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    color: rgba(255,255,255,0.9) !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.2);
    line-height: 1.7 !important;
}

.banner-content .since {
    color: #4ecdc4 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
}

/* Hero buttons */
.banner-btn a,
.banner-content .btn-plans,
.banner-content a[class*="btn"] {
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
    padding: 13px 30px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
    text-transform: none !important;
}

.banner-btn a:first-child {
    background: #EF672F !important;
    border: none !important;
    color: #fff !important;
}

.banner-btn a:first-child:hover {
    background: #d4561f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(239,103,47,0.4) !important;
}

.banner-btn a:last-child {
    background: transparent !important;
    border: 2px solid rgba(255,255,255,0.4) !important;
    color: #fff !important;
}

.banner-btn a:last-child:hover {
    border-color: #fff !important;
    background: rgba(255,255,255,0.1) !important;
    transform: translateY(-2px) !important;
}

/* ================================================================
   2. CLIENT LOGOS
   ================================================================ */
.client__section {
    padding: 35px 0 !important;
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    border-top: none !important;
}

.client__logo {
    padding: 0 25px !important;
}

.client__logo img {
    opacity: 0.4 !important;
    filter: grayscale(100%) !important;
    transition: all 0.4s ease !important;
    height: 35px !important;
    object-fit: contain !important;
}

.client__logo img:hover {
    opacity: 1 !important;
    filter: grayscale(0%) !important;
    transform: scale(1.08) !important;
}

/* ================================================================
   3. STATS SECTION (12+, 841+, 579+, 3000+)
   ================================================================ */
.summary__section {
    background: linear-gradient(135deg, #04355d 0%, #0a4a7a 50%, #2c3e50 100%) !important;
    padding: 55px 0 !important;
    border: none !important;
}

.summary__info {
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.si__box {
    text-align: center !important;
    padding: 20px 15px !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    cursor: default;
}

.si__box:hover {
    background: rgba(255,255,255,0.05) !important;
    transform: translateY(-4px) !important;
}

.si__num {
    font-family: 'Poppins', sans-serif !important;
    font-size: 46px !important;
    font-weight: 800 !important;
    color: #0985F8 !important;
    letter-spacing: -1px !important;
    line-height: 1 !important;
    margin-bottom: 8px !important;
}

.si__box p,
.si__box span:not(.si__num) {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.65) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.si__img {
    margin-bottom: 12px !important;
}

.si__img svg circle,
.si__img svg path {
    stroke: #0985F8 !important;
}

/* ================================================================
   4. WELCOME / ABOUT SECTION
   ================================================================ */
.welcome-section {
    padding: 80px 0 !important;
    background: #fff !important;
}

.welcome-section h2,
.welcome-section .home-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-transform: uppercase !important;
    line-height: 1.35 !important;
}

.welcome-section p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.85 !important;
}

.welcome-section strong {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

/* Development Cost card */
.content-detail-left {
    background: #f8f9fb !important;
    border: 1px solid #e8ecf0 !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
}

.content-detail-left:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
}

.content-detail-left h2,
.content-detail-left h3 {
    font-family: 'Poppins', sans-serif !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
}

.content-detail-left h2 span {
    color: #EF672F !important;
}

.content-detail-left a {
    color: #EF672F !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* $179 card */
.content-detail-right {
    background: linear-gradient(135deg, #EF672F 0%, #e85520 100%) !important;
    border-radius: 12px !important;
}

.content-detail-right h2,
.content-detail-right h3,
.content-detail-right p,
.content-detail-right a {
    font-family: 'Poppins', sans-serif !important;
}

.content-detail-right a {
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* ================================================================
   5. SERVICES SECTION
   ================================================================ */
.services-new {
    padding: 70px 0 !important;
    background: #f8f9fb !important;
}

.services-new .home-title,
.services-new h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.services-new .home-title span,
.services-new h2 span {
    color: #0985F8 !important;
}

.right-box-services,
.services-list {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 28px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04) !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.3s ease !important;
    margin-bottom: 20px !important;
}

.right-box-services:hover,
.services-list:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1) !important;
    border-color: #0985F8 !important;
}

.services-text1 h3,
.right-box-services h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 8px !important;
}

.services-text1 p,
.right-box-services p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    color: #666 !important;
    line-height: 1.7 !important;
}

.services-icon1 {
    transition: transform 0.3s ease !important;
}

.right-box-services:hover .services-icon1,
.services-list:hover .services-icon1 {
    transform: scale(1.1) !important;
}

/* ================================================================
   6. PORTFOLIO / CLIENTS SECTION
   ================================================================ */
.mconnect-slider,
.mcs-cliens-slide-section {
    padding: 70px 0 !important;
    background: #fff !important;
}

.slider-title-top h2,
.pro-new-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.slider-title-top h2 span,
.pro-new-title span {
    color: #0985F8 !important;
}

.main-slider-text p {
    font-family: 'Poppins', sans-serif !important;
    color: #555 !important;
    font-size: 14px !important;
}

/* Portfolio image cards */
.slider-img-list .slide,
.slider-img {
    border-radius: 10px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
}

.slider-img-list .slide:hover,
.slider-img:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}

.slider-img-list img {
    transition: transform 0.4s ease !important;
}

.slider-img-list .slide:hover img {
    transform: scale(1.05) !important;
}

/* Testimonial text */
.cliens-say {
    font-family: 'Poppins', sans-serif !important;
    font-style: italic !important;
    color: #555 !important;
    line-height: 1.7 !important;
}

.clien-speak {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

/* ================================================================
   7. HIRE DEVELOPERS SECTION
   ================================================================ */
.hire-magento-developers-section {
    background: linear-gradient(135deg, #0985F8 0%, #04355d 100%) !important;
    padding: 80px 0 !important;
}

.hire-magento-developers-section h2,
.hire-magento-developers-section .home-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.hire-magento-developers-section p {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.85) !important;
}

/* Pricing cards */
.work-time-box {
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    border-radius: 14px !important;
    padding: 30px 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.work-time-box:hover {
    background: rgba(255,255,255,0.16) !important;
    transform: translateY(-6px) !important;
    border-color: rgba(255,255,255,0.25) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.2) !important;
}

.work-time-box h3,
.work-time-box h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #4ecdc4 !important;
    font-weight: 800 !important;
    font-size: 32px !important;
}

.work-time-box h3 sub,
.work-time-box h2 sub {
    font-size: 14px !important;
    opacity: 0.7 !important;
}

.work-time-box p,
.work-time-box span {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.75) !important;
    font-size: 13px !important;
}

.work-time-box img {
    filter: brightness(0) invert(1) !important;
    opacity: 0.8 !important;
}

/* Tell us your needs button */
.tell-your-head a,
.work-time-btn-area a,
.hire-magento-developers-section .btn-plans {
    background: #EF672F !important;
    color: #fff !important;
    border-radius: 8px !important;
    padding: 14px 40px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(239,103,47,0.3) !important;
    border: none !important;
}

.tell-your-head a:hover,
.work-time-btn-area a:hover,
.hire-magento-developers-section .btn-plans:hover {
    background: #d4561f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(239,103,47,0.45) !important;
}

/* Hire left/right images */
.hire-magento-developers-left img,
.hire-magento-developers-right img,
.hire-magento-developers-midel img {
    filter: brightness(1.1) !important;
    transition: transform 0.3s ease !important;
}

.hire-magento-developers-left:hover img,
.hire-magento-developers-right:hover img {
    transform: scale(1.03) !important;
}

/* ================================================================
   8. OUR STRENGTH SECTION
   ================================================================ */
.our-stranth-section {
    background: #1a1a2e !important;
    padding: 80px 0 !important;
}

.our-stranth-section h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #fff !important;
}

.our-stranth-section h2 span {
    color: #0985F8 !important;
}

.stranth-list li,
.our-stranth-section li {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.75) !important;
    font-size: 14px !important;
    padding: 9px 0 !important;
    line-height: 1.6 !important;
}

.stranth-list li::before,
.our-stranth-section li::before {
    color: #0985F8 !important;
}

.our-stranth-one-right img {
    border-radius: 12px !important;
    transition: transform 0.3s ease !important;
}

.our-stranth-one-right img:hover {
    transform: scale(1.02) !important;
}

/* Strength badges */
.stranth-sell,
.stranth-flat,
.stranth-support {
    font-family: 'Poppins', sans-serif !important;
    border-radius: 8px !important;
}

/* ================================================================
   9. SUPPORT PACKAGES
   ================================================================ */
.packages-area {
    padding: 70px 0 !important;
    background: #f8f9fb !important;
}

.packages-area .home-title,
.packages-area h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.support-pack {
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f0f0f0 !important;
    background: #fff !important;
}

.support-pack:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12) !important;
    border-color: #0985F8 !important;
}

.pack-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.pro-price {
    font-family: 'Poppins', sans-serif !important;
    color: #0985F8 !important;
    font-weight: 800 !important;
    font-size: 28px !important;
}

.pro-price sub {
    color: #999 !important;
    font-size: 13px !important;
}

.d-offers {
    background: #EF672F !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.plan-btn,
.support-pack .btn-plans {
    background: #0985F8 !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.plan-btn:hover,
.support-pack .btn-plans:hover {
    background: #0670d4 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(9,133,248,0.3) !important;
}

/* ================================================================
   10. RATING / REVIEWS
   ================================================================ */
.rating-value-area {
    padding: 50px 0 !important;
    background: #fff !important;
}

.rating-value {
    text-align: center !important;
    padding: 25px !important;
    border-radius: 12px !important;
    background: #f8f9fb !important;
    border: 1px solid #f0f0f0 !important;
    transition: all 0.3s ease !important;
}

.rating-value:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
    border-color: #0985F8 !important;
}

/* ================================================================
   11. BLOG SECTION
   ================================================================ */
.mcs-blog {
    padding: 60px 0 !important;
    background: #f8f9fb !important;
}

.mcs-blog .home-title,
.mcs-blog h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.mcs-blog-box,
.all-post {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
    border: 1px solid #f0f0f0 !important;
    background: #fff !important;
    transition: all 0.3s ease !important;
}

.mcs-blog-box:hover,
.all-post:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
}

.all-post img {
    transition: transform 0.4s ease !important;
}

.all-post:hover img {
    transform: scale(1.05) !important;
}

.all-post h3,
.mcs-blog-box h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    line-height: 1.4 !important;
}

.all-post h3 a:hover {
    color: #0985F8 !important;
}

/* ================================================================
   12. "IS YOUR WEBSITE SECURE" / CTA SECTION
   ================================================================ */
.top-ecommerce {
    background: linear-gradient(135deg, #2c3e50, #04355d) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
}

.top-ecommerce h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.top-ecommerce h2 span {
    color: #EF672F !important;
}

/* ================================================================
   13. FOOTER
   ================================================================ */
.page-footer,
.footer-section-area {
    background: #0d0d1a !important;
}

.footer-section-area {
    padding: 60px 0 30px !important;
}

.footer-section-area h3,
.footer-section-area h4 {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 18px !important;
}

.footer-section-area p {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.55) !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
}

.footer-section-area a {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.55) !important;
    font-size: 13px !important;
    transition: color 0.3s ease !important;
}

.footer-section-area a:hover {
    color: #0985F8 !important;
}

.footer-section-area .fa {
    width: 34px !important;
    height: 34px !important;
    line-height: 34px !important;
    text-align: center !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.5) !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin-right: 6px !important;
    font-size: 14px !important;
}

.footer-section-area .fa:hover {
    background: #0985F8 !important;
    color: #fff !important;
}

.footer-bottom-area {
    background: #080812 !important;
    border-top: 1px solid rgba(255,255,255,0.06) !important;
    padding: 18px 0 !important;
}

.footer-bottom-area p,
.footer-bottom-area a {
    font-family: 'Poppins', sans-serif !important;
    color: rgba(255,255,255,0.35) !important;
    font-size: 12px !important;
}

.footer-bottom-area a:hover {
    color: #0985F8 !important;
}

/* "Let's Work Together" footer section */
.footer-lets-work-area {
    background: linear-gradient(135deg, #0985F8, #04355d) !important;
    padding: 50px 0 !important;
}

.footer-lets-work-area h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.footer-lets-work-area a {
    background: #EF672F !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.footer-lets-work-area a:hover {
    background: #d4561f !important;
    transform: translateY(-2px) !important;
}

/* ================================================================
   14. EXTENSION LISTING PAGE
   ================================================================ */
.catalog-category-view .products-grid .product-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
    border: 1px solid #f0f0f0 !important;
    background: #fff !important;
}

.catalog-category-view .products-grid .product-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1) !important;
    border-color: #0985F8 !important;
}

.catalog-category-view .product-item-name a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.catalog-category-view .product-item-name a:hover {
    color: #0985F8 !important;
}

.catalog-category-view .price-box .price {
    font-family: 'Poppins', sans-serif !important;
    color: #0985F8 !important;
    font-weight: 700 !important;
}

/* ================================================================
   15. PRODUCT DETAIL PAGE
   ================================================================ */
.catalog-product-view .product-info-main .page-title span {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.catalog-product-view .product-info-main .price-box .price {
    font-family: 'Poppins', sans-serif !important;
    color: #0985F8 !important;
    font-weight: 700 !important;
    font-size: 24px !important;
}

/* Description tabs */
.description-tab-section .data.item.title a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    padding: 12px 20px !important;
    transition: all 0.3s ease !important;
}

.description-tab-section .data.item.title.active a,
.description-tab-section .data.item.title a:hover {
    color: #0985F8 !important;
    border-bottom: 3px solid #0985F8 !important;
}

/* Add to cart button */
.catalog-product-view .action.primary.tocart {
    background: #EF672F !important;
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.catalog-product-view .action.primary.tocart:hover {
    background: #d4561f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(239,103,47,0.3) !important;
}

/* ================================================================
   16. CMS INNER PAGES
   ================================================================ */
.cms-page-view .column.main h1,
.cms-page-view .column.main h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
}

.cms-page-view .column.main h2 span {
    color: #0985F8 !important;
}

.cms-page-view .column.main p {
    font-family: 'Poppins', sans-serif !important;
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
}

/* ================================================================
   17. GLOBAL BUTTONS
   ================================================================ */
a.view-all,
a.btn-plans,
.mcs-btn-8,
button.action.primary {
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    letter-spacing: 0.3px !important;
}

a.view-all:hover,
a.btn-plans:hover,
.mcs-btn-8:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
}

/* ================================================================
   18. EXPERTS LIST
   ================================================================ */
.our-experts-list-area {
    padding: 60px 0 !important;
}

.our-experts-list-area h2 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.our-experts-list {
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.our-experts-list:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
}

/* ================================================================
   19. RESPONSIVE
   ================================================================ */
@media (max-width: 991px) {
    .banner-content h1,
    .banner-content h2 {
        font-size: 30px !important;
    }

    .si__num {
        font-size: 36px !important;
    }

    .hire-magento-developers-section h2 {
        font-size: 26px !important;
    }

    .work-time-box {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 768px) {
    .banner-section {
        min-height: 350px !important;
    }

    .banner-content h1,
    .banner-content h2 {
        font-size: 24px !important;
    }

    .summary__section {
        padding: 30px 15px !important;
    }

    .si__num {
        font-size: 30px !important;
    }

    .si__box {
        padding: 10px !important;
    }

    .welcome-section,
    .services-new,
    .hire-magento-developers-section,
    .our-stranth-section {
        padding: 50px 15px !important;
    }

    .right-box-services {
        padding: 20px !important;
    }
}
.catalog-product-view {
  background-color: #ffffff;
}

.catalog-product-view .bottom-line {
  display: none;
}

.catalog-product-view .cat-banner-area .cat-dic,
.catalog-product-view .cat-banner-area .cat-dic p {
  margin-bottom: 0px;
}

.catalog-product-view .cat-banner-area .container {
  padding-top: 0;
  padding-bottom: 0px;
}

.catalog-product-view .breadcrumbs {
  margin-bottom: 0px;
  border-bottom: none;
}

.catalog-product-view .breadcrumbs .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.view-image-future {
  float: left;
  width: 100%;
  padding: 80px 0px;
  background-color: #f9f9f9;
}

.view-image-future .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.view-image-future .product.media {
  float: left;
  width: 24%;
  margin-bottom: 0px;
  margin-top: 0px;
}

.view-image-future .view-product-image {
  margin-bottom: 30px;
}

.view-image-future .view-product-image img {
  width: 100%;
}

.product-support-mobile {
  margin: 10px 0;
  padding: 20px 10px;
  background-color: #f1f1f1;
  margin-top: 15px;
  border: 1px solid #ddd;
}

.product-support-mobile a {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.product-support-mobile a span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.view-image-future .product.media .product-reviews-summary {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.view-image-future .product.media .product-reviews-summary .rating-summary {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}

.view-image-future .product.media .product-reviews-summary .rating-summary .rating-result>span:before {
  color: #febc20;
}

.view-image-future .product.media .product-reviews-summary .reviews-actions {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
}

.view-image-future .product.media .product-reviews-summary .reviews-actions .action {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

.view-image-future .product.media .product-reviews-summary .reviews-actions .action:hover {
  color: #198588;
  text-shadow: none;
}

.view-image-future .product.media .product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 2px solid #888888;
  margin-right: 10px;
  padding-right: 10px;
}

.view-demo-link {
  float: left;
  width: 100%;
}

.view-demo-link ul li.small-frantend a,
.view-demo-link ul li.small-backend a {
  width: 100%;
  background: #132c45;
  font-size: 15px;
  color: #ffffff;
  padding: 15px 0;
  float: left;
  text-align: center;
  font-weight: 600;
  border: 2px solid transparent;
  display: block;
}

.view-demo-link .small-backend a {
  margin-bottom: 0px !important;
}

.view-demo-link ul li.small-frantend a:hover,
.view-demo-link ul li.small-backend a:hover {
  background: transparent;
  border: 2px solid #132c45;
  color: #132c45;
  text-shadow: none;
}

.view-demo-link li {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.view-demo-link ul li.small-m-version {
  background: #e6e6e6;
  font-size: 15px;
  color: #222222;
  padding: 15px;
  text-align: left;
  font-weight: 600;
}

.view-demo-link ul li.small-m-version small {
  font-size: 14px;
  color: #555555;
}

.pro-demo-link,
.uder-guide-link {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.pro-demo-link a {
  width: 49%;
  line-height: 40px;
  border: 1px solid #0985f8;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.pro-demo-link a:hover {
  background-color: #0985f8;
  text-shadow: none;
  color: #ffffff;
}

.pro-demo-link a.b-demo {
  float: right;
}

.uder-guide-link a {
  font-size: 13px;
  color: #888888;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  line-height: 6px;
}

.uder-guide-link a:hover {
  text-shadow: none;
  color: #0985f8;
}

.uder-guide-link a.u-guide {
  padding-right: 10px;
  position: relative;
  padding-left: 19px;
}

.uder-guide-link a.u-guide:before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 3px;
}

.uder-guide-link a.u-guide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/u-guide-icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 13px 15px;
  width: 16px;
  height: 18px;
}

.uder-guide-link a.i-guide {
  padding-left: 24px;
  position: relative;
}

.uder-guide-link a.i-guide:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/i-guide-icon.png);
  background-repeat: no-repeat;
  display: block;
  background-size: 14px 12px;
  width: 16px;
  height: 14px;
}

.community-version-link {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  color: #555;
}

.community-version-link small {
  font-size: 12px;
  font-weight: 500;
}

.magento-certified-developer {
  float: left;
  text-align: center;
  width: 100%;
}

.available-extension a:hover {
  color: #ffffff;
  text-shadow: none;
  background: #0985f8;
  text-decoration: none;
}

.view-image-future .product-futurepoint {
  float: left;
  width: 52.5%;
  padding: 0px 20px;
}

.view-image-future .product-futurepoint .getProductShortData h1 {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: #0985f8;
}

.get-core-product-name {
  margin: 0 0 10px 0;
  font-weight: 100;
  line-height: 40px;
  font-size: 30px;
  float: left;
  width: 100%;
}

.view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary {
  margin-bottom: 30px;
}

.view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary .rating-summary .rating-result span:before {
  color: #f9b42e;
}

.view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary .reviews-actions {
  font-size: 15px;
  font-weight: 600;
}

.view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary .reviews-actions a.action.view {
  margin-right: 10px;
  border-right: 2px solid #999;
  padding-right: 14px;
  color: #333;
  padding-left: 10px;
}

.view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary .reviews-actions a.action.add {
  color: #333;
}

.view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary .reviews-actions a.action.view:hover,
.view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary .reviews-actions a.action.add:hover {
  text-shadow: none;
  color: #0985f8;
}

.view-image-future .product-futurepoint .getProductShortData p {
  font-size: 15px;
  line-height: 26px;
}

.view-image-future .product-futurepoint .getProductShortData p:last-child {
  margin-bottom: 30px;
}

.extension-featue-list {
  margin: 0;
}

.extension-featue-list li {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
  margin: 12px 0;
  padding-left: 25px;
}

.extension-featue-list li:last-child {
  margin-bottom: 0;
}

.extension-featue-list li:first-child {
  margin-top: 0;
}

.extension-featue-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/extension-featue-list-icon.png) no-repeat;
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
}

.view-image-future .featue-extension {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.view-image-future h4 {
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.view-image-future .featue-extension li {
  font-size: 16px;
  line-height: 24px;
  color: #222;
  padding-left: 30px;
  padding-bottom: 14px;
}

.view-image-future .featue-extension li:last-child {
  padding-bottom: 0px;
}

.view-image-future .methedology-link li {
  position: relative;
}

.view-image-future .methedology-link li:before {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mconnect/Mmedia/en_US/images/pro-link.png") no-repeat scroll -25px 0;
  content: "";
  height: 18px;
  left: -8px;
  position: absolute;
  top: 6px;
  width: 18px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.view-image-future .methedology-link li:hover:before {
  background-position: 1px 0;
}

.view-image-future .product-add-form {
  float: left;
  width: 23.5%;
  clear: inherit;
}

.product-view-price-tab {
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  padding-bottom: 30px;
  text-align: center;
}

.product-view-price-tab .view-product-available {
  display: block;
  width: 100%;
  float: left;
}

.product-view-price-tab .view-product-available ul {
  margin: 0;
}

.product-view-price-tab .view-product-available li.available-extension {
  float: left;
  width: 50%;
}

.product-view-price-tab .view-product-available li.available-extension a {
  background-color: #f9f9f9;
  border-bottom: 1px solid #dcdcdc;
  border-top: 3px solid #dcdcdc;
  line-height: 22px;
  padding: 15px 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #666666;
  font-weight: 600;
}

.product-view-price-tab .view-product-available li.available-extension:first-child a {
  border-right: 1px solid #dcdcdc;
}

.product-view-price-tab .view-product-available li.available-extension a:hover {
  color: #0985f8;
}

.product-view-price-tab .view-product-available li.available-extension.active a {
  border-bottom: none;
  background-color: #ffffff;
  cursor: default;
  color: #0985f8;
  border-top: 3px solid #132c45;
}

.product-view-price-tab .view-product-available li.available-extension.active a:hover {
  color: #0985f8;
}

.product-view-price-tab .displaypprice {
  float: left;
  width: 100%;
  padding: 15px 0 10px 0;
}

.product-view-price-tab .displaypprice .price-box span.price,
.product-view-price-tab .displaypprice span.special-price span.price {
  font-size: 30px;
  color: #0985f8;
}

.product-view-price-tab .displaypprice span.old-price span.price-label {
  display: none;
}

.product-view-price-tab .displaypprice span.old-price span.price {
  font-size: 22px;
  color: #999;
  overflow: hidden;
  position: relative;
}

.product-view-price-tab .displaypprice span.old-price span.price:before {
  top: 15px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #999;
  position: absolute;
  transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
}

.add-to-cart-btn {
  background-color: #132c45;
  border: none;
  border-radius: 30px;
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.add-to-cart-btn:hover {
  background-color: #0985f8;
  border: none;
  color: #ffffff;
}

.my-cart .minicart-wrapper .counter-number,
.my-cart .minicart-wrapper .counter-number:focus {
  font-size: 14px;
  line-height: 24px;
  height: 14px;
  background: #ff5501;
  color: #ffffff;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  min-width: 18px;
  text-align: center;
  position: absolute;
  top: -14px;
}

.product-options-wrapper .downloads-no-separately {
  display: none;
}

.view-image-future .product-add-form .product-options-wrapper {
  width: 100%;
}

.view-image-future .product-add-form .product-options-wrapper .downloads-no-separately {
  display: none;
}

.view-image-future .product-add-form .product-options-wrapper .field .label span {
  color: #0985f8;
  font-weight: 700;
}

.view-image-future .product-add-form .product-options-wrapper .fieldset>.field {
  margin-bottom: 0px;
}

.view-image-future .product-add-form .product-options-wrapper .fieldset>.field .label {
  margin-bottom: 15px;
}

.view-image-future .product-add-form .product-options-wrapper .fieldset>.field .control {
  margin: 0px 0px 15px 0px;
}

.view-image-future .product-add-form .product-options-wrapper .field .control .label span {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}

.view-image-future .product-add-form .product-options-wrapper .field .control .options-list .choice:nth-child(2n + 1) {
  background: #f1f1f1 none repeat scroll 0 0;
}

.view-image-future .product-add-form .product-options-wrapper .field .control .options-list .choice:nth-child(2n) {
  background: #f8f8f8 none repeat scroll 0 0;
}

.view-image-future .product-add-form .product-options-wrapper .field .control input.input-text,
.view-image-future .product-add-form .product-options-wrapper .field .control select {
  height: 42px;
}

.view-image-future .product-add-form .product-options-bottom {
  width: 100%;
  position: relative;
}

.view-image-future .product-add-form .product-options-bottom .fieldset {
  margin-bottom: 0px;
}

.view-image-future .product-add-form .product-options-bottom .fieldset .paypal {
  display: none;
}

.view-image-future .product-add-form .product-options-bottom .box-tocart {
  margin-bottom: 0px;
}

.view-image-future .product-add-form .product-options-bottom .price-box {
  width: 100%;
  display: block;
  text-align: center;
}

.view-image-future .product-add-form .product-options-bottom .box-tocart {
  text-align: center;
}

.view-image-future .product-add-form .product-social-links {
  display: none;
}

.view-image-future .product-add-form .product-options-wrapper .field .label:after {
  float: left;
  margin: 0 2px 0 0 !important;
}

.view-image-future .product-add-form .product-options-wrapper .field .control {
  float: left;
  width: 100% !important;
  margin: 15px 0px 20px 0px;
}

.view-image-future .product-add-form .product-options-wrapper .field .control .options-list {
  border: 1px solid #e6e6e6;
  float: left;
  width: 100%;
}

.view-image-future .product-add-form .product-options-wrapper .field .control .options-list .field {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding: 10px;
}

.view-image-future .product-add-form .product-options-wrapper .field .control .options-list .field:last-child {
  border-bottom: medium none;
}

.mcs-AddToCart-form .modal-inner-wrap {
  max-width: 590px;
  position: relative;
  border: 4px solid #132c45;
  padding-top: 3rem;
}

.mcs-AddToCart-form .modal-inner-wrap .modal-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mcs-AddToCart-form .modal-inner-wrap header.modal-header {
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 0;
  margin: 0;
}

.mcs-AddToCart-form .modal-inner-wrap header.modal-header button.action-close {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 14px;
}

.mcs-AddToCart-form .modal-inner-wrap header.modal-header button.action-close:before {
  font-size: 12px;
}

.mcs-AddToCart-form .product-img-name {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.mcs-AddToCart-form .product-img-name .pop-product-img,
.product-img-name .pop-product-name {
  display: inline-block;
  vertical-align: middle;
}

.mcs-AddToCart-form .product-img-name .pop-product-img {
  margin-right: 20px;
}

.mcs-AddToCart-form .product-img-name .pop-product-name {
  width: 80%;
  font-size: 18px;
  color: #0985f8;
}

.mcs-AddToCart-form #product_addtocart_form .product-options-wrapper {
  width: 100%;
}

.mcs-AddToCart-form .support-period {
  width: 50%;
  float: left;
  padding-right: 15px;
}

.mcs-AddToCart-form .support-period .label,
.mcs-AddToCart-form .additional-services .label,
.mcs-AddToCart-form .multiple-domain .label {
  font-size: 13px;
}

.mcs-AddToCart-form .additional-services .label {
  color: #ea4817;
}

.mcs-AddToCart-form .additional-services .options-list .choice {
  margin-bottom: 4px;
}

.mcs-AddToCart-form .additional-services .options-list .choice input[type="checkbox"] {
  margin-right: 10px;
}

.mcs-AddToCart-form .support-period .choice .label,
.mcs-AddToCart-form .additional-services .choice .label,
.mcs-AddToCart-form .multiple-domain select {
  font-size: 12px;
  color: #333;
}

.mcs-AddToCart-form .additional-services {
  width: 50%;
  float: left;
  padding-left: 15px;
  margin-bottom: 10px !important;
}

.mcs-AddToCart-form .multiple-domain {
  width: 100%;
  float: left;
}

.mcs-AddToCart-form .product-options-bottom .price-container {
  font-size: 0;
}

.mcs-AddToCart-form .product-options-bottom .price-container .price {
  font-weight: 500;
}

.mcs-AddToCart-form .product-options-bottom .box-tocart {
  font-weight: 500;
}

.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom {
  text-align: center;
  width: 100%;
}

.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom .box-tocart #product-addtocart-button {
  font-size: 14px;
  background-color: #132d46 !important;
  border: none;
  border-radius: 30px;
  min-width: 70%;
  line-height: normal;
}

.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom .box-tocart #product-addtocart-button:hover {
  background-color: #0985f8 !important;
  border: none !important;
  color: #ffffff;
  line-height: normal;
}

.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom .price-box,
.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-info-price .price-box {
  display: inherit;
}

.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom .box-tocart,
.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom .product-social-links,
.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom .box-tocart {
  margin: 0;
}

.mcs-AddToCart-form .modal-inner-wrap .modal-content #product_addtocart_form .product-options-bottom .box-tocart .fieldset {
  margin-bottom: 20px;
}

.popup-authentication .modal-inner-wrap {
  min-width: 300px;
  position: relative;
  border: 4px solid #132c45;
  padding-top: 30px;
  max-width: 520px;
}

.popup-authentication .modal-inner-wrap header.modal-header {
  position: absolute;
  right: -20px;
  top: -20px;
  padding: 0;
  margin: 0;
}

.popup-authentication .modal-inner-wrap header.modal-header button.action-close {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 14px;
}

.popup-authentication .modal-inner-wrap header.modal-header button.action-close:before {
  font-size: 12px;
}

.regi-login-content {
  display: inherit !important;
  border: none !important;
}

.regi-login-tab {
  float: left;
  width: 100%;
}

.regi-login-tab ul {
  float: left;
  width: 100%;
}

.regi-login-tab ul li {
  float: left;
  width: 50%;
  text-align: center;
}

.regi-login-tab ul li a {
  display: block;
  background-color: #eee;
  line-height: 50px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #555;
}

.regi-login-tab ul li a:hover {
  text-shadow: none;
  background-color: #e6e6e6;
}

.regi-login-tab ul li a.active {
  background-color: #1c3146;
  color: #ffffff;
}

.regi-login-tab ul li a.active:hover {
  cursor: default;
  background-color: #1c3146;
}

.regi-login-content .block-new-customer {
  width: 100% !important;
  padding: 0 !important;
}

.regi-login-content .block-customer-login .login .control,
.regi-login-content .block-new-customer .control {
  margin-bottom: 10px;
}

.regi-login-content .block-customer-login .login .control input,
.regi-login-content .block-new-customer .control input {
  border-color: #1c3146;
  height: 38px;
  width: 448px;
}

.regi-login-content .block-customer-login .form-login .actions-toolbar,
.regi-login-content .block-new-customer .create .actions-toolbar {
  padding: 0 !important;
  max-width: 50%;
  margin: 0 auto;
}

.regi-login-content .block-customer-login .form-login .actions-toolbar .primary,
.regi-login-content .block-new-customer .create .actions-toolbar .primary {
  width: 100%;
}

.regi-login-content .block-customer-login {
  padding: 0 !important;
  border: none !important;
  min-width: 100%;
  margin-top: 20px !important;
}

.regi-login-content .block-customer-login:before {
  display: none !important;
}

.regi-login-content .block-customer-login .block-title {
  display: none;
}

.regi-login-content .block-customer-login .login label.label {
  display: none;
}

.regi-login-content .block-customer-login .form-login .actions-toolbar .secondary {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.regi-login-content .block-customer-login .form-login .actions-toolbar .secondary a.action {
  margin-top: 10px;
}

.main-tooltip {
  float: right;
  position: relative;
}

.main-tooltip .tooltip-tip {
  background: #ea4817 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  height: 16px;
  line-height: 17px;
  text-align: center;
  width: 16px;
}

.main-tooltip .tooltip-content {
  background: #ffffff none repeat scroll 0 0;
  bottom: 30px;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  display: none;
  height: auto;
  left: 0;
  margin-left: -175px;
  opacity: 1;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 200px;
  z-index: 1;
}

.main-tooltip .tooltip-content p {
  font-size: 12px;
  margin-bottom: 0px;
  line-height: inherit;
}

.main-tooltip .tooltip-content .triangle {
  bottom: -10px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  width: 18px;
}

.main-tooltip .tooltip-content .triangle:before {
  background-color: #ffffff;
  box-shadow: 0 2px 2px #bfbfbf;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  margin-top: -6px;
  transform: rotate(45deg);
  width: 10px;
}

.main-tooltip:hover .tooltip-content {
  display: block;
  opacity: 1;
  visibility: visible;
}

.main-tooltip-offer {
  display: inline-block;
  height: auto;
}

.main-tooltip-offer .tooltip-2 {
  color: #0985f8;
  cursor: pointer;
  font-size: 40px;
  display: flex;
  height: auto;
  margin-top: 10px;
}

.main-tooltip-offer .tooltips-content {
  background: #ffffff none repeat scroll 0 0;
  bottom: 82px;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
  display: none;
  height: auto;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  padding: 2px;
  position: absolute;
  text-align: center;
  width: 288px;
  z-index: 1;
  left: 0;
}

.main-tooltip-offer:hover .tooltips-content {
  display: block;
  opacity: 1;
  visibility: visible;
}

.tooltips-content img {
  float: left;
}

.main-tooltip-offer .tooltips-content .triangles {
  bottom: -10px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 18px;
  margin: 0 auto;
  left: 0;
}

.main-tooltip-offer .tooltips-content .triangles:before {
  background-color: #ffffff;
  box-shadow: 0 2px 2px #bfbfbf;
  content: "";
  display: block;
  height: 10px;
  margin-left: 8px;
  margin-top: -6px;
  transform: rotate(45deg);
  width: 10px;
}

.view-screen-shot {
  float: left;
  width: 100%;
  padding: 80px 0px;
  background-color: #132c45;
}

.view-screen-shot .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.view-screen-shot .screen-document {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.tab-btn-area {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px 0px 14px 0px;
  margin-bottom: 30px;
}

.tab-btn-area a {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0px 20px;
  padding: 0px 2px 10px 2px;
  border-bottom: 3px solid transparent;
}

.tab-btn-area a:hover {
  text-shadow: none;
}

.tab-btn-area a.active {
  color: #0985f8;
  border-bottom: 3px solid #0985f8;
  text-shadow: none;
}

.view-screenshot #slider {
  margin-top: 0px !important;
  border-radius: 0px !important;
  width: 100% !important;
  min-height: 330px;
}

.view-screenshot #slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

.view-screenshot #slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 330px;
  list-style: none;
}

.view-screenshot #slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 330px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

.view-screenshot .custom-view-slider .grandchild {
  position: relative;
  overflow: hidden;
}

.view-screenshot .custom-view-slider .grandchild:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 9;
}

.view-screenshot .custom-view-slider .grandchild .screenshot-img-label {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  color: #ffffff;
  vertical-align: middle;
  line-height: 17px;
  margin: 0 auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.view-screenshot .custom-view-slider .grandchild img {
  max-width: 100%;
  min-width: 100%;
}

.custom-view-slider .grandchild:hover img {
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}

.view-screenshot a.control_prev,
.view-screenshot a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

.view-screenshot a.control_prev:hover,
.view-screenshot a.control_next:hover {
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.custom-view-slider .grandchild:hover .screenshot-img-label {
  display: none;
  opacity: 0;
}

.view-screenshot a.control_prev {
  border-radius: 0 2px 2px 0;
}

.view-screenshot a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.view-screenshot button:not(.primary) {
  box-shadow: none;
}

.view-screenshot .slick-prev {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/home-prev-aroow.png) no-repeat scroll 3px 16px !important;
  height: 50px;
  width: 18px;
  left: -10px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: #132c45 !important;
}

.view-screenshot .slick-prev:before {
  content: "" !important;
}

.view-screenshot .slick-prev:hover {
  background-position: -20px 16px !important;
  border: none;
}

.view-screenshot .slick-next {
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/home-next-aroow.png) no-repeat scroll -19px 16px !important;
  height: 50px;
  width: 18px;
  right: -10px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background-color: #132c45 !important;
}

.view-screenshot .slick-next:before {
  content: "" !important;
}

.view-screenshot .slick-next:hover {
  background-position: 4px 16px !important;
  border: none;
}

.view-screenshot button:focus,
.view-screenshot button:active {
  border: medium none;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.view-document {
  float: left;
  width: 100%;
}

.view-document ul {
  margin: 0;
  padding: 0;
}

.view-document li {
  background: #ffffff;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid #d2d2d2;
}

.view-document li:last-child {
  margin-bottom: 0px;
}

.view-document li a {
  color: #0985f8;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 47px 0px 48px 0px;
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.view-document li a i {
  font-size: 30px;
  color: #0985f8;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.view-document li a:hover i {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.view-document li a:hover {
  color: #132c45;
  text-shadow: none;
}

.view-videos {
  float: left;
  width: 50%;
}

.view-videos embed {
  width: 100%;
  min-height: 305px;
  float: left;
}

.custom-view-slider .grandchild .search-hover {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2) url(../../frontend/Mconnect/Mmedia/en_US/images/ps-img.png) no-repeat scroll;
  position: absolute;
  float: left;
  bottom: 0px;
  z-index: 99;
  visibility: hidden;
  left: 0px;
  right: 0;
  background-position: center;
  opacity: 0;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.custom-view-slider .grandchild:hover .search-hover {
  opacity: 1;
  visibility: visible;
}

.single-video ol.flex-control-nav.flex-control-paging {
  display: none;
}

.single-video {
  float: left;
  width: 100%;
  background: #f7f7f7;
}

.single-video .flex-direction-nav .flex-nav-prev .flex-prev {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mconnect/Mmedia/en_US/images/video-prev-aroow.png") no-repeat scroll 0px 0px !important;
  height: 42px;
  width: 42px;
  left: 14px;
  text-indent: -80px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.single-video .flex-direction-nav .flex-nav-prev .flex-prev:hover {
  background-position: -60px 0px !important;
  border: none;
}

.single-video .flex-direction-nav .flex-nav-next .flex-next {
  background: rgba(0, 0, 0, 0) url("../../frontend/Mconnect/Mmedia/en_US/images/video-next-aroow.png") no-repeat scroll -60px 0px !important;
  height: 42px;
  width: 42px;
  right: 14px;
  text-indent: 80px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.single-video .flex-direction-nav .flex-nav-next .flex-next:hover {
  background-position: 0px 0px !important;
  border: none;
}

.screen-document {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.single-video iframe.mcs-pd-videos {
  width: 100%;
  min-height: 300px;
}

.full-width-screenshot-slider {
  width: 100% !important;
  margin: 0 auto;
}

.full-width-screenshot-slider .slick-list {
  width: 98%;
}

.view-screenshot .custom-view-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.full-width-screenshot-slider .slick-slide img {
  max-height: 124px !important;
  min-height: 124px !important;
}

.full-width-screenshot-slider .slick-track {
  text-align: center;
  margin: 0 auto;
}

.view-review-section .container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.view-review-section .view-left-review {
  float: left;
  width: 40%;
  padding-right: 15px;
}

.view-review-ONE {
  width: 100%;
  float: left;
  border: 1px solid #ececec;
  padding: 15px;
  margin-bottom: 20px;
}

.view-review-ONE .view-review-summary .product-reviews-summary {
  margin-bottom: 25px;
  margin-top: 5px;
  text-align: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}

.view-review-ONE .view-review-summary .product-reviews-summary .rating-summary {
  padding-right: 10px;
}

.view-review-ONE .view-review-summary .product-reviews-summary .rating-summary .rating-result>span:before {
  color: #ffb900;
}

.view-review-ONE .view-review-summary .product-reviews-summary .reviews-actions {
  padding-left: 10px;
}

.view-review-ONE .view-review-summary .product-reviews-summary .reviews-actions a.action.view {
  color: #222;
  font-weight: 600;
}

.view-review-ONE .view-review-summary .product-reviews-summary .reviews-actions a.action.view:hover {
  color: #198588;
  text-shadow: none;
}

.view-review-ONE .view-review-summary .product-reviews-summary .reviews-actions a.action.add {
  display: none;
}

.view-review-ONE .view-total-review-count .re-rate {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.view-review-ONE .view-total-review-count .re-rate li {
  display: inline-block;
  margin: 10px 0px;
  width: 100%;
}

.view-review-ONE .view-total-review-count .re-rate li a {
  color: #555;
  font-weight: 600;
}

.view-review-ONE .view-total-review-count .re-rate li a:hover {
  color: #198588;
  text-shadow: none;
}

.view-review-ONE .view-total-review-count .re-rate li a span {
  color: #222;
  float: left;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  width: 12%;
}

.view-review-ONE .view-total-review-count .re-rate li a span:last-child {
  text-align: center;
  width: 8%;
}

.view-review-ONE .view-total-review-count .re-rate li a .bar {
  background: #eeeeee none repeat scroll 0 0;
  float: left;
  height: 12px;
  overflow: hidden;
  position: relative;
  width: 80%;
}

.view-review-ONE .view-total-review-count .re-rate li a .bar .progress {
  background: #ffb900;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 11px;
  color: #333;
  padding-left: 5px;
  line-height: 12px;
  height: 12px;
}

.view-review-form {
  width: 100%;
  float: left;
  border: 1px solid #ececec;
  padding: 15px;
}

.write-text {
  margin: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.view-review-form .block-content .fieldset .review-legend.legend {
  font-size: 14px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #222;
  margin-bottom: 20px;
}

.view-review-form .block-content .fieldset .review-legend.legend span {
  font-weight: 400;
}

.view-review-form .block-content .fieldset .review-legend.legend strong {
  display: inline;
  padding-left: 6px;
}

.view-review-form .block-content .fieldset .review-legend.legend strong {
  display: inline;
  padding-left: 6px;
}

.pro-rate-text {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin: 0;
  padding: 5px 0px 20px 0px;
}

.view-review-form .block-content .review-form .review-fieldset .control .review-field-rating {
  float: left;
  width: 100%;
  padding: 10px;
  background: #f9f9f9;
}

.view-review-form .block-content .review-form .review-fieldset .control .review-field-rating:nth-child(2n) {
  background: #f1f1f1 none repeat scroll 0 0;
}

.view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .label {
  display: inherit !important;
  float: left;
  width: 55%;
}

.view-review-form .block-content .review-form .review-fieldset {
  margin-bottom: 0px;
}

.view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .control {
  display: inherit;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 36%;
}

.view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .control.review-control-vote label:before,
.view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .control.review-control-vote:before {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}

.view-review-form .block-content .review-form .review-fieldset .field.review-field-nickname.required {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 0px;
}

.view-review-form .block-content .review-form .review-fieldset .field.review-field-summary.required {
  float: right;
  width: 50%;
  padding-left: 10px;
}

.view-review-form .block-content .review-form .review-fieldset .field.review-field-text.required {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

.view-review-section .view-right-review {
  float: right;
  width: 60%;
  position: relative;
  margin-bottom: 0px;
}

.view-review-section .view-right-review .review-toolbar {
  border-top: none;
}

.view-review-section .view-right-review .block-content .review-items {
  float: left;
  width: 100%;
}

.view-review-section .view-right-review .review-toolbar {
  margin: 0px;
  float: left;
}

.view-review-section .view-right-review .block-content .review-items .review-item {
  padding: 0px;
  float: left;
  width: 100%;
  border-bottom: none;
}

.view-review-section .view-right-review .block-content .review-item .review-title {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  text-align: left;
  color: #222;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.view-review-section .view-right-review .block-content .review-item .review-content {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
  line-height: 24px;
  float: left;
  width: 100%;
  color: #222;
}

.view-review-section .view-right-review .block-content .review-item .review-buttom-area {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  margin-bottom: 25px;
}

.view-review-section .view-right-review .block-content .review-item:last-child .review-buttom-area {
  margin-bottom: 0px;
}

.view-review-section .view-right-review .block-content .review-item .review-buttom-area .review-ratings {
  float: left;
  width: 50%;
  max-width: 100%;
  margin-bottom: 2px;
}

.view-review-section .view-right-review .block-content .review-item .review-buttom-area .rating-summary .rating-result:before {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}

.view-review-section .view-right-review .block-content .review-item .review-buttom-area .review-ratings .rating-result>span:before {
  color: #ffb900;
  font-size: 18px;
  height: 18px;
  line-height: 18px;
}

.view-review-section .view-right-review .block-content .review-item .review-buttom-area .review-details {
  float: right;
  width: 50%;
  margin-left: 0;
  text-align: right;
}

.view-review-section .view-right-review .block-content .review-item .review-buttom-area .review-details .review-author {
  font-size: 12px;
  text-transform: uppercase;
}

.review-author .review-details-value {
  color: #f0713c;
  font-size: 12px;
  font-weight: 700;
}

.no-review {
  background: rgba(0, 0, 0, 0) url(../../frontend/Mconnect/Mmedia/en_US/images/emptyReview.png) no-repeat scroll;
  width: 100%;
  min-height: 600px;
  position: absolute;
  float: left;
  background-position: center;
  color: #888 !important;
  opacity: 1;
}

.contact-right-area .contact-box input:-moz-placeholder,
.contact-right-area .contact-box textarea:-moz-placeholder {
  color: #888;
  opacity: 1;
}

.contact-right-area .contact-box input:-ms-input-placeholder,
.contact-right-area .contact-box textarea:-ms-input-placeholder {
  color: #888 !important;
  opacity: 1;
}

.contact-right-area .contact-box input:-moz-placeholder,
.contact-right-area .contact-box textarea:-moz-placeholder {
  color: #888 !important;
  opacity: 1;
}

.user-guide-section {
  background: #132c45;
  float: left;
  width: 100%;
  padding: 60px 0px 50px;
  position: relative;
}

.user-guide-section:after {
  background: #0d2136;
  content: "";
  display: block;
  float: right;
  position: absolute;
  width: 35%;
  right: 0;
  height: 100%;
  top: 0;
}

.user-guide-left {
  width: 74%;
  float: left;
}

.user-guide-right {
  width: 25%;
  float: right;
  position: relative;
  z-index: 1;
  text-align: right;
}

.user-guide-listing {
  float: left;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.user-guide-listing li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}

.user-guide-icon {
  float: left;
  width: 63px;
}

.user-guide-content {
  float: left;
  margin-left: 15px;
}

.user-guide-content h4 {
  margin-top: 8px;
  color: #1b8488;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.pro-active-area {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.pro-active-left {
  float: left;
  width: 55%;
}

.user-guide-left p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.pro-active-left h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 100;
  line-height: 35px;
  margin: 0;
  text-transform: uppercase;
}

.pro-active-right {
  float: left;
  width: 45%;
  padding-left: 30px;
}

.pro-active-right .stranth-list li a {
  color: #ffffff;
}

.pro-active-right .stranth-list li a:hover {
  color: #1b8488;
}

.support-left-area h3 {
  font-size: 25px;
  font-weight: 100;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.user-guide-left .stranth-list {
  padding-bottom: 0px;
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

.user-guide-left .stranth-list li {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}

.user-guide-right p {
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0px;
}

.user-guide-right h2 {
  font-size: 88px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  margin-top: 0px;
  text-align: right;
  margin-left: 43px;
  margin-bottom: 30px;
}

.user-guide-right a {
  background: #0985f8;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  float: right;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  border: 2px solid #0985f8;
}

.user-guide-right a:hover {
  background: transparent;
  color: #0985f8;
}

.description-title {
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 60px;
  margin: 0;
  float: left;
  width: 100%;
}

.description-title:after {
  content: "";
  width: 180px;
  height: 5px;
  display: block;
  background: #0985f8;
  position: absolute;
  left: 0;
  top: 51px;
  border-radius: 50px;
  right: 0;
  margin: 0 auto;
}

.product-short-description .description-title:first-child {
  margin-top: 0px;
}

.our-extension-section {
  float: left;
  width: 100%;
  padding: 50px 0px 30px;
  border-bottom: 1px solid #e8e8e8;
}

.our-extension-section p {
  color: #333333;
  font-size: 16px;
  line-height: 28px;
}

.magento-services-listing {
  float: left;
  width: 100%;
  margin: 30px 0px;
}

.magento-services-listing li {
  display: inline-block;
  width: 33%;
  text-align: center;
  padding: 0px 35px;
}

.ms-left-content h4 {
  text-align: center;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  font-size: 22px;
}

.ms-left-content h4:after {
  content: "";
  width: 180px;
  height: 5px;
  display: block;
  background: #0985f8;
  position: absolute;
  left: 23%;
  top: 37px;
  border-radius: 50px;
}

.installation-support-area {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 60px 0px;
}

.installation-support-area .container {
  position: relative;
}

.installation-support-area .container:after {
  content: "";
  background: url(../../frontend/Mconnect/Mmedia/en_US/images/installation-support-alien.png) no-repeat;
  position: absolute;
  width: 172px;
  height: 300px;
  display: block;
  right: 0;
  margin-top: 85px;
  background-size: 90%;
}

.support-left-area {
  float: left;
  width: 52%;
  padding-right: 80px;
  position: relative;
}

.support-left-area:after {
  content: "{";
  color: #d5d5d5;
  font-size: 200px;
  position: absolute;
  top: 16%;
  right: -11px;
}

.support-right-area {
  float: right;
  width: 46%;
  margin-top: 24px;
  padding-left: 20px;
}

.support-right-area a {
  float: left;
  clear: both;
  margin-bottom: 12px;
}

.description-title2 {
  font-size: 26px;
  font-weight: 600;
  position: relative;
  float: left;
  width: 100%;
  margin: 25px 0 50px 0;
}

.description-title2:after {
  content: "";
  width: 180px;
  height: 5px;
  display: block;
  background: #0985f8;
  position: absolute;
  left: 0%;
  top: 45px;
  border-radius: 50px;
}

.support-right-area p {
  color: #222;
  font-size: 25px;
  font-weight: 100;
  margin-bottom: 30px;
  line-height: 40px;
}

.product-shirt-description .stranth-list {
  padding-bottom: 40px;
}

.support-left-area p {
  font-size: 15px;
  line-height: 26px;
  float: left;
  margin-bottom: 20px;
}

.support-left-area p:last-child {
  margin-bottom: 0px;
}

.product-description-screen-shots {
  float: left;
  width: 100%;
}

.product-description-screen-shots li {
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: 100%;
  padding: 60px 50px;
}

.product-description-screen-shots li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.product-description-screen-shots .product-col1-left,
.product-description-screen-shots .product-col2-right {
  display: inline-block;
  vertical-align: middle;
}

.product-description-screen-shots .product-col1-left {
  width: 49%;
  padding-right: 20px;
}

.product-description-screen-shots .product-col2-right {
  width: 49%;
  padding-left: 20px;
}

.pro-page-section {
  float: left;
  width: 100%;
  text-align: center;
}

.pro-page-section img {
  display: inline-block;
  margin: 0px 5px;
  border: 1px solid #eee;
  vertical-align: middle;
}

.pro-page-section p {
  font-size: 16px;
  color: #222222;
  line-height: 28px;
}

.product-description-screen-shots li h2,
.product-description-screen-shots li h2 {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 30px;
  margin: 0px;
}

.product-description-screen-shots li h2:after {
  content: "";
  width: 150px;
  height: 4px;
  display: block;
  background: #132c45;
  position: absolute;
  border-radius: 50px;
  float: left;
  margin-top: 6px;
}

.view-product-description {
  float: left;
  width: 100%;
  padding: 60px 0px;
}

.description-block {
  float: left;
  width: 100%;
}

.product-short-description {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

.description-block ul.stranth-list li {
  color: #222;
  border: none;
  padding: 0px;
  line-height: 30px;
}

.description-block ul.stranth-list li:last-child {
  margin-bottom: 0px;
}

.description-block ul.stranth-list li:before {
  top: 8px;
}

.product-col1-left .stranth-list {
  padding-bottom: 0 !important;
}

.product-col1-left .stranth-list li {
  margin-bottom: 0 !important;
}

.product-short-description li {
  float: left;
  width: 100%;
}

.why-our-extension-section {
  border-bottom: 1px solid #e8e8e8;
  padding: 60px 0px;
  float: left;
  width: 100%;
}

.why-our-extension-section .description-title {
  margin-top: 0px;
}

.why-our-extension-section .customers-constantly {
  margin-bottom: 0px;
  margin-top: 30px;
}

.blog-post-list {
  margin-bottom: 40px;
}

.blog-post-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.blog-post-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-post-list li a {
  color: #132c45;
  font-size: 16px;
  font-weight: 600;
}

.blog-post-list li a:hover {
  color: #0985f8;
}

.pro-view-subscribe-area {
  background: #ffffff;
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
}

.pro-view-subscribe-area p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

.servies-by-right .mcs-btn-2 {
  margin: 0px 5px 5px 5px;
}

.subscribe-form {
  margin: 0;
  text-align: center;
}

.subscribe-form li:first-child {
  width: 62%;
  float: left;
}

.subscribe-form li:last-child {
  width: 35%;
  float: right;
}

.subscribe-form li {
  display: inline-grid;
}

.subscribe-form li input {
  width: 100%;
  height: 40px !important;
}

.pro-title {
  margin: 0px;
  padding: 0px;
  position: relative;
  font-size: 22px;
  padding-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
  float: left;
  width: 100%;
}

.pro-title:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #c2c2c2;
  float: left;
  position: absolute;
  top: 13px;
  margin-left: 10px;
}

.sl-wrapper .sl-image .sl-caption {
  top: -40px;
  text-align: center;
  height: 40px;
}

li.gift-email-template {
  background-color: #e2bdff;
}

.gift-email-template .product-col2-right img {
  margin-bottom: 20px;
  margin-top: 10px;
}

.business-philosophy-section h2.description-title,
.customers-constantly-area h2.description-title {
  display: none;
}

.customers-constantly-area h2.cc-title {
  margin-bottom: 40px;
}

.description-tab-section {
  float: left;
  width: 100%;
  background-color: #f9f9f9;
}

.description-tab-section .product.info.detailed {
  margin-bottom: 0;
}

.description-tab-section .product.data.items {
  display: inline-block;
  text-align: center;
  min-width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .description-tab-section .product.data.items .item.title {
    display: inline-block;
    float: none;
  }

  .description-tab-section .product.data.items .item.content {
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    padding: 60px 0;
    border-width: 1px 0 0 0;
    border-top-color: #ddd;
  }

  .description-tab-section .product.data.items .item.title .data.switch {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 28px;
    background-color: transparent;
    border-color: transparent;
    line-height: 56px;
    height: auto;
    margin-bottom: -1px;
  }

  .description-tab-section .product.data.items .item.title.active .data.switch {
    background-color: #ffffff;
    border-top: 3px solid #132c45;
    color: #132c45;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    box-shadow: 0px -10px 23px rgba(0, 0, 0, 0.11);
  }

  .description-tab-section .product.data.items .item.title .data.switch:hover {
    color: #132c45;
    text-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .description-tab-section .product.data.items {
    margin: 0;
  }
}

.dis-view-videos {
  float: left;
  width: 100%;
}

.dis-view-videos .youtub-video {
  float: left;
  width: 100%;
  margin: 0;
}

.dis-view-videos .youtub-video li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 20px;
}

.dis-view-videos .youtub-video li .youtub-video-title,
.dis-view-videos .youtub-video li .mcs-pd-videos {
  display: inline-block;
}

.dis-view-videos .youtub-video li .mcs-pd-videos {
  height: auto;
  width: 100%;
  border: 6px solid #eee;
  float: left;
}

.dis-view-videos .youtub-video li .youtub-video-title {
  font-size: 16px;
  color: #555;
  padding-top: 15px;
}

.dis-view-videos .youtub-video li:nth-child(3n + 1) {
  padding-left: 0;
}

.dis-view-videos .youtub-video li:nth-child(3n + 3) {
  padding-right: 0;
}

.pro-detail-extension {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background-color: #f9f9f9;
  height: auto;
  text-align: center;
}

.mob-des.pro-details-our-extension-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background-color: #ffffff;
  height: auto;
}

.pro-details-our-extension .mob-des-slide-wrapper h2 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0px;
}

.pro-details-our-extension .mob-des-slide-wrapper p {
  margin: 0px;
}

.mob-des.pro-details-our-extension-section .mob-des input,
.mob-des.pro-details-our-extension input {
  display: none;
}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper .listing-content h4 {
  font-size: 20px;
  color: #0985f8;
  margin: 0;
  padding: 0px 0px 15px 0px;
}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper .listing-content p {
  margin: 0;
  padding: 0;
}

.mob-des.pro-details-our-extension {
  display: initial;
  margin-top: 30px;
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {

  .customers-constantly-area .pro-details-our-extension,
  .pro-details-our-extension {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pro-details-our-extension .mob-des-slide-wrapper {
    padding: 0 25px;
    text-align: center;
    list-style: none;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .pro-details-our-extension #slide1-btn,
  .pro-details-our-extension #slide2-btn,
  .pro-details-our-extension #slide3-btn,
  .pro-details-our-extension #slide4-btn,
  .pro-details-our-extension .mob-des-nav--dots {
    display: none;
  }

  .mob-des.pro-details-our-extension-section.theme-conversion-services {
    text-align: left;
  }


  .mob-des-slide {
    display: flex;
    align-items: center;
  }

  .mob-des.pro-details-our-extension-section.customers-constantly-area .mob-des-slide {
    flex-direction: column;
  }

  .mob-des-slide-wrapper.second2 .mob-des-slide>i {
    order: 2;
  }

  .mob-des-slide-wrapper.second2 .mob-des-slide>.listing-content {
    order: 1;
  }

  .mob-des-slide-wrapper .mob-des-slide>i {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper {
  clear: both;
  margin-bottom: 20px;
}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper:last-child {
  margin-bottom: 0px;
}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper.second2 i {
  float: right;
  padding: 40px 0px 40px 80px;
}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper .listing-content,
.mob-des.pro-details-our-extension .mob-des-slide-wrapper i {
  vertical-align: middle;
  display: table-cell;
}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper i {
  font-size: 90px;
  text-align: left;
  padding: 40px 80px 40px 0px;
  color: #c3c3c3;
}

.mob-des.pro-details-our-extension .mob-des-slide-wrapper .listing-content {
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 20px 25px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .mob-des-nav--dots {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    width: 70px;
  }

  .mob-des-nav--dots label {
    display: inline-block;
    vertical-align: top;
  }

  .mob-des-nav--dots label i {
    font-size: 12px;
    vertical-align: top;
  }

  .mob-des-nav--dots label i.fa-circle {
    display: none;
  }

}

#my-search {
  width: 450px;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
}

.my-search-form {
  position: relative;
}

.my-search-form input[type="text"] {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: none;
  font-size: 15px;
  color: #222;
  margin: 0px;
  border-radius: 3px;
}

.my-search-form input[type="text"]:focus {
  outline: none;
}

.my-search-form input[type="submit"] {
  cursor: pointer;
  background: #0985f8;
  color: #ffffff;
  position: absolute;
  right: 4px;
  top: 4px;
  border: none;
  width: 105px;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
}

.my-search-form input[type="submit"]:hover {
  background: #132c45;
}

.my-search-form input[type="submit"]:active {
  background: #132c45;
}

.recent-post-section {
  padding: 60px 0px;
}

.related-roduct-section {
  float: left;
  width: 100%;
  background: #f5f5f5;
  padding: 60px 0px;
  position: relative;
}

.related-roduct-section .ii-title:after {
  width: 180px;
  height: 5px;
  top: 66px;
  border-radius: 50px;
}

.related-roduct-section h2.description-title {
  margin-top: 0px;
}

.related-roduct-section .retail-search-pro-area {
  margin-top: 50px;
}

.retail-search-pro-area .retail-search-pro-box a {
  min-height: 52px;
}

.enhance_popup_content .modal-inner-wrap,
.tecnical_popup_content .modal-inner-wrap,
.popup_demo_content .modal-inner-wrap {
  width: 600px;
}

.enhance_popup_content .modal-inner-wrap .modal-header,
.tecnical_popup_content .modal-inner-wrap .modal-header,
.popup_demo_content .modal-inner-wrap .modal-header {
  background: #162d45;
  padding: 20px !important;
}

.enhance_popup_content .modal-inner-wrap .modal-header .modal-title,
.tecnical_popup_content .modal-inner-wrap .modal-header .modal-title,
.popup_demo_content .modal-inner-wrap .modal-header .modal-title {
  font-size: 22px !important;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: none !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}

.enhance_popup_content .modal-inner-wrap .action-close,
.tecnical_popup_content .modal-inner-wrap .action-close,
.popup_demo_content .modal-inner-wrap .action-close {
  padding: 24px !important;
}

.enhance_popup_content .modal-inner-wrap .action-close:before,
.tecnical_popup_content .modal-inner-wrap .action-close:before,
.popup_demo_content .modal-inner-wrap .action-close:before {
  color: #fff !important;
}

.enhance_popup_content .modal-inner-wrap .action-close:before:hover,
.tecnical_popup_content .modal-inner-wrap .action-close:before:hover,
.popup_demo_content .modal-inner-wrap .action-close:before:hover {
  color: #2d4d6c !important;
}

.enhance_popup_content .modal-content,
.tecnical_popup_content .modal-content,
.popup_demo_content .modal-content {
  padding: 20px !important;
  text-align: center;
}

.popup_demo_content .modal-inner-wrap,
.tecnical_popup_content .modal-inner-wrap,
.enhance_popup_content .modal-inner-wrap {
  height: auto;
}

.tecnical-support li {
  text-align: left;
  margin-bottom: 15px;
}

.tecnical-support li:last-child {
  margin-bottom: 0px;
}

.action.primary {
  background: #132c45;
  border: 1px solid #132c45;
}

.action.primary:hover {
  background: #0985f8;
  border: 1px solid #0985f8;
}

.sidebar .title,
.box-order-billing-method .title,
.order-details-items .title,
.opc-block-summary .title,
.cart-container .title {
  text-align: left;
  font: inherit;
}

.sidebar .title::after,
.box-order-billing-method .title::after,
.order-details-items .title::after,
.opc-block-summary .title::after,
.cart-container .title::after {
  border: none;
  width: auto;
  height: auto;
}

.view-footer-demo-link {
  position: fixed;
  bottom: 9px;
  right: 160px;
  z-index: 1;
}

a.footer-front-demo,
a.footer-back-demo {
  padding: 12px 20px;
  background: #1ba09f;
  display: inline-block;
  color: #ffffff;
  text-shadow: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: 22px;
  margin-right: 4px;
}

mark,
.mark {
  background: transparent;
  padding: initial;
}

.page-products .product .price-box {
  width: 100%;
  display: inline-block;
  text-align: center !important;
}

.page-products .product .price-box .special-price .price {
  font-size: 20px !important;
}

.page-products .product .price-box .old-price .price-label {
  display: none;
}

.page-products .product .price-box .old-price .price {
  text-decoration: line-through;
  color: #7d7d7d !important;
}

.you-saved {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #ff5722;
  margin-bottom: 8px;
}

.page-products .product.actions.product-item-actions {
  float: none !important;
  display: inline-block;
}

.product-options-bottom .special-price,
.product-options-bottom .old-price {
  display: inline-block;
}

.product-options-bottom .old-price .price-label {
  display: none !important;
}

.product-options-bottom .old-price .price {
  font-size: 22px !important;
  text-decoration: line-through;
  color: #7d7d7d !important;
}

.mps-off {
  position: relative;
}

.small-off,
.enterprice-off,
.medium-off {
  position: relative;
  color: #009688;
}

.to-off {
  position: relative;
  left: 70px;
}

.to-off small,
.mps-off span {
  position: absolute;
  top: -11px;
  right: 4px;
  background-color: #ff0000;
  padding: 0px 3px 1px 3px;
  line-height: initial;
  color: #ffffff;
  font-size: 11px;
  border-radius: 2px;
}

.to-off small {
  right: -30px;
}

.small-off span,
.medium-off span,
.enterprice-off span,
.package-off span {
  color: #7d7d7d;
  font-size: 15px;
  margin-bottom: 5px;
  text-decoration: line-through;
  font-weight: 600;
  display: block;
}

.save-up,
.holiday-off {
  position: relative;
  overflow: hidden;
}

.holiday-off label {
  position: absolute;
  left: -44px;
  top: 8px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 11px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-20deg);
  width: 150px;
  text-align: center;
  padding: 6px 0px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 600;
}

.save-up label {
  position: absolute;
  left: -38px;
  top: 11px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 11px;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-20deg);
  width: 150px;
  text-align: center;
  padding: 6px 0px;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: 600;
}

.detail-banner {
  margin-bottom: -20px;
}

.new-m1-extension-page,
.new-m2-extension-page {
  float: left;
  width: 100%;
  padding: 60px 0;
  background-color: #f4f5f6;
}

.new-content-m1 h2,
.new-content-m2 h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}

.new-content-m1 dl dd,
.new-content-m2 dl dd {
  margin: 0 0 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
}

.new-content-m1 dl dd:last-child,
.new-content-m2 dl dd:last-child {
  margin-bottom: 0px;
}

.new-content-m1 dl dd h3,
.new-content-m2 dl dd h3 {
  font-size: 20px;
  font-weight: 400;
  border-left: 4px solid #132c45;
  padding: 20px 15px;
  margin: 0 0 20px;
  display: block;
  text-transform: uppercase;
  background-color: #f9f9f9;
  color: #132c45;
  line-height: 28px;
}

.new-content-m1 p,
.new-content-m2 p {
  margin-bottom: 40px;
  text-align: center;
}

.new-content-m1 dl dd p,
.new-content-m2 dl dd p {
  text-align: left;
  margin-bottom: 0;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.new-content-m1 ul,
.new-content-m2 ul {
  padding: 20px 20px 20px 40px;
  margin: 0;
}

.new-content-m1 ul li,
.new-content-m2 ul li {
  font-size: 16px;
  text-align: left;
  position: relative;
  list-style-type: circle;
  margin-bottom: 12px;
}

.new-content-m1 ul li:last-child,
.new-content-m2 ul li:last-child {
  margin-bottom: 0px;
}

.portfilio-top {
  float: left;
  width: 100%;
  padding: 40px 0px;
}

.portfilio-top p {
  font-size: 15px;
}

.portfilio-top p:last-child {
  margin-bottom: 0px;
}

.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  background-color: #ffffff33;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

.captcha-reload {
  display: block;
  margin-bottom: 10px;
  border: none;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  color: #0985f8;
  font-style: normal;
}

.captcha-reload:hover {
  font-style: italic;
  background: none;
  border: none;
  padding: 0;
  color: #132c45;
}

.modal-popup.confirm._show {
  width: 100%;
}

.modal-popup.confirm._show .modal-inner-wrap {
  margin: 6% auto;
  position: absolute;
  left: 0;
  right: 0;
}

.get-extension {
  float: left;
  width: 100%;
  border-top: 2px solid #eee;
  padding-top: 15px;
}

.get-extension .price-container.price-final_price.tax.weee {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #132c45;
}

.all-support-section {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0px;
}

.all-support-section li {
  border-right: 1px solid #dcdcdc;
  padding: 0 40px;
  text-align: center;
  list-style: none;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.all-support-section li:last-child {
  border-right: none;
}

.all-support-section li img {
  display: inline-block;
  vertical-align: middle;
}

.all-support-section li small {
  display: inline-block;
  text-align: left;
  padding-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #888888;
  line-height: 15px;
  font-weight: 600;
  vertical-align: middle;
}

.all-support-section li small span {
  display: block;
}

.pro-new-title {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 0 40px 0;
  color: #474747;
}

.pro-new-title span {
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.pro-new-title span:before {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.list-call-action-section {
  float: left;
  width: 100%;
  padding: 70px 0px;
  background-color: #132c45;
  height: auto;
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.list-call-action-section .list-call-action {
  max-width: 70%;
  margin: 0 auto;
}

.list-call-action-section .call-action-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
}

.list-call-action-section .call-action-title small {
  background-image: url(../../frontend/Mconnect/Mmedia/en_US/images/ca-line.png);
  width: 13px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
  right: 15px;
}

.list-call-action-section h4 {
  font-size: 35px;
  color: #ffffff;
  margin: 20px 0;
  font-weight: 600;
}

.list-call-action-section p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: inherit;
  font-weight: 100;
}

.list-call-action-section a {
  color: #132b45;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

.list-call-action-section a:hover {
  color: #0985f8;
  text-shadow: none;
}

.not-available {
  opacity: 0.5;
}

.not-available a {
  padding-bottom: 6px !important;
  cursor: default;
  border-top-color: #f9f9f9 !important;
}

.not-available a small {
  font-size: 10px;
  margin: 0;
  display: block;
  line-height: 8px;
  text-transform: none;
}

.not-available a:hover {
  color: #666 !important;
}@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .mobile-slider {
        padding: 25px 10px;
    }

    .mobile-slider h3 {
        font-size: 22px;
    }

    .mobile-slider .mcs-services span {
        padding: 4px 6px;
        font-size: 12px;
    }

    .cart-container button#empty_cart_button {
        margin-bottom: 10px;
    }

    .mcs-login-popup-last .cus-mcs-login-btn {
        width: 100%;
        float: left;
        text-align: center;
    }

    .mcs-login-popup-last .cus-mcs-login-btn a {
        width: 100%;
    }

    .main-footer-partners .bx-wrapper {
        margin: 0 auto;
        width: 300px;
    }

    .select-clients-section .main-footer-partners .bx-wrapper .bx-viewport {
        width: 82% !important;
    }

    .view-image-future {
        background-color: #ffffff;
    }

    .custom-packages-left {
        width: 100%;
    }

    .custom-packages-right {
        display: none;
    }

    .theme-design-integration-left h2,
    .theme-design-integration-right h2 {
        padding-bottom: 15px;
        font-size: 22px;
        line-height: 1.4;
    }

    .reasons-left {
        width: 100%;
        padding-right: 0px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .reasons-right {
        width: 100%;
        padding-left: 0px;
    }

    .call-us-left {
        float: none;
        width: 140px;
        margin-right: 0;
        margin: 0 auto;
    }

    .call-us-right {
        width: 100%;
    }

    .call-us-right:before {
        display: none;
    }

    .establish-area {
        width: 100%;
    }

    .establish-area .establish-left-side {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .establish-area .establish-right-side {
        width: 100%;
        padding-left: 0px;
    }

    .establish-area li {
        width: 31%;
        min-height: 94px;
        vertical-align: middle;
        line-height: 5.1;
    }

    .theme-design-integration2 .reasons-left .deco-text {
        width: 100%;
        font-weight: initial;
    }

    .ii-title:after {
        display: none;
    }

    .magento-responsive-mobile h3 {
        padding-top: 0px;
        line-height: 1.3;
    }

    .our-workflow-right .mcs-btn-1,
    .magento-ecommerce-discovery-left .mcs-btn-1 {
        font-size: 10px;
        padding: 11px;
    }

    .price-table-section .mcs-btn-1 {
        margin-top: 10px;
    }

    .helps-you-take a.mcs-btn-6,
    .helps-you-take a.mcs-btn-3 {
        margin-left: 0;
        margin-top: 10px;
    }

    .establish-area li {
        width: 32%;
        min-height: 96px;
    }

    .testimonation-slide {
        margin-top: 20px;
        width: 300px;
    }

    .welcome-one-list .welcome-one-list-right h2 {
        font-size: 30px;
        line-height: initial;
    }

    .extinsion-listing li:nth-child(2n+1) {
        padding-right: 0px;
    }

    .extinsion-listing li:nth-child(2n) {
        padding-left: 0px;
    }

    .extinsion-listing li {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
    }

    .your-em,
    .contact-right-area .your-em {
        width: 100%;
        margin-top: 10px;
    }

    .integrate-list-area .integrate-api-listing {
        width: 100%;
        padding: 10px;
        min-height: inherit;
    }

    .integrate-api-listing li {
        line-height: inherit;
        font-size: 15px;
    }

    .head_listing {
        width: 100%;
    }

    .view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary {
        margin-bottom: 10px;
    }

    .product-futurepoint .product-reviews-summary .reviews-actions {
        width: 100%;
        text-align: center;
    }

    .product-futurepoint .product-reviews-summary .rating-summary {
        width: 100%;
        text-align: center;
        padding-bottom: 8px;
    }

    .dis-view-videos .youtub-video {
        padding-top: 15px;
    }

    .dis-view-videos .youtub-video li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .view-review-section {
        padding-top: 15px;
    }

    .mob-des.pro-details-our-extension-section {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mob-des.pro-details-our-extension-section h2.description-title {
        margin-bottom: 0;
    }

    .extension-view li,
    .featured-magento-extensions-block ul li {
        width: 100%;
        padding-right: 0;
    }

    .migration-listing-area {
        width: 100%;
    }

    .development-process-listing {
        margin-top: 10px;
    }

    .development-process-listing:after {
        left: 26px;
    }

    .development-process-listing li {
        margin-bottom: 20px;
    }

    .process-content-right .methodology-list li {
        margin: 0;
        line-height: inherit;
        font-size: 15px;
    }

    .development-process-listing li:before {
        width: 55px;
        font-size: 18px;
        height: 55px;
        line-height: 38px;
        border: 8px solid #ddd;
    }

    .development-process-listing li .process-count-left:before {
        display: none;
    }

    .development-process-listing li .process-content-right h3 {
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .contact-section-area .contact-right-area,
    .contact-section-area .contact-left-area {
        width: 100%;
    }

    .contact-right-area .contact-box {
        min-height: inherit;
    }

    .contact-detail-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    .contact-detail-right {
        width: 100%;
    }

    .what-we-do-listing li img {
        width: 85px;
    }

    .main-slider-btn a {
        margin-right: 1em;
        font-size: 14px;
    }

    .servies-by-right {
        width: 100%;
        padding: 20px;
    }

    .mobile-services-link {
        width: 300px;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .mobile-services-link li {
        max-width: 46%;
        float: left;
        margin-bottom: 20px;
        margin-right: 5px;
        margin-left: 5px;
        padding-right: 0;
    }

    .mobile-services-link li:after,
    .mobile-services-link li:nth-child(3):after {
        display: none;
    }

    .mobile-services-link li img {
        width: 55px;
    }

    .mobile-services-link li a {
        font-size: 12px;
    }

    .inner-banner-content-right .mcs-btn-8 {
        margin-bottom: 10px;
    }

    .servies-by-left a.mcs-btn-1 {
        margin: 5px;
    }

    .conversion-services-listing {
        margin-top: 0px;
    }

    .future-upgradeable-section .future-upgradeable-left,
    .future-upgradeable-section .future-upgradeable-right {
        width: 100%;
        padding: 30px 15px;
        min-height: auto;
    }

    .future-upgradeable-section .future-upgradeable-left img {
        text-align: left;
        float: left;
    }

    .future-upgradeable-section .future-upgradeable-left h3,
    .future-upgradeable-section .future-upgradeable-left h4,
    .future-upgradeable-section .future-upgradeable-left p {
        max-width: auto;
        float: left;
        text-align: left;
    }

    .pro-view-subscribe-area {
        padding: 10px;
        margin-bottom: 30px;
    }

    .pro-view-subscribe-area p {
        line-height: inherit;
    }

    .subscribe-form li:first-child {
        width: 100%;
        margin-block-end: 5px;
    }

    .subscribe-form li:last-child {
        width: 100%;
    }

    .our-work-section li h2 {
        font-size: 30px;
    }

    .our-work-section li p {
        font-size: 10px;
    }

    #mcs-loginForm .control span i,
    .modal-slide .modal-inner-wrap .modal-content #mcs-ajaxForgetPasswordForm .control span i {
        font-size: 24px;
    }

    .careers-box {
        padding-top: 0p;
    }

    .tesimonials-cliens-left {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .tesimonials-cliens-right {
        text-align: center;
        border: none;
        width: 100%;
    }

    .tesimonials-cliens-right p {
        line-height: 20px;
    }

    .trusted-top-section .trusted-section-right {
        display: none;
    }

    .trusted-top-section .trusted-section-left {
        width: 100%;
    }

    .integration-left {
        width: 100%;
        position: inherit;
        float: right;
    }

    .integration-left img {
        display: none;
    }

    .we-are-quick .integration-left h3 {
        font-size: 15px;
        line-height: inherit;
        margin: 0;
        padding-top: 0;
        width: 100%;
    }

    .we-are-quick .integration-right {
        float: left;
        padding: 0;
        width: 100%;
        margin-top: 20px;
        border: none;
        background: transparent;
    }

    .support-plans-section .new-title,
    .support-plans-section h3,
    .support-plans-section p {
        text-align: left;
        width: 100%;
    }

    .support-plans li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
        box-shadow: none;
    }

    .support-plans li h3 {
        line-height: 24px;
        font-size: 20px;
    }

    #my-search {
        width: 100%;
    }

    .left-category,
    .sidebar-newsletter,
    .why_our_extension,
    .paypal-img,
    .recent-post-sidebar {
        margin-bottom: 20px;
    }

    .catalog-category-view .column.main {
        width: 100%;
    }

    .column.main .product-items {
        margin-left: 0;
    }

    .catalog-category-view .product-items li.product-item {
        width: 300px;
        margin: 0 auto !important;
        float: none;
        display: table;
        padding-bottom: 20px;
    }

    .catalog-category-view .toolbar-products .filter-show,
    .catalog-category-view .toolbar-products .filter-sort {
        width: 47%;
        margin: 0 0 20px 0;
        position: relative;
    }

    .catalog-category-view .toolbar-products .filter-sort .sorter .sorter-options {
        font-size: 12px;
        width: 62%;
    }

    .catalog-category-view .toolbar-products .filter-show .limiter .label,
    .catalog-category-view .toolbar-products .filter-sort .sorter .sorter-label {
        font-size: 12px;
    }

    .page-products .sorter {
        right: 0;
        position: inherit;
    }

    .pro-name-with-review {
        min-height: inherit;
    }

    .catalog-category-view .sidebar-additional,
    .sidebar.sidebar-main {
        width: 300px;
        margin: 0 auto;
    }

    .magento-support-section {
        padding: 60px 0px 30px 0px;
    }

    .support-boxes {
        display: inherit;
        margin: 0 auto;
        width: 300px;
    }

    .support-boxes li {
        width: 90%;
        margin-bottom: 60px;
    }

    .support-boxes li:last-child {
        margin-bottom: 0px;
    }

    .support-boxes li h2 {
        font-size: 20px;
    }

    .support-boxes li:before,
    .support-boxes li:after {
        width: 26%;
    }

    .our-portfilio li {
        width: 300px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-slider-text h2 span {
        display: initial;
    }

    .establish-btn-area a {
        margin-bottom: 10px;
    }

    .user-guide-content h4 {
        font-size: 15px;
    }

    .pro-active-area {
        margin-bottom: 15px;
    }

    .pro-active-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .pro-active-left h3 {
        font-size: 15px;
        line-height: inherit;
    }

    .pro-active-right {
        width: 100%;
        padding-left: 0;
    }

    .retail-search-pro-area .slick-list {
        width: 80%;
    }

    .home-retial-section .retail-search-pro-area {
        margin-bottom: 10px;
    }

    .home-retial-section .retail-search-pro-area .slick-list {
        padding: 10px 0;
    }

    .view-image-future .featue-extension li {
        font-size: 15px;
        line-height: inherit;
    }

    .catalog-category-view .toolbar-products .filter-show,
    .catalog-category-view .toolbar-products .filter-sort,
    .catalog-category-view .toolbar-products .filter-verion {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .select-clients-section .bx-wrapper .bx-prev,
    .select-clients-section .bx-wrapper .bx-next {
        top: 34%;
    }

    .ecommerce-store-right .actions-toolbar {
        text-align: center;
    }

    .ecommerce-store-right .actions-toolbar input#submitter {
        margin-bottom: 0;
    }

    .ecommerce-store-right .actions-toolbar .or-text {
        display: none !important;
    }

    .user-guide-left .stranth-list li:last-child {
        margin-bottom: 0;
    }

    .user-guide-left .stranth-list li {
        line-height: inherit;
    }

    .sidebar-newsletter .subscribe .mcs-btn-6 {
        width: 100%;
    }

    .view-image-future .product.media {
        width: 100%;
    }

    .view-document ul {
        margin-bottom: 15px;
    }

    .services-text {
        width: 100%;
    }

    .our-stranth-one-right .stanth-img,
    .our-stranth-one-right .stranth-flat,
    .stranth-sell {
        margin-top: -15px;
        width: 100%;
        float: none;
    }

    .stranth-support {
        width: 300px;
        padding: 30px 0 0 0;
        float: left;
    }

    .retail-search-area .block-content .mcs-slider li.product-item {
        padding-left: 0px;
    }

    .main-footer-partners .mcts1 .slide {
        width: 118px !important;
    }

    .view-image-future .product-add-form {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .view-screen-shot .screen-document {
        width: 100%;
        padding-right: 0;
    }

    .screen-box .grandchild:nth-child(1) {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .screen-box .grandchild:nth-child(5) {
        margin-left: 10px;
    }

    .screen-box .grandchild .search-hover {
        height: 100%;
        width: 100%;
    }

    .tab-btn-area a {
        font-size: 17px;
    }

    .view-document li a {
        font-size: 16px;
        padding: 12px 0;
    }

    .view-videos {
        width: 100%;
    }

    .pro-title:after {
        display: none;
    }

    .product-description-listing li {
        padding: 30px 10px;
        min-height: auto;
    }

    .product-description-listing li .product-col2-left {
        padding-right: 0;
        width: 100%;
    }

    .product-description-listing li .product-col2-right {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }

    .product-description-listing li .product-col1-left {
        padding-right: 0;
        text-align: left;
        width: 100%;
    }

    .product-description-listing li .product-col1-right {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }

    .magento-services-area {
        padding: 30px 0 0;
    }

    .magento-services-area li {
        padding-bottom: 30px;
        width: 100%;
    }

    .magento-services-area li:last-child {
        padding-bottom: 0;
    }

    .magento-support-area li {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%;
    }

    .magento-services-area li .ms-left-img img {
        max-width: 75px;
    }

    .magento-support-area li .m-support-left-img {
        width: 100%;
    }

    .magento-support-area li .ms-left-content {
        min-width: 100%;
        text-align: center;
    }

    .magento-support-area li .ms-left-content h3 {
        padding-left: 0;
    }

    .view-review-section .view-left-review {
        width: 100%;
        padding: 0px;
    }

    .view-review-section .view-right-review {
        width: 100%;
    }

    .view-review-ONE .view-total-review-count .re-rate li a span {
        width: 20%;
    }

    .view-review-ONE .view-total-review-count .re-rate li a .bar {
        width: 72%;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .label {
        width: 26%;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .control {
        width: 58%;
    }

    .view-review-form .block-content .review-form .review-fieldset .field.review-field-nickname.required {
        padding-right: 0;
        width: 100%;
    }

    .view-review-form .block-content .review-form .review-fieldset .field.review-field-summary.required {
        padding-left: 0;
        width: 100%;
    }

    .actions-toolbar.review-form-actions .mcs-btn-7 {
        margin-bottom: 10px;
        margin-top: 5px;
        width: 100%;
    }

    .installation-support-content .mcs-btn-3 {
        margin-bottom: 15px;
        width: 100%;
    }

    .blog-post-list {
        margin-bottom: 0px;
    }

    .recent-post-section .servies-by-left,
    .recent-post-section .servies-by-right {
        width: 100%;
    }

    .user-guide-section {
        padding: 30px 10px;
    }

    .support-right-area p {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: inherit;
    }

    .my-breadcrumb>li {
        padding-right: 3px;
    }

    .my-breadcrumb>li+li::before {
        width: 10px;
        background-position: -15px 5px;
        margin-right: 5px;
    }

    .combo-offer li {
        margin: 0 auto;
        width: 100%;
    }

    .trusted-section-block-area .testimonials-title-left,
    .trusted-section-block-area .testimonials-title-right {
        width: 100%;
        padding: 0px;
    }

    .cart.table-wrapper .item .col.item {
        padding: 5px 5px 4px 77px;
    }

    .cart.table-wrapper .product-item-photo {
        left: 6px;
        top: 9px;
    }

    .cart.table-wrapper .product-item-name {
        font-size: 15px;
    }

    .cart.table-wrapper .product-item-name+.item-options {
        margin-top: 15px;
        font-size: 13px;
    }

    .footer-new-height-left {
        width: 100%;
    }

    .footer-top-area ul {
        width: 100%;
    }

    .footer-top-area ul h2 {
        font-size: 32px;
    }

    .footer-top-area ul p {
        font-size: 10px;
        line-height: initial;
    }

    .footer-top-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer-top-area ul li:last-child {
        margin-bottom: 0;
    }

    .footer-new-height-area h2 {
        font-size: 20px;
        line-height: inherit;
        width: 100%;
        margin-bottom: 40px;
    }

    .new-height-listing li {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .top-renked-img {
        text-align: center;
    }

    .footer-contact-info {
        float: none;
        width: 300px;
        margin: 0 auto;
    }

    .footer-contact-info li.fr-add,
    .footer-contact-info li.fr-msg,
    .footer-contact-info li.fr-call,
    .footer-contact-info li.fr-website {
        background-image: none;
    }

    .footer-contact-info li {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: inherit;
        text-align: center;
        padding: 0;
    }

    .top-renked-img img {
        width: 44%;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .top-renked-img img {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .footer-new-height-right {
        width: 100%;
    }

    .footer-socials li {
        display: inline-block;
        float: none;
    }

    .footer-lets-work-area {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-lets-work-area .lets-work span {
        line-height: 25px;
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
    }

    .footer-lets-work-area .lets-work .mcs-btn-5 {
        display: inline-block;
        float: none !important;
        margin: 0 auto;
    }

    .footer-bottom-area {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-bottom-link li {
        border-right: medium none;
        padding-bottom: 10px;
        display: block;
    }

    .future-point {
        min-height: auto;
    }

    .main-tooltip-offer {
        top: 34px;
    }

}

@media only screen and (min-width:768px) {
    .my-navbar-nav li.dropdown:hover .dropdown-menu {
        visibility: visible;
        display: block;
        background-color: #132c45;
        padding: 0;
        border: 0;
    }

    .block-box span {
        display: initial;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:767px) {
    .sticky-header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .gift-img-area {
        display: none;
    }

    .sticky-header-left {
        width: 100%;
        text-align: center;
    }

    .sticky-header-left .sticky-title-text {
        font-size: 12px;
        line-height: 16px;
    }

    .sticky-header-right {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sticky-header-right a,
    .sticky-header-right .authorization-link {
        line-height: inherit;
        font-size: 11px;
        padding-left: 8px;
    }

    .my-logo {
        padding-top: 12px;
        padding-bottom: 6px;
    }

    .my-logo img {
        width: 200px;
    }

    .navbar-header {
        position: absolute;
        right: 36px;
        top: -58px;
        z-index: 9;
    }

    .my-navbar .navbar-default .navbar-toggle {
        border: none;
        right: 0;
        top: 5px;
        margin-right: 5px;
    }

    .my-cart-mobile .minicart-wrapper .action.showcart.active:hover::before {
        color: #132c45;
    }

    .my-cart-mobile .minicart-wrapper.active .block-minicart {
        top: 55px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #19878A;
        width: 25px;
        height: 4px;
    }

    .retail-search-area,
    .magento-2-development-ecommerce-store,
    .helps-you-take,
    .custom-api-section .magento-2-development-our-workflow,
    .magento-2-development-migration,
    .let-tocus-section {
        padding: 20px 0;
        background: transparent;
    }

    .mob-des.pro-details-our-extension-section,
    .hire-dedicated-developers,
    .our-portfilio-section,
    .magento-2-development-our-workflow,
    .price-table-section,
    .user-guide-section,
    .related-roduct-section,
    .custom-api-section,
    .discount-section-area,
    .cat-banner-area2,
    .new-m2-extension-page,
    .new-m1-extension-page {
        padding: 20px 0;
    }

    .mob-des.pro-details-our-extension-section.theme-conversion-services,
    .customers-constantly-area {
        padding: 20px 0 40px 0;
    }

    .our-inclusions-section,
    .magento-2-development-seven-reasons,
    .magento-responsive-mobile,
    .magento-2-development-servies-by,
    .theme-design-integration,
    .call-us-area,
    .portfolio-section,
    .our-tesimonials-section,
    .magento-responsive-theme,
    .our-strength-section,
    .ecommerce-web-store-section,
    .magento-ecommerce-discovery,
    .magento-2-development-solutions,
    .call-us-section,
    .dedicated-magento-team-section,
    .methodology-process-section,
    .growth-benefits-section,
    .current-openings-section,
    .job-for-you-section,
    .what-we-do-section,
    .contact-section-area,
    .we-offers {
        padding: 20px 0;
        background-position: center;
    }

    .trusted-section-block-area {
        padding: 20px 10px 50px 10px;
    }

    .list-call-action-section {
        width: 100%;
        padding: 30px 15px;
    }

    .description-tab-section {
        padding: 0 15px 15px 15px;
        background-color: #ffffff;
    }

    .description-tab-section .product.info.detailed {
        margin-bottom: 0;
    }

    .description-tab-section .product.info.detailed .product.data.items>.item.content {
        padding: 0;
    }

    .description-tab-section .description-block ul.stranth-list {
        text-align: left;
    }

    .featured-magento-extensions-block {
        padding: 25px 15px;
    }

    .infographics-attributes-wrapper,
    .dis-view-videos,
    .view-review-section,
    .related-magento-extension-section {
        padding-top: 20px;
    }

    .pro-new-title {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: left;
        line-height: 26px;
    }

    .extension-view li .mx-name,
    .featured-magento-extensions-block ul li .mx-name {
        width: 68%;
    }

    .extension-view {
        text-align: left;
    }

    .mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-left {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-right {
        width: 100%;
        text-align: center;
        padding: 0;
        border-left: none;
    }

    .checkout-cart-index .cart-container .cart-summary {
        margin-bottom: 15px;
    }

    .checkout-cart-index .cart-container .form-cart .cart.table-wrapper {
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .we-accept {
        width: 100%;
        margin-top: 15px;
    }

    .checkout-discount {
        max-width: 100%;
        margin-top: 15px;
    }

    .page-products .product.actions.product-item-actions {
        display: inherit;
    }

    .list-call-action-section h4 {
        font-size: 25px;
        margin: 15px 0;
    }

    .list-call-action-section p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .enhance_popup_content .modal-inner-wrap .modal-header .modal-title,
    .tecnical_popup_content .modal-inner-wrap .modal-header .modal-title,
    .popup_demo_content .modal-inner-wrap .modal-header .modal-title {
        font-size: 15px !important;
    }

    .list-call-action-section .list-call-action {
        max-width: 100%;
    }

    .sprite-testimonial-logo01,
    .sprite-testimonial-logo02,
    .sprite-testimonial-logo03,
    .sprite-testimonial-logo04,
    .sprite-testimonial-logo05 {
        float: none;
        margin: 0 auto;
    }

    .cms-magento-maintenance-services .customimage,
    .cms-magento-website-launch-checklist .customimage,
    .cms-magento-development-integration .customimage,
    .cms-magento-website-ui-design .customimage,
    .cms-magento-objective .customimage,
    .cms-magento-project-planning .customimage,
    .cms-ecommerce-development-strategy .customimage,
    .cms-magento-ecommerce-discovery .customimage,
    .cms-magento-website-portfolio .customimage,
    .cms-magento-website-development-process .customimage,
    .contact-index-index .customimage,
    .cms-about-us .customimage {
        padding: 30px 10px;
    }

    .cms-magento-maintenance-services .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-website-launch-checklist .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-development-integration .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-website-ui-design .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-objective .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-project-planning .customimage .inner-banner-content .inner-banner-content-left,
    .cms-ecommerce-development-strategy .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-ecommerce-discovery .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-website-portfolio .customimage .inner-banner-content .inner-banner-content-left,
    .cms-magento-website-development-process .customimage .inner-banner-content .inner-banner-content-left,
    .contact-index-index .customimage .inner-banner-content .inner-banner-content-left,
    .cms-about-us .customimage .inner-banner-content .inner-banner-content-left {
        width: 100%;
        padding: 0;
    }

    .cms-magento-maintenance-services .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-website-launch-checklist .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-development-integration .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-website-ui-design .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-objective .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-project-planning .customimage .inner-banner-content .inner-banner-content-right,
    .cms-ecommerce-development-strategy .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-ecommerce-discovery .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-website-portfolio .customimage .inner-banner-content .inner-banner-content-right,
    .cms-magento-website-development-process .customimage .inner-banner-content .inner-banner-content-right,
    .contact-index-index .customimage .inner-banner-content .inner-banner-content-right,
    .cms-about-us .customimage .inner-banner-content .inner-banner-content-right {
        width: 100%;
        padding: 0;
    }

    .integration-list-area li {
        padding: 0px 10px 20px 10px;
    }

    #my-search .custom-search-autocomplete .mcs-autosearch-main {
        width: 100%;
    }

    .minicart-wrapper button.action.showcart {
        display: none;
    }

    .opc-wrapper .form-login,
    .checkout-payment-method .payment-methods,
    .opc-estimated-wrapper {
        margin: 0;
    }

    .cart-section,
    .checkout-section {
        padding: 10px 15px;
    }

    .password-strength-meter {
        padding: 6px;
        font-size: 12px;
        line-height: inherit;
        height: inherit;
    }

    .popup_demo_content a.mcs-btn-3 {
        margin-bottom: 10px;
    }

    .view-image-future .product-futurepoint {
        padding: 0;
    }

    .get-core-product-name {
        font-size: 18px;
        line-height: inherit;
        text-align: center;
        margin: 15px 0;
    }

    .extension-featue-list {
        margin-bottom: 15px;
    }

    .all-support-section {
        margin-top: 0;
    }

    .all-support-section li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
        border: none;
        min-width: 50%;
    }

    .all-support-section li small {
        text-align: center;
        padding-left: 0;
        display: block;
    }

    .view-videos embed {
        min-height: auto;
    }

    .our-tickets-section {
        padding: 20px 10px 50px 10px;
    }

    .let-tocus-section .magento-2-development-left,
    .let-tocus-section .magento-2-development-right {
        padding: 0;
    }

    .support-package-section .magento-2-development-left h3 {
        line-height: inherit;
        font-size: 18px;
    }

    .support-package-section .magento-2-development-right {
        display: none;
    }

    .customized-modification {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .customized-modification .fa.fa-quote-left,
    .customized-modification .fa.fa-quote-right {
        font-size: 30px;
    }

    .customized-modification p {
        font-size: 15px;
        line-height: inherit;
    }

    .magento-2-development-right {
        width: 100%;
        padding-left: 0px;
    }

    .new-title,
    .magento-2-development-seven-reasons .new-title,
    .portfolio-section .new-title,
    .magento-responsive-mobile .new-title,
    .our-workflow-left h2,
    .magento-2-development-migration .magento-2-development-left h2,
    .magento-2-development-migration .magento-2-development-right h2,
    .price-table-section .new-title,
    .ts-title,
    h2.new-title,
    .servies-by-left h2,
    .servies-by-right h2,
    .theme-design-integration-left h2,
    .theme-design-integration-right h2,
    .magento-2-development-right .stranth-sell h3,
    .main-slider-text h2,
    .magento-2-development-right .stranth-flat h3,
    .new-sub-title,
    .cat-banner-area2 h1 {
        width: 100%;
        font-size: 22px;
        line-height: inherit;
        font-weight: inherit;
        padding-bottom: 20px;
        margin: 0px;
    }

    .solutions-every-problem-left {
        width: 100%;
    }

    .customimage {
        min-height: inherit;
    }

    .customimage p {
        margin-bottom: 0px;
    }

    .product-title {
        margin-bottom: 0px;
    }

    .customimage h1 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .cat-banner-area .bx-wrapper {
        display: none !important;
    }

    .catalog-category-view .products {
        margin-bottom: 0px;
    }

    .catalog-category-view .product-items li.product-item .product-item-info .product-item-details {
        display: grid;
        margin-top: 5px;
    }

    .product-item-actions {
        display: block;
    }

    #my-search {
        margin-top: 20px;
    }

    .magento-2-development-right .stranth-flat {
        width: 100%;
        margin-top: -6px;
    }

    .magento-2-development-right .stranth-sell {
        width: 100%;
        margin-top: -1px;
    }

    .ecommerce-store-left {
        width: 100%;
        padding: 0px;
    }

    .ecommerce-store-right {
        width: 100%;
    }

    .servies-by-left:after {
        display: none
    }

    .ecommerce-web-store-section:after {
        display: none;
    }

    .interacting-selling .servies-by-left,
    .interacting-selling .servies-by-right,
    .servies-by-left,
    .servies-by-right,
    .ecommerce-website-development .servies-by-left,
    .ecommerce-website-development .servies-by-right,
    .our-dedicated-magento-team .servies-by-right,
    .our-dedicated-magento-team .servies-by-left,
    .creating-magento-theme .servies-by-left,
    .creating-magento-theme .servies-by-right,
    .continuously-section .servies-by-left,
    .continuously-section .servies-by-right,
    #mconnectservice.magento-2-development-servies-by .servies-by-left,
    #mconnectservice.magento-2-development-servies-by .servies-by-right {
        padding: 20px;
        width: 100%;
    }

    .sb-listing li {
        padding-bottom: 10px;
        font-size: 15px;
        font-weight: inherit;
    }

    .interacting-selling .servies-by-left p {
        padding-bottom: 0px;
        font-weight: inherit;
    }

    .magento-2-development-servies-by .servies-by-left p,
    .servies-by-left p {
        font-weight: inherit;
    }

    .main-slider-text h2 span {
        display: initial;
    }

    .theme-design-integration-left,
    .theme-design-integration-right {
        min-height: auto;
        margin: 0 0 10px 0;
        padding: 20px;
    }

    .theme-design-integration-left:before,
    .theme-design-integration-right:before {
        display: none;
    }

    .home-title:after {
        display: none
    }

    .home-title,
    .select-clients-section .clients-left h2 {
        font-size: 26px;
        line-height: inherit;
        padding-bottom: 20px;
    }

    .ideas-servicer-one-left h2 {
        padding-bottom: 40px;
    }

    .ideas-servicer-one-left h2 span {
        font-size: 22px;
        line-height: inherit;
    }

    .ideas-servicer-one-left h1 {
        padding-bottom: 40px;
        font-size: 22px;
        text-align: center;
    }

    .establish-area .establish-left-side {
        line-height: 170px;
    }

    .establish-btn-area {
        margin-top: 20px;
    }

    .magento-2-development-right .mcs-btn-1,
    .price-table-section .text-center .mcs-btn-1,
    .custom-api-section .custom-api-right .mcs-btn-2 {
        font-size: 10px;
        padding: 11px;
    }

    .magento-module-development .magento-2-development-left,
    .magento-2-development-left {
        width: 100%;
        padding: 0px;
    }

    .magento-module-development .magento-2-development-right {
        display: none;
    }

    .dedicated-team-listing,
    .magento-popular-choice-section .dedicated-team-listing {
        margin-top: 10px;
    }

    .dedicated-team-listing li,
    .magento-popular-choice-section .dedicated-team-listing li {
        font-size: 17px;
        line-height: inherit;
        width: 100%;
        min-height: inherit;
        padding: 0 0px 20px 40px;
        background-size: 25px;
        background-position: 0px 6px;
    }

    .my-price-table thead tr th h3 {
        padding: 0;
        font-size: 15px;
        line-height: inherit;
    }

    .my-price-table thead tr th h4 {
        padding: 0;
        font-size: 18px;
    }

    .price-table-section .table.my-price-table {
        margin-top: 0;
    }

    .my-price-table thead tr th:nth-child(2n),
    .my-price-table thead tr th:nth-child(3n),
    .my-price-table thead tr th:nth-child(4n),
    .my-price-table thead tr th:nth-child(5n) {
        width: 100%;
    }

    .my-price-table thead tr th h3:after,
    .my-price-table thead tr:first-child th:nth-child(2n+1):before,
    .custom-api-right:before {
        display: none;
    }

    .conversion-services-listing li {
        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 0;
    }

    .conversion-services-listing li i {
        display: none;
    }

    .conversion-services-listing li .listing-content {
        padding: 15px;
    }

    .our-workflow-left {
        width: 100%;
        padding-right: 0px;
    }

    .our-workflow-right {
        width: 100%;
        padding-left: 0px;
    }

    .ecommerce-web-store-left {
        width: 100%;
        padding-right: 0;
    }

    .ecommerce-web-store-right {
        width: 100%;
        padding-left: 0;
    }

    .ecommerce-web-store-section .ecommerce-web-store-left img,
    .ecommerce-web-store-section .ecommerce-web-store-right img {
        display: none;
    }

    .integration-list-area li:nth-child(2n+1) {
        background: #ffffff;
    }

    .integration-list-area .integration-right {
        width: 100%;
        margin-top: 0px;
        padding: 0;
    }

    .custom-api-left {
        position: inherit;
        width: 100%;
    }

    .custom-api-left .new-title {
        text-align: center;
        padding: 20px;
        line-height: inherit;
    }

    .custom-api-right {
        width: 100%;
        padding: 30px;
    }

    .customimage {
        background-color: #132c45;
        background-image: none !important;
    }

    .listing2 {
        padding: 0;
        margin: 0;
        background: transparent;
    }

    .listing2 h4 {
        background: transparent;
        padding: 0;
        margin: 0;
        line-height: inherit;
    }

    .listing2 .head_listing {
        margin: 10px 15px 0 0px;
        padding: 0;
    }

    .step-title {
        padding: 0 0 20px 0;
        font-size: 16px;
        line-height: inherit;
    }

    .methodology-left-contact-sales .innter-title {
        margin-top: 20px;
    }

    .magento-ecommerce-discovery-right .step-title {
        padding-top: 30px;
    }

    .magento-ecommerce-discovery-left,
    .magento-ecommerce-discovery-right {
        padding: 0 0 30px 0;
    }

    .methedology-link a:before {
        top: 8px;
    }

    .methedology-link a {
        line-height: 30px;
        font-size: 15px;
    }

    .inner-banner-content-left,
    .inner-banner-content-right {
        margin-top: 0 !important;
        width: 100%;
    }

    .customimage .inner-banner-content .inner-banner-content-left {
        width: 100%;
        padding: 20px 0px;
    }

    .customimage .head_listing {
        padding-left: 0px;
    }

    .customimage .inner-banner-content .inner-banner-content-right {
        width: 100%;
        padding: 20px 10px;
    }

    .magento-2-development-right img {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .development-testing-listing {
        margin-top: 0px;
    }

    .development-testing-listing li {
        width: 100%;
        line-height: inherit;
        padding-right: 0;
        padding-left: 0px;
        padding-bottom: 10px;
        background-image: none;
    }

    .development-testing-listing li h4 {
        padding-bottom: 10px;
        line-height: inherit;
    }

    .migration-services-section .new-title,
    .migration-services-section p {
        text-align: left;
    }

    .migration-services-bottom h3 {
        text-align: left;
        width: 100%;
        line-height: inherit;
        font-size: 22px;
        margin-bottom: 20px;
    }

    .different-magento-extensions-section .integration-right h5 {
        ine-height: inherit;
    }

    .growth-benefits-section .growth-one {
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }

    .growth-benefits-section .growth-two {
        width: 100%;
        min-width: 100%;
    }

    .growth-benefits-section .growth-three {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .growth-benefits-section .growth-one h3,
    .growth-benefits-section .growth-three h3 {
        margin-bottom: 10px;
    }

    .current-openings-left {
        padding-right: 0px;
        width: 100%;
    }

    .current-openings-right {
        padding-left: 0px;
        width: 100%;
    }

    .current-openings-box h3 {
        margin: 20px;
    }

    .current-openings-box ul {
        margin: 0;
        padding: 20px;
    }

    .current-openings-box ul li {
        font-size: 15px;
    }

    .career-form li:nth-child(2n) {
        padding-left: 10px;
    }

    .career-form li:nth-child(2n+1) {
        padding-right: 10px;
    }

    .career-form li:nth-child(2n+1) {
        padding-right: 0px;
    }

    .career-form li:nth-child(2n) {
        padding-left: 0px;
    }

    .career-form li {
        width: 100%;
    }

    .what-we-do-listing {
        padding-top: 10px;
    }

    .what-we-do-listing li {
        width: 32%;
        padding: 0px;
        margin: 0px;
    }

    .what-we-do-listing li a {
        font-size: 14px;
    }

    .inner-banner-content-left img,
    .inner-banner-content img {
        display: none;
    }

    .inner-banner-content-right {
        width: 100%;
    }

    .inner-banner-content-left p,
    .inner-banner-content-right p,
    .inner-banner-content p {
        margin-bottom: 15px !important;
        font-size: 15px;
        line-height: 22px;
    }

    .different-magento-extensions-section .integration-list-area li,
    .solutions-every-problem {
        padding: 30px 10px;
        width: 100%;
    }

    .website-check-ups .magento-2-development-right,
    .let-tocus-section .magento-2-development-right {
        display: none;
    }

    .different-magento-extensions-section .integration-right {
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
    }

    .integration-right h2,
    .cc-title,
    .call-us-section h3,
    .ii-title,
    .description-title {
        font-size: 22px;
        font-weight: inherit;
        padding-bottom: 20px;
    }

    section p,
    .trusted-section-left p,
    .ecommerce-store-left h2:last-child,
    .interacting-selling .servies-by-right h3,
    .select-clients-section h5,
    .inner-banner-content-left h4,
    .inner-banner-content-right h4,
    .ii-title-area h4,
    .careers-box p,
    .e-store-box p,
    .cat-banner-area2 .cat-dic {
        font-size: 14px !important;
        line-height: 24px;
        width: 100%;
        margin-bottom: 20px;
    }

    .call-us-right p {
        font-weight: initial;
        font-size: 14px !important;
        line-height: 24px;
    }

    .theme-design-integration2 .reasons-left,
    .theme-design-integration2 .reasons-right {
        margin-top: 0px;
    }

    .ii-title .ii-title-area h4 {
        font-size: 15px !important;
        line-height: 22px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
    }

    .magento-responsive-mobile h3 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        font-weight: inherit;
    }

    .magento-responsive-mobile .stranth-list li,
    .stranth-list li,
    .new-content-m1 ul li,
    .new-content-m2 ul li {
        line-height: inherit;
        font-size: 15px;
        font-weight: initial;
        margin-bottom: 10px;
    }

    .magento-responsive-mobile .stranth-list {
        padding-bottom: 20px;
    }

    .trusted-bottom-section {
        margin-top: 20px;
    }

    .our-inclusions-list {
        margin-top: 20px;
    }

    .our-inclusions-list li:nth-child(2n+1) {
        padding-right: 0;
    }

    .our-inclusions-list li,
    .our-inclusions-list li:nth-child(2n+1) {
        padding-left: 105px;
        background-position: 0px 1px;
        margin-bottom: 15px !important;
        background-size: 70px;
        width: 100%;
    }

    .innter-title span {
        display: none;
    }

    .lucid-understanding .reasons-left,
    .lucid-understanding .reasons-right {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .reasons-left li,
    .reasons-right li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .reasons-left li a i,
    .reasons-right li a i {
        padding-right: 20px;
    }

    .reasons-left li h4,
    .reasons-right li h4 {
        font-size: 18px;
        line-height: inherit;
    }

    .menu-header-area {
        padding-left: 0;
        padding-right: 0;
    }

    .my-navbar {
        float: left;
        padding-left: 0 !important;
        width: 100%;
    }

    .my-navbar .navbar {
        position: relative !important;
    }

    .my-navbar .navbar-collapse {
        padding-left: 0;
    }

    .my-navbar-nav {
        float: none;
        margin: 0 !important;
        width: 100%;
    }

    .navbar-toggle:focus,
    .navbar-toggle:active {
        background: none;
        olor: none;
    }

    .our-tesimonials-coment p {
        font-style: italic;
        line-height: 22px;
        font-size: 15px;
    }

    .ecommerce-store-left p {
        font-weight: initial;
        line-height: inherit;
    }

    .ecommerce-store-left h2:last-child {
        font-weight: initial;
        margin-bottom: 20px;
    }

    .helps-you-take p {
        max-width: 100%;
        font-weight: initial;
        margin-bottom: 20px;
    }

    .our-workflow-left h2 {
        text-align: left;
    }

    .support-package-section,
    .website-check-ups {
        background: #ffffff;
    }

    .core-development-process .magento-2-development-left {
        margin-bottom: 20px;
    }

    .our-strength-listing li {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .our-strength-listing li:nth-child(2n) {
        padding-left: 0;
    }

    .our-strength-listing li:nth-child(5) {
        margin-bottom: 20px;
    }

    .contact-detail-left p,
    .contact-detail-right p {
        line-height: inherit;
        margin: 0;
    }

    .inner-banner-content h4 {
        text-align: left;
        font-size: 15px;
    }

    .toolbar {
        margin-bottom: 0px;
    }

    .cat-banner-area,
    .installation-support-section,
    .view-why-our-extension,
    .view-product-description .parent-div-background,
    .view-screen-shot,
    .view-image-future,
    .view-product-description,
    .installation-support-area {
        padding: 20px 10px;
    }

    .why-our-extension-section {
        padding: 20px 10px 40px 10px;
    }

    .sections.nav-sections,
    .page-title-wrapper {
        display: none;
    }

    .user-guide-left {
        width: 100%;
    }

    .user-guide-section:after {
        display: none;
    }

    .user-guide-right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        background: #0d2136;
        padding: 30px 0px;
    }

    .user-guide-right h2 {
        margin-left: 0px;
        text-align: center;
    }

    .user-guide-right a {
        padding: 12px 40px;
        float: none;
    }

    .user-guide-icon {
        width: 100%;
        text-align: center;
    }

    .user-guide-content {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }

    .view-review-section .view-right-review {
        width: 100%;
    }

    .user-guide-listing li {
        width: 32%;
    }

    .customer-account-login-section,
    .create-account-section,
    .account main#maincontent {
        padding: 30px 20px;
        width: 100%;
    }

    .account .sidebar.sidebar-main,
    .account .column.main {
        width: 100% !important;
    }

    .block-collapsible-nav {
        top: 0;
        background: #ffffff;
        padding: 0 20px;
        margin-top: 14px;
    }

    .account .block-collapsible-nav .content {
        border: none;
    }

    .support-tikets-create {
        text-align: center;
    }

    .magento-services-listing li {
        width: 100%;
        float: none;
        padding: 0px 10px;
    }

    .product-description-screen-shots p {
        font-size: 14px;
        padding: 0px;
    }

    .no-review {
        background: none;
    }

    .support-left-area,
    .support-right-area {
        width: 100%;
        padding: 0px 8px;
    }

    .installation-support-area .container:after,
    .support-left-area:after {
        display: none;
    }

    .support-left-area p {
        width: 100%;
    }

    .description-block p {
        font-size: 15px;
        line-height: inherit;
        margin-bottom: 15px;
    }

    .product-short-description {
        padding-bottom: 0px;
        text-align: left;
    }

    #back-to-top {
        bottom: 10px;
        right: 10px;
    }

    .description-block ul.stranth-list li {
        padding: 0px;
        line-height: 22px;
    }

    .product-description-screen-shots img {
        width: 100%;
    }

    .our-extension-section p {
        padding: 10px;
    }

    .flexslider .slides>li {
        display: block;
    }

    .slick-next {
        right: 0;
    }

    .product-description-screen-shots .description-title,
    .description-title2 {
        padding-bottom: 20px;
        font-size: 22px;
        text-align: left;
    }

    .description-title:after,
    .description-title2:after {
        display: none;
    }

    .cat-banner-area h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .catalog-product-view .breadcrumbs {
        border-bottom: medium none;
        display: table;
        margin-bottom: 0;
        padding: 10px;
    }

    .cat-banner-area .cat-dic,
    .cat-banner-area .cat-dic p {
        font-size: 15px;
        line-height: inherit;
        margin-bottom: 20px;
    }

    .category-description {
        margin-bottom: 20px;
    }

    .category-description p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .custom-breadcrumbs .inner {
        max-width: 100%;
    }

    .custom-breadcrumbs ul {
        border-left: none;
    }

    .product-futurepoint {
        width: 100% !important;
        margin: 0 !important;
    }

    .product-description-screen-shots {
        padding-top: 20px;
    }

    .product-description-screen-shots li {
        padding: 20px 0;
    }

    .product-description-screen-shots .product-col1-left {
        padding: 0;
        width: 100%;
    }

    .product-description-screen-shots .product-col2-right {
        padding: 0;
        width: 100%;
    }

    .product-description-screen-shots li h2,
    .product-description-screen-shots li h2 {
        font-size: 18px;
        line-height: inherit;
        padding-bottom: 10px;
    }

    .product-description-screen-shots li h2:after,
    .product-description-screen-shots li h2:after {
        display: none;
    }

    .my-navbar .navbar-default .navbar-toggle:hover,
    .my-navbar .navbar-default .navbar-toggle:focus {
        background: transparent;
        border: none;
        box-shadow: none;
    }

    .custom-breadcrumbs {
        display: none;
    }

    .ms-icon,
    .es-icon,
    .qi-icon {
        font-size: 14px;
        margin-bottom: 20px;
        padding-left: 0px;
        line-height: inherit;
    }

    .mg-menu-listing li a {
        font-size: 14px;
        line-height: 32px;
    }

    .ms-icon:before,
    .es-icon:before {
        display: none;
    }

    .menu-top-area li.menu-top-box {
        padding-top: 15px;
        padding-bottom: 10px;
        min-height: inherit;
    }

    .dropdown-header.ms-icon:before {
        top: 2px;
    }

    .last-box h3 {
        margin-bottom: 15px;
        line-height: inherit;
        text-align: left;
        font-size: 14px;
    }

    .last-box p,
    .last-box a {
        margin-bottom: 20px;
        text-align: left;
        font-size: 14px;
    }

    .dropdown-header.es-icon:before {
        top: 5px;
    }

    .dropdown-header.qi-icon:before {
        top: 5px;
    }

    .my-navbar-nav .menu-bottum-area {
        display: none;
    }

    .mg-menu-listing img.qu-img {
        display: none;
    }

    .navbar-nav>li>a {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #eeeeee;
        line-height: 30px !important;
    }

    .my-navbar .navbar {
        min-height: inherit;
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        border: medium none;
    }

    .navbar-collapse.in {
        overflow-y: inherit !important;
    }

    .my-cart {
        display: none !important;
    }

    .menu-top-area li.menu-top-left,
    .menu-top-area li.menu-top-right {
        padding-top: 15px;
        padding-bottom: 20px;
        background: #10263b;
        min-height: auto;
    }

    .methodology-boxes li {
        width: 140px;
        min-height: 100px;
        min-width: 48%;
    }

    .methodology-boxes li a {
        line-height: 15px;
    }

    .menu-top-right .menu-title {
        line-height: inherit;
        font-size: 15px;
    }

    .methodology-boxes li i {
        font-size: 28px;
    }

    .methodology-boxes li span {
        font-size: 13px;
    }

    .page-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container {
        width: 100%;
    }

    .welcome-one-left {
        width: 100%;
        margin-right: 0;
    }

    .welcome-one-left h2,
    .welcome-one-left h1.sub-title,
    .sub-title,
    .our-stranth-one-left h2,
    .case-study-one-right h2,
    .new-content-m1 h2,
    .new-content-m2 h2,
    .select-clients-section .clients-right h4 {
        font-size: 18px;
        width: 100%;
        padding-bottom: 20px;
        line-height: inherit;
    }

    .services-text h3 {
        padding-bottom: 4px;
    }

    .ideas-servicer-one-right ul li:nth-child(9) {
        margin-bottom: 20px;
    }

    .welcome-section p,
    .ideas-servicer-one-left p,
    .main-slider-text p,
    .case-study-one-right p {
        line-height: inherit;
        margin-bottom: 15px;
        padding-bottom: 0px;
        font-size: 15px;
    }

    .welcome-one-list {
        margin-bottom: 30px;
        width: 100%;
    }

    .welcome-one-list .welcome-one-list-left {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .welcome-one-list .welcome-one-list-left:before,
    .welcome-one-list .welcome-one-list-left ul li:before {
        display: none;
    }

    .welcome-one-list .welcome-one-list-left ul li {
        margin-bottom: 0px;
        padding-left: 0;
        text-align: center;
    }

    .welcome-one-list .welcome-one-list-right {
        width: 100%;
        text-align: center;
    }

    .welcome-one-list .welcome-one-list-right img {
        float: none;
    }

    .select-clients-section h5 {
        padding-bottom: 20px;
    }

    .testimonation-slide ul {
        width: 100%;
    }

    .slider-title-top:after {
        display: none;
    }

    .trusted-section-left p {
        margin-bottom: 30px;
    }

    .our-strength-listing {
        padding-top: 0px;
    }

    .related-roduct-section .retail-search-pro-area {
        margin-top: 0px;
    }

    .view-footer-demo-link {
        bottom: 57px;
        right: 16px;
    }

    a.footer-front-demo,
    a.footer-back-demo {
        display: block;
        margin-bottom: 8px;
    }

    .cart-totals,
    .opc-block-summary .table-totals {
        border-top: none;
    }

    .checkout-cart-index .cart-summary,
    .checkout-index-index .opc-block-summary {
        border: none;
    }

    .cart-summary {
        margin-bottom: 0px;
    }

    .cart-section .cart-container .totals {
        margin-bottom: 0;
    }

    .block-cart-failed,
    .cart-container .form-cart {
        margin-bottom: 0px;
    }

    .form-cart .cart.table-wrapper {
        margin-bottom: 0;
    }

    .minicart-wrapper .action.showcart .counter.qty {
        height: 18px;
        line-height: 15px;
        min-width: 15px;
    }

    .minicart-wrapper .counter-number,
    .minicart-wrapper .counter-number:focus {
        font-size: 10px;
        background: #ff5501;
        color: #ffffff;
        padding: 0px 3px;
        border-radius: 2px;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-authentication .block-title {
        margin-bottom: 10px;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-authentication .block[class]+.block::before {
        display: none;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-authentication .block[class]+.block {
        border-top: none;
        margin-top: 0;
        padding-top: 15px;
        float: left;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-customer-login .actions-toolbar .primary {
        float: none;
        display: inline-block;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-customer-login .actions-toolbar .secondary {
        padding-top: 0;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-customer-login .form-login .control {
        display: block;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-customer-login .form-login .control input {
        width: auto;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .block-new-customer,
    .modal-popup._inner-scroll .modal-inner-wrap .block-customer-login {
        width: 100%;
        float: left;
    }

    .stranth-list li:before,
    .new-content-m1 ul li:before,
    .new-content-m2 ul li:before {
        top: 5px;
    }

    .cart-empty-section {
        margin-top: 40px;
        padding: 15px;
    }

    .cart-empty {
        min-width: auto;
        width: 100%;
        padding: 20px;
    }

    .cart-empty p {
        margin-bottom: 10px;
    }

    .ecommerce-store-right fieldset.fieldset {
        margin-bottom: 0;
    }

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

    .welcome-one-right {
        margin-left: 0%;
        width: 100%;
    }

    .portfolio-section-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .portfolio-section-area p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .btn-mcs {
        margin-bottom: 10px;
    }

    .portfolio-section .port-slider {
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }

    .portfolio-img-section {
        float: none;
        margin: 0 auto;
        width: 300px;
    }

    .portfolio-img-section li {
        width: 47%;
    }

    .portfolio-img-section li .icon-hover {
        line-height: 226px;
    }

    .portfolio-img-section li .port-image {
        min-height: 168px;
    }

    .portfolio-img-section li .view-more a.mcs-btn-5 {
        top: 72px;
        font-size: 12px;
        padding: 8px 20px;
    }

    .ideas-servicer-one-left {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%;
    }

    .ideas-servicer-one-right {
        margin-left: 0;
        width: 100%;
    }

    .services-icon {
        display: none;
    }

    .main-slider-text {
        width: 100%;
    }

    .slider-title-top h4 {
        font-size: 15px;
    }

    .main-slider-text h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .main-slider-text h1 span {
        display: inline-block;
    }

    .slider-img {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

    #mobile-slider {
        margin: 0px;
        float: left;
        width: 100%;
    }

    #mobile-slider .slick-list.draggable {
        width: 100%;
    }

    #mobile-slider img {
        max-width: inherit;
        min-width: inherit;
        max-height: inherit;
        min-height: inherit;
        width: auto;
        margin: 0 auto;
        border: none;
    }

    #mobile-slider .slick-dots li {
        margin: 0px;
        width: 22px;
        height: 22px;
        padding: 0px;
    }

    #mobile-slider .slick-dots li button {
        background: #d5d5d5;
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 100%;
    }

    #mobile-slider .slick-dots li button:before {
        display: none;
    }

    #mobile-slider .slick-dots li.slick-active button {
        background: #172d45;
    }

    .our-stranth-section,
    .ideas-services-section,
    .mconnect-slider,
    .methedology-section,
    .home-retial-section,
    .select-clients-section,
    .case-study-section,
    .featured-magento-extensions-block,
    .mcs-blog {
        padding: 30px 0;
    }

    .welcome-section {
        padding-block: 30px;
    }

    .services-new .clutch-widget {
        padding-bottom: 30px;
    }

    section#move-to-bottom {
        padding-top: 70px;
    }

    .mcs-blog .mcs-blog-box h4 {
        padding: 15px 10px;
    }

    .all-post {
        padding-top: 20px;
    }

    .our-stranth-one-left {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
    }

    .our-stranth-one-right {
        width: 100%;
    }

    .our-stranth-one-right .stanth-img {
        margin-bottom: 0px;
        width: 100%;
    }

    .stranth-sell>img {
        float: none;
        width: auto;
    }

    .methedology-one-left {
        margin-right: 0;
        width: 100%;
    }

    .methedology-one-left h2 {
        width: 100%;
    }

    .methedology-one-right {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .methedology-one-right-content {
        padding: 20px 0 0 0;
        border-right: none;
        text-align: left;
    }

    .methedology-one-right-content h2 {
        font-size: 18px;
        line-height: inherit;
        text-align: left;
        float: left;
    }

    .our-tesimonials-coment {
        text-align: center;
        width: 100%;
    }

    .testimonation-slide {
        margin-top: 20px;
    }

    .select-clients-section .clients-left h2 {
        height: auto;
        justify-content: center;
        padding: 0;
    }

    .select-clients-section .clients-right h4 {
        margin-top: 20px;
        text-align: center;
    }

    .select-clients-section .clients-right ul li {
        width: auto;
        display: inline-block;
        float: none;
    }

    .footer-top-area {
        padding: 20px 0px;
    }

    .tesimonials-cliens-right p {
        font-size: 15px;
    }

    .m-extension-btn {
        margin-top: 0;
    }

    .m-extension-btn a {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .case-study-one-left {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%;
    }

    .case-study-one-left>img {
        max-width: 200px;
    }

    .case-study-one-right {
        margin-left: 0;
        width: 100%;
    }

    .quick-links-area {
        padding: 30px 15px;
    }

    .quick-links li {
        padding-right: 0;
        width: 100%;
    }

    .quick-links li h2 {
        margin-top: 30px;
    }

    .page-products.catalog-category-view .page-main {
        padding: 20px 10px 0px 10px;
        width: 100%;
    }

    .footer-new-height-area {
        padding: 20px 10px;
    }

    .footer-bottom-link {
        margin-bottom: 0px;
    }

    .footer-lets-work-area .lets-work {
        text-align: center;
    }

    .view-footer-demo-link,
    #back-to-top.show,
    .view-footer-demo-link.active {
        opacity: 0;
        opacity: 0 !important;
        display: none !important;
        visibility: hidden !important;
    }

    .single-video iframe.mcs-pd-videos {
        min-height: auto;
    }

    .product-description-screen-shots .product-col1-left .magnify-nw {
        width: 100%;
        margin-top: 0;
    }

    .discount-section-area h2 {
        font-size: 18px;
    }

    .our-stranth-section .stranth-list {
        padding-bottom: 0;
    }

    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #ffffff;
    }

    .popup-authentication .modal-inner-wrap,
    .modal-popup.mcs-AddToCart-form .modal-inner-wrap {
        max-width: inherit;
        border: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
        padding: 0px;
    }

    .mcs-AddToCart-form .product-img-name .pop-product-img {
        margin-right: 10px;
    }

    .mcs-AddToCart-form .product-img-name .pop-product-name {
        width: 72%;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .mcs-AddToCart-form .support-period {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .mcs-AddToCart-form .additional-services {
        width: 100%;
        padding-left: 0;
    }

    .form-login .fieldset.login {
        width: 100%;
    }

    .form-login .control input {
        width: 100% !important;
    }

    .popup-authentication .modal-inner-wrap header.modal-header,
    .mcs-AddToCart-form .modal-inner-wrap header.modal-header {
        top: 6px;
        right: 10px;
    }

    .mcs-AddToCart-form .product-img-name {
        padding-bottom: 8px;
    }

    .regi-login-content .signup-popup fieldset.fieldset.create.info,
    .regi-login-content .signup-popup fieldset.fieldset.create.account {
        width: 100%;
    }

    .regi-login-content .block-customer-login .form-login .actions-toolbar,
    .regi-login-content .block-new-customer .create .actions-toolbar {
        max-width: 100%;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:600px) {

    .catalog-category-view .toolbar-products .filter-show,
    .catalog-category-view .toolbar-products .filter-sort,
    .catalog-category-view .toolbar-products .filter-verion {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .catalog-category-view .product-items li.product-item .product-item-info {
        min-height: 486px;
    }

    .catalog-category-view .product-items li.product-item {
        width: 224px;
        margin-bottom: 20px;
    }

    .page-products .sorter {
        position: inherit;
        right: 0;
    }

    .catalog-category-view .column.main {
        width: 100%;
    }

    .column.main .product-items {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .catalog-category-view .sidebar-additional,
    .sidebar.sidebar-main {
        width: 450px;
        margin: 0 auto;
        float: none;
    }

    .support-boxes {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .support-boxes li {
        width: 450px;
        margin-bottom: 65px;
    }

    .support-boxes li h2 {
        font-size: 25px;
    }

    .mobile-services-link {
        width: 450px;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .mobile-services-link li {
        max-width: 46%;
        margin-top: 20px;
        margin-right: 5px;
        margin-left: 5px;
        padding-right: 0;
    }

    .establish-area li {
        width: 32%;
        min-height: 82px;
    }

    .extinsion-listing li {
        margin-bottom: 10px;
        min-height: 60px;
    }

    .extinsion-listing li a {
        font-size: 12px;
    }

    .integrate-list-area .integrate-api-listing {
        width: 100%;
        padding: 10px;
        min-height: inherit;
    }

    .integrate-api-listing li {
        line-height: inherit;
        font-size: 15px;
    }

    .main-footer-partners .bx-wrapper {
        margin: 0 auto;
        width: 450px;
    }

    .select-clients-section .main-footer-partners .bx-wrapper .bx-viewport {
        width: 88% !important;
    }

    .migration-listing-area {
        width: 100%;
    }

    .development-process-listing {
        margin-top: 10px;
    }

    .development-process-listing li {
        margin-bottom: 20px;
    }

    .process-content-right .methodology-list li {
        margin: 0;
        line-height: inherit;
        font-size: 15px;
    }

    .development-process-listing li:before {
        width: 80px;
        height: 80px;
        border: 10px solid #ddd;
    }

    .development-process-listing li .process-content-right h3 {
        margin-bottom: 20px;
        margin-top: 16px;
    }

    .development-process-listing li .process-count-left:before {
        background-position: -10px center;
        background-size: 122px;
    }

    .contact-section-area .contact-right-area,
    .contact-section-area .contact-left-area {
        width: 100%;
    }

    .contact-right-area .contact-box {
        min-height: inherit;
    }

    .contact-detail-left {
        width: 45%;
        padding-right: 10px;
    }

    .contact-detail-right {
        width: 55%;
    }

    .our-portfilio li {
        width: 225px;
        margin-bottom: 10px;
    }

    .our-portfilio li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .our-portfilio li:nth-child(2n+1) {
        margin-left: 0;
    }

    .inner-banner-content-right a {
        margin-bottom: 10px;
    }

    .reasons-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .reasons-right {
        width: 100%;
        padding-left: 0px;
    }

    .future-upgradeable-section .future-upgradeable-left,
    .future-upgradeable-section .future-upgradeable-right {
        width: 100%;
        padding: 30px 15px;
        min-height: auto;
    }

    .future-upgradeable-section .future-upgradeable-left img {
        text-align: left;
        float: left;
    }

    .future-upgradeable-section .future-upgradeable-left h3,
    .future-upgradeable-section .future-upgradeable-left h4,
    .future-upgradeable-section .future-upgradeable-left p {
        max-width: auto;
        float: left;
        text-align: left;
    }

    .pro-active-left h3 {
        font-size: 18px;
        line-height: inherit;
    }

    .services-text {
        width: 100%;
    }

    .stranth-support {
        padding: 30px 0px 0px 0px
    }

    .stranth-support h2 {
        font-size: 22px;
    }

    .main-footer-partners .mcts1 .slide {
        width: 125px !important;
    }

    .cart-container button#empty_cart_button,
    .cart-container button.mcs-btn-3 {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .our-stranth-one-right .stanth-img,
    .our-stranth-one-right .stranth-flat,
    .stranth-sell {
        margin-top: -15px;
        width: 100%;
        float: none;
    }

    .main-tooltip-offer {
        top: 30px;
    }

    .combo-offer li {
        width: 45%;
        margin: 10px;
    }

    .combo-offer li:nth-child(3n+1) {
        margin-left: 10px;
    }

    .combo-offer li:nth-child(2n+1) {
        margin-left: 0 !important;
    }

    .combo-offer li:nth-child(2n+2) {
        margin-right: 0;
    }

    .combo-offer li:nth-child(3n+3) {
        margin-right: 10px;
    }

    .combo-offer li:nth-child(2n+1) {
        margin-left: 0 !important;
    }

    .dis-view-videos .youtub-video li {
        width: 50%;
    }

    .dis-view-videos .youtub-video li:nth-child(3n+1) {
        padding-left: 1%;
    }

    .dis-view-videos .youtub-video li:nth-child(3n+3) {
        padding-right: 1%;
    }

    .dis-view-videos .youtub-video li:nth-child(2n+1) {
        padding-left: 0;
    }

    .dis-view-videos .youtub-video li:nth-child(2n+2) {
        padding-right: 0;
    }

    .extension-view li,
    .featured-magento-extensions-block ul li {
        width: 100%;
        padding-right: 0;
    }

    .trusted-section-block-area .testimonials-title-left {
        width: 32%;
    }

    .trusted-section-block-area .testimonials-title-right {
        width: 68%;
    }
}

@media only screen and (min-device-width:601px) and (max-device-width:767px) {
    .catalog-category-view .toolbar-products .filter-sort {
        width: 35%;
        position: relative;
        margin-bottom: 20px;
    }

    .catalog-category-view .toolbar-products .filter-verion {
        width: 34%;
        position: relative;
        margin-bottom: 20px;
    }

    .catalog-category-view .toolbar-products .filter-show {
        width: 24%;
        position: relative;
        margin-bottom: 20px;
    }

    .catalog-category-view .product-items li.product-item {
        width: 280px;
        margin-bottom: 20px;
    }

    .future-point {
        min-height: 60px;
    }

    .page-products .sorter {
        position: inherit;
        right: 0;
    }

    .catalog-category-view .column.main {
        width: 100%;
    }

    .column.main .product-items {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .catalog-category-view .sidebar-additional,
    .sidebar.sidebar-main {
        width: 580px;
        margin: 0 auto;
        float: none;
    }

    .support-boxes {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .support-boxes li {
        width: 580px;
        margin-bottom: 65px;
    }

    .support-boxes li h2 {
        font-size: 25px;
    }

    .product-item-actions {
        display: inherit;
    }

    .mobile-services-link {
        width: 100%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .mobile-services-link li {
        max-width: 22%;
        margin-top: 20px;
        margin-right: 5px;
        margin-left: 5px;
        padding-right: 0;
        vertical-align: top;
    }

    .mobile-services-link li img {
        width: 55px;
    }

    .mobile-services-link li a {
        font-size: 14px;
        line-height: inherit;
    }

    .establish-area li {
        width: 32%;
        min-height: 105px;
    }

    .extinsion-listing li {
        margin-bottom: 10px;
        min-height: 62px;
    }

    .future-upgradeable-section .future-upgradeable-left,
    .future-upgradeable-section .future-upgradeable-right {
        min-height: 440px;
    }

    .future-upgradeable-section .future-upgradeable-left {
        padding: 30px 30px 30px 0px;
    }

    .future-upgradeable-section .future-upgradeable-right {
        padding: 30px 0px 30px 30px;
    }

    .migration-listing-area {
        width: 94%;
    }

    .main-footer-partners .bx-wrapper {
        margin: 0 auto;
        width: 570px;
    }

    .select-clients-section .main-footer-partners .bx-wrapper .bx-viewport {
        width: 89% !important;
    }

    .development-process-listing {
        margin-top: 10px;
    }

    .development-process-listing li {
        margin-bottom: 20px;
    }

    .process-content-right .methodology-list li {
        margin: 0;
        line-height: inherit;
        font-size: 15px;
    }

    .development-process-listing li .process-count-left:before {
        background-position: 5px center;
    }

    .contact-section-area .contact-left-area,
    .contact-section-area .contact-right-area {
        width: 100%;
    }

    .our-portfilio li {
        width: 260px;
    }

    .our-portfilio li:nth-child(2n+2) {
        margin-right: 0px;
    }

    .our-portfilio li:nth-child(2n+1) {
        margin-left: 0;
    }

    .call-us-right::before {
        bottom: -1px;
    }

    .pro-active-left {
        width: 62%;
    }

    .pro-active-right {
        width: 38%;
    }

    .review-form {
        margin: 0 auto;
    }

    .services-text {
        width: 100%;
    }

    .main-footer-partners .mcts1 .slide {
        width: 162px !important;
    }

    .main-tooltip-offer {
        top: 56px;
    }

    .combo-offer li {
        width: 30%;
        margin: 10px;
    }

    .extension-view li,
    .featured-magento-extensions-block ul li {
        width: 50%;
        padding-right: 0;
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:767px) {
    .mobile-slider .mcs-services span {
        padding: 6px 15px;
    }

    .retail-search-pro-area .slick-list {
        width: 88%;
    }

    .quick-links li {
        width: 48%;
    }

    .portfolio-img-section {
        width: 450px;
    }

    .portfolio-img-section li .port-image {
        min-height: 262px;
    }

    .portfolio-img-section li .icon-hover {
        line-height: 336px;
    }

    .portfolio-img-section li .view-more a.mcs-btn-5 {
        top: 120px;
    }

    .our-work-section li h2 {
        font-size: 28px;
    }

    .our-work-section li p {
        font-size: 15px;
        letter-spacing: initial;
    }

    .integration-left {
        width: 50%;
    }

    .we-are-quick .integration-left h3 {
        font-size: 20px;
        line-height: 28px;
        width: 70%;
        padding-top: 15px;
    }

    .we-are-quick .integration-right {
        padding: 30px;
        width: 65%;
    }

    .support-plans li {
        width: 90%;
        margin: 30px 0 0 0;
    }

    .catalog-category-view .product-items li.product-item .product-item-info {
        padding: 10px;
    }

    .catalog-category-view .product-items li.product-item:nth-child(2n+1) {
        margin-left: 0;
        margin-right: 1.1234567890%;
    }

    .catalog-category-view .product-items li.product-item:nth-child(2n+2) {
        margin-right: 0;
        margin-left: 1.1234567890%;
    }

    .view-image-future .container,
    .view-screen-shot .container,
    .view-product-description .container,
    .view-why-our-extension .container,
    .installation-support-section .container {
        width: 460px !important;
    }

    .view-image-future .product.media {
        margin-bottom: 20px;
        width: 100%;
    }

    .view-image-future .product-add-form {
        width: 100%;
    }

    .view-screenshot,
    .view-document {
        margin-bottom: 30px;
    }

    .view-screen-shot .screen-document {
        width: 100%;
        padding-right: 0;
    }

    .slick-list {
        width: 100%;
    }

    .grandchild {
        width: 48%;
    }

    .screen-box .grandchild:nth-child(1) {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .screen-box .grandchild:nth-child(5) {
        margin-left: 10px;
    }

    .screen-box .grandchild .search-hover {
        height: 100%;
        width: 100%;
    }

    .tab-btn-area a {
        font-size: 17px;
    }

    .view-document li a {
        font-size: 16px;
        padding: 32px 0;
    }

    .view-videos {
        width: 100%;
    }

    .pro-title:after {
        display: none;
    }

    .product-description-listing li {
        padding: 30px 10px;
        min-height: auto;
    }

    .product-description-listing li .product-col2-left {
        padding-right: 0;
        width: 100%;
    }

    .product-description-listing li .product-col2-right {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }

    .product-description-listing li .product-col1-left {
        padding-right: 0;
        text-align: left;
        width: 100%;
    }

    .product-description-listing li .product-col1-right {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }

    .magento-services-area {
        padding: 30px 0 0;
    }

    .magento-services-area li {
        padding-bottom: 30px;
        width: 100%;
    }

    .magento-services-area li:last-child {
        padding-bottom: 0;
    }

    .magento-support-area li {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%;
    }

    .magento-services-area li .ms-left-img img {
        max-width: 75px;
    }

    .magento-support-area li .m-support-left-img {
        width: 100%;
    }

    .magento-support-area li .ms-left-content {
        min-width: 100%;
        text-align: center;
    }

    .magento-support-area li .ms-left-content h3 {
        padding-left: 0;
    }

    .view-review-section .view-left-review {
        margin-top: 20px;
        padding-right: 0;
        width: 100%;
        text-align: left;
    }

    .view-review-ONE .view-total-review-count .re-rate li a span {
        width: 20%;
    }

    .view-review-ONE .view-total-review-count .re-rate li a .bar {
        width: 72%;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .label {
        width: 26%;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .control {
        width: 58%;
    }

    .view-review-form .block-content .review-form .review-fieldset .field.review-field-nickname.required {
        padding-right: 0;
        width: 100%;
    }

    .view-review-form .block-content .review-form .review-fieldset .field.review-field-summary.required {
        padding-left: 0;
        width: 100%;
    }

    .actions-toolbar.review-form-actions .mcs-btn-7 {
        margin-bottom: 10px;
        margin-top: 5px;
        width: 100%;
    }

    .installation-support-content .mcs-btn-3 {
        margin-bottom: 15px;
        width: 100%;
    }

    .stranth-flat {
        margin-top: -30px;
        position: relative;
    }

    .footer-new-height-area {
        padding: 30px 10px !important;
    }

    .footer-top-area ul {
        margin: 0 auto;
        width: 92%;
    }

    .footer-top-area ul h2 {
        font-size: 45px;
    }

    .footer-top-area ul p {
        font-size: 12px;
    }

    .footer-new-height-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-new-height-area h2 {
        font-size: 30px;
        line-height: 35px;
        width: 100%;
    }

    .new-height-listing li {
        padding-left: 60px;
        padding-right: 5px;
        width: 49%;
    }

    .top-renked-img img {
        margin-right: 0;
        padding: 0 10px;
        width: 32%;
    }

    .footer-new-height-right {
        width: 100%;
    }

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

    .footer-contact-info li {
        margin-bottom: 10px;
        padding-left: 30px;
        width: 48%;
    }

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

    .footer-socials li {
        display: inline-block;
        float: none;
    }

    .footer-lets-work-area .lets-work span {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .footer-lets-work-area .lets-work .mcs-btn-5 {
        display: inline-block;
        float: none !important;
    }

    .footer-bottom-link {
        float: none;
        margin: 0 auto;
        padding: 0 10px;
        width: 450px;
    }

    .footer-bottom-link li {
        margin-bottom: 12px;
    }

    .footer-bottom-link li:nth-child(3) {
        border-right: medium none;
    }

    .footer-bottom-link li:nth-child(5) {
        border-right: medium none;
    }

    .footer {
        width: 100%;
    }

    .view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media only screen and (min-device-width:992px) and (max-device-width:1024px) {
    .services-list li {
        margin-bottom: 0;
        min-height: 143px;
    }

    .work-time-list .work-time-box {
        min-width: 140px;
    }

    .or-text {
        margin-left: 5px;
        margin-right: 5px;
    }

    .contact-right-area .your-em {
        width: 52%;
    }

    .my-navbar .navbar-default {
        float: right;
    }

    .methodology-boxes li {
        width: 147px;
        min-height: 108px;
        min-width: 23.5%;
    }

    .methodology-boxes li i {
        font-size: 35px;
    }

    .menu-top-area li.menu-top-left,
    .menu-top-area li.menu-top-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .last-box h3 {
        margin-bottom: 15px;
        line-height: inherit;
        font-size: 20px;
    }

    .last-box p {
        margin-bottom: 15px;
        line-height: inherit;
    }

    .menu-top-area li.menu-top-box {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 364px;
    }

    .future-point {
        min-height: 60px;
    }

    .menu-header-area .ebook-sale {
        left: 27%;
        width: 140px;
    }

    .welcome-one-list .welcome-one-list-left {
        width: 51%;
    }

    .welcome-one-list .welcome-one-list-left ul li {
        padding-left: 24px;
        margin-bottom: 16px;
        font-size: 15px;
    }

    .welcome-one-list .welcome-one-list-left ul li:before {
        font-size: 14px;
    }

    .welcome-one-list .welcome-one-list-right h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .welcome-one-list .welcome-one-list-left:before {
        display: none;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

    .block-box,
    .focused-block {
        max-height: 129px
    }

    .block-box p {
        font-size: 10px;
    }

    .reasons-list span {
        font-size: 10px;
    }

    .mcs-inner-banner .mcs-inner-left {
        padding: 0 0 20px 0;
    }

    .mcs-inner-banner .mcs-inner-right {
        padding: 30px 20px;
    }

    .sticky-header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .gift-img-area {
        display: none;
    }

    .sticky-header-left {
        width: 100%;
        text-align: center;
    }

    .sticky-header-left .sticky-title-text {
        line-height: 28px;
        font-size: 12px;
    }

    .listing2 {
        padding-bottom: 10px;
    }

    .listing2 .head_listing {
        padding-top: 10px;
        margin-bottom: 0;
    }

    .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .my-logo {
        text-align: center;
        width: 100%;
        padding: 20px 0 0 0;
    }

    .my-navbar {
        padding-left: 0 !important;
        text-align: center;
    }

    .my-navbar .navbar-default {
        display: table;
        margin: 0 auto;
        text-align: center;
    }

    .my-navbar .navbar-collapse {
        padding-right: 0;
    }

    .my-navbar-nav>li>a {
        line-height: 47px !important;
        padding: 16px 12px !important;
    }

    .my-cart .minicart-wrapper {
        top: 26px;
    }

    .my-navbar-nav {
        float: none !important;
    }

    .my-navbar .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-bottum-listing {
        width: 100%;
    }

    .menu-bottum-listing>li {
        padding: 0 4px;
        width: 19%;
    }

    .menu-bottum-listing>li>.mb-content img {
        width: 30px;
    }

    .menu-bottum-listing>li>.mb-content span {
        font-size: 13px;
        padding-left: 8px;
    }

    .hire-dedicated-developers,
    .services-new,
    .magento-responsive-theme,
    .magento-2-development-seven-reasons,
    .call-us-area,
    .portfolio-section,
    .retail-search-area,
    .magento-2-development-ecommerce-store,
    .magento-responsive-mobile,
    .helps-you-take,
    .magento-2-development-servies-by,
    .integration-list-area li,
    .customers-constantly-area,
    .dedicated-magento-team-section,
    .price-table-section,
    .theme-conversion-services,
    .solutions-every-problem,
    .trusted-section-block-area,
    .our-inclusions-section,
    .our-strength-section,
    .ecommerce-web-store-section,
    .magento-2-development-our-workflow,
    .custom-api-section,
    .call-us-section,
    .what-we-do-section,
    .methodology-process-section,
    .contact-section-area,
    .growth-benefits-section,
    .job-for-you-section,
    .cat-banner-area,
    .welcome-section,
    .ideas-services-section,
    .our-stranth-section,
    .portfolio-section-area,
    .methedology-section,
    .our-tesimonials-section,
    .home-retial-section,
    .select-clients-section,
    .case-study-section,
    .magento-2-development-solutions,
    .current-openings-section,
    .discount-section-area,
    .featured-magento-extensions-block,
    .mob-des.pro-details-our-extension-section,
    .mcs-blog {
        padding: 30px 0;
    }

    .cms-magento-security-audit .price-table-section.support-package-table {
        padding-top: 30px;
    }

    section#move-to-bottom {
        padding-top: 70px;
    }

    .hire-developer-support-section h2.new-title {
        font-size: 30px;
    }

    .our-portfilio-section,
    .view-product-description,
    .installation-support-area,
    .related-roduct-section {
        padding: 30px 0px;
    }

    .our-portfilio li {
        width: 32%;
    }

    .our-portfilio li:nth-child(3n+3) {
        margin-right: 0;
        margin-right: 0.5%;
    }

    .our-portfilio li:nth-child(4n+4) {
        margin-right: 0.5%;
    }

    .our-portfilio li:nth-child(3n+4) {
        margin-left: 0;
    }

    .our-portfilio li:nth-child(4n+5) {
        margin-left: 0.5%;
    }

    .our-tickets-section {
        padding: 30px 0px 60px 0px;
    }

    .theme-design-integration2 .reasons-left .deco-text {
        font-size: 28px;
    }

    .establish-area li {
        width: 31%;
    }

    .your-em {
        width: 100%;
        margin-top: 10px;
    }

    .inner-banner-content-right .mcs-btn-2,
    .inner-banner-content-right .mcs-btn-8 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .magento-responsive-theme .magento-2-development-right .mcs-btn-1,
    .magento-ecommerce-discovery-left .mcs-btn-1 {
        padding: 8px;
        font-size: 14px;
    }

    .magento-module-development {
        padding: 0px;
        position: relative;
        overflow: hidden;
        background: #1c1c1c;
    }

    .magento-module-development .magento-2-development-left {
        width: 100%;
        z-index: 3;
        position: relative;
        padding: 40px 0px;
    }

    .magento-module-development .magento-2-development-right {
        width: 100%;
        position: absolute;
        opacity: 0.2;
        z-index: 1;
        min-height: 100%;
        background-position: 100% 100%;
        background-repeat: no-repeat;
        padding: 0px;
    }

    .magento-module-development .magento-2-development-right .magento-black-icon {
        top: 35%;
    }

    .servies-by-right,
    .ecommerce-website-development .servies-by-right {
        padding-left: 40px;
    }

    .solutions-every-problem-left {
        width: 100%;
    }

    .support-package-section,
    .website-check-ups,
    .let-tocus-section {
        background: #ffffff;
        position: relative;
        overflow: hidden;
    }

    .support-package-section .magento-2-development-left,
    .website-check-ups .magento-2-development-left,
    .let-tocus-section .magento-2-development-left {
        padding: 0px;
        position: relative;
        z-index: 3;
        width: 100%;
    }

    .support-package-section .magento-2-development-right,
    .website-check-ups .magento-2-development-right,
    .let-tocus-section .magento-2-development-right {
        position: absolute;
        width: 100%;
        opacity: 0.2;
        z-index: 2;
        min-height: initial;
        left: 0;
        right: 0;
        height: 100%;
    }

    .price-table-section .table-responsive {
        margin-top: 30px;
    }

    .customized-modification .fa.fa-quote-left,
    .customized-modification .fa.fa-quote-right {
        font-size: 80px;
    }

    .custom-packages-left {
        width: 65%;
    }

    .custom-packages-right {
        width: 35%;
    }

    .testimonials-title-left {
        width: 42%;
    }

    .testimonials-title-right {
        float: right;
        width: 55%;
    }

    .we-are-quick .integration-right {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .support-plans-section .new-title,
    .support-plans-section h3,
    .support-plans-section p {
        width: 100%;
    }

    .support-package-table .my-price-table thead tr th:first-child {
        width: initial !important;
    }

    .e-store-box p {
        font-size: 18px;
        line-height: 28px;
    }

    .innter-title span {
        display: none;
    }

    .pay-method img {
        max-width: 50px !important;
    }

    .web-services .servies-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .migration-listing-area {
        width: 75%;
    }

    .development-testing-listing li {
        width: 100%;
    }

    .customimage .inner-banner-content .inner-banner-content-right {
        padding: 15px;
    }

    .inner-banner-content-left h4,
    .inner-banner-content-right h4 {
        font-size: 16px !important;
        line-height: inherit;
    }

    .customimage .head_listing {
        padding-left: 15px;
    }

    .head_listing>li {
        font-size: 14px;
        line-height: 24px;
    }

    .development-process-listing li .process-count-left:before {
        background-position: 40px center;
    }

    .extinsion-listing li {
        min-height: 60px;
    }

    .ecommerce-website-development .servies-by-left,
    .ecommerce-website-development .servies-by-right {
        width: 700px;
        margin: 0 auto;
    }

    .dedicated-team-listing li {
        font-size: 15px;
        line-height: inherit;
        min-height: auto;
        padding-bottom: 20px;
    }

    .my-price-table tbody tr td {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .our-work-section li h2 {
        font-size: 40px;
    }

    .our-work-section li p {
        font-size: 10px;
    }

    .support-plans li {
        width: 90%;
    }

    .inner-banner-content-left.text-center {
        padding-right: 20px;
    }

    .magento-2-development-right .stranth-sell p,
    .magento-2-development-right .stranth-flat p {
        line-height: 22px;
        font-size: 15px;
    }

    .creating-magento-theme .servies-by-left,
    .creating-magento-theme .servies-by-right,
    .our-dedicated-magento-team .servies-by-left,
    .our-dedicated-magento-team .servies-by-right,
    .interacting-selling .servies-by-left,
    .interacting-selling .servies-by-right,
    .servies-by-left,
    .servies-by-right,
    .continuously-section .servies-by-left,
    #mconnectservice.magento-2-development-servies-by .servies-by-left,
    #mconnectservice.magento-2-development-servies-by .servies-by-right {
        width: 100%;
    }

    .integrate-list-area .integrate-api-listing {
        padding-left: 8px;
        padding-right: 8px;
        min-height: 266px;
    }

    .integrate-api-listing li {
        line-height: 26px;
        font-size: 14px;
    }

    .growth-benefits-section .growth-one {
        width: 100%;
        text-align: center;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .growth-benefits-section .growth-two {
        width: 100%;
        margin-bottom: 30px;
    }

    .growth-benefits-section .growth-three {
        width: 100%;
        text-align: center;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .growth-benefits-section .growth-one p,
    .growth-benefits-section .growth-three p {
        margin-bottom: 2px;
    }

    .current-openings-left {
        padding-right: 10px;
    }

    .current-openings-right {
        padding-left: 10px;
    }

    .current-openings-box ul li {
        font-size: 15px;
    }

    .career-form li:nth-child(2n) {
        padding-left: 10px;
    }

    .career-form li:nth-child(2n+1) {
        padding-right: 10px;
    }

    .page-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    .welcome-one-left h2 {
        width: 100%;
        font-size: 26px;
        line-height: initial;
    }

    .welcome-one-list .welcome-one-list-left {
        margin-top: 18px;
        width: 58%;
    }

    .welcome-one-list .welcome-one-list-left ul li {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 16px;
        padding-left: 30px;
    }

    .welcome-one-list .welcome-one-list-right {
        width: 40%;
    }

    .welcome-one-list .welcome-one-list-right h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .portfolio-section-area .container {
        margin: 0 auto;
        width: 750px;
    }

    .item a .lazyOwl {
        min-width: 97%;
    }

    .portfolio-img-section {
        float: none;
        margin: 0 auto;
        width: 750px;
    }

    .portfolio-img-section li {
        margin: 0 1% 2%;
        width: 30.97%;
    }

    .portfolio-img-section li .icon-hover {
        line-height: 370px;
    }

    .portfolio-img-section li .port-image {
        min-height: 294px;
    }

    .portfolio-img-section li .view-more a.mcs-btn-5 {
        top: 126px;
    }

    .services-text {
        padding-left: 10px;
        width: 79%;
    }

    .our-stranth-one-left {
        width: 52%;
    }

    .our-stranth-one-right {
        width: 46%;
    }

    .our-stranth-one-right img {
        float: left;
        margin: 0;
        padding: 0;
    }

    .stranth-flat {
        padding: 20px;
        width: 100%;
    }

    .stranth-sell {
        padding: 15px 20px;
        width: 100%;
        margin-top: 0px;
    }

    .stranth-sell img {
        float: none;
    }

    .main-footer-partners .mcts1 .slide {
        width: 210px !important;
    }

    .our-tesimonials-section .container {
        margin: 0 auto;
        width: 750px;
    }

    .methedology-section .container {
        margin: 0 auto;
        width: 750px;
    }

    .methedology-one-left h2 {
        width: 100%;
    }

    .testimonation-slide ul {
        width: 100%;
    }

    .arrow-area {
        margin-top: 0px;
    }

    .slider-content {
        margin-bottom: 20px;
    }

    .inner-banner-content-left.text-left {
        padding-right: 10px;
    }

    .customimage .inner-banner-content .inner-banner-content-left {
        padding: 20px 0px;
    }

    .customimage {
        min-height: auto;
        padding: 30px 10px;
        background-position: center;
    }

    .customimage h1 {
        font-size: 20px;
        line-height: inherit;
    }

    .customimage p,
    section p,
    .magento-responsive-mobile h3,
    .customimage .inner-banner-content .inner-banner-content-right p,
    .servies-by-left p,
    .ecommerce-store-left p,
    .ecommerce-store-left h2:last-child,
    .interacting-selling .servies-by-right h3 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px !important;
        padding-bottom: 0;
        font-weight: inherit;
    }

    .new-title,
    .servies-by-left h2,
    .call-us-section h3,
    .ii-title,
    .ts-title,
    .theme-design-integration .new-title,
    .magento-2-development-seven-reasons .new-title,
    .theme-design-integration-left h2,
    .theme-design-integration-right h2,
    .ecommerce-store-left .new-title,
    .integration-right h2,
    .our-stranth-one-left h2 {
        line-height: inherit;
        font-size: 28px;
        padding-bottom: 20px;
    }

    .main-slider-text h2 {
        line-height: inherit;
        font-size: 28px;
        margin-bottom: 0px;
    }

    .cc-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .stranth-list {
        padding-bottom: 20px;
    }

    .our-tesimonials-section .home-title {
        padding-bottom: 40px;
    }

    .testimonation-slide {
        margin-top: 20px;
    }

    .home-title {
        padding-bottom: 40px;
        font-size: 28px;
    }

    .select-clients-section h5 {
        padding-bottom: 20px;
    }

    .services-icon .services-icon {
        display: none;
    }

    .minicart-wrapper .counter-number,
    .minicart-wrapper .counter-number:focus {
        font-size: 10px;
        line-height: 10px;
        height: 10px;
    }

    .ecommerce-store-right .actions-toolbar {
        text-align: left;
    }

    .ecommerce-store-right .actions-toolbar input#submitter {
        margin-bottom: 0;
    }

    .ecommerce-store-right .actions-toolbar .or-text {
        display: none !important;
    }

    .footer-new-height-area {
        padding-top: 30px;
    }

    .footer-top-area {
        padding: 20px 0px;
    }

    .mobile-services-link {
        margin: 0 auto;
        text-align: center;
    }

    .helps-you-take p {
        font-size: 25px;
        line-height: inherit;
        margin-bottom: 20px;
        max-width: 100%;
    }

    .sb-listing li {
        font-size: 15px;
    }

    .home-retial-section .container {
        margin: 0 auto;
        width: 750px;
    }

    .retail-search-pro-box:first-child {
        margin-left: 8px;
    }

    .retail-search-pro-box {
        width: 47.7%;
        margin-bottom: 15px;
    }

    .retail-search-pro-box:last-child {
        margin-right: 8px;
    }

    .case-study-section .container {
        margin: 0 auto;
        width: 750px;
    }

    .case-study-one-left {
        width: 34%;
    }

    .case-study-one-right {
        width: 64%;
    }

    .case-study-one-right h2 {
        font-size: 20px;
        line-height: inherit;
    }

    .quick-links-area .container {
        margin: 0 auto;
        width: 750px;
    }

    .quick-links li:first-child {
        margin-left: 6px;
    }

    .quick-links li {
        padding-right: 0px;
        width: 48%;
    }

    .quick-links li:last-child {
        margin-right: 6px;
    }

    .footer-new-height-area .container {
        margin: 0 auto;
        width: 750px;
    }

    .footer-new-height-area h2 {
        font-size: 32px;
        line-height: 38px;
        width: 90%;
    }

    .footer-new-height-left {
        padding-right: 10px;
        width: 67%;
    }

    .new-height-listing li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 22px;
    }

    .top-renked-img img {
        margin-right: 15px;
        width: 30%;
    }

    .theme-design-integration-left,
    .theme-design-integration-right {
        min-height: 305px;
    }

    .mobile-services-link li {
        max-width: 178px;
    }

    .mobile-services-link li a {
        font-size: 16px;
    }

    .servies-by-left:after {
        display: none;
    }

    .magento-2-development-right .stranth-flat {
        margin-top: -26px;
        width: 100%;
        position: inherit;
    }

    .magento-2-development-right .stranth-sell {
        width: 100%;
        position: inherit;
        margin-top: 0;
    }

    .future-upgradeable-section .future-upgradeable-left,
    .future-upgradeable-section .future-upgradeable-right {
        min-height: 424px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contact-detail-left {
        width: 45%;
        padding-right: 10px;
    }

    .contact-detail-right {
        width: 55%;
    }

    .customers-constantly {
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    #mobile-slider .slick-list.draggable {
        width: 100%;
    }

    #mobile-slider img {
        max-width: inherit;
        min-width: inherit;
        max-height: inherit;
        min-height: inherit;
        width: auto;
        margin: 0 auto;
        border: none;
    }

    #mobile-slider .slick-dots li {
        margin: 0px;
        width: 22px;
        height: 22px;
        padding: 0px;
    }

    #mobile-slider .slick-dots li button {
        background: #d5d5d5;
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 100%;
    }

    #mobile-slider .slick-dots li button:before {
        display: none;
    }

    #mobile-slider .slick-dots li.slick-active button {
        background: #172d45;
    }

    #mcs-loginForm .fieldset.login,
    .mcs-forgetpassword-form-slide .mcs-forget-password-form-success-hide .fieldset {
        width: 90%;
        margin: 0 auto;
    }

    .mcs-forgetpassword-form-slide .form.password.forget {
        min-width: 100%;
    }

    .modal-slide .modal-inner-wrap .modal-content .form-create-account .actions-toolbar,
    .modal-slide .modal-inner-wrap .modal-content .form-create-account .create {
        width: 90%;
        margin: 0 auto;
    }

    #mcs-forget-password-form-validate #email_address {
        width: 85%;
        margin-bottom: 10px;
    }

    #mcs-loginForm .mcs-login-popup-last {
        margin-top: 10px;
    }

    .mcs-login-popup-last .cus-mcs-login-btn {
        width: 100%;
        float: left;
        text-align: center;
    }

    .mcs-login-popup-last .cus-mcs-login-btn a {
        width: 100%;
    }

    .cms-about-us .head_listing {
        margin-bottom: 0px;
    }

    .modal-popup.modal-slide {
        left: 0;
    }

    .tecnical_popup_content .modal-inner-wrap,
    .enhance_popup_content .modal-inner-wrap {
        height: auto !important;
    }

    .cart-section .form-cart .mcs-btn-6,
    .cart-section .form-cart .mcs-btn-3 {
        padding: 10px 16px;
    }

    .cart-container .product-image-container {
        width: 100px !important;
    }

    .my-price-table {
        margin-top: 40px;
    }

    .catalog-category-view .toolbar-products .filter-sort {
        width: 35%;
        position: relative;
    }

    .catalog-category-view .toolbar-products .filter-verion {
        width: 34%;
        position: relative;
    }

    .catalog-category-view .toolbar-products .filter-show {
        width: 24%;
        position: relative;
    }

    .page-products .sorter {
        position: inherit;
        right: 0;
    }

    .column.main .product-items {
        margin-left: 0px;
        text-align: center;
    }

    .catalog-category-view .product-items li.product-item {
        width: 48.5%;
    }

    .catalog-category-view .product-items li.product-item:nth-child(2n+1) {
        margin-left: 0;
        margin-right: 1.1234567890%;
    }

    .catalog-category-view .product-items li.product-item:nth-child(2n+2) {
        margin-right: 0;
        margin-left: 1.1234567890%;
    }

    .custom-breadcrumbs a {
        padding: 20px 0px 20px 25px;
    }

    .my-breadcrumb>li {
        padding-right: 3px;
    }

    .my-breadcrumb>li+li::before {
        width: 10px;
        background-position: -15px 5px;
        margin-right: 5px;
    }

    .view-image-future .featue-extension li {
        font-size: 15px;
        line-height: 22px;
    }

    .customers-constantly li p {
        font-size: 15px;
        line-height: inherit;
    }

    .blog-post-list li a {
        font-size: 15px;
    }

    .retail-search-pro-area .slick-list {
        width: 90%;
    }

    .ideas-servicer-one-left {
        width: 100%;
        margin-right: 0;
    }

    .ideas-servicer-one-left h2 {
        padding-bottom: 40px;
    }

    .ideas-servicer-one-right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .our-stranth-one-right .stanth-img {
        margin-bottom: 0px;
    }

    .stranth-support {
        width: 100%;
        padding-left: 0px;
    }

    .product-description-screen-shots li {
        padding: 20px;
    }

    .product-description-screen-shots li h2,
    .product-description-screen-shots li h2 {
        font-size: 18px;
        line-height: inherit;
        margin: 0;
    }

    .description-title,
    .description-title2 {
        font-size: 22px;
        padding-bottom: 40px;
    }

    .description-title::after,
    .description-title2::after {
        top: 35px;
    }

    .sections.nav-sections,
    .page-title-wrapper {
        display: none;
    }

    .user-guide-left {
        width: 64%;
    }

    .pro-active-left h3 {
        font-size: 18px;
        line-height: inherit;
    }

    .user-guide-right {
        width: 33%;
        text-align: center;
        margin-top: 20px;
        background: transparent;
        padding: 0px;
    }

    .user-guide-icon {
        width: 100%;
    }

    .user-guide-content {
        margin-left: 0;
        width: 100%;
    }

    .user-guide-right h2 {
        margin-left: 0px;
        text-align: center;
    }

    .user-guide-right a {
        padding: 12px 40px;
        float: none;
    }

    .user-guide-listing li {
        width: 32%;
        clear: both;
        text-align: center;
    }

    .magento-services-listing li {
        float: left;
        padding: 0px 10px;
    }

    .our-extension-section {
        padding: 30px 0px 10px;
    }

    .view-review-section .view-left-review {
        width: 40%;
    }

    .product-description-screen-shots p {
        font-size: 15px;
        line-height: inherit;
    }

    .support-left-area,
    .support-right-area {
        width: 100%;
        padding: 0px 8px;
    }

    .view-review-section {
        padding: 30px 0;
    }

    .installation-support-area .container:after,
    .support-left-area:after {
        display: none;
    }

    .description-title2:after {
        top: 15px;
        position: relative;
    }

    .product-short-description p {
        color: #333;
        font-size: 14px;
        line-height: 25px;
    }

    #back-to-top {
        bottom: 10px;
        right: 10px;
    }

    .description-block ul.stranth-list li {
        padding: 0px;
    }

    .product-description-screen-shots img {
        width: 100%;
    }

    .slick-next {
        right: 0;
    }

    .cat-banner-area h1 {
        line-height: 1;
    }

    .view-image-future,
    .installation-support-section,
    .view-review-section,
    .view-why-our-extension,
    .view-product-description .parent-div-background,
    .view-screen-shot,
    .mconnect-slider {
        padding: 30px 0;
    }

    .slick-list {
        width: 100%;
    }

    .grandchild {
        width: 28%;
    }

    .screen-box .grandchild .search-hover {
        width: 100%;
    }

    .grandchild {
        width: 46.8%;
    }

    .product-description-listing li {
        min-height: auto;
        padding: 60px 0;
    }

    .magento-support-area {
        margin-top: 20px;
    }

    .magento-services-area li .ms-left-img img {
        max-width: 75px;
    }

    .magento-services-area li .ms-left-content {
        padding-right: 0;
    }

    .magento-services-area li .ms-left-content h4 {
        font-size: 16px;
    }

    .magento-support-area li .m-support-left-img {
        height: 100px;
        width: 100%;
    }

    .magento-support-area li .ms-left-content {
        height: 90px;
        min-width: 100%;
        text-align: center;
    }

    .magento-support-area li .ms-left-content h3 {
        font-size: 18px;
        line-height: 90px;
        padding-left: 0;
    }

    .view-review-ONE .view-total-review-count .re-rate li a span {
        width: 20%;
    }

    .view-review-ONE .view-total-review-count .re-rate li a .bar {
        width: 70%;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .label {
        width: 30%;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .control {
        width: 58%;
    }

    .view-review-form .block-content .review-form .review-fieldset .field.review-field-nickname.required {
        padding-right: 0;
        width: 100%;
    }

    .view-review-form .block-content .review-form .review-fieldset .field.review-field-summary.required {
        padding-left: 0;
        width: 100%;
    }

    .actions-toolbar.review-form-actions .mcs-btn-7 {
        margin-bottom: 10px;
        margin-top: 5px;
        width: 100%;
    }

    .slider-title-top:after {
        display: none;
    }

    .main-slider-text h1 span {
        display: initial;
    }

    .slider-img {
        padding-left: 0px;
    }

    .slider-title-top {
        margin-bottom: 10px;
    }

    .slider-title-top h4 {
        font-size: 15px;
    }

    .slider-img #slider {
        margin-top: 30px;
    }

    .catalog-category-view .product-items li.product-item .product-item-info .product-item-details {
        float: none;
        margin-top: 0;
        width: 100%;
        text-align: center;
    }

    .catalog-category-view .product-items li.product-item .product-item-info .product-item-details .price-box.price-final_price {
        width: 100%;
        text-align: center;
    }

    .catalog-category-view .product-items li.product-item .product-item-info .product-item-details .product.actions.product-item-actions {
        display: inline-block;
        float: none;
    }

    .main-slider-text h2 span {
        display: initial;
    }

    .magento-2-development-servies-by .servies-by-left p,
    .servies-by-left p {
        font-weight: inherit;
    }

    .stranth-list li {
        font-size: 15px;
        line-height: 28px;
    }

    .our-strength-listing li {
        margin-bottom: 10px;
    }

    .ecommerce-website-services .our-inclusions-list li {
        margin-bottom: 20px;
    }

    .our-inclusions-list li {
        padding-left: 104px;
        background-position: 0px 4px;
    }

    .cat-banner-area .cat-dic,
    .cat-banner-area .cat-dic p {
        font-size: 15px;
        line-height: inherit;
    }

    .category-description p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .left-category li a {
        font-size: 14px;
        padding: 12px 8px;
    }

    .left-category li a .pro-count {
        font-size: 14px;
    }

    .sidebar-newsletter,
    .why_our_extension,
    .paypal-img,
    .recent-post-sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sidebar-newsletter .subscribe .mcs-btn-6 {
        width: 100%;
    }

    .why_our_extension p {
        line-height: inherit;
        font-size: 15px;
    }

    .extension-view li,
    .featured-magento-extensions-block ul li {
        width: 50%;
        padding-right: 0;
    }

    .dis-view-videos .youtub-video li {
        width: 50%;
    }

    .dis-view-videos .youtub-video li:nth-child(3n+1) {
        padding-left: 1%;
    }

    .dis-view-videos .youtub-video li:nth-child(3n+3) {
        padding-right: 1%;
    }

    .dis-view-videos .youtub-video li:nth-child(2n+1) {
        padding-left: 0;
    }

    .dis-view-videos .youtub-video li:nth-child(2n+2) {
        padding-right: 0;
    }

    .get-core-product-name {
        line-height: 26px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .view-image-future .product-futurepoint .getProductShortData .custom-reviews .product-reviews-summary {
        margin-bottom: 20px;
    }

    .view-image-future .product-futurepoint .getProductShortData p:last-child {
        margin-bottom: 20px;
    }

    .extension-featue-list li {
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }

    .product-enhance-support p {
        line-height: 18px;
        padding: 15px 8px;
    }

    .view-image-future .view-product-image,
    .community-version-link,
    .pro-demo-link,
    .uder-guide-link {
        margin-bottom: 15px;
    }

    .pro-demo-link a {
        width: 100%;
        margin-bottom: 6px;
    }

    .all-support-section li small {
        padding-left: 0;
        text-align: center;
    }

    .product-view-price-tab .view-product-available li.available-extension a {
        padding: 10px 0;
        font-size: 11px;
    }

    .uder-guide-link a.u-guide:before {
        display: none;
    }

    .listpage_our_extension-slides {
        min-height: 385px;
    }

    .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
        height: auto;
        min-height: auto
    }

    .we-offer-area-right .we-offer-area .we-offer:after {
        display: none;
    }

    .we-offer-area-right .we-offer-area .we-offer {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .footer-lets-work-area .container {
        margin: 0 auto;
        width: 750px;
    }

    .footer-lets-work-area .lets-work span {
        margin-bottom: 0px;
        margin-right: 20px;
        text-align: left;
        width: auto;
        font-size: 18px;
    }

    .footer-lets-work-area .lets-work .mcs-btn-5 {
        display: inline-block;
        float: none !important;
    }

    .footer-bottom-area .container {
        text-align: center;
        width: 750px;
    }

    .footer-top-area ul {
        width: 100%;
    }

    .footer-bottom-link li {
        margin-bottom: 12px;
    }

    .footer-bottom-link li:nth-child(4) {
        border-right: medium none;
    }

    .footer-top-area .container {
        margin: 0 auto;
        width: 750px;
    }

    .footer-socials li {
        margin-right: 7px;
    }

    .extension-off .e-sale {
        top: 10px;
        right: 14px;
    }

    .extension-off .e-dis {
        top: 10px;
        right: 5px;
    }

    .combo-offer li {
        width: 30%;
    }

    .discount-section-area ul.stranth-list li:before {
        top: 8px;
    }

    .discount-section-area ul.stranth-list {
        padding-bottom: 0;
    }

    .holiday-off label,
    .save-up label {
        left: -44px;
        top: 13px;
        font-size: 10px;
        width: 144px;
        padding: 1px;
        line-height: 9px;
        letter-spacing: 0;
    }

    .cat-banner-area .hs-left,
    .cat-banner-area .hs-right {
        width: 39%;
    }

    .select-clients-section .clients-left h2 {
        height: auto;
        justify-content: center;
        padding-right: 0;
        font-size: 28px;
    }

    .select-clients-section .clients-right {
        padding-left: 0;
        border-left: none;
    }

    .select-clients-section .clients-right h4 {
        text-align: center;
        margin-top: 20px;
    }

    .select-clients-section .clients-right ul {
        display: inline-block;
        text-align: center;
    }

    .select-clients-section .clients-right ul li {
        width: auto;
        display: inline-block;
        float: none;
    }

    .minicart-wrapper .action.showcart:hover {
        color: #4aa1a3;
    }

    .minicart-wrapper .action.showcart.active:hover:before {
        color: #132c45;
    }

    .minicart-wrapper .action.showcart:hover:before {
        color: #132c45;
    }

    .get-extension .main-tooltip-offer .tooltips-content {
        left: -62px;
    }

    .home-pro-listing .home-pro-box {
        margin: 0 6px;
    }

    .banner-section h3 {
        font-size: 24px;
    }

    .banner-section {
        padding-top: 40px;
    }

    .banner-btn {
        margin-bottom: 40px;
    }

    .exp-bottom .exp-box {
        padding: 0 12px;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:991px) {
    .contact-right-area .your-em {
        width: 100%;
    }

    .menu-top-area li.menu-top-box {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 375px;
    }

    .ms-icon,
    .es-icon,
    .qi-icon {
        font-size: 16px;
    }

    .mg-menu-listing li {
        padding-bottom: 10px;
    }

    .mg-menu-listing li:last-child {
        padding-bottom: 0px;
    }

    .mg-menu-listing li a {
        font-size: 14px;
        line-height: inherit;
    }

    .last-box h3 {
        margin-bottom: 15px;
        line-height: inherit;
        font-size: 18px;
    }

    .last-box p,
    .menu-top-right p {
        font-size: 15px;
        margin-bottom: 15px;
        line-height: inherit;
    }

    .menu-top-area li.menu-top-left,
    .menu-top-area li.menu-top-right {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 432px;
    }

    .methodology-boxes {
        margin: 0;
    }

    .methodology-boxes li {
        width: 111px;
        min-height: 102px;
        min-width: 23.5%;
    }

    .methodology-boxes li i {
        font-size: 30px;
    }

    .menu-top-right .menu-top-icon {
        margin-bottom: 15px;
        max-width: 45px;
    }

    .menu-top-right .menu-title {
        margin-bottom: 20px;
        line-height: inherit;
        font-size: 18px;
    }

    .menu-header-area .ebook-sale {
        position: relative;
        top: 8px;
        width: 180px;
        margin: 0 auto;
        float: none;
        display: block;
        left: 0;
        right: 0;
    }

    .inner-banner-content .inner-banner-content-left p:last-child a {
        margin-top: 10px;
    }

    .home-pro-listing .home-pro-box {
        margin: 5px;
    }
}

@media only screen and (min-width:1025px) {

    .support-package-table>.container,
    .welcome-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .portfolio-section-area .container {
        padding: 0px 15px;
        width: 100%;
    }

    .ideas-services-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .our-stranth-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .our-tesimonials-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .methedology-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .home-retial-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .retail-search-pro-box {
        width: 23.7%;
    }

    .select-clients-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .case-study-section .container {
        padding: 0px 15px;
        width: 100%;
    }

    .quick-links-area .container {
        padding: 0px 15px;
        width: 100%;
    }

    .quick-links li {
        width: 23.7%;
    }

    .container {
        padding: 0px 15px;
        width: 100%;
    }

    .top-renked-img img {
        width: 30%;
    }

    .mobile-slider-area {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1074px) {
    .reasons-list span {
        font-size: 10px;
    }
}

@media (min-width: 1074px) and (max-width: 1168px) {
    .reasons-list span {
        font-size: 13px;
    }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1057px) {
    .services-text1 {
        min-height: 128px;
    }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1199px) {
    .work-time-list .work-time-box {
        min-width: 146px;
    }

    .hire-developer-support-section {
        padding: 40px 0px;
    }

    .services-text {
        width: 78%;
    }

    .select-clients-section .clients-left h2 {
        height: auto;
        justify-content: center;
        padding-right: 0;
    }

    .select-clients-section .clients-right {
        padding-left: 0;
        border-left: none;
    }

    .select-clients-section .clients-right h4 {
        text-align: center;
        margin-top: 20px;
    }

    .select-clients-section .clients-right ul {
        display: inline-block;
        text-align: center;
    }

    .select-clients-section .clients-right ul li {
        width: auto;
        display: inline-block;
        float: none;
    }

    .home-pro-listing .home-pro-box {
        margin: 0 7px;
    }

    .home-pro-box .mx-name a {
        font-size: 15px;
    }

    .welcome-one-list .welcome-one-list-left ul li {
        padding-left: 24px;
        margin-bottom: 16px;
        font-size: 15px;
    }

    .welcome-one-list .welcome-one-list-left ul li:before {
        font-size: 16px;
    }

    .welcome-one-list .welcome-one-list-right h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .welcome-one-list .welcome-one-list-left {
        width: 51%;
    }

    .left-text h4 {
        font-size: 20px;
    }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1200px) {
    .gift-img-area {
        display: none;
    }

    .sticky-header-left {
        width: 100%;
        text-align: center;
    }

    .sticky-header-left .sticky-title-text {
        line-height: 30px;
    }

    .or-text {
        margin-left: 6px;
        margin-right: 6px;
    }

    .contact-right-area .your-em {
        width: 52%;
    }

    .ecommerce-website-development .servies-by-left,
    .ecommerce-website-development .servies-by-right {
        padding-left: 25px;
        padding-right: 10px;
    }

    .ecommerce-website-development .extinsion-listing li:nth-child(2n+1) {
        padding-right: 6px;
    }

    .magento-module-development {
        background: #1c1c1c;
        overflow: hidden;
        position: relative;
    }

    .magento-module-development .magento-2-development-left {
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .magento-module-development .magento-2-development-right {
        width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        opacity: 0.2;
    }

    .customimage {
        min-height: auto;
    }

    .innter-title span {
        display: none;
    }

    .theme-design-integration-left,
    .theme-design-integration-right {
        min-height: 310px;
    }

    .future-upgradeable-section .future-upgradeable-left,
    .future-upgradeable-section .future-upgradeable-right {
        min-height: 444px;
    }

    .solutions-every-problem-left {
        width: 100%;
    }

    .banner-sub-title {
        font-size: 22px !important;
        line-height: inherit;
    }

    .migration-listing-area {
        width: 60%;
    }

    .our-strength-listing li {
        margin-bottom: 30px;
    }

    .growth-benefits-section .growth-three,
    .growth-benefits-section .growth-one {
        width: 33%;
    }

    .growth-benefits-section .growth-one p,
    .growth-benefits-section .growth-three p {
        line-height: inherit;
    }

    .our-portfilio li:nth-child(4n+4) {
        margin-right: 0;
    }

    .our-portfilio li {
        width: 23.5%;
    }

    .methodology-boxes li {
        width: 151px;
        min-height: 112px;
        min-width: 23.5%;
    }

    .methodology-boxes li i {
        font-size: 40px;
    }

    .menu-top-area li.menu-top-left,
    .menu-top-area li.menu-top-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .menu-top-area li.menu-top-right {
        min-height: 444px;
    }

    .menu-top-area li.menu-top-box {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 386px;
    }

    .minicart-wrapper {
        top: 26px;
    }

    .user-guide-left {
        width: 65%;
    }

    .user-guide-listing li {
        width: 32%;
    }

    .user-guide-icon {
        width: 100%;
        text-align: center;
    }

    .user-guide-content {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .description-title2 {
        font-size: 25px;
    }

    .product-description-screen-shots li {
        padding: 30px 20px;
    }

    .extinsion-listing li img {
        padding-right: 8px;
    }

    .mcs-login-form-slide {
        left: 58% !important;
    }

    .menu-header-area .ebook-sale {
        left: 33%;
        top: 20px;
        width: 144px
    }

    .extension-off .e-sale {
        top: 12px;
        right: 32px;
    }

    .extension-off .e-dis {
        top: 12px;
    }

    .cat-banner-area .hs-left,
    .cat-banner-area .hs-right {
        width: 45%;
    }
}

@media only screen and (min-device-width:1201px) and (max-device-width:1366px) {
    .sticky-header {
        padding-right: 20px;
        padding-left: 20px;
    }

    .sticky-header-left .sticky-title-text {
        font-size: 13px;
    }

    .sticky-header-right a,
    .sticky-header-right .authorization-link {
        font-size: 11px;
    }

    .future-upgradeable-section .future-upgradeable-left,
    .future-upgradeable-section .future-upgradeable-right {
        min-height: 444px;
    }

    .solutions-every-problem-left {
        width: 75%;
    }

    .banner-sub-title {
        font-size: 26px !important;
        line-height: inherit;
    }

    .product-description-screen-shots li {
        padding: 40px;
    }

    .user-guide-left {
        width: 65%;
    }

    .user-guide-icon {
        width: 52px;
    }

    .magento-module-development {
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(left, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 1) 70%, rgb(237, 75, 35) 0%, rgb(237, 75, 35) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28, 28, 28, 1)), color-stop(70%, rgba(28, 28, 28, 1)), color-stop(0%, rgb(237, 75, 35)), color-stop(100%, rgb(237, 75, 35)));
        background: -webkit-linear-gradient(left, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 1) 70%, rgb(237, 75, 35) 0%, rgb(237, 75, 35) 100%);
        background: -o-linear-gradient(left, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 1) 70%, rgb(237, 75, 35) 0%, rgb(237, 75, 35) 100%);
        background: -ms-linear-gradient(left, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 1) 70%, rgb(237, 75, 35) 0%, rgb(237, 75, 35) 100%);
        background: linear-gradient(to right, rgba(28, 28, 28, 1) 0%, rgba(28, 28, 28, 1) 70%, rgb(237, 75, 35) 0%, rgb(237, 75, 35) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
        padding: 0px;
    }

    .menu-header-area .ebook-sale {
        left: 29%;
        top: 26px;
        width: 200px;
    }
}

@media only screen and (min-device-width:1025px) and (max-device-width:1220px) {
    .my-navbar-nav>li>a {
        line-height: 40px !important;
        padding: 20px 12px !important;
    }

    .view-image-future,
    .installation-support-section,
    .view-review-section,
    .view-why-our-extension,
    .view-product-description .parent-div-background,
    .view-screen-shot {
        padding: 60px 0;
    }

    .my-logo {
        padding-top: 23px;
        padding-bottom: 12px;
    }

    .slick-list {
        width: 100%;
    }

    .grandchild {
        width: 47%;
    }

    .slick-slide img {
        max-width: 100%;
    }

    .magento-support-area {
        margin-top: 20px;
    }

    .screen-box .grandchild .search-hover {
        width: 100%;
    }

    .magento-support-area li .m-support-left-img {
        width: 96px;
    }

    .magento-support-area li .ms-left-content {
        min-width: 222px;
    }

    .magento-support-area li .ms-left-content h3 {
        font-size: 16px;
        padding-left: 10px;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .label {
        width: 45%;
    }

    .view-review-form .block-content .review-form .review-fieldset .control .review-field-rating .control {
        width: 40%;
    }
}

@media only screen and (min-width:1224px) {
    .container {
        width: 1200px !important;
    }
}

@media only screen and (min-device-width:1367px) and (max-device-width:1500px) {
    .user-guide-left {
        width: 67%;
    }

    .menu-header-area .ebook-sale {
        left: 30%;
    }
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1365px) {

    .slider-section-box:nth-child(1),
    .slider-section-box:nth-child(3) {
        width: 25%;
    }

    .slider-section-box:nth-child(1) .slider-section-box-right,
    .slider-section-box:nth-child(3) .slider-section-box-left {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0px;
        visibility: hidden;
        clip: rect(0, 0, 0, 0);
        padding: 0;
    }

    .slider-section-box:nth-child(1) .slider-section-box-left,
    .slider-section-box:nth-child(3) .slider-section-box-right {
        width: 100%;
    }

    .boxTwo .center-slide {
        width: 100%;
    }

    .one-slide-title h3 {
        font-size: 20px;
    }

    .slider-section-box-left h4 {
        font-size: 16px;
    }

    .slider-section-box:nth-child(2) {
        width: 50%;
    }

    .block-box p {
        font-size: 12px;
    }

    .block-box,
    .focused-block {
        max-height: 129px
    }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1666px) {
    .slider-section-box-left h4 {
        font-size: 14px;
    }

    .boxOne .slider-section-box-right h4 {
        font-size: 16px;
    }

    .mcs-services span {
        padding: 8px 10px;
    }

    .boxTwo .center-slide h3 {
        font-size: 26px;
    }

    .one-slide-title h3 {
        font-size: 22px;
    }

    .boxOne .sprite-ed-icon,
    .boxOne .sprite-edd-icon,
    .boxThree .sprite-web-management-services,
    .boxOne .sprite-ecs-icon,
    .boxOne .sprite-e-integration {
        width: 100%;
    }
}

@media (max-width:1200px) {
    .cms-magento-psd-design .different-magento-extensions-section {
        padding-top: 90px;
    }

    .customimage h1 {
        float: left;
        padding-top: 20px;
        clear: both;
        width: 100%;
    }

    .mcs-inner-banner .mcs-inner-left,
    .mcs-inner-banner .mcs-inner-right {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cms-magento-developers-for-hire .mcs-inner-banner .mcs-inner-left {
        padding-bottom: 0;
    }
}

@media (max-width:1057px) {
    .sprite-special-icon01 {
        display: none;
    }
}

@media (max-width:1024px) {

    .cms-magento-psd-design .different-magento-extensions-section {
        padding-top: 70px;
    }

    .hire-magento-developers-section,
    .hire-developer-support-section {
        padding: 30px 10px;
    }

    .mcs-blog .mcs-blog-box h4 {
        padding: 15px 10px;
        line-height: 22px;
        font-size: 15px;
    }

    #main {
        display: none;
    }

    .d-banner,
    .detail-banner {
        margin-bottom: 0px;
        margin-top: 0;
    }

    .cms-magento-support-services .customimage .inner-banner-content .inner-banner-content-right {
        padding: 0px;
    }

    .support-listing-section {
        padding: 20px 10px;
    }

    .support-listing .support-box {
        font-size: 11px;
    }

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

    .reason-to-hire {
        padding: 30px 0;
    }

    .magento-responsive-theme.let-tocus-section.ready-to-discuss .magento-2-development-right .let-tocus {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }

    .magento-responsive-theme.let-tocus-section.ready-to-discuss .magento-2-development-right .let-tocus h2 {
        line-height: 28px;
        font-size: 20px;
    }

}

@media (min-width:991px) {
    .cms-magento-website-development-process .integration-list-section.different-magento-extensions-section .integration-list-area {
        padding-bottom: 150px;
    }
}

@media (max-width:991px) {
    .featured-magento-extensions-block.featured-inner-pages .featured-magento-extensions-block .container {
        width: 100%;
    }

    .featured-magento-extensions-block.featured-inner-pages .ii-title-area {
        padding-inline: 10px;
        margin-bottom: 10px;
    }

    .integration-list-section .integration-list-area .integration-left img {
        width: 100%;
    }

    .cms-magento-psd-design .different-magento-extensions-section {
        padding-top: 50px;
    }

    .cms-magento-speed-optimization .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-mobile-app-development .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-1-to-magento-2-migration-service .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-code-audit .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-upgrade-service .pro-details-our-extension .mob-des-slide-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .cms-magento-speed-optimization .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-mobile-app-development .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-code-audit .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-upgrade-service .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-security-audit .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-1-to-magento-2-migration-service .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img {
        max-width: 100px;
    }

    .mconnect-slider>.container {
        width: 100%;
    }

    .cms-career .job-for-you-section {
        margin-bottom: -81px;
    }

    .our-strength-listing>li .text-contant {
        padding-left: 50px;
        background-size: 40px;
    }

    .our-strength-listing>li {
        margin-bottom: 20px !important;
    }

    .left-text h4 {
        font-size: 18px;
        padding-bottom: 2px;
        text-align: left;
    }

    .left-text h3 {
        font-size: 18px;
    }

    .home-title {
        text-align: left;
    }

    .right-box-services {
        margin-top: 15px;
    }

    .services-list li {
        width: 100%;
        margin-bottom: 0px;
        min-height: auto;
    }

    .services-text1 {
        width: 100%;
    }

    .left-text span {
        font-size: 30px;
    }

    .hire-magento-developers-right {
        float: none;
    }

    .hire-magento-developers-left {
        text-align: center;
        padding-bottom: 20px;
    }

    .work-time-btn-area {
        padding-bottom: 20px;
    }

    .packages-area {
        margin-top: 40px;
    }

    .hire-developer-support-section h2.new-title {
        font-size: 26px;
        text-align: left;
    }

    .hire-developer-support-section:after {
        width: 100%;
    }

    .hire-developer-support-midel,
    .hire-developer-support-section:before {
        display: none;
    }

    .hire-developer-support-right {
        text-align: left;
        padding-top: 40px;
    }

    .magento-developer-support-right {
        margin-top: 40px;
    }

    .hire-developer-support-right .third-pera span,
    .hire-developer-support-right .third-pera,
    .hire-developer-support-right h3 {
        color: #ed4b23;
    }

    .hire-developer-support-right h3:before {
        background-color: #ed4b23;
        right: initial;
        left: 0;
    }

    .integration-list-area .integration-left {
        width: 100%;
        position: unset;
    }

    .integration-list-area .integration-left>img {
        width: 100%;
    }

    .integration-list-area .integration-right {
        width: 100%;
    }

}

@media (max-width:768px) {
    .head_listing>li {
        font-size: 15px;
        line-height: inherit;
        color: #ffffff;
    }

    .integration-list-area .integration-right {
        padding: 20px 15px;
    }

    .cms-magento-speed-optimization .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-mobile-app-development .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-1-to-magento-2-migration-service .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-code-audit .pro-details-our-extension .mob-des-slide-wrapper,
    .cms-magento-upgrade-service .pro-details-our-extension .mob-des-slide-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cms-magento-speed-optimization .pro-details-our-extension .mob-des-slide>img,
    .cms-magento-mobile-app-development .pro-details-our-extension .mob-des-slide>img,
    .cms-magento-code-audit .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-upgrade-service .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-security-audit .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img,
    .cms-magento-1-to-magento-2-migration-service .pro-details-our-extension .mob-des-slide-wrapper .mob-des-slide>img {
        max-width: 80px;
    }

    .theme-conversion-services .mob-des.pro-details-our-extension .mob-des-slide {
        display: flex;
        flex-direction: column;
    }

    .theme-conversion-services .mob-des.pro-details-our-extension .description-title {
        text-align: left;
    }

    .theme-conversion-services .mob-des.pro-details-our-extension .mob-des-slide-wrapper i {
        padding: 0 0 10px 0 !important;
        font-size: 60px;
    }

    .title-why-choose p {
        text-align: left;
    }

    .mcs-blog .row .col-lg-4.col-4.col-sm-4.col-xs-12:not(:first-child) {
        margin-bottom: 20px;
    }

    .slider-title-top {
        margin-bottom: 10px;
    }

    .home-pro-listing {
        margin-bottom: 20px;
    }

    .title-why-choose,
    .rth-left {
        margin-bottom: 30px;
    }

    .why-choose-new,
    .reason-to-hire {
        padding: 30px 0;
    }

    .block-box span {
        display: initial;
    }

    .banner-section .container {
        padding-inline: 10px;
    }

    .header-project-status {
        padding: 10px 30% 10px 10px;
    }

    .modal-popup.x-mas-offer-model.modal-slide {
        margin: 4% auto;
        right: 0 !important;
        left: 0 !important;
    }

    .modal-popup.x-mas-offer-model .modal-inner-wrap {
        margin: initial;
        min-height: auto !important;
    }

    .home-pro-listing .home-pro-box:nth-child(1) {
        margin-left: 4px;
    }

    .home-pro-listing .home-pro-box:nth-child(4) {
        margin-right: 4px;
    }

    .home-pro-listing .home-pro-box {
        margin: 4px;
        padding: 8px;
        max-width: 47%;
    }

    .home-pro-box .mx-name a {
        font-size: 15px;
    }
}

@media (max-width:767px) {

    .cms-magento-psd-design .different-magento-extensions-section .integration-left>img,
    .cms-magento-psd-design .different-magento-extensions-section .integration-left {
        display: block;
    }

    .cms-magento-psd-design .customimage .inner-banner-content-left.psd-img-left h4 {
        margin-bottom: 0;
    }

    .cms-magento-psd-design .customimage .inner-banner-content-right.psd-img-right {
        display: none;
    }

    .cms-magento-1-to-magento-2-migration-service .mob-des.pro-details-our-extension-section .cc-title {
        padding-bottom: 0;
        text-align: left;
        width: 100%;
    }

    .all-post {
        margin-bottom: 20px;
    }

    .cms-magento-developers-for-hire .mcs-inner-banner .mcs-inner-right {
        padding-bottom: 20px;
    }

    .header.content {
        display: none;
    }

    .magento-developer-support h2.new-title {
        font-size: 20px;
        padding-bottom: 40px;
    }

    .magento-developer-support h2.new-title small {
        font-size: 14px;
    }

    .we-offers-left,
    .we-offers-right {
        width: 100%;
    }

    .mcs-inner-banner p {
        line-height: 22px;
        font-weight: 400;
        font-size: 14px;
    }

    .list-point li {
        line-height: 24px;
        width: 100%;
    }

    .mcs-inner-banner .mcs-inner-left {
        padding: 0 0 20px 0;
    }

    .mcs-inner-banner .mcs-inner-right {
        padding: 20px 15px;
    }

    .we-offers-right:after,
    .we-offers-right:before,
    .menu-header-area .ebook-sale,
    .home-slider-section {
        display: none;
    }

    .ideas-servicer-one-right li {
        padding: 0;
        width: 100%;
    }

    .open .dropdown-menu.single-dropdown {
        background-color: #10263b !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .discount-section-area .table {
        margin-top: 0px;
    }

    .discount-section-area h3 {
        font-size: 16px;
    }

    .discount-section-area ul.stranth-list {
        padding-bottom: 0;
    }

    .cat-banner-area .hs-left,
    .cat-banner-area .hs-right {
        display: none;
    }

    .cat-banner-area .hs-midel {
        top: 0px;
    }

    .extension-off .e-sale {
        right: 5px;
    }

    .select-clients-section .clients-right {
        padding-left: 0;
        border-left: 0;
    }

    .select-clients-section .clients-right ul {
        max-height: 174px;
        overflow: auto;
        width: 100%;
        text-align: center;
    }

    .popup-authentication {
        right: 0 !important;
        left: auto !important;
    }

    .popup-authentication,
    .modal-popup._show,
    .mcs-AddToCart-form {
        right: 0 !important;
        width: 300px;
        left: auto;
    }

    .abs-toggling-title-mobile,
    .block-wishlist-management .wishlist-select .wishlist-name,
    .block-collapsible-nav .title {
        border: 1px solid #ddd;
        background: #f1f1f1;
    }

    .description-tab-section .product.data.items .item.title .data.switch {
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-transform: uppercase;
    }

    .description-tab-section .product.data.items .item.title.active .data.switch {
        color: #0985f8;
        text-shadow: none;
        border-bottom: 1px solid #ddd;
        background-color: #eee;
    }

    .view-review-section .pro-title {
        padding-bottom: 20px;
        font-size: 18px;
        text-align: left;
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        margin: 0;
        max-height: none;
        width: auto;
        height: auto;
    }

    .popup-authentication .modal-inner-wrap {
        min-height: 100%;
    }

    .inner-banner-content .inner-banner-content-left p:last-child a {
        margin-top: 10px;
    }

    .support-packages {
        padding-top: 0px;
    }

    span.package-top {
        position: initial;
    }

    .package-details ul {
        min-height: auto !important;
    }

    .customimage .inner-banner-content-right.we-offer-area-right {
        min-height: auto;
        padding: 0 !important;
    }

    .we-offer-area-right .we-offer-area {
        -webkit-transform: initial;
        position: initial;
    }

    .we-offer-area-right .we-offer-area .we-offer {
        width: auto;
        height: auto;
        background-color: transparent;
        margin-bottom: 0;
    }

    .hire-dedicated-developers .sub-text,
    .customimage .inner-banner-content-right.we-offer-area-right p {
        text-align: left;
    }

    .customimage .inner-banner-content-right.we-offer-area-right h4 {
        -webkit-transform: initial;
        position: initial;
        text-align: left;
    }

    .view-image-future .view-product-image,
    .pro-demo-link,
    .uder-guide-link,
    .community-version-link {
        margin-bottom: 10px;
    }

    .view-image-future .product-futurepoint .getProductShortData p {
        font-size: 14px;
        line-height: 25px;
    }

    .extension-featue-list li {
        font-weight: inherit;
        font-size: 15px;
        line-height: 20px;
        margin: 10px 0;
    }

    .product-enhance-support:first-child {
        margin-top: 0px;
    }

    .mobile-headmenu {
        float: left;
        width: 100%;
        background-color: #ffffff;
        padding: 10px 0;
    }

    .mobile-headmenu .headmenu-list {
        display: inline-block;
        width: 16%;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }

    .mobile-headmenu .headmenu-list .my-cart-mobile .minicart-wrapper .action.showcart {
        position: relative;
    }

    .mobile-headmenu .headmenu-list .my-cart-mobile span.counter.qty {
        position: absolute;
        top: -9px;
        right: -7px;
    }

    .headmenu-toggle .navbar-toggle {
        background: transparent;
        border: none;
        margin: 0 auto;
        position: inherit;
        float: none;
        padding: 0;
    }

    .mobile-headmenu .minicart-wrapper .action.showcart:hover:before,
    .mobile-headmenu .minicart-wrapper .action.showcart:focus:before,
    .mobile-headmenu .headmenu-cart .minicart-wrapper .action.showcart.active,
    .mobile-headmenu .headmenu-cart .minicart-wrapper .action.showcart:hover,
    .mobile-headmenu .headmenu-cart .minicart-wrapper .action.showcart:focus,
    .headmenu-toggle .navbar-toggle:hover,
    .headmenu-toggle .navbar-toggle:focus {
        background: transparent;
        border: none;
        opacity: 0.8;
        color: #333;
    }

    .mobile-headmenu .headmenu-user i {
        font-size: 16px;
        color: #20a1f3;
    }

    .mobile-headmenu .headmenu-gift i:hover,
    .mobile-headmenu .headmenu-user i:hover {
        color: #363636;
        text-shadow: none;
    }

    .mobile-headmenu .headmenu-icon a {
        display: block;
        padding: 0;
        border-radius: 100%;
        line-height: 50px;
        margin: 0 auto;
    }

    .mobile-headmenu .headmenu-icon a img {
        width: 50px;
    }

    .mobile-headmenu .headmenu-gift i {
        font-size: 18px;
        color: #ff5b38;
    }

    .minicart-wrapper .action.showcart:before {
        font-size: 20px;
    }

    .mobile-headmenu .headmenu-cart .action.showcart:before {
        color: #363636;
    }

    .page-main,
    .menu-header-area {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cms-magento-psd-design .different-magento-extensions-section {
        padding-top: 30px;
    }

    .mob-des.pro-details-our-extension-section,
    .magento-developer-support {
        padding: 30px 0;
    }

    .banner-section h3 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .banner-section h5 {
        font-size: 13px;
    }

    .banner-section h5 .second-line {
        display: contents;
    }

    .banner-section {
        padding-top: 30px;
    }

    .banner-btn {
        margin-bottom: 30px;
    }

    .exp-bottom .exp-box img {
        width: 22px;
    }

    .exp-bottom .exp-box span {
        padding-left: 2px;
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width:600px) {

    .magento-2-development-seven-reasons.theme-design-integration2.our-promise .reasons-left li,
    .magento-2-development-seven-reasons.theme-design-integration2.our-promise .reasons-right li {
        max-width: 100%;
    }
}

@media (max-width:575px) {
    .hire-developer-support-section h2.new-title {
        font-size: 20px;
    }

    .hire-developer-support-left h3,
    .hire-developer-support-right h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .home-pro-listing .home-pro-box {
        margin: 4px;
        padding: 8px;
        max-width: 46%;
    }

    .view-all {
        float: left;
        width: 100%;
        padding: 12px 0;
    }

    .banner-section h3 {
        font-size: 18px;
    }

    .exp-bottom .exp-box {
        padding: 0;
        width: 158px;
        text-align: left;
        margin-bottom: 12px;
    }

    .exp-bottom .exp-box img {
        width: 30px;
    }

    .exp-bottom .exp-box span {
        padding-left: 2px;
        font-size: 12px;
        line-height: 12px;
    }

    .exp-bottom .exp-box:nth-child(2):before {
        display: none;
    }

    .packages-area {
        margin-top: 10px;
    }

    .packages-area .hiring-pack:before,
    .packages-area .hiring-pack:after {
        display: none;
    }

    .packages-area .hiring-pack,
    .packages-area .support-pack {
        padding: 20px;
    }

    .packages-area .hiring-pack img,
    .packages-area .support-pack img {
        margin: 10px 0;
    }

    .hmd-title {
        font-size: 18px;
    }

    .work-time-list .work-time-box {
        min-width: 90px;
        width: 90px;
        margin: 0 2px;
        padding: 20px 5px;
    }

    .work-time-list .work-time-box h3 {
        margin: 20px 0 0 0;
        font-size: 10px;
    }
}

@media (max-width:510px) {
    .reasons-list span {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .cms-career .job-for-you-section {
        margin-bottom: -120px;
    }
}

@media (max-width:420px) {
    .reasons-list span {
        font-size: 10px;
    }
}

@media (max-width:380px) {
    .reasons-list span {
        font-size: 8px;
    }
}/* ===== M-Connect Media v2 chrome CSS =====
 * Extracted verbatim from pub/demo/v2/index.html
 * Source of truth for header + footer + topbar + back-to-top across all theme pages.
 */

:root {
    --primary: #2563eb;
    --primary-dark: #1e40af;
    --accent: #f59e0b;
    --dark: #0f172a;
    --dark-2: #1e293b;
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-800: #1e293b;
    --white: #ffffff;
    --green: #22c55e;
    --red: #ef4444;
    --gradient-1: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    --gradient-2: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
    --gradient-warm: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    --radius: 16px;
    --radius-sm: 10px;
    --shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);
    --shadow-lg: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
    --shadow-xl: 0 25px 50px -12px rgba(0,0,0,.25);
}
/* ===== CHROME-SCOPED RESETS =====
 * v2-chrome class is on <body>, so .v2-chrome * would match every element on the page.
 * Scope all chrome resets to only the chrome regions (topbar/header/mega-menu/footer/back-top)
 * so page content keeps its own typography, link colors, and box-sizing.
 */
.v2-chrome .topbar *,
.v2-chrome .header *,
.v2-chrome .mega-menu *,
.v2-chrome .footer *,
.v2-chrome .back-top *{margin:0;padding:0;box-sizing:border-box}

.v2-chrome .topbar img,
.v2-chrome .header img,
.v2-chrome .mega-menu img,
.v2-chrome .footer img{max-width:100%;display:block}

.v2-chrome .topbar a,
.v2-chrome .header a,
.v2-chrome .mega-menu a,
.v2-chrome .footer a{text-decoration:none;color:inherit}

/* .container only overrides inside chrome (where it's used for the inner max-width).
 * Page content may also use .container with different rules — leave those alone. */
.v2-chrome .topbar .container,
.v2-chrome .header .container,
.v2-chrome .mega-menu .container,
.v2-chrome .footer .container{max-width:1200px;margin:0 auto;padding:0 24px;width:auto}

/* ===== TOPBAR ===== */
.v2-chrome .topbar{background:var(--dark);color:var(--white);padding:10px 0;font-size:13px;letter-spacing:.3px;font-family:'Inter',sans-serif}
.v2-chrome .topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
.v2-chrome .topbar-promo{display:flex;gap:24px;align-items:center}
.v2-chrome .topbar-promo span{color:var(--accent);font-weight:600}
.v2-chrome .topbar-links{display:flex;gap:20px}
.v2-chrome .topbar-links a{color:var(--gray-400);transition:color .2s}
.v2-chrome .topbar-links a:hover{color:var(--white)}
.v2-chrome .topbar-cart{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;border:1px solid rgba(255,255,255,.1);font-size:13px}
.v2-chrome .topbar-cart:hover{background:var(--primary,#2563eb);border-color:var(--primary,#2563eb);color:#fff}

/* ===== HEADER ===== */
.v2-chrome .header{padding:14px 0;position:sticky;top:0;z-index:100;border-bottom:0;backdrop-filter:blur(20px);background:rgba(255,255,255,.95);font-family:'Inter',sans-serif}
.v2-chrome .header .container{display:flex;justify-content:space-between;align-items:center}
.v2-chrome .logo-img{height:40px;width:auto}
/* Nav: Variation A — uppercase, chevron, SALE badge, plain hover */
.v2-chrome .nav{display:flex;gap:32px;align-items:center}
.v2-chrome .nav a{font-size:13px;font-weight:700;color:var(--dark);text-transform:uppercase;letter-spacing:1.5px;display:inline-flex;align-items:center;gap:6px;position:relative;text-decoration:none;transition:color .2s}
.v2-chrome .nav a:hover{color:var(--primary)}
.v2-chrome .nav a .nav-chev{font-size:10px;color:var(--gray-400);transition:transform .2s,color .2s}
.v2-chrome .nav a:hover .nav-chev{color:var(--primary);transform:translateY(2px)}
.v2-chrome .nav a .nav-sale{position:absolute;top:-12px;right:-30px;background:#ef4444;color:#fff;font-size:9px;font-weight:800;padding:2px 6px;border-radius:4px;letter-spacing:.5px;box-shadow:0 2px 4px rgba(239,68,68,.3)}
.v2-chrome .header-actions{display:flex;gap:12px;align-items:center}

/* ===== BUTTONS (used in header CTA) =====
 * Reset overrides for legacy theme `.btn{border:1px solid #8b96a2;margin-left:10px;color:#8b96a2;...}`.
 * Need explicit margin:0 + border:0 + color reset.
 */
.v2-chrome .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:all .3s;cursor:pointer;border:0;font-family:'Inter',sans-serif;margin:0;text-decoration:none;line-height:1;pointer-events:auto;opacity:1;filter:none;box-shadow:none}
.v2-chrome .btn-primary{background:var(--gradient-1);color:var(--white);box-shadow:0 4px 14px rgba(37,99,235,.4)}
.v2-chrome .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.5)}
.v2-chrome .btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}
.v2-chrome .btn-outline:hover{background:var(--primary);color:var(--white)}
.v2-chrome .btn-white{background:var(--white);color:var(--dark);box-shadow:var(--shadow)}
.v2-chrome .btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}
.v2-chrome .btn-accent{background:var(--accent);color:var(--dark);font-weight:700}
.v2-chrome .btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(245,158,11,.4)}
.v2-chrome .btn-lg{padding:16px 36px;font-size:16px;border-radius:12px}

/* ===== FOOTER =====
 * Reset overrides for legacy theme rules:
 *   .footer{width:1200px;margin:0 auto}  (from old styles.css/styles-l.css)
 * Need width:100% + max-width:none + margin:0 to restore full-width behavior.
 */
.v2-chrome .footer{background:var(--dark);padding:80px 0 0;color:var(--gray-400);font-family:'Inter',sans-serif;width:100%;max-width:none;margin:0;display:block;float:none}
.v2-chrome .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:0}
.v2-chrome .footer-brand{max-width:300px}
.v2-chrome .footer-brand img{height:36px;margin-bottom:16px;width:auto;filter:brightness(0) invert(1)}
.v2-chrome .footer-brand p{font-size:14px;line-height:1.7;margin-bottom:24px;color:var(--gray-400)}
.v2-chrome .footer-social{display:flex;gap:10px}
.v2-chrome .social-icon{width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--gray-400);transition:all .2s}
.v2-chrome .social-icon:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}
.v2-chrome .footer-col h4{font-size:15px !important;font-weight:700 !important;color:rgba(255,255,255,.7) !important;margin-bottom:20px !important;line-height:1.4 !important;text-transform:none !important;display:block !important;visibility:visible !important;opacity:1 !important;height:auto !important;text-shadow:none !important}
.v2-chrome .footer-col ul{list-style:none}
.v2-chrome .footer-col li{margin-bottom:12px}
.v2-chrome .footer-col a{font-size:14px;color:var(--gray-400);transition:color .2s;display:flex;align-items:center;gap:6px}
.v2-chrome .footer-col a:hover{color:var(--white)}
.v2-chrome .footer-addresses{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:28px 0;margin-top:48px;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;text-align:center}
.v2-chrome .footer-addresses div{display:flex;align-items:center;gap:8px}
.v2-chrome .footer-addresses i{color:var(--primary);font-size:14px}
.v2-chrome .footer-addresses strong{color:rgba(255,255,255,.7)}
.v2-chrome .footer-bottom{padding:28px 0;display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:12px}
.v2-chrome .footer-bottom a{color:var(--gray-400);transition:color .2s}
.v2-chrome .footer-bottom a:hover{color:var(--white)}

/* ===== BACK TO TOP ===== */
.v2-chrome .back-top{position:fixed !important;bottom:24px !important;right:24px !important;width:48px !important;height:48px !important;border-radius:50% !important;background:var(--gradient-1) !important;color:var(--white) !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:48px !important;font-size:18px !important;cursor:pointer !important;box-shadow:var(--shadow-lg);z-index:99;transition:all .3s;opacity:0;pointer-events:none;padding:0 !important;margin:0 !important}
.v2-chrome .back-top i{display:inline-block !important;line-height:1 !important;width:auto !important;height:auto !important;margin:0 !important;padding:0 !important;position:static !important;top:auto !important;left:auto !important}
.v2-chrome .back-top.show{opacity:1;pointer-events:auto}
.v2-chrome .back-top:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}

/* ===== MEGA MENU =====
 * Anchored to <header class="header"> (full width), NOT to .nav-item (narrow).
 * Sibling of <div class="container"> inside <header>.
 * Header must remain position:relative for this absolute positioning to span the full bar.
 */
.v2-chrome .header{position:relative}
.v2-chrome .nav-item{position:relative;display:flex;align-items:center}

/* invisible 14px hover bridge so cursor traversal between trigger and panel doesn't close the menu */
.v2-chrome .nav-item::after{content:'';position:absolute;top:100%;left:-12px;right:-12px;height:14px;background:transparent;pointer-events:none}
.v2-chrome .nav-item:hover::after,.v2-chrome .nav-item.open::after{pointer-events:auto}

.v2-chrome .mega-menu{position:absolute;top:100%;left:0;right:0;width:100%;background:var(--dark-2,#1e293b);box-shadow:0 25px 50px -12px rgba(0,0,0,.4);z-index:200;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,visibility .2s,transform .2s;border-top:1px solid rgba(255,255,255,.05);pointer-events:none}
.v2-chrome .mega-menu.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}

.v2-chrome .mega-inner{max-width:1200px;margin:0 auto;padding:0;display:grid;grid-template-columns:1.25fr 1fr 0.85fr;gap:0;color:#fff;min-height:430px}

.v2-chrome .mega-col{padding:36px 32px;border-right:1px solid rgba(255,255,255,.06);min-width:0}
.v2-chrome .mega-col:nth-child(3){padding:0;border-right:0}

.v2-chrome .mega-col-head{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#93c5fd;margin-bottom:18px;font-family:'Inter',sans-serif}
.v2-chrome .mega-col-head .ico{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#60a5fa;font-size:14px;border-radius:4px;background:rgba(96,165,250,.1)}
.v2-chrome .mega-col-head + .mega-list{margin-bottom:24px}

.v2-chrome .mega-list{list-style:none;display:flex;flex-direction:column;gap:2px;margin:0;padding:0}
.v2-chrome .mega-list li{margin:0}
.v2-chrome .mega-list a{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;font-size:14px;color:#cbd5e1;line-height:1.4;transition:all .15s;text-decoration:none;font-family:'Inter',sans-serif;font-weight:400;text-transform:none;letter-spacing:0}
.v2-chrome .mega-list a::before{content:'';width:5px;height:5px;border-radius:50%;border:1px solid #64748b;background:transparent;flex-shrink:0;transition:all .15s}
.v2-chrome .mega-list a:hover{background:rgba(96,165,250,.08);color:#fff;transform:translateX(3px)}
.v2-chrome .mega-list a:hover::before{border-color:#f59e0b;background:#f59e0b}

.v2-chrome .mega-list a.is-promoted{background:#f97316;color:#fff;font-weight:600}
.v2-chrome .mega-list a.is-promoted::before{border-color:#fff;background:rgba(255,255,255,.5)}
.v2-chrome .mega-list a.is-promoted:hover{background:#f59e0b;color:#fff;transform:translateX(3px)}
.v2-chrome .mega-list a.is-promoted:hover::before{background:#fff;border-color:#fff}

/* numbered process list (Methodology) */
.v2-chrome .mega-list-numbered{counter-reset:step}
.v2-chrome .mega-list-numbered a{padding-left:8px}
.v2-chrome .mega-list-numbered a::before{content:counter(step);counter-increment:step;width:24px;height:24px;border-radius:50%;border:1px solid rgba(96,165,250,.3);background:rgba(96,165,250,.08);color:#93c5fd;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:2px}
.v2-chrome .mega-list-numbered a:hover::before{background:#2563eb;border-color:#2563eb;color:#fff}

/* Services banner: orange */
.v2-chrome .mega-banner{background:linear-gradient(180deg,#f59e0b 0%,#ef6c1a 100%);padding:36px 32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;color:#fff;font-family:'Inter',sans-serif}
.v2-chrome .mega-banner h4{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;margin:0}
.v2-chrome .mega-banner .price-row{display:flex;align-items:baseline;gap:10px;justify-content:center}
.v2-chrome .mega-banner .price{font-size:32px;font-weight:800;line-height:1}
.v2-chrome .mega-banner .price small{font-size:13px;font-weight:500;color:rgba(255,255,255,.85);margin-left:4px}
.v2-chrome .mega-banner .price-strike{font-size:18px;color:rgba(255,255,255,.55);text-decoration:line-through;font-weight:600}
.v2-chrome .mega-banner .blurb{font-size:13px;color:rgba(255,255,255,.95);line-height:1.5;max-width:240px;margin:0}
.v2-chrome .mega-banner .btn-banner{display:inline-block;background:#fff;color:var(--dark);padding:13px 30px;border-radius:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:transform .2s,box-shadow .2s;text-decoration:none}
.v2-chrome .mega-banner .btn-banner:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}

/* Methodology banner: blue gradient */
.v2-chrome .mega-banner-method{background:linear-gradient(180deg,#2563eb 0%,#7c3aed 100%);padding:36px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;color:#fff;position:relative;overflow:hidden;font-family:'Inter',sans-serif}
.v2-chrome .mega-banner-method::before{content:'';position:absolute;top:-30%;right:-20%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}
.v2-chrome .mega-banner-method::after{content:'';position:absolute;bottom:-30%;left:-20%;width:280px;height:280px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);border-radius:50%}
.v2-chrome .mega-banner-method>*{position:relative;z-index:1}
.v2-chrome .mega-banner-method .ico-big{width:56px;height:56px;border-radius:14px;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;border:1px solid rgba(255,255,255,.2)}
.v2-chrome .mega-banner-method h4{font-size:17px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;line-height:1.3;margin:0}
.v2-chrome .mega-banner-method .blurb{font-size:13px;color:rgba(255,255,255,.92);line-height:1.55;max-width:240px;margin:0}
.v2-chrome .mega-banner-method .btn-banner{display:inline-block;background:#fff;color:#2563eb;padding:13px 30px;border-radius:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:transform .2s,box-shadow .2s;text-decoration:none}
.v2-chrome .mega-banner-method .btn-banner:hover{transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.2)}
.v2-chrome .mega-banner-method .meta{font-size:11px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:1.5px}

/* ===== ZERO LEGACY HEADER WRAPPER GAP =====
 * Magento renders an empty <div class="header content"> after our v2 <header class="header">
 * (the v2 header lives inside the same parent container — we can't safely remove the container
 * without losing the v2 header). The empty .header.content div has default padding that
 * creates a visible gap between the v2 header and the page body. Zero it out so it takes no space.
 * (Not using display:none — element stays in DOM, just collapsed.)
 */
body.v2-chrome div.header.content{display:none !important;margin:0 !important;padding:0 !important;border:0 !important;height:0 !important}
body.v2-chrome .page.messages:empty{display:none !important;margin:0 !important;padding:0 !important}

/* ===== INNER-PAGE CONTRAST FIXES =====
 * The legacy theme renders dark hero/banner sections (.customimage etc.) with
 * font-weight:300 white text — looks washed-out against the dark navy background.
 * Force a readable weight + pure white color on those known-dark wrappers, so
 * page hero text is legible across all CMS inner pages.
 */
body.v2-chrome .customimage,
body.v2-chrome .customimage p,
body.v2-chrome .customimage li,
body.v2-chrome .customimage span,
body.v2-chrome .customimage a,
body.v2-chrome .customimage h1,
body.v2-chrome .customimage h2,
body.v2-chrome .customimage h3,
body.v2-chrome .customimage h4,
body.v2-chrome .mcs-inner-banner,
body.v2-chrome .mcs-inner-banner *,
body.v2-chrome .mcs-inner-left,
body.v2-chrome .mcs-inner-left *{color:#ffffff !important;opacity:1 !important}

body.v2-chrome .customimage p,
body.v2-chrome .customimage li,
body.v2-chrome .customimage span:not(.highlight),
body.v2-chrome .customimage a,
body.v2-chrome .mcs-inner-banner p,
body.v2-chrome .mcs-inner-banner li,
body.v2-chrome .mcs-inner-banner a{font-weight:400 !important}

body.v2-chrome .customimage h1,
body.v2-chrome .customimage h2,
body.v2-chrome .mcs-inner-banner h1,
body.v2-chrome .mcs-inner-banner h2{font-weight:700 !important;text-shadow:none !important}

/* In-page links inside dark sections: keep legible accent color */
body.v2-chrome .customimage a,
body.v2-chrome .mcs-inner-banner a{color:#fbbf24 !important;text-decoration:underline}
body.v2-chrome .customimage a:hover,
body.v2-chrome .mcs-inner-banner a:hover{color:#fde68a !important}

/* The right "Quick Quote" card: improve background contrast (was rgba 0.1 = barely visible) */
body.v2-chrome .customimage .inner-banner-content-right,
body.v2-chrome .mcs-inner-right{background:rgba(255,255,255,.14) !important;border:1px solid rgba(255,255,255,.18) !important;border-radius:12px}

/* ===== RESPONSIVE (chrome only) ===== */
@media(max-width:1024px){
    .v2-chrome .footer-grid{grid-template-columns:1fr 1fr}
    .v2-chrome .mega-inner{grid-template-columns:1fr 1fr;min-height:0}
    .v2-chrome .mega-banner,.v2-chrome .mega-banner-method{grid-column:1/-1;flex-direction:row;text-align:left;justify-content:space-between;flex-wrap:wrap;padding:32px}
    .v2-chrome .mega-banner .blurb,.v2-chrome .mega-banner-method .blurb{max-width:none}
    .v2-chrome .mega-col:nth-child(2){border-right:0}
}
@media(max-width:640px){
    .v2-chrome .nav{display:none}
    .v2-chrome .footer-grid{grid-template-columns:1fr}
    .v2-chrome .topbar-promo{display:none}
    .v2-chrome .footer-addresses{flex-direction:column;gap:12px;align-items:center}
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.sr-li-left{float:left;width:25%;}
.sr-li-right{float:left;width:75%;}
.clear{clear:both;}
.sr-li-right > p{width:95%;}
.sr-li-right .product-reviews-summary{width:96%;margin-bottom:5px !important;}
.search-autocomplete ul li{border-top:none;cursor:pointer;margin:0;padding:5px 5px 5px 5px !important;position:relative;text-align:left;white-space:normal;}
.custom-search-autocomplete{right:0px;}
.mcs-autosearch-main{width:850px;float:left;background:#fff;border:1px solid #ccc;margin-top:1px;}
.mcs-autosearch-right ul li{display:inline-block;width:48%;margin:10px 5px;}
.mcs-autosearch-left{float:left;width:23%;}
.mcs-autosearch-right{float:right;width:76%;border-left:1px solid #ccc;}
.search-autocomplete ul{border:none !important;padding:10px;}
.mcs-autosearch-left h4{margin:5px 0px;border-bottom:1px solid #ccc;padding-bottom:10px;}
.mcs-autosearch-left .search-autocomplete ul{padding:0px 10px;}
.mcs-autosearch-right .mcs-view-all{width:100%;text-align:center;border-top:1px solid #ccc;}
.mcs-autosearch-full{width:100%;}
.mcs-autosearch-left ul{padding:0px 10px;margin:15px 0px 20px 0px;}
.mcs-autosearch-left ul li{list-style:none;}
.mcs-autosearch-full ul li{display:inline-block;margin:10px 0;padding:5px 11px !important;width:46%;list-style:none;}
.mcs-autosearch-full ul{margin-bottom:0px;}
.mcs-autosearch-full .mcs-view-all{width:100%;text-align:center;border-top:1px solid #ccc;}
.custom-search-autocomplete{display:none;overflow:hidden;position:absolute;z-index:3;}
.mcs-autosearch-right > ul{padding-left:0;margin-bottom:0px;}
.sr-li-right > p{color:#999797;font-size:12px;}
.mcs-autosearch-full ul{padding-left:0px;}
@media screen and (min-width:768px) and (max-width:1024px){.mcs-autosearch-main{width:700px;}
}
@media screen and (min-width:320px) and (max-width:480px){.mcs-autosearch-main{width:300px;float:right;margin-right:2%;}
.mcs-description{display:none;}
.mcs-autosearch-right{width:100%;}
.mcs-autosearch-left{width:100%;}
.mcs-autosearch-right ul li{width:100%;}
.mcs-autosearch-full ul li{width:100%;}
}
@media screen and (min-width:481px) and (max-width:767px){.mcs-autosearch-main{width:94%;float:right;margin-right:2%;}
.mcs-description{display:none;}
.mcs-autosearch-right{width:100%;}
.mcs-autosearch-left{width:100%;}
}/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnect_Slider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnect_Slider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnect_Slider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: 0px !important;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnect_Slider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnect_Slider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border:  5px solid #fff;
    left: -5px;
    background: #fff;
    
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnectsolutions_Featuredproducts/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnectsolutions_Featuredproducts/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnectsolutions_Featuredproducts/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../../frontend/Mconnect/Mmedia/en_US/Mconnectsolutions_Featuredproducts/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.mcs-slider li{
    margin-left: 0px !important;
}
.bx-wrapper .bx-viewport {
    box-shadow: none !important;
}
.products-grid .product-item-actions{
    margin: 0px 0 10px !important;
}.product.photo.product-item-photo {position: relative; display: block;}
.gallery-placeholder {position: relative;}

.productviewlabel{z-index:1; position: absolute; }
.productviewlabel.top_left {left: 0;top:0;}
.productviewlabel.top_middle {left: 0;right: 0;text-align: center;}
.productviewlabel.top_right { top: 0;right:0; }
.productviewlabel.middle_left {
    left: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productviewlabel.middle_middle {
    left: 50%;
    top: 50%;
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.productviewlabel.middle_right {
    right: 0;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.productviewlabel.bottom_left {left: 0;bottom: 0;}
.productviewlabel.bottom_middle {left: 0;bottom: 0;right: 0;text-align: center; }
.productviewlabel.bottom_right { bottom: 0;right: 0; }


.categoryviewlabel { z-index: 11; position: absolute; }
.categoryviewlabel.top_left {left: 0; top: 0;}
.categoryviewlabel.top_middle {left: 44%; top: 0; }
.categoryviewlabel.top_right { right: 0; top: 0; }
.categoryviewlabel.middle_left { left:0; top:50%; }
.categoryviewlabel.middle_middle { left:40%; top:50%; }
.categoryviewlabel.middle_right { right:0; top:50%; }
.categoryviewlabel.bottom_left { left:0; bottom:0;}
.categoryviewlabel.bottom_middle { left: 44%; bottom:0; }
.categoryviewlabel.bottom_right { right:0; bottom:0; }
