@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');
@font-face {
    font-family:'Lato';
    src: url('../fonts/Lato Regular.eot');
	src: url('../fonts/Lato Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato Regular.woff2') format('woff2'),
		url('../fonts/Lato Regular.woff') format('woff'),
		url('../fonts/Lato Regular.svg#Lato Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family:'Lato';
    src: url('../fonts/Lato Bold.eot');
	src: url('../fonts/Lato Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lato Bold.woff2') format('woff2'),
		url('../fonts/Lato Bold.woff') format('woff'),
		url('../fonts/Lato Bold.svg#Lato Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
@font-face {
    font-family:'Lato Black';
    src: url('../Lato Black.eot');
	src: url('../Lato Black.eot?#iefix') format('embedded-opentype'),
		url('../Lato Black.woff2') format('woff2'),
		url('../Lato Black.woff') format('woff'),
		url('../Lato Black.svg#Lato Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
@font-face {
    font-family:'Lato Semibold';
    src: url('../Lato Semibold.eot');
	src: url('../Lato Semibold.eot?#iefix') format('embedded-opentype'),
		url('../Lato Semibold.woff2') format('woff2'),
		url('../Lato Semibold.woff') format('woff'),
		url('../Lato Semibold.svg#Lato Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}


body {
    font-family: 'Lato', sans-serif;
}

.no-space {
    padding: 0;
}

.checkout-cart-index .cart.table-wrapper .product-item-photo{
width: 20% !important
}

.cart-summary .items.methods .item-options input[type="radio"]{
    display: inline-block !important;
}

.cart-summary .items.methods .item-options .label{
    display: inline-block !important;
}

/* header */
.page-header {
    margin: 0;
    padding: 0;
}

.block-search .control {
    margin-bottom: 0
}

.top-header {
    background-color: #282828;
    text-align: left;
    color: #fff;
    padding: 10px 15px;
}

.top-header a {
    color: #fff;
}

.top-header a:hover {
    border-bottom: 1px solid #fff;
}

.top-header .content {
    padding: 0 20px;
}

header.page-header .panel.wrapper {
    position: absolute;
    top: 11px;
    border: 0;
    right: 15px;
    margin-bottom: 0;
    color: #fff !important;
}

.header.panel>.header.links>li.compare {
    display: none;
}

.panel {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    border-radius: 0;
}

#banner-slider-carousel {
    margin: 0 !important;
}

.header.panel>.header.links>li>a {
    color: #fff !important;
}

.header.panel>.header.links>li>a:hover {
    border-bottom: 1px solid #fff;
}

.header .minicart-wrapper {
    right: 0;
    position: absolute;
}

.header .block-search {
    float: left;
    padding-left: 8%;
    width: 50%;
}

.header a.logo {
    float: left;
}

.panel.header {
    padding: 0 !important;
    margin: 0 !important
}

.header.panel>.header.links>.authorization-link:after {
    display: none;
}

.block-search .nested {
    display: none !important;
}

.navigation {
    background-color: #ededed;
        z-index: 2 !important;
}
.mp_social_share_float{
    top: 195px !important;
}

/* main menu */

ul.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: block !important;
    background-color: #ededed;
}


.page-header .panel.wrapper {
    z-index: 11111
}

.hide-menu-cat li.level0 {
    display: none;
}

.navigation ul {
    padding: 0;
}

#menu {
    text-align: center;
}

#menu li {
    display: inline-block;
    list-style: none;
    position: relative;
    margin-bottom: 0;
    padding: 10px 20px;
}

#menu li a {

    display: inline-block;
    font-size: 15px;
    color: #282828;
    text-transform: uppercase;
}

#menu li img {
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.hide-menu-cat {
    text-align: center;
    padding: 0;
}
/*
.nav-sections {
    background-color: #ededed;
    position: relative;
    z-index: auto;
}
*/
#menu .sub_menu li {
    width: 100%;
    display: block;
    padding: 0px 0px !important;
}

.sub_menu li a {
    width: 100%;
    display: block;
    text-align: left;
    padding: 10px 10px !important;
    text-transform: capitalize !important;
    font-weight: normal;
}

.sub_menu li a:hover {
    background-color: #282828;
    color: #fff !important;
}

.sub_menu {
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9999;
    display: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 200px;
    text-align: left;
    transition: 0.4s all;
    border: 1px solid #282828;
    border-radius: 0;
}


#menu li:hover .sub_menu {
    display: block;
}

#menu li.active a {
    font-weight: 700;
}

.drop-arrow {
    transition: 0.5s all;
}

#menu li:hover .drop-arrow {
    transform: rotate(180deg);
    transition: 0.5s all;
}

.click-rotate {
    transform: rotate(180deg);
    transition: 0.5s all;
}


/* ---------------------------Register--------------------------------- */

label {
    color: #282828 !important;
    font-size: 16px;
}

.form-create-account .custom-form-width {
    display: inline-block;
    width: 49%;
    border: 1px solid #ddd;
    padding: 25px 25px;
    margin-right: 22px;
    min-height: 393px;
}

.form-create-account .account {
    display: inline-block;
    width: 49%;
    border: 1px solid #ddd;
    padding: 25px 25px;
    vertical-align: top;
}

