/* ==================================================================================
    BASIC ELEMENTS:
        00: PRELOADER
        01: BUTTONS
        02: FORM ELEMENTS
        03: CUSTOM SELECT
        04: TABLE
        05: TABS
        06: CIRCLE ICON
        07: BUTTON TO TOP
        08: PAGINATION
        09: COMMENTS
        10: QUOTATION
        11: WIDGET SEARCH
        12: ACCORDION
        13: IMG POPUP
        14: BLOCKQUOTE BLOCK
        15: PRICE BLOCK
        16: TEAM BLOCK
        17: MODAL WINDOW
        18: STEPS
        19: NOTIFICATIONS
        20: PROGRESS BAR
        21: TIMER
        22: TESTIMONIALS
        23: SOCIAL MEDIA
        24: ANIMATION - VIBRATION
        25: DATA HINT
        26: FORM RESULT

    SHOP:
        01: BUTTON ADD CART
        02: BUTTON ADD COMPARE && ADD FAVORITES
        03: PRODUCT CARD
        04: SELECT AMOUNT
        05: CART MINI
===================================================================================== */

/*  ======================================================================
        BASIC ELEMENTS: PRELOADER
========================================================================== */
/*@font-face {
    font-family: 'font-caplus';
    src: url('../fonts/font-caplus/font-caplus7621.eot') format('embedded-opentype'), 
        url('../fonts/font-caplus/font-caplus7621.svg') format('svg'), 
        url('../fonts/font-caplus/font-caplus7621.ttf') format('truetype'), 
        url('../fonts/font-caplus/font-caplus7621.woff') format('woff');
}*/

.preloader {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #416aa6;
}

.preloader.off {
    opacity: 0;
    visibility: hidden;
}

.preloader__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 60px;
    margin: auto;
}

/*----- IE -----*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .preload { display: none !important; }
}


/*  ======================================================================
        BASIC ELEMENTS: BUTTONS
========================================================================== */
/*-----------------------------------
    BUTTON 1
-------------------------------------*/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 67px 13px 67px;
    margin: 0;
    border: none;
    background-color: #6D6261;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background-color: #416aa6;
    color: #fff;
}

.btn.btn--disable,
.btn.btn--disable:hover,
.btn.btn--disable:focus,
.btn.btn--disable:active {
    background-color: #416aa6;
    color: #fff;
    cursor: default;
}

/*-----------------------------------
    BUTTON 2
-------------------------------------*/
.btn-2 {
	position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 67px 13px 67px;
    margin: 0;
    border: none;
    background-color: #eef0f9;
    font-size: 14px;
    color: #6D6261;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
}

.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
    background-color: #e3e4ec;
    color: #6D6261;
}

/*-----------------------------------
    BUTTON 3
-------------------------------------*/
.btn-3 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 15px 66px 13px 66px;
	margin: 0;
	border: 1px solid #1f3b7a;
	background-color: transparent;
	font-size: 14px;
	color: #6D6261;
	text-align: center;
	text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
}

.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
    border-color: #1f3b7a;
    color: #6D6261;
    background-color: #eef0f9;
}

/*-----------------------------------
    BUTTON WITH ICON 
-------------------------------------*/
.btn-icon-left i,
.btn-icon-right i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: initial;
}

.btn-icon-left i {
	margin-right: 15px;
}

.btn-icon-right i {
	margin-left: 15px;
}

/*-----------------------------------
    BASIC STYLE FOR BEFORE && AFTER 
-------------------------------------*/
.btn:before,
.btn-2:before,
.btn-3:before {
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
}

.btn:after,
.btn-2:after,
.btn-3:after {
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
}

/*-----------------------------------
    ANIMATION FOR BUTTONS
-------------------------------------*/
.btn--e1 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;	   
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
    padding: 15px 84px 13px 50px;
    text-align: left;
}

.btn.btn--e1:hover,
.btn.btn--e1:focus,
.btn.btn--e1:active,	
.btn.btn--e1.active {
	background-color: #6D6261;
}
.btn-2.btn--e1:hover,
.btn-2.btn--e1:focus,
.btn-2.btn--e1:active,	
.btn-2.btn--e1.active {
	background-color: #eef0f9;
}
.btn-3.btn--e1:hover,
.btn-3.btn--e1:focus,
.btn-3.btn--e1:active,	
.btn-3.btn--e1.active {
	background-color: transparent;
}

.btn--e1 span {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;    
}

.btn--e1:hover span,
.btn--e1:focus span,
.btn--e1:active span,	
.btn--e1.active span {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
        -ms-transform: translateX(-14px);
            transform: translateX(-14px); 	
}

.btn--e1:before {
    content: "\e90c";
    z-index: 2;
    top: calc(50% - 8px);
    right: 15px;
    font-family: 'font-caplus';
    font-size: 11px;
    color: #f6f7fe;
}

.btn.btn--e1:before {
	color: #f6f7fe;
}
.btn-2.btn--e1:before {
	color: #2e4b8c;
}
.btn-3.btn--e1:before {
	color: #2e4b8c;
}

.btn--e1:hover:before,
.btn--e1:focus:before,
.btn--e1:active:before, 
.btn--e1.active:before {
    -webkit-transform: translateX(-12px);
       -moz-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
            transform: translateX(-12px);     
}

.btn--e1:after {
	width: 75px;
	height: 160%;
    z-index: 1;
    right: 0;
    top: 0px;
    background-color: #2e4b8c;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-20deg) translateX(25px);
       -moz-transform: rotate(-20deg) translateX(25px);
        -ms-transform: rotate(-20deg) translateX(25px);
            transform: rotate(-20deg) translateX(25px);
}

.btn.btn--e1:after {
	background-color: #2e4b8c;
}
.btn-2.btn--e1:after {
	background-color: #d9dded;
}
.btn-3.btn--e1:after {
	background-color: transparent;
	border-left: 1px solid #1f3b7a;
}

.btn--e1:hover:after,
.btn--e1:focus:after,
.btn--e1:active:after,	
.btn--e1.active:after {
    -webkit-transform: rotate(-20deg) translateX(0px);
       -moz-transform: rotate(-20deg) translateX(0px);
        -ms-transform: rotate(-20deg) translateX(0px);
            transform: rotate(-20deg) translateX(0px);
}

/*----- Effect active 2 -----*/
.btn.btn--e2 {
    padding: 0;
    background-color: transparent !important;
}

.btn.btn--e2 .btn-e2-bg {
    display: block;
    padding: 10px 32px 8px 32px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #6D6261;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;       
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.btn.btn--e2 .btn-e2-bg:hover {
    background-color: #1b305f;
}

.btn.btn--e2 .btn-e2-bg:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -12px 0 0 1px;
    width: 30px;
    height: 24px;
    border-radius: 50%;
    background-color: #32529c;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
            transform: scale3d(1, 2, 1);
    -webkit-transition: transform 0.4s, opacity 0.3s;
            transition: transform 0.4s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
            transition-timing-function: cubic-bezier(0.7,0,0.9,1);
}

.btn.btn--e2.active .btn-e2-bg:before {
    -webkit-transform: scale3d(9, 9, 1);
            transform: scale3d(9, 9, 1);
}

.btn.btn--e2:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0px;
    z-index: 99;
    width: 12px;
    height: 11px;
    background: url(../images/svg-icons/check_cart.svg) no-repeat 0 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.btn.btn--e2.check:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.btn.btn--e2 span {
    position: relative;
    z-index: 2;
}

/*-----------------------------------
    BUTTON LINK
-------------------------------------*/
.btn-link {
    display: inline-block;
    vertical-align: top;
    padding: 15px 66px 13px 66px;
}

/*-----------------------------------
    BUTTON YELLOW
-------------------------------------*/
.btn--yellow {
    color: #434343;
    background-color: #ffcd2c;
}

.btn--yellow:hover, 
.btn--yellow:focus,
.btn--yellow:active, 
.btn--yellow.active {
    color: #434343;
    background-color: #ffdb67;
}

.btn--yellow.btn--e1:after {
    background-color: #ffdb68;
}
.btn--yellow.btn--e1:before {
    color: #434343;
}
.btn.btn--yellow.btn--e1:hover,
.btn.btn--yellow.btn--e1:focus, 
.btn.btn--yellow.btn--e1:active, 
.btn.btn--yellow.btn--e1.active {
    background-color: #ffcd2c;
}

/*-----------------------------------
    BUTTON WHITE
-------------------------------------*/
.btn--white {
    color: #434343;
    background-color: #fff;
}

.btn--white:hover, 
.btn--white:focus,
.btn--white:active, 
.btn--white.active {
    color: #434343;
    background-color: #fff;
}

.btn--white.btn--e1:after {
    background-color: #fff;
}
.btn--white.btn--e1:before {
    color: #434343;
}
.btn.btn--white.btn--e1:hover,
.btn.btn--white.btn--e1:focus, 
.btn.btn--white.btn--e1:active, 
.btn.btn--white.btn--e1.active {
    background-color: #fff;
}

/*-----------------------------------
    BUTTON ROUNDED && CIRCLE
-------------------------------------*/
.btn--rounded {
	border-radius: 5px !important;
}

.btn--circle {
	border-radius: 30px !important;
}

/*----- Button Vertical Center -----*/
.btn--vertical-center {
    top: calc(50% - 25px);
}


/*  ======================================================================
        BASIC ELEMENTS: FORM ELEMENTS
========================================================================== */
form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

