.t706__carticon,
.t706__cartwin-products,
.t706__cartwin-bottom,
.t706__cartwin-totalamount-wrap {
    display: none !important;
}

.t706 .t706__cartwin-top {
    border-bottom: 0;
}

.t706__close {
    right: 10px !important;
}

.t706__orderform button[type="submit"] {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.t706__orderform button[type="submit"]:hover {
	background-image: linear-gradient(0.241turn, rgba(102, 157, 233, 1) 0%, rgba(111, 94, 225, 1) 100%) !important;
	color: #f9f9f9 !important;
	border-color: #6c7be5 !important;
}

@media screen and (min-width: 981px) {
    .t-store .t-container {
    	max-width: calc(100% - 80px);
    }

    .t-store .t-store__prod-popup__col-left {
        max-width: calc(70% - 40px);
    }

    .t-store .t-store__prod-popup__col-right {
    	max-width: calc(30% - 40px);
    }

    .t-store .t-slds__bgimg {
        padding-bottom: 63% !important;
    }

    .t-store .t-slds__thumbsbullet.t-slds__bullet {
        width: 10%;
    }

    .t-store.t-store__prod-snippet__container {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    
    .t-store .t-store__prod-popup__close-txt-wr {
        left: 60px;
    }

    .t-store .t-popup__close {
        /*right: 60px;*/
    }
}