.form.create.account {
    width: 100%
}

.form-create-account .create .legend span {
    font-size: 20px;
    font-weight: 700;
}

.form-create-account .fieldset>.field>.label {
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    width: auto;
    margin-bottom: 12px;
}

.form-create-account input[type=checkbox] {
    display: inline-block;
}

.form-create-account .fieldset>.field.choice:before {
    float: none !important
}

.form-create-account .fieldset>.field:not(.choice)>.control {
    width: 100%;
}

.form-create-account .field-name-firstname {
    width: 48.5%;
    display: inline-block;
    margin-right: 15px;
}

.form-create-account .field-name-lastname {
    width: 48.5%;
    display: inline-block;
}

.actions-toolbar>.secondary .action.back {
    display: block;
}

.form-create-account .actions-toolbar .primary {
    width: 50%;
    text-align: left;
}

.sidebar.sidebar-additional .block-reorder .secondary{
float: left !important
}

.form-create-account .actions-toolbar .primary button {
    width: auto;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.form-create-account .actions-toolbar .primary button:hover,
.form-create-account .actions-toolbar .primary button:focus,
.form-create-account .actions-toolbar .primary button:active {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff;
    transition: 0.3s all;
}

.form-create-account .actions-toolbar .secondary {
    width: 50%;
    text-align: right;
}

.form-create-account .actions-toolbar .secondary a {
    color: #282828
}

.form-create-account .actions-toolbar {
    border: 1px solid #ddd;
    padding: 25px;
    margin: 0 !important;
}

.page-header .panel.wrapper {
    color: #000 !important;
}

.customer-welcome .action.switch {
    color: #282828;
}

.login-container .block-customer-login {
    border: 1px solid #ddd;
    padding: 25px 25px;
}

.login-container .block-new-customer {
    border: 1px solid #ddd;
    padding: 25px 25px;
}

.login-container .fieldset>.field>.control {
    width: 100%;
}

.login-container .block-new-customer {
    min-height: 416px;
}

.login-container .fieldset>.field:not(.choice)>.label {
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    width: auto;
    margin-bottom: 12px;
}

.login-container .actions-toolbar {
    margin-left: 0 !important
}

.login-container .fieldset:after {
    margin-left: 0 !important;
}

.login-container .block .block-title strong {
    font-weight: 700;
}

.login-container .block .block-title {
    font-size: 20px;
}

.login-container .actions-toolbar .primary button {
    width: auto;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.wk_socialsignup_container .wk_social_choice h3{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.login-container .actions-toolbar .primary button:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff;
    transition: 0.3s all;
}

.login-container .block-new-customer .actions-toolbar a {
    width: auto;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    margin-right: 10px;
}

.wksocialsignup{
    margin-left: 0 !important
}
.login-container .block-new-customer .actions-toolbar a:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff;
}

.customer-account-forgotpassword .forget {
    border: 1px solid #ddd;
    padding: 25px 25px;
}

.customer-account-forgotpassword .fieldset>.field:not(.choice)>.label {
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    width: auto;
    margin-bottom: 12px;

}

.customer-account-forgotpassword .fieldset>.field:not(.choice)>.control {
    width: 100%;
}

.customer-account-forgotpassword .actions-toolbar {
    margin-left: 0 !important;
}

.customer-account-forgotpassword .actions-toolbar .primary button {
    width: auto;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.customer-account-forgotpassword .actions-toolbar .primary button:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff;
    transition: 0.3s all;
}

.customer-account-forgotpassword .actions-toolbar .secondary a {
    color: #282828;
}

.btwob-account-create .b2b-register-wrapper {
    display: inline-block;
    width: 49%;
    border: 1px solid #ddd;
    padding: 25px 25px;
    margin-right: 22px;
    margin-bottom: 50px;

}

.fieldset>.field {
    margin-bottom: 20px;
}

/* -------------------------------end here------------------------------- */


/* home page */

.cms-home .page-title-wrapper h1.page-title {
    display: none;
}

.cms-home div#mageplaza-bannerslider-block-before-page-top-1 {
    display: none;
}

.cms-home div#banner-slider-carousel {
    display: block;
}

.page-layout-1column .block.widget .products-grid .product-item {
    width: 32% !important;
}

.product-item-info {
    border: 1px solid #ddd;
    padding: 9px;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    margin: 0 !important;
}

.top-header p {
    margin-bottom: 0;
}

.top-header img {
    margin-right: 6px;
    vertical-align: bottom;
}

.top-header ul {
    margin-bottom: 0
}

.top-header ul li {
    display: inline-block;
    margin-bottom: 0;
}


.top-header .space {
    margin: 0px 10px;
}

.cat-box {
    position: relative;
}

.cat-box a {
    text-align: center;
    display: flex;
    justify-content: center;
}

.cat-name {
    position: absolute;
    bottom: 15px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2% 4%;
    display: block;
    min-width: 180px;
    text-align: center;
    font-weight: 700;
    color: #282828;
}

.cat-name:hover{
    background-color: #282828;
    color: #fff

}

.category_section .row {
    margin: 0;
}

.category_section .col-lg-4 {
    padding: 5px;
}

.category_section .mbottom {
    margin-bottom: 11px
}