input, textarea {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d3d3d3;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #434343;
    margin-bottom: 18px;
    background-color: transparent;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

textarea {
    height: 145px;
    resize: vertical;
    padding: 10px 20px;
}

input:not([type='submit']):focus,
textarea:focus {
    border-color: #6D6261;
    outline: none;
}

form button,
form input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    padding: 15px 67px 13px 67px;
    margin: 0;
    border: none;
    background-color: #10552B;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

form button:hover,
form button:focus,
form button:active,
form button.active,
form input[type=submit]:hover,
form input[type=submit]:focus,
form input[type=submit]:active,
form input[type=submit].active {
    background-color: #416aa6;
    color: #fff;
}

/*----- INPUTS CIRCLE -----*/
.inputs-circle input:not([type='submit']), 
.inputs-circle textarea {
    border-radius: 20px;
    padding-left: 22px;
}

.inputs-circle button,
.inputs-circle input[type='submit'] {
    border-radius: 24px;
}

/*----- FORM FULL WIDTH -----*/
form > .row button,
form > .row input[type=submit] {
    padding: 13px 60px 11px 60px; 
}

/*----- FORM LOGIN -----*/
.form-login {
    display: block;
    max-width: 500px;
    width: auto;
    text-align: left;
    margin: 0 auto;
}

/*----- CHECKBOX -----*/
.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 7px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
}

.checkbox.active {
    border-color: #6D6261;
}

.checkbox.active:before {
    display: block;
}

.checkbox:before {
    display: none;
    content: '';
    position: absolute;
    top: 3px;
    left: 1px;
    z-index: 9;
    width: 11px;
    height: 8px;
    background: url(../images/svg-icons/check.svg) no-repeat;
    background-size: contain;
}

.checkbox__input {
    visibility: hidden;
}

.label-checkbox {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #434343;
    cursor: pointer;
}

/*----- RADIO INPUT -----*/
.radio {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 7px;
    border: 1px solid #434343;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
}

.radio.active {
    border-color: #1f3b7a;
}

.radio:before {
    content: '';
    opacity: 0;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 9;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1f3b7a;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
}

.radio.active:before {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
}

.radio__input {
    visibility: hidden;
    height: 100%;
    width: 100%;
}

.label-radio {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 15px;
    color: #434343;
    font-size: 14px;
    cursor: pointer;
}

.group-label {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.group-label .label-checkbox,
.group-label .label-radio {
    display: block;
}

/*----- Notifications for form fields -----*/
.notice-input {
    position: relative;
    margin-bottom: 18px;
}
.notice-input input,
.notice-input textarea {
    margin-bottom: 0;
}
.notice-input.notice-input--success:before,
.notice-input.notice-input--warning:before,
.notice-input.notice-input--error:before {
    content: '\e91b';
    position: absolute;
    top: 50%;
    right: 23px;
    z-index: 2;
    display: block;
    margin-top: -6px;
    font-family: 'font-caplus';
    font-size: 12px;
    color: #4cc265;
    line-height: 12px;
}
.notice-input.notice-input--success:before {
    content: '\e91b';
    color: #4cc265;
}
.notice-input.notice-input--warning:before {
    content: '\e929';
    color: #d1d052;
}
.notice-input.notice-input--error:before {
    content: '\e919';
    color: #c24c4c;
}
.notice-input.notice-input--success input,
.notice-input.notice-input--success textarea {
    border-color: #4cc265; 
}
.notice-input.notice-input--success input::-webkit-input-placeholder {
    color: #4cc265;
}
.notice-input.notice-input--success input::-moz-placeholder{
    color: #4cc265;
}
.notice-input.notice-input--success input:-moz-placeholder{
    color: #4cc265;
}
.notice-input.notice-input--success input:-ms-input-placeholder{
    color: #4cc265;
}
.notice-input.notice-input--success textarea::-webkit-input-placeholder{
    color: #4cc265;
}
.notice-input.notice-input--success textarea::-moz-placeholder{
    color: #4cc265;
}
.notice-input.notice-input--success textarea:-moz-placeholder{
    color: #4cc265;
}
.notice-input.notice-input--success textarea:-ms-input-placeholder {
    color: #4cc265;
}

.notice-input.notice-input--warning input,
.notice-input.notice-input--warning textarea {
    border-color: #d1d052;
}
.notice-input.notice-input--warning input::-webkit-input-placeholder {
    color: #d1d052;
}
.notice-input.notice-input--warning input::-moz-placeholder{
    color: #d1d052;
}
.notice-input.notice-input--warning input:-moz-placeholder{
    color: #d1d052;
}
.notice-input.notice-input--warning input:-ms-input-placeholder{
    color: #d1d052;
}
.notice-input.notice-input--warning textarea::-webkit-input-placeholder{
    color: #d1d052;
}
.notice-input.notice-input--warning textarea::-moz-placeholder{
    color: #d1d052;
}
.notice-input.notice-input--warning textarea:-moz-placeholder{
    color: #d1d052;
}
.notice-input.notice-input--warning textarea:-ms-input-placeholder {
    color: #d1d052;
}

.notice-input.notice-input--error input,
.notice-input.notice-input--error textarea {
    border-color: #c24c4c;
}
.notice-input.notice-input--error input::-webkit-input-placeholder {
    color: #c24c4c;
}
.notice-input.notice-input--error input::-moz-placeholder{
    color: #c24c4c;
}
.notice-input.notice-input--error input:-moz-placeholder{
    color: #c24c4c;
}
.notice-input.notice-input--error input:-ms-input-placeholder{
    color: #c24c4c;
}
.notice-input.notice-input--error textarea::-webkit-input-placeholder{
    color: #c24c4c;
}
.notice-input.notice-input--error textarea::-moz-placeholder{
    color: #c24c4c;
}
.notice-input.notice-input--error textarea:-moz-placeholder{
    color: #c24c4c;
}
.notice-input.notice-input--error textarea:-ms-input-placeholder {
    color: #c24c4c;
}


/*  ======================================================================
        BASIC ELEMENTS: CUSTOM SELECT
========================================================================== */
.select {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #d3d3d3;
    text-align: left;
}

.select__title {
    position: relative;
    width: 100%;
    padding: 11px 18px 9px 18px;
    background: #fff;
    font-size: 15px;
    color: #6B6A6A;
    cursor: pointer;
}

.select__title:after {
    content: '\e901';
    position: absolute;
    right: 18px;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    font: 15px 'font-caplus';
    color: #525252;
}

.select__title.active:after {
    content: '\e907';
}

.select__placeholder {
    color: #A5A5A5;
}

.select__list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    left: -1px;
    width: calc( 100% + 2px );
    margin: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: translateY(18px);
       -moz-transform: translateY(18px);
            transform: translateY(18px);
}

.select__list.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
            transform: translateY(2px);
}

.select__item {
    position: relative;
    display: block;
    padding: 10px 18px 8px 18px;
    margin-bottom: 0;
    text-decoration: none;
    color: #434343;
}

.select__item:before {
    display: none;
}

.select__item.active,
.select__item:hover {
    text-decoration: none;
    background-color: #EFECEC;
    cursor: pointer;
}

.select__item.active {
    margin-left: -1px;
    margin-right: -1px;
    background-color: #6D6261;
    color: #fff;
}


/*  ======================================================================
        BASIC ELEMENTS: TABLE
========================================================================== */
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table-layout-fixed {
    table-layout: fixed;
}

.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: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ccdcff;
    overflow: hidden;
}

.table > thead {
    background-color: #ccdcff;
}

.table > thead > tr > th,
.table > thead > tr > td {
    vertical-align: bottom;
    padding-bottom: 11px;
    border-top: 0;
    border-bottom: 2px solid #ccdcff;
    font-size: 18px;
    font-weight: 300;
    color: #6D6261;
}

/*----- Table Striped -----*/
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td {
    border-top: 0;
}

.table-striped > tbody > tr:nth-child(odd) > th, 
.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f8f8f8;
}

/*----- Table Bordered -----*/
.table-bordered {
    border: 1px solid #ccdcff;
}

.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 #ccdcff;
}

.table-bordered > thead > tr > th, 
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table.table-bordered > thead {
    background-color: transparent;
}

/*----- Table Responsive -----*/
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.table-responsive > .table {
    margin-bottom: 0;
    table-layout: auto;
}

.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 Thead Color -----*/
.table.thead-bg-default > thead {
    border: 1px solid #ccdcff;
    background-color: #ccdcff;
}

.table.thead-bg-success > thead {
    background-color: #57d972;
}
.table.thead-bg-success > thead > tr > th,
.table.thead-bg-success > thead > tr > td {
    border: 1px solid #57d972;
    border-bottom: 2px solid #57d972;
    color: #fff;
}

.table.thead-bg-danger > thead {
    background-color: #e05353;
}
.table.thead-bg-danger > thead > tr > th,
.table.thead-bg-danger > thead > tr > th {
    border: 1px solid #e05353;
    border-bottom: 2px solid #e05353;
    color: #fff;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 360px) {
    .table > thead > tr > th, 
    .table > thead > tr > td {
        font-size: 14px;
    }
    .table-responsive .table > thead > tr > th, 
    .table-responsive .table > thead > tr > td {
        font-size: 16px;
    }
}


/*  ======================================================================
        BASIC ELEMENTS: TABS
========================================================================== */
.tabs:not(:last-child),
.tabs-2:not(:last-child) {
    margin-bottom: 30px;
}

