#shop #primary {
    position: relative;
}

.col-md-12 {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.col-sm-4 {
    float: left;
    width: 33%;
}

.col-sm-8 {
    float: left;
    width: 67%;
}

.birthday-content .col-md-12,
.birthday-content .col-sm-4,
.birthday-content .col-sm-8 {
    width: auto;
    float: none;
}

#user.login #primary {
    margin-left: 0;
}

#shop .pagination {
    float: right;
    width: auto;
}

price {
    white-space: nowrap;
}

#shop .product-details h5 {
    float: none;
}

#shop .product-details h5 a {
    font-weight: normal;
    color: #5C5C5C;
}

#shop .product-details span:not(.price) {
    color: #8C8C8C;
}

#shop.detailed {
    clear: both;
    padding-bottom: 20px;
}

#shop.detailed .content .item {
    margin-bottom: 20px;
}

#shop.detailed .content .item h2 {
    /*margin-bottom: 0;*/
    /*margin-top: 10px;*/
    line-height: 1.2em;
}

#shop.detailed .content .item h5 {
    margin-bottom: 0;
    margin-top: 10px;
}

#shop.detailed .content .item p {
    margin-top: 10px;
}

#shop.detailed .product-thumb {
    margin-bottom: 20px;
    border-bottom: none;
}

#shop.detailed .product-thumb .product-button {
    display: block;
    margin-top: 0;
    position: relative;
    height: auto;
}

#shop.detailed .product-thumb .product-button a {
    display: inline-block;
    width: 100%;
    border-color: #23adae;
    background-color: #23adae;
    color: #fff;
}

#shop.detailed .add-to-wishlist {
    color: #23adae;
    margin: 0 0 20px;
}

#shop.detailed .add-to-wishlist a.gifts {
    color: #23adae;
}

#shop.detailed .product-thumb .product-button a:hover {
    border: 1px solid #23adae;
    color: #23adae;
    background-color: #fff;
}

#shop .logged-in .product-thumb .product-button {
    height: 120px;
}

#shop #gifts.friend .product-thumb .product-button {
    height: 50px;
}

#shop .product-thumb .product-button a {
    display: inline-block;
}

#shop .product-thumb .product-button a + a {
    margin-top: 10px;
}

#events.extra #shop.detailed {
    padding-bottom: 0;
}

#events.extra #shop.detailed .product-thumb{
    margin-bottom: 0;
}

#secondary {
    margin-top: 40px;
}

#shop #shop_filtering .widget_categories ul li {
    overflow: hidden;
    cursor: pointer;
}

#shop #shop_filtering .widget_categories h3.widgettitle {
    margin-bottom: 10px;
}

#shop #shop_filtering .widget_categories ul li  {
    border-bottom: 1px dotted #A2A2A2;
}

#shop #shop_filtering .widget_categories ul li label {
    font-size: 14px;
    line-height: 1.2em;
    padding: 4px 5px 4px 25px;
    position: relative;
    display: block;
    color: #5C798A;
    cursor: pointer;
    z-index: 9;
    margin-right: 20px;
}

#shop #shop_filtering .widget_categories ul li.subitem label {
    padding: 2px 5px 2px 40px;
}

#shop #shop_filtering .widget_categories ul li input {
    float: left;
    margin-left: -50px;
    position: relative;
}

#shop #shop_filtering .widget_categories ul li input + label::before {
    font-family: "FontAwesome";
    font-size: 15px;
    left: 5px;
    line-height: 20px;
    position: absolute;
    content: "";
    cursor: pointer;
}

#shop #shop_filtering .widget_categories ul li.subitem input + label::before {
    left: 20px;
}

#shop #shop_filtering .widget_categories ul li input:checked + label::before {
    content: "\f00c";
}

#shop #shop_filtering .widget_categories ul li input:checked + label {
    color: #FFC907;
}

#shop #shop_filtering .widget_categories ul li.item i {
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 1.2em;
    content: "\f067";
    cursor: pointer;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    height: 20px;
    margin: auto;
}

#shop #shop_filtering .widget_categories ul li.item:not(.opened) i.fa-minus {
    display: none;
}

#shop #shop_filtering .widget_categories ul li.item.opened i {
    content: "\f068";
}

#shop #shop_filtering .widget_categories ul li.item.opened i.fa-plus {
    display: none;
}