.testimonials-slider figure.testimonial blockquote {
    background-color: transparent;
    border: 0;
    text-align: center;
    color: #282828;
    padding: 15px 50px 30px;

}

.testimonials-slider figure.testimonial {
    width: 100%
}

.testimonials-slider figure.testimonial blockquote::before {
    display: none;
}

.testimonials-slider figure.testimonial blockquote::after {
    display: none;
}

.testimonials-list figure.testimonial img,
.testimonials-slider figure.testimonial img {
    margin: 0px auto;
}

.testimonials-list figure.testimonial .author,
.testimonials-slider figure.testimonial .author {
    position: relative;
    bottom: 0px;
    padding: 0;
    margin: 15px 0px 0 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
}

.testimonials-slider {
    margin-bottom: 0
}

.testimonials-list figure.testimonial .arrow,
.testimonials-slider figure.testimonial .arrow {
    display: none;
}

.block-search input {
    height: 40px;
    border: 1px solid #7b7b7b;
}

input:not([disabled]):focus,
textarea:focus {
    box-shadow: none;
}

.header .block-search {
    width: 65%;
}

.block-search .action.search {
    top: 2px;
    border:0 !important;
}

.block-search .action.search[disabled] {
    opacity: 1;
}

.block-search .action.search:before {
    color: #424242;
}

/* inner page */
div#banner-slider-carousel {
    display: none;
}

.page-main .page-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.page-main h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}

.page-main h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;

}

.page-main p {
    font-size: 16px;
}

.services_list_ul {
    padding-left: 18px !important;
}

.services_list_ul li {
    font-size: 16px;
    list-style: disc;
}

.services_list_ul strong {
    font-weight: 700;
    color: #000;
}

.fieldset>.legend {
    margin-left: 0;
}

.mp-product-slider-title {
    font-size: 25px;
    color: #282828;
    font-weight: 700;
    margin-top: 3%;
    text-transform: uppercase;
    margin-bottom: 2%
}

.home-title {
    font-size: 25px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 4%;
}

.cms-home .products-grid .product-items {
    padding: 0px 58px;
}

/* .products-grid .product-items{ */
/* padding: 0px 60px; */
/* } */
.page-layout-2columns-left .sidebar-main {
    width: 19.666667%;
}

.page-layout-2columns-left .column.main {
    width: 80.333333%;
}

.products-grid .product-item .slider-product-item-info {
    width: 95% !important;
    margin: 0px auto;
}

.page-layout-1column .products-grid .product-item {
    border: 1px solid #ddd;
    background-color: #fff;
    height: 465px !important;

}

/* .page-layout-1column .products-grid .product-item:hover{ */
/* -webkit-box-shadow: 6px 6px 5px 0px rgba(194,194,194,1); */
/* -moz-box-shadow: 6px 6px 5px 0px rgba(194,194,194,1); */
/* box-shadow: 6px 6px 5px 0px rgba(194,194,194,1); */
/* } */

.product-item .price-box {
    min-height: auto !important;
    font-size: 16px;
}
  .catalog-category-view .product-item-info .product-item-details .amasty-hide-price-container{
    display: none !important
  }
.amasty-hide-price-container{
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    padding: 9px 15px !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
    vertical-align: top;
}

.amasty-hide-price-container:hover{
    background-color: #282828 !important;
    border:1px solid #282828;
}


.owl-carousel.owl-drag .owl-item {
    padding: 0px 0px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}
.header.content .silver_rate_block{
    padding: 5px 5px !important;
    
}
.header.content .silver_rate_block p{
    padding:0 !important;
}

.header.content .silver_rate_block span{
    padding: 0 !important;
    font-size: 12px !important
}

.customer-account-login .block-new-customer{
    height: 480px !important;
}

.product.details.slider-product-item-details {
    margin-left: 0px;
    text-align: center;
    padding: 0px 15px 20px;
}

.product-item-name{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 45px;
}


.slider-product-item-details .product-item-name {
    font-size: 16px;
}

.page-wrapper .block-content .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF !important;
    font-size: 40px !important;
    margin: 5px !important;
    padding: 2px 12px 10px 12px !important;
    background: #17b6b4 !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    line-height: 20px;
}

.block-content .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
    top: 45%;
    left: 0;
    right: 0;
}

.block-content .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -65px;
    z-index: 999;
}

.block-content .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -65px;
    z-index: 999;
}

.owl-stage-outer {
    position: relative;
}


/* ==================================Listing page=============================== */

.page-products .products-grid .product-item {
    width: calc((100% - 6%) / 3);
}

.page-products .product-item-info {
    width: 100%
}

.product-image-container {
    width: 100% !important;
}

.product-item .price-box .special-price .price-container .price-label{
    display: none;
}

.product-item .price-box .old-price .price-container .price-label{
    display: none;
}

.product-item .price-box .old-price .price-container .price-wrapper .price{
    font-size: 12px !important;
    color: #9b9b9b !important;
}

.product-item .price-box .special-price{
    display: inline-block;
}
.product-item .price-box .old-price{
    display: inline-block;
}

.fotorama--fullscreen{
    z-index: 999999 !important
}
.page-products .item.product.product-item:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* .page-products .product-image-photo{
    width: 100%;
} */