.tabs .tabs__caption,
.tabs-2 .tabs__caption {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.tab__link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.tab__link:before {
  display: none;
}

.tabs__content {
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.tab__content {
    display: none;
    padding: 30px 40px;
    font-size: 14px;
    color: #434343;
}

.tabs__content .tab__content p {
    font-size: inherit;
    color: inherit;
}

.tab__content.active {
    display: block;
}

/*----- tabs #1 -----*/
.tabs .tab__link {
    font-size: 14px;
    font-weight: 300;
    color: #434343;
    padding: 15px 30px;
    margin: 0 1px;
    background-color: #f6f7fe;
}

.tabs .tab__link:hover,
.tabs .tab__link.active {
   background-color: #6D6261;
   color: #fff;
}

/*----- tabs #1 vertical -----*/
.tabs.tabs--vertical {
    display: table;
}

.tabs.tabs--vertical .tabs__caption {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.tabs.tabs--vertical .tab__link {
    display: block;
    white-space: nowrap;
    margin: 2px 0;
}

.tabs.tabs--vertical .tabs__content {
    display: table-cell;
}

/*----- tabs #1 inverse -----*/
.tabs.tabs--inverse .tab__link {
    background-color: #2f4d90;
    color: #fff;
}

.tabs.tabs--inverse .tab__link:hover,
.tabs.tabs--inverse .tab__link.active {
  background-color: #fff;
  color: #6D6261;
}

.tabs.tabs--inverse .tabs__content {
    border: none;
}

/*----- tabs #2 -----*/
.tabs-2 .tab__link {
    padding: 0;
    padding-bottom: 5px;
    margin: 0 40px;
    border-bottom: 1px dashed transparent;
    font-size: 18px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.tabs-2 .tab__link:hover,
.tabs-2 .tab__link.active {
   border-color: #000;
   color: #000;
}

.tabs-2 .tabs__content {
    border: none;
    background-color: transparent;
}

.tabs-2 .tab__content {
    padding: 35px 0px;
}

.tab__link:first-child {
    margin-left: 0;
}

.tab__link:last-child {
    margin-right: 0;
}

.tabs.tabs--vertical .tab__link:first-child {
    margin-top: 0;
}

.tabs.tabs--vertical .tab__link:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width : 991px) {
    .tabs__caption {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .tabs .tab__link { display: table-cell; }
    .tabs-2 .tab__link { display: inline-block; }
}
@media only screen and (max-width : 767px) {
    .tabs .tab__link {
        display: inline-block;
        width: calc(50% - 1px);
        margin-bottom: 1px;
    }
    .tabs .tab__link:nth-child(odd){ margin-left: 0; }
    .tabs .tab__link:nth-child(even){ margin-right: 0; }
    .tabs-2 .tab__link {
        display: inline-block;
        width: auto;
    }
    .tabs.tabs--vertical .tab__link { width: auto; }
}
@media only screen and (max-width : 600px) {
    .tabs.tabs--vertical,
    .tabs.tabs--vertical .tabs__caption {
        display: block;
    }
    .tabs.tabs--vertical .tab__link {
        display: inline-block;
        width: calc(50% - 1px);
        margin: 0 1px;
        margin-bottom: 1px;
    }
    .tabs.tabs--vertical .tab__link:nth-child(odd){ margin-left: 0; }
    .tabs.tabs--vertical .tab__link:nth-child(even){ margin-right: 0; }
    .tabs-2 .tab__link {
        margin: 0 15px;
        font-size: 14px;
    }
    .tabs-2 .tab__link:first-child { margin-left: 0; }
}
@media only screen and (max-width : 480px) {
    .tabs .tab__link,
    .tabs.tabs--vertical .tab__link,
    .tabs-2 .tab__link {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 1px;
    }
    .tabs-2 .tab__link { margin-bottom: 10px; }
}
@media only screen and (max-width : 425px) {
    .tab__content { padding: 30px 20px; }
}


/*  ======================================================================
        BASIC ELEMENTS: CIRCLE ICON
========================================================================== */
.circle-icon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 36px;
    border-radius: 50%;
    background-color: #213b79;
    text-align: center;
    font-size: 45px;
    color: #fff;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.circle-icon .fa,
.circle-icon .fc {
   position: relative;
   z-index: 2;
}

.circle-icon i {
    display: inline-block;
    line-height: inherit;
}

.circle-icon:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
       -moz-transition:    -moz-transform 0.2s, opacity 0.2s;
            transition:         transform 0.2s, opacity 0.2s;
}

/*----- Effect 1c ------*/
.circle-icon--1c {
    background-color: transparent;  
    box-shadow: 0 0 0 3px #213b79;
}

.circle-icon--1c:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    background: #213b79;
}

.circle-icon-hover:hover .circle-icon--1c:after,
.circle-icon-hover.circle-icon--1c:hover:after {
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

/*----- Effect 2c ------*/
.circle-icon--2c {
    background-color: transparent;
    box-shadow: 0 0 0 3px #213b79;
}

.circle-icon-hover:hover .circle-icon--2c,
.circle-icon-hover.circle-icon--2c:hover {
    color: #213b79;
}

.circle-icon--2c:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    background: #213b79;
}

.circle-icon-hover:hover .circle-icon--2c:after,
.circle-icon-hover.circle-icon--2c:hover:after {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
       -moz-transition:    -moz-transform 0.4s, opacity 0.4s;
            transition:         transform 0.4s, opacity 0.4s;
}

/*----- Effect 3c ------*/
.circle-icon--3c {
    -webkit-transition: background 0.2s, color 0.2s;
       -moz-transition: background 0.2s, color 0.2s;
            transition: background 0.2s, color 0.2s;
}

.circle-icon-hover:hover .circle-icon--3c,
.circle-icon-hover.circle-icon--3c:hover {
    background-color: #ffffff;
    color: #213b79;
}

.circle-icon--3c:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 3px #213b79;
    -webkit-transform: scale(0.8);      
       -moz-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
}

.circle-icon-hover:hover .circle-icon--3c:after,
.circle-icon-hover.circle-icon--3c:hover:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}

/*  ======================================================================
        BASIC ELEMENTS: BUTTON TO TOP
========================================================================== */
.to-top {
    position: fixed;
    z-index: 9999;
    right: 26.5px;
    bottom: 50px;
    width: 40px;
    height: 100px;
    border-radius: 24px;
    background-color: #F3A33B;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.to-top.active {
    opacity: 1;
    visibility: visible;
}

.to-top__text {
    position: absolute;
    top: 55px;
    left: 9px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #6D6261;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);  
}

.to-top__text:after {
    position: absolute;
    top: -2px;
    left: 45px;
    font-family: 'font-caplus' !important;
    font-size: 14px;
    content: "\e90c";
    color: #6D6261;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.to-top:hover .to-top__text:after {
    left: 40px;
}