#shop #shop_filtering .widget_categories ul li.subitem {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
}

#shop #shop_filtering .widget_categories ul li.subitem:not(.opened) {
    border: none;
}

#shop #shop_filtering .widget_categories ul li.subitem.opened {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.cart-block {
    background-image: url("/data/images/cloud.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    float: right;
    margin: 20px 57px 20px 0;
    padding: 5px 10px 10px 14px;
}

.cart-block a {
    color: #FFFFFF;
    display: inline-block;
}

.cart-block #basket_price a {
    min-width: 52px;
    text-align: right;
}

.cart-block > * {
    color: #FFFFFF;
    float: left;
    padding: 0 0 10px 10px;
}

.cart-block > .cart-title {
    float: none;
    padding: 8px 0 0 30px;
}

.cart-block > a {
    padding-left: 3px;
    padding-right: 6px;
}

.cart-info > span {
    border-right: 1px solid #000000;
    color: #FFFFFF;
    margin: 0 2px 0 3px;
    padding: 0 5px 0 0;
    min-width: 67px;
}

.cart-info > span:first-child {
    border-right: 1px solid #000000;
    margin-right: 2px;
    padding-right: 2px;
    min-width: 0;
}

.sticky-cart {
    display: none;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 1;
}

.sticky-cart .cart-block {
    padding-top: 20px;
}

.sticky-cart .cart-block > .cart-info {
    padding: 14px 6px;
}

.sticky-cart .cart-block > a {
    padding-top: 14px;
}

.sticky-cart .cart-title {
    display: none;
}

.is-sticky .container {
    position: relative;
}

.is-sticky .sticky-cart {
    display: block;
}

.styled-select {
    width: 100%;
    font-size: 16px;
    color: #A9A7A7;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.styled-select::after {
    bottom: 0;
    content: "\f0d7";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin: auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
    pointer-events: none;
}

.styled-select select {
    padding: 16px 18px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #A9A7A7;
    font-size: 16px;
    outline: medium none;
}

.styled-select select:focus {
    outline: none;
}

#shop .modal th:not(:last-child),
#shop .modal td:not(:last-child) {
    border-right: 1px solid #F0F0F0;
}

#cart td .img-responsive {
    width: 150px;
}

#shop ul.dt-sc-tabs li {
    float: none;
}

#shop .modal .dt-sc-tabs-modal-content {
    display: none;
    /*border: 1px solid #cf571b;*/
    /*padding: 10px;*/
}

#shop .modal .dt-sc-tabs-modal-content.current {
    display: block;
}

#shop .modal .form-group {
    margin: 5px 0 !important;
    clear: both;
}

#shop .modal input.form-control {
    padding: 6px 8px;
    /*width: 67%;*/
}

#shop .modal .styled-select {
    /*margin-left: 33%;*/
    padding: 0;
    /*width: 67%;*/
}

#shop .modal .styled-select select {
    padding: 6px 8px;
}

#shop .modal label.control-label {
    float: left;
    padding: 6px 10px 6px 0;
    text-align: right;
    /*width: 33%;*/
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#edit_article div[id^="title2"].form-group, #edit_article div[id^="check_"].form-group, #edit_article div[id^="print_"].form-group, #edit_article #print.form-group {
    display: none;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1050 !important;
    position: absolute;
}

.bootstrap-timepicker-widget table td input {
    width: 50px;
    padding: 5px;
}

.bootbox-alert .close {
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.bootbox-alert .close {
    background-image: url("/data/assets/global/img/remove-icon-small.png") !important;
    background-repeat: no-repeat !important;
    display: inline-block;
    height: 9px;
    margin-right: 0;
    margin-top: 0;
    outline: medium none;
    text-indent: -10000px;
    width: 9px;
}

.bootbox-alert button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

#cart #increment-form > * {
    border: 1px solid #F0F0F0;
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    width: 33%;
    height: 40px;
    max-width: 100px;
}

#cart #increment-form > input {
    /*margin-top: -5px;*/
    /*padding: 10px 0;*/
}

#user form .buttons,
#gifts .login-form form .buttons,
#gifts .register-form form .buttons {
    text-align: right;
}

#user .forgot {
    margin-top: 10px;
    padding: 10px 0;
}

.cart-actions a + a,
.cart-actions input + input {
    margin-right: 10px;
}