.product-image-wrapper:focus {
    outline: none;
}

.page-products .price-box {
    text-align: center;
    height: 25px !important;
}

.page-products .price-box .price {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    text-align: center;
}

.page-products .product.name a {
    font-weight: 400;
    font-size: 16px;
}

.page-products .product.name {
    text-align: center;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 45px;
}

.page-products .product-item-actions .actions-primary button {
    width: auto;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.page-products .product-item-actions .actions-primary button:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff ;
    transition: 0.3s all;
}

.page-products .product-item-actions .actions-primary a {
    width: auto;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    display: inline-block;
    padding: 7px 15px;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-left: 10px;
    transition: 0.3s all;
}

.page-products .product-item-actions .actions-primary a:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff;
    transition: 0.3s all;
}

a:focus {
    outline: none;
}

.products-grid .product-item-actions {
    text-align: center;
}

.page-products .products-grid .product-item {
    position: relative;
}

/* .page-products .products-grid .product-item:nth-child(3n + 1) {    margin-left: 0;}  */
.page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
}

.page-products .products-grid .product-item .actions-secondary {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 999;
}

.product-item-actions .actions-secondary>.action {
    line-height: 35px !important;
    text-align: center !important;
    width: 37px !important;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.product-item-actions .actions-secondary>.action:before {
    font-size: 34px;
    line-height: initial;
}

.product-item-actions .actions-secondary>.action:hover:before {
    color: red !important;
}

.catalog-category-view .block.filter .filter-title strong {
    display: none;
}

.catalog-category-view .block.filter .filter-title {
    margin-bottom: 0
}

.catalog-category-view .block-subtitle {
    display: none
}

.filter-options .filter-options-title {
    font-size: 20px;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 10px;
}

.filter-options .filter-options-content .item a {
    color: #282828;
    font-size: 16px;
}

.filter-options-content input {
    color: #282828 !important;
    font-weight: normal !important;
}

.filter-options-content .ui-slider-handle {
    background-color: #282828;
    top: -5px;
    height: 15px;
    width: 15px;
}

.filter-options-content .ui-slider-horizontal {
    background: #b7b7b7;
    height: 6px;
}

 

.filter-content a {
    color: #282828;

}

.breadcrumbs .items li.home a {
    background: url(../images/Homenew.png) !important;
    width: 18px;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    color: transparent;
    display: inline-flex;
}

.actions-secondary a.action.tocompare {
    display: none !important;
}

.breadcrumbs .item {
    font-size: 15px;
}

.breadcrumbs .item::after {
    line-height: 22px !important;
    font-size: 28px !important;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #282828;
}

.block-minicart .product-image-container {
    border: 1px solid #ddd;
}

.minicart-items .product-item-name a {
    font-size: 16px;
    color: #282828;
    font-weight: 700;
}

.block-minicart .actions .secondary .viewcart {
    color: #282828;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.block-minicart .block-content>.actions>.primary .action.primary:hover {
    background-color: #282828 !important;
    border:1px solid #282828 !important;
    color: #fff
    transition: 0.3s all;
}

.minicart-items .product-item-details .price {
    font-weight: normal;
}

.label {
    color: #282828;
    padding: 0;
    font-size: 16px;
}

.cart-totals .mark,
.opc-block-summary .table-totals .mark {
    background-color: transparent;
}

.cart-summary {
    background: transparent;
    margin-bottom: 25px;
    padding: 1px 15px 25px;
    border: 1px solid #ddd;
}

.cart-summary .block>.title {
    border: 1px solid #ddd;
    font-size: 16px;
}

.cart-summary .block>.title strong {
    font-size: 16px !important;
}

.cart-totals {
    border: 0;
}

.cart-summary .checkout-methods-items button {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.cart-summary .checkout-methods-items button:hover {
    background-color: #282828 !important;
    color: #fff;
    border:1px solid #282828 !important;
    transition: 0.3s all;
}

.cart-summary .checkout-methods-items a {
    color: #282828
}

.checkout-cart-index .cart-container .cart .actions-toolbar a,
.checkout-cart-index .cart-container .cart .actions-toolbar button {

    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-right: 0 !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    transition: 0.3s all !important;
    margin-right: 10px !important;
}

.checkout-cart-index .cart-container .actions-toolbar a:hover,
.checkout-cart-index .cart-container .cart .actions-toolbar button:hover {
    background-color: #282828 !important;
    border:1px solid #282828 !important;
    color: #fff !important;
    transition: 0.3s all;
}

.gift-message .gift-options-title {
    color: #282828;
    font-size: 16px;
    font-weight: normal;
}

.gift-options-content .fieldset label {
    font-size: 16px;
}

.gift-options .actions-toolbar .secondary .action-cancel {
    color: #282828;
}

.gift-options .actions-toolbar .secondary .action-update {
    display: block;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #282828;
    color: #282828;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.gift-options .actions-toolbar .secondary .action-update:hover {
    background-color: #282828;
    color: #fff;
    transition: 0.3s all;
}

.cart.main.actions .continue,
.cart.main.actions button {
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.cart.main.actions .continue:hover,
.cart.main.actions button:hover {
    background-color: #282828 !important;
    color: #fff !important;
    border:1px solid #282828 !important;
    transition: 0.3s all;
}

.gift-item-block .title {

    background-color: #fff;
    border: 1px solid #282828;
    color: #282828;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.gift-item-block .title:hover {
    background-color: #282828;
    color: #fff;
    transition: 0.3s all;
}

.action.primary:hover {
    border: 1px solid #282828;
    background-color: #282828;
}

.action.primary:focus,
.action.primary:active {
    border: 1px solid #282828;
    background-color: #282828;
}

.fieldset.coupon .primary button {
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.fieldset.coupon .primary button:hover {
    background-color: #282828 !important;
    border:1px solid #282828 !important;
    color: #fff;
    transition: 0.3s all;
}

.cart.table-wrapper .item .col.item {
    border: 0;
}

.cart-container .checkout-methods-items .action.primary {
    width: 100%;
    font-size: 16px;
    padding: 6px 0px;
}

/* checkout page */

.checkout-index-index .fieldset>.field:not(.choice)>.label {
    font-size: 16px;
    padding: 0;
    width: auto;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.checkout-index-index .fieldset>.field:not(.choice)>.control {
    width: 100%;
}

.checkout-index-index .opc-wrapper .form-shipping-address {
    margin-top: 0;
    margin-bottom: 0;
}

.checkout-index-index .table-checkout-shipping-method {
    min-width: 100%;
}

.checkout-index-index table>thead>tr>th {
    vertical-align: text-bottom;
    border-bottom: 1px solid #ddd;
}

.checkout-index-index .primary .button {
    width: auto;
    background-color: #fff;
    border: 1px solid #282828;
    color: #282828;
    text-transform: uppercase;
    padding: 7px 15px !important;
    font-size: 1.4rem !important;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.checkout-index-index .primary .button:hover,
.checkout-index-index .primary .button:active,
.checkout-index-index .primary .button:focus {
    background-color: #282828;
    color: #fff;
    transition: 0.3s all;
}

legend {
    border-bottom: none;
}

.authentication-wrapper button.action.action-auth-toggle {
    display: none;
}

.opc-progress-bar {
    display: none;
}

.action.primary {
    width: auto;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 7px 15px !important;
    font-size: 1.4rem !important;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.action.primary:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff;
    transition: 0.3s all;
}

.checkout-index-index .column:not(.sidebar-main) form .actions-toolbar,
.checkout-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
}

.checkout-index-index .actions-toolbar .secondary a.action {
    color: #282828;
}

.payment-method-title.field.choice .label {
    font-size: 16px;
}

.checkout-payment-method .payment-method-content {
    padding: 0;
}

.checkout-payment-method .payment-option-title {
    margin-top: 2%;
    padding-left: 0;
}

.checkout-payment-method .payment-option-title .action-toggle {
    color: #282828;
}

.checkout-payment-method .payment-option-content {
    padding: 0;
}

form#discount-form button.action.action-apply {
    width: auto;
    background-color: #fff;
    border: 1px solid #282828;
    color: #282828;
    text-transform: uppercase;
    padding: 7px 15px !important;
    font-size: 1.4rem !important;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

.checkout-index-index .product-image-container {
    width: auto !important;
    border-bottom: none;
}

.checkout-index-index .opc-block-summary {
    margin-bottom: 0;
}

.checkout-index-index .opc-block-shipping-information {
    padding-bottom: 5%;
    background: #f5f5f5;
}

.checkout-index-index .opc-block-shipping-information .ship-via {
    margin-bottom: 0;
}

/* end checkout page */
/* =====================================End here======================================= */
/* contact page */
.contact-index-index .fieldset>.field:not(.choice)>.label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2%;
}

.contact-index-index .fieldset>.field:not(.choice)>.control {
    width: 100%;
}

.contact-index-index .space-bottom {
    padding-bottom: 2%;
}

button.action.reload.captcha-reload {
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 7px 15px !important;
    font-size: 1.4rem !important;
    margin-right: 0;
    font-weight: normal;
    border-radius: 0;
    transition: 0.3s all;
}

button.action.reload.captcha-reload:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff !important;
    transition: 0.3s all;
}

.contact-index-index .column:not(.sidebar-main) form .actions-toolbar,
.contact-index-index .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
}

button.action.submit.primary:hover,
button.action.submit.primary:active,
button.action.submit.primary:focus {
    background-color: #fff;
    border: 1px solid #fdb267;
    color: #282828;
    transition: 0.3s all;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 95%;
}

.contact-page .media-body a {
    color: #282828;
}

/* footer */
.img-hover:hover img {
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.expand {
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.expand:after {
    display: block;
    content: '';
    border-bottom: solid 2px #282828;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin: 100% 50%
}

.expand:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.footer .block.newsletter {
    width: 100%;
    float: none;
}

.footer p {
    font-size: 15px;
    color: #282828;
}

.footer a {
    font-size: 15px;
    color: #282828;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.15s ease;
    color: #fff !important;
}

.social-icon:hover {
    color: #fff;
}

.pay-icon .fa-w-18 {
    font-size: 40px;
    margin-right: 5px;
}

.social_icon {
    margin-bottom: 10px;
}

.footer h2 {
    color: #282828;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}

.footer h2:before {
    content: '';
    background-color: #797979;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.social_icon ul li {
    margin-right: 5px !important;
    display: inline-block;
}

.copyright {
    background-color: #333333;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
}

.copyright a {
    color: #fff !important;
}

.copyright a:hover {
    text-decoration: underline;
}

.menu-list li {
    display: block;
    position: relative;
    margin-bottom: 14px !important;
}

.menu-list li img {
    margin-right: 4px;
    position: relative;
    top: -2px;
}

a:hover {
    text-decoration: none;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32px;

    text-decoration: none;
    transition: all 0.15s ease;
    color: #fff;
}

.block.newsletter .field .control:before {
    display: none;
}

.newsletter .newsletter .control label {
    width: 100%;
    margin-bottom: 0;
}

.newsletter .control input {
    color: #282828;
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
    height: 36px;
}

.newsletter .control input:focus {
    box-shadow: none;
}

.newsletter .action.primary {
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    border-radius: 0;
}

.newsletter .action.primary:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff !important;
}

.footer .block.newsletter {
    margin-bottom: 15px;
    max-width: 95% !important;
}

.pay-icon img {
    margin-right: 5px;
}

.footer .media p {
    margin-bottom: 0
}

.footer .media .media-body {
    vertical-align: middle;
}

.page-footer {
    background-color: #f7f7f7;
    padding: 15px 0;
}

.footer.content {
    border: 0;
    margin-top: 0px;
    padding: 0;
}

.block.newsletter .field {
    margin: 0 !important;
}

.block.newsletter .action.subscribe {
    border-radius: 0 !important;
}

p {
    margin-bottom: 0;
}

.column.main p {
    margin-bottom: 10px;
}

.products-grid .product-item .tocart {
    white-space: nowrap;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
    transition: 0.3s all;
}

.products-grid .product-item .tocart:hover,
.products-grid .product-item .tocart:focus,
.products-grid .product-item .tocart:active {
    background-color: #282828 !important;
    transition: 0.3s all;
    border: 1px solid #282828 !important;
    color: #fff !important;

}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

.cms-home .page-main {
    max-width: 100%;
    padding: 0;
}

.bg-gray {
    background-color: #f7f7f7;
}

.modal-content {
    border: 0;
    box-shadow: none;
    padding: 25px 0px;
}

.modal-popup .action-close {
    padding: 6px 10px 0px;
}

.modal-popup .modal-footer {
    padding: 10px 15px;
}

.modal-footer button {
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    border-radius: 0;
    color: #fff !important;
    transition: 0.3s all;
    text-transform: uppercase;
}

.modal-footer button:hover {
    background-color: #282828 !important;
    transition: 0.3s all;
    border: 1px solid #282828 !important;
    background-color: #fff;
}

.cms-home .message.success {
    margin-bottom: 0;
}

.account .field .checkbox {
    display: inline-block;
}

.account .field .label {
    font-size: 16px;
    color: #282828 !important;
    font-weight: normal;
    width: auto !important;
    text-align: left !important;
    margin-bottom: 6px;
    display: block !important;
    float: none !important;
}

.account .fieldset>.field.choice:before {
    padding: 0;
    width: auto;
}

.account .fieldset>.field.choice .label,
.fieldset>.fields>.field.choice .label {
    display: inline-block !important;
}

.account .actions-toolbar {
    margin-left: 0 !important;
}

.actions-toolbar>.secondary .action.back {
    color: #282828;
}

.products-grid.wishlist .product-item-actions>* {
    color: #282828;
}

.account .product-item-inner .box-tocart .fieldset .qty {
    text-align: center;
    margin-right: 0;
    padding: 0 !important;
}

.account .product-item-inner .box-tocart .fieldset .label {
    text-align: center !important;
    padding-right: 0;
}

.account .product-item-inner .box-tocart .fieldset .control {
    width: 100%;
}

.account .actions-toolbar button {

    color: #fff !important;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    transition: 0.3s all;
    border-radius: 0;
}

.account .actions-toolbar button:hover {
    color: #fff;
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    transition: 0.3s all;
}

.account .page-main  .nav.items a {
    color: #282828;
}

.account strong {
    font-weight: 700 !important
}

.read-more-btn {
    margin-bottom: 3%;
    border-radius: 0 !important;
    white-space: nowrap;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal;
    transition: 0.3s all;
    padding: 7px 15px !important;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
}

.read-more-btn:hover {
    background-color: #282828 !important;
    border:1px solid #282828 !important;
    transition: 0.3s all;
}

.account .box-information strong span {
    font-size: 16px;
}

.products-related {
    padding: 0px 50px;
    margin-bottom: 0;

}

.products-related .product-item {
    border: 0;
    background-color: #fff;

}

.products-related .product-item-info {
    width: auto !important;
}

.products-related .choice {
    display: none;
}

.upsell {
    display: none;
}

.products-related .secondary-addto-links {
    display: none;
}

.products-related .slick-prev:before {
    background-image: url('http://mksilver925.eviaglobal.co.in/pub/media/icons/Left-arrow.png');
    background-size: 41px 41px;
    display: inline-block;
    width: 41px;
    height: 40px;
    content: "";
    opacity: 1;
    background-color: #fff;
}

.products-related .slick-prev {
    left: -45px;
}

.products-related .slick-next {
    right: -25px;
}

.products-related .slick-next:before {
    background-image: url('http://mksilver925.eviaglobal.co.in/pub/media/icons/Right-arrow.png');
    background-size: 41px 41px;
    display: inline-block;
    width: 41px;
    height: 40px;
    content: "";
    opacity: 1;
}

.product-item .price-box .price {
    font-size: 16px;
}

.products-related .product-item-details {
    text-align: center;
    font-size: 16px;
}

.products-related .product-item-info {
    border: 0;
}

.products-related li.item.product.product-item {
    margin-bottom: 0;
}

.catalog-product-view .related {
    margin-bottom: 0;
}

.checkout-index-index .modal-inner-wrap .modal-header {
    display: none;
}

.checkout-index-index .modal-inner-wrap ..modal-content {
    padding: 0;
}

.checkout-index-index .opc-block-summary {
    background: #f7f7f7;
}

.checkout-index-index .opc-block-summary>.title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #282828;
}

.checkout-index-index .column.main .block .title strong {
    font-size: 16px;
    font-weight: normal;
}

.checkout-index-index .opc-block-summary {
    padding: 20px 18px;
}

.checkout-index-index .minicart-items .product-item-name {
    font-weight: normal;
    font-size: 16px;
}

.checkout-index-index .opc-block-summary .product-item .product-item-name-block {
    font-size: 16px;
}

.checkout-index-index .product-item-name-block .details-qty .label {
    font-size: 100%;
    font-weight: normal;
}

.checkout-index-index .checkout-container .opc-wrapper {
    width: 60%;
}

.checkout-index-index .checkout-container .opc-sidebar {
    width: 40%
}

.checkout-index-index .checkout-container {
    padding-top: 20px;
}

.checkout-index-index .step-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content {
    padding: 0;
}

.checkout-index-index table>thead>tr>th {
    font-size: 16px;
}

.table-checkout-shipping-method tbody tr td {
    font-size: 16px;
}

.checkout-index-index .actions-toolbar {
    text-align: left;
}

.checkout-index-index .primary {
    float: none;
}

.checkout-index-index .opc-block-shipping-information {
    padding: 10px 18px;
}

.checkout-index-index .opc-block-shipping-information .shipping-information-title {
    font-size: 20px;
    font-weight: 700;
    color: #282828;
}

.checkout-index-index .opc-block-shipping-information .shipping-information-content {
    font-size: 16px;
}

.checkout-index-index .opc-wrapper .form-discount {
    max-width: 100%;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
    font-size: 16px;
}

.checkout-payment-method .payment-option-title .action-toggle {
    font-size: 16px;
}

.modal-popup.confirm .modal-inner-wrap .modal-content {
    font-size: 16px;
}

.checkout-index-index .wk_socialsignup_container{
margin-bottom: 20px !important
}

.checkout-shipping-method .actions-toolbar .action.primary {
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    transition: 0.3s all;
}

.checkout-shipping-method .actions-toolbar .action.primary:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    color: #fff
    transition: 0.3s all;
}

form#discount-form button.action.action-apply {
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    transition: 0.3s all;
}

form#discount-form button.action.action-apply:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    transition: 0.3s all;
}