/*  ======================================================================
        BASIC ELEMENTS: PAGINATION
========================================================================== */
.pagination {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.pagination li {
   display: inline-block;
   vertical-align: top;
   padding: 0;
   margin: 0;
}

.pagination li:before {
    display: none;
}

.pagination a {
    position: relative;
    display: block;
    text-decoration: none;
    width: 35px;
    height: 35px;
    border: 1px solid #b8d7e4;
    background-color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
    color: #434343;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
    cursor: pointer;
}

.pagination .pagination__prev,
.pagination .pagination__next {
    line-height: 33px;
}

.pagination__prev:before,
.pagination__next:before {
    font-family: 'font-caplus';
    font-size: 9px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination__prev:before {
    content: "\e903";
}

.pagination__next:before {
    content: "\e905";
}

.pagination a.active {
    background-color: #6D6261;
    color: #fff;
    border-color: #6D6261;
}

.pagination a.active:hover {
    cursor: default;
    background-color: #6D6261;
}

.pagination a:hover {
    background-color: #B8D7E4;
}

.pagination a.disabled {
    cursor: default;
    background-color: #fff;
}

@media only screen and (max-width : 450px) {
    .pagination { text-align: center; }
}


/*  ======================================================================
        BASIC ELEMENTS: COMMENTS
========================================================================== */
.comments {
    padding: 30px 40px;
    border-top: 1px solid #f6f6f6;
}

.tab__content  .comments {
    padding: 0;
}

.catalog-item__tabs  .comments {
    margin: 0;
}

.comments__title {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}

.comments__title span {
    font-size: 16px;
    position: relative;
    top: -8px;
}

.comments__form {
   width: 100%;
}

.comments__form-top {
    overflow: hidden;
}

.comments__input,
.comments__textarea {
    border-radius: 4px;
}

.comments__input {
    width: 48%;
}

.comments__textarea {
    height: 170px;
}

.comments__button {
    padding: 12px 50px 10px 50px;
    margin-top: 15px;
}

.comments__button span {
    position: relative;
    display: block;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;    
}

.comments__button:hover span {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); 
}

.comments__button span:before {
    position: absolute;
    opacity: 0; 
    content: "\e925";
    z-index: 1;
    top: 50%;
    left: -20px;
    margin-top: -12px;
    font-size: 15px;
    font-family: 'font-caplus' !important;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.comments__button:hover span:before {
    opacity: 1; 
}

.comments__list {
    margin-top: 60px;
}

.comments__item {
    margin-bottom: 40px;
}

.comments__auth-ava {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

.comments__auth-ava .comments__item-info {
    display: none;
}

.comments__auth-ava img {
    vertical-align: middle;
    border-radius: 50%;
}

.comments__item-content {
    margin-left: 67px;
}

.comments__item-info {
    margin-bottom: 5px;
}

.comments__auth-fio {
    font-size: 14px;
    font-weight: 500;
    color: #434343;
    margin-right: 20px;
}

.comments__item-date {
    font-size: 12px;
    color: #a9a9a9;
}

.comments__item-text {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 18px;
}

.comments__answer-link {
    display: inline-block;
    margin-top: 10px;
}

.comments__item > .comments__item {
    margin-left: 67px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 480px) {
    .comments__auth-ava { float: none; }
    .comments__item-info { display: none; }
    .comments__auth-ava .comments__item-info {
        display: block;
        position: absolute;
        top: 6px;
        left: 70px;
        width: 500%;
        text-align: left;
    }
    .comments__auth-ava .comments__auth-fio,
    .comments__auth-ava .comments__item-date {
        display: block;
        line-height: 20px;
    }
}


/*  ======================================================================
        BASIC ELEMENTS: QUOTATION
========================================================================== */
.quote {
    position: relative;
    padding: 25px 20px;
    border: 3px solid #d5d5d5;
}

.quote:before {
   content: '“';
   position: absolute;
   top: -16px;
   left: 23px;
   width: 30px;
   height: 30px;
   background-color: #f6f6f6;
   font: 72px Arial;
   line-height: 69px;
   color: #d5d5d5;
   text-align: center;
}

.quote__title {
	font-size: 18px;
	font-weight: 300;
	color: #434343;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.quote__text {
	font-size: 14px;
	font-weight: 300;
	color: #434343;
}

.quote__text p {
	margin-bottom: 5px;
}


/*  ======================================================================
        BASIC ELEMENTS: WIDGET SEARCH
========================================================================== */
.widget-search__form {
   display: block;
   position: relative;
}

.widget-search__form input {
   border: 1px solid #a4a4a6;
   border-radius: 22px;
   background-color: transparent;
   width: 100%;
   height: 42px;
   line-height: 41px;
   padding-left: 28px;
   padding-right: 46px;
   margin-bottom: 0;
   font-size: 14px;
   font-weight: normal;
   color: #434343;
}

.widget-search__form button {
    position: absolute;
    right: 3px;
    top: 2px;
    z-index: 1;
    width: 50px;
    height: 40px;
    padding: 10px;
    border: none;
    background: transparent !important;
    color: #868686;
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;
}

.widget-search__form button:before {
	content: '\e918';
    font: 19px 'font-caplus';
    font-weight: 300;
    color: #868686;
	-webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.widget-search__form button:hover:before {
    color: #6D6261;
}


/*  ======================================================================
        BASIC ELEMENTS: ACCORDION
========================================================================== */
.accordion {
    width: 100%;
    margin-bottom: 30px;
}

.accordion__item {
    margin-bottom: 20px;
}

.accordion__item:last-child {
	margin-bottom: 0px;
}

.accordion__link {
	position: relative;
	padding: 14px 57px 12px 40px;
	border-radius: 30px;
	background-color: #f6f6f6;
	font-size: 14px;
	font-weight: 300;
	color: #434343;
	cursor: pointer;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.accordion__item.active .accordion__link {
    background-color: #4d396a;
    background: -moz-linear-gradient(left,  rgba(33,60,121,0.2) 0%, rgba(254,47,47,0.2) 100%), #4d396a;
    background: -webkit-linear-gradient(left,  rgba(33,60,121,0.2) 0%,rgba(254,47,47,0.2) 100%), #4d396a;
    background: linear-gradient(to right,  rgba(33,60,121,0.2) 0%,rgba(254,47,47,0.2) 100%), #4d396a;
    color: #fff;
}

.accordion__link:before {
	content: '';
	position: absolute;
	right: 48px;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 1px;
	height: 17px;
	background-color: #434343;
}

.accordion__link:after {
	content: '';
	position: absolute;
	right: 40px;
	top: 50%;
	display: block;
	width: 17px;
	height: 1px;
	background-color: #434343;
}

.accordion__item.active .accordion__link:before {
	display: none;
}

.accordion__item.active .accordion__link:after {
	background-color: #fff;
}

.accordion__content {
	display: none;
}

.accordion__text {
  padding: 20px 40px;
  padding-bottom: 0;
}

/*------ inverse active ------*/
.accordion.inverse-active .accordion__link {
	border: 1px solid #f6f6f6;
}
.accordion.inverse-active .accordion__item.active .accordion__link {
	background-color: #fff;
	color: #000;
	border-color: #c1c1c1;	
}

/*------ inverse item ------*/
.accordion.inverse-item .accordion__link {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	color: #000;
}
.accordion.inverse-item .accordion__item.active .accordion__link {
	background: #f6f6f6;
	color: #434343;
	border-color: #f6f6f6;	
}

.accordion.inverse-active .accordion__link:before,
.accordion.inverse-active .accordion__link:after,
.accordion.inverse-item .accordion__link:before,
.accordion.inverse-item .accordion__link:after {
	background-color: #434343;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 480px) {
    .accordion__link { font-size: 16px; }
}
@media only screen and (max-width : 360px) {
    .accordion__link {
        font-size: 14px;
        padding: 11px 30px 9px 20px;
    }
    .accordion__link:before { right: 28px; }
    .accordion__link:after { right: 20px; }
}

/*  ======================================================================
        BASIC ELEMENTS: IMG POPUP
========================================================================== */
.img-popup {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;       
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
}

.img-popup:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(33, 60, 121, 0.8);
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.img-popup:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url(../images/svg-icons/plus.svg) no-repeat center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}

.img-popup:hover:before {
    opacity: 1;
}

.img-popup:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.img-popup img {
	padding: 0 !important;
	margin: 0 !important;
}


/*  ======================================================================
        BASIC ELEMENTS: BLOCKQUOTE BLOCK
========================================================================== */
.blockquote-block {
    position: relative;
    max-width: 622px;
    padding: 0;
    padding-top: 90px;
    padding-bottom: 40px;
    margin: 0 auto;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
    line-height: 24px;
    text-align: center;
 }

.blockquote-block p {
    color: #333;
    margin-bottom: 25px;
    line-height: 22px;
    font-weight: 400;
}

.blockquote-block p:last-child {
	margin-bottom: 0;
}

.blockquote-block:before {
	content: '“';
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -12px;
	font: 72px Arial, sans-serif;
	color: #cbcaca;  
	text-align: center;
}


/*  ======================================================================
        BASIC ELEMENTS: PRICE BLOCK
========================================================================== */
.price-row {
    margin: 50px 0;
    font-size: 0;
    white-space: nowrap;
}

.price-row-style2,
.price-row-style3 {
    margin-left: -5px;
    margin-right: -5px; 
}

.price-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 1px);
    padding: 0 29px;
    margin: 5px 0;
    border-right: 1px solid #dde2ed;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.price-block.last {
    border-right: 0;
}

.price-block__title {
    margin-bottom: 5px;
    font-size: 24px;
    color: #434343;
}

.price-block__title span {
    position: relative;
}

.price-block__title span:first-child:after {
    content: '•';
    position: absolute;
    top: -2px;
    right: -17px;
    color: #fec211;
}

.price-block__current {
    font-size: 36px;
    color: #264996;
    margin-bottom: 17px;
}

.price-block__current span {
    font-size: 24px;
}

.price-block__current span.time {
    font-size: 18px;
}

.price-block__badge {
    position: absolute;
    top: 74px;
    right: 0px;
    padding: 7px 10px 5px 10px;
    background-color: #c52c50;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.price-block__badge--recommend {
    background-color: #628881;
}
.price-block__badge--popular {
    padding: 7px 15px 5px 15px;
    background-color: #f7c848;
    color: #434343;
}

.price-block__list {
    padding: 0;
    margin: 0;
    margin-bottom: 38px;
}

.price-block__list li {
    padding: 8px 0 7px 0;
    margin: 0px;
    font-size: 14px;
    color: #434343;
}

.price-block__list li:before {
    display: none;
}

.price-block__btn {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 15px 0 13px 0;
    text-transform: uppercase;
}

/*----- Price Block Style #2, #3 -----*/
.price-block--style2,
.price-block--style3 {
    width: calc(25% - 10px);
    padding: 20px 29px;
    margin: 5px;
    border: none;
    background-color: #f6f7fe;
}

@media only screen and (min-width: 991px) {
    .price-block--style2:hover,
    .price-block--style3:hover {
        -webkit-transform: translateY(-10px);
           -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); 
    }
}

.price-block--style2 .price-block__list li,
.price-block--style3 .price-block__list li {
    border-top: 1px solid #fff;
}

.price-block--style2 .price-block__list li:last-child,
.price-block--style3 .price-block__list li:last-child {
    border-bottom: 1px solid #fff;
}

/*----- Price Block Style #2 -----*/
.price-block.price-block--style2:before,
.price-block.price-block--style2:after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 90px;
    background: url(../images/bg/price_block_bg.png) no-repeat -20px 0px;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.price-block.price-block--style2:after {
    bottom: -2px;
    left: auto;
    right: 0;
    background: url(../images/bg/price_block_bg2.png) no-repeat -175px -24px;
}

@media only screen and (min-width: 991px) {
    .price-block.price-block--style2:hover:before {
        -webkit-transform: translateY(-8px);
           -moz-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);     
    }
    .price-block.price-block--style2:hover:after {
        -webkit-transform: translateY(15px);
           -moz-transform: translateY(15px);
            -ms-transform: translateY(15px);
                transform: translateY(15px);     
    }
}

/*----- Price Block Style #3 -----*/
.price-block.price-block--style3 {
    background-color: #fff;
}