#checkout .form-group {
    margin-bottom: 10px;
}

#checkout textarea {
    width: 100%;
    padding: 16px 18px;
    font-size: 16px;
    color: #A9A7A7;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    resize: vertical;
}

#checkout .contact-form textarea {
    height: auto;
}

#checkout #shipping_types,
#checkout #payment_types {
    border: 1px solid #eee;
}

#checkout #shipping_types .shipping_type,
#checkout #payment_types .payment_type {
    clear: both;
}

#checkout #shipping_types .shipping_type > label.control-label,
#checkout #payment_types .payment_type > label.control-label {
    font-weight: 700;
}

#checkout #shipping_types .shipping_type > label.short_text,
#checkout #payment_types .payment_type > label.short_text {
    display: inline-block;
    width: 100%;
    padding-left: 25px;
}

#step_2 {
    display: none;
}

#priority_div {
    height: 50px;
    position: relative;
}

#priority_div > li {
    left: 0;
    position: absolute;
    text-align: center;
}

#priority_div > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
    position: relative;
}

#priority_div > li > a::before {
    background-color: #000000;
    border-radius: 100%;
    bottom: 0;
    color: #FFFFFF;
    content: attr(id);
    font-size: 12px;
    height: 20px;
    left: -10px;
    line-height: 20px;
    margin: auto 11px auto 0;
    position: absolute;
    top: 0;
    width: 20px;
}

#priority_div > li.done > a::before {
    background-color: #AEC158;
}

#priority_div > li.done > a {
    color: #AEC158;
}

#checkout .contact-form,
#user .contact-form {
    padding: 20px;
}

.modal .address_box {
    border: 1px solid #333333;
    padding: 15px;
    margin-top: 10px;
}

.address_boxes {
    margin: 5px;
    width: calc(50% - 10px);
}

#step_1 .contact_form_outer.shipping_address.address_type {
    float: left;
    width: 100%;
}

.dt-sc-button {
    cursor: pointer;
    border: none;
}

.product-details {
    padding: 20px 0;
}

#events .properties #event {
    display: none;
}

.product-thumb .product-button {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
}

.gift .product-thumb .product-button {
    height: 140px;
}

.product-thumb .product-button a {
    min-width: 51%;
    display: inline-block;
}

.gift > .product-thumb .product-button a {
    margin: 10px 0;
}

#add_event_to_cart_modal #quantity {
    display: none;
}

table#cart.table tbody td > span.mobile {
    display: none;
    float: left;
}

.remove-wish-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: none;
    z-index: 10;
    padding: 10px;
    cursor: pointer;
}

#shop #gifts .chosen:after {
    display: none;
}

.mine.chosen .remove-wish-item {
    display: block;
}

#user.login .login-form,
#gifts .login-form {
    float: right;
}

#user.login .register-form,
#gifts .register-form {
    float: right;
}

#pledge,
#pledge_form {
    margin-top: 10px;
}

.actions.coupons {
    margin: 10px 0;
}

.actions.coupons label {
    float: left;
    margin: 10px 0 0;
    max-width: 50%;
}

.actions.coupons .input-group {
    max-width: calc(50% - 10px);
    position: relative;
}

.actions.coupons .input-group > * {
    margin-top: 0;
}

.actions.coupons input {
    /*float: left;*/
    /*padding: 10px;*/
    font-size: 15px;
}

.actions.coupons .quantity input.form-control {
    padding: 10px 0;
}

.actions.coupons .quantity button {
    max-width: 50px;
    background-color: #f0f0f0;
    box-shadow: none;
    border: 1px solid #f0f0f0;
}

.actions.coupons .dt-sc-button {
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    margin-top: 0;
    padding: 10px;
}


.actions.coupons .dt-sc-button.cancel {
    background-color: transparent;
    color: #333;
    position: absolute;
    right: 0;
    padding: 10px;
}

.actions.coupons .dt-sc-button.proceed {
    width: calc(50% - 10px);
    margin: 0 0 0 20px;
}

#pledge .dt-sc-progress {
    border: 1px solid #f0f0f0;
    position: relative;
    height: 10px;
}

#pledge .dt-sc-progress .dt-sc-bar {
    box-shadow: none !important;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#pledge .current-pledge,
#pledge .collected {
    margin-bottom: 10px;
    display: block;
}

/*#pledge .percents strong {*/
/**/
/*}*/