.opc-wrapper .shipping-address-item {
    width: 100%;
}

.checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
    padding-top: 30px;
}

.checkout-index-index .modal-popup .fieldset>.field.choice:before {
    width: auto;
    padding: 0;
}

.checkout-index-index .modal-popup .form-shipping-address input[type=checkbox] {
    display: inline-block;
}

.opc-wrapper .action-show-popup {
    margin: 0 0 20px;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    transition: 0.3s all;
    border-radius: 0;
}

.opc-wrapper .action-show-popup:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    transition: 0.3s all;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-color: #fdb267;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background: #fdb267;
    color: #282828;
}

.modal-slide._show,
.modal-popup._show {
    z-index: 999999 !important;
}

.sidebar .product-items-names .product-item-name {
    margin: 1px 3px;
    font-size: 16px;
}

.sidebar-additional .primary button {
    margin: 0 0 20px;
    background-color: #17b6b4 !important;
    border: 1px solid #17b6b4 !important;
    color: #fff !important;
    transition: 0.3s all;
    border-radius: 0;

}

.sidebar-additional .primary button:hover {
    background-color: #282828 !important;
    border: 1px solid #282828 !important;
    transition: 0.3s all;
    color: #fff
}

.breadcrumbs {
    padding-top: 15px;
    margin-bottom: 0;
}

