@media (max-width: 1000px) {
    #dropdown-carrinho.tema2 > .dropdown-menu {
        left: -200px !important;
    }
}

@media (max-width: 500px) {
    #dropdown-carrinho.tema2 > .dropdown-menu {
        left: -160px !important;
    }
}

@media (max-width: 400px) {
    #dropdown-carrinho.tema2 > .dropdown-menu {
        left: -140px !important;
    }
}

#dropdown-carrinho {
    position: relative;
}

#dropdown-carrinho > a > i {
    font-size: 20px !important;
}

.cart-item-list .cart-item + .cart-item {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #000000;
}

.cart-item {
    display: flex;
}

.cart-item .dropdown-toggle {
    font-size: 12px;
    color: #cecece;
}

.cart-item span {
    color: #000000;
}

.cart-item img {
    max-width: 5rem;
}

.cart-item + .cart-item {
    margin-top: 0.625rem;
}

.cart-item-body {
    position: relative;
    flex: 1;
    padding-left: 0.9375rem;
}

.cart-item-title {
    margin-bottom: 0;
    font-size: 1rem !important;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.cart-item-subtitle {
    color: #cecece;
}

.cart-item-meta {
    display: block;
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.cart-item-meta	* {
    display: inline-block;
}

.cart-item-meta	s {
    font-weight: 400;
}

.cart-item-options {
    display: inline-block;
}

.cart-item-options a {
    display: block;
    cursor: pointer;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    font-size: 1.125rem;
    color: #cecece;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    transition-delay: 0s;
    margin-left: -35px;
}

.cart-item-options a:hover {
    color: #000000 !important;
    border-color: #000000 !important;
}

.gutter-3 > * {
    margin-bottom: 0 !important;
    padding: 15px;
}

.dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin-top: -2px;
}

.dropdown-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.dropdown-toggle:focus {
    outline: none;
}

.dropdown-menu > .dropdown-item {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    border-left: 2px solid transparent;
}

.dropdown-menu > .dropdown-item:hover {
    border-color: #4d4646;
}

@media (min-width: 1200px) {
    .dropdown-hover:hover .dropdown-menu {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        pointer-events: auto;
    }

    .dropdown-hover .dropdown-menu {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9);
        display: block;
        opacity: 0;
        width: 100%;
        margin: 0;
        pointer-events: none;
    }

    .dropdown-sm .dropdown-menu {
        width: auto;
        padding: 1.875rem;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
    }

    .dropdown-lg {
        position: static;
    }

    .dropdown-lg .dropdown-menu {
        width: 100%;
        padding: 1.875rem 0;
        border-bottom: 1px solid #e9e9e9;
    }

    .dropdown-md {
        position: static;
    }

    .dropdown-md .dropdown-menu {
        left: auto;
        right: 0;
        width: 25rem;
        padding: 1.875rem;
        border-right: 1px solid #e9e9e9;
        border-bottom: 1px solid #e9e9e9;
        border-left: 1px solid #e9e9e9;
    }
}

@media (max-width: 380px) {
	#montink-innerzoom img{
		width: 200px;
	}
	.row.section-product-detail {
		width: 100%;
		position: relative;
		margin: 0;
	}
	.js-sticky-product.product-detail-container{
		padding: 15px;
	}
}