#pledge .collected strong {
    font-size: 140%;
    margin: 10px 5px 10px 0;
}

.wishlist_message textarea {
    padding: 30px;
}

#shop #secondary + #primary {
    margin-left: 40px;
    margin-right: 0;
}

#gifts #secondary .widget,
#gifts #secondary .widget ul {
    float: none;
}

#gifts #partial_cart ul.items li {
    display: none;
}

#gifts #partial_cart ul.items li:nth-child(1),
#gifts #partial_cart ul.items li:nth-child(2),
#gifts #partial_cart ul.items li:nth-last-child(3),
#gifts #partial_cart ul.items li:nth-last-child(2),
#gifts #partial_cart ul.items li:nth-last-child(1) {
    display: block;
}

#gifts #partial_cart ul.items li:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)) {
    position: relative;
    height: 0;
    padding-top: 30px;
    border-bottom: none;
}

#gifts #partial_cart ul.items li:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2)) span {
    display: none;
}

#gifts #partial_cart ul.items li:nth-last-child(3):not(:nth-child(1)):not(:nth-child(2))::before {
    content: "....";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 15px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-size: 15px;
    line-height: 15px;
    padding: 0 0 10px;
}

.quantity {
    position: relative;
    max-width: 120px;
}

#gifts .quantity {
    max-width: 250px;
    float: left;
}

.quantity input.form-control {
    padding-left: 33%;
    padding-right: 33%;
    width: 100%;
    text-align: center;
}

#gifts .quantity input.form-control {
    margin: 0;
    width: 250px;
}

.quantity .qtyplus,
.quantity .qtyminus {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30%;
}

.quantity .qtyplus {
    right: 0;
}

.quantity .qtyminus {
    left: 0;
}

#partial_cart {
    background: #FFFFFF;
    /*display: none;*/
    margin-right: 0;
    z-index: 10;
    position: absolute;
    right: 0;
    left: 0;
    background: url(/data/images/contact_form_bg.png) -20px 0px;
    box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.20);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.20);
    -moz-box-shadow: 0px 5px 5px 0px rgba(100, 100, 100, 0.20);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
}

#partial_cart.fixed {
    position: fixed;
    right: 0;
    top: 90px;
}

#partial_cart div.items {
    margin: 2px !important;
    background-color: #fff;
    padding: 5px;
}

#partial_cart div.items div.cart-buttons {
    background: #FFFFFF;
    display: inline-block;
    width: 100%;
    text-align: right;
}

#partial_cart ul li {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    padding: 5px;
}

#partial_cart ul li[data-type='2'],
#partial_cart ul li[data-type='5'] {
    border-bottom: none;
    padding: 0 5px;
}

#partial_cart ul li.last-child {
    border-bottom: none;
    border-top: 1px solid #CCCCCC;
}

#partial_cart ul li price {
    display: block;
    width: 100%;
}

#partial_cart > div.actions {
    background-color: #fff;
    width: calc(100% - 4px);
    padding: 2px;
    display: inline-block;
    margin: -2px 2px 2px;
    text-align: right;
}

#partial_cart > div.actions > button,
#partial_cart > div.actions > a {
    margin: 10px 5px 5px;
}

.product-thumb .sales {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
}

.product-thumb .sales .sale {
    width: auto;
    position: relative;
    float: left;
    margin: 5px 15px;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
}

.product-thumb .sale::after {
    border-top-width: 15px;
    border-bottom-width: 15px;
}
.product-thumb .sale::before {
    border-top-width: 15px;
    border-bottom-width: 15px;
}

.product-thumb .sales .sale.novo {}
.product-thumb .sales .sale.novo::before {}
.product-thumb .sales .sale.novo::after {}