.actions-toolbar .secondary a.action {
    color: #282828
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

#banner-slider-carousel .owl-dots {

    transform: translateX(-50%);
}

div.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before { margin: 0;}
#product-addtoquote.amquote-addto-button{ 
    background-color: #17b6b4 !important;
     border: 1px solid #17b6b4 !important;
      color: #fff !important;
       border-radius: 0; 
       text-transform: uppercase;
    font-weight: normal; transition: 0.3s all;
}

#product-addtoquote.amquote-addto-button:hover{ 
    background-color: #282828 !important;
    border:1px solid #282828 !important;
     color: #fff;
 }
div#quote-details .control {
    width: 100%;
}

.header .amquote-cart-wrapper.minicart-wrapper { right: 45px;}
div.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty{ min-width: 18px; height: 18px;
    line-height: 16px; position: absolute; top: -10px; left: auto; right: -7px; border-radius: 50%; font-size: 11px;}

    
/*2020-06-30*/  
.breadcrumbs{ padding-top: 6px;}
.breadcrumbs .item:not(:last-child):after{ content:"/"; color:#333; font-size: 16px !important; line-height:19px !important; font-family: 'Lato', sans-serif; margin:0 0 0 3px;}  
.product-info-main .stock.available, .product-info-main .stock.unavailable{ width: 100%; margin-right: 0;}
.breadcrumbs strong{ color:#333;}
.page-main>.page-title-wrapper .page-title { display: inline-block; font-weight: normal; text-transform: capitalize;}
.product-info-main .box-tocart, .product-options-bottom .box-tocart{ display: inline-block; vertical-align: top; width: 100%;}
.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty{ display: inline-block; margin-bottom: 0;}
.product-add-form .fieldset:last-child { margin-bottom: 0;}


ul.header.links .greet.welcome .logged-in {margin-left:15px;}

ul.header.links .greet.welcome {margin-left:0}

.product-image-wrapper{
    padding-bottom: 100% !important
}

.sticky{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 9;
}

#banner-slider-carousel .owl-nav button span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sub-sub-menu{
    background: #fff;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 9999;
    display: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 200px;
    text-align: left;
    transition: 0.4s all;
    border: 1px solid #282828;
    border-radius: 0;
}

.sub-drop-arrow{
    position: absolute !important;
    right: 10px !important;
    top: 17px !important;
}
@media (min-width:768px){
.arrow-white{
    display:none;
    transition:0.4s all;
}

.sub-parent:hover > .sub-sub-menu{display:block !important;transition: 0.4s all;}

.sub-parent:hover > .arrow-white{display:block ;}
.sub-parent:hover > .arrow-black{display:none;}
}

.swatch-option{
    height:auto !important;
}

#product-attribute-specs-table th.col.label {
    display: none;
}