.price-block--style3 .price-block__list li {
    border-color: #f6f7fe;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 991px) {
    .price-row { white-space: normal; }
    .price-block {
        width: calc(50% - 1px);
        border-left: 1px solid #dde2ed;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
    .price-block.last { border-right: 1px solid #dde2ed; }
    .price-block:nth-child(2n) { border-left: 0; }
    .price-block--style2, 
    .price-block--style3 {
        width: calc(50% - 10px);
        margin-bottom: 10px;
        border: 0 !important;
    }
    .price-block.price-block--style2:after {
        height: 110px;
        background: url(../img/price_block_bg2.html) no-repeat -165px 0px;
    }
}
@media only screen and (max-width : 600px) {
    .price-block {
        width: calc(100% - 1px);
        border: none;
        border-bottom: 1px solid #dde2ed;
    }
    .price-block.last { border-right: 0; }
    .price-block--style2, 
    .price-block--style3 {
        display: block;
        width: calc(100% - 10px);
        border: none;
    }
    .price-block.price-block--style2:before { bottom: -22px; }
    .price-block.price-block--style2:after {
        height: 100px;
        background: url(../img/price_block_bg2.html) no-repeat -45px 0px;
    }
}
@media only screen and (max-width : 425px) {
    .price-block.price-block--style2:before {
        bottom: -32px;
    }
    .price-block.price-block--style2:after {
        height: 110px;
        background: url(../img/price_block_bg2.html) no-repeat -115px 0px;
    }
}
@media only screen and (max-width : 360px) {
    .price-block.price-block--style2:after {
        height: 100px;
        background: url(../img/price_block_bg2.html) no-repeat -145px -9px;
    }
}


/*  ======================================================================
        BASIC ELEMENTS: TEAM BLOCK
========================================================================== */
.team-row {
    margin: 0 -5px;
    font-size: 0;
}

.team-block {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 10px);
    padding: 0;
    margin: 5px;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 14px;
}

@media only screen and (min-width: 991px) {
    .hover-default {
        -webkit-transition: transform 0.3s ease;
           -moz-transition: transform 0.3s ease;
                transition: transform 0.3s ease;
    }
    .hover-default:hover {  
        -webkit-transform: translateY(-10px);
           -moz-transform: translateY(-10px);
                transform: translateY(-10px); 
    }
    .hover-st {
        -webkit-transition: transform 0.3s, box-shadow 0.3s ease;
           -moz-transition: transform 0.3s, box-shadow 0.3s ease;
                transition: transform 0.3s, box-shadow 0.3s ease;
    }
    .hover-st:hover {
        box-shadow: 0 2px 20px rgba(0,0,0,0.15);
        -webkit-transform: translateY(-10px);
           -moz-transform: translateY(-10px);
                transform: translateY(-10px);
    }
}

.team-block.hover-alt {
    -webkit-transition: background-color 0.5s;
       -moz-transition: background-color 0.5s;
            transition: background-color 0.5s;
}

.team-block.hover-alt:hover {
    background-color: #f6f7fe;
}

.team-block__content {
    padding: 20px;
    padding-top: 15px;
}

.team-block__name {
    font-size: 18px;
    color: #6D6261;
}

.team-block__post {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    color: #434343;
}

.team-block .social-media {
    padding: 0;
}

.team-block .social-media a {
    border-color: #dcdcde;
    color: #dcdcde;
}

.team-block__img {
    width: 100%;
    height: 254px;
    line-height: 254px;
    text-align: center;
}


/*----- Team Block View 2 -----*/
.team-block-v2 {
    text-align: center;
}

.team-block-v2 .team-block__img {
    height: 220px;
    line-height: 220px;
    padding: 0 27px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

.team-block-v2 .team-block__content {
    padding: 23px;
}

.team-block-v2 .team-block__content:first-child {
    padding: 20px 0 15px 0;
}

.team-block-v2 .team-block__post {
    margin-bottom: 0;
}

/*----- Team Block View 3 and 4 -----*/
.team-block-v3 {
    width: calc( 50% - 10px );
    background-color: #f6f7fe;
    min-width: 500px;
}

.team-block-v3 .team-block__img,
.team-block-v4 .team-block__img {
    float: left;
    width: 275px;
}

.team-block-v3 .team-block__content,
.team-block-v4 .team-block__content {
    margin-left: 275px;
    padding: 25px 30px;
}

/*----- Team Block View 4 -----*/
.team-block-v4 {
    position: relative;
    width: calc( 50% - 5px );
    min-width: 500px;
    background-color: #fff;
    padding-bottom: 7px;
    margin: 7px 0;
    margin-left: 5px;
    margin-bottom: 0;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
}

.team-block-v4:nth-last-child(1),
.team-block-v4:nth-last-child(2) {
    border-bottom: 0;
}

.team-block.team-block-v4:nth-child(1):before,
.team-block.team-block-v4:nth-child(2):before {
    height: 100%;
}

.team-block-v4:nth-child(2n) {
    margin-left: 0;
    margin-right: 5px;
}

.team-block-v4:nth-child(2n):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc( 100% + 9px );
    background-color: #dfdfdf;
}

.team-block-v4:nth-child(2n) .team-block__img {
    float: right;
    width: 275px;
}

.team-block-v4:nth-child(2n) .team-block__content {
    margin-right: 275px;
    margin-left: 0;
}

/*----- Media Styles -----*/
@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .team-block__img {
        height: 208px;
        line-height: 208px;
    }
    .team-block-v2 .team-block__img {
        height: 172px;
        line-height: 172px;
    }
    .team-block-v3 .team-block__img, 
    .team-block-v4 .team-block__img,
    .team-block-v4:nth-child(2n) .team-block__img {
        width: 208px;
        height: 192px;
        line-height: 192px;
    }
    .team-block-v3 .team-block__content, 
    .team-block-v4 .team-block__content {
        margin-left: 208px;
    }
    .team-block-v4:nth-child(2n) .team-block__content {
        margin-right: 208px;
    }
    .team-block-v3,
    .team-block-v4 {
        min-width: auto;
    }
}
@media only screen and (max-width : 991px) {
    .team-block {
        width: calc(50% - 10px);
    }
    .team-block-v3,
    .team-block-v4 {
        width: calc(100% - 10px);
    }
    .team-block-v4 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .team-block-v4:nth-last-child(2){
        border-bottom: 1px solid #dfdfdf;
    }
    .team-block-v4:before {
        display: none;
    }
    .team-block__content {
        text-align: center;
    }
    .team-block-v3 .team-block__content,
    .team-block-v4 .team-block__content {
        text-align: left;
    }
    .team-block-v4:nth-child(2n) .team-block__content {
        text-align: right;
    }
}
@media only screen and (max-width: 600px) and (min-width: 481px) {
    .team-block__img {
        height: 208px;
        line-height: 208px;
    }
    .team-block-v2 .team-block__img {
        height: 172px;
        line-height: 172px;
    }
    .team-block-v3 .team-block__img, 
    .team-block-v4 .team-block__img,
    .team-block-v4:nth-child(2n) .team-block__img {
        width: 208px;
        height: 192px;
        line-height: 192px;
    }
    .team-block-v3 .team-block__content, 
    .team-block-v4 .team-block__content {
        margin-left: 208px;
    }
    .team-block-v4:nth-child(2n) .team-block__content {
        margin-right: 208px;
    }
    .team-block-v3,
    .team-block-v4 {
        min-width: auto;
    }
    .team-block-v3 .team-block__content, 
    .team-block-v4 .team-block__content {
        padding: 8px 20px 11px 20px;
    }
    .team-block__post {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width : 480px) {
    .team-block {
        display: block;
        width: auto;
        max-width: 275px;
        margin: 5px auto !important;
    }
    .team-block-v3,
    .team-block-v4 {
        min-width: auto;    
    }
    .team-block-v3 .team-block__img,
    .team-block-v4 .team-block__img,
    .team-block-v4:nth-child(2n) .team-block__img {
        float: none;
        width: 100%;
    }
    .team-block-v3 .team-block__content,
    .team-block-v4 .team-block__content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
    }
    .team-block-v4 .team-block__content,
    .team-block-v4:nth-child(2n) .team-block__content {
        text-align: center;
    }
}


/*  ======================================================================
        BASIC ELEMENTS: MODAL WINDOW
========================================================================== */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-modal-apply + .md-overlay {
    z-index: 1600;
}

.md-modal-scroll {
    height: 90%;
    width: 68%;
    max-width: none;
    z-index: 1500;
}

.md-modal-scroll .md-content {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 20px 50px 30px 50px;
}

/*--------- Modal Window - Close ---------*/
.md-close {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    cursor: pointer;
}

.md-close.fixed-top {
    position: fixed;
}

.md-close svg {
    display: block;
    fill: #fff;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.md-close:hover svg {
    fill: #f00;
}

/*--------- Modal Window - Overlay ---------*/
.md-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.md-overlay.md-show {
    opacity: .6;
    visibility: visible;
}