.product-thumb .sales .sale.popusti {background-color: #f27b81;}
.product-thumb .sales .sale.popusti::before {border-right-color: #f27b81;}
.product-thumb .sales .sale.popusti::after {border-left-color: #f27b81;}

.product-thumb .sales .sale.izdelek-meseca {background-color: #f7c44e;}
.product-thumb .sales .sale.izdelek-meseca::before {border-right-color: #f7c44e;}
.product-thumb .sales .sale.izdelek-meseca::after {border-left-color: #f7c44e;}

.birthday-header {
    width: 100%;
    clear: both;
}

.birthday-header.shopping {
    margin-bottom: 30px;
}

.mt-step-col {
    float: left;
    text-align: center;
    position: relative;
}

.mt-step-number {
    background-color: #FFFFFF;
    border: 3px solid #E5E5E5;
    border-radius: 100%;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    margin: 0 auto 10px;
    padding: 12px 16px;
    position: relative;
    vertical-align: middle;
    z-index: 5;
}

.bg-hover-white:hover, .bg-white {
    background: #FFFFFF none repeat scroll 0 0 !important;
}

.mt-element-step .step-line .mt-step-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.mt-element-step .step-line .mt-step-title::after,
.mt-element-step .step-line .mt-step-title::before {
    background-color: #E5E5E5;
    content: "";
    height: 3px;
    position: absolute;
    top: 27px;
    width: 50%;
    z-index: 4;
}

.mt-element-step .step-line .mt-step-title::after {
    left: 50%;
}

.mt-element-step .step-line .mt-step-title::before {
    right: 50%;
}

.mt-element-step .step-line .first .mt-step-title::before,
.mt-element-step .step-line .last .mt-step-title::after {
    content: none;
}

/**
	COLORING
				**/
.mt-element-step .step-line .done .mt-step-number {
    border-color: #26C281 !important;
    color: #26C281 !important;
}

.mt-element-step .step-line .done .mt-step-content,
.mt-element-step .step-line .done .mt-step-title {
    color: #26C281 !important;
}

.mt-element-step .step-line .done .mt-step-title::after,
.mt-element-step .step-line .done .mt-step-title::before {
    background-color: #26C281;
}

.mt-element-step .step-line .active .mt-step-number {
    border-color: #32C5D2 !important;
    color: #32C5D2 !important;
}

.mt-element-step .step-line .active .mt-step-content,
.mt-element-step .step-line .active .mt-step-title {
    color: #32C5D2 !important;
}

.mt-element-step .step-line .active .mt-step-title::after,
.mt-element-step .step-line .active .mt-step-title::before {
    background-color: #32C5D2;
}

.mt-element-step .step-line .error .mt-step-number {
    border-color: #E7505A !important;
    color: #E7505A !important;
}

.mt-element-step .step-line .error .mt-step-content,
.mt-element-step .step-line .error .mt-step-title {
    color: #E7505A !important;
}

.mt-element-step .step-line .error .mt-step-title::after,
.mt-element-step .step-line .error .mt-step-title::before {
    background-color: #E7505A;
}

#shop ul.products li {
    border-color: #EEEEEE;
    border-width: 0;
    border-style: solid;
}

#shop ul.products li,
#shop ul.products li .product-details {
    transition: 0.4s ease all;
}

#shop ul.products li:hover {
    border-width: 1px;
}

#shop ul.products li:hover .product-details {
    padding: 20px 10px 0;
}

.shop_extra_filtering .search-form {
    float: left;
    margin: 0 0 10px;
    clear: none;
    display: inline-block;
    width: auto;
    min-width: 33%;
}

.shop_extra_filtering .search-form input {
    padding: 8px 9px;
}

.shop_extra_filtering .search-form input {

}

.shop_extra_filtering .ordering {
    float: right;
    clear: none;
    min-width: 33%;
}

.shop_extra_filtering .ordering .styled-select select {
    padding: 7px 9px;
}

.coupon.input-group {
    position: relative;
    max-width: 80%;
    width: 500px;
}

.coupon.input-group > .dt-sc-button {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    line-height: 17px;
    margin: 0 0 0 -2px;
    position: absolute;
    top: 0;
    right: 0;
}

.coupon.form-control {
    border-radius: 2px 0 0 2px;
    padding: 4px 7px;
    margin: 0;
}

.content iframe {
    width: 100%;
}

.product-actions {
    text-align: center;
    transition: 0.4s ease all;
}

.product-actions > .dt-sc-button {
    text-align: center;
    width: 75%;
    display: block;
    float: left;
}

.product-actions > .dt-sc-button.add-to-cart {
    width: calc(25% - 5px);
    margin-left: 5px;
}

#shop ul.products li:hover .product-details .product-actions {
    margin-left: -10px;
    margin-right: -10px;
}

/*
    PAYUNITY
 */
.wpwl-form {
    margin-left: 0;
    margin-right: 0;
}

.wpwl-control-cardHolder {
    padding: 4px 4px !important;
    color: rgb(92, 92, 92) !important;
}

.new_checkout .coupon.input-group > .dt-sc-button {
    padding: 0px 9px;
    height: 35px;
}

.new_checkout input,
.new_checkout select {
    padding: 7px 9px;
}

.login-button {
    margin-top: 0 !important;
}

#product_modal {
    width: auto;
    left: 10%;
    right: 10%;
    margin-left: 0;
}