.product-points li {
  position: relative !important;
    padding-left: 20px;
}
.product-points li:before{
    content: '' !important;
    width: 8px !important;
    height: 8px !important;
    position: absolute !important;
    left: 0 !important;
    top: 6px !important;
    background-color: #282828 !important;
    border-radius: 50px !important;
}
.catalog-product-view .products-related .product-item-details .product-item-name{
        min-height: 45px !important;
}
.products-related .products .product-item {
    height:auto !important;
}
.catalog-product-view .page-main .product.data.items > .item.title.active > .switch{
    background-color: #2ab5b4 !important;
}

.catalog-product-view .page-main .product.data.items > .item.title:not(.disabled) > .switch:hover{
    background: #282828 !important;
    color: #fff !important;
}

.catalog-product-view .page-main .product_info_main .box-tocart .actions button.action{
  padding: 8px 15px !important;
    background-color: #2ab5b4 !important;
    border: 1px solid #2ab5b4 !important;
}

.catalog-product-view .page-main .product_info_main .box-tocart .actions button.action:hover{
 background-color: #282828 !important;
 border:1px solid #282828 !important;
}
.catalog-product-view .product_media{
    padding: 0 !important;
}
.minicart-wrapper .block-minicart .product-item-name{
    min-height: auto !important;
}
.minicart-wrapper .action.close{
    border:0 !important;
}
.cart.table-wrapper .product-item-name{
    min-height: auto !important;
}
.checkout-index-index .minicart-items .product-item-name{
    min-height: auto !important;
}
.payment-method-title input[type="radio"]{
    display: inline-block !important;
    margin-right: 5px !important
}
.checkout-payment-method .actions-toolbar .primary{
    margin-bottom: 15px !important;
    display: inline-block !important;
}
a.action.clear.filter-clear {
    display: inline-block;
    color: #fff;
    border: 1px solid #CCC;
    background: #17b6b4;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
    cursor: pointer;
    vertical-align: middle;
    max-width: 100px;
    padding: 4px 10px;
    text-align: center;
    font-size: 11px;
}
 
#toolbar-amount{
    padding: 4px 0 0;
}
.pages > .pages-items{
    margin-left: 50px;
}
.toolbar.toolbar-products {
    float: right;
}
.products.wrapper.grid.products-grid {
    float: left;
    display: block;
    width: 100%;
}
.toolbar-bootom-products > .pages {
    float: left;
}
select#sorter {
    cursor: pointer;
}
select#limiter {
    cursor: pointer;
}
.filter-options-title {
    cursor: pointer;
}
@media (min-width: 769px){
  .logo img {  
    width: 235px;
        margin-top: 2px;  
}
.header a.logo{
        margin-bottom: 0;
}
.block-search .control{
        padding: 0 0 0px;
}
.header.content {
    padding: 20px 20px;
}
.header .block-search{
    margin-top: 6px;
}  
.header .minicart-wrapper{
    margin-top: 10px;
}    
    
}