/*--------- Modal Window - Animation window ---------*/
.md-modal .md-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.md-show.md-modal .md-content {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*--------- Modal Window - Content ---------*/
.md-top {
    margin-bottom: 18px;
}

.md-content {
    position: relative;
    background-color: #fff;
    color: #434343;
    padding: 26px 32px 30px 32px;
    max-width: 500px;
}

.md-title {
    font-size: 18px;
    font-weight: 300;
    color: #6D6261;
    text-align: center;
}


/*  ======================================================================
        BASIC ELEMENTS: STEPS
========================================================================== */
.steps {
    margin: 0 -14px;
    font-size: 0;
}

.step {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    margin: 0px 14px 40px 14px;
    font-size: 14px;
    text-align: center;
}

.step__title {
    font-size: 18px;
    color: #6D6261;
    margin-bottom: 13px;
}

.step__desk {
    line-height: 1.5em;
}

.step__circle-icon {
    margin-bottom: 20px;
    font-size: 60px;
    font-weight: 300;
    color: #9cb7e3;
    background-color: #f6f7fe;  
}

.step__circle-icon.bg-transparent {
    background-color: transparent;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 767px) {
    .steps { text-align: center; }
}


/*  ======================================================================
        BASIC ELEMENTS: NOTIFICATIONS
========================================================================== */
.notice {
    position: relative;
    padding: 15px 60px 13px 80px;
    margin-bottom: 20px;
    background-color: #e9ebfa;
    font-size: 14px;
    color: #6D6261;
}

.notice:before {
    content: "\e927";
    position: absolute;
    top: 50%;
    left: 37px;
    z-index: 2;
    display: block;
    margin-top: -5px;
    font-family: 'font-caplus';
    font-size: 20px;
    color: inherit;
    line-height: 12px;
}

.notice__close {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 2;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    text-decoration: none !important;
}

.notice__close:before {
    content: "\e91c";
    display: block;
    font-family: 'font-caplus';
    font-size: 11px;
    font-weight: bold;
    color: #000;
    line-height: 12px;
}

.notice-warning {
    background-color: #ffe085;
    color: #ab410d;
}
.notice-warning.notice:before {
    content: '\e929';
    font-size: 18px;
}

.notice-error {
    background-color: #f99595;
    color: #ab0d0d;
}
.notice-error.notice:before {
    content: '\e919';
    font-size: 18px;
}

.notice-success {
    background-color: #7ced86;
    color: #128017;
}
.notice-success.notice:before {
    content: '\e91b';
    font-size: 18px;
}

.notice-info {
    background-color: #adcaff;
    color: #184dae;
}
.notice-info.notice:before {
    content: '\e928';
    font-size: 18px;
}

.notice-icon {
    background-color: #e9ebfa;
}

.notice-icon i {
    position: absolute;
    left: 37px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #000;
}

.notice-icon:before {
    display: none;
}

/*----- Notice Alt -----*/
.notice--alt {
    padding: 25px 100px 23px 110px;
}

.notice--alt:before {
    font-size: 30px !important;
}

.notice--alt span {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.notice--alt p {
    margin-bottom: 0;
}

.notice--alt.notice-icon i {
    font-size: 30px;
    margin-top: -15px;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 600px) {
    .notice--alt { padding: 25px 40px; }
    .notice--alt span {
        padding-left: 30px;
        padding-right: 30px;
    }
    .notice--alt:before {
        top: 31px;
        margin: 0;
        font-size: 20px !important;
    }
    .notice--alt .notice__close {
        margin: 0;
        top: 32px;
        right: 48px;
    }
    .notice--alt.notice-icon i {
        top: 28px;
        font-size: 20px;
        margin-top: 0px;
    }
}
@media only screen and (max-width : 480px) {
    .notice--alt span { font-size: 15px; }
    .notice--alt .notice__close { right: 25px; }
}
@media only screen and (max-width : 425px) {
    .notice--alt { padding: 25px 20px; }
    .notice--alt:before,
    .notice--alt.notice-icon i {
        left: 20px;
    }
}


/*  ======================================================================
        BASIC ELEMENTS: PROGRESS BAR
========================================================================== */
.progress-bar {
    position: relative;
    margin-bottom: 20px;
}

.pbar__title {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #434343;
}

.progress-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #6D6261;
}

.progress-bar .bar-container {
    position: relative;
    height: 10px;
    background-color: #f1f1f1;
    overflow: hidden;
}

.progress-bar.pbar-md .bar-container {
    height: 25px;
}

.progress-bar.pbar-lg .bar-container {
    height: 40px;
}

/*----- Progress Bar Circle -----*/
.progress-bar.pbar-circle .bar-container,
.progress-bar.pbar-circle .bar {
    border-radius: 20px;
}

/*----- Progress Bar Percent -----*/
.pbar-percent {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}

.progress-bar.pbar-md .pbar-percent,
.progress-bar.pbar-lg .pbar-percent {
    font-size: 14px;
    margin-top: -10px;
    right: 30px;
}

.progress-bar.pbar-md .pbar-percent {
    margin-top: -11px;
    right: 25px;
}

.pbar-percent-alt {
    font-family: inherit;
    font-size: 14px;
    position: absolute;
    top: 4px;
    right: 0px;
    color: #434343;
}

/*----- Progress Bar Gradient -----*/
.pbar-grad1 .bar {
    background-color: #47a6ff;
    background-image: -moz-linear-gradient(39deg, rgba(142,61,204,.62) -25%, rgba(71,166,255,.62) 125%);
    background-image: -o-linear-gradient(39deg, rgba(142,61,204,.62) -25%, rgba(71,166,255,.62) 125%);
    background-image: -webkit-linear-gradient(39deg, rgba(142,61,204,.62) -25%, rgba(71,166,255,.62) 125%);
    background-image: linear-gradient(51deg, rgba(142,61,204,.62) -25%, rgba(71,166,255,.62) 125%);

}

.pbar-grad2 .bar {
    background-color: #3dcb49;
    background-image: -moz-linear-gradient(39deg, #28aba1 -25%, #3dcb49 125%);
    background-image: -o-linear-gradient(39deg, #28aba1 -25%, #3dcb49 125%);
    background-image: -webkit-linear-gradient(39deg, #28aba1 -25%, #3dcb49 125%);
    background-image: linear-gradient(51deg, #28aba1 -25%, #3dcb49 125%);
}

.pbar-grad3 .bar {
    background-color: #cb3d3d;
    background-image: -moz-linear-gradient(39deg, #df6363 -25%, #2850ac 125%);
    background-image: -o-linear-gradient(39deg, #df6363 -25%, #2850ac 125%);
    background-image: -webkit-linear-gradient(39deg, #df6363 -25%, #2850ac 125%);
    background-image: linear-gradient(51deg, #df6363 -25%, #2850ac 125%);
}

/*----- Progress Bar Animate  -----*/
.progress-bar.pbar-animate .bar {
  background-image: 
    linear-gradient(
      to bottom,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 12%,
      rgba(255,255,255,0) 15%,
      rgba(255,255,255,0) 30%,
      rgba(255,255,255,0) 40%,
      rgba(255,255,255,0) 50%,
      rgba(255,255,255,0) 70%,
      rgba(255,255,255,0) 88%,
      rgba(255,255,255,0) 88%
    ),
    linear-gradient(
      135deg,
      transparent 0%,
      transparent 25%,
      rgba(255,255,255,.3) 25%,
      rgba(255,255,255,.3) 50%,
      transparent 50%,
      transparent 75%,
      rgba(255,255,255,.3) 75%,
      rgba(255,255,255,.3) 100%
    );
  background-size: cover, 50px 50px;
  background-position: top, 0 0;
  animation: loading 1s infinite linear;
}
@keyframes loading {
  0% {
    background-position: top, 0 0;
  }
  100% {
    background-position: top, 50px 0;
  }
}

/*----- Progress Bar Cirlce -----*/
.progress-bar-circle {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    overflow: visible;
}

.pbar-cirlce-percent {
    font-size: 36px;
    font-weight: 300;
    color: #434343;
}

/*----- Media Styles -----*/
@media only screen and (min-width : 991px) { 
    .progress-bar--right .bar {
        right: 0;
        left: auto;
    }
    .progress-bar--right .pbar__title { text-align: right; }
    .progress-bar.pbar-lg.progress-bar--right .pbar-percent {
        left: 30px;
        right: auto;
    }
    .progress-bar.pbar-md.progress-bar--right .pbar-percent {
        left: 25px;
        right: auto;
    }
}


/*  ======================================================================
        BASIC ELEMENTS: TIMER
========================================================================== */
.timer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 300;
    color: #434343;
}

.timer__count {
    position: relative;
    min-width: 80px;
    margin-bottom: 8px;
    font-size: 36px;
}

.timer__count:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    background-color: #ffcc35;
}

.timer__text {
    font-size: 14px;
    text-transform: uppercase;
}

.timer-bg {
    padding-bottom: 20px;
}

.timer-bg .timer__count {
    margin-bottom: 5px;
}

.timer-bg .timer__count:before {
    display: none;
}

.timer-bg:not(:last-child) .timer {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.timer-bg:not(:last-child) .timer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 140px;
    height: 2px;
    margin-left: -70px;
    background-color: #e8e8e8;
}

.timer-row {
    padding: 75px 0 55px 0;
}

.timer__count-after:after {
    content: attr(data-after);
}

/*----- Media Styles -----*/
@media only screen and (max-width: 480px) {
    .timer-row { padding: 50px 0 0 0; }
    .timer__count { font-size: 25px; }
}


/*  ======================================================================
        BASIC ELEMENTS: TESTIMONIALS
========================================================================== */
.testimonials-item {
    text-align: center;
}

.testimonials-carousel .testimonials-item {
    margin: 0 15px;
}

.testimonials-carousel .owl-pagination {
    bottom: -50px;
}

.testimonials__foto,
.testimonial-2__photo {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 18px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;       
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
}

.testimonials__content {
    position: relative;
    padding: 16px 20px 20px 20px;
    background: url(../images/svg-icons/quote_white.svg) no-repeat 10px 10px, #f6f7fe;
    background-size: 40px;
}

.testimonials__content:before {
    content: '';
    position: absolute;
    left: 78px;
    top: -8px;
    border: 12px solid transparent;
    border-top: 4px solid #f6f7fe;
    border-right: 42px solid #f6f7fe;
    -webkit-transform: rotateZ(130deg);
       -moz-transform: rotateZ(130deg);
            transform: rotateZ(130deg);
}

.testimonials-item.testimonials-item--white .testimonials__content {
    background: url(../images/svg-icons/quote_gray.svg) no-repeat 10px 10px, #fff;
    background-size: 40px;
}

.testimonials-item.testimonials-item--white .testimonials__content:before {
    border: 12px solid transparent;
    border-top: 4px solid #fff;
    border-right: 42px solid #fff;
}

.testimonials__content p {
    line-height: 20px;
}

.testimonials__name {
    position: relative;
    z-index: 9;
    font-size: 14px;
    font-weight: 500;
    color: #6D6261;
    margin-bottom: 10px;
}

/*---- testimonials-item-alt -----*/
.testimonials-item-alt {
    max-width: 690px;
    margin: 0 auto;
}

.testimonials-item-alt .testimonials__content {
    background-color: #fff;
}

.testimonials-item-alt .testimonials__content:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 18px solid #fff;
    left: 50%;
    top: -21px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
            transform: translateX(-50%);
}

/*---- testimonials-2 -----*/
.testimonial-2 {
    max-width: 810px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.testimonial-2__content {
    margin-bottom: 20px;
    line-height: 35px;
}
.testimonial-2__name {
    margin-bottom: 13px;
}
.testimonial-2__post {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    margin-bottom: 25px;
    line-height: 22px;
    background-color: #5a565c;
    font-size: 12px;
}
.testimonial-2__photo {
    margin-bottom: 10px;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 700px) {
    .testimonial-2 { font-size: 20px; }
    .testimonial-2__content { line-height: 26px; }
}
@media only screen and (max-width : 480px) {
    .testimonial-2 { font-size: 16px; }
    .testimonial-2__content { line-height: 20px; }
}

/*  ======================================================================
        BASIC ELEMENTS: SOCIAL MEDIA
========================================================================== */
.social-media {
    padding: 11px 0; 
    font-size: 0;
}

.social-media a {
    display: inline-block;
    vertical-align: top;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border: 2px solid #BABABD;
    border-radius: 50%;
    color: #BABABD;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    -webkit-transition: border-color .4s, color .4s;
       -moz-transition: border-color .4s, color .4s;
            transition: border-color .4s, color .4s;
}

.social-media a:first-child {
    margin-right: 0px;
}

.social-media a:hover {
    border-color: #6D6261;
    color: #6D6261;
}


/*  ======================================================================
        BASIC ELEMENTS: ANIMATION - VIBRATION
========================================================================== */
.vibration-hover:hover .vibration {
    animation: vibration 500ms ease-in-out;
}
.vibration:hover {
    animation: vibration 500ms ease-in-out;
}
.active .vibration-active {
    animation: vibration 500ms ease-in-out;
}
@keyframes vibration {
  2% {
    transform: translate(0, 0) rotate(4.5deg); }
  4% {
    transform: translate(0, 0) rotate(-0.5deg); }
  6% {
    transform: translate(0, 0) rotate(5.5deg); }
  8% {
    transform: translate(0, 0) rotate(3.5deg); }
  10% {
    transform: translate(0, 0) rotate(7.5deg); }
  12% {
    transform: translate(0, 0) rotate(1.5deg); }
  14% {
    transform: translate(0, 0) rotate(-2.5deg); }
  16% {
    transform: translate(0, 0) rotate(-1.5deg); }
  18% {
    transform: translate(0, 0) rotate(2.5deg); }
  20% {
    transform: translate(0, 0) rotate(4.5deg); }
  22% {
    transform: translate(0, 0) rotate(-3.5deg); }
  24% {
    transform: translate(0, 0) rotate(-4.5deg); }
  26% {
    transform: translate(0, 0) rotate(-0.5deg); }
  28% {
    transform: translate(0, 0) rotate(4.5deg); }
  30% {
    transform: translate(0, 0) rotate(-2.5deg); }
  32% {
    transform: translate(0, 0) rotate(5.5deg); }
  34% {
    transform: translate(0, 0) rotate(-3.5deg); }
  36% {
    transform: translate(0, 0) rotate(-1.5deg); }
  38% {
    transform: translate(0, 0) rotate(-0.5deg); }
  40% {
    transform: translate(0, 0) rotate(6.5deg); }
  42% {
    transform: translate(0, 0) rotate(-2.5deg); }
  44% {
    transform: translate(0, 0) rotate(-1.5deg); }
  46% {
    transform: translate(0, 0) rotate(-6.5deg); }
  48% {
    transform: translate(0, 0) rotate(1.5deg); }
  50% {
    transform: translate(0, 0) rotate(4.5deg); }
  52% {
    transform: translate(0, 0) rotate(4.5deg); }
  54% {
    transform: translate(0, 0) rotate(-0.5deg); }
  56% {
    transform: translate(0, 0) rotate(3.5deg); }
  58% {
    transform: translate(0, 0) rotate(0.5deg); }
  60% {
    transform: translate(0, 0) rotate(-2.5deg); }
  62% {
    transform: translate(0, 0) rotate(-5.5deg); }
  64% {
    transform: translate(0, 0) rotate(4.5deg); }
  66% {
    transform: translate(0, 0) rotate(-4.5deg); }
  68% {
    transform: translate(0, 0) rotate(7.5deg); }
  70% {
    transform: translate(0, 0) rotate(7.5deg); }
  72% {
    transform: translate(0, 0) rotate(1.5deg); }
  74% {
    transform: translate(0, 0) rotate(0.5deg); }
  76% {
    transform: translate(0, 0) rotate(6.5deg); }
  78% {
    transform: translate(0, 0) rotate(-2.5deg); }
  80% {
    transform: translate(0, 0) rotate(-3.5deg); }
  82% {
    transform: translate(0, 0) rotate(-1.5deg); }
  84% {
    transform: translate(0, 0) rotate(-1.5deg); }
  86% {
    transform: translate(0, 0) rotate(-0.5deg); }
  88% {
    transform: translate(0, 0) rotate(1.5deg); }
  90% {
    transform: translate(0, 0) rotate(-0.5deg); }
  92% {
    transform: translate(0, 0) rotate(7.5deg); }
  94% {
    transform: translate(0, 0) rotate(-6.5deg); }
  96% {
    transform: translate(0, 0) rotate(-2.5deg); }
  98% {
    transform: translate(0, 0) rotate(7.5deg); }
  0%, 100% {
    transform: translate(0, 0) rotate(0deg); } 
}

/*  ======================================================================
        BASIC ELEMENTS: DATA HINT
========================================================================== */
.hint {
    position: absolute;
    top: -42px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    padding: 5px 10px 3px 10px;
    z-index: 999;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    background-color: #fff;
    color: #434343;
    -webkit-transform: translateX(-52%) translateY(6px);
       -moz-transform: translateX(-52%) translateY(6px);
            transform: translateX(-52%) translateY(6px);
   -webkit-transition: all .3s;
      -moz-transition: all .3s;
           transition: all .3s;
}

@media only screen and (min-width: 991px) {
    .hint-hover:hover .hint {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(-52%) translateY(0px);
           -moz-transform: translateX(-52%) translateY(0px);
                transform: translateX(-52%) translateY(0px);
    }
}

.hint:before {
    content: '▼';
    position: absolute;
    top: 21px;
    font-size: 12px;
    left: calc(50% - 6px);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

/*----- hint--left -----*/
.hint--left {
    top: 50%;
    right: calc(100% + 20px);
    left: auto;
    -webkit-transform: translateX(0px) translateY(-59%);
       -moz-transform: translateX(0px) translateY(-59%);
            transform: translateX(0px) translateY(-59%);
}

.hint--left:before {
    left: auto;
    right: -9px;
    top: 4px;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;       
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

@media only screen and (min-width: 991px) {
    .hint-hover:hover .hint--left {
        -webkit-transform: translateX(0px) translateY(-59%);
           -moz-transform: translateX(0px) translateY(-59%);
                transform: translateX(0px) translateY(-59%);
    }
}


/*  ======================================================================
        BASIC ELEMENTS: FORM RESULT
========================================================================== */
/*----- Form Preloader -----*/
.form-preloader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(255, 255, 255, 0.4);
}

.form-preloader:before {
    content: '';
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    display: block;
    width: 36px;
    height: 36px;
    border: 4px solid;
    border-radius: 50%;
    border-color: rgb(33, 60, 121) transparent rgb(33, 60, 121);
    animation: cssload-spin 790ms infinite linear;
    -o-animation: cssload-spin 790ms infinite linear;
    -ms-animation: cssload-spin 790ms infinite linear;
    -webkit-animation: cssload-spin 790ms infinite linear;
    -moz-animation: cssload-spin 790ms infinite linear;
}

.form-preloader.active {
    display: block;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}

.form-result {
    display: none;
}


/*  ======================================================================
        SHOP: BUTTON ADD CART
========================================================================== */
.add-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
 }

.add-cart:before {
    content: '';
    position: absolute;
    top: 4px;
    right: 0px;
    z-index: 99;
    width: 12px;
    height: 11px;
    background: url(../images/svg-icons/check_cart.svg) no-repeat 0 0;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.add-cart.check:before {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.add-cart__link {
    position: relative;
    z-index: 10;
    display: block;
    width: 43px;
    height: 40px;
    padding-top: 9px;
    padding-right: 9px;
    text-align: right;
    border: 1px solid #ffcd2c;
    border-radius: 47%;
    overflow: hidden;
    font-size: 14px;
    color: #b2c0c9;
    text-transform: uppercase;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.add-cart__link:hover {
    text-decoration: none;
    border-color: #0CAB00;
    color: #0CAB00;
}

.add-cart.active .add-cart__link {
    border-color: transparent;
    color: #B2C0C9;
}

.add-cart__link:before {
    position: absolute;
    top: 24%;
    left: 12%;
    z-index: 9;
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    content: "\e910";
    font: 21px 'font-caplus';
    color: #4cc265;
}
/*.add-cart__link:before {
    position: absolute;
    top: 23%;
    left: 10%;
    z-index: 9;
    display: block;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    content: "\e90a";
    font: 21px 'font-caplus';
    color: #B2C0C9;
}*/

.add-cart__link:hover:before {
    color: #395188;
}

.add-cart.active .add-cart__link:hover:before {
    color: #B2C0C9;
}

.add-cart__link:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6D6261;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
            transition: all .4s ease;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.add-cart.active .add-cart__link:after {
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
            transition: all .4s ease;
    -webkit-transform: scale(4);
       -moz-transform: scale(4);
        -ms-transform: scale(4);
            transform: scale(4);    
}


/*  ======================================================================
        SHOP: BUTTON ADD COMPARE && ADD FAVORITES
========================================================================== */
.add-compare,
.add-favorites {
    position: relative;
    z-index: 1;
    font-size: 23px;
    color: #6d6d6d;
    text-decoration: none !important;
    text-align: center;
}

.add-favorites {
    padding-right: 2px;
    font-size: 21px;
}

.addfavorites { color: #6d6d6d; border: 1px solid #d1d052; padding: 4px 8px; border-radius: 50%; }

    .addfavorites,
    .add-compare:hover,
    .add-compare.active,
    .add-favorites:hover,
    .add-favorites.active { color: #324b84; }

.add-compare i,
.add-favorites i {
    position: relative;
    z-index: 10;
    display: block;
    line-height: 23px;
}

.add-compare:after,
.add-favorites:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #d6e5ed;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
            transition: all .3s ease;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}

.add-compare.active:after,
.add-favorites.active:after {
    -webkit-transform: scale(1.7);
       -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
}


/*  ======================================================================
        SHOP: PRODUCT CARD
========================================================================== */
.product-row,
.product-row-full {
    margin: 0 -10px;
    margin-bottom: 20px;
    font-size: 0;
}

.product {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    margin: 10px;
    font-size: 14px;
    border-bottom: 3px solid #b8d7e4;
    background-color: #fff;
    -webkit-transition: transform .35s, box-shadow .3s;
       -moz-transition: transform .35s, box-shadow .3s;
            transition: transform .35s, box-shadow .3s;
}

.product-row .product {
    width: calc(33.33333% - 20px);
}

.product-row-full .product {
    width: calc(25% - 20px);
}

.products--border .product {
    border: 1px solid #f1f1f1 !important;
}

.product-row .owl-item .product {
    width: calc(100% - 20px);
}



.product--shadow {
    -webkit-transition: box-shadow .5s;
       -moz-transition: box-shadow .5s;
            transition: box-shadow .5s; 
}

@media only screen and (min-width: 991px) {
    .product:hover {
        box-shadow: 0 1px 5px rgba(0,0,0,0.1); 
        -webkit-transform: translateY(-10px);
           -moz-transform: translateY(-10px);
                transform: translateY(-10px);
    }
    .product--shadow:hover {
        box-shadow: 0 1px 6px rgba(0,0,0,0.2); 
        -webkit-transform: translateY(0px);
           -moz-transform: translateY(0px);
                transform: translateY(0px);
    }
}

.product__top {
    position: relative;
    height: 265px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.product__badge {
    position: absolute;
    top: 20px;
    left: -1px;
    z-index: 1;
    padding: 3px 20px;
    padding-top: 5px;
    max-width: 70%;
    background-color: #c52c50;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.product__badge--red {
    background-color: #c52c50;
}
.product__badge--green {
    background-color: #628881;
}
.product__badge--yellow {
    background-color: #fec211;
}
.product__badge--orange {
    background-color: #c5982c;
}
.product__badge--blue {
    background-color: #324b84;
}

.product__add-favorites,
.product__add-compare {
    position: absolute;
    top: 20px;
    right: 20px;
}

.product__add-compare {
    top: 60px;
}

.product__img {
    width: 100%;
    height: 100%;
    line-height: 240px;
    text-align: center;
    overflow: hidden;
}

.product__img-link {
    display: block;
    height: 100%;
}

.product__img img {  /*max-width: 100%; vertical-align: middle;max-height: 100%;min-width: 100%;   */ 
                      max-height: 100%;
                     vertical-align: middle; 
                     
                     /*min-height: 300px; 
                     height: 320px;*/ }

.product__info {
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    overflow: hidden;
    text-align: right;
}

.product__info-top {
    margin-bottom: 20px;
}

.product__info-bottom {
    overflow: hidden;
}

.product__fl-l {
    float: left;
    width: 50%;
    text-align: left;
}

.product__fl-r {
    float: right;
    width: 50%;
    text-align: right;
}

.product__add-cart {
    margin-top: 2px;
}

.product__category{
    font-size: 13px;
}

.product__name, 
.product__link {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #0CAB00;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}

.product__link {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__link:hover {
    color: #90b6e2;
}

.product__desc {
    display: none;
    margin-top: 13px;
    font-size: 14px;
    font-weight: 300;
    color: #434343;
}

.product__desc p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.product__price {
    font-size: 18px;
    line-height: 20px;
    color: #6D6261;
    margin-top: 14px;
}

.product__old-price {
    color: #b7b7b7;
    font-size: 15px;
    text-decoration: line-through;
}

.product__old-price + .product__price {
    margin-top: 0;
}

/*-----------------------------------
    PRODUCT LIST
-------------------------------------*/
.product.product--list  {
    width: auto !important;
    display: block;
    height: 200px;
    margin-bottom: 20px;
}

.product-row-full .product.product--list {
    width: auto;
}

.product--list .product__top {
    position: static;
    float: left;
    width: 200px;
    height: 100%;
}

.product--list .product__badge {
    right: 0;
    left: auto;
    padding: 3px 30px;
    padding-top: 5px;
}

.product--list .product__add-cart {
    margin-top: 0;
}

.product--list .product__add-favorites {
    position: absolute;
    top: 92px;
    right: 60px;
}

.product--list .product__add-compare {
    position: absolute;
    top: 91px;
    right: 20px;
}

.product--list .product__img {
    line-height: 196px;
}

.product--list .product__info {
    margin-left: 200px;
    height: 100%;
    padding: 20px;
}

.product--list .product__info-top {
    float: left;
    width: 63%;
    height: 100%;
    margin-bottom: 0;
    margin-right: 15px;
}

.product--list .product__desc {
    display: block;
}

.product--list .product__info-bottom {
    float: left;
    padding-left: 10px;
}

.product--list .product__fl-l,
.product--list .product__fl-r {
    float: none;
    width: auto;
}

.product--list .product__fl-l {
    margin-bottom: 25px;
    height: 48px;
}

.product--list .product__desc {
    height: 64%;
    overflow: auto;
}

.product--list .product__price {
    margin-top: 0;
}

/*----- Media Styles -----*/
@media only screen and (min-width : 1199px) {
    .product-row-full .product--list .product__info-top { width: 75%; }
}
@media only screen and (max-width : 1199px) and (min-width: 991px) {
    .product-row-full .product--list .product__info-top { width: 68%; }
}
@media only screen and (max-width : 1199px) {
    .product-row .product { width: calc(50% - 20px); }
    .product-row-full .product { width: calc(33.33333% - 20px); }
}
@media only screen and (max-width : 991px) {
    .product-row-full .product { width: calc(50% - 20px); }
    .product--list .product__top { width: 160px; }
    .product--list .product__info { margin-left: 160px; }
}
@media only screen and (max-width : 500px) {
    .product-row .product, 
    .product-row-full .product { width: calc(100% - 20px); }
}


/*  ======================================================================
        SHOP: SELECT AMOUNT
========================================================================== */
.amount {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: 1px solid #e0ebf7;
}

.amount__input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #959595;
}

@media only screen and (max-width : 360px) {
    .amount__input { width: 34px; }
}

input.amount__input:focus {
    outline: 0; 
}

button .amount__button,
.amount__button { clear: both; position: relative; display: inline-block; vertical-align: top; color: #959595; width: 30px; height: 38px; font-size: 15px; background-color: #e0ebf7; cursor: pointer; text-align: center; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s; }

.amount__button:hover {
    background-color: #eaeaea;
}

.amount__button:before {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 39px;
    font-family: 'font-caplus' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.amount__button--minus:before {
    content: "\e924";   
}

.amount__button--plus:before {
    content: "\e925";
}

.mi-10 { padding: inherit 20px; }
.mi-10 i { margin-left: 10px; }


/*  ======================================================================
        SHOP: CART MINI
========================================================================== */

.top-cart-mini__link { position: relative; display: block; z-index: 100; width: 21px; height: 21px; text-decoration: none !important; }
.top-cart-mini__link:before { font: 21px 'font-caplus'; content: '\e910'; color: #a4a4a6; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.cart-mini:hover .top-cart-mini__link:before { color: #ffcd2c; }


.cart-mini {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.cart-mini__link {
    position: relative;
    display: block;
    z-index: 100;
    width: 34px;
    height: 34px;
    text-decoration: none !important;
}

.cart-mini__link:before {
    font: 34px 'font-caplus';
    content: '\e910';
    color: #a4a4a6;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.cart-mini:hover .cart-mini__link:before {
    color: #ffcd2c;
}

.cart-mini__amount {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #6D6261;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

.cart-mini_dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 99;
    padding-top: 54px;
    background-color: transparent;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
            transform: translateY(10px);
}

.cart-mini:hover .cart-mini_dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
}

.cart-mini_content {
    position: relative;
    width: 290px;
    border: 1px solid #dfe3fd;
    background-color: #fff;
    box-shadow: 0 0 11px rgba(33,60,121,.15);
}

.cart-mini_content:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 2px;
    background-color: #213b79;
}

.cart-mini_content:after {
    content: '▲';
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: -14px;
    right: 73px;
    color: #213b79;
}

.cart-mini_content > .cart-mini__product-list {
    position: relative;
    max-height: 272px;
    overflow: hidden !important;
    background-color: #fff;
}

.scroll-wrapper > .scroll-content {
    position: relative;
    overflow: scroll !important;
    max-height: none;
    padding: 0 30px;
    height: auto;
}

.product-mini {
    padding: 20px 0;
    border-bottom: 1px solid #dfe3fd;
    overflow: hidden;
}

.product-mini:last-child {
    border-bottom: 0;
}

.product-mini__img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
}

.product-mini__title {
    display: block;
    margin-left: 70px;
    font-size: 14px;
    color: #383737;    
    line-height: 50px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-mini__title:hover {
    text-decoration: none;
    color: #2C4F9E;
}

.cart-mini__info {
    background-color: #f5f7fd;
    padding: 20px 30px;
}

.cart-mini__total {
    overflow: hidden;
}

.cart-mini__item-total {
    float: left;
    color: #434343;
    font-size: 14px;
    padding-top: 4px;
}

.cart-mini__price-total {
    float: right;
    font-size: 18px;
    color: #6D6261;
    font-weight: 500;
}

.cart-mini__info .btn {
    width: 100%;
    padding: 12px 84px 10px 50px;
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
}

.top50 { top: 200px;}
.pall-left { float: left;}
.pall-right {float: right; }
.p-l-20 {padding-left: 20px; }
.p-r-20 { padding-right: 20px; }