@media screen and (max-width: 991px) {
    .product-thumb .product-button a {
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {

    .mt-element-step .step-line .mt-step-title {
        font-size: 0;
        line-height: 0;
    }

    table#cart.table thead {
        display: none;
    }

    table#cart.table tbody {
        position: relative;
    }

    table#cart.table tbody tr {
        border-bottom: 1px solid #ddd;
        position: relative;
        display: inline-block;
    }

    table#cart.table tbody tr td {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: none;
        text-align: right;
        background-color: #ffffff;
    }

    table#cart.table tbody tr td:first-child,
    table#cart.table tbody tr td:last-child {
        float: left;
        width: 50px;
        height: 59px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 41px;
        border: 1px solid #F0F0F0;
    }

    table#cart.table tbody tr.coupon,
    table#cart.table tbody tr.empty-cart {
        width: 100%;
    }

    table#cart.table tbody tr.coupon td:first-child,
    table#cart.table tbody tr.empty-cart td {
        width: 100%;
        position: relative;
        top: 0 !important;
    }

    table#cart.table tbody tr.coupon .coupon.input-group {
        width: 100%;
        max-width: 100%;
    }

    table#cart.table tbody tr.coupon td:last-child {
        display: none;
    }

    table#cart.table tbody tr td:first-child {
        border-bottom: none;
        border-top: none !important;
        border-left: none !important;
    }
    table#cart.table tbody tr td:last-child {
        top: 58px;
        border-bottom: none;
        border-left: none !important;
    }

    table#cart.table td.checkout:first-child {
        display: none;
    }

    table#cart.table tbody tr td #increment-form {
        float: right;
    }

    table#cart.table tbody td > span.mobile {
        display: block;
    }

    table#cart.table tfoot tr td {
        display: inline-block;
        float: left;
        width: 50%;
    }

    table#cart.table tfoot tr td:last-child {
        display: none;
    }

    #checkout table#cart.table tbody tr td:first-child {
        border: 1px solid #F0F0F0;
    }

    #checkout table#cart.table tbody tr td:last-child {
        display: none;
    }

    #gifts section#secondary.sidebar {
        display: block;
    }

    #birthday #partial_cart, #gifts #partial_cart {
        position: relative !important;
        margin: 0 0 40px;
        padding: 1px;
    }


    ul.products .image-overlay {
        position: relative;
        background-color: transparent;
        opacity: 1;
    }

    .product-thumb .product-button {
        height: auto !important;
        position: relative;
        display: block;
    }

    .product-thumb {
        border: none;
    }

    .product-thumb .product-button a {
        min-width: calc(50% - 2px);
        max-width: 50%;
        color: #5C798A;
        font-size: 13px;
        border: 1px solid #5C798A;
        background: #FFFFFF;
    }

    .product-thumb .product-button a:hover {
        color: #FFFFFF;
        border: 1px solid #5C798A;
        background: #5C798A;
    }

    #shop #secondary.sidebar {
        display: block;
    }

}

@media screen and (max-width: 476px) {
    table#cart.table tbody tr td:first-child,
    table#cart.table tbody tr td:last-child {
        height: 53px;
    }

    table#cart.table tbody tr td:last-child {
        top: 53px;
    }

    .product-thumb .product-button a {
        min-width: 100%;
        max-width: 1000%;
    }
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    table#cart.table tbody tr td:first-child {
        left: 1px;
        top: 1px;
    }
    table#cart.table tbody tr td:last-child {
        left: 1px;
    }
    .actions.coupons input {
        padding: 9px 10px;
    }
}}

.partner_subpage {margin: 0 -10px;}
.partner_element {width: calc(25% - 20px); border: #cccccc solid 1px; border-radius: 2px; float: left; margin: 0 10px 20px}

.partner_element img{
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.partner_element img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.small .partner_element {
    width: calc(100% / 6 - 20px);
}